Module for providing word completion to an interactor.
Auto complete the given word.
@param [String] word the partial word @return [Array<String>] the matching words
Get the auto completion list.
@return [Array<String>] the list of words
[Validate]