Skip to content

Commit

Permalink
doc(translator): update (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 5, 2024
1 parent 4375713 commit e51c7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/translator/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Afrim Translator

Enhance the language processing tasks within in input method engine.

### Features

- rhai: Enables the usage of the rhai scripting language.
- rhai-wasm: Like rhai, but wasm compatible.
- strsim: Enables the text similarity algorithm for better predictions.
Expand Down
1 change: 1 addition & 0 deletions engine/translator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//! * `rhai`: Enables the usage of rhai script files.
//! * `rhai-wasm`: Like rhai, but wasm compatible.
//! * `strsim`: Enables the text similarity algorithm for better predictions.
//! * `serde`: Enables serde feature.
//!
//! # Example
//!
Expand Down

0 comments on commit e51c7a7

Please sign in to comment.