high-moctane / mocword

Predict next words (`・ω・´)

Home Page:https://crates.io/crates/mocword

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocword

Release

Predict next words (`・ω・´)

give_me_a_star

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

About

Predict next words (`・ω・´)

https://crates.io/crates/mocword

License:MIT License


Languages

Language:Rust 100.0%