Looking for improvement ideas for Deepparse #144
Replies: 5 comments 13 replies
-
It would be great to add a trainable tokenizer to deepparse. For example if you want to parse house number addition as an extra tag, an address can be written like this "my-street 12 a", but it could also be written like this: "my-street 12a", "my-street 12/a", "my-street 12A". In these cases it would not be possible to give the "12" the house number label and the "a" the house number addition label. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It would be usefull, if address could be |
Beta Was this translation helpful? Give feedback.
-
Hello @davebulaval, great work! |
Beta Was this translation helpful? Give feedback.
-
Hello again @davebulaval, I'm still learning about deepparse and I was thinking that it would be very usefull feature if we can implement tags dictionaries.
this way the program, if there is one of the words of the dictionary in the adress, will know automatically it's the unit! |
Beta Was this translation helpful? Give feedback.
-
We are looking for ideas to improve Deepparse. So, if you have any, you can provide them by replying to this issue.
See #136 for previous discussions.
Beta Was this translation helpful? Give feedback.
All reactions