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-21demorunner-demoJ38
2022-05-12update to use new conda set upJ38
2022-05-12write tmp directories to test working dirJ38
2022-05-12create id_tensor directly on the device neededJohn Bauer
2022-05-12Hindi bert model is missing max_lengthJohn Bauer
2022-05-12Use the dash replacement for the HI bert as wellJohn Bauer
2022-05-12Merge pull request #1026 from stanfordnlp/charlm_refactorJohn Bauer
2022-05-12Simplify opening .xz vs regular text filesJohn Bauer
2022-05-12Add a test of save & load charlmJohn Bauer
2022-05-12Move the charlm build code to char_model.py to be near the code it uses. Als...John Bauer
2022-05-12Simplify a bit - the phobert notes are now hidden in the bert_embedding moduleJohn Bauer
2022-05-11Some small notes on running hinerJohn Bauer
2022-05-11bert can be separate from word embJohn Bauer
2022-05-11Technically this is more correcter -- no list in default parametersJohn Bauer
2022-05-11Add HiNER processing (which is just a conll -> json conversion)John Bauer
2022-05-10Add `str()` and `in` methods to multivocabJohn Bauer
2022-05-10make extract_static_embeddings staticJohn Bauer
2022-05-10Add a pretty_print method to parse_treeJohn Bauer
2022-05-09Another note on a failed experimentJohn Bauer
2022-05-08There are languages where we have no pretrain vectors - make sure those are t...John Bauer
2022-05-08Comment on an update needed for the FBK NER datasetJohn Bauer
2022-05-08Add some notes on an MLP experiment which didn't workJohn Bauer
2022-05-06ATTN method to build larger constituents out of smaller constituentsJohn Bauer
2022-05-05Not used anywhereJohn Bauer
2022-05-05Fix typoJohn Bauer
2022-05-03Don't load from empty stringJohn Bauer
2022-05-03Add a save_name arg to lemmatizerJohn Bauer
2022-05-03Test load & resave modelJohn Bauer
2022-05-03Don't hide exceptions when failing to save a lemmatizer (do for other models ...John Bauer
2022-05-03Log model name when building a lemmatizerJohn Bauer
2022-05-03Make sure directory for the lemmatizer exists when savingJohn Bauer
2022-05-02These particular .sh scripts are no longer neededJohn Bauer
2022-05-02Converting run_sentiment to pythonJohn Bauer
2022-05-02Switch all sentiment data scripts to use .json as the output name, not .txtJohn Bauer
2022-05-02simplify a bitJohn Bauer
2022-05-02Reuse the refactored build_char_representations from the conparse. Seems to ...John Bauer
2022-05-02This comment is wrong - it was fixed a long time ago!John Bauer
2022-05-02Refactor the extraction of char_representations for lists of words into the c...John Bauer
2022-05-02Simplify 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