Mocword

Predict next words (`・ω・´)

give<em>me</em>a_star

Installation

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