-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
64 lines (61 loc) · 1.93 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
project:
type: book
output-dir: docs
resources:
- google4a285867c35ac84f.html
- BingSiteAuth.xml
book:
repo-url: https://github.com/paithiov909/textmining-ja
site-url: https://paithiov909.github.io/textmining-ja
title: "RとMeCabによる日本語テキストマイニングの前処理"
author: "Akiru Kato"
description: |
Rによる自然言語処理・テキスト分析の練習
date: today
cover-image: cover-s.png
cover-image-alt: "RとMeCabによる日本語テキストマイニングの前処理"
image: cover-s.png
favicon: favicon.ico
open-graph:
description: |
gibasaやその他のRパッケージを使って、RMeCabでできるようなテキストマイニングの前処理をより見通しよくおこなうやり方を紹介します
locale: ja
twitter-card:
description: |
gibasaやその他のRパッケージを使って、RMeCabでできるようなテキストマイニングの前処理をより見通しよくおこなうやり方を紹介します
card-style: summary
sharing: [twitter, facebook]
chapters:
- index.qmd
- intro.qmd
- dtm.qmd
- ngram.qmd
- weighting.qmd
- collocation.qmd
- sessioninfo.qmd
appendices:
- misc.qmd
comments:
giscus:
repo: paithiov909/textmining-ja
repo-id: R_kgDOGMY_Ng
category: Announcements
category-id: DIC_kwDOGMY_Ns4Cdg6F
mapping: pathname
reactions-enabled: true
input-position: top
loading: lazy
language: ja
format:
html:
theme:
- cosmo
mainfont: |
-apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
css: [style.css]
code-fold: false
knitr:
opts_chunk:
tidy: "styler"
collapse: true
comment: "#>"