WO2008096992A1 - System and method for providing search service by keywords - Google Patents

System and method for providing search service by keywords Download PDF

Info

Publication number
WO2008096992A1
WO2008096992A1 PCT/KR2008/000656 KR2008000656W WO2008096992A1 WO 2008096992 A1 WO2008096992 A1 WO 2008096992A1 KR 2008000656 W KR2008000656 W KR 2008000656W WO 2008096992 A1 WO2008096992 A1 WO 2008096992A1
Authority
WO
WIPO (PCT)
Prior art keywords
keyword
specified
database
search
matching
Prior art date
Application number
PCT/KR2008/000656
Other languages
French (fr)
Inventor
Tae Soo Kim
Jong Ho Won
Hyeon Geun Bang
Original Assignee
Netpia.Com, Inc.
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 Netpia.Com, Inc. filed Critical Netpia.Com, Inc.
Publication of WO2008096992A1 publication Critical patent/WO2008096992A1/en

Links

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/268Morphological analysis

Definitions

  • the present invention relates to a system for providing search service by keywords that are input to an address input box of a web browser of a client terminal, and more particularly, to a system and method for grouping keywords and providing specialized search service for groups.
  • IP address server requests a domain name server to provide an IP address of a domain name, e.g., "kipo.go.kr" of the computer
  • domain name server requests a registrar server which manages IP addresses to provide the IP address of the domain name, receives the IP address from the registrar server, and returns the IP address to the client, which then accesses the computer corresponding to the IP address.
  • An object of the present invention is to provide a system and method for providing specialized search service to a client terminal by grouping specified keywords and sending the same to specialized search servers corresponding to respective groups.
  • a system for providing search service by keywords including: a proxy module for determining whether a character string from a client terminal is a keyword, and if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal; and a keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, and the client terminal accesses a specific search server based on the search query to receive a specialized search result.
  • a system for providing search service by keywords including: a keyword identifying module for hooking a character string input to a client terminal to determine whether the character string is a keyword, and if the character string is a keyword, sending the keyword to a keyword processing server; and the keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, and the client terminal accesses a specific search server based on the search query to receive a specialized search result.
  • the database may include: a first database for storing a plurality of specified- keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing server may extract a group identifier of a specified-keyword group including the specified keyword corresponding to the keyword from the client terminal from the first database through search, and extract the search query expression matching the group identifier from the second database through search.
  • the database may include: a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing server may extract a group identifier matching a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extract a search query expression matching the group identifier from the second database through search.
  • the database may include: a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the keyword processing server may ask if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and extract a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
  • a method for providing search service by keywords including: (a) determining, by a proxy module, whether a character string from a client terminal is a keyword; (b) if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal; (c) sending, by the client terminal, the keyword to the keyword processing server; (d) determining, by the keyword processing server, whether the received keyword is a specified keyword; (e) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (f) creating a search query for the specified keyword using the search query expression; (g) sending, by the keyword processing server, the search query to the client terminal; and (h) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
  • a method for providing search service by keywords including: (a) hooking, by a keyword identifying module, a character string input to a client terminal; (b) determining, by the keyword identifying module, whether the hooked character string is a keyword; (c) if the character string is a keyword, sending the keyword to a keyword processing server; (d) determining, by the keyword processing server, whether the received keyword is a specified keyword; (e) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (f) creating a search query for the specified keyword using the search query expression; (g) sending, by the keyword processing server, the search query to the client terminal; and (h) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
  • step (d) may include performing, by the keyword processing server, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database
  • step (e) may include extracting, by the keyword processing server, a group identifier matching a specified-keyword group including the specified keyword from the first database, and extracting a search query expression matching the group identifier from the second database through search.
  • step (d) may include performing, by the keyword processing server, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database
  • step (e) may include extracting, by the keyword processing server, a group identifier matching the specified keyword in one-to-one correspondence from the first database, and extracting a search query expression matching the group identifier from the second database through search.
  • step (d) may include asking, by the keyword processing server, if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database
  • step (e) may include extracting, by the keyword processing server, a search query expression matching the specific specified-keyword database from the matching information database through search.
  • a system for providing search service by keywords including a proxy module for determining whether a character string from a client terminal is a keyword, performing search on a database to determine whether the keyword is a specified keyword if the character string is the keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword if the keyword is a specified keyword, and sending the search query to the client terminal, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
  • the database may include: a first database for storing a plurality of specified- keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the proxy module may extract a group identifier of a specified-keyword group including a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extract a search query expression matching the group identifier from the second database through search.
  • the database may include: a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the proxy module may extract a group identifier matching a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extract a search query expression matching the group identifier from the second database through search.
  • the database may include: a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the proxy module may ask if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified- keyword databases stored in the matching information database, and extract a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
  • a method for providing search service by keywords including: (a) determining, by a proxy module, whether a character string from a client terminal is a keyword; (b) if the character string is a keyword, determining whether the keyword is a specified keyword; (c) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (d) creating a search query for the specified keyword using the search query expression; (e) sending, by the proxy module, the search query to the client terminal; and (f) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
  • step (b) may include performing, by the proxy module, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database
  • step (c) may include extracting, by the proxy module, a group identifier matching a specified-keyword group including the specified keyword, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
  • step (b) may include performing, by the proxy module, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database
  • step (c) may include extracting, by the proxy module, a group identifier matching the specified keyword in one-to-one correspondence, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
  • step (b) may include asking, by the proxy module, if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database
  • step (c) may include extracting, by the proxy module, a search query expression matching the specific specified-keyword database from the matching information database through search.
  • a system for providing search service by keywords including a keyword processing module for hooking a character string input to a client terminal to determine whether the character string is a keyword, performing search on a database to determine whether the keyword is a specified keyword if the character string is the keyword, and extracting a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword if the keyword is a specified keyword, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
  • the database may include: a first database for storing a plurality of specified- keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing module may extract a group identifier of a specified-keyword group including the specified keyword corresponding to the keyword, from the first database through search, and extract a search query expression matching the group identifier from the second database through search.
  • the database may include: a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing module may extract a group identifier matching a specified keyword corresponding to the keyword, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search.
  • the database may include: a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the keyword processing module may ask if the keyword exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and extract a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
  • a method for providing search service by keywords including: (a) hooking, by a keyword processing module, a character string input to a client terminal; (b) determining, by the keyword processing module, whether the hooked character string is a keyword; (c) if the character string is a keyword, determining whether the keyword is a specified keyword; (d) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (e) creating a search query for the specified keyword using the search query expression; and (f) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
  • step (c) may include performing, by the keyword processing module, search on the first database and determining that the hooked keyword is a specified keyword when a keyword matching the hooked keyword exists in the first database
  • step (d) may include extracting, by the keyword processing module, a group identifier matching a specified-keyword group including the specified keyword, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
  • step (c) may include performing, by the keyword processing module, search on the first database and determining that the hooked keyword is a specified keyword when a keyword matching the hooked keyword exists in the first database
  • step (d) may include extracting, by the keyword processing module, a group identifier matching the specified keyword in one- to-one correspondence, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
  • step (c) may include asking, by the keyword processing module, if the hooked keyword exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching in- formation database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-key word database, and step (d) may include extracting, by the keyword processing module, a search query expression matching the specific specified-keyword database from the matching information database through search.
  • a computer-readable recording medium includes all types of recording devices for storing data that can be read by a computer system.
  • Examples of the computer-readable recording medium include a Read Only Memory (ROM), a Random Access Memory (RAM), a Compact Disc-Read Only Memory (CD-ROM), a magnetic tape, a hard disk, a floppy disk, a mobile storage device, a nonvolatile memory (e.g., a flash memory), and an optical data storage device.
  • the computer- readable recording medium may be implemented by a carrier wave (e.g., Internet- based transmission).
  • URL Uniform Resource Locator
  • IP address refers to a physical address for identifying a computer from other computers on the Internet, for example, according to Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6).
  • a "character string” refers to all types of input information that can be input to an address input box or a search box of a web browser, including a typical URL and a keyword (e.g., Hangul, numeric, and Alphabet).
  • the specified keyword is a keyword registered in a database for search service by a search server. Examples of the specified keyword include common nouns, such as "car” and “camera”, and terms related to daily life, such as "flower delivery”.
  • keywords for search service such as common nouns
  • search servers are classified and grouped into specified keywords, and are sent to corresponding search servers.
  • keywords for search service such as common nouns
  • FIG. 1 is a block diagram illustrating a system for providing search service by keywords according to first, second and third exemplary embodiments of the present invention
  • FIG. 2 is a schematic diagram illustrating a first database according to the first exemplary embodiment of the present invention
  • FIG. 3 is a schematic diagram illustrating a second database according to the first exemplary embodiment of the present invention
  • FIG. 4 is a flowchart illustrating a method for providing search service by keywords according to the first exemplary embodiment of the present invention
  • FIG. 5 is a schematic diagram illustrating a first database according to the second exemplary embodiment of the present invention
  • FIG. 5 is a schematic diagram illustrating a first database according to the second exemplary embodiment of the present invention
  • FIG. 6 is a schematic diagram illustrating the plurality of specified-keyword databases according to the third exemplary embodiment of the present invention
  • FIG. 7 is a flowchart illustrating a method for providing search service by keywords according to the third exemplary embodiment of the present invention
  • FIG. 8 is a block diagram illustrating a system for providing search service by keywords according to fourth, fifth, and sixth exemplary embodiments of the present invention
  • FIG. 9 is a flowchart illustrating a method for providing search service by keywords according to the fourth exemplary embodiment of the present invention
  • FIG. 10 is a flowchart illustrating a method for providing search service by keywords according to the sixth exemplary embodiment of the present invention
  • FIG. 38 FIG.
  • FIG. 11 is a block diagram illustrating a system for providing search service by keywords according to seventh, eighth, and ninth exemplary embodiments of the present invention.
  • FIG. 12 is a flowchart illustrating a method for providing search service by keywords according to the seventh exemplary embodiment of the present invention.
  • FIG. 13 is a flowchart illustrating a method for providing search service by keywords according to the ninth exemplary embodiment of the present invention.
  • FIG. 14 is a block diagram illustrating a system for providing search service by keywords according to tenth, eleventh, and twelfth exemplary embodiments of the present invention; [42] FIG.
  • FIG. 15 is a flowchart illustrating a method for providing search service by keywords according to the tenth exemplary embodiment of the present invention.
  • FIG. 16 is a flowchart illustrating a method for providing search service by keywords according to the twelfth exemplary embodiment of the present invention.
  • FIG. 1 is a block diagram illustrating a system for providing search service by keywords according to the first exemplary embodiment of the present invention.
  • a client terminal 100 is connected to a domain name service
  • the keyword processing server 130 includes a database 140, and the DNS server 110 includes a proxy module 120.
  • the proxy module 120 determines whether a character string transferred from the client terminal 100 to the DNS server 110 is a keyword. If the character string transferred from the client terminal 100 to the DNS server 110 is not a keyword but a domain name such as a URL, the DNS server 110 connects the client terminal 100 to a web page corresponding to the URL.
  • the proxy module 120 may determine that the character string is the URL, and otherwise, the proxy module 120 may determine that the character string is a keyword. Alternatively, the proxy module may determine whether the character string is a keyword in other methods, including making the determination based on whether the character string includes a suffix, such as "com", "net", or "gov”.
  • the proxy module 120 is shown in FIG. 1 as being included in the DNS server 110. However, the proxy module 120 may be included anywhere on a network path from the client terminal 100 to the domain name service server 110 only if the proxy module 120 is in the form of a server or a module and has the above-described function.
  • the keyword processing server 130 receives the keyword from the client terminal to provide a search result for the keyword. That is, the keyword processing server 130 determines whether the received keyword is a specified keyword, based on the database 140, and when the received keyword is a specified keyword, determines a group to which the specified keyword belongs to send the keyword to a search site associated with the group.
  • the database 140 is a first database and a second database.
  • FIG. 2 is a schematic diagram illustrating the first database according to the first exemplary embodiment of the present invention
  • FIG. 3 is a schematic diagram illustrating the second database according to the first exemplary embodiment of the present invention.
  • the first database stores a plurality of specified-keyword groups including at least one specified keyword (e.g., "car”, “flower delivery”, “camera”, “lens", and “mobile phone"), and group identifiers A, B, C,... matching the respective specified-keyword groups.
  • the second database stores search query expressions associated with the group identifiers A, B, C, and D, as shown in FIG. 3.
  • FIG. 4 is a flowchart illustrating a method for providing search service by keywords according to the first exemplary embodiment of the present invention.
  • a character string when input to an address input box of a web browser of the client terminal 100, is sent from the client terminal 100 to the DNS server HO (SlOO).
  • the proxy module 120 of the DNS server 110 then receives the character string and determines whether the character string is a keyword (SlOl).
  • the proxy module 120 sends an Internet address, i.e., a URL or an IP address of the keyword processing server 130 to the client terminal 100 (S 103).
  • the client terminal 100 accesses the keyword processing server 130 using the received URL or IP address (S 104).
  • the DNS server 110 performs domain name processing (S 102).
  • the keyword processing server 130 receives the keyword (S105) and determines whether the keyword is a specified keyword. Specifically, the keyword processing server 130 determines whether a specified keyword matching the received keyword exists in the first database, through search (S 106).
  • the keyword processing server 130 recognizes the received keyword as the specified keyword and determines a group to which the specified keyword belongs. That is, the keyword processing server 130 extracts a group identifier of the group to which the searched specified keyword belongs, from the first database (S 108). For example, the group identifier for a specified keyword, 'car' is 'A' and the group identifier for "camera” is "B", as shown in FIG. 2.
  • the keyword processing server If the keyword does not exist in the first database, the keyword processing server
  • the keyword processing server 130 recognizes that the received keyword is not the specified keyword (S107). If the received keyword is not the specified keyword, the keyword processing server 130 may display a page including an error indication or connect the client terminal 100 to a specific search server or a specific website.
  • the search query expression includes a 'keyword' portion as a variable, to which a user-input value is applied.
  • the keyword processing server 130 then creates a keyword search query using the search query expression (Sl 10), and sends the created search query to the client 100 (Si l l).
  • the client terminal accesses a search server of another search site, "Daum" to receive a search result for "camera". In this manner, the client terminal can access the different search servers depending on the specified-keyword groups to receive a specialized search result.
  • the system for providing search service by keywords according to the second exemplary embodiment of the present invention is the same as the system according to the first exemplary embodiment of FIG. 1 except for a structure of the database 140 of the keyword processing server 130.
  • the keyword processing server 130 determines whether an input keyword is a specified keyword, based on the database 140. If the input keyword is a specified keyword, the keyword processing server 130 sends the keyword to a search server determined by a search query expression matching the group identifier.
  • the database according to the second exemplary embodiment includes a first database and a second database.
  • FIG. 5 is a schematic diagram illustrating the first database according to the second exemplary embodiment of the present invention.
  • the first database stores a plurality of specified keywords that are not grouped, with the specified keywords matching group identifiers. That is, a specified keyword, "car” matches a group identifier "A" in one-to-one correspondence, and a specified keyword, "loan” matches a group identifier "C". In this manner, information on a group to which the specified keyword belongs is determined for each specified keyword.
  • the second database according to the second exemplary embodiment of the present invention stores search query expressions matching the respective group identifiers A, B, C, and D, as in the first exemplary embodiment shown in FIG. 3.
  • the method for providing search service by keywords according to the second exemplary embodiment is the same as the method according to the first exemplary embodiment described with reference to FIG. 4 except for step S 108. That is, if it is determined that the keyword exists in the first database through search, the keyword processing server extracts the group identifier matching the searched keyword. The keyword processing server then extracts a search query expression matching the group identifier from the second database through search.
  • the system for providing search service by keywords according to the third exemplary embodiment of the present invention is the same as the system according to the first exemplary embodiment shown in FIG. 1 except for a structure of the database 140 of the keyword processing server 130.
  • the keyword processing server determines whether the input keyword is a specified keyword, based on a database. If the keyword is a specified keyword, the keyword processing server sends the keyword to a search site determined by a search query expression matching a group identifier.
  • the database according to the third exemplary embodiment includes a plurality of specified-keyword databases and a matching information database.
  • FIG. 6 is a schematic diagram illustrating the plurality of specified-keyword databases according to the third exemplary embodiment of the present invention.
  • each of the specified-keyword databases 141 to 144 includes at least one specified keyword.
  • the specified-keyword database A 141 stores "car”, “flower delivery”, “loan”,... as specified keywords
  • the specified- keyword database B 142 stores "camera”, “lens”, “photograph”,... as specified keywords.
  • the matching information database (not shown) stores position information of the plurality of specified-keyword databases and search query expressions matching the specified-keyword databases.
  • steps S300 to S305 are the same as steps SlOO to S 105 shown in FIG. 4.
  • the keyword processing server After receiving the keyword (S305), the keyword processing server asks if the received keyword exists in the respective specified-keyword databases 141 to 144, based on position information of the specified-keyword databases stored in the matching information database (S306).
  • the keyword processing server may ask the respective specified-keyword databases 141 to 144 by sequentially sending an ask message to the specified-keyword database A, the specified-keyword database B,... until it receives a response indicating the existence of the keyword.
  • the keyword processing server may simultaneously send the ask message to the respective specified-keyword databases.
  • the keyword processing server may determine that the received keyword is not a specified keyword and display a page including an error indication or connect the client terminal to a specific search server or a specific website (S308).
  • the keyword processing server Upon receipt of a response indicating existence of the received keyword in a specific one of the specified-keyword databases, the keyword processing server recognizes the received keyword as a specified keyword, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search (S309).
  • the keyword processing server 130 then creates a keyword search query using the search query expression (S310), and sends the same to the client terminal (S311), as in the method of FIG. 4. Using the received search query, the client terminal accesses the search engine to receive the search result (S312).
  • FIG. 8 is a block diagram illustrating a system for providing search service by keywords according to the fourth, fifth, and sixth exemplary embodiments of the present invention.
  • a client terminal 400 is connected to a domain name service
  • the keyword processing server 430 includes a database 440, like the system of FIG. 1, while the domain name service server 410 includes no proxy module. Instead, the client terminal 400 does not include a keyword identifying module 420.
  • the keyword identifying module 420 of the client terminal 400 hooks a character string input to an address input box of the client terminal 400 to determine whether the character string is a keyword.
  • the keyword identifying module 420 determines whether the character string is a keyword, like the proxy module 120 of the first exemplary embodiment.
  • the keyword identifying module 420 sends the character string to the DNS server 410. If the character string is a keyword, the keyword identifying module 420 sends the keyword to the keyword processing server 430.
  • the keyword processing server 430 may receive the keyword and provide a search result for the keyword. That is, the keyword processing server 430 determines whether the received keyword is a specified keyword based on the database 440. If the received keyword is a specified keyword, the keyword processing server 430 determines a group to which the specified keyword belongs and sends the keyword to a search server corresponding to the group.
  • the database 440 of the keyword processing server 430 according to the fourth exemplary embodiment of the present invention is the same as the database 140 of the keyword processing server 130 according to the first exemplary embodiment of the present invention. Accordingly, the database 440 according to the fourth exemplary embodiment of the present invention includes a first database and a second database as shown in FIGS. 2 and 3. That is, the first database according to the fourth exemplary embodiment of the present invention stores a plurality of specified-keyword groups including at least one specified keyword (e.g., "car”, “flower delivery”, “camera”, “lens", and “mobile phone"), and group identifiers A,B,C,... matching the respective specified-keyword groups. The second database according to the fourth exemplary embodiment of the present invention stores search query expressions matching the group identifiers A, B, C, and D.
  • the first database according to the fourth exemplary embodiment of the present invention stores a plurality of specified-keyword groups including at least one specified keyword (e.g., "car”, “flower delivery”, “camera”, “
  • the database according to the fifth exemplary embodiment of the present invention is the same as the database according to the second exemplary embodiment of the present invention
  • the database according to the sixth exemplary embodiment of the present invention is the same as the database according to the third exemplary embodiment of the present invention. That is, the database according to the fifth exemplary embodiment of the present invention includes a first database and a second database. As shown FIG. 5, the first database stores, as fields, specified keywords and group identifiers matching the specified keywords, and the second database stores search query expressions matching the group identifiers.
  • the database according to the sixth exemplary embodiment of the present invention includes a plurality of specified- keyword databases and a matching information database.
  • FIG. 9 A method for providing search service by keywords in the system according to the fourth exemplary embodiment is shown in FIG. 9.
  • the keyword identifying module of the client terminal hooks the character string to determine whether the input character string is a keyword (S401). If the input character string is a keyword, the keyword identifying module sends a URL to the DNS server to perform domain name processing (S402). If the input character string is a keyword, the keyword identifying module sends the keyword to the keyword processing server (S403).
  • the keyword processing server Upon receipt of the keyword (S404), the keyword processing server provides search service by keywords using the database in steps S405 to S411. Steps S405 to S411 in the fourth exemplary embodiment are the same as steps S 106 to Sl 12 according to the first exemplary embodiment.
  • a method for providing search service by keywords according to the fifth exemplary embodiment of the present invention is the same as the method according to the fourth exemplary embodiment described with reference to FIG. 9 except for step S407. That is, if it is determined that the keyword exists in the first database, the keyword processing server extracts a group identifier matching the searched keyword from the first database. The keyword processing server then extracts a search query expression matching the extracted group identifier from the second database through search.
  • FIG. 10 A method for providing search service by keywords in the system according to the sixth exemplary embodiment of the present invention is shown in FIG. 10.
  • steps S600 to S604 are the same as steps S400 to S404 shown in FIG. 9.
  • the keyword processing server 430 After receiving a keyword (S604), the keyword processing server 430 asks if the received keyword exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database (S605).
  • the keyword processing server 430 may ask the respective specified-keyword databases by sequentially sending an ask message to the specified- keyword database A, the specified-keyword database B,... until it receives a response indicating the existence of the keyword.
  • the keyword processing server may simultaneously send the ask message to the respective specified-keyword databases.
  • the keyword processing server may determine that the received keyword is not a specified keyword and display a page including an error indication or connect the client terminal to a specific search server or a specific website (S607).
  • the keyword processing server Upon receipt of a response indicating existence of the received keyword in a specific one of the specified-keyword databases, the keyword processing server recognizes the received keyword as a specified keyword, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search (S608).
  • Steps S609 to S611 are the same as S409 to S411 of FIG. 9.
  • FIG. 11 is a block diagram illustrating a system for providing search service by keywords according to the seventh, eighth, and ninth exemplary embodiments of the present invention.
  • a client terminal 700 is connected to a domain name service (DNS) server 710.
  • the DNS server 710 includes a proxy module 720 that in turn includes a database 740.
  • the proxy module 720 determines whether a character string sent from the client terminal 700 to the DNS server 710 is a keyword. If the character string is a keyword, a search result for the keyword is provided. That is, the proxy module 720 determines whether the keyword is a specified keyword, based on the database 740. If the keyword is a specified keyword, the proxy module 720 determines a group to which the specified keyword belongs so that the keyword is sent to a search site corresponding to the group. [111] If the character string sent from the client terminal 700 to the DNS server 710 is not a keyword but a domain name such as a URL, the DNS server 710 connects the client terminal 700 to a corresponding web page.
  • the proxy module 720 determines whether the character string is a keyword, like the proxy module according to the first exemplary embodiment described with reference to FIG. 1.
  • the proxy module 720 is shown in FIG. 11 as being included in the DNS server 710.
  • the proxy module 720 may be included anywhere on a network path from the client terminal 700 to the domain name service server 710 only if the proxy module 720 is in the form of a server or a module and has the above-described function.
  • the database 740 of the proxy module 720 according to the seventh exemplary embodiment of the present invention is the same as the database 140 of the keyword processing server 130 according to the first exemplary embodiment of the present invention. Accordingly, the database according to the seventh exemplary embodiment of the present invention includes a first database and a second database as shown in FIGS. 2 and 3.
  • the database according to the eighth exemplary embodiment of the present invention is the same as the database according to the second exemplary embodiment of the present invention
  • the database according to the ninth exemplary embodiment of the present invention is the same as the database according to the third exemplary embodiment of the present invention. That is, the database according to the eighth exemplary embodiment of the present invention includes a first database and a second database, and the database according to the ninth exemplary embodiment of the present invention includes a plurality of specified-keyword databases and a matching information database.
  • FIG. 12 A method for providing search service by keywords in the system according to the seventh exemplary embodiment is shown in FIG. 12.
  • the proxy module 720 of the domain name service server determines whether the character string is a keyword (S701). If the character string is not the keyword but a URL, the domain name service server performs domain name processing (S702).
  • the proxy module determines whether the keyword exists in the first database (S703). If the keyword does not exist in the first database, the proxy module determines that the keyword is not a specified keyword (S704). If the keyword exists in the first database, the proxy module determines that the keyword is a specified keyword in steps S705 to S709. That is, the proxy module extracts a group identifier of the keyword from the first database, and extracts a search query expression matching the group identifier from the second database through search. The proxy module then creates a keyword search query using the search query expression and sends the search query to the client terminal. The client terminal accesses a search engine based on the search query and receives the search result.
  • a method for providing search service by keywords according to the eighth exemplary embodiment of the present invention is the same as the method according to the seventh exemplary embodiment as shown in FIG. 12 except for step S705. That is, if it is determined that the keyword exists in the first database, the keyword processing server extracts a group identifier matching the searched keyword. The keyword processing server then extracts a search query expression matching the group identifier from the second database through search.
  • FIG. 13 A method for providing search service by keywords in the system according to the ninth exemplary embodiment of the present invention is shown in FIG. 13.
  • steps S900 to S902 are the same as steps S700 to S702 shown in FIG. 11.
  • the proxy module asks if the keyword exists in the respective specified-keyword databases, based on position information of the specified-keyword databases stored in the matching information database (S903).
  • the proxy module determines that the received keyword is not a specified keyword (S905). Upon receipt of a response indicating existence of the keyword in the specific specified-keyword database, the proxy module recognizes the keyword as a specified keyword and extracts a search query expression matching the specific specified- keyword database from the matching information database through search (S906).
  • Steps S907 to S909 are the same as steps S707 to S709 shown in FIG. 12.
  • FIG. 14 is a block diagram illustrating a system for providing search service by keywords according to tenth to twelfth exemplary embodiments of the present invention.
  • a client terminal 1000 is connected to a domain name service (DNS) server 1010.
  • DNS domain name service
  • the client terminal 1010 includes a keyword processing module 1030 that in turn includes a database 1040.
  • the keyword processing module 1030 in the tenth to twelfth exemplary embodiments of the present invention has a similar function to the proxy module 720 in the seventh to ninth exemplary embodiments. That is, the keyword processing module 1030 hooks a character string input to an address input box of the client terminal 1000 to determine whether the character string is a keyword. If the character string is a keyword, a search result for the keyword is provided. Specifically, the keyword processing module 1030 determines whether the keyword is a specified keyword, based on the database 1040. If the keyword is a specified keyword, the keyword processing module 1030 identifies a group to which the specified keyword belongs so that the keyword is sent to a search site corresponding to the group. The keyword processing module 1030 determines whether the character string is a keyword, like the proxy module of the first exemplary embodiment described with reference to FIG. 1.
  • the database 1040 of the keyword processing module 1030 according to the tenth exemplary embodiment of the present invention is the same as the database 140 of the keyword processing server 130 according to the first exemplary embodiment of the present invention. Accordingly, the database according to the tenth exemplary embodiment of the present invention includes a first database and a second database as shown in FIGS. 2 and 3.
  • the database according to the eleventh exemplary embodiment of the present invention is the same as the database according to the second exemplary embodiment of the present invention, and the database according to the twelfth exemplary embodiment of the present invention is the same as the database according to the third exemplary embodiment of the present invention. That is, the database according to the eleventh exemplary embodiment of the present invention includes a first database and a second database, and the database according to the twelfth exemplary embodiment of the present invention includes a plurality of specified-keyword databases and a matching information database.
  • FIG. 15 A method for providing search service by keywords in the system according to the tenth exemplary embodiment is shown in FIG. 15.
  • the keyword processing module of the client terminal hooks the character string to determine whether the input character string is a keyword (SlOOl). If the input character string is not a keyword, the keyword processing module sends a URL to the domain name service server to perform domain name processing (S 1002).
  • the keyword processing module determines whether the keyword exists in the first database through search (S 1003). If the keyword exists in the first database, the keyword processing module recognizes the keyword as a specified keyword and extracts a group identifier of the searched keyword group (S 1005). The keyword processing module extracts a search query expression matching the group identifier from the second database through search (S 1006), and creates a keyword search query using the search query expression (S 1007).
  • the client terminal accesses the search server based on the search query and receives the search result (S 1008).
  • a method for providing search service by keywords according to the eleventh exemplary embodiment of the present invention is the same as the method according to the tenth exemplary embodiment described with reference to FIG. 15 except for step S 1005. That is, if it is determined that a corresponding keyword exists in the first database through search, the keyword processing module extracts a group identifier matching the searched keyword. The keyword processing module then extracts a search query expression matching the group identifier from the second database through search.
  • FIG. 16 A method for providing search service by keywords in the system according to the twelfth exemplary embodiment of the present invention is shown in FIG. 16.
  • steps S1200 to S1202 are the same as steps SlOOO to S1002 of
  • the keyword processing module asks if the received keyword exists in the respective specified-keyword databases, based on position information of the specified-keyword databases stored in the matching information database (S 1203).
  • the keyword processing module determines that the keyword is not a specified keyword (S 1205). If it is determined that the keyword exists in the specific specified-keyword database, the keyword processing module recognizes the keyword as a specified keyword and extracts a search query expression matching the specific specified-keyword database from the matching information database (S 1206).
  • Steps S1207 to S1208 are the same as S1007 to S1008 of FIG. 15.

Abstract

Provided are a system and method for providing search service by keywords. The system includes: a proxy module for determining whether a character string from a client terminal is a keyword, and if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal; and a keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, and the client terminal accesses a specific search server based on the search query to receive a specialized search result.

Description

Description
SYSTEM AND METHOD FOR PROVIDING SEARCH SERVICE
BY KEYWORDS
Technical Field
[1] The present invention relates to a system for providing search service by keywords that are input to an address input box of a web browser of a client terminal, and more particularly, to a system and method for grouping keywords and providing specialized search service for groups. Background Art
[2] In general, a client terminal, when desiring to access a specific computer on the
Internet, requests a domain name server to provide an IP address of a domain name, e.g., "kipo.go.kr" of the computer, and the domain name server requests a registrar server which manages IP addresses to provide the IP address of the domain name, receives the IP address from the registrar server, and returns the IP address to the client, which then accesses the computer corresponding to the IP address.
[3] Thus, it is necessary to know a domain name of a specific computer on the Internet in order to access the computer. Recently, a system has been developed that connects a client to a web page using a native language domain name (i.e., a native language Internet address). This service is being provided by the present applicant in Korea.
[4] A method for providing a search result is disclosed in Korean Patent No.
10-0487007 to the present applicant, in which if a character string input to an address input box of a web browser of a client terminal is not a native language Internet address, it is sent to a search server designated along an access path.
[5] The patent is entitled "System For Accessing Web Page Using Real Names and
Method Thereof", in which a determination is made as to whether a keyword input from a client accessing via a name server management system is a real name, and if the keyword is a real name, a further determination is made as to whether the keyword is a specified keyword to be provided to a search server. If the keyword is a specified keyword, the keyword is provided to a search server designated along an access path, so that the search server provides a search result for the keyword to the client. However, if the keyword is not a specified keyword, a network address corresponding to the keyword is provided to the client so that the client accesses a web page corresponding to the network address.
[6] However, in the above patent, since the specified keyword is sent to a search server designated along the access path and specified keywords are not grouped depending on their subject, specialized search service is not provided and only a result from the search server designated along the access path is provided. Disclosure of Invention
Technical Problem
[7] An object of the present invention is to provide a system and method for providing specialized search service to a client terminal by grouping specified keywords and sending the same to specialized search servers corresponding to respective groups. Technical Solution
[8] According to a first aspect of the present invention, there is provided a system for providing search service by keywords, including: a proxy module for determining whether a character string from a client terminal is a keyword, and if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal; and a keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, and the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[9] According to a second aspect of the present invention, there is provided a system for providing search service by keywords, including: a keyword identifying module for hooking a character string input to a client terminal to determine whether the character string is a keyword, and if the character string is a keyword, sending the keyword to a keyword processing server; and the keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, and the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[10] Here, the database may include: a first database for storing a plurality of specified- keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing server may extract a group identifier of a specified-keyword group including the specified keyword corresponding to the keyword from the client terminal from the first database through search, and extract the search query expression matching the group identifier from the second database through search. Alternatively, the database may include: a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing server may extract a group identifier matching a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extract a search query expression matching the group identifier from the second database through search. Alternatively, the database may include: a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the keyword processing server may ask if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and extract a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
[11] According to a third aspect of the present invention, there is provided a method for providing search service by keywords, including: (a) determining, by a proxy module, whether a character string from a client terminal is a keyword; (b) if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal; (c) sending, by the client terminal, the keyword to the keyword processing server; (d) determining, by the keyword processing server, whether the received keyword is a specified keyword; (e) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (f) creating a search query for the specified keyword using the search query expression; (g) sending, by the keyword processing server, the search query to the client terminal; and (h) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[12] According to a fourth aspect of the present invention, there is provided a method for providing search service by keywords, including: (a) hooking, by a keyword identifying module, a character string input to a client terminal; (b) determining, by the keyword identifying module, whether the hooked character string is a keyword; (c) if the character string is a keyword, sending the keyword to a keyword processing server; (d) determining, by the keyword processing server, whether the received keyword is a specified keyword; (e) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (f) creating a search query for the specified keyword using the search query expression; (g) sending, by the keyword processing server, the search query to the client terminal; and (h) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[13] Here, step (d) may include performing, by the keyword processing server, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (e) may include extracting, by the keyword processing server, a group identifier matching a specified-keyword group including the specified keyword from the first database, and extracting a search query expression matching the group identifier from the second database through search. Alternatively, step (d) may include performing, by the keyword processing server, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (e) may include extracting, by the keyword processing server, a group identifier matching the specified keyword in one-to-one correspondence from the first database, and extracting a search query expression matching the group identifier from the second database through search. Alternatively, step (d) may include asking, by the keyword processing server, if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database, and step (e) may include extracting, by the keyword processing server, a search query expression matching the specific specified-keyword database from the matching information database through search.
[14] According to a fifth aspect of the present invention, there is provided a system for providing search service by keywords, including a proxy module for determining whether a character string from a client terminal is a keyword, performing search on a database to determine whether the keyword is a specified keyword if the character string is the keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword if the keyword is a specified keyword, and sending the search query to the client terminal, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[15] Here, the database may include: a first database for storing a plurality of specified- keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the proxy module may extract a group identifier of a specified-keyword group including a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extract a search query expression matching the group identifier from the second database through search. Alternatively, the database may include: a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the proxy module may extract a group identifier matching a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extract a search query expression matching the group identifier from the second database through search. Alternatively, the database may include: a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the proxy module may ask if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified- keyword databases stored in the matching information database, and extract a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
[16] According to a sixth aspect of the present invention, there is provided a method for providing search service by keywords, including: (a) determining, by a proxy module, whether a character string from a client terminal is a keyword; (b) if the character string is a keyword, determining whether the keyword is a specified keyword; (c) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (d) creating a search query for the specified keyword using the search query expression; (e) sending, by the proxy module, the search query to the client terminal; and (f) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[17] Here, step (b) may include performing, by the proxy module, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (c) may include extracting, by the proxy module, a group identifier matching a specified-keyword group including the specified keyword, from the first database, and extracting a search query expression matching the group identifier from the second database through search. Alternatively, step (b) may include performing, by the proxy module, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (c) may include extracting, by the proxy module, a group identifier matching the specified keyword in one-to-one correspondence, from the first database, and extracting a search query expression matching the group identifier from the second database through search. Alternatively, step (b) may include asking, by the proxy module, if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database, and step (c) may include extracting, by the proxy module, a search query expression matching the specific specified-keyword database from the matching information database through search.
[18] According to a seventh aspect of the present invention, there is provided a system for providing search service by keywords, including a keyword processing module for hooking a character string input to a client terminal to determine whether the character string is a keyword, performing search on a database to determine whether the keyword is a specified keyword if the character string is the keyword, and extracting a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword if the keyword is a specified keyword, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[19] Here, the database may include: a first database for storing a plurality of specified- keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing module may extract a group identifier of a specified-keyword group including the specified keyword corresponding to the keyword, from the first database through search, and extract a search query expression matching the group identifier from the second database through search. Alternatively, the database may include: a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing module may extract a group identifier matching a specified keyword corresponding to the keyword, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search. Alternatively, the database may include: a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the keyword processing module may ask if the keyword exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and extract a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
[20] According to an eighth aspect of the present invention, there is provided a method for providing search service by keywords, including: (a) hooking, by a keyword processing module, a character string input to a client terminal; (b) determining, by the keyword processing module, whether the hooked character string is a keyword; (c) if the character string is a keyword, determining whether the keyword is a specified keyword; (d) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs; (e) creating a search query for the specified keyword using the search query expression; and (f) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[21] Here, step (c) may include performing, by the keyword processing module, search on the first database and determining that the hooked keyword is a specified keyword when a keyword matching the hooked keyword exists in the first database, and step (d) may include extracting, by the keyword processing module, a group identifier matching a specified-keyword group including the specified keyword, from the first database, and extracting a search query expression matching the group identifier from the second database through search. Alternatively, step (c) may include performing, by the keyword processing module, search on the first database and determining that the hooked keyword is a specified keyword when a keyword matching the hooked keyword exists in the first database, and step (d) may include extracting, by the keyword processing module, a group identifier matching the specified keyword in one- to-one correspondence, from the first database, and extracting a search query expression matching the group identifier from the second database through search. Alternatively, step (c) may include asking, by the keyword processing module, if the hooked keyword exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching in- formation database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-key word database, and step (d) may include extracting, by the keyword processing module, a search query expression matching the specific specified-keyword database from the matching information database through search.
[22] According to a ninth aspect of the present invention, there is provided a recording medium having a program recorded thereon for performing a method for providing search service by keywords. A computer-readable recording medium includes all types of recording devices for storing data that can be read by a computer system. Examples of the computer-readable recording medium include a Read Only Memory (ROM), a Random Access Memory (RAM), a Compact Disc-Read Only Memory (CD-ROM), a magnetic tape, a hard disk, a floppy disk, a mobile storage device, a nonvolatile memory (e.g., a flash memory), and an optical data storage device. The computer- readable recording medium may be implemented by a carrier wave (e.g., Internet- based transmission).
[23] For convenience of description, a term "Uniform Resource Locator (URL)" is used that includes, for example, a directory and a file, as well as a domain name, such as "http//www.kipo.go.kr/index.html", that indicates an address of information provided to a computer on the Internet.
[24] An "Internet protocol (IP) address" refers to a physical address for identifying a computer from other computers on the Internet, for example, according to Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6).
[25] A "character string" refers to all types of input information that can be input to an address input box or a search box of a web browser, including a typical URL and a keyword (e.g., Hangul, numeric, and Alphabet). Here, the specified keyword is a keyword registered in a database for search service by a search server. Examples of the specified keyword include common nouns, such as "car" and "camera", and terms related to daily life, such as "flower delivery".
[26]
Advantageous Effects
[27] According to the present invention described above, keywords for search service, such as common nouns, are classified and grouped into specified keywords, and are sent to corresponding search servers. Thus, it is possible to provide specialized search service to clients. Brief Description of the Drawings
[28] FIG. 1 is a block diagram illustrating a system for providing search service by keywords according to first, second and third exemplary embodiments of the present invention; [29] FIG. 2 is a schematic diagram illustrating a first database according to the first exemplary embodiment of the present invention; [30] FIG. 3 is a schematic diagram illustrating a second database according to the first exemplary embodiment of the present invention; [31] FIG. 4 is a flowchart illustrating a method for providing search service by keywords according to the first exemplary embodiment of the present invention; [32] FIG. 5 is a schematic diagram illustrating a first database according to the second exemplary embodiment of the present invention; [33] FIG. 6 is a schematic diagram illustrating the plurality of specified-keyword databases according to the third exemplary embodiment of the present invention; [34] FIG. 7 is a flowchart illustrating a method for providing search service by keywords according to the third exemplary embodiment of the present invention; [35] FIG. 8 is a block diagram illustrating a system for providing search service by keywords according to fourth, fifth, and sixth exemplary embodiments of the present invention; [36] FIG. 9 is a flowchart illustrating a method for providing search service by keywords according to the fourth exemplary embodiment of the present invention; [37] FIG. 10 is a flowchart illustrating a method for providing search service by keywords according to the sixth exemplary embodiment of the present invention; [38] FIG. 11 is a block diagram illustrating a system for providing search service by keywords according to seventh, eighth, and ninth exemplary embodiments of the present invention; [39] FIG. 12 is a flowchart illustrating a method for providing search service by keywords according to the seventh exemplary embodiment of the present invention; [40] FIG. 13 is a flowchart illustrating a method for providing search service by keywords according to the ninth exemplary embodiment of the present invention; [41] FIG. 14 is a block diagram illustrating a system for providing search service by keywords according to tenth, eleventh, and twelfth exemplary embodiments of the present invention; [42] FIG. 15 is a flowchart illustrating a method for providing search service by keywords according to the tenth exemplary embodiment of the present invention; and [43] FIG. 16 is a flowchart illustrating a method for providing search service by keywords according to the twelfth exemplary embodiment of the present invention.
Mode for the Invention [44] Hereinafter, exemplary embodiments of the present invention will be described in detail. However, the present invention is not limited to the exemplary embodiments disclosed below, but can be implemented in various types. Therefore, the present exemplary embodiments are provided for complete disclosure of the present invention and to fully inform the scope of the present invention to those ordinarily skilled in the art.
[45] Hereinafter, exemplary embodiments of the present invention will be described in detail. However, the present invention is not limited to the exemplary embodiments disclosed below, but can be implemented in various types. Therefore, the present exemplary embodiments are provided for complete disclosure of the present invention and to fully inform the scope of the present invention to those ordinarily skilled in the art.
[46]
[47] (Exemplary Embodiment)
[48] Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the attaching drawings.
[49] First Exemplary Embodiment
[50] A system and method for providing search service by keywords according to a first exemplary embodiment of the present invention will be described with reference to FIGS. 1 to 3. FIG. 1 is a block diagram illustrating a system for providing search service by keywords according to the first exemplary embodiment of the present invention.
[51] Referring to FIG. 1, a client terminal 100 is connected to a domain name service
(DNS) server 110 and a keyword processing server 130. The keyword processing server 130 includes a database 140, and the DNS server 110 includes a proxy module 120.
[52] The proxy module 120 determines whether a character string transferred from the client terminal 100 to the DNS server 110 is a keyword. If the character string transferred from the client terminal 100 to the DNS server 110 is not a keyword but a domain name such as a URL, the DNS server 110 connects the client terminal 100 to a web page corresponding to the URL.
[53] If the character string includes ".", for example, as in "www.netpia.net", the proxy module 120 may determine that the character string is the URL, and otherwise, the proxy module 120 may determine that the character string is a keyword. Alternatively, the proxy module may determine whether the character string is a keyword in other methods, including making the determination based on whether the character string includes a suffix, such as "com", "net", or "gov".
[54] For convenience of description, the proxy module 120 is shown in FIG. 1 as being included in the DNS server 110. However, the proxy module 120 may be included anywhere on a network path from the client terminal 100 to the domain name service server 110 only if the proxy module 120 is in the form of a server or a module and has the above-described function.
[55] If the character string sent from the client terminal is a keyword, the keyword processing server 130 receives the keyword from the client terminal to provide a search result for the keyword. That is, the keyword processing server 130 determines whether the received keyword is a specified keyword, based on the database 140, and when the received keyword is a specified keyword, determines a group to which the specified keyword belongs to send the keyword to a search site associated with the group.
[56] Specifically, the database 140 is a first database and a second database. FIG. 2 is a schematic diagram illustrating the first database according to the first exemplary embodiment of the present invention, and FIG. 3 is a schematic diagram illustrating the second database according to the first exemplary embodiment of the present invention. As shown in FIG. 2, the first database stores a plurality of specified-keyword groups including at least one specified keyword (e.g., "car", "flower delivery", "camera", "lens", and "mobile phone"), and group identifiers A, B, C,... matching the respective specified-keyword groups. The second database stores search query expressions associated with the group identifiers A, B, C, and D, as shown in FIG. 3.
[57] A method for providing search service by keywords in the system according to the first exemplary embodiment of the present invention will now be described in detail. FIG. 4 is a flowchart illustrating a method for providing search service by keywords according to the first exemplary embodiment of the present invention.
[58] Referring to FIG. 4, a character string, when input to an address input box of a web browser of the client terminal 100, is sent from the client terminal 100 to the DNS server HO (SlOO).
[59] The proxy module 120 of the DNS server 110 then receives the character string and determines whether the character string is a keyword (SlOl).
[60] If it is determined that the character string is a keyword, the proxy module 120 sends an Internet address, i.e., a URL or an IP address of the keyword processing server 130 to the client terminal 100 (S 103). The client terminal 100 accesses the keyword processing server 130 using the received URL or IP address (S 104). If the character string is not a keyword but a URL, the DNS server 110 performs domain name processing (S 102).
[61] The keyword processing server 130 then receives the keyword (S105) and determines whether the keyword is a specified keyword. Specifically, the keyword processing server 130 determines whether a specified keyword matching the received keyword exists in the first database, through search (S 106).
[62] If the keyword exists in the first database, the keyword processing server 130 recognizes the received keyword as the specified keyword and determines a group to which the specified keyword belongs. That is, the keyword processing server 130 extracts a group identifier of the group to which the searched specified keyword belongs, from the first database (S 108). For example, the group identifier for a specified keyword, 'car' is 'A' and the group identifier for "camera" is "B", as shown in FIG. 2.
[63] If the keyword does not exist in the first database, the keyword processing server
130 recognizes that the received keyword is not the specified keyword (S107). If the received keyword is not the specified keyword, the keyword processing server 130 may display a page including an error indication or connect the client terminal 100 to a specific search server or a specific website.
[64] A search result is provided by a search server corresponding to the group to which the specified keyword belongs. That is, the keyword processing server 130 extracts a search query expression matching the group identifier from the second database through search (S 109). For example, the search query expression matching the group identifier "A" is 'http://search.naver.com/search.naver?where=nexearch& query=keyword &frm=tl&sm=top_hty', as shown in FIG. 3. The search query expression includes a 'keyword' portion as a variable, to which a user-input value is applied.
[65] The keyword processing server 130 then creates a keyword search query using the search query expression (Sl 10), and sends the created search query to the client 100 (Si l l). The search query is obtained by applying the user- input value to the 'keyword' portion of the search query expression shown in FIG. 3 (e.g., http://search.naver.com/search. naver?where=nexearch&query=car&frm=tl& sm=top_hty).
[66] Using the search query from the keyword processing server 130, the client 100 accesses a specific search server to receive the search result (Sl 12). If the search query is 'http://search.naver.com/search.naver?where=nexearch&query=car&frm=tl& sm=top_hty', the client terminal accesses a search server of a search site, "Naver" to receive a search result for "car". If the search query is
'http://search.daum.net/cgi-bin/nsp/search.cgi? nil_profile=g&nil_Search=btn&sw=tot &q= camera', the client terminal accesses a search server of another search site, "Daum" to receive a search result for "camera". In this manner, the client terminal can access the different search servers depending on the specified-keyword groups to receive a specialized search result.
[67]
[68] Second Exemplary Embodiment
[69] A system and method for providing search service by keywords according to a second exemplary embodiment of the present invention will be described with reference to FIG. 5.
[70] The system for providing search service by keywords according to the second exemplary embodiment of the present invention is the same as the system according to the first exemplary embodiment of FIG. 1 except for a structure of the database 140 of the keyword processing server 130.
[71] The keyword processing server 130 determines whether an input keyword is a specified keyword, based on the database 140. If the input keyword is a specified keyword, the keyword processing server 130 sends the keyword to a search server determined by a search query expression matching the group identifier. The database according to the second exemplary embodiment includes a first database and a second database.
[72] FIG. 5 is a schematic diagram illustrating the first database according to the second exemplary embodiment of the present invention. As shown in FIG. 5, the first database stores a plurality of specified keywords that are not grouped, with the specified keywords matching group identifiers. That is, a specified keyword, "car" matches a group identifier "A" in one-to-one correspondence, and a specified keyword, "loan" matches a group identifier "C". In this manner, information on a group to which the specified keyword belongs is determined for each specified keyword. The second database according to the second exemplary embodiment of the present invention stores search query expressions matching the respective group identifiers A, B, C, and D, as in the first exemplary embodiment shown in FIG. 3.
[73] Accordingly, the method for providing search service by keywords according to the second exemplary embodiment is the same as the method according to the first exemplary embodiment described with reference to FIG. 4 except for step S 108. That is, if it is determined that the keyword exists in the first database through search, the keyword processing server extracts the group identifier matching the searched keyword. The keyword processing server then extracts a search query expression matching the group identifier from the second database through search.
[74]
[75] Third exemplary embodiment
[76] A system and method for providing search service by keywords according to a third exemplary embodiment of the present invention will now be described with reference to FIG. 6.
[77] The system for providing search service by keywords according to the third exemplary embodiment of the present invention is the same as the system according to the first exemplary embodiment shown in FIG. 1 except for a structure of the database 140 of the keyword processing server 130. [78] The keyword processing server determines whether the input keyword is a specified keyword, based on a database. If the keyword is a specified keyword, the keyword processing server sends the keyword to a search site determined by a search query expression matching a group identifier. The database according to the third exemplary embodiment includes a plurality of specified-keyword databases and a matching information database.
[79] FIG. 6 is a schematic diagram illustrating the plurality of specified-keyword databases according to the third exemplary embodiment of the present invention. Referring to FIG. 6, each of the specified-keyword databases 141 to 144 includes at least one specified keyword. For example, the specified-keyword database A 141 stores "car", "flower delivery", "loan",... as specified keywords, and the specified- keyword database B 142 stores "camera", "lens", "photograph",... as specified keywords.
[80] The matching information database (not shown) stores position information of the plurality of specified-keyword databases and search query expressions matching the specified-keyword databases.
[81] The method for providing search service by keywords in the system according to the third exemplary embodiment is shown in FIG. 7. Referring to FIG. 7, steps S300 to S305 are the same as steps SlOO to S 105 shown in FIG. 4.
[82] After receiving the keyword (S305), the keyword processing server asks if the received keyword exists in the respective specified-keyword databases 141 to 144, based on position information of the specified-keyword databases stored in the matching information database (S306). The keyword processing server may ask the respective specified-keyword databases 141 to 144 by sequentially sending an ask message to the specified-keyword database A, the specified-keyword database B,... until it receives a response indicating the existence of the keyword. Alternatively, the keyword processing server may simultaneously send the ask message to the respective specified-keyword databases.
[83] If it is determined that the received keyword does not exist in any of the specified- keyword databases, the keyword processing server may determine that the received keyword is not a specified keyword and display a page including an error indication or connect the client terminal to a specific search server or a specific website (S308).
[84] Upon receipt of a response indicating existence of the received keyword in a specific one of the specified-keyword databases, the keyword processing server recognizes the received keyword as a specified keyword, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search (S309).
[85] The keyword processing server 130 then creates a keyword search query using the search query expression (S310), and sends the same to the client terminal (S311), as in the method of FIG. 4. Using the received search query, the client terminal accesses the search engine to receive the search result (S312).
[86]
[87] Fourth to Sixth Exemplary Embodiments
[88] Fourth, fifth, and sixth exemplary embodiments of the present invention will be described with reference to FIGS. 8 to 10.
[89] FIG. 8 is a block diagram illustrating a system for providing search service by keywords according to the fourth, fifth, and sixth exemplary embodiments of the present invention.
[90] Referring to FIG. 8, a client terminal 400 is connected to a domain name service
(DNS) server 410 and a keyword processing server 430. The keyword processing server 430 includes a database 440, like the system of FIG. 1, while the domain name service server 410 includes no proxy module. Instead, the client terminal 400 does not include a keyword identifying module 420.
[91] The keyword identifying module 420 of the client terminal 400 hooks a character string input to an address input box of the client terminal 400 to determine whether the character string is a keyword. The keyword identifying module 420 determines whether the character string is a keyword, like the proxy module 120 of the first exemplary embodiment.
[92] If the character string is not a keyword but a domain name such as a URL, the keyword identifying module 420 sends the character string to the DNS server 410. If the character string is a keyword, the keyword identifying module 420 sends the keyword to the keyword processing server 430.
[93] If the character string input to the client terminal is a keyword, the keyword processing server 430 may receive the keyword and provide a search result for the keyword. That is, the keyword processing server 430 determines whether the received keyword is a specified keyword based on the database 440. If the received keyword is a specified keyword, the keyword processing server 430 determines a group to which the specified keyword belongs and sends the keyword to a search server corresponding to the group.
[94] The database 440 of the keyword processing server 430 according to the fourth exemplary embodiment of the present invention is the same as the database 140 of the keyword processing server 130 according to the first exemplary embodiment of the present invention. Accordingly, the database 440 according to the fourth exemplary embodiment of the present invention includes a first database and a second database as shown in FIGS. 2 and 3. That is, the first database according to the fourth exemplary embodiment of the present invention stores a plurality of specified-keyword groups including at least one specified keyword (e.g., "car", "flower delivery", "camera", "lens", and "mobile phone"), and group identifiers A,B,C,... matching the respective specified-keyword groups. The second database according to the fourth exemplary embodiment of the present invention stores search query expressions matching the group identifiers A, B, C, and D.
[95] The database according to the fifth exemplary embodiment of the present invention is the same as the database according to the second exemplary embodiment of the present invention, and the database according to the sixth exemplary embodiment of the present invention is the same as the database according to the third exemplary embodiment of the present invention. That is, the database according to the fifth exemplary embodiment of the present invention includes a first database and a second database. As shown FIG. 5, the first database stores, as fields, specified keywords and group identifiers matching the specified keywords, and the second database stores search query expressions matching the group identifiers. The database according to the sixth exemplary embodiment of the present invention includes a plurality of specified- keyword databases and a matching information database.
[96] A method for providing search service by keywords in the system according to the fourth exemplary embodiment is shown in FIG. 9.
[97] Referring to FIG. 9, first, if a character string is input to an address input box of the client terminal (S400), the keyword identifying module of the client terminal hooks the character string to determine whether the input character string is a keyword (S401). If the input character string is a keyword, the keyword identifying module sends a URL to the DNS server to perform domain name processing (S402). If the input character string is a keyword, the keyword identifying module sends the keyword to the keyword processing server (S403).
[98] Upon receipt of the keyword (S404), the keyword processing server provides search service by keywords using the database in steps S405 to S411. Steps S405 to S411 in the fourth exemplary embodiment are the same as steps S 106 to Sl 12 according to the first exemplary embodiment.
[99] A method for providing search service by keywords according to the fifth exemplary embodiment of the present invention is the same as the method according to the fourth exemplary embodiment described with reference to FIG. 9 except for step S407. That is, if it is determined that the keyword exists in the first database, the keyword processing server extracts a group identifier matching the searched keyword from the first database. The keyword processing server then extracts a search query expression matching the extracted group identifier from the second database through search.
[100] A method for providing search service by keywords in the system according to the sixth exemplary embodiment of the present invention is shown in FIG. 10.
[101] Referring to FIG. 10, steps S600 to S604 are the same as steps S400 to S404 shown in FIG. 9.
[102] After receiving a keyword (S604), the keyword processing server 430 asks if the received keyword exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database (S605). The keyword processing server 430 may ask the respective specified-keyword databases by sequentially sending an ask message to the specified- keyword database A, the specified-keyword database B,... until it receives a response indicating the existence of the keyword. Alternatively, the keyword processing server may simultaneously send the ask message to the respective specified-keyword databases.
[103] If it is determined that the received keyword does not exist in any of the specified- keyword databases, the keyword processing server may determine that the received keyword is not a specified keyword and display a page including an error indication or connect the client terminal to a specific search server or a specific website (S607).
[104] Upon receipt of a response indicating existence of the received keyword in a specific one of the specified-keyword databases, the keyword processing server recognizes the received keyword as a specified keyword, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search (S608).
[105] Steps S609 to S611 are the same as S409 to S411 of FIG. 9.
[106]
[107] Seventh to Ninth Exemplary Embodiments
[108] Seventh, eighth, and ninth exemplary embodiments of the present invention will be described with reference to FIGS. 11 to 13.
[109] FIG. 11 is a block diagram illustrating a system for providing search service by keywords according to the seventh, eighth, and ninth exemplary embodiments of the present invention. Referring to FIG. 11, a client terminal 700 is connected to a domain name service (DNS) server 710. In this case, the DNS server 710 includes a proxy module 720 that in turn includes a database 740.
[110] The proxy module 720 determines whether a character string sent from the client terminal 700 to the DNS server 710 is a keyword. If the character string is a keyword, a search result for the keyword is provided. That is, the proxy module 720 determines whether the keyword is a specified keyword, based on the database 740. If the keyword is a specified keyword, the proxy module 720 determines a group to which the specified keyword belongs so that the keyword is sent to a search site corresponding to the group. [111] If the character string sent from the client terminal 700 to the DNS server 710 is not a keyword but a domain name such as a URL, the DNS server 710 connects the client terminal 700 to a corresponding web page.
[112] The proxy module 720 determines whether the character string is a keyword, like the proxy module according to the first exemplary embodiment described with reference to FIG. 1. For convenience of description, the proxy module 720 is shown in FIG. 11 as being included in the DNS server 710. However, the proxy module 720 may be included anywhere on a network path from the client terminal 700 to the domain name service server 710 only if the proxy module 720 is in the form of a server or a module and has the above-described function.
[113] The database 740 of the proxy module 720 according to the seventh exemplary embodiment of the present invention is the same as the database 140 of the keyword processing server 130 according to the first exemplary embodiment of the present invention. Accordingly, the database according to the seventh exemplary embodiment of the present invention includes a first database and a second database as shown in FIGS. 2 and 3.
[114] The database according to the eighth exemplary embodiment of the present invention is the same as the database according to the second exemplary embodiment of the present invention, and the database according to the ninth exemplary embodiment of the present invention is the same as the database according to the third exemplary embodiment of the present invention. That is, the database according to the eighth exemplary embodiment of the present invention includes a first database and a second database, and the database according to the ninth exemplary embodiment of the present invention includes a plurality of specified-keyword databases and a matching information database.
[115] A method for providing search service by keywords in the system according to the seventh exemplary embodiment is shown in FIG. 12.
[116] Referring to FIG. 12, if a character string is sent from the client terminal 700 to the domain name service server 710 (S700), the proxy module 720 of the domain name service server determines whether the character string is a keyword (S701). If the character string is not the keyword but a URL, the domain name service server performs domain name processing (S702).
[117] If the character string is a keyword, the proxy module determines whether the keyword exists in the first database (S703). If the keyword does not exist in the first database, the proxy module determines that the keyword is not a specified keyword (S704). If the keyword exists in the first database, the proxy module determines that the keyword is a specified keyword in steps S705 to S709. That is, the proxy module extracts a group identifier of the keyword from the first database, and extracts a search query expression matching the group identifier from the second database through search. The proxy module then creates a keyword search query using the search query expression and sends the search query to the client terminal. The client terminal accesses a search engine based on the search query and receives the search result.
[118] A method for providing search service by keywords according to the eighth exemplary embodiment of the present invention is the same as the method according to the seventh exemplary embodiment as shown in FIG. 12 except for step S705. That is, if it is determined that the keyword exists in the first database, the keyword processing server extracts a group identifier matching the searched keyword. The keyword processing server then extracts a search query expression matching the group identifier from the second database through search.
[119] A method for providing search service by keywords in the system according to the ninth exemplary embodiment of the present invention is shown in FIG. 13.
[120] Referring to FIG. 13, steps S900 to S902 are the same as steps S700 to S702 shown in FIG. 11.
[121] However, if the character string is a keyword, the proxy module asks if the keyword exists in the respective specified-keyword databases, based on position information of the specified-keyword databases stored in the matching information database (S903).
[122] If the received keyword does not exist in all the specified-keyword databases, the proxy module determines that the received keyword is not a specified keyword (S905). Upon receipt of a response indicating existence of the keyword in the specific specified-keyword database, the proxy module recognizes the keyword as a specified keyword and extracts a search query expression matching the specific specified- keyword database from the matching information database through search (S906).
[123] Steps S907 to S909 are the same as steps S707 to S709 shown in FIG. 12.
[124]
[125] Tenth to twelfth Exemplary Embodiments
[126] Tenth, eleventh, and twelfth exemplary embodiments of the present invention will be described with reference to FIGS. 14 to 16.
[127] FIG. 14 is a block diagram illustrating a system for providing search service by keywords according to tenth to twelfth exemplary embodiments of the present invention. Referring to FIG. 14, a client terminal 1000 is connected to a domain name service (DNS) server 1010. In this case, the client terminal 1010 includes a keyword processing module 1030 that in turn includes a database 1040.
[128] The keyword processing module 1030 in the tenth to twelfth exemplary embodiments of the present invention has a similar function to the proxy module 720 in the seventh to ninth exemplary embodiments. That is, the keyword processing module 1030 hooks a character string input to an address input box of the client terminal 1000 to determine whether the character string is a keyword. If the character string is a keyword, a search result for the keyword is provided. Specifically, the keyword processing module 1030 determines whether the keyword is a specified keyword, based on the database 1040. If the keyword is a specified keyword, the keyword processing module 1030 identifies a group to which the specified keyword belongs so that the keyword is sent to a search site corresponding to the group. The keyword processing module 1030 determines whether the character string is a keyword, like the proxy module of the first exemplary embodiment described with reference to FIG. 1.
[129] The database 1040 of the keyword processing module 1030 according to the tenth exemplary embodiment of the present invention is the same as the database 140 of the keyword processing server 130 according to the first exemplary embodiment of the present invention. Accordingly, the database according to the tenth exemplary embodiment of the present invention includes a first database and a second database as shown in FIGS. 2 and 3.
[130] The database according to the eleventh exemplary embodiment of the present invention is the same as the database according to the second exemplary embodiment of the present invention, and the database according to the twelfth exemplary embodiment of the present invention is the same as the database according to the third exemplary embodiment of the present invention. That is, the database according to the eleventh exemplary embodiment of the present invention includes a first database and a second database, and the database according to the twelfth exemplary embodiment of the present invention includes a plurality of specified-keyword databases and a matching information database.
[131] A method for providing search service by keywords in the system according to the tenth exemplary embodiment is shown in FIG. 15.
[132] Referring to FIG. 15, if a character string is input to an address input box of the client terminal (SlOOO), the keyword processing module of the client terminal hooks the character string to determine whether the input character string is a keyword (SlOOl). If the input character string is not a keyword, the keyword processing module sends a URL to the domain name service server to perform domain name processing (S 1002).
[133] If the input character string is a keyword, the keyword processing module determines whether the keyword exists in the first database through search (S 1003). If the keyword exists in the first database, the keyword processing module recognizes the keyword as a specified keyword and extracts a group identifier of the searched keyword group (S 1005). The keyword processing module extracts a search query expression matching the group identifier from the second database through search (S 1006), and creates a keyword search query using the search query expression (S 1007).
[134] When the search query is created, the client terminal accesses the search server based on the search query and receives the search result (S 1008).
[135] A method for providing search service by keywords according to the eleventh exemplary embodiment of the present invention is the same as the method according to the tenth exemplary embodiment described with reference to FIG. 15 except for step S 1005. That is, if it is determined that a corresponding keyword exists in the first database through search, the keyword processing module extracts a group identifier matching the searched keyword. The keyword processing module then extracts a search query expression matching the group identifier from the second database through search.
[136] A method for providing search service by keywords in the system according to the twelfth exemplary embodiment of the present invention is shown in FIG. 16.
[137] Referring to FIG. 16, steps S1200 to S1202 are the same as steps SlOOO to S1002 of
FIG. 15.
[138] However, if the character string is a keyword, the keyword processing module asks if the received keyword exists in the respective specified-keyword databases, based on position information of the specified-keyword databases stored in the matching information database (S 1203).
[139] If it is determined that the keyword does not exist in any of the specified-keyword databases, the keyword processing module determines that the keyword is not a specified keyword (S 1205). If it is determined that the keyword exists in the specific specified-keyword database, the keyword processing module recognizes the keyword as a specified keyword and extracts a search query expression matching the specific specified-keyword database from the matching information database (S 1206).
[140] Steps S1207 to S1208 are the same as S1007 to S1008 of FIG. 15.
[141] While the invention has been shown and described with reference to certain exemplary embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.
[142]

Claims

Claims
[1] A system for providing search service by keywords, comprising: a proxy module for determining whether a character string from a client terminal is a keyword, and if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal; and a keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[2] A system for providing search service by keywords, comprising: a keyword identifying module for hooking a character string input to a client terminal to determine whether the character string is a keyword, and if the character string is a keyword, sending the keyword to a keyword processing server; and the keyword processing server for performing search on a database to determine whether the keyword from the client terminal is a specified keyword, wherein if the keyword is a specified keyword, the keyword processing server extracts a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword, and sends the search query to the client terminal, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[3] The system of claim 1 or 2, wherein the database comprises a first database for storing a plurality of specified-keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing server extracts a group identifier of a specified-keyword group including the specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extracts the search query expression matching the group identifier from the second database through search.
[4] The system of claim 1 or 2, wherein the database comprises a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing server extracts a group identifier matching a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search.
[5] The system of claim 1 or 2, wherein the database comprises a plurality of specified-keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the keyword processing server asks if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
[6] A method for providing search service by keywords, comprising:
(a) determining, by a proxy module, whether a character string from a client terminal is a keyword;
(b) if the character string is a keyword, sending an Internet address of a keyword processing server to the client terminal;
(c) sending, by the client terminal, the keyword to the keyword processing server;
(d) determining, by the keyword processing server, whether the received keyword is a specified keyword;
(e) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs;
(f) creating a search query for the specified keyword using the search query expression;
(g) sending, by the keyword processing server, the search query to the client terminal; and
(h) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[7] A method for providing search service by keywords, comprising: (a) hooking, by a keyword identifying module, a character string input to a client terminal;
(b) determining, by the keyword identifying module, whether the hooked character string is a keyword;
(c) if the character string is a keyword, sending the keyword to a keyword processing server;
(d) determining, by the keyword processing server, whether the received keyword is a specified keyword;
(e) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs;
(f) creating a search query for the specified keyword using the search query expression;
(g) sending, by the keyword processing server, the search query to the client terminal; and
(h) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[8] The method of claim 6 or 7, wherein step (d) comprises performing, by the keyword processing server, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (e) comprises extracting, by the keyword processing server, a group identifier matching a specified-key word group including the specified keyword from the first database, and extracting a search query expression matching the group identifier from the second database through search.
[9] The method of claim 6 or 7, wherein step (d) comprises performing, by the keyword processing server, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (e) comprises extracting, by the keyword processing server, a group identifier matching the specified keyword in one-to-one correspondence from the first database, and extracting a search query expression matching the group identifier from the second database through search.
[10] The method of claim 6 or 7, wherein step (d) comprises asking, by the keyword processing server, if the keyword from the client terminal exists in the respective specified-key word databases, based on the position information of the specified- keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database, and step (e) comprises extracting, by the keyword processing server, a search query expression matching the specific specified-keyword database from the matching information database through search.
[11] A system for providing search service by keywords, comprising a proxy module for determining whether a character string from a client terminal is a keyword, performing search on a database to determine whether the keyword is a specified keyword if the character string is the keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword if the keyword is a specified keyword, and sending the search query to the client terminal, wherein the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[12] The system of claim 11, wherein the database comprises a first database for storing a plurality of specified-keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the proxy module extracts a group identifier of a specified-keyword group including a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search.
[13] The system of claim 11, wherein the database comprises a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the proxy module extracts a group identifier matching a specified keyword corresponding to the keyword from the client terminal, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search.
[14] The system of claim 11, wherein the database comprises a plurality of specified- keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the proxy module asks if the keyword from the client terminal exists in the respective specified-keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
[15] A method for providing search service by keywords, comprising:
(a) determining, by a proxy module, whether a character string from a client terminal is a keyword;
(b) if the character string is a keyword, determining whether the keyword is a specified keyword;
(c) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs;
(d) creating a search query for the specified keyword using the search query expression;
(e) sending, by the proxy module, the search query to the client terminal; and
(f) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[16] The method of claim 15, wherein step (b) comprises performing, by the proxy module, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (c) comprises extracting, by the proxy module, a group identifier matching a specified-keyword group including the specified keyword, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
[17] The method of claim 15, wherein step (b) comprises performing, by the proxy module, search on the first database and determining that the keyword from the client terminal is a specified keyword when a keyword matching the keyword from the client terminal exists in the first database, and step (c) comprises extracting, by the proxy module, a group identifier matching the specified keyword in one-to-one correspondence, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
[18] The method of claim 15, wherein step (b) comprises asking, by the proxy module, if the keyword from the client terminal exists in the respective specified- keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database, and step (c) comprises extracting, by the proxy module, a search query expression matching the specific specified-keyword database from the matching information database through search.
[19] A system for providing search service by keywords, comprising a keyword processing module for hooking a character string input to a client terminal to determine whether the character string is a keyword, performing search on a database to determine whether the keyword is a specified keyword if the character string is the keyword, and extracting a search query expression matching a group identifier of a group to which the specified keyword belongs to create a search query for the specified keyword if the keyword is a specified keyword, wherein: the client terminal accesses a specific search server based on the search query to receive a specialized search result.
[20] The system of claim 19, wherein the database comprises a first database for storing a plurality of specified-keyword groups each including at least one specified keyword, and a plurality of group identifiers matching the plurality of specified-keyword groups; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing module extracts a group identifier of a specified- keyword group including the specified keyword corresponding to the keyword, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search.
[21] The system of claim 19, wherein the database comprises a first database for storing, as fields, a plurality of specified keywords and group identifiers matching the specified keywords in one-to-one correspondence; and a second database for storing a plurality of search query expressions matching the plurality of group identifiers, and the keyword processing module extracts a group identifier matching a specified keyword corresponding to the keyword, from the first database through search, and extracts a search query expression matching the group identifier from the second database through search.
[22] The system of claim 19, wherein the database comprises a plurality of specified- keyword databases each for storing at least one specified keyword; and a matching information database for storing position information on the plurality of specified-keyword databases and search query expressions matching the respective specified-keyword databases, and the keyword processing module asks if the keyword exists in the respective specified-keyword databases, based on the position information of the specified- keyword databases stored in the matching information database, and extracts a search query expression matching the specific specified-keyword database from the matching information database through search upon receipt of a response indicating existence of the keyword in the specific specified-keyword database.
[23] A method for providing search service by keywords, comprising:
(a) hooking, by a keyword processing module, a character string input to a client terminal;
(b) determining, by the keyword processing module, whether the hooked character string is a keyword;
(c) if the character string is a keyword, determining whether the keyword is a specified keyword;
(d) if the keyword is a specified keyword, extracting a search query expression matching a group identifier of a group to which the specified keyword belongs;
(e) creating a search query for the specified keyword using the search query expression; and
(f) accessing, by the client terminal, a specific search server based on the search query to receive a specialized search result.
[24] The method of claim 23, wherein step (c) comprises performing, by the keyword processing module, search on the first database and determining that the hooked keyword is a specified keyword when a keyword matching the hooked keyword exists in the first database, and step (d) comprises extracting, by the keyword processing module, a group identifier matching a specified-keyword group including the specified keyword, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
[25] The method of claim 23, wherein step (c) comprises performing, by the keyword processing module, search on the first database and determining that the hooked keyword is a specified keyword when a keyword matching the hooked keyword exists in the first database, and step (d) comprises extracting, by the keyword processing module, a group identifier matching the specified keyword in one-to-one correspondence, from the first database, and extracting a search query expression matching the group identifier from the second database through search.
[26] The method of claim 23, wherein step (c) comprises asking, by the keyword processing module, if the hooked keyword exists in the respective specified- keyword databases, based on the position information of the specified-keyword databases stored in the matching information database, and determining that the keyword is a specified keyword upon a response indicating existence of the keyword in the specific specified-keyword database, and step (d) comprises extracting, by the keyword processing module, a search query expression matching the specific specified-keyword database from the matching information database through search. [27] A recording medium having a program recorded thereon for performing a method for providing search service by keywords according to any of claims 6, 7, 15, and 23.
PCT/KR2008/000656 2007-02-09 2008-02-04 System and method for providing search service by keywords WO2008096992A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020070013971A KR20080074617A (en) 2007-02-09 2007-02-09 System and method for providing search service by keywords
KR10-2007-0013971 2007-02-09

Publications (1)

Publication Number Publication Date
WO2008096992A1 true WO2008096992A1 (en) 2008-08-14

Family

ID=39681856

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2008/000656 WO2008096992A1 (en) 2007-02-09 2008-02-04 System and method for providing search service by keywords

Country Status (2)

Country Link
KR (1) KR20080074617A (en)
WO (1) WO2008096992A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298746A (en) * 2014-10-10 2015-01-21 北京大学 Domain literature keyword extracting method based on phrase network diagram sorting
WO2018074714A1 (en) * 2016-10-20 2018-04-26 네이버 주식회사 Method and system for providing recommended queries for search result
US11475015B2 (en) 2020-11-20 2022-10-18 Coupang Corp. Systems and method for generating search terms

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101147508B1 (en) * 2009-08-25 2012-05-21 (주)윕스 Apparatus and Method for recommending of search formula
US20130117257A1 (en) * 2011-11-03 2013-05-09 Microsoft Corporation Query result estimation
KR101638821B1 (en) * 2015-04-16 2016-07-12 네이버 주식회사 Method, system and recording medium for providing automatically completed recommended word using domain property

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030066064A (en) * 2002-02-04 2003-08-09 야후코리아 주식회사 Internet searching service system for displaying a search result to different user interface depending on query and searching method thereof
US7058626B1 (en) * 1999-07-28 2006-06-06 International Business Machines Corporation Method and system for providing native language query service
US20070027856A1 (en) * 2005-07-27 2007-02-01 Nhn Corporation Product searching system and method using search logic according to each category

Patent Citations (3)

* 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
KR20030066064A (en) * 2002-02-04 2003-08-09 야후코리아 주식회사 Internet searching service system for displaying a search result to different user interface depending on query and searching method thereof
US20070027856A1 (en) * 2005-07-27 2007-02-01 Nhn Corporation Product searching system and method using search logic according to each category

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298746A (en) * 2014-10-10 2015-01-21 北京大学 Domain literature keyword extracting method based on phrase network diagram sorting
WO2018074714A1 (en) * 2016-10-20 2018-04-26 네이버 주식회사 Method and system for providing recommended queries for search result
US11475015B2 (en) 2020-11-20 2022-10-18 Coupang Corp. Systems and method for generating search terms

Also Published As

Publication number Publication date
KR20080074617A (en) 2008-08-13

Similar Documents

Publication Publication Date Title
US6745248B1 (en) Method and apparatus for analyzing domain name registrations
KR100473086B1 (en) Method and system for accessing information on a network
US9219705B2 (en) Scaling network services using DNS
US6381651B1 (en) Information processing apparatus and method enabling users to easily acquire information that occurs on a network and suits their favorites
US7797350B2 (en) System and method for processing downloaded data
EP1027793B1 (en) Communication system and method
JP5140658B2 (en) How to insert content provided from an external web server into the community homepage
US20020078045A1 (en) System, method, and program for ranking search results using user category weighting
CN103891247B (en) Method and system for domain name system based discovery of devices and objects
EP0926606A2 (en) Document data linking apparatus
CN110430188B (en) Rapid URL filtering method and device
WO2008096992A1 (en) System and method for providing search service by keywords
JP2007249578A (en) Attribute presumption program and attribute information providing system
CN1571967B (en) Search system and method
JP2003006225A (en) Information providing method, information providing device, and terminal therefor
EP1293916A3 (en) Search system using real name and method thereof
JP2009157503A (en) Distribution server and distribution method
WO2002099697A1 (en) Method and system for displaying the searching result with specified image
JP4624956B2 (en) Information providing method, system, and program
CN107665226A (en) The method for pushing and pusher of a kind of information
JP2001312520A (en) System to link document data, display/access system linking address, and distribution system for linked document data
CN111221781B (en) Data searching method, device, electronic equipment and system
KR20030024296A (en) System for acc esing web page using real names and method thereof
KR100347987B1 (en) Method of Application Services using Supplementary Information for Internet Addresses
KR20000012594A (en) Management system and method for internet domains

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08712308

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2009548992

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS (EPO FORM 1205A DATED 20-10-2009)

NENP Non-entry into the national phase

Ref country code: JP

122 Ep: pct application non-entry in european phase

Ref document number: 08712308

Country of ref document: EP

Kind code of ref document: A1