An open API service indexing awesome lists of open source software.

https://github.com/hackjutsu/nlp-xml-parser

XML Parser for a NLP Project
https://github.com/hackjutsu/nlp-xml-parser

Last synced: 10 months ago
JSON representation

XML Parser for a NLP Project

Awesome Lists containing this project

README

          

# XML Parser for a NLP Project

- Put the raw data files in `./raw_data`
- The file extension is expected to be `.txt`
- The output files can be found in `./output`

Enable the [Python virtual environment](http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/).
```
virtualenv ENV
. ENV/bin/activate
```

Run the script.
```
pip install -r requirements.txt
python xmlParser.py
```
# License
MIT