Pei Chen created CTAKES-287:
-------------------------------
Summary: DateAnnotator - Support in DAY MONTH YEAR format (i.e. 13
June 2013)
Key: CTAKES-287
URL: https://issues.apache.org/jira/browse/CTAKES-287
Project: cTAKES
Issue Type: Improvement
Components: ctakes-core
Affects Versions: 3.1.1
Reporter: Pei Chen
Priority: Minor
Hi Everyone,
I want the date annotator to detect dates in DAY MONTH YEAR format (i.e. 13
June 2013) as it only detects June 2013. I tried modifying the DateFSM.java but
can't seem to make it work.
Currently the annotator only detect date formats starting with months as below:
* <li>10/15/2002</li>
* <li>10/15</li>
* <li>10-15-2002</li>
* <li>10-15</li>
and
* <li>October 15, 2002</li>
* <li>October 15 2002</li>
* <li>October 15</li>
* <li>October 2002</li>
* <li>Oct 15, 2002</li>
* <li>Oct 15 2002</li>
* <li>Oct 15</li>
* <li>Oct 2002</li>
* <li>Oct. 15, 2002</li>
* <li>Oct. 15 2002</li>
* <li>Oct. 15</li>
* <li>Oct. 2002</li>
Would appreciate your help.
Thanks,
Carlo Cabiling
--
This message was sent by Atlassian JIRA
(v6.2#6252)