Skip to main content

Korean Sentence Splitter for Dialogue System

Project description

KSSDS

Korean Sentence Splitter for Dialogue System.

KSSDS is a robust sentence splitter specifically designed for handling Korean dialogue systems. It utilizes a fine-tuned T5 model to provide high-accuracy sentence splitting.


Installation

To install KSSDS, simply use pip:

pip install KSSDS

Quickstart

Here’s how you can use KSSDS to split Korean sentences:

from KSSDS import KSSDS

# Initialize the model
kssds = KSSDS()

# Split sentences
input_text = "안녕하세요. 오늘 날씨가 참 좋네요. 저는 산책을 나갈 예정입니다."
split_sentences = kssds.split_sentences(input_text)

# Print results
for idx, sentence in enumerate(split_sentences):
    print(f"{idx + 1}: {sentence}")
1: 안녕하세요.
2: 오늘 날씨가 참 좋네요.
3: 저는 산책을 나갈 예정입니다.

Documentation and Details

For advanced usage, training scripts, or contributing, please visit the GitHub Repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kssds-1.0.1.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

KSSDS-1.0.1-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file kssds-1.0.1.tar.gz.

File metadata

  • Download URL: kssds-1.0.1.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for kssds-1.0.1.tar.gz
Algorithm Hash digest
SHA256 094a61dd8a53f8c29c2a55ac1a14f65a1e60ad94839cb9fde1c00a80e91ea7c6
MD5 a753e641775acd5b1d2c617e10355562
BLAKE2b-256 fc0abfdcc4b61907423c1ce2420da653cf8e807c876eb39663ec385d802f4636

See more details on using hashes here.

File details

Details for the file KSSDS-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: KSSDS-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for KSSDS-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c81d1ba9c641d18df87590be3e357604c4ad50a80c670320b5854f204d06f12e
MD5 942ca6f24ff5f12fb2e8ffd943b2dcf7
BLAKE2b-256 2523b211d189d46495b916ddecde61c91de658aa7ca4177052a25b48f1b0b251

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page