Predict next words (`・ω・´)
Important: You must prepare Mocword dataset in advance. See below (Dataset and Environment Variable).
Visit Releases.
cargo install mocword
You need to get Mocword dataset from high-moctane/mocword-data.
export MOCWORD_DATA=/path/to/mocword.sqlite
$ mocword -q "this is "
the
a
not
an
what
to
that
true
done
so
$ mocword -q "one of t" --limit 3
the
them
these
$ 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.
Ends with a white space -> predict successive words.
Ends without any white space -> predict words which begin with the last word's prefix.
MIT