Licence
ISC
Version
1.1.0
Deps
1
Size
4 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
tokenize-vbb-station-name
Station names in VBB are terribly inconsistent and user's search queries are not perfect either. This module tries to compensate all the weird edge cases:
S Südkreuz Bhf (Berlin)->sbahn suedkreuz bahnhof berlinS Beusselstr->sbahn beussel strasseS+U Warschauer Str.->sbahn ubahn warschauer strasseCharité - Campus Benjamin Franklin (Berlin)->charite campus benjamin franklin berlin
Installing
npm install tokenize-vbb-station-name
Usage
const tokenize = require('tokenize-vbb-station-name')
tokenize('S+U Warschauer Str.')
.join(' ') // -> 'sbahn ubahn warschauer strasse'
Called with no arguments or an invalid argument, tokenize will return [].
Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.