├── .gitignore ├── LICENSE.txt ├── README.md └── readai.py /.gitignore: -------------------------------------------------------------------------------- 1 | en 2 | en/* 3 | stanford* 4 | 5 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayoungprogrammer/readAI/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayoungprogrammer/readAI/HEAD/README.md -------------------------------------------------------------------------------- /readai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ayoungprogrammer/readAI/HEAD/readai.py --------------------------------------------------------------------------------