Closed jejking closed 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.
Set<String>
Map<String, Int>
The matching process essentially returns a
Set<String>
of key word hits. Change this to return aMap<String, Int>
where the value is the number of mentions in a document, and the key is the keyword.