diff --git a/docs/404.html b/docs/404.html index 59d2dbf8..09501616 100644 --- a/docs/404.html +++ b/docs/404.html @@ -71,7 +71,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/CONDUCT.html b/docs/CONDUCT.html index 6821122b..913f60c5 100644 --- a/docs/CONDUCT.html +++ b/docs/CONDUCT.html @@ -71,7 +71,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/authors.html b/docs/authors.html index e1f99d5c..e469f54a 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -71,7 +71,7 @@ RcppCWB - 0.3.0 + 0.3.2 @@ -146,6 +146,10 @@

Authors

Jeroen Ooms. Contributor.

+
  • +

    Marius Bertram. Contributor. +

    +
  • diff --git a/docs/index.html b/docs/index.html index 6727389f..795d256b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ RcppCWB - 0.3.0 + 0.3.2 @@ -227,12 +227,12 @@

    Developers

    Dev status

    diff --git a/docs/news/index.html b/docs/news/index.html index b9b021f1..986f4493 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -71,7 +71,7 @@ RcppCWB - 0.3.0 + 0.3.2 @@ -114,12 +114,22 @@

    Changelog

    Source: NEWS.md +
    +

    +RcppCWB 0.3.1 2021-02-03 +

    + +

    -RcppCWB 0.3.0 Unreleased +RcppCWB 0.3.0 2020-07-08

    diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index ee363303..6c69ec6e 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,5 +2,5 @@ pandoc: '2.6' pkgdown: 1.5.1 pkgdown_sha: ~ articles: [] -last_built: 2020-07-08T18:17Z +last_built: 2021-02-04T14:07Z diff --git a/docs/reference/RcppCWB-packge.html b/docs/reference/RcppCWB-packge.html index 5d7705b5..dc1fc956 100644 --- a/docs/reference/RcppCWB-packge.html +++ b/docs/reference/RcppCWB-packge.html @@ -75,7 +75,7 @@ RcppCWB - 0.3.0 + 0.3.2 @@ -232,7 +232,7 @@

    Examp # registry <- if (!check_pkg_registry_files()) use_tmp_registry() else get_pkg_registry() registry <- use_tmp_registry() -print(registry)
    #> [1] "/var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/registry_tmp"
    ids <- cl_cpos2id("REUTERS", cpos = 1:20, p_attribute = "word", registry = registry) +print(registry)
    #> [1] "/var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/registry_tmp"
    ids <- cl_cpos2id("REUTERS", cpos = 1:20, p_attribute = "word", registry = registry) tokens <- cl_id2str("REUTERS", id = ids, p_attribute = "word", registry = registry) print(paste(tokens, collapse = " "))
    #> [1] "Shamrock Corp said that effective today it had cut its contract prices for crude oil by 1.50 dlrs a barrel"
    # To use the corpus query processor (CQP) and its syntax, it is necessary first diff --git a/docs/reference/check_pkg_registry_files.html b/docs/reference/check_pkg_registry_files.html index ffd553ad..237f08e3 100644 --- a/docs/reference/check_pkg_registry_files.html +++ b/docs/reference/check_pkg_registry_files.html @@ -72,7 +72,7 @@ RcppCWB - 0.3.0 + 0.3.2
    diff --git a/docs/reference/checks.html b/docs/reference/checks.html index 08c85afb..8c0f1316 100644 --- a/docs/reference/checks.html +++ b/docs/reference/checks.html @@ -75,7 +75,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cl_attribute_size.html b/docs/reference/cl_attribute_size.html index 295f3151..68c83940 100644 --- a/docs/reference/cl_attribute_size.html +++ b/docs/reference/cl_attribute_size.html @@ -76,7 +76,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cl_charset_name.html b/docs/reference/cl_charset_name.html index d3328617..155f8a1a 100644 --- a/docs/reference/cl_charset_name.html +++ b/docs/reference/cl_charset_name.html @@ -75,7 +75,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cl_delete_corpus.html b/docs/reference/cl_delete_corpus.html index f30a81fe..a21c3b83 100644 --- a/docs/reference/cl_delete_corpus.html +++ b/docs/reference/cl_delete_corpus.html @@ -72,7 +72,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cl_lexicon_size.html b/docs/reference/cl_lexicon_size.html index 89ff7a83..d1876f26 100644 --- a/docs/reference/cl_lexicon_size.html +++ b/docs/reference/cl_lexicon_size.html @@ -74,7 +74,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cqp_initialize.html b/docs/reference/cqp_initialize.html index 798cb46e..9c86cbd3 100644 --- a/docs/reference/cqp_initialize.html +++ b/docs/reference/cqp_initialize.html @@ -76,7 +76,7 @@ RcppCWB - 0.3.0 + 0.3.2 @@ -148,7 +148,7 @@

    Arg

    Examples

    cqp_is_initialized() # check initialization status
    #> [1] TRUE
    if (!cqp_is_initialized()) cqp_initialize() -cqp_is_initialized() # check initialization status (TRUE now?)
    #> [1] TRUE
    cqp_get_registry() # get registry dir used by CQP
    #> [1] "/var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/registry_tmp"
    +cqp_is_initialized() # check initialization status (TRUE now?)
    #> [1] TRUE
    cqp_get_registry() # get registry dir used by CQP
    #> [1] "/var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/registry_tmp"
    registry <- if (!check_pkg_registry_files()) use_tmp_registry() else get_pkg_registry() if (cqp_get_registry() != registry) cqp_reset_registry(registry = registry) cqp_list_corpora() # get list of corpora
    #> [1] "UNGA" "REUTERS"
    diff --git a/docs/reference/cqp_list_corpora.html b/docs/reference/cqp_list_corpora.html index 866862a9..419c3a25 100644 --- a/docs/reference/cqp_list_corpora.html +++ b/docs/reference/cqp_list_corpora.html @@ -73,7 +73,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cqp_query.html b/docs/reference/cqp_query.html index f296ef33..3410fd71 100644 --- a/docs/reference/cqp_query.html +++ b/docs/reference/cqp_query.html @@ -74,7 +74,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/cwb_utils.html b/docs/reference/cwb_utils.html index df8fe85c..89acc14d 100644 --- a/docs/reference/cwb_utils.html +++ b/docs/reference/cwb_utils.html @@ -75,7 +75,7 @@ RcppCWB - 0.3.0 + 0.3.2 @@ -188,7 +188,7 @@

    Examp # perform cwb_makeall (equivalent to cwb-makeall command line utility) cwb_makeall(corpus = "UNGA", p_attribute = "word", registry = tmp_regdir)
    #> === Makeall: processing corpus UNGA === -#> Registry directory: /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/registry +#> Registry directory: /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/registry #> ATTRIBUTE word #> + creating LEXSRT ... OK #> - lexicon OK @@ -214,13 +214,13 @@

    Examp cwb_huffcode(corpus = "UNGA", p_attribute = "word", registry = tmp_regdir) } cwb_compress_rdx(corpus = "UNGA", p_attribute = "word", registry = tmp_regdir)

    #> COMPRESSING INDEX of UNGA.word -#> - writing compressed index to /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/indexed_corpora/unga/word.crc -#> - writing compressed index offsets to /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/indexed_corpora/unga/word.crx +#> - writing compressed index to /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/indexed_corpora/unga/word.crc +#> - writing compressed index offsets to /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/indexed_corpora/unga/word.crx #> VALIDATING UNGA.word -#> - reading compressed index from /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/indexed_corpora/unga/word.crc -#> - reading compressed index offsets from /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/indexed_corpora/unga/word.crx -#> !! You can delete the file </var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/indexed_corpora/unga/word.corpus.rev> now. -#> !! You can delete the file </var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//Rtmpp10nX2/indexed_corpora/unga/word.corpus.rdx> now.
    #> [1] 0
    +#> - reading compressed index from /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/indexed_corpora/unga/word.crc +#> - reading compressed index offsets from /var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/indexed_corpora/unga/word.crx +#> !! You can delete the file </var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/indexed_corpora/unga/word.corpus.rev> now. +#> !! You can delete the file </var/folders/m_/431fjnbs1t32_62d35wvs7pr0000gp/T//RtmpWoNUG4/indexed_corpora/unga/word.corpus.rdx> now.
    #> [1] 0
    diff --git a/docs/reference/get_count_vector.html b/docs/reference/get_count_vector.html index 1be44a25..e1a1ced9 100644 --- a/docs/reference/get_count_vector.html +++ b/docs/reference/get_count_vector.html @@ -74,7 +74,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/get_pkg_registry.html b/docs/reference/get_pkg_registry.html index 31e69996..8a27d37d 100644 --- a/docs/reference/get_pkg_registry.html +++ b/docs/reference/get_pkg_registry.html @@ -72,7 +72,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/get_region_matrix.html b/docs/reference/get_region_matrix.html index 242858c2..5fbda304 100644 --- a/docs/reference/get_region_matrix.html +++ b/docs/reference/get_region_matrix.html @@ -73,7 +73,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/ids_to_count_matrix.html b/docs/reference/ids_to_count_matrix.html index 03636f43..b4c94280 100644 --- a/docs/reference/ids_to_count_matrix.html +++ b/docs/reference/ids_to_count_matrix.html @@ -74,7 +74,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/index.html b/docs/reference/index.html index 4ab09cae..1d904e3b 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -71,7 +71,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/p_attributes.html b/docs/reference/p_attributes.html index e0eda661..62710818 100644 --- a/docs/reference/p_attributes.html +++ b/docs/reference/p_attributes.html @@ -76,7 +76,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/region_matrix_ops.html b/docs/reference/region_matrix_ops.html index 20d5c140..424a1e7a 100644 --- a/docs/reference/region_matrix_ops.html +++ b/docs/reference/region_matrix_ops.html @@ -72,7 +72,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/s_attribute_decode.html b/docs/reference/s_attribute_decode.html index c2c0d4f0..f91dda57 100644 --- a/docs/reference/s_attribute_decode.html +++ b/docs/reference/s_attribute_decode.html @@ -73,7 +73,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/s_attributes.html b/docs/reference/s_attributes.html index b046a6e8..75934804 100644 --- a/docs/reference/s_attributes.html +++ b/docs/reference/s_attributes.html @@ -77,7 +77,7 @@ RcppCWB - 0.3.0 + 0.3.2 diff --git a/docs/reference/tmp_registry.html b/docs/reference/tmp_registry.html index 86431434..d2f967d6 100644 --- a/docs/reference/tmp_registry.html +++ b/docs/reference/tmp_registry.html @@ -73,7 +73,7 @@ RcppCWB - 0.3.0 + 0.3.2