PolMine/RcppCWB

Avoid unnecessary R wrappers

Closed this issue · 1 comments

C++/Rcpp functions _p_attr_size(), _s_attr_size(), _lexicon_size are exported with different names and have an R wrapper that is not necessary. Remove this overhead on occasion.

Status: I have dropped a set of unnecessary wrappers, but there is still some work that can be done!