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