You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use LmReaders.readNgramMapFromBinary and use the map to look up ngram that starts with the start symbol, I never get any occurrence counts > 0. Is this expected? Is it an issue of the software or of the data? I'm using the Google Books LM (German) from http://tomato.banatao.berkeley.edu:8080/berkeleylm_binaries/
When I use
LmReaders.readNgramMapFromBinary
and use the map to look up ngram that starts with the start symbol, I never get any occurrence counts > 0. Is this expected? Is it an issue of the software or of the data? I'm using the Google Books LM (German) from http://tomato.banatao.berkeley.edu:8080/berkeleylm_binaries/Example:
map.get(Arrays.asList("<S>", "Das"))
=>null
I tried
<S>
,<s>
, and_START_
as start symbols, but the results are the same.The text was updated successfully, but these errors were encountered: