Skip to content

Releases: mayabot/fastText4j

增加TranArgs的配置项,可以配置bucket等参数

Choose a tag to compare

@jimium jimium released this 08 Jan 05:55

增加TranArgs的配置项,可以配置bucket等参数
new TrainArgs().setBucket(10000);

V1.2.1

Choose a tag to compare

@jimium jimium released this 12 Sep 06:08
v1.2.1

v1.2.1

V1.2.0

Choose a tag to compare

@jimium jimium released this 11 Sep 12:40
  1. 乘积�量化API
  2. 训练语料的格式不限定为文本文件,可以根据接口来实现各种格式(选用自己的分词器)
  3. Fix gradle erro #3

v1.1.5

Choose a tag to compare

@jimium jimium released this 09 Sep 11:06

加载C语言的模型,增加了InputStream接口

v1.1.4

Choose a tag to compare

@jimium jimium released this 08 Sep 15:22

compile 'com.mayabot:fastText4j:1.1.4'

V1.1.2

Choose a tag to compare

@jimium jimium released this 16 Aug 18:40

Fix BUG #2 save java model error

V1.1.1

Choose a tag to compare

@jimium jimium released this 07 Aug 09:19

Fix bug #1

V1.1.0

Choose a tag to compare

@jimium jimium released this 21 Jun 01:59

初始可用版发布