Chiddix

ClausIE example output

Aug 4th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. # CLAUSE DETECTION
  2. # Dict. copular : 25 (be, prove, sound, ...)
  3. # Dict. ext-copular : 31 (love, be, prove, ...)
  4. # Dict. not ext.-cop. : 2 (die, walk)
  5. # Dict. complex trans. : 15 (set, lay, bring, ...)
  6. # Dict. ignored adverb : 6 (as, thus, even, ...)
  7. # Dict. included adverb: 5 (seldom, barely, scarcely, ...)
  8. # Dict. conj adverbs : 0
  9. # Conservative SVA : true
  10. # Conservative SVOA : false
  11. # Process all verb CCs : true
  12. # Process non-verb CCs : false
  13. # Process appositions : true
  14. # Process possessives : true
  15. # Process partmods : true
  16. #
  17. # REPRESENTATION
  18. # n-ary propositions : false
  19. # Min. opt. args : 0
  20. # Max. opt. args : 1
  21. # Lemmatize : false
  22. # Appositions verb : "is"
  23. # Possessive verb : "has"
  24. Input sentence : Bell, a telecommunication company, which is based in Los Angeles, makes and distributes electronic, computer and building products.
  25. Parse time : 0.344s
  26. Dependency parse : (ROOT
  27. (S
  28. (NP
  29. (NP (NNP Bell))
  30. (, ,)
  31. (NP (DT a) (JJ telecommunication) (NN company))
  32. (, ,)
  33. (SBAR
  34. (WHNP (WDT which))
  35. (S
  36. (VP (VBZ is)
  37. (VP (VBN based)
  38. (PP (IN in)
  39. (NP (NNP Los) (NNP Angeles)))))))
  40. (, ,))
  41. (VP (VBZ makes)
  42. (CC and)
  43. (VBZ distributes)
  44. (NP
  45. (UCP (JJ electronic) (, ,) (NN computer)
  46. (CC and)
  47. (NN building))
  48. (NNS products)))
  49. (. .)))
  50. Semantic graph : [makes/VBZ
  51. nsubj>[Bell/NNP
  52. appos>[company/NN det>a/DT amod>telecommunication/JJ]
  53. acl:relcl>[based/VBN
  54. nsubjpass>which/WDT
  55. auxpass>is/VBZ
  56. nmod:in>[Angeles/NNP case>in/IN compound>Los/NNP]]]
  57. cc>and/CC
  58. conj:and>distributes/VBZ
  59. dobj>[products/NNS
  60. amod>[electronic/JJ conj:and>computer/NN cc>and/CC conj:and>building/NN]]]
  61. ClausIE time : 0.002s
  62. Clauses : Propositions :
Advertisement
Add Comment
Please, Sign In to add comment