You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
annots = matcher.annot_text(text="Northh and south Amer.")
@@ -46,13 +46,16 @@ for annot in annots:
46
46
## Algorithm
47
47
The algorithm was developed in the context of a [PhD thesis](https://theses.hal.science/tel-03857962/).
48
48
It proposes a solution to quickly annotate documents using a large dictionary (> 300K keywords) and fuzzy matching algorithms.
49
-
No string distance algorithm is implemented in this package, it imports and leverages external libraries like [spellwise](https://github.com/chinnichaitanya/spellwise)
50
-
and [nltk](https://github.com/nltk/nltk).
51
-
Its algorithmic complexity is O(n(log(m))) with n the number of tokens in a document and m the size of the dictionary.
49
+
No string distance algorithm is implemented in this package, it imports and leverages external libraries like [spellwise](https://github.com/chinnichaitanya/spellwise),
0 commit comments