-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
71 lines (43 loc) · 1.7 KB
/
CHANGES.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
59
60
61
62
63
64
65
66
67
68
69
70
71
v 0.2.5
-------
- Added ConfusionMatrix for evaluation. (J. Baldridge)
- Added perceptrons in many varieties, including
passive-aggressive. (B. Wing)
v 0.2.4
-------
- Added OpenNLP Tools as a dependency and created example for using
it to to do sentence detection, tokenization, and
tagging. (J. Baldridge)
v 0.2.3
-------
- Added naive Bayes implementation. (E. Ponvert)
- Added hooks for OpenNLP Maxent in bin/scalabha. (J. Baldridge)
- Added data for classification examples, plus code for scoring. (J. Baldridge)
- Many improvements and extensions to HMM infrastructure, especially wrt clean implementation of
counters and smoothing. (D. Garrette)
- Added Porter stemmer. (J. Baldridge)
v 0.2.2
-------
- Added opennlp.scalabha.cluster package, with algorithms and data structures
for k-means clustering. (J. Baldridge)
- Added extended HMM implementation. (D. Garrette)
- Removed code for Kinyarwanda and Malagasy. (J. Roesler)
- Upgraded to SBT 0.11.2 (J. Baldridge)
v 0.2.0
-------
- Added opennlp.scalabha.ccg package, supporting CCG parsing
capabilities. (J. Baldridge)
- Added Jabberwockish example for parsing. (J. Baldridge)
- Many improvements to the tokenization workflow. (J. Roesler)
- Upgraded to SBT 0.11.1. (J. Baldridge)
v 0.1.1
-------
- Upgraded to SBT 0.11.0. (J. Baldridge)
- Changed org.scalabha to opennlp.scalabha. (J. Baldridge)
- Added code for part-of-speech tagging, including basic HMM. (J. Baldridge)
- Added English and Czech part-of-speech tagged data. (J. Baldridge)
v 0.1.0
-------
- Initial build system. (J. Baldridge)
- Code for working with Kinyarwanda and Malagasy data, including
tokenization and tree checking. (J. Roesler)