著者
横山 香
出版者
奈良大学
雑誌
奈良大学紀要 (ISSN:03892204)
巻号頁・発行日
no.46, pp.97-113, 2018-03

Frauenkrimiは、「女性による、女性についての、女性のための」推理小説と言われ、1990年代前後に女性作家の推理小説がドイツ語圏で流行した際にこの用語が定着したとされるが、その概念の定義は簡単ではない。ドイツのヴィースバーデン市が2000年から5年にわたり女性の作家に与えた賞「女性推理作家賞」 ("FrauenKrimiPreis") は、Frauenkrimiの概念とその褒賞の是非について、激しい議論を引き起こすことになった。この議論を整理すると、とくに女性作家が推理小説ジャンルにおける制度的なジェンダーの不均衡を感じているということ、Frauenkrimi が相反する傾向―フェミニズム的か、女性向けの通俗的なものか―で捉えられていることが明らかになった。本稿では Ingrid Noll と Charlotte Link という、現代のドイツを代表する Frauenkrimi の作家の作品を取り上げ、テクストそのもの傾向ではなく、その読まれ方と、そこで生み出される文化的意味が重要であることを指摘した。
著者
平安 隆雄
出版者
木更津工業高等専門学校
雑誌
木更津工業高等専門学校紀要 (ISSN:02857901)
巻号頁・発行日
no.30, pp.53-70, 1997

Toward the end of the Pacific War, Japanese Navy built 189 escort vessels. These escorts engaged in guarding the merchant marines which sailed from oversea territories against US submarine attacks. Almost all escorts were lost during the war, but out of all Japanese imperial vessels only SHIGA still survives at Chiba City. SHIGA, changed her duty and her name to KOJIMA, had taken the role as a community center until 1993. Now it is said that she is going to be scrapped.
著者
中林 隆明
出版者
東洋英和女学院大学
雑誌
人文・社会科学論集 (ISSN:09157794)
巻号頁・発行日
vol.25, pp.141-153, 2008-03

The National Diet Library has legal deposit of all kinds of published materials, including publications printed by government and local public entities and other publishers. This function is based on the National Diet Library act (Law no. 5, Feb. 9, 1948. Amendment, Law no. 194, June 6, 1949). However, the stability of these activities has entailed much effort, because of the unhappy history of censorship in the era of the World War Г. In this paper, the writer focused on the National Diet Library's activities to build up the legal deposit library, acquiring the effective cooperation of influential publishers. Frankly speaking, it was Yamashita Nobutsune, Section Chief (1949-54) and Division Chief (1959-66) of Acquisitions who stood in the center of these activities.
著者
岡野原 大輔 辻井 潤一
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告自然言語処理(NL) (ISSN:09196072)
巻号頁・発行日
vol.2008, no.90, pp.59-64, 2008-09-17

本稿では,全ての部分文字列が素性として利用される文書分類モデル,及びその効率的な学習,推定手法を提案する.文書分類に有効な部分文字列は,単語と異なる場合や,署名やテンプレートなど,非常に長くなる場合が少なくない.しかし,部分文字列の種類数は文書長の二乗に比例するため,それらを素性として直接用いて学習することは,計算量的に困難だった.本稿では,テキスト長に比例する個数のみ存在する極大部分文字列に関する統計量を扱うことで,有効な部分文字列を漏れなく求めることができることを示す.また,拡張接尾辞配列を用いることで,これらを効率的に列挙可能であり,全文書長に比例した時間で学習可能であることを示す.さらに L1 正則化を適用することで,コンパクトな学習結果が得られ,高速な推定が可能であることを示す.このモデルは,形態素解析結果や TF/IDF などの統計量と組み合わせられることを示し,従来の単語ベースの Bag of Words 表現と比較し,精度が向上することを示す.This paper presents a novel document classification method using all substrings as features. Although an effective substring for a document classification task is often different from tokenized words, the number of all candidate substrings is the quadratic of the length of a document, and a learning using all these substrings as features requires a prohibitive computational cost. We show that all effective substrings can be computed exhaustively by checking only maximal substrings, which can be enumerated in linear time by using enhanced suffix arrays. Moreover, we use L1 regularization to obtain a compact learning result, which makes an inference efficient. We show that many prior weights (tf, idf, other tokenized result) can be included in this method naturally. In experiments, we show that our model can extract effective substrings, and more accurate than that of word-base BOW representation.
著者
泉 信人 伊藤貴康
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌 (ISSN:18827764)
巻号頁・発行日
vol.40, no.9, pp.3510-3523, 1999-09-15
参考文献数
8
被引用文献数
2

ISLISPはLisp言語のISO標準言語である. ISLISPのインタプリ夕とコンパイラを試作し TISLと名付けた. TISLシステムとそのベンチマークプログラムによる評価結果について報告する. ISLISPはScheme並みにコンパクトなCommon Lisp系の言語でオブジェクト指向機能を備えている. TISLインタプリ夕は入力されたプログラムを評価形式ごとに一度中間コードに変換しながら解釈実行を行う. TISLコンパイラは中間コードをC言語のプログラムに変換し インタプリ夕よりも高速に動作する1つの実行ファイルを作成するために使用される. また TISL処理系全体がC言語で記述されており パソコンやワークステーションへの移植性にも優れている. ISLISPインタプリ夕としてはOpenLispが存在するが TISLインタプリ夕はOpenLispよりも1.3?3.3倍高速であり TISLコンパイラはTISLインタプリ夕よりも1.0?5.5倍高速である.ISLISP is the ISO standard Lisp language. We implemented its interpreter and compiler, called the TISL system. In this paper, after explaining an outline of the TISL system, we report its experimental results, using Gabriel benchmark programs. The TISL system is implemented in the C language so as to allow TISL portable for various PCs and workstations. The TISL interpreter first transforms a form into intermediate codes, and the resultant intermediate codes will be actually interpreted and executed. The TISL compiler is realized as a compiling function that can be invoked under the interpreter and it compiles intermediate codes into C programs. For efficient implementations of object-oriented features of ISLisp we introduce "type inference" in implementing generic functions. Compared to OpenLisp (an ISLISP interpreter), the TISL interpreter is 1.3縲鰀3.3 times faster than OpenLisp and the TISL compiler is 1.O縲鰀5.5 times faster than the TISL interpreter.
著者
稲垣 伸一
出版者
山梨英和大学
雑誌
山梨英和短期大学紀要 (ISSN:02862360)
巻号頁・発行日
vol.35, pp.98-82, 2001-02-28

1840年代のアメリカ合衆国では、フランスの社会改革思想家シャルル・フーリエの思想が輸入され、ファランクスと呼ばれる実験的共同社会が各地で形成された。また1848年フォックス姉妹によりラッピングと呼ばれる霊との交信が報告されて以来、スピリチュアリズムと呼ばれる思想が流行した。この二つは奴隷制廃止や初期のフェミニズム思想など社会改革思想を共有し、まだ現代的意味における「科学」という概念が確立されていなかった当時、現代的意味での科学と疑似科学による経験的実証主義をもってそれら改革思想の正当性を主張した結果、互いが関連しあいながら19世紀半ばのアメリカにおける社会改革運動の一翼を担ったと考えられる。一方、ナサニエル・ホーソンの小説The House of the Seven Gablesでは、こうした社会改革運動の特徴を反映して、複数の登場人物により「科学的」改革思想のレトリックが反復される。本稿では,科学的言説と結びついた改革思想を作品より抽出し、フーリエ主義とスピリチュアリズムが協調して提示した理想の社会実現に向けての展望をこの作品から考察していく。
著者
中島 智子
出版者
プール学院大学
雑誌
プール学院大学研究紀要 (ISSN:13426028)
巻号頁・発行日
vol.44, pp.117-132, 2004-12

In Japan, ethnic/international schools are placed separately to the public education system. However, these days the number of students who share more diverse cultures and backgrounds are increasing. It is, therefore, a natural step to incorporate these schools into the system, or at least create closer linkages between them and public schools. In this paper, a tentative approach of how ethnic/international schools should be placed in the public education system in Japan is presented. This paper presents a tentative approach to establishing firm links with ethnic/international schools and placing them within the Japanese public educational system under the guise of private schools. The characteristics and conditions of both private schools and schools supported by public funds are considered by example of such a school in the United Kingdom. In addition the case of a private Kenkoku school that has been given accreditation as a fomal school is examined.
著者
津村 眞輝子
出版者
The Society for Near Eastern Studies in Japan
雑誌
オリエント (ISSN:00305219)
巻号頁・発行日
vol.49, no.2, pp.40-69, 2006

This article discusses the meaning of the "score mark" left on the Sasanian and Arab-Sasanian silver coins discovered in 1959 at Wuqia in the Xinjiang-Uygur Autonomous Region of northwest China.<br>The Wuqia hoard was studied by Chinese and Japanese researchers, including the present author, and the results were published in 2003. The hoard consists of 918 Sasanian and Arab-Sasanian silver drachms with dates between A. D. 588 and 679.<br>During our study of those coins, a number of discoveries were made. One of them was the presence of "score marks" in the margin of 84 coins. By comparing the "score marks" with other characteristics of the coins, the mark was determined to be related to the "countermark". A "countermark" is a stamp or mark impressed on a coin to verify its use by another government, or to indicate revaluation. Similar sets of "score marks" and "countermarks" also appear on other Sasanian silver coins stored in private and public collections.<br>Thus, the author concludes that the "score mark" was probably used to test the quality of the silver before striking a specific "countermark".
著者
山下 宏明 Yamashita Hiroaki
出版者
名古屋大学人文学研究科
雑誌
名古屋大学人文学研究論集 (ISSN:2433233X)
巻号頁・発行日
vol.1, pp.473-492, 2018-03-31

We have trided to find when and who edited "Taiheiki". But this time I have devided Taiheiki into three parts, the first of which was edited depending on "Heike Talese". But narratologicaly speaking , it is a kind of rewrite of "Heikemonogatari". I have been reading "Taikeiki" as a tale. This paper depends on Narratology.