Skip to content

sanjaymeena/SemanticRoleLabeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Role Labeler

This is Multilingual Semantic Role Labeler being modeled for Chinese. This project is the master project containing all relevant code for dealing with SRL . It includes various modules

  1. Data Validation Module Validated data in CONLL data format tagged by human annotators. There are lots of functionalities here.

  2. SRL Trainer

    • Train POS , Dependency Parser Tagger
    • Train SRL
  3. Utility Programs

    • Dealing with Data manipulation, generation for further analysis in Python
    • Extractors for POS from different datasets