We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe20ee commit 85314bfCopy full SHA for 85314bf
classifier/scheme/street.js
@@ -107,17 +107,17 @@ module.exports = [
107
]
108
},
109
{
110
- // Am Falkplatz
+ // N Main
111
confidence: 0.98,
112
Class: StreetClassification,
113
scheme: [
114
115
- is: ['StopWordClassification'],
116
- not: ['IntersectionClassification']
+ is: ['DirectionalClassification'],
+ not: ['IntersectionClassification', 'StreetClassification']
117
118
119
is: ['StreetClassification'],
120
- not: ['StopWordClassification']
+ not: ['IntersectionClassification', 'DirectionalClassification']
121
}
122
123
resources/pelias/dictionaries/libpostal/de/stopwords.txt
@@ -0,0 +1 @@
1
+!am
0 commit comments