How to find constructions in the NPCMJ

Kei Yoshimoto

1   受動文 Passives

1.1   直接受動文 Direct Passives

〇パターン (1) により、コーパス中の直接受動文をすべて検索することができる。受動の助動詞およびそれに先行する姉妹として論理主語のタグがあらわれる文を検索する (PASS が * を直接支配する「てある」構文を排除)。

Pattern (1) finds all occurrences of direct passives in the corpus. This looks for cases in which a passive auxiliary verb and a logical subject as its preceding sister appear. The てある–construction is excluded, in which a PASS dominates *.

(1)
/LGS/ < __ $.. (/PASS\b/ !< /^\*/)

〇パターン (2) により、論理的主語が明示されない直接受動文をコーパス中から検索することができる。

Pattern (2) finds all occurrences of direct passives with omitted logical subjects.

(2)
/LGS/ < /^\*/ $.. (/PASS\b/ !< /^\*/)

〇パターン (3) により、論理的主語が明示された直接受動文をコーパス中から得ることができる。

Pattern (3) finds all occurrences of direct passives with explicit logical subjects.

(3)
/LGS/ !< /^\*/ $.. (/PASS\b/ !< /^\*/)

〇パターン (4) により、論理的主語が格助詞「によって」により明示された直接受動文をコーパス中から得ることができる。

Pattern (4) finds all occurrences of direct passives with logical subjects marked by によって.

(4)
/PP-LGS/ < (/P-ROLE/ < /によって/) $.. (/PASS\b/ !< /^\*/)

1.2   間接受動文 Indirect Passives

〇パターン (5) により、コーパス中の間接受動文をすべて検索することができる。

Pattern (5) finds all occurrences of indirect passives in the corpus.

(5)
/LGS/ < __ $.. /PASS2\b/

〇パターン (6) により、論理的主語が明示されない間接受動文を検索することができる。

Pattern (6) finds all occurrences of indirect passives with omitted logical subjects.

(6)
/LGS/ < /^\*/ $.. /PASS2\b/

2   使役文 Causatives

〇パターン (7) により、コーパス中の使役文を検索できる。

Pattern (7) finds all occurrences of causatives in the corpus.

(7)
/CZZ/ < __ $.. (/VB2/ < /^させ|^せ/)

〇パターン (8) により、他動詞から作られた使役文を検索することができる。

Pattern (8) finds all occurrences of causativised transitive verbs.

(8)
/OB1/ $.. (/VB2/ < /^させ|^せ/)

〇パターン (9) により、自動詞から作られた使役文を検索することができる。

Pattern (9) finds all occurrences of causativised intransitive verbs.

(9)
/VB2/ < /^させ|^せ/ !$,, /OB1/

〇パターン (10) により、被使役者を「を」で表示する使役文を検索することができる。

Pattern (10) finds all occurrences of causatives with a causee marked by を.

(10)
/P-CZZ/ < (/P-ROLE/ < /を/) $.. (/VB2/ < /^させ|^せ/)

〇パターン (11) により、使役受動文を検索できる。

Pattern (11) finds all occurrences of passivised causatives.

(11)
/VB2/ < /^させ|^せ/ $. /PASS/

3   補助動詞あげる/くれる/もらう Secondary Verbs あげる/くれる/もらう

〇パターン (12) によって、受益者が「に」で表示される、補助動詞「くれる」を伴う文を検索できる。

Pattern (12) finds all occurrences of sentences with a secondary verb くれる whose beneficiary is marked by に.

(12)
/VB2/ < /^くれ/ $,, (/PP-OB2/ < (/P-ROLE/  < に))

〇パターン (13) によって、使役文に補助動詞「もらう」が後続する文が検索できる。

Pattern (13) finds all occurrences of causatives immediately followed by a secondary verb もらう.

(13)
/IP-SMC-OB1/ < (/VB2/ < /^させ|^せ/) $.. (/^VB\b/ < /^もら/)

4   テンス Tense

〇パターン (14) によって、主節・従属節ともに「た」によってテンス表示されている文が検索できる。

Pattern (14) finds all occurrences of complex sentences in which both the matrix and subordinate clauses are tense marked by た.

(14)
/SCON|CND/ < (/IP-ADV/ < /AXD/) $.. /AXD/

5   疑問文 Interrogatives

〇パターン (15) によって、疑問詞をともなう疑問文が検索できる (埋め込まれた疑問節を排除)。

Pattern (15) finds all occurrences of interrogatives with WH-words (embedded interrogative clauses are excluded).

(15)
/CP-QUE/ << /^W/ !> /^CP|^IP/

*以下のようにすると、どのようなファイルについても、埋め込まれた疑問節を排除して疑問文を検索できる。

*The search below would be one way to find all matrix interrogatives irrespective of how (all files, or range of files) you are searching.

(16)
/^CP-QUE/ [ > TOP | $ ID ]

〇パターン (17) によって、「の/ん」を伴う疑問文が検索できる。

Pattern (17) finds all occurrences of interrogatives with a formal noun の/ん.

(17)
/CP-QUE/ < (/IP-SUB/ < (/^FN/ < /の|ん/)) !> /^CP|^IP/

〇パターン (18) によって、否定疑問文が検索できる。

Pattern (18) finds all occurrences of negative interrogatives.

(18)
/CP-QUE/ < (/IP-SUB/ < /^NEG\b/) !> /^CP|^IP/

〇パターン (19) によって、「か」以外の終助詞をともなう疑問文が検索できる。

Pattern (19) finds all occurrences of interrogatives marked by a final particle other than か.

(19)
/CP-QUE/ < (/P-FINAL/ !< か) !> /^CP|^IP/

〇パターン (20) によって、終助詞「か」をともなわない疑問文が検索できる。

Pattern (20) finds all occurrences of sentences not marked by the final particle か.

(20)
/CP-QUE/ !< (/P-FINAL/ < か) !> /^CP|^IP/

6   二重主語構文 Double Subject Sentences

〇パターン (21) によって、大主語が「は」で、小主語が「が」で表示された二重主語構文を検索できる。

Pattern (21) finds all occurrences of double subject sentences in which the first subject is marked by は and the second one is marked by が.

(21)
/PP-SBJ\b/ < (/P-OPTR/ < は) $ (/PP-SBJ2/ < (/P-ROLE/ < が))

7   並列構文 Conjunctions

〇パターン (22) によって、接続詞「て」を伴う並列副詞節を持つ文を検索することができる。

Pattern (22) finds all occurrences of sentences with conjunctive adverbial clauses headed by て.

(22)
/IP-ADV-CONJ/ <- (/P-CONN/ < /^て|で$/)

〇パターン (23) によって、接続詞「て」を伴う並列副詞節が2つ連続する文を検索することができる。

Pattern (23) finds all occurrences of sentences with two consecutive conjunctive adverbial clauses headed by て.

(23)
/IP-ADV-CONJ/ <- (/P-CONN/ < /^て|で$/) < (/IP-ADV-CONJ/ <- (/P-CONN/ < /^て|で$/))

〇パターン (24) によって、接続助詞「や」を伴う並列句が他に3つ以上の並列する姉妹を持つ例を検索できる (ここで言う「姉妹」には句読点も含まれることに注意)。

Pattern (24) finds all instances of conjunction with や where there are 4 or more sisters at the conjunct level (note it is possible for sisters at the conjunct level to be punctuation so this doesn't mean you are getting examples with four or more conjuncts.).

(24)
P-CONN < や > (CONJP > (__ <4 __))

8   語順変換 Scrambling

〇パターン (25) により、主語、第1目的語ともに省略されておらず、第1目的語が主語よりも先にあらわれる文を検索することができる。

Pattern (25) finds all occurrences of sentences in which a first object which is not a zero form is followed by a non-zero subject.

(25)
/OB1/ !< /^\*/ $.. (/SBJ/ !< /^\*/)

〇パターン (26) により、省略されておらず、取り立て助詞「は」を付加された第1目的語が省略されていない主語よりも先にあらわれる文を検索することができる。

Pattern (26) finds all occurrences of sentences in which a first object which is not a zero form and is marked by は is followed by a non-zero subject.

(26)
/PP-OB1/ < (/P-OPTR/ < /は/) $.. (/SBJ/ !< /^\*/)

9   省略 Ellipsis

〇パターン (27) により、第1目的語が省略されている (ゼロ代名詞となっている) 文を検索することができる。

Pattern (27) finds all occurrences of sentences with an elliptical (i.e., zero pronominalised) first object.

(27)
/\*/ > (/^NP-OB1/ !< /\*T\*/)

〇パターン (28) により、主語が省略されている 命令文を検索することができる。

Pattern (28) finds all occurrences of imperative sentences with an omitted subject.

(28)
/\*hearer\*/ > (/NP-SBJ/ > (/IP-SUB/ > /CP-IMP/))

〇パターン (29) により、助詞 (「は」「が」等) が省略された明示的な主語を持つ文を検索することができる。

Pattern (29) finds all occurrences of sentences which have an explicit subject with a dropped particle (は, が, etc.)

(29)
/^NP-SBJ/ !< /\*/ !$. /^P\b/

〇パターン (30) により、述語が省略された文を検索することができる。

Pattern (30) finds all occurrences of sentences with an omitted predicate.

(30)
/^IP/ !< /VB|ADJ|NP-PRD/ !< (/^AX\b/ < /^だ|^で/)

10   名詞節 Noun Clauses

〇パターン (31) により、名詞「こと」が導く名詞節 (「~ということ」を除く) を検索することが出来る。

Pattern (31) finds all occurrences of noun clauses headed by the noun こと.

(31)
こと > (/^N\b/ $, /^IP-EMB\b/)

*少数だが FN とされている「こと」があり、検討が必要。

*There are a few occurrences of こと which are tagged with FN. An investigation is still needed on the difference between the tags N and FN,

〇パターン (32) により、「~ということ」により導かれる名詞節を検索することができる。

Pattern (32) finds all occurrences of noun clauses introduced by ということ.

(32)
こと > (/^N\b/ $, (/^CP-THT\b/ < (/^P-COMP\b/ < という)))

〇パターン (33) により、名詞「の」が導く主語名詞節を検索することができる。

Pattern (33) finds all occurrences of subject noun clauses headed by the noun の.

(33)
の > (/^N\b/ $, /^IP-EMB\b/ > (/NP/ > /PP-SBJ/))

*修飾先の名詞や名詞化接辞がないのにもかかわらず名詞節が構成される場合の扱いについては、マニュアル「10.2 名詞化節」の IP-NMZ および主名詞を持たない関係節 (IP-REL) を参照のこと。

*For IPs which appear in a nominal environment without any accompanying nouns or nominalizers, see 10.2 Nominalized IPs (IP-NMZ) of the manual. See also how targetless relative clauses are treated in this section.

〇パターン (34) により、擬似分裂構文「~のは (が)~だ」を検索することができる。

Pattern (34) finds all occurrences of pseudo-cleft constructions … のは (が) … だ.

(34)
/PP-SBJ/ < (/^NP/ < (/^N/ < の)) $.. /^NP-PRD/

〇パターン (35) によって、終助詞「か」が導く疑問節が第1目的語となっている例を検索することができる。

Pattern (35) finds all occurrences of sentences whose first object is a question clause introduced by the final particle か.

(35)
/CP-QUE-OB1/ < (/P-FINAL/ < か)

〇パターン (36) によって、疑問詞を含む疑問節が主語となっている例を検索することができる。

Pattern (36) finds all occurrences of sentences whose subject is a question clause with a WH word.

(36)
/CP-QUE-SBJ/ << /^W/

〇パターン (37) によって、補文助詞「と」が導く補部節が伝達動詞や認識動詞等の第1目的語となっている文を検索することができる。

Pattern (37) finds all occurrences of sentences in which a complementiser clause, being headed by the complementiser と, is the first object of a verb for communication or recognition.

(37)
/CP-THT-OB1/ < (/^P-COMP/ < と)

11   副詞節 Adverbial Clause

〇パターン (38) によって、接続助詞「ば」が導く条件節を検索することができる。

Pattern (38) finds all occurrences of sentences with conditional clauses headed by the conjugational particle ば.

(38)
/IP-ADV-SCON-CND/ < (/P-CONN/ < ば)

〇パターン (39) によって、接続助詞「から」が導く従属節を伴う文を検索することができる。

Pattern (39) finds all occurrences of sentences with subordinate clauses headed by the conjugational particle から.

(39)
/PP-SCON/ < (/P-CONN/ < から)

12   関係節 Relative Clauses

〇パターン (40) によって、第1目的語が関係節化されている例 (主名詞が関係節の中で第1目的語の文法役割を果たしているもの) を検索することができる。

Pattern (40) finds all occurrences of cases in which the first object is relativised (i.e., where the head noun plays the role of the first object in the relative clause).

(40)
/^N\b/ $,, (/IP-REL/ < (/NP-OB1/ < /\*T\*/))

〇パターン (41) によって、関係節の後に主名詞が直接後続するのでなく、両者の間に1つ以上の単語が介在する例を検索することができる。

Pattern (41) finds all occurrences of cases in which a relative clause is not immediately followed by a head noun, but one or more words intervene between them.

(41)
/^N\b/ $,, (__ $, /IP-REL/)

〇パターン (42) によって、主名詞が関係節の中で必須文法役割 (主語、第1目的語、および第2目的語) 以外の文法役割を果たしている例を検索することができる。

Pattern (42) finds all occurrences of cases in which a head noun plays an optional grammatical role (a grammatical role other than the subject, first object, or second object) in the relative clause.

(42)
/^IP-REL/ !< (/NP-(SBJ|SBJ2|LGS|DSBJ|OB1|DOB1|OB2|CZZ)\b/ < /\*T\*/)

〇パターン (43) によって、長距離依存となっている関係節化、すなわち関係節内部に埋め込まれた節の中にトレースが存在する例を検索することができる。埋め込まれるのが形容詞節である場合を除外する。

Pattern (43) finds all occurrences of relativisation as long distance dependency, i.e., relative clauses embedding a clause containing a trace. Cases are excluded in which the embedded clause is adjectival.

(43)
/^IP-REL\b/ << (/^IP/ < (/^NP/ < /\*T\*/) !< /ADJ/)

*当該の IP-REL とペアをなす主名詞とこのトレースとが同一指示であるという保証は無い。すなわち、埋め込まれるのが関係節で、それが修飾する主名詞と同一指示である可能性がある。

*The head noun modified by the relative clause may possibly not be coreferential with the trace. That is, the embedded clause may be a relative clause that is paired with a head noun coreferential with the trace

〇パターン (44) によって、外の関係の関係節を伴い、形式名詞でなく名詞として使用されている「わけ」の例を検索することができる。

Pattern (44) finds all occurrences of relative clauses without a trace headed by わけ which is not a formal noun, but a common noun.

(44)
わけ > (/^N\b/ $,, /^IP-EMB\b/)