├── LICENSE ├── README.md ├── booklist.md ├── data ├── .DS_Store └── FABLES.json.zip ├── misc ├── fables.png ├── pipeline-1.png └── pipeline.png └── parsing_FABLE.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/README.md -------------------------------------------------------------------------------- /booklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/booklist.md -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/FABLES.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/data/FABLES.json.zip -------------------------------------------------------------------------------- /misc/fables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/misc/fables.png -------------------------------------------------------------------------------- /misc/pipeline-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/misc/pipeline-1.png -------------------------------------------------------------------------------- /misc/pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/misc/pipeline.png -------------------------------------------------------------------------------- /parsing_FABLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mungg/FABLES/HEAD/parsing_FABLE.py --------------------------------------------------------------------------------