public class CheckContextGenerator extends AbstractContextGenerator
EOS, punctSet, useLabel, zeroBackOff| Constructor and Description |
|---|
CheckContextGenerator()
Creates a new context generator for generating predictive context for
deciding when a constituent is complete.
|
CheckContextGenerator(Map<String,Object> resources) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getContext(Object o) |
String[] |
getContext(Parse[] constituents,
String type,
int start,
int end)
Returns predictive context for deciding whether the specified constituents
between the specified start and end index can be combined to form a new
constituent of the specified type.
|
checkcons, checkcons, cons, cons2, cons3, consbo, getFrontierNodes, production, punct, punctbo, surroundpublic CheckContextGenerator()
public String[] getContext(Parse[] constituents, String type, int start, int end)
constituents - The constituents which have yet to be combined into new
constituents.type - The type of the new constituent proposed.start - The first constituent of the proposed constituent.end - The last constituent of the proposed constituent.Copyright © 2017 IXA pipes. All rights reserved.