howardyclo / Kaggle-Quora-Question-Pairs

This is our team's solution report, which achieves top 10% (305/3307) in this competition.
62 stars 14 forks source link

How to prepocess english text? Is there any code to reference? #2

Open dlutleixin opened 6 years ago

howardyclo commented 6 years ago

@dlutleixin Hello, you can use whatever english text pre-processing tool you like. In my case, I use spaCy a lot.

dlutleixin commented 6 years ago

@howardyclo I have referenced your partner's code a few days before.It's nice work and useful for my work. Would you please release your code in github? Thank you very much.

howardyclo commented 6 years ago

@dlutleixin Sorry for the late response. My code are not maintained for a long time and currently I don't have time to replicate the results. I think you can just refer to my partner's code and especially the preprocessing, feature engineering, LSTM and CNN code that shared from the kernels at Kaggle.