train和predict好用,单没有找到test方法,
Opened this issue · 2 comments
GitJackWang commented
train和predict好用,没有找到test方法 TrainArgs,FastText 似乎都没有,是没有或者在其它地方
jimichan commented
在最新的代码里面有,但是还没发布
----------
该邮件从移动设备发送
…--------------原始邮件--------------
发件人:"GitJackWang "<notifications@github.com>;
发送时间:2020年2月14日(星期五) 晚上10:25
收件人:"mayabot/fastText4j" <fastText4j@noreply.github.com>;
抄送:"Subscribed "<subscribed@noreply.github.com>;
主题:[mayabot/fastText4j] train和predict好用,单没有找到test方法, (#23)
-----------------------------------
train和predict好用,没有找到test方法 TrainArgs,FastText 似乎都没有,是没有或者在其它地方
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
jimichan commented
看主页文档,已经在3.1.0发布了
<dependency>
<groupId>com.mayabot.mynlp</groupId>
<artifactId>fastText4j</artifactId>
<version>3.1.0</version>
</dependency>