Skip to content

gazzola/multiword_expression_tagger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python Tagger for Multiword Expression

Documentation

Documentation about this idea is available here.

Tasks

  • Reading of the sample corpus. The script extracts the text grouping it in sentences.
  • Using the MBSP tool, POS tags and lemmas of each word in the sentence were obtained.
  • With a little list of unit of time and manner of motions verbs, the program identifies some multiword expressions.

Program

The program (src/main.py module) identifies multiword expressions of time using the patterns 1 and 2 explained here.

Usage:

python main.py

Output:

  • time fly
  • as seconds go by

About

Python Tagger for Multiword Expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%