Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update crate description #137

Merged
merged 6 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion engine/preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "afrim-preprocessor"
version = "0.5.1"
edition = "2021"
description = "A preprocessor to process keyboard events for an input method."
keywords = ["ime", "processor", "keyboard"]
keywords = ["ime", "preprocessor", "keyboard"]
category = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions engine/translator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.2"
edition = "2021"
description = "Manage the predication system of the afrim input method."
keywords = ["auto-complete", "ime", "predication"]
category = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion engine/translator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Handle the predication system for an input method.

### Features
- rhai: Enable the usage of the rhai scripting language.
- rhai-wasm: Like rai, but wasm compatible.
- rhai-wasm: Like rhai, but wasm compatible.
- strsim: Enable the text similarity algorithm.
2 changes: 2 additions & 0 deletions memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.3.2"
edition = "2021"
description = "Make the handle of sequential codes easier for an input method."
keywords = ["ime", "memory", "data-structure"]
category = ["text-processing"]

repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion memory/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Afrime
# Afrim
Manage the memory for an input method.
1 change: 1 addition & 0 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.5.2"
edition = "2021"
description = "Core library of the afrim input method."
keywords = ["ime", "keyboard"]
category = ["text-processing"]
repository = "https://github.com/pythonbrad/afrim"
license = "MIT"
readme = "../README.md"
Expand Down
Loading