fernandodev / fernando-pessoa

All poems I could find from Fernando Pessoa (writer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fernando Pessoa

This is a collection of Fernando Pessoa's poems which now is public domain.

Fernando Pessoa was a Portuguese poet, writer, literary critic, translator, publisher and philosopher, described as one of the most significant literary figures of the 20th century and one of the greatest poets in the Portuguese language. He also wrote in and translated from English and French.

This Repository

You can find his texts, you can find some python scripts to convert those texts into json representable data.

Scripts

extract_texts.py

# extract_text.py <input> <output.json>
# output:
# [
#   {
#     title: String
#     text: [String]
#   }
# ]
#

Converts the input (a collection of texts all.txt) into json formart

License

Texts are public domain

Code is under: MIT 2.0

Copyright 2019 fernandodev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

All poems I could find from Fernando Pessoa (writer)


Languages

Language:Python 100.0%