forked from PolMine/RcppCWB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.71 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(check_corpus)
export(check_cpos)
export(check_id)
export(check_p_attribute)
export(check_pkg_registry_files)
export(check_query)
export(check_region_matrix)
export(check_registry)
export(check_s_attribute)
export(check_strucs)
export(cl_charset_name)
export(cl_delete_corpus)
export(cl_find_corpus)
export(cl_struc_values)
export(corpus_data_dir)
export(corpus_is_loaded)
export(cpos_to_id)
export(cpos_to_lbound)
export(cpos_to_rbound)
export(cpos_to_str)
export(cpos_to_struc)
export(cqp_drop_subcorpus)
export(cqp_dump_subcorpus)
export(cqp_get_registry)
export(cqp_initialize)
export(cqp_is_initialized)
export(cqp_list_corpora)
export(cqp_list_subcorpora)
export(cqp_load_corpus)
export(cqp_query)
export(cqp_reset_registry)
export(cqp_subcorpus_size)
export(cqp_verbosity)
export(cwb_charsets)
export(cwb_compress_rdx)
export(cwb_encode)
export(cwb_huffcode)
export(cwb_makeall)
export(cwb_version)
export(get_cbow_matrix)
export(get_count_vector)
export(get_pkg_registry)
export(get_region_matrix)
export(get_tmp_registry)
export(id_to_cpos)
export(id_to_freq)
export(p_attr)
export(p_attr_default)
export(p_attr_lexicon_size)
export(p_attr_size)
export(ranges_to_cpos)
export(regex_to_id)
export(region_matrix_context)
export(region_matrix_to_count_matrix)
export(region_matrix_to_ids)
export(s_attr)
export(s_attr_is_descendent)
export(s_attr_is_sibling)
export(s_attr_relationship)
export(s_attr_size)
export(s_attribute_decode)
export(str_to_id)
export(struc_to_cpos)
export(struc_to_str)
export(use_tmp_registry)
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp,evalCpp)
importFrom(fs,path)
importFrom(fs,path_expand)
importFrom(utils,capture.output)
useDynLib(RcppCWB, .registration = TRUE)