Package | Description |
---|---|
grammarscope.common.filter | |
grammarscope.filter | |
grammarscope.glue | |
grammarscope.iface | |
grammarscope.server.utils |
Modifier and Type | Class and Description |
---|---|
class |
RelationFilter
Relation filter
|
class |
RelationOrderedFilter
Relation filter and sorter
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFilter<T extends HasId> |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> java.util.function.Predicate<T> |
FilterAdapter.adapt(IFilter<T> filter)
Adapt IFilter to Stanford filter
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMutableFilter<T>
Mutable filter
|
Modifier and Type | Method and Description |
---|---|
(package private) static <T> java.util.function.Predicate<T> |
FilterAdapter.filterAdapter(IFilter<T> filter)
Adapt IFilter
|
static java.util.function.Predicate<edu.stanford.nlp.trees.TypedDependency> |
FilterAdapter.filterTypedDependencyAdapter(IFilter<HasId> filter)
Adapt IFilter[HasId] to Filter[TypedDependency]
|