Package edu.washington.cs.knowitall.normalization

Examples of edu.washington.cs.knowitall.normalization.VerbalRelationNormalizer


 
  private static VerbalRelationNormalizer normalizer;

  @Before
  public void setUp() throws Exception {
    normalizer = new VerbalRelationNormalizer();
  }
View Full Code Here


     *
     * @param relations
     */
    public NormalizedRelationDictionaryFilter(HashSet<String> relations) {
        this.relations = relations;
        normalizer = new VerbalRelationNormalizer();
        normalizer.stripBeAdj(true);
    }
View Full Code Here

TOP

Related Classes of edu.washington.cs.knowitall.normalization.VerbalRelationNormalizer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.