-
when I use python3.5, keras 2.2.4 and keras_preprocessing1.0.8, there is a error,
> AttributeError: module 'keras preprocessing.text' has no attribute 'tokenizer from_json'
who can help me? Than…
-
Seems like the num_words property in [text.py](https://github.com/keras-team/keras-preprocessing/blob/4872fccc75af22a123695dbf3b82bdb424372709/keras_preprocessing/text.py#L399) is not initialized with…
-
@lalitpagaria Please feel free to add more things to this list.
- Multi-language tokenization - functionality there but not tested yet
- URL remove
- grammar correction
Multiple features can be…
-
OCTIS version: 1.11.0
Python version: 3.8.15
Operating System: 'posix'
### Description - What I Did
I read in my own data and save it as .txt with one document per line. Then I define the prep…
-
Please make sure that the boxes below are checked before you submit your issue.
If your issue is an **implementation question**, please ask your question on [StackOverflow](http://stackoverflow.com/q…
-
I'm firstly new with working with videos
so i got thought your Repo and i felt really interested in working on this :)
i got few questions (which might be very basic but I'm really confused with…
-
LUTs are text files used for color correction. LUT preprocessing before encoding is required for a footage recorded in flat color "log" profiles (C-Log on Canon, X-Log on Panasonic, etc) to restore th…
-
We have to do a fair amount of text preprocessing of our data before feeding it into tensorflow. Since the text manipulation abilities of tensorflow and tensorflow tranform are still relatively immatu…
-
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.text import text_to_word_sequence
作者好,导包的这两个语句总报错,查了一圈没有解决方案,想问下您
-
**Describe the bug**
Cannot connect to aws opensearch serverles. Here is the code snippet.
```python
from haystack_integrations.document_stores.opensearch import OpenSearchDocumentStore
from hay…