blob: 54b82ad4af0e1926ee04d89e7fa32725220da516 [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{
16\Sexpr[results=rd, stage=render]{lifecycle::badge("experimental")}
17
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}