Skip to content

anoiio/FreeLing-for-CentOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FreeLing-for-CentOS

FreeLing compiled for CentOS with Java binding from FreeLing master

For licenses refer to FreeLing web page

lib directory: includes FreeLing lib files compiled for CentOS 7 including Java binding library.
Freeling.jar: FreeLing Java API.

Installation:

  1. Install dependent lib: yum install boost-devel
  2. Copy lib directory to the desired location (e.g. /usr/local/lib)
  3. Run script: lib/setLinks.sh
  4. Set lib path: export LD_LIBRARY_PATH=<path_to_freeling_lib>
  5. To use FreeLing API in your Java application include freeling.jar and load "freeling_javaAPI" system library (System.loadLibrary("freeling_javaAPI");)
  6. In addition, data should be installed from the FreeLing/data

About

Freeling compiled for CentOS with Java binding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages