Click or drag to resize

semanticLexiconCache Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.semanticLexiconCache"]

Inheritance Hierarchy
SystemObject
  imbNLP.Data.semanticLexiconsemanticLexiconCache

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class semanticLexiconCache

The semanticLexiconCache type exposes the following members.

Constructors
  NameDescription
Public methodsemanticLexiconCache
Initializes a new instance of the semanticLexiconCache class
Top
Properties
Methods
  NameDescription
Public methodAdd(ILexiconItem)
Sets the item into cache
Public methodAdd(IEnumerableILexiconItem)
Adds the specified lexicon items into cache
Public methodAddTemp(String, ILogBuilder, Boolean)
Adds the temporary.
Public methodAddTemp(IEnumerableString, ILogBuilder, Boolean, Boolean)
Adds the temporary term definition and performs save once enough temp terms were aded
Protected methodAppendStatus
Public methoddecodeTwins
If a twin detected it is decoded into proper encoding token: unicode -> ASCII
Public methodencodeTwins
If a twin detected it is decoded into proper encoding token: ASCII -> unicode
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetLemmasWithRoot
Gets the lemmas with root.
Public methodgetLexiconItems
Gets the lexicon items from cached terms or failed queris
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLoadCacheFiles
Protected methodmakeTempLemma
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodpreloadLexicon
Preloads the lexicon.
Public methodprepare
Public methodrebuildEncodedTwins
Rebuilds the encoded twins.
Protected methodSaveCacheFiles
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also