Releases: high-moctane/nextword
v0.0.5
Changelog
bb4d44a introduced goreleaser-action
42bdbaf bump up patch version to 0.0.4
2fa62f7 receive -n flag instead of -c
10f0915 raise version
846571e don't raise error when data file is not found
7ae9ff7 make silent errcheck
5d78bb6 change substitute message for gif animation
21515bf replace git animation
bf8d367 add testing section
74998aa modify options
b4a811d write README.md
df9af57 add version
9bfb551 use github.com/high-moctane/go-readerer in searchOneGram function
1241e71 change NewNextword args.
bc9fe71 add main.go
f7b3137 verify candidates-num
e647478 add nextword.go nextword_test.go
61cffa4 add go.mod
e22d575 clear
16cdeca added greedy flag.
10150a5 wrote a simple usage.
3b09ede installed flag
0adb536 fixed Suggester.suggestNgram error which it occurs when the first word begins with a non-alphabetic character.
56c9c77 added a simple benchmark for Suggester.Suggest.
29c22ce implemented the basic algorithm using text data.
2731311 (WIP) using nwenc.Encoded/Decoded data.
2b1cd71 create go.mod
b890afc Initial commit