Unverified Commit 5256e826 authored by Heewon Jeon(gogamza)'s avatar Heewon Jeon(gogamza) Committed by GitHub
Browse files

Update README.md

parent e6daf7bc
Loading
Loading
Loading
Loading
+32 −31
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Common sense, the first is the right answer.

##### PyPI Install
Pre-requisite:
```
```bash
proper installation of python3
proper installation of pip

@@ -64,7 +64,7 @@ To install from GitHub, use

#### Example 


```python
>>> from pykospacing import Spacing
>>> spacing = Spacing()
>>> spacing("김형호영화시장분석가는'1987'의네이버영화정보네티즌10점평에서언급된단어들을지난해12월27일부터올해1월10일까지통계프로그램R과KoNLP패키지로텍스트마이닝하여분석했다.")
@@ -75,18 +75,19 @@ To install from GitHub, use
>>> spacing = Spacing(rules=['구레나룻'])
>>> spacing('귀밑에서턱까지잇따라난수염을구레나룻이라고한다.')
'귀 밑에서 턱까지 잇따라 난 수염을 구레나룻이라고 한다.'

```


Run on command line(thanks [lqez](https://github.com/lqez)). 

    > cat test_in.txt
```bash
$ cat test_in.txt
김형호영화시장분석가는'1987'의네이버영화정보네티즌10점평에서언급된단어들을지난해12월27일부터올해1월10일까지통계프로그램R과KoNLP패키지로텍스트마이닝하여분석했다.
아버지가방에들어가신다.
    > python -m pykospacing.pykos test_in.txt
$ python -m pykospacing.pykos test_in.txt
김형호 영화시장 분석가는 '1987'의 네이버 영화 정보 네티즌 10점 평에서 언급된 단어들을 지난해 12월 27일부터 올해 1월 10일까지 통계 프로그램 R과 KoNLP 패키지로 텍스트마이닝하여 분석했다.
아버지가 방에 들어가신다.

```
#### Model Architecture

![](arch.png)