Practical NLP: Chinese Named Entity Recognition

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

Free and Effective OCR Tools for Image to Text Conversion

Free and Effective OCR Tools for Image to Text Conversion

Recently, I received a small project that involved organizing the vector boundaries of rivers. The task is quite simple as the data is available; however, the key issue is that the provided data was collected around 2010 and is only available in hard copy, with no electronic version. The coordinates are organized in columns, covering … Read more