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

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

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 : _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/_tp and Output/_fp

# Report

Report included in Report.pdf