Practical NLP: Chinese Named Entity Recognition
Follow the WeChat official account “ML_NLP“ Set as “Starred“, heavy content delivered in real-time! Original Link:https://blog.csdn.net/MaggicalQ/article/details/88980534 Introduction This project will use pytorch as the main tool to implement different models (including HMM, CRF, Bi-LSTM, Bi-LSTM+CRF) to solve the problem of Chinese named entity recognition. The article will not involve too much mathematical derivation but will … Read more