statsmaths / cleanNLP

R package providing annotators and a normalized data model for natural language processing
GNU Lesser General Public License v2.1
209 stars 36 forks source link

get_combine() function no longer available? #42

Closed fahadshery closed 5 years ago

fahadshery commented 5 years ago

Hi,

Following your tutorial here. I can't seem to get cnlp_get_combine() or get_combine(). is it being removed/deprecated?

thanks Fahad

statsmaths commented 5 years ago

Yes, you should now just use cnlp_get_token with the option combine=TRUE. I realized there was no reason to have a separate function. Thanks for reminding me about those tutorial slides. I'll put on my to-do list updating that with the new function calls.