Class LemmaSample

    • Constructor Detail

      • LemmaSample

        public LemmaSample​(String[] tokens,
                           String[] tags,
                           String[] lemmas)
        Initializes a LemmaSample instance with the given parameters.
        Parameters:
        tokens - The tokens.
        tags - The postags.
        lemmas - The lemmas for tokens.
      • LemmaSample

        public LemmaSample​(List<String> tokens,
                           List<String> tags,
                           List<String> lemmas)
        Initializes a LemmaSample instance with the given parameters.
        Parameters:
        tokens - The tokens.
        tags - The postags.
        lemmas - The lemmas for tokens.