https://github.com/cltk/greek_ner_v1
https://github.com/cltk/greek_ner_v1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cltk/greek_ner_v1
- Owner: cltk
- Created: 2021-01-08T01:26:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T02:50:44.000Z (over 5 years ago)
- Last Synced: 2025-02-17T08:41:42.708Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 311 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Place data
- About: https://pleiades.stoa.org/downloads
- Download URL: http://atlantides.org/downloads/pleiades/json/pleiades-places-latest.json.gz
- `curl -O http://atlantides.org/downloads/pleiades/json/pleiades-places-latest.json.gz` # 25 MB
- `gzip -d pleiades-places-latest.json.gz` # 441 MB
```
In [7]: with open("pleiades-places-latest.json", "rb") as fo:
...: pleiades = json.load(fo)
...:
>>> len(pleiades["@graph"])
37500
```