java.lang.Object
opennlp.tools.dictionary.serializer.Entry

public class Entry extends Object
An Entry is a StringList which can optionally be mapped to attributes. Entrys is a read and written by the DictionaryEntryPersistor.
See Also:
  • Constructor Details

    • Entry

      public Entry(StringList tokens, Attributes attributes)
      Initializes the current instance.
      Parameters:
      tokens -
      attributes -
  • Method Details