| as_conllu | Convert a data.frame to CONLL-U format |
| as_cooccurrence | Convert a matrix to a co-occurrence data.frame |
| as.data.frame.udpipe_connlu | Convert the result of udpipe_annotate to a tidy data frame |
| as_fasttext | Combine labels and text as used in fasttext |
| as.matrix.cooccurrence | Convert the result of cooccurrence to a sparse matrix |
| as_phrasemachine | Convert Parts of Speech tags to one-letter tags which can be... |
| as_word2vec | Convert a matrix of word vectors to word2vec format |
| brussels_listings | Brussels AirBnB address locations available at... |
| brussels_reviews | Reviews of AirBnB customers on Brussels address locations... |
| brussels_reviews_anno | Reviews of the AirBnB customers which are tokenised, POS... |
| brussels_reviews_w2v_embeddings_lemma_nl | An example matrix of word embeddings |
| cbind_dependencies | Add the dependency parsing information to an annotated... |
| cbind_morphological | Add morphological features to an annotated dataset |
| cooccurrence | Create a cooccurence data.frame |
| document_term_frequencies | Aggregate a data.frame to the document/term level by... |
| document_term_frequencies_statistics | Add Term Frequency, Inverse Document Frequency and Okapi BM25... |
| document_term_matrix | Create a document/term matrix |
| dtm_align | Reorder a Document-Term-Matrix alongside a vector or... |
| dtm_bind | Combine 2 document term matrices either by rows or by columns |
| dtm_chisq | Compare term usage across 2 document groups using the... |
| dtm_colsums | Column sums and Row sums for document term matrices |
| dtm_conform | Make sure a document term matrix has exactly the specified... |
| dtm_cor | Pearson Correlation for Sparse Matrices |
| dtm_remove_lowfreq | Remove terms occurring with low frequency from a... |
| dtm_remove_sparseterms | Remove terms with high sparsity from a Document-Term-Matrix |
| dtm_remove_terms | Remove terms from a Document-Term-Matrix and keep only... |
| dtm_remove_tfidf | Remove terms from a Document-Term-Matrix and documents with... |
| dtm_reverse | Inverse operation of the document_term_matrix function |
| dtm_sample | Random samples and permutations from a Document-Term-Matrix |
| dtm_svd_similarity | Semantic Similarity to a Singular Value Decomposition |
| dtm_tfidf | Term Frequency - Inverse Document Frequency calculation |
| keywords_collocation | Extract collocations - a sequence of terms which follow each... |
| keywords_phrases | Extract phrases - a sequence of terms which follow each other... |
| keywords_rake | Keyword identification using Rapid Automatic Keyword... |
| paste.data.frame | Concatenate text of each group of data together |
| predict.LDA | Predict method for an object of class LDA_VEM or class... |
| strsplit.data.frame | Obtain a tokenised data frame by splitting text alongside a... |
| syntaxpatterns | Experimental and undocumented querying of syntax patterns |
| syntaxrelation | Experimental and undocumented querying of syntax... |
| txt_collapse | Collapse a character vector while removing missing data. |
| txt_contains | Check if text contains a certain pattern |
| txt_context | Based on a vector with a word sequence, get n-grams (looking... |
| txt_count | Count the number of times a pattern is occurring in text |
| txt_freq | Frequency statistics of elements in a vector |
| txt_grepl | Look up a multiple patterns and indicate their presence in... |
| txt_highlight | Highlight words in a character vector |
| txt_next | Get the n-th next element of a vector |
| txt_nextgram | Based on a vector with a word sequence, get n-grams (looking... |
| txt_overlap | Get the overlap between 2 vectors |
| txt_paste | Concatenate strings with options how to handle missing data |
| txt_previous | Get the n-th previous element of a vector |
| txt_previousgram | Based on a vector with a word sequence, get n-grams (looking... |
| txt_recode | Recode text to other categories |
| txt_recode_ngram | Recode words with compound multi-word expressions |
| txt_sample | Boilerplate function to sample one element from a vector. |
| txt_sentiment | Perform dictionary-based sentiment analysis on a tokenised... |
| txt_show | Boilerplate function to cat only 1 element of a character... |
| txt_tagsequence | Identify a contiguous sequence of tags as 1 being entity |
| udpipe | Tokenising, Lemmatising, Tagging and Dependency Parsing of... |
| udpipe_accuracy | Evaluate the accuracy of your UDPipe model on holdout data |
| udpipe_annotate | Tokenising, Lemmatising, Tagging and Dependency Parsing... |
| udpipe_annotation_params | List with training options set by the UDPipe community when... |
| udpipe_download_model | Download an UDPipe model provided by the UDPipe community for... |
| udpipe_load_model | Load an UDPipe model |
| udpipe_read_conllu | Read in a CONLL-U file as a data.frame |
| udpipe_train | Train a UDPipe model |
| unique_identifier | Create a unique identifier for each combination of fields in... |
| unlist_tokens | Create a data.frame from a list of tokens |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.