Exemplo n.º 1
0
        public List <Word> getWord4Name(String word)
        {
            List <Word> sameWordDiffMeaning = WDictionary.getWordForName(word);

            return(sameWordDiffMeaning);
        }