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-25Refactor another call to ud_scoresJohn Bauer
2022-08-25Restore the functionality of the ETE (was broken after adding charlm to pos a...John Bauer
2022-08-25fix typoJohn Bauer
2022-08-25Refactor call to ud_scoresJohn Bauer
2022-08-25Add a flag to output all the NER results to a file when evaluatingJohn Bauer
2022-08-25Add a simple test of ner_tagger.evaluate()John Bauer
2022-08-25Reorganize confusion matrix to keep similar entities near each otherJohn Bauer
2022-08-25Add line numbers to the conll eval script (will propagate these changes back ...John Bauer
2022-08-25Improve logging of a bunch of errors in our internal conversion of conll file...John Bauer
2022-08-23Another attempt at xlnet masksJohn Bauer
2022-08-23Notes on a couple updates to defaultsJohn Bauer
2022-08-23Reorganize --optim flag to under the optimizer parametersJohn Bauer
2022-08-23Make momentum an argument for the optimizerJohn Bauer
2022-08-22Add the ability to add a list of filter output sizes instead of just one-size...John Bauer
2022-08-22this comment was todoneJohn Bauer
2022-08-21A very low learning rate seems to work well for madgrad on en_wsjJohn Bauer
2022-08-21Add a bit of documentation to the process method of a semgrex contextJohn Bauer
2022-08-21Add a bit more doc about the newer versionJohn Bauer
2022-08-21Update to an even newer version of VITJohn Bauer
2022-08-20Open files as utf-8 - will help Windows, although there are later hassles for...John Bauer
2022-08-20Hide the Thai imports - only relevant if people use the thai datasetsJohn Bauer
2022-08-20Wrapper for converting Spanish TASS2020 for sentimentJohn Bauer
2022-08-20Add a test for not capturing . at the end of a sentence if it was part of an ...John Bauer
2022-08-20Always read strings for labels when reading a classifier datasetJohn Bauer
2022-08-20Ignore punc as part of the labelsJohn Bauer
2022-08-20Add flags to the convert_amt script to ignore or remap certain labelsJohn Bauer
2022-08-20Create the output directory if it doesn't already existJohn Bauer
2022-08-19Add a little docJohn Bauer
2022-08-19Oops, finish an incomplete commentJohn Bauer
2022-08-18Default loading a language in MultilingualPipeline to load the language based...John Bauer
2022-08-18Add a tool to convert from an AMT annotation file to a bio/json NER file for ...John Bauer
2022-08-18Refactor a method and read/write files in utf-8 to support WindowsJohn Bauer
2022-08-18Add a brief comment on beta2John Bauer
2022-08-17Add a couple more nonlinearity options. Simplify the creation of the nonline...John Bauer
2022-08-17Fix some doc and some defaultsJohn Bauer
2022-08-17Move the LayerNorm outside of the positional encodings. Set the d_model used...John Bauer
2022-08-17Use .expand instead of .broadcast_tensors - will allow for timing tensors of ...John Bauer
2022-08-17Add a projection to a smaller dimension to the lattn inputsJohn Bauer
2022-08-17Add a preparation script for Masakhane NERJohn Bauer
2022-08-16Give a more useful error for a blank CLASSPATHJohn Bauer
2022-08-15Oops, need to set the DEBUG level before making the model to see the debug li...John Bauer
2022-08-15Merge pull request #1098 from stanfordnlp/sentiment_lstmJohn Bauer
2022-08-15Add a couple notes on the updated classifier modelJohn Bauer
2022-08-15Output certain useful logging messages at training time, but not at pipeline ...John Bauer
2022-08-152d conv. Uses the width of a conv feature to rescale the outputsentiment_lstmJohn Bauer
2022-08-14Begin writing a test for the classifierJohn Bauer
2022-08-14Make the directories for a classifier model instead of just failing to save a...John Bauer
2022-08-14Refactor load & build (TODO: put this in a separate Trainer object)John Bauer
2022-08-14Default to sum, since the extra word vectors generally helpJohn Bauer
2022-08-14Add maxpool_width as an option to the cnn_classifier.pyJohn Bauer