public interface SequenceLabeler
| Modifier and Type | Method and Description |
|---|---|
void |
clearAdaptiveData()
Forgets all adaptive data which was collected during previous calls to one
of the find methods.
|
Span[] |
tag(String[] tokens)
Generates tags for the given sequence, typically a sentence, returning
token spans for any identified sequences.
|
Span[] tag(String[] tokens)
tokens - an array of the tokens or words of the sequence, typically a
sentence.void clearAdaptiveData()
Copyright © 2017 IXA pipes. All rights reserved.