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
2021-08-10Also check if the test set has tags not present in the tagger or if the train...v1.2.3John Bauer
2021-08-10Add a test to see if any tags are in the dev set but not the train setJohn Bauer
2021-08-10Change file not found to an errorJohn Bauer
2021-08-10Add two new NER models to the resourcesJohn Bauer
2021-08-10This test was backwards, causing a bunch of stray java processes when a conte...John Bauer
2021-08-10Update word embedding to the dimension in the file when creating a new modelJohn Bauer
2021-08-10Double check that the length of the processors list is 2 when adding just tok...John Bauer
2021-08-10Add mwt if tokenize is passed without MWT (#777)David Riff
2021-08-10Add some explanation to the logging output for the NER scoresJohn Bauer
2021-08-10Add processing for it_fbk. Uses the .tsv file they sent us and their recomme...John Bauer
2021-08-10Add the ability for the ner model to upscale basic (no B- or I-) tagging -> B...John Bauer
2021-08-10Add a processing step for NHCLT datasets. Currently Afrikaans is the most us...John Bauer
2021-08-10Make the matrix more readable when there are a ton of categoriesJohn Bauer
2021-08-10Format ints differently from floats in the confusion matrixJohn Bauer
2021-08-10Add a confusion matrix over tokens to the output of the ner_taggerJohn Bauer
2021-08-10Separate the test of the scorer from the test of the ner_tagger itselfJohn Bauer
2021-08-10Add some more command lines to the prepare_ner_dataset.py docJohn Bauer
2021-08-10Make a version 1.2.3 with a couple minor bugfixesJohn Bauer
2021-08-10Add a test of empty text for the pipelineJohn Bauer
2021-08-10Test updates based on changes to the underlying data, which changed the resul...John Bauer
2021-08-10Test updates based on changes to the underlying data, which changed the resul...John Bauer
2021-08-10Add a flag for finetuning from a different load name from the save_nameJohn Bauer
2021-08-10If given an empty list, simply return an empty list when sort is called. Fix...John Bauer
2021-07-13Merge pull request #749 from stanfordnlp/1.2.2v1.2.2John Bauer
2021-07-11Update version and resources to 1.2.2John Bauer
2021-07-11Add a VI NER modelJohn Bauer
2021-07-10Minor whitespace changeJohn Bauer
2021-07-10Give a reason for failing if the md5sum doesn't matchJohn Bauer
2021-07-10Fix pickling issue on Windows with lambdasBram Vanroy
2021-07-10Fix a typoJohn Bauer
2021-07-10Make an error message more usefulJohn Bauer
2021-07-10Add some comments on the common.py main methodJohn Bauer
2021-07-10Add & clarify some comments on run_ner.pyJohn Bauer
2021-07-10Switch a bunch of % to f-stringsJohn Bauer
2021-07-10Get the char_hidden_dim from the charlm if a charlm is usedJohn Bauer
2021-07-10Pass the charlm filenames to the trainer so that different charlm locations c...John Bauer
2021-07-10Convert the run_ner.sh script to pythonJohn Bauer
2021-07-10Make prepare_ner_dataset runnable as a moduleJohn Bauer
2021-07-10Add explicit flags for specifying where the charlm files are. Will still gue...John Bauer
2021-07-10Sort and then unsort the text by length in the sentiment processor. Use this...John Bauer
2021-07-10Only normalize spaces -> nbsp in the pretrain vocabsJohn Bauer
2021-07-10Gotta save two seconds when running the testsJohn Bauer
2021-07-10Add a specialized bulk_process for NER, along with a small unit testJohn Bauer
2021-07-02Fix bibtexYuhao Zhang
2021-07-02Update bibtexYuhao Zhang
2021-06-09Merge pull request #719 from stanfordnlp/devv1.2.1John Bauer
2021-06-08Merge pull request #718 from stanfordnlp/ud28John Bauer
2021-06-07Alert if the json file can't be downloaded, which can happen if someone forge...John Bauer
2021-06-04Save memory when building a charlm out of a single fileJohn Bauer
2021-06-03Add the currently unused languages to the constants files. Regenerate short_...John Bauer