yukiisbored / patchouli-x

Search your darlings ✨
ISC License
0 stars 0 forks source link

Add stemming and stop words removal #12

Closed yukiisbored closed 2 days ago

yukiisbored commented 4 days ago

I think we can improve our search by enabling stemming and stop words removal. Both of which are a feature of Orama.

https://docs.askorama.ai/open-source/text-analysis/stemming#stemming https://docs.askorama.ai/open-source/text-analysis/stopwords

The reason why this isn't implemented yet is simply because I couldn't think of a good way to "hack" multilingual support but we'll do that later. Lets just cater to English for now.