Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Address Detection in Text

Address Detection in Text

Scheduled Pinned Locked Moved The Lounge
databasecomalgorithmsquestioncareer
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Maruf Maniruzzaman
    wrote on last edited by
    #1

    Anyone knows about the algorithm or a software that can detect address in text like yahoo does?

    Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
    [Blog] [Silverlight Clone] [Resume]

    C D 2 Replies Last reply
    0
    • M Maruf Maniruzzaman

      Anyone knows about the algorithm or a software that can detect address in text like yahoo does?

      Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
      [Blog] [Silverlight Clone] [Resume]

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Sounds like a programming question to me. I'd guess they use a regex to guess that something follows the common format for an address. OR they could plug it into a google map or similar and see if it gets a hit.

      Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      M 1 Reply Last reply
      0
      • C Christian Graus

        Sounds like a programming question to me. I'd guess they use a regex to guess that something follows the common format for an address. OR they could plug it into a google map or similar and see if it gets a hit.

        Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        M Offline
        M Offline
        Maruf Maniruzzaman
        wrote on last edited by
        #3

        Christian Graus wrote Sounds like a programming question to me. Sorry, but I could not find any other board suitable for this generic question. Its not like 'How to implement this or that' type question I think.

        Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
        [Blog] [Silverlight Clone] [Resume]

        C P 2 Replies Last reply
        0
        • M Maruf Maniruzzaman

          Christian Graus wrote Sounds like a programming question to me. Sorry, but I could not find any other board suitable for this generic question. Its not like 'How to implement this or that' type question I think.

          Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
          [Blog] [Silverlight Clone] [Resume]

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Yeah, it's close enough to the edge that I still answered it, but it *is* close :-)

          Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          1 Reply Last reply
          0
          • M Maruf Maniruzzaman

            Christian Graus wrote Sounds like a programming question to me. Sorry, but I could not find any other board suitable for this generic question. Its not like 'How to implement this or that' type question I think.

            Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
            [Blog] [Silverlight Clone] [Resume]

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            There is a General Questions forum.

            Deja View - the feeling that you've seen this post before.

            My blog | My articles

            V 1 Reply Last reply
            0
            • P Pete OHanlon

              There is a General Questions forum.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              V Offline
              V Offline
              Vikram A Punathambekar
              wrote on last edited by
              #6

              And just why is it inappropriate here? Asking for an algorithm or library shouldn't be considered a programming question. Admittedly, some of them may be more appropiate in the Maths/algorithms forum, but this isn't one of them.

              Cheers, Vikram.


              The hands that help are holier than the lips that pray.

              P 1 Reply Last reply
              0
              • V Vikram A Punathambekar

                And just why is it inappropriate here? Asking for an algorithm or library shouldn't be considered a programming question. Admittedly, some of them may be more appropiate in the Maths/algorithms forum, but this isn't one of them.

                Cheers, Vikram.


                The hands that help are holier than the lips that pray.

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #7

                Read what I said, rather than what you thought I said. I didn't say this was inappropriate. I just pointed out another forum that this could have been asked in.

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                V 1 Reply Last reply
                0
                • M Maruf Maniruzzaman

                  Anyone knows about the algorithm or a software that can detect address in text like yahoo does?

                  Maruf Maniruzzaman Dhaka, Bangladesh. Homepage: http://www.kuashaonline.com
                  [Blog] [Silverlight Clone] [Resume]

                  D Offline
                  D Offline
                  Don Miguel
                  wrote on last edited by
                  #8

                  A real algorithm for this does not exists. But you can always try best guess using some regular expresions, some zip code / location validation... and whatever you think can be in an adsress.

                  1 Reply Last reply
                  0
                  • P Pete OHanlon

                    Read what I said, rather than what you thought I said. I didn't say this was inappropriate. I just pointed out another forum that this could have been asked in.

                    Deja View - the feeling that you've seen this post before.

                    My blog | My articles

                    V Offline
                    V Offline
                    Vikram A Punathambekar
                    wrote on last edited by
                    #9

                    I reread your post alone, and you are right. Sorry for jumping to conclusions. *handshakes all around*

                    Cheers, Vikram.


                    The hands that help are holier than the lips that pray.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups