Skip to content

Commit

Permalink
Added Mustache template for creating the recommendation query #49
Browse files Browse the repository at this point in the history
Opened issue for correcting the handling of POF on named graph #50
  • Loading branch information
Stéphane Campinas committed May 15, 2014
1 parent 3719de8 commit 6fe0e60
Show file tree
Hide file tree
Showing 29 changed files with 901 additions and 3,205 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ New Features

* [GH-11] Implement the Single-Class Label Model
* [GH-9] Provide a REST API to SparQLed
* [GH-49] Retrieve recommendation query patterns from a template

Tasks

Expand Down
13 changes: 13 additions & 0 deletions recommendation-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
<name>recommendation-servlet</name>

<dependencies>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.8.15</version>
</dependency>

<!-- To resolve the extraction of second-level domain name -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>11.0.1</version>
</dependency>

<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
Expand Down
Loading

0 comments on commit 6fe0e60

Please sign in to comment.