Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about dependency-parsing

Read more about dependency-parsing

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - dependency-parsing

Is possible to get dependency/pos information for entities in Spacy?

I am working on extracting entities from scientific text (I am using scispacy) and later I will want to extract relations using hand-written rules. I have extracted entities and their character span s...
test-img

planetx

nlp

spacy

named-entity-recognition

dependency-parsing

Votes: 0

Answers: 1

Latest Answer

You can use the merge_entities mini-component to convert entities to single tokens, which would simplify what you're trying to do. There's also a component to merge noun chunks similarly.
test-img

polm23

SpaCy Matcher - Restricting Potential Matches

Not too sure exactly how to word the problem, so thank you for indulging the title... I'm using SpaCy's Matcher function to parse clauses (adverbial/prepositional/etc.) as a part of pre-processing. So...
test-img

Muphuka

nlp

spacy

text-parsing

matcher

dependency-parsing

Votes: 0

Answers: 1

Latest Answer

Okay friends, I found the answer. Here are two solutions: (1) If you know the beginning and end rules for your span, as well as its token length, you can use the 'NOT_IN' function within the Matcher t...
test-img

Muphuka

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved