Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSubwordField documentation is absent #599
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Description
It is not clear how (and when) to use
SubwordFieldfrom the documentation. And it is hard to find usage examples. It would be great if someone who used it would add at least a few lines to its doc.For example, if I am using github.com/VKCOM/YouTokenToMe tokenizer - should I create
SubwordFieldorField. And what is the difference between them?