-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
59 lines (56 loc) · 1.22 KB
/
_pkgdown.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
pandoc: '2.8'
pkgdown: 2.0.2
pkgdown_sha: ~
title: bitNLP
template:
params:
bootswatch: cerulean
reference:
- title: Tools for Text Analytics
desc: Tools that support "Natural Language Processing" for text analytics.
contents:
- bitNLP-package
- subtitle: 텍스트 데이터 전처리 기능
contents:
- starts_with("filter")
- starts_with("replace")
- starts_with("concat")
- starts_with("split")
- starts_with("remove")
- ends_with("meta")
- ends_with("spacing")
- ends_with("ngrams")
- starts_with("collapse")
- subtitle: 텍스트 데이터 탐색 기능
contents:
- explore_docs
- subtitle: 형태소분석 기능
contents:
- install_mecab_ko
- regist_mecab_ko
- morpho_mecab
- subtitle: 감성분석 기능
contents:
- get_opinion
- get_polarity
- subtitle: 공동발생 분석
contents:
- collocate
- coll_scores
- subtitle: 기타 텍스트 처리 기능
contents:
- has_final_consonant
- subtitle: 텍스트 데이터
contents:
- buzz
- rest_area
- president_speech
- starts_with("movie_ratings")
- polarity
- sentiment_dic
- subtitle: 형태소분석기 사전 관리
contents:
- add_sysdic
- edit_termcost
- get_plan_cost
- contains("userdic")