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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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 <foldername>

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 : <filename>_entities

4) From those entities "phase31.py" will separate True positives and False positives, and give two files in a separate folder "Output"

Format : Output/<filename>_tp and Output/<filename>_fp

# Report

Report included in Report.pdf

About

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


Languages

Language:Python 95.9%Language:Shell 4.1%