DictLoader
Extends:
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
add: * |
|
public |
convert: * |
|
public |
dicts: *[] |
|
public |
|
|
public |
macros: * |
|
public |
output: * |
|
public |
reload: * |
|
public |
remove: * |
Private Members | ||
private |
_dictionary: {} |
|
private |
_root: * |
|
private |
_words: *[] |
Method Summary
Public Methods | ||
public |
|
|
public |
lookup(phrase: *) |
|
public |
onChord(keys: *, next: *): * |
|
public |
onLoad() |
|
public |
onUnload() |
|
public |
|
|
public |
|
Private Methods | ||
private |
_demetafy(translationString: *): * |
|
private |
_generateDictionary(dicts: *): * |
Public Constructors
public constructor() source
Public Members
public add: * source
public convert: * source
public dicts: *[] source
public macros: * source
public output: * source
public reload: * source
public remove: * source
Private Members
private _dictionary: {} source
private _root: * source
private _words: *[] source
Public Methods
public load(dict: *, genDict: boolean): boolean source
Params:
Name | Type | Attribute | Description |
dict | * | ||
genDict | boolean |
|
public lookup(phrase: *) source
Params:
Name | Type | Attribute | Description |
phrase | * |
public onChord(keys: *, next: *): * source
Params:
Name | Type | Attribute | Description |
keys | * | ||
next | * |
Return:
* |
public onLoad() source
public onUnload() source
Private Methods
private _demetafy(translationString: *): * source
Params:
Name | Type | Attribute | Description |
translationString | * |
Return:
* |
private _generateDictionary(dicts: *): * source
Params:
Name | Type | Attribute | Description |
dicts | * |
|
Return:
* |