ipipan.spejd.rules
Class LexDictionary

java.lang.Object
  extended by ipipan.spejd.util.SimpleDict
      extended by ipipan.spejd.rules.LexDictionary

public class LexDictionary
extends SimpleDict


Field Summary
 
Fields inherited from class ipipan.spejd.util.SimpleDict
dict
 
Constructor Summary
LexDictionary(java.lang.String filename)
           
 
Method Summary
 void apply(Entity e)
           
 void put(java.lang.String var, java.lang.String value)
          Override put() from superclass to add conversion of the tag value.
 void report()
           
 
Methods inherited from class ipipan.spejd.util.SimpleDict
getDict, load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexDictionary

public LexDictionary(java.lang.String filename)
Method Detail

put

public void put(java.lang.String var,
                java.lang.String value)
Override put() from superclass to add conversion of the tag value.

Overrides:
put in class SimpleDict
Parameters:
var - name of the variable to set
value - value of the variable as String

apply

public void apply(Entity e)

report

public void report()