-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider document structure when splitting sentences in custom XML formats #4901
Comments
reckart
added a commit
that referenced
this issue
Jun 25, 2024
…m XML formats - Added options to define block elements in XML files which are considered when doing sentence splitting
reckart
added a commit
that referenced
this issue
Jun 25, 2024
…m XML formats - Added options to define block elements in XML files which are considered when doing sentence splitting
reckart
added a commit
that referenced
this issue
Jun 25, 2024
…-document-structure-when-splitting-sentences-in-custom-XML-formats #4901 - Consider document structure when splitting sentences in custom XML formats
reckart
added a commit
that referenced
this issue
Jul 3, 2024
…de-to-proper-curation-page * main: (24 commits) #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) #4921 - Constraints do not work properly when rules are distributed over multiple rulesets #4915 - Support for MySQL 8 #4051 - Postgres support #3407 - Remove old database migrations that seem to get always executed #3407 - Remove old database migrations that seem to get always executed #4909 - Upgrade dependencies #4911 - No results when searching as curator after re-indexing project #4909 - Upgrade dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.1 #4901 - Consider document structure when splitting sentences in custom XML formats #4880 - Upgrade dependencies #4898 - Unable to import project with knowledge-based exported by INCEpTION 33.0 #4896 - Ability to search for additional languages in knowledge-base No issue: Trim LLM responses #4892 - Curation sidebar state not cleared when logging out #4891 - Exception in sidebar curation mode when document-level annotations exist #4727 - Switching between editors can cause the old and the new editors to be loaded and initialized #4889 - Document sometimes not rendered in by-line brat render modes ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java
reckart
added a commit
that referenced
this issue
Jul 3, 2024
…de-to-proper-curation-page * main: (24 commits) #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) #4921 - Constraints do not work properly when rules are distributed over multiple rulesets #4915 - Support for MySQL 8 #4051 - Postgres support #3407 - Remove old database migrations that seem to get always executed #3407 - Remove old database migrations that seem to get always executed #4909 - Upgrade dependencies #4911 - No results when searching as curator after re-indexing project #4909 - Upgrade dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.1 #4901 - Consider document structure when splitting sentences in custom XML formats #4880 - Upgrade dependencies #4898 - Unable to import project with knowledge-based exported by INCEpTION 33.0 #4896 - Ability to search for additional languages in knowledge-base No issue: Trim LLM responses #4892 - Curation sidebar state not cleared when logging out #4891 - Exception in sidebar curation mode when document-level annotations exist #4727 - Switching between editors can cause the old and the new editors to be loaded and initialized #4889 - Document sometimes not rendered in by-line brat render modes ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Projects employing a custom XML format encode speech turns as distinct
<p>
elements. The existing automatic detection of sentence boundaries within the annotation tool lacks the required accuracy. To address this, it is necessary to enable the specification that the end of a<p>
element consistently indicates the end of a sentence.Describe the solution you'd like
Enhance the annotation tool to support customizable sentence boundary detection, tailored for projects utilizing a custom XML format.
The text was updated successfully, but these errors were encountered: