Package | Description |
---|---|
edu.mit.jmwe.detect |
Provides MWE detector API, a baseline detector, plus numerous other detector implementations.
|
Modifier and Type | Method and Description |
---|---|
MWEBuilder<T> |
MWEBuilder.clone() |
Modifier and Type | Method and Description |
---|---|
static <T extends IToken> |
MWEBuilder.fillNextSlot(MWEBuilder<T> builder,
T t)
Fills the first non-null (empty) slot in the given builder.
|
protected <T extends IToken> |
Consecutive.fillNextSlot(MWEBuilder<T> builder,
T t)
Fills the first non-null (empty) slot in the given builder.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IToken> |
MWEBuilder.fillSlots(java.util.Set<MWEBuilder<T>> records,
T token)
Given a set of MWE builders, fills all the slots in the records that can be
filled by the given token.
|
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.