File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # KeyphraseExtraction
1+ # Multilingual Unsupervised Keyphrase Extraction
2+
3+ This repository hosts code for the papers:
4+ * [ A comparative assessment of state-of-the-art methods for multilingual unsupervised keyphrase extraction] ( https://link.springer.com/chapter/10.1007/978-3-030-79150-6_50 ) - [ Download] ( https://github.com/NC0DER/KeyphraseExtraction/releases/tag/KeyphraseExtractionv1.0 )
5+
6+ ## Datasets
7+ Available in [ this link] ( https://github.com/NC0DER/KeyphraseExtraction/tree/main/Datasets )
8+
9+ ## Test Results
10+ Configure ` KeyExt\config.py ` and run ` KeyExt.py ` .
11+
12+ ## Installation
13+ * ` Python 3 ` (min. version 3.6), ` pip3 ` (& ` py ` launcher Windows-only).
14+ * ` Pytorch ` (min. version 1.8.0) the install guide can be found in (https://pytorch.org/ )
15+ * For speedup, pytorch also supports GPU parallelization with ` CUDA ` (min. version 11.0)
16+ * Run ` pip3 install -r requirements.txt `
17+
18+ ## Contributors
19+ * Nikolaos Giarelis (giarelis@ceid.upatras.gr )
20+ * Nikos Kanakaris (nkanakaris@upnet.gr )
21+ * Nikos Karacapilidis (karacap@upatras.gr )
You can’t perform that action at this time.
0 commit comments