Skip to content

nlc_to_nlu_kor는 기존 Watson NLC의 deprecation으로 Watson NLU 서비스를 NLC와 비슷하게 이용 할 수 있게한 예제입니다.

Notifications You must be signed in to change notification settings

doyajii1/nlc_to_nlu_kor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nlc_to_nlu_kor 프로젝트 설명

nlc_to_nlu_kor는 기존 Watson NLC의 deprecation으로 Watson NLU 서비스를 NLC와 비슷하게 이용 할 수 있게한 예제입니다.

참고한 문서 (refernced documents)

환경

사용 순서

  1. clone 한 폴더에서 아래 커맨드로 Jupyter notebook 열기
   jupyter notebook
  1. nlc_to_nlu.ipynb 파일 열기
  2. IBM cloud에서 IAM 키 및 NLU 인스턴스에서 서비스 URL 확인하여 코드상 아래의 키와 URL 부분 입력
   uthenticator = IAMAuthenticator('IAM API 키')
   
   nlu = NaturalLanguageUnderstandingV1(
         version='2021-03-25',
         authenticator=authenticator
         )
      
   nlu.set_service_url(
         'https://api.kr-seo....NLU 인스턴스 페이지의 URL...')
  1. 순서대로 실행하여 동작 확인

About

nlc_to_nlu_kor는 기존 Watson NLC의 deprecation으로 Watson NLU 서비스를 NLC와 비슷하게 이용 할 수 있게한 예제입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published