Questions tagged [syntax-trees]
Graphical representations of hierarchical analyses of grammatical relations. Requests to make syntax trees are off-topic.
244 questions
4
votes
1
answer
283
views
Parse Tree Generator for Dependency Grammar?
(Sorry if this is the wrong place to ask)
Is there a website akin to phpSyntaxTree / jsSyntaxTree that would allow me to manually type in something like bracket notation to make parse trees for ...
1
vote
0
answers
84
views
why do some syntax trees not preserve the same order as the linear order of the original sentence?
from what I know, syntax trees preserve the linear order of the original sentence when the leafs are read from left to right
for example in this (Arabic) case:
"Yakun" appears in the ...
-1
votes
1
answer
84
views
Thematic structure of verb and preposition
I am just wondering what would be the theta roles for the verbs and preposition phrases for this sentence "The coach genuinely believes the striker to be a big star." so far this is what i ...
3
votes
1
answer
96
views
Drawing phrase markers "What/Who is a phonologist?"
In the book "Analysing Sentences" by Noel Burton-Roberts, there's an exercise on drawing phrase markers for the 2 sentences "What is a phonologist?" and "Who is a phonologist?&...
4
votes
0
answers
123
views
Best OCR for formal linguistics papers?
I have a fair number of formal linguistics papers (generative syntax, semantics) and I am looking for a good OCR software to digitize them as searchable PDFs. Unfortunately, the programs I have tried ...
0
votes
0
answers
106
views
How does the syntax work for a phrase like "already much too cocky?"
I'm working on a syntax tree for the sentence "The belief that syntactic theory reveals the inner structure of sentences emboldened the already much too cocky professor," and I'm stuck on &...
2
votes
0
answers
56
views
Is there always at least one parse which accounts for all words cleanly using Phrase Structure Grammar trees?
A few small but related questions here. I'm looking at ways to define "sentence patterns", at least starting with English. That led me back to phrase structure grammars, which have nice and ...
1
vote
0
answers
65
views
Is this syntactic tree correct so far? [closed]
*Not homework
I have been doing practice problems, but I am really struggling with syntax trees.
I think I have the first part of the tree, but I'm not sure about the rest.
Here is the practice ...
1
vote
1
answer
73
views
What does a prime mean in a node label in a X-bar structure tree?
In Anderson's Essentials of Linguistics, a X-bar structure tree contains nodes labeled with '. What does the prime mean? What do N', V', and T' mean? Thanks.
1
vote
0
answers
57
views
On the argument structure of 'bet'
I have some problems with defining the argument structure of bet in the following pair of sentences:
a) John bet £300 on Manchester United.
b) John bet Bill £300 that Manchester United would win the ...
2
votes
2
answers
133
views
Is it possible to have a repeated node appear under the same node? (Syntax Tree) [illustration provided]
Please help me understand these syntax trees (French and English).
For context we are learning about the representation of movement in syntax trees.
From my understanding, we'd have to use an X' under ...
3
votes
1
answer
86
views
Name for ongoing syntactic dependencies after a word
Consider the sentence "I love my dog." There are three syntactic dependencies in this sentence: (a) the subject dependency from "I" to "love," (b) the modifier dependency ...
3
votes
1
answer
281
views
Argumentation for the existence of Tense phrase
I could not find syntactic arguments to support the existence of a separate T(ense) category inside the tree for the sentence “John rarely spends the weekend with his family”
As well as syntactic ...
3
votes
1
answer
214
views
How does an AdvP attach in X-bar syntax?
I am studying Linguistics and for the life of me, I cannot seem to get my head around X bar theory. I have to figure out the X bar sytax tree of this sentence:
"I love the cover of the book very ...
4
votes
0
answers
195
views
Stacking of prepositions in English?
The Cambridge Grammar Of The English Language recognises the existence of intransitive prepositions (p. 612):
The case for allowing prepositions with no complements is most compelling where the same ...
0
votes
0
answers
198
views
French V-to-T movement and modifier
I am struggling with this question that concerns the location of a modifier in a French sentence. How would you account for the last sentence?
Thank you in advance.
2
votes
1
answer
108
views
How can the following phrase ambiguously have two trees: "expensive shoes from Italy"?
This is an exercise from "Introducing syntax" by Olaf Koeneman & Hedde Zeijlstra, 2017. The chapter this exercise is taken from deals with "Merge".
4
votes
2
answers
287
views
Is there a language whose syntactic structure accepts a specifier of a PP?
We know a preposition (in X-bar theory) is the head of a prepositional phrase and it has a complement that is the sister of this very preposition. However I've never seen a language with a constituent ...
2
votes
1
answer
139
views
Difference between the Merge postion and the base position
I was reading this analysis of the derivation below. And I wasn't familiar with the terminology "original Merge position." Is it just like "the base position"? Here is the sentence ...
0
votes
1
answer
108
views
Why two appearances of the past participle "ganado" in this derivation?
The sentence being parsed:
De CHOMSKY varios libros han ganado premios internacionales, no de Trotsky.
of Chomsky several books have won awards international-PL, not of Trotsky
Could someone please ...
0
votes
1
answer
87
views
In syntax trees, why aren't single-word phrases reduced to that word?
Why do phrases like "the car in Texas" break down into
(NP (Det the) (N car)
(PP (P in) (NP (N Texas))))
Why is the prepositional phrase "in Texas" constituted of the ...
4
votes
1
answer
2k
views
How to treat adverbial phrases in X-bar theory
My question is about how to represent so-called adverbial phrases like "last night" or "all day". My confusion arises because there seems to be a consensus that these phrases are ...
5
votes
1
answer
112
views
Why is "addressing" discontinuity/nonprojectivity important?
I was reading about dependency grammars on Wikipedia, and then, following up on the term "(non-)projectivity", was lead to the page about discontinuity. Now, the concept is quite easy to ...
2
votes
0
answers
86
views
How to determine structure of answer for a wh- question
Consider a wh-question (in english language) such as "Who closed the door?". Personally, I can determine that an answer will look like "NP closed the door.", where NP would be a ...
1
vote
0
answers
390
views
Help with syntax tree generation with movements [closed]
This is my attempt at the sentence "Which compound appears to have been created with the recently found chemical element yesterday?" , but I'm not sure if it's correct:
Is the wh-movement ...