נָתַן and locatives

property value
id 558
local link localhost:8000/hebrew/query?id=558
original link shebanq.ancient-data.org/hebrew/query?id=558
created by Dirk Roorda
project Data and Tradition
organization ETCBC
date created 2015-03-04 13:41:04
date modified 2015-03-09 11:44:53
date shared 2015-03-09 11:44:53

Description

Complements of נָתַן

Subject

A special case in the quest for valence patterns: נָתַן with Pred + Objc + Cmpl.

Topic

Which of the phrases marked as Cmpl are locatives and which are indirect object?

Query

This query only extracts the set of candidates, further analysis of them is done in a corresponding LAF-Fabric notebook

MQL technique

Two things complicate the otherwise straightforward formulation of this query:

So the body of this query has become a bit monstrous.

Versions

4

property value
id 737
TF set q558-4
local link localhost:8000/hebrew/query?id=558&version=4
original link shebanq.ancient-data.org/hebrew/query?id=558&version=4
results 937
words in results 3081
date executed 2015-03-09 11:44:53
date modified 2015-03-09 11:44:53
date published 2015-04-09 12:25:08
Emdros version emdros 3.4.0

Query instruction (mql)

select all objects where

// it is a pity that we have to enumerate all 6 permutations

[book[chapter[verse
[clause // VOC

 [phrase function = Pred [word focus lex = 'NTN[']]
 ..
 [phrase function = Objc]
 ..
 [phrase function = Cmpl [word focus first and last] or [word focus first] [word focus]* [word focus last]]

 or // VCO

 [phrase function = Pred [word focus lex = 'NTN[']]
 ..
 [phrase function = Cmpl [word focus first and last] or [word focus first] [word focus]* [word focus last]]
 ..
 [phrase function = Objc]

 or // OVC

 [phrase function = Objc]
 ..
 [phrase function = Pred [word focus lex = 'NTN[']]
 ..
 [phrase function = Cmpl [word focus first and last] or [word focus first] [word focus]* [word focus last]]

 or // OCV

 [phrase function = Objc]
 ..
 [phrase function = Cmpl [word focus first and last] or [word focus first] [word focus]* [word focus last]]
 ..
 [phrase function = Pred [word focus lex = 'NTN[']]

 or // CVO

 [phrase function = Cmpl [word focus first and last] or [word focus first] [word focus]* [word focus last]]
 ..
 [phrase function = Pred [word focus lex = 'NTN[']]
 ..
 [phrase function = Objc]

 or // COV

 [phrase function = Cmpl [word focus first and last] or [word focus first] [word focus]* [word focus last]]
 ..
 [phrase function = Objc]
 ..
 [phrase function = Pred [word focus lex = 'NTN[']]
]
]]]