Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-15normalize and sort dependencies, add transformers extra (#1124)Nicholas Bollweg
normalize, sort deps syntax, add transformers extra
2022-09-153.9 is a supported version of python nowJohn Bauer
2022-09-15Stop requiring pytest for all installations. Instead we hopefully can ↵John Bauer
hopefully have the test suite install the extra_requires https://github.com/stanfordnlp/stanza/issues/1120 Install 'test' from setup.py as part of running the unit tests
2022-05-23do not install transformers library by default; now support m1 macosyuhui-zh15
2022-05-14add pytest as requirementJ38
2022-04-23add transformersJ38
2021-09-30Add missing pytest to the test condaJohn Bauer
2021-09-25Include six in the setupJohn Bauer
2021-07-13processor for identifying languages of textJ38
class for multilingual pipeline model code for langid system add langid to constants add lang to Document integrate langid and multilingual into stanza adds script for creating UD train data add eval and model training from checkpoint allow new labels in eval set, fine-grained eval option handles fine-grained Norwegian and Chinese in UD data stores tag index with data, add all labels in eval set option for saving with label (e.g. epoch1) adds tweet cleaning adds lang subset option adds benchmark test adds emoji library dependency to stanza
2021-05-22Try to install with the pl scriptsJohn Bauer
2020-04-02torch 1.2 -> 1.3Yuhui Zhang
2020-03-14Add python_requires to setupYuhao Zhang
2020-03-11Minor fix on urlYuhao Zhang
2020-03-11Fix classifiers in setupYuhao Zhang
2020-03-11Update setup infoYuhao Zhang
2020-03-06renaming stanfordnlp to stanza!!Yuhui Zhang
2019-12-13torch.uint8 -> torch.bool to get rid of deprecation warningPeng Qi
2019-03-08Add pytorch versionYuhao Zhang
2019-03-05set up single source of truth for versionJ38
2019-02-27Getting ready for v0.1.2v0.1.2Peng Qi
2019-01-31update versionJ38
2019-01-29Update setup.pyPeng Qi
2019-01-29small changes before final release of 0.1.0J38
2019-01-25sort requirements list in setup.pyJ38
2019-01-23add tqdm to setup.pyJ38
2019-01-19small updates, fix license, add clint as dependencyJ38
2019-01-17reduce versionJ38
2019-01-17don't set versionsJ38
2019-01-17set versionsJ38
2019-01-15add numpy dependencyJ38
2019-01-05update emailJ38
2019-01-05update setupJ38
2017-10-22updated requirements in setupMihail Eric
2017-10-21added manifest.in and basic setup scriptMihail Eric