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-04-23Update version to 1.4.0 instead of 1.3.1 - enough fancy changes such as addin...v1.4.0John Bauer
2022-04-23Add the ability to use an alternate_md5 to accept a file. Will allow resourc...John Bauer
2022-04-23Use ValueError and FileNotFoundError instead of assert for unexpected md5John Bauer
2022-04-23depparse requires lemmatization to get the right resultsJohn Bauer
2022-04-23New models get the features correctJohn Bauer
2022-04-23Don't 'augment' the MWT dataset for ItalianJohn Bauer
2022-04-23Use the handparsed treebank as part of the en_combined modelsJohn Bauer
2022-04-23Allow for download_method==None, to make things simplerJohn Bauer
2022-04-23Add a JA charlmJohn Bauer
2022-04-23fix: move pe to the appropriate devicezhaochaocs
2022-04-23Throw an error if any trees are discarded - the most up-to-date VIT should notJohn Bauer
2022-04-23Finish converting tokens in VIT not matched by more general rulesJohn Bauer
2022-04-23Reading errors are now uncommon enough that we can just output them allJohn Bauer
2022-04-23Another common abbreviation in the VIT datasetJohn Bauer
2022-04-23Put the NER and MULTI_NER at the end of the token dict. This will make the c...John Bauer
2022-04-23Update a broken docJohn Bauer
2022-04-23Write NER tags to conll docsJohn Bauer
2022-04-23Eliminate redundant declarations of various constantsJohn Bauer
2022-04-23Add some doc for the use of tempfileJohn Bauer
2022-04-23Download files to a tempdir created underneath the expected destination, then...John Bauer
2022-04-23Process sentence ids from the corpus, if available.John Bauer
2022-04-23Add a second block of text to a data conversion text - make sure that multipl...John Bauer
2022-04-23all conparser checkpoints now have unary_limit and args baked inJohn Bauer
2022-04-23Add a tool for removing unwanted optimizers from conparser modelsJohn Bauer
2022-04-23Save a couple useful items in the constituency model save files - unary_limit...John Bauer
2022-04-23A couple minor changes that came up when removing optimizers from conparser m...John Bauer
2022-04-23Move the SHORTNAME_RE from the dataset/training tools to treebank_to_short_na...John Bauer
2022-04-23Add a comment regarding why there's a separate method hereJohn Bauer
2022-04-23All existing models for the next version now have params baked in as expectedJohn Bauer
2022-04-23Factor out the args when building a trainer. Useful for building multiple mo...John Bauer
2022-04-23Combine stats in a single tuple to make it cleaner to pass aroundJohn Bauer
2022-04-23Add an error specifically for extra ) when reading a tree fileJohn Bauer
2022-04-23Rename and clarify a commentJohn Bauer
2022-04-23model is never NoneJohn Bauer
2022-04-23remove confusing capitalizationJohn Bauer
2022-04-23use the updated version of VIT from prof. delmonteJohn Bauer
2022-04-23Rename a bunch of parameters to make similar things have similar names. Rear...John Bauer
2022-04-23Update default con datasets & add a couple moreJohn Bauer
2022-04-23Allow for conparser with no charlmJohn Bauer
2022-04-23Optimizer step after calling a batch. Useful for doing batches from differen...John Bauer
2022-04-23Add a citation for the FBK NER datasetJohn Bauer
2022-04-23Attempt to make sure all tensors are created on the correct device in the par...John Bauer
2022-04-23Oops, busted for copy/paste of the unit test's skeletonJohn Bauer
2022-04-23Converting VIT for constituenciesJohn Bauer
2022-04-23Refactor the write_dataset functionJohn Bauer
2022-04-23Extract the sentence.text from the comments, such as when reading in UD docum...John Bauer
2022-04-23Remove unnecessary option to not provide a reusable tsurgeon processorJohn Bauer
2022-04-23Unroll the recursionJohn Bauer
2022-04-23Refactor - refactor some common blocks of code for processing the scores matr...John Bauer
2022-04-23Refactor - turn the solved results of a chu liu edmonds subproblem into a sol...John Bauer