Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edu.nyu:jet

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edu.nyu:jet

Information extraction is the process of identifying specified classes of entities, relations, and events in natural language text – creating structured data from unstructured input. JET, the Java Extraction Toolkit, developed at New York University over the past fifteen years, provides a rich set of tools for research and education in information extraction from English text. These include standard language processing tools such as a tokenizer, sentence segmenter, part-of-speech tagger, name tagger, regular-expression pattern matcher, and dependency parser. Also provided are relation and event extractors based on the specifications of the U.S. Government's ACE [Automatic Content Extraction] program. The program is provided under an Apache 2.0 license.

  • 1.9.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
3
Source

Java Extraction Toolkit

JET, the Java Extraction Toolkit, provides a set of tools for constructing information extraction systems: systems for building, from English text, databses which capture specified classes of entities, semantic relations, and events. The tools include sentence and word segmentation, lexicon look-up, name recognition and classification, part-of-speech tagging, chunking, dependency parsing, transformational regularization, within-document coreference resolution. Additional tools are provided to extract entities, relations, and events conforming to the ACE 2005 specification.

License

All code is distributed under an Apache 2.0 license.

Installation

Download and unpack the latest binary release to directory D. (The directory names in path D should not have any blanks.) Set environment variable JET_HOME to D and put the directory of executable scripts on PATH

For Macs and Linux systems running a C shell (csh, tcsh)

setenv JET_HOME D

set path = ( D/bin $path )

For Macs and Linux systems running a Bourne shell (sh, bash)

JET_HOME=D

export JET_HOME

PATH=D/bin:$PATH

export PATH

For Windows command line

set JET_HOME=D

set PATH=D\win;%PATH%

FAQs

Package last updated on 21 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc