Parsing Engine

danbikel.parser.arabic
Class TagMap

java.lang.Object
  extended by 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.


Method Summary
protected static Symbol transformTag(Word word)
          Helper method used by Training.transformTags(Sexp).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transformTag

protected static Symbol transformTag(Word word)
Helper method used by Training.transformTags(Sexp).


Parsing Engine

Author: Dan Bikel.