Skip to content
/ PPScore Public

Unsupervised-learning-based Keyphrase Extraction from a Single Document by the Effective Combination of the Graph-based Model and the Modified C-value Method

Notifications You must be signed in to change notification settings

Yeom/PPScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Unsupervised-learning-based Keyphrase Extraction from a Single Document by the Effective Combination of the Graph-based Model and the Modified C-value Method

Code for the paper "Unsupervised-learning-based Keyphrase Extraction from a Single Document by the Effective Combination of the Graph-based Model and the Modified C-value Method" (Computer Speech & Language 58 · May 2019)

- Graph Model is based on TextRank
- C-Value

[Run]
python main.py --config config.ini

[Config]
- JSON Format
- [data][path] : Path of input files.(POS Tagged file)
- [data][extension] : Extension of input files
- [data][position] : position information file
- [data][name] : dataset name(SemEval2010 / Inspec)
- [data][output] : Path of output file
- [window] : window size
- [alpha] : A value of alpha
- [beta] : A value of beta

About

Unsupervised-learning-based Keyphrase Extraction from a Single Document by the Effective Combination of the Graph-based Model and the Modified C-value Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published