Click or drag to resize

multitextIndexedResolver Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.resourceProviders.core.multitextIndexedResolver"]

Inheritance Hierarchy
SystemObject
  aceDictionaryLetterIndexSetlexicInflection
    imbNLP.PartOfSpeech.resourceProviders.coretextResourceIndexBase
      imbNLP.PartOfSpeech.resourceProviders.coremultitextIndexedResolver

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
[SerializableAttribute]
public class multitextIndexedResolver : textResourceIndexBase

The multitextIndexedResolver type exposes the following members.

Constructors
  NameDescription
Public methodmultitextIndexedResolver
Initializes a new instance of the multitextIndexedResolver class
Top
Properties
  NameDescription
Public propertygrammTagConverter (Inherited from textResourceIndexBase.)
Protected propertyisLoaded (Inherited from textResourceIndexBase.)
Public propertyItem (Inherited from textResourceIndexBase.)
Protected propertyitems (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Public propertylocalCache (Inherited from textResourceIndexBase.)
Protected propertymode (Inherited from textResourceIndexBase.)
Protected propertyregistratedLemmaIndex
Inflection to lemma index
(Inherited from textResourceIndexBase.)
Public propertysettings (Inherited from textResourceIndexBase.)
Protected propertyspellAlternatives (Inherited from textResourceIndexBase.)
Public propertyspellAlternator
Used to create alternative misspelled form of inflection word in case initial query failed
(Inherited from textResourceIndexBase.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Protected methodcheckTheKey (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Public methodContainsKey (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Public methodCount (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Public methodCountAll (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
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 methodGet (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLemmaSetForInflection
It will get all inflections of the same lemma, if allInflections is supplied, it will remove all matched inflectional form from the list.
(Inherited from textResourceIndexBase.)
Public methodGetLexicUnit
Gets the lexic unit.
(Inherited from textResourceIndexBase.)
Protected methodGetLexicUnitBase (Inherited from textResourceIndexBase.)
Public methodGetSignature
Gets the signature.
(Inherited from textResourceIndexBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIndexPart (Inherited from aceDictionaryLetterIndexSetlexicInflection.)
Public methodLoadBin
Loads the bin.
(Inherited from textResourceIndexBase.)
Public methodLoadBinTry
Loads the bin try.
(Inherited from textResourceIndexBase.)
Public methodLoadLexicResource
Loads the lexic resource.
(Inherited from textResourceIndexBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRenderToLine (Overrides textResourceIndexBaseRenderToLine(String, String, String).)
Public methodResetIsLoaded (Inherited from textResourceIndexBase.)
Protected methodresolve
Retrieves the lexicInflection information, if required it will process the gram tags
(Inherited from textResourceIndexBase.)
Protected methodresolveIfRequired
Resolves if required.
(Inherited from textResourceIndexBase.)
Public methodSaveBin
Saves the bin.
(Inherited from textResourceIndexBase.)
Public methodSaveBinTry
Saves the bin try.
(Inherited from textResourceIndexBase.)
Public methodSaveUsedCache
Saves the used cache.
(Inherited from textResourceIndexBase.)
Protected methodSelectFromLine
Parser for text resource lexic unit definition
(Overrides textResourceIndexBaseSelectFromLine(String, String, String, String).)
Public methodSetup
Setups the specified resource file path.
(Inherited from textResourceIndexBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also