Date Extraction from Text

前端 未结 3 1496
暖寄归人
暖寄归人 2021-01-19 04:54

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

3条回答
  •  旧巷少年郎
    2021-01-19 05:12

    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.

提交回复
热议问题