Tanmay Thakur
Results
2
comments of
Tanmay Thakur
> If you use np.uint64 as dtype, it works. Preprocess becomes: > > ``` > def tokenize(texts, max_length, skip=-2, attr=LOWER, merge=False, nlp=None, > **kwargs): > if nlp is None: >...
Basically I have tried everything out in porting it to python 3, and I'm not even able to get the preprocess functions working. Saw this issue and tried out everything...