From 19b3a7a7079732beb336badcb8d1355cab6ad2db Mon Sep 17 00:00:00 2001 From: Furkan Akkurt <71407287+furkanakkurt1335@users.noreply.github.com> Date: Wed, 21 Dec 2022 00:51:10 +0300 Subject: [PATCH] Unify format --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b44e096b..1cb31f327 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,18 @@ The following files are in this repository: * `ili.ttl`: The main interlingual index file, containing a definition and a source for each identifier. This file is in the Turtle RDF format. * `ili-map.ttl`, `ili-map-wn30.ttl`: These two files contain the mapping from - Princeton WordNet 3.0 to the ILI in Turtle. These files are identical + Princeton WordNet 3.0 to the ILI in Turtle. These files are identical. * `ili-map-pwn30.tab`: The mapping from Princeton WordNet 3.0 to the ILI as tab-separated values. * `ili-map-pwn31.tab`, `ili-map-wn31.ttl`: The mappings from Princeton WordNet 3.1 - to the ILI + to the ILI. * `ili-map-odwn13.ttl`: The mapping from Open Dutch WordNet 1.3 to the ILI. * `older-wn-mappings`: Automatically constructed mappings from previous versions - of WordNet to the ILI + of WordNet to the ILI. ## Building scripts -There are two scripts to create the HTML and the TSV versions of the data. They both require Python 3.6+. The requirements can be installed with +There are two scripts to create the HTML and the TSV versions of the data. They both require Python 3.6+. The requirements can be installed with: pip install -r requirements.txt @@ -40,11 +40,10 @@ The TSV script can be run as follows: python3 make-tsv.py > cili.tsv -For the HTML the following will update the site +For the HTML, the following will update the site: git checkout gh-pages rm -fr docs python make-html.py docs git commit -am "A useful commit message" git push -