Giter Site home page Giter Site logo

rclc_2019_baseline's Introduction

rclc_2019_baseline

Code for RCLC baseline experiment. This repo contains the code to download dataset and publication information from open access uri. Baseline experiment notebook can be seen at src/rclc_2019_entity_indicative_naive_bayes_baseline.ipynb.

Quick Start

  1. Get corpus.jsonld from rclc repo. Put it under data/.
  2. We are using conda environment. Before we start, create conda environment from environment.yml
conda env create -f environment.yml
conda activate rclc_2019_baseline
  1. Go to src/
  2. Run python download_corpus_resources.py to download all resources, i.e. pdf files for publications, html files for datasets. Ensure that all pdf files are downloaded successfully.
ls ../data/resource/pubs/pdf/ | wc -l
  1. Extract pdf meta data
mkdir ../data/resource/pubs/json/
java -Xmx6g -jar ../tools/science-parse-cli-assembly-2.0.2-SNAPSHOT.jar -o ../data/resource/pubs/json/ ../data/resource/pubs/pdf/
  1. Convert pdf to text files
mkdir ../data/resource/pubs/text
python convert_pdf2text.py
  1. Run baseline experiment notebook rclc_2019_entity_indicative_naive_bayes_baseline.ipynb

rclc_2019_baseline's People

Contributors

philipskokoh 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.