https://github.com/mustafahakkoz/bow_in_c
Bag of Words in C language
https://github.com/mustafahakkoz/bow_in_c
bag-of-words data-structures
Last synced: over 1 year ago
JSON representation
Bag of Words in C language
- Host: GitHub
- URL: https://github.com/mustafahakkoz/bow_in_c
- Owner: mustafahakkoz
- Created: 2019-02-06T18:49:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T18:54:42.000Z (over 7 years ago)
- Last Synced: 2025-01-28T05:15:05.158Z (over 1 year ago)
- Topics: bag-of-words, data-structures
- Language: C
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BOW in c
# Text representation with bag-of-words (BOW) approach
2018-2019 fall CSE225 - Data Structures Project-1
150117509 Mustafa Abdullah Hakkoz
## [manual](https://github.com/mustafahakkoz/bow_in_c/blob/master/CSE225_fall_2018_Project_1.PDF)
## [code](https://github.com/mustafahakkoz/bow_in_c/blob/master/mustafa_abdullah_hakkoz.c)