danbikel.parser.arabic
Class TagMap
java.lang.Object
danbikel.parser.arabic.TagMap
public class TagMap
- extends Object
Provides tag mapping function for collapsing Arabic part-of-speech tags to
Penn Treebank equivalents. The original mapping was provided by Ann Bies of
the Institute for Research in Cognitive
Science at the University of
Pennsylvania.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transformTag
protected static Symbol transformTag(Word word)
- Helper method used by
Training.transformTags(Sexp)
.
Author: Dan Bikel.