Korean Sentence Analyser v0.2.3 DictFile View Source
Use ETS to access dictionary files
Link to this section Summary
Functions
Find a word in the dictionary path
Initiate the dictionaries into ETS
Initiate a dictionary from a path
Insert a key and value for a path in a the ETS dictionary The key will be the same as the value
Insert a key and value for a path in the ETS dictionary
Link to this section Functions
Link to this function
find(word, path) View Source
Find a word in the dictionary path
Link to this function
init() View Source
Initiate the dictionaries into ETS
Link to this function
init_dict_from_file(path) View Source
Initiate a dictionary from a path
Link to this function
insert(value, path) View Source
Insert a key and value for a path in a the ETS dictionary The key will be the same as the value
Link to this function
insert(key, value, path) View Source
Insert a key and value for a path in the ETS dictionary