char_tokenizer | Returns vector of tokens, tokenized by character |
cvc | Function returns TRUE if and only if there is a sequence of... |
d | Function returns TRUE if and only if there is a double... |
filt | filt combinator which returns filtered vector by predicate |
filt_not | filt_not combinator which returns filtered vector by reversed... |
flatMap | flatMap combinator |
flatten | flatten converts list of vectors to vector |
functor | Returns functor for 'map'-like applying |
grapes-all-grapes | all combinator which returns TRUE if all elements has TRUE... |
grapes-any-grapes | any combinator which returns TRUE if any element has TRUE... |
grapes-filt-grapes | filt combinator which returns filtered vector by predicate... |
grapes-filt_not-grapes | filt_not combinator which returns filtered vector by reversed... |
grapes-flatMap-grapes | flatMap combinator (infix version) |
grapes-has-grapes | has operator to check if vector contains element |
grapes-head_while-grapes | head_while combinator which returns head elements while... |
grapes-if-grapes | if combinator which returns filtered vector by predicate as... |
grapes-if_not-grapes | if_not combinator which returns filtered vector by reversed... |
grapes-invoke_map-grapes | invoke_map combinator which apply each function to each... |
grapes-map-grapes | map combinator (infix version) |
grapes-mapN-grapes | mapN combinator (apply map for each subvector) (infix... |
grapes-tail_while-grapes | tail_while combinator which returns tail elements while... |
h1 | Function that returns a logical vector of TRUE/FALSE... |
head_while | head_while combinator which returns head elements while... |
identity | identity function which returns element itselves |
invoke_map | invoke_map combinator which apply each function to each... |
lambda_to_func | Converts special defined lambda expression format to R... |
m | Function for returning the interger value of m |
map | map combinator |
mapN | mapN combinator (apply map for each elements of subvectors... |
nGramm | Returns n-gramms for given vector of some elements |
OR | Helper function to OR boolean vector |
PorterStemmer.en | Returns stemmed word |
PorterStemmer.ru | Returns stemmed word |
space_tokenizer | Returns vector of tokens, tokenization by space |
splitstring | Split string helper function |
symbolNGramm | Returns n-gramms of characters for given input string |
tail_while | tail_while combinator which returns tail elements while... |
v | Function returns TRUE if and only if there is a vowel in the... |
wordNGramm | Returns n-gramms of words for given input string |
word_tokenizer | Returns vector of tokens, tokenized by word |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.