org.cogroo.tools.checker.rules.verbs
Class Verbs

java.lang.Object
  extended by org.cogroo.tools.checker.rules.verbs.Verbs

public class Verbs
extends Object

The Verbs class reads a verb's list as input and turns it into a List


Constructor Summary
Verbs()
           
 
Method Summary
 VerbPlusPreps getVerb(String verb)
           
 Map<String,VerbPlusPreps> parseConfiguration()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verbs

public Verbs()
Method Detail

parseConfiguration

public Map<String,VerbPlusPreps> parseConfiguration()

getVerb

public VerbPlusPreps getVerb(String verb)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.