Skip to content

Prototype for Modular Open Information Extraction System

Notifications You must be signed in to change notification settings

irfanariq/DomainIE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomainIE

Prototype for Modular Domain Specific Information Extraction System. Developed from https://github.com/yogaadrian/openIE by adding component for adapting openIE to domainIE.

Prerequisites

Installation

All source codes are placed in the /src directory. Application is developed using IntelliJ IDEA.

  • Clone this repo or download here.
    $ git clone https://github.com/yogaadrian/OpenIE.git
  • Open file build.properties and modify property jdk.home.1.8 to your JAVA_HOME path. More about JAVA_HOME
    e.g. Windows:
    jdk.home.1.8=C:/Program Files/Java/jdk1.8.0_92
    e.g. Mac OS X:
    jdk.home.1.8=/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home
  • Compile app (This will generate out and target directories needed to run the app)
    $ ant

Run program

This will open the main application window.

UNIX

$ java -cp .:out/artifacts/OpenIE_jar/*:jars/*:target/classes id.ac.itb.gui.OpenIeJFrame

Windows

$ java -cp '.;out/artifacts/OpenIE_jar/*;jars/*;target/classes' id.ac.itb.gui.OpenIeJFrame

Creating a plugin

To create your own plugin, please see /examples for more information.

About

Prototype for Modular Open Information Extraction System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%