vanzytay / EMNLP2018_NLI

Repository for NLI models (EMNLP 2018)
GNU General Public License v3.0
61 stars 10 forks source link

data preprocess #3

Open Chunlinx opened 6 years ago

Chunlinx commented 6 years ago

Hi, Thanks for sharing your great work.

Can you share your code for data preprocessing?

Regards

hitvoice commented 5 years ago

+1. I would like to know what tagger is used for POS tagging, Spacy, NLTK or Stanford NLP?

vanzytay commented 5 years ago

Hi @Chunlinx @hitvoice Have updated the code with the preprocessing!

I think the POS tags came with the SNLI dataset.

hitvoice commented 5 years ago

Thanks for sharing! ❤️

Chunlinx commented 5 years ago

Thanks a lot.