Update 'docs/data-provision/enrichment/mining.md'

This commit is contained in:
Harry Dimitropoulos 2022-11-16 16:54:28 +01:00
parent 2d75ea529f
commit a48f5a263d
1 changed files with 2 additions and 12 deletions

View File

@ -4,6 +4,8 @@ sidebar_position: 1
# Mining algorithms
The Text and Data Mining (TDM) algorithms used for enriching the OpenAIRE Graph are grouped in the following main categories:
[Extraction of acknowledged concepts](acks.md)
[Extraction of cited concepts](cites.md)
@ -12,18 +14,6 @@ sidebar_position: 1
<span className="todo">TODO</span>
| Property | Description |
| --- | --- |
| Short description | briefly describes the algorithm |
| Authority | describes the organisation and/ or the person responsible for the algorithm |
| Licence | describes the licensing and rights held on the algorithm |
| Algorithmic details | describes the algorithmic solution in more detail (i.e., the various concepts used in the algorithm, its iterations, etc.) |
| Parameters | describes the required algorithm parameters |
| Limitations | Mentions any limitation of the output |
| Code repository | the code repository of the algorithm |
| Environment | Programming Languages and software packages used |
| References & resources | Cites any related research and possible additional resource (such as datasets etc) |