rominf commited on
Commit
28d97ba
·
verified ·
1 Parent(s): 6221a0d

Add stanza-fi-model-tokenize-tdt package

Browse files
.gitattributes CHANGED
@@ -25,3 +25,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ packaging/pypi/stanza_fi_model_tokenize_tdt-1.8.0.tar.gz filter=lfs diff=lfs merge=lfs -text
29
+ packaging/pypi/stanza_fi_model_tokenize_tdt-1.8.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *.egg-info/
packaging/pypi/stanza_fi_model_tokenize_tdt-1.8.0-py3-none-any.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c3566395e32eabb51b08a9d69d7379c905e27d636534527b2b3ea44438fd75e
3
+ size 604919
packaging/pypi/stanza_fi_model_tokenize_tdt-1.8.0.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2170c978aca8b9a8311be6fed2742a825c5f78f60611c73edec7777eb2e1ee6b
3
+ size 608230
packaging/stanza_fi_model_tokenize_tdt/MANIFEST.in ADDED
@@ -0,0 +1 @@
 
 
1
+ include stanza-fi/tokenize/tdt.pt
packaging/stanza_fi_model_tokenize_tdt/pyproject.toml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "stanza-fi-model-tokenize-tdt"
7
+ version = "1.8.0"
8
+ description = "Stanza model for Finnish (fi), by the Stanford NLP Group"
9
+ readme = "README.md"
10
+ license = { text = "Apache License 2.0" }
11
+ requires-python = ">=3.8"
12
+ authors = [
13
+ { name = "Stanford Natural Language Processing Group", email = "[email protected]" },
14
+ ]
15
+ maintainers = [
16
+ { name = "Roman Inflianskas", email = "[email protected]" },
17
+ ]
18
+ keywords = [
19
+ "deep-learning",
20
+ "natural-language-processing",
21
+ "natural-language-understanding",
22
+ "nlp",
23
+ "stanford-nlp",
24
+ "stanza",
25
+ "model",
26
+ "finnish",
27
+ ]
28
+ classifiers = [
29
+ "Development Status :: 4 - Beta",
30
+ "Intended Audience :: Developers",
31
+ "Intended Audience :: Education",
32
+ "Intended Audience :: Information Technology",
33
+ "Intended Audience :: Science/Research",
34
+ "Natural Language :: Finnish",
35
+ "Programming Language :: Python :: 3.8",
36
+ "Programming Language :: Python :: 3.9",
37
+ "Programming Language :: Python :: 3.10",
38
+ "Programming Language :: Python :: 3.11",
39
+ "Topic :: Scientific/Engineering",
40
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
41
+ "Topic :: Scientific/Engineering :: Information Analysis",
42
+ "Topic :: Software Development",
43
+ "Topic :: Software Development :: Libraries",
44
+ "Topic :: Text Processing",
45
+ "Topic :: Text Processing :: Linguistic",
46
+ ]
47
+
48
+ [project.urls]
49
+ Homepage = "https://huggingface.co/stanfordnlp/stanza-fi"
50
+ Stanza = "https://github.com/stanfordnlp/stanza"
51
+
52
+ [tool.setuptools.packages.find]
53
+ where = ["."]
packaging/stanza_fi_model_tokenize_tdt/stanza-fi ADDED
@@ -0,0 +1 @@
 
 
1
+ ../../models/