GithubHelp home page GithubHelp logo

dkolas / concrete Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hltcoe/concrete-deprecated

0.0 0.0 0.0 677 KB

Protocol buffer definitions, making HLT data specifications concrete

License: Other

Scala 85.50% Java 11.29% Shell 3.21%

concrete's Introduction

Copyright 2012-2013 Johns Hopkins University HLTCOE. All rights reserved. This software is released under the 2-clause BSD license. See LICENSE in the project root directory.

Concrete

Introduction

Concrete is an attempt to map out various NLP data types in a Thrift schema for use in projects across Johns Hopkins University. This standardized schema allows researchers to use a common, underlying data model for all NLP tasks, and thus, facilitating integration between projects.

Requirements

Concrete requires the following:

Installation

Note: by default, the thrift plugin uses:

/usr/local/bin/thrift

to locate the thrift executable. If you have installed this in a different location, update

<thrift.exe>

in the properties of core/pom.xml.

First, checkout our latest code:

git clone [email protected]:hltcoe/concrete.git

Running

mvn install

will install the plugin to your local repository.

Adding to your project

This plugin creates compiled Java classes that reflect our Thrift definitions. You can use these in your java code by adding the following dependency to your project's pom.xml file, once installed or deployed:

<dependency>
  <groupId>edu.jhu.hlt.concrete</groupId>
  <artifactId>concrete-core</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>

At this time, we do not have this hosted on a public maven server.

Using the code in your project

Compiled java classes end up in the edu.jhu.hlt.concrete package. The Thrift structures generate many classes; additional technical documentation can be found in the comments of the thrift definitions themselves.

concrete's People

Contributors

twolfe18 avatar tturpen avatar jacksullivan avatar vandurme avatar mdredze avatar jamesmayfield avatar forkunited avatar jayded avatar maxthomas avatar jennsleeman avatar charman 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.