vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Support the '-seed' command line argument #67

Open vmagotra opened 1 year ago

vmagotra commented 1 year ago

With change https://github.com/facebookresearch/fastText/commit/d0bf803d4cdc4c763d73c907f21b2fab0ede355e the '-seed' command line argument was added. This is a useful option for unit testing. Are there any plans on integrating this change into the precompiled versions available as part of the released artifacts ?