All Projects → pingpong-ai → Chatspace

pingpong-ai / Chatspace

Licence: apache-2.0
핑퐁에서 만든 채팅체랑 잘 맞는 띄어쓰기 모델!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Chatspace

Neis Api
빠르고 가벼운 전국 초, 중, 고등학교 급식 식단/학사일정 파서
Stars: ✭ 74 (-54.6%)
Mutual labels:  korean
Windows Hangul Clock
Hangul Clock for Windows Desktop Widget
Stars: ✭ 118 (-27.61%)
Mutual labels:  korean
Inko
🇰🇷영타를 한글로, 한타를 영어로 변환해주는 자바스크립트 오픈소스 라이브러리
Stars: ✭ 143 (-12.27%)
Mutual labels:  korean
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-45.4%)
Mutual labels:  korean
Moderncppstudy
ModernCppStudy
Stars: ✭ 111 (-31.9%)
Mutual labels:  korean
Kogpt2 Finetuning
🔥 Korean GPT-2, KoGPT2 FineTuning cased. 한국어 가사 데이터 학습 🔥
Stars: ✭ 124 (-23.93%)
Mutual labels:  korean
Kog2p
Korean grapheme-to-phone conversion in Python
Stars: ✭ 62 (-61.96%)
Mutual labels:  korean
Hangulize
Hangulize transcribes non-Korean words into Hangul
Stars: ✭ 152 (-6.75%)
Mutual labels:  korean
Sejong Corpus
Korean sejong corpus download and simple analysis
Stars: ✭ 116 (-28.83%)
Mutual labels:  korean
The Road To Learn React Korean
🇰🇷 리액트 도움닫기 - The the Road to learn React (2018) [Deprecated]
Stars: ✭ 140 (-14.11%)
Mutual labels:  korean
Pitchtron
TTS for pitch-accented language. Korean dialect DB.
Stars: ✭ 91 (-44.17%)
Mutual labels:  korean
Kiwi
Kiwi(지능형 한국어 형태소 분석기)
Stars: ✭ 107 (-34.36%)
Mutual labels:  korean
Javascript Style Guide
Airbnb JavaScript 스타일 가이드
Stars: ✭ 132 (-19.02%)
Mutual labels:  korean
Seonbi
SmartyPants for Korean language
Stars: ✭ 76 (-53.37%)
Mutual labels:  korean
Koalanlp
KoalaNLP = Korean + Scala + NLP. 한국어 형태소 및 구문 분석기의 모음입니다.
Stars: ✭ 146 (-10.43%)
Mutual labels:  korean
Kor2vec
Library for Korean morpheme and word vector representation
Stars: ✭ 64 (-60.74%)
Mutual labels:  korean
Roenglishre
An unofficial english translation project for Korea Ragnarok Online (kRO).
Stars: ✭ 121 (-25.77%)
Mutual labels:  korean
Tossi
Chooses correct Korean particle morphs for arbitrary words.
Stars: ✭ 160 (-1.84%)
Mutual labels:  korean
Pytorch Tutorials Kr
🇰🇷PyTorch에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 148 (-9.2%)
Mutual labels:  korean
Kor Law For Dev
개발자들이 숙지해야할 한국의 법률을 모았습니다.
Stars: ✭ 140 (-14.11%)
Mutual labels:  korean

Chatspace

CircleCI

Chatspace는 스캐터랩 핑퐁팀에서 만든 대화체에 잘 맞는 띄어쓰기 모델입니다.

사용 방법

한 문장 추론

import chatspace

spacer = chatspace.Chatspace()
spacer.space("따뜻한봄날이되면그때는편안히만날수있으면좋겠어요.")
# 따뜻한 봄날이 되면 그때는 편안히 만날 수 있으면 좋겠어요.

여러 문장 추론 (Batch)

import chatspace

spacer = chatspace.Chatspace()
spacer.space(["여러문장이", "들어있는리스트입니다"], batch_size=BATCH_SIZE)
# ["여러 문장이", "들어있는 리스트입니다"]

Benchmark

아래는 iMac (Retina 5K, 27-inch, 2017), Intel Core i7 (4.2 GHz), 32GB RAM에서 Batch Size를 1로 맞추었을 때 9,000개의 샘플을 실행한 결과입니다.

$ python -m tools.benchmark
[+] Tracing...
[+] Measuring...
[+] Elapsed time: 00:00:11

Installation

Chatspace는 PyPI와 Github에서 각각 설치할 수 있습니다.

From PyPI

$ pip install chatspace

From Github

$ pip install git+https://github.com/pingpong-ai/chatspace#egg=chatspace
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].