1
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:AKSW/gerbil More... over 9 years ago
Add NERD dev key into the gerbil.properties file More... over 9 years ago
Created an interface for adapter configurations. Annotator configurations and dataset configurations will be extensions of this interface. Added a list containing a type of adapter configurations which can be used easely by the MainController to manage the existing annotators and datasets. More... over 9 years ago
Merge branch 'master' into springifyAdapterLoading More... over 9 years ago
small change to the gitignore file. Now the data is not uploaded to github. More... over 9 years ago
started working in a branch on the replacement of mapping classes by a spring based approach (refers to issue #22). More... over 9 years ago
Added container for file upload More... over 9 years ago
Quick tmp fix #20. Downloads and extracts file. Changed properties file DataPath value. More... over 9 years ago
Added an initialization to the database connection setting all started experiments to a well known error state (fixes issue #4). Added a where clause to the search for an already cached experiment to make sure that a cached experiment doesn't have an error state (fixes issue #3). Added JUnit tests for both issues. More... over 9 years ago
Fixed two JUnit tests. More... over 9 years ago
Fixed problems in the view and controller parts that made it not possible to add a NIF based webservice as annotator. More... over 9 years ago
Fixed a bug inside the IDCreator which was caused by the java calendar starting months with 0 instead of 1 for january. More... over 9 years ago
Added the ExperimentTaskStateHelper class to manage the setting of the experiment result state messages. More... over 9 years ago
Added the feature that if an experiment task hasn't been finished or reported an error the results in the table of the experiment page are replaced by a status message. More... over 9 years ago
Fixed a bug in the IDCreator. More... over 9 years ago
Fixed a database bug which lead to the restarting of every experiment task even such a task was already inside the database. Added the possibility to load web resources from the jsp-files. Added the gerbil overview figure to the index page. More... over 9 years ago
Fixed a bug inside the IDCreator that caused that after restarting the system the first experiment got the same id as the last one. Removed the NIF based web service from the list of annotators since it shouldn't be used by the user More... over 9 years ago
Fixed a double dependency. More... over 9 years ago
Fixed a bug in the class loading known NIF corpora. More... over 9 years ago
Configured HSQLDB as database. Implemented the persistence of experiment ids which means that while the system is starting the IDCreator gets the information from the database which experiment id has been the last one given to an experiment. Now the service should be able to be restarted without overriding existing experiments at the next startup. More... over 9 years ago
Got to run it the first time :) (but its still buggy). More... over 9 years ago
removed DBpedia cache file which is not needed anymore. More... over 9 years ago
Added missing methods and classes for wiring the main controller. More... over 9 years ago
Begin wiring Main controller More... over 9 years ago
Merge pull request #1 from AKSW/js-based-config-post More... over 9 years ago
Table layout enhanced More... over 9 years ago
Added now a link to experiment results;Added a experiment result page with jsp table More... over 9 years ago
Merge branch 'master' of https://github.com/AKSW/gerbil More... over 9 years ago
Fixed some bugs which lead to a bad performance of the NIF based test web service. More... over 9 years ago
Valid JSON of Experiment data is now transmitted to server More... over 9 years ago