Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cltk/greek_proper_names_cltk
A list of ~144K Classical Greek proper names
https://github.com/cltk/greek_proper_names_cltk
Last synced: 6 days ago
JSON representation
A list of ~144K Classical Greek proper names
- Host: GitHub
- URL: https://github.com/cltk/greek_proper_names_cltk
- Owner: cltk
- License: mit
- Created: 2014-11-01T16:50:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T20:52:51.000Z (over 9 years ago)
- Last Synced: 2023-08-09T23:13:26.405Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.77 MB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
The file `proper_names.txt` contains a newline-delimited file which contains all of the words in the TLG which are likely proper names (persons, places, etc.). The value of this list is that, since everything is a noun, it may be used as a default POS tagger for these unusual words. The file `build_proper_names_list.py` shows how this file was made. `proper_names.txt` contains 144,051 unique.Important note: This list probably contains some words that are not proper nouns. Its needs to be edited by a human to remove accidental inclusions.
# License
Copyright (c) 2014 Kyle P. Johnson, under the MIT License. See 'LICENSE' for details.