Commit baac9244 authored by Adam Blank's avatar Adam Blank
Browse files

Update NGramMap.java

parent 3735f233
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -106,7 +106,7 @@ public class NGramMap {
* times each word was seen after ngram.
*
* @param ngram - the ngram we want counts for
* @return an array of hashmaps of words to counts
* @return an array of PQElements
*/
public IPriorityQueue.PQElement<String>[] getCountsAfter(NGram ngram) {
return null;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment