public interface Dictionary
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String aWord)
Checks if a word is in the dictionary.
|
List<String> |
getAll()
Returns all words in the dictionary.
|
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.