 | dictionaryResourceApertiumprepare Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Prepares the instance to query the dictionary
Namespace:
imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxpublic bool prepare(
dictionaryResourceSetup _settings,
ILogBuilder _logger = null,
folderNode resourceFolder = null
)
Parameters
- _settings
- Type: imbNLP.PartOfSpeech.providers.dictionary.apertiumdictionaryResourceSetup
The settings. - _logger (Optional)
- Type: ILogBuilder
The logger. - resourceFolder (Optional)
- Type: folderNode
The resource folder to search for, if not specified then [!:appManager.Application.folder_resources] is used.
Return Value
Type:
BooleanTrue if ready for use
See Also