https://github.com/satyammittal/scientific-method-extraction
Extraction of method phrases that contain an explicit mention of method keyword.Linguistic techniques as well as Statistical methods are expected to be used. Reference: http://www.aclweb.org/anthology/C12-1074
https://github.com/satyammittal/scientific-method-extraction
data-extraction data-mining machine-learning rule-based-modeling rule-extraction
Last synced: about 2 months ago
JSON representation
Extraction of method phrases that contain an explicit mention of method keyword.Linguistic techniques as well as Statistical methods are expected to be used. Reference: http://www.aclweb.org/anthology/C12-1074
- Host: GitHub
- URL: https://github.com/satyammittal/scientific-method-extraction
- Owner: satyammittal
- Created: 2017-11-21T14:25:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T12:27:55.000Z (over 6 years ago)
- Last Synced: 2025-02-12T01:54:40.257Z (4 months ago)
- Topics: data-extraction, data-mining, machine-learning, rule-based-modeling, rule-extraction
- Language: Python
- Size: 13.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Introduction
1) The set of research papers will be given in a folder which will be given as a command line argument to text.sh
Command : bash text.sh
2) It will generate the text files in a folder named "Texts"
3) And Named Entities will be extarcted and stored in "entities" folder
Format : _entities4) From those entities "phase31.py" will separate True positives and False positives, and give two files in a separate folder "Output"
Format : Output/_tp and Output/_fp
# Report
Report included in Report.pdf