Use a word list for lookup #11822
monWork
started this conversation in
Help: Best practices
Replies: 2 comments 1 reply
-
Hi @monWork , I suggest looking into PhraseMatcher for your task. Here's a good example on how you can do rule-based matching given a list of terms. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @ljvmiranda921 , do you have example which I look at integrate this as an component in my training config? Or it would be more of using a custom code for component and I do phrase matching in there. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I have a list of words that i want to use to filter out the sentences in the document and use the filtered sentences only for training and inferencing.
I did look into spacy lookup as option but need help with the best way i can do that and make it efficient and how i can pass that list into my training config file ?
Beta Was this translation helpful? Give feedback.
All reactions