Skip to content

PSI-Toolkit - a natural language processing toolkit

License

Notifications You must be signed in to change notification settings

skorzewski/psi-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSI-toolkit
===========

PSI-toolkit is a natural language processing processing toolkit
developed at Adam Mickiewicz University in Poznań, Department of Natural Language Processing.


How to run Docker container
---------------------------

Pull Docker container:

    docker pull skorzewski/psi-toolkit

Run PSI-Toolkit in console mode:

    echo "HERE PUT SOME TEXT" | docker run -i skorzewski/psi-toolkit HERE_PUT_PSI_PIPE

Run PSI-Toolkit in console mode (example):

    echo "Alice has a cat" | docker run -i skorzewski/psi-toolkit taokenize --lang en

Run PSI-Toolkit in server mode on port 3000:

    docker run -p 3000:3000 skorzewski/psi-toolkit

About

PSI-Toolkit - a natural language processing toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.8%
  • C 21.5%
  • SWIG 8.7%
  • G-code 5.3%
  • Perl 3.4%
  • Smarty 3.1%
  • Other 8.2%