From 1e96e1a078a21330fd50711ff1f816f9ce15b856 Mon Sep 17 00:00:00 2001 From: Oscar Kjell Date: Sat, 28 Dec 2024 07:45:01 +0100 Subject: [PATCH] adding overview title --- README.Rmd | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index b281b5ad..53bd73ff 100644 --- a/README.Rmd +++ b/README.Rmd @@ -27,7 +27,7 @@ knitr::opts_chunk$set( - +## Overview An R-package for analyzing natural language with transformers-based large language models. The `text` package is part of the *R Language Analysis Suite*, including `talk`, `text` and `topics`. + [`talk`](https://www.r-talk.org/) transforms voice recordings into text, audio features, or embeddings.
diff --git a/README.md b/README.md index c7e99c6f..db95c35f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Downloads](https://cranlogs.r-pkg.org/badges/grand-total/text)](https://CRAN.R-p +## Overview + An R-package for analyzing natural language with transformers-based large language models. The `text` package is part of the *R Language Analysis Suite*, including `talk`, `text` and `topics`.