garu-ko 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,6 +108,10 @@ Returns surface-form strings only. Lightweight alternative to `analyze()`.
|
|
|
108
108
|
|
|
109
109
|
Free WASM memory. Instance is unusable after this call.
|
|
110
110
|
|
|
111
|
+
## Acknowledgments
|
|
112
|
+
|
|
113
|
+
The morphological analysis model is trained on the **NIKL Morpheme-Tagged Corpus (v1.1)** provided by the National Institute of Korean Language (국립국어원). The model contains only derived frequency statistics, not original text.
|
|
114
|
+
|
|
111
115
|
## License
|
|
112
116
|
|
|
113
117
|
MIT
|