|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipipan.spejd.tagset.Pos
public class Pos
Representation of part of speech in tagset, like noun or adjective. Contains methods for validating tags (checking if the given tag has the required attributes for this part of speech).
Constructor Summary | |
---|---|
Pos(java.lang.String name,
java.lang.String[] l)
|
Method Summary | |
---|---|
java.lang.String |
trim(java.lang.String tag)
Trims the tag to allowed attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pos(java.lang.String name, java.lang.String[] l)
Method Detail |
---|
public java.lang.String trim(java.lang.String tag)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |