-
Notifications
You must be signed in to change notification settings - Fork 59
/
NEWS
137 lines (101 loc) · 5.16 KB
/
NEWS
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Version 0.80.2
------------------------------------------------------------------------------
* fix NA prcessing on extractNoun, SimplePos22 ,SimplePos09, MorphAnalyzer
Version 0.80.1
------------------------------------------------------------------------------
* fix duplicated Morphological,POS results cause by duplicated word on dictionaries.
* autoSpacing for input sentence(using unigram HMM).
* show information when unable to process sentences on extractNoun, SimplePos22 ,SimplePos09, MorphAnalyzer and won't stop by error.
* can apply multiple sentences with cahracter vector on extractNoun, SimplePos22 ,SimplePos09, MorphAnalyzer.
Version 0.80.0
------------------------------------------------------------------------------
* make more effective memory management for big dictionaries.
* up to one million words can be used for text analysis using new NIADic package.
* added 'buildDictionary()', 'useNIADic()' for additional dictionaries.
* SQLite for dictionary management.
* apply new sentence segmentation plugins.
* support Scala for plugin development for HanNanum.
* disable warning for long Eojeol sentence inputs.
* fix infinite wait when input abnormal sentences.
* fix 'concordance_str()', thanks Taekyung Kim.
* deprecated 'mergeUserDic()'
Version 0.76.9
------------------------------------------------------------------------------
* new functions added(concordance_*, mutualinformation).
* fix OutOfMemoryError on mac osx with R 3.0.x.
* added references on manual.
* suppress one NOTE.
Version 0.76.8
------------------------------------------------------------------------------
* remove deprecated functions.
* decreasing package size dramatically.
* set Null on -Xmx to use JVM's default optimal parameters.
Version 0.76.7
------------------------------------------------------------------------------
* function to view summary of dictionary using statDic().
* fix bugs on SimplePosXX().
Version 0.76.6
------------------------------------------------------------------------------
* check more cases on raw input sentences.
* secondary JVM option to default.
Version 0.76.5
------------------------------------------------------------------------------
* fix path with platform independent way.
* make more easy on mergeUserDic().
* now support vector on is.*()s.
Version 0.76
------------------------------------------------------------------------------
* make interface with HanNanum Analyzer for direct access to zipped dictionaries.
* added useSejongDic(), useSystemDic() functions.
* no need to use explicitly UTF-8 string on 'is.~' functions.
Version 0.75.1
------------------------------------------------------------------------------
* fix Windows path problem.
Version 0.75
------------------------------------------------------------------------------
* added is.jaeum, is.moeum, is.ascii functions.
* extract out all dictionary to Sejong package.
* make some error to warning for continuous processing.
Version 0.73
------------------------------------------------------------------------------
* add messages on is.hangul and is.jamo if input is not UTF-8.
* set -Xmx512m when the time user system is poor on memory.
* fix issue "Continuous "[:space:]" in sentence can make infinite wait."
Version 0.7
------------------------------------------------------------------------------
* new dictionary added which from Sejong projects
* added example
* Set "dontrun" on example code because Windows encoding problems.
* Warning message may appear if system doesn't have Hangul encoding ability(no warning on UTF-8).
Version 0.0-9.3
------------------------------------------------------------------------------
* added user dictionary manage functions.
* to -Xmx1024m for big dictionary size
* supports JRE 1.5
Version 0.0-9.2
------------------------------------------------------------------------------
* add is.jamo() and fix is.hangul()
* add tag name converter for future use
* add edit distance cost table for Hangul for future use
* fix documentation
Version 0.0-9.0 (2012-01-03)
------------------------------------------------------------------------------
* fixing bug on HangulAutomata function
* added more test case
Version 0.0-8.3 (2011-12-23)
------------------------------------------------------------------------------
* added input string encoding detection function(can only detect UTF-8,16,32)
* added Hangul automata logic, now can convert jamo sequences to Hangul syllable.
* added user dic reloading function(for future use)
Version 0.0-8.1 (2011-12-19)
------------------------------------------------------------------------------
* full support Jamo and keystrokes converting
* add link to github wiki for examples using Hangul
Version 0.0-8.0 (2011-12-09)
------------------------------------------------------------------------------
* improved performance more than 100 times on functions which related with Hannanum Analyzer.
* set -Xmx512m for Java VM.
* Java sources are added.
Version 0.0-7.4 (2011-10-12)
------------------------------------------------------------------------------
* fix encoding problems when in Windows.