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

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

Awesome Lists containing this project

README

        

# BagOfWords

[![Build Status](https://github.com/[email protected]/BagOfWords.jl/actions/workflows/CI.yml/badge.svg?branch=main)](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...