Skip to content

Instantly share code, notes, and snippets.

@kvh
Created November 18, 2012 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvh/4108116 to your computer and use it in GitHub Desktop.
Save kvh/4108116 to your computer and use it in GitHub Desktop.
SwiRL Shallow semantic parser output
SRL> 3 Remind me to move my car Friday.
( S1 0
( S 0
( VP 0
( VB 0 Remind remind O )
( S 1
( NP 0 { B-A2-0 B-A0-3 }
( PRP 1 me me O ) )
( VP 0 { B-A1-0 }
( TO 2 to to O )
( VP 0
( VB 3 move move O )
( NP 1 { B-A1-3 }
( PRP$ 4 my my O )
( NN 5 car car O ) )
( NP 0 { B-A2-3 }
( NNP 6 Friday. friday. O ) ) ) ) ) ) ) )
VB (S1(^S(^VP^* "remind" 1 * *
PRP (S(NP^*) "me" 0 (A2*) (A0*)
TO (^VP^* "to" 0 (A1* *
VB (VP^* "move" 1 * *
PRP$ (NP* "my" 0 * (A1*
NN ^*) "car" 0 * *)
NNP (NP^*))))))) "friday." 0 *) (A2*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment