# NER **Repository Path**: greitzmann/NER ## Basic Information - **Project Name**: NER - **Description**: code for NER using HMM;s and linear chain CRF's - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NER_TRAIN.PY- contains code to train/predict ner using HMM linear_model - contains code to predict ner annotations using CRF.