프로젝트 (2) 썸네일형 리스트형 [Go] Go언어 튜토리얼_간단한 프로젝트생성(V1) 이번 포스팅은 간단한 프로젝트를 만들어 실행함으로써 고언어에 익숙해지기 위한 튜토리얼 1. 폴더 및 파일 생성 - 기본 Go path에 accounts 라는 폴더를 생성한다. $ mkdir accounts - 해당 폴더 안쪽에 accounts.go 파일을 생성한다 2. accounts.go 파일 작성 package accounts //Account struct //Func는 대문자로 시작해서 외부에서 접근이 가능하나, 안에 값들은 소문자로 시작하기 때문에 export 불가능 type Accounts struct { owner string balance int } //error를 관리하기 위해 변수를 선언해서 return 시킴 var errNoMoney = errors.New("Can't withdraw".. [Project] NLP 발표자료 아래 발표자료 PPT는 플레이데이터 데모데이 발표에 사용한 크래커팀의 발표자료입니다. Natual Language Processing Presentation - 프로젝트에서 사용한 NLP(자연어처리)에 대한 진행 FLOW 1. Index 2. About Text Data 3. Web Scraping / Crawling 4. Preprocessing 5. Python Library 6. NLP Index 7. WordRank Algorithm 8. Review Summary 9. Keyword Extractor 10. Sentimental Analysis 이전 1 다음