Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,7 @@ result = nltk.sent_tokenize(decoded_output.strip())[0]
|
|
44 |
|
45 |
print('RESULT >>', result)
|
46 |
```
|
|
|
47 |
|
48 |
# Evalutation Result
|
49 |
|
|
|
44 |
|
45 |
print('RESULT >>', result)
|
46 |
```
|
47 |
+
`RESULT >> ๊ตญ์ด ์ฌํ์ ๋ ๋๊ธฐ ์ ์ ๊ตญ์ด ์ฌํ์ ๋ ๋ ์ค๋น๋ฌผ๊ณผ ๊ต์์ ์ด๋ป๊ฒ ๋ฐ์ ์ ์๋์ง ์ ์๋์ด ์ค๋ช
ํด ์ค๋ค.`
|
48 |
|
49 |
# Evalutation Result
|
50 |
|