https://github.com/sadit/bagofwords.jl
Explores representations based on bag words
https://github.com/sadit/bagofwords.jl
Last synced: 3 months ago
JSON representation
Explores representations based on bag words
- Host: GitHub
- URL: https://github.com/sadit/bagofwords.jl
- Owner: sadit
- License: mit
- Created: 2023-09-21T17:44:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T18:09:33.000Z (9 months ago)
- Last Synced: 2025-02-20T18:07:35.251Z (3 months ago)
- Language: Julia
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BagOfWords
[](https://github.com/[email protected]/BagOfWords.jl/actions/workflows/CI.yml?query=branch%3Amain)
This repository contains experimental text classifiers based on bag of words and linear SVM. The methods found in this repository try to add sophisticated features that give
semantic support and try to solve similar issues found in traditional bag of words approaches.This is a work in progress...