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
b5a6b472
Commit
b5a6b472
authored
6 years ago
by
최민정
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c03f48cf
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
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
b5a6b472
...
...
@@ -184,7 +184,7 @@ cmd창에서 저장한 공간으로 이동한다
> ```
> ### sentence & scores
> - 각 함수의 parameter로 들어감으로 함수 사용 이전에 정의해
준
다
> - 각 함수의 parameter로 들어감으로 함수 사용 이전에 정의해
줍니
다
> - sentence : 전처리해주고 싶은 문장
> - scores : 고유명사로 간직하고 싶은 단어<br> >> scores = {'지정한 고유명사' : 주고 싶은 score}
...
...
@@ -193,11 +193,11 @@ cmd창에서 저장한 공간으로 이동한다
>> scores = {'밀플랜비' : 1.0}
> ```
> ##### - score의 차등화
> - score의 점수 차를 이용하여 고유명사 사이의 우선순위를 결정할 수 있다.
> - score의 점수 차를 이용하여 고유명사 사이의 우선순위를 결정할 수 있
습니
다.
.
>> __아래와 같이 밀플랜비는 1.0이라는 score를 플랜비는 0.5라는 score를 주었다
.
__<br>
>> __아래와 같이 밀플랜비는 1.0이라는 score를 플랜비는 0.5라는 score를 주었
습니
다__<br>
> __이렇게 되면 밀플랜비라는 단어를 전처리할 때 ['밀','플랜비']라고 추출이 되는 것이 아니라__<br>
> __더 score가 높은 ['밀플랜비']가 추출이
된
다.__<br>
> __더 score가 높은 ['밀플랜비']가 추출이
됩니
다.__<br>
> ```
>> sentence = '밀플랜비를 먹는건 우리의 플랜비였는데...'
...
...
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