|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TokenProperty | |
---|---|
com.googlecode.whatswrong | The whatswrong package is the top-level package of What's Wrong With My NLP. |
Uses of TokenProperty in com.googlecode.whatswrong |
---|
Methods in com.googlecode.whatswrong that return types with arguments of type TokenProperty | |
---|---|
java.util.Set<TokenProperty> |
TokenFilter.getForbiddenTokenProperties()
Returns an unmodifiable view on the set of all allowed token properties. |
java.util.Collection<TokenProperty> |
Token.getPropertyTypes()
Return all token properties (the property names). |
java.util.List<TokenProperty> |
Token.getSortedProperties()
Sorts the properties by property level and name. |
java.util.Set<TokenProperty> |
NLPCanvas.getUsedProperties()
Returns the set of all token properties in the current nlp instance. |
Methods in com.googlecode.whatswrong with parameters of type TokenProperty | |
---|---|
Token |
Token.addProperty(TokenProperty property,
java.lang.String value)
Add a property with given value. |
int |
TokenProperty.compareTo(TokenProperty o)
First compares the level of the two properties and if these are equal the property names are compared. |
java.lang.String |
Token.getProperty(TokenProperty property)
Get the value of the given property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |