https://github.com/andrewmcloud/nlp-tools-clj
A collection of tools to support common NLP tasks.
https://github.com/andrewmcloud/nlp-tools-clj
Last synced: 11 months ago
JSON representation
A collection of tools to support common NLP tasks.
- Host: GitHub
- URL: https://github.com/andrewmcloud/nlp-tools-clj
- Owner: andrewmcloud
- License: epl-1.0
- Created: 2018-01-27T14:57:47.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-02-02T16:20:38.000Z (over 8 years ago)
- Last Synced: 2025-03-31T09:35:50.282Z (about 1 year ago)
- Language: Clojure
- Size: 428 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nlp-tools-clj
A collection of tools to support common NLP tasks *(under development)*.
## Installation
`lein install`
*will push to clojars once library is more full-featured*
## Usage
Import nlp-tools-clj:
```clojure
(ns my-ns (:require [nlp-tools-clj.core :as nlp-tools]))
```
Currently nlp-tools-clj only supports term-frequency.
```clojure
(term-frequency-matrix ["Andrew likes drinking coffee in the morning" "Mowgli likes chewing a bone in the morning"])
```
## License
Copyright © 2018 Andrew McLoud
Distributed under the Eclipse Public License either version 1.0.