Giter Site home page Giter Site logo

scake-and-lake's Introduction

sCAKE-and-LAKE

DOI:10.1016/j.ins.2018.10.034 Generic badge Generic badge made-with-r made-with-Python Maintenance

This repository contains R and Python (v 2.7) scripts for implementing sCAKE and LAKE method for single document keyword Extraction.

sCAKE: semantic Connectivity Aware Keyword Extraction

LAKE: Language-Agnostic Keyword Extraction

Author: Swagata Duari

Acknowledgement: Rakhi Saxena, Vasudha Bhatnagar

Citation:

@article{DUARI2019100,
        title = "sCAKE: Semantic Connectivity Aware Keyword Extraction",
        journal = "Information Sciences",
        volume = "477",
        pages = "100 - 117",
        year = "2019",
        issn = "0020-0255",
        doi = "https://doi.org/10.1016/j.ins.2018.10.034",
        url = "http://www.sciencedirect.com/science/article/pii/S0020025518308521",
        author = "Swagata Duari and Vasudha Bhatnagar",
        keywords = "Automatic Keyword Extraction, Text Graph, Semantic Connectivity, Parameterless, Language Agnostic"
}

Description:

The algorithms rank all the candidate keywords and present the output in descending order of SCScore. and does not define the number of candidates to be extracted as keywords. Thus the user have to decide on the number of extracted keywords. sCAKE is designed for languages with support of sohisticated NLP tools, like English. This impementation of sCAKE is aimed for English language only. However, interested users may apply the appropriate NLP tools, if available, for the language of their interest. Alternatively, the user may work with LAKE which can be applied on documents of any language.

Pipeline:

  1. Run 'create-position-info-algoname.R' (replace 'algoname' with sCAKE or LAKE as required)

  2. For LAKE, run 'compute-sigma-index.R'. Skip this for sCAKE.

  3. Run 'create-graph-algoname.R' (creates graphs according the mentioned algorithm)

  4. For both algorithms, run 'Convert-adjmat-to-edgelist.R'

  5. For both algorithms, run Python script 'InfluenceEvaluation.py' using following command:

     python InfluenceEvaluation.py '/path/to/input/directory/Edgelist/'
    

    (Reformatted and reused this script. The Author of python script is my collegue.)

  6. For both algorithms, run 'Word-score-with-PostionWeight.R'

scake-and-lake's People

Contributors

sduari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.