KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
coc-nextword
★ 22
Open GitHub ↗
nextword extension for coc.nvim
Download README (.md)
Explore Similar Repositories
popscle_helper_tools
:
Helper tools for popscle
dot-files
:
Dotfiles for Linux, managed by GNU stow.
VectorGraphRenderer
:
A renderer that takes a triangle mesh, a camera pose and produce a SVG image or visible part of the mesh.
chan
:
CHAN for Image-to-Image Translation, IEEE TIP, 2021
odsc_2020_nlp
:
Repository for ODSC talk related to Deep Learning NLP
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
coc-nextword
?
Download (.md)
**NEW PREDICTION ENGINE [MOCWORD](https://github.com/high-moctane/mocword) IS AVAILABLE, TRY [coc-mocword](https://github.com/fannheyward/coc-mocword)**. # coc-nextword [nextword][] extension for coc.nvim  ## Install 1. Install [nextword][]. **Note**: you can use bundled `nextword.wasm` instead, see `nextword.wasm`. 1. Download [nextword dataset](https://github.com/high-moctane/nextword-data) 1. Set `$NEXTWORD_DATA_PATH`: `export NEXTWORD_DATA_PATH=/path/to/nextword-data` 1. `:CocInstall coc-nextword` ## Configurations - `nextword.filetypes`: filetypes that enable nextword, defaults `["text", "help", "markdown", "gitcommit"]` - `nextword.dataPath`: custom path of nextword dataset, will override `$NEXTWORD_DATA_PATH` - `nextword.count`: max candidates word number, defaults `10` - `nextword.greedy`: show as many results as possible, defaults `true` - `nextword.wasm`: use bundled WebAssembly version `nextword`, this means you don't need to install `nextword` by Go, defaults `false`. In my tests, `nextword.go` takes 20-30ms to do suggesting, `nextword.wasm` takes 80-100ms. ## License MIT --- > This extension is created by [create-coc-extension](https://github.com/fannheyward/create-coc-extension) [nextword]: https://github.com/high-moctane/nextword