I am trying to use Stanford NLP tool to extract dates ( 8/11/2012 ) form text.
Here\'s a link! for the demo of this tool
Can u help me in how to train the c
You can certainly train the CRF-based NER to recognize dates and times. You can see an example of that by running the supplied english.muc.7class.distsim.crf.ser.gz model. See the FAQ for training NER systems. But note that our primary tool for time/date recognition is now regex based: SUTime. You can also write rules for SUTime for other applications. See the SUTime page and the link to TokensRegex on that page.