├── .idea └── vcs.xml └── README.md /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Collection of available data sources for cognitively-inspired NLP 2 | 3 | The list has been moved to the [Wiki](https://github.com/norahollenstein/cognitiveNLP-dataCollection/wiki/Collection-of-available-data-sources-for-cognitively-inspired-NLP). 4 | --------------------------------------------------------------------------------