public class Preposition extends HashSet<String>
| Constructor and Description |
|---|
Preposition() |
Preposition(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPreposition(String s)
Determines whether the given token is contained in the list of
prepositions.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streamprivate static final String filename
public Preposition(InputStream is)
public Preposition()
public boolean isPreposition(String s)
s - the input tokenCopyright © 2020. All rights reserved.