This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Releases: kevinlu1248/pyate
Releases · kevinlu1248/pyate
Initial Release for Zenodo
To download and use PyATE, use pip instead. This release is for uploading this project to Zenodo, generating a DOI so that PyATE can be cited.
However, in terms of updates since the latest release, the main new feature is support for spaCy V3.
Term Extraction spaCy Model ~94% F-Score
New features:
- A spaCy model trained on ACL's data for term extraction, reaching a 94.71% F-Score!
- Language support! Please check https://github.com/kevinlu1248/pyate#other-languages for more details. So far, only English and Italian is supported.
Beginning to Support New Languages
Also other minor changes, such as:
- Support for new versions of spaCy >= 2.3.2
- Support for Windows
- Support for Google Colab
- Other minor bugs fixed
Added spacy pipeline feature
Added spacy pipeline feature: check README.md.
Added typing annotations for easier comprehension of algorithms.
Minor fixes and restructuring
0.2 Update README.md
Initial Release
0.1 added packages