Click or drag to resize

apertiumDictionaryResult Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Result of Apertium dictionary TODO: currently it is for HBS/Serbian vs English dictionary, make it universally usefull
Inheritance Hierarchy
SystemObject
  dataBindableBase
    translationTableMultiString, String
      imbNLP.PartOfSpeech.providers.dictionary.apertiumapertiumDictionaryResult

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class apertiumDictionaryResult : translationTableMulti<string, string>

The apertiumDictionaryResult type exposes the following members.

Constructors
  NameDescription
Public methodapertiumDictionaryResult
Initializes a new instance of the apertiumDictionaryResult class
Top
Properties
  NameDescription
Public propertyapertiumTypes
Public propertyCount (Inherited from translationTableMultiString, String.)
Protected propertyentries (Inherited from translationTableMultiString, String.)
Public propertyisFound
Public propertytermVsGramFlags
Top
Methods
  NameDescription
Public methodAdd (Inherited from translationTableMultiString, String.)
Public methodaddLine
Processes the dictionary definition line (used internally by the framework, not intended for outside use)
Public methodAddRange (Inherited from translationTableMultiString, String.)
Public methodContainsKey (Inherited from translationTableMultiString, String.)
Public methodContainsValue (Inherited from translationTableMultiString, String.)
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 methodGetAll
Public methodGetByKey (Overrides translationTableMulti.GetByKey(UTP).)
Public methodGetByValue (Overrides translationTableMulti.GetByValue(UTP).)
Public methodGetEnumerator (Inherited from translationTableMultiString, String.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKeys (Inherited from translationTableMultiString, String.)
Public methodGetNativeWords
Public methodGetNativeWords(String)
Public methodGetOfTypeByKey (Inherited from translationTableMultiString, String.)
Public methodGetOfTypeByValue (Inherited from translationTableMultiString, String.)
Public methodGetTranslatedWords
Public methodGetTranslations
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues (Inherited from translationTableMultiString, String.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
  NameDescription
Public fieldStatic member_select_englishWord
Public fieldStatic member_select_serbianWord
Public fieldStatic member_select_wordType
Regex select wordType : n=\"([\\w]*)\"
Top
See Also

Reference

[!:aceCommonTypes.collection.special.translationTableMulti<System.String, System.String>]