Andrew Ziem
Andrew Ziem
@k----n I expanded on that, and it helps. I will continue working with it to add the labels and filters I was trying. Thanks
Issue #68 also references many failures with the suffix PA
I needed an exhaustive list of field names for the CSV DictWriter. It would crash for each undetected field name, but when I had a full list, I could also...
FYI, I am working on this
It is confused because it thinks Austin is the last name and Abbey is a first name According to Wikipedia, Abbey is a surname https://en.wikipedia.org/wiki/Abbey_(surname) I assume the solution is...
I'm guessing I need to use labels 12 or 13 for most church names. Would you please clarify the difference between 12 and 13? ```` 0 : PrefixMarital 1 :...
Looking more closely at labeled data, it looks like CorporationNameOrganization is the type of organization in the name such as church, school, law firm, company, or corporation, while CorporationName is...
I opened a PR to close this issue https://github.com/datamade/probablepeople/pull/55
Sorry, I am not familiar with Indian names, but is it ended to use `&` and `@` as suffixes?
I just started working with this library, and I also noticed it classifying an individual with unique name as a corporation. My data set has a flag for individual/corporation that...