blob: 560e53f01202b0e46297aef372bba2430d986a0d [file] [log] [blame]
Marc Kupietzdbd431a2021-08-29 12:17:45 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/collocationAnalysis.R
3\name{synsemanticStopwords}
4\alias{synsemanticStopwords}
5\title{Preliminary synsemantic stopwords function}
6\usage{
7synsemanticStopwords(...)
8}
9\arguments{
10\item{...}{future arguments for language detection}
11}
12\value{
13Vector of synsemantic stopwords.
14}
15\description{
Marc Kupietz67edcb52021-09-20 21:54:24 +020016\ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#experimental}{\figure{lifecycle-experimental.svg}{options: alt='[Experimental]'}}}{\strong{[Experimental]}}
Marc Kupietzdbd431a2021-08-29 12:17:45 +020017
18Preliminary synsemantic stopwords function to be used in collocation analysis.
19}
20\details{
21Currently only suitable for German. See stopwords package for other languages.
22}
23\seealso{
24Other collocation analysis functions:
25\code{\link{association-score-functions}},
26\code{\link{collocationAnalysis,KorAPConnection-method}},
27\code{\link{collocationScoreQuery,KorAPConnection-method}}
28}
29\concept{collocation analysis functions}