tf-idf-similarity
Ruby gem to calculate the similarity between texts using tf*idf
파일 탐색기
최종 버전 다운로드 (.zip)- document.rb
- tf_idf_model.rb
- bm25_model.rb
- document.rb
- matrix_methods.rb
- model.rb
- term_count_model.rb
- tf_idf_model.rb
- token.rb
- tokenizer.rb
- version.rb
- tf-idf-similarity.rb
- tf_idf_model_spec.rb
- bm25_model_spec.rb
- document_spec.rb
- spec_helper.rb
- term_count_model_spec.rb
- tf_idf_model_spec.rb
- token_spec.rb
- .gitignore
- .rspec
- .travis.yml
- .yardopts
- CHANGELOG.md
- Gemfile
- LICENSE
- Rakefile
- README.md
- td-idf-similarity.gemspec
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jpmckinney/tf-idf-similarity
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd tf-idf-similarity
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
