Installation¶
Note that Sinatools is working on Python version 3.10.8.
Stable release¶
This is the preferred method to install SinaTools. To download the latest version of SinaTools, execute this command:
$ pip install SinaTools
If you don’t have pip installed, this Python installation guide can guide you through the process.
From sources¶
The sources for SinaTools can be downloaded from the Github Repo.
You can also clone the public repository:
$ git clone git://github.com/SinaLab/SinaTools
Installing Models and datafiles:¶
Some modules in SinaTools (e.g., NER, WSD) require our fine-tuned BERT models and datafiles to be installed
To install these models, please consult the DataDownload section.