From 1dddbdcfaeb7423f247abdaadb74ee79ebca0e05 Mon Sep 17 00:00:00 2001 From: Julian Claus Date: Mon, 8 Apr 2019 22:28:26 +0200 Subject: [PATCH] Add assocentity (#2461) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed46d3c3..30994f3f 100644 --- a/README.md +++ b/README.md @@ -1257,6 +1257,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for scientific computing and data analyzing.* +* [assocentity](https://github.com/ndabAP/assocentity) - Package assocentity returns the average distance from words to a given entity. * [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types. * [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) - Dataframes for Go for machine-learning and statistics (similar to pandas). * [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator.