Skip to content

Releases: inception-project/inception

INCEpTION 34.1

15 Oct 15:22
Compare
Choose a tag to compare

INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.

This is a bug fix release.

What's Changed

  • 🦟 #5082 - Splitting tokens using zones sometimes does not work by @reckart in #5083
  • 🦟 #5085 - Error displaying document when there are no visible layers by @reckart in #5086
  • 🦟 #5087 - Interactive recommender sidebar does not invoke the right recommender by @reckart in #5088
  • 🦟 #5089 - Document structure is not retained when preparing a document as curation target by @reckart in #5090

Full Changelog: inception-34.0...inception-34.1

Download

The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].

Important upgrade notes

Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.

An in-place upgrade from INCEpTION 34.0 to 34.1 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.

Back up your data before the upgrade [4].

Publication

An overview of INCEpTION can be found in

Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA

PDF and BibTeX as well as more publications on specific features are
available from our website [5].

License and System requirements

INCEpTION is provided as open source software under the Apache License version 2.

Running INCEpTION requires Java version 17 or higher.

By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.

INCEpTION works best with Chrome and Safari.

-- The INCEpTION developer team

[1] https://github.com/inception-project/inception/issues?q=milestone%3A34.1
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/34.1/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/34.1/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/34.1/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception

INCEpTION 34.0

01 Oct 08:54
Compare
Choose a tag to compare

INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.

This is a feature and bug fix release.

What's Changed

Annotation

Curation

  • ⭐️ #4843 - Promote sidebar curation mode to proper curation page by @reckart in #4924
  • ⭐️ #4956 - Ability to configure treatment of links features when merging or calculating agreement on a per-feature basis by @reckart in #4957
  • ⭐️ #5009 - Better handling of stacked annotations with link features in curation by @reckart in #5010, #5042

Recommenders

  • ⭐️ #5003 - Allow exporting models from the OpenNLP recommenders by @reckart in #5004
  • 🦟 #5061 - Multiple synchronous recommenders only the last one wins by @reckart in #5062
  • 🧪⭐️ #4963 - Support for ChatGPT by @reckart in #4967
  • 🧪⭐️ #4995 - Ability to select states of documents to include in bulk recommender processing by @reckart in #4996
  • 🧪⭐️ #5033 - Ability to configure recommenders interactively on the annotation page by @reckart in #5034
  • 🧪🦟 #5031 - ChatGPT recommender fails because format is not a supported parameter by @reckart in #5032

Knowledge base

  • ⭐️ #5056 - Ability to configure additional languages for knowledge bases by @reckart in #5060

For admins

Other

Full Changelog: inception-33.7...inception-34.0

Download

The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].

Important upgrade notes

Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.

An in-place upgrade from INCEpTION 33.7 to 34.0 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.

Back up your data before the upgrade [4].

Publication

An overview of INCEpTION can be found in

Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA

PDF and BibTeX as well as more publications on specific features are
available from our website [5].

License and System requirements

INCEpTION is provided as open source software under the Apache License version 2.

Running INCEpTION requires Java version 17 or higher.

By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.

INCEpTION works best with Chrome and Safari.

-- The INCEpTION developer team

[1] https://github.com/inception-project/inception/issues?q=milestone%3A34.0
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/34.0/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/34.0/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/34.0/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception

INCEpTION 33.7

18 Sep 19:12
Compare
Choose a tag to compare

INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.

This is a bug fix release.

What's Changed

  • 🦟 #5050 - Tags on the second level of conditional features cannot be selected by @reckart in #5051

Full Changelog: inception-33.6...inception-33.7

Download

The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].

Important upgrade notes

Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.

An in-place upgrade from INCEpTION 33.6 to 33.7 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.

Back up your data before the upgrade [4].

Publication

An overview of INCEpTION can be found in

Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA

PDF and BibTeX as well as more publications on specific features are
available from our website [5].

License and System requirements

INCEpTION is provided as open source software under the Apache License version 2.

Running INCEpTION requires Java version 17 or higher.

By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.

INCEpTION works best with Chrome and Safari.

-- The INCEpTION developer team

[1] https://github.com/inception-project/inception/issues?q=milestone%3A33.7
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/33.7/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/33.7/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/33.7/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception

INCEpTION 34.0-beta-6

07 Sep 08:37
Compare
Choose a tag to compare
INCEpTION 34.0-beta-6 Pre-release
Pre-release

What's Changed

Full Changelog: inception-33.6...inception-34.0-beta-6

INCEpTION 33.6

03 Sep 22:00
Compare
Choose a tag to compare

INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.

This is a bug fix and minor feature release.

What's Changed

Full Changelog: inception-33.5...inception-33.6

Download

The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].

Important upgrade notes

Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.

An in-place upgrade from INCEpTION 33.5 to 33.6 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.

Back up your data before the upgrade [4].

Publication

An overview of INCEpTION can be found in

Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA

PDF and BibTeX as well as more publications on specific features are
available from our website [5].

License and System requirements

INCEpTION is provided as open source software under the Apache License version 2.

Running INCEpTION requires Java version 17 or higher.

By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.

INCEpTION works best with Chrome and Safari.

-- The INCEpTION developer team

[1] https://github.com/inception-project/inception/issues?q=milestone%3A33.6
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/33.6/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/33.6/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/33.6/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception

INCEpTION 34.0-beta-5

21 Aug 08:06
Compare
Choose a tag to compare
INCEpTION 34.0-beta-5 Pre-release
Pre-release

What's Changed

Full Changelog: inception-33.5...inception-34.0-beta-5

INCEpTION 33.5

20 Aug 21:22
Compare
Choose a tag to compare

INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.

This is a bug fix release.

What's Changed

  • 🦟 #4984 - Warnings drop-up in the footer no longer opens by @reckart in #4985
  • 🦟 #4988 - UIMA type system import cannot deal with cross-layer relations by @reckart in #4989
  • 🦟 #4990 - Non-trainable recommender may be invoked even though inheritable predictions exist by @reckart in #4991
  • 🦟 #4992 - Cannot access document panel anymore if a source document has gone missing by @reckart in #4993
  • 🦟 #4999 - Chain layers not rendered by @reckart in #5000
  • 🦟 #5001 - Error when trying to delete a chain layer element by @reckart in #5002
  • 🦟 #4994 - Annotation browser sometimes does not load in sidebar curation mode by @reckart in #5005

Full Changelog: inception-33.4...inception-33.5

Download

The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].

Important upgrade notes

Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.

An in-place upgrade from INCEpTION 33.4 to 33.5 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.

Back up your data before the upgrade [4].

Publication

An overview of INCEpTION can be found in

Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA

PDF and BibTeX as well as more publications on specific features are
available from our website [5].

License and System requirements

INCEpTION is provided as open source software under the Apache License version 2.

Running INCEpTION requires Java version 17 or higher.

By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.

INCEpTION works best with Chrome and Safari.

-- The INCEpTION developer team

[1] https://github.com/inception-project/inception/issues?q=milestone%3A33.5
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/33.5/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/33.5/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/33.5/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception

INCEpTION 33.4

07 Aug 01:26
Compare
Choose a tag to compare

INCEpTION is an extensible web-based collaborative environment for text annotation. It integrates machine-learning-based annotation support, knowledge base management and corpus building into a single comprehensive platform.

This is a bug fix and minor feature release.

What's Changed

  • 🦟 #4964 - Flash message shown when trying to query during index rebuild shows wrong progress by @reckart in #4965
  • 🦟 #4978 - Properties in the example wine ontology do not appear in concept feature editor by @reckart in #4979

Full Changelog: inception-33.3...inception-33.4

Download

The new version can be downloaded from our website [3] or is available as docker images from GitHub [8].

Important upgrade notes

Please check the upgrade notes [7]. If you upgrade from an older version, check upgrade and release notes of intermediate releases as well.

An in-place upgrade from INCEpTION 33.3 to 33.4 is possible. You can usually also perform an in-place upgrade from an older version, but you should make sure that each of the intermediate releases allow an in-place upgrade to the next higher release.

Back up your data before the upgrade [4].

Publication

An overview of INCEpTION can be found in

Klie, J.-C., Bugert, M., Boullosa, B., Eckart de Castilho, R. and Gurevych, I. (2018):
The INCEpTION Platform: Machine-Assisted and Knowledge-Oriented Interactive Annotation.
In Proceedings of System Demonstrations of the 27th International Conference on Computational Linguistics (COLING 2018), Santa Fe, New Mexico, USA

PDF and BibTeX as well as more publications on specific features are
available from our website [5].

License and System requirements

INCEpTION is provided as open source software under the Apache License version 2.

Running INCEpTION requires Java version 17 or higher.

By default, INCEpTION uses an embedded database which is sufficient for testing. However, the use of a MariaDB database is recommended.

INCEpTION works best with Chrome and Safari.

-- The INCEpTION developer team

[1] https://github.com/inception-project/inception/issues?q=milestone%3A33.4
[2] https://github.com/inception-project/inception/issues
[3] https://inception-project.github.io/downloads/
[4] https://inception-project.github.io/releases/33.4/docs/admin-guide.html#_backup_your_data
[5] https://inception-project.github.io/publications/
[6] https://inception-project.github.io/releases/33.4/docs/admin-guide.html#_running_the_behind_a_reverse_proxy_jar
[7] https://inception-project.github.io/releases/33.4/docs/admin-guide.html#_upgrade_notes
[8] https://github.com/inception-project/inception/pkgs/container/inception

INCEpTION 34.0-beta-4

07 Aug 03:02
Compare
Choose a tag to compare
INCEpTION 34.0-beta-4 Pre-release
Pre-release

What's Changed

Full Changelog: inception-34.0-beta-2...inception-34.0-beta-4

INCEpTION 34.0-beta-2

24 Jul 12:00
Compare
Choose a tag to compare
INCEpTION 34.0-beta-2 Pre-release
Pre-release

What's Changed

Full Changelog: inception-33.3...inception-34.0-beta-2