Skip to content

Commit 7e6b916

Browse files
Release 1.4.0
1 parent 1de9777 commit 7e6b916

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.aika-software</groupId>
66
<artifactId>aika</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<name>aika</name>
1010
<url>http://aika.network</url>
1111
<description>An artificial intelligence for knowledge acquisition</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/aika-algorithm/aika</url>
3131
<connection>scm:git:git://github.com/aika-algorithm/aika.git</connection>
3232
<developerConnection>scm:git:git@github.com:aika-algorithm/aika.git</developerConnection>
33-
<tag>aika-1.3.0</tag>
33+
<tag>aika-1.4.0</tag>
3434
</scm>
3535

3636

src/site/inference.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ <h2>Activations</h2>
9292
<p>
9393
The advantage of having activation objects is that, through them, Aika is able to cope with the relational
9494
structure of natural language text by making the activation relate to a specific segment of text. In a way
95-
these activations can be seen as text annotations that specify either the start and end character
96-
or the position of a word (relational id). </br>
95+
these activations can be seen as text annotations that specify their start and end character. </br>
9796
Words, phrases and sentences are in a relation to each other through
9897
their sequential order. The assignment of text ranges and word positions to activations is a simple yet
9998
powerful representation of the relational structure of text and avoids some of the shortcomings of other

src/site/resources.html

+15-2
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,29 @@ <h2>Related Resources</h2>
6464

6565
<h2>Download</h2>
6666
<p>
67-
<a href="http://aika.network/download/aika-1.3.0.jar">Version 1.3.0</a> <br/>
67+
<a href="http://aika.network/download/aika-1.4.0.jar">Version 1.4.0</a> <br/>
6868
</p>
6969

7070
<h2>API Documentation</h2>
7171

7272
<p>
73-
<a href="http://aika.network/apidocs/index.html">JavaDoc v1.3.0</a>
73+
<a href="http://aika.network/apidocs/index.html">JavaDoc v1.4.0</a>
7474
</p>
7575

7676
<h2>Release Notes</h2>
77+
<h3>Aika Version 1.4.0 (2019-08-16)</h3>
78+
<ul>
79+
<li>
80+
Reduced memory consumption.
81+
</li>
82+
<li>
83+
Implementation to compute the average activation of an activation object over all interpretation options.
84+
</li>
85+
<li>
86+
Linking of interpretation options.
87+
</li>
88+
</ul>
89+
7790
<h3>Aika Version 1.3.0 (2019-07-31)</h3>
7891
<ul>
7992
<li>

src/site/usage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h3>Maven POM</h3>
6161
&lt;dependency&gt;<br/>
6262
&nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;org.aika-software&lt;&#47;groupId&gt;<br/>
6363
&nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;aika&lt;&#47;artifactId&gt;<br/>
64-
&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;1.3.0&lt;&#47;version&gt;<br/>
64+
&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;1.4.0&lt;&#47;version&gt;<br/>
6565
&lt;&#47;dependency&gt;<br/>
6666
</b>
6767
</p>

0 commit comments

Comments
 (0)