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-08-05Add a trainer for the charlm - useful for saving and loading everything for c...charlm_checkpointJohn Bauer
2022-08-04Run the charlm for a couple iterations and make sure that doesn't barfJohn Bauer
2022-08-04More descriptive error for empty training dataJohn Bauer
2022-08-04Make vars() part of the parse_args call - will simplify use in testsJohn Bauer
2022-08-04Lower learning rate seems to learn better for models of all sizesJohn Bauer
2022-08-04Throw an error if the training or dev data files are emptyJohn Bauer
2022-08-03Rough outline of a semgrex interface demo programJohn Bauer
2022-08-03Add the graphIndex and semgrexIndex from CoreNLP 4.5.0 to make the semgrex in...John Bauer
2022-08-03Make the error for an unfinished language (hopefully) more usefulJohn Bauer
2022-08-03Make a special error type for missing language instead of throwing a ValueErrorJohn Bauer
2022-08-03Add Saraiki (and fix an alphabetization error)John Bauer
2022-08-02Update run_depparse to download word vectors as wellJohn Bauer
2022-08-02Automatically download POS (with charlm & wordvec) when redoing depparseJohn Bauer
2022-08-02Oops, need to tell the Trainer where to get the charlm if not in the default ...John Bauer
2022-08-02Add a piece of docJohn Bauer
2022-08-02Download pretrain when training POSJohn Bauer
2022-08-02Add a few more useful output statements to the prepare scriptsJohn Bauer
2022-08-02Add a hopefully useful status line to the preparation scriptJohn Bauer
2022-08-022.10 is the most recent versionJohn Bauer
2022-08-02Explicitely remove unsaved modules from the optimizer, although this doesn't ...John Bauer
2022-08-01Add an option for an alternate output directory if neededJohn Bauer
2022-08-01Convert oscar 2022 files to txt by extracting the content fieldsJohn Bauer
2022-08-01Making combining the input the default for the lattn layerJohn Bauer
2022-07-30Rename Fragment -> SentimentDatum to make a more understandable name for pote...John Bauer
2022-07-30Further refactor - put the utility method in the utility methods fileJohn Bauer
2022-07-30Refactor - the MR sentiment dataset can use the 'write_dataset' functionJohn Bauer
2022-07-30Also remove ufeffJohn Bauer
2022-07-30Strip words ... only changes one word in bn_daffodilJohn Bauer
2022-07-29Refactor read_datasets from the bn_daffodil NER script. May be useful for bu...John Bauer
2022-07-29bert & roberta attention masksJohn Bauer
2022-07-29Restore a sentence to VIT that seems to be fixed in the latest updatesJohn Bauer
2022-07-29Update to use the latest version of Italian VIT constituency treebank from ELRAJohn Bauer
2022-07-29Some minor updates to the VIT constituency processing based on more text upda...John Bauer
2022-07-29Update comments and paths for building constituency it_vit to reflect the lat...John Bauer
2022-07-29Add a bunch of languages represented in fasttext vectorsJohn Bauer
2022-07-29exceptions and logging with periods separated from the language names for rea...John Bauer
2022-07-27Latest POS models change this word to NOUNJohn Bauer
2022-07-26Integrate xlnetJohn Bauer
2022-07-26Use the next token instead of the last token for the endpoint in bert - makes...John Bauer
2022-07-25Oops, bugfix - the start & end tokens take up space in the bert tokenizerJohn Bauer
2022-07-24Updated tagger tags Opal as a noun (perhaps we should choose a more stable te...John Bauer
2022-07-22Save NER models if the training hasn't gone on long enough to hit a checkpointJohn Bauer
2022-07-21Load the pretrained charlm, adds it as inputs to the POS modelJohn Bauer
2022-07-20Small whitespace changeJohn Bauer
2022-07-20Upgrade convert_pretrain to read from .csv filesJohn Bauer
2022-07-20Add a reader for .csv files to the pretrained embedding reading functionJohn Bauer
2022-07-20Move logging inside read_from_fileJohn Bauer
2022-07-20Failed lines are now dropped inside read_from_fileJohn Bauer
2022-07-20Test that the en_ewt with an unexpected tagset logs an error. All other test...John Bauer
2022-07-20Put the xpos vocab test in a class so we can level it upJohn Bauer