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
path: root/demo
AgeCommit message (Expand)Author
2022-08-03Rough outline of a semgrex interface demo programJohn Bauer
2022-07-16Document visualization with Spacy. Processes completed docs or raw stringsSecroLoL
2021-05-02Changed from 'dobj' to 'obj' in the demo/corenlp.py scriptMartin Funkquist
2020-08-14Update CoreNLP colab tutorial to be compatible with v1.1.1Yuhao Zhang
2020-08-11Update 4.0.0 -> 4.1.0John Bauer
2020-08-11Merge pull request #422 from stanfordnlp/masterJohn Bauer
2020-06-23Rename stanza.resource to stanza.resources; rename resources.py to common.pyYuhao Zhang
2020-06-23Move all resources related scripts to stanza/resourceYuhao Zhang
2020-06-11Fix demo scriptYuhao Zhang
2020-05-12Update client interface notebook to CoreNLP 4.0.0; add section for using with...Yuhao Zhang
2020-03-25Fix stanza version in CoreNLP notebook exampleYuhao Zhang
2020-03-17Edit all notebooks with new names and interfacesYuhao Zhang
2020-03-06rename ipynb (stanfordnlp->stanza)Yuhui Zhang
2020-03-06renaming stanfordnlp to stanza!!Yuhui Zhang
2019-07-30Edit text cells a littleChristopher Manning
2019-07-24Open TOC by defaultYuhao Zhang
2019-07-24Rename tutorialYuhao Zhang
2019-07-24Minor fix in tutorialYuhao Zhang
2019-07-23Minor fix in commentYuhao Zhang
2019-07-23Add CoreNLP interface notebookYuhao Zhang
2019-07-22Add StanfordNLP 101 notebookYuhao Zhang
2019-03-17add value exampleJ38
2019-03-17add parse exampleJ38
2019-03-15Increase timeout for demoYuhao Zhang
2019-02-19Use sys.exit in place of exitYuhao Zhang
2019-01-31Revert temporary fix for download logicPeng Qi
2019-01-31Fix download logic; Fix help message in demo scriptPeng Qi
2019-01-31Quick fix for demo scriptPeng Qi
2019-01-29increase timeout in demoJ38
2019-01-29put client in a context managerJ38
2019-01-26Separate the classes for Tokens and syntactic WordsPeng Qi
2019-01-25Undo changes to use_gpu argumentYuhao Zhang
2019-01-25Modify the way devices are specified in pipelineYuhao Zhang
2019-01-25Swap French demo input with one that has MWT in the first sentencePeng Qi
2019-01-25Accommodate Vietnamese in the pipeline tokenizer processor; Add a Vietnamese ...Peng Qi
2019-01-24Reformat readme; Move corenlp demo to its own scriptPeng Qi
2019-01-23Demo script goes multi-lingual; don't confirm overwrite by default (by do it ...Peng Qi
2019-01-23Change demo to match logic of new download function: existence of models is c...Peng Qi
2019-01-23Modernizing and reusing build_default_config; Path fix in demo pipeline const...Peng Qi
2019-01-23Modernizing the demo script; make the download interface more user-friendlyPeng Qi
2019-01-20update and simplify basic demoJ38
2019-01-12add demoJ38