Package org.apache.uima.tools.cfe.support

Examples of org.apache.uima.tools.cfe.support.EnumeratedEntryDictionary


    public EnumFeatureValues (String path, boolean case_sensitive) throws IOException
    {
        super(null);
        m_value_transformer = new PrimitiveFeatureTransformer(case_sensitive);
        EnumeratedEntryDictionary fd = new EnumeratedEntryDictionary("enum feature values", path, getValueNormalizer());
        fd.load();
        m_values = fd.values();
    }
View Full Code Here

TOP

Related Classes of org.apache.uima.tools.cfe.support.EnumeratedEntryDictionary

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.