Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kitagry/go-nlp

Golangで自然言語処理を行う
https://github.com/kitagry/go-nlp

Last synced: 15 days ago
JSON representation

Golangで自然言語処理を行う

Awesome Lists containing this project

README

        

## go-nlp

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

### 前処理

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

### Vectorize

* bag of words
* tfidf

### ベクトル間距離

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

### USAGE

```
go build
./nlp
```