Interface EnglishDictionary

    • Method Detail

      • isVerb

        boolean isVerb​(String term)
        This method returns true if the given term is the verb.
        Parameters:
        term - is verb?
        Returns:
        if the given term is verb, then return true, otherwise false.
      • lemmatize

        Optional<String> lemmatize​(String term)
        Convert the given word to lemma word.
        Parameters:
        term - to lemma word
        Returns:
        lemma word of term