LexPredict / lexpredict-lexnlp

LexNLP by LexPredict
GNU Affero General Public License v3.0
690 stars 175 forks source link

Extract only month or year but not full date #60

Open Arpan03jain opened 2 years ago

Arpan03jain commented 2 years ago

Hi If text containing word like OCTOBER it is converting it into datetime.date(2022, 10, 1) such that it is converting it into current year and current date which I do not want. SO if text is having only month present then it should only return me the month name. How can I achieve this.