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-06Sort subfolders so that results are reproducibleJohn Bauer
2022-09-06Import either lxml or ElementTree. ElementTree is slower, but doesn't requir...John Bauer
2022-09-06NAMESPACES -> NAMESPACE, replace all xpath with findallJohn Bauer
2022-09-06Mostly pl_ner conversion test - tests the conversion of the XML so farJohn Bauer
2022-09-06Separate out a smaller piece of the extraction function in convert_nkjpJohn Bauer
2022-09-04Replace click with argparse in the Polish NER, rather than adding a new libra...John Bauer
2022-09-04Remove global variable usage by passing it around everywhere insteadJohn Bauer
2022-09-04NER Polish (#1110)Karol Saputa
2022-09-02Remove some unnecessary list creation. Rather than using shutil, read then w...John Bauer
2022-09-02Add some more notes on bilstm size experiments in the classifierJohn Bauer
2022-09-01Update compose_ete_results.py to allow multiple input filesJohn Bauer
2022-09-01no enhanced dependenciesJohn Bauer
2022-09-01Integrate the newer eval.py from udtools in place of the previously existing ...John Bauer
2022-09-01More informative errors if the data can't be foundJohn Bauer
2022-09-01Update Hebrew default to a combined modelJohn Bauer
2022-09-01Add the capacity to build he_combined models from UD_Hebrew-IAHLTwiki and a f...hebrew_combinedJohn Bauer
2022-09-01Allow for a list of NER models in the processors argument, similar to the lis...John Bauer
2022-09-01Output the class chosen if choosing an xpos factory from scratchJohn Bauer
2022-09-01A couple more experiment notesJohn Bauer
2022-08-31Don't save optimizers for the non-checkpoints (and fix a save bug for the end...John Bauer
2022-08-31Make saved models smaller in the classifier test. Will hopefully save disk s...John Bauer
2022-08-31notes on the madgrad LR experimentsJohn Bauer
2022-08-31Update a couple defaults based on recent experimentsJohn Bauer
2022-08-31Save the best score when training a model so that future training from a chec...John Bauer
2022-08-31Update to 0.0005 - less likely to go completely badJohn Bauer
2022-08-31Oops, correct a few uses of model in the classifier main programJohn Bauer
2022-08-31Save checkpoints with epochs_trained+1 at the end of an epoch (otherwise the ...John Bauer
2022-08-31Add a checkpoint mechanism to sentimentJohn Bauer
2022-08-31Simplify the load mechanism in classifier Trainer so that the load() call loa...John Bauer
2022-08-31Refactor a Trainer object out of the classifier.py main program. In addition...sentiment_trainerJohn Bauer
2022-08-31Refactor a bunch of data manipulation methods to data.pyJohn Bauer
2022-08-31This should be a RuntimeError, not a generic ExceptionJohn Bauer
2022-08-31Refactor building an optimizerJohn Bauer
2022-08-31Move the loss function to the device w/o a call to cuda()John Bauer
2022-08-31Rearrange all classifier args to be part of classifier.pyJohn Bauer
2022-08-31Refactor building the argparse for classifierJohn Bauer
2022-08-31recommend madgrad for default optimizerJohn Bauer
2022-08-30Add support for elmoformanylangs to sentimentJohn Bauer
2022-08-30More details log lines when saving a new best model in the classifierJohn Bauer
2022-08-30Add madgrad as an option, although none of the parameters have been CVed for ...John Bauer
2022-08-27move the HiNER dataset to under hindi/John Bauer
2022-08-27log weighted F1, specifically for comparison to the HiNER datasetJohn Bauer
2022-08-27Add a weighted f1 to the confusion matrix calculationsJohn Bauer
2022-08-27simple test of macro f1 result in confusion matrixJohn Bauer
2022-08-27Flesh out the errors a bit & add a line for '...' when we integrate the lates...John Bauer
2022-08-26Can bring the it_vit test back to life now that corenlp 4.5.0 is outJohn Bauer
2022-08-26Grad clipping in the constituency parser. Not a clear benefit yet, so just l...John Bauer
2022-08-26Restart training with the pieces inside a constituency model rather than usin...John Bauer
2022-08-26Fix run_ner.py after the earlier refactoringJohn Bauer
2022-08-25Oops, need to increment this line_idx as wellJohn Bauer