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-04-01IT WORKSgit diffgit diffcon_vitJohn Bauer
2022-04-01some docJohn Bauer
2022-04-01CAN YOU BELIEVE WHAT WE JUST SAWJohn Bauer
2022-04-01Flip the parent & childJohn Bauer
2022-04-01Add a test of the results of doing the MWT operations on the treesJohn Bauer
2022-04-01No longer neededJohn Bauer
2022-04-01Start converting VIT for constituenciesJohn Bauer
2022-03-28Extract the sentence.text from the comments, such as when reading in UD docum...John Bauer
2022-03-28Remove unnecessary option to not provide a reusable processorJohn Bauer
2022-03-25Unroll the recursionJohn Bauer
2022-03-25Refactor - refactor some common blocks of code for processing the scores matr...John Bauer
2022-03-25Refactor - turn the solved results of a chu liu edmonds subproblem into a sol...John Bauer
2022-03-25Refactor - process the cycles in the chu liu edmonds problem into a subproblemJohn Bauer
2022-03-25Rearrange most of the tests in stanza/testsJohn Bauer
2022-03-25Add a #text comment to each sentence in a doc if it doesn't already existJohn Bauer
2022-03-22Look for train/dev/test.bio if short_name... doesn't existJohn Bauer
2022-03-22Cache loading bert/transformer models in the pipelineJohn Bauer
2022-03-18Add more debug to the watch_regex optiontr_nerJohn Bauer
2022-03-18Output epoch number instead of just 'Batch'John Bauer
2022-03-17change path of test homeJ38
2022-03-17Automatically download missing pretrain or charlm when training. Will hopefu...John Bauer
2022-03-17Refactor a load_resources_json methodJohn Bauer
2022-03-17Add a bunch of doc to the common.py download methodsJohn Bauer
2022-03-17Oops, error in refactoringJohn Bauer
2022-03-16Automatically add parse if possible, if not already added, when using the tre...John Bauer
2022-03-161% fasterJohn Bauer
2022-03-15Add a note on a failed experimentJohn Bauer
2022-03-15Alphabetize bert optionsJohn Bauer
2022-03-15Some notes on a FI bert choiceJohn Bauer
2022-03-15A note about which IT roberta to useJohn Bauer
2022-03-15Refactor the BERT usage from run_constituency to run_nerJohn Bauer
2022-03-15Add bert embeddings to the bottom layer of the NER.Vy
2022-03-11Add a utility method for constructing a Document from pretokenized sentences ...John Bauer
2022-03-11Factor out the block that decodes predictions and raw text to wordsJohn Bauer
2022-03-10Reverse order of testJohn Bauer
2022-03-10add a method for counting common words in a treebankJohn Bauer
2022-03-08Remove the specialized unary transformJohn Bauer
2022-03-08Rename Constituent .hx -> .tree_hxJohn Bauer
2022-03-07Bigram constituency combination methodJohn Bauer
2022-03-04Simplify and put all the files in data/nerJohn Bauer
2022-03-03One last comment on a possible bilstm modificationJohn Bauer
2022-03-03A note on a failed experimentJohn Bauer
2022-03-02Slight optimizations - use namedtuple directly, use list comprehensionJohn Bauer
2022-03-02remove recursion, squeeze out a few more optimizationsJohn Bauer
2022-03-02turns out truthiness of a list is slightly faster than checking the lenJohn Bauer
2022-03-02Adapt the Arboretum updates to the Arboretum processingJohn Bauer
2022-03-02Update CINTIL to use the aTSTS trees as training data and split the rest into...John Bauer
2022-03-02Add a constituent composition of bilstm_max - the constituents are first run ...John Bauer
2022-03-01Remove unneeded passthrough functionJohn Bauer
2022-03-01int32 no longer allowed for indexingJohn Bauer