Cargo.toml fix number of keywords

This commit is contained in:
Anthony MOI
2020-01-10 12:30:42 -05:00
parent 46e0ad5c9a
commit aa0b644c11

View File

@ -7,7 +7,7 @@ homepage = "https://github.com/huggingface/tokenizers"
repository = "https://github.com/huggingface/tokenizers"
documentation = "https://docs.rs/tokenizers/"
license = "Apache-2.0"
keywords = ["text", "tokenizer", "tokenization", "NLP", "huggingface", "BPE", "WordPiece"]
keywords = ["tokenizer", "NLP", "huggingface", "BPE", "WordPiece"]
readme = "./README.md"
description = """
Provides an implementation of today's most used tokenizers,