Package com.ontotext.gate.edlin.groovy

Examples of com.ontotext.gate.edlin.groovy.GroovyPreprocessor


      inputAS = document.getAnnotations();

    // load the pipeline and extractor
    pipeline = (ConditionalSerialAnalyserController)
    PersistenceManager.loadObjectFromUrl(path2xgapp);
    extractor = new GroovyPreprocessor(path2rules);
    sequences = new ArrayList<SequenceInstance>();
    xAlphabet = new Alphabet();
    yAlphabet = new Alphabet();
    this.path2xgapp = path2xgapp;
  }
View Full Code Here

TOP

Related Classes of com.ontotext.gate.edlin.groovy.GroovyPreprocessor

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.