TingNLP

Results 5 issues of TingNLP

In the follow picture, how to explain the red line in the function **split_train_test** thanks ![Snipaste_2020-12-14_15-09-21](https://user-images.githubusercontent.com/54096137/102050834-794d9280-3e1e-11eb-8912-70e4cf27a2b4.png)

Is there any example for **multi-label** when we put label to supervised vectorization? thank you @lispsil

I click anywhere in the orange line and it still trigger the download function. ![image](https://user-images.githubusercontent.com/54096137/189018147-61f54da2-6979-4c2d-ad20-94cb6b40630e.png) how to modify component length? my code as follow: ` download `

Hi, can you release your env. requirements? thanks.

Dear author @crabbly In the example as follow: ``` someJSONdata = [ { name: 'John Doe', email: '[email protected]', phone: '111-111-1111' }, { name: 'Barry Allen', email: '[email protected]', phone: '222-222-2222' },...