[flow] fix hardcoded list size in build terms
Related to #161 (closed)
This adds a small fix to the number of buildNgramsTermsList
: 1000 was hardcoded, I changed that to the passed value.
There is also one more 1000
hardcoded there and a 2000
. Should these be parametrized as well?
[ (Authors , MapListSize 9, MaxListSize 1000)
, (Sources , MapListSize 9, MaxListSize 1000)
, (Institutes, MapListSize 9, MaxListSize 1000)
]