Package | Description |
---|---|
edu.mit.jmwe.data |
Provides the basic data structures used by the library and their default implementations.
|
edu.mit.jmwe.util |
Provides utility classes used by many classes across the library
|
Modifier and Type | Class and Description |
---|---|
class |
MWEComparator<T extends IToken>
A comparator that compares
IMWE s by checking which MWE starts earlier
in the list of tokens used to construct this comparator. |
Modifier and Type | Class and Description |
---|---|
class |
ListComparator<T>
Compares two elements from a list based on their order of appearance in the
list.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.