nkthiebaut / zeugma

📝Natural language processing (NLP) utils: word embeddings (Word2Vec, GloVe, FastText, ...) and preprocessing transformers, compatible with scikit-learn Pipelines. 🛠
MIT License
60 stars 4 forks source link

Is there documentation? #1

Closed JesseTG closed 6 years ago

JesseTG commented 6 years ago

I'm playing around with different word-embedding loaders. Is there documentation available for this one?

nkthiebaut commented 6 years ago

Hello Jesse,

I haven't generated the documentation yet but I plan to do it in the coming weeks. In the meantime please tell me if you have any specific question.

Nicolas

JesseTG commented 6 years ago

No specific question as of yet, I just wanted to be able to thumb through something before trying it out. Thank you, though.

nkthiebaut commented 6 years ago

Hey Jesse, just wanted to let you know that I've created a documentation (https://zeugma.readthedocs.io/). I still have to improve it but I'll add details and examples on a regular basis.