Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Sentence boundary changed in notebook 02 #5

Description

@turbosheep

While working on deprecating and removing references to the cycontext visualizer, I found that this notebook has the following cell in the "Manually limiting scope" section"

assert len(list(doc.sents)) == 1

It currently fails since len(list(doc.sents)) is 2.

print([sent for sent in doc.sents]) results in [Adenovirus DETECTED Sars, NOT DETECTED Pneumonia NOT DETECTED]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions