stanza_spacy: create pipeline with personal Phrase Component #13426
Unanswered
stephane54
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I use stanza_spacy and I have several questions/problems:
I'd like to make a Matcher to recognize a list of terms
Is it possible to simply make your own component with Phrase and put it in a pipeline after the Postag Stanza_Spacy?
The stanza POStag will be used to tag the list of terms which will then be proposed as input to the Matcher.
for Term "functional connectivity"
Rule example : [{"lemma": "functional", "POS": "ADJ"}, {"lemma": "connectivity", "POS": "NOUN"}]
Is this the best solution?
Thank you very much for your answers
Stephan
Beta Was this translation helpful? Give feedback.
All reactions