Skip to content

Commit a4f46da

Browse files
committed
rename KSS to Kss in README.md
1 parent 34f0168 commit a4f46da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ KSS: Korean String processing Suite
77
</p>
88

99

10-
KSS is a Korean string processing suite that provides various functions for processing Korean strings. It is designed to be simple and easy to use, and it is designed to be used in various fields such as natural language processing, data preprocessing, and data analysis.
10+
Kss is a Korean string processing suite that provides various functions for processing Korean strings. It is designed to be simple and easy to use, and it is designed to be used in various fields such as natural language processing, data preprocessing, and data analysis.
1111

1212
### What's New:
1313
- April 27, 2024 [Released Kss 6.0 Python](https://github.com/hyunwoongko/kss/releases/tag/6.0.0).
@@ -104,7 +104,7 @@ output = module(["YOUR_INPUT_STRING1", "YOUR_INPUT_STRING2", ...], num_workers=1
104104
```
105105

106106
### 5. Backward Compatibility
107-
The old version of Kss used functional usage. KSS also supports this for backward compatibility.
107+
The old version of Kss used functional usage. Kss also supports this for backward compatibility.
108108
```python
109109
from kss import split_sentences
110110

@@ -1398,7 +1398,7 @@ If you find this toolkit useful, please consider citing:
13981398
```
13991399
@misc{kss,
14001400
author = {Ko, Hyunwoong and Park, Sang-kil},
1401-
title = {Kss: A Toolkit for Korean sentence segmentation},
1401+
title = {KSS: Korean String processing Suite},
14021402
howpublished = {\url{https://github.com/hyunwoongko/kss}},
14031403
year = {2021},
14041404
}

0 commit comments

Comments
 (0)