-
I don't know how to name this issue, trying to describe it by an example. If I want to input a code like the following:
```python
for i in range(3):
a = i + 1
print(a)
```
The code w…
-
Related issues: #1567, #1711, #1819, #1939, #1945, #1951, #2042
We're currently in the process of rewriting the match loop, fixing long-standing issues and making it easier to extend the `Matcher` …
-
Hi there,
I have a little bug when using your great implementation of FlashText to replace keywords.
It only appears in one case:
Let's say that I have a file containing my words to find and the …
-
Hi @vi3k6i5, I think there's a bug in the way keywords are removed from dict. Here's a snippet to reproduce the error:
```
from flashtext import KeywordProcessor
kp = KeywordProcessor()
kp.add…
-
A large part of the text processing is still spent replacing keywords, examine the use of FlashText
> In this paper we introduce, the FlashText algorithm for replacing keywords or finding keywords …
-
`flashtext` is great, thank you for building, documenting, and writing a post about it!
I've incorporated it into our [pipeline](https://github.com/NIHOPA/NLPre) and saw a 60x speedup with respect…
-
I'm using anaconda, and do following:
```
conda install -c spyder-ide spyder=4.0.0b1
conda remove spyder
spyder-master:>git pull
spyder-master:>python bootstrap.py --debug
```
The spyder ma…
-
Hi Team,
How can we search a keyword on a large file using flashtext, In the documentation I could see only on some sentences but not on any file. If there is any such thing please do redirect me t…
-
Most regex libraries also give the location of the matches found. Can this information also be provided by FlashText?
For example:
````
>>> from flashtext import KeywordProcessor
>>> keyword_pro…
-
Here is an extension I use to flash a quick error message:
``` swift
extension MBProgressHUD {
/// Briefly display an error message with a popover display
static func flashError(error: NSErro…