-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
58 lines (43 loc) · 1.36 KB
/
readme.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
1. About extJWNL
extJWNL (Extended Java WordNet Library) is a Java API for
creating, reading and updating dictionaries in WordNet format.
To learn more about extJWNL visit:
http://extjwnl.sourceforge.net/
2. Current Release
This release is an upgrade form the last version of JWNL. It
contains several improvements, such as:
* writing dictionaries
* encodings (including UTF-8)
* Java generics
* huge dictionaries
* instance dictionaries
* Maven
* documentation improvements
* improved unit test coverage
* enhanced database support
* simplified configuration
* multiple other improvements and fixes
3. Getting started
extJWNL is contains Examples.java with examples of API use.
Run:
bin\examples.bat src\extjwnl\main\resources\net\sf\extjwnl\file_properties.xml
4. Maven Support
extJWNL supports Maven and makes available three artifacts in
the group net.sf.extjwnl:
* extjwnl
* extjwnl-utilities
* extjwnl-parent
Resources
---------
Homepage:
http://extjwnl.sourceforge.net
Download:
http://sourceforge.net/projects/extjwnl/files
Documentation Wiki:
http://sourceforge.net/apps/trac/extjwnl/
Mailing Lists:
http://lists.sourceforge.net/lists/listinfo/extjwnl-announce
Forums:
http://sourceforge.net/projects/extjwnl/forums/
RSS News Feed:
http://sourceforge.net/export/rss2_projnews.php?group_id=386458