2 unstable releases
0.2.0 | May 2, 2022 |
---|---|
0.1.0 | Feb 19, 2022 |
#39 in #next
195KB
318 lines
Mocword
Predict next words (`・ω・´)
Installation
Important: You must prepare Mocword dataset in advance. See below (Dataset and Environment Variable).
Prebuilt Binary
Visit Releases.
Cargo
cargo install mocword
Dataset and Environment Variable
You need to get Mocword dataset from high-moctane/mocword-data.
export MOCWORD_DATA=/path/to/mocword.sqlite
Usage
One Shot Mode
$ mocword -q "this is "
the
a
not
an
what
to
that
true
done
so
$ mocword -q "one of t" --limit 3
the
them
these
Interactive Mode
$ mocword
this is
the a not an what to that true done so
one of t_
the them these those their two three this that themselves
The underscore is a white space.
Query String
Ends with a white space -> predict successive words.
Ends without any white space -> predict words which begin with the last word's prefix.
License
MIT
Dependencies
~28MB
~534K SLoC