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-11Add a preparation script for Masakhane NERmasakhaneJohn Bauer
2022-08-11Make sure a short_name uses the lcode instead of the full language nameJohn Bauer
2022-08-11Add two to three letter conversion for better compatibility with Masakhane NERJohn Bauer
2022-08-11canonicalize the casing on treebank namesJohn Bauer
2022-08-11Add a method to convert either a short name or an unexpected casing to the ca...John Bauer
2022-08-11i forgot what this was supposed to do, so i added some doc once i figured it outJohn Bauer
2022-08-11vertically stripe the short names and full namesJohn Bauer
2022-08-11Add some language codes found in Masakhane NER which are not already in our s...John Bauer
2022-08-10refactor calculating the checkpoint names - will be reused elsewhereJohn Bauer
2022-08-10A couple notes on other options in the conparser trainingJohn Bauer
2022-08-10Dropping a reference will hopefully save some GPU memoryJohn Bauer
2022-08-10add NER and charlm for KazakhJohn Bauer
2022-08-10Get vocab from either original charlm format or new charlm + optimizer format...John Bauer
2022-08-10One last eval on the last epoch of training. Otherwise the last bit of work ...John Bauer
2022-08-09Add a conversion for the publicly available kazNERD dataset for KazakhArman Aydin
2022-08-08Read <unk> vectors into the UNK_ID row of the embeddingJohn Bauer
2022-08-08Add default treebank for lij (Ligurian) to prepare_resourcesJohn Bauer
2022-08-08Add expected xpos vocabs for the tiny treebanksJohn Bauer
2022-08-08In the event of a UD dataset which has a very small train set and aJohn Bauer
2022-08-08Set up the command line version of convert_it_vit to output debug info for a ...John Bauer
2022-08-08config=args for all wandb.init callsJohn Bauer
2022-08-08Improve wandb integration of charlmJohn Bauer
2022-08-07Another VIT linkJohn Bauer
2022-08-07Add a link to a paper for VIT. Update the message regarding how to get the V...John Bauer
2022-08-06Put global_step and epoch in the Trainer for the charlm. This way, a restart...John Bauer
2022-08-06Combine all the children vocabs when listing xpos tags for a CompositeVocabJohn Bauer
2022-08-06whitespaceJohn Bauer
2022-08-05Attempt to add th NER model to the resourcesJohn Bauer
2022-08-05Bugfix in run_depparse: need to use the new wordvec_args methodJohn Bauer
2022-08-05handle relative paths to tagger in prepare_depparse_treebankJohn Bauer
2022-08-05Fix some python commandsJohn Bauer
2022-08-05Move l3cube to a subdirectory of $NERBASEJohn Bauer
2022-08-05Add a trainer for the charlm - useful for saving and loading everything for c...John Bauer
2022-08-05Set random seed with utils (and incidentally fix a namespace->map bugJohn 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