Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zouharvi/mean-poet
Automatic translation of poetry
https://github.com/zouharvi/mean-poet
Last synced: 6 days ago
JSON representation
Automatic translation of poetry
- Host: GitHub
- URL: https://github.com/zouharvi/mean-poet
- Owner: zouharvi
- Created: 2022-07-24T15:17:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T10:00:30.000Z (about 2 years ago)
- Last Synced: 2023-03-05T13:30:23.763Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeanPoet
A metric for evaluating poetry translation (**mean**ing & **poet**icness).
Proper description is TODO but you can look at [our poster at MTM22](meta/poster_mtm22.pdf).## Installation
Run `pip3 install -r requirements.txt` and makes sure that:
```python3
import nltk
# tokenization, wordnet corpus, pos tagging
nltk.download("punkt", "wordnet", "omw-1.4", "averaged_perceptron_tagger")
```You may need to install `espeak` as well (for the `Poesy` package): `sudo apt install espeak`.
## Crawled Dataset
See [src/crawl/README.md](src/crawl/README.md) for detailed description of our large crawled bilingual poetry dataset.
## Evaluated Dataset
TODO