Gologle / gologle

MIT License
0 stars 0 forks source link

Add a probabilistic model for information retrieval #25

Open PhantomJoker07 opened 2 years ago

PhantomJoker07 commented 2 years ago

The currently implemented method for information retrieval (using a vectorial model) is too slow and consumes a lot of memory when processing a large number of documents. Faster, albeit less precise aproach is needed. A kind of probabilistic model could be implemented to solve this.