Microsoft PowerPoint SemanticAnalysis.ppt

Size: px
Start display at page:

Download "Microsoft PowerPoint SemanticAnalysis.ppt"

Transcription

1 [ 言語情報科学論 A] Semantic Analysis (J&M 1st Chap.15) 2007 年 07 月 09 日 言語情報科学講座林良彦教授 Text: Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1 st edition (Prentice Hall, 2000) & 2 nd edition, Copyright 2007, Yoshihiko Hayashi, Osaka University 1

2 Introduction semantic analysis: linguistic input に対して, Chap.14 で検討したような meaning representation を与える処理 syntax-driven semantic analysis: 15.1~15.4 Frege's principle of compositionality (compositional semantics): 文の意味はその構成要素の意味を組み合わせることによって構成される robust semantic analysis: 15.5 semantic grammars: 対象のドメインに存在する実体 (entity), 関係 (relation) を反映した形で, 文法 意味規則を作る information extraction: FST の cascade 接続で統語的な解析を行い, その結果を用いて, 抽出したい情報のテンプレートを埋める : Fig.15.7 (p.579) Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 2

3 Syntax-Driven Semantic Analysis (15.1) pipeline 的な処理フロー : Fig.15.1 (p.547) (15.1) AyCaramba serves meat. 構文木と意味表現はこうなるべき : Fig.15.2 (p.548) Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) syntax-directed approach 構文木を作り上げるために有限の文法ルールと語彙エントリを用いる. これに意味構造を構成する規則を付加する (semantic attachment) Copyright 2007, Yoshihiko Hayashi, Osaka University 3

4 Semantic Augmentations to CFG Rules 一般形 : semantic attachment の導入 A α1... αn {f(αj.sem,..., αk.sem)} A.sem lexical rules: FOPC 定数を導入する ProperNoun AyCaramba {AyCaramba} MassNoun meat {Meat} grammar rules: 子ノードの意味から親ノードの意味を構成する non-branching rules: 単純にコピーする NP ProperNoun {ProperNoun.sem} NP MassNoun {MassNoun.sem} event の導入 (verb; serve) Verb serves { e,x,yisa(e,serving) Server(e,x) Served(e,y)} VP の解析が終わったときは, e,xisa(e,serving) Server(e,x) Served(e,Meat) が VP.sem となっている必要がある Copyright 2007, Yoshihiko Hayashi, Osaka University 4

5 lambda notation 以下の二つことが必要 Verb の semantic attachment におけるどの変数を Verb の項 (argument) で replace するのかを指定する 実際に replace を行う lambda notation: FOPC syntax を拡張 λxp(x) ; x:formal parameter λ-reduction: formal parameter に特定の term を代入 λxp(x)(a) の結果は P(A) 例 : λxλynear(x,y) λxλynear(x,y)(icsi) = λynear(icsi,y) λynear(icsi,y)(aycaramba) = Near(ICSI,AyCaramba) serveの規則 y は外項 Verb serves {λx e,yisa(e,serving) Server(e,y) Served(e,x)} Copyright 2007, Yoshihiko Hayashi, Osaka University 5

6 文法ルール VP Verb NP {Verb.sem(NP.sem)} 目的語から e,yisa(e,serving) Server(e,y) Served(e,Meat) S NP VP {VP.sem(NP.sem)} これをどうする? 最終的な serve の lexical entry 主語から Verb serves {λxλy eisa(e,serving) Server(e,y) Served(e,x)} 構文木と意味表現の構築 : Fig.15.3 (p.554) Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 6

7 complex-term ( 複合項 ) Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) (15.2) A restaurant serves meat. "a restaurant" : xisa(x,restaurant) これをそのまま使うと FOPC でなくなる eisa(e,serving) Server(e, xisa(x,restaurant)) Served(e,Meat) complex-term: FOPC syntax をまた拡張. あたかも一時的な FOPC term のように扱う < Quantifier variable body > eisa(e,serving) Server(e,< xisa(x,restaurant)>) Served(e,Meat) complex term reduction Server(e,< xisa(x,restaurant)>) xisa(x,restaurant) Server(e,x) "a restaurant" NP Det Nominal {<Det.sem x Nominal.sem(x)>} Det a { } Nominal Noun {λxisa(x, Noun.sem)} Noun restaurant {Restaurant} Copyright 2007, Yoshihiko Hayashi, Osaka University 7

8 QLF: Quasi-Logical Form λ-expression: 複数の子をもつノードの意味表現を構成するために必要 complex term: quantified expressions を扱うために必要 intermediate representations ということもあり. 後続の処理があり, その入力というニュアンス Remark: quantifier scoping (15.3) Every restaurant has a menu. distributive reading: 各レストランが独自のメニューをもつ eisa(e,having) Haver(e,< xisa(x,restaurant)>) Had(e,< yisa(y,menu)>) collective reading: 唯一のメニューを各レストランで共有! yisa(y,menu) xisa(x,restaurant) ehaving(e) Haver(e,x) Had(e,y) Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 8

9 英語表現への semantic attachments (15.2) Sentences 平叙文以外の命令文,YN 疑問文,WH 疑問文に対応して,FOPC を拡張 : DCL, IMP, YNQ, WHQ のオペレータを導入 (15.5) Serve lunch. IMP( eserving(e) Server(e,DummyYou) Served(e,Lunch)) S VP {IMP(VP.sem(DummyYou))} による (15.6) Does Flight 207 serve lunch? YNQ( eserving(e) Server(e,Flt207),Served(e,Lunch)) S Aux NP VP {YNQ(VP.sem(NP.sem))} による (15.7) Which flights serve lunch? WHQ(x, e,xisa(e,serving) Server(e,x) Served(e,Lunch) Isa(x,Fl ight) S WhWord NP VP {WHQ(NP.sem.var, VP.sem(NP.sem))} (15.8) How can I go from Minneapolis to Ling Beach? WHQ(How, eisa(e,going) Goer(e,User) Origin(e,Minneapolis) Destination(e,LingBeach) S WhWord Aux NP VP {WHQ(WhWord.sem VP.sem(NP.sem))} Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 9

10 英語表現への semantic attachments -cont. Noun Phrases Compound Nominals: 名詞間の関係は様々で, うまい方法はない. せいぜい関係があることを表す程度 Nominal Noun Nominal {λxnominal.sem(x) NN(Noun.sem,x)} Genitive Noun Phrases: NN とほぼ同様の扱い NP ComplexDet Nominal {< xnominal.sem(x) GN(x,ComplexDet.sem)>} ComplexDet NP's {NP.sem} Adjective Phrases: これも単純にはいかない Nominal Adj Nominal {λxnominal.sem(x) AM(x,Adj.sem)} "former" (temporal reasoning 必要 ), "fake" (reasoning が必要 ) Copyright 2007, Yoshihiko Hayashi, Osaka University 10

11 英語表現への semantic attachments -cont. Verb Phrases / Infinite VP (15.13) I told Harry to go to Maharani. Harry は tellee であると同時に goer であることを表現できる必要がある e,f,xisa(e,telling) Isa(f,Going) Teller(e,Speaker) Tellee(e,Harry) ToldThing(e,f) Goer(f,Harry) Destination(f,Maharani) 文法規則 語彙規則 VP Verb NP VPto {Verb.sem(NP.sem, VPto.sem)} VPto to VP {VP.sem} Verb tell {λx,y λz Goer と結びつける ToldThing である Going と結びつける e,y.variable Isa(e, Telling) Teller(e,z) Tellee(e,x) ToldThing(e,y.variable) y(x) } x:telee=harry, y:telling event eにおけるtoldthing y.variable そのevent variable=going event を表すevent variable Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) going event の主語は Tellee と同一 Copyright 2007, Yoshihiko Hayashi, Osaka University 11

12 英語表現への semantic attachments -cont. Prepositional Phrases / Nominal Modifier PP (15.14) A restaurant on Pearl xisa(x,restaurant) On(x,Pearl) P on {λyλxon(x,y)} Prepositional Phrases / VP Modifier PP ( 欠番 ) ate dinner in a hurry λy eisa(e,eating) Eater(e,y) Eaten(e,Dinner) In(e,< hhurry(h)>) ate dinner: λx eisa(e,eating) Eater(e,x) Eaten(e,Dinner) in a hurry: λxin(x,< hhurry(h)>) ; この x に Eating event variable を結びつける必要がある. そこで, VP VP PP {λyvp.sem(y) PP.sem(VP.sem.variable)} Prepositional Phrases / Verb Argument PP (15.15) I need to go from Boston to Denver. PP P NP {NP.sem} event e を取り出す Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 12

13 Earley Parser への意味解析の組み込み (15.3) 構文木を作りながら同時に意味表現を作ってしまう compositional framework ゆえにこれは可能 Earley Parser を拡張 semantic attachment を格納する場所を文法に新設する meaning representation を格納するフィールドを chart に新設する ENQUEUE 関数を変更 : state が complete になったときに, 対応する意味構造を作って保存する (Fig.15.5, p.570) Remark: unification が後に意味構造の操作を行う Fig.15.1 の pipeline approach との比較 意味的におかしい構造は作られない Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 13

14 Idiom と構成原理 (compositionality) (15.4) "the tip of the iceberg" 基本形 : (15.16) ~ (15.18) 変化形 : (15.19) ~ (15.21) いずれにせよ,"the beginning" の意味 NP TipNP of IcebergNP {Beginning} idiom を扱うために必要なこと lexical items と grammatical constituents をまぜて扱えるようにする idiom の productivity を考慮して idiom-specific な constituents をゆるす semantic attachments において, ルールの constituents とは直接関係のない variables や predicates を許容する Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1st edition (Prentice Hall, 2000) Copyright 2007, Yoshihiko Hayashi, Osaka University 14

Microsoft PowerPoint PCFG.ppt

Microsoft PowerPoint PCFG.ppt [ 言語情報科学論 A] Statistical Parsing 2007 年 06 月 04 日 言語情報科学講座林良彦教授 Text: Courtesy of Dr. Jurafsky, D. and Dr. Martin, J.H: Speech and Language Processing,1 st edition (Prentice Hall, 2000) & 2 nd edition,

More information

概要 CKY Parser(Section 9.1.2) の改良 事前にもつ知識の活用 実際のアプリケーションへの応用

概要 CKY Parser(Section 9.1.2) の改良 事前にもつ知識の活用 実際のアプリケーションへの応用 The Syntactic Process 9.2 Toward Psychologically Realistic Parsers 9.3 CCG Parsing for Practical Applications ( 自然言語処理システム論 :7/11) コンピュータ科学専攻米澤研究室 M1 佐藤秀明 概要 CKY Parser(Section 9.1.2) の改良 事前にもつ知識の活用 実際のアプリケーションへの応用

More information

nlp1-05.key

nlp1-05.key 実用的な構文解析 自然言語処理論 I 今までの例に挙げた文法は非常に単純 実用的な文法 いろいろな文に対応しなければならない それだけ規則の数も増える 5. 文法 3( 素性構造と ) 規則を効率的に管理する必要がある 1 2 一致の例 英語における一致 (agreement) 数 ( 単数形, 複数形 ) 人称 (1 人称,2 人称,3 人称 ) 名詞句の例 a desk the desks a

More information

数理言語

数理言語 人工知能特論 II 二宮崇 1 今日の講義の予定 CFG 構文解析 教科書 北研二 ( 著 ) 辻井潤一 ( 編 ) 言語と計算 4 確率的言語モデル東大出版会 C. D. Manning & Hinrich Schütze FOUNDATIONS OF STATISTICAL NATURAL LANGUAGE PROCESSING MIT Press, 1999 D. Jurafsky, J. H.

More information

( ) ( ) (action chain) (Langacker 1991) ( 1993: 46) (x y ) x y LCS (2) [x ACT-ON y] CAUSE [BECOME [y BE BROKEN]] (1999: 215) (1) (1) (3) a. * b. * (4)

( ) ( ) (action chain) (Langacker 1991) ( 1993: 46) (x y ) x y LCS (2) [x ACT-ON y] CAUSE [BECOME [y BE BROKEN]] (1999: 215) (1) (1) (3) a. * b. * (4) 1 1 (lexical conceptual structure, LCS) 2 LCS 3 4 LCS 5 6 2 LCS (1999) LCS 2 (1) [x ACT(-ON y)] CAUSE [BECOME [z BE-AT w]] 1 (1993) ( ) V1 V2 2 (1) y z y z (5.3 ) ( ) ( ) (action chain) (Langacker 1991)

More information

: (1) 1. ( ) P ( P ) 2. P () A0 = {a1, a2,..., an} 3a. T1 A0 () A1 3b. T1 A2 (= A1 A0 A1) 4a. T2 A2 ( ) 4b. A1 () 5. : T2 T1 T1 T2 T2 T1 T2 T1 T2 T1 T

: (1) 1. ( ) P ( P ) 2. P () A0 = {a1, a2,..., an} 3a. T1 A0 () A1 3b. T1 A2 (= A1 A0 A1) 4a. T2 A2 ( ) 4b. A1 () 5. : T2 T1 T1 T2 T2 T1 T2 T1 T2 T1 T Syntax for Dummies () ( ) 2004 10 16 1 ( ) ( )???! 1.1 1.1.1 Lakoff, Langacker, Fauconnier : 1)? JARO 1.1.2 (i) (ii) (ii) (i) 1) [3, 12] 1 : (1) 1. ( ) P ( P ) 2. P () A0 = {a1, a2,..., an} 3a. T1 A0 ()

More information

数理言語

数理言語 人工知能特論 II 第 5 回二宮崇 1 今日の講義の予定 CCG (COMBINATORY CATEGORIAL GRAMMAR) 組合せ範疇文法 2 講義内容 前回までの内容 pure CCG Bluebird 今回の内容 Thrush Starling 擬似的曖昧性 CCG のすごいところ 3 前回説明したCCG ``pure categorial grammar 関数適用規則 (functional

More information

: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :

: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 1 2 3 4 1 1 2 1 2.1 : : : : : : : : : : : : : : : : : : : : : : : : 1 2.2 : : : : : : : : : : : : : : : : : : : 1 2.3 : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 2.4 : : : : : : : : : : : :

More information

null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no

null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no overt phonetic material present to represent it. Trask

More information

148_hayatsu.indd

148_hayatsu.indd Gengo Kenkyu 148: 143 174 2015 * 1. 2 1 2 1 * 144 3 I a. b. II a. b. I II 3 3 2 1 -( ) -( ) 2 1 cause causative verb 1997 1998 2000 V-( ) 2 1924 -( ) -( ) 145 2. 2.1. 2007 2 3 1908 2 1977 Shibatani 197319781986

More information

21 Pitman-Yor Pitman- Yor [7] n -gram W w n-gram G Pitman-Yor P Y (d, θ, G 0 ) (1) G P Y (d, θ, G 0 ) (1) Pitman-Yor d, θ, G 0 d 0 d 1 θ Pitman-Yor G

21 Pitman-Yor Pitman- Yor [7] n -gram W w n-gram G Pitman-Yor P Y (d, θ, G 0 ) (1) G P Y (d, θ, G 0 ) (1) Pitman-Yor d, θ, G 0 d 0 d 1 θ Pitman-Yor G ol2013-nl-214 No6 1,a) 2,b) n-gram 1 M [1] (TG: Tree ubstitution Grammar) [2], [3] TG TG 1 2 a) ohno@ilabdoshishaacjp b) khatano@maildoshishaacjp [4], [5] [6] 2 Pitman-Yor 3 Pitman-Yor 1 21 Pitman-Yor

More information

助詞「に」の定量的分析の試み

助詞「に」の定量的分析の試み 1. 1 (1) a. b. c. d. 1a b c d cf. Langacker 1987, 1990, 2000, Goldberg 1995 5 3 1) 2) 3) 2. 1997 3 i A. B. C. A (cf. Goldberg 1995, 2003 B (cf. Langacker 1991) A)B C 1 19942 (2) a. b. c. 1994:150-165 1994

More information

Microsoft PowerPoint - IntroAlgDs-05-2.ppt

Microsoft PowerPoint - IntroAlgDs-05-2.ppt アルゴリズムとデータ構造入門 2005 年 10 月 11 日 アルゴリズムとデータ構造入門 1. 手続きによる抽象の構築 1.1 プログラムの要素 奥乃 博 1. TUT Schemeが公開されました. Windowsは動きます. Linux, Cygwin はうまく行かず. 調査中. 2. 随意課題 7の追加 友人の勉学を助け,TAの手伝いをする. 支援した内容を毎回のレポート等で詳細に報告.

More information

Microsoft PowerPoint - 3.ppt [互換モード]

Microsoft PowerPoint - 3.ppt [互換モード] 3. プッシュダウンオートマトンと文脈自由文法 1 3-1. プッシュダウンオートマトン オートマトンはメモリがほとんど無かった この制限を除いた機械を考える 理想的なスタックを利用できるようなオートマトンをプッシュダウンオートマトン (Push Down Automaton,PDA) という 0 1 入力テープ 1 a 1 1 0 1 スタッb 入力テープを一度走査したあと ク2 入力テプを度走査したあと

More information

ESP [10] 2 (1) (2),,, Extracting Domain-Specific Expressions from ESP Corpora in View of Syntacti

ESP [10] 2 (1) (2),,, Extracting Domain-Specific Expressions from ESP Corpora in View of Syntacti ESP 603-8577 56-1 E-mail: sho@ltritsumeiacjp 466-8555 [10] 2 (1) (2),,, Extracting Domain-Specific Expressions from ESP Corpora in View of Syntactic Structures TANAKA, Shosaku KOYAMA, Yukie Ritsumeikan

More information

Corrected Version NICT /11/15, 1 Thursday, May 7,

Corrected Version NICT /11/15, 1 Thursday, May 7, Corrected Version NICT 26 2008/11/15, 1 1 Word Sketch Engine (Kilgarriff & Tugwell 01; Srdanovic, et al. 08) 2 2 3 3 ( ) I-Language Grammar is Grammar and Usage is Usage (Newmeyer 03) 4 4 (is-a ) ( ) (

More information

( ) ( ) Modified on 2009/05/24, 2008/09/17, 15, 12, 11, 10, 09 Created on 2008/07/02 1 1) ( ) ( ) (exgen Excel VBA ) 2)3) 1.1 ( ) ( ) : : (1) ( ) ( )

( ) ( ) Modified on 2009/05/24, 2008/09/17, 15, 12, 11, 10, 09 Created on 2008/07/02 1 1) ( ) ( ) (exgen Excel VBA ) 2)3) 1.1 ( ) ( ) : : (1) ( ) ( ) () ( ) Modified on 2009/05/24, 2008/09/17, 15, 12, 11, 10, 09 Created on 2008/07/02 1 1) () ( ) (exgen Excel VBA ) 2)3) 1.1 ( ) () : : (1) ( ) ( ) (2) / (1) (= ) (2) (= () =) 4)5) () ( ) () (=) (1) : (

More information

els08ws-kuroda-slides.key

els08ws-kuroda-slides.key NICT 26 2008/11/15, Word Sketch Engine (Kilgarriff & Tugwell 01; Srdanovic, et al. 08) ( ) I-Language Grammar is Grammar and Usage is Usage (Newmeyer 03) (is-a ) ( )?? () // () ()???? ? ( )?? ( ) Web ??

More information

Microsoft PowerPoint ppt

Microsoft PowerPoint ppt コード生成 (2) http://cis.k.hosei.ac.jp/~asasaki /lect/compiler/2007-1211.pdf 1 概要 宣言文と記号表 ( 配列 ) 今日はやりません 2 宣言 a = 1; b = a+2; putint(b); int main(){ int a; int b; a = 1; b = a+2; putint(b); } PUSH 0 26 LDC

More information

数理言語

数理言語 数理言語情報論 第 5 回 2009 年 月 4 日 数理言語情報学研究室講師二宮崇 今日の講義の予定 HPSG (HEAD-DRIVEN PHRASE STRUCTURE GRAMMAR, 主辞駆動句構造文法 ) 2 HPSG: 導入 Head-driven Phrase Structure Grammar (Pollard & Sag 985, 994) 主辞が中心的な役割を果たす文法枠組 辞書の情報を増やすことにより

More information

Microsoft PowerPoint ppt

Microsoft PowerPoint ppt 仮想マシン (2), コード生成 http://cis.k.hosei.ac.jp/~asasaki /lect/compiler/2007-1204.pdf ( 訂正版 ) 1 概要 仮想マシン 概要 ( 復習 ) 制御命令 出力命令 コード生成 式のコード生成 文 文の列のコード生成 記号表 2 演習で作るコンパイラの例 test.hcc Int main() { int i j; i = 3;

More information

情報工学実験 C コンパイラ第 2 回説明資料 (2017 年度 ) 担当 : 笹倉 佐藤

情報工学実験 C コンパイラ第 2 回説明資料 (2017 年度 ) 担当 : 笹倉 佐藤 情報工学実験 C コンパイラ第 2 回説明資料 (2017 年度 ) 担当 : 笹倉 佐藤 2017.12.7 前回の演習問題の解答例 1. 四則演算のできる計算機のプログラム ( 括弧も使える ) 2. 実数の扱える四則演算の計算機のプログラム ( 実数 も というより実数 が が正しかったです ) 3. 変数も扱える四則演算の計算機のプログラム ( 変数と実数が扱える ) 演習問題 1 で行うべきこと

More information

Microsoft PowerPoint L03-Syntex and Semantics-1-students ( )

Microsoft PowerPoint L03-Syntex and Semantics-1-students ( ) プログラミング言語論 A (Concepts on Programming Languages) 趙建軍 (Jianjun Zhao) http://stap.ait.kyushu-u.ac.jp/~zhao/course/2018/concepts of Programming Languages.html 1 第 3 回 構文と意味 (1) (Syntax and Semantics) 2017.04.26

More information

Eng Ling Worksheet

Eng Ling Worksheet Chapter 5 How English Phrases are Formed: Syntax I WHAT IS SYNTAX? syntactic = unit = constituent = verb phrase (VP) = 1. 統語論とはどのようなものか? 2. 構成素とは何か? 3. 動詞句とは何と何からできているのか? 4. 第 3 文型の文はどのような構造を持っているのか図で示しなさい

More information

Microsoft Word - もくじ

Microsoft Word - もくじ Hornstein & Nunes (2008) Aoyagi (1999) complement adjunct do so one do so Hasegawa (1988) one 1 Minimalist Program Hornstein & Nunes (2008) (1) (1) VP Ellipsis Argument Ellipsis 1 (1) do so (2) 1 Otani

More information

07 mokuroku final.indd

07 mokuroku final.indd 2007 1 CONTENTS ISBN ISBN978-4-7890-XXXX-X 2 s s ' 3 1 1258-4 1228-7 1263-8 1245-4 2 1246-1 1247-8 224-9 1225-6 2100 192 1071-9 The Japan Times 2310 210 0917-1 3 1890 1144-0 1680 208 1137-2 4 1236-2 1212-6

More information

Jude を DSL エディタとして使う -Jude API 活用法 年 11 月 14 日稚内北星学園大学東京サテライト校浅海智晴 本日のテーマ Why Jude API What Jude API How Jude API 1

Jude を DSL エディタとして使う -Jude API 活用法 年 11 月 14 日稚内北星学園大学東京サテライト校浅海智晴 本日のテーマ Why Jude API What Jude API How Jude API 1 Jude を DSL エディタとして使う -Jude API 活用法 - 2006 年 11 月 14 日稚内北星学園大学東京サテライト校浅海智晴 本日のテーマ Why Jude API What Jude API How Jude API 1 技術トレンド テクノロジとしての Web 2.0 Web がプラットフォームになる シン クライアントからリッチ クライアントへ Web の単純な UI では限界

More information

構造化プログラミングと データ抽象

構造化プログラミングと データ抽象 計算の理論 後半第 3 回 λ 計算と型システム 本日の内容 λ 計算の表現力 ( 前回の復習 ) データの表現 不動点演算子と再帰 λ 計算の重要な性質 チャーチ ロッサー性 簡約戦略 型付き λ 計算 ブール値 組 ブール値と組の表現 true, false を受け取り 対応する要素を返す関数 として表現 T = λt.λf.t F = λt.λf.f if e 1 then e 2 else

More information

untitled

untitled 47 48 10 49 2005.6.1 17 500 50 1988 1994.1.1 16 22 51 18 1989 2005 17 2006 18 4 12 18 2007 19 1 12 2007 19 H18.8. J.H. 20 19 52 53 42.9 54 50 50 3080 55 30 100 56 57 22 96 6.8 9.4 31.44 58 10 780 250 59

More information

/™Z‚å‰IŠv‚æ36“ƒ /fi¡„´“NŠm†€

/™Z‚å‰IŠv‚æ36“ƒ /fi¡„´“NŠm†€ do/does/did A Study of Teaching the Auxiliary Verbs do /does /did to Beginning Learners of EFL Yasuhiro Fujiwara do/does/did Abstract Mastery of the auxiliary verbs do/does/did, conventionally termed as

More information

Microsoft PowerPoint - logic ppt [互換モード]

Microsoft PowerPoint - logic ppt [互換モード] 述語論理と ( 全称 ) ( 存在 ) 回の講義の概観 : 命題論理 ( 真理値 ) 2 述語論理 ( モデルと解釈 ) 意味論 semantics 命題論理 ( 公理と推論規則 ) 述語論理 ( 公理と推論規則 ) syntax 構文論 preview 述語論理は命題論理よりも複雑 例題 : 次の文は真か偽か? ( 曖昧な文です ) すべての自然数 x に対して x < y を満たすような自然数

More information

橡学術用語集;鄭、金水、高宮、岡崎.PDF

橡学術用語集;鄭、金水、高宮、岡崎.PDF a-series ambiguousness aspect Arabic disassimilate change of location motion activity intentionality intentional meaning semantic function semantic opposition semantic map semantic criterion semantic base

More information

On the Relation between the Deictic Use and the Non-deictic Use of the Japanese Demonstratives SATOSHI KINSUI* This paper addresses the status of deix

On the Relation between the Deictic Use and the Non-deictic Use of the Japanese Demonstratives SATOSHI KINSUI* This paper addresses the status of deix On the Relation between the Deictic Use and the Non-deictic Use of the Japanese Demonstratives SATOSHI KINSUI* This paper addresses the status of deixis and anaphoricity in Japanese demonstrative system.it

More information

( ) P, P P, P (negation, NOT) P ( ) P, Q, P Q, P Q 3, P Q (logical product, AND) P Q ( ) P, Q, P Q, P Q, P Q (logical sum, OR) P Q ( ) P, Q, P Q, ( P

( ) P, P P, P (negation, NOT) P ( ) P, Q, P Q, P Q 3, P Q (logical product, AND) P Q ( ) P, Q, P Q, P Q, P Q (logical sum, OR) P Q ( ) P, Q, P Q, ( P Advent Calendar 2018 @Fukuso Sutaro,,, ( ) Davidson, 5, 1 (quantification) (open sentence) 1,,,,,, 1 1 (propositional logic) (truth value) (proposition) (sentence) 2 (2-valued logic) 2, true false (truth

More information

授受補助動詞の使用制限に与える敬語化の影響について : 「くださる」「いただく」を用いた感謝表現を中心に

授受補助動詞の使用制限に与える敬語化の影響について : 「くださる」「いただく」を用いた感謝表現を中心に Title 授受補助動詞の使用制限に与える敬語化の影響について : くださる いただく を用いた感謝表現を中心に Author(s) 山口, 真里子 Citation 国際広報メディア 観光学ジャーナル, 6, 69-89 Issue Date 2008-03-21 Doc URL http://hdl.handle.net/2115/34577 Type bulletin (article) File

More information

jpssj

jpssj 42-1 2009 1 Abstract In this paper, I try to characterize reference and introduction as two distinct modes of making de re statements. Roughly speaking, introduction differs from reference in that an introducing

More information

nlp1-04a.key

nlp1-04a.key 自然言語処理論 I. 文法 ( 構文解析 ) その 構文解析 sytctic lysis, prsig 文の構文的な構造を決定すること句構造文法が使われることが多い文法による構文木は一般に複数ある 構文木の違い = 解釈の違い 構文解析の目的 句構造文法の規則を使って, 文を生成できる構文木を全て見つけだすこと 文法が入力文を生成できるかどうかを調べるだけではない pro I 構文解析とは 構文木の違い

More information

論理学入門 講義ノート email: mitsu@abelardfletkeioacjp Copyright c 1995 by the author ll right reserved 1 1 3 2 5 3 7 31 7 32 9 33 13 4 29 41 33 42 38 5 45 51 45 52 47 3 1 19 [ 1] Begin at the beginning [ 2] [

More information

構造化プログラミングと データ抽象

構造化プログラミングと データ抽象 計算の理論 後半第 3 回 λ 計算と型システム 本日の内容 λ 計算の表現力 ( 前回のつづき ) 前回の復習 不動点演算子と再帰 λ 計算の重要な性質 チャーチ ロッサー性 簡約戦略 型付き λ 計算 ブール値 組 ブール値と組の表現 ( 復習 ) true, false を受け取り 対応する要素を返す関数 として表現 T = λt.λf.t F = λt.λf.f if e 1 then e

More information

課程博士学位申請論文

課程博士学位申請論文 1... 5 2... 9 2.1... 9 2.1.1... 9 2.1.2... 13 2.1.2.1... 13 2.1.2.2... 16 2.1.2.3... 19 2.1.3... 20 2.2... 22 2.2.1... 22 2.2.2... 24 2.3 2... 29 3... 31 3.1... 31 3.1.1... 31 3.1.2... 32 3.1.3... 33 3.2...

More information

15 1970 Bransford, Barclay, & Franks, 1972; Mani & Johnson-Laird, 1982 3 Kintsch, Welsch, Schmalhofer, & Zimny, 1990 16 Kintsch, 1988; Kintsch, 1998; van Dijk & Kintsch, 1983 3 3 Glenberg, Meyer, and Lindem

More information

- 137 - - 138 - - 139 - Larsen-Freeman Teaching Language: From Grammar to Grammaring form meaning use "I will ~." Iwill - 140 - R. Ellis Task-based Language Learning and Teaching Long Swain - 141 - - 142

More information

untitled

untitled 3 ++ 1 2 886 10 10 3.5m 3 60 40 36 2,0003,000 170 200 120 4 11 1606 43 1910 44 7 1824 4 1833 300 60 3 25 55 5 13 / / 6 26.5 64 7 50 () ()100 12 9 13 20 ( 1,120) 3 9 3 12 () 4 8 6 6 83 216 35 2 1 () 7.8

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション http://npcmj.ninjal.ac.jp/ Grammatical principles for annotation and query Stephen Wright Horn (Adjunct Researcher, Theory and Typology Division, National Institute for Japanese Language and Linguistics)

More information

Vol. 42 No MUC-6 6) 90% 2) MUC-6 MET-1 7),8) 7 90% 1 MUC IREX-NE 9) 10),11) 1) MUCMET 12) IREX-NE 13) ARPA 1987 MUC 1992 TREC IREX-N

Vol. 42 No MUC-6 6) 90% 2) MUC-6 MET-1 7),8) 7 90% 1 MUC IREX-NE 9) 10),11) 1) MUCMET 12) IREX-NE 13) ARPA 1987 MUC 1992 TREC IREX-N Vol. 42 No. 6 June 2001 IREX-NE F 83.86 A Japanese Named Entity Extraction System Based on Building a Large-scale and High-quality Dictionary and Pattern-matching Rules Yoshikazu Takemoto, Toshikazu Fukushima

More information

オートマトン 形式言語及び演習 1. 有限オートマトンとは 酒井正彦 形式言語 言語とは : 文字列の集合例 : 偶数個の 1 の後に 0 を持つ列からなる集合 {0, 110, 11110,

オートマトン 形式言語及び演習 1. 有限オートマトンとは 酒井正彦   形式言語 言語とは : 文字列の集合例 : 偶数個の 1 の後に 0 を持つ列からなる集合 {0, 110, 11110, オートマトン 形式言語及び演習 1 有限オートマトンとは 酒井正彦 wwwtrscssinagoya-uacjp/~sakai/lecture/automata/ 形式言語 言語とは : 文字列の集合例 : 偶数個の 1 の後に 0 を持つ列からなる集合 {0, 110, 11110, } 形式言語 : 数学モデルに基づいて定義された言語 認識機械 : 文字列が該当言語に属するか? 文字列 機械 受理

More information

コーパスからの構文頻度の抽出と辞書への活用 : 現状と課題 大羽良 1. はじめに 2. 構文とは 2.1. Goldberg (1995, p1) Particular semantic structures together with their associated formal expres

コーパスからの構文頻度の抽出と辞書への活用 : 現状と課題 大羽良 1. はじめに 2. 構文とは 2.1. Goldberg (1995, p1) Particular semantic structures together with their associated formal expres コーパスからの構文頻度の抽出と辞書への活用 : 現状と課題 大羽良 1. はじめに 2. 構文とは 2.1. Goldberg (1995, p1) Particular semantic structures together with their associated formal expression must be recognized as constructions independent

More information

fi„‚å-‰³‹ç−w„¤‰ƒ‰IŠv48Ł\1-4.ai

fi„‚å-‰³‹ç−w„¤‰ƒ‰IŠv48Ł\1-4.ai Young Mandarin-Speaking Children's Understanding of Transitive and Intransitive Sentences Lu JIANG, Etsuko HARYU The meaning of a given verb roughly corresponds to the types of sentence in which the verb

More information

Microsoft Word - 01マニュアル・入稿原稿p1-112.doc

Microsoft Word - 01マニュアル・入稿原稿p1-112.doc 4 54 55 56 ( ( 1994 1st stage 2nd stage 2012 57 / 58 365 46.6 120 365 40.4 120 13.0 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 4 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97

More information

untitled

untitled 1 5,000 Copyright 1 5,000...4...4...4...4...4...4...4...5...5...5...5...5...5...6...6...6...7...8...9...9...9...10...12...12...12...12...13...14...14...14...15...15...15 Copyright 1 5,000...16...16...16...16...17...18

More information

untitled

untitled Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright 3269 34 Copyright

More information

untitled

untitled Copyright 1 Copyright 2 Copyright 3 Copyright 4 Copyright 5 Copyright 6 Copyright 7 Copyright 8 Copyright 9 Copyright 10 Copyright 11 Copyright 12 Copyright 13 Copyright 14 Copyright 15 Copyright 16 Copyright

More information

2. (297) 91 (365) (366) (371) (673) (938) (64) 85 (91) (631) (561) (302) (616) 63 (906) 68 (338) (714) (747) (169) (718) 62 (1,063) 67 (714) (169) (90

2. (297) 91 (365) (366) (371) (673) (938) (64) 85 (91) (631) (561) (302) (616) 63 (906) 68 (338) (714) (747) (169) (718) 62 (1,063) 67 (714) (169) (90 1. (297) 91 (365) (366) (938) (371) (673) 68 (338) (473) (864) (396) (939) (217) (616) 89 (371) (673) (91) (938) (297) 82 (302) (938) (631) (297) (616) (91) 76 (203) 81 (561) (263) (64) (644) (616) 65

More information

2. (1,009) 45 (368) (226) (133) (54) (260) 25 (446) 30 (774) (156) (805) (244) (652) 22 (128) (652) (157) (597) (805) (446) 30 (774) 35 (238) (581) (1

2. (1,009) 45 (368) (226) (133) (54) (260) 25 (446) 30 (774) (156) (805) (244) (652) 22 (128) (652) (157) (597) (805) (446) 30 (774) 35 (238) (581) (1 1. (189) 42 (133) (362) (93) (1,009) (260) (331) (189) (581) (238) (123) (140) (123) (362) (140) (238) (189) (581) (140) 41 (260) (93) (362) (1,009) (189) 21 (440) 26 (805) (597) (128) (446) (157) (362)

More information

tomo_sp1

tomo_sp1 1....2 2....7...14 4....18 5....24 6....30 7....37 8....44...50 http://blog.garenet.com/tomo/ Copyright 2008 1. Copyright 2008 Copyright 2008 Copyright 2008 Copyright 2008 Copyright 2008 Copyright 2008

More information

Functional Programming

Functional Programming PROGRAMMING IN HASKELL プログラミング Haskell Chapter 7 - Higher-Order Functions 高階関数 愛知県立大学情報科学部計算機言語論 ( 山本晋一郎 大久保弘崇 2013 年 ) 講義資料オリジナルは http://www.cs.nott.ac.uk/~gmh/book.html を参照のこと 0 Introduction カリー化により

More information

Microsoft PowerPoint - 09-search.ppt [互換モード]

Microsoft PowerPoint - 09-search.ppt [互換モード] ヒューリスティック探索 ( 経験を用いた探索 ) これまでに到達した探索木の末梢状態から展開される状態のうち, 解に至る可能性の高い状態に注目し, 探索の効率を高める. 末梢状態 : 探索木上で, これまでに探索した端の状態. 展開 : 与えられた節点に対し, 直接移行可能な全ての後継状態を作り出すこと. 探索の効率化に用いる判断基準 ( ヒューリスティック情報 ) 状態 s における評価関数 (

More information

PowerPoint Presentation

PowerPoint Presentation 鬼はどこですか? Proositional logic (cont ) 命題論理 Reasoning where is wumus 鬼がいる場所を推理する 1 命題論理 : 意味論 semantics 論理積 A B A かつ B 論理和 A B A または B 否定 A A でない 含意 A B A ならば B を意味する 同等 A B (A ならば B) かつ (B ならば A) 命題論理では記号は命題

More information

Microsoft PowerPoint - 08LR-conflicts.ppt [互換モード]

Microsoft PowerPoint - 08LR-conflicts.ppt [互換モード] 属性文法 コンパイラ理論 8 LR 構文解析補足 : 属性文法と conflicts 櫻井彰人 Racc (Yacc 系のcc) は属性文法的 非終端記号は 値 (semantic value) を持つ パーザーは パーザースタックをreduceするとき ( 使う規則を X ::= s とする ) s に付随する semantic value (Racc では配列 valueにある ) を用いて action

More information

: ( 1) () 1. ( 1) 2. ( 1) 3. ( 2)

: ( 1) () 1. ( 1) 2. ( 1) 3. ( 2) Acquiring Organized Information from News by Incremental Theme Refinements 1 1 1 Yutaro Taniguchi 1 Tetsunori Kobayashi 1 Yoshihiko Hayashi 1 1 1 School of Science and Engineering, Waseda University Abstract:

More information

workshop_func_exp_ pptx

workshop_func_exp_ pptx Introduction: What is Factuality? (Factuality) [ + 10] [ + 11] 2011/10/28 2 - - 2 Introduction: Motivation 2011/10/28 2 - - 3 Introduction: Motivation 2011/10/28 2 - - 4 Contents Introduction What is Factuality?

More information

fromdaikyo_h1

fromdaikyo_h1 FROM DAIKYO 2 3 4 5 6 8 1 12 13 14 16 4 4 17 18 19 2 21 22 23 24 7 8 9 2 3 4 1 No. September 215 OSAKA KYOIKU UNIVERSITY 2 FROM DAIKYO 3 FROM DAIKYO 1 4. 3.5 3. 2.5 2.42 2.49 2.55 2.61 2.68 2.7 2.77 2.83

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション コンパイラとプログラミング言語 第 10 週 Java 仮想マシンとその機械語 2014 年 6 月 11 日 金岡晃 授業計画 第 1 週 (4/9) コンパイラの概要 第 8 週 (5/28) 下向き構文解析 / 構文解析プログラム 第 2 週 (4/16) コンパイラの構成 第 9 週 (6/4) 中間表現と意味解析 第 3 週 (4/23) プログラミング言語の形式的な記述 第 10 週 (6/11)

More information

関東/関西/九州同時開催 女性エンジニア大集合!新春LT 座談会 スクリプト インタプリタを 作ってみた 1 スクリプトインタプリタを作ってみた

関東/関西/九州同時開催 女性エンジニア大集合!新春LT 座談会 スクリプト インタプリタを 作ってみた 1 スクリプトインタプリタを作ってみた 関東/関西/九州同時開催 女性エンジニア大集合!新春LT 座談会 スクリプト インタプリタを 作ってみた 1 自己紹介 名前 robo (兼高理恵) お仕事 Java 技術者 設計から実装まで 好きなもの モバイル端末 大阪生活??年の関西Java女子部所属なのですが 昨年途中から東京での作業になりました 2 ちょっと脱線 なぜスクリプト インタプリタを作ってみたのか というと 3 正月休み前 関東/関西/九州同時開催

More information

Microsoft PowerPoint Java基本技術PrintOut.ppt [互換モード]

Microsoft PowerPoint Java基本技術PrintOut.ppt [互換モード] 第 3 回 Java 基本技術講義 クラス構造と生成 33 クラスの概念 前回の基本文法でも少し出てきたが, オブジェクト指向プログラミングは という概念をうまく活用した手法である. C 言語で言う関数に似ている オブジェクト指向プログラミングはこれら状態と振る舞いを持つオブジェクトの概念をソフトウェア開発の中に適用し 様々な機能を実現する クラス= = いろんなプログラムで使いまわせる 34 クラスの概念

More information

コ2 343 NEW EDITION UNICORN English Communication 2

コ2 343 NEW EDITION UNICORN English Communication 2 27-228 高等学校外国語科 コミュニケーション英語 Ⅱ 109 文英堂コ Ⅱ 343 NEW EDITION UNICORN English Communication 2 1 TARGET 3 2 1 Accessibility for Everyone 8 21 1 2 The Problem We All Live With 1960 3 Eat the Ugly Carrot, Save

More information

Computational Semantics 1 category specificity Warrington (1975); Warrington & Shallice (1979, 1984) 2 basic level superiority 3 super-ordinate catego

Computational Semantics 1 category specificity Warrington (1975); Warrington & Shallice (1979, 1984) 2 basic level superiority 3 super-ordinate catego Computational Semantics 1 category specificity Warrington (1975); Warrington & Shallice (1979, 1984) 2 basic level superiority 3 super-ordinate category preservation 1 / 13 analogy by vector space Figure

More information

平成 19 年度 ( 第 29 回 ) 数学入門公開講座テキスト ( 京都大学数理解析研究所, 平成 19 ~8 年月 72 月日開催 30 日 ) 1 PCF (Programming language for Computable Functions) PCF adequacy adequacy

平成 19 年度 ( 第 29 回 ) 数学入門公開講座テキスト ( 京都大学数理解析研究所, 平成 19 ~8 年月 72 月日開催 30 日 ) 1 PCF (Programming language for Computable Functions) PCF adequacy adequacy 1 PCF (Programming language for Computable Functions) PCF adequacy adequacy 2 N X Y X Y f (x) f x f x y z (( f x) y) z = (( f (x))(y))(z) X Y x e X Y λx. e x x 2 + x + 1 λx. x 2 + x + 1 3 PCF 3.1 PCF PCF

More information

Title 問題解決行動における内的認知変数 Author(s) 中島, 義明 ; 太田, 耕平 Citation 大阪大学人間科学部紀要. 20 P.49-P.70 Issue 1994-03 Date Text Version publisher URL http://doi.org/10.18910/11129 DOI 10.18910/11129 Rights Osaka University

More information

¥ì¥·¥Ô¤Î¸À¸ì½èÍý¤Î¸½¾õ

¥ì¥·¥Ô¤Î¸À¸ì½èÍý¤Î¸½¾õ 2013 8 18 Table of Contents = + 1. 2. 3. 4. 5. etc. 1. ( + + ( )) 2. :,,,,,, (MUC 1 ) 3. 4. (subj: person, i-obj: org. ) 1 Message Understanding Conference ( ) UGC 2 ( ) : : 2 User-Generated Content [

More information

bosai-2002.dvi

bosai-2002.dvi 45 B-2 14 4 Annuals of Disas. Prev. Res. Inst., Kyoto Univ., No. 45 B-2, 22 5 m 5 m :,,, 1. 2. 2.1 27 km 2 187 km 2 14 % 77 % 47 7, 9 2, 54 6 7, 9 16, 57 8 1, 9 47 2 1 57 5 2.2 45 2 Fig. 1 2 2.3 Fig. 2

More information

GEC-Java

GEC-Java プログラミング初級 (Java) 第 11 回オブジェクト指向って? 白銀純子 Copyright (C) Junko Shirogane, Waseda University 2018, All rights reserved. 1 第 11 回の内容 プログラミングの種類 オブジェクト指向とは? Copyright (C) Junko Shirogane, Waseda University 2018,

More information

untitled

untitled Lakoff(1987) Taylor([1989] 2004) Lakoff(1987) 1 2 p.14,,,, (semantic prosody) (Louw 1993, Stubbs 1995, Partington 1998, Sinclair 1996, Hunston and Francis 1999) 3 3.1 3.2 3.3 4 (BCCWJ) 2009 2009 3,000

More information

Title 中岡省治名誉教授に聞く - 大阪外国語大学の思い出 -(1) Author(s) 進藤, 修一 ; 菅, 真城 Citation 大阪大学世界言語研究センター論集. 3 P.285-P.312 Issue 2010-03-11 Date Text Version publisher URL http://hdl.handle.net/11094/3526 DOI Rights Osaka

More information

オートマトンと言語

オートマトンと言語 アルゴリズムとデータ構造 III 2 回目 :10 月 15 日 文脈自由文法,CYK 法 授業資料 http://ir.cs.yamanashi.ac.jp/~ysuzuki/algorithm3/index.html 授業の予定 ( 中間試験まで ) 1 10/01 スタック ( 後置記法で書かれた式の計算 ) 2 3 4 5 6 7 8 9 10/15 文脈自由文法, 構文解析,CYK 法 10/22

More information

駒田朋子.indd

駒田朋子.indd 2 2 44 6 6 6 6 2006 p. 5 2009 p. 6 49 12 2006 p. 6 2009 p. 9 2009 p. 6 2006 pp. 12 20 2005 2005 2 3 2005 An Integrated Approach to Intermediate Japanese 13 12 10 2005 8 p. 23 2005 2 50 p. 157 2 3 1 2010

More information

Language and meaning

Language and meaning Language and meaning Emmanuel Chemla and Vincent Homer Semaine de rentrée du cogmaster, 2008-2009 1 / 18 2 / 18 Syntax Goal of Syntax Give systematic rules that derive whether a sentence belongs to a given

More information

The Japanese Journal of Psychology 1981, Vol. 52, No. 5, Use of graphemic and phonemic encoding in reading Kanji and Kana Hirofumi Saito (Depa

The Japanese Journal of Psychology 1981, Vol. 52, No. 5, Use of graphemic and phonemic encoding in reading Kanji and Kana Hirofumi Saito (Depa The Japanese Journal of Psychology 1981, Vol. 52, No. 5, 266-273 Use of graphemic and phonemic encoding in reading Kanji and Kana Hirofumi Saito (Department of Psychology, School of Humanities, Gakuin

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

I. (CREMONA ) : Cremona [C],., modular form f E f. 1., modular X H 1 (X, Q). modular symbol M-symbol, ( ) modular symbol., notation. H = { z = x

I. (CREMONA ) : Cremona [C],., modular form f E f. 1., modular X H 1 (X, Q). modular symbol M-symbol, ( ) modular symbol., notation. H = { z = x I. (CREMONA ) : Cremona [C],., modular form f E f. 1., modular X H 1 (X, Q). modular symbol M-symbol, ( ). 1.1. modular symbol., notation. H = z = x iy C y > 0, cusp H = H Q., Γ = PSL 2 (Z), G Γ [Γ : G]

More information

koba/class/soft-kiso/ 1 λ if λx.λy.y false 0 λ typed λ-calculus λ λ 1.1 λ λ, syntax τ (types) ::= b τ 1 τ 2 τ 1

koba/class/soft-kiso/ 1 λ if λx.λy.y false 0 λ typed λ-calculus λ λ 1.1 λ λ, syntax τ (types) ::= b τ 1 τ 2 τ 1 http://www.kb.ecei.tohoku.ac.jp/ koba/class/soft-kiso/ 1 λ if λx.λy.y false 0 λ typed λ-calculus λ λ 1.1 λ 1.1.1 λ, syntax τ (types) ::= b τ 1 τ 2 τ 1 τ 2 M (terms) ::= c τ x M 1 M 2 λx : τ.m (M 1,M 2

More information

JILPT Discussion Paper 05-013 2005 7 - 2-3 3 3 4 4 5 5 5 6 7 8 9 9 10 10 10 10 10 12 12 14 15 20 - 3 - Schaie, 1980-4 - - 5-11 33 44 19 22 7 (1994) 20 30 2 3 4 5 5 20 (2002) DELL Dimemsin4500C CRT 1 1

More information

untitled

untitled 70.0 60.0 50.0 40.0 30.0 20.0 10.0 0.0 18.5 18 60.4 6.3 45.5 18.9 41.8 5.0 29.3 17.1 1.2 3.7 0.0 0.0 1.5 19 20 21 22 2.50 2.00 1.50 1.00 0.50 0.00 19 2.38 1.48 1.02 2.05 0.11 0.00 0.00 20 21 1.22 0.44

More information

33 (2016), 105 Abstract Keywords CAP Vol. 9 ( ) pp : : : :

33 (2016), 105 Abstract Keywords CAP Vol. 9 ( ) pp : : : : Title < 書評 > コミュニケーション 意味 意図 ( 書評 : 柏端達也 (2016) コミュニケーションの哲学入門 ( 慶應義塾大学出版会, 105 頁 )) Author(s) 三木, 那由他 Citation Contemporary and Applied Philosophy Issue Date 2017-07-31 URL https://doi.org/10.14989/226626

More information