Package kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09

Examples of kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09.SimplePOSResult09


        workflow.appendMorphemeProcessor(new UnknownProcessor(), null);

        switch (workflowFlag) {
            case WORKFLOW_HMM_POS_TAGGER_09:
                workflow.setPosTagger(new HMMTagger(), hmmTaggerAnalyzerConf);
                workflow.appendPosProcessor(new SimplePOSResult09(), null);
                break;
            case WORKFLOW_HMM_POS_TAGGER_22:
                workflow.setPosTagger(new HMMTagger(), hmmTaggerAnalyzerConf);
                workflow.appendPosProcessor(new SimplePOSResult22(), null);
                break;
View Full Code Here

TOP

Related Classes of kr.ac.kaist.swrc.jhannanum.plugin.SupplementPlugin.PosProcessor.SimplePOSResult09.SimplePOSResult09

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.