DictionaryEN

DictionaryEN~ DictionaryEN

class for English Dictionary

Constructor

new DictionaryEN()

Description:
  • Constructor for English Dictionary

Source:

Methods

word(index) → {string}

Description:
  • Return a word from the list

Source:
Parameters:
Name Type Description
index number
Returns:
  • the word at the index position
Type
string

wordList() → {Array}

Description:
  • Return the word list of this dictionary

Source:
Returns:
  • list of words
Type
Array