dictionaryResourceApertium Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.providers.dictionary.apertium
public class dictionaryResourceApertium : dictionaryResourceBase
The dictionaryResourceApertium type exposes the following members.
| Name | Description | |
|---|---|---|
| dictionaryResourceApertium | Initializes a new instance of the dictionaryResourceApertium class |
| Name | Description | |
|---|---|---|
| dictionaryOperator | ||
| dictionaryXml | ||
| isReady | (Inherited from dictionaryResourceBase.) | |
| logger | ||
| settings |
| 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.) |
| Name | Description | |
|---|---|---|
| FORMAT_ANYWHERE | ||
| FORMAT_EXACT_ENG | ||
| FORMAT_EXACT_SRB | ||
| FORMAT_START_ENG | ||
| FORMAT_START_SRB | ||
| SWITCH_TEXTvsXML_SEARCH |
The switch: if false it will use XmlDocument, if |