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-05-01simplify a bitsentiment_charlmJohn Bauer
2022-05-01Reuse the refactored build_char_representations from the conparse. Seems to ...John Bauer
2022-05-01This comment is wrong - it was fixed a long time ago!John Bauer
2022-05-01Refactor the extraction of char_representations for lists of words into the c...John Bauer
2022-05-01Simplify the usage of charlm a bit in the conparse - no need to keep the char...John Bauer
2022-04-30Check that the charlm models given to the conparser go in the right directionJohn Bauer
2022-04-30Merge pull request #1024 from stanfordnlp/sentimentJohn Bauer
2022-04-30Stop passing around device in a bunch of places it isn't really neededJohn Bauer
2022-04-30Simpler, maybe microscopically fasterJohn Bauer
2022-04-30Doesn't help figure out why VI is so slow, but interesting to note the model ...John Bauer
2022-04-30use initial dev score as best score so far when reloading a model for more tr...John Bauer
2022-04-30Switch the VI model to use words tokenized from the stanza tokenizer rather t...sentimentJohn Bauer
2022-04-30Read & write sentiment datasets as jsonJohn Bauer
2022-04-30Add a path for the vectorsJohn Bauer
2022-04-30Unused variable?John Bauer
2022-04-30Pass around tokens instead of entire sentences for the sentiment processorJohn Bauer
2022-04-29remove unused importJohn Bauer
2022-04-29Merge pull request #1023 from stanfordnlp/sentimentJohn Bauer
2022-04-29Add an sst2 conversion as wellJohn Bauer
2022-04-29Useful logging: how much data is in the train & dev setsJohn Bauer
2022-04-29Refactor a couple non-specific to sentiment confusion matrix operationsJohn Bauer
2022-04-29Build a three class root only version of sstJohn Bauer
2022-04-29Update a bunch of comments on how to run - currently we need to produce sst3r...John Bauer
2022-04-29Add a binary root only version of the SST conversionJohn Bauer
2022-04-29Pass around lists of tokens instead of single strings. Will make it easier t...John Bauer
2022-04-29Convert the .sh prep_sentiment script to .pyJohn Bauer
2022-04-29Add an __init__.py to the sentiment scripts directoryJohn Bauer
2022-04-29Factor out the loop over TREEBANK_FILES so that we can get phrases for a spec...John Bauer
2022-04-29Add debug output to each of the non-sst english sentiment process scriptsJohn Bauer
2022-04-29Pass in the root directory to process_arguana_xml.py rather than the inner di...John Bauer
2022-04-29Replace the extremely long if/else pattern with a mapJohn Bauer
2022-04-29Instead of using -output, capture the output and pass it around as the Fragme...John Bauer
2022-04-28Factor out a get_tokenized_phrases for each datasetJohn Bauer
2022-04-28Merge pull request #1022 from stanfordnlp/de_nerJohn Bauer
2022-04-28Add notes on a German modelJohn Bauer
2022-04-28Attempt to compensate for German BERT tokenizers not handling soft hyphen ver...de_nerJohn Bauer
2022-04-28Remove the \x96 lines from GermEval2014John Bauer
2022-04-28Raise an error if something goes wrong using bert, I guessJohn Bauer
2022-04-28keep_endpoints as an option to bert_embedding instead of something the caller...John Bauer
2022-04-27Refactor bert_embeddings so the conparse and ner use the same code. TODO: pe...John Bauer
2022-04-27Make all process methods have the same signatureJohn Bauer
2022-04-27Add germeval2014 as a conversionJohn Bauer
2022-04-27Better FA optionJohn Bauer
2022-04-27minor typoJohn Bauer
2022-04-27Merge pull request #1021 from stanfordnlp/sentimentJohn Bauer
2022-04-27Refactor out the PTB retokenizationJohn Bauer
2022-04-26move the scripts/sentiment python scripts to stanza/utils/datasets/sentimentJohn Bauer
2022-04-26Pass around sentiment data using the same namedtuple, making it easier to lat...John Bauer
2022-04-26Unify various sentiment scripts to use in/out/shortnameJohn Bauer
2022-04-26Refactor main() for all of the sentiment processing scriptsJohn Bauer