Marc Kupietz | dbd431a | 2021-08-29 12:17:45 +0200 | [diff] [blame] | 1 | % 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{ |
| 7 | synsemanticStopwords(...) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{...}{future arguments for language detection} |
| 11 | } |
| 12 | \value{ |
| 13 | Vector of synsemantic stopwords. |
| 14 | } |
| 15 | \description{ |
Marc Kupietz | 67edcb5 | 2021-09-20 21:54:24 +0200 | [diff] [blame] | 16 | \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#experimental}{\figure{lifecycle-experimental.svg}{options: alt='[Experimental]'}}}{\strong{[Experimental]}} |
Marc Kupietz | dbd431a | 2021-08-29 12:17:45 +0200 | [diff] [blame] | 17 | |
| 18 | Preliminary synsemantic stopwords function to be used in collocation analysis. |
| 19 | } |
| 20 | \details{ |
| 21 | Currently only suitable for German. See stopwords package for other languages. |
| 22 | } |
| 23 | \seealso{ |
| 24 | Other 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} |