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
- Host: GitHub
- URL: https://github.com/hackjutsu/nlp-xml-parser
- Owner: hackjutsu
- License: mit
- Created: 2017-06-17T03:34:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T07:13:11.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T05:29:26.828Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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