Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # CLAUSE DETECTION
- # Dict. copular : 25 (be, prove, sound, ...)
- # Dict. ext-copular : 31 (love, be, prove, ...)
- # Dict. not ext.-cop. : 2 (die, walk)
- # Dict. complex trans. : 15 (set, lay, bring, ...)
- # Dict. ignored adverb : 6 (as, thus, even, ...)
- # Dict. included adverb: 5 (seldom, barely, scarcely, ...)
- # Dict. conj adverbs : 0
- # Conservative SVA : true
- # Conservative SVOA : false
- # Process all verb CCs : true
- # Process non-verb CCs : false
- # Process appositions : true
- # Process possessives : true
- # Process partmods : true
- #
- # REPRESENTATION
- # n-ary propositions : false
- # Min. opt. args : 0
- # Max. opt. args : 1
- # Lemmatize : false
- # Appositions verb : "is"
- # Possessive verb : "has"
- Input sentence : Bell, a telecommunication company, which is based in Los Angeles, makes and distributes electronic, computer and building products.
- Parse time : 0.344s
- Dependency parse : (ROOT
- (S
- (NP
- (NP (NNP Bell))
- (, ,)
- (NP (DT a) (JJ telecommunication) (NN company))
- (, ,)
- (SBAR
- (WHNP (WDT which))
- (S
- (VP (VBZ is)
- (VP (VBN based)
- (PP (IN in)
- (NP (NNP Los) (NNP Angeles)))))))
- (, ,))
- (VP (VBZ makes)
- (CC and)
- (VBZ distributes)
- (NP
- (UCP (JJ electronic) (, ,) (NN computer)
- (CC and)
- (NN building))
- (NNS products)))
- (. .)))
- Semantic graph : [makes/VBZ
- nsubj>[Bell/NNP
- appos>[company/NN det>a/DT amod>telecommunication/JJ]
- acl:relcl>[based/VBN
- nsubjpass>which/WDT
- auxpass>is/VBZ
- nmod:in>[Angeles/NNP case>in/IN compound>Los/NNP]]]
- cc>and/CC
- conj:and>distributes/VBZ
- dobj>[products/NNS
- amod>[electronic/JJ conj:and>computer/NN cc>and/CC conj:and>building/NN]]]
- ClausIE time : 0.002s
- Clauses : Propositions :
Advertisement
Add Comment
Please, Sign In to add comment