https://github.com/404-html/in4325-nlp-project
https://github.com/404-html/in4325-nlp-project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/404-html/in4325-nlp-project
- Owner: 404-html
- Created: 2019-04-11T11:25:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T11:26:47.000Z (about 7 years ago)
- Last Synced: 2025-02-28T18:48:30.497Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IN4325 NLP Project
Welcome to the repository of Group 12!
## Requirements
* Python 3
* pandas
* sklearn
## Extracting data from scaledata
Linux command to create `|` seperated `data.csv` file from scaledata which will have a form:
`id|class(0-3)|review_content`
```
paste -d "|" scaledata/Steve+Rhodes/id.Steve+Rhodes \
scaledata/Steve+Rhodes/label.3class.Steve+Rhodes \
scaledata/Steve+Rhodes/subj.Steve+Rhodes \
> data.csv
```