DATA CURATION AND ENHANCEMENT SAMPLES.
Dates.
Harness the power of standardized and corrected dates.
Statuses Entities Trademarks Classifications Numbers Images Cross-fields
Important dates are often in records. They must be standardized, validated, and corrected for use in automated procedures, indexing, searching, classification, record status inquiries, and more.
| ✓ | Standardize and correct the dates (when possible). |
| ✓ | Validate the dates based on other data (e.g., a PCT date before the entry in force of that treaty in that country). |
| ✓ | Convert dates into the Gregorian calendar (and vice-versa). |
| ✓ | Convert dates into any format (MM/DD/YY, DD/MM/YYYY, etc.). |
| ✓ | Find incorrect dates and recommend correct values. |
Fix incorrect dates using context information:
| Input: | Our output: |
| 12/01/0004 | 12/01/2004 |
| 30/06/0201 | 06/30/2011 |
| 05/26/5005 | 05/26/2005 |
Identify inverted dates:
| Input: | Our output: |
|
Application: 01/03/2010 Registration: 12/08/2009 |
Application: 12/08/2009 Registration: 01/03/2010 |
Detect invalid dates by format or analyzing local and international law:
| Input: | Our output: |
| 11/11/8200 |
INVALID [OUT OF RANGE] |
| 03/03/1910 |
INVALID [LOCAL LAW ENTERED INTO FORCE IN 1973] |
| 12/11/1953 |
INVALID [PCT ENTERED INTO FORCE IN 1999] |
| 03/07/2031 |
INVALID [FILING DATE IN THE FUTURE] |
Standardize different formats and calendars:
| Input: | Our output: |
| 30/11/2018 | 11/30/2018 |
| 11/30/18 | 11/30/2018 |
| 20181130 08:45 | 11/30/2018 |
| 11/30/2561 [THAI CALENDAR] | 11/30/2018 |
Calculate dates using other dates or local law:
| Input: | Our output: |
| Expiration date: 10/10/2010 |
Registration date: 10/10/2000 [EXPIRATION DATE MINUS 10 YEARS] |
| Filing date: 03/03/2003 |
Expiration date: 03/03/2013 [FILING DATE PLUS 10 YEARS] |