Skip to content

AnDongLi/jet

This branch is 7 commits behind rgrishman/jet:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ralph GrishmanRalph Grishman
Ralph Grishman
and
Ralph Grishman
Jan 21, 2019
5329e74 · Jan 21, 2019

History

52 Commits
Nov 9, 2015
Jun 17, 2016
Jun 16, 2016
Mar 31, 2017
Jun 11, 2016
Dec 31, 2016
Nov 30, 2016
Apr 18, 2017
Jan 21, 2019
Jun 16, 2016
Jul 1, 2016
Nov 9, 2015
Apr 10, 2017
Jan 21, 2019
Jul 1, 2016
Jan 21, 2019
Dec 3, 2016
Dec 31, 2016

Repository files navigation

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%

About

JET, the Java Extraction Tool.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • HTML 2.5%