Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricmoeller committed Aug 16, 2021
1 parent 6f21748 commit 6536789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ via
```
python -m dataset_evaluation.scripts.es_el_tests
```
.

The datasets have to be placed in the right folder as defined in [paths.py](dataset_evaluation/scripts/paths.py) via the
`datasets_path` variable.

Expand All @@ -76,7 +76,7 @@ After downloading all datasets and placing them in the folder specified by the
```
python -m dataset_evaluation.scripts.analyse_datasets
```
.


#### Existing results

Expand Down Expand Up @@ -107,7 +107,7 @@ Both generate also a mention dictionary file which is in the case of Wikidata fu
```
python -m kg_evaluation.scripts.wikidata_label_length {mention_dict_file}
```
. It calculates statistics like the average
It calculates statistics like the average
mean, median or p-percentile mention length.

Language-wise statistics of Wikidata are generated by [extract_language_statistics.py](kg_evaluation/scripts/extract_language_statistics.py).
Expand Down

0 comments on commit 6536789

Please sign in to comment.