Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
PSI-Toolkit - a natural language processing toolkit
C++
C
GAP
Perl
Smarty
CMake
Other
- C++ 54.6%
- C 23.6%
- GAP 9.2%
- Perl 3.7%
- Smarty 3.4%
- CMake 1.6%
- Other 3.9%

Cannot retrieve the latest commit at this time.
Permalink
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
bindings |
|
|
![]() |
cmake-modules |
|
|
![]() |
common |
|
|
![]() |
data |
|
|
![]() |
docker |
|
|
![]() |
fex |
|
|
![]() |
formats |
|
|
![]() |
framework |
|
|
![]() |
maxent |
|
|
![]() |
server |
|
|
![]() |
sundown |
|
|
![]() |
templates/t |
|
|
![]() |
tests |
|
|
![]() |
tiniconv |
|
|
![]() |
tools |
|
|
![]() |
uchardet |
|
|
![]() |
utf8 |
|
|
![]() |
utf8case |
|
|
![]() |
.gitignore |
|
|
![]() |
CMakeLists.txt |
|
|
![]() |
CONVENTIONS.txt |
|
|
![]() |
INSTALL.txt |
|
|
![]() |
LICENSE.txt |
|
|
![]() |
README.txt |
|
|
![]() |
blueprint.txt |
|
|
![]() |
check.sh |
|
|
![]() |
cmake_uninstall.cmake.in |
|
|
![]() |
coverage.sh |
|
|
![]() |
main-tests.sh |
|
|
![]() |
psi-pipe |
|
|
![]() |
psi-pipe-or-server.sh |
|
|
![]() |
psi-server |
|
|
![]() |
quick-check.sh |
|
|
![]() |
rungcov.pl |
|
|
![]() |
static.sh |
|
|
![]() |
valgrind.supp |
|
|
![]() |
vera++2cppcheck.pl |
|
README.txt
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