Results 40 comments of Burton DeWilde

Hi @chrisspen , sorry to leave this question hanging for so long. I've not touched the ConceptNet code in a while, and after a bit of digging, I can tell...

Hi @yuletide , sorry about this hassle (and for leaving you hanging -- been a busy couple months!). I have minimal experience with conda, and in all honesty, I have...

Hi @quillan86 , I removed — well, "hid" — that function a while ago because I could no longer vouch for or maintain it. I'm interested in reintroducing the functionality,...

Hey @SandyRogers , thanks for the suggestion and the code snippet. I saw a presentation about WEAT last fall, and it's been in the back of my mind since. There's...

Hey @chrisspen , thanks for the feature request. I feel your pain... I've actually tried the "naive approach" you mentioned, but found its results too poor to include in textacy....

Good news: relevant code built on spacy was recently open-sourced. It's on my to-read list... https://medium.com/huggingface/state-of-the-art-neural-coreference-resolution-for-chatbots-3302365dcf30

Mmmaybe. To be honest, I'm not very familiar with these characters — are they used exclusively as quotation marks, or do they come up in other contexts? If the former,...

Hey @theSage21 , thanks for signing up! 👍 The workflow for topic modeling is mostly standard and well-covered in textacy; it includes file io, preprocessing, spacy parsing, tokenization into terms,...

Hi @numericlee , I don't know what "blackline" means, and I wasn't able to figure it out via web search. Could you clarify?

Hey @numericlee , sorry to leave you hanging. In short, `textacy` doesn't have this functionality built-in, but it looks like _Python_ does, more or less, via [`difflib`](https://docs.python.org/3/library/difflib.html). I've given some...