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-28Attempt to compensate for German BERT tokenizers not handling soft hyphen ver...de_nerJohn Bauer
2022-04-28Remove the \x96 lines from GermEval2014John Bauer
2022-04-28Raise an error if something goes wrong using bert, I guessJohn Bauer
2022-04-28keep_endpoints as an option to bert_embedding instead of something the caller...John Bauer
2022-04-27Refactor bert_embeddings so the conparse and ner use the same code. TODO: pe...John Bauer
2022-04-27Make all process methods have the same signatureJohn Bauer
2022-04-27Add germeval2014 as a conversionJohn Bauer
2022-04-27Better FA optionJohn Bauer
2022-04-27minor typoJohn Bauer
2022-04-27Merge pull request #1021 from stanfordnlp/sentimentJohn Bauer
2022-04-27Refactor out the PTB retokenizationJohn Bauer
2022-04-26move the scripts/sentiment python scripts to stanza/utils/datasets/sentimentJohn Bauer
2022-04-26Pass around sentiment data using the same namedtuple, making it easier to lat...John Bauer
2022-04-26Unify various sentiment scripts to use in/out/shortnameJohn Bauer
2022-04-26Refactor main() for all of the sentiment processing scriptsJohn Bauer
2022-04-26Update default values for the CNN arch to match the values found in testingJohn Bauer
2022-04-26Switch to using the python version instead of the .sh version of the sst scriptJohn Bauer
2022-04-26Convert sst using a python scriptJohn Bauer
2022-04-26Updates to sentiment - rename some variables to make them more descriptiveJohn Bauer
2022-04-24wrap files in tqdm so we don't stare at the screen for a while wondering what...John Bauer
2022-04-24Script to download an Oscar crawl dataset for a language, then output it as a...John Bauer
2022-04-24Refactor lang_to_langcodeJohn Bauer
2022-04-24Notes on a Persian bert model choiceJohn Bauer
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