Package edu.stanford.nlp.sempre

Examples of edu.stanford.nlp.sempre.FormulaRetriever$Options


  private final FormulaRetriever fRetriever;
  private final ParaphraseFeatureExtractor fExtractor;

  public ParaphraseParser(Executor executor) throws IOException {
    qGenerator = new QuestionGenerator();
    fRetriever = new FormulaRetriever(false);
    fExtractor = new ParaphraseFeatureExtractor(executor);
    vsmModel=VectorSpaceModel.getSingleton();
    aligner=Aligner.getSingleton();
    fsComputer = FeatureSimilarityComputerFactory.getFeatureSimilarityComputer();
    this.executor=executor;
View Full Code Here

TOP

Related Classes of edu.stanford.nlp.sempre.FormulaRetriever$Options

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.