Giter VIP home page Giter VIP logo

enrich's Introduction

enrichment

  • Open up a r3.8xlarge large instance on AWS running Ubuntu Linux x64, with 800GB SSD Storage.
  • SSH in and run sudo apt-get -y install awscli
  • Run aws configure and set the Key ID and Access Key to the ones set by s3://polar-fulldump. Set region to us-east-1
  • Add this to ~/.aws/config so it'll run a little faster.
s3 =
  max_concurrent_requests = 50
  multipart_threshold = 128MB
  • Make a folder to hold the new data mkdir ~/polar-fulldump
  • Download the bucket to the instance via aws s3 sync s3://polar-fulldump ~/polar-fulldump --quiet && echo Done
  • Wait a long time: s3_to_instance

Get the file sizes: http://unix.stackexchange.com/questions/185764/how-do-i-get-the-size-of-a-directory-on-the-command-line du -sch within the folder.

install Grobid

wget https://github.com/kermitt2/grobid/archive/grobid-parent-0.4.0.zip
sudo apt-get -y install unzip
unzip grobid-grobid-parent-0.4.0.zip
sudo apt-get -y install maven2
cd grobid-grobid-parent-0.4.0/grobid-core/target/
mvn clean install

Add the following dependency in pom:

<plugin>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>maven-jetty-plugin</artifactId>
  <version>6.0.1</version>
</plugin>

enrich's People

Contributors

briancohn avatar dhruvbha avatar hangguo1991 avatar

Watchers

 avatar  avatar

Forkers

briancohn fjtello

enrich's Issues

get S3 to HDFS

  • Launch EMR cluster for HDFS + Spark
  • Write code to run S3 to HDFS
  • combine code for launching EMR + S3=>HDFS

ner sweet

you can use the top level terms.
tag the top-level terms.
Sweet has temporal and geolocation, you don't need to do those.

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.