DeDeckerThomas commited on
Commit
fd2369f
•
1 Parent(s): 0e2aca0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ metric:
12
  ---
13
  ** Work in progress **
14
  # 🔑 Keyphrase Extraction model: KBIR-inspec
15
- Keyword extraction is a technique in text analysis where you extract the important keywords from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it.
16
  Currently, classical machine learning methods, that use statistics and linguistics, are widely used for the extraction process. The fact that these methods have been widely used in the community has the advantage that there are many easy-to-use libraries.
17
  Now with the recent innovations in deep learning methods (such as recurrent neural networks and transformers, GANS, …), keyword extraction can be improved. These new methods also focus on the semantics and context of a document, which is quite an improvement.
18
 
 
12
  ---
13
  ** Work in progress **
14
  # 🔑 Keyphrase Extraction model: KBIR-inspec
15
+ Keyphrase extraction is a technique in text analysis where you extract the important keyphrases from a text. Since this is a time-consuming process, Artificial Intelligence is used to automate it.
16
  Currently, classical machine learning methods, that use statistics and linguistics, are widely used for the extraction process. The fact that these methods have been widely used in the community has the advantage that there are many easy-to-use libraries.
17
  Now with the recent innovations in deep learning methods (such as recurrent neural networks and transformers, GANS, …), keyword extraction can be improved. These new methods also focus on the semantics and context of a document, which is quite an improvement.
18