Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 263 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 263 Bytes

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');