mailwoman 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/bin/cli.d.ts +8 -0
- package/out/bin/cli.d.ts.map +1 -0
- package/out/bin/cli.js.map +1 -0
- package/out/classification/AdjacentClassification.d.ts +11 -0
- package/out/classification/AdjacentClassification.d.ts.map +1 -0
- package/out/classification/AdjacentClassification.js +11 -0
- package/out/classification/AdjacentClassification.js.map +1 -0
- package/out/classification/AdjacentClassification.test.d.ts +7 -0
- package/out/classification/AdjacentClassification.test.d.ts.map +1 -0
- package/out/classification/AdjacentClassification.test.js +16 -0
- package/out/classification/AdjacentClassification.test.js.map +1 -0
- package/out/classification/AlphaClassification.d.ts +11 -0
- package/out/classification/AlphaClassification.d.ts.map +1 -0
- package/out/classification/AlphaClassification.js +11 -0
- package/out/classification/AlphaClassification.js.map +1 -0
- package/out/classification/AlphaClassification.test.d.ts +7 -0
- package/out/classification/AlphaClassification.test.d.ts.map +1 -0
- package/out/classification/AlphaClassification.test.js +16 -0
- package/out/classification/AlphaClassification.test.js.map +1 -0
- package/out/classification/AlphaNumericClassification.d.ts +11 -0
- package/out/classification/AlphaNumericClassification.d.ts.map +1 -0
- package/out/classification/AlphaNumericClassification.js +11 -0
- package/out/classification/AlphaNumericClassification.js.map +1 -0
- package/out/classification/AlphaNumericClassification.test.d.ts +7 -0
- package/out/classification/AlphaNumericClassification.test.d.ts.map +1 -0
- package/out/classification/AlphaNumericClassification.test.js +16 -0
- package/out/classification/AlphaNumericClassification.test.js.map +1 -0
- package/out/classification/AreaClassification.d.ts +11 -0
- package/out/classification/AreaClassification.d.ts.map +1 -0
- package/out/classification/AreaClassification.js +11 -0
- package/out/classification/AreaClassification.js.map +1 -0
- package/out/classification/AreaClassification.test.d.ts +7 -0
- package/out/classification/AreaClassification.test.d.ts.map +1 -0
- package/out/classification/AreaClassification.test.js +16 -0
- package/out/classification/AreaClassification.test.js.map +1 -0
- package/out/classification/ChainClassification.d.ts +11 -0
- package/out/classification/ChainClassification.d.ts.map +1 -0
- package/out/classification/ChainClassification.js +11 -0
- package/out/classification/ChainClassification.js.map +1 -0
- package/out/classification/ChainClassification.test.d.ts +7 -0
- package/out/classification/ChainClassification.test.d.ts.map +1 -0
- package/out/classification/ChainClassification.test.js +16 -0
- package/out/classification/ChainClassification.test.js.map +1 -0
- package/out/classification/Classification.d.ts +85 -0
- package/out/classification/Classification.d.ts.map +1 -0
- package/out/classification/Classification.js +46 -0
- package/out/classification/Classification.js.map +1 -0
- package/out/classification/Classification.test.d.ts +7 -0
- package/out/classification/Classification.test.d.ts.map +1 -0
- package/out/classification/Classification.test.js +16 -0
- package/out/classification/Classification.test.js.map +1 -0
- package/out/classification/CountryClassification.d.ts +13 -0
- package/out/classification/CountryClassification.d.ts.map +1 -0
- package/out/classification/CountryClassification.js +15 -0
- package/out/classification/CountryClassification.js.map +1 -0
- package/out/classification/CountryClassification.test.d.ts +7 -0
- package/out/classification/CountryClassification.test.d.ts.map +1 -0
- package/out/classification/CountryClassification.test.js +16 -0
- package/out/classification/CountryClassification.test.js.map +1 -0
- package/out/classification/DependencyClassification.d.ts +12 -0
- package/out/classification/DependencyClassification.d.ts.map +1 -0
- package/out/classification/DependencyClassification.js +12 -0
- package/out/classification/DependencyClassification.js.map +1 -0
- package/out/classification/DependencyClassification.test.d.ts +7 -0
- package/out/classification/DependencyClassification.test.d.ts.map +1 -0
- package/out/classification/DependencyClassification.test.js +16 -0
- package/out/classification/DependencyClassification.test.js.map +1 -0
- package/out/classification/DirectionalClassification.d.ts +11 -0
- package/out/classification/DirectionalClassification.d.ts.map +1 -0
- package/out/classification/DirectionalClassification.js +11 -0
- package/out/classification/DirectionalClassification.js.map +1 -0
- package/out/classification/DirectionalClassification.test.d.ts +7 -0
- package/out/classification/DirectionalClassification.test.d.ts.map +1 -0
- package/out/classification/DirectionalClassification.test.js +16 -0
- package/out/classification/DirectionalClassification.test.js.map +1 -0
- package/out/classification/EndTokenClassification.d.ts +11 -0
- package/out/classification/EndTokenClassification.d.ts.map +1 -0
- package/out/classification/EndTokenClassification.js +11 -0
- package/out/classification/EndTokenClassification.js.map +1 -0
- package/out/classification/EndTokenClassification.test.d.ts +7 -0
- package/out/classification/EndTokenClassification.test.d.ts.map +1 -0
- package/out/classification/EndTokenClassification.test.js +16 -0
- package/out/classification/EndTokenClassification.test.js.map +1 -0
- package/out/classification/EndTokenSingleCharacterClassification.d.ts +11 -0
- package/out/classification/EndTokenSingleCharacterClassification.d.ts.map +1 -0
- package/out/classification/EndTokenSingleCharacterClassification.js +11 -0
- package/out/classification/EndTokenSingleCharacterClassification.js.map +1 -0
- package/out/classification/EndTokenSingleCharacterClassification.test.d.ts +7 -0
- package/out/classification/EndTokenSingleCharacterClassification.test.d.ts.map +1 -0
- package/out/classification/EndTokenSingleCharacterClassification.test.js +16 -0
- package/out/classification/EndTokenSingleCharacterClassification.test.js.map +1 -0
- package/out/classification/GivenNameClassification.d.ts +11 -0
- package/out/classification/GivenNameClassification.d.ts.map +1 -0
- package/out/classification/GivenNameClassification.js +11 -0
- package/out/classification/GivenNameClassification.js.map +1 -0
- package/out/classification/GivenNameClassification.test.d.ts +7 -0
- package/out/classification/GivenNameClassification.test.d.ts.map +1 -0
- package/out/classification/GivenNameClassification.test.js +16 -0
- package/out/classification/GivenNameClassification.test.js.map +1 -0
- package/out/classification/HouseNumberClassification.d.ts +12 -0
- package/out/classification/HouseNumberClassification.d.ts.map +1 -0
- package/out/classification/HouseNumberClassification.js +12 -0
- package/out/classification/HouseNumberClassification.js.map +1 -0
- package/out/classification/HouseNumberClassification.test.d.ts +7 -0
- package/out/classification/HouseNumberClassification.test.d.ts.map +1 -0
- package/out/classification/HouseNumberClassification.test.js +16 -0
- package/out/classification/HouseNumberClassification.test.js.map +1 -0
- package/out/classification/IntersectionClassification.d.ts +11 -0
- package/out/classification/IntersectionClassification.d.ts.map +1 -0
- package/out/classification/IntersectionClassification.js +11 -0
- package/out/classification/IntersectionClassification.js.map +1 -0
- package/out/classification/IntersectionClassification.test.d.ts +7 -0
- package/out/classification/IntersectionClassification.test.d.ts.map +1 -0
- package/out/classification/IntersectionClassification.test.js +16 -0
- package/out/classification/IntersectionClassification.test.js.map +1 -0
- package/out/classification/LevelClassification.d.ts +12 -0
- package/out/classification/LevelClassification.d.ts.map +1 -0
- package/out/classification/LevelClassification.js +12 -0
- package/out/classification/LevelClassification.js.map +1 -0
- package/out/classification/LevelTypeClassification.d.ts +11 -0
- package/out/classification/LevelTypeClassification.d.ts.map +1 -0
- package/out/classification/LevelTypeClassification.js +11 -0
- package/out/classification/LevelTypeClassification.js.map +1 -0
- package/out/classification/LocalityClassification.d.ts +12 -0
- package/out/classification/LocalityClassification.d.ts.map +1 -0
- package/out/classification/LocalityClassification.js +12 -0
- package/out/classification/LocalityClassification.js.map +1 -0
- package/out/classification/LocalityClassification.test.d.ts +7 -0
- package/out/classification/LocalityClassification.test.d.ts.map +1 -0
- package/out/classification/LocalityClassification.test.js +16 -0
- package/out/classification/LocalityClassification.test.js.map +1 -0
- package/out/classification/MiddleInitialClassification.d.ts +11 -0
- package/out/classification/MiddleInitialClassification.d.ts.map +1 -0
- package/out/classification/MiddleInitialClassification.js +11 -0
- package/out/classification/MiddleInitialClassification.js.map +1 -0
- package/out/classification/MiddleInitialClassification.test.d.ts +7 -0
- package/out/classification/MiddleInitialClassification.test.d.ts.map +1 -0
- package/out/classification/MiddleInitialClassification.test.js +16 -0
- package/out/classification/MiddleInitialClassification.test.js.map +1 -0
- package/out/classification/MultiStreetClassification.d.ts +12 -0
- package/out/classification/MultiStreetClassification.d.ts.map +1 -0
- package/out/classification/MultiStreetClassification.js +12 -0
- package/out/classification/MultiStreetClassification.js.map +1 -0
- package/out/classification/MultiStreetClassification.test.d.ts +7 -0
- package/out/classification/MultiStreetClassification.test.d.ts.map +1 -0
- package/out/classification/MultiStreetClassification.test.js +16 -0
- package/out/classification/MultiStreetClassification.test.js.map +1 -0
- package/out/classification/NumericClassification.d.ts +11 -0
- package/out/classification/NumericClassification.d.ts.map +1 -0
- package/out/classification/NumericClassification.js +11 -0
- package/out/classification/NumericClassification.js.map +1 -0
- package/out/classification/NumericClassification.test.d.ts +7 -0
- package/out/classification/NumericClassification.test.d.ts.map +1 -0
- package/out/classification/NumericClassification.test.js +16 -0
- package/out/classification/NumericClassification.test.js.map +1 -0
- package/out/classification/OrdinalClassification.d.ts +11 -0
- package/out/classification/OrdinalClassification.d.ts.map +1 -0
- package/out/classification/OrdinalClassification.js +11 -0
- package/out/classification/OrdinalClassification.js.map +1 -0
- package/out/classification/OrdinalClassification.test.d.ts +7 -0
- package/out/classification/OrdinalClassification.test.d.ts.map +1 -0
- package/out/classification/OrdinalClassification.test.js +16 -0
- package/out/classification/OrdinalClassification.test.js.map +1 -0
- package/out/classification/PersonClassification.d.ts +11 -0
- package/out/classification/PersonClassification.d.ts.map +1 -0
- package/out/classification/PersonClassification.js +11 -0
- package/out/classification/PersonClassification.js.map +1 -0
- package/out/classification/PersonClassification.test.d.ts +7 -0
- package/out/classification/PersonClassification.test.d.ts.map +1 -0
- package/out/classification/PersonClassification.test.js +16 -0
- package/out/classification/PersonClassification.test.js.map +1 -0
- package/out/classification/PersonalSuffixClassification.d.ts +11 -0
- package/out/classification/PersonalSuffixClassification.d.ts.map +1 -0
- package/out/classification/PersonalSuffixClassification.js +11 -0
- package/out/classification/PersonalSuffixClassification.js.map +1 -0
- package/out/classification/PersonalSuffixClassification.test.d.ts +7 -0
- package/out/classification/PersonalSuffixClassification.test.d.ts.map +1 -0
- package/out/classification/PersonalSuffixClassification.test.js +16 -0
- package/out/classification/PersonalSuffixClassification.test.js.map +1 -0
- package/out/classification/PersonalTitleClassification.d.ts +11 -0
- package/out/classification/PersonalTitleClassification.d.ts.map +1 -0
- package/out/classification/PersonalTitleClassification.js +11 -0
- package/out/classification/PersonalTitleClassification.js.map +1 -0
- package/out/classification/PersonalTitleClassification.test.d.ts +7 -0
- package/out/classification/PersonalTitleClassification.test.d.ts.map +1 -0
- package/out/classification/PersonalTitleClassification.test.js +16 -0
- package/out/classification/PersonalTitleClassification.test.js.map +1 -0
- package/out/classification/PlaceClassification.d.ts +11 -0
- package/out/classification/PlaceClassification.d.ts.map +1 -0
- package/out/classification/PlaceClassification.js +11 -0
- package/out/classification/PlaceClassification.js.map +1 -0
- package/out/classification/PlaceClassification.test.d.ts +7 -0
- package/out/classification/PlaceClassification.test.d.ts.map +1 -0
- package/out/classification/PlaceClassification.test.js +16 -0
- package/out/classification/PlaceClassification.test.js.map +1 -0
- package/out/classification/PostcodeClassification.d.ts +12 -0
- package/out/classification/PostcodeClassification.d.ts.map +1 -0
- package/out/classification/PostcodeClassification.js +12 -0
- package/out/classification/PostcodeClassification.js.map +1 -0
- package/out/classification/PostcodeClassification.test.d.ts +7 -0
- package/out/classification/PostcodeClassification.test.d.ts.map +1 -0
- package/out/classification/PostcodeClassification.test.js +16 -0
- package/out/classification/PostcodeClassification.test.js.map +1 -0
- package/out/classification/PunctuationClassification.d.ts +11 -0
- package/out/classification/PunctuationClassification.d.ts.map +1 -0
- package/out/classification/PunctuationClassification.js +11 -0
- package/out/classification/PunctuationClassification.js.map +1 -0
- package/out/classification/PunctuationClassification.test.d.ts +7 -0
- package/out/classification/PunctuationClassification.test.d.ts.map +1 -0
- package/out/classification/PunctuationClassification.test.js +16 -0
- package/out/classification/PunctuationClassification.test.js.map +1 -0
- package/out/classification/RegionClassification.d.ts +12 -0
- package/out/classification/RegionClassification.d.ts.map +1 -0
- package/out/classification/RegionClassification.js +12 -0
- package/out/classification/RegionClassification.js.map +1 -0
- package/out/classification/RegionClassification.test.d.ts +7 -0
- package/out/classification/RegionClassification.test.d.ts.map +1 -0
- package/out/classification/RegionClassification.test.js +16 -0
- package/out/classification/RegionClassification.test.js.map +1 -0
- package/out/classification/RoadTypeClassification.d.ts +11 -0
- package/out/classification/RoadTypeClassification.d.ts.map +1 -0
- package/out/classification/RoadTypeClassification.js +11 -0
- package/out/classification/RoadTypeClassification.js.map +1 -0
- package/out/classification/RoadTypeClassification.test.d.ts +7 -0
- package/out/classification/RoadTypeClassification.test.d.ts.map +1 -0
- package/out/classification/RoadTypeClassification.test.js +15 -0
- package/out/classification/RoadTypeClassification.test.js.map +1 -0
- package/out/classification/StartTokenClassification.d.ts +11 -0
- package/out/classification/StartTokenClassification.d.ts.map +1 -0
- package/out/classification/StartTokenClassification.js +11 -0
- package/out/classification/StartTokenClassification.js.map +1 -0
- package/out/classification/StartTokenClassification.test.d.ts +7 -0
- package/out/classification/StartTokenClassification.test.d.ts.map +1 -0
- package/out/classification/StartTokenClassification.test.js +16 -0
- package/out/classification/StartTokenClassification.test.js.map +1 -0
- package/out/classification/StopWordClassification.d.ts +11 -0
- package/out/classification/StopWordClassification.d.ts.map +1 -0
- package/out/classification/StopWordClassification.js +11 -0
- package/out/classification/StopWordClassification.js.map +1 -0
- package/out/classification/StopWordClassification.test.d.ts +7 -0
- package/out/classification/StopWordClassification.test.d.ts.map +1 -0
- package/out/classification/StopWordClassification.test.js +16 -0
- package/out/classification/StopWordClassification.test.js.map +1 -0
- package/out/classification/StreetClassification.d.ts +12 -0
- package/out/classification/StreetClassification.d.ts.map +1 -0
- package/out/classification/StreetClassification.js +12 -0
- package/out/classification/StreetClassification.js.map +1 -0
- package/out/classification/StreetClassification.test.d.ts +7 -0
- package/out/classification/StreetClassification.test.d.ts.map +1 -0
- package/out/classification/StreetClassification.test.js +16 -0
- package/out/classification/StreetClassification.test.js.map +1 -0
- package/out/classification/StreetNameClassification.d.ts +11 -0
- package/out/classification/StreetNameClassification.d.ts.map +1 -0
- package/out/classification/StreetNameClassification.js +11 -0
- package/out/classification/StreetNameClassification.js.map +1 -0
- package/out/classification/StreetNameClassification.test.d.ts +7 -0
- package/out/classification/StreetNameClassification.test.d.ts.map +1 -0
- package/out/classification/StreetNameClassification.test.js +15 -0
- package/out/classification/StreetNameClassification.test.js.map +1 -0
- package/out/classification/StreetPrefixClassification.d.ts +11 -0
- package/out/classification/StreetPrefixClassification.d.ts.map +1 -0
- package/out/classification/StreetPrefixClassification.js +11 -0
- package/out/classification/StreetPrefixClassification.js.map +1 -0
- package/out/classification/StreetPrefixClassification.test.d.ts +7 -0
- package/out/classification/StreetPrefixClassification.test.d.ts.map +1 -0
- package/out/classification/StreetPrefixClassification.test.js +16 -0
- package/out/classification/StreetPrefixClassification.test.js.map +1 -0
- package/out/classification/StreetProperNameClassification.d.ts +11 -0
- package/out/classification/StreetProperNameClassification.d.ts.map +1 -0
- package/out/classification/StreetProperNameClassification.js +11 -0
- package/out/classification/StreetProperNameClassification.js.map +1 -0
- package/out/classification/StreetProperNameClassification.test.d.ts +7 -0
- package/out/classification/StreetProperNameClassification.test.d.ts.map +1 -0
- package/out/classification/StreetProperNameClassification.test.js +16 -0
- package/out/classification/StreetProperNameClassification.test.js.map +1 -0
- package/out/classification/StreetSuffixClassification.d.ts +11 -0
- package/out/classification/StreetSuffixClassification.d.ts.map +1 -0
- package/out/classification/StreetSuffixClassification.js +11 -0
- package/out/classification/StreetSuffixClassification.js.map +1 -0
- package/out/classification/StreetSuffixClassification.test.d.ts +7 -0
- package/out/classification/StreetSuffixClassification.test.d.ts.map +1 -0
- package/out/classification/StreetSuffixClassification.test.js +16 -0
- package/out/classification/StreetSuffixClassification.test.js.map +1 -0
- package/out/classification/SurnameClassification.d.ts +11 -0
- package/out/classification/SurnameClassification.d.ts.map +1 -0
- package/out/classification/SurnameClassification.js +11 -0
- package/out/classification/SurnameClassification.js.map +1 -0
- package/out/classification/SurnameClassification.test.d.ts +7 -0
- package/out/classification/SurnameClassification.test.d.ts.map +1 -0
- package/out/classification/SurnameClassification.test.js +16 -0
- package/out/classification/SurnameClassification.test.js.map +1 -0
- package/out/classification/ToponymClassification.d.ts +11 -0
- package/out/classification/ToponymClassification.d.ts.map +1 -0
- package/out/classification/ToponymClassification.js +11 -0
- package/out/classification/ToponymClassification.js.map +1 -0
- package/out/classification/ToponymClassification.test.d.ts +7 -0
- package/out/classification/ToponymClassification.test.d.ts.map +1 -0
- package/out/classification/ToponymClassification.test.js +16 -0
- package/out/classification/ToponymClassification.test.js.map +1 -0
- package/out/classification/UnitClassification.d.ts +11 -0
- package/out/classification/UnitClassification.d.ts.map +1 -0
- package/out/classification/UnitClassification.js +11 -0
- package/out/classification/UnitClassification.js.map +1 -0
- package/out/classification/UnitClassification.test.d.ts +7 -0
- package/out/classification/UnitClassification.test.d.ts.map +1 -0
- package/out/classification/UnitClassification.test.js +16 -0
- package/out/classification/UnitClassification.test.js.map +1 -0
- package/out/classification/UnitTypeClassification.d.ts +11 -0
- package/out/classification/UnitTypeClassification.d.ts.map +1 -0
- package/out/classification/UnitTypeClassification.js +11 -0
- package/out/classification/UnitTypeClassification.js.map +1 -0
- package/out/classification/UnitTypeClassification.test.d.ts +7 -0
- package/out/classification/UnitTypeClassification.test.d.ts.map +1 -0
- package/out/classification/UnitTypeClassification.test.js +16 -0
- package/out/classification/UnitTypeClassification.test.js.map +1 -0
- package/out/classification/VenueClassification.d.ts +12 -0
- package/out/classification/VenueClassification.d.ts.map +1 -0
- package/out/classification/VenueClassification.js +12 -0
- package/out/classification/VenueClassification.js.map +1 -0
- package/out/classification/VenueClassification.test.d.ts +7 -0
- package/out/classification/VenueClassification.test.d.ts.map +1 -0
- package/out/classification/VenueClassification.test.js +16 -0
- package/out/classification/VenueClassification.test.js.map +1 -0
- package/out/classification/index.d.ts +47 -0
- package/out/classification/index.d.ts.map +1 -0
- package/out/classification/index.js +47 -0
- package/out/classification/index.js.map +1 -0
- package/out/classification/types.d.ts +55 -0
- package/out/classification/types.d.ts.map +1 -0
- package/out/classification/types.js +88 -0
- package/out/classification/types.js.map +1 -0
- package/out/classifier/AdjacencyClassifier.d.ts +12 -0
- package/out/classifier/AdjacencyClassifier.d.ts.map +1 -0
- package/out/classifier/AdjacencyClassifier.js +42 -0
- package/out/classifier/AdjacencyClassifier.js.map +1 -0
- package/out/classifier/AlphaNumericClassifier.d.ts +12 -0
- package/out/classifier/AlphaNumericClassifier.d.ts.map +1 -0
- package/out/classifier/AlphaNumericClassifier.js +28 -0
- package/out/classifier/AlphaNumericClassifier.js.map +1 -0
- package/out/classifier/AlphaNumericClassifier.test.d.ts +7 -0
- package/out/classifier/AlphaNumericClassifier.test.d.ts.map +1 -0
- package/out/classifier/AlphaNumericClassifier.test.js +80 -0
- package/out/classifier/AlphaNumericClassifier.test.js.map +1 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.d.ts +18 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.d.ts.map +1 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.js +50 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.js.map +1 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.test.d.ts +7 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.test.d.ts.map +1 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.test.js +53 -0
- package/out/classifier/CentralEuropeanStreetNameClassifier.test.js.map +1 -0
- package/out/classifier/ChainClassifier.d.ts +15 -0
- package/out/classifier/ChainClassifier.d.ts.map +1 -0
- package/out/classifier/ChainClassifier.js +25 -0
- package/out/classifier/ChainClassifier.js.map +1 -0
- package/out/classifier/ChainClassifier.test.d.ts +7 -0
- package/out/classifier/ChainClassifier.test.d.ts.map +1 -0
- package/out/classifier/ChainClassifier.test.js +20 -0
- package/out/classifier/ChainClassifier.test.js.map +1 -0
- package/out/classifier/CompositeClassifier.d.ts +16 -0
- package/out/classifier/CompositeClassifier.d.ts.map +1 -0
- package/out/classifier/CompositeClassifier.js +151 -0
- package/out/classifier/CompositeClassifier.js.map +1 -0
- package/out/classifier/CompositeClassifier.test.d.ts +7 -0
- package/out/classifier/CompositeClassifier.test.d.ts.map +1 -0
- package/out/classifier/CompositeClassifier.test.js +59 -0
- package/out/classifier/CompositeClassifier.test.js.map +1 -0
- package/out/classifier/CompoundStreetClassifier.d.ts +15 -0
- package/out/classifier/CompoundStreetClassifier.d.ts.map +1 -0
- package/out/classifier/CompoundStreetClassifier.js +48 -0
- package/out/classifier/CompoundStreetClassifier.js.map +1 -0
- package/out/classifier/CompoundStreetClassifier.test.d.ts +7 -0
- package/out/classifier/CompoundStreetClassifier.test.d.ts.map +1 -0
- package/out/classifier/CompoundStreetClassifier.test.js +48 -0
- package/out/classifier/CompoundStreetClassifier.test.js.map +1 -0
- package/out/classifier/DirectionalClassifier.d.ts +15 -0
- package/out/classifier/DirectionalClassifier.d.ts.map +1 -0
- package/out/classifier/DirectionalClassifier.js +37 -0
- package/out/classifier/DirectionalClassifier.js.map +1 -0
- package/out/classifier/DirectionalClassifier.test.d.ts +7 -0
- package/out/classifier/DirectionalClassifier.test.d.ts.map +1 -0
- package/out/classifier/DirectionalClassifier.test.js +175 -0
- package/out/classifier/DirectionalClassifier.test.js.map +1 -0
- package/out/classifier/GivenNameClassifier.d.ts +15 -0
- package/out/classifier/GivenNameClassifier.d.ts.map +1 -0
- package/out/classifier/GivenNameClassifier.js +32 -0
- package/out/classifier/GivenNameClassifier.js.map +1 -0
- package/out/classifier/GivenNameClassifier.test.d.ts +7 -0
- package/out/classifier/GivenNameClassifier.test.d.ts.map +1 -0
- package/out/classifier/GivenNameClassifier.test.js +28 -0
- package/out/classifier/GivenNameClassifier.test.js.map +1 -0
- package/out/classifier/HouseNumberClassifier.d.ts +12 -0
- package/out/classifier/HouseNumberClassifier.d.ts.map +1 -0
- package/out/classifier/HouseNumberClassifier.js +47 -0
- package/out/classifier/HouseNumberClassifier.js.map +1 -0
- package/out/classifier/HouseNumberClassifier.test.d.ts +7 -0
- package/out/classifier/HouseNumberClassifier.test.d.ts.map +1 -0
- package/out/classifier/HouseNumberClassifier.test.js +138 -0
- package/out/classifier/HouseNumberClassifier.test.js.map +1 -0
- package/out/classifier/IntersectionClassifier.d.ts +13 -0
- package/out/classifier/IntersectionClassifier.d.ts.map +1 -0
- package/out/classifier/IntersectionClassifier.js +40 -0
- package/out/classifier/IntersectionClassifier.js.map +1 -0
- package/out/classifier/LevelClassifier.d.ts +13 -0
- package/out/classifier/LevelClassifier.d.ts.map +1 -0
- package/out/classifier/LevelClassifier.js +38 -0
- package/out/classifier/LevelClassifier.js.map +1 -0
- package/out/classifier/LevelTypeClassifier.d.ts +14 -0
- package/out/classifier/LevelTypeClassifier.d.ts.map +1 -0
- package/out/classifier/LevelTypeClassifier.js +26 -0
- package/out/classifier/LevelTypeClassifier.js.map +1 -0
- package/out/classifier/LevelTypeClassifier.test.d.ts +7 -0
- package/out/classifier/LevelTypeClassifier.test.d.ts.map +1 -0
- package/out/classifier/LevelTypeClassifier.test.js +19 -0
- package/out/classifier/LevelTypeClassifier.test.js.map +1 -0
- package/out/classifier/LevelTypeLevelClassifier.d.ts +17 -0
- package/out/classifier/LevelTypeLevelClassifier.d.ts.map +1 -0
- package/out/classifier/LevelTypeLevelClassifier.js +56 -0
- package/out/classifier/LevelTypeLevelClassifier.js.map +1 -0
- package/out/classifier/MiddleInitialClassifier.d.ts +13 -0
- package/out/classifier/MiddleInitialClassifier.d.ts.map +1 -0
- package/out/classifier/MiddleInitialClassifier.js +20 -0
- package/out/classifier/MiddleInitialClassifier.js.map +1 -0
- package/out/classifier/MiddleInitialClassifier.test.d.ts +7 -0
- package/out/classifier/MiddleInitialClassifier.test.d.ts.map +1 -0
- package/out/classifier/MiddleInitialClassifier.test.js +26 -0
- package/out/classifier/MiddleInitialClassifier.test.js.map +1 -0
- package/out/classifier/OrdinalClassifier.d.ts +12 -0
- package/out/classifier/OrdinalClassifier.d.ts.map +1 -0
- package/out/classifier/OrdinalClassifier.js +28 -0
- package/out/classifier/OrdinalClassifier.js.map +1 -0
- package/out/classifier/OrdinalClassifier.test.d.ts +7 -0
- package/out/classifier/OrdinalClassifier.test.d.ts.map +1 -0
- package/out/classifier/OrdinalClassifier.test.js +38 -0
- package/out/classifier/OrdinalClassifier.test.js.map +1 -0
- package/out/classifier/PersonClassifier.d.ts +15 -0
- package/out/classifier/PersonClassifier.d.ts.map +1 -0
- package/out/classifier/PersonClassifier.js +30 -0
- package/out/classifier/PersonClassifier.js.map +1 -0
- package/out/classifier/PersonClassifier.test.d.ts +7 -0
- package/out/classifier/PersonClassifier.test.d.ts.map +1 -0
- package/out/classifier/PersonClassifier.test.js +37 -0
- package/out/classifier/PersonClassifier.test.js.map +1 -0
- package/out/classifier/PersonalSuffixClassifier.d.ts +15 -0
- package/out/classifier/PersonalSuffixClassifier.d.ts.map +1 -0
- package/out/classifier/PersonalSuffixClassifier.js +30 -0
- package/out/classifier/PersonalSuffixClassifier.js.map +1 -0
- package/out/classifier/PersonalSuffixClassifier.test.d.ts +7 -0
- package/out/classifier/PersonalSuffixClassifier.test.d.ts.map +1 -0
- package/out/classifier/PersonalSuffixClassifier.test.js +28 -0
- package/out/classifier/PersonalSuffixClassifier.test.js.map +1 -0
- package/out/classifier/PersonalTitleClassifier.d.ts +15 -0
- package/out/classifier/PersonalTitleClassifier.d.ts.map +1 -0
- package/out/classifier/PersonalTitleClassifier.js +36 -0
- package/out/classifier/PersonalTitleClassifier.js.map +1 -0
- package/out/classifier/PersonalTitleClassifier.test.d.ts +7 -0
- package/out/classifier/PersonalTitleClassifier.test.d.ts.map +1 -0
- package/out/classifier/PersonalTitleClassifier.test.js +28 -0
- package/out/classifier/PersonalTitleClassifier.test.js.map +1 -0
- package/out/classifier/PlaceClassifier.d.ts +15 -0
- package/out/classifier/PlaceClassifier.d.ts.map +1 -0
- package/out/classifier/PlaceClassifier.js +36 -0
- package/out/classifier/PlaceClassifier.js.map +1 -0
- package/out/classifier/PlaceClassifier.test.d.ts +7 -0
- package/out/classifier/PlaceClassifier.test.d.ts.map +1 -0
- package/out/classifier/PlaceClassifier.test.js +28 -0
- package/out/classifier/PlaceClassifier.test.js.map +1 -0
- package/out/classifier/PostcodeClassifier.d.ts +18 -0
- package/out/classifier/PostcodeClassifier.d.ts.map +1 -0
- package/out/classifier/PostcodeClassifier.js +68 -0
- package/out/classifier/PostcodeClassifier.js.map +1 -0
- package/out/classifier/PostcodeClassifier.test.d.ts +7 -0
- package/out/classifier/PostcodeClassifier.test.d.ts.map +1 -0
- package/out/classifier/PostcodeClassifier.test.js +73 -0
- package/out/classifier/PostcodeClassifier.test.js.map +1 -0
- package/out/classifier/RoadTypeClassifier.d.ts +15 -0
- package/out/classifier/RoadTypeClassifier.d.ts.map +1 -0
- package/out/classifier/RoadTypeClassifier.js +34 -0
- package/out/classifier/RoadTypeClassifier.js.map +1 -0
- package/out/classifier/RoadTypeClassifier.test.d.ts +7 -0
- package/out/classifier/RoadTypeClassifier.test.d.ts.map +1 -0
- package/out/classifier/RoadTypeClassifier.test.js +32 -0
- package/out/classifier/RoadTypeClassifier.test.js.map +1 -0
- package/out/classifier/StopWordClassifier.d.ts +15 -0
- package/out/classifier/StopWordClassifier.d.ts.map +1 -0
- package/out/classifier/StopWordClassifier.js +35 -0
- package/out/classifier/StopWordClassifier.js.map +1 -0
- package/out/classifier/StopWordClassifier.test.d.ts +7 -0
- package/out/classifier/StopWordClassifier.test.d.ts.map +1 -0
- package/out/classifier/StopWordClassifier.test.js +28 -0
- package/out/classifier/StopWordClassifier.test.js.map +1 -0
- package/out/classifier/StreetPrefixClassifier.d.ts +15 -0
- package/out/classifier/StreetPrefixClassifier.d.ts.map +1 -0
- package/out/classifier/StreetPrefixClassifier.js +47 -0
- package/out/classifier/StreetPrefixClassifier.js.map +1 -0
- package/out/classifier/StreetPrefixClassifier.test.d.ts +7 -0
- package/out/classifier/StreetPrefixClassifier.test.d.ts.map +1 -0
- package/out/classifier/StreetPrefixClassifier.test.js +32 -0
- package/out/classifier/StreetPrefixClassifier.test.js.map +1 -0
- package/out/classifier/StreetProperNameClassifier.d.ts +20 -0
- package/out/classifier/StreetProperNameClassifier.d.ts.map +1 -0
- package/out/classifier/StreetProperNameClassifier.js +30 -0
- package/out/classifier/StreetProperNameClassifier.js.map +1 -0
- package/out/classifier/StreetProperNameClassifier.test.d.ts +7 -0
- package/out/classifier/StreetProperNameClassifier.test.d.ts.map +1 -0
- package/out/classifier/StreetProperNameClassifier.test.js +27 -0
- package/out/classifier/StreetProperNameClassifier.test.js.map +1 -0
- package/out/classifier/StreetSuffixClassifier.d.ts +15 -0
- package/out/classifier/StreetSuffixClassifier.d.ts.map +1 -0
- package/out/classifier/StreetSuffixClassifier.js +60 -0
- package/out/classifier/StreetSuffixClassifier.js.map +1 -0
- package/out/classifier/StreetSuffixClassifier.test.d.ts +7 -0
- package/out/classifier/StreetSuffixClassifier.test.d.ts.map +1 -0
- package/out/classifier/StreetSuffixClassifier.test.js +56 -0
- package/out/classifier/StreetSuffixClassifier.test.js.map +1 -0
- package/out/classifier/SurnameClassifier.d.ts +15 -0
- package/out/classifier/SurnameClassifier.d.ts.map +1 -0
- package/out/classifier/SurnameClassifier.js +33 -0
- package/out/classifier/SurnameClassifier.js.map +1 -0
- package/out/classifier/SurnameClassifier.test.d.ts +7 -0
- package/out/classifier/SurnameClassifier.test.d.ts.map +1 -0
- package/out/classifier/SurnameClassifier.test.js +27 -0
- package/out/classifier/SurnameClassifier.test.js.map +1 -0
- package/out/classifier/TokenPositionClassifier.d.ts +14 -0
- package/out/classifier/TokenPositionClassifier.d.ts.map +1 -0
- package/out/classifier/TokenPositionClassifier.js +48 -0
- package/out/classifier/TokenPositionClassifier.js.map +1 -0
- package/out/classifier/TokenPositionClassifier.test.d.ts +7 -0
- package/out/classifier/TokenPositionClassifier.test.d.ts.map +1 -0
- package/out/classifier/TokenPositionClassifier.test.js +81 -0
- package/out/classifier/TokenPositionClassifier.test.js.map +1 -0
- package/out/classifier/ToponymClassifier.d.ts +15 -0
- package/out/classifier/ToponymClassifier.d.ts.map +1 -0
- package/out/classifier/ToponymClassifier.js +31 -0
- package/out/classifier/ToponymClassifier.js.map +1 -0
- package/out/classifier/ToponymClassifier.test.d.ts +7 -0
- package/out/classifier/ToponymClassifier.test.d.ts.map +1 -0
- package/out/classifier/ToponymClassifier.test.js +31 -0
- package/out/classifier/ToponymClassifier.test.js.map +1 -0
- package/out/classifier/UnitClassifier.d.ts +13 -0
- package/out/classifier/UnitClassifier.d.ts.map +1 -0
- package/out/classifier/UnitClassifier.js +49 -0
- package/out/classifier/UnitClassifier.js.map +1 -0
- package/out/classifier/UnitClassifier.test.d.ts +7 -0
- package/out/classifier/UnitClassifier.test.d.ts.map +1 -0
- package/out/classifier/UnitClassifier.test.js +79 -0
- package/out/classifier/UnitClassifier.test.js.map +1 -0
- package/out/classifier/UnitTypeClassifier.d.ts +14 -0
- package/out/classifier/UnitTypeClassifier.d.ts.map +1 -0
- package/out/classifier/UnitTypeClassifier.js +26 -0
- package/out/classifier/UnitTypeClassifier.js.map +1 -0
- package/out/classifier/UnitTypeClassifier.test.d.ts +7 -0
- package/out/classifier/UnitTypeClassifier.test.d.ts.map +1 -0
- package/out/classifier/UnitTypeClassifier.test.js +19 -0
- package/out/classifier/UnitTypeClassifier.test.js.map +1 -0
- package/out/classifier/UnitTypeUnitClassifier.d.ts +16 -0
- package/out/classifier/UnitTypeUnitClassifier.d.ts.map +1 -0
- package/out/classifier/UnitTypeUnitClassifier.js +56 -0
- package/out/classifier/UnitTypeUnitClassifier.js.map +1 -0
- package/out/classifier/UnitTypeUnitClassifier.test.d.ts +7 -0
- package/out/classifier/UnitTypeUnitClassifier.test.d.ts.map +1 -0
- package/out/classifier/UnitTypeUnitClassifier.test.js +36 -0
- package/out/classifier/UnitTypeUnitClassifier.test.js.map +1 -0
- package/out/classifier/WhosOnFirstClassifier.d.ts +20 -0
- package/out/classifier/WhosOnFirstClassifier.d.ts.map +1 -0
- package/out/classifier/WhosOnFirstClassifier.js +154 -0
- package/out/classifier/WhosOnFirstClassifier.js.map +1 -0
- package/out/classifier/WhosOnFirstClassifier.test.d.ts +7 -0
- package/out/classifier/WhosOnFirstClassifier.test.d.ts.map +1 -0
- package/out/classifier/WhosOnFirstClassifier.test.js +33 -0
- package/out/classifier/WhosOnFirstClassifier.test.js.map +1 -0
- package/out/classifier/index.d.ts +38 -0
- package/out/classifier/index.d.ts.map +1 -0
- package/out/classifier/index.js +38 -0
- package/out/classifier/index.js.map +1 -0
- package/out/classifier/scheme/intersection.d.ts +9 -0
- package/out/classifier/scheme/intersection.d.ts.map +1 -0
- package/out/classifier/scheme/intersection.js +122 -0
- package/out/classifier/scheme/intersection.js.map +1 -0
- package/out/classifier/scheme/level.d.ts +9 -0
- package/out/classifier/scheme/level.d.ts.map +1 -0
- package/out/classifier/scheme/level.js +122 -0
- package/out/classifier/scheme/level.js.map +1 -0
- package/out/classifier/scheme/person.d.ts +9 -0
- package/out/classifier/scheme/person.d.ts.map +1 -0
- package/out/classifier/scheme/person.js +114 -0
- package/out/classifier/scheme/person.js.map +1 -0
- package/out/classifier/scheme/street.d.ts +9 -0
- package/out/classifier/scheme/street.d.ts.map +1 -0
- package/out/classifier/scheme/street.js +406 -0
- package/out/classifier/scheme/street.js.map +1 -0
- package/out/classifier/scheme/street_name.d.ts +9 -0
- package/out/classifier/scheme/street_name.d.ts.map +1 -0
- package/out/classifier/scheme/street_name.js +83 -0
- package/out/classifier/scheme/street_name.js.map +1 -0
- package/out/classifier/scheme/venue.d.ts +9 -0
- package/out/classifier/scheme/venue.d.ts.map +1 -0
- package/out/classifier/scheme/venue.js +203 -0
- package/out/classifier/scheme/venue.js.map +1 -0
- package/out/classifier/super/BaseClassifier.d.ts +24 -0
- package/out/classifier/super/BaseClassifier.d.ts.map +1 -0
- package/out/classifier/super/BaseClassifier.js +21 -0
- package/out/classifier/super/BaseClassifier.js.map +1 -0
- package/out/classifier/super/PhraseClassifier.d.ts +18 -0
- package/out/classifier/super/PhraseClassifier.d.ts.map +1 -0
- package/out/classifier/super/PhraseClassifier.js +24 -0
- package/out/classifier/super/PhraseClassifier.js.map +1 -0
- package/out/classifier/super/SectionClassifier.d.ts +22 -0
- package/out/classifier/super/SectionClassifier.d.ts.map +1 -0
- package/out/classifier/super/SectionClassifier.js +26 -0
- package/out/classifier/super/SectionClassifier.js.map +1 -0
- package/out/classifier/super/WordClassifier.d.ts +14 -0
- package/out/classifier/super/WordClassifier.d.ts.map +1 -0
- package/out/classifier/super/WordClassifier.js +22 -0
- package/out/classifier/super/WordClassifier.js.map +1 -0
- package/out/classifier/super/index.d.ts +10 -0
- package/out/classifier/super/index.d.ts.map +1 -0
- package/out/classifier/super/index.js +10 -0
- package/out/classifier/super/index.js.map +1 -0
- package/out/debug/DebugOutputBuilder.d.ts +31 -0
- package/out/debug/DebugOutputBuilder.d.ts.map +1 -0
- package/out/debug/DebugOutputBuilder.js +164 -0
- package/out/debug/DebugOutputBuilder.js.map +1 -0
- package/out/index.d.ts +10 -0
- package/out/index.d.ts.map +1 -0
- package/out/index.js +10 -0
- package/out/index.js.map +1 -0
- package/out/parser/AddressParser.d.ts +10 -0
- package/out/parser/AddressParser.d.ts.map +1 -0
- package/out/parser/AddressParser.js +152 -0
- package/out/parser/AddressParser.js.map +1 -0
- package/out/parser/Parser.d.ts +39 -0
- package/out/parser/Parser.d.ts.map +1 -0
- package/out/parser/Parser.js +96 -0
- package/out/parser/Parser.js.map +1 -0
- package/out/parser/index.d.ts +9 -0
- package/out/parser/index.d.ts.map +1 -0
- package/out/parser/index.js +9 -0
- package/out/parser/index.js.map +1 -0
- package/out/parser/serializer.d.ts +7 -0
- package/out/parser/serializer.d.ts.map +1 -0
- package/out/parser/serializer.js +34 -0
- package/out/parser/serializer.js.map +1 -0
- package/out/parser/utils.d.ts +16 -0
- package/out/parser/utils.d.ts.map +1 -0
- package/out/parser/utils.js +74 -0
- package/out/parser/utils.js.map +1 -0
- package/out/resources/custom/custom.d.ts +7 -0
- package/out/resources/custom/custom.d.ts.map +1 -0
- package/out/resources/custom/custom.js +10 -0
- package/out/resources/custom/custom.js.map +1 -0
- package/out/resources/helper.d.ts +41 -0
- package/out/resources/helper.d.ts.map +1 -0
- package/out/resources/helper.js +94 -0
- package/out/resources/helper.js.map +1 -0
- package/out/resources/libpostal/libpostal.d.ts +20 -0
- package/out/resources/libpostal/libpostal.d.ts.map +1 -0
- package/out/resources/libpostal/libpostal.js +80 -0
- package/out/resources/libpostal/libpostal.js.map +1 -0
- package/out/resources/libpostal/libpostal.test.d.ts +7 -0
- package/out/resources/libpostal/libpostal.test.d.ts.map +1 -0
- package/out/resources/libpostal/libpostal.test.js +288 -0
- package/out/resources/libpostal/libpostal.test.js.map +1 -0
- package/out/resources/pelias/pelias.d.ts +7 -0
- package/out/resources/pelias/pelias.d.ts.map +1 -0
- package/out/resources/pelias/pelias.js +10 -0
- package/out/resources/pelias/pelias.js.map +1 -0
- package/out/resources/whosonfirst/generate.d.ts +7 -0
- package/out/resources/whosonfirst/generate.d.ts.map +1 -0
- package/out/resources/whosonfirst/generate.js +104 -0
- package/out/resources/whosonfirst/generate.js.map +1 -0
- package/out/resources/whosonfirst/placetypes.d.ts +12 -0
- package/out/resources/whosonfirst/placetypes.d.ts.map +1 -0
- package/out/resources/whosonfirst/placetypes.js +7 -0
- package/out/resources/whosonfirst/placetypes.js.map +1 -0
- package/out/resources/whosonfirst/whosonfirst.d.ts +13 -0
- package/out/resources/whosonfirst/whosonfirst.d.ts.map +1 -0
- package/out/resources/whosonfirst/whosonfirst.js +59 -0
- package/out/resources/whosonfirst/whosonfirst.js.map +1 -0
- package/out/sdk/repo.d.ts +37 -0
- package/out/sdk/repo.d.ts.map +1 -0
- package/out/sdk/repo.js +48 -0
- package/out/sdk/repo.js.map +1 -0
- package/out/sdk/test/utils/index.d.ts +12 -0
- package/out/sdk/test/utils/index.d.ts.map +1 -0
- package/out/sdk/test/utils/index.js +30 -0
- package/out/sdk/test/utils/index.js.map +1 -0
- package/out/server/index.d.ts +10 -0
- package/out/server/index.d.ts.map +1 -0
- package/out/server/index.js +96 -0
- package/out/server/index.js.map +1 -0
- package/out/server/routes/parse.d.ts +11 -0
- package/out/server/routes/parse.d.ts.map +1 -0
- package/out/server/routes/parse.js +54 -0
- package/out/server/routes/parse.js.map +1 -0
- package/out/solver/ExclusiveCartesianSolver.d.ts +14 -0
- package/out/solver/ExclusiveCartesianSolver.d.ts.map +1 -0
- package/out/solver/ExclusiveCartesianSolver.js +60 -0
- package/out/solver/ExclusiveCartesianSolver.js.map +1 -0
- package/out/solver/HouseNumberPositionPenalty.d.ts +12 -0
- package/out/solver/HouseNumberPositionPenalty.d.ts.map +1 -0
- package/out/solver/HouseNumberPositionPenalty.js +69 -0
- package/out/solver/HouseNumberPositionPenalty.js.map +1 -0
- package/out/solver/InvalidSolutionFilter.d.ts +13 -0
- package/out/solver/InvalidSolutionFilter.d.ts.map +1 -0
- package/out/solver/InvalidSolutionFilter.js +26 -0
- package/out/solver/InvalidSolutionFilter.js.map +1 -0
- package/out/solver/LeadingAreaDeclassifier.d.ts +11 -0
- package/out/solver/LeadingAreaDeclassifier.d.ts.map +1 -0
- package/out/solver/LeadingAreaDeclassifier.js +33 -0
- package/out/solver/LeadingAreaDeclassifier.js.map +1 -0
- package/out/solver/MultiStreetSolver.d.ts +34 -0
- package/out/solver/MultiStreetSolver.d.ts.map +1 -0
- package/out/solver/MultiStreetSolver.js +117 -0
- package/out/solver/MultiStreetSolver.js.map +1 -0
- package/out/solver/MustNotFollowFilter.d.ts +16 -0
- package/out/solver/MustNotFollowFilter.d.ts.map +1 -0
- package/out/solver/MustNotFollowFilter.js +32 -0
- package/out/solver/MustNotFollowFilter.js.map +1 -0
- package/out/solver/MustNotFollowFilter.test.d.ts +7 -0
- package/out/solver/MustNotFollowFilter.test.d.ts.map +1 -0
- package/out/solver/MustNotFollowFilter.test.js +31 -0
- package/out/solver/MustNotFollowFilter.test.js.map +1 -0
- package/out/solver/MustNotPreceedFilter.d.ts +16 -0
- package/out/solver/MustNotPreceedFilter.d.ts.map +1 -0
- package/out/solver/MustNotPreceedFilter.js +32 -0
- package/out/solver/MustNotPreceedFilter.js.map +1 -0
- package/out/solver/MustNotPreceedFilter.test.d.ts +7 -0
- package/out/solver/MustNotPreceedFilter.test.d.ts.map +1 -0
- package/out/solver/MustNotPreceedFilter.test.js +31 -0
- package/out/solver/MustNotPreceedFilter.test.js.map +1 -0
- package/out/solver/OrphanedLevelTypeDeclassifier.d.ts +10 -0
- package/out/solver/OrphanedLevelTypeDeclassifier.d.ts.map +1 -0
- package/out/solver/OrphanedLevelTypeDeclassifier.js +25 -0
- package/out/solver/OrphanedLevelTypeDeclassifier.js.map +1 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.d.ts +11 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.d.ts.map +1 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.js +26 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.js.map +1 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.test.d.ts +7 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.test.d.ts.map +1 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.test.js +55 -0
- package/out/solver/OrphanedUnitTypeDeclassifier.test.js.map +1 -0
- package/out/solver/PostcodePositionPenalty.d.ts +18 -0
- package/out/solver/PostcodePositionPenalty.d.ts.map +1 -0
- package/out/solver/PostcodePositionPenalty.js +40 -0
- package/out/solver/PostcodePositionPenalty.js.map +1 -0
- package/out/solver/Solution.d.ts +61 -0
- package/out/solver/Solution.d.ts.map +1 -0
- package/out/solver/Solution.js +120 -0
- package/out/solver/Solution.js.map +1 -0
- package/out/solver/Solution.test.d.ts +7 -0
- package/out/solver/Solution.test.d.ts.map +1 -0
- package/out/solver/Solution.test.js +39 -0
- package/out/solver/Solution.test.js.map +1 -0
- package/out/solver/SolutionPair.d.ts +18 -0
- package/out/solver/SolutionPair.d.ts.map +1 -0
- package/out/solver/SolutionPair.js +21 -0
- package/out/solver/SolutionPair.js.map +1 -0
- package/out/solver/SubsetFilter.d.ts +11 -0
- package/out/solver/SubsetFilter.d.ts.map +1 -0
- package/out/solver/SubsetFilter.js +27 -0
- package/out/solver/SubsetFilter.js.map +1 -0
- package/out/solver/SubsetFilter.test.d.ts +7 -0
- package/out/solver/SubsetFilter.test.d.ts.map +1 -0
- package/out/solver/SubsetFilter.test.js +54 -0
- package/out/solver/SubsetFilter.test.js.map +1 -0
- package/out/solver/TokenDistanceFilter.d.ts +11 -0
- package/out/solver/TokenDistanceFilter.d.ts.map +1 -0
- package/out/solver/TokenDistanceFilter.js +31 -0
- package/out/solver/TokenDistanceFilter.js.map +1 -0
- package/out/solver/super/BaseSolver.d.ts +11 -0
- package/out/solver/super/BaseSolver.d.ts.map +1 -0
- package/out/solver/super/BaseSolver.js +7 -0
- package/out/solver/super/BaseSolver.js.map +1 -0
- package/out/solver/super/HashMapSolver.d.ts +14 -0
- package/out/solver/super/HashMapSolver.d.ts.map +1 -0
- package/out/solver/super/HashMapSolver.js +68 -0
- package/out/solver/super/HashMapSolver.js.map +1 -0
- package/out/tokenization/FST.d.ts +7 -0
- package/out/tokenization/FST.d.ts.map +1 -0
- package/out/tokenization/FST.js +140 -0
- package/out/tokenization/FST.js.map +1 -0
- package/out/tokenization/FST.test.d.ts +7 -0
- package/out/tokenization/FST.test.d.ts.map +1 -0
- package/out/tokenization/FST.test.js +233 -0
- package/out/tokenization/FST.test.js.map +1 -0
- package/out/tokenization/Graph.d.ts +42 -0
- package/out/tokenization/Graph.d.ts.map +1 -0
- package/out/tokenization/Graph.js +80 -0
- package/out/tokenization/Graph.js.map +1 -0
- package/out/tokenization/Graph.test.d.ts +7 -0
- package/out/tokenization/Graph.test.d.ts.map +1 -0
- package/out/tokenization/Graph.test.js +136 -0
- package/out/tokenization/Graph.test.js.map +1 -0
- package/out/tokenization/Span.d.ts +71 -0
- package/out/tokenization/Span.d.ts.map +1 -0
- package/out/tokenization/Span.js +132 -0
- package/out/tokenization/Span.js.map +1 -0
- package/out/tokenization/Span.test.d.ts +7 -0
- package/out/tokenization/Span.test.d.ts.map +1 -0
- package/out/tokenization/Span.test.js +268 -0
- package/out/tokenization/Span.test.js.map +1 -0
- package/out/tokenization/Tokenizer.d.ts +43 -0
- package/out/tokenization/Tokenizer.d.ts.map +1 -0
- package/out/tokenization/Tokenizer.js +70 -0
- package/out/tokenization/Tokenizer.js.map +1 -0
- package/out/tokenization/Tokenizer.test.d.ts +7 -0
- package/out/tokenization/Tokenizer.test.d.ts.map +1 -0
- package/out/tokenization/Tokenizer.test.js +139 -0
- package/out/tokenization/Tokenizer.test.js.map +1 -0
- package/out/tokenization/index.d.ts +11 -0
- package/out/tokenization/index.d.ts.map +1 -0
- package/out/tokenization/index.js +11 -0
- package/out/tokenization/index.js.map +1 -0
- package/out/tokenization/normalizer.d.ts +17 -0
- package/out/tokenization/normalizer.d.ts.map +1 -0
- package/out/tokenization/normalizer.js +29 -0
- package/out/tokenization/normalizer.js.map +1 -0
- package/out/tokenization/normalizer.test.d.ts +7 -0
- package/out/tokenization/normalizer.test.d.ts.map +1 -0
- package/out/tokenization/normalizer.test.js +49 -0
- package/out/tokenization/normalizer.test.js.map +1 -0
- package/out/tokenization/permutate.d.ts +17 -0
- package/out/tokenization/permutate.d.ts.map +1 -0
- package/out/tokenization/permutate.js +80 -0
- package/out/tokenization/permutate.js.map +1 -0
- package/out/tokenization/permutate.test.d.ts +7 -0
- package/out/tokenization/permutate.test.d.ts.map +1 -0
- package/out/tokenization/permutate.test.js +301 -0
- package/out/tokenization/permutate.test.js.map +1 -0
- package/out/tokenization/split.d.ts +9 -0
- package/out/tokenization/split.d.ts.map +1 -0
- package/out/tokenization/split.js +42 -0
- package/out/tokenization/split.js.map +1 -0
- package/out/tokenization/split.test.d.ts +7 -0
- package/out/tokenization/split.test.d.ts.map +1 -0
- package/out/tokenization/split.test.js +68 -0
- package/out/tokenization/split.test.js.map +1 -0
- package/out/tokenization/split_funcs.d.ts +18 -0
- package/out/tokenization/split_funcs.d.ts.map +1 -0
- package/out/tokenization/split_funcs.js +41 -0
- package/out/tokenization/split_funcs.js.map +1 -0
- package/out/tokenization/split_funcs_test.d.ts +7 -0
- package/out/tokenization/split_funcs_test.d.ts.map +1 -0
- package/out/tokenization/split_funcs_test.js +36 -0
- package/out/tokenization/split_funcs_test.js.map +1 -0
- package/package.json +9 -1
- package/.dockerignore +0 -19
- package/.editorconfig +0 -19
- package/.husky/pre-commit +0 -2
- package/.prettierignore +0 -29
- package/.vscode/extensions.json +0 -18
- package/.vscode/settings.json +0 -132
- package/Dockerfile +0 -17
- package/bin/cli.ts +0 -54
- package/classification/AdjacentClassification.test.ts +0 -17
- package/classification/AdjacentClassification.ts +0 -13
- package/classification/AlphaClassification.test.ts +0 -17
- package/classification/AlphaClassification.ts +0 -13
- package/classification/AlphaNumericClassification.test.ts +0 -17
- package/classification/AlphaNumericClassification.ts +0 -13
- package/classification/AreaClassification.test.ts +0 -17
- package/classification/AreaClassification.ts +0 -13
- package/classification/ChainClassification.test.ts +0 -17
- package/classification/ChainClassification.ts +0 -13
- package/classification/Classification.test.ts +0 -17
- package/classification/Classification.ts +0 -107
- package/classification/CountryClassification.test.ts +0 -17
- package/classification/CountryClassification.ts +0 -18
- package/classification/DependencyClassification.test.ts +0 -17
- package/classification/DependencyClassification.ts +0 -14
- package/classification/DirectionalClassification.test.ts +0 -17
- package/classification/DirectionalClassification.ts +0 -13
- package/classification/EndTokenClassification.test.ts +0 -17
- package/classification/EndTokenClassification.ts +0 -13
- package/classification/EndTokenSingleCharacterClassification.test.ts +0 -17
- package/classification/EndTokenSingleCharacterClassification.ts +0 -13
- package/classification/GivenNameClassification.test.ts +0 -17
- package/classification/GivenNameClassification.ts +0 -13
- package/classification/HouseNumberClassification.test.ts +0 -17
- package/classification/HouseNumberClassification.ts +0 -14
- package/classification/IntersectionClassification.test.ts +0 -17
- package/classification/IntersectionClassification.ts +0 -13
- package/classification/LevelClassification.ts +0 -14
- package/classification/LevelTypeClassification.ts +0 -12
- package/classification/LocalityClassification.test.ts +0 -17
- package/classification/LocalityClassification.ts +0 -14
- package/classification/MiddleInitialClassification.test.ts +0 -17
- package/classification/MiddleInitialClassification.ts +0 -13
- package/classification/MultiStreetClassification.test.ts +0 -17
- package/classification/MultiStreetClassification.ts +0 -14
- package/classification/NumericClassification.test.ts +0 -17
- package/classification/NumericClassification.ts +0 -13
- package/classification/OrdinalClassification.test.ts +0 -17
- package/classification/OrdinalClassification.ts +0 -13
- package/classification/PersonClassification.test.ts +0 -17
- package/classification/PersonClassification.ts +0 -13
- package/classification/PersonalSuffixClassification.test.ts +0 -17
- package/classification/PersonalSuffixClassification.ts +0 -13
- package/classification/PersonalTitleClassification.test.ts +0 -17
- package/classification/PersonalTitleClassification.ts +0 -13
- package/classification/PlaceClassification.test.ts +0 -17
- package/classification/PlaceClassification.ts +0 -13
- package/classification/PostcodeClassification.test.ts +0 -17
- package/classification/PostcodeClassification.ts +0 -14
- package/classification/PunctuationClassification.test.ts +0 -17
- package/classification/PunctuationClassification.ts +0 -13
- package/classification/RegionClassification.test.ts +0 -17
- package/classification/RegionClassification.ts +0 -14
- package/classification/RoadTypeClassification.test.ts +0 -16
- package/classification/RoadTypeClassification.ts +0 -13
- package/classification/StartTokenClassification.test.ts +0 -17
- package/classification/StartTokenClassification.ts +0 -13
- package/classification/StopWordClassification.test.ts +0 -17
- package/classification/StopWordClassification.ts +0 -13
- package/classification/StreetClassification.test.ts +0 -17
- package/classification/StreetClassification.ts +0 -14
- package/classification/StreetNameClassification.test.ts +0 -16
- package/classification/StreetNameClassification.ts +0 -13
- package/classification/StreetPrefixClassification.test.ts +0 -17
- package/classification/StreetPrefixClassification.ts +0 -13
- package/classification/StreetProperNameClassification.test.ts +0 -17
- package/classification/StreetProperNameClassification.ts +0 -13
- package/classification/StreetSuffixClassification.test.ts +0 -17
- package/classification/StreetSuffixClassification.ts +0 -13
- package/classification/SurnameClassification.test.ts +0 -17
- package/classification/SurnameClassification.ts +0 -13
- package/classification/ToponymClassification.test.ts +0 -17
- package/classification/ToponymClassification.ts +0 -13
- package/classification/UnitClassification.test.ts +0 -17
- package/classification/UnitClassification.ts +0 -12
- package/classification/UnitTypeClassification.test.ts +0 -17
- package/classification/UnitTypeClassification.ts +0 -12
- package/classification/VenueClassification.test.ts +0 -17
- package/classification/VenueClassification.ts +0 -14
- package/classification/index.ts +0 -47
- package/classification/types.ts +0 -100
- package/classifier/AdjacencyClassifier.ts +0 -54
- package/classifier/AlphaNumericClassifier.test.ts +0 -100
- package/classifier/AlphaNumericClassifier.ts +0 -28
- package/classifier/CentralEuropeanStreetNameClassifier.test.ts +0 -68
- package/classifier/CentralEuropeanStreetNameClassifier.ts +0 -60
- package/classifier/ChainClassifier.test.ts +0 -23
- package/classifier/ChainClassifier.ts +0 -32
- package/classifier/CompositeClassifier.test.ts +0 -79
- package/classifier/CompositeClassifier.ts +0 -192
- package/classifier/CompoundStreetClassifier.test.ts +0 -57
- package/classifier/CompoundStreetClassifier.ts +0 -59
- package/classifier/DirectionalClassifier.test.ts +0 -190
- package/classifier/DirectionalClassifier.ts +0 -47
- package/classifier/GivenNameClassifier.test.ts +0 -32
- package/classifier/GivenNameClassifier.ts +0 -40
- package/classifier/HouseNumberClassifier.test.ts +0 -164
- package/classifier/HouseNumberClassifier.ts +0 -56
- package/classifier/IntersectionClassifier.ts +0 -47
- package/classifier/LevelClassifier.ts +0 -48
- package/classifier/LevelTypeClassifier.test.ts +0 -22
- package/classifier/LevelTypeClassifier.ts +0 -32
- package/classifier/LevelTypeLevelClassifier.ts +0 -71
- package/classifier/MiddleInitialClassifier.test.ts +0 -29
- package/classifier/MiddleInitialClassifier.ts +0 -25
- package/classifier/OrdinalClassifier.test.ts +0 -44
- package/classifier/OrdinalClassifier.ts +0 -34
- package/classifier/PersonClassifier.test.ts +0 -40
- package/classifier/PersonClassifier.ts +0 -38
- package/classifier/PersonalSuffixClassifier.test.ts +0 -32
- package/classifier/PersonalSuffixClassifier.ts +0 -36
- package/classifier/PersonalTitleClassifier.test.ts +0 -32
- package/classifier/PersonalTitleClassifier.ts +0 -44
- package/classifier/PlaceClassifier.test.ts +0 -32
- package/classifier/PlaceClassifier.ts +0 -46
- package/classifier/PostcodeClassifier.test.ts +0 -86
- package/classifier/PostcodeClassifier.ts +0 -86
- package/classifier/RoadTypeClassifier.test.ts +0 -37
- package/classifier/RoadTypeClassifier.ts +0 -43
- package/classifier/StopWordClassifier.test.ts +0 -32
- package/classifier/StopWordClassifier.ts +0 -44
- package/classifier/StreetPrefixClassifier.test.ts +0 -37
- package/classifier/StreetPrefixClassifier.ts +0 -58
- package/classifier/StreetProperNameClassifier.test.ts +0 -30
- package/classifier/StreetProperNameClassifier.ts +0 -38
- package/classifier/StreetSuffixClassifier.test.ts +0 -63
- package/classifier/StreetSuffixClassifier.ts +0 -77
- package/classifier/SurnameClassifier.test.ts +0 -30
- package/classifier/SurnameClassifier.ts +0 -41
- package/classifier/TokenPositionClassifier.test.ts +0 -95
- package/classifier/TokenPositionClassifier.ts +0 -57
- package/classifier/ToponymClassifier.test.ts +0 -36
- package/classifier/ToponymClassifier.ts +0 -39
- package/classifier/UnitClassifier.test.ts +0 -93
- package/classifier/UnitClassifier.ts +0 -67
- package/classifier/UnitTypeClassifier.test.ts +0 -22
- package/classifier/UnitTypeClassifier.ts +0 -32
- package/classifier/UnitTypeUnitClassifier.test.ts +0 -49
- package/classifier/UnitTypeUnitClassifier.ts +0 -71
- package/classifier/WhosOnFirstClassifier.test.ts +0 -38
- package/classifier/WhosOnFirstClassifier.ts +0 -190
- package/classifier/index.ts +0 -38
- package/classifier/scheme/intersection.ts +0 -125
- package/classifier/scheme/person.ts +0 -117
- package/classifier/scheme/street.ts +0 -409
- package/classifier/scheme/street_name.ts +0 -86
- package/classifier/scheme/venue.ts +0 -206
- package/classifier/super/BaseClassifier.ts +0 -39
- package/classifier/super/PhraseClassifier.ts +0 -37
- package/classifier/super/SectionClassifier.ts +0 -42
- package/classifier/super/WordClassifier.ts +0 -31
- package/classifier/super/index.ts +0 -10
- package/debug/DebugOutputBuilder.ts +0 -219
- package/docker-compose.yml +0 -8
- package/docs/api.png +0 -0
- package/docs/cli.png +0 -0
- package/docs/demo.png +0 -0
- package/eslint.config.mjs +0 -32
- package/index.ts +0 -10
- package/parser/AddressParser.ts +0 -162
- package/parser/Parser.ts +0 -125
- package/parser/index.ts +0 -9
- package/parser/utils.ts +0 -94
- package/resources/chromium-i18n/ssl-address/AC.json +0 -8
- package/resources/chromium-i18n/ssl-address/AD.json +0 -16
- package/resources/chromium-i18n/ssl-address/AE.json +0 -15
- package/resources/chromium-i18n/ssl-address/AF.json +0 -8
- package/resources/chromium-i18n/ssl-address/AG.json +0 -1
- package/resources/chromium-i18n/ssl-address/AI.json +0 -8
- package/resources/chromium-i18n/ssl-address/AL.json +0 -8
- package/resources/chromium-i18n/ssl-address/AM.json +0 -16
- package/resources/chromium-i18n/ssl-address/AO.json +0 -1
- package/resources/chromium-i18n/ssl-address/AQ.json +0 -1
- package/resources/chromium-i18n/ssl-address/AR.json +0 -16
- package/resources/chromium-i18n/ssl-address/AS.json +0 -13
- package/resources/chromium-i18n/ssl-address/AT.json +0 -10
- package/resources/chromium-i18n/ssl-address/AU.json +0 -20
- package/resources/chromium-i18n/ssl-address/AW.json +0 -1
- package/resources/chromium-i18n/ssl-address/AX.json +0 -11
- package/resources/chromium-i18n/ssl-address/AZ.json +0 -9
- package/resources/chromium-i18n/ssl-address/BA.json +0 -8
- package/resources/chromium-i18n/ssl-address/BB.json +0 -9
- package/resources/chromium-i18n/ssl-address/BD.json +0 -9
- package/resources/chromium-i18n/ssl-address/BE.json +0 -10
- package/resources/chromium-i18n/ssl-address/BF.json +0 -6
- package/resources/chromium-i18n/ssl-address/BG.json +0 -9
- package/resources/chromium-i18n/ssl-address/BH.json +0 -8
- package/resources/chromium-i18n/ssl-address/BI.json +0 -1
- package/resources/chromium-i18n/ssl-address/BJ.json +0 -1
- package/resources/chromium-i18n/ssl-address/BL.json +0 -11
- package/resources/chromium-i18n/ssl-address/BM.json +0 -9
- package/resources/chromium-i18n/ssl-address/BN.json +0 -9
- package/resources/chromium-i18n/ssl-address/BO.json +0 -1
- package/resources/chromium-i18n/ssl-address/BQ.json +0 -1
- package/resources/chromium-i18n/ssl-address/BR.json +0 -21
- package/resources/chromium-i18n/ssl-address/BS.json +0 -12
- package/resources/chromium-i18n/ssl-address/BT.json +0 -9
- package/resources/chromium-i18n/ssl-address/BV.json +0 -1
- package/resources/chromium-i18n/ssl-address/BW.json +0 -1
- package/resources/chromium-i18n/ssl-address/BY.json +0 -9
- package/resources/chromium-i18n/ssl-address/BZ.json +0 -1
- package/resources/chromium-i18n/ssl-address/CA.json +0 -17
- package/resources/chromium-i18n/ssl-address/CC.json +0 -9
- package/resources/chromium-i18n/ssl-address/CD.json +0 -1
- package/resources/chromium-i18n/ssl-address/CF.json +0 -1
- package/resources/chromium-i18n/ssl-address/CG.json +0 -1
- package/resources/chromium-i18n/ssl-address/CH.json +0 -12
- package/resources/chromium-i18n/ssl-address/CI.json +0 -6
- package/resources/chromium-i18n/ssl-address/CK.json +0 -1
- package/resources/chromium-i18n/ssl-address/CL.json +0 -15
- package/resources/chromium-i18n/ssl-address/CM.json +0 -1
- package/resources/chromium-i18n/ssl-address/CN.json +0 -22
- package/resources/chromium-i18n/ssl-address/CO.json +0 -11
- package/resources/chromium-i18n/ssl-address/CR.json +0 -10
- package/resources/chromium-i18n/ssl-address/CU.json +0 -12
- package/resources/chromium-i18n/ssl-address/CV.json +0 -13
- package/resources/chromium-i18n/ssl-address/CW.json +0 -1
- package/resources/chromium-i18n/ssl-address/CX.json +0 -9
- package/resources/chromium-i18n/ssl-address/CY.json +0 -8
- package/resources/chromium-i18n/ssl-address/CZ.json +0 -10
- package/resources/chromium-i18n/ssl-address/DE.json +0 -10
- package/resources/chromium-i18n/ssl-address/DJ.json +0 -1
- package/resources/chromium-i18n/ssl-address/DK.json +0 -10
- package/resources/chromium-i18n/ssl-address/DM.json +0 -1
- package/resources/chromium-i18n/ssl-address/DO.json +0 -9
- package/resources/chromium-i18n/ssl-address/DZ.json +0 -8
- package/resources/chromium-i18n/ssl-address/EC.json +0 -10
- package/resources/chromium-i18n/ssl-address/EE.json +0 -9
- package/resources/chromium-i18n/ssl-address/EG.json +0 -16
- package/resources/chromium-i18n/ssl-address/EH.json +0 -8
- package/resources/chromium-i18n/ssl-address/ER.json +0 -1
- package/resources/chromium-i18n/ssl-address/ES.json +0 -16
- package/resources/chromium-i18n/ssl-address/ET.json +0 -8
- package/resources/chromium-i18n/ssl-address/FI.json +0 -11
- package/resources/chromium-i18n/ssl-address/FJ.json +0 -1
- package/resources/chromium-i18n/ssl-address/FK.json +0 -10
- package/resources/chromium-i18n/ssl-address/FM.json +0 -13
- package/resources/chromium-i18n/ssl-address/FO.json +0 -10
- package/resources/chromium-i18n/ssl-address/FR.json +0 -11
- package/resources/chromium-i18n/ssl-address/GA.json +0 -1
- package/resources/chromium-i18n/ssl-address/GB.json +0 -12
- package/resources/chromium-i18n/ssl-address/GD.json +0 -1
- package/resources/chromium-i18n/ssl-address/GE.json +0 -9
- package/resources/chromium-i18n/ssl-address/GF.json +0 -11
- package/resources/chromium-i18n/ssl-address/GG.json +0 -11
- package/resources/chromium-i18n/ssl-address/GH.json +0 -1
- package/resources/chromium-i18n/ssl-address/GI.json +0 -9
- package/resources/chromium-i18n/ssl-address/GL.json +0 -9
- package/resources/chromium-i18n/ssl-address/GM.json +0 -1
- package/resources/chromium-i18n/ssl-address/GN.json +0 -8
- package/resources/chromium-i18n/ssl-address/GP.json +0 -11
- package/resources/chromium-i18n/ssl-address/GQ.json +0 -1
- package/resources/chromium-i18n/ssl-address/GR.json +0 -10
- package/resources/chromium-i18n/ssl-address/GS.json +0 -10
- package/resources/chromium-i18n/ssl-address/GT.json +0 -8
- package/resources/chromium-i18n/ssl-address/GU.json +0 -12
- package/resources/chromium-i18n/ssl-address/GW.json +0 -8
- package/resources/chromium-i18n/ssl-address/GY.json +0 -1
- package/resources/chromium-i18n/ssl-address/HK.json +0 -16
- package/resources/chromium-i18n/ssl-address/HM.json +0 -9
- package/resources/chromium-i18n/ssl-address/HN.json +0 -9
- package/resources/chromium-i18n/ssl-address/HR.json +0 -10
- package/resources/chromium-i18n/ssl-address/HT.json +0 -9
- package/resources/chromium-i18n/ssl-address/HU.json +0 -11
- package/resources/chromium-i18n/ssl-address/ID.json +0 -13
- package/resources/chromium-i18n/ssl-address/IE.json +0 -16
- package/resources/chromium-i18n/ssl-address/IL.json +0 -9
- package/resources/chromium-i18n/ssl-address/IM.json +0 -11
- package/resources/chromium-i18n/ssl-address/IN.json +0 -18
- package/resources/chromium-i18n/ssl-address/IO.json +0 -10
- package/resources/chromium-i18n/ssl-address/IQ.json +0 -10
- package/resources/chromium-i18n/ssl-address/IR.json +0 -14
- package/resources/chromium-i18n/ssl-address/IS.json +0 -9
- package/resources/chromium-i18n/ssl-address/IT.json +0 -17
- package/resources/chromium-i18n/ssl-address/JE.json +0 -11
- package/resources/chromium-i18n/ssl-address/JM.json +0 -12
- package/resources/chromium-i18n/ssl-address/JO.json +0 -8
- package/resources/chromium-i18n/ssl-address/JP.json +0 -19
- package/resources/chromium-i18n/ssl-address/KE.json +0 -8
- package/resources/chromium-i18n/ssl-address/KG.json +0 -8
- package/resources/chromium-i18n/ssl-address/KH.json +0 -8
- package/resources/chromium-i18n/ssl-address/KI.json +0 -8
- package/resources/chromium-i18n/ssl-address/KM.json +0 -1
- package/resources/chromium-i18n/ssl-address/KN.json +0 -12
- package/resources/chromium-i18n/ssl-address/KP.json +0 -12
- package/resources/chromium-i18n/ssl-address/KR.json +0 -23
- package/resources/chromium-i18n/ssl-address/KW.json +0 -8
- package/resources/chromium-i18n/ssl-address/KY.json +0 -14
- package/resources/chromium-i18n/ssl-address/KZ.json +0 -8
- package/resources/chromium-i18n/ssl-address/LA.json +0 -8
- package/resources/chromium-i18n/ssl-address/LB.json +0 -8
- package/resources/chromium-i18n/ssl-address/LC.json +0 -1
- package/resources/chromium-i18n/ssl-address/LI.json +0 -11
- package/resources/chromium-i18n/ssl-address/LK.json +0 -9
- package/resources/chromium-i18n/ssl-address/LR.json +0 -8
- package/resources/chromium-i18n/ssl-address/LS.json +0 -8
- package/resources/chromium-i18n/ssl-address/LT.json +0 -10
- package/resources/chromium-i18n/ssl-address/LU.json +0 -11
- package/resources/chromium-i18n/ssl-address/LV.json +0 -9
- package/resources/chromium-i18n/ssl-address/LY.json +0 -1
- package/resources/chromium-i18n/ssl-address/MA.json +0 -8
- package/resources/chromium-i18n/ssl-address/MC.json +0 -9
- package/resources/chromium-i18n/ssl-address/MD.json +0 -9
- package/resources/chromium-i18n/ssl-address/ME.json +0 -8
- package/resources/chromium-i18n/ssl-address/MF.json +0 -11
- package/resources/chromium-i18n/ssl-address/MG.json +0 -8
- package/resources/chromium-i18n/ssl-address/MH.json +0 -13
- package/resources/chromium-i18n/ssl-address/MK.json +0 -8
- package/resources/chromium-i18n/ssl-address/ML.json +0 -1
- package/resources/chromium-i18n/ssl-address/MM.json +0 -8
- package/resources/chromium-i18n/ssl-address/MN.json +0 -9
- package/resources/chromium-i18n/ssl-address/MO.json +0 -8
- package/resources/chromium-i18n/ssl-address/MP.json +0 -13
- package/resources/chromium-i18n/ssl-address/MQ.json +0 -11
- package/resources/chromium-i18n/ssl-address/MR.json +0 -1
- package/resources/chromium-i18n/ssl-address/MS.json +0 -1
- package/resources/chromium-i18n/ssl-address/MT.json +0 -10
- package/resources/chromium-i18n/ssl-address/MU.json +0 -9
- package/resources/chromium-i18n/ssl-address/MV.json +0 -9
- package/resources/chromium-i18n/ssl-address/MW.json +0 -1
- package/resources/chromium-i18n/ssl-address/MX.json +0 -20
- package/resources/chromium-i18n/ssl-address/MY.json +0 -19
- package/resources/chromium-i18n/ssl-address/MZ.json +0 -12
- package/resources/chromium-i18n/ssl-address/NA.json +0 -1
- package/resources/chromium-i18n/ssl-address/NC.json +0 -11
- package/resources/chromium-i18n/ssl-address/NE.json +0 -8
- package/resources/chromium-i18n/ssl-address/NF.json +0 -9
- package/resources/chromium-i18n/ssl-address/NG.json +0 -15
- package/resources/chromium-i18n/ssl-address/NI.json +0 -16
- package/resources/chromium-i18n/ssl-address/NL.json +0 -10
- package/resources/chromium-i18n/ssl-address/NO.json +0 -11
- package/resources/chromium-i18n/ssl-address/NP.json +0 -9
- package/resources/chromium-i18n/ssl-address/NR.json +0 -12
- package/resources/chromium-i18n/ssl-address/NU.json +0 -1
- package/resources/chromium-i18n/ssl-address/NZ.json +0 -10
- package/resources/chromium-i18n/ssl-address/OM.json +0 -8
- package/resources/chromium-i18n/ssl-address/PA.json +0 -7
- package/resources/chromium-i18n/ssl-address/PE.json +0 -14
- package/resources/chromium-i18n/ssl-address/PF.json +0 -11
- package/resources/chromium-i18n/ssl-address/PG.json +0 -9
- package/resources/chromium-i18n/ssl-address/PH.json +0 -15
- package/resources/chromium-i18n/ssl-address/PK.json +0 -9
- package/resources/chromium-i18n/ssl-address/PL.json +0 -10
- package/resources/chromium-i18n/ssl-address/PM.json +0 -10
- package/resources/chromium-i18n/ssl-address/PN.json +0 -10
- package/resources/chromium-i18n/ssl-address/PR.json +0 -13
- package/resources/chromium-i18n/ssl-address/PS.json +0 -1
- package/resources/chromium-i18n/ssl-address/PT.json +0 -10
- package/resources/chromium-i18n/ssl-address/PW.json +0 -13
- package/resources/chromium-i18n/ssl-address/PY.json +0 -8
- package/resources/chromium-i18n/ssl-address/QA.json +0 -1
- package/resources/chromium-i18n/ssl-address/RE.json +0 -11
- package/resources/chromium-i18n/ssl-address/RO.json +0 -10
- package/resources/chromium-i18n/ssl-address/RS.json +0 -9
- package/resources/chromium-i18n/ssl-address/RU.json +0 -20
- package/resources/chromium-i18n/ssl-address/RW.json +0 -1
- package/resources/chromium-i18n/ssl-address/SA.json +0 -8
- package/resources/chromium-i18n/ssl-address/SB.json +0 -1
- package/resources/chromium-i18n/ssl-address/SC.json +0 -8
- package/resources/chromium-i18n/ssl-address/SD.json +0 -9
- package/resources/chromium-i18n/ssl-address/SE.json +0 -12
- package/resources/chromium-i18n/ssl-address/SG.json +0 -10
- package/resources/chromium-i18n/ssl-address/SH.json +0 -10
- package/resources/chromium-i18n/ssl-address/SI.json +0 -9
- package/resources/chromium-i18n/ssl-address/SJ.json +0 -11
- package/resources/chromium-i18n/ssl-address/SK.json +0 -10
- package/resources/chromium-i18n/ssl-address/SL.json +0 -1
- package/resources/chromium-i18n/ssl-address/SM.json +0 -10
- package/resources/chromium-i18n/ssl-address/SN.json +0 -8
- package/resources/chromium-i18n/ssl-address/SO.json +0 -15
- package/resources/chromium-i18n/ssl-address/SR.json +0 -11
- package/resources/chromium-i18n/ssl-address/SS.json +0 -1
- package/resources/chromium-i18n/ssl-address/ST.json +0 -1
- package/resources/chromium-i18n/ssl-address/SV.json +0 -17
- package/resources/chromium-i18n/ssl-address/SX.json +0 -1
- package/resources/chromium-i18n/ssl-address/SY.json +0 -6
- package/resources/chromium-i18n/ssl-address/SZ.json +0 -10
- package/resources/chromium-i18n/ssl-address/TA.json +0 -8
- package/resources/chromium-i18n/ssl-address/TC.json +0 -10
- package/resources/chromium-i18n/ssl-address/TD.json +0 -1
- package/resources/chromium-i18n/ssl-address/TF.json +0 -1
- package/resources/chromium-i18n/ssl-address/TG.json +0 -1
- package/resources/chromium-i18n/ssl-address/TH.json +0 -16
- package/resources/chromium-i18n/ssl-address/TJ.json +0 -8
- package/resources/chromium-i18n/ssl-address/TK.json +0 -1
- package/resources/chromium-i18n/ssl-address/TL.json +0 -1
- package/resources/chromium-i18n/ssl-address/TM.json +0 -8
- package/resources/chromium-i18n/ssl-address/TN.json +0 -9
- package/resources/chromium-i18n/ssl-address/TO.json +0 -1
- package/resources/chromium-i18n/ssl-address/TR.json +0 -16
- package/resources/chromium-i18n/ssl-address/TT.json +0 -1
- package/resources/chromium-i18n/ssl-address/TV.json +0 -12
- package/resources/chromium-i18n/ssl-address/TW.json +0 -20
- package/resources/chromium-i18n/ssl-address/TZ.json +0 -8
- package/resources/chromium-i18n/ssl-address/UA.json +0 -19
- package/resources/chromium-i18n/ssl-address/UG.json +0 -1
- package/resources/chromium-i18n/ssl-address/UM.json +0 -13
- package/resources/chromium-i18n/ssl-address/US.json +0 -20
- package/resources/chromium-i18n/ssl-address/UY.json +0 -15
- package/resources/chromium-i18n/ssl-address/UZ.json +0 -10
- package/resources/chromium-i18n/ssl-address/VA.json +0 -8
- package/resources/chromium-i18n/ssl-address/VC.json +0 -9
- package/resources/chromium-i18n/ssl-address/VE.json +0 -16
- package/resources/chromium-i18n/ssl-address/VG.json +0 -9
- package/resources/chromium-i18n/ssl-address/VI.json +0 -13
- package/resources/chromium-i18n/ssl-address/VN.json +0 -15
- package/resources/chromium-i18n/ssl-address/VU.json +0 -1
- package/resources/chromium-i18n/ssl-address/WF.json +0 -10
- package/resources/chromium-i18n/ssl-address/WS.json +0 -1
- package/resources/chromium-i18n/ssl-address/XK.json +0 -8
- package/resources/chromium-i18n/ssl-address/YE.json +0 -1
- package/resources/chromium-i18n/ssl-address/YT.json +0 -10
- package/resources/chromium-i18n/ssl-address/ZA.json +0 -10
- package/resources/chromium-i18n/ssl-address/ZM.json +0 -8
- package/resources/chromium-i18n/ssl-address/ZW.json +0 -1
- package/resources/chromium-i18n/ssl-address-download.sh +0 -15
- package/resources/chromium-i18n/ssl-address.json +0 -2468
- package/resources/custom/custom.ts +0 -12
- package/resources/helper.ts +0 -151
- package/resources/libpostal/dictionaries/README.md +0 -88
- package/resources/libpostal/dictionaries/af/ambiguous_expansions.txt +0 -8
- package/resources/libpostal/dictionaries/af/concatenated_suffixes_inseparable.txt +0 -1
- package/resources/libpostal/dictionaries/af/concatenated_suffixes_separable.txt +0 -14
- package/resources/libpostal/dictionaries/af/directionals.txt +0 -12
- package/resources/libpostal/dictionaries/af/personal_titles.txt +0 -23
- package/resources/libpostal/dictionaries/af/place_names.txt +0 -2
- package/resources/libpostal/dictionaries/af/qualifiers.txt +0 -4
- package/resources/libpostal/dictionaries/af/stopwords.txt +0 -38
- package/resources/libpostal/dictionaries/af/street_types.txt +0 -21
- package/resources/libpostal/dictionaries/all/ambiguous_expansions.txt +0 -1
- package/resources/libpostal/dictionaries/all/chains.txt +0 -504
- package/resources/libpostal/dictionaries/all/given_names.txt +0 -12715
- package/resources/libpostal/dictionaries/all/people.txt +0 -5
- package/resources/libpostal/dictionaries/all/surnames.txt +0 -49375
- package/resources/libpostal/dictionaries/ar/personal_titles.txt +0 -4
- package/resources/libpostal/dictionaries/ar/place_names.txt +0 -1
- package/resources/libpostal/dictionaries/ar/street_types.txt +0 -11
- package/resources/libpostal/dictionaries/ast/ambiguous_expansions.txt +0 -1
- package/resources/libpostal/dictionaries/ast/personal_titles.txt +0 -1
- package/resources/libpostal/dictionaries/ast/street_types.txt +0 -3
- package/resources/libpostal/dictionaries/az/building_types.txt +0 -1
- package/resources/libpostal/dictionaries/az/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/az/personal_titles.txt +0 -3
- package/resources/libpostal/dictionaries/az/place_names.txt +0 -1
- package/resources/libpostal/dictionaries/az/street_types.txt +0 -18
- package/resources/libpostal/dictionaries/be/ambiguous_expansions.txt +0 -8
- package/resources/libpostal/dictionaries/be/building_types.txt +0 -2
- package/resources/libpostal/dictionaries/be/chains.txt +0 -8
- package/resources/libpostal/dictionaries/be/directionals.txt +0 -25
- package/resources/libpostal/dictionaries/be/house_numbers.txt +0 -2
- package/resources/libpostal/dictionaries/be/personal_titles.txt +0 -6
- package/resources/libpostal/dictionaries/be/qualifiers.txt +0 -20
- package/resources/libpostal/dictionaries/be/street_types.txt +0 -28
- package/resources/libpostal/dictionaries/be/unit_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/bg/ambiguous_expansions.txt +0 -2
- package/resources/libpostal/dictionaries/bg/cross_streets.txt +0 -10
- package/resources/libpostal/dictionaries/bg/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/bg/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/bg/level_types_numbered.txt +0 -6
- package/resources/libpostal/dictionaries/bg/level_types_standalone.txt +0 -4
- package/resources/libpostal/dictionaries/bg/near.txt +0 -20
- package/resources/libpostal/dictionaries/bg/number.txt +0 -2
- package/resources/libpostal/dictionaries/bg/personal_titles.txt +0 -14
- package/resources/libpostal/dictionaries/bg/place_names.txt +0 -6
- package/resources/libpostal/dictionaries/bg/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/bg/qualifiers.txt +0 -10
- package/resources/libpostal/dictionaries/bg/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/bg/street_types.txt +0 -6
- package/resources/libpostal/dictionaries/bg/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/bg/unit_types_numbered.txt +0 -6
- package/resources/libpostal/dictionaries/br/personal_titles.txt +0 -3
- package/resources/libpostal/dictionaries/br/place_names.txt +0 -3
- package/resources/libpostal/dictionaries/br/qualifiers.txt +0 -1
- package/resources/libpostal/dictionaries/br/stopwords.txt +0 -4
- package/resources/libpostal/dictionaries/br/street_types.txt +0 -40
- package/resources/libpostal/dictionaries/bs/ambiguous_expansions.txt +0 -5
- package/resources/libpostal/dictionaries/bs/building_types.txt +0 -1
- package/resources/libpostal/dictionaries/bs/cross_streets.txt +0 -6
- package/resources/libpostal/dictionaries/bs/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/bs/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/bs/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/bs/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/bs/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/bs/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/bs/near.txt +0 -5
- package/resources/libpostal/dictionaries/bs/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/bs/number.txt +0 -1
- package/resources/libpostal/dictionaries/bs/personal_titles.txt +0 -8
- package/resources/libpostal/dictionaries/bs/place_names.txt +0 -9
- package/resources/libpostal/dictionaries/bs/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/bs/qualifiers.txt +0 -2
- package/resources/libpostal/dictionaries/bs/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/bs/stopwords.txt +0 -2
- package/resources/libpostal/dictionaries/bs/street_types.txt +0 -12
- package/resources/libpostal/dictionaries/bs/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/bs/unit_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/ca/ambiguous_expansions.txt +0 -9
- package/resources/libpostal/dictionaries/ca/cross_streets.txt +0 -8
- package/resources/libpostal/dictionaries/ca/directionals.txt +0 -9
- package/resources/libpostal/dictionaries/ca/elisions.txt +0 -1
- package/resources/libpostal/dictionaries/ca/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/ca/given_names.txt +0 -1
- package/resources/libpostal/dictionaries/ca/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/ca/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/ca/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/ca/level_types_standalone.txt +0 -5
- package/resources/libpostal/dictionaries/ca/level_types_sub_basement.txt +0 -1
- package/resources/libpostal/dictionaries/ca/near.txt +0 -12
- package/resources/libpostal/dictionaries/ca/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/ca/number.txt +0 -1
- package/resources/libpostal/dictionaries/ca/personal_titles.txt +0 -10
- package/resources/libpostal/dictionaries/ca/place_names.txt +0 -133
- package/resources/libpostal/dictionaries/ca/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/ca/postcodes.txt +0 -1
- package/resources/libpostal/dictionaries/ca/qualifiers.txt +0 -8
- package/resources/libpostal/dictionaries/ca/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/ca/stopwords.txt +0 -31
- package/resources/libpostal/dictionaries/ca/street_types.txt +0 -28
- package/resources/libpostal/dictionaries/ca/synonyms.txt +0 -14
- package/resources/libpostal/dictionaries/ca/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/ca/unit_types_numbered.txt +0 -10
- package/resources/libpostal/dictionaries/cs/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/cs/chains.txt +0 -1
- package/resources/libpostal/dictionaries/cs/cross_streets.txt +0 -9
- package/resources/libpostal/dictionaries/cs/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/cs/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/cs/house_numbers.txt +0 -1
- package/resources/libpostal/dictionaries/cs/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/cs/level_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/cs/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/cs/near.txt +0 -12
- package/resources/libpostal/dictionaries/cs/number.txt +0 -1
- package/resources/libpostal/dictionaries/cs/personal_titles.txt +0 -2
- package/resources/libpostal/dictionaries/cs/place_names.txt +0 -47
- package/resources/libpostal/dictionaries/cs/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/cs/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/cs/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/cs/street_types.txt +0 -6
- package/resources/libpostal/dictionaries/cs/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/cs/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/cy/building_types.txt +0 -5
- package/resources/libpostal/dictionaries/cy/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/cy/personal_titles.txt +0 -2
- package/resources/libpostal/dictionaries/cy/place_names.txt +0 -22
- package/resources/libpostal/dictionaries/cy/qualifiers.txt +0 -2
- package/resources/libpostal/dictionaries/cy/stopwords.txt +0 -3
- package/resources/libpostal/dictionaries/cy/street_types.txt +0 -22
- package/resources/libpostal/dictionaries/da/academic_degrees.txt +0 -1
- package/resources/libpostal/dictionaries/da/ambiguous_expansions.txt +0 -7
- package/resources/libpostal/dictionaries/da/building_types.txt +0 -3
- package/resources/libpostal/dictionaries/da/concatenated_suffixes_inseparable.txt +0 -21
- package/resources/libpostal/dictionaries/da/concatenated_suffixes_separable.txt +0 -9
- package/resources/libpostal/dictionaries/da/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/da/directionals.txt +0 -13
- package/resources/libpostal/dictionaries/da/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/da/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/da/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/da/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/da/near.txt +0 -14
- package/resources/libpostal/dictionaries/da/number.txt +0 -1
- package/resources/libpostal/dictionaries/da/personal_titles.txt +0 -1
- package/resources/libpostal/dictionaries/da/place_names.txt +0 -7
- package/resources/libpostal/dictionaries/da/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/da/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/da/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/da/street_types.txt +0 -38
- package/resources/libpostal/dictionaries/da/synonyms.txt +0 -2
- package/resources/libpostal/dictionaries/da/unit_directions.txt +0 -3
- package/resources/libpostal/dictionaries/da/unit_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/de/academic_degrees.txt +0 -5
- package/resources/libpostal/dictionaries/de/ambiguous_expansions.txt +0 -18
- package/resources/libpostal/dictionaries/de/chains.txt +0 -11
- package/resources/libpostal/dictionaries/de/company_types.txt +0 -8
- package/resources/libpostal/dictionaries/de/concatenated_prefixes_separable.txt +0 -17
- package/resources/libpostal/dictionaries/de/concatenated_suffixes_inseparable.txt +0 -5
- package/resources/libpostal/dictionaries/de/concatenated_suffixes_separable.txt +0 -16
- package/resources/libpostal/dictionaries/de/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/de/directionals.txt +0 -41
- package/resources/libpostal/dictionaries/de/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/de/house_numbers.txt +0 -1
- package/resources/libpostal/dictionaries/de/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/de/level_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/de/level_types_standalone.txt +0 -4
- package/resources/libpostal/dictionaries/de/near.txt +0 -16
- package/resources/libpostal/dictionaries/de/number.txt +0 -1
- package/resources/libpostal/dictionaries/de/personal_suffixes.txt +0 -2
- package/resources/libpostal/dictionaries/de/personal_titles.txt +0 -18
- package/resources/libpostal/dictionaries/de/place_names.txt +0 -123
- package/resources/libpostal/dictionaries/de/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/de/qualifiers.txt +0 -3
- package/resources/libpostal/dictionaries/de/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/de/stopwords.txt +0 -39
- package/resources/libpostal/dictionaries/de/street_types.txt +0 -36
- package/resources/libpostal/dictionaries/de/synonyms.txt +0 -16
- package/resources/libpostal/dictionaries/de/toponyms.txt +0 -28
- package/resources/libpostal/dictionaries/de/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/de/unit_types_numbered.txt +0 -7
- package/resources/libpostal/dictionaries/el/ambiguous_expansions.txt +0 -1
- package/resources/libpostal/dictionaries/el/building_types.txt +0 -2
- package/resources/libpostal/dictionaries/el/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/el/given_names.txt +0 -6
- package/resources/libpostal/dictionaries/el/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/el/level_types_mezzanine.txt +0 -2
- package/resources/libpostal/dictionaries/el/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/el/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/el/personal_titles.txt +0 -12
- package/resources/libpostal/dictionaries/el/place_names.txt +0 -18
- package/resources/libpostal/dictionaries/el/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/el/postcodes.txt +0 -2
- package/resources/libpostal/dictionaries/el/qualifiers.txt +0 -6
- package/resources/libpostal/dictionaries/el/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/el/street_types.txt +0 -6
- package/resources/libpostal/dictionaries/el/synonyms.txt +0 -41
- package/resources/libpostal/dictionaries/el/toponyms.txt +0 -3
- package/resources/libpostal/dictionaries/el/unit_types_numbered.txt +0 -6
- package/resources/libpostal/dictionaries/en/academic_degrees.txt +0 -27
- package/resources/libpostal/dictionaries/en/ambiguous_expansions.txt +0 -178
- package/resources/libpostal/dictionaries/en/building_types.txt +0 -19
- package/resources/libpostal/dictionaries/en/chains.txt +0 -6
- package/resources/libpostal/dictionaries/en/company_types.txt +0 -61
- package/resources/libpostal/dictionaries/en/cross_streets.txt +0 -9
- package/resources/libpostal/dictionaries/en/directionals.txt +0 -20
- package/resources/libpostal/dictionaries/en/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/en/given_names.txt +0 -2
- package/resources/libpostal/dictionaries/en/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/en/level_types_mezzanine.txt +0 -5
- package/resources/libpostal/dictionaries/en/level_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/en/level_types_standalone.txt +0 -12
- package/resources/libpostal/dictionaries/en/level_types_sub_basement.txt +0 -1
- package/resources/libpostal/dictionaries/en/near.txt +0 -7
- package/resources/libpostal/dictionaries/en/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/en/nulls.txt +0 -2
- package/resources/libpostal/dictionaries/en/number.txt +0 -1
- package/resources/libpostal/dictionaries/en/personal_suffixes.txt +0 -2
- package/resources/libpostal/dictionaries/en/personal_titles.txt +0 -80
- package/resources/libpostal/dictionaries/en/place_names.txt +0 -315
- package/resources/libpostal/dictionaries/en/post_office.txt +0 -16
- package/resources/libpostal/dictionaries/en/qualifiers.txt +0 -5
- package/resources/libpostal/dictionaries/en/staircases.txt +0 -3
- package/resources/libpostal/dictionaries/en/stopwords.txt +0 -14
- package/resources/libpostal/dictionaries/en/street_names.txt +0 -358
- package/resources/libpostal/dictionaries/en/street_types.txt +0 -410
- package/resources/libpostal/dictionaries/en/synonyms.txt +0 -53
- package/resources/libpostal/dictionaries/en/toponyms.txt +0 -80
- package/resources/libpostal/dictionaries/en/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/en/unit_types_numbered.txt +0 -69
- package/resources/libpostal/dictionaries/en/unit_types_standalone.txt +0 -16
- package/resources/libpostal/dictionaries/es/academic_degrees.txt +0 -2
- package/resources/libpostal/dictionaries/es/ambiguous_expansions.txt +0 -45
- package/resources/libpostal/dictionaries/es/building_types.txt +0 -15
- package/resources/libpostal/dictionaries/es/company_types.txt +0 -49
- package/resources/libpostal/dictionaries/es/cross_streets.txt +0 -9
- package/resources/libpostal/dictionaries/es/directionals.txt +0 -13
- package/resources/libpostal/dictionaries/es/entrances.txt +0 -3
- package/resources/libpostal/dictionaries/es/given_names.txt +0 -3
- package/resources/libpostal/dictionaries/es/house_numbers.txt +0 -2
- package/resources/libpostal/dictionaries/es/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/es/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/es/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/es/level_types_standalone.txt +0 -7
- package/resources/libpostal/dictionaries/es/level_types_sub_basement.txt +0 -1
- package/resources/libpostal/dictionaries/es/near.txt +0 -10
- package/resources/libpostal/dictionaries/es/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/es/number.txt +0 -1
- package/resources/libpostal/dictionaries/es/personal_suffixes.txt +0 -1
- package/resources/libpostal/dictionaries/es/personal_titles.txt +0 -132
- package/resources/libpostal/dictionaries/es/place_names.txt +0 -234
- package/resources/libpostal/dictionaries/es/post_office.txt +0 -4
- package/resources/libpostal/dictionaries/es/postcodes.txt +0 -1
- package/resources/libpostal/dictionaries/es/qualifiers.txt +0 -34
- package/resources/libpostal/dictionaries/es/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/es/stopwords.txt +0 -29
- package/resources/libpostal/dictionaries/es/street_types.txt +0 -109
- package/resources/libpostal/dictionaries/es/surnames.txt +0 -6
- package/resources/libpostal/dictionaries/es/synonyms.txt +0 -58
- package/resources/libpostal/dictionaries/es/toponyms.txt +0 -39
- package/resources/libpostal/dictionaries/es/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/es/unit_types_numbered.txt +0 -15
- package/resources/libpostal/dictionaries/es/unit_types_standalone.txt +0 -5
- package/resources/libpostal/dictionaries/et/ambiguous_expansions.txt +0 -5
- package/resources/libpostal/dictionaries/et/building_types.txt +0 -3
- package/resources/libpostal/dictionaries/et/company_types.txt +0 -10
- package/resources/libpostal/dictionaries/et/cross_streets.txt +0 -4
- package/resources/libpostal/dictionaries/et/directionals.txt +0 -9
- package/resources/libpostal/dictionaries/et/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/et/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/et/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/et/near.txt +0 -4
- package/resources/libpostal/dictionaries/et/number.txt +0 -1
- package/resources/libpostal/dictionaries/et/personal_titles.txt +0 -13
- package/resources/libpostal/dictionaries/et/place_names.txt +0 -39
- package/resources/libpostal/dictionaries/et/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/et/qualifiers.txt +0 -6
- package/resources/libpostal/dictionaries/et/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/et/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/et/street_types.txt +0 -10
- package/resources/libpostal/dictionaries/et/toponyms.txt +0 -1
- package/resources/libpostal/dictionaries/et/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/et/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/eu/ambiguous_expansions.txt +0 -2
- package/resources/libpostal/dictionaries/eu/cross_streets.txt +0 -4
- package/resources/libpostal/dictionaries/eu/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/eu/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/eu/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/eu/near.txt +0 -5
- package/resources/libpostal/dictionaries/eu/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/eu/place_names.txt +0 -63
- package/resources/libpostal/dictionaries/eu/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/eu/postcodes.txt +0 -1
- package/resources/libpostal/dictionaries/eu/qualifiers.txt +0 -2
- package/resources/libpostal/dictionaries/eu/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/eu/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/eu/street_types.txt +0 -18
- package/resources/libpostal/dictionaries/eu/unit_directions.txt +0 -3
- package/resources/libpostal/dictionaries/eu/unit_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/fa/personal_titles.txt +0 -6
- package/resources/libpostal/dictionaries/fa/place_names.txt +0 -3
- package/resources/libpostal/dictionaries/fa/street_types.txt +0 -7
- package/resources/libpostal/dictionaries/fi/ambiguous_expansions.txt +0 -5
- package/resources/libpostal/dictionaries/fi/building_types.txt +0 -3
- package/resources/libpostal/dictionaries/fi/chains.txt +0 -1
- package/resources/libpostal/dictionaries/fi/concatenated_suffixes_separable.txt +0 -20
- package/resources/libpostal/dictionaries/fi/cross_streets.txt +0 -3
- package/resources/libpostal/dictionaries/fi/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/fi/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/fi/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/fi/near.txt +0 -5
- package/resources/libpostal/dictionaries/fi/number.txt +0 -1
- package/resources/libpostal/dictionaries/fi/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/fi/qualifiers.txt +0 -2
- package/resources/libpostal/dictionaries/fi/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/fi/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/fi/street_types.txt +0 -20
- package/resources/libpostal/dictionaries/fi/synonyms.txt +0 -1
- package/resources/libpostal/dictionaries/fi/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/fi/unit_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/fil/street_types.txt +0 -3
- package/resources/libpostal/dictionaries/fr/ambiguous_expansions.txt +0 -25
- package/resources/libpostal/dictionaries/fr/building_types.txt +0 -4
- package/resources/libpostal/dictionaries/fr/chains.txt +0 -2
- package/resources/libpostal/dictionaries/fr/company_types.txt +0 -40
- package/resources/libpostal/dictionaries/fr/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/fr/directionals.txt +0 -12
- package/resources/libpostal/dictionaries/fr/elisions.txt +0 -9
- package/resources/libpostal/dictionaries/fr/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/fr/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/fr/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/fr/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/fr/level_types_standalone.txt +0 -8
- package/resources/libpostal/dictionaries/fr/level_types_sub_basement.txt +0 -1
- package/resources/libpostal/dictionaries/fr/near.txt +0 -20
- package/resources/libpostal/dictionaries/fr/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/fr/number.txt +0 -1
- package/resources/libpostal/dictionaries/fr/people.txt +0 -1
- package/resources/libpostal/dictionaries/fr/personal_titles.txt +0 -57
- package/resources/libpostal/dictionaries/fr/place_names.txt +0 -147
- package/resources/libpostal/dictionaries/fr/post_office.txt +0 -3
- package/resources/libpostal/dictionaries/fr/qualifiers.txt +0 -19
- package/resources/libpostal/dictionaries/fr/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/fr/stopwords.txt +0 -28
- package/resources/libpostal/dictionaries/fr/street_types.txt +0 -165
- package/resources/libpostal/dictionaries/fr/synonyms.txt +0 -14
- package/resources/libpostal/dictionaries/fr/toponyms.txt +0 -13
- package/resources/libpostal/dictionaries/fr/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/fr/unit_types_numbered.txt +0 -10
- package/resources/libpostal/dictionaries/ga/building_types.txt +0 -16
- package/resources/libpostal/dictionaries/ga/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/ga/personal_titles.txt +0 -1
- package/resources/libpostal/dictionaries/ga/place_names.txt +0 -10
- package/resources/libpostal/dictionaries/ga/street_types.txt +0 -95
- package/resources/libpostal/dictionaries/ga/unit_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/gd/building_types.txt +0 -8
- package/resources/libpostal/dictionaries/gd/directionals.txt +0 -6
- package/resources/libpostal/dictionaries/gd/place_names.txt +0 -7
- package/resources/libpostal/dictionaries/gd/qualifiers.txt +0 -1
- package/resources/libpostal/dictionaries/gd/stopwords.txt +0 -2
- package/resources/libpostal/dictionaries/gd/street_types.txt +0 -52
- package/resources/libpostal/dictionaries/gl/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/gl/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/gl/personal_titles.txt +0 -2
- package/resources/libpostal/dictionaries/gl/stopwords.txt +0 -39
- package/resources/libpostal/dictionaries/gl/street_types.txt +0 -26
- package/resources/libpostal/dictionaries/gl/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/gsw/ambiguous_expansions.txt +0 -1
- package/resources/libpostal/dictionaries/gsw/concatenated_suffixes_separable.txt +0 -8
- package/resources/libpostal/dictionaries/gsw/street_types.txt +0 -8
- package/resources/libpostal/dictionaries/he/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/he/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/he/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/he/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/he/personal_titles.txt +0 -2
- package/resources/libpostal/dictionaries/he/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/he/street_types.txt +0 -8
- package/resources/libpostal/dictionaries/he/unit_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/hi/street_types.txt +0 -3
- package/resources/libpostal/dictionaries/hr/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/hr/building_types.txt +0 -1
- package/resources/libpostal/dictionaries/hr/cross_streets.txt +0 -6
- package/resources/libpostal/dictionaries/hr/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/hr/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/hr/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/hr/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/hr/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/hr/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/hr/near.txt +0 -5
- package/resources/libpostal/dictionaries/hr/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/hr/personal_titles.txt +0 -6
- package/resources/libpostal/dictionaries/hr/place_names.txt +0 -18
- package/resources/libpostal/dictionaries/hr/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/hr/qualifiers.txt +0 -1
- package/resources/libpostal/dictionaries/hr/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/hr/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/hr/street_types.txt +0 -12
- package/resources/libpostal/dictionaries/hr/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/hr/unit_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/hu/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/hu/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/hu/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/hu/level_types_basement.txt +0 -4
- package/resources/libpostal/dictionaries/hu/level_types_mezzanine.txt +0 -2
- package/resources/libpostal/dictionaries/hu/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/hu/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/hu/near.txt +0 -3
- package/resources/libpostal/dictionaries/hu/number.txt +0 -1
- package/resources/libpostal/dictionaries/hu/personal_titles.txt +0 -1
- package/resources/libpostal/dictionaries/hu/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/hu/stopwords.txt +0 -4
- package/resources/libpostal/dictionaries/hu/street_types.txt +0 -21
- package/resources/libpostal/dictionaries/hu/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/hu/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/id/academic_degrees.txt +0 -78
- package/resources/libpostal/dictionaries/id/ambiguous_expansions.txt +0 -64
- package/resources/libpostal/dictionaries/id/building_types.txt +0 -7
- package/resources/libpostal/dictionaries/id/chains.txt +0 -5
- package/resources/libpostal/dictionaries/id/company_types.txt +0 -15
- package/resources/libpostal/dictionaries/id/cross_streets.txt +0 -6
- package/resources/libpostal/dictionaries/id/directionals.txt +0 -9
- package/resources/libpostal/dictionaries/id/entrances.txt +0 -3
- package/resources/libpostal/dictionaries/id/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/id/level_types_standalone.txt +0 -3
- package/resources/libpostal/dictionaries/id/near.txt +0 -3
- package/resources/libpostal/dictionaries/id/number.txt +0 -1
- package/resources/libpostal/dictionaries/id/personal_titles.txt +0 -34
- package/resources/libpostal/dictionaries/id/place_names.txt +0 -145
- package/resources/libpostal/dictionaries/id/qualifiers.txt +0 -13
- package/resources/libpostal/dictionaries/id/stopwords.txt +0 -9
- package/resources/libpostal/dictionaries/id/street_types.txt +0 -7
- package/resources/libpostal/dictionaries/id/synonyms.txt +0 -22
- package/resources/libpostal/dictionaries/id/toponyms.txt +0 -34
- package/resources/libpostal/dictionaries/id/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/id/unit_types_numbered.txt +0 -16
- package/resources/libpostal/dictionaries/id/unit_types_standalone.txt +0 -9
- package/resources/libpostal/dictionaries/is/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/is/concatenated_suffixes_inseparable.txt +0 -29
- package/resources/libpostal/dictionaries/is/cross_streets.txt +0 -4
- package/resources/libpostal/dictionaries/is/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/is/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/is/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/is/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/is/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/is/near.txt +0 -6
- package/resources/libpostal/dictionaries/is/number.txt +0 -1
- package/resources/libpostal/dictionaries/is/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/is/qualifiers.txt +0 -2
- package/resources/libpostal/dictionaries/is/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/is/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/is/street_types.txt +0 -29
- package/resources/libpostal/dictionaries/is/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/is/unit_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/it/academic_degrees.txt +0 -1
- package/resources/libpostal/dictionaries/it/ambiguous_expansions.txt +0 -8
- package/resources/libpostal/dictionaries/it/building_types.txt +0 -5
- package/resources/libpostal/dictionaries/it/chains.txt +0 -5
- package/resources/libpostal/dictionaries/it/company_types.txt +0 -16
- package/resources/libpostal/dictionaries/it/cross_streets.txt +0 -7
- package/resources/libpostal/dictionaries/it/directionals.txt +0 -11
- package/resources/libpostal/dictionaries/it/elisions.txt +0 -4
- package/resources/libpostal/dictionaries/it/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/it/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/it/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/it/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/it/near.txt +0 -10
- package/resources/libpostal/dictionaries/it/no_number.txt +0 -2
- package/resources/libpostal/dictionaries/it/number.txt +0 -1
- package/resources/libpostal/dictionaries/it/personal_titles.txt +0 -72
- package/resources/libpostal/dictionaries/it/place_names.txt +0 -203
- package/resources/libpostal/dictionaries/it/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/it/qualifiers.txt +0 -16
- package/resources/libpostal/dictionaries/it/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/it/stopwords.txt +0 -47
- package/resources/libpostal/dictionaries/it/street_types.txt +0 -151
- package/resources/libpostal/dictionaries/it/synonyms.txt +0 -115
- package/resources/libpostal/dictionaries/it/toponyms.txt +0 -110
- package/resources/libpostal/dictionaries/it/unit_types_numbered.txt +0 -9
- package/resources/libpostal/dictionaries/ja/ambiguous_expansions.txt +0 -5
- package/resources/libpostal/dictionaries/ja/building_types.txt +0 -6
- package/resources/libpostal/dictionaries/ja/chains.txt +0 -27
- package/resources/libpostal/dictionaries/ja/directionals.txt +0 -16
- package/resources/libpostal/dictionaries/ja/level_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/ja/number.txt +0 -2
- package/resources/libpostal/dictionaries/ja/place_names.txt +0 -16
- package/resources/libpostal/dictionaries/ja/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/ja/postcodes.txt +0 -2
- package/resources/libpostal/dictionaries/ja/qualifiers.txt +0 -38
- package/resources/libpostal/dictionaries/ja/street_types.txt +0 -67
- package/resources/libpostal/dictionaries/ka/ambiguous_expansions.txt +0 -2
- package/resources/libpostal/dictionaries/ka/personal_titles.txt +0 -4
- package/resources/libpostal/dictionaries/ka/place_names.txt +0 -7
- package/resources/libpostal/dictionaries/ka/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/ka/street_types.txt +0 -12
- package/resources/libpostal/dictionaries/ko/directionals.txt +0 -31
- package/resources/libpostal/dictionaries/ko/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/ko/number.txt +0 -3
- package/resources/libpostal/dictionaries/ko/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/ko/postcodes.txt +0 -2
- package/resources/libpostal/dictionaries/ko/qualifiers.txt +0 -6
- package/resources/libpostal/dictionaries/ko/street_types.txt +0 -8
- package/resources/libpostal/dictionaries/lb/concatenated_suffixes_separable.txt +0 -3
- package/resources/libpostal/dictionaries/lb/street_types.txt +0 -3
- package/resources/libpostal/dictionaries/lt/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/lt/building_types.txt +0 -1
- package/resources/libpostal/dictionaries/lt/cross_streets.txt +0 -4
- package/resources/libpostal/dictionaries/lt/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/lt/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/lt/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/lt/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/lt/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/lt/number.txt +0 -1
- package/resources/libpostal/dictionaries/lt/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/lt/qualifiers.txt +0 -5
- package/resources/libpostal/dictionaries/lt/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/lt/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/lt/street_types.txt +0 -7
- package/resources/libpostal/dictionaries/lt/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/lt/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/lv/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/lv/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/lv/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/lv/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/lv/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/lv/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/lv/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/lv/number.txt +0 -1
- package/resources/libpostal/dictionaries/lv/place_names.txt +0 -2
- package/resources/libpostal/dictionaries/lv/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/lv/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/lv/street_types.txt +0 -5
- package/resources/libpostal/dictionaries/lv/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/lv/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/ms/ambiguous_expansions.txt +0 -1
- package/resources/libpostal/dictionaries/ms/building_types.txt +0 -10
- package/resources/libpostal/dictionaries/ms/company_types.txt +0 -8
- package/resources/libpostal/dictionaries/ms/directionals.txt +0 -9
- package/resources/libpostal/dictionaries/ms/given_names.txt +0 -3
- package/resources/libpostal/dictionaries/ms/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/ms/personal_titles.txt +0 -92
- package/resources/libpostal/dictionaries/ms/place_names.txt +0 -145
- package/resources/libpostal/dictionaries/ms/post_office.txt +0 -3
- package/resources/libpostal/dictionaries/ms/qualifiers.txt +0 -6
- package/resources/libpostal/dictionaries/ms/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/ms/street_types.txt +0 -35
- package/resources/libpostal/dictionaries/ms/synonyms.txt +0 -27
- package/resources/libpostal/dictionaries/mt/ambiguous_expansions.txt +0 -1
- package/resources/libpostal/dictionaries/mt/number.txt +0 -1
- package/resources/libpostal/dictionaries/mt/personal_titles.txt +0 -6
- package/resources/libpostal/dictionaries/mt/place_names.txt +0 -1
- package/resources/libpostal/dictionaries/mt/stopwords.txt +0 -5
- package/resources/libpostal/dictionaries/mt/street_types.txt +0 -6
- package/resources/libpostal/dictionaries/nb/ambiguous_expansions.txt +0 -11
- package/resources/libpostal/dictionaries/nb/building_types.txt +0 -3
- package/resources/libpostal/dictionaries/nb/concatenated_suffixes_inseparable.txt +0 -13
- package/resources/libpostal/dictionaries/nb/concatenated_suffixes_separable.txt +0 -6
- package/resources/libpostal/dictionaries/nb/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/nb/directionals.txt +0 -13
- package/resources/libpostal/dictionaries/nb/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/nb/level_types_numbered.txt +0 -5
- package/resources/libpostal/dictionaries/nb/near.txt +0 -7
- package/resources/libpostal/dictionaries/nb/number.txt +0 -1
- package/resources/libpostal/dictionaries/nb/personal_titles.txt +0 -1
- package/resources/libpostal/dictionaries/nb/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/nb/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/nb/stopwords.txt +0 -34
- package/resources/libpostal/dictionaries/nb/street_types.txt +0 -20
- package/resources/libpostal/dictionaries/nb/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/nb/unit_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/nl/ambiguous_expansions.txt +0 -10
- package/resources/libpostal/dictionaries/nl/building_types.txt +0 -1
- package/resources/libpostal/dictionaries/nl/chains.txt +0 -1
- package/resources/libpostal/dictionaries/nl/concatenated_suffixes_inseparable.txt +0 -3
- package/resources/libpostal/dictionaries/nl/concatenated_suffixes_separable.txt +0 -13
- package/resources/libpostal/dictionaries/nl/cross_streets.txt +0 -4
- package/resources/libpostal/dictionaries/nl/directionals.txt +0 -20
- package/resources/libpostal/dictionaries/nl/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/nl/level_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/nl/level_types_standalone.txt +0 -5
- package/resources/libpostal/dictionaries/nl/near.txt +0 -7
- package/resources/libpostal/dictionaries/nl/number.txt +0 -1
- package/resources/libpostal/dictionaries/nl/personal_titles.txt +0 -32
- package/resources/libpostal/dictionaries/nl/place_names.txt +0 -81
- package/resources/libpostal/dictionaries/nl/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/nl/qualifiers.txt +0 -4
- package/resources/libpostal/dictionaries/nl/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/nl/stopwords.txt +0 -38
- package/resources/libpostal/dictionaries/nl/street_types.txt +0 -22
- package/resources/libpostal/dictionaries/nl/synonyms.txt +0 -2
- package/resources/libpostal/dictionaries/nl/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/nl/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/oc/elisions.txt +0 -1
- package/resources/libpostal/dictionaries/oc/stopwords.txt +0 -14
- package/resources/libpostal/dictionaries/oc/street_types.txt +0 -5
- package/resources/libpostal/dictionaries/pap/personal_titles.txt +0 -2
- package/resources/libpostal/dictionaries/pap/street_types.txt +0 -2
- package/resources/libpostal/dictionaries/pl/academic_degrees.txt +0 -2
- package/resources/libpostal/dictionaries/pl/ambiguous_expansions.txt +0 -9
- package/resources/libpostal/dictionaries/pl/building_types.txt +0 -1
- package/resources/libpostal/dictionaries/pl/chains.txt +0 -3
- package/resources/libpostal/dictionaries/pl/company_types.txt +0 -4
- package/resources/libpostal/dictionaries/pl/cross_streets.txt +0 -6
- package/resources/libpostal/dictionaries/pl/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/pl/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/pl/house_numbers.txt +0 -1
- package/resources/libpostal/dictionaries/pl/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/pl/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/pl/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/pl/near.txt +0 -11
- package/resources/libpostal/dictionaries/pl/number.txt +0 -1
- package/resources/libpostal/dictionaries/pl/personal_suffixes.txt +0 -2
- package/resources/libpostal/dictionaries/pl/personal_titles.txt +0 -54
- package/resources/libpostal/dictionaries/pl/place_names.txt +0 -31
- package/resources/libpostal/dictionaries/pl/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/pl/qualifiers.txt +0 -9
- package/resources/libpostal/dictionaries/pl/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/pl/stopwords.txt +0 -3
- package/resources/libpostal/dictionaries/pl/street_types.txt +0 -12
- package/resources/libpostal/dictionaries/pl/synonyms.txt +0 -19
- package/resources/libpostal/dictionaries/pl/toponyms.txt +0 -1
- package/resources/libpostal/dictionaries/pl/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/pl/unit_types_numbered.txt +0 -2
- package/resources/libpostal/dictionaries/pt/ambiguous_expansions.txt +0 -12
- package/resources/libpostal/dictionaries/pt/building_types.txt +0 -7
- package/resources/libpostal/dictionaries/pt/company_types.txt +0 -31
- package/resources/libpostal/dictionaries/pt/cross_streets.txt +0 -8
- package/resources/libpostal/dictionaries/pt/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/pt/elisions.txt +0 -1
- package/resources/libpostal/dictionaries/pt/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/pt/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/pt/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/pt/level_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/pt/level_types_standalone.txt +0 -5
- package/resources/libpostal/dictionaries/pt/level_types_sub_basement.txt +0 -1
- package/resources/libpostal/dictionaries/pt/near.txt +0 -13
- package/resources/libpostal/dictionaries/pt/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/pt/number.txt +0 -1
- package/resources/libpostal/dictionaries/pt/personal_suffixes.txt +0 -3
- package/resources/libpostal/dictionaries/pt/personal_titles.txt +0 -101
- package/resources/libpostal/dictionaries/pt/place_names.txt +0 -52
- package/resources/libpostal/dictionaries/pt/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/pt/postcodes.txt +0 -2
- package/resources/libpostal/dictionaries/pt/qualifiers.txt +0 -8
- package/resources/libpostal/dictionaries/pt/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/pt/stopwords.txt +0 -35
- package/resources/libpostal/dictionaries/pt/street_types.txt +0 -53
- package/resources/libpostal/dictionaries/pt/synonyms.txt +0 -21
- package/resources/libpostal/dictionaries/pt/toponyms.txt +0 -28
- package/resources/libpostal/dictionaries/pt/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/pt/unit_types_numbered.txt +0 -10
- package/resources/libpostal/dictionaries/pt/unit_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/ro/ambiguous_expansions.txt +0 -5
- package/resources/libpostal/dictionaries/ro/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/ro/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/ro/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/ro/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/ro/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/ro/near.txt +0 -7
- package/resources/libpostal/dictionaries/ro/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/ro/number.txt +0 -1
- package/resources/libpostal/dictionaries/ro/personal_titles.txt +0 -14
- package/resources/libpostal/dictionaries/ro/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/ro/qualifiers.txt +0 -1
- package/resources/libpostal/dictionaries/ro/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/ro/stopwords.txt +0 -2
- package/resources/libpostal/dictionaries/ro/street_types.txt +0 -13
- package/resources/libpostal/dictionaries/ro/unit_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/ru/ambiguous_expansions.txt +0 -18
- package/resources/libpostal/dictionaries/ru/building_types.txt +0 -2
- package/resources/libpostal/dictionaries/ru/chains.txt +0 -42
- package/resources/libpostal/dictionaries/ru/company_types.txt +0 -9
- package/resources/libpostal/dictionaries/ru/cross_streets.txt +0 -11
- package/resources/libpostal/dictionaries/ru/directionals.txt +0 -16
- package/resources/libpostal/dictionaries/ru/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/ru/house_numbers.txt +0 -2
- package/resources/libpostal/dictionaries/ru/level_types_basement.txt +0 -4
- package/resources/libpostal/dictionaries/ru/level_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/ru/level_types_standalone.txt +0 -4
- package/resources/libpostal/dictionaries/ru/near.txt +0 -26
- package/resources/libpostal/dictionaries/ru/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/ru/number.txt +0 -2
- package/resources/libpostal/dictionaries/ru/personal_titles.txt +0 -6
- package/resources/libpostal/dictionaries/ru/place_names.txt +0 -160
- package/resources/libpostal/dictionaries/ru/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/ru/qualifiers.txt +0 -31
- package/resources/libpostal/dictionaries/ru/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/ru/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/ru/street_types.txt +0 -28
- package/resources/libpostal/dictionaries/ru/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/ru/unit_types_numbered.txt +0 -10
- package/resources/libpostal/dictionaries/si/place_names.txt +0 -8
- package/resources/libpostal/dictionaries/si/qualifiers.txt +0 -4
- package/resources/libpostal/dictionaries/si/street_types.txt +0 -2
- package/resources/libpostal/dictionaries/sk/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/sk/cross_streets.txt +0 -8
- package/resources/libpostal/dictionaries/sk/directionals.txt +0 -21
- package/resources/libpostal/dictionaries/sk/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/sk/house_numbers.txt +0 -1
- package/resources/libpostal/dictionaries/sk/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/sk/level_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/sk/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/sk/near.txt +0 -13
- package/resources/libpostal/dictionaries/sk/number.txt +0 -1
- package/resources/libpostal/dictionaries/sk/personal_titles.txt +0 -16
- package/resources/libpostal/dictionaries/sk/place_names.txt +0 -28
- package/resources/libpostal/dictionaries/sk/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/sk/qualifiers.txt +0 -3
- package/resources/libpostal/dictionaries/sk/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/sk/stopwords.txt +0 -29
- package/resources/libpostal/dictionaries/sk/street_types.txt +0 -20
- package/resources/libpostal/dictionaries/sk/toponyms.txt +0 -1
- package/resources/libpostal/dictionaries/sk/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/sk/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/sl/ambiguous_expansions.txt +0 -6
- package/resources/libpostal/dictionaries/sl/chains.txt +0 -1
- package/resources/libpostal/dictionaries/sl/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/sl/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/sl/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/sl/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/sl/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/sl/level_types_standalone.txt +0 -2
- package/resources/libpostal/dictionaries/sl/near.txt +0 -7
- package/resources/libpostal/dictionaries/sl/no_number.txt +0 -1
- package/resources/libpostal/dictionaries/sl/number.txt +0 -1
- package/resources/libpostal/dictionaries/sl/personal_titles.txt +0 -3
- package/resources/libpostal/dictionaries/sl/place_names.txt +0 -1
- package/resources/libpostal/dictionaries/sl/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/sl/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/sl/stopwords.txt +0 -7
- package/resources/libpostal/dictionaries/sl/street_types.txt +0 -4
- package/resources/libpostal/dictionaries/sl/synonyms.txt +0 -13
- package/resources/libpostal/dictionaries/sl/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/sl/unit_types_numbered.txt +0 -3
- package/resources/libpostal/dictionaries/sr/ambiguous_expansions.txt +0 -9
- package/resources/libpostal/dictionaries/sr/cross_streets.txt +0 -10
- package/resources/libpostal/dictionaries/sr/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/sr/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/sr/level_types_basement.txt +0 -2
- package/resources/libpostal/dictionaries/sr/level_types_numbered.txt +0 -6
- package/resources/libpostal/dictionaries/sr/level_types_standalone.txt +0 -4
- package/resources/libpostal/dictionaries/sr/number.txt +0 -2
- package/resources/libpostal/dictionaries/sr/personal_titles.txt +0 -14
- package/resources/libpostal/dictionaries/sr/place_names.txt +0 -12
- package/resources/libpostal/dictionaries/sr/post_office.txt +0 -6
- package/resources/libpostal/dictionaries/sr/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/sr/stopwords.txt +0 -2
- package/resources/libpostal/dictionaries/sr/street_types.txt +0 -17
- package/resources/libpostal/dictionaries/sr/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/sr/unit_types_numbered.txt +0 -8
- package/resources/libpostal/dictionaries/sv/ambiguous_expansions.txt +0 -9
- package/resources/libpostal/dictionaries/sv/company_types.txt +0 -4
- package/resources/libpostal/dictionaries/sv/concatenated_suffixes_inseparable.txt +0 -5
- package/resources/libpostal/dictionaries/sv/concatenated_suffixes_separable.txt +0 -8
- package/resources/libpostal/dictionaries/sv/cross_streets.txt +0 -5
- package/resources/libpostal/dictionaries/sv/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/sv/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/sv/level_types_numbered.txt +0 -7
- package/resources/libpostal/dictionaries/sv/level_types_standalone.txt +0 -5
- package/resources/libpostal/dictionaries/sv/near.txt +0 -11
- package/resources/libpostal/dictionaries/sv/number.txt +0 -1
- package/resources/libpostal/dictionaries/sv/personal_titles.txt +0 -3
- package/resources/libpostal/dictionaries/sv/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/sv/staircases.txt +0 -3
- package/resources/libpostal/dictionaries/sv/stopwords.txt +0 -25
- package/resources/libpostal/dictionaries/sv/street_types.txt +0 -13
- package/resources/libpostal/dictionaries/sv/synonyms.txt +0 -4
- package/resources/libpostal/dictionaries/sv/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/sv/unit_types_numbered.txt +0 -5
- package/resources/libpostal/dictionaries/th/chains.txt +0 -2
- package/resources/libpostal/dictionaries/th/street_types.txt +0 -10
- package/resources/libpostal/dictionaries/tr/ambiguous_expansions.txt +0 -5
- package/resources/libpostal/dictionaries/tr/chains.txt +0 -1
- package/resources/libpostal/dictionaries/tr/cross_streets.txt +0 -4
- package/resources/libpostal/dictionaries/tr/directionals.txt +0 -4
- package/resources/libpostal/dictionaries/tr/entrances.txt +0 -1
- package/resources/libpostal/dictionaries/tr/level_types_basement.txt +0 -1
- package/resources/libpostal/dictionaries/tr/level_types_mezzanine.txt +0 -1
- package/resources/libpostal/dictionaries/tr/level_types_numbered.txt +0 -1
- package/resources/libpostal/dictionaries/tr/level_types_standalone.txt +0 -1
- package/resources/libpostal/dictionaries/tr/number.txt +0 -2
- package/resources/libpostal/dictionaries/tr/personal_titles.txt +0 -4
- package/resources/libpostal/dictionaries/tr/place_names.txt +0 -2
- package/resources/libpostal/dictionaries/tr/post_office.txt +0 -1
- package/resources/libpostal/dictionaries/tr/qualifiers.txt +0 -5
- package/resources/libpostal/dictionaries/tr/staircases.txt +0 -1
- package/resources/libpostal/dictionaries/tr/stopwords.txt +0 -1
- package/resources/libpostal/dictionaries/tr/street_types.txt +0 -10
- package/resources/libpostal/dictionaries/tr/unit_directions.txt +0 -2
- package/resources/libpostal/dictionaries/tr/unit_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/uk/ambiguous_expansions.txt +0 -8
- package/resources/libpostal/dictionaries/uk/chains.txt +0 -7
- package/resources/libpostal/dictionaries/uk/cross_streets.txt +0 -10
- package/resources/libpostal/dictionaries/uk/directionals.txt +0 -8
- package/resources/libpostal/dictionaries/uk/entrances.txt +0 -2
- package/resources/libpostal/dictionaries/uk/house_numbers.txt +0 -4
- package/resources/libpostal/dictionaries/uk/level_types_basement.txt +0 -4
- package/resources/libpostal/dictionaries/uk/level_types_numbered.txt +0 -4
- package/resources/libpostal/dictionaries/uk/level_types_standalone.txt +0 -4
- package/resources/libpostal/dictionaries/uk/near.txt +0 -24
- package/resources/libpostal/dictionaries/uk/number.txt +0 -2
- package/resources/libpostal/dictionaries/uk/personal_titles.txt +0 -9
- package/resources/libpostal/dictionaries/uk/place_names.txt +0 -161
- package/resources/libpostal/dictionaries/uk/post_office.txt +0 -2
- package/resources/libpostal/dictionaries/uk/qualifiers.txt +0 -8
- package/resources/libpostal/dictionaries/uk/staircases.txt +0 -2
- package/resources/libpostal/dictionaries/uk/stopwords.txt +0 -2
- package/resources/libpostal/dictionaries/uk/street_types.txt +0 -26
- package/resources/libpostal/dictionaries/uk/unit_directions.txt +0 -4
- package/resources/libpostal/dictionaries/uk/unit_types_numbered.txt +0 -10
- package/resources/libpostal/dictionaries/ur/street_types.txt +0 -7
- package/resources/libpostal/dictionaries/vi/ambiguous_expansions.txt +0 -3
- package/resources/libpostal/dictionaries/vi/personal_titles.txt +0 -1
- package/resources/libpostal/dictionaries/vi/place_names.txt +0 -29
- package/resources/libpostal/dictionaries/vi/qualifiers.txt +0 -5
- package/resources/libpostal/dictionaries/vi/street_types.txt +0 -10
- package/resources/libpostal/dictionaries/zh/building_types.txt +0 -2
- package/resources/libpostal/dictionaries/zh/chains.txt +0 -2
- package/resources/libpostal/dictionaries/zh/directionals.txt +0 -20
- package/resources/libpostal/dictionaries/zh/level_types_numbered.txt +0 -5
- package/resources/libpostal/dictionaries/zh/number.txt +0 -3
- package/resources/libpostal/dictionaries/zh/place_names.txt +0 -2
- package/resources/libpostal/dictionaries/zh/post_office.txt +0 -3
- package/resources/libpostal/dictionaries/zh/postcodes.txt +0 -3
- package/resources/libpostal/dictionaries/zh/qualifiers.txt +0 -19
- package/resources/libpostal/dictionaries/zh/stopwords.txt +0 -2
- package/resources/libpostal/dictionaries/zh/street_types.txt +0 -30
- package/resources/libpostal/dictionaries/zh/unit_types_numbered.txt +0 -2
- package/resources/libpostal/libpostal.test.ts +0 -325
- package/resources/libpostal/libpostal.ts +0 -106
- package/resources/libpostal/resources-download.sh +0 -8
- package/resources/pelias/dictionaries/libpostal/af/personal_titles.txt +0 -2
- package/resources/pelias/dictionaries/libpostal/all/surnames.txt +0 -1
- package/resources/pelias/dictionaries/libpostal/de/concatenated_suffixes_separable.txt +0 -3
- package/resources/pelias/dictionaries/libpostal/de/place_names.txt +0 -1
- package/resources/pelias/dictionaries/libpostal/de/street_types.txt +0 -2
- package/resources/pelias/dictionaries/libpostal/en/place_names.txt +0 -7
- package/resources/pelias/dictionaries/libpostal/en/road_types.txt +0 -18
- package/resources/pelias/dictionaries/libpostal/en/street_names.txt +0 -2
- package/resources/pelias/dictionaries/libpostal/en/street_types.txt +0 -16
- package/resources/pelias/dictionaries/libpostal/en/unit_types_numbered.txt +0 -3
- package/resources/pelias/dictionaries/libpostal/es/street_types.txt +0 -2
- package/resources/pelias/dictionaries/libpostal/fr/personal_titles.txt +0 -4
- package/resources/pelias/dictionaries/libpostal/fr/street_types.txt +0 -5
- package/resources/pelias/dictionaries/libpostal/it/street_types.txt +0 -2
- package/resources/pelias/dictionaries/libpostal/ko/street_types.txt +0 -1
- package/resources/pelias/dictionaries/libpostal/nb/concatenated_suffixes_inseparable.txt +0 -40
- package/resources/pelias/dictionaries/libpostal/nb/directionals.txt +0 -8
- package/resources/pelias/dictionaries/libpostal/nb/street_types.txt +0 -36
- package/resources/pelias/dictionaries/libpostal/nl/concatenated_suffixes_inseparable.txt +0 -1
- package/resources/pelias/dictionaries/libpostal/nl/concatenated_suffixes_separable.txt +0 -8
- package/resources/pelias/dictionaries/libpostal/nl/directionals.txt +0 -4
- package/resources/pelias/dictionaries/libpostal/nl/personal_suffixes.txt +0 -4
- package/resources/pelias/dictionaries/libpostal/nl/personal_titles.txt +0 -43
- package/resources/pelias/dictionaries/libpostal/pl/place_names.txt +0 -1
- package/resources/pelias/dictionaries/libpostal/pl/synonyms.txt +0 -1
- package/resources/pelias/dictionaries/libpostal/sv/concatenated_suffixes_separable.txt +0 -1
- package/resources/pelias/dictionaries/whosonfirst/locality/name:eng_x_preferred.txt +0 -81
- package/resources/pelias/dictionaries/whosonfirst/locality/name:fra_x_preferred.txt +0 -2
- package/resources/pelias/dictionaries/whosonfirst/region/name:eng_x_preferred.txt +0 -2
- package/resources/pelias/pelias.ts +0 -12
- package/resources/whosonfirst/dictionaries/country/name:eng_x_preferred.txt +0 -220
- package/resources/whosonfirst/dictionaries/country/wof:country.txt +0 -215
- package/resources/whosonfirst/dictionaries/country/wof:country_alpha3.txt +0 -216
- package/resources/whosonfirst/dictionaries/dependency/name:eng_x_preferred.txt +0 -42
- package/resources/whosonfirst/dictionaries/dependency/wof:shortcode.txt +0 -34
- package/resources/whosonfirst/dictionaries/locality/name:eng_x_preferred.txt +0 -261365
- package/resources/whosonfirst/dictionaries/locality/name:fra_x_preferred.txt +0 -77631
- package/resources/whosonfirst/dictionaries/region/abrv:eng_x_preferred.txt +0 -441
- package/resources/whosonfirst/dictionaries/region/name:eng_x_preferred.txt +0 -4517
- package/resources/whosonfirst/dictionaries/region/wof:shortcode.txt +0 -839
- package/resources/whosonfirst/generate.ts +0 -135
- package/resources/whosonfirst/placetypes.ts +0 -47
- package/resources/whosonfirst/whosonfirst.ts +0 -79
- package/sdk/repo.ts +0 -66
- package/sdk/test/utils/index.ts +0 -42
- package/server/index.ts +0 -111
- package/server/routes/parse.ts +0 -62
- package/server/static/index.html +0 -279
- package/server/types/locals.d.ts +0 -19
- package/solver/ExclusiveCartesianSolver.ts +0 -74
- package/solver/HouseNumberPositionPenalty.ts +0 -80
- package/solver/InvalidSolutionFilter.ts +0 -34
- package/solver/LeadingAreaDeclassifier.ts +0 -41
- package/solver/MultiStreetSolver.ts +0 -142
- package/solver/MustNotFollowFilter.test.ts +0 -38
- package/solver/MustNotFollowFilter.ts +0 -39
- package/solver/MustNotPreceedFilter.test.ts +0 -38
- package/solver/MustNotPreceedFilter.ts +0 -39
- package/solver/OrphanedLevelTypeDeclassifier.ts +0 -30
- package/solver/OrphanedUnitTypeDeclassifier.test.ts +0 -70
- package/solver/OrphanedUnitTypeDeclassifier.ts +0 -32
- package/solver/PostcodePositionPenalty.ts +0 -49
- package/solver/Solution.test.ts +0 -46
- package/solver/Solution.ts +0 -151
- package/solver/SolutionPair.ts +0 -27
- package/solver/SubsetFilter.test.ts +0 -72
- package/solver/SubsetFilter.ts +0 -33
- package/solver/TokenDistanceFilter.ts +0 -38
- package/solver/super/BaseSolver.ts +0 -13
- package/solver/super/HashMapSolver.ts +0 -91
- package/test/functional/address.aus.test.ts +0 -57
- package/test/functional/address.bra.test.ts +0 -16
- package/test/functional/address.cze.test.ts +0 -88
- package/test/functional/address.deu.test.ts +0 -64
- package/test/functional/address.esp.test.ts +0 -14
- package/test/functional/address.fra.test.ts +0 -89
- package/test/functional/address.gbr.test.ts +0 -19
- package/test/functional/address.hrv.test.ts +0 -9
- package/test/functional/address.ind.test.ts +0 -15
- package/test/functional/address.nld.test.ts +0 -79
- package/test/functional/address.nor.test.ts +0 -25
- package/test/functional/address.nzd.test.ts +0 -63
- package/test/functional/address.pol.test.ts +0 -23
- package/test/functional/address.prt.test.ts +0 -47
- package/test/functional/address.rom.test.ts +0 -25
- package/test/functional/address.svk.test.ts +0 -14
- package/test/functional/address.swe.test.ts +0 -18
- package/test/functional/address.usa.test.ts +0 -284
- package/test/functional/addressit.aus.test.ts +0 -62
- package/test/functional/addressit.usa.test.ts +0 -117
- package/test/functional/compound_street.test.ts +0 -16
- package/test/functional/functional.test.ts +0 -80
- package/test/functional/intersection.test.ts +0 -410
- package/test/functional/libpostal.test.ts +0 -15
- package/test/functional/place.fra.test.ts +0 -107
- package/test/functional/transit.test.ts +0 -11
- package/test/functional/venue.usa.test.ts +0 -26
- package/test/openaddresses.ts +0 -136
- package/tokenization/FST.test.ts +0 -275
- package/tokenization/FST.ts +0 -163
- package/tokenization/Graph.test.ts +0 -182
- package/tokenization/Graph.ts +0 -96
- package/tokenization/Span.test.ts +0 -320
- package/tokenization/Span.ts +0 -172
- package/tokenization/Tokenizer.test.ts +0 -156
- package/tokenization/Tokenizer.ts +0 -83
- package/tokenization/index.ts +0 -11
- package/tokenization/normalizer.test.ts +0 -61
- package/tokenization/normalizer.ts +0 -38
- package/tokenization/permutate.test.ts +0 -368
- package/tokenization/permutate.ts +0 -97
- package/tokenization/split.test.ts +0 -84
- package/tokenization/split.ts +0 -54
- package/tokenization/split_funcs.ts +0 -45
- package/tokenization/split_funcs_test.ts +0 -38
- package/tsconfig.json +0 -11
package/out/bin/cli.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../bin/cli.ts"],"names":[],"mappings":"AAAA;;;;GAIG;;AAiDH,wBAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../../bin/cli.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAEjE;;GAEG;AACH,KAAK,UAAU,OAAO;IACrB,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;IAElC,MAAM,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC,CAAA;IAE3B,IAAI,CAAC,WAAW,IAAI,WAAW,KAAK,QAAQ,IAAI,WAAW,KAAK,IAAI,IAAI,WAAW,KAAK,MAAM,EAAE,CAAC;QAChG,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAA;QAC5C,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;QACxB,OAAO,CAAC,GAAG,CAAC,0CAA0C,CAAC,CAAA;QACvD,OAAO,CAAC,GAAG,CAAC,wDAAwD,CAAC,CAAA;QACrE,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,CAAA;QAC/C,OAAM;IACP,CAAC;IAED,IAAI,WAAW,KAAK,OAAO,EAAE,CAAC;QAC7B,OAAO,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAA;QAC5C,MAAM,EAAE,uBAAuB,EAAE,GAAG,MAAM,MAAM,CAAC,kBAAkB,CAAC,CAAA;QAEpE,MAAM,GAAG,GAAG,uBAAuB,EAAE,CAAA;QAErC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YAC9B,GAAG,CAAC,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;QAClC,CAAC,CAAC,CAAA;IACH,CAAC;IAED,IAAI,WAAW,KAAK,OAAO,EAAE,CAAC;QAC7B,MAAM,OAAO,GAAG,IAAI,kBAAkB,EAAE,CAAA;QAExC,MAAM,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;QAChD,OAAO,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAA;QAE/B,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;QAE/B,OAAM;IACP,CAAC;IAED,MAAM,gBAAgB,GAAG,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IAE3F,MAAM,OAAO,GAAG,iBAAiB,CAAC,gBAAgB,CAAC,CAAA;IACnD,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAA;AAC9C,CAAC;AAED,eAAe,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export declare class AdjacentClassification extends Classification {
|
|
8
|
+
readonly label = "adjacent";
|
|
9
|
+
}
|
|
10
|
+
export default AdjacentClassification;
|
|
11
|
+
//# sourceMappingURL=AdjacentClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdjacentClassification.d.ts","sourceRoot":"","sources":["../../classification/AdjacentClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,sBAAuB,SAAQ,cAAc;IACzD,SAAyB,KAAK,cAAa;CAC3C;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export class AdjacentClassification extends Classification {
|
|
8
|
+
label = "adjacent";
|
|
9
|
+
}
|
|
10
|
+
export default AdjacentClassification;
|
|
11
|
+
//# sourceMappingURL=AdjacentClassification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdjacentClassification.js","sourceRoot":"","sources":["../../classification/AdjacentClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,sBAAuB,SAAQ,cAAc;IAChC,KAAK,GAAG,UAAU,CAAA;CAC3C;AAED,eAAe,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdjacentClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AdjacentClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { AdjacentClassification } from "./AdjacentClassification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new AdjacentClassification();
|
|
10
|
+
t.false(c.public);
|
|
11
|
+
t.equals(c.label, "adjacent");
|
|
12
|
+
t.equals(c.confidence, 1.0);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=AdjacentClassification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdjacentClassification.test.js","sourceRoot":"","sources":["../../classification/AdjacentClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAEpE,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,sBAAsB,EAAE,CAAA;IACtC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,UAAU,CAAC,CAAA;IAC7B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export declare class AlphaClassification extends Classification {
|
|
8
|
+
readonly label = "alpha";
|
|
9
|
+
}
|
|
10
|
+
export default AlphaClassification;
|
|
11
|
+
//# sourceMappingURL=AlphaClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaClassification.d.ts","sourceRoot":"","sources":["../../classification/AlphaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,mBAAoB,SAAQ,cAAc;IACtD,SAAyB,KAAK,WAAU;CACxC;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export class AlphaClassification extends Classification {
|
|
8
|
+
label = "alpha";
|
|
9
|
+
}
|
|
10
|
+
export default AlphaClassification;
|
|
11
|
+
//# sourceMappingURL=AlphaClassification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaClassification.js","sourceRoot":"","sources":["../../classification/AlphaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,mBAAoB,SAAQ,cAAc;IAC7B,KAAK,GAAG,OAAO,CAAA;CACxC;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AlphaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { AlphaClassification as Classification } from "./AlphaClassification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new Classification();
|
|
10
|
+
t.false(c.public);
|
|
11
|
+
t.equals(c.label, "alpha");
|
|
12
|
+
t.equals(c.confidence, 1.0);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=AlphaClassification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaClassification.test.js","sourceRoot":"","sources":["../../classification/AlphaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAEhF,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IAC1B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export declare class AlphaNumericClassification extends Classification {
|
|
8
|
+
readonly label = "alphanumeric";
|
|
9
|
+
}
|
|
10
|
+
export default AlphaNumericClassification;
|
|
11
|
+
//# sourceMappingURL=AlphaNumericClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaNumericClassification.d.ts","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,0BAA2B,SAAQ,cAAc;IAC7D,SAAyB,KAAK,kBAAiB;CAC/C;AAED,eAAe,0BAA0B,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export class AlphaNumericClassification extends Classification {
|
|
8
|
+
label = "alphanumeric";
|
|
9
|
+
}
|
|
10
|
+
export default AlphaNumericClassification;
|
|
11
|
+
//# sourceMappingURL=AlphaNumericClassification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaNumericClassification.js","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,0BAA2B,SAAQ,cAAc;IACpC,KAAK,GAAG,cAAc,CAAA;CAC/C;AAED,eAAe,0BAA0B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaNumericClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { AlphaNumericClassification as Classification } from "./AlphaNumericClassification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new Classification();
|
|
10
|
+
t.false(c.public);
|
|
11
|
+
t.equals(c.label, "alphanumeric");
|
|
12
|
+
t.equals(c.confidence, 1.0);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=AlphaNumericClassification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlphaNumericClassification.test.js","sourceRoot":"","sources":["../../classification/AlphaNumericClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,0BAA0B,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE9F,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,cAAc,CAAC,CAAA;IACjC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "./Classification.js";
|
|
7
|
+
export declare class AreaClassification extends Classification {
|
|
8
|
+
readonly label = "area";
|
|
9
|
+
}
|
|
10
|
+
export default AreaClassification;
|
|
11
|
+
//# sourceMappingURL=AreaClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AreaClassification.d.ts","sourceRoot":"","sources":["../../classification/AreaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,qBAAa,kBAAmB,SAAQ,cAAc;IACrD,SAAyB,KAAK,UAAS;CACvC;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "./Classification.js";
|
|
7
|
+
export class AreaClassification extends Classification {
|
|
8
|
+
label = "area";
|
|
9
|
+
}
|
|
10
|
+
export default AreaClassification;
|
|
11
|
+
//# sourceMappingURL=AreaClassification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AreaClassification.js","sourceRoot":"","sources":["../../classification/AreaClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,OAAO,kBAAmB,SAAQ,cAAc;IAC5B,KAAK,GAAG,MAAM,CAAA;CACvC;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AreaClassification.test.d.ts","sourceRoot":"","sources":["../../classification/AreaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { AreaClassification as Classification } from "./AreaClassification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new Classification();
|
|
10
|
+
t.false(c.public);
|
|
11
|
+
t.equals(c.label, "area");
|
|
12
|
+
t.equals(c.confidence, 1.0);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=AreaClassification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AreaClassification.test.js","sourceRoot":"","sources":["../../classification/AreaClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,kBAAkB,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAE9E,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAA;IACzB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export declare class ChainClassification extends Classification {
|
|
8
|
+
readonly label = "chain";
|
|
9
|
+
}
|
|
10
|
+
export default ChainClassification;
|
|
11
|
+
//# sourceMappingURL=ChainClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChainClassification.d.ts","sourceRoot":"","sources":["../../classification/ChainClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,qBAAa,mBAAoB,SAAQ,cAAc;IACtD,SAAyB,KAAK,WAAU;CACxC;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "../classification/Classification.js";
|
|
7
|
+
export class ChainClassification extends Classification {
|
|
8
|
+
label = "chain";
|
|
9
|
+
}
|
|
10
|
+
export default ChainClassification;
|
|
11
|
+
//# sourceMappingURL=ChainClassification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChainClassification.js","sourceRoot":"","sources":["../../classification/ChainClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AAEpE,MAAM,OAAO,mBAAoB,SAAQ,cAAc;IAC7B,KAAK,GAAG,OAAO,CAAA;CACxC;AAED,eAAe,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChainClassification.test.d.ts","sourceRoot":"","sources":["../../classification/ChainClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { ChainClassification as Classification } from "./ChainClassification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new Classification();
|
|
10
|
+
t.false(c.public);
|
|
11
|
+
t.equals(c.label, "chain");
|
|
12
|
+
t.equals(c.confidence, 1.0);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=ChainClassification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChainClassification.test.js","sourceRoot":"","sources":["../../classification/ChainClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,mBAAmB,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAEhF,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;IAC1B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
export type ClassificationMetadata = Record<string, any>;
|
|
7
|
+
/**
|
|
8
|
+
* Base classification class.
|
|
9
|
+
*/
|
|
10
|
+
export declare class Classification {
|
|
11
|
+
/**
|
|
12
|
+
* Whether the classification appears in results.
|
|
13
|
+
*/
|
|
14
|
+
public: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* The confidence of the classification.
|
|
17
|
+
*/
|
|
18
|
+
confidence: number;
|
|
19
|
+
/**
|
|
20
|
+
* The metadata of the classification.
|
|
21
|
+
*/
|
|
22
|
+
meta: Record<string, any>;
|
|
23
|
+
/**
|
|
24
|
+
* The label of the classification.
|
|
25
|
+
*/
|
|
26
|
+
readonly label: string;
|
|
27
|
+
/**
|
|
28
|
+
* Create a classification.
|
|
29
|
+
*
|
|
30
|
+
* @param confidence - The confidence of the classification.
|
|
31
|
+
* @param meta - The metadata of the classification.
|
|
32
|
+
*/
|
|
33
|
+
constructor(confidence?: number, meta?: ClassificationMetadata);
|
|
34
|
+
/**
|
|
35
|
+
* Compare this classification to another classification.
|
|
36
|
+
*/
|
|
37
|
+
equals(classification: Classification): boolean;
|
|
38
|
+
}
|
|
39
|
+
export type ClassificationConstructor = new (confidence?: number, meta?: ClassificationMetadata) => Classification;
|
|
40
|
+
/**
|
|
41
|
+
* A configuration for a classifier scheme.
|
|
42
|
+
*/
|
|
43
|
+
export interface ClassifierSchemeConfig {
|
|
44
|
+
/**
|
|
45
|
+
* The confidence level of the classification.
|
|
46
|
+
*/
|
|
47
|
+
confidence: number;
|
|
48
|
+
/**
|
|
49
|
+
* Constructor for the classification.
|
|
50
|
+
*/
|
|
51
|
+
Class: ClassificationConstructor;
|
|
52
|
+
/**
|
|
53
|
+
* A list of criteria that must be met for the classification to be applied.
|
|
54
|
+
*/
|
|
55
|
+
scheme: ClassifierSchemeCriteria[];
|
|
56
|
+
}
|
|
57
|
+
export interface ClassifierSchemeCriteria {
|
|
58
|
+
/**
|
|
59
|
+
* The classification labels that must be present in the token.
|
|
60
|
+
*/
|
|
61
|
+
is: string[];
|
|
62
|
+
/**
|
|
63
|
+
* The classification labels that must not be present in the token.
|
|
64
|
+
*/
|
|
65
|
+
not?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Confidence level for the criteria.
|
|
68
|
+
*/
|
|
69
|
+
confidence?: number;
|
|
70
|
+
/**
|
|
71
|
+
* Constructor for the classification.
|
|
72
|
+
*
|
|
73
|
+
* @todo Is this used?
|
|
74
|
+
*/
|
|
75
|
+
Class?: ClassificationConstructor;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Extract the label from a classification constructor.
|
|
79
|
+
*
|
|
80
|
+
* This is useful for creating a union of classification labels, such as in public type definitions.
|
|
81
|
+
*/
|
|
82
|
+
export type ExtractClassificationLabel<T extends ClassificationConstructor> = Extract<InstanceType<T>, {
|
|
83
|
+
readonly public: true;
|
|
84
|
+
}>["label"];
|
|
85
|
+
//# sourceMappingURL=Classification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Classification.d.ts","sourceRoot":"","sources":["../../classification/Classification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAExD;;GAEG;AACH,qBAAa,cAAc;IAC1B;;OAEG;IACI,MAAM,EAAE,OAAO,CAAQ;IAE9B;;OAEG;IACI,UAAU,EAAE,MAAM,CAAM;IAE/B;;OAEG;IACI,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAK;IAErC;;OAEG;IACH,SAAgB,KAAK,EAAE,MAAM,CAAY;IAEzC;;;;;OAKG;gBACS,UAAU,SAAI,EAAE,IAAI,GAAE,sBAA2B;IAO7D;;OAEG;IACH,MAAM,CAAC,cAAc,EAAE,cAAc,GAAG,OAAO;CAI/C;AAED,MAAM,MAAM,yBAAyB,GAAG,KAAK,UAAU,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,sBAAsB,KAAK,cAAc,CAAA;AAElH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,KAAK,EAAE,yBAAyB,CAAA;IAChC;;OAEG;IACH,MAAM,EAAE,wBAAwB,EAAE,CAAA;CAClC;AAED,MAAM,WAAW,wBAAwB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,EAAE,CAAA;IACZ;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,EAAE,CAAA;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;;;OAIG;IACH,KAAK,CAAC,EAAE,yBAAyB,CAAA;CACjC;AAED;;;;GAIG;AACH,MAAM,MAAM,0BAA0B,CAAC,CAAC,SAAS,yBAAyB,IAAI,OAAO,CACpF,YAAY,CAAC,CAAC,CAAC,EACf;IACC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAA;CACrB,CACD,CAAC,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* Base classification class.
|
|
8
|
+
*/
|
|
9
|
+
export class Classification {
|
|
10
|
+
/**
|
|
11
|
+
* Whether the classification appears in results.
|
|
12
|
+
*/
|
|
13
|
+
public = false;
|
|
14
|
+
/**
|
|
15
|
+
* The confidence of the classification.
|
|
16
|
+
*/
|
|
17
|
+
confidence = 1.0;
|
|
18
|
+
/**
|
|
19
|
+
* The metadata of the classification.
|
|
20
|
+
*/
|
|
21
|
+
meta = {};
|
|
22
|
+
/**
|
|
23
|
+
* The label of the classification.
|
|
24
|
+
*/
|
|
25
|
+
label = "unknown";
|
|
26
|
+
/**
|
|
27
|
+
* Create a classification.
|
|
28
|
+
*
|
|
29
|
+
* @param confidence - The confidence of the classification.
|
|
30
|
+
* @param meta - The metadata of the classification.
|
|
31
|
+
*/
|
|
32
|
+
constructor(confidence = 1, meta = {}) {
|
|
33
|
+
this.public = false; // only public classifications appear in results
|
|
34
|
+
this.label = "unknown";
|
|
35
|
+
this.confidence = confidence;
|
|
36
|
+
this.meta = meta;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Compare this classification to another classification.
|
|
40
|
+
*/
|
|
41
|
+
equals(classification) {
|
|
42
|
+
// @todo: compare meta?
|
|
43
|
+
return this.constructor.name === classification.constructor.name && this.confidence === classification.confidence;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=Classification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Classification.js","sourceRoot":"","sources":["../../classification/Classification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;GAEG;AACH,MAAM,OAAO,cAAc;IAC1B;;OAEG;IACI,MAAM,GAAY,KAAK,CAAA;IAE9B;;OAEG;IACI,UAAU,GAAW,GAAG,CAAA;IAE/B;;OAEG;IACI,IAAI,GAAwB,EAAE,CAAA;IAErC;;OAEG;IACa,KAAK,GAAW,SAAS,CAAA;IAEzC;;;;;OAKG;IACH,YAAY,UAAU,GAAG,CAAC,EAAE,OAA+B,EAAE;QAC5D,IAAI,CAAC,MAAM,GAAG,KAAK,CAAA,CAAC,gDAAgD;QACpE,IAAI,CAAC,KAAK,GAAG,SAAS,CAAA;QACtB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAA;QAC5B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;IACjB,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,cAA8B;QACpC,uBAAuB;QACvB,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,KAAK,cAAc,CAAC,WAAW,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,cAAc,CAAC,UAAU,CAAA;IAClH,CAAC;CACD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Classification.test.d.ts","sourceRoot":"","sources":["../../classification/Classification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { Classification } from "./Classification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new Classification();
|
|
10
|
+
t.false(c.public);
|
|
11
|
+
t.equals(c.label, "unknown");
|
|
12
|
+
t.equals(c.confidence, 1.0);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=Classification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Classification.test.js","sourceRoot":"","sources":["../../classification/Classification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACjB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,SAAS,CAAC,CAAA;IAC5B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification, ClassificationMetadata } from "./Classification.js";
|
|
7
|
+
export declare class CountryClassification extends Classification {
|
|
8
|
+
readonly public = true;
|
|
9
|
+
readonly label = "country";
|
|
10
|
+
constructor(_confidence?: number, meta?: ClassificationMetadata);
|
|
11
|
+
}
|
|
12
|
+
export default CountryClassification;
|
|
13
|
+
//# sourceMappingURL=CountryClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountryClassification.d.ts","sourceRoot":"","sources":["../../classification/CountryClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAA;AAE5E,qBAAa,qBAAsB,SAAQ,cAAc;IACxD,SAAyB,MAAM,QAAO;IACtC,SAAyB,KAAK,aAAY;gBAE9B,WAAW,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,sBAAsB;CAG/D;AAED,eAAe,qBAAqB,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "./Classification.js";
|
|
7
|
+
export class CountryClassification extends Classification {
|
|
8
|
+
public = true;
|
|
9
|
+
label = "country";
|
|
10
|
+
constructor(_confidence, meta) {
|
|
11
|
+
super(0.9, meta);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export default CountryClassification;
|
|
15
|
+
//# sourceMappingURL=CountryClassification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountryClassification.js","sourceRoot":"","sources":["../../classification/CountryClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAA0B,MAAM,qBAAqB,CAAA;AAE5E,MAAM,OAAO,qBAAsB,SAAQ,cAAc;IAC/B,MAAM,GAAG,IAAI,CAAA;IACb,KAAK,GAAG,SAAS,CAAA;IAE1C,YAAY,WAAoB,EAAE,IAA6B;QAC9D,KAAK,CAAC,GAAG,EAAE,IAAI,CAAC,CAAA;IACjB,CAAC;CACD;AAED,eAAe,qBAAqB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountryClassification.test.d.ts","sourceRoot":"","sources":["../../classification/CountryClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import test from "tape";
|
|
7
|
+
import { CountryClassification as Classification } from "./CountryClassification.js";
|
|
8
|
+
test("constructor", (t) => {
|
|
9
|
+
const c = new Classification();
|
|
10
|
+
t.true(c.public);
|
|
11
|
+
t.equals(c.label, "country");
|
|
12
|
+
t.equals(c.confidence, 0.9);
|
|
13
|
+
t.deepEqual(c.meta, {});
|
|
14
|
+
t.end();
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=CountryClassification.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountryClassification.test.js","sourceRoot":"","sources":["../../classification/CountryClassification.test.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,IAAI,MAAM,MAAM,CAAA;AACvB,OAAO,EAAE,qBAAqB,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAEpF,IAAI,CAAC,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE;IACzB,MAAM,CAAC,GAAG,IAAI,cAAc,EAAE,CAAA;IAC9B,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IAChB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,SAAS,CAAC,CAAA;IAC5B,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,EAAE,GAAG,CAAC,CAAA;IAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;IACvB,CAAC,CAAC,GAAG,EAAE,CAAA;AACR,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @copyright OpenISP, Inc.
|
|
3
|
+
* @license AGPL-3.0
|
|
4
|
+
* @author Teffen Ellis, et al.
|
|
5
|
+
*/
|
|
6
|
+
import { Classification } from "./Classification.js";
|
|
7
|
+
export declare class DependencyClassification extends Classification {
|
|
8
|
+
readonly label = "dependency";
|
|
9
|
+
readonly public = true;
|
|
10
|
+
}
|
|
11
|
+
export default DependencyClassification;
|
|
12
|
+
//# sourceMappingURL=DependencyClassification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DependencyClassification.d.ts","sourceRoot":"","sources":["../../classification/DependencyClassification.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,qBAAa,wBAAyB,SAAQ,cAAc;IAC3D,SAAyB,KAAK,gBAAe;IAC7C,SAAyB,MAAM,QAAO;CACtC;AAED,eAAe,wBAAwB,CAAA"}
|