#predict #words #next #query

app mocword

预测下一个词

2 个不稳定版本

0.2.0 2022年5月2日
0.1.0 2022年2月19日

#53 in #next

MIT 许可证

195KB
318 行代码(不含注释)

摩词词

Release

预测下一个词(`・ω・´)

安装

重要:您必须提前准备摩词词数据集。请参见以下内容(数据集和环境变量)。

预构建的二进制文件

访问 发布

Cargo

cargo install mocword

数据集和环境变量

您需要从 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

下划线代表空格。

查询字符串

以空格结尾 -> 预测连续的词。

不以空格结尾 -> 预测以最后一个词的前缀开头的词。

许可证

MIT

依赖项

~28MB
~531K SLoC