Skip to content

Commit

Permalink
Make a couple notes / changes. Move the Preserving sentence down - ca…
Browse files Browse the repository at this point in the history
…n recheck that, then continue checking with the chess sentence
  • Loading branch information
AngledLuffa committed Sep 26, 2023
1 parent e6d7970 commit d7eadd8
Showing 1 changed file with 46 additions and 45 deletions.
91 changes: 46 additions & 45 deletions english-handparsed/wsj_9009.mrg
Original file line number Diff line number Diff line change
Expand Up @@ -25,49 +25,6 @@
(NP (NNP St.) (NNP Damiano) (POS 's)))))))))
(. .)))


(ROOT
(S
(S
(VP
(VBG Preserving)
(NP
(NP (DT the) (NN orthodoxy))
(PP
(IN of)
(NP
(NP (DT the) (NN relationship))
(PP
(IN between)
(NP (NNP God) (CC and) (NN mathematics))))))
(, ,)
(SBAR
(IN although)
(RB not)
(PP
(IN in)
(NP
(NP (DT the) (JJ same) (NN form))
(SBAR
(IN as)
(S
(VP
(VBN held)
(PP
(IN by)
(NP (PRP$ his) (NNS critics)))))))))
(, ,)))
(VP
(VBD was)
(ADVP (RB long))
(NP
(NP (DT a) (NN concern))
(PP
(IN of)
(NP (NNP Cantor) (POS 's)))))
(. .)))


(ROOT
(S
(NP
Expand Down Expand Up @@ -139,6 +96,7 @@
(. .)))

# this is correct for "in charge of"
# for example, "... is in charge of culture" from PTB
(ROOT
(S
(PP
Expand All @@ -163,7 +121,8 @@
(. .)))


# PP is weird
# there was a PP combining "about Chaumpaign's service" and "how she came..."
# UCP might be better to coordinate the PP and SBAR
(ROOT
(S
(S
Expand All @@ -178,7 +137,7 @@
(NP (DT no) (NNS details)))
(VP
(VBP survive)
(PP
(UCP
(PP
(IN about)
(NP
Expand All @@ -205,6 +164,48 @@
(. .)))



(ROOT
(S
(S
(VP
(VBG Preserving)
(NP
(NP (DT the) (NN orthodoxy))
(PP
(IN of)
(NP
(NP (DT the) (NN relationship))
(PP
(IN between)
(NP (NNP God) (CC and) (NN mathematics))))))
(, ,)
(SBAR
(IN although)
(RB not)
(PP
(IN in)
(NP
(NP (DT the) (JJ same) (NN form))
(SBAR
(IN as)
(S
(VP
(VBN held)
(PP
(IN by)
(NP (PRP$ his) (NNS critics)))))))))
(, ,)))
(VP
(VBD was)
(ADVP (RB long))
(NP
(NP (DT a) (NN concern))
(PP
(IN of)
(NP (NNP Cantor) (POS 's)))))
(. .)))

# attacking attached correctly?
# style of play all under one NP?
(ROOT
Expand Down

0 comments on commit d7eadd8

Please sign in to comment.