Giter VIP home page Giter VIP logo

acltoolbox's Introduction

ACLToolBox

This program had scraped the ACL avaliable papers for user to easily look up the paper with keyword and get the relavent information.

Doing the analyics of the ACL paper from all the months(will keep updated) we have also provide the analystics of the recent months of Natural Language Programming topics with the wordcloud.

Installation

Clone the repository:

git clone https://github.com/eric-ai-lab/ACLToolBox.git
cd ACLToolBox

To make sure that you have the same environment that the program needs:

pip install -r requirements.txt

We will maintain the newest updates consistently,

(Optional) to get the latest database you can run the scraping.py:

./scraping.py 

You can query right out of the box by doing the following:

For querying the database for specific keyword (first letter needs to be capitalized):

./main.py  -year [2021-2022|2021(none)] -month [month|all(none)] -keyword [keyword] -csv [y|n]

This will output the title and link of the papers.

If you need additional information, you can add -csv y to save other infomation in a csv file in the current directory.

Analysis

We have taken all the title of the recent months papers to find the keyword and keyphrase to analyze how often they come up with the paper's topic.

wordcloud

Example

For example, you want to find papers that are related to "Entity Recognition" in all the months in 2021:

./main.py -year 2021 -keyword Entity Recognition -csv y

The result will save in result.csv in the current directory which includes title, abstract, pdf link, and additional software, code.

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.