# Header
# Filename: rtex.R
# Description: This package is a toolbox for Text Clustering and Topic Modelling
# Version History:
# 1.0.0 (19 January 2016) - Initial Issue
# 1.2.0 (05 October 2016) - File tmtools.R added. Version 2.0
# 1.3.0 (05 October 2016) - textminer changed to version 3.2.0
# 1.4.1 (01 March 2018) - textminer changed to version 3.3.1
# 1.5.0 (14 March 2018) - textminer changed to version 3.4.0
# 1.5.3 (08 March 2022) - textminer changed to version 3.4.3
#' rtex
#'
#' This package is a tool-box for text mining.
#'
#' This package helps you see the most frequented words in a word cloud and observe text documents as vectors in a multi-dimensional space.
#' @author Nima Ramezani
#'
#' @section Class TextMiner:
#' rtex provides a Reference class named as TextMiner.
#' This package supports the latest techniques of text mining and sentiment analysis.
#' It also supports various visualizations for presentation.
#'
#' @docType package
#' @name rtex
#'
#' @import gener
#' @include textminer.R
#' @include tmtools.R
NULL
#> NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.