public class LemmaSample extends Object implements Serializable
| 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 © 2018 The Apache Software Foundation. All rights reserved.