vi3k6i5 / flashtext

Extract Keywords from sentence or Replace keywords in sentences.
MIT License
5.57k stars 599 forks source link

Is it possible to do like match of words? #89

Closed nh111 closed 4 years ago

nh111 commented 5 years ago

Is it possible to do like match of words?

Case 1 : Starts with keyword Case 2 : Ends with Keyword Case 3 : Contains keyword

Thanks in Advance.

thakur-nandan commented 4 years ago

@nh111,

I would suggest using Regex for these tasks, and partial matching cannot be done with Flashtext.

Kind Regards, Nandan Thakur

nh111 commented 4 years ago

Thanks for your reply

jiangweiatgithub commented 2 years ago

How about adding a feature like "keyword_processor.add_word_boundary('o')", sot that micro and soft woud match microsoft?