bnosac / udpipe

R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
https://bnosac.github.io/udpipe/en
Mozilla Public License 2.0
209 stars 33 forks source link

How to use udpipe to replace features/tokens with lemma or POS #6

Closed jansenjoost closed 6 years ago

jansenjoost commented 6 years ago

Could you provide me with a lemmatization example in which you show how to replace features/tokens in my corpus of texts with lemma or POS which can be converted into a document feature matrix.

jwijffels commented 6 years ago

Have you looked at the documentation of ?document_term_matrix in the udpipe package. It exactly does that.

jansenjoost commented 6 years ago

Thanks for your answer. I’m sorry, but I cannot find that function anywhere in the documentation.

Op 19 okt. 2017, om 13:01 heeft jwijffels notifications@github.com<mailto:notifications@github.com> het volgende geschreven:

Have you looked at the documentation of ?document_term_matrix in the udpipe package. It exactly does that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bnosac/udpipe/issues/6#issuecomment-337874145, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbNJxw937EjfK_RT9Sykiad8icE3otoxks5styvygaJpZM4P9m-W.

jwijffels commented 6 years ago

You need to install the latest version from github, not from cran