[scripts] Adding the tokenize/normalize wrappers directly into the internal geodata package so pypostal can be maintained in an independent repo
This commit is contained in:
@@ -5,7 +5,7 @@ import re
|
||||
import subprocess
|
||||
import yaml
|
||||
|
||||
from postal.text.tokenize import tokenize, tokenize_raw, token_types
|
||||
from geodata.text.tokenize import tokenize, tokenize_raw, token_types
|
||||
from collections import OrderedDict, defaultdict
|
||||
from itertools import ifilter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user