Package simplenlg.aggregation

Examples of simplenlg.aggregation.Aggregator


   * @param name
   *            the name
   */
  public ClauseAggregationTest(String name) {
    super(name);
    aggregator = new Aggregator();
    aggregator.initialise();
    coord = new ClauseCoordinationRule();
    fcr = new ForwardConjunctionReductionRule();
    bcr = new BackwardConjunctionReductionRule();
  }
View Full Code Here

TOP

Related Classes of simplenlg.aggregation.Aggregator

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.