# simple_crf **Repository Path**: littezheng/simple_crf ## Basic Information - **Project Name**: simple_crf - **Description**: simple Conditional Random Field implementation in Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-22 - **Last Updated**: 2023-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple CRF 线性链条件随机场简洁实现版本,参考:https://github.com/shawntan/python-crf 代码的符号系统风格和李航老师的《统计学习方法》第11章保持一致,可对照书本查看代码,代码有比较详细的注释。 亦可查阅我的博客,内有详细介绍:https://applenob.github.io/crf.html ## 执行demo `python3 example.py` 注:这里的训练数据只有4条,因此结果不佳,主要用作原理理解。