使用したコーパスは次の通りで、どれもテキストデータである。
- 『青空文庫全』(2007)DVD 収録作品3約172MB著者数327作品数6,367
- 読売新聞記事データ集1987-2014年約6.5GB
- 自作ウェブコーパス2010年1月構築約100GB
原データと、それをUniDic+MeCabで解析したデータを用いて探索した。青空文庫については、必要な場合、現在公開のxhtmlファイルによりルビも参照している。
#!/usr/bin/python2 | |
##### | |
# | |
# Description | |
# ----------- | |
# | |
# This is an Ansible dynamic inventory script that reads any Ansible hosts file | |
# and transforms it into the JSON data structure. | |
# |
I hereby claim:
To claim this, I am signing this object:
/* jshint node:true */ | |
'use strict'; | |
// Expose `React` as a global, because the ReactIntlMixin assumes it's global. | |
var oldReact = global.React; | |
global.React = require('react'); | |
// Require the lib and add all locale data to `ReactIntl`. This module will be | |
// ignored when bundling for the browser with Browserify/Webpack. | |
var ReactIntl = require('./lib/react-intl'); |
C:\Users\Crazy\Documents\GitHub\php-amqp>nmake | |
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
amqp.c | |
amqp_channel.c | |
amqp_connection.c | |
amqp_envelope.c | |
amqp_exchange.c |