WO2004015592A1 - Method of and apparatus for receiving an illustration of text - Google Patents

Method of and apparatus for receiving an illustration of text Download PDF

Info

Publication number
WO2004015592A1
WO2004015592A1 PCT/JP2003/009416 JP0309416W WO2004015592A1 WO 2004015592 A1 WO2004015592 A1 WO 2004015592A1 JP 0309416 W JP0309416 W JP 0309416W WO 2004015592 A1 WO2004015592 A1 WO 2004015592A1
Authority
WO
WIPO (PCT)
Prior art keywords
terms
text
subset
query
illustration
Prior art date
Application number
PCT/JP2003/009416
Other languages
French (fr)
Inventor
Philip Glenny Edmonds
Victor Poznanski
Original Assignee
Sharp Kabushiki Kaisha
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Kabushiki Kaisha filed Critical Sharp Kabushiki Kaisha
Priority to AU2003250534A priority Critical patent/AU2003250534A1/en
Publication of WO2004015592A1 publication Critical patent/WO2004015592A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/48Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/907Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3334Selection or weighting of terms from queries, including natural language queries

Definitions

  • the present invention relates to a method of and an apparatus for retrieving an illustration of a segment of text from a database of illustrations.
  • the invention also relates to a computer program for programming a computer to perform such a method, a storage medium containing such a program, and a computer programmed by such a program.
  • Such techniques may be used, for example, to provide assistance in the authoring of multimedia documents .
  • this technique may be used for automatically finding a set of multimedia items which may be suggested to a user in order to illustrate a short segment of text, such as an SMS text message on a mobile terminal or handset, based on the meaning of the text.
  • Multimedia documents consist of content from more than one medium-for example text and graphics or text and sound. Multimedia documents can be amuchmore powerful (and fun) way to communicate than using plain text documents. Consequently, multimedia authoring is becoming increasingly popular, especially given the increasingly better capabilities of computing systems for generating, playing, and transmitting multimedia data. Multimedia messaging services (MMS) on mobile phone networks are being touted as one of the most important upcoming services on next-generation mobile phone networks. However, authoring multimedia documents is nevertheless difficult. It can take time and skill in browsing/searching a large database of multimedia content (images, icons, graphics, animations, video clips, sound clips, etc. ) to find the right multimedia items that will succinctly convey a message.
  • multimedia content images, icons, graphics, animations, video clips, sound clips, etc.
  • US 6 021 412 discloses a method of illustrating a concept expressed by a portion of text in a document that has the steps of (a) identifying a "concept" in the document that corresponds to at least one graphic image in a database, (b) showing the corresponding graphic images to the user, and (c) allowing the user to select an image to be inserted into the document.
  • the step (a) identifies the concept by using a static (i.e., preset) list of all words used as annotations of images . The list is consulted for each word in the document. If a word is in the static list, it is considered to be a concept, and all images annotated by the word are suggested to the user.
  • This method also includes an extra step of mapping from the word to its synonyms , which are then looked up in the static list.
  • US 5 873 107 discloses a text authoring system comprising, among other components, a keyword extractor, an information source (e.g., a collection of documents), and a search engine for querying the information source.
  • the method is to extract a single keyword from the text being authored (based on words of the text and/or based on the information source). Once a keyword is found, it is issued to the search engine as a query. The results of the query are displayed in a separate pane of the user interface.
  • US Patent Application 20010049596 is FunMail's core patent for their "Relevancy Engine” and "Rendering Engine” . It is a method of turning a plain text (a short message) into an animated sequence. The method is to 1) generate a set of concepts fromatext string; 2) selectvarious animation components associated with the concepts (including stories , backgrounds, characters, props, music, and so on); and 3) compose an animation out of the individual components .
  • stage 1 The method for stage 1 is to filter out unimportant words (using a list of unimportant words) and to map the remaining words and/or strings of words (called phrases) to concepts using a table (or "library") that maps words/phrases to concepts.
  • Plural words are first converted to their singular forms .
  • the resulting concepts are prioritised using an undisclosed method.
  • the set of concepts is a separate domain from the set of words (e.g., the phrase "hot dog” might map to the concept FOOD) .
  • Stage 2 is accomplished by finding animation components labelled with the top priority concept using a simple table lookup procedure .
  • This technique provides no method for ranking animation components should more than one be associated with a concept. Similarly, a method is provided for mapping from just a single concept to animation components. A method for using multiple concepts at once is not provided. This technique also suffers from the same problem of misinterpretation when a word/phrase can have several different concepts as interpretations .
  • US Patent 5 926 811 discloses a method of query expansion that uses apurpose-built "statistical thesaurus" .
  • Each term has a record in the thesaurus consisting of terms relatedbyco-occurrenceinaparticulardocument collection. Pre-existing methods are used for determining strength of co-occurrence.
  • Each document collection has a separate thesaurus.
  • the system indexes the thesaurus as if it were a standard document collection and then issues queries to the thesaurus consisting of terms in the user's query. The resulting terms are used to expand the query, which is then submitted to a search engine indexed on the collection itself.
  • GB 2 330 930 discloses a system for automatically grouping documents together by appearance.
  • the system automatically determines the visual characteristics of document images and collects documents together according to the relative similarity of their document images .
  • a text string or image feature is used to search a database and. where several documents are returned, they are grouped into clusters based on similarity of extracted feature.
  • WO 97/34242 and US 5 469 355 disclose methods of generating thesauri. In each case and as disclosed in GB
  • clustering of results is performed after individual queries have been used to interrogate an appropriate response.
  • amethodof retrievingan illustration of a segment of text from a database of illustrations comprising: (a) identifying at least one keyword from the segment;
  • the or each illustration may comprise at least one of an image, an icon, a graphic, an animation, a text, a video clip and a sound clip.
  • Each related term may comprise at least one of aword, a plurality of words, a phrase and an image.
  • the or each word may be in its base form.
  • the or each word may comprise a noun, a verb or an adjective.
  • the or each query may comprise at least one of the at least one keyword.
  • the segment of text may comprise at least one text abbreviation and the step (a) may comprise mapping the at least one text abbreviation to a word.
  • the step (a) may comprise reducing the at least one keyword to its base form.
  • the step (a) may comprise labelling the at least one keyword with a part of speech tag.
  • the step (a) may comprise identifying any phrase.
  • the step (c) may comprise clustering the set into a plurality of subsets with the terms in different subsets having different meanings .
  • the related terms may be related by at least one of co-occurrence, similarity of meaning and word association.
  • Each related term may be associated with a score representing its relatedness to the at least one keyword.
  • the step (d) may comprise forming the query from the related terms of highest scores of the or each subset.
  • the step (c) may comprise ranking the or each subset in accordance with the scores of the terms thereof.
  • the step (d) may comprise forming a plurality of queries and the step (f) may comprise merging lists of retrieved illustrations corresponding to the queries.
  • the step (f) may comprise presenting the at least one retrieved illustration for user selection.
  • Themethod maycomprisethefurthersteps of selecting at least one retrieved illustration and forming a message comprising the segment of text and the at least one retrieved illustration.
  • a computer program for programming a computer to perform a method according to the first aspect of the invention.
  • a storage medium containing a program according to the second aspect of the invention.
  • a computer programmed by a program according to the second aspect of the invention.
  • an apparatus for retrieving an illustration of a segment of text from a database of illustrations characterised by comprising: means for identifying at least one keyword from the segment; means for deriving from the at least one keyword a set of related terms; means for clustering the set of related terms into at least one subset , the or each of which comprises aplurality of the related terms of similar meaning; means for forming from the or each subset a query comprising at least one of the terms of the subset; means for issuing the or each query to a search engine for the database; and means for presenting at least one retrieved illustration.
  • the apparatus may comprise a mobile telephone.
  • the apparatus may comprise a personal digital assistant.
  • the apparatus may comprise a multimedia search engine .
  • This technique can provide a wider and more structured selection of multimedia content than known techniques by identifying various possible interpretations of an input message.
  • Account can be taken of several keywords in the input message and these may then be expanded and clustered to identify different possible interpretations of the message.
  • the result of submitting queries to an information retrieval system can be ranked according to relevancy to the different interpretations of the input message .
  • Analysis of the words of the input message to identify their parts of speech may also be performed so as to reduce the possibility of misinterpretation.
  • This technique performs clustering before searching is performed and differs from the prior art (in particular the published documents described hereinbefore), in which only clustering of results after searching is performed. This may be thought of as automatically "interpreting" the query instead of only “interpreting” the result. Forming queries following clustering results in multiple searches which provide better results than for known techniques . For example, more appropriate and/or interesting illustrations can be found.
  • Figure 1 illustrates a method of retrieving an illustration of a segment of text constituting an embodiment of the invention
  • Figure 2 illustrates an apparatus for performing the method of Figure 1 and constituting an embodiment of the invention.
  • One embodiment of the invention takes a short segment of text (e.g., 1-30 words) as input.
  • the input could be a message intended for a recipient in a multimedia messaging service on mobile terminals/phones , or it could be a sentence in amultimedia presentation that an author is writing, among others .
  • the method involves the following steps 1 to 8 as illustrated in Figure 1 : 1. Receive an input message entered by a user.
  • Cluster the set of N related terms into M subsets such that the subsets contain terms similar (in meaning) to each other, but different in meaning from the terms in the other subsets . This gives several clusters that represent different ' interpretations ' of the keywords . Optionally rank the clusters according to the scores of terms in the clusters .
  • FIG. 2 illustrates anexampleofapparatus suitable for performing such amethod.
  • the apparatus comprises a data processor 10, whichmaybe of thehard-wiredtype orcontrolled by firmware or may be of the programmable type.
  • the data processor is of the type which is controlled by an installed program, it comprises a read-only memory (ROM) 11 for storing the software for controlling the operation of the data processor.
  • ROM read-only memory
  • RAM random access memory
  • RAM random access memory
  • the data processor 10 may comprise a computer such as a personal computer or personal digital assistant (PDA) .
  • PDA personal digital assistant
  • the data processor and associated blocks may be provided in or embodied by other types of equipment.
  • the data processor 10 may comprise part of a mobile or ("cellular") telephone.
  • the data processor 10 is connected to a keyboard 13 to permit manual entry of data, instructions and the like.
  • the data processor 10 is also connected to a display 14 for displaying output information.
  • a display 14 for displaying output information.
  • Other forms of output devices may also be provided, such as a printer.
  • the data processor 10 is shown as being connected to a modem 15 and a wireless interface 16. Although both may be provided, only one of the modem 15 and the wireless interface 16 may be provided. Both devices permit two-way communication, for example via the internet in the case of the modem 15 and via a cellular telephone network in the case of the wireless interface 16.
  • the modem 15 and/or the wireless interface 16 communicate with an information retrieval system 17.
  • the system 17 may be disposed locally or remotely.
  • the system 17 comprises a search engine with access to storage 19 in any suitable form containing one or more databases of multimedia content.
  • the apparatus comprises a mobile telephone communicating via a cellular telephone network with the internet
  • the telephone comprises the data processor 10, its keyboard or keypad 13 and its display 14 together with the wireless interface 16 for cellular telephone communication.
  • the information retrieval system 17 is an internet resource.
  • a user enters a message by means of the keyboard 13 and the data processor 10 performs the steps 2 to 8.
  • the step 6 includes sending the query via the wireless interface 16 to the search engine 18, which interrogates the database 19 and sends results back via the interface 16 to the data processor 10.
  • the step 8 includes displaying results on the display 14 and the keyboard 13 and the display 14 may be used interactively to examine and select one or more items of multimedia content for illustrating the message.
  • a user enters a short text part of amultimedia message in the form of a text string.
  • the text string can be any relatively short (1-30+ words) string of freeform text, grammatical or not. It can even include ' texting' -style abbreviations.
  • the text string may be entered on a mobile terminal such as a mobile phone or PDA (personal digital assistant) . As an alternative, it may be entered into an application on a standard computer.
  • the step 2 identifies one or more keywords , which are the most important words or terms in the input string.
  • keywords which are the most important words or terms in the input string.
  • Various techniques for this are well known in the literature, and any suitable technique may be used. For example, one technique is to choose the terms with the greatest frequency in a large corpus of text (after ignoring very common and "meaningless" words such as "the”).
  • Techniques developed for information retrieval for term weighting may also be used.
  • Term weighting techniques such as inverse document frequency (IDF) , compute a weight based on the distribution of a term within a corpus of documents. For example, the importance of a term t could be calculated as log(N/df) , where N is the number of documents in the collection and dfis the number of documents containing the term t.
  • IDF inverse document frequency
  • RIDF residual inverse document frequency
  • one or more of the top scoring terms are selected as keywords .
  • the input string can be pre-analysed before computing importance scores.
  • the pre-analysis can include normalisation or analysis or both using techniques such as (but not limited to) the following:
  • Map words to normal forms including converting 'texting' -style abbreviations (e.g., "c u
  • ⁇ Analysis Label thewordswithpart-of-speechtags using morphological analysis, a part-of-speech tagger, or other methods. Any set of labels/tags can be used.
  • step 3 terms related to the keywords are found and ranked.
  • This step builds a list of Nterms that are most relatedto thekeywords .
  • Terms canbewords, phrases, images, or any other type of term used in annotating the multimedia collection.
  • related terms are base-form nouns, verbs, and adjectives.
  • Foreachkeyword themethodgenerates aranked and scored list of terms related to it .
  • Various techniques for finding related terms are also well known in the research literature. For example, it is possible to use words that are relatedby co-occurrence (e.g. , words that co-occur often in sentences such as "dog” and "walk") in a large corpus using any of a number of scoring measures . Such measures include mutual information scores and t-scores as described in Manning & S ⁇ hutze (1999; Chap 5). It is also possible to use a " statistical thesaurus ' , which links words by similarity of usage in a large corpus, for example, as disclosed in Lin, Dekang. 1998.
  • the ranked and scored related-terms lists for each of the keywords are joined into a single list by summing the scores for terms that occur in more than one list.
  • the more keywords that a term is related to the higher it will be ranked in the combined list are extracted from the list and used in the next step.
  • the related words are clustered by similarity to each other and to the keywords .
  • the purpose of this step is to generate one or more * interpretations ' of the input message, each of which is representedby a cluster of related terms .
  • a clustering technique is used to generate Mclusters out of the Nrelated words such that each cluster contains terms similar to each other and dissimilar to terms in other clusters .
  • the measure of similarity must be similarity of meaning.
  • similarity of meaning is computed as similarity of usage in a large corpus.
  • a final optional step is to rank the clusters .
  • Each cluster can be scored by using the scores of the related terms in the clusters (as computed in step 3 ) .
  • the score of a cluster is the average score of the terms in the cluster, but other methods may be considered such as using the maximum score over terms in the cluster.
  • the step 5 formulates a query from both the terms in each cluster and the keywords of the message.
  • the form of the query taking in its structure, operators, and in query terms, is determined by the information retrieval (IR) system.
  • the IR system uses a probabilistic matcher and a query is formulated as a list of the top K terms in the cluster, by score, and all of the keywords.
  • term weights are assigned.
  • Related terms are assigned a weight twice that of the keywords.
  • the terms themselves might have to be converted to a form that the IR engine is expecting. For example, if the terms have an associated part-of-speech tag, the tag is removed if the IR engine does not match based on tags .
  • a Boolean or ranked Boolean matcher may be used.
  • Other techniques include information retrieval models and query formulation techniques given by Baeza-Yates, Ricardo and Berthier Ribeiro-Neto.1999; Modern Information Retrieval . Addison Wesley (chaps. 2 and 4.).
  • each query is issued to a multimedia IR search engine .
  • the IR engine takes each query and returns a ranked list of multimedia content based on matching the query against annotations of multimedia content.
  • the annotations can take any form that is indexable by the IR engine.
  • the annotations are freeform text strings and the IR engine uses stemming.
  • the IR engine returns a scored list of results, where each result is an item of multimedia content and the score is based on how well the annotation of the item matches the query (based on the IR engine matching formula) .
  • step 7 all of the results lists from the separate searches of the step 6 are merged into a single results list.
  • the results are merged by taking into account the scores assigned by the IR engine in the step 6. Any techniques for merging results can be used and a survey of such techniques is given in Callan, Jamie.2000. Distributed Information Retrieval . In Advances in In forma tion Re trieval : Recent Research from the Center for Intelligent Information Retrieval , pp. 127-150. In a preferred embodiment, all of the results are merged and low-scoring results and duplicates are removed.
  • one ormore items of multimedia content from each results list are suggested to the user in the step 8.
  • the number of items suggested from each list and the number of lists presented depend on the output characteristics of the system the user is using. For mobile terminals with very small screens or with high bandwidth-costs, such as mobile phones or PDAs, just one or two items from each list may be presented. If the interpretations are ranked, then items from only the first few results lists may be presented. The lists may even be presented one at a time, allowing the user to move to the next list.
  • a more sophisticated user interface may be provided.
  • a user interface on a mobile phone may first show the interpretations as text options . After the user chooses an option, a first multimedia item for the interpretation is downloaded to the phone and shown to the user. The user then chooses the item to include in the message or moves to a seconditemor to adifferent interpretation.
  • the interpretations could be shown as text with the top interpretation 'expanded' to show one or more multimedia items . The user can easily select a different interpretation, which would 'close' the first interpretation and 'expand' the newly chosen one.
  • step 2 For example, if the input message were "It's really cold today", the keywords "cold” and “today” might be identified in the step 2.
  • the step 3 might then find the following list of words related to both "cold” and “today”: “ ⁇ ice, snow, water, bath, temperature, weather, air winter, morning, pipe, day ⁇ ”.
  • Step 4 might identify the following clusters of keywords : “ ⁇ ice, winter, snow ⁇ ", “ ⁇ water, bath, pipe ⁇ ”, “ ⁇ day, morning ⁇ ”, “ ⁇ temperature, weather, air ⁇ ”, which represents different "interpretations” of the input message .
  • step 5 aqueryis formedfromeachof theclusters and the keywords.
  • Step 6 issues each of the queries in turn to a search engine, which would return a set of multimedia illustrations for each query.
  • Steps 7 and 8 arrange and output these results .
  • This system has applications in at least multimedia messaging services (MMS), multimedia authoring, and multimedia search engines .
  • MMS multimedia messaging services
  • a preferred application is as a component of a multimedia-message composition tool for a mobile terminal (mobile phone, PDA, etc.) for creating multimedia messages to be sent by a multimedia messaging service (MMS).
  • MMS multimedia messaging service
  • SMS short messaging services
  • the user can easily and quickly create and send text-only messages.
  • This system can extend this service to MMS by allowing the user to easily, quickly, and cheaply create and send multimedia messages.
  • This system can help because it automatically analyses a short text message and suggests severalmultimedia items that couldappropriately illustrate the message.
  • the clips will not necessarily be pictures that are explicitly describedbythemessage (as inregular image searchengines) , but the pictures could be metaphorically related or form puns on the input message. This leads to a fun service.
  • Another game involves communities ofmessage senders .
  • Automatic illustration can be used by such communities to generate run-on stories.
  • the first sender creates the first sentence of the story and chooses one of the suggested illustrations .
  • the first sender sends themessage to asecond person. That personwrites the second sentence of the story, illustrates it, and sends it on to a third person, and so on.
  • the texts of the message may be shown or not.
  • the users may browse the whole story.
  • multimedia search engines the text annotations on images are often short and basic. It can be difficult to know which keywords ought to be used in a query to find the desired image.
  • This system can help the user, because it expands the query with a wide selection of related words , which in turn finds more related images .
  • the system also helps the user by structuring the resulting images into clusters associatedwith different possible interpretations of the user's initial query. Thus it should be easier and more quick to browse the results .
  • This facility can be used in plain multimedia search engines, or within multimedia composition applications (such as Microsoft Powerpoint).

Abstract

A method is provided for retrieving an illustration of a segment of text from a database of illustrations. One or more keywords are identified in the segment and, from the keywords, a set of related terms is derived. The related terms are clustered into subsets such that the terms in each subset have a similar meaning and terms in different subsets have different meanings. A query is formed from each subset and comprises at least some of the terms of the subset optionally together with one or more of the associated keywords. The queries are issued to a search engine for the database of illustrations and illustrations retrieved from the database are presented in any appropriate way to a user for selection so as to illustrate the segment of text.

Description

DESCRIPTION
METHOD OF AND APPARATUS FOR RETRIEVING AN ILLUSTRATION OF
TEXT
TECHNICAL FIELD
The present invention relates to a method of and an apparatus for retrieving an illustration of a segment of text from a database of illustrations. The invention also relates to a computer program for programming a computer to perform such a method, a storage medium containing such a program, and a computer programmed by such a program. Such techniques may be used, for example, to provide assistance in the authoring of multimedia documents . For example, this technique may be used for automatically finding a set of multimedia items which may be suggested to a user in order to illustrate a short segment of text, such as an SMS text message on a mobile terminal or handset, based on the meaning of the text.
BACKGROUND ART
Multimedia documents consist of content from more than one medium-for example text and graphics or text and sound. Multimedia documents can be amuchmore powerful (and fun) way to communicate than using plain text documents. Consequently, multimedia authoring is becoming increasingly popular, especially given the increasingly better capabilities of computing systems for generating, playing, and transmitting multimedia data. Multimedia messaging services (MMS) on mobile phone networks are being touted as one of the most important upcoming services on next-generation mobile phone networks. However, authoring multimedia documents is nevertheless difficult. It can take time and skill in browsing/searching a large database of multimedia content (images, icons, graphics, animations, video clips, sound clips, etc. ) to find the right multimedia items that will succinctly convey a message.
On a mobile terminal, composing multimedia messages is particularly difficult because of the small screen (which hampers browsing) and the possibly high bandwidth-costs associated with downloading many possibly irrelevant multimedia items. There is a need to help the user by analysing input text in order to find quickly a small set of multimedia items related to the input text that can then be suggestedas possible illustrations of the text . However, there is no known method that can always interpret exactly what the user intended by a text or message.
US 6 021 412 discloses a method of illustrating a concept expressed by a portion of text in a document that has the steps of (a) identifying a "concept" in the document that corresponds to at least one graphic image in a database, (b) showing the corresponding graphic images to the user, and (c) allowing the user to select an image to be inserted into the document. The step (a) identifies the concept by using a static (i.e., preset) list of all words used as annotations of images . The list is consulted for each word in the document. If a word is in the static list, it is considered to be a concept, and all images annotated by the word are suggested to the user. This method also includes an extra step of mapping from the word to its synonyms , which are then looked up in the static list.
One problemis that , if there is more than onematching image, then there is no way to rank the images in terms of howrelatedtheyare to a concept . This wouldbecome a serious problem for a very large multimedia database where hundreds of multimedia items might be annotated with the same concept word. A secondproblem is that concept words can be ambiguous . For example, the word "party" can refer to a political party or to a festive occasion. There is no provision to identify the different interpretations of a word. Finally, there is also no provision for handling multiple input words simultaneously. This would help both in the disambiguation problem above (for example, "birthday party" clearly disambiguates "party") and in finding images that relate to more than one word, and thus in ranking the images. This technique can handle only a single word/concept at a time.
US 5 873 107 discloses a text authoring system comprising, among other components, a keyword extractor, an information source (e.g., a collection of documents), and a search engine for querying the information source. The method is to extract a single keyword from the text being authored (based on words of the text and/or based on the information source). Once a keyword is found, it is issued to the search engine as a query. The results of the query are displayed in a separate pane of the user interface.
The system is dynamic in that it runs continuously while one is authoring text. However, it cannot handle ambiguous words and can use only a single keyword at a time. US Patent Application 20010049596 is FunMail's core patent for their "Relevancy Engine" and "Rendering Engine" . It is a method of turning a plain text (a short message) into an animated sequence. The method is to 1) generate a set of concepts fromatext string; 2) selectvarious animation components associated with the concepts (including stories , backgrounds, characters, props, music, and so on); and 3) compose an animation out of the individual components . The method for stage 1 is to filter out unimportant words (using a list of unimportant words) and to map the remaining words and/or strings of words (called phrases) to concepts using a table (or "library") that maps words/phrases to concepts. Plural words are first converted to their singular forms . The resulting concepts are prioritised using an undisclosed method. The set of concepts is a separate domain from the set of words (e.g., the phrase "hot dog" might map to the concept FOOD) . Stage 2 is accomplished by finding animation components labelled with the top priority concept using a simple table lookup procedure .
This technique provides no method for ranking animation components should more than one be associated with a concept. Similarly, a method is provided for mapping from just a single concept to animation components. A method for using multiple concepts at once is not provided. This technique also suffers from the same problem of misinterpretation when a word/phrase can have several different concepts as interpretations .
US Patent 5 926 811 discloses a method of query expansion that uses apurpose-built "statistical thesaurus" . Each term has a record in the thesaurus consisting of terms relatedbyco-occurrenceinaparticulardocument collection. Pre-existing methods are used for determining strength of co-occurrence. Each document collection has a separate thesaurus. To do query expansion, the system indexes the thesaurus as if it were a standard document collection and then issues queries to the thesaurus consisting of terms in the user's query. The resulting terms are used to expand the query, which is then submitted to a search engine indexed on the collection itself.
GB 2 330 930 discloses a system for automatically grouping documents together by appearance. The system automatically determines the visual characteristics of document images and collects documents together according to the relative similarity of their document images . A text string or image feature is used to search a database and. where several documents are returned, they are grouped into clusters based on similarity of extracted feature.
WO 97/34242 and US 5 469 355 disclose methods of generating thesauri. In each case and as disclosed in GB
2330930 , clustering of results is performed after individual queries have been used to interrogate an appropriate response.
DISCLOSURE OF THE INVENTION
According to a first aspect of the invention, there is providedamethodof retrievingan illustration of a segment of text from a database of illustrations, comprising: (a) identifying at least one keyword from the segment;
(b) derivingfromthe at least onekeyworda set of related terms ;
(c) clustering the set of related terms in to at least one subset, the or each of which comprises a plurality of the related terms of similar meaning;
(d) forming from the or each subset a query comprising at least one of the terms of the subset;
(e) issuing the or each query to a search engine for the database; and (f) presenting at least one retrieved illustration.
The or each illustration may comprise at least one of an image, an icon, a graphic, an animation, a text, a video clip and a sound clip.
Each related termmay comprise at least one of aword, a plurality of words, a phrase and an image. The or each word may be in its base form. The or each word may comprise a noun, a verb or an adjective.
The or each query may comprise at least one of the at least one keyword.
The segment of text may comprise at least one text abbreviation and the step (a) may comprise mapping the at least one text abbreviation to a word.
The step (a) may comprise reducing the at least one keyword to its base form.
The step (a) may comprise labelling the at least one keyword with a part of speech tag. The step (a) may comprise identifying any phrase.
The step (c) may comprise clustering the set into a plurality of subsets with the terms in different subsets having different meanings .
The related terms may be related by at least one of co-occurrence, similarity of meaning and word association.
Each related term may be associated with a score representing its relatedness to the at least one keyword. The step (d) may comprise forming the query from the related terms of highest scores of the or each subset. The step (c) may comprise ranking the or each subset in accordance with the scores of the terms thereof.
The step (d) may comprise forming a plurality of queries and the step (f) may comprise merging lists of retrieved illustrations corresponding to the queries.
The step (f) may comprise presenting the at least one retrieved illustration for user selection.
Themethodmaycomprisethefurthersteps of selecting at least one retrieved illustration and forming a message comprising the segment of text and the at least one retrieved illustration.
According to a second aspect of the invention, there is provided a computer program for programming a computer to perform a method according to the first aspect of the invention.
According to a third aspect of the invention, there is provided a storage medium containing a program according to the second aspect of the invention.
According to a fourth aspect of the invention, there is provided a computer programmed by a program according to the second aspect of the invention.
According to a fifth aspect of the invention, there is provided an apparatus for retrieving an illustration of a segment of text from a database of illustrations, characterised by comprising: means for identifying at least one keyword from the segment; means for deriving from the at least one keyword a set of related terms; means for clustering the set of related terms into at least one subset , the or each of which comprises aplurality of the related terms of similar meaning; means for forming from the or each subset a query comprising at least one of the terms of the subset; means for issuing the or each query to a search engine for the database; and means for presenting at least one retrieved illustration.
The apparatus may comprise a mobile telephone.
The apparatus may comprise a personal digital assistant.
The apparatus may comprise a multimedia search engine .
It is thus possible to provide a technique which automatically links text to suitable illustrations. This technique can provide a wider and more structured selection of multimedia content than known techniques by identifying various possible interpretations of an input message. Account can be taken of several keywords in the input message and these may then be expanded and clustered to identify different possible interpretations of the message. The result of submitting queries to an information retrieval system can be ranked according to relevancy to the different interpretations of the input message . Analysis of the words of the input message to identify their parts of speech may also be performed so as to reduce the possibility of misinterpretation.
This technique performs clustering before searching is performed and differs from the prior art (in particular the published documents described hereinbefore), in which only clustering of results after searching is performed. This may be thought of as automatically "interpreting" the query instead of only "interpreting" the result. Forming queries following clustering results in multiple searches which provide better results than for known techniques . For example, more appropriate and/or interesting illustrations can be found.
BRIEF DESCRIPTION OF THE DRAWINGS The invention will be further described, by way of example, with reference to the accompanying drawings, in which:
Figure 1 illustrates a method of retrieving an illustration of a segment of text constituting an embodiment of the invention; and
Figure 2 illustrates an apparatus for performing the method of Figure 1 and constituting an embodiment of the invention.
BEST MODE FOR CARRYING OUT THE INVENTION
One embodiment of the invention takes a short segment of text (e.g., 1-30 words) as input. The input could be a message intended for a recipient in a multimedia messaging service on mobile terminals/phones , or it could be a sentence in amultimedia presentation that an author is writing, among others .
The method involves the following steps 1 to 8 as illustrated in Figure 1 : 1. Receive an input message entered by a user.
2. Identify one or more most important keywords in the message. Optionally pre-analyse the input message by mapping from "texting" abbreviations to words such as real words , by reducing words to their base forms, by labelling the words with part-of-speech tags, and/or by identifying phrases such as common phrases .
3. For the combined set of keywords , find a scored and ranked set of N terms related to any of the keywords or any combination of the keywords .
4. Cluster the set of N related terms into M subsets such that the subsets contain terms similar (in meaning) to each other, but different in meaning from the terms in the other subsets . This gives several clusters that represent different ' interpretations ' of the keywords . Optionally rank the clusters according to the scores of terms in the clusters .
5. From each cluster, form a query from (at least) its K top terms and optionally the keywords. 6. Issue eachqueryto a searchengine that searches various databases of multimedia content .
7. Optionally merge the result lists of the individual searches into one results list.
8. Suggest one or more items of multimedia content from each results list to the user (the user selects one or more of them for inclusion in the multimedia message or presentation) .
Figure 2 illustrates anexampleofapparatus suitable for performing such amethod. The apparatus comprises a data processor 10, whichmaybe of thehard-wiredtype orcontrolled by firmware or may be of the programmable type. Where the data processor is of the type which is controlled by an installed program, it comprises a read-only memory (ROM) 11 for storing the software for controlling the operation of the data processor. Also, where appropriate, random access memory (RAM) 12 may be provided for temporary storage and may be volatile and/or non-volatile.
The data processor 10 may comprise a computer such as a personal computer or personal digital assistant (PDA) . However, the data processor and associated blocks may be provided in or embodied by other types of equipment. For example, the data processor 10 may comprise part of a mobile or ("cellular") telephone.
The data processor 10 is connected to a keyboard 13 to permit manual entry of data, instructions and the like.
The data processor 10 is also connected to a display 14 for displaying output information. Other forms of output devices may also be provided, such as a printer.
The data processor 10 is shown as being connected to a modem 15 and a wireless interface 16. Although both may be provided, only one of the modem 15 and the wireless interface 16 may be provided. Both devices permit two-way communication, for example via the internet in the case of the modem 15 and via a cellular telephone network in the case of the wireless interface 16.
The modem 15 and/or the wireless interface 16 communicate with an information retrieval system 17. The system 17 may be disposed locally or remotely. The system 17 comprises a search engine with access to storage 19 in any suitable form containing one or more databases of multimedia content.
In a typical example where the apparatus comprises a mobile telephone communicating via a cellular telephone network with the internet, the telephone comprises the data processor 10, its keyboard or keypad 13 and its display 14 together with the wireless interface 16 for cellular telephone communication. The information retrieval system 17 is an internet resource.
In this example, a user enters a message by means of the keyboard 13 and the data processor 10 performs the steps 2 to 8. The step 6 includes sending the query via the wireless interface 16 to the search engine 18, which interrogates the database 19 and sends results back via the interface 16 to the data processor 10. The step 8 includes displaying results on the display 14 and the keyboard 13 and the display 14 may be used interactively to examine and select one or more items of multimedia content for illustrating the message.
The method illustrated in Figure 1 is described in more detail hereinafter. In the step 1 , a user enters a short text part of amultimedia message in the form of a text string. The text string can be any relatively short (1-30+ words) string of freeform text, grammatical or not. It can even include ' texting' -style abbreviations. The text string may be entered on a mobile terminal such as a mobile phone or PDA (personal digital assistant) . As an alternative, it may be entered into an application on a standard computer.
The step 2 identifies one or more keywords , which are the most important words or terms in the input string. Various techniques for this are well known in the literature, and any suitable technique may be used. For example, one technique is to choose the terms with the greatest frequency in a large corpus of text (after ignoring very common and "meaningless" words such as "the"). Techniques developed for information retrieval for term weighting may also be used. Term weighting techniques, such as inverse document frequency (IDF) , compute a weight based on the distribution of a term within a corpus of documents. For example, the importance of a term t could be calculated as log(N/df) , where N is the number of documents in the collection and dfis the number of documents containing the term t. However, in the preferred embodiment , RIDF (residual inverse document frequency) is used. Here the importance of t is log(N/df) - log (l/(l -e~af/tl ) ) , ' where cf is the number of times t is usedin thewhole collection, as disclosedinManning & Schutze "Foundations of Statistical Natural Language Processing", MIT Press (1999; Chap 15).
After assigning an importance score to each term in the input message, one or more of the top scoring terms are selected as keywords .
Optionally, the input string can be pre-analysed before computing importance scores. The pre-analysis can include normalisation or analysis or both using techniques such as (but not limited to) the following:
■ Normalisation: Map words to normal forms including converting 'texting' -style abbreviations (e.g., "c u
18r" to "see you later") or converting words to their base forms (e.g., "running" to "run", "apples" to "apple", "quickly" to "quick".).
■ Analysis: Label thewordswithpart-of-speechtags using morphological analysis, a part-of-speech tagger, or other methods. Any set of labels/tags can be used.
Inapreferredembodiment , allof theabove techniques are used and morphological analysis is used to identify part-of-speech tags of verbs, nouns, and adjectives.
In the step 3 , terms related to the keywords are found and ranked. This step builds a list of Nterms that are most relatedto thekeywords . Terms canbewords, phrases, images, or any other type of term used in annotating the multimedia collection. In a preferred embodiment, related terms are base-form nouns, verbs, and adjectives.
First, foreachkeyword, themethodgenerates aranked and scored list of terms related to it . Various techniques for finding related terms are also well known in the research literature. For example, it is possible to use words that are relatedby co-occurrence (e.g. , words that co-occur often in sentences such as "dog" and "walk") in a large corpus using any of a number of scoring measures . Such measures include mutual information scores and t-scores as described in Manning & Sσhutze (1999; Chap 5). It is also possible to use a " statistical thesaurus ' , which links words by similarity of usage in a large corpus, for example, as disclosed in Lin, Dekang. 1998. Automatic Retrieval and Clustering of SimilarWords . In Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics (COLING-ACL '98), pp. 768-773. Hand-built lists of words such as synonym dictionaries and word association lists may also be used. In a preferred embodiment, a technique which merges lists generated from any number of other techniques into a single list is used. Such a technique is disclosed in our co-pending British patent application No .0218296.2.
Second, the ranked and scored related-terms lists for each of the keywords are joined into a single list by summing the scores for terms that occur in more than one list. Thus, the more keywords that a term is related to the higher it will be ranked in the combined list. Finally, the top -V words by score are extracted from the list and used in the next step.
In the step 4, the related words are clustered by similarity to each other and to the keywords . The purpose of this step is to generate one or more * interpretations ' of the input message, each of which is representedby a cluster of related terms . A clustering technique is used to generate Mclusters out of the Nrelated words such that each cluster contains terms similar to each other and dissimilar to terms in other clusters . In order for the clusters to represent coherent 'interpretations' of the input string, the measure of similarity must be similarity of meaning. In a preferred embodiment, similarity of meaning is computed as similarity of usage in a large corpus. For example, in a sufficiently large corpus of English, "cat" is more similar in usage to "dog" than it is to "appointment" by virtue of the other words that each of "dog", "cat", and "appointment" tend to co-occur with. Lin (1998) describes a method based on comparing tables of significantly co-occurring words. Other techniques for computing similarity of meaning also exist; for example, as disclosed in Resnik, Philip. 1999. Semantic Similarity in a taxonomy: An Information-Based Measure and its Application to Problems of Ambiguity in Natural Language. In Journal of Artificial Intelligence Research, vol. 11, pp. 95-130.
Of course, many clustering algorithms are also known in the literature. In principle, any clustering algorithm may be used. In one embodiment, the following algorithm, based on an algorithm given by Lin (1998), is used:
■ Initialise a similarity tree to consist of a root w0, where w0 is one (or more) of the keywords (of step 2) .
■ For i=l, 2,...,N, insert w_ as a child of wj such that Wj is the most similar term to nr_ in { w0, wlt...r w±-_ } , where . Wι,..., wN ~) is the set of related terms. ■ This process will have formed M subtrees of the root Wo: the sets of terms inthe//subtrees eachformacluster.
A final optional step is to rank the clusters . Each cluster can be scored by using the scores of the related terms in the clusters (as computed in step 3 ) . In a preferred embodiment, the score of a cluster is the average score of the terms in the cluster, but other methods may be considered such as using the maximum score over terms in the cluster.
In order to find multimedia content relevant to each interpretation, the step 5 formulates a query from both the terms in each cluster and the keywords of the message. The form of the query, taking in its structure, operators, and in query terms, is determined by the information retrieval (IR) system. In a preferred embodiment, the IR system uses a probabilistic matcher and a query is formulated as a list of the top K terms in the cluster, by score, and all of the keywords. Optionally, term weights are assigned. Related terms are assigned a weight twice that of the keywords. The terms themselves might have to be converted to a form that the IR engine is expecting. For example, if the terms have an associated part-of-speech tag, the tag is removed if the IR engine does not match based on tags . In other embodiments , a Boolean or ranked Boolean matcher may be used. Examples of other techniques include information retrieval models and query formulation techniques given by Baeza-Yates, Ricardo and Berthier Ribeiro-Neto.1999; Modern Information Retrieval . Addison Wesley (chaps. 2 and 4.).
In the step 6, each query is issued to a multimedia IR search engine . The IR engine takes each query and returns a ranked list of multimedia content based on matching the query against annotations of multimedia content. The annotations can take any form that is indexable by the IR engine. In a preferred embodiment, the annotations are freeform text strings and the IR engine uses stemming. For each query, the IR engine returns a scored list of results, where each result is an item of multimedia content and the score is based on how well the annotation of the item matches the query (based on the IR engine matching formula) .
In the optional step 7 , all of the results lists from the separate searches of the step 6 are merged into a single results list. The results are merged by taking into account the scores assigned by the IR engine in the step 6. Any techniques for merging results can be used and a survey of such techniques is given in Callan, Jamie.2000. Distributed Information Retrieval . In Advances in In forma tion Re trieval : Recent Research from the Center for Intelligent Information Retrieval , pp. 127-150. In a preferred embodiment, all of the results are merged and low-scoring results and duplicates are removed.
Finally, one ormore items of multimedia content from each results list are suggested to the user in the step 8. The number of items suggested from each list and the number of lists presented depend on the output characteristics of the system the user is using. For mobile terminals with very small screens or with high bandwidth-costs, such as mobile phones or PDAs, just one or two items from each list may be presented. If the interpretations are ranked, then items from only the first few results lists may be presented. The lists may even be presented one at a time, allowing the user to move to the next list.
For larger screens and/or lower bandwidth-costs, a more sophisticated user interface may be provided. For example, a user interface on a mobile phone may first show the interpretations as text options . After the user chooses an option, a first multimedia item for the interpretation is downloaded to the phone and shown to the user. The user then chooses the item to include in the message or moves to a seconditemor to adifferent interpretation. On a larger screen, such as a PDA, the interpretations could be shown as text with the top interpretation 'expanded' to show one or more multimedia items . The user can easily select a different interpretation, which would 'close' the first interpretation and 'expand' the newly chosen one.
For example, if the input message were "It's really cold today", the keywords "cold" and "today" might be identified in the step 2. The step 3 might then find the following list of words related to both "cold" and "today": "{ice, snow, water, bath, temperature, weather, air winter, morning, pipe, day}". Step 4 might identify the following clusters of keywords : "{ice, winter, snow}", "{water, bath, pipe}", "{day, morning}", "{temperature, weather, air}", which represents different "interpretations" of the input message . In step 5 , aqueryis formedfromeachof theclusters and the keywords. In this case, choosing the top two words of each cluster and assuming that in this embodiment queries are formed as strings of words, the four queries are "cold today ice winter" , "cold today water bath" , "cold today day morning", "cold today temperature weather". Step 6 issues each of the queries in turn to a search engine, which would return a set of multimedia illustrations for each query. Steps 7 and 8 arrange and output these results .
This system has applications in at least multimedia messaging services (MMS), multimedia authoring, and multimedia search engines . A preferred application is as a component of a multimedia-message composition tool for a mobile terminal (mobile phone, PDA, etc.) for creating multimedia messages to be sent by a multimedia messaging service (MMS). In current short messaging services (SMS), the user can easily and quickly create and send text-only messages. This system can extend this service to MMS by allowing the user to easily, quickly, and cheaply create and send multimedia messages. This system can help because it automatically analyses a short text message and suggests severalmultimedia items that couldappropriately illustrate the message. Also, since related words are used, the clips will not necessarily be pictures that are explicitly describedbythemessage (as inregular image searchengines) , but the pictures could be metaphorically related or form puns on the input message. This leads to a fun service.
Other fun messaging services involving games are possible. For instance, given a message such as "hot dog", two multimedia items can be suggested, one for each word, rather than suggesting a single multimedia item for both words (in this case a picture of the sun followed by a picture of a poodle could be suggested, rather than a picture of a hot dog) . Automatic illustration can be used in a more general game of automatically generating rebuses from a text message.
Another game involves communities ofmessage senders . Automatic illustration can be used by such communities to generate run-on stories. The first sender creates the first sentence of the story and chooses one of the suggested illustrations . The first sender sends themessage to asecond person. That personwrites the second sentence of the story, illustrates it, and sends it on to a third person, and so on. The texts of the message may be shown or not. At the end, the users may browse the whole story.
INDUSTRIAL APPLICABILITY
In multimedia search engines , the text annotations on images are often short and basic. It can be difficult to know which keywords ought to be used in a query to find the desired image. This system can help the user, because it expands the query with a wide selection of related words , which in turn finds more related images . The system also helps the user by structuring the resulting images into clusters associatedwith different possible interpretations of the user's initial query. Thus it should be easier and more quick to browse the results . This facility can be used in plain multimedia search engines, or within multimedia composition applications (such as Microsoft Powerpoint).

Claims

1. A method of retrieving an illustration of a segment of text from a database of illustrations, comprising the steps of:
(a) identifying at least one keyword from said segment;
(b) deriving from said at least one keyword a set of related terms;
(c) clustering said set of related terms into at least one subset , eachofwhichcomprises apluralityof saidrelated terms of similar meaning;
(d) forming from each said subset a query comprising at least one of said terms of said subset;
(e) issuing each said query to a search engine for said database; and
(f) presenting at least one retrieved illustration.
2. A method as claimed in claim 1, in which each said illustration comprises at least one of an image, an icon, a graphic, an animation, a text, a video clip and a sound clip.
3. A method as claimed in claim 1 , in which each said related term comprises at least one of a word, a plurality of words, a phrase and an image.
4. A method as claimed in claim 3 , in which each said word is in its base form.
5. A method as claimed in claim 3 , in which each said word comprises one of a noun, a verb and an adjective.
6. A method as claimed in claim 1 , in which each said query comprises at least one of said at least one keywords .
7. A method as claimed in claim 1 , in which said segment of text comprises at least one text abbreviation and the step (a) comprises mapping saidat least one text abbreviation to a word.
8. A method as claimed in claim 1, in which said step (a) comprises reducing said at least one keyword to its base form.
9. A method as claimed in claim 1, in which said step (a) comprises labelling said at least one keyword with a part of speech tag .
10. A method as claimed in claim 1, in which said step (a) comprises identifying a phrase.
11. A method as claimed in claim 1, in which said step (c) comprises clustering said set into a plurality of subsets with said terms in different ones of said subsets having different meanings .
12. A method as claimed in claim 1, in which said related terms are relatedbyat least one of co-occurrence, similarity of meaning and word association.
13. A method as claimed in claim 1 , in which each said related term is associated with a score representing its relatedness to said at least one keyword.
14. A method as claimed in claim 13, in which the step (d) comprises forming said query from said related terms of highest scores of each said subset.
15. Amethodas claimed in 13 , inwhich said step (c) comprises ranking each said subset in accordance with said scores of said terms thereof.
16. A method as claimed in claim 1, in which said step (d) comprises forming a plurality of queries and said step (f) comprises merging lists of retrieved illustrations corresponding to said queries.
17. A method as claimed in claim 1, in which said step (f) comprisespresenting saidat least oneretrievedillustration for user selection.
18. A method as claimed in claim 1, comprising the further steps of: selecting at least one said retrieved illustration; and forming a message comprising said segment of text and said selectedat least one retrievedillustration.
19. A computer program for programming a computer to perform a method as claimed in claim 1.
20. A carrier medium containing a program as claimed in claim 19.
21. A carrier medium as claimed in claim 20, comprising a storage medium.
22. A computer programmed by a program as claimed in claim 19.
23. An apparatus for retrieving an illustration of a segment of text from a database of illustrations, characterised by comprising: means for identifying at least one keyword from said segment ; means for deriving from said at least one keyword a set of related terms; means for clustering said set of related terms into at least one subset, each of which comprises a plurality of said related terms of similar meaning; means for forming from each said subset a query comprising at least one of said terms of said subset; means for issuing each said query to a search engine for said database; and means for presenting at least one retrieved illustration.
24. An apparatus as claimed in claim 23, comprising a mobile telephone .
25. An apparatus as claimed in claim 23 , comprising apersonal digital assistant.
26. An apparatus as claimed in claim 23, comprising a multimedia search engine.
PCT/JP2003/009416 2002-08-07 2003-07-24 Method of and apparatus for receiving an illustration of text WO2004015592A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003250534A AU2003250534A1 (en) 2002-08-07 2003-07-24 Method of and apparatus for receiving an illustration of text

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0218297.0 2002-08-07
GB0218297A GB2391648A (en) 2002-08-07 2002-08-07 Method of and Apparatus for Retrieving an Illustration of Text

Publications (1)

Publication Number Publication Date
WO2004015592A1 true WO2004015592A1 (en) 2004-02-19

Family

ID=9941867

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2003/009416 WO2004015592A1 (en) 2002-08-07 2003-07-24 Method of and apparatus for receiving an illustration of text

Country Status (3)

Country Link
AU (1) AU2003250534A1 (en)
GB (1) GB2391648A (en)
WO (1) WO2004015592A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425640A (en) * 2012-05-14 2013-12-04 华为技术有限公司 Multimedia questioning-answering system and method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6021412A (en) * 1996-04-02 2000-02-01 Microsoft Corporation Method and system for automatically adding graphics to a document to illustrate concepts referred to therein
WO2001031479A1 (en) * 1999-10-27 2001-05-03 Zapper Technologies Inc. Context-driven information retrieval

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3025724B2 (en) * 1992-11-24 2000-03-27 富士通株式会社 Synonym generation processing method
US5926811A (en) * 1996-03-15 1999-07-20 Lexis-Nexis Statistical thesaurus, method of forming same, and use thereof in query expansion in automated text searching
US5873107A (en) * 1996-03-29 1999-02-16 Apple Computer, Inc. System for automatically retrieving information relevant to text being authored
US5995978A (en) * 1997-09-24 1999-11-30 Ricoh Company, Ltd. Navigation system for document image database
US20010049596A1 (en) * 2000-05-30 2001-12-06 Adam Lavine Text to animation process

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6021412A (en) * 1996-04-02 2000-02-01 Microsoft Corporation Method and system for automatically adding graphics to a document to illustrate concepts referred to therein
WO2001031479A1 (en) * 1999-10-27 2001-05-03 Zapper Technologies Inc. Context-driven information retrieval

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
FIDEL R ET AL: "Terminological knowledge structure for intermediary expert systems", INFORMATION PROCESSING & MANAGEMENT, ELSEVIER, BARKING, GB, vol. 31, no. 1, 2 January 1995 (1995-01-02), pages 15 - 27, XP004040957, ISSN: 0306-4573 *

Also Published As

Publication number Publication date
AU2003250534A1 (en) 2004-02-25
GB2391648A (en) 2004-02-11
GB0218297D0 (en) 2002-09-11

Similar Documents

Publication Publication Date Title
Lin et al. Extracting classification knowledge of Internet documents with mining term associations: a semantic approach
Tufis et al. BalkaNet: Aims, methods, results and perspectives. a general overview
US8719353B2 (en) Systems and methods for visual messaging
Kowalski Information retrieval architecture and algorithms
US6571240B1 (en) Information processing for searching categorizing information in a document based on a categorization hierarchy and extracted phrases
US9037529B2 (en) Method for generating visual mapping of knowledge information from parsing of text inputs for subjects and predicates
Perez-Carballo et al. Natural language information retrieval: progress report
US20060026113A1 (en) Information nervous system
IL107482A (en) Method for resolution of natural-language queries against full-text databases
Marques et al. Semi-automatic semantic annotation of images using machine learning techniques
Kallimani et al. Summarizing news paper articles: experiments with ontology-based, customized, extractive text summary and word scoring
Yang et al. A text mining approach for automatic construction of hypertexts
Subhashini et al. Shallow NLP techniques for noun phrase extraction
CN102117285B (en) Search method based on semantic indexing
Poomagal et al. K-means for search results clustering using url and tag contents
Subarani Concept based information retrieval from text documents
WO2004015592A1 (en) Method of and apparatus for receiving an illustration of text
Abuzir et al. Constructing the civil engineering thesaurus (CET) using ThesWB
Jayashree et al. Text Document Summarization Using POS tagging for Kannada Text Documents
Kian et al. An efficient approach for keyword selection; improving accessibility of web contents by general search engines
Kanavos et al. Extracting knowledge from web search engine results
Gupta et al. Document summarisation based on sentence ranking using vector space model
Poomagal et al. Optimized k-means clustering with intelligent initial centroid selection for web search using URL and tag contents
Mata et al. Semantic disambiguation of thesaurus as a mechanism to facilitate multilingual and thematic interoperability of geographical information catalogues
d'Acierno et al. Building summaries from web information sources

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP