jejking / hh-nord-geocoder

tm470
GNU General Public License v3.0
0 stars 0 forks source link

Matching process should collect number of matches for a given gazetteer entry. #15

Closed jejking closed 10 years ago

jejking commented 10 years ago

The matching process essentially returns a Set<String> of key word hits. Change this to return a Map<String, Int> where the value is the number of mentions in a document, and the key is the keyword.