Description Usage Arguments Value See Also Examples
Creating a page corpus
1 | corpus_page_create(method, x, limit = "max", domain = "fr")
|
method |
The method employed to create the corpus.
|
x |
The pointer of the method. |
limit |
If not 'max', then an integer giving the length of the corpus. Useless for random method. |
domain |
The domain where the wiki is located |
A character vector.
corpus_contrib_create
for contributors corpus, corpus_page_data
to put data into the corpus you made with this function
Other corpus functions: corpus_contrib_create
,
corpus_contrib_data
,
corpus_contrib_select
,
corpus_page_data
1 2 | # Creating a page corpus formed by 3 random selected page
corpus_page_create('random',3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.