Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Russian-syntagrus.zip | 2019-01-31 | 45.5 MB | |
Spanish-gsd.zip | 2019-01-31 | 28.5 MB | |
Urdu-udtb.zip | 2019-01-31 | 16.0 MB | |
Spanish-ancora.zip | 2019-01-31 | 21.3 MB | |
content | 2019-01-31 | 283 Bytes | |
Urdu-udtb.zip.md5 | 2019-01-31 | 48 Bytes | |
Japanese-gsd.zip | 2019-01-31 | 14.1 MB | |
Spanish-gsd.zip.md5 | 2019-01-31 | 50 Bytes | |
Russian-gsd.zip | 2019-01-31 | 13.2 MB | |
Spanish-ancora.zip.md5 | 2019-01-31 | 53 Bytes | |
Russian-taiga.zip | 2019-01-31 | 4.2 MB | |
Russian-taiga.zip.md5 | 2019-01-31 | 52 Bytes | |
Italian-isdt.zip | 2019-01-31 | 17.4 MB | |
Russian-syntagrus.zip.md5 | 2019-01-31 | 56 Bytes | |
Czech-pdt.zip | 2019-01-31 | 55.9 MB | |
Russian-gsd.zip.md5 | 2019-01-31 | 50 Bytes | |
Japanese-gsd.zip.md5 | 2019-01-31 | 51 Bytes | |
French.zip | 2019-01-31 | 21.9 MB | |
Hindi-hdtb.zip | 2019-01-31 | 20.9 MB | |
Italian-isdt.zip.md5 | 2019-01-31 | 51 Bytes | |
German-gsd.zip | 2019-01-31 | 21.4 MB | |
Hindi-hdtb.zip.md5 | 2019-01-31 | 49 Bytes | |
French-gsd.zip | 2019-01-31 | 21.9 MB | |
German-gsd.zip.md5 | 2019-01-31 | 49 Bytes | |
French-spoken.zip | 2019-01-31 | 2.8 MB | |
French.zip.md5 | 2019-01-31 | 45 Bytes | |
English.zip | 2019-01-31 | 17.5 MB | |
French-spoken.zip.md5 | 2019-01-31 | 52 Bytes | |
Czech-cac.zip | 2019-01-31 | 31.3 MB | |
French-sequoia.zip.md5 | 2019-01-31 | 53 Bytes | |
French-sequoia.zip | 2019-01-31 | 6.1 MB | |
French-partut.zip.md5 | 2019-01-31 | 52 Bytes | |
French-partut.zip | 2019-01-31 | 3.9 MB | |
French-gsd.zip.md5 | 2019-01-31 | 49 Bytes | |
English-partut.zip | 2019-01-31 | 5.6 MB | |
English.zip.md5 | 2019-01-31 | 46 Bytes | |
English-ewt.zip | 2019-01-31 | 17.5 MB | |
English-partut.zip.md5 | 2019-01-31 | 53 Bytes | |
English-lines.zip | 2019-01-31 | 6.6 MB | |
English-lines.zip.md5 | 2019-01-31 | 52 Bytes | |
Chinese-gsd.zip | 2019-01-31 | 14.0 MB | |
English-gum.zip.md5 | 2019-01-31 | 50 Bytes | |
English-gum.zip | 2019-01-31 | 7.4 MB | |
English-ewt.zip.md5 | 2019-01-31 | 50 Bytes | |
Czech-pdt.zip.md5 | 2019-01-31 | 48 Bytes | |
Czech-cac.zip.md5 | 2019-01-31 | 48 Bytes | |
Chinese-gsd.zip.md5 | 2019-01-31 | 50 Bytes | |
2.5 | 2021-03-04 | ||
Totals: 48 Items | 415.1 MB | 0 |
GrammarScope UDPipe
What it does
Parses sentences and analyses their syntactic structures (in the form of labelled dependencies). Based on UDPipe machine learning framework.
Screencast
Key words
Keys: UDPipe, dependency parser, ML, Machine learning, NLU, natural language understanding, AI, neural network, Universal dependencies.
How to load you own models
A script is provided here that packs the data from UDPipe-provided models
Dir layout
- models_src
- chinese-gsd-ud-2.3-181115.udpipe
- czech-cac-ud-2.3-181115.udpipe
- czech-pdt-ud-2.3-181115.udpipe
- english-ewt-ud-2.3-181115.udpipe
- english-gum-ud-2.3-181115.udpipe
- ...
- sentences (samples, one sentence per line)
- Chinese
- Czech
- English
- French
- ...
- flags (24 x 16 png images for language)
- Chinese.png
- Czech.png
- English.png
- French.png
- ...
- models (created)
- chinese-gsd (created, the unzipped content)
- czech-cac
- czech-pdt
- english-ewt
- ...
- upload (created)
- content (created as a TOC of downloadable files)
- Chinese-gsd.zip (created, packed model)
- Chinese-gsd.zip.md5 (created, checksum of previous)
- Czech-cac.zip
- Czech-cac.zip.md5
- Czech-pdt.zip
- Czech-pdt.zip.md5
- English-ewt.zip
- English-ewt.zip.md5
- ...
- pack-models.sh
Zipped pack
The packed model file should contain:
- model.udpipe (actual model)
- samples (sample sentences)
- model (meta data)
- Urdu (language, name varies)
- Urdu-udtb (language model, name varies)
- md5sum.txt (md5 check sum of files)
- flag.png
How to download
Run local webserver in the download directory that contains the packages and the content file:
python3 -m http.server 1313
In the app, change Settings | Download | Model source to http://somehost:1313 where somehost is the name of the host that stores the packages.
In the app menu, choose Model | Download
The list of available files should appear in a dialog box. Choose one. Proceed to download.
When downloading completes successfully, press Deploy.