Skip to content

Commit

Permalink
Merge pull request #71 from bact/add-categories-to-cargo-config
Browse files Browse the repository at this point in the history
Add categories to Cargo.toml
  • Loading branch information
bact authored Nov 9, 2024
2 parents 0a2d58d + fe7b260 commit b40f9f4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,5 @@ dmypy.json

# Cython debug symbols
cython_debug/

logs/
3 changes: 2 additions & 1 deletion nlpo3-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ homepage = "https://github.com/PyThaiNLP/nlpo3/tree/main/nlpo3-cli/"
repository = "https://github.com/PyThaiNLP/nlpo3/"
readme = "README.md"
keywords = ["thai", "tokenizer", "nlp", "word-segmentation", "cli"]
categories = ["text-processing"]
categories = ["text-processing", "command-line-utilities"]

license = "Apache-2.0"

[[bin]]
Expand Down
2 changes: 2 additions & 0 deletions nlpo3-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ edition = "2018"
license = "Apache-2.0"
authors = ["Thanathip Suntorntip Gorlph"]
exclude = ["index.node"]
keywords = ["thai", "tokenizer", "nlp", "word-segmentation"]
categories = ["text-processing"]

[lib]
crate-type = ["cdylib"]
Expand Down
1 change: 1 addition & 0 deletions nlpo3-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Thanathip Suntorntip Gorlph"]
description = "Python binding for nlpO3 Thai language processing library"
exclude = ["notebooks"]
keywords = ["thai", "tokenizer", "nlp", "word-segmentation", "python"]
categories = ["text-processing"]

[lib]
name = "_nlpo3_python_backend"
Expand Down

0 comments on commit b40f9f4

Please sign in to comment.