Examples of WikipediaDemonymMap


Examples of org.mediameter.cliff.places.substitutions.WikipediaDemonymMap

    AbstractSubstitutionMap demonyms;
   
    @Before
    public void setUp() throws Exception {
        demonyms = new WikipediaDemonymMap();
    }
View Full Code Here

Examples of org.mediameter.cliff.places.substitutions.WikipediaDemonymMap

            break;
        case ENGLISH_CONLL_4CLASS:
            initializeWithModelFiles("english.conll.4class.distsim.crf.ser.gz", "english.conll.4class.distsim.prop"); // makes it take about 30% longer :-(
            break;
        }
        demonyms = new WikipediaDemonymMap();
        customSubstitutions = new CustomSubstitutionMap(CUSTOM_SUBSTITUTION_FILE);
        locationBlacklist = new Blacklist(LOCATION_BLACKLIST_FILE);
        personToPlaceSubstitutions = new CustomSubstitutionMap(PERSON_TO_PLACE_FILE,false);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.