All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opensextant.output.MatchInterpreter Maven / Gradle / Ivy

There is a newer version: 3.7.3
Show newest version
package org.opensextant.output;

import org.opensextant.data.Geocoding;
import org.opensextant.extraction.TextMatch;

public interface MatchInterpreter {
    
    /**
     * For a given match in text return the geocoding object
     * for that match, if one exists.
     * 
     * @param m TextMatch -- which may or may not be geographic in nature.
     * @return
     */
    Geocoding getGeocoding(TextMatch m);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy