public class ChunkTagger extends Object
| Constructor and Description |
|---|
ChunkTagger(Properties properties)
Construct a chunk tagger.
|
| Modifier and Type | Method and Description |
|---|---|
opennlp.tools.util.Span[] |
chunk(String[] tokens,
String[] posTags)
Get chunks into an Span array.
|
String[] |
chunkToString(String[] tokens,
String[] posTags)
Get chunks into an String array.
|
public ChunkTagger(Properties properties)
properties - the language and modelCopyright © 2016 IXA pipes. All rights reserved.