dice-group / LIMES

Link Discovery Framework for Metric Spaces.
https://limes.demos.dice-research.org/
GNU Affero General Public License v3.0
129 stars 54 forks source link

I can't upload my local file to web ui #225

Closed Tomz7 closed 4 years ago

Tomz7 commented 4 years ago

Hello,

I can't upload my local file to web ui. I made the configurations but it doesn't work. Plearse, I need you help. Please find below the RDF file and the configuration file:

RDF file:

<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#">

Eric Miller 0125365878 Dr. dert 0125365878 m. Configuation file: http://www.w3.org/1999/02/22-rdf-syntax-ns# http://www.w3.org/2000/10/swap/pim/contact http://www.w3.org/2000/01/rdf-schema# sourceId D:\Web\Person.rdf ?s 1000 contact:fullName contact:tel contact:personalTitle rdf targetId D:\Web\Person.rdf ?t 1000 contact:fullName contact:tel contact:personalTitle rdf cosine(s.rdfs:fullName,t.rdfs:fullName) 0.98 accepted.nt owl:sameAs 0.9 reviewme.nt owl:sameAs DEFAULT DEFAULT DEFAULT TAB
Tomz7 commented 4 years ago

Please find below the RDF file and the configuration file

configuration.txt Person.txt

Kleanthi commented 4 years ago

Does it work when you are using LIMES from command line? Can you please report the error you are receiving when you try to load it via the GUI?

Tomz7 commented 4 years ago

Does it work when you are using LIMES from command line? Can you please report the error you are receiving when you try to load it via the GUI?

Even the installation of the desktop GUI is problematic, I get the following error message

Tomz7 commented 4 years ago

unnamed

Kleanthi commented 4 years ago

Hello again! Have you tried to compile LIMES and create a .jar file following the guidelines from https://github.com/dice-group/LIMES/blob/master/README.md and from http://dice-group.github.io/LIMES/#/getting_started/installation ?

Deprecation Note: LIMES provided a graphical user interface (GUI) up to version 1.6.2. However, this GUI was dropped in favour of a modern Web GUI that runs in the browser and is included in the limes-core module. Therefore, no additional installation is needed for the modern Web GUI. If you still want to use the old GUI, you need to use LIMES version 1.6.2 or below.

Also your file extension should be .ttl and not .txt

Tomz7 commented 4 years ago

yes I tried to compile with version 1.7.1 and I have a jar file but how do I run this jar file?

Tomz7 commented 4 years ago

I use an .nt file

Tomz7 commented 4 years ago

I used the same two files and made a cosine between them, but I didn't get anything out of it. here's what I did in the web ui 1 2 3 4

Kleanthi commented 4 years ago

First, there are instructions on how to run the .jar file here: http://dice-group.github.io/LIMES/#/user_manual/running_limes?id=running-limes

Second, the configuration file should either be an "XML" (default) or an "RDF" file.

Third, based on your screenshots, I do not see an error message. Have you checked if there are any output files produced, even empty? For example, if there are output files but they are empty, there is a chance that no pairs were produced because e.g. your acceptance threshold is too high. Can you try and use a lower threshold like 0.5 and repeat the process?

Kleanthi commented 4 years ago

Instructions on how to use the GUI and what each button does, can be found here: http://dice-group.github.io/LIMES/#/user_manual/running_limes?id=using-the-web-ui

Tomz7 commented 4 years ago

i don't have an output file when i run with the web ui

Kleanthi commented 4 years ago

So basically, I am trying to figure out if the problem has to do with LIMES in general, or the issue is located in the GUI, or if there is a problem with your system/files etc.

To do so, please follow the next steps: -Clone or download the latest version of LIMES in one of your folders. If you have already done this, please do it again, in a new folder, it is important. -Follow the steps in here: https://github.com/dice-group/LIMES/blob/master/README.md on how to create an executable .jar file. Then follow the instructions here: http://dice-group.github.io/LIMES/#/user_manual/running_limes?id=using-the-cli-client on how to execute the .jar file via command line. You can experiment with your configuration parameters in case you do not get an output file. Also you can try running LIMES using some of the datasets found here: https://github.com/dice-group/LIMES/tree/master/limes-core/src/main/resources/datasets to make sure that there is at least one configuration that produces results for LIMES via command line. -Since your goal is to use LIMES via a graphical interface, the desktop GUI has been deprecated after version 1.6.2, but you can use LIMES Web GUI. To do so, follow the instruction listed here: http://dice-group.github.io/LIMES/#/user_manual/running_limes?id=using-the-web-ui -If you have one or more configurations that worked when running LIMES via the command line, please use these configurations in the Web GUI. If you do not get ANY results from any valid configuration, please let us know, cause that indicates a problem with the Web GUI.

kvndrsslr commented 4 years ago

Closing this as its become stale