restructuring DALI to a multi module maven project#1
Open
neradis wants to merge 7 commits intodice-group:masterfrom
Open
restructuring DALI to a multi module maven project#1neradis wants to merge 7 commits intodice-group:masterfrom
neradis wants to merge 7 commits intodice-group:masterfrom
Conversation
Restructured the project into three sub-components for similarity calculations (dali-sim), optimisation search for good parameters for the similarity measures (dali-opt) and the webservice (dali-webservice). Technically this was necessary since dali-opt will use groovy that depends on version von ASM conflicting to the version already required by the jersey server. The packages name conflict of these incompatible library versions has to be solves by 'shading' one of the ASM versions (in this case ASM 4.0 for groovy), which is only possilbe if the components requiring groovy live in a seperate maven module. However, this reorganisation might also be just reasonable from a design prespective as it will encourage seperation of concerns and decoupling of components for different tasks. The resources folder containing data of SPARQL data sources has been moved to the root directory of the project. A .gitignore file has been introduced to the project to prevent accidental commits of build and log files.
…ns, minor code improvements
Conflicts: webservice/pom.xml
…lasses, profile for partial build without webservice module
added normalisation for the original qgram similaritiy and another version of the qgram similarity, which elementary similiarity measure does not use the vector length, but the sum of the pairwise products of all vector entries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See commit 53acb69 for reasons.