Description Usage Arguments Examples
This uses udpipe to tag the text. It then compresses all of the text so you have continuous POS tagging or the whole text. The udpipe package has to be pre downloaded to run this.
1 | POS_Extract(POS_seq, columnPOS, columnSentence)
|
POS_seq |
The POS tag sequence to extract |
columnPOS |
The column with the POS tags |
columnSentence |
The column with the sentence |
1 2 3 | #Has to be after POS extraction is done
#mylist<-POS_Extract("NOUN;ADJ;NOUN",MergedUp$upos,MergedUp$sentence)
#MergedUp$Extr<-mylist
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.