rshchekotov / whats-this

Text Classification Tool
GNU General Public License v3.0
1 stars 0 forks source link

Text to Vector conversion #1

Closed rshchekotov closed 1 year ago

rshchekotov commented 1 year ago

Create methods to allow 'text-to-vector' conversion based on a dynamically growing dictionary.

(alternative) - compress sentences to isolate the sense of each one

rshchekotov commented 1 year ago

Created the dynamically growing dictionary and vectors in 6fae171. Later, added an IO Interface for the creation of such vectors from different sources in 6650d90.