ConWea icon indicating copy to clipboard operation
ConWea copied to clipboard

Code for the paper "Contextualized Weak Supervision for Text Classification"

Results 2 ConWea issues
Sort by recently updated
recently updated
newest added

Thanks for the article, it inspired me a lot!I have a question about seedwords expand ... When I see the code : ``` python n1 = 5 n = min(n1...

Hello, contextualize.py relies on util (line 12: from util import *). However, util seems to be a local file rather than a package? Thanks for clarifying, Simone