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-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
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