From 3bde634751c58e9097d161e4b1e91fdebbff9c4c Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 5 Dec 2018 10:39:16 -0600 Subject: [PATCH] Added package nimfastText --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]