languageManagerApertium Class |
Namespace: imbNLP.Data.extended.apertium
public class languageManagerApertium : tokenQueryResolverBase
The languageManagerApertium type exposes the following members.
| Name | Description | |
|---|---|---|
| languageManagerApertium | Initializes a new instance of the languageManagerApertium class |
| Name | Description | |
|---|---|---|
| dictionaryOperator | ||
| dictionaryXml | ||
| isReady | (Overrides tokenQueryResolverBaseisReady.) | |
| manager |
Default manager for apertium dictionary
| |
| resourcesPath | (Inherited from tokenQueryResolverBase.) | |
| table | (Inherited from tokenQueryResolverBase.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| exploreToken | (Overrides tokenQueryResolverBaseexploreToken(tokenQuery).) | |
| 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 | (Overrides tokenQueryResolverBaseprepare.) | |
| query(IEnumerableString, apertiumDictQueryScope, apertiumDictNeedleSide) |
Queries the specified tokens.
| |
| query(String, apertiumDictQueryScope, apertiumDictNeedleSide) |
Queries the specified token
| |
| 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 | |
|---|---|---|
| SWITCH_TEXTvsXML_SEARCH |
The switch: if false it will use XmlDocument, if |