Skip to content

Recognize abbreviations with period #8

@tdhopper

Description

@tdhopper

Would be great to be able to extract abbreviations that have a period.

For example, we currently have this:

>>> extract("Num. 1:2 and 1 John 1")
[('I John', 1, 1, 1, 10)]

would be nice to have

>>> extract("Num. 1:2 and 1 John 1")
[('Numbers', 1, 2, 1, 2), ('I John', 1, 1, 1, 10)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions