|
=========================== |
|
Setting up the concordancer |
|
=========================== |
|
|
|
Build the container images with the following command: |
|
|
|
./bin/build.sh |
|
|
|
Start the containers with: |
|
|
|
./bin/start.sh |
|
|
|
Stop the containers with: |
|
|
|
./bin/stop.sh |
|
|
|
====================== |
|
Using the concordancer |
|
====================== |
|
|
|
Introduce the url http://localhost:8000/ on a browser, which will show a simple html page with the available language pairs. |
|
|
|
Direct access to an available language pair is also possible through a url like http://localhost:8000/en-pt/. |
|
|
|
Each language pair shows a page with a dialog box where the user can introduce the terms to be searched: it can be used introducing only one term (on either language); or introducing a term in one language and another term in the other language, simultaneously. |
|
|