Description Usage Arguments Value
Get Tokens (pos, lemma etc) from AmCAT
1 2 3 4 5 6 7 8 9 10 11 |
conn |
the connection object from |
project |
id of the project containing the tokens |
articleset |
id of the articleset to get features from. If not specified, specify sentence for 'ad hoc' parsing |
module |
the NLP preprocessing module to get the tokens from |
filters |
Additional filters, ie c(pos1="V", pos1="A") to select only verbs and adjectives |
page_size |
the number of features (articles?) to include per call |
sentence |
a sentence (string) to be parsed if articleset id is not given |
only_cached |
if true, only get tokens that have already been preprocessed (recommended for large corpora!) |
A data frame of tokens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.