-
Notifications
You must be signed in to change notification settings - Fork 0
masterzora/greplinsearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Entity extraction: Given a document, extracts points of interest from the document. Points of interest might include: * phone #s * addresses * names of people / companies / places * sentence boundaries * dates and times (both specific and relative) * shipment tracking numbers * flight confirmation numbers The rough API is: extract(str) and returns [{'start': 10, 'end': 18, 'type': 'phonenumber'}, ...]
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published