🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/kitagry/go-nlp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kitagry/go-nlp

v0.0.0-20190720080121-7124e79d1562
Source
Go
Version published
Created
Source

go-nlp

Golangで自然言語処理を行う。

前処理

  • テキストから余計な文字列を削除
  • Stop Words("I", "like", etc)の削除
  • 言語の標準化

Vectorize

  • bag of words
  • tfidf

ベクトル間距離

  • ユークリッド距離
  • コサイン距離

USAGE

go build
./nlp

FAQs

Package last updated on 20 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts