Skip to content

senpai-a/chinese-word-segmentation

Repository files navigation

Chinese word segmentation: 20 points

  • This task provides PKU data as training set and test set (e.g., you can use 80% data for model training and other 20% for testing ), and you are free to use data learned or model trained from any resources.
  • Evaluation Metrics:
    • Precision = (Number of words correctly segmented)/(Number of words segmented) * 100%
    • Recall = (Number of words correctly segmented)/(Number of words in the reference) * 100%
    • F measure = 2PR / (P+R)

About

NLP导论 作业:最大匹配中文分词

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages