transliterationPairEntry Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.Transliteration.ruleSet
[SerializableAttribute] public class transliterationPairEntry
The transliterationPairEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| transliterationPairEntry | Initializes a new instance of the transliterationPairEntry class | |
| transliterationPairEntry(String, String) | Initializes a new instance of the transliterationPairEntry class |
| Name | Description | |
|---|---|---|
| A |
Letter or bi-graph that should be transliterated to B | |
| B |
Letter or bi-graph A should be transliterated to.
|
| Name | Description | |
|---|---|---|
| ConvertFromEntry |
Converts from entry string definition
| |
| ConvertToEntry |
Converts to entry definition string
| |
| 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.) | |
| GetInversed |
Returns an inversed definition
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |