diff options
| author | genotrance <dev@genotrance.com> | 2018-12-29 15:15:22 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-29 15:15:22 -0600 |
| commit | 0e6d1c64b4cceaa8e274b63fd031b692c90762b5 (patch) | |
| tree | a336b8fec0c7c3e11c1347aac79df79e5ec1c583 | |
| parent | ccd0fccd7beaa1c56bb796bc6501d469942e0ff2 (diff) | |
| parent | ebf7f5b76b7b3294d05bc0c1a4e1b062986cec3e (diff) | |
| download | packages-0e6d1c64b4cceaa8e274b63fd031b692c90762b5.tar.gz packages-0e6d1c64b4cceaa8e274b63fd031b692c90762b5.zip | |
Merge pull request #955 from genotrance/add-nimfastText1639
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 6592f1d..3d7d87b 100644 --- a/packages.json +++ b/packages.json @@ -11895,6 +11895,20 @@ "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" + }, + { "name": "treesitter", "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter", "method": "git", |
