| read_obt | R Documentation |
A function reading OBT-tagged files
read_obt(file = NA)
file |
character. Path to OBT-tagged file |
A data frame with the following variables:
| sentence | Sentence number |
| index | Token number in sentence |
| token | Raw token, as read by OBT originally |
| lwr | Lowercase raw token |
| lemma | Lemmatized token |
| pos | Part of Speech |
| morph | Morphological tags |
## Not run:
sample_text <- read_obt("./inst/extdata/obt_sample.txt")
head(sample_text)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.