Package org.apache.ctakes.assertion.pipelines.SharpCorpusSplit

Examples of org.apache.ctakes.assertion.pipelines.SharpCorpusSplit.Subcorpus


            );
        aggregate.add(preprocessAnnotator);

        File subcorpusDir = null;
//        Subcorpus subcorpus = SharpCorpusSplit.splitStratified(Integer.parseInt(batchDir.getName()));
        Subcorpus subcorpus = splitFunction.apply(batchDir);
        switch(subcorpus){
        case TRAIN:
          subcorpusDir = trainDirectory;
          break;
        case DEV:
View Full Code Here

TOP

Related Classes of org.apache.ctakes.assertion.pipelines.SharpCorpusSplit.Subcorpus

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.