[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 = ["."]