Skip to content
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

Fix #169 #172

Open
wants to merge 1 commit into
base: develop/3.x
Choose a base branch
from
Open

Fix #169 #172

wants to merge 1 commit into from

Conversation

pagelj
Copy link
Member

@pagelj pagelj commented Nov 18, 2021

This is a fix for issue #169

For each segment which has no utterance or mention (depending on if mode was "Active" or "Passive") we add a dummy row with the information of the first row of the words.per.segment data table but replace the segment column with the offset of the missing segment and the count with 0. During the reshaping step, this gets propagated to all other characters/entities and prevents the segment from being omitted from the end result

This prevents the segment from being omitted from the end result
@pagelj pagelj changed the title Add count of 0 for segments with no utterance/mention Fix #169 Nov 18, 2021
@pagelj pagelj requested a review from nilsreiter November 18, 2021 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant