Skip to content

clulab/reach-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reach Examples

This project provides some examples of how to interface with the CLULab Reach system in both Scala and Java.

Please see the Reach GitHub for information on Reach itself.

What you'll need...

  1. Java 8
  2. sbt
  3. reach.

Run any of the examples with sbt run or sbt run-main:

  > sbt 'run-main com.yourorg.TextInJsonOutJava'

Because Reach loads and uses several large NLP data models, we recommend that you allocate a sufficient amount of working memory for the process. We have observed no issues running with at least 5 gigabytes of heap:

JAVA_OPTS=-server -Xms3g -Xmx6g

About

Examples of how to interface with the CLU Lab Reach system using Scala and Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published