GRAAL-Research / deepparse

Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning

Home Page:https://deepparse.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Cutting of predictions

davebulaval opened this issue · comments

Since we don't sort the sequence (and the len of then) we were taking the max len as the first element of the max_len. So most of the cases we cut the sequence to tag.

fixed here #85