ipipan.spejd.tagset
Class Pos

java.lang.Object
  extended by ipipan.spejd.tagset.Pos

public class Pos
extends java.lang.Object

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

Pos

public Pos(java.lang.String name,
           java.lang.String[] l)
Method Detail

trim

public java.lang.String trim(java.lang.String tag)
Trims the tag to allowed attributes.