Who is it for?
PSI-Toolkit is designed for linguists, language engineers or any users who need to process natural language texts and get the results now!
PSI-Toolkit provides an easy-to-use web-service as well as a set of advanced tools for users with some computer skills.
Binding to programming languages
Using PSI-Toolkit within popular programming languages is as simple as possible. Let's have a look at this Perl code:
my $psi = PSIToolkit::Simple::PipeRunner->new ("tokenize --lang en ! perl-simple-writer");$runner->run_for_perl('PSI-Toolkit is Skynet.');#returns: ['PSI-Toolkit', 'is', 'Skynet', '.']; |
It's simple, isn't it?
Ubuntu packages!
No more wasting time trying to compile strange, cumbersome toolkits for natural language processing! PSI-Toolkit is packaged for popular Linux distributions:
Download packages
