diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..f7f5b5b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "itsmontoya", + "name": "Josh Montoya", + "avatar_url": "https://avatars.githubusercontent.com/u/928954?v=4", + "profile": "https://github.com/itsmontoya", + "contributions": [ + "code", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "bag", + "projectOwner": "GopherML" +} diff --git a/README.md b/README.md index aa00e91..bcb8458 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Bag [](https://godoc.org/github.com/GopherML/bag)  [](https://goreportcard.com/report/github.com/GopherML/bag)  + +[](#contributors-) + Bag is a `bag of words` (`BoW`) implementation written in Go, utilizing a Naive Bayes classifier. Currently, it functions as a library that can be integrated into Go code. The goal is to offer a file format that provides bag of words functionality as code. In the future, it will be usable as a command line tool, allowing it to be called from any programming language.  @@ -98,4 +101,25 @@ samples: - [X] CLI utility ## Long term goals -- [ ] Generated model as MMAP file \ No newline at end of file +- [ ] Generated model as MMAP file +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Josh Montoya 💻 📖 |
+