US20030120650A1 - Methods and system for information search and retrieval - Google Patents
Methods and system for information search and retrieval Download PDFInfo
- Publication number
- US20030120650A1 US20030120650A1 US10/367,001 US36700103A US2003120650A1 US 20030120650 A1 US20030120650 A1 US 20030120650A1 US 36700103 A US36700103 A US 36700103A US 2003120650 A1 US2003120650 A1 US 2003120650A1
- Authority
- US
- United States
- Prior art keywords
- coordinates
- index
- information search
- set forth
- geographical
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/08—Payment architectures
- G06Q20/20—Point-of-sale [POS] network systems
- G06Q20/203—Inventory monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/953—Querying, e.g. by the use of web search engines
- G06F16/9537—Spatial or temporal dependent retrieval, e.g. spatiotemporal queries
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99934—Query formulation, input preparation, or translation
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99935—Query augmenting and refining, e.g. inexact access
Definitions
- the present invention is directed to an information search and retrieval system which will both search and provide return retrieval information in a text based format via the indexing of data through a geographical coordinate system.
- the present invention provides a means of resolving all existing search and retrieval deficiencies noted above by means of enhanced database index processing.
- mapping systems which may include a location index.
- Lamoure U.S. Pat. No. 5,329,108 shows one such example.
- none of the prior art mapping systems provide an indexing system for searching and retrieval of multiple documents based on coordinates indexing.
- FIG. 1 is a diagram illustrating the document indexing component of the information search and retrieval with geographical coordinates invention.
- FIG. 2 is a diagram illustrating the document retrieval component of the subject invention.
- FIG. 3 is a diagram illustrating the “proximity based” document retrieval component of the subject invention.
- FIG. 4 is a diagram illustrating search argument expansion components of the subject invention.
- FIG. 5 is a logic flow diagram of the invention's document indexing component.
- FIG. 6 is a logic flow diagram of the invention's document retrieval component.
- FIG. 7 is a logic flow diagram of the invention's “proximity based” document retrieval component.
- FIG. 8 is a logic flow diagram of the invention's search area expansion component.
- FIG. 9 is an illustration depicting the relationships between index structures of the present invention.
- Source Document 100 a text based document which may be indexed for subsequent retrieval. Examples of documents would be a document located in a computer file or an Internet based document such as that found on the World Wide Web.
- Geographical Index 200 a computer file or database of place names with their geographical coordinates such as latitude and longitude and other identifying characteristics.
- Document Index 300 a computer file or database of terms found in Source Documents and the geographical coordinates of place names found in source documents with pointers to the Source Documents containing them.
- FIGS. 1 through 4 are diagrams showing four process components of the invention while FIGS. 5 through 8 illustrate a step by step chart of the four process components.
- Process Component 1 applies to boxes 1 - 11 of FIGS. 5A and 5B.
- Process Component 2 applies to boxes 12 - 17 of FIG. 6.
- Process Component 3 applies to boxes 18 - 21 of FIG. 7.
- Process Component 4 applies to boxes 22 - 27 of FIG. 8.
- Process Component 1 Update Indexes for Documents to be Accessed
- the purpose of the initial process component is to scan Source Documents (see definitions) and create index entries for all geographical terms found in them, so that subsequent searches for the same geographical area(s) will be able to find the relevant Source Documents.
- This process need be executed once only for each Source Document.
- the index entries are placed in a Document Index (see definitions), which may be a discrete index or physically form a subset of some other index. If a similar entry already exists in the Document Index, that entry is updated to point additionally to the new Source Document.
- Geographical Index (see definitions), which has originally been constructed from an electronic gazetteer, that is to say, a file of place names with their distinguishing attributes and geographical coordinates such as latitude and longitude.
- Geographical Index may also be a discrete index or form part of a larger file or database. Note that the Geographical Index is organized by place names, but the Document Index is organized by sets of geographical coordinates.
- the geographical coordinates in the present embodiment are latitude and longitude although other coordinate systems are possible.
- the user of the initial process may be a provider of a service to the users of the second process components to be described. Without the completion of this process component for each Source Document, the users of process component 2 will be unable to retrieve relevant Source Documents.
- the process component as illustrated in FIG. 1 and set forth in flow chart form in FIGS. 5A and 5B can be envisaged as follows, although this is not the only way in which it might be embodied.
- the user executes this process component by running a specially written program or programs on a computer having a central processing unit that has access to (a) Source Documents 100 to be indexed, (b) the Geographical Index 200 , and (c) the Document Index 300 .
- a Source Document for example, from a list or menu of non-indexed Source Documents
- the user causes its contents to be displayed on the computer screen.
- the progress of the steps within this process component can be seen graphically in the way the contents are represented. This is assumed in the paragraphs below.
- the process component description assumes that the program and the user will each pass several times through a given Source Document. In practice, some process steps could be combined to reduce the number of passes.
- the program After the user has selected the Source Document to be indexed, the program checks to see whether each word or phrase within it already exists in the Geographical Index. If it does, the depiction of that word or phrase on the screen is highlighted with a yellow background to indicate a first category (‘Mark A’). The program also uses some logic to determine whether other nouns or noun phrases might be place names, even though they do not yet exist in the Geographical Index. It highlights these with a blue background to indicate a second category (‘Mark B’). Mark B indicates that a new entry may have to be made in the Geographical Index 200 .
- the user's intent is to confirm that all words or phrases highlighted have been correctly recognized by the program as place names.
- the program will assist by guiding the user from each highlight to the next.
- the user indicates by a mouse click or a keystroke whether the highlight is correct or not.
- the program may have highlighted ‘Bikini’ and the user may determine that in its context this word refers to a garment.
- the user causes the highlighting to be turned off.
- the user's intent is to find any place names in the Source Document that have been missed by the program.
- the user reads through the text, and selects any non-highlighted word or phrase that should be treated as a place name (for subsequent entry in the Geographical Index).
- the user causes the selected term to be highlighted with a blue background (‘Mark B’).
- the program now examines each term in the Source Document highlighted with a yellow background (‘Mark A’), one at a time. In a separate window or box on the screen, it displays the corresponding term and the associated distinguishing attributes and geographical coordinates retrieved from the Geographical Index. There may be more than one entry in the Geographical Index corresponding to the same term, in which case they are all displayed in the same separate window or box.
- the first decision the user has to make is whether any one of the multiple entries displayed in the separate window or box is the one that corresponds to the highlighted term in the Source Document. If it is, the user may make a mouse click on the correct entry, or else, if the multiple entries are numbered, enter that number on the keyboard. As in step 5 , the highlight disappears, but the program still has to remember the user's action so that it can execute step 11 .
- the program updates all the correct corresponding entries in the Document Index with pointers to the current Source Document, so that subsequent searches for thee,.place names it contains will be able to retrieve this document.
- the organization of the entries in the Document Index is by the geographical coordinates found in the Geographical Index.
- Process Component 2 Identification of Documents Containing Desired Place Name.
- the second process component of the invention is illustrated in the diagram of FIG. 2 and is set forth in flow chart form in FIG. 6.
- the user of this process may be different from the user of the first process component, but depends on the completion of process component 1 for all Source Documents that are to be retrievable.
- the program or programs used in this process component may be purpose designed, or may take the form of modifications to other search program(s).
- the program may give the user the capability of specifying a complex search argument such as ‘I want information about all Chinese restaurants in San Francisco.’ It is assumed that the some of the Source Documents indexed in the first process are likely to contain the desired information.
- FIG. 6 illustrates a flow chart of the second process component.
- the user 400 is interested in a specific geographical place or area, and wishes to retrieve documents that relate to it in some way.
- the user 400 keys or selects a place name as part of the search argument as input to the search program, and submits an inquiry.
- the search program does not look for the existence of the specified place names in the Source Documents. Instead, it obtains the geographical coordinates of those place names from the Geographical Index.
- the Geographical Index will have multiple entries for that place name.
- the user is presented with a selection list from which to pick the desired place.
- the distinguishing attributes, such as State and Country are shown in the selection list, together with a graphic representation of the geographical coordinates of each entry. From these, the user can indicate to the program the correct one to use in the search.
- the program uses the geographical coordinates obtained in the previous steps to search for the correct coordinates entry in the Document Index 300 . It then follows the pointers recorded in the Document Index to the Source Documents that have been indexed to that entry, and retrieves the location of the relevant Source Documents for the user.
- An area or region may also be searched.
- An area or region is defined by a series of geographical coordinate sets which describe its boundary. In a simple case, such as the State of Utah, four sets of coordinates would indicate the four corners of the State. An irregular shape can be defined by a longer series of sets. If the user has submitted a query for information about Utah, the program will retrieve all entries from the Document Index whose coordinates equate to or lie within those of Utah. The technique for determining this is known to be part of the prior art, and is not claimed to form part of this invention.
- Process Component 3 Locate and Identify Documents Based on Proximity to Desired Place Name.
- the third process component is illustrated in the diagram in FIG. 3. This is an additional, optional feature of the invention with the step by step process shown in FIG. 7.
- the third process component may be initiated by the user.
- the program may be initiated as a default if no responses are found in the second process.
- this process component will work in conjunction with a natural language search engine such as Verity Search'97TM, or a similar tool that can interpret the phrases entered by the user to specify proximity.
- a typical query might be: ‘I want to know about Italian restaurants within 5 miles of Niagara Falls.’
- a more straightforward alternative would be to provide a list of canned phrases and distances in the user interface computer screen, from which the user would simply select the appropriate ones for the search.
- the query is similar to the one submitted in step 12 , except for the inclusion of a proximity specification.
- a number of expressions can be used to specify various kinds of proximity.
- a number of options are available for qualifying the acceptable distance parameter to be used in the search.
- the program may ask the user to enter a radius in miles or kilometers, or to pick from a preset selection of suitable radii. If the user does not qualify the distance, the program may default to a standard distance such as 10 kilometers, but a more sophisticated version would vary the standard according to the type of location specified. For example, ‘hotels near the Empire State Building’ should default to a lesser radius than ‘hotels near Yellowstone National Park.’
- the program will obtain the geographical coordinates as in step 16 , and will modify them according to the specified/qualified proximity into a form such as a mathematical shape or formula which it can use to determine a match with the coordinates stored in the Document Index.
- One type of proximity specification which requires special treatment takes the form of ‘between x and y,’ as for example ‘motels between Flagstaff and Phoenix.’
- the program will construct a shape such as a rhombus. Two opposite points of the rhombus correspond to the coordinates of Flagstaff and Phoenix, and the other two opposite points of the rhombus are set apart from each other by a calculated distance such as the square root of the distance between Flagstaff and Phoenix.
- Finding a match in the Document Index 300 includes determining those points of interest which lie within whatever shape may be defined in steps 19 and 20 . The resulting matches are used to identify the location of the Source Documents 100 to which they point.
- Process Component 4 Expand Search Area for Poorly Satisfied Queries.
- a fourth additional option process component is shown in FIGS. 4A and 4B and is set forth in flow chart form in FIG. 8.
- the fourth process component deals with steps to be taken at the end of process components 2 and 3 in the event that the search is unable to retrieve sufficient Source Documents 100 to satisfy the user. This problem may arise from too narrow geographical criteria. However, if the user had asked the program to find information about volcanoes in New York, the appropriate action is not simply to expand the search area.
- step 22 The assumption behind step 22 is that the program, with help from the user, can determine that there is a place name in the user's query that has not been included in the Geographical Index. This would be the case, for example, if the user had misspelled the place name.
- Various approaches to this function are possible, and lie outside the scope of the current patent.
- step 25 of FIG. 8 the place name specified was valid, but there were not enough Source Documents relating to it.
- various types of prompting are possible. Suppose that the user had tried without success to search for documents relating to Boca Chica. At the prompting of the program, the user could modify the search to ‘within 50 miles of Key West,’ ‘in the Florida Keys’ or between Key West and Key Largo.’
- FIG. 9 illustrates the relationship among the indexes and documents.
- Geographical Index 200 is a database containing a plurality of place name references, each reference having a corresponding set of geographical coordinates.
- the Document Index 300 is organized by sets of coordinates with a cross reference to a document, record or database.
- the Document Index 300 has the addresses of the source documents referred to so that they can be accessed and the locations of the source documents retrieved.
- the present invention may be used in a wide variety of applications.
- a user may want to access a hotel in a given locale, a restaurant within a specified distance from the hotel and other locations or services. Information on all of these references may be gathered and returned to the user.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Accounting & Taxation (AREA)
- General Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Finance (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
An information search and retrieval process using geographical coordinates. An index of coordinates is built for a plurality of text based references, resources or sites, each having a set of said coordinates. A user inquiry is accepted containing a text reference. The text reference specified in the user inquiry is converted to a set of coordinates. A search is thereafter conducted against the index of coordinates based on the converted coordinates of the user inquiry reference. All information retrieved from the search is returned in a text based format.
Description
- 1. Field of the Invention
- The present invention is directed to an information search and retrieval system which will both search and provide return retrieval information in a text based format via the indexing of data through a geographical coordinate system.
- 2. Prior Art
- Computerized searching for relevant, specific information in a large body of unstructured text is necessarily a less efficient process than searching for such information in a structured file or database. One contributor to such search inefficiency is the fact that a word in the English language (or any other language) may carry several unrelated meanings. The context or expression within which any word occurs usually makes it clear to the average reader which meaning, among several alternatives, is appropriate. For example, it may not even occur to the reader of a paragraph dealing with wood shaping tools such as augers, chisels and planes, that the word planes could mean aircraft.
- Another, perhaps greater difficulty for computerized text search and retrieval is that search arguments and responses often contain proper nouns. Whereas language dictionaries may help resolve ambiguities of common nouns, they typically provide little or no help in disambiguating proper nouns (names). Book publishers typically employ editors and make them responsible for compiling indexes to scholarly publications. Out of necessity, these editors must be sufficiently educated in the subject of the publication in order to resolve ambiguous names included in the index. For example, a book on British history might contain several references to Churchill. The compiler of the index would then be obligated to create a separate entry for each “distinct” individual named Churchill, and further include reference pointers to all appropriate pages containing information relating to such individual entries.
- An even more pronounced difficulty is realized in the instance of place names. A compiler of an index to a book might discriminate between multiple locations sharing the same name, by adding distinguishing attributes such as county, state or country. A reader of a book about the American Mid-West seeking information about “Springfield” would likely discover that there are cities of that name in Illinois, Missouri and Ohio, thanks to the efforts of the index compiler. However, a search for information about Springfield in a loosely defined body of text or a database such as the World Wide Web has no such support from an index. Using any one of the currently available Internet search tools, the user is faced with a serious deficiency, as a search for Springfield will retrieve all documents from the World Wide Web containing that proper noun, irrespective of the city to which the “searcher” meaningfully refers. The searcher or user might then constrain the search somewhat by using additional search arguments such as ‘“Springfield Mo.” OR “Springfield Mo.”’. The retrieved, revised results would then relate to the intended Springfield. However, in this instance the search would have then ignored all other documents containing the simple unqualified name Springfield—even if such references were directed towards the intended Springfield. Typically, the scope of any document sets the context for the use of place names within it, and so a listing of, say, all the travel agents in Missouri would use their city names without any State qualification.
- The problem becomes even more significant should the user wish to retrieve documents containing information about places within, and restricted to, a specific area. For example, if the user wants to learn about Bed & Breakfast establishments in California's Napa Valley, many highly relevant documents might not contain the phrase “Napa Valley”. Instead, they might very well contain and refer to a city within California's Napa Valley. ‘St. Helena,’ serves as an example of such a city. In today's “unlimited access to unlimited information” environment, a competent search engine must be able to discriminate and comprehend the geographical limits of any given area, and retrieve all relevant documents satisfying search arguments within that area. In this example, a competent search engine would find and return all documents describing Bed and Breakfast establishments in Napa Valley's Saint Helena, but ignore any such documents relating to the island of St. Helena in the South Atlantic.
- All of these problems are exacerbated by the growth of computer networks including the World Wide Web which is a large network of networks, all interconnected.
- The present invention provides a means of resolving all existing search and retrieval deficiencies noted above by means of enhanced database index processing.
- Though various navigation systems have been used in the past (for example, see Nimura U.S. Pat. No. 5,231,584) they are not capable of indexing documents from a variety of sources in a coordinates system for later reference and retrieval.
- Also in the past, various digital mapping systems have been provided, which may include a location index. Lamoure (U.S. Pat. No. 5,329,108) shows one such example. Nevertheless, none of the prior art mapping systems provide an indexing system for searching and retrieval of multiple documents based on coordinates indexing.
- FIG. 1 is a diagram illustrating the document indexing component of the information search and retrieval with geographical coordinates invention.
- FIG. 2 is a diagram illustrating the document retrieval component of the subject invention.
- FIG. 3 is a diagram illustrating the “proximity based” document retrieval component of the subject invention.
- FIG. 4 is a diagram illustrating search argument expansion components of the subject invention.
- FIG. 5 is a logic flow diagram of the invention's document indexing component.
- FIG. 6 is a logic flow diagram of the invention's document retrieval component.
- FIG. 7 is a logic flow diagram of the invention's “proximity based” document retrieval component.
- FIG. 8 is a logic flow diagram of the invention's search area expansion component.
- FIG. 9 is an illustration depicting the relationships between index structures of the present invention.
- The following definitions apply throughout the application.
-
Source Document 100—a text based document which may be indexed for subsequent retrieval. Examples of documents would be a document located in a computer file or an Internet based document such as that found on the World Wide Web. - Geographical Index200—a computer file or database of place names with their geographical coordinates such as latitude and longitude and other identifying characteristics.
-
Document Index 300—a computer file or database of terms found in Source Documents and the geographical coordinates of place names found in source documents with pointers to the Source Documents containing them. - Referring to the drawings in detail, FIGS. 1 through 4 are diagrams showing four process components of the invention while FIGS. 5 through 8 illustrate a step by step chart of the four process components.
-
Process Component 1 applies to boxes 1-11 of FIGS. 5A and 5B. -
Process Component 2 applies to boxes 12-17 of FIG. 6. -
Process Component 3 applies to boxes 18-21 of FIG. 7. -
Process Component 4 applies to boxes 22-27 of FIG. 8. - Process Component1: Update Indexes for Documents to be Accessed
- As seen in FIG. 1, the purpose of the initial process component is to scan Source Documents (see definitions) and create index entries for all geographical terms found in them, so that subsequent searches for the same geographical area(s) will be able to find the relevant Source Documents. This process need be executed once only for each Source Document. The index entries are placed in a Document Index (see definitions), which may be a discrete index or physically form a subset of some other index. If a similar entry already exists in the Document Index, that entry is updated to point additionally to the new Source Document.
- It is assumed that this process has access to the Geographical Index (see definitions), which has originally been constructed from an electronic gazetteer, that is to say, a file of place names with their distinguishing attributes and geographical coordinates such as latitude and longitude. The Geographical Index may also be a discrete index or form part of a larger file or database. Note that the Geographical Index is organized by place names, but the Document Index is organized by sets of geographical coordinates.
- The geographical coordinates in the present embodiment are latitude and longitude although other coordinate systems are possible.
- The user of the initial process may be a provider of a service to the users of the second process components to be described. Without the completion of this process component for each Source Document, the users of
process component 2 will be unable to retrieve relevant Source Documents. - The process component as illustrated in FIG. 1 and set forth in flow chart form in FIGS. 5A and 5B can be envisaged as follows, although this is not the only way in which it might be embodied. The user executes this process component by running a specially written program or programs on a computer having a central processing unit that has access to (a)
Source Documents 100 to be indexed, (b) theGeographical Index 200, and (c) theDocument Index 300. By selecting a Source Document (for example, from a list or menu of non-indexed Source Documents), the user causes its contents to be displayed on the computer screen. The progress of the steps within this process component can be seen graphically in the way the contents are represented. This is assumed in the paragraphs below. The process component description assumes that the program and the user will each pass several times through a given Source Document. In practice, some process steps could be combined to reduce the number of passes. - After the user has selected the Source Document to be indexed, the program checks to see whether each word or phrase within it already exists in the Geographical Index. If it does, the depiction of that word or phrase on the screen is highlighted with a yellow background to indicate a first category (‘Mark A’). The program also uses some logic to determine whether other nouns or noun phrases might be place names, even though they do not yet exist in the Geographical Index. It highlights these with a blue background to indicate a second category (‘Mark B’). Mark B indicates that a new entry may have to be made in the
Geographical Index 200. - The user's intent is to confirm that all words or phrases highlighted have been correctly recognized by the program as place names. The program will assist by guiding the user from each highlight to the next. At each one, the user indicates by a mouse click or a keystroke whether the highlight is correct or not. For example, the program may have highlighted ‘Bikini’ and the user may determine that in its context this word refers to a garment. By indicating that the program is not correct, the user causes the highlighting to be turned off.
- The user's intent is to find any place names in the Source Document that have been missed by the program. The user reads through the text, and selects any non-highlighted word or phrase that should be treated as a place name (for subsequent entry in the Geographical Index). The user causes the selected term to be highlighted with a blue background (‘Mark B’).
- The program now examines each term in the Source Document highlighted with a yellow background (‘Mark A’), one at a time. In a separate window or box on the screen, it displays the corresponding term and the associated distinguishing attributes and geographical coordinates retrieved from the Geographical Index. There may be more than one entry in the Geographical Index corresponding to the same term, in which case they are all displayed in the same separate window or box.
- If only one entry exists in the Geographical Index for the term highlighted in the
Source Document 100, the user compares it with the term retrieved from theGeographical Index 200. If they correspond correctly, the user indicates that the reference is good. Although it now removes the highlight, the program remembers forstep 11 that this entry will be updated in the Document Index to point to thisSource Document 100. The user passes on to the next Mark A in the Source Document. - In the event that multiple entries for the same term have been retrieved from the Geographical Index, the user has more work to do (see steps7-9 in FIG. 5B).
- In this event, the first decision the user has to make is whether any one of the multiple entries displayed in the separate window or box is the one that corresponds to the highlighted term in the Source Document. If it is, the user may make a mouse click on the correct entry, or else, if the multiple entries are numbered, enter that number on the keyboard. As in
step 5, the highlight disappears, but the program still has to remember the user's action so that it can executestep 11. - If all of the multiple entries displayed in the separate window or box are incorrect, this means that the Geographical Index does not yet contain an entry for the place whose name has been highlighted in the Source Document. At this stage, the highlight is yellow (Mark A), because the program found at least one entry of the same term in the Geographical Index, but the user will need to create a new entry in
step 10. The action to be taken in this step is to change the highlight from yellow to blue (Mark B). [Note: this is also the action to be taken instep 5 if the single entry displayed from the Geographical Index was incorrect]. - At this stage, all yellow highlights (Mark A) have been cleared from the displayed Source Document, either in
step - If the same term highlighted with Mark B occurs multiple times in the Source Document, the user will still need to confirm that the same place is referred to each time. Accordingly, once the entry has been added to the Geographical Index, the remaining instances of the same term in the Source Document will be converted back to Mark A, and
step 5 etc. will be repeated for each such instance. - Finally, the program updates all the correct corresponding entries in the Document Index with pointers to the current Source Document, so that subsequent searches for thee,.place names it contains will be able to retrieve this document. The organization of the entries in the Document Index is by the geographical coordinates found in the Geographical Index.
- Process Component2: Identification of Documents Containing Desired Place Name.
- The second process component of the invention is illustrated in the diagram of FIG. 2 and is set forth in flow chart form in FIG. 6. The user of this process may be different from the user of the first process component, but depends on the completion of
process component 1 for all Source Documents that are to be retrievable. The program or programs used in this process component may be purpose designed, or may take the form of modifications to other search program(s). The program may give the user the capability of specifying a complex search argument such as ‘I want information about all Chinese restaurants in San Francisco.’ It is assumed that the some of the Source Documents indexed in the first process are likely to contain the desired information. - FIG. 6 illustrates a flow chart of the second process component. The
user 400 is interested in a specific geographical place or area, and wishes to retrieve documents that relate to it in some way. Theuser 400 keys or selects a place name as part of the search argument as input to the search program, and submits an inquiry. The search program does not look for the existence of the specified place names in the Source Documents. Instead, it obtains the geographical coordinates of those place names from the Geographical Index. - If the desired place name refers to more than one place, as ‘Paris’ could be in France or in Texas, the Geographical Index will have multiple entries for that place name. In that case, before the search for relevant Source Documents can be made, the user is presented with a selection list from which to pick the desired place. The distinguishing attributes, such as State and Country are shown in the selection list, together with a graphic representation of the geographical coordinates of each entry. From these, the user can indicate to the program the correct one to use in the search.
- The program uses the geographical coordinates obtained in the previous steps to search for the correct coordinates entry in the
Document Index 300. It then follows the pointers recorded in the Document Index to the Source Documents that have been indexed to that entry, and retrieves the location of the relevant Source Documents for the user. - An area or region may also be searched. An area or region is defined by a series of geographical coordinate sets which describe its boundary. In a simple case, such as the State of Utah, four sets of coordinates would indicate the four corners of the State. An irregular shape can be defined by a longer series of sets. If the user has submitted a query for information about Utah, the program will retrieve all entries from the Document Index whose coordinates equate to or lie within those of Utah. The technique for determining this is known to be part of the prior art, and is not claimed to form part of this invention.
- Process Component3: Locate and Identify Documents Based on Proximity to Desired Place Name.
- The third process component is illustrated in the diagram in FIG. 3. This is an additional, optional feature of the invention with the step by step process shown in FIG. 7.
- The third process component may be initiated by the user. Alternatively, the program may be initiated as a default if no responses are found in the second process.
- It is assumed that this process component will work in conjunction with a natural language search engine such as Verity Search'97™, or a similar tool that can interpret the phrases entered by the user to specify proximity. A typical query might be: ‘I want to know about Italian restaurants within 5 miles of Niagara Falls.’ A more straightforward alternative would be to provide a list of canned phrases and distances in the user interface computer screen, from which the user would simply select the appropriate ones for the search.
- The query is similar to the one submitted in
step 12, except for the inclusion of a proximity specification. A number of expressions can be used to specify various kinds of proximity. Similarly, a number of options are available for qualifying the acceptable distance parameter to be used in the search. For example, the program may ask the user to enter a radius in miles or kilometers, or to pick from a preset selection of suitable radii. If the user does not qualify the distance, the program may default to a standard distance such as 10 kilometers, but a more sophisticated version would vary the standard according to the type of location specified. For example, ‘hotels near the Empire State Building’ should default to a lesser radius than ‘hotels near Yellowstone National Park.’ - The program will obtain the geographical coordinates as in
step 16, and will modify them according to the specified/qualified proximity into a form such as a mathematical shape or formula which it can use to determine a match with the coordinates stored in the Document Index. - One type of proximity specification which requires special treatment takes the form of ‘between x and y,’ as for example ‘motels between Flagstaff and Phoenix.’ The program will construct a shape such as a rhombus. Two opposite points of the rhombus correspond to the coordinates of Flagstaff and Phoenix, and the other two opposite points of the rhombus are set apart from each other by a calculated distance such as the square root of the distance between Flagstaff and Phoenix.
- Finding a match in the
Document Index 300 includes determining those points of interest which lie within whatever shape may be defined insteps Source Documents 100 to which they point. - Process Component4: Expand Search Area for Poorly Satisfied Queries.
- A fourth additional option process component is shown in FIGS. 4A and 4B and is set forth in flow chart form in FIG. 8. The fourth process component deals with steps to be taken at the end of
process components sufficient Source Documents 100 to satisfy the user. This problem may arise from too narrow geographical criteria. However, if the user had asked the program to find information about volcanoes in New York, the appropriate action is not simply to expand the search area. - The assumption behind
step 22 is that the program, with help from the user, can determine that there is a place name in the user's query that has not been included in the Geographical Index. This would be the case, for example, if the user had misspelled the place name. Various approaches to this function are possible, and lie outside the scope of the current patent. - Various types of prompting are possible: Suppose that the user had tried without success to search for documents relating to ‘San Matteo.’ The program would indicate that no such place existed in its index. The user might then recognize the misspelling of the name and enter ‘San Mateo.’ If not, the user might change the request to ‘San Francisco Bay Area.’
- In another case, indicated in
step 25 of FIG. 8, the place name specified was valid, but there were not enough Source Documents relating to it. Again, various types of prompting are possible. Suppose that the user had tried without success to search for documents relating to Boca Chica. At the prompting of the program, the user could modify the search to ‘within 50 miles of Key West,’ ‘in the Florida Keys’ or between Key West and Key Largo.’ - FIG. 9 illustrates the relationship among the indexes and documents. The
Geographical Index 200 is a database containing a plurality of place name references, each reference having a corresponding set of geographical coordinates. TheDocument Index 300 is organized by sets of coordinates with a cross reference to a document, record or database. TheDocument Index 300 has the addresses of the source documents referred to so that they can be accessed and the locations of the source documents retrieved. - The present invention may be used in a wide variety of applications. In travel services, a user may want to access a hotel in a given locale, a restaurant within a specified distance from the hotel and other locations or services. Information on all of these references may be gathered and returned to the user.
- Although the foregoing describes the present invention in detail, it is to be clearly understood that the same is to serve for purposes of illustration and example only and is not to be regarded in any manner as an expression of invention limitation, the spirit and scope of the present invention being limited exclusively by the claims appended hereto.
Claims (16)
1. An information search and retrieval process using geographical coordinates, which process comprises:
building an index of coordinates for a plurality of text based references, resources or sites, each having a set of said coordinates;
accepting a user inquiry containing a text reference;
converting said text reference specified in said user inquiry to a set of coordinates;
searching against said index of coordinates based on the converted coordinates of said user inquiry reference; and
returning all information retrieved from said searching in a text based format.
2. An information search and retrieval process as set forth in claim 1 wherein said references, resources or sites each refers to travel references, such as hotels.
3. An information search and retrieval process as set forth in claim 1 wherein said text based references, resources and sites are obtained from documents in a file.
4. An information search and retrieval process as set forth in claim 3 including a plurality of said files such as the World Wide Web.
5. An information search and retrieval process as set forth in claim 4 including the additional step of retrieving the location of said documents from those identified in said searching.
6. An information search and retrieval process as set forth in claim 1 wherein said index of coordinates comprise latitude and longitude coordinates.
7. An information search and retrieval process as set forth in claim 1 including the additional step of searching against the coordinates index based on proximity to said user inquiry set of coordinates.
8. An information search and retrieval process as set forth in claim 1 including the additional step of expanding the coordinates in the event that references are not returned from the initial searching.
9. An information search and retrieval process as set forth in claim 1 including the additional step of updating the coordinate index with additional documents.
10. An information search and retrieval process as set forth in claim 3 including the additional step of updating said index of coordinates with additional references, resources or sites.
11. An information search and retrieval process as set forth in claim 1 wherein said step of accepting a user inquiry and converting said text reference includes checking multiple entries for place names.
12. A geographical coordinates information search and retrieval system which comprises:
an index of coordinates for a plurality of text based references, resources or sites, each having a set of said coordinates;
means to accept a user inquiry containing a text reference;
a set of coordinates for said user inquiry text reference converted from said text reference; and
means to search against said coordinates index for said inquiry set of coordinates and to return information retrieved from said search.
13. A geographical coordinates information search and retrieval system as set forth in claim 12 wherein said text based references, resources or sites are obtained from documents in a file.
14. A geographical coordinates information search and retrieval system as set forth in claim 13 wherein said means to return information retrieved includes return of the location of said documents to said user.
15. A geographical coordinates information search and retrieval system which comprises:
a plurality of documents from a source file or source files such as the world wide web;
a geographical index containing text based references, resources or sites, each cross-referenced to a set of coordinates; and
a document index categorized by said coordinates with cross references to said text based references, resources, or sites.
16. A geographical coordinates information search and retrieval system as set forth in claim 15 wherein said geographical index is stored on a database connected to a central processing unit.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/367,001 US20030120650A1 (en) | 1997-07-02 | 2003-02-14 | Methods and system for information search and retrieval |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/887,471 US5893093A (en) | 1997-07-02 | 1997-07-02 | Information search and retrieval with geographical coordinates |
US09/226,196 US6202065B1 (en) | 1997-07-02 | 1999-01-07 | Information search and retrieval with geographical coordinates |
US69807700A | 2000-10-30 | 2000-10-30 | |
US10/367,001 US20030120650A1 (en) | 1997-07-02 | 2003-02-14 | Methods and system for information search and retrieval |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US69807700A Continuation | 1997-07-02 | 2000-10-30 |
Publications (1)
Publication Number | Publication Date |
---|---|
US20030120650A1 true US20030120650A1 (en) | 2003-06-26 |
Family
ID=25391212
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/887,471 Expired - Lifetime US5893093A (en) | 1997-07-02 | 1997-07-02 | Information search and retrieval with geographical coordinates |
US09/226,196 Expired - Lifetime US6202065B1 (en) | 1997-07-02 | 1999-01-07 | Information search and retrieval with geographical coordinates |
US10/367,001 Abandoned US20030120650A1 (en) | 1997-07-02 | 2003-02-14 | Methods and system for information search and retrieval |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/887,471 Expired - Lifetime US5893093A (en) | 1997-07-02 | 1997-07-02 | Information search and retrieval with geographical coordinates |
US09/226,196 Expired - Lifetime US6202065B1 (en) | 1997-07-02 | 1999-01-07 | Information search and retrieval with geographical coordinates |
Country Status (1)
Country | Link |
---|---|
US (3) | US5893093A (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020075511A1 (en) * | 1999-05-21 | 2002-06-20 | Ivan Lorne | Process for visualizing geographic sites |
US20040213458A1 (en) * | 2003-04-25 | 2004-10-28 | Canon Kabushiki Kaisha | Image processing method and system |
US20060069504A1 (en) * | 2004-09-27 | 2006-03-30 | Travelocity.Com Lp | System, method and computer program product for searching and retrieving ranked points of interest within a polygonal area of interest |
US20070100867A1 (en) * | 2005-10-31 | 2007-05-03 | Celik Aytek E | System for displaying ads |
US20140287741A1 (en) * | 2013-03-22 | 2014-09-25 | Arieso Limited | Method and apparatus for managing call data |
US20140287739A1 (en) * | 2013-03-22 | 2014-09-25 | Arieso Limited | Method and apparatus for managing call data |
US20140287740A1 (en) * | 2013-03-22 | 2014-09-25 | Arieso Limited | Method and apparatus for managing call data |
EP2711855A3 (en) * | 2011-09-15 | 2016-04-20 | Fujitsu Limited | Information management method and information management apparatus |
Families Citing this family (139)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5822720A (en) | 1994-02-16 | 1998-10-13 | Sentius Corporation | System amd method for linking streams of multimedia data for reference material for display |
US7258983B2 (en) * | 1994-04-25 | 2007-08-21 | Genentech, Inc. | Cardiotrophin-1 compositions and methods for the treatment of tumor |
US6650998B1 (en) * | 1996-03-11 | 2003-11-18 | At&T Corp. | Information Search System for enabling a user of a user terminal to search a data source |
JPH10307846A (en) * | 1997-03-03 | 1998-11-17 | Toshiba Corp | Document information management system, document information management method and document retrieval method |
US5893093A (en) * | 1997-07-02 | 1999-04-06 | The Sabre Group, Inc. | Information search and retrieval with geographical coordinates |
JPH1153378A (en) * | 1997-07-31 | 1999-02-26 | Honda Motor Co Ltd | Information retrieval device |
IL123129A (en) * | 1998-01-30 | 2010-12-30 | Aviv Refuah | Www addressing |
US6229534B1 (en) | 1998-02-27 | 2001-05-08 | Sabre Inc. | Methods and apparatus for accessing information from multiple remote sources |
US7269585B1 (en) * | 1998-06-26 | 2007-09-11 | Alexander James Burke | User interface and search system for local and remote internet and other applications |
US6665687B1 (en) | 1998-06-26 | 2003-12-16 | Alexander James Burke | Composite user interface and search system for internet and multimedia applications |
NO984066L (en) * | 1998-09-03 | 2000-03-06 | Arendi As | Computer function button |
US7272604B1 (en) * | 1999-09-03 | 2007-09-18 | Atle Hedloy | Method, system and computer readable medium for addressing handling from an operating system |
US7496854B2 (en) * | 1998-11-10 | 2009-02-24 | Arendi Holding Limited | Method, system and computer readable medium for addressing handling from a computer program |
US6295528B1 (en) * | 1998-11-30 | 2001-09-25 | Infospace, Inc. | Method and apparatus for converting a geographic location to a direct marketing area for a query |
US6442544B1 (en) * | 1998-12-08 | 2002-08-27 | Infospace, Inc. | System and method for organizing search categories for use in an on-line search query engine based on geographic descriptions |
US6711146B2 (en) * | 1999-02-22 | 2004-03-23 | Genesys Telecommunications Laboratories, Inc. | Telecommunication system for automatically locating by network connection and selectively delivering calls to mobile client devices |
US7089236B1 (en) | 1999-06-24 | 2006-08-08 | Search 123.Com, Inc. | Search engine interface |
EP1072987A1 (en) * | 1999-07-29 | 2001-01-31 | International Business Machines Corporation | Geographic web browser and iconic hyperlink cartography |
JP3702414B2 (en) * | 1999-08-11 | 2005-10-05 | 株式会社日立製作所 | Information search support method, computer-readable storage medium, and information search device |
US7246109B1 (en) | 1999-10-07 | 2007-07-17 | Koninklijke Philips Electronics N.V. | Method and apparatus for browsing using position information |
CA2388638C (en) * | 1999-11-02 | 2011-11-15 | Highway To Health, Inc. | A system and method for locating providers over the internet on short notice |
EP3367268A1 (en) * | 2000-02-22 | 2018-08-29 | Nokia Technologies Oy | Spatially coding and displaying information |
WO2001065410A2 (en) * | 2000-02-28 | 2001-09-07 | Geocontent, Inc. | Search engine for spatial data indexing |
US7136915B2 (en) * | 2000-03-14 | 2006-11-14 | Rieger Iii Charles J | System for communicating through maps |
US6654800B1 (en) | 2000-03-14 | 2003-11-25 | Rieger, Iii Charles J. | System for communicating through maps |
DE50000923D1 (en) * | 2000-03-16 | 2003-01-23 | Michael Hermann | STRUCTURING PROGRAM FOR A DATA PROCESSING PLANT TAKING INTO ACCOUNT GEOGRAPHICAL INDICATION |
FR2807900B1 (en) * | 2000-04-14 | 2003-06-06 | Inovatel | METHOD AND SYSTEM FOR PROVIDING A GEO-DEPENDENT SERVICE, LOCATION EQUIPMENT AND OPERATING EQUIPMENT THEREOF |
US20030009345A1 (en) * | 2000-07-17 | 2003-01-09 | Thorpe Kenneth J. | System and method for communication and processing of legal document based on geographic area |
JP2002073620A (en) * | 2000-08-30 | 2002-03-12 | Nternet Number Corp | Method for distributing position information |
JP4200645B2 (en) * | 2000-09-08 | 2008-12-24 | 日本電気株式会社 | Information processing apparatus, information processing method, and recording medium |
US6954764B2 (en) * | 2000-09-25 | 2005-10-11 | Oracle International Corp. | Region modeling of mobile services |
US7233942B2 (en) * | 2000-10-10 | 2007-06-19 | Truelocal Inc. | Method and apparatus for providing geographically authenticated electronic documents |
US6873998B1 (en) * | 2000-10-18 | 2005-03-29 | Navteq North America, Llc | System and method for updating a geographic database using satellite imagery |
US6772142B1 (en) | 2000-10-31 | 2004-08-03 | Cornell Research Foundation, Inc. | Method and apparatus for collecting and expressing geographically-referenced data |
US6383924B1 (en) * | 2000-12-13 | 2002-05-07 | Micron Technology, Inc. | Method of forming buried conductor patterns by surface transformation of empty spaces in solid state materials |
US20020091879A1 (en) * | 2000-12-21 | 2002-07-11 | James Beriker | System, method and apparatus for dynamic traffic management on a network |
US7685224B2 (en) * | 2001-01-11 | 2010-03-23 | Truelocal Inc. | Method for providing an attribute bounded network of computers |
US7197160B2 (en) * | 2001-03-05 | 2007-03-27 | Digimarc Corporation | Geographic information systems using digital watermarks |
US7249257B2 (en) * | 2001-03-05 | 2007-07-24 | Digimarc Corporation | Digitally watermarked maps and signs and related navigational tools |
US7042470B2 (en) * | 2001-03-05 | 2006-05-09 | Digimarc Corporation | Using embedded steganographic identifiers in segmented areas of geographic images and characteristics corresponding to imagery data derived from aerial platforms |
US6611751B2 (en) | 2001-03-23 | 2003-08-26 | 981455 Alberta Ltd. | Method and apparatus for providing location based data services |
US7142577B2 (en) * | 2001-05-16 | 2006-11-28 | Micron Technology, Inc. | Method of forming mirrors by surface transformation of empty spaces in solid state materials and structures thereon |
US7089264B1 (en) * | 2001-06-22 | 2006-08-08 | Navteq North America, Llc | Geographic database organization that facilitates location-based advertising |
GB2381884A (en) * | 2001-07-16 | 2003-05-14 | Pablo D Cappellini | A search engine of flexibly-defined paths applicable to the search of transportation-related routes |
US7130861B2 (en) | 2001-08-16 | 2006-10-31 | Sentius International Corporation | Automated creation and delivery of database content |
US20030126150A1 (en) * | 2001-12-31 | 2003-07-03 | Jawe Chan | System and method for building a database to be used in location-based service |
US7937294B1 (en) | 2002-01-12 | 2011-05-03 | Telegrow, Llc | System, and associated method, for configuring a buying club and a coop order |
US7680696B1 (en) | 2002-01-12 | 2010-03-16 | Murray Thomas G | Computer processing system for facilitating the order, purchase, and delivery of products |
US20040176483A1 (en) * | 2003-03-05 | 2004-09-09 | Micron Technology, Inc. | Cellular materials formed using surface transformation |
CA3033823C (en) | 2002-02-01 | 2020-06-09 | Canadian National Railway Company | System, apparatus and method for conducting an online transaction to fulfill a rail-shipment service inquiry or a rail-shipment service ordering |
US7132348B2 (en) * | 2002-03-25 | 2006-11-07 | Micron Technology, Inc. | Low k interconnect dielectric using surface transformation |
US6777770B2 (en) * | 2002-03-25 | 2004-08-17 | Micron Technology, Inc. | Films deposited at glancing incidence for multilevel metallization |
US7467103B1 (en) | 2002-04-17 | 2008-12-16 | Murray Joseph L | Optimization system and method for buying clubs |
US20030216930A1 (en) * | 2002-05-16 | 2003-11-20 | Dunham Carl A. | Cost-per-action search engine system, method and apparatus |
WO2004006147A2 (en) * | 2002-07-02 | 2004-01-15 | Amadeus S.A.S. | Method and device for storing and accessing data in a computer travel reservation system |
US7707140B2 (en) * | 2002-10-09 | 2010-04-27 | Yahoo! Inc. | Information retrieval system and method employing spatially selective features |
US20050149507A1 (en) * | 2003-02-05 | 2005-07-07 | Nye Timothy G. | Systems and methods for identifying an internet resource address |
US7516157B2 (en) * | 2003-05-08 | 2009-04-07 | Microsoft Corporation | Relational directory |
US7403939B1 (en) | 2003-05-30 | 2008-07-22 | Aol Llc | Resolving queries based on automatic determination of requestor geographic location |
US7613687B2 (en) * | 2003-05-30 | 2009-11-03 | Truelocal Inc. | Systems and methods for enhancing web-based searching |
US7660784B1 (en) | 2003-05-30 | 2010-02-09 | Aol Llc | Geographically resolving a keyword query |
US7562289B2 (en) * | 2003-06-18 | 2009-07-14 | Layton Geo-Science, Inc. | Methods and systems for encoding geographic coordinates and features in a portable document format file |
US7848945B2 (en) * | 2003-07-03 | 2010-12-07 | Travelweb Llc | System and method for indexing travel accommodations in a network environment |
US7668744B2 (en) * | 2003-07-31 | 2010-02-23 | The Boeing Company | Method and system for conducting fleet operations |
WO2005017697A2 (en) * | 2003-08-15 | 2005-02-24 | Blackboard Inc. | Content system and associated methods |
CA2550306A1 (en) * | 2003-12-19 | 2005-07-14 | Telcontar, Inc. | Geocoding locations near a specified city |
US8954420B1 (en) | 2003-12-31 | 2015-02-10 | Google Inc. | Methods and systems for improving a search ranking using article information |
US8406341B2 (en) | 2004-01-23 | 2013-03-26 | The Nielsen Company (Us), Llc | Variable encoding and detection apparatus and methods |
US20050165628A1 (en) * | 2004-01-27 | 2005-07-28 | Carmen Systems Ab | Method and system for rescheduling passengers |
EP1751690B1 (en) * | 2004-02-04 | 2018-10-03 | Digimarc Corporation | Digital watermarking image signals on-chip and photographic travel logs through digital watermarking |
US8386728B1 (en) | 2004-03-31 | 2013-02-26 | Google Inc. | Methods and systems for prioritizing a crawl |
US8275839B2 (en) * | 2004-03-31 | 2012-09-25 | Google Inc. | Methods and systems for processing email messages |
US8099407B2 (en) | 2004-03-31 | 2012-01-17 | Google Inc. | Methods and systems for processing media files |
US7680888B1 (en) | 2004-03-31 | 2010-03-16 | Google Inc. | Methods and systems for processing instant messenger messages |
US7333976B1 (en) | 2004-03-31 | 2008-02-19 | Google Inc. | Methods and systems for processing contact information |
US8631076B1 (en) | 2004-03-31 | 2014-01-14 | Google Inc. | Methods and systems for associating instant messenger events |
US7412708B1 (en) | 2004-03-31 | 2008-08-12 | Google Inc. | Methods and systems for capturing information |
US7941439B1 (en) * | 2004-03-31 | 2011-05-10 | Google Inc. | Methods and systems for information capture |
US8346777B1 (en) | 2004-03-31 | 2013-01-01 | Google Inc. | Systems and methods for selectively storing event data |
US7725508B2 (en) * | 2004-03-31 | 2010-05-25 | Google Inc. | Methods and systems for information capture and retrieval |
US7581227B1 (en) | 2004-03-31 | 2009-08-25 | Google Inc. | Systems and methods of synchronizing indexes |
US8161053B1 (en) | 2004-03-31 | 2012-04-17 | Google Inc. | Methods and systems for eliminating duplicate events |
US20050234929A1 (en) * | 2004-03-31 | 2005-10-20 | Ionescu Mihai F | Methods and systems for interfacing applications with a search engine |
US20050278378A1 (en) * | 2004-05-19 | 2005-12-15 | Metacarta, Inc. | Systems and methods of geographical text indexing |
US20060047546A1 (en) * | 2004-09-01 | 2006-03-02 | Richard Taylor | Computer-based retail data management system and method thereof |
EP1805918B1 (en) * | 2004-09-27 | 2019-02-20 | Nielsen Media Research, Inc. | Methods and apparatus for using location information to manage spillover in an audience monitoring system |
US7743048B2 (en) * | 2004-10-29 | 2010-06-22 | Microsoft Corporation | System and method for providing a geographic search function |
US7769579B2 (en) * | 2005-05-31 | 2010-08-03 | Google Inc. | Learning facts from semi-structured text |
US7801897B2 (en) | 2004-12-30 | 2010-09-21 | Google Inc. | Indexing documents according to geographical relevance |
US8682913B1 (en) | 2005-03-31 | 2014-03-25 | Google Inc. | Corroborating facts extracted from multiple sources |
US9208229B2 (en) * | 2005-03-31 | 2015-12-08 | Google Inc. | Anchor text summarization for corroboration |
US7587387B2 (en) | 2005-03-31 | 2009-09-08 | Google Inc. | User interface for facts query engine with snippets from information sources that include query terms and answer terms |
US8326659B2 (en) * | 2005-04-12 | 2012-12-04 | Blackboard Inc. | Method and system for assessment within a multi-level organization |
US7831545B1 (en) | 2005-05-31 | 2010-11-09 | Google Inc. | Identifying the unifying subject of a set of facts |
US8996470B1 (en) | 2005-05-31 | 2015-03-31 | Google Inc. | System for ensuring the internal consistency of a fact repository |
US8200676B2 (en) | 2005-06-28 | 2012-06-12 | Nokia Corporation | User interface for geographic search |
EP1783633B1 (en) * | 2005-10-10 | 2012-08-29 | SEARCHTEQ GmbH | Search engine for a location related search |
US9262446B1 (en) | 2005-12-29 | 2016-02-16 | Google Inc. | Dynamically ranking entries in a personal data book |
US8260785B2 (en) | 2006-02-17 | 2012-09-04 | Google Inc. | Automatic object reference identification and linking in a browseable fact repository |
AU2007215162A1 (en) | 2006-02-10 | 2007-08-23 | Nokia Corporation | Systems and methods for spatial thumbnails and companion maps for media objects |
US7479875B2 (en) * | 2006-05-12 | 2009-01-20 | Oracle International Corporation | Method of and system for managing data in a sensor network |
WO2007146298A2 (en) * | 2006-06-12 | 2007-12-21 | Metacarta, Inc. | Systems and methods for hierarchical organization and presentation of geographic search results |
US20080065685A1 (en) * | 2006-08-04 | 2008-03-13 | Metacarta, Inc. | Systems and methods for presenting results of geographic text searches |
US20080140348A1 (en) * | 2006-10-31 | 2008-06-12 | Metacarta, Inc. | Systems and methods for predictive models using geographic text search |
US9721157B2 (en) * | 2006-08-04 | 2017-08-01 | Nokia Technologies Oy | Systems and methods for obtaining and using information from map images |
US20080059452A1 (en) * | 2006-08-04 | 2008-03-06 | Metacarta, Inc. | Systems and methods for obtaining and using information from map images |
US8122026B1 (en) | 2006-10-20 | 2012-02-21 | Google Inc. | Finding and disambiguating references to entities on web pages |
US8041730B1 (en) * | 2006-10-24 | 2011-10-18 | Google Inc. | Using geographic data to identify correlated geographic synonyms |
US7783644B1 (en) * | 2006-12-13 | 2010-08-24 | Google Inc. | Query-independent entity importance in books |
WO2009075689A2 (en) * | 2006-12-21 | 2009-06-18 | Metacarta, Inc. | Methods of systems of using geographic meta-metadata in information retrieval and document displays |
US10885543B1 (en) | 2006-12-29 | 2021-01-05 | The Nielsen Company (Us), Llc | Systems and methods to pre-scale media content to facilitate audience measurement |
US8347202B1 (en) * | 2007-03-14 | 2013-01-01 | Google Inc. | Determining geographic locations for place names in a fact repository |
US20080270375A1 (en) * | 2007-04-27 | 2008-10-30 | France Telecom | Local news search engine |
US20080277314A1 (en) * | 2007-05-08 | 2008-11-13 | Halsey Richard B | Olefin production utilizing whole crude oil/condensate feedstock and hydrotreating |
TWI355046B (en) * | 2007-07-10 | 2011-12-21 | Nanya Technology Corp | Two bit memory structure and method of making the |
US7970766B1 (en) | 2007-07-23 | 2011-06-28 | Google Inc. | Entity type assignment |
US8060535B2 (en) * | 2007-08-08 | 2011-11-15 | Siemens Enterprise Communications, Inc. | Method and apparatus for information and document management |
US8131712B1 (en) * | 2007-10-15 | 2012-03-06 | Google Inc. | Regional indexes |
US8812435B1 (en) | 2007-11-16 | 2014-08-19 | Google Inc. | Learning objects and facts from documents |
US20100017237A1 (en) * | 2008-07-15 | 2010-01-21 | Where I've Been, Llc | Travel-related methods, systems and devices |
US20100142401A1 (en) * | 2008-12-04 | 2010-06-10 | Morris Robert P | Methods, Systems, And Computer Program Products For Determining A Network Identifier Of A Node Providing A Type Of Service For A Geospatial Region |
US20100146132A1 (en) * | 2008-12-04 | 2010-06-10 | Morris Robert P | Methods, Systems, And Computer Program Products For Accessing A Resource Having A Network Address Associated With A Location On A Map |
US20100146114A1 (en) * | 2008-12-04 | 2010-06-10 | Morris Robert P | Methods, Systems, And Computer Program Products For Accessing A Resource Based On Metadata Associated With A Location On A Map |
US20100162129A1 (en) * | 2008-12-19 | 2010-06-24 | Morris Robert P | Methods, Systems, And Computer Program Products For Synchronizing Second Level Resources With First Level Resources Of A Multi-Level Navigation History |
US20100161732A1 (en) * | 2008-12-19 | 2010-06-24 | Morris Robert P | Methods, Systems, And Computer Program Products For Maintaining Consistency Between Non-Geospatial And Geospatial Network Directory Systems |
US8855101B2 (en) | 2010-03-09 | 2014-10-07 | The Nielsen Company (Us), Llc | Methods, systems, and apparatus to synchronize actions of audio source monitors |
US8885842B2 (en) | 2010-12-14 | 2014-11-11 | The Nielsen Company (Us), Llc | Methods and apparatus to determine locations of audience members |
US9021516B2 (en) | 2013-03-01 | 2015-04-28 | The Nielsen Company (Us), Llc | Methods and systems for reducing spillover by measuring a crest factor |
US9118960B2 (en) | 2013-03-08 | 2015-08-25 | The Nielsen Company (Us), Llc | Methods and systems for reducing spillover by detecting signal distortion |
US9219969B2 (en) | 2013-03-13 | 2015-12-22 | The Nielsen Company (Us), Llc | Methods and systems for reducing spillover by analyzing sound pressure levels |
US9191704B2 (en) | 2013-03-14 | 2015-11-17 | The Nielsen Company (Us), Llc | Methods and systems for reducing crediting errors due to spillover using audio codes and/or signatures |
US9219928B2 (en) | 2013-06-25 | 2015-12-22 | The Nielsen Company (Us), Llc | Methods and apparatus to characterize households with media meter data |
US9426525B2 (en) | 2013-12-31 | 2016-08-23 | The Nielsen Company (Us), Llc. | Methods and apparatus to count people in an audience |
US11138243B2 (en) | 2014-03-06 | 2021-10-05 | International Business Machines Corporation | Indexing geographic data |
CN105446989B (en) * | 2014-07-04 | 2019-06-07 | 阿里巴巴集团控股有限公司 | Searching method and device, display device |
US20160260105A1 (en) * | 2015-03-06 | 2016-09-08 | Amadeus S.A.S. | Generating a setting recommendation for a revenue management system |
US9680583B2 (en) | 2015-03-30 | 2017-06-13 | The Nielsen Company (Us), Llc | Methods and apparatus to report reference media data to multiple data collection facilities |
US9924224B2 (en) | 2015-04-03 | 2018-03-20 | The Nielsen Company (Us), Llc | Methods and apparatus to determine a state of a media presentation device |
US9848222B2 (en) | 2015-07-15 | 2017-12-19 | The Nielsen Company (Us), Llc | Methods and apparatus to detect spillover |
Citations (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5231584A (en) * | 1987-12-28 | 1993-07-27 | Aisin Aw Co., Ltd. | Navigation apparatus with non-volatile memory for return to initial departure point |
US5241671A (en) * | 1989-10-26 | 1993-08-31 | Encyclopaedia Britannica, Inc. | Multimedia search system using a plurality of entry path means which indicate interrelatedness of information |
US5267042A (en) * | 1991-01-11 | 1993-11-30 | Pioneer Electronic Corporation | Image pickup device for automatically recording the location where an image is recorded |
US5311173A (en) * | 1988-09-16 | 1994-05-10 | Hitachi, Ltd. | Navigation system and method using map data |
US5329108A (en) * | 1991-11-22 | 1994-07-12 | Cherloc | Map with indexes for a geographical information system and system for applying same |
US5470233A (en) * | 1994-03-17 | 1995-11-28 | Arkenstone, Inc. | System and method for tracking a pedestrian |
US5471392A (en) * | 1993-08-17 | 1995-11-28 | Matsushita Electric Industrial Co., Ltd. | Geographic information display apparatus |
US5475598A (en) * | 1993-05-12 | 1995-12-12 | Matsushita Electric Industrial Co., Ltd. | Recommended route guide apparatus which utilizes multiple start and end points |
US5486822A (en) * | 1990-11-09 | 1996-01-23 | Sumitomo Electric Industries, Ltd. | Optimum route determination |
US5517419A (en) * | 1993-07-22 | 1996-05-14 | Synectics Corporation | Advanced terrain mapping system |
US5544061A (en) * | 1993-05-28 | 1996-08-06 | Aisin Aw Co., Ltd. | Navigation system with destination set by longitude and latitude coordinate points |
US5543788A (en) * | 1991-07-12 | 1996-08-06 | Fujitsu Limited | Map management system in geographic information management system |
US5559707A (en) * | 1994-06-24 | 1996-09-24 | Delorme Publishing Company | Computer aided routing system |
US5596500A (en) * | 1993-10-25 | 1997-01-21 | Trimble Navigation Limited | Map reading system for indicating a user's position on a published map with a global position system receiver and a database |
US5630072A (en) * | 1994-08-30 | 1997-05-13 | Dobbins; Larry D. | Relia process: integrated relational object unit identification and location addressing processes |
US5682525A (en) * | 1995-01-11 | 1997-10-28 | Civix Corporation | System and methods for remotely accessing a selected group of items of interest from a database |
US5724571A (en) * | 1995-07-07 | 1998-03-03 | Sun Microsystems, Inc. | Method and apparatus for generating query responses in a computer-based document retrieval system |
US5742297A (en) * | 1994-11-04 | 1998-04-21 | Lockheed Martin Corporation | Apparatus and method for constructing a mosaic of data |
US5815118A (en) * | 1994-11-03 | 1998-09-29 | Trimble Navigation Limited | Rubber sheeting of a map |
US5845228A (en) * | 1996-02-08 | 1998-12-01 | Mitsubishi Denki Kabushiki Kaisha | Vehicle-route computing apparatus |
US5848373A (en) * | 1994-06-24 | 1998-12-08 | Delorme Publishing Company | Computer aided map location system |
US5857199A (en) * | 1994-03-17 | 1999-01-05 | Hitachi, Ltd. | Retrieval method using image information |
US5884216A (en) * | 1992-10-16 | 1999-03-16 | Mobile Information System, Inc. | Method and apparatus for tracking vehicle location |
US5893093A (en) * | 1997-07-02 | 1999-04-06 | The Sabre Group, Inc. | Information search and retrieval with geographical coordinates |
US5930474A (en) * | 1996-01-31 | 1999-07-27 | Z Land Llc | Internet organizer for accessing geographically and topically based information |
US5944769A (en) * | 1996-11-08 | 1999-08-31 | Zip2 Corporation | Interactive network directory service with integrated maps and directions |
US5978804A (en) * | 1996-04-11 | 1999-11-02 | Dietzman; Gregg R. | Natural products information system |
US6006161A (en) * | 1996-08-02 | 1999-12-21 | Aisin Aw Co., Ltd. | Land vehicle navigation system with multi-screen mode selectivity |
US6084989A (en) * | 1996-11-15 | 2000-07-04 | Lockheed Martin Corporation | System and method for automatically determining the position of landmarks in digitized images derived from a satellite-based imaging system |
US6148261A (en) * | 1997-06-20 | 2000-11-14 | American Calcar, Inc. | Personal communication system to send and receive voice data positioning information |
US6249252B1 (en) * | 1996-09-09 | 2001-06-19 | Tracbeam Llc | Wireless location using multiple location estimators |
US6282489B1 (en) * | 1993-05-28 | 2001-08-28 | Mapquest.Com, Inc. | Methods and apparatus for displaying a travel route and generating a list of places of interest located near the travel route |
US6597983B2 (en) * | 1996-08-22 | 2003-07-22 | Wgrs Licensing Company, Llc | Geographic location multiple listing service identifier and method of assigning and using the same |
US6631326B1 (en) * | 2000-03-29 | 2003-10-07 | Sourceprose Corporation | System and method for performing flood zone certifications |
-
1997
- 1997-07-02 US US08/887,471 patent/US5893093A/en not_active Expired - Lifetime
-
1999
- 1999-01-07 US US09/226,196 patent/US6202065B1/en not_active Expired - Lifetime
-
2003
- 2003-02-14 US US10/367,001 patent/US20030120650A1/en not_active Abandoned
Patent Citations (37)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5231584A (en) * | 1987-12-28 | 1993-07-27 | Aisin Aw Co., Ltd. | Navigation apparatus with non-volatile memory for return to initial departure point |
US5311173A (en) * | 1988-09-16 | 1994-05-10 | Hitachi, Ltd. | Navigation system and method using map data |
US5241671A (en) * | 1989-10-26 | 1993-08-31 | Encyclopaedia Britannica, Inc. | Multimedia search system using a plurality of entry path means which indicate interrelatedness of information |
US5241671C1 (en) * | 1989-10-26 | 2002-07-02 | Encyclopaedia Britannica Educa | Multimedia search system using a plurality of entry path means which indicate interrelatedness of information |
US5486822A (en) * | 1990-11-09 | 1996-01-23 | Sumitomo Electric Industries, Ltd. | Optimum route determination |
US5267042A (en) * | 1991-01-11 | 1993-11-30 | Pioneer Electronic Corporation | Image pickup device for automatically recording the location where an image is recorded |
US5543788A (en) * | 1991-07-12 | 1996-08-06 | Fujitsu Limited | Map management system in geographic information management system |
US5329108A (en) * | 1991-11-22 | 1994-07-12 | Cherloc | Map with indexes for a geographical information system and system for applying same |
US5884216A (en) * | 1992-10-16 | 1999-03-16 | Mobile Information System, Inc. | Method and apparatus for tracking vehicle location |
US5475598A (en) * | 1993-05-12 | 1995-12-12 | Matsushita Electric Industrial Co., Ltd. | Recommended route guide apparatus which utilizes multiple start and end points |
US6498982B2 (en) * | 1993-05-28 | 2002-12-24 | Mapquest. Com, Inc. | Methods and apparatus for displaying a travel route and/or generating a list of places of interest located near the travel route |
US5544061A (en) * | 1993-05-28 | 1996-08-06 | Aisin Aw Co., Ltd. | Navigation system with destination set by longitude and latitude coordinate points |
US6282489B1 (en) * | 1993-05-28 | 2001-08-28 | Mapquest.Com, Inc. | Methods and apparatus for displaying a travel route and generating a list of places of interest located near the travel route |
US5517419A (en) * | 1993-07-22 | 1996-05-14 | Synectics Corporation | Advanced terrain mapping system |
US5471392A (en) * | 1993-08-17 | 1995-11-28 | Matsushita Electric Industrial Co., Ltd. | Geographic information display apparatus |
US5596500A (en) * | 1993-10-25 | 1997-01-21 | Trimble Navigation Limited | Map reading system for indicating a user's position on a published map with a global position system receiver and a database |
US5857199A (en) * | 1994-03-17 | 1999-01-05 | Hitachi, Ltd. | Retrieval method using image information |
US5470233A (en) * | 1994-03-17 | 1995-11-28 | Arkenstone, Inc. | System and method for tracking a pedestrian |
US5559707A (en) * | 1994-06-24 | 1996-09-24 | Delorme Publishing Company | Computer aided routing system |
US5848373A (en) * | 1994-06-24 | 1998-12-08 | Delorme Publishing Company | Computer aided map location system |
US5630072A (en) * | 1994-08-30 | 1997-05-13 | Dobbins; Larry D. | Relia process: integrated relational object unit identification and location addressing processes |
US5815118A (en) * | 1994-11-03 | 1998-09-29 | Trimble Navigation Limited | Rubber sheeting of a map |
US5742297A (en) * | 1994-11-04 | 1998-04-21 | Lockheed Martin Corporation | Apparatus and method for constructing a mosaic of data |
US5682525A (en) * | 1995-01-11 | 1997-10-28 | Civix Corporation | System and methods for remotely accessing a selected group of items of interest from a database |
US5724571A (en) * | 1995-07-07 | 1998-03-03 | Sun Microsystems, Inc. | Method and apparatus for generating query responses in a computer-based document retrieval system |
US5930474A (en) * | 1996-01-31 | 1999-07-27 | Z Land Llc | Internet organizer for accessing geographically and topically based information |
US5845228A (en) * | 1996-02-08 | 1998-12-01 | Mitsubishi Denki Kabushiki Kaisha | Vehicle-route computing apparatus |
US5978804A (en) * | 1996-04-11 | 1999-11-02 | Dietzman; Gregg R. | Natural products information system |
US6006161A (en) * | 1996-08-02 | 1999-12-21 | Aisin Aw Co., Ltd. | Land vehicle navigation system with multi-screen mode selectivity |
US6597983B2 (en) * | 1996-08-22 | 2003-07-22 | Wgrs Licensing Company, Llc | Geographic location multiple listing service identifier and method of assigning and using the same |
US6249252B1 (en) * | 1996-09-09 | 2001-06-19 | Tracbeam Llc | Wireless location using multiple location estimators |
US5944769A (en) * | 1996-11-08 | 1999-08-31 | Zip2 Corporation | Interactive network directory service with integrated maps and directions |
US6084989A (en) * | 1996-11-15 | 2000-07-04 | Lockheed Martin Corporation | System and method for automatically determining the position of landmarks in digitized images derived from a satellite-based imaging system |
US6148261A (en) * | 1997-06-20 | 2000-11-14 | American Calcar, Inc. | Personal communication system to send and receive voice data positioning information |
US6202065B1 (en) * | 1997-07-02 | 2001-03-13 | Travelocity.Com Lp | Information search and retrieval with geographical coordinates |
US5893093A (en) * | 1997-07-02 | 1999-04-06 | The Sabre Group, Inc. | Information search and retrieval with geographical coordinates |
US6631326B1 (en) * | 2000-03-29 | 2003-10-07 | Sourceprose Corporation | System and method for performing flood zone certifications |
Cited By (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020075511A1 (en) * | 1999-05-21 | 2002-06-20 | Ivan Lorne | Process for visualizing geographic sites |
US20040213458A1 (en) * | 2003-04-25 | 2004-10-28 | Canon Kabushiki Kaisha | Image processing method and system |
US20060069504A1 (en) * | 2004-09-27 | 2006-03-30 | Travelocity.Com Lp | System, method and computer program product for searching and retrieving ranked points of interest within a polygonal area of interest |
US7715981B2 (en) | 2004-09-27 | 2010-05-11 | Travelocity.Com Lp | System, method and computer program product for searching and retrieving ranked points of interest within a polygonal area of interest |
US20070100867A1 (en) * | 2005-10-31 | 2007-05-03 | Celik Aytek E | System for displaying ads |
US8595633B2 (en) * | 2005-10-31 | 2013-11-26 | Yahoo! Inc. | Method and system for displaying contextual rotating advertisements |
EP2711855A3 (en) * | 2011-09-15 | 2016-04-20 | Fujitsu Limited | Information management method and information management apparatus |
US20140287741A1 (en) * | 2013-03-22 | 2014-09-25 | Arieso Limited | Method and apparatus for managing call data |
US20140287740A1 (en) * | 2013-03-22 | 2014-09-25 | Arieso Limited | Method and apparatus for managing call data |
US9094537B2 (en) * | 2013-03-22 | 2015-07-28 | Jdsu Uk Limited | Method and apparatus for managing call data |
US9197758B2 (en) * | 2013-03-22 | 2015-11-24 | Jdsu Uk Limited | Method and apparatus for managing call data |
US9282197B2 (en) * | 2013-03-22 | 2016-03-08 | Viavi Solutions Uk Limited | Method and apparatus for managing call data |
US20140287739A1 (en) * | 2013-03-22 | 2014-09-25 | Arieso Limited | Method and apparatus for managing call data |
US20160119774A1 (en) * | 2013-03-22 | 2016-04-28 | Jdsu Uk Limited | Method and apparatus for managing call data |
US9521541B2 (en) * | 2013-03-22 | 2016-12-13 | Viavi Solutions Uk Limited | Method and apparatus for managing call data |
Also Published As
Publication number | Publication date |
---|---|
US6202065B1 (en) | 2001-03-13 |
US5893093A (en) | 1999-04-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5893093A (en) | Information search and retrieval with geographical coordinates | |
US6240410B1 (en) | Virtual bookshelf | |
EP1485830B1 (en) | Retrieving matching documents by queries in any national language | |
Vaid et al. | Spatio-textual indexing for geographical search on the web | |
US6363392B1 (en) | Method and system for providing a web-sharable personal database | |
Sugiura et al. | Query routing for web search engines: Architecture and experiments | |
US6604101B1 (en) | Method and system for translingual translation of query and search and retrieval of multilingual information on a computer network | |
JP2957702B2 (en) | Semantic object modeling system for generating relational database schema | |
CN109657068B (en) | Cultural relic knowledge graph generation and visualization method for intelligent museum | |
EP0310283A2 (en) | A multilingual ordered data retrieval system | |
US20020099685A1 (en) | Document retrieval system; method of document retrieval; and search server | |
US20050177555A1 (en) | System and method for providing information on a set of search returned documents | |
US20020124015A1 (en) | Method and system for matching data | |
CN1894685A (en) | Translation tool | |
WO2002039320A1 (en) | Method for structuring and searching information | |
Delboni et al. | Semantic expansion of geographic web queries based on natural language positioning expressions | |
US7409381B1 (en) | Index to a semi-structured database | |
Souza et al. | The role of gazetteers in geographic knowledge discovery on the web | |
Borges et al. | The Web as a Data Source for Spatial Databases. | |
WO1998049632A1 (en) | System and method for entity-based data retrieval | |
KR20010095215A (en) | Method for retrieving data on internet through constructing site information database | |
Angel et al. | Qualitative geocoding of persistent web pages | |
Laender et al. | Integrating Web data and geographic knowledge into spatial databases | |
Wan et al. | Experiments with automatic indexing and a relational thesaurus in a Chinese information retrieval system | |
Wool | Filing and precoordination: how subject headings are displayed in online catalogs and why it matters |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: DEUTSCHE BANK AG NEW YORK BRANCH, AS ADMINISTRATIV Free format text: PATENT SECURITY AGREEMENT;ASSIGNOR:TRAVELOCITY.COM LP;REEL/FRAME:021669/0673 Effective date: 20070330 |
|
AS | Assignment |
Owner name: BANK OF AMERICA, N.A., NORTH CAROLINA Free format text: AMENDMENT OF SECURITY INTEREST IN PATENTS;ASSIGNOR:DEUTSCHE BANK AG NEW YORK BRANCH;REEL/FRAME:029834/0757 Effective date: 20130219 |