Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
python Korean NLP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
최민정
python Korean NLP
Commits
9c102b19
Commit
9c102b19
authored
6 years ago
by
KimChiheon
Browse files
Options
Downloads
Patches
Plain Diff
Update Example.md
parent
439f0d75
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
korea_nlp/Example.md
+8
-1
8 additions, 1 deletion
korea_nlp/Example.md
with
8 additions
and
1 deletion
korea_nlp/Example.md
+
8
−
1
View file @
9c102b19
...
...
@@ -3,7 +3,7 @@
-
기본적으로 konlpy 의 twitter 기반 tokenizer 를 사용하여 분류합니다.
-
특정 고유명사의 tokenize 가 불필요한 경우 Soynlp 의 MaxScoreTokenizer 처럼 score 을 매겨 방지합니다.
-------
## 주의사항
-
사용을 원하는 python file과 동일한 폴더에 다운로드 후 import 하셔서 정상 실행이 됩니다.
...
...
@@ -11,6 +11,8 @@
#### 예제
-
위 class 를 import 하여 사용하시면 됩니다.
**********
#### Tokenizer()
-
기존 NLP들의 장점을 더하여 단점을 보완하였습니다.
...
...
@@ -45,6 +47,8 @@ kn.tokenize(sentence,scores)
'사천짬뽕' 이라는 단어에 score 를 주어 자동 분해를 방지합니다.
**********
#### NounExtractor()
<br>
...
...
@@ -78,6 +82,9 @@ kn.noun_extract(sentence,scores)
</code></pre>
Score 값을 지정한 '김치헌'이라는 고유명사가 추출됨을 알 수 있습니다.
**********
#### NounCounter()
<br>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment