|
a |
|
b/QueryExtraction/readme.md |
|
|
1 |
## Query Extraction |
|
|
2 |
|
|
|
3 |
Multiple methods of extracting keywords from free-text. |
|
|
4 |
|
|
|
5 |
|
|
|
6 |
### Methods inlcuded: |
|
|
7 |
1. [spaCy pytextrank](https://spacy.io/universe/project/spacy-pytextrank/) SpaCy implementation of textrank. |
|
|
8 |
2. [Gensim textrank](https://radimrehurek.com/gensim_3.8.3/summarization/summariser.html) Gensim implementation of textrank. |
|
|
9 |
3. [RAKE](https://github.com/csurfer/rake-nltk) Rapid Automatic Keyword Extraction algorithm |
|
|
10 |
4. [RaKUn](https://github.com/SkBlaz/rakun) Rank-based Unsupervised Keyword Extraction via Metavertex Aggregation |
|
|
11 |
5. [YAKE](https://github.com/LIAAD/yake) Unsupervised Approach for Automatic Keyword Extraction using Text Features. |
|
|
12 |
6. [KeyBERT](https://github.com/MaartenGr/KeyBERT) Keyword Extraction based on BERT. |
|
|
13 |
|
|
|
14 |
### Running |
|
|
15 |
`python3 extraction.py` |
|
|
16 |
|
|
|
17 |
### Sample output |
|
|
18 |
Check `output.txt` |
|
|
19 |
|