Skip to content

Recognize abbreviations with period #8

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)]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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