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