Skip to content

Commit

Permalink
added test for post-directional contraction
Browse files Browse the repository at this point in the history
  • Loading branch information
trescube committed Sep 16, 2016
1 parent f28002d commit 4f54998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/analyzer_peliasStreet.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports.tests.analyze = function(test, common){
assertAnalysis( 'keyword_street_suffix', 'foo Crescent', ['foo cres'] );
assertAnalysis( 'keyword_compass', 'north foo', ['n foo'] );
assertAnalysis( 'keyword_compass', 'SouthWest foo', ['sw foo'] );
assertAnalysis( 'keyword_compass', 'foo SouthWest', ['foo sw'] );
assertAnalysis( 'remove_ordinals', '1st 2nd 3rd 4th 5th', ['1 2 3 4 5'] );
assertAnalysis( 'remove_ordinals', 'Ast th 101st', ['ast th 101'] );

Expand Down

0 comments on commit 4f54998

Please sign in to comment.