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 (Expand)Author
2022-09-15Bump version number to release a few small changesHEADv1.4.2mainJohn Bauer
2022-09-15normalize and sort dependencies, add transformers extra (#1124)Nicholas Bollweg
2022-09-15Hide the imports of SiLU and Mish from older versions of torch. #1120John Bauer
2022-09-153.9 is a supported version of python nowJohn Bauer
2022-09-15Stop requiring pytest for all installations. Instead we hopefully can hopefu...John Bauer
2022-09-15Switch dict + list to OrderedDictJohn Bauer
2022-09-14Update a couple versions in the README.md to better reflect reality - we supp...John Bauer
2022-09-14Squeeze a little bit more - only use depparse in the depparse pipelinev1.4.1John Bauer
2022-09-14Turn some multilingual pipeline tests into fixtures. Again, should save memoryJohn Bauer
2022-09-14Turn some pipelines getting built over and over into fixtures. Will make the...John Bauer
2022-09-14Now there should be POS models which match the PL charlms as wellJohn Bauer
2022-09-14Simpler way to have PL charlm specific for NERJohn Bauer
2022-09-14Try to reduce the scope on various pipelines to make the test suite less like...John Bauer
2022-09-14Lower log level on some messages we don't want written to the pipelineJohn Bauer
2022-09-14Oops, bugfix. Otherwise you get the whole dictionary for a language/model pa...John Bauer
2022-09-13Temporarily don't include charlm in the POS models for PL - those haven't ret...John Bauer
2022-09-13Add charlm to the sentiment dependencies when building resources.jsonJohn Bauer
2022-09-13PL now has an NER modelJohn Bauer
2022-09-13Add a couple sentiment models for v1.4.1John Bauer
2022-09-13Add a tool to evaluate treebanks that are written out by a parser, such as wh...John Bauer
2022-09-13Refactor a little bit. Make it so the scoring interface can handle either sc...John Bauer
2022-09-13Default trees written with format _OJohn Bauer
2022-09-12Don't double save_dir if the user gives save_dir as part of the model filenameJohn Bauer
2022-09-12Fix remove_optimizer modeJohn Bauer
2022-09-12Throw out batches which had gone to NaN. Log the number of times it happensJohn Bauer
2022-09-10Not sure why, but AnCora xpos tags are half-finishedJohn Bauer
2022-09-10Add a debug log line to reloading optimizers in conparseJohn Bauer
2022-09-10Fix typoJohn Bauer
2022-09-10Add some doc and update dev_sentence -> dep_sentence to reflect where the var...John Bauer
2022-09-10Fix a few tag errors when reading VIT constituentsJohn Bauer
2022-09-10Always save checkpoints. Always load from a checkpoint if one exists.con_checkpointJohn Bauer
2022-09-10Technically it works the old way, but the filenames look sillyJohn Bauer
2022-09-10Verify that hooks behave as expected when loading & savingJohn Bauer
2022-09-08Add a method to get the constituents known by a conparser, as requested in #1066John Bauer
2022-09-08NER get_known_tags possibly applies to multiple modelsJohn Bauer
2022-09-08relearn_structure should reuse the foundation_cache if possibleJohn Bauer
2022-09-08Use the same foundation cache as the retag_pipeline to avoid reloading the sa...John Bauer
2022-09-08A script which convert Sindhi tokenization from Isra universityJohn Bauer
2022-09-08Add a function which adds fake dependencies (if regular dependencies are miss...John Bauer
2022-09-08Rearrange a bunch of functions from prepare_tokenizer_treebank to a common fileJohn Bauer
2022-09-08Reformat epoch logging in the conparserJohn Bauer
2022-09-08Eliminate a redundant function callJohn Bauer
2022-09-08Update a comment on a sentence being eliminated in constituency VITJohn Bauer
2022-09-07Add a test of small cache size in the multilingual pipelineJohn Bauer
2022-09-07remove -> pop for dict. Addresses #1115John Bauer
2022-09-07Add pytest marks to the langid testsJohn Bauer
2022-09-07Separate the langid test into two separate test scriptsJohn Bauer
2022-09-07Update for the latest version of the constituency treebankJohn Bauer
2022-09-07If a ValueError happens while tokenizing, try to make it a bit more descripti...John Bauer
2022-09-06Temporarily extract a .tar.gz file if it's not extracted on the file systemJohn Bauer