Skip to content

Instantly share code, notes, and snippets.

View paithiov909's full-sized avatar

Kato Akiru paithiov909

View GitHub Profile
@abicky
abicky / KNB.R
Created June 2, 2013 11:20
KNB corpus parser for R
# Parser for KNB corpus (http://nlp.ist.i.kyoto-u.ac.jp/kuntt/#ga739fe2)
#
# Copyright 2012- Takeshi Arabiki
# License: MIT License (http://opensource.org/licenses/MIT)
#
# Example:
#
# # KNB コーパスを data ディレクトリ下にダウンロードして解凍
# # 返り値は解凍後のファイル名
# dir <- KNB$downloadCorpus("data")