Skip to content

Commit

Permalink
rename KSS to Kss in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Apr 30, 2024
1 parent 34f0168 commit a4f46da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ KSS: Korean String processing Suite
</p>


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.
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.

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

### 5. Backward Compatibility
The old version of Kss used functional usage. KSS also supports this for backward compatibility.
The old version of Kss used functional usage. Kss also supports this for backward compatibility.
```python
from kss import split_sentences

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

0 comments on commit a4f46da

Please sign in to comment.