Skip to content

WordToSentenceProcessor problem with listings #505

Open
@parisni

Description

@parisni

Hi,

The sentence processor does not handle well this case

I have two pets:
1. a dog;
1. a cat.

Results as 3 sentences:
S1: Hi have two pets: \n1.
S2: a dog;\n2.
S3: a cat.

It should result only one sentence:
S1: Hi have two pets: \n1. a dog;\n2. a cat.

I am not sure how to configure the parser in order it works fine.
This kind of enumeration is typically used in markdown when listing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions