File size: 757 Bytes
c8e9ec2 2ac432e 903cdb2 c8e9ec2 82c639c c8e9ec2 2ac432e c8e9ec2 09af15a b059f86 c8e9ec2 b059f86 c8e9ec2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | [project]
name = "sen"
version = "1.1.0"
description = "Vietnamese Text Classification - Training scripts for underthesea"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{name = "UnderTheSea NLP", email = "undertheseanlp@gmail.com"}
]
keywords = ["vietnamese", "nlp", "text-classification", "rust", "svm"]
dependencies = [
"underthesea>=9.2.9",
"click>=8.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"huggingface-hub>=0.20.0",
"scikit-learn>=1.0.0",
"datasets>=2.0.0",
]
[project.urls]
Homepage = "https://huggingface.co/undertheseanlp/sen-1"
Repository = "https://github.com/undertheseanlp/sen"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|