File size: 1,628 Bytes
28d97ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "stanza-fi-model-tokenize-tdt"
version = "1.8.0"
description = "Stanza model for Finnish (fi), by the Stanford NLP Group"
readme = "README.md"
license =  { text = "Apache License 2.0" }
requires-python = ">=3.8"
authors = [
    { name = "Stanford Natural Language Processing Group", email = "jebolton@stanford.edu" },
]
maintainers = [
    { name = "Roman Inflianskas", email = "rominf@pm.me" },
]
keywords = [
    "deep-learning",
    "natural-language-processing",
    "natural-language-understanding",
    "nlp",
    "stanford-nlp",
    "stanza",
    "model",
    "finnish",
]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "Intended Audience :: Education",
    "Intended Audience :: Information Technology",
    "Intended Audience :: Science/Research",
    "Natural Language :: Finnish",
    "Programming Language :: Python :: 3.8",
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Topic :: Scientific/Engineering",
    "Topic :: Scientific/Engineering :: Artificial Intelligence",
    "Topic :: Scientific/Engineering :: Information Analysis",
    "Topic :: Software Development",
    "Topic :: Software Development :: Libraries",
    "Topic :: Text Processing",
    "Topic :: Text Processing :: Linguistic",
]

[project.urls]
Homepage = "https://huggingface.co/stanfordnlp/stanza-fi"
Stanza = "https://github.com/stanfordnlp/stanza"

[tool.setuptools.packages.find]
where = ["."]