diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-05 10:39:16 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-12-05 10:39:16 -0600 |
| commit | 3bde634751c58e9097d161e4b1e91fdebbff9c4c (patch) | |
| tree | 5e89488cd75bb0af7ccebd1adb52b68fd85b563a | |
| parent | 369cf81b4ccb2317aa125072259e564e778efa11 (diff) | |
| download | packages-3bde634751c58e9097d161e4b1e91fdebbff9c4c.tar.gz packages-3bde634751c58e9097d161e4b1e91fdebbff9c4c.zip | |
Added package nimfastText
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 2956008..8c8ea54 100644 --- a/packages.json +++ b/packages.json @@ -11788,5 +11788,19 @@ "description": "Array/Sequence/Object destructuring/unpacking macro", "license": "MIT", "web": "https://github.com/technicallyagd/unpack" + }, + { + "name": "nimfastText", + "url": "https://github.com/genotrance/nimfastText", + "method": "git", + "tags": [ + "fasttext", + "classification", + "text", + "wrapper" + ], + "description": "fastText wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimfastText" } ] |
