forked from dhowe/RiTaV1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes.txt
executable file
·28 lines (19 loc) · 1.02 KB
/
release-notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1.1.11
-------------------
1.0.64
-------------------
Much improved tests, especially for Android
Better font handling in RiText
1.0.52
-------------------
-- New packaging of jars for Processing (eliminates multiple import statements)
-- New tests, bug fixes, and better error messages for RiWordNet
-- New example for RiWordNet (RandomSyns.pde)
1.0.50
-------------------
-- RiWordNet is now included as part of the RiTa core
---- The WordNet database no longer comes bundled with the library. Instead, download it first, then point to your installation in the RiWordNet constructor:
RiWordNet wordnet = new RiWordNet("/WordNet-3.1");
---- Methods returning a String[] will return a zero-length array when the query term is not found, or there are no entries for the relation type being sought, rather than null (as they did in previous versions).
---- In the default configuration, compound-words and uppercase-words are no longer ignored (as they were in previous versions)
---- Processing's core.jar is no longer required.