AmenRa / retriv

A Python Search Engine for Humans 🥸
MIT License
174 stars 20 forks source link

[Feature Request] Include some TfidfVectorizer args #5

Closed celsofranssa closed 1 year ago

celsofranssa commented 1 year ago

Would it be beneficial to include some TfidfVectorizer args such as ngram_range and max_features?

AmenRa commented 1 year ago

Honestly, I don't know. I will consider exposing those args in the future.