@@ -6,7 +6,7 @@ A clone of this repository includes:
- the jar file `connection-lens-core-full-1.1-SNAPSHOT.jar`,
- the python `scripts` folder (these implement an entity extraction based on Flair),
- a `settings/properties` file which allows controlling multiple parameters related to the execution.
- a `settings/local.settings` file which allows controlling multiple parameters related to the execution.
2. The `gui` folder with the file `gui.war` that allows us to run the web app.
...
...
@@ -23,7 +23,7 @@ ConnectionLens is available as a web application or as a command line applicatio
* a beginner-friendly installation trough a virtual image (Docker) that will give access only to the web application;
* a full installation in which both command line and web application are installed.
ConnectionLens allows customizing many parameters, illustrated in `core/settings/properties` (for instance: default_locale controls the language etc.). Each parameter has a default value built in the JAR. You can change parameter values to your liking in the `core/settings/properties` file; **to make sure your settings are used, add `-c core/settings/properties` to the launch command.**
ConnectionLens allows customizing many parameters, illustrated in `core/settings/local.settings` (for instance: default_locale controls the language etc.). Each parameter has a default value built in the JAR. You can change parameter values to your liking in the `core/settings/local.settings` file; **to make sure your settings are used, add `-c core/settings/local.settings` to the launch command.**