File tree 4 files changed +19
-7
lines changed
4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >org.aika-software</groupId >
6
6
<artifactId >aika</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.3.1-SNAPSHOT </version >
8
+ <version >1.4.0 </version >
9
9
<name >aika</name >
10
10
<url >http://aika.network</url >
11
11
<description >An artificial intelligence for knowledge acquisition</description >
30
30
<url >https://github.com/aika-algorithm/aika</url >
31
31
<connection >scm:git:git://github.com/aika-algorithm/aika.git</connection >
32
32
<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 >
34
34
</scm >
35
35
36
36
Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ <h2>Activations</h2>
92
92
< p >
93
93
The advantage of having activation objects is that, through them, Aika is able to cope with the relational
94
94
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 >
97
96
Words, phrases and sentences are in a relation to each other through
98
97
their sequential order. The assignment of text ranges and word positions to activations is a simple yet
99
98
powerful representation of the relational structure of text and avoids some of the shortcomings of other
Original file line number Diff line number Diff line change @@ -64,16 +64,29 @@ <h2>Related Resources</h2>
64
64
65
65
< h2 > Download</ h2 >
66
66
< 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 />
68
68
</ p >
69
69
70
70
< h2 > API Documentation</ h2 >
71
71
72
72
< 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 >
74
74
</ p >
75
75
76
76
< 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
+
77
90
< h3 > Aika Version 1.3.0 (2019-07-31)</ h3 >
78
91
< ul >
79
92
< li >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h3>Maven POM</h3>
61
61
<dependency>< br />
62
62
<groupId>org.aika-software</groupId>< br />
63
63
<artifactId>aika</artifactId>< br />
64
- <version>1.3 .0</version>< br />
64
+ <version>1.4 .0</version>< br />
65
65
</dependency>< br />
66
66
</ b >
67
67
</ p >
You can’t perform that action at this time.
0 commit comments