Skip to content

mduccc/en_vn_dic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English - Vietnam dictionary package

Support:
  • IPA
  • Pos (Noun, verb, ...)
  • Example
if (!EnViDic().hasInit) {
  await EnViDic().init();
}
final vocabulary = EnViDic().lookUp('hello');
final suggests = EnViDic().suggest('he');