Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
tools-1.5.1-incubating
-
None
-
None
Description
The method topKSequences(List<String> sentence, List<String> tags) fails with a class cast exception because the bestSequences method expects an array of String arrays in additionalContext argument, but the topKSequences was setting a array of lists.