dictionaryResourceApertium Methods |
[This is preliminary documentation and is subject to change.]
The dictionaryResourceApertium type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| prepare |
Prepares the instance to query the dictionary
| |
| query(IEnumerableString, apertiumDictQueryScope, apertiumDictNeedleSide) |
Queries the specified tokens.
| |
| query(String, apertiumDictQueryScope, apertiumDictNeedleSide) |
Queries the dictionary for translation of token, into opposite side | |
| queryBestScope(String, apertiumDictNeedleSide, Boolean) |
Queries dictionary using scopes in order of confidence until it gets any translation pair. Order of scopes: exact, startingWith, anywhere | |
| queryBestScope(String, IEnumerableString, apertiumDictNeedleSide, Boolean) |
Queries dictionary using [first with token, if not found, then with alternative tokens] scopes in order of confidence until it gets any translation pair. Order of scopes: exact, startingWith, anywhere | |
| queryByGraphNode |
Queries by graph leaf child nodes and populates grand children
| |
| queryForGraph |
Queries for graph.
| |
| queryForGraphSet |
Queries for graph for multiple tokens
| |
| queryForSynonyms |
Queries for synonyms.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |