Skip to content

Instantly share code, notes, and snippets.

コーパスでの出現状況

使用したコーパスは次の通りで、どれもテキストデータである。

  • 『青空文庫全』(2007)DVD 収録作品3約172MB著者数327作品数6,367
  • 読売新聞記事データ集1987-2014年約6.5GB
  • 自作ウェブコーパス2010年1月構築約100GB

原データと、それをUniDic+MeCabで解析したデータを用いて探索した。青空文庫については、必要な場合、現在公開のxhtmlファイルによりルビも参照している。

@narkq
narkq / hostsfile.py
Last active February 13, 2019 15:52 — forked from jtyr/hostsfile.py
Ansible dynamic inventory script that reads any Ansible hosts file and transforms it into the JSON data structure.
#!/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.
#

Keybase proof

I hereby claim:

  • I am narkq on github.
  • I am narkq (https://keybase.io/narkq) on keybase.
  • I have a public key ASAsJUpuhiYhgoYqONn0qPIEbGut65bmEf9i44sM1VouRAo

To claim this, I am signing this object:

@narkq
narkq / out.txt
Created October 12, 2012 07:12
php-amqp nmake output
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
/* 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');