public class LemmaSample extends Object
| Constructor and Description | 
|---|
LemmaSample(List<String> tokens,
           List<String> tags,
           List<String> lemmas)
Lemma Sample constructor. 
 | 
LemmaSample(String[] tokens,
           String[] tags,
           String[] lemmas)
Represents one lemma sample. 
 | 
public LemmaSample(String[] tokens, String[] tags, String[] lemmas)
tokens - the tokentags - the postagslemmas - the lemmasCopyright © 2017 The Apache Software Foundation. All rights reserved.