vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Added a function which returns float[], this can be used for interop with deeplearning4j. #16

Closed borissmidt closed 4 years ago

borissmidt commented 7 years ago

added a convinience function that returns an array instead of a list, this allows for easier interop with other libraries like deeplearning4j.