Class IOBTagger

    • Constructor Detail

      • IOBTagger

        public IOBTagger​(@NonNull
                         @NonNull HStringDataSetGenerator inputGenerator,
                         @NonNull
                         @NonNull AnnotationType annotationType,
                         @NonNull
                         @NonNull Model labeler)
        Instantiates a new IOBTagger
        Parameters:
        inputGenerator - the generator to convert HString into input for the model
        annotationType - the type of annotation to add during tagging.
        labeler - the model to use to perform the IOB tagging