US20040194018A1 - Method and system for alternate internet resource identifiers and addresses - Google Patents

Method and system for alternate internet resource identifiers and addresses Download PDF

Info

Publication number
US20040194018A1
US20040194018A1 US10/781,700 US78170004A US2004194018A1 US 20040194018 A1 US20040194018 A1 US 20040194018A1 US 78170004 A US78170004 A US 78170004A US 2004194018 A1 US2004194018 A1 US 2004194018A1
Authority
US
United States
Prior art keywords
language
mail address
electronic mail
address
resource identifier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/781,700
Inventor
Eli Abir
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US10/781,700 priority Critical patent/US20040194018A1/en
Publication of US20040194018A1 publication Critical patent/US20040194018A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/30Managing network names, e.g. use of aliases or nicknames
    • H04L61/301Name conversion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/30Managing network names, e.g. use of aliases or nicknames
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/30Types of network names
    • H04L2101/32Types of network names containing non-Latin characters, e.g. Chinese domain names
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2101/00Indexing scheme associated with group H04L61/00
    • H04L2101/30Types of network names
    • H04L2101/37E-mail addresses

Definitions

  • the present invention relates generally to the field of information transfers over the Internet and the various protocols associated with such information transfers.
  • the Internet presents significant challenges and opportunities to providers of traditional network services.
  • the number of Internet users is growing exponentially, stimulating network service providers to create new services to capture this new market.
  • the World Wide Web is the total set of interlinked hypertext documents residing on HTTP (Hypertext Transfer Protocol) servers all around the world.
  • Documents on the World Wide Web, called pages or Web pages are written in HTML (Hypertext Markup Language), identified by URLs (Uniform Resource Locators) that specify the particular machine and pathname by which a file can be accessed, and transmitted from node to node to the end user under Hypertext Transfer Protocol.
  • Codes, called tags, embedded in an HTML document associate particular words and images in the document with URLs so that a user can access another file, which may be halfway around the world, at the press of a key or the click of a mouse.
  • FIG. 11 is a screen shot of a conventional Web browser.
  • the World Wide Web can be thought of as a vast, hyperlinked bank of data.
  • a user To gain access to the World Wide Web, a user must install on his or her computer the appropriate software and obtain a network connection from an Internet access provider.
  • the URL identifier for a resource specifies the protocol to be used in accessing the resource (such as “http:” for a World Wide Web page or “ftp:” for an FTP site), the name of the server on which the resource resides and optionally the path to a resource (such as an HTML document or a file on that server.) For example, in the URL
  • Each server name is associated with the 32 bit IP address that identifies a host machine on the Internet.
  • the association is accomplished through the use of other computers known as Domain Name Servers. See Siyan, Karanjit, Inside TCP/IP, 3 rd ed., New Riders Publishing, 1997.
  • the URL that is recognized on the Internet is referred as the “conventional URL” and the server name that is recognized on the Internet is referred to as the “conventional server name.”
  • convention URL the URL that is recognized on the Internet
  • server name that is recognized on the Internet
  • conventional server name the server name that is recognized on the Internet
  • reference to languages, alphabets characters and glyphs are based on the terminology used in the specification for the Unicode standard. See The Unicode Standard Version 2.0, Addison-Wesley, 1998.
  • a character is defined as smallest component of written language that has semantic value; a glyph, on the other hand, represents the shape that the character can have when it is rendered or displayed.
  • FIG. 12 is a screen shot of a Hebrew language browser.
  • a conventional URL must be provided in a specific syntax, which is difficult for many users to understand, and even the minor errors, such as confusing “.” with “,” would result in the user failing to access the desired resource.
  • the invention contemplates the transformation of a conventional URL to an identifier that is familiar to the user. (This familiar identifier will be referred to as a “friendly” identifier.) This transformed identifier would be displayed to the user. Internally, the apparatus would continue to use the conventional URL and would use this URL in accessing resources on the Internet. Similarly, all resource identifiers that are returned to the apparatus as a result of its operations would be transformed into identifier that are familiar to the user.
  • FIG. 1 is a flowchart illustrating the conversion algorithm
  • FIGS. 2-5 are diagrams illustrating the conversion algorithm
  • FIG. 6 is a flowchart illustrating the mapping algorithm
  • FIG. 7 is a block diagram showing a preferred embodiment of the system
  • FIG. 8 is a block diagram showing one embodiment of the client computer
  • FIG. 9 is a block diagram showing one embodiment of the computer server
  • FIG. 10 is a block diagram showing one embodiment of the Web server
  • FIG. 11 is a screen shot of a conventional English language Web browser
  • FIG. 12 is a screen shot of a conventional Hebrew language Web browser
  • FIG. 13 is a screen shot of a Hebrew language Web browser that is a preferred embodiment of the invention.
  • FIG. 14 is a screen shot of a Hebrew language Web browser that is another preferred embodiment of the invention.
  • FIG. 15 is a screen shot of a Hebrew language Web browser that is another preferred embodiment of the invention.
  • FIGS. 16 and 17 is a block diagram of the transformation involved in a preferred embodiment of the invention.
  • FIGS. 18 and 19 is a block diagram of the transformation involved in another preferred embodiment of the invention.
  • the overall objective of the invention is to make using the World Wide Web and e-mail a more natural experience for the majority of the world's population who do not use Latin characters in their written language.
  • the invention permits transformation of a conventionally URL to any native language that a Web surfer may use. Users of a preferred embodiment of the invention will be able to view Web site addresses in the user's own written language and use e-mail addresses in their own written language.
  • the invention takes several different embodiments each geared to a specific situation. Each embodiment, however, relies on transforming an alternative resource identifier into a conventional resource identifier. The hidden conventional resource identifier is then used to access resources on the Internet in a conventional manner. The conventional resource identifier may be hidden for cosmetic reasons from the user would be available if the user so desired.
  • This strategy is a common approach in software engineering.
  • storage devices such as magnetic disk drives can be made to appear to the user to be much larger in capacity than they actually are by compressing the data stored on the disk drive in a lossless manner.
  • the data is uncompressed on-the-fly in a manner that is concealed for cosmetic reasons from the user.
  • the additional steps result in delay, it is well-known in the art how to reduce the delay to an imperceptible interval of time.
  • the present invention contemplates displaying a easily comprehensible resource identifier (that is, a friendly identifier) to the user, while the apparatus uses a conventional resource identifier in accessing resources on the Internet.
  • the apparatus achieves this functionality by transforming, on-the-fly, the friendly resource identifier to a conventional resource identifier. This transformation process is referred to in this patent application as a transformation algorithm.
  • step 100 standard parts of conventional resource identifiers such as “http://www” “com” and “htm” are identified.
  • step 102 the standard parts are converted to well-known Hebrew equivalents such as for “http://www” and for “com”.
  • step 104 the remaining parts of the conventional resource identifier is analyzed for words that have identifiable meanings.
  • the words “health” and “insurance” would be recognized in the word “healthinsurance”.
  • the Hebrew word would be substituted for “health” and the Hebrew word would be substituted for insurance.
  • the complete Hebrew resource identifier would be produced.
  • step 200 the conventional resource identifier is inserted into a database query.
  • step 202 the database query is executed against a database of friendly resource identifiers. Each friendly identifier record in this database would have a field indicating the conventional resource identifier to which the friendly resource identifier is mapped.
  • step 204 the success of the query is evaluated. If the query produced a result then that result in step 206 would be the friendly resource identifier. If the query did not produce a result, then failure to obtain a friendly resource identifier would be indicated.
  • mapping algorithm An important useful feature of the mapping algorithm is that any conventional resource identifier could be mapped to any friendly resource identifier. Accordingly, a resource that is merely one of many web pages on a server could be made to appear from its friendly resource identifier to be the default page (that is, the top page) of the Web server.
  • non-English speaking Internet users will not even have to have English characters on their keyboard. They will be able to dial any location on the World Wide Web including e-mail using their own native language keyboard.
  • the invention will allow for every Internet user world wide, to use their regular mailing address, in their native language, as their e-mail address.
  • the disclosed system will receive and deliver email from that address to any location on the Web.
  • a portal based system there will be an option for on screen keyboard in every language.
  • a user will be able to use his mouse to click native language addresses, email, search engine, and similar items even if the user is in a location where the user has no access to a native language keyboard.
  • the system in each language, will be locked into a site. That site will be a specific home page in that language. Every Internet address in that language will be directed into a sub site. To the users, both Web site owners, as well as surfers, the sub site will appear and function as a home page. For example, when an Israeli individual obtains the Hebrew address, the system will convert that Israeli address into an URL that will appear after the regular address. In this case, surfers who do not use the conversion system will see, and may key in, by using the Internet address: http://www.worldurls.com/healthinsurance. An Israeli individual who uses the Hebrew conversion system will view and dial the address in Hebrew. E-mail in this example may go through healthinsurance@worldurls.com. Obviously, conversion system users will key in and view the e-mail with a Hebrew address. The server part of the system will accept free Web sites and e-mail applications. A person may insert an existing URL if the person only wants the address to link to their existing Web site.
  • a users may choose a native language Internet address or e-mail account name. If the Internet address or e-mail user name is taken, the user may enter a different choice.
  • the system may will generate a Web page or e-mail account.
  • the internal name assignment system will work in a similar fashion to the way the system works in the direct translation portion of the system.
  • the two tier transformation system i.e., the combination of the words and letter every web site owner will have their sub sites translated automatically as well.
  • the surfer will also be able to key in the address in his native language.
  • the system will then reverse the process.
  • the system will use both the word to word as well as the letter to letter to construct the address. It will create an anomaly where a Latin letter may have more then one letter translations within the same address. That is because the value of the letters in the words translation system is fluid, while in the letter to letter system, the relationship is constant.
  • an embodiment of the invention may assign to every English character, a Japanese word that sounds like the letter or as close to sounding like it as possible so that surfers are able to recognize when a Japanese word is used to identify non-English letters.
  • FIGS. 16 and 17 illustrate the conversion process.
  • the structure of a preferred embodiment is client computer 1000 which has access to the Internet.
  • the computer server 2000 also has access to the Internet Web server 3000 also has access to the Internet.
  • client computer 1000 includes a CPU 405 , Ram 415 , ROM 420 , clock 435 , video driver 425 , video monitor 430 , communication port 440 , input device 445 and data storage device 460 .
  • computer server 2000 includes CPU 505 , Ram 515 , ROM 520 , clock 535 , video driver 525 , video monitor 530 , communication port 540 , input device 545 and data storage device 560 .
  • Data storage device 560 contains data bases used in providing the conventional and friendly resource identifiers.
  • web server 3000 includes CPU 605 , Ram 615 , ROM 620 , clock 635 , Web software 640 , and data storage device 650 ), Video Monitor 670 , comments port 660 and Input Device 690 .
  • One preferred embodiment of the invention would be a browser that incorporates software that uses the two algorithms. If the user types a Hebrew resource identifier, the computer must first convert the Hebrew resource-identifier to a conventional resource identifier. The algorithm for this process would be the conversion algorithm or the mapping algorithm.
  • the user of the browser would use computer server 2000 as an Internet Service Provider that would automatically download to the browser the mapping database.
  • the mapping database in another embodiment would be e-mailed to the browser which would incorporate the new mappings into the existing database.
  • the operation of the system commences with the user of client computer 1000 inputting a friendly resource identifier using non-Latin characters.
  • the client computer 1000 would formulate a file consisting of the information entered in non-Latin characters.
  • the client computer 1000 would process the friendly resource locator using either the conversion algorithm or the mapping algorithm and would contact Web server 3000 for the appropriate HTML page
  • FIG. 9 is a screen shot of such a browser.
  • client computer 1000 would contact computer server 2000 .
  • Computer server 2000 would then carry out the transformation algorithm and then transmit the information back to the client computer 1000 , which would then use this information to obtain the HTML pages.
  • server 2000 would obtain itself the HTML page and then retransmit the HTML page to the user.
  • a variation of this preferred embodiment would use a browser that uses voice recognition technology.
  • mapping algorithms could be applied. Normally, the mapping algorithms would be first applied. If the mapping algorithm was unsuccessful because no match was found, this the conversion algorithm (which will always be successful) will be executed. It is contemplated that Web site owners will arrange to have their conventional resource identifiers stored in the database of the mapping algorithm and given friendly resource identifiers.
  • mapping algorithm may be successful for part of the resource identifiers (such as the conventional server name) but not for the HTML document. In that case, the mapping algorithm would be applied to the conventional server name and the conversion algorithm would be applied to the remaining portion of the resource identifiers.
  • the computer server 2000 would host HTML page on its system. The user would input the friendly resource identifier for one of these hosted HTML pages.
  • the client computer 1000 would transform the friendly resource identifier into the appropriate conventional resource identifier. The client computer 1000 would then retrieve the appropriate HTML page from computer-server 2000 . In another preferred embodiment the client computer 1000 would automatically contact the computer server 2000 in the event that a non-conventional resource identifier is inputted. The computer server 2000 would then perform the conversion.
  • This HTML page would also be available to a client computer 1000 that does not use a preferred embodiment but the resource identifier would be conventional one such as “http://www.worldwideurls.com/bjifh-hjjm.
  • a portal is the common term for a directory of Internet resources.
  • the invention could also be embodied in a portal system in all resource identifiers are friendly resource identifiers.
  • the portal server would use the conversion algorithm or the mapping algorithm to supply the information to client computer 1000 to retrieve the appropriate HTML document.
  • the friendly search term would be converted into various conventional using the transformation algorithms Latin search words and a conventional search would be executed. The results would be returned to the browser using either the conversion algorithm or the mapping algorithm.
  • the e-mail address would be mapped from Latin to non-Latin characters or the reverse. Either the conversion algorithm or the mapping algorithm would be used. Accordingly, a user whose written language does not consist of Latin characters would be able to use e-mail using the characters of the written language.

Abstract

A method and system for using alternative resource identifiers in the place of the conventional resource identifiers. The invention transforms the alternative resource identifier to a conventional resource identifier using software on-the-fly. The resources on the Internet are then accessed using the conventional resource identifiers in the conventional manner and are displayed to the user.

Description

    CROSS-REFERENCE TO PROVISIONAL APPLICATION
  • This application claims the benefit of a provisional application filed on Sep. 29, 1998 under the title “Internet Browser with URL Conversion System” and assigned Serial No. 60/102,333.[0001]
  • FIELD OF THE INVENTION
  • The present invention relates generally to the field of information transfers over the Internet and the various protocols associated with such information transfers. [0002]
  • BACKGROUND OF THE INVENTION
  • The Internet presents significant challenges and opportunities to providers of traditional network services. The number of Internet users is growing exponentially, stimulating network service providers to create new services to capture this new market. [0003]
  • One successful and widely publicized portion of the Internet is the World Wide Web. The World Wide Web is the total set of interlinked hypertext documents residing on HTTP (Hypertext Transfer Protocol) servers all around the world. Documents on the World Wide Web, called pages or Web pages, are written in HTML (Hypertext Markup Language), identified by URLs (Uniform Resource Locators) that specify the particular machine and pathname by which a file can be accessed, and transmitted from node to node to the end user under Hypertext Transfer Protocol. Codes, called tags, embedded in an HTML document associate particular words and images in the document with URLs so that a user can access another file, which may be halfway around the world, at the press of a key or the click of a mouse. These files may contain text (in a variety of fonts and styles), graphics images, movie files, and sounds as well as Java applets, ActiveX controls, or other small embedded software programs that execute when the user activates them by clicking on a link. A user visiting a Web page also may be able to download files from an FTP site and send messages to other users via e-mail by using links on the Web page. FIG. 11 is a screen shot of a conventional Web browser. [0004]
  • At a conceptual level, the World Wide Web can be thought of as a vast, hyperlinked bank of data. To gain access to the World Wide Web, a user must install on his or her computer the appropriate software and obtain a network connection from an Internet access provider. [0005]
  • The URL identifier for a resource specifies the protocol to be used in accessing the resource (such as “http:” for a World Wide Web page or “ftp:” for an FTP site), the name of the server on which the resource resides and optionally the path to a resource (such as an HTML document or a file on that server.) For example, in the URL [0006]
  • http://www.israeliinternet.com/thissubsite/sitecontents.html, “http://” identifies the Hyper Text Transfer Protocol; www.israeliinternet.com is the name of the relevant Web server; “/thissubsite/” identifies the directory of the desired document; and “sitecontents.html” designates the document to view. [0007]
  • The name of the computer server that constitute part of a resource's URL is not simply selected by the operator of the server but must be registered with the appropriate authorities. Otherwise, chaos would result if multiple servers had the same name. (This chaos is similar to the problem if several different radio stations all broadcast simultaneously on the same frequency.) [0008]
  • Each server name is associated with the 32 bit IP address that identifies a host machine on the Internet. The association is accomplished through the use of other computers known as Domain Name Servers. See Siyan, Karanjit, [0009] Inside TCP/IP, 3rd ed., New Riders Publishing, 1997.
  • For purposes of this patent application, the URL that is recognized on the Internet is referred as the “conventional URL” and the server name that is recognized on the Internet is referred to as the “conventional server name.” For purposes of this patent application, reference to languages, alphabets characters and glyphs are based on the terminology used in the specification for the Unicode standard. See [0010] The Unicode Standard Version 2.0, Addison-Wesley, 1998. For purposes of this patent application a character is defined as smallest component of written language that has semantic value; a glyph, on the other hand, represents the shape that the character can have when it is rendered or displayed.
  • Currently, all conventional URLs use Latin characters even is the URL is used in a written language that does not use Latin characters. FIG. 12 is a screen shot of a Hebrew language browser. Unfortunately, it can be difficult for users whose native written language does not use Latin characters to directly access Internet resources with conventional URLs because the user must remember complex and unfamiliar words or characters. In addition, a conventional URL must be provided in a specific syntax, which is difficult for many users to understand, and even the minor errors, such as confusing “.” with “,” would result in the user failing to access the desired resource. [0011]
  • When a person looks to go to somewhere in the World Wide Web, the URL address of which he or she does not know, one has to use a search engine. Most people, however, refrain from going on line for two reasons. First, they have overwhelming number of options at every turn. Second, they are encountered with too many irrelevant sites, when using a search engine. [0012]
  • In addition to this, many Internet users will insert the generic URL address relating to the product they are looking for. For example, a person who is looking for car insurance will input the address “car insurance” in his browser. Consequently, the owner of the Internet address “car insurance”, will inevitably have continual stream of consumers who are looking for car insurance. In short, generic URL addresses are valuable because they are easy to remember. [0013]
  • SUMMARY OF THE INVENTION
  • It is an object of the invention to provide a system and method for a user of an apparatus whose written language is not based on a Latin characters to access a HTML page by inputting to the apparatus resource identifier that does not contain Latin characters. [0014]
  • It is another object of the invention to provide a system and method for a user of an apparatus to access to access a HTML page by inputting to the apparatus a resource identifier that is simpler or otherwise more desirable than the conventional URL. [0015]
  • The invention contemplates the transformation of a conventional URL to an identifier that is familiar to the user. (This familiar identifier will be referred to as a “friendly” identifier.) This transformed identifier would be displayed to the user. Internally, the apparatus would continue to use the conventional URL and would use this URL in accessing resources on the Internet. Similarly, all resource identifiers that are returned to the apparatus as a result of its operations would be transformed into identifier that are familiar to the user. [0016]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The above and other objects and features of the present invention will become apparent from the following description of preferred embodiments given in conjunction with the accompanying drawings, in which: [0017]
  • FIG. 1 is a flowchart illustrating the conversion algorithm; [0018]
  • FIGS. 2-5 are diagrams illustrating the conversion algorithm; [0019]
  • FIG. 6 is a flowchart illustrating the mapping algorithm; [0020]
  • FIG. 7 is a block diagram showing a preferred embodiment of the system; [0021]
  • FIG. 8 is a block diagram showing one embodiment of the client computer; [0022]
  • FIG. 9 is a block diagram showing one embodiment of the computer server; [0023]
  • FIG. 10 is a block diagram showing one embodiment of the Web server; [0024]
  • FIG. 11 is a screen shot of a conventional English language Web browser; [0025]
  • FIG. 12 is a screen shot of a conventional Hebrew language Web browser; [0026]
  • FIG. 13 is a screen shot of a Hebrew language Web browser that is a preferred embodiment of the invention; [0027]
  • FIG. 14 is a screen shot of a Hebrew language Web browser that is another preferred embodiment of the invention; [0028]
  • FIG. 15 is a screen shot of a Hebrew language Web browser that is another preferred embodiment of the invention; [0029]
  • FIGS. 16 and 17 is a block diagram of the transformation involved in a preferred embodiment of the invention; [0030]
  • FIGS. 18 and 19 is a block diagram of the transformation involved in another preferred embodiment of the invention. [0031]
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • Introduction [0032]
  • The overall objective of the invention is to make using the World Wide Web and e-mail a more natural experience for the majority of the world's population who do not use Latin characters in their written language. [0033]
  • Specifically, the invention permits transformation of a conventionally URL to any native language that a Web surfer may use. Users of a preferred embodiment of the invention will be able to view Web site addresses in the user's own written language and use e-mail addresses in their own written language. [0034]
  • The invention takes several different embodiments each geared to a specific situation. Each embodiment, however, relies on transforming an alternative resource identifier into a conventional resource identifier. The hidden conventional resource identifier is then used to access resources on the Internet in a conventional manner. The conventional resource identifier may be hidden for cosmetic reasons from the user would be available if the user so desired. [0035]
  • This strategy is a common approach in software engineering. For example, storage devices such as magnetic disk drives can be made to appear to the user to be much larger in capacity than they actually are by compressing the data stored on the disk drive in a lossless manner. When a user actually accesses data, the data is uncompressed on-the-fly in a manner that is concealed for cosmetic reasons from the user. Although the additional steps result in delay, it is well-known in the art how to reduce the delay to an imperceptible interval of time. [0036]
  • The present invention contemplates displaying a easily comprehensible resource identifier (that is, a friendly identifier) to the user, while the apparatus uses a conventional resource identifier in accessing resources on the Internet. The apparatus achieves this functionality by transforming, on-the-fly, the friendly resource identifier to a conventional resource identifier. This transformation process is referred to in this patent application as a transformation algorithm. [0037]
  • In this detailed description, two preferred embodiments of the transformation algorithm are disclosed. However, those individuals of ordinary skill in the art could develop other transformation algorithms; the disclosure of the two algorithms is not meant to limit the invention to only the disclosed algorithms. [0038]
  • Transformation Algorithms [0039]
  • 1. Conversion Algorithm. Referring now to FIG. 1, there is illustrated the “conversion” algorithm for transforming a conventional resource identifier into a friendly resource identifier. (For purposes of this disclosure of this preferred embodiment of the transformation algorithm, the set of characters of the non-Latin written language used are the Hebrew characters.) In [0040] step 100, standard parts of conventional resource identifiers such as “http://www” “com” and “htm” are identified. In step 102, the standard parts are converted to well-known Hebrew equivalents such as
    Figure US20040194018A1-20040930-P00001
    for “http://www” and
    Figure US20040194018A1-20040930-P00002
    for “com”. In step 104, the remaining parts of the conventional resource identifier is analyzed for words that have identifiable meanings. For example, the words “health” and “insurance” would be recognized in the word “healthinsurance”. In step 106, the Hebrew word
    Figure US20040194018A1-20040930-P00003
    would be substituted for “health” and the Hebrew word
    Figure US20040194018A1-20040930-P00004
    would be substituted for insurance. In step 108, the complete Hebrew resource identifier would be produced.
  • It is likely that the algorithm could not proceed to completion as detailed above because certain letters would belong to words that are not recognized or the resource locator does not contain any recognizable words. For example, the part of a conventional resource identifier “insurancebz” would be sorted into the two components “insurance” and “bz”. The component “insurance” would be transformed into the Hebrew word for insurance the letter “b” would be transformed into [0041]
    Figure US20040194018A1-20040930-P00005
    and the letter z would be transformed into
    Figure US20040194018A1-20040930-P00006
    . In such case each Latin letter would be translated into a predetermined Hebrew letter. The details of implementing this algorithm is well-known in the art and are illustrated in FIGS. 2-5.
  • It is also well-known that an algorithm could be constructed that would produce from every conventional resource identifier (which is composed of Latin characters) a single resource identifier, and if the algorithm was applied to the resource identifier composed of Hebrew characters, then the original conventional resource identifier composed of Latin characters would be recovered. [0042]
  • 2. Mapping Algorithm. Referring now to FIG. 2, there is illustrated the “mapping” algorithm for transforming a conventional resource identifier into a friendly resource identifier. (Again for purposes of this disclosure of this preferred embodiment of the transformation algorithm, the set of non-Latin characters used are Hebrew characters.) In [0043] step 200, the conventional resource identifier is inserted into a database query. In step 202, the database query is executed against a database of friendly resource identifiers. Each friendly identifier record in this database would have a field indicating the conventional resource identifier to which the friendly resource identifier is mapped. In step 204, the success of the query is evaluated. If the query produced a result then that result in step 206 would be the friendly resource identifier. If the query did not produce a result, then failure to obtain a friendly resource identifier would be indicated.
  • As an example of this algorithm, the conventional resource identifier http://www.healthinsurance.com would be mapped to the Hebrew characters. [0044]
  • An important useful feature of the mapping algorithm is that any conventional resource identifier could be mapped to any friendly resource identifier. Accordingly, a resource that is merely one of many web pages on a server could be made to appear from its friendly resource identifier to be the default page (that is, the top page) of the Web server. [0045]
  • Overview of Preferred Embodiments of Invention
  • Conceptually, it is a two-way conversion of URLs to and from any native language an Internet surfer may use. Users of the system, will be able to view Web site addresses, email addresses, and every other URL, in every web site they arrive at, in his/her own language as soon as they arrive at the location, or as soon as the resource identifier appears in their e-mail box or other software. The system will also distinguish between addresses that are from the World Wide Web, or whether they are native language web site owners. Both native address systems will be enabled simultaneously. Thus to the surfer, the only distinction will be the fact that portal system address users may not have the .com,.net, .co.il, or similar items follow their address. [0046]
  • Using the invention, non-English speaking Internet users will not even have to have English characters on their keyboard. They will be able to dial any location on the World Wide Web including e-mail using their own native language keyboard. The invention will allow for every Internet user world wide, to use their regular mailing address, in their native language, as their e-mail address. The disclosed system will receive and deliver email from that address to any location on the Web. In a portal based system, there will be an option for on screen keyboard in every language. Thus, a user will be able to use his mouse to click native language addresses, email, search engine, and similar items even if the user is in a location where the user has no access to a native language keyboard. [0047]
  • The system, in each language, will be locked into a site. That site will be a specific home page in that language. Every Internet address in that language will be directed into a sub site. To the users, both Web site owners, as well as surfers, the sub site will appear and function as a home page. For example, when an Israeli individual obtains the Hebrew address, the system will convert that Israeli address into an URL that will appear after the regular address. In this case, surfers who do not use the conversion system will see, and may key in, by using the Internet address: http://www.worldurls.com/healthinsurance. An Israeli individual who uses the Hebrew conversion system will view and dial the address in Hebrew. E-mail in this example may go through healthinsurance@worldurls.com. Obviously, conversion system users will key in and view the e-mail with a Hebrew address. The server part of the system will accept free Web sites and e-mail applications. A person may insert an existing URL if the person only wants the address to link to their existing Web site. [0048]
  • In addition, a users may choose a native language Internet address or e-mail account name. If the Internet address or e-mail user name is taken, the user may enter a different choice. At the end of the registration process, the system may will generate a Web page or e-mail account. At the sub-site level, the internal name assignment system will work in a similar fashion to the way the system works in the direct translation portion of the system. Thus, using the two tier transformation system, i.e., the combination of the words and letter every web site owner will have their sub sites translated automatically as well. [0049]
  • 1. On the fly strictly URL translation from Latin to native language address system. Surfers that arrive at locations that are not a part of the portal address assignment system (that is, any Web site located on the World Wide Web) will also see in the URL box their own native language rather then Internet protocol. When the surfer, whether through a portal or through the use of the desk top based option, arrives at non-system users Web site, the transformation algorithms will operate. For example, the address in the case of the address http://www.healthinsurance.com, the system will isolate the part of the address that comes after “http://www” and before the “.com” (also after the “.com” for sub sites.) The system will then convert the words into the Web surfer's native language using the system's simple English Hebrew dictionary. In this case health insurance. Then the system may reverse the order of the Hebrew words add the Hebrew variation of the “http://www” and the “.com”, and display the address in the surfer's native language. [0050]
  • The surfer will also be able to key in the address in his native language. The system will then reverse the process. When the system is unable to identify a word that is a part of the address, the address will appear in Hebrew but in a letter arbitrary form using the letter to letter conversion system. When it is a mix case, the system will use both the word to word as well as the letter to letter to construct the address. It will create an anomaly where a Latin letter may have more then one letter translations within the same address. That is because the value of the letters in the words translation system is fluid, while in the letter to letter system, the relationship is constant. In Japanese, where there are no letters, an embodiment of the invention may assign to every English character, a Japanese word that sounds like the letter or as close to sounding like it as possible so that surfers are able to recognize when a Japanese word is used to identify non-English letters. FIGS. 16 and 17 illustrate the conversion process. [0051]
  • 2. Search Engine. All Internet protocol based search engines use English only. When a user of our system uses his/her native language to search the World Wide Web, they will insert the request in their own language. For example if a user inputs the words, the system's regular English Hebrew dictionary will convert those words to English namely “insurance life”. The system may then reverse the order to life insurance and search for either one, or both arrangement. Also, the two-tier translation system will be put to use. Thus address and other Internet protocol marks that use letters that don't form words, will be search able and identifiable as well both as letter marks, or word marks, or a combination of the two. Once the system detects the requested locations, the surfer will have the option of viewing them in the users native language and or in the address's pre-conversion URL form. The system will also distinguish between addresses that are from the World Wide Web, or whether they are native language web site owners. [0052]
  • Preferred Embodiment of Invention in Browser
  • Structure of System [0053]
  • As illustrated in FIG. 7, the structure of a preferred embodiment is [0054] client computer 1000 which has access to the Internet. The computer server 2000 also has access to the Internet Web server 3000 also has access to the Internet.
  • Referring now to FIG. 8 [0055] client computer 1000 includes a CPU 405, Ram 415, ROM 420, clock 435, video driver 425, video monitor 430, communication port 440, input device 445 and data storage device 460.
  • Referring now to FIG. 9, [0056] computer server 2000 includes CPU 505, Ram 515, ROM 520, clock 535, video driver 525, video monitor 530, communication port 540, input device 545 and data storage device 560. Data storage device 560 contains data bases used in providing the conventional and friendly resource identifiers.
  • Similarly, as shown in FIG. 10 [0057] web server 3000 includes CPU 605, Ram 615, ROM 620, clock 635, Web software 640, and data storage device 650), Video Monitor 670, comments port 660 and Input Device 690.
  • Operation of System [0058]
  • One preferred embodiment of the invention would be a browser that incorporates software that uses the two algorithms. If the user types a Hebrew resource identifier, the computer must first convert the Hebrew resource-identifier to a conventional resource identifier. The algorithm for this process would be the conversion algorithm or the mapping algorithm. [0059]
  • In one embodiment, the user of the browser would use [0060] computer server 2000 as an Internet Service Provider that would automatically download to the browser the mapping database. Alternatively, the mapping database in another embodiment would be e-mailed to the browser which would incorporate the new mappings into the existing database.
  • The operation of the system commences with the user of [0061] client computer 1000 inputting a friendly resource identifier using non-Latin characters. The client computer 1000 would formulate a file consisting of the information entered in non-Latin characters. The client computer 1000 would process the friendly resource locator using either the conversion algorithm or the mapping algorithm and would contact Web server 3000 for the appropriate HTML page FIG. 9 is a screen shot of such a browser.
  • In another preferred embodiment, [0062] client computer 1000 would contact computer server 2000. Computer server 2000 would then carry out the transformation algorithm and then transmit the information back to the client computer 1000, which would then use this information to obtain the HTML pages. In another preferred embodiment the server 2000 would obtain itself the HTML page and then retransmit the HTML page to the user. A variation of this preferred embodiment would use a browser that uses voice recognition technology.
  • It is important to note that both transformation algorithms could be applied. Normally, the mapping algorithms would be first applied. If the mapping algorithm was unsuccessful because no match was found, this the conversion algorithm (which will always be successful) will be executed. It is contemplated that Web site owners will arrange to have their conventional resource identifiers stored in the database of the mapping algorithm and given friendly resource identifiers. [0063]
  • It should also be noted that the mapping algorithm may be successful for part of the resource identifiers (such as the conventional server name) but not for the HTML document. In that case, the mapping algorithm would be applied to the conventional server name and the conversion algorithm would be applied to the remaining portion of the resource identifiers. [0064]
  • Preferred Embodiment of Invention in Hosting System
  • In a preferred embodiment of the hosting system, the [0065] computer server 2000 would host HTML page on its system. The user would input the friendly resource identifier for one of these hosted HTML pages. In one preferred embodiment the client computer 1000 would transform the friendly resource identifier into the appropriate conventional resource identifier. The client computer 1000 would then retrieve the appropriate HTML page from computer-server 2000. In another preferred embodiment the client computer 1000 would automatically contact the computer server 2000 in the event that a non-conventional resource identifier is inputted. The computer server 2000 would then perform the conversion.
  • In either case, if the Hebrew is inputted the appropriate HTML page would retrieve and would appear as a top level Web site as shown in FIGS. 13, 14 and [0066] 15.
  • This HTML page would also be available to a [0067] client computer 1000 that does not use a preferred embodiment but the resource identifier would be conventional one such as “http://www.worldwideurls.com/bjifh-hjjm.
  • Preferred Embodiment of Invention in Portal System
  • A portal is the common term for a directory of Internet resources. The invention could also be embodied in a portal system in all resource identifiers are friendly resource identifiers. The portal server would use the conversion algorithm or the mapping algorithm to supply the information to [0068] client computer 1000 to retrieve the appropriate HTML document.
  • Preferred Embodiment of Invention in Search Engine
  • In yet another embodiment of the invention, the friendly search term would be converted into various conventional using the transformation algorithms Latin search words and a conventional search would be executed. The results would be returned to the browser using either the conversion algorithm or the mapping algorithm. [0069]
  • E-Mail
  • In another embodiment of the invention, the e-mail address would be mapped from Latin to non-Latin characters or the reverse. Either the conversion algorithm or the mapping algorithm would be used. Accordingly, a user whose written language does not consist of Latin characters would be able to use e-mail using the characters of the written language. [0070]
  • The various preferred embodiments of the invention have relied upon transforming a friendly resource identifier to a conventional resource identifier, however, referring now to FIGS. 18 and 19 invention could also be adapted so that the friendly resource identifier is transformed into the 32 bit IP address without using the service of a Domain Name Server. [0071]
  • While the present invention has been described with respect to the particular embodiments, it will be apparent to those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the following claims. [0072]

Claims (4)

1-23. (CANCELED)
24. A method for transmitting an electronic mail address in a networked computer environment, comprising the steps of:
furnishing an electronic mail address in a first language;
converting said electronic mail address in a first language to an electronic mail address in a second language; and
transmitting said electronic mail address in a second language over a computer network;
wherein said first language is different than said second language.
25. A computer system providing the transmission of an electronic mail address over a computer network, said computer system comprising:
a provision means operating on said computer system, for furnishing an electronic mail address in a first language;
a conversion means operating on said computer system for converting said electronic mail address in a first language to an electronic mail address in a second language;
wherein said electronic mail address in a second language is transmitted over said computer network; and
wherein said first language is different than said second language.
26. A method of converting a non-Latin electronic mail address to a conventional electronic mail address in a computer system, said method comprising the steps of:
receiving a non-Latin electronic mail address; and
converting said non-Latin electronic mail address to a conventional electronic mail address,
wherein said non-Latin electronic mail address is in a different language than said conventional electronic mail address.
US10/781,700 1998-09-29 2004-02-20 Method and system for alternate internet resource identifiers and addresses Abandoned US20040194018A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/781,700 US20040194018A1 (en) 1998-09-29 2004-02-20 Method and system for alternate internet resource identifiers and addresses

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10233398P 1998-09-29 1998-09-29
US09/303,204 US6738827B1 (en) 1998-09-29 1999-04-30 Method and system for alternate internet resource identifiers and addresses
US10/781,700 US20040194018A1 (en) 1998-09-29 2004-02-20 Method and system for alternate internet resource identifiers and addresses

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/303,204 Division US6738827B1 (en) 1998-09-29 1999-04-30 Method and system for alternate internet resource identifiers and addresses

Publications (1)

Publication Number Publication Date
US20040194018A1 true US20040194018A1 (en) 2004-09-30

Family

ID=32302057

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/303,204 Expired - Fee Related US6738827B1 (en) 1998-09-29 1999-04-30 Method and system for alternate internet resource identifiers and addresses
US10/781,700 Abandoned US20040194018A1 (en) 1998-09-29 2004-02-20 Method and system for alternate internet resource identifiers and addresses

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/303,204 Expired - Fee Related US6738827B1 (en) 1998-09-29 1999-04-30 Method and system for alternate internet resource identifiers and addresses

Country Status (1)

Country Link
US (2) US6738827B1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030172119A1 (en) * 2002-03-06 2003-09-11 International Business Machines Corporation Method and system for dynamically sending email notifications with attachments in different communication languages
US7058626B1 (en) * 1999-07-28 2006-06-06 International Business Machines Corporation Method and system for providing native language query service
US20090299727A1 (en) * 2008-05-09 2009-12-03 Research In Motion Limited Method of e-mail address search and e-mail address transliteration and associated device
US20120016865A1 (en) * 2010-07-13 2012-01-19 Enrique Travieso Dynamic language translation of web site content
US8635205B1 (en) * 2010-06-18 2014-01-21 Google Inc. Displaying local site name information with search results
US8977624B2 (en) 2010-08-30 2015-03-10 Microsoft Technology Licensing, Llc Enhancing search-result relevance ranking using uniform resource locators for queries containing non-encoding characters

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6182148B1 (en) * 1999-03-18 2001-01-30 Walid, Inc. Method and system for internationalizing domain names
US7039722B1 (en) * 1999-11-12 2006-05-02 Fuisz Richard C Method and apparatus for translating web addresses and using numerically entered web addresses
US7020602B1 (en) * 2000-08-21 2006-03-28 Kim Ki S Native language domain name registration and usage
US20020040293A1 (en) * 2000-09-30 2002-04-04 Lee Soo Sung System and method for searching a web site having an English-based domain name mapped to another language-based domain name by employing a web browser
AU2001296774A1 (en) * 2000-10-09 2002-04-22 Enic Corporation Registering and using multilingual domain names
GB0029799D0 (en) * 2000-12-07 2001-01-17 Hewlett Packard Co Sound links
US20030115040A1 (en) * 2001-02-09 2003-06-19 Yue Xing International (multiple language/non-english) domain name and email user account ID services system
US7120900B2 (en) * 2001-04-19 2006-10-10 International Business Machines Bi-directional display
JP2003006060A (en) * 2001-06-19 2003-01-10 Hitachi Ltd Gateway system
US7996207B2 (en) * 2001-06-26 2011-08-09 International Business Machines Corporation Bidirectional domain names
US6954456B2 (en) 2001-12-14 2005-10-11 At & T Corp. Method for content-aware redirection and content renaming
US7254573B2 (en) * 2002-10-02 2007-08-07 Burke Thomas R System and method for identifying alternate contact information in a database related to entity, query by identifying contact information of a different type than was in query which is related to the same entity
US20050183033A1 (en) * 2004-02-18 2005-08-18 Yaniv Feinberg Apparatus and methods for displaying dialog box text messages including languages having different reading orders
US7720856B2 (en) * 2007-04-09 2010-05-18 Sap Ag Cross-language searching
JP5102593B2 (en) * 2007-11-30 2012-12-19 インターナショナル・ビジネス・マシーンズ・コーポレーション Apparatus and method for controlling display of document data
US9207777B2 (en) 2012-11-01 2015-12-08 Blackberry Limited Electronic device with predictive URL domain key function
WO2016018004A1 (en) 2014-07-31 2016-02-04 Samsung Electronics Co., Ltd. Method, apparatus, and system for providing translated content
US9473465B2 (en) * 2014-09-29 2016-10-18 Utah State University Lingual transformation based encryption

Citations (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5473143A (en) * 1991-09-23 1995-12-05 Atm Communications International, Inc. ATM/POS based electronic mail system
US5535120A (en) * 1990-12-31 1996-07-09 Trans-Link International Corp. Machine translation and telecommunications system using user ID data to select dictionaries
US5774660A (en) * 1996-08-05 1998-06-30 Resonate, Inc. World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network
US5778231A (en) * 1995-12-20 1998-07-07 Sun Microsystems, Inc. Compiler system and method for resolving symbolic references to externally located program files
US5884246A (en) * 1996-12-04 1999-03-16 Transgate Intellectual Properties Ltd. System and method for transparent translation of electronically transmitted messages
US5892919A (en) * 1997-06-23 1999-04-06 Sun Microsystems, Inc. Spell checking universal resource locator (URL) by comparing the URL against a cache containing entries relating incorrect URLs submitted by users to corresponding correct URLs
US5911776A (en) * 1996-12-18 1999-06-15 Unisys Corporation Automatic format conversion system and publishing methodology for multi-user network
US5961593A (en) * 1997-01-22 1999-10-05 Lucent Technologies, Inc. System and method for providing anonymous personalized browsing by a proxy system in a network
US5966719A (en) * 1997-11-20 1999-10-12 Microsoft Corporation Method for inserting capitalized Latin characters in a non-Latin document
US5974371A (en) * 1996-03-21 1999-10-26 Sharp Kabushiki Kaisha Data processor for selectively translating only newly received text data
US5994790A (en) * 1997-04-04 1999-11-30 Yazaki Corporation Method of detecting abnormal electric current in vehicle apparatus for detecting abnormal electric current in vehicle and power supply apparatus for vehicle
US6003049A (en) * 1997-02-10 1999-12-14 Chiang; James Data handling and transmission systems employing binary bit-patterns based on a sequence of standard decomposed strokes of ideographic characters
US6044382A (en) * 1995-05-19 2000-03-28 Cyber Fone Technologies, Inc. Data transaction assembly server
US6061738A (en) * 1997-06-27 2000-05-09 D&I Systems, Inc. Method and system for accessing information on a network using message aliasing functions having shadow callback functions
US6061735A (en) * 1997-10-23 2000-05-09 Mci Communications Corporation Network restoration plan regeneration responsive to network topology changes
US6101537A (en) * 1995-11-07 2000-08-08 Edelstein; Matthew Universal electronic resource denotation, request and delivery system
US6119078A (en) * 1996-10-15 2000-09-12 International Business Machines Corporation Systems, methods and computer program products for automatically translating web pages
US6130892A (en) * 1997-03-12 2000-10-10 Nomadix, Inc. Nomadic translator or router
US6138159A (en) * 1998-06-11 2000-10-24 Phaal; Peter Load direction mechanism
US6182148B1 (en) * 1999-03-18 2001-01-30 Walid, Inc. Method and system for internationalizing domain names
US6192415B1 (en) * 1997-06-19 2001-02-20 International Business Machines Corporation Web server with ability to process URL requests for non-markup language objects and perform actions on the objects using executable instructions contained in the URL
US6195707B1 (en) * 1998-10-28 2001-02-27 International Business Machines Corporation Apparatus for implementing universal resource locator (URL) aliases in a web browser and method therefor
US6205418B1 (en) * 1997-06-25 2001-03-20 Lucent Technologies Inc. System and method for providing multiple language capability in computer-based applications
US6314469B1 (en) * 1999-02-26 2001-11-06 I-Dns.Net International Pte Ltd Multi-language domain name service
US20010039615A1 (en) * 1997-04-15 2001-11-08 At &T Corp. Methods and apparatus for providing a broker application server
US6321372B1 (en) * 1998-12-23 2001-11-20 Xerox Corporation Executable for requesting a linguistic service
US6324500B1 (en) * 1997-11-14 2001-11-27 International Business Machines Corporation Method and system for the international support of internet web pages
US20020013810A1 (en) * 2000-04-17 2002-01-31 Hwa Pang Hwee Electronic document mapping
US6347316B1 (en) * 1998-12-14 2002-02-12 International Business Machines Corporation National language proxy file save and incremental cache translation option for world wide web documents
US20020093683A1 (en) * 1998-12-03 2002-07-18 International Business Machines Corporation Method and system for virtual machine rendering of non-latin1 unicode glyphs
US20020107684A1 (en) * 2001-02-07 2002-08-08 Kejia Gao Methods and apparatus for globalising software
US20020111788A1 (en) * 2001-01-19 2002-08-15 Nec Corporation Translation server, translation method and program therefor
US6480867B1 (en) * 1999-07-06 2002-11-12 International Business Machines Corporation System and method for managing filesystem objects in a multilingual distributed environment
US6522330B2 (en) * 1997-02-17 2003-02-18 Justsystem Corporation Character processing system and method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6381567B1 (en) * 1997-03-05 2002-04-30 International Business Machines Corporation Method and system for providing real-time personalization for web-browser-based applications
US6418402B1 (en) * 1999-07-27 2002-07-09 International Business Machines Corporation Method and system for utilizing machine translation as input correction

Patent Citations (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5535120A (en) * 1990-12-31 1996-07-09 Trans-Link International Corp. Machine translation and telecommunications system using user ID data to select dictionaries
US5473143A (en) * 1991-09-23 1995-12-05 Atm Communications International, Inc. ATM/POS based electronic mail system
US6044382A (en) * 1995-05-19 2000-03-28 Cyber Fone Technologies, Inc. Data transaction assembly server
US6101537A (en) * 1995-11-07 2000-08-08 Edelstein; Matthew Universal electronic resource denotation, request and delivery system
US5778231A (en) * 1995-12-20 1998-07-07 Sun Microsystems, Inc. Compiler system and method for resolving symbolic references to externally located program files
US5974371A (en) * 1996-03-21 1999-10-26 Sharp Kabushiki Kaisha Data processor for selectively translating only newly received text data
US5774660A (en) * 1996-08-05 1998-06-30 Resonate, Inc. World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network
US6119078A (en) * 1996-10-15 2000-09-12 International Business Machines Corporation Systems, methods and computer program products for automatically translating web pages
US5884246A (en) * 1996-12-04 1999-03-16 Transgate Intellectual Properties Ltd. System and method for transparent translation of electronically transmitted messages
US5911776A (en) * 1996-12-18 1999-06-15 Unisys Corporation Automatic format conversion system and publishing methodology for multi-user network
US5961593A (en) * 1997-01-22 1999-10-05 Lucent Technologies, Inc. System and method for providing anonymous personalized browsing by a proxy system in a network
US6003049A (en) * 1997-02-10 1999-12-14 Chiang; James Data handling and transmission systems employing binary bit-patterns based on a sequence of standard decomposed strokes of ideographic characters
US6522330B2 (en) * 1997-02-17 2003-02-18 Justsystem Corporation Character processing system and method
US6130892A (en) * 1997-03-12 2000-10-10 Nomadix, Inc. Nomadic translator or router
US5994790A (en) * 1997-04-04 1999-11-30 Yazaki Corporation Method of detecting abnormal electric current in vehicle apparatus for detecting abnormal electric current in vehicle and power supply apparatus for vehicle
US20010039615A1 (en) * 1997-04-15 2001-11-08 At &T Corp. Methods and apparatus for providing a broker application server
US6192415B1 (en) * 1997-06-19 2001-02-20 International Business Machines Corporation Web server with ability to process URL requests for non-markup language objects and perform actions on the objects using executable instructions contained in the URL
US5892919A (en) * 1997-06-23 1999-04-06 Sun Microsystems, Inc. Spell checking universal resource locator (URL) by comparing the URL against a cache containing entries relating incorrect URLs submitted by users to corresponding correct URLs
US6205418B1 (en) * 1997-06-25 2001-03-20 Lucent Technologies Inc. System and method for providing multiple language capability in computer-based applications
US6061738A (en) * 1997-06-27 2000-05-09 D&I Systems, Inc. Method and system for accessing information on a network using message aliasing functions having shadow callback functions
US6061735A (en) * 1997-10-23 2000-05-09 Mci Communications Corporation Network restoration plan regeneration responsive to network topology changes
US6324500B1 (en) * 1997-11-14 2001-11-27 International Business Machines Corporation Method and system for the international support of internet web pages
US5966719A (en) * 1997-11-20 1999-10-12 Microsoft Corporation Method for inserting capitalized Latin characters in a non-Latin document
US6138159A (en) * 1998-06-11 2000-10-24 Phaal; Peter Load direction mechanism
US6195707B1 (en) * 1998-10-28 2001-02-27 International Business Machines Corporation Apparatus for implementing universal resource locator (URL) aliases in a web browser and method therefor
US20020093683A1 (en) * 1998-12-03 2002-07-18 International Business Machines Corporation Method and system for virtual machine rendering of non-latin1 unicode glyphs
US6347316B1 (en) * 1998-12-14 2002-02-12 International Business Machines Corporation National language proxy file save and incremental cache translation option for world wide web documents
US6321372B1 (en) * 1998-12-23 2001-11-20 Xerox Corporation Executable for requesting a linguistic service
US6314469B1 (en) * 1999-02-26 2001-11-06 I-Dns.Net International Pte Ltd Multi-language domain name service
US6182148B1 (en) * 1999-03-18 2001-01-30 Walid, Inc. Method and system for internationalizing domain names
US6480867B1 (en) * 1999-07-06 2002-11-12 International Business Machines Corporation System and method for managing filesystem objects in a multilingual distributed environment
US20020013810A1 (en) * 2000-04-17 2002-01-31 Hwa Pang Hwee Electronic document mapping
US20020111788A1 (en) * 2001-01-19 2002-08-15 Nec Corporation Translation server, translation method and program therefor
US20020107684A1 (en) * 2001-02-07 2002-08-08 Kejia Gao Methods and apparatus for globalising software

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7058626B1 (en) * 1999-07-28 2006-06-06 International Business Machines Corporation Method and system for providing native language query service
US20030172119A1 (en) * 2002-03-06 2003-09-11 International Business Machines Corporation Method and system for dynamically sending email notifications with attachments in different communication languages
US20090299727A1 (en) * 2008-05-09 2009-12-03 Research In Motion Limited Method of e-mail address search and e-mail address transliteration and associated device
US8515730B2 (en) * 2008-05-09 2013-08-20 Research In Motion Limited Method of e-mail address search and e-mail address transliteration and associated device
US8655642B2 (en) 2008-05-09 2014-02-18 Blackberry Limited Method of e-mail address search and e-mail address transliteration and associated device
US20150161279A1 (en) * 2010-06-18 2015-06-11 Google Inc. Displaying Local Site Name Information with Search Results
US8635205B1 (en) * 2010-06-18 2014-01-21 Google Inc. Displaying local site name information with search results
US10387517B2 (en) 2010-07-13 2019-08-20 Motionpoint Corporation Dynamic language translation of web site content
US10146884B2 (en) 2010-07-13 2018-12-04 Motionpoint Corporation Dynamic language translation of web site content
US9128918B2 (en) 2010-07-13 2015-09-08 Motionpoint Corporation Dynamic language translation of web site content
US9213685B2 (en) 2010-07-13 2015-12-15 Motionpoint Corporation Dynamic language translation of web site content
US9311287B2 (en) 2010-07-13 2016-04-12 Motionpoint Corporation Dynamic language translation of web site content
US9411793B2 (en) * 2010-07-13 2016-08-09 Motionpoint Corporation Dynamic language translation of web site content
US9465782B2 (en) 2010-07-13 2016-10-11 Motionpoint Corporation Dynamic language translation of web site content
US9858347B2 (en) 2010-07-13 2018-01-02 Motionpoint Corporation Dynamic language translation of web site content
US9864809B2 (en) 2010-07-13 2018-01-09 Motionpoint Corporation Dynamic language translation of web site content
US10073917B2 (en) 2010-07-13 2018-09-11 Motionpoint Corporation Dynamic language translation of web site content
US10089400B2 (en) 2010-07-13 2018-10-02 Motionpoint Corporation Dynamic language translation of web site content
US11481463B2 (en) 2010-07-13 2022-10-25 Motionpoint Corporation Dynamic language translation of web site content
US10210271B2 (en) 2010-07-13 2019-02-19 Motionpoint Corporation Dynamic language translation of web site content
US10296651B2 (en) 2010-07-13 2019-05-21 Motionpoint Corporation Dynamic language translation of web site content
US20120016865A1 (en) * 2010-07-13 2012-01-19 Enrique Travieso Dynamic language translation of web site content
US10922373B2 (en) 2010-07-13 2021-02-16 Motionpoint Corporation Dynamic language translation of web site content
US10936690B2 (en) 2010-07-13 2021-03-02 Motionpoint Corporation Dynamic language translation of web site content
US10977329B2 (en) 2010-07-13 2021-04-13 Motionpoint Corporation Dynamic language translation of web site content
US11030267B2 (en) 2010-07-13 2021-06-08 Motionpoint Corporation Dynamic language translation of web site content
US11157581B2 (en) 2010-07-13 2021-10-26 Motionpoint Corporation Dynamic language translation of web site content
US11409828B2 (en) 2010-07-13 2022-08-09 Motionpoint Corporation Dynamic language translation of web site content
US8977624B2 (en) 2010-08-30 2015-03-10 Microsoft Technology Licensing, Llc Enhancing search-result relevance ranking using uniform resource locators for queries containing non-encoding characters

Also Published As

Publication number Publication date
US6738827B1 (en) 2004-05-18

Similar Documents

Publication Publication Date Title
US6738827B1 (en) Method and system for alternate internet resource identifiers and addresses
US7058626B1 (en) Method and system for providing native language query service
CA2319750C (en) Www addressing
US7496497B2 (en) Method and system for selecting web site home page by extracting site language cookie stored in an access device to identify directional information item
US6944817B1 (en) Method and apparatus for local generation of Web pages
US6973505B1 (en) Network resource access method, product, and apparatus
US7013351B2 (en) Template architecture and rendering engine for web browser access to databases
US8793341B2 (en) Web page content translator
US20020026460A1 (en) Reduction of meta data in a network
USRE44207E1 (en) Network resource access method, product, and apparatus
US20040024812A1 (en) Content publication system for supporting real-time integration and processing of multimedia content including dynamic data, and method thereof
WO1999035777A2 (en) System for processing and storing internet bookmark address links
US20020069296A1 (en) Internet content reformatting apparatus and method
US20080172218A1 (en) Web Page Translation Device and Web Page Translation Method
US20040205674A1 (en) E-mail translation system and method
EP1360816B1 (en) Network conduit for providing access to data services
JPWO2007052353A1 (en) Data transmission system and method
US20040267895A1 (en) Search system using real name and method thereof
AU769025B2 (en) Method and system for alternate internet resource identifiers and addresses
US7343372B2 (en) Direct navigation for information retrieval
JP2000285052A (en) Url conversion method and device
US7792855B2 (en) Efficient storage of XML in a directory
KR20020008734A (en) System and method for interconnecting world wide web sites
KR20010103545A (en) Storage medium, system and apparatus for Internet translation with advertisement
WO2000079435A1 (en) Site identification system

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION