mirror of
https://github.com/high-moctane/nextword.git
synced 2025-12-16 12:00:08 +01:00
Mocword has been available
This commit is contained in:
25
README.md
25
README.md
@@ -1,4 +1,18 @@
|
||||
# Nextword
|
||||
|
||||
## **🎉 NEW PREDICTION ENGINE [MOCWORD](https://github.com/high-moctane/mocword) IS AVAILABLE 🎉**
|
||||
|
||||
[Mocword](https://github.com/high-moctane/mocword) is more advanced engine than Nextword.
|
||||
|
||||
- Less data file size
|
||||
- 1.63GB (Nextword) -> 655MB (Mocword)
|
||||
- Using latest Google Ngram dataset
|
||||
- 2012 data (Nextword) -> 2020 data (Mocword)
|
||||
- More appropriate prediction
|
||||
- Less noisy vocabularies
|
||||
|
||||
---
|
||||
|
||||
Predict a next English word.
|
||||
|
||||

|
||||
@@ -8,14 +22,13 @@ Predict a next English word.
|
||||
1. [**IMPORTANT**] Install [Nextword-data (https://github.com/high-moctane/nextword-data)](https://github.com/high-moctane/nextword-data)
|
||||
|
||||
2. Visit [Releases](https://github.com/high-moctane/nextword/releases) page and
|
||||
download an appropriate binary for your architecture.
|
||||
download an appropriate binary for your architecture.
|
||||
|
||||
NOTE: You can also compile this project manually if you want.
|
||||
|
||||
```
|
||||
$ go get -u github.com/high-moctane/nextword
|
||||
```
|
||||
NOTE: You can also compile this project manually if you want.
|
||||
|
||||
```
|
||||
$ go get -u github.com/high-moctane/nextword
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user