stickeritis / sticker

Succeeded by SyntaxDot: https://github.com/tensordot/syntaxdot
Other
25 stars 2 forks source link

how to use this library? #17

Open infinite-Joy9l opened 5 years ago

infinite-Joy9l commented 5 years ago

I found this library through searching on the internet for different NLP based libraries, so coming here I am not sure how and what does this library achieves. Can you please push an example or some documentation in the library for some help to the users.

danieldk commented 5 years ago

Currently, we primarily use sticker through the sticker-tag and sticker-server utilities and not as a library. It could be used as a library in the future, but some functionality from sticker-utils needs to be moved to sticker proper to do so.

There is currently virtually no documentation, nor any pretrained models. We probably want to wait a few more 0.x iterations before focusing on docs and providing models, since there are still some things that need to be put in place before sticker is ready for general use (training that uses less memory, character convolutions/RNNs, better defaults, etc.).