Learn R Programming

cleanNLP (version 3.1.0)

A Tidy Data Model for Natural Language Processing

Description

Provides a set of fast tools for converting a textual corpus into a set of normalized tables. Users may make use of the 'udpipe' back end with no external dependencies, or a Python back ends with 'spaCy' . Exposed annotation tasks include tokenization, part of speech tagging, named entity recognition, and dependency parsing.

Copy Link

Version

Install

install.packages('cleanNLP')

Monthly Downloads

480

Version

3.1.0

License

LGPL-2

Maintainer

Last Published

May 20th, 2024

Functions in cleanNLP (3.1.0)

cnlp_utils_tfidf

Construct the TF-IDF Matrix from Annotation or Data Frame
cnlp_annotate

Run the annotation pipeline on a set of documents
cnlp_init_udpipe

Interface for initializing the udpipe backend
un

Universal Declaration of Human Rights
cnlp_utils_pca

Compute Principal Components and store as a Data Frame
cnlp_download_spacy

Download model files needed for spacy
cleanNLP-package

cleanNLP: A Tidy Data Model for Natural Language Processing
cnlp_init_stringi

Interface for initializing the standard R backend
cnlp_init_spacy

Interface for initializing the spacy backend
word_frequency

Most frequent English words