Click or drag to resize

resourceConverterForGramaticTags Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Resource conversion table set contains conversion specification for a lexical resource entry interpretation
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.resourceProviders.coreresourceConverterForGramaticTags

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

The resourceConverterForGramaticTags type exposes the following members.

Constructors
  NameDescription
Public methodresourceConverterForGramaticTags
Initializes a new instance of the resourceConverterForGramaticTags class.
Top
Properties
  NameDescription
Protected propertycachedTags
Protected propertypos_enum_types
Locally used dictionary of pos enums
Protected propertyposEnumVsString
The POS Enum value vs string table, used for translation
Protected propertyposTypeVsPattern
Ordinal format definition per pos_type
Top
Methods
  NameDescription
Public methodConvertFromString
Builds grammaticTagCollection instance from string form
Public methodConvertToString
Converts the specified grammatic tag collection into string format according to loaded specification
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 methodGetStringFor
Gets the string version for the posEnumValue specified. For none returns empty string
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadSpecification
Initialize converter with specification from DataTables
Public methodLoadSpecificationCSV
Loads the specification from two CSV files
Public methodLoadSpecificationExcelFile
Loads the specification excel file from the specified path, and prints out the log. [Not working]
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberTABLECOLUMN_CODE
The tablecolumn code
Public fieldStatic memberTABLECOLUMN_FORMAT
The tablecolumn format
Public fieldStatic memberTABLECOLUMN_MEMBERNAME
The tablecolumn membername
Public fieldStatic memberTABLENAME_FORMAT
The tablename format
Public fieldStatic memberTABLENAME_TRANSLATION
The tablename translation
Top
Remarks

The specification is declared in a Excel file, that follows particular structure.

See Also