resourceConverterForGramaticTags Class |
Namespace: imbNLP.PartOfSpeech.resourceProviders.core
[SerializableAttribute] public class resourceConverterForGramaticTags
The resourceConverterForGramaticTags type exposes the following members.
| Name | Description | |
|---|---|---|
| resourceConverterForGramaticTags |
Initializes a new instance of the resourceConverterForGramaticTags class.
|
| Name | Description | |
|---|---|---|
| cachedTags | ||
| pos_enum_types |
Locally used dictionary of pos enums
| |
| posEnumVsString |
The POS Enum value vs string table, used for translation
| |
| posTypeVsPattern |
Ordinal format definition per pos_type |
| Name | Description | |
|---|---|---|
| ConvertFromString |
Builds grammaticTagCollection instance from string form
| |
| ConvertToString |
Converts the specified grammatic tag collection into string format according to loaded specification
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetStringFor |
Gets the string version for the posEnumValue specified. For none returns empty string
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadSpecification |
Initialize converter with specification from DataTables
| |
| LoadSpecificationCSV |
Loads the specification from two CSV files
| |
| LoadSpecificationExcelFile |
Loads the specification excel file from the specified path, and prints out the log. [Not working]
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| TABLECOLUMN_CODE |
The tablecolumn code
| |
| TABLECOLUMN_FORMAT |
The tablecolumn format
| |
| TABLECOLUMN_MEMBERNAME |
The tablecolumn membername
| |
| TABLENAME_FORMAT |
The tablename format
| |
| TABLENAME_TRANSLATION |
The tablename translation
|
The specification is declared in a Excel file, that follows particular structure.