We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I know this is a difficult one, PARSED TOKENS: [('2451', 'AddressNumber'), ('5TH', 'StreetName'), ('STREET', 'StreetNamePostType'), ('TRAILER', 'StreetNamePreType'), ('30,', 'StreetName'), ('STAFFORD', 'PlaceName'), ('TX', 'StateName'), ('77477', 'ZipCode')] UNCERTAIN LABEL: StreetName
ERROR: Unable to tag this string because more than one area of the string has the same label
When is a trailer park, and a trailer number is included tag has hard time determine how to parse it.
I'm not even sure what could be the correct tagging, but dropping the case over here in case it helps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I know this is a difficult one,
PARSED TOKENS: [('2451', 'AddressNumber'), ('5TH', 'StreetName'), ('STREET', 'StreetNamePostType'), ('TRAILER', 'StreetNamePreType'), ('30,', 'StreetName'), ('STAFFORD', 'PlaceName'), ('TX', 'StateName'), ('77477', 'ZipCode')]
UNCERTAIN LABEL: StreetName
ERROR: Unable to tag this string because more than one area of the string has the same label
When is a trailer park, and a trailer number is included tag has hard time determine how to parse it.
I'm not even sure what could be the correct tagging, but dropping the case over here in case it helps
The text was updated successfully, but these errors were encountered: