Create a helper library to create a distributed representation for documents #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest 🍁
https://hacktoberfest.digitalocean.com/
help wanted
Extra attention is needed
NLP
Create python script as a helper-library that can convert a document to a distributed representation vector (using word2vec, GloVe, fastext, etc.)
If possible, it can be nice to have different methods implemented to have a good comparison of them.
The functions in the library will receive a string (document as a text) and optional method (algorithm to use) and will output the vector representation of the document, using that method.
The text was updated successfully, but these errors were encountered: