From a772532dfd434d3b062cde7c24c63addfc0dd26a Mon Sep 17 00:00:00 2001 From: iwpnd Date: Mon, 24 Feb 2020 16:01:47 +0100 Subject: [PATCH] added documentation website --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index df88418..8ac7559 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,6 +12,8 @@ Extract and count countries and cities (+their synonyms) from text, like [GeoText](https://github.com/elyase/geotext) on steroids using [FlashText](https://github.com/vi3k6i5/flashtext/), a Aho-Corasick implementation. Flashgeotext is a fast, batteries-included (and BYOD) and native python library that extracts one or more sets of given city and country names (+ synonyms) from an input text. +**documentation**: [https://flashgeotext.iwpnd.pw/](https://flashgeotext.iwpnd.pw/) + ## Usage ```python