Interface Lexicon.Builder

    • Method Detail

      • content

        Lexicon.Builder content​(String content)

        Lexicon content in string format. The content of a lexicon must be in PLS format.

        Parameters:
        content - Lexicon content in string format. The content of a lexicon must be in PLS format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Lexicon.Builder name​(String name)

        Name of the lexicon.

        Parameters:
        name - Name of the lexicon.
        Returns:
        Returns a reference to this object so that method calls can be chained together.