Package org.mediameter.cliff.test.reuters

Examples of org.mediameter.cliff.test.reuters.RegionSubstitutionMap


    private int mentionsArticlesWeGotRight = 0;
   
    private RegionSubstitutionMap substitutions;
   
    public ReutersFocusChecker() throws Exception {
        substitutions = new RegionSubstitutionMap(REGIONS_FILE);
    }
View Full Code Here

TOP

Related Classes of org.mediameter.cliff.test.reuters.RegionSubstitutionMap

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.