stop_words {moranajp} | R Documentation |
Stop words for morphological analysis
Description
Stop words for morphological analysis
Usage
stop_words
Format
A data frame with 310 rows and 1 variable:
- stop_word
-
Stop words can be used with delete_stop_words(). Escaped by stringi::stri_escape_unicode(). Downloaded from http://svn.sourceforge.jp/svnroot/slothlib/CSharp/Version1/SlothLib/NLP/Filter/StopWord/word/Japanese.txt
Examples
data(stop_words)
stop_words |>
unescape_utf()
[Package moranajp version 0.9.7 Index]