File size: 871 Bytes
8551e99
 
 
 
 
 
 
 
 
 
 
 
 
9b203d0
8551e99
 
 
 
 
 
 
 
 
9b203d0
 
8551e99
 
 
 
 
 
 
 
 
004dadf
 
 
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
33
34
35
36
37
38
[project]
name = "radar"
version = "1.0.0"
description = "Language Detection for underthesea"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
    {name = "UnderTheSea NLP", email = "undertheseanlp@gmail.com"}
]
keywords = ["vietnamese", "nlp", "language-detection", "language-identification"]
dependencies = [
    "underthesea>=9.2.9",
    "underthesea_core>=3.3.0",
    "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",
    "fasttext-wheel>=0.9.2",
    "numpy<2",
]

[project.urls]
Homepage = "https://huggingface.co/undertheseanlp/radar-1"
Repository = "https://github.com/undertheseanlp/radar"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src"]