Code Monkey home page Code Monkey logo

cl-scholar-server's Introduction

CL Scholar Portal

We present CL Scholar, the ACL Anthology knowledge graph miner to facilitate high-quality search and exploration of current research progress in the computational linguistics community. In contrast to previous works, periodically crawling, indexing and processing of new incoming articles is completely automated in the current system. CL Scholar utilizes both textual and network information for knowledge graph construction.

As an additional novel initiative, CL Scholar supports more than 1200 scholarly natural language queries along with standard keyword-based search on constructed knowledge graph. It answers binary, statistical and list based natural language queries.

The current system is deployed at http://cnerg.iitkgp.ac.in/aclakg. We also provide REST API support along with bulk download facility. To know more checkout http://cnerg.iitkgp.ac.in/aclakg/api/

Tech

CL Scholar uses a number of open source projects to work properly:

Requirements for Development

  • node
  • npm

Setup for Development

The whole pipeline is as follow - MongoDB Database --> NodeJS API Server --> React Frontend

In order to install the website and frontend part

  • git clone https://github.com/CLScholar/CL-Scholar-Client.git
  • cd CL-Scholar-Client
  • npm install
  • npm start

Customizing Your Development Environment

In order to install the full pipeline

Set up the database

  1. Download all the data from https://github.com/CLScholar/data
  2. Install MongoDB server
  3. Create a database with name acl
  4. Create authors, papers and conferences collections and import the downloaded data.

Set up the API server

  • Install python 3.5
  • pip install nltk
  • git clone https://github.com/CLScholar/CL-Scholar-Client.git
  • cd CL-Scholar-Client
  • npm install
  • npm start
  • Go to CL-Scholar-Client/src/config.js and edit ACL_API link.

License

MIT

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.