Class Entry
- Namespace
- NOpenNLP.Tools.Dictionary.Serializer
- Assembly
- NOpenNLP.Tools.dll
An Entry is a StringList which can optionally be mapped to attributes.
Entrys is a read and written by the DictionaryEntryPersistor.
public class Entry
- Inheritance
-
Entry
- Inherited Members
Remarks
Constructors
Entry(StringList, Attributes?)
An Entry is a StringList which can optionally be mapped to attributes.
Entrys is a read and written by the DictionaryEntryPersistor.
public Entry(StringList tokens, Attributes? attributes)
Parameters
tokensStringListattributesAttributes
Remarks
Properties
Attributes
Retrieves the Attributes.
public virtual Attributes? Attributes { get; }
Property Value
- Attributes
the Attributes
Tokens
Retrieves the tokens.
public virtual StringList Tokens { get; }
Property Value
- StringList
the tokens