判明している音素バランス文の元ネタを集めた。
「マルサの女 撮影日記」(伊丹十三)(文藝春秋 1987 年 2 月)(c03、g01 と同一)
| from sklearn import linear_model | |
| import numpy as np | |
| import scipy.stats as stat | |
| class LogisticReg: | |
| """ | |
| Wrapper Class for Logistic Regression which has the usual sklearn instance | |
| in an attribute self.model, and pvalues, z scores and estimated | |
| errors for each coefficient in | |
| # | |
| # CMake configuration for HTSEngine | |
| # | |
| cmake_minimum_required(VERSION 2.6) | |
| # set library version | |
| set(HTS_ENGINE_API_VERSION 1.02) | |
| project(HTSEngine) | |
| aux_source_directory(lib libHTSEngine_source) |
| #!/usr/bin/ruby | |
| require "optparse" | |
| mode = :help | |
| opt = OptionParser.new | |
| opt.on("-a", "Add BOM"){|v| mode = :add} | |
| opt.on("-d", "Delete BOM"){|v| mode = :delete} | |
| opt.parse!(ARGV) |