| 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
A special case in the quest for valence patterns: נָתַן with Pred + Objc + Cmpl.
Which of the phrases marked as Cmpl are locatives and which are indirect object?
This query only extracts the set of candidates, further analysis of them is done in a corresponding LAF-Fabric notebook
Two things complicate the otherwise straightforward formulation of this query:
Cmpl. If we just say [word]* there are many spurious matches, because we did not say that these words should be all words of the complement. So we must use the keywords first and last, but then we have also the case that there is only one word, which should be first and last.So the body of this query has become a bit monstrous.
| 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 |
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[']]
]
]]]