Class LemmaSample

    • Constructor Detail

      • LemmaSample

        public LemmaSample​(String[] tokens,
                           String[] tags,
                           String[] lemmas)
        Represents one lemma sample.
        Parameters:
        tokens - the token
        tags - the postags
        lemmas - the lemmas
      • LemmaSample

        public LemmaSample​(List<String> tokens,
                           List<String> tags,
                           List<String> lemmas)
        Lemma Sample constructor.
        Parameters:
        tokens - the tokens
        tags - the postags
        lemmas - the lemmas