The disclosed embodiments relate generally to analyzing place names extracted in a collection of documents. More particularly, the disclosed embodiments relate to analyzing place names that have been extracted from documents such as web pages.
Place names extracted from different sources have a variety of formats and may contain typographical errors, omissions, or unclear language. There may also be ambiguity as to whether a word represents a place name and whether different place names represent the same location. It is useful to have a way to identify the precise location of a place name.
In accordance with one aspect of the disclosed implementations, a computer-implemented method and computer program product process a text string within an object stored in memory to identify a first potential place name. The method and computer program product determine whether geographic location coordinates are known for the first potential place name. Further, the method and computer program product identify the first potential place name as a place name and tag the identified place name associated with an object in the memory with its geographic location coordinates, when the geographic location coordinates for the first identified place name are known.
In one implementation, a system includes a potential place name identifier to determine if a text string contains a first potential place name. The system also includes a coordinate determiner to determine whether geographic location coordinates are known for the first potential place name. In addition, the system includes a place name identifier to determine whether the first potential place name is a place name and a coordinate assignor to tag the first identified place name associated with an object in the memory with its geographic location coordinates, when the geographic location coordinates for the first identified place name are known.
Embodiments of the present invention are now described with reference to the figures where like reference numbers indicate identical or functionally similar elements.
Document hosts 102 store documents and provide access to documents. A document is comprised of any machine-readable data including any combination of text, graphics, multimedia content, etc. One example of a document is a book (e.g., fiction or nonfiction) in machine-readable form. A document may be encoded in a markup language, such as Hypertext Markup Language (HTML), e.g., a web page, in an interpreted language (e.g., JavaScript) or in any other computer readable or executable format. A document can include one or more hyperlinks to other documents. A typical document will include one or more facts within its content. A document stored in a document host 102 may be located and/or identified by a Uniform Resource Locator (URL), or Web address, or any other appropriate form of identification and/or location. A document host 102 is implemented by a computer system, and typically includes a server adapted to communicate over the network 104 via networking protocols (e.g., TCP/IP), as well as application and presentation protocols (e.g., HTTP, HTML, SOAP, D-HTML, Java). The documents stored by a host 102 are typically held in a file directory, a database, or other data repository. A host 102 can be implemented in any computing device (e.g., from a PDA or personal computer, a workstation, mini-computer, or mainframe, to a cluster or grid of computers), as well as in any processor architecture or operating system.
Janitors 110 operate to process facts extracted by importer 108. This processing can include but is not limited to, data cleansing, object merging, and fact induction. In one embodiment, there are a number of different janitors 110 that perform different types of data management operations on the facts. For example, one janitor 110 may traverse some set of facts in the repository 115 to find duplicate facts (that is, facts that convey the same factual information) and merge them. Another janitor 110 may also normalize facts into standard formats. Another janitor 110 may also remove unwanted facts from repository 115, such as facts related to pornographic content. Other types of janitors 110 may be implemented, depending on the types of data management functions desired, such as translation, compression, spelling or grammar correction, and the like.
Various janitors 110 act on facts to normalize attribute names, and values and delete duplicate and near-duplicate facts so an object does not have redundant information. For example, we might find on one page that Britney Spears' birthday is “12/2/1981” while on another page that her date of birth is “December 2, 1981.” Birthday and Date of Birth might both be rewritten as Birthdate by one janitor and then another janitor might notice that 12/2/1981 and December 2, 1981 are different forms of the same date. It would choose the preferred form, remove the other fact and combine the source lists for the two facts. As a result when you look at the source pages for this fact, on some you'll find an exact match of the fact and on others text that is considered to be synonymous with the fact.
Build engine 112 builds and manages the repository 115. Service engine 114 is an interface for querying the repository 115. Service engine 114′s main function is to process queries, score matching objects, and return them to the caller but it is also used by janitor 110.
Repository 115 stores factual information extracted from a plurality of documents that are located on document hosts 102. A document from which a particular fact may be extracted is a source document (or “source”) of that particular fact. In other words, a source of a fact includes that fact (or a synonymous fact) within its contents.
Repository 115 contains one or more facts. In one embodiment, each fact is associated with exactly one object. One implementation for this association includes in each fact an object ID that uniquely identifies the object of the association. In this manner, any text string of facts may be associated with an individual object, by including the object ID for that object in the facts. In one embodiment, objects themselves are not physically stored in the repository 115, but rather are defined by the set or group of facts with the same associated object ID, as described below. Further details about facts in repository 115 are described below, in relation to
It should be appreciated that in practice at least some of the components of the data processing system 106 will be distributed over multiple computers, communicating over a network. For example, repository 115 may be deployed over multiple servers. As another example, the janitors 110 may be located on any text string of different computers. For convenience of explanation, however, the components of the data processing system 106 are discussed as though they were implemented on a single computer.
In another embodiment, some or all of document hosts 102 are located on data processing system 106 instead of being coupled to data processing system 106 by a network. For example, importer 108 may import facts from a database that is a part of or associated with data processing system 106.
As described above, each fact is associated with an object ID 209 that identifies the object that the fact describes. Thus, each fact that is associated with a same entity (such as George Washington), will have the same object ID 209. In one embodiment, objects are not stored as separate data entities in memory. In this embodiment, the facts associated with an object contain the same object ID, but no physical object exists. In another embodiment, objects are stored as data entities in memory, and include references (for example, pointers or IDs) to the facts associated with the object. The logical data structure of a fact can take various forms; in general, a fact is represented by a tuple that includes a fact ID, an attribute, a value, and an object ID. The storage implementation of a fact can be in any underlying physical data structure.
Also, while the illustration of
Each fact 204 also may include one or more metrics 218. A metric provides an indication of the some quality of the fact. In some embodiments, the metrics include a confidence level and an importance level. The confidence level indicates the likelihood that the fact is correct. The importance level indicates the relevance of the fact to the object, compared to other facts for the same object. The importance level may optionally be viewed as a measure of how vital a fact is to an understanding of the entity or concept represented by the object.
Each fact 204 includes a list of one or more sources 220 that include the fact and from which the fact was extracted. Each source may be identified by a Uniform Resource Locator (URL), or Web address, or any other appropriate form of identification and/or location, such as a unique document identifier.
The facts illustrated in
Some embodiments include one or more specialized facts, such as a name fact 207 and a property fact 208. A name fact 207 is a fact that conveys a name for the entity or concept represented by the object ID. A name fact 207 includes an attribute 224 of “name” and a value, which is the name of the object. For example, for an object representing the country Spain, a name fact would have the value “Spain.” A name fact 207, being a special instance of a general fact 204, includes the same fields as any other fact 204; it has an attribute, a value, a fact ID, metrics, sources, etc. The attribute 224 of a name fact 207 indicates that the fact is a name fact, and the value is the actual name. The name may be a string of characters. An object ID may have one or more associated name facts, as many entities or concepts can have more than one name. For example, an object ID representing Spain may have associated name facts conveying the country's common name “Spain” and the official name “Kingdom of Spain.” As another example, an object ID representing the U.S. Patent and Trademark Office may have associated name facts conveying the agency's acronyms “PTO” and “USPTO” as well as the official name “United States Patent and Trademark Office.” If an object does have more than one associated name fact, one of the name facts may be designated as a primary name and other name facts may be designated as secondary names, either implicitly or explicitly.
A property fact 208 is a fact that conveys a statement about the entity or concept represented by the object ID. Property facts are generally used for summary information about an object. A property fact 208, being a special instance of a general fact 204, also includes the same parameters (such as attribute, value, fact ID, etc.) as other facts 204. The attribute field 226 of a property fact 208 indicates that the fact is a property fact (e.g., attribute is “property”) and the value is a string of text that conveys the statement of interest. For example, for the object ID representing Bill Clinton, the value of a property fact may be the text string “Bill Clinton was the 42nd President of the United States from 1993 to 2001.” Some object IDs may have one or more associated property facts while other objects may have no associated property facts. It should be appreciated that the data structures shown in
As described previously, a collection of facts is associated with an object ID of an object. An object may become a null or empty object when facts are disassociated from the object. A null object can arise in a number of different ways. One type of null object is an object that has had all of its facts (including name facts) removed, leaving no facts associated with its object ID. Another type of null object is an object that has all of its associated facts other than name facts removed, leaving only its name fact(s). Alternatively, the object may be a null object only if all of its associated name facts are removed. A null object represents an entity or concept for which the data processing system 106 has no factual information and, as far as the data processing system 106 is concerned, does not exist. In some embodiments, facts of a null object may be left in the repository 115, but have their object ID values cleared (or have their importance to a negative value). However, the facts of the null object are treated as if they were removed from the repository 115. In some other embodiments, facts of null objects are physically removed from repository 115.
According to one embodiment, geopoint janitor 304 determines whether at least one text string listed within source document 302 is a potential place name through the application of various rules 308, as described below with reference to
According to one embodiment, geopoint janitor 304 processes a text string to identify one or more potential place names 410. The text string may contain multiple sentences (e.g. “I love visiting Las Vegas, as long as the trip lasts no longer than 48 hours. Also, it's best if at least two years have elapsed since my last trip.”) The text string may be only a single word (e.g. “Hawaii”).
Geopoint janitor 304 processes a text string to identify a potential place name 410 by examining whether the text string contains sequences of one or more capitalized words. For example, in the text, “I visited the Empire State Building in New York City,” geopoint janitor 304 would examine the sequences, “I”, “Empire State Building” and “New York City.” The capitalized words may be one or more capitalized letters, such as “NY” and “N.Y.” Geopoint Janitor examines the text string to identify a potential place name in accordance with various rules 308, such as eliminating consideration of certain noise words (e.g., The, Moreover, Although, In, However, I, Mr., Ms.) or not considering the first word of a sentence. In the previous example, the first sequence, “I”, would be excluded from consideration based on rules eliminating noise words and/or the first word of a sentence. As another example of a rule 308, geopoint janitor 304 may consider the words preceding and/or following a potential place name. For instance, words after the word “in” in the previous example would be examined because “in” often precedes a place name. Knowledge of what often precedes a place name can be learned through an iterative process. For example, “in” could be learned from the above example if the geopoint janitor 304 already knows that “New York City” is a place.
Turning now to
Further, geopoint janitor 304 could also examine object type in determining whether a text string contains potential place name. In
Moreover, a rule may be created that if the type of an object (such as “China”) is a place and if the attribute name for the text string at issue (associated with that object) is a name, then the text string at issue must contain a place name. This rule may be part of rules 308 (
In addition, the geopoint janitor 304 can determine which attributes are likely associated with location values. For example, if an attribute (i.e. Favorite Place) is determined to correspond to a location value more than a specified proportion of the time, geopoint janitor 304 can create a rule that all values associated with such an attribute are locations. For instance, assume the following facts were available:
Country: United States
Country: Russia
Country: UK
Favorite Place: Argentina
Favorite Place: UK
Favorite Place: The White House
In Example 1A, geopoint janitor 304 might not recognize UK as a place name at first. However, after the United States and Russia were both found to be places, geopoint janitor 304 could make the determination that a “Country” attribute is a “place” and therefore determine that the UK is a place. In Example 1B, after the determination has been made that the UK is a place, and Argentina is a place, geopoint janitor 304 could make the determination that a “Favorite Place” attribute would correspond to a “place” value, so “The White House” is also likely to be a place. Geopoint janitor 304 can then use the expanded list of place-related attributes to search for additional place names.
In
Returning now to
The lookup functions described above may yield various results. In one embodiment, a look up yields a place name with a latitude and a longitude. In another embodiment, the lookup results in the determination that the potential place name is in fact a place name, though it does not have location coordinates. Another lookup result is a place name with a bounding area 910 that has a latitude and longitude coordinate range, as shown for example in
When a lookup returns conflicting results, geopoint janitor 304 provides various disambiguation techniques for resolving the differences. In one embodiment, the lookup result that occurs most frequently is the preferred result. For example, if the lookup of a “New York” string returned one geolocation of “New York City” and another of “New York State”, the preferred result would be the result that appears most frequently.
In another embodiment, geopoint janitor 304 would examine the overlap of the returned results for disambiguation.
The geopoint janitor 304 could also look at the context of the original source document, such as a web page from which the document was extracted. For example, if the source page describes Greek history, has Greek words on it, or is from a .gr domain, the geopoint janitor 304 would select the geopoint location coordinates in Greece rather than those in Georgia.
In another embodiment, the geopoint janitor 304 determines any overlap between the potential geographic location coordinates and various location facts. As shown in
Returning now to
Similarly, the potential place name of “Empire State” in
Reference in the specification to “one embodiment” or to “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiments is included in at least one embodiment of the disclosed herein. The appearances of the phrase “in one embodiment” in various places in the specification are not necessarily all referring to the same embodiment.
Some portions of the above are presented in terms of methods and symbolic representations of operations on data bits within a computer memory. These descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. A method is here, and generally, conceived to be a self-consistent sequence of steps (instructions) leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical, magnetic or optical signals capable of being stored, transferred, combined, compared and otherwise manipulated. It is convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, text strings, or the like. Furthermore, it is also convenient at times, to refer to certain arrangements of steps requiring physical manipulations of physical quantities as modules or code devices, without loss of generality.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or “determining” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system memories or registers or other such information storage, transmission or display devices.
Certain aspects of the disclosed implementations include process steps and instructions described herein in the form of a method. It should be noted that the process steps and instructions of the disclosed implementations can be embodied in software, firmware or hardware, and when embodied in software, can be downloaded to reside on and be operated from different platforms used by a variety of operating systems.
The disclosed implementations also relate to an apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, application specific integrated circuits (ASICs), or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus. Furthermore, the computers referred to in the specification may include a single processor or may be architectures employing multiple processor designs for increased computing capability.
The methods and displays presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems may also be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these systems will appear from the description below. In addition, the disclosed implementations are not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the disclosed implementations as described herein, and any references below to specific languages are provided for disclosure of enablement and best mode of the disclosed implementations.
While the disclosed implementations have been particularly shown and described with reference to one embodiment and several alternate embodiments, it will be understood by persons skilled in the relevant art that various changes in form and details can be made therein without departing from the spirit and scope of the disclosed implementations.
Finally, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter. Accordingly, the present disclosure is intended to be illustrative, but not limiting, of the scope of the disclosed implementations, which is set forth in the following claims.
This application is a continuation of and claims priority to U.S. patent application Ser. No. 11/686,217, filed Mar. 14, 2007, entitled “Geopoint Janitor,” which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
4888690 | Huber | Dec 1989 | A |
4899292 | Montagna et al. | Feb 1990 | A |
5010478 | Deran | Apr 1991 | A |
5133075 | Risch | Jul 1992 | A |
5347653 | Flynn et al. | Sep 1994 | A |
5440730 | Elmasri et al. | Aug 1995 | A |
5475819 | Miller et al. | Dec 1995 | A |
5519608 | Kupiec | May 1996 | A |
5544051 | Senn et al. | Aug 1996 | A |
5546507 | Staub | Aug 1996 | A |
5560005 | Hoover et al. | Sep 1996 | A |
5574898 | Leblang et al. | Nov 1996 | A |
5675785 | Hall et al. | Oct 1997 | A |
5680622 | Even | Oct 1997 | A |
5694590 | Thuraisingham et al. | Dec 1997 | A |
5701470 | Joy et al. | Dec 1997 | A |
5717911 | Madrid et al. | Feb 1998 | A |
5717951 | Yabumoto | Feb 1998 | A |
5724571 | Woods | Mar 1998 | A |
5778373 | Levy et al. | Jul 1998 | A |
5778378 | Rubin | Jul 1998 | A |
5787413 | Kauffman et al. | Jul 1998 | A |
5793966 | Amstein | Aug 1998 | A |
5802299 | Logan et al. | Sep 1998 | A |
5815415 | Bentley et al. | Sep 1998 | A |
5819210 | Maxwell, III et al. | Oct 1998 | A |
5819265 | Ravin et al. | Oct 1998 | A |
5822743 | Gupta et al. | Oct 1998 | A |
5826258 | Gupta et al. | Oct 1998 | A |
5832479 | Berkowitz et al. | Nov 1998 | A |
5838979 | Hart et al. | Nov 1998 | A |
5870739 | Davis, III et al. | Feb 1999 | A |
5882743 | McConnell | Mar 1999 | A |
5905980 | Masuichi et al. | May 1999 | A |
5909689 | Van Ryzin | Jun 1999 | A |
5920859 | Li | Jul 1999 | A |
5943670 | Prager | Aug 1999 | A |
5946692 | Faloutsos et al. | Aug 1999 | A |
5956718 | Prasad et al. | Sep 1999 | A |
5963940 | Liddy et al. | Oct 1999 | A |
5974254 | Hsu | Oct 1999 | A |
5987460 | Niwa et al. | Nov 1999 | A |
6006221 | Liddy | Dec 1999 | A |
6014661 | Ahlberg et al. | Jan 2000 | A |
6018741 | Howland et al. | Jan 2000 | A |
6026388 | Liddy et al. | Feb 2000 | A |
6029195 | Herz | Feb 2000 | A |
6038560 | Wical | Mar 2000 | A |
6044366 | Graffe et al. | Mar 2000 | A |
6052693 | Smith et al. | Apr 2000 | A |
6064952 | Imanaka et al. | May 2000 | A |
6073130 | Jacobson et al. | Jun 2000 | A |
6078918 | Allen et al. | Jun 2000 | A |
6101515 | Wical et al. | Aug 2000 | A |
6105020 | Lindsay et al. | Aug 2000 | A |
6105030 | Syed et al. | Aug 2000 | A |
6112203 | Bharat et al. | Aug 2000 | A |
6112210 | Nori et al. | Aug 2000 | A |
6122647 | Horowitz et al. | Sep 2000 | A |
6134555 | Chadha et al. | Oct 2000 | A |
6138270 | Hsu | Oct 2000 | A |
6182063 | Woods | Jan 2001 | B1 |
6202065 | Wills | Mar 2001 | B1 |
6212526 | Chaudhuri et al. | Apr 2001 | B1 |
6216138 | Wells et al. | Apr 2001 | B1 |
6222540 | Sacerdoti | Apr 2001 | B1 |
6240546 | Lee et al. | May 2001 | B1 |
6263328 | Coden et al. | Jul 2001 | B1 |
6263335 | Paik et al. | Jul 2001 | B1 |
6263358 | Lee et al. | Jul 2001 | B1 |
6266805 | Nwana et al. | Jul 2001 | B1 |
6285999 | Page | Sep 2001 | B1 |
6289338 | Stoffel et al. | Sep 2001 | B1 |
6304864 | Liddy et al. | Oct 2001 | B1 |
6311189 | DeVries et al. | Oct 2001 | B1 |
6311194 | Sheth | Oct 2001 | B1 |
6314555 | Ndumu et al. | Nov 2001 | B1 |
6326962 | Szabo | Dec 2001 | B1 |
6327574 | Kramer et al. | Dec 2001 | B1 |
6349275 | Schumacher et al. | Feb 2002 | B1 |
6363179 | Evans et al. | Mar 2002 | B1 |
6377943 | Jakobsson | Apr 2002 | B1 |
6397228 | Lamburt et al. | May 2002 | B1 |
6438543 | Kazi et al. | Aug 2002 | B1 |
6470330 | Das et al. | Oct 2002 | B1 |
6473898 | Waugh et al. | Oct 2002 | B1 |
6480194 | Sang'udi et al. | Nov 2002 | B1 |
6487495 | Gale et al. | Nov 2002 | B1 |
6502102 | Haswell et al. | Dec 2002 | B1 |
6519631 | Rosenschein et al. | Feb 2003 | B1 |
6529900 | Patterson et al. | Mar 2003 | B1 |
6556991 | Borkovsky | Apr 2003 | B1 |
6565610 | Wang et al. | May 2003 | B1 |
6567846 | Garg et al. | May 2003 | B1 |
6567936 | Yang et al. | May 2003 | B1 |
6572661 | Stern | Jun 2003 | B1 |
6578032 | Chandrasekar et al. | Jun 2003 | B1 |
6584464 | Warthen | Jun 2003 | B1 |
6584646 | Fujita | Jul 2003 | B2 |
6594658 | Woods | Jul 2003 | B2 |
6606625 | Muslea et al. | Aug 2003 | B1 |
6606659 | Hegli et al. | Aug 2003 | B1 |
6609123 | Cazemier et al. | Aug 2003 | B1 |
6629097 | Keith | Sep 2003 | B1 |
6636742 | Torkki et al. | Oct 2003 | B1 |
6643641 | Snyder | Nov 2003 | B1 |
6656991 | Staccione et al. | Dec 2003 | B2 |
6665659 | Logan | Dec 2003 | B1 |
6665666 | Brown et al. | Dec 2003 | B1 |
6665837 | Dean et al. | Dec 2003 | B1 |
6675159 | Lin et al. | Jan 2004 | B1 |
6684205 | Modha et al. | Jan 2004 | B1 |
6693651 | Bicbesheimer et al. | Feb 2004 | B2 |
6704726 | Amouroux | Mar 2004 | B1 |
6718324 | Edlund et al. | Apr 2004 | B2 |
6738767 | Chung et al. | May 2004 | B1 |
6745189 | Schreiber | Jun 2004 | B2 |
6754873 | Law et al. | Jun 2004 | B1 |
6763496 | Hennings et al. | Jul 2004 | B1 |
6799176 | Page | Sep 2004 | B1 |
6804667 | Martin | Oct 2004 | B1 |
6820081 | Kawai et al. | Nov 2004 | B1 |
6820093 | de la Huerga | Nov 2004 | B2 |
6823495 | Vedula et al. | Nov 2004 | B1 |
6832218 | Emens et al. | Dec 2004 | B1 |
6845354 | Kuo et al. | Jan 2005 | B1 |
6850896 | Kelman et al. | Feb 2005 | B1 |
6868411 | Shanahan | Mar 2005 | B2 |
6873982 | Bates et al. | Mar 2005 | B1 |
6873993 | Charlesworth et al. | Mar 2005 | B2 |
6885990 | Ohmori et al. | Apr 2005 | B1 |
6886005 | Davis | Apr 2005 | B2 |
6886010 | Kostoff | Apr 2005 | B2 |
6901403 | Bata et al. | May 2005 | B1 |
6904429 | Sako et al. | Jun 2005 | B2 |
6928436 | Baudel | Aug 2005 | B2 |
6957213 | Yuret | Oct 2005 | B1 |
6961723 | Faybishenko et al. | Nov 2005 | B2 |
6963880 | Pingte | Nov 2005 | B1 |
6965900 | Srinivasa | Nov 2005 | B2 |
6968343 | Charisius et al. | Nov 2005 | B2 |
6996572 | Chakrabarti et al. | Feb 2006 | B1 |
7003506 | Fisk | Feb 2006 | B1 |
7003522 | Reynar et al. | Feb 2006 | B1 |
7003719 | Rosenoff et al. | Feb 2006 | B1 |
7007228 | Carro | Feb 2006 | B1 |
7013308 | Tunstall-Pedoe | Mar 2006 | B1 |
7020662 | Boreham et al. | Mar 2006 | B2 |
7031955 | de Souza et al. | Apr 2006 | B1 |
7043521 | Eitel | May 2006 | B2 |
7051023 | Kapur et al. | May 2006 | B2 |
7076491 | Tsao | Jul 2006 | B2 |
7080073 | Jiang et al. | Jul 2006 | B1 |
7080085 | Choy et al. | Jul 2006 | B1 |
7100082 | Little et al. | Aug 2006 | B2 |
7100083 | Little et al. | Aug 2006 | B2 |
7143099 | Lecheler-Moore et al. | Nov 2006 | B2 |
7146536 | Bingham et al. | Dec 2006 | B2 |
7146538 | Johnson et al. | Dec 2006 | B2 |
7158980 | Shen | Jan 2007 | B2 |
7158983 | Willse et al. | Jan 2007 | B2 |
7162499 | Lees et al. | Jan 2007 | B2 |
7165024 | Glover et al. | Jan 2007 | B2 |
7174504 | Tsao | Feb 2007 | B2 |
7181471 | Ibuki et al. | Feb 2007 | B1 |
7194380 | Barrow et al. | Mar 2007 | B2 |
7197449 | Hu et al. | Mar 2007 | B2 |
7216073 | Lavi et al. | May 2007 | B2 |
7233943 | Modha et al. | Jun 2007 | B2 |
7260573 | Jeh et al. | Aug 2007 | B1 |
7263565 | Tawara et al. | Aug 2007 | B2 |
7269587 | Page | Sep 2007 | B1 |
7277879 | Varadarajan | Oct 2007 | B2 |
7302646 | Nomiyama et al. | Nov 2007 | B2 |
7305380 | Hoelzle et al. | Dec 2007 | B1 |
7325160 | Tsao | Jan 2008 | B2 |
7363312 | Goldsack | Apr 2008 | B2 |
7376895 | Tsao | May 2008 | B2 |
7398461 | Broder et al. | Jul 2008 | B1 |
7403939 | Virdy | Jul 2008 | B1 |
7409381 | Steel et al. | Aug 2008 | B1 |
7412078 | Kim | Aug 2008 | B2 |
7418736 | Ghanea-Hercock | Aug 2008 | B2 |
7454430 | Komissarchik et al. | Nov 2008 | B1 |
7472182 | Young et al. | Dec 2008 | B1 |
7483829 | Murakami et al. | Jan 2009 | B2 |
7493308 | Bair, Jr. et al. | Feb 2009 | B1 |
7493317 | Geva | Feb 2009 | B2 |
7587387 | Hogue | Sep 2009 | B2 |
7644076 | Ramesh et al. | Jan 2010 | B1 |
7660784 | Virdy | Feb 2010 | B1 |
7669115 | Cho et al. | Feb 2010 | B2 |
7672971 | Betz et al. | Mar 2010 | B2 |
7685201 | Zeng et al. | Mar 2010 | B2 |
7698303 | Goodwin et al. | Apr 2010 | B2 |
7716225 | Dean et al. | May 2010 | B1 |
7747571 | Boggs | Jun 2010 | B2 |
7756823 | Young et al. | Jul 2010 | B2 |
7797282 | Kirshenbaum et al. | Sep 2010 | B1 |
7885918 | Statchuk | Feb 2011 | B2 |
7917154 | Fortescue et al. | Mar 2011 | B2 |
7953720 | Rohde et al. | May 2011 | B1 |
8024281 | Proctor et al. | Sep 2011 | B2 |
8065290 | Hogue | Nov 2011 | B2 |
8086690 | Heymans et al. | Dec 2011 | B1 |
8108501 | Birnie et al. | Jan 2012 | B2 |
9208229 | Betz et al. | Dec 2015 | B2 |
20010021935 | Mills | Sep 2001 | A1 |
20020022956 | Ukrainczyk et al. | Feb 2002 | A1 |
20020038307 | Obradovic et al. | Mar 2002 | A1 |
20020042707 | Zhao et al. | Apr 2002 | A1 |
20020055954 | Breuer | May 2002 | A1 |
20020065814 | Okamoto et al. | May 2002 | A1 |
20020065815 | Layden | May 2002 | A1 |
20020065845 | Naito et al. | May 2002 | A1 |
20020073115 | Davis | Jun 2002 | A1 |
20020083039 | Ferrari et al. | Jun 2002 | A1 |
20020087567 | Spiegler et al. | Jul 2002 | A1 |
20020107861 | Clendinning et al. | Aug 2002 | A1 |
20020128818 | Ho et al. | Sep 2002 | A1 |
20020147738 | Reader | Oct 2002 | A1 |
20020154175 | Abello et al. | Oct 2002 | A1 |
20020169770 | Kim et al. | Nov 2002 | A1 |
20020173984 | Robertson et al. | Nov 2002 | A1 |
20020174099 | Ra et al. | Nov 2002 | A1 |
20020178448 | Te Kiefte et al. | Nov 2002 | A1 |
20020194172 | Schreiber | Dec 2002 | A1 |
20030005036 | Mitzenmacher | Jan 2003 | A1 |
20030018652 | Heckerman et al. | Mar 2003 | A1 |
20030058706 | Okamoto et al. | Mar 2003 | A1 |
20030069880 | Harrison et al. | Apr 2003 | A1 |
20030078902 | Leon et al. | Apr 2003 | A1 |
20030088607 | Ruellan et al. | May 2003 | A1 |
20030097357 | Ferrari et al. | May 2003 | A1 |
20030115485 | Milliken | Jun 2003 | A1 |
20030120373 | Eames | Jun 2003 | A1 |
20030120644 | Shirota | Jun 2003 | A1 |
20030120654 | Edlund et al. | Jun 2003 | A1 |
20030120659 | Sridhar | Jun 2003 | A1 |
20030120675 | Stauber et al. | Jun 2003 | A1 |
20030126102 | Borthwick | Jul 2003 | A1 |
20030126152 | Rajak | Jul 2003 | A1 |
20030149567 | Schmitz et al. | Aug 2003 | A1 |
20030149699 | Tsao | Aug 2003 | A1 |
20030154071 | Shreve | Aug 2003 | A1 |
20030158855 | Farnham et al. | Aug 2003 | A1 |
20030167163 | Glover et al. | Sep 2003 | A1 |
20030177110 | Okamoto et al. | Sep 2003 | A1 |
20030182310 | Charnock et al. | Sep 2003 | A1 |
20030195872 | Senn | Oct 2003 | A1 |
20030195877 | Ford et al. | Oct 2003 | A1 |
20030196052 | Bolik et al. | Oct 2003 | A1 |
20030204481 | Lau | Oct 2003 | A1 |
20030208354 | Lin et al. | Nov 2003 | A1 |
20030208665 | Peir et al. | Nov 2003 | A1 |
20030217052 | Rubcnczyk et al. | Nov 2003 | A1 |
20040003067 | Ferrin | Jan 2004 | A1 |
20040015481 | Zinda | Jan 2004 | A1 |
20040024739 | Copperman et al. | Feb 2004 | A1 |
20040030731 | Iftode et al. | Feb 2004 | A1 |
20040049503 | Modha et al. | Mar 2004 | A1 |
20040059726 | Hunter et al. | Mar 2004 | A1 |
20040064447 | Simske et al. | Apr 2004 | A1 |
20040088292 | Dettinger et al. | May 2004 | A1 |
20040107125 | Guheen et al. | Jun 2004 | A1 |
20040122844 | Malloy et al. | Jun 2004 | A1 |
20040122846 | Chess et al. | Jun 2004 | A1 |
20040123240 | Gerstl et al. | Jun 2004 | A1 |
20040125137 | Stata et al. | Jul 2004 | A1 |
20040128624 | Arellano et al. | Jul 2004 | A1 |
20040143600 | Musgrove et al. | Jul 2004 | A1 |
20040153456 | Charnock et al. | Aug 2004 | A1 |
20040167870 | Wakefield et al. | Aug 2004 | A1 |
20040167907 | Wakefield et al. | Aug 2004 | A1 |
20040167909 | Wakefield et al. | Aug 2004 | A1 |
20040167911 | Wakefield et al. | Aug 2004 | A1 |
20040177015 | Galai et al. | Sep 2004 | A1 |
20040177080 | Doise et al. | Sep 2004 | A1 |
20040199923 | Russek | Oct 2004 | A1 |
20040220904 | Finlay et al. | Nov 2004 | A1 |
20040236655 | Seumniotales et al. | Nov 2004 | A1 |
20040243552 | Titemore et al. | Dec 2004 | A1 |
20040243614 | Boone et al. | Dec 2004 | A1 |
20040255237 | Tong | Dec 2004 | A1 |
20040260979 | Kumai | Dec 2004 | A1 |
20040267700 | Dumais et al. | Dec 2004 | A1 |
20040268237 | Jones et al. | Dec 2004 | A1 |
20050022009 | A Uilera et al. | Jan 2005 | A1 |
20050033803 | Vleet et al. | Feb 2005 | A1 |
20050039033 | Meyers et al. | Feb 2005 | A1 |
20050050016 | Stanoi et al. | Mar 2005 | A1 |
20050055327 | Agrawal et al. | Mar 2005 | A1 |
20050055365 | Ramakrishnan et al. | Mar 2005 | A1 |
20050057566 | Githens et al. | Mar 2005 | A1 |
20050060277 | Zlatanov et al. | Mar 2005 | A1 |
20050076012 | Manber et al. | Apr 2005 | A1 |
20050080613 | Colledge et al. | Apr 2005 | A1 |
20050083413 | Reed et al. | Apr 2005 | A1 |
20050086211 | Mayer | Apr 2005 | A1 |
20050086222 | Wang et al. | Apr 2005 | A1 |
20050086251 | Hatscher et al. | Apr 2005 | A1 |
20050086520 | Dharmapurikar et al. | Apr 2005 | A1 |
20050097150 | McKeon et al. | May 2005 | A1 |
20050108630 | Wasson et al. | May 2005 | A1 |
20050114324 | Mayer | May 2005 | A1 |
20050120004 | Stata et al. | Jun 2005 | A1 |
20050125311 | Chidiae et al. | Jun 2005 | A1 |
20050138007 | Amitay | Jun 2005 | A1 |
20050149576 | Marmaros et al. | Jul 2005 | A1 |
20050149851 | Mittal | Jul 2005 | A1 |
20050159851 | Engstrom et al. | Jul 2005 | A1 |
20050165781 | Kraft et al. | Jul 2005 | A1 |
20050187898 | Chazelle et al. | Aug 2005 | A1 |
20050187923 | Cipollone | Aug 2005 | A1 |
20050188217 | Ghanea-Hercock | Aug 2005 | A1 |
20050216464 | Toyama et al. | Sep 2005 | A1 |
20050219929 | Navas | Oct 2005 | A1 |
20050240615 | Barness et al. | Oct 2005 | A1 |
20050256825 | Dettinger et al. | Nov 2005 | A1 |
20050268212 | Dagel | Dec 2005 | A1 |
20050278314 | Buchheit | Dec 2005 | A1 |
20060004851 | Gold et al. | Jan 2006 | A1 |
20060020582 | Dettinger et al. | Jan 2006 | A1 |
20060036504 | Allocca et al. | Feb 2006 | A1 |
20060041375 | Witmer | Feb 2006 | A1 |
20060041597 | Conrad et al. | Feb 2006 | A1 |
20060047691 | Humphreys et al. | Mar 2006 | A1 |
20060047838 | Chauhan | Mar 2006 | A1 |
20060053171 | Eldridge et al. | Mar 2006 | A1 |
20060053175 | Gardner et al. | Mar 2006 | A1 |
20060064411 | Gross et al. | Mar 2006 | A1 |
20060074824 | Li | Apr 2006 | A1 |
20060074910 | Yun et al. | Apr 2006 | A1 |
20060085386 | Thanu et al. | Apr 2006 | A1 |
20060085465 | Nod et al. | Apr 2006 | A1 |
20060112110 | Maymir-Ducharme et al. | May 2006 | A1 |
20060123046 | Doise et al. | Jun 2006 | A1 |
20060129843 | Srinivasa et al. | Jun 2006 | A1 |
20060136585 | May-Field et al. | Jun 2006 | A1 |
20060143227 | Helm et al. | Jun 2006 | A1 |
20060143603 | Kalthoff et al. | Jun 2006 | A1 |
20060149700 | Gladish et al. | Jul 2006 | A1 |
20060149800 | Egnor et al. | Jul 2006 | A1 |
20060152755 | Curtis et al. | Jul 2006 | A1 |
20060167991 | Heikes et al. | Jul 2006 | A1 |
20060173824 | Bensky et al. | Aug 2006 | A1 |
20060206508 | Colace et al. | Sep 2006 | A1 |
20060224582 | Hogue | Oct 2006 | A1 |
20060238919 | Bradley et al. | Oct 2006 | A1 |
20060242180 | Graf et al. | Oct 2006 | A1 |
20060248045 | Toledano et al. | Nov 2006 | A1 |
20060248456 | Bender et al. | Nov 2006 | A1 |
20060253418 | Charnock et al. | Nov 2006 | A1 |
20060253491 | Gokturk | Nov 2006 | A1 |
20060259462 | Timmons | Nov 2006 | A1 |
20060277169 | Lunt et al. | Dec 2006 | A1 |
20060288268 | Srinivasan et al. | Dec 2006 | A1 |
20060293879 | Zhao et al. | Dec 2006 | A1 |
20070005593 | Self et al. | Jan 2007 | A1 |
20070005639 | Gaussier et al. | Jan 2007 | A1 |
20070016890 | Brunner et al. | Jan 2007 | A1 |
20070022085 | Kulkarni | Jan 2007 | A1 |
20070038610 | Omoigui | Feb 2007 | A1 |
20070043708 | Tunstall-Pedoe | Feb 2007 | A1 |
20070055656 | Tunstall-Pedoe | Mar 2007 | A1 |
20070067108 | Buhler et al. | Mar 2007 | A1 |
20070073768 | Goradia | Mar 2007 | A1 |
20070094246 | Dill et al. | Apr 2007 | A1 |
20070100814 | Lee et al. | May 2007 | A1 |
20070106455 | Fuchs | May 2007 | A1 |
20070130123 | Majumder | Jun 2007 | A1 |
20070143282 | Betz et al. | Jun 2007 | A1 |
20070143317 | Hogue et al. | Jun 2007 | A1 |
20070150800 | Betz et al. | Jun 2007 | A1 |
20070179965 | Hogue et al. | Aug 2007 | A1 |
20070198451 | Kehlenbeck et al. | Aug 2007 | A1 |
20070198480 | Hogue et al. | Aug 2007 | A1 |
20070198481 | Hogue et al. | Aug 2007 | A1 |
20070198503 | Hogue et al. | Aug 2007 | A1 |
20070198577 | Betz et al. | Aug 2007 | A1 |
20070198598 | Betz et al. | Aug 2007 | A1 |
20070198600 | Betz | Aug 2007 | A1 |
20070203867 | Hogue et al. | Aug 2007 | A1 |
20070203868 | Betz | Aug 2007 | A1 |
20070208683 | Geilich | Sep 2007 | A1 |
20070208773 | Tsao | Sep 2007 | A1 |
20070258642 | Thota | Nov 2007 | A1 |
20070271249 | Cragun et al. | Nov 2007 | A1 |
20070271268 | Fontoura et al. | Nov 2007 | A1 |
20070276845 | Geilich | Nov 2007 | A1 |
20080005064 | Sarukkai | Jan 2008 | A1 |
20080071739 | Kumar et al. | Mar 2008 | A1 |
20080097958 | Ntoulas et al. | Apr 2008 | A1 |
20080104019 | Nath | May 2008 | A1 |
20080189249 | Petakov | Aug 2008 | A1 |
20080209444 | Garrett et al. | Aug 2008 | A1 |
20080267504 | Schloter et al. | Oct 2008 | A1 |
20090006359 | Liao | Jan 2009 | A1 |
20090100048 | Hull et al. | Apr 2009 | A1 |
20090119255 | Frank et al. | May 2009 | A1 |
20140129538 | Hogue | May 2014 | A1 |
20140289177 | Laroco et al. | Sep 2014 | A1 |
20140372473 | Zhao et al. | Dec 2014 | A1 |
20140372478 | Zhao | Dec 2014 | A1 |
20140379743 | Laroco et al. | Dec 2014 | A1 |
Number | Date | Country |
---|---|---|
10245900 | Apr 2004 | DE |
5-174020 | Jul 1993 | JP |
11-265400 | Sep 1999 | JP |
2002-157276 | May 2002 | JP |
2002-540506 | Nov 2002 | JP |
2003-281173 | Oct 2003 | JP |
WO 0049526 | Aug 2000 | WO |
WO 200127713 | Apr 2001 | WO |
WO 04114163 | Dec 2004 | WO |
WO 06104951 | Oct 2006 | WO |
WO 2008097051 | Aug 2008 | WO |
Entry |
---|
Kevin S. McCurley, “Geospatial Mapping and Navigation of the Web”, May 1-5, 2001, Hong Kong, ACM 1-58113-348-0/01/0005, pp. 9. |
Betz, Notice of Allowance, U.S. Appl. No. 11/394,414, dated Apr. 30, 2014, 12 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 13/302,755, dated Jan. 6, 2014, 9 pgs. |
Laroco, Notice of Allowance, U.S. Appl. No. 13/364,244, dated Feb. 7, 2014, 5 pgs. |
Zhao, Notice of Allowance, U.S. Appl. No. 11/941,382, dated Apr. 14, 2014, 5 pgs. |
Betz, Final Office Action, U.S. Appl. No. 11/394,552, dated Oct. 21, 2013, 22 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 11/097,688, dated Nov. 19, 2013, 17 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 13/302,755, dated Aug. 28, 2013, 6 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 13/549,361, dated Oct. 2, 2013, 9 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 13/549,361, dated Jun. 26, 2013, 8 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 13/603,354, dated Nov. 12, 2013, 9 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 13/603,354, dated Jun. 26, 2013, 8 pgs. |
Laroco, Notice of Allowance, U.S. Appl. No. 13/364,244, dated Aug. 6, 2013, 6 pgs. |
Laroco, Office Action, U.S. Appl. No. 13/364,244, dated Dec. 19, 2013, 5 pgs. |
Shamsi, Final Office Action, U.S. Appl. No. 13/171,296, dated Nov. 4, 2013, 29 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated Sep. 27, 2013, 30 pgs. |
Agichtein, Snowball estracting relations from large plain-text collections, Dec. 1999, 13 pgs. |
Anagnostopoulos, Information fusion meta-search interface for precise photo acquisition on the web, Jun. 16-19, 2003, 7 pgs. |
Andritsos: Information-theoretic tools for mining database structure from large data sets, ACM SIGMOD, Jun. 13-18, 2004, 12 pgs. |
Anonymous, Wie erstelle ich bei StudiVZ eine Bilder-Verlinkung, Oct. 14, 2010, 10 pgs. |
Betz, Examiner's Answer, U.S. Appl. No. 11/097,688, dated Jul. 8, 2010, 18 pgs. |
Betz, Examiner's Answer, U.S. Appl. No. 11/394,414, dated Jan. 24, 2011, 31 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 11/142,740, dated Apr. 16, 2009, 7 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 11/142,765, dated Jul. 1, 2010, 14 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 11/341,069, dated Sep. 8, 2008, 6 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 12/939,981, dated Aug. 11, 2011, 7 pgs. |
Betz, Notice of Allowance, U.S. Appl. No. 12/939,981, dated Apr. 26, 2011, 11 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,740, dated Aug. 13, 2007, 12 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,740, dated May 17, 2007, 12 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,740, dated Jul. 23, 2008, 11 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,740, dated Dec. 26, 2007, 12 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,740, dated Jan. 27, 2009, 11 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,740, dated Apr. 30, 2008, 14 pgs. |
Betz, Office Action, U.S. Appl. No. 11/097,688, dated Mar. 18, 2009, 13 pgs. |
Betz, Office Action, U.S. Appl. No. 11/097,688, dated Oct. 29, 2009, 11 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated Jan. 8, 2010, 17 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated May 9, 2008, 20 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated Jan. 17, 2008, 16 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated Oct. 17, 2007, 14 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated Oct. 17, 2008, 17 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated Jun. 18, 2007, 13 pgs. |
Betz, Office Action, U.S. Appl. No. 11/142,765, dated Apr. 28, 2009, 16 pgs. |
Betz, Office Action, U.S. Appl. No. 11/341,069, dated Apr. 1, 2008, 8 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,414, dated Mar. 5, 2010, 24 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,414, dated Sep. 15, 2009, 16 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Apr. 1, 2008, 14 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Aug. 4, 2010, 19 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Feb. 8, 2011, 22 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Jul. 8, 2011, 13 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Apr. 11, 2012, 15 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Nov. 12, 2008, 11 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Jan. 13, 2010, 15 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Mar. 13, 2009, 12 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Apr. 23, 2013, 21 pgs. |
Betz, Office Action, U.S. Appl. No. 11/394,552, dated Sep. 24, 2012, 21 pgs. |
Betz, Office Action, U.S. Appl. No. 12/939,981, dated Dec. 9, 2010, 12 pgs. |
Betz, Office Action, U.S. Appl. No. 13/302,755, dated Mar. 25, 2012, 15 pgs. |
Bharat, Personalized, Interactive News on the Web, May 5, 1997, 22 pgs. |
Bloom Filter, Wikipedia, Feb. 13, 2005, 4 pgs. |
Bloom, Space/Time Trade-Offs in Hash Coding with Allowable Errors, Jul. 1970, 5 pgs. |
Brill et al:, An analysis of the ask MSR question-answering system, Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP) Jul. 2002, pp. 257-264. |
Brin, Extracting patterns and relations from the world wide web, 1999, 12 pgs. |
Brin, The anatomy of a large-scale hypertextual search engine, Apr. 14-18, 1998, 26 pgs. |
Bunescu, R., et al: Using encyclopedia knowledge for named entity disambiguation, Department of Computer Science, University of Texas, retrieved from the internet, Dec. 28, 2006, 8 pgs. |
CAO, Bloom Filters—The Math, Jul. 5, 1998, 6 pgs. |
Castro, iPhoto's New Faces Feature Really Does Work, Feb. 17, 2009, 8 pgs. |
Chang, C. et al: IEPAD: Information extraction based on pattern discovery, WWW10, AMC, May 1-5, 2001, pp. 681-688. |
Chen: A scheme for inference problems using rough sets and entropy, Lecture notes in Computer Science, vol. 3642/2005, Regina, Canada Aug. 31-Sep. 3, 2005, 10 pgs. |
Chesnais, The Fishwrap Personalized New System, Community Network, Jun. 20-22, 1995, 8 pgs. |
Chu-Carroll, J. et al., A multi-strategy and multi-source approach to question answering, 2006, 8 pgs. |
Clarke, FrontPage 2002 Tutorials—Adding Functionality to your Website with FrontPage 2002 part II—Navigation, Apr. 2002, 8 pgs. |
Cover, Entropy, relative entropy and mutual information, Chapter 2 Elements of Information Theory, 1991, 13 pgs. |
Cowie, MOQA: Meaning—Oriented Question Answering, 2004, 15 pgs. |
Craswell, N., et al: Effective site finding using link anchor information,SIGIR'01, Sep. 9-12, 2001, 8 pgs. |
Dean,J. et al.: MapReduce: Simplified data processing on large clusters, To appears in OSDI 2004, 13 pgs. |
Dean: Using design recovery techniques to transform legacy systems, Proceedings IEEE International Conference, 2001, 10 pgs. |
Dong, X. et al.: Reference reconciliation in complex information spaces, SIGACM-SIGMOD, 2005, 12 pgs. |
Downey, D.: Learning text patterns for web information extraction and assessment, American Association for Artificial Intelligence, 2002, 6 pgs. |
Etzioni: Unsupervised named-entity extraction from the web: an experimental study, Dept. of Computer Science and Engineering, University of Washington, Seattle, WA Feb. 28, 2005, 42 pgs. |
Etzioni, O. et al., Web-scale information extraction in knowitall (preliminary results), WWW04, AMC, May 17-22, 2004, 11 pgs. |
Freitag, D. et al.: Boosted wrapped induction, American Association of Artificial Intelligence, 2000, 7 pgs. |
Gao, X., et al.: Learning information extraction patterns from tabular web pages without manual labelling, Proceedings of the IEEE/WIC Int'l Conf. on Web Intelligence (WI'03), Oct. 13-17, 2009, 4 pgs. |
Gigablast: Web/Directory, http://www.gigablast.com/?c=dmz3 printed Aug. 24, 2010, 1 pg. |
Gilster, P: Get fast answers easily, The News Observer, May 14, 2003 2 pgs. |
Google, ISR/WO, PCT/US2006/007639, dated Sep. 13, 2006, 5 pgs. |
Google, ISR/WO, PCT/US2006/010965, dated Jul. 5, 2006, 4 pgs. |
Google, ISR/WO, PCT/US2006/019807, dated Dec. 18, 2006, 4 pgs. |
Google, ISR/WO, PCT/US2007/061156, dated Feb. 11, 2008, 5 pgs. |
Google, Inc., ISR/WO, PCT/US2007/061157, dated Feb. 15, 2008, 10 pgs. |
Google, Inc., ISR/WO, PCT/US2007/061158, dated Feb. 28, 2008, 7 pgs. |
Google, Inc., ISR/WO, PCT/US2010/044603, dated Nov. 17, 2010, 11 pgs. |
Google, Inc., ISR/WO, PCT/US2010/044604, dated Oct. 6, 2010, 10 pgs. |
Google, Office Action, CA 2,610,208, dated Sep. 21, 2011, 3 pgs. |
Google, Inc., Office Action, CA 2603085, dated Sep. 18, 2012, 2 pgs. |
Google, Inc., Office Action, EP 06784449.8, dated Mar. 26, 2012, 7 pgs. |
Google, Office Action, JP 2008-504204, dated Oct. 12, 2011, 3 pgs. |
Gray, R.M.: Entropy and information theory, Springer-Verlag, NY, NY, 1990, 30 pgs. |
Guha, R. et al., Disambiguating people in search, WWW04, AMC, May 17-20, 2004, 9 pgs. |
Guha,R, Object co-identification on the semantic web, WWW04, AMC, May 17-22, 2004, 9 pgs. |
Haveliwala, T.H.: Topic-sensitive pagerank, Proceedings of the 11th Int'l World Wide Web Conference, Honolulu, Hawaii, May 7-11, 2002, 23 pgs. |
Hogue, Examiner's Answer, U.S. Appl. No. 11/142,748, dated Oct. 3, 2011, 23 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 11/097,689, dated Apr. 30, 2009, 8 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 11/356,837, dated Jan. 6, 2012, 12 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 11/356,837, dated Apr. 27, 2012, 7 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 12/546,578, dated Jan. 6, 2011, 8 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 12/546,578, dated Jul. 12, 2011, 10 pgs. |
Hogue, Notice of Allowance, U.S. Appl. No. 13/206,457, dated Mar. 14, 2012, 9 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/097,689, dated Oct. 3, 2008, 13 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/097,689, dated Apr. 9, 2008, 11 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/097,689, dated Jun. 21, 2007, 9 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/097,689, dated Nov. 27, 2007, 10 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Dec. 7, 2007, 13 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Jul. 13, 2010, 12 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Aug. 17, 2009, 14 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Nov. 17, 2010, 14 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated May 18, 2007, 9 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Jul. 22, 2008, 18 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Aug. 23, 2007, 13 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/142,748, dated Jan. 27, 2009, 17 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated Jun. 3, 2011, 18 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated Aug. 4, 2010, 20 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated Feb. 8, 2011, 14 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated May 11, 2009, 18 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated Feb. 19, 2010, 20 pgs. |
Ifogue, Office Action, U.S. Appl. No. 11/356,837, dated Mar. 21, 2008, 15 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated Oct. 27, 2009, 20 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/356,837, dated Sep. 30, 2008, 20 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Mar. 1, 2012, 25 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Mar. 3, 2011, 15 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Jan. 5, 2009, 21 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Jun. 8, 2009, 14 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Sep. 13, 2010, 13 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Jun. 24, 2011, 14 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Dec. 28, 2009, 11 pgs. |
Hogue, Office Action, U.S. Appl. No. 11/399,857, dated Mar. 31, 2008, 23 pgs. |
Hogue, Office Action, U.S. Appl. No. 12/546,578, dated Aug. 4, 2010, 10 pgs. |
Hogue, Office Action, U.S. Appl. No. 13/206,457, dated Oct. 28, 2011, 6 pgs. |
Hogue, Office Action, U.S. Appl. No. 13/549,361, dated Oct. 4, 2012, 18 pgs. |
Hogue, Office Action, U.S. Appl. No. 13/549,361, dated Mar. 6, 2013, 13 pgs. |
Hogue, Office Action, U.S. Appl. No. 13/603,354, dated Jan. 9, 2013, 5 pgs. |
Hogue, Tree pattern inference and matching for wrapper induction on the world wide web, Jun. 2004, 106 pgs. |
Hsu, Finite-state transducers for semi-structured text mining, 1999. |
Ilyas, Rank-aware query optimization, Jun. 13-18, 2004, 12 pgs. |
Information entropy, Wikipedia, May 3, 2006, 9 pgs. |
Information theory, Wikipedia, May 3, 2006, 12 pgs. |
Jeh, Scaling personalized web search, May 20-24, 2003, 24 pgs. |
Ji, Re-ranking algorithms for name tagging. Jun. 2006, 8 pgs. |
Jones: Bootstrapping for text learning tasks, 1999, 12 pgs. |
Kamba, An Interactive, Personalized, Newspaper on the Web, 1993, 12 pgs. |
Koeller: Approximate matching of textual domain attributes for information source integration, Jun. 17, 2005, 10 pgs. |
Kolodner: Indexing and retrieval strategies for natural language fact retrieval, ACM Trans. Database System 8.3, Sep. 1983, 31 pgs. |
Kosala, R.: Web mining research, A Survey, SIGKDD Explorations, vol. 2, Issue 1, p. 1 Jul. 2000, 15 pgs. |
Kosseim,L., Answer formulation for question-answering, Oct. 1, 2007, 11 pgs. |
Laroco, Notice of Allowance, U.S. Appl. No. 11/551,657, dated May 13, 2011, 8 pgs. |
Laroco, Notice of Allowance, U.S. Appl. No. 11/551,657, dated Sep. 28, 2011, 8 pgs. |
Laroco, Office Action, U.S. Appl. No. 11/551,657, dated Aug. 1, 2008, 15 pgs. |
Laroco, Office Action, U.S. Appl. No. 11/551,657, dated Aug. 13, 2009, 16 pgs. |
Laroco, Office Action, U.S. Appl. No. 11/551,657, dated Nov. 17, 2010, 20 pgs. |
Laroco, Office Action, U.S. Appl. No. 11/551,657, dated Feb. 24, 2010, 17 pgs. |
Laroco, Office Action, U.S. Appl. No. 11/551,657, dated Jan. 28, 2009, 17 pgs. |
Laroco, Office Action, U.S. Appl. No. 13/364,244, dated Jan. 30, 2013, 8 pgs. |
Lin, J. et al.: Question answering from the web using knowledge annotation and knowledge mining techniques, CIKM'03, Nov. 3-8, 2003, 8 pgs. |
Liu, B., Mining data records in web pages, Conference 00, ACM, 2000, 10 pgs. |
MacKay, D.J.C.: Information theory, inference and learning algorithms, Cambridge University Press, 2003, pp. 22-33, 138-140. |
Mann, G. et al.: Unsupervised personal name disambiguation, Proceedings of the Seventy Conference on Natural Language Learning at HLT—NAACL, 2003, 8 pgs. |
McCallum, et al., Object consolidation by graph partitioning with a conditionally-trained distance metric, SIGKDD 03, ACM, Aug. 24-27, 2003, 6 pgs. |
Merriam Webster Dictionary defines “normalize” as “to make conform to or reduce to a norm or standard”, 1865, 2 pgs. |
Merriam Webster Dictionary defines “value” as “A numerical quantity that is assigned or is determined by . . . ”, 1300, 2 pgs. |
Microsoft Computer Dictionary defines “normalize” as “adjust number within specific range”, May 1, 2002, 4 pgs. |
Microsoft Computer Dictionary defines “quantity” as a “number”, May 1, 2002, 4 pgs. |
Microsoft Computer Dictionary defines “value” as a “quantity”, May 1, 2002, 4 pgs. |
Mihalcea, R. et al., PageRank on semantic networks with application to word sense disambiguation, Aug. 23-27, 2004, 7 pgs. |
Mihalcca, R. et al., TextRank: bringing order into texts, Jul. 2004, 8 pgs. |
Nadeau: Unsupervised named-entity recognition: generating gazetteers and resolving ambiguity, Inst. for Information Technology, National Research Council Canada, Gatineau and Ottawa, Canada, Aug. 1, 2006, 12 pgs. |
Nyberg, E. et al.: The JAVELIN question-answering system at TREC 2003: A Multi-Strategy Approach with Dynamic Planning, Nov. 18-21, 2003, 9 pgs. |
Ogden,W. et al.: Improving cross-language text retrieval with human interactions, Proceedings of the 33rd Hawaii International Conference on System Science, IEEE, Jan. 2000, 9 pgs. |
Pagc,L., et al: The pagerank citation ranking: bringing order to the web, Stanford Digital Libraries Working Paper, 1998, 17 pgs. |
Pawson D.: Sorting and grouping, www.dpawson.uk.xsl/sect2/N6280.html Feb. 7, 2004, 19 pgs. |
Plaisant, C. et al.: Interface and data architecture for query preview in networked information systems, ACM Transaction on Information Systems, vol. 17, Issue 3, Jul. 1999, 28 pgs. |
Prager, J. et al., IBM's piquant in TREC2003, Nov. 18-21, 2003, 10 pgs. |
Prager, H. et al., Question answering using constraint satisfaction: QA-by-dossier-with-constraints, 2004, 8 pgs. |
Ramakrishnan, G. et al., Is question answering an acquired skill?, WWW04, ACM, May 17-22, 2004, 10 pgs. |
Richardson, M. et al.: Beyond page rank: machine learning for static ranking, International World Wide Web Conference Committee May 23, 2006, 9 pgs. |
Richardson, M. et al.: The intelligent surfer: probabilistic combination of link and content information in page rank, Advance in Neural Information Processing System, vol. 14, MIT Press, Cambridge, MA, 2002, 8 pgs. |
Riloff, E., et al: Learning dictionaries for information extraction by multi-level bootstrapping, American Association for Artificial Intelligence, 1999, 6 pgs. |
Rohde, Notice of Allowance, U.S. Appl. No. 11/097,690, dated Dec. 23, 2010, 8 pgs. |
Rohde, Office Action, U.S. Appl. No. 11/097,690, dated May 1, 2008, 21 pgs. |
Rohde, Office Action, U.S. Appl. No. 11/097,690, dated Jun. 9, 2010, 11 pgs. |
Rohde, Office Action, U.S. Appl. No. 11/097,690, dated Oct. 15, 2008, 22 pgs. |
Rohde, Office Action, U.S. Appl. No. 11/097,690, dated Aug. 27, 2009, 13 pgs. |
Rohde, Office Action, U.S. Appl. No. 11/097,690, dated Apr. 28, 2009, 11 pgs. |
Rohde, Office Action, U.S. Appl. No. 11/097,690, dated Sep. 28, 2007, 17 pgs. |
Shamsi, Notice of Allowance, U.S. Appl. No. 11/781,891, dated Oct. 25, 2010, 7 pgs. |
Shamsi, Notice of Allowance, U.S. Appl. No. 11/781,891, dated May 27, 2010, 6 pgs. |
Shamsi, Office Action, U.S. Appl. No. 11/781,891, dated Nov. 16, 2009, 10 pgs. |
Shamsi, Office Action, U.S. Appl. No. 13/171,296, dated Apr. 3, 2013, 7 pgs. |
Shannon, C.E. et al.: A mathematical theory of communication, The Bell System Technical Journal, vol. 27, Jul., Oct. 1948, 55 pgs. |
Sun Microsystems: Attribute Names, Online: http://java.sun.com/products/jndi/tutorial/basics/directory/attrnames.html, Feb. 17, 2004, 2 pgs. |
The MathWorks, Using Matlab Graphics, Dec. 1996, 52 pgs. |
Thompson, Freshman Publishing Experiment Offers Made-to-Order Newspapers, 1994, 4 pgs. |
Vespe, Notice of Allowance, U.S. Appl. No. 11/686,217, dated Aug. 27, 2012, 16 pgs. |
Vespe, Notice of Allowance, U.S. Appl. No. 11/745,605, dated Jun. 13, 2011, 9 pgs. |
Vespe, Notice of Allowance, U.S. Appl. No. 11/745,605, dated Sep. 22, 2011, 9 pgs. |
Vespe, Notice of Allowance, U.S. Appl. No. 11/745,605, dated Mar. 28, 2012, 10 pgs. |
Vespe, Office Action, U.S. Appl. No. 11/686,217, dated Sep. 10, 2010, 14 pgs. |
Vespe, Office Action, U.S. Appl. No. 11/686,217, dated Jan. 26, 2012, 12 pgs. |
Vespe, Office Action, U.S. Appl. No. 11/686,217, dated Mar. 26, 2010, 13 pgs. |
Vespe, Office Action, U.S. Appl. No. 11/745,605, dated Apr. 8, 2010, 15 pgs. |
Vespe, Office Action, U.S. Appl. No. 11/745,605, dated Jul. 30, 2009, 17 pgs. |
Wang, Y. et al.: C4-2: Combining link and contents in clustering web search results to improve information interpretation, The University of Tokyo, 2002, 9 pgs. |
Wirzenius, Lars,: C preprocessor trick for implementing similar data types, Jan. 17, 2000, 9 pgs. |
Zhao, et al: Corroborate and learn facts from the web, KDD'07, Aug. 12-15, 2007, 9 pgs. |
Zhao, Notice of Allowance, U.S. Appl. No. 11/394,610, dated May 11, 2009, 15 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/142,853, dated Oct. 2, 2009, 10 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/142,853, dated Sep. 5, 2008, 9 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/142,853, dated Mar. 17, 2009, 9 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/142,853, dated Jan. 25, 2008, 7 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/394,610, dated Apr. 1, 2008, 18 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/394,610, dated Nov. 13, 2008, 18 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated Sep. 8, 2011, 28 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated Aug. 12, 2010, 23 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated May 24, 2012, 26 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated Nov. 26, 2012, 24 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated Jan. 27, 2011, 24 pgs. |
Zhao, Office Action, U.S. Appl. No. 11/941,382, dated Dec. 29, 2009, 25 pgs. |
Lam, et al, “Querying Web Data—The WebQA Approach”, Proceedings of the 3rd International Conference on Web Information Systems Engineering, 2002, pp. 139-148. |
Mahlin, et al, “DOrAM: Real Answers to Real Questions”, AAMA'02, 2002, pp. 792-793. |
Pradhan, et al, “Building a Foundation System for Producing Short Answers to Factual Questions”, Proceedings of the Eleventh Text Retrieval Conference (TREC 2002), NIST Special Publication SP 500-251, 2003, 10 pages. |
Kwok, et al., “Scaling question answering to the web”, ACM Transactions on Information Systems, vol. 19, No. 3, Jul. 2001, pp. 242-262. |
Katz, et al., “Omnibase: Uniform Access to Heterogeneous Data for Question Answering”, Natural Language Processing and Information Systems, vol. 2553 of the series Lecture Notes in Computer Science, Springer Berlin Heidelberg, 2002, pp. 230-234. |
Lopez, et al., “AquaLog: An Ontology-Portable Question Answering System for the Semantic Web”, The Semantic Web: Research and Applications, vol. 3532 of the series Lecture Notes in Computer Science, Springer Berlin Heidelberg, 2005, pp. 546-562. |
Final Office Action received for U.S. Appl. No. 14/151,721, dated Feb. 25, 2016, 14 pages. |
Gilster, “Get fast answers, easily”, Newsobserver.com, retrieved from http://web.archive.org/web/20050308154148/http://newsobserver.com/business/technology/gilster/2003/story/1258931p-7372446c.html, May 14, 2003, 2 pages. |
Number | Date | Country | |
---|---|---|---|
20130191385 A1 | Jul 2013 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11686217 | Mar 2007 | US |
Child | 13732157 | US |