Tips with labeling functions - Skweak #12374
-
I am currently annotating a large amount of data and wonder whether anyone has any tips on how to implement a labelling function that would, e.g., find all sentences containing 'X' and label them into a span category. I have about 700 txt files from which I would like to do this. Since I am annotating whole sentences, I do not need to be precise the same way I would with NER, and hence some sort of a function like this would help. Am I right that Skweak could help me with this? Are there any further tips/tutorials on its implementation? Many thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey, thanks for your question. |
Beta Was this translation helpful? Give feedback.
Hey, thanks for your question.
If your goal is to label spans based on a set of patterns/rules, using the SpanRuler / EntityRuler would be more helpful for your use case.