public interface TokenNameFinder
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[] |
find(String[] tokens)
Generates name tags for the given sequence, typically a sentence,
returning token spans for any identified names.
|
Span[] find(String[] tokens)
tokens
- an array of the tokens or words of the sequence, typically a sentence.void clearAdaptiveData()
Copyright © 2020 The Apache Software Foundation. All rights reserved.