inception-project / inception

INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management.
https://inception-project.github.io
Apache License 2.0
574 stars 148 forks source link
active-learning annotation-editor annotation-tool entity-linking java sparql uima
INCEpTION Logo

A semantic annotation platform offering intelligent assistance and knowledge management.


Homepage · Usage · Demo · FAQ

[![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

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 Screenshot

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.

Getting started

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.

See our documentation for further reading

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:

Do you have questions or feedback?

INCEpTION is still in development, so you are welcome to give us feedback and tell us your wishes and requirements.

How to cite

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"
}

Contributing

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.

  1. Create a fork
  2. Create your feature branch: git checkout -b my-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 🚀

License

INCEpTION is provided as open source under the Apache License v2.0.