-
keyword_processor = KeywordProcessor()
keyword_processor.add_keyword('Big Apple','Big_Apple')
keyword_processor.add_keyword('Apple and','Apple_and')
keyword_processor.replace_keywords(u'I love Big …
-
-
Hi,
I am developing a bot with rasa and I wanted to include the component rasa_nlu_examples.extractors.FlashTextEntityExtractor.
I have added it to my configuration file which is as follows:
`…
-
Hello,
I have a question: Can I use stemmed version of keyphrases to extract them?
Because, sometimes is usefull use stem to capture some equivalent expressions with variations, for example
{digita…
-
Its desirable to have a clue what was replaced and where, and also if any replacement happend at all.
gabyx updated
4 years ago
-
Hey everyone, I was wondering why is it that when we have multiple keywords that overlap, for example: `["super computer", "computer game"]` we only extract the longest one, why not extract both of th…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [x] I used the GitHub search to find a sim…
-
Resources Links
-
love this project! how would you recommend serializing and deserializing these objects once trained?
-
## Descrioption
I tried to import the package and get an error
```
import scattertext as st
```
and get the following error:
```
----------------------------------------------------------…