lwholey / concert

Testing with Ruby on Rails
0 stars 0 forks source link

Smarter text processing of concert info #3

Open lwholey opened 13 years ago

lwholey commented 13 years ago

How should a concert named "Ray Brown Tribute" (came from a New Yorker listing) be processed? Options include:

To find who's actually playing in the New Yorker, a new web site needs to be opened "http://www.newyorker.com/arts/events/nightlife/ray-brown-tribute-blue-note" which includes the concert name and the venue.

lwholey commented 13 years ago

Chose 1st option (strip "tribute") (for ease) see commit 2fc4ff3ca706258563ee

lwholey commented 13 years ago

Bela (accent on the a) Fleck is not properly handled by the function createArtistUrl function in users_controller.rb because of the accent.

lwholey commented 13 years ago
lwholey commented 13 years ago

Handle Crosby, Stills, and Nash was split into "Crosby", "Stills", and "Nash" with 2a488e43bf3ccc6e02ce

lwholey commented 13 years ago

Accents handled with 13da5db08eb7447c8e83

lwholey commented 13 years ago

Parsing is very poor for venues like the Village Vanguard and the Blue Note