Copyright (C) Wrocław University of Science and Technology (PWr), 2013-2020. All rights reserved.
Developed within CLARIN-PL project.
Inforex is a web system for text corpora construction. Inforex allows parallel access and sharing resources among many users. The system assists semantic annotation of texts on several levels, such as marking text references, creating new references, or marking word senses.

Marcińczuk, M. & Oleksy, M. (2019). Inforex — a Collaborative Systemfor Text Corpora Annotation and Analysis Goes Open. In Proceedings of the International Conference on Recent Advances in Natural Language Processing, RANLP 2019, pages 711―719. Varna, Bulgaria. INCOMA Ltd.
[PDF]
@inproceedings{marcinczuk-oleksy-2019-inforex,
title = "{I}nforex {---} a Collaborative Systemfor Text Corpora Annotation and Analysis Goes Open",
author = "Marci{'n}czuk, Micha{l} and
Oleksy, Marcin",
booktitle = "Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2019)",
month = sep,
year = "2019",
address = "Varna, Bulgaria",
publisher = "INCOMA Ltd.",
url = "https://www.aclweb.org/anthology/R19-1083",
doi = "10.26615/978-954-452-056-4_083",
pages = "711--719",
}
The dependencies are installed within Docker container and the Inforex source code is linked to the container as an external storage.
Before building the docker install Composer, Docker and Docker Compose running the following command:
sudo apt-get install composer docker docker-composeThan build the docker by executing the following script.
./docker-dev-up.shLinks:
When new source files are added it is required to reload the composer dependencies by executing the following command:
composer updateSee INSTALL.md.