Logo Lanfrica

IsiXhosa-click/isixhosa_click

Domaine:

natural language processing

Type de record:

software
Créateur:
Isi
Hôte:
A live dictionary for IsiXhosa # isixhosa.click An online glossary of IsiXhosa words, with English, Xhosa, and other relevant information provided along with a live search and community editing features. ## Maintenance To wipe the database, simply `rm -rf tantivy_data/` and `rm isixhosa_click.db`. ## Config By default, it is configured as a development environment. See the `Config` struct in `main.rs` for more info. Under Ubuntu and Oracle Linux, the config file will be stored in `~/.config/isixhosa_click/isixhosa_click.toml`. ## Building You will need `wasm-bindgen`, `wasm-opt`, GNU Make, and a recent version of cargo and rustc stable. You will also need to have the `wasm32-unknown-unknown` target installed. To run the server, simply run `make run`. For release, run `make run profile=release`.