Giter Site home page Giter Site logo

paper-analyser's Introduction

Ada Logics

We provide online education, R&D and services in the software security space.

High-quality online courses in:

We run a blog called Program Analysis Corner that covers in-depth about program analysis

We share in-depth technical videos on YouTube

paper-analyser's People

Contributors

adalogics avatar davidkorczynski avatar gchers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

paper-analyser's Issues

Package(s)

At some point it'd be good to refactor the code base and convert it into a Python package (or multiple packages). I'd suggest we do this at a later stage, when we have a better idea of the overall structure.

Avoid duplicate work effort

Grobid: A machine learning software for extracting information from scholarly documents

https://github.com/kermitt2/grobid

We should avoid doing double work with other projects and instead focus on collaborating and solving new problems. Grobid seems to be a super relevant project to paper-analyser. This issue is to keep track of clarifying overlap between the projects and may have an effect on how we progress with paper-analyser.

@gchers

Unclear how to reproduce Alexandria

The steps to reproduce alexandria is not entirely clear. Could this be added? We are using some grobid_client although it's not clear which module this is (https://github.com/kermitt2/grobid_client_python ?).

Could we perhaps add a script/doc to reproduce?

I think it should be something along the lines of:

git clone https://github.com/AdaLogics/paper-analyser
cd paper-analyser/alexandria
python3 -m venv venv
. venv/bin/activate

docker pull lfoppiano/grobid:0.6.2
docker run -t --rm --init lfoppiano/grobid:0.6.2
pip install pymongo bs4 pygrobid
git clone https://github.com/kermitt2/grobid_client_python
python ./runner.py ../example-papers

Grobid doc for reference:
https://grobid.readthedocs.io/en/latest/Grobid-docker/

I believe the above steps should be close to enough, but they didn't do it entirely for me.

@gchers ?

Set up CI

Tasks:

  • verify that every PR adheres to coding standards (e.g., use black).
  • run tests to verify that every PR doesn't break stuff.

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.