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

Combination of single quotes prevent sbd #122

Open
guydepauw opened this issue Aug 23, 2023 · 0 comments
Open

Combination of single quotes prevent sbd #122

guydepauw opened this issue Aug 23, 2023 · 0 comments

Comments

@guydepauw
Copy link

guydepauw commented Aug 23, 2023

Describe the bug
A text containing a particular combination of single quotes doesn't get segmented.

To Reproduce
Steps to reproduce the behavior:
Input text - Come work for us in 'S-Hertogenbosch. To ensure products meet specifications and standards, you will perform in-process inspection. The goal will be to make sure that production procedures will be carried on smoothly to maximize efficiency and profits. where will you work. COMPANY is a global leader in high-end server technology and innovation of IT products. There are also options to work abroad! apply.Are you interested in the position of production operator? Then apply directly via the ''apply'' button below.

Expected behavior
A clear and concise description of what you expected to happen.
Expected output - list of expected sentences

["Come work for us in 'S-Hertogenbosch. ", 'To ensure products meet specifications and standards, you will perform in-process inspection. ', 'The goal will be to make sure that production procedures will be carried on smoothly to maximize efficiency and profits. ', 'where will you work. ', 'COMPANY is a global leader in high-end server technology and innovation of IT products. ', 'There are also options to work abroad! apply.Are you interested in the position of production operator? ', "Then apply directly via the ''apply'' button below."]

Actual output:

["Come work for us in 'S-Hertogenbosch. To ensure products meet specifications and standards, you will perform in-process inspection. The goal will be to make sure that production procedures will be carried on smoothly to maximize efficiency and profits. where will you work. COMPANY is a global leader in high-end server technology and innovation of IT products. There are also options to work abroad! apply.Are you interested in the position of production operator? Then apply directly via the ''apply'' button below."]

Additional context
Removing the first single quote or replacing the 2 single quotes with a double quote resolves the issue.

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

No branches or pull requests

1 participant