Spaces:
Sleeping
Sleeping
| [build-system] | |
| requires = [ | |
| "setuptools>=65", | |
| "Cython>=3.0", | |
| "numpy>=1.24" | |
| ] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "tibetan-text-metrics-webapp" | |
| version = "0.4.0" | |
| description = "Web application for computing text similarity metrics on Tibetan texts" | |
| readme = "README.md" | |
| license = {text = "CC-BY-4.0"} | |
| requires-python = ">=3.10" | |
| authors = [ | |
| {name = "Daniel Wojahn", email = "[email protected]"} | |
| ] | |
| keywords = ["tibetan", "nlp", "text-similarity", "buddhist-texts"] | |
| classifiers = [ | |
| "Development Status :: 4 - Beta", | |
| "Intended Audience :: Science/Research", | |
| "License :: OSI Approved", | |
| "Programming Language :: Python :: 3", | |
| "Programming Language :: Python :: 3.10", | |
| "Programming Language :: Python :: 3.11", | |
| "Programming Language :: Python :: 3.12", | |
| "Topic :: Text Processing :: Linguistic", | |
| ] | |
| [project.urls] | |
| Homepage = "https://github.com/daniel-wojahn/tibetan-text-metrics" | |
| Repository = "https://github.com/daniel-wojahn/tibetan-text-metrics" | |