A semantic annotation platform offering intelligent assistance and knowledge management.
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/inception-project/inception)](https://github.com/inception-project/inception/releases/latest) [![GitHub license](https://img.shields.io/github/license/inception-project/inception)](https://github.com/inception-project/inception/blob/master/LICENSE.txt) [![Join the chat at https://gitter.im/inception-project/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/inception-project/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management. For more information, visit the INCEpTION website. For a first impression on what INCEpTION is, you may want to watch our introduction videos.
INCEpTION is a text-annotation environment useful for various kinds of annotation tasks on written text. Annotations are usually used for linguistic and/or machine learning concerns. INCEpTION is a web application in which several users can work on the same annotation project, and it can contain several annotation projects at a time. It provides a recommender system that suggest potential annotations to help you create annotations faster and easier. Beyond annotating, you can also create a corpus by searching an external document repository and adding documents. Moreover, you can use knowledge bases, e.g. for tasks like entity linking.
The best way to get started is to watch our tutorial videos, working through the Getting Started Guide and playing with INCEpTION on the demo server.
Many more materials like example projects , use case descriptions and helpful scripts are available via the INCEpTION homepage.
We also offer several Jupyter Notebooks which describe how you can interact in Python with INCEpTION, prepare or post-process annotations:
INCEpTION is still in development, so you are welcome to give us feedback and tell us your wishes and requirements.
Please use the following citation:
@inproceedings{klie-etal-2018-inception,
title = "The {INCE}p{TION} Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation",
author = "Klie, Jan-Christoph and Bugert, Michael and Boullosa, Beto and Eckart de Castilho, Richard and Gurevych, Iryna",
booktitle = "Proceedings of the 27th International Conference on Computational Linguistics: System Demonstrations",
year = "2018",
address = "Santa Fe, New Mexico",
url = "https://www.aclweb.org/anthology/C18-2002",
pages = "5--9"
}
Do you miss a feature? We very much appreciate your contribution! Please open an issue before sending a pull request. INCEpTION uses the DKPro Contribution Guidelines.
git checkout -b my-feature
git commit -am 'Add some feature'
git push origin my-new-feature
INCEpTION is provided as open source under the Apache License v2.0.