Direction.java :  » Natural-Language-Processing » MaltParser » org » maltparser » core » syntaxgraph » headrules » Java Open Source

Java Open Source » Natural Language Processing » MaltParser 
MaltParser » org » maltparser » core » syntaxgraph » headrules » Direction.java
package org.maltparser.core.syntaxgraph.headrules;
/**
*
*
* @author Johan Hall
*/
public enum Direction {
  LEFT, RIGHT
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.