sudhof / politeness

Sample implementation of a politeness model, trained on the Stanford Politeness Corpus
Apache License 2.0
147 stars 41 forks source link

Spacy parser URL or other alternative? #12

Closed bothe closed 2 years ago

bothe commented 2 years ago

I am trying this repo recently, and I don't know if I am missing something at this line, missing URL for parsing the sentences? or another pointer would be helpful to reproduce the same results.

https://github.com/sudhof/politeness/blob/0449a15089479ee94ecad6b1698e8f3a2e5637ce/scripts/format_input.py#L14

Thanks in advance for the help.

cristiandnm commented 2 years ago

Thanks for your interest. This is no longer maintained, so please use convokit.cornell.edu instead

On Fri, Dec 10, 2021 at 16:09 Chandrakant Bothe @.***> wrote:

I am trying this repo recently, and I don't know if I am missing something at this line, missing URL for parsing the sentences? or another pointer would be helpful to reproduce the same results.

https://github.com/sudhof/politeness/blob/0449a15089479ee94ecad6b1698e8f3a2e5637ce/scripts/format_input.py#L14

Thanks in advance for the help.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sudhof/politeness/issues/12, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCMFE22TU2TVH33WOLPHBLUQKJCLANCNFSM5J2JJXEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bothe commented 2 years ago

Thank you Cristian for your reply. I tried convokit, but wasn't that straight, I only wanted to check some sentences for Politeness labels with pre-trained model on wiki.

I will give another try though.