dpalmasan / TRUNAJOD2.0

An easy-to-use library to extract indices from texts.
https://trunajod20.readthedocs.io/en/latest/
MIT License
29 stars 7 forks source link

Investigation: Add support for word vectors #25

Open dpalmasan opened 3 years ago

dpalmasan commented 3 years ago

Implementation of this should be generic enough to allow used any other model, for example:

Our representation should allow us to implement metrics such as:

One design idea is having a callable that takes the text and returns de vectors as a numpy array. From the spacy dependency we should already have numpy in our dependencies, so no worries about that.

The, we will need to file issues to implement different metrics.