Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 508 Bytes

File metadata and controls

24 lines (19 loc) · 508 Bytes

FDU-NLP-Chinese-Event-Extraction

My third project in NLP classes.

More details please refer to Chinese event extraction.pdf

  • Chinese event extraction.pdf
    • My project report
  • CRF++-0.58
    • the CRF toolkit
  • Dataset
    • include the original train and test file for HMM
    • include train and test file labeled POS for CRF
  • eval.py
    • the evaluation function
  • extraction.py
    • bigram HMM models
    • CRF pre-processing code
  • extraction_trigram.py
    • trigram HMM models
  • References
  • results