Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add link to lmdn pt and fa
  • Loading branch information
kermitt2 committed Jun 23, 2022
1 parent 4f4535b commit df9b1df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -30,7 +30,7 @@ The documentation of *entity-fishing* is available [here](http://nerd.readthedoc

# Demo

For testing purposes, a public entity-fishing demo server is available at the following address: [https://cloud.science-miner.com/nerd](https://cloud.science-miner.com/nerd)
For testing purposes, a public entity-fishing demo server (current version) is available at the following address: [https://cloud.science-miner.com/nerd](https://cloud.science-miner.com/nerd)

The query DSL and Web services are documented [here](https://nerd.readthedocs.io/en/latest/restAPI.html).

Expand Down
6 changes: 5 additions & 1 deletion doc/build.rst
Expand Up @@ -69,6 +69,10 @@ Then install the compiled indexed data:

- https://science-miner.s3.amazonaws.com/entity-fishing/0.0.5/db-ja.zip (1.8 GB)

- https://science-miner.s3.amazonaws.com/entity-fishing/0.0.5/db-pt.zip (1.8 GB)

- https://science-miner.s3.amazonaws.com/entity-fishing/0.0.5/db-fa.zip (1.8 GB)


MacOS is not officially supported and should not be used for production. For convenience, we still make available the MacOS data version ``0.0.3`` corresponding to the Wikidata and Wikipedia dumps from mid-2018. Although outdated and Arabic not available, they are still compatible with the *entity-fishing* version ``0.0.4`` and ``0.0.5`` and could be used for test/development. However, we strongly recommend to use the Linux version for any serious works.

Expand All @@ -89,7 +93,7 @@ MacOS is not officially supported and should not be used for production. For con

#. Unzip the db archives files under ``data/db/``.

This will install several sub-directories, one per language, plus wikidata (``db-kb``): ``data/db/db-XY/``, with XY equal to ``fr``, ``en``, ``it``, ``es``, ``en``, ``ar``, ``zh``, ``ru`` and ``ja``. The full uncompressed data is about 90 GB.
This will install several sub-directories, one per language, plus wikidata (``db-kb``): ``data/db/db-XY/``, with XY equal to ``fr``, ``en``, ``it``, ``es``, ``en``, ``ar``, ``zh``, ``ru``, ``ja``, ``pt`` and ``fa``. The full uncompressed data is about 90 GB.

#. Build the project, under the *entity-fishing* project repository.
::
Expand Down

0 comments on commit df9b1df

Please sign in to comment.