US20090150763A1 - Method and apparatus for a document annotation service - Google Patents

Method and apparatus for a document annotation service Download PDF

Info

Publication number
US20090150763A1
US20090150763A1 US12/323,457 US32345708A US2009150763A1 US 20090150763 A1 US20090150763 A1 US 20090150763A1 US 32345708 A US32345708 A US 32345708A US 2009150763 A1 US2009150763 A1 US 2009150763A1
Authority
US
United States
Prior art keywords
context
document
annotation
interval
class
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.)
Granted
Application number
US12/323,457
Other versions
US8245127B2 (en
Inventor
Timothy Peter Griffith
Bernard Zdzislaw Kufluk
Sarah Elizabeth Styles
Henry Tonnison
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GRIFFITH, TIMOTHY PETER, KUFLUK, BERNARD ZDZISLAW, STYLES, SARAH ELIZABETH, TONNISON, HENRY
Publication of US20090150763A1 publication Critical patent/US20090150763A1/en
Application granted granted Critical
Publication of US8245127B2 publication Critical patent/US8245127B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/169Annotation, e.g. comment data or footnotes

Definitions

  • This invention relates to a method and apparatus for a document annotation service.
  • this invention relates to a method and apparatus for annotating a document based on the context of the document.
  • Contextual advertising originally put forward by GoogleTM, works by allowing advertising context or hyperlinks to be inserted into a webpage.
  • the author enables this feature by adding a JavaScriptTM line to the top of the document.
  • the JavaScript analyses the document for keywords and retrieves suitable advert links.
  • the JavaScript sets separate advertisement spaces or modifies the found keywords into hyperlinks. This gives the idea of augmenting a page for keywords. It is a manual process that requires the author to input the JavaScript on a per page basis. This also implies that the modifications are permanent and cannot be removed.
  • Google is a trademark of Google Inc.
  • JavaScript is a registered trademark of Sun Microsystems, Inc.
  • a “whatis bot” is a LotusTM SametimeTM automated response script (also known as a bot) that sits over an acronym database. This bot can be queried as in a normal Sametime conversation, and will retrieve the query from its acronym database, returning possible definitions of acronyms in the real time chat window. This proves relatively convenient, but requires the user to break away from the document, to independently query the bot. Lotus and Sametime are registered trademarks of IBM Corporation in the US and other countries.
  • Extension toolbars in browsers such as Internet ExplorerTM and FirefoxTM offer toolbar plug-ins which provide extra services, including manipulation of website rendering which could be used for annotation.
  • manipulation of the rendering is currently only used for simple parsing; such as adding adverts or blocking pop-ups.
  • More useful and complicated functions such as language translation and page annotation have yet to prove popular. Given the comparative complexity and issues around maintenance and upgrading, it makes more sense to centralize the functionality of the service, rather than building it into every browser.
  • Internet Explorer is a trademark of Microsoft Corporation.
  • Firefox is a trademark of the Mozilla Foundation.
  • U.S. Pat. No. 6,651,058 discloses a system and method of automatic discovery of terms in a document that are relevant to a given target topic.
  • This patent publication discloses a method and system for automatic mining of text to discover terms that are relevant to a target term.
  • the system comprises a new terms discoverer, a candidate terms discoverer, and a relevant terms discoverer.
  • the new terms discoverer identifies new terms like books, names, acronyms etc by automatically mining patterns using knowledge rules and identifying relationships using statistical modules. Thereafter, the candidate terms discoverer performs statistical analysis based on the occurrence frequency of the terms within the document to identify potentially relevant terms from the terms identified by the new terms discoverer.
  • the candidate discoverer further includes a database for storing relevant terms in conjunction with the terms identified by the new terms discoverer.
  • the relevant terms discoverer identifies relevant terms by applying the association rules to potentially relevant terms identified by the candidate terms discoverer to refine a relevance of the potentially relevant terms by eliminating false relevant terms.
  • the system utilizes duality concept especially in the case of finding related pairs like acronyms and their expansions arises, by continually iteratively refining pairs of terms that are related.
  • U.S. Pat. No. 6,966,030 discloses a method, system and computer program product for implementing acronym assistance.
  • the patent publication discloses a method and system for implementing acronym assistance for a user of a text document or browser program.
  • Acronyms in the text document are identified and predetermined number of words around the acronyms is scanned to identify the definition of the acronym.
  • the system Upon identifying the definition of the acronym, the system automatically displays it to user. Further, if definition is not found in the proximity of the acronym in the document, the system refers to an acronym dictionary to identify definition of the acronym.
  • User selected options are provided for displaying the definition of the acronym to the user.
  • the definition of the acronym can be provided in-line in the document text or presented as a footnote definition with a reference to an original acronym definition.
  • a method of annotating a document comprising: identifying, at each interval in the document, one or more keywords in the text of the document; determining, at each interval, the number of context classes associated with each keyword; identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; determining the annotation based on the context class with highest count at the annotation word interval; and annotating the document with the determined annotation.
  • This solution provides two different hypertext pop-ups over two occurrences of the same acronym in two different document contexts.
  • the pop-up can contain a link to a more detailed definition that could be followed should the user require more clarification.
  • the solution provided by the preferred embodiment of the invention is an external HTTP proxy server acting as an annotation server.
  • the service can be simply presented as an on/off switch.
  • the browser redirects the HTTP requests through the annotation server which, in turn, forwards the request to the website host.
  • the annotation server fragments the document and identifies acronyms against a store.
  • acronyms frequently have multiple interpretations, the identifier needs classification based on the context in which the acronym is based. In such a case of conflict, a scoring algorithm is used between the candidates.
  • the document is reconstituted with spanning tags surrounding each identified acronym.
  • An embedded style sheet is then pre-pended to the top of the document.
  • the style sheet contains a JavaScript method for the tool tips, as well as the text information to be displayed for each of the located acronyms.
  • the modified document is then sent back to the user in response to their original request.
  • the method further comprises: determining, for each context class, a context class function based on the context class count at each interval in the document; approximating a smooth context class function based on the context class count per location in the document; and determining an annotation based on the context class function with the highest value at the annotation word interval.
  • the context class determining step uses a hierarchical context class dictionary comprising context classes and context sub-classes and identifying the most frequently occurring context class by taking into consideration the context class and context sub-class.
  • a system of annotating a document said document being divided by intervals, said system comprising: a keyword identifier for identifying, at each interval in the document, one or more keywords in the text of the document; a context class determiner for determining, at each interval, the number of context classes associated with each keyword; an annotation word identifier for identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; an annotation determiner for determining the annotation based on the context class with highest count at the annotation word interval; and an annotation mechanism for annotating the document with the determined annotation.
  • a computer program product comprising computer readable recording medium having computer readable code stored thereon for annotating a document, said computer readable code which when loaded onto a computer system and executed performs the following steps: identifying, at each interval in the document, one or more keywords in the text of the document; determining, at each interval, the number of context classes associated with each keyword; identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; determining the annotation based on the context class with highest count at the annotation word interval; and annotating the document with the determined annotation.
  • FIG. 1 is a schematic view of the components of an annotation server according to the preferred embodiment
  • FIG. 2 is a flow chart of the method of the preferred embodiment
  • FIG. 3 shows an example table of Context Class data with associated keywords and acronyms
  • FIG. 4 shows analysis performed on a document according to the example of context data of FIG. 3 ;
  • FIG. 5 is a bar chart of analysis of FIG. 4 ;
  • FIG. 6 is a marked up document of the worked example.
  • the preferred embodiment of the invention is an acronym annotation system using an HTTP proxy server.
  • the acronym annotation system comprises an annotation server 12 acting as an HTTP proxy for the website host 14 and an internet browser client 16 . Web page retrieval is normally only between the client 16 and the website 14 whereas in the preferred embodiment the client 14 requests a document from the website 16 via the annotation server 14 acting as a proxy for the website.
  • the annotation server comprising: a keyword identifier 18 ; a context class determiner 20 ; a context class function smoother 22 ; an annotation word identifier 24 ; an annotation determiner 26 ; an annotating engine 28 ; acronym data 30 ; context class data 32 ; and an annotated document cache 34 .
  • the keyword identifier 18 is for identifying, at each interval (e.g. sentence) in the document, one or more keywords in the text of the document.
  • the context class determiner 20 is for determining, at each interval (e.g. sentence) in a document, the number of Context Classes associated with each keyword. In the preferred embodiment only a subset of the most frequently occurring Context Classes are counted at each interval.
  • the context class determiner 20 uses a hierarchical context class data 32 comprising context classes, contexts sub-classes and keywords to identify the most frequently occurring Context Class.
  • a document is analysed to determine keywords. In the preferred embodiment this is achieved in two stages. The first stage builds up a list of context classes that are in the document as a whole, and the second pass looks at each sentence for each context class and then performs smoothing on the data. In this way the Context Classes of sentences will be smoothed with respect to the context of the document.
  • a Context Class describes a field or ‘area of expertise’ and has one or more associated sub-Classes and one or more associated Keywords or a series of Keywords.
  • a Context-sub-Class may be a sub-class of more than one Context Class.
  • a Context sub-Class can have one or more associated Context sub-Classes and one or more associated Keywords or a series of Keywords.
  • a Context sub-Class could be ‘Computer Programming’, whose Parent Context Class could be ‘Information Technology’ and ‘Discrete Mathematics’ and whose Unique Words would include ‘programming’, ‘design patterns’, ‘compiler’, etc.
  • Context Class lies within the overall ontology of classification.
  • Each supporting component be it context or keyword, has a value of applicability. This value is simply an indicator of the strength of the association between the supporting component and the context itself, these values become intrinsically valuable later on.
  • the context class function smoother 22 is for determining, for each context class, a context class function based on the context class count at each interval in the document; and approximating a smooth context class function based on the context class count per location in the document.
  • the annotation word identifier 24 is for identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes.
  • the annotation word identifier identifies the acronyms within the document by examining each word in the document to see if it contains multiple capitalisations. In the event of locating a suitably capitalised word, a further check is conducted on the remains of the sentence (the local context of the word) to see if all words in the sentence are capitalised. If the words are all capitalised, then the word has to be dropped, otherwise the utility is highly likely to end up enriching too many words, many of which are not intended to be acronyms in the sentence.
  • an Acronym Class has one more annotations associated with Context Classes.
  • Each of Context Class has a series of associated contexts and further keywords, as well as an annotation description of the acronym.
  • the annotation determiner 26 is for determining the annotation based on the context class with highest value at the annotation word interval. In the preferred embodiment it determines the annotation based on the context class function with the highest value at the annotation word interval.
  • the annotating engine 28 is for annotating the document with the determined annotation.
  • One option is for a hypertext balloon pop-up of the annotation to be inserted at the acronym.
  • Another option is a hypertext annotation that expands within the document at the acronym.
  • the acronym database 30 stores the acronyms and annotations. Preferably they are stored with the Context Classes.
  • the context class database 32 stores the Context Classes.
  • the annotated document cache 34 stores the annotated documents.
  • a method ( 100 ) of the preferred embodiment of annotating a document is described wherein said document is divided by intervals of a sentence.
  • Step 102 identifying, at each interval in the document, one or more keywords in the text of the document.
  • Step 104 determining, at each interval, the number of context classes associated with each keyword. Only a subset of the most frequently occurring context classes are counted at each interval.
  • a hierarchical context class dictionary comprising context classes and contexts sub-classes is used. The most frequently occurring context class is identified by taking into consideration context classes and context sub-classes.
  • Step 106 determining, for each context class, a context class function based on the context class count at each interval in the document.
  • Step 108 approximating a smooth context class function based on the context class count per location in the document.
  • Step 110 identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes.
  • Step 112 determining the annotation based on the context class with highest value at the annotation word interval (or determining the annotation based on the context class function with the highest value at the annotation word interval).
  • Step 114 annotating the document with the determined annotation.
  • FIG. 3 shows a table of Context Class data with associated keywords and acronyms.
  • FIG. 4 shows analysis performed on a document including sentence number; document sentences with the keywords, acronyms and annotations underlined, the acronyms are also shown in bold.
  • FIG. 5 is a bar chart of the context class keyword frequency and smooth function approximations. The worked example of FIGS. 3 , 4 and 5 is explained with reference to method 100 .
  • FIG. 6 is a marked up document of the worked example.
  • Step 102 identifying, at each interval in the document, one or more keywords. Referring to FIG. 3 all the keywords in the Context Classes ( FIG. 3 column 2 ) are underlined in the text of the document ( FIG. 4 column 2 ).
  • Step 104 determining, at each interval, the number of context classes associated with each keyword.
  • Column 3 , 4 and 5 in FIG. 4 shows the IT, climate and Magic Context Classes and the count of keywords.
  • Step 106 determining, for each Context Class, a context class function based on the context class count at each interval in the document.
  • FIG. 5 shows the respective Context Class keyword frequencies plotted as a bar chart. The frequency values are shown on the bar chart.
  • Step 108 approximating a smooth context class function based on the context class count per location in the document.
  • FIG. 5 shows the respective Context Class function plotted, in the example the approximation are performed by hand but in the embodiment a smoothing algorithm is used.
  • Step 110 identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes.
  • FIG. 3 all the acronyms in the Context Classes ( FIG. 3 column 2 ) are made bold in the text of the document ( FIG. 4 column 2 ).
  • Step 112 determining the annotation based on the context class with highest value around the annotation word interval (or determining the annotation based on the context class function with the highest value at the annotation word interval).
  • IBM 1 is shown as a dotted line at sentence position 4 , in this position the highest context weight around this position is the IT context class with keywords in position 3 and 4 whereas the Magic Context Class only has an accidental occurrence. Therefore IBM 1 is determined as an IT Context Class.
  • IBM 2 is shown as a dotted line at sentence position 8 , in this position the highest context weight is either the climate Context Class or the Magic Context Class. Since the climate Context Class does not use the IBM acronym then IBM 2 is determined as a Magic Context Class.
  • IBM 3 is shown as a dotted line at sentence position 9 , in this position the highest context weight around this position is the Magic. Therefore IBM 3 is determined as an Magic Context Class.
  • Step 114 annotating the document with the determined annotation.
  • the annotations are shown in FIG. 6 .
  • An International Business Machines pop-up is shown connected to IBM in sentence 3 .
  • Two International Brotherhood of Magician pop-ups are shown connected to I.B.M. in sentence 8 and 9 respectively.
  • Acronym identification it can be limited to acronyms for nouns which are the most common abbreviations and occur in the position of a noun within the sentence.
  • the acronym can therefore be further validated by applying a grammatical rules checker and then only accepting candidates that are nouns within a sentence.
  • Server side caching The results of the processing can be cached server side, storing the context scores for documents that have been previously visited.
  • FIG. 7 shows method steps for optimizing the cache results at the server side.
  • html pages (or other document types) can be delivered to the user before full processing of the document has taken place. Ajax techniques can then be used to update the links within the document to use the system, as they become available. Alternatively a simpler method would simply be to do a full page refresh once the document has been processed.
  • Semantic web crawler Websites can be crawled and their content understood. This could provide the basis of the next generation of search engine, where the annotation server not only understands the context of the websites, but also the context of the users search request.
  • the annotation server can be used to analyse documents and let users know the category the document is deemed to be in. This information can be used to determine whether the document has been written in such a way to fall into the desired category.
  • Feedback mechanism next stage of advertising.
  • the annotation server will create contexts of websites the user has visited. Using this information, advertisements can be selected to be shown to the user. Currently the advertisements that are selected are based on words within the document that is being viewed. With the advantage of knowing the context of the website and the users' general contextual area of interest, advertisements can be chosen to better suit the user.
  • File compression alternative file storage.
  • the annotation server could be used to compress text documents.
  • Other compression algorithms work by dynamically creating a table of parts of documents that are repeated. Each element is then referenced instead of repeating the contents numerous times.
  • the disadvantage is the table is an over head in itself, the annotation server on the other hand, could represent an external table.
  • Documents could be parsed; long chains of words could be compressed to a fraction of their size and distributed or stored. Upon reading the annotation server can be used to retrieve the true meaning of the document.
  • An implementation of the annotation server could be deployed not only to annotate users acronyms but to analyse the traffic they are generating. Using the example of a large corporation, the use of the internet by employees is needed to do their job; however browsing the web instead of working is a costly in terms of wasted time.
  • the annotation server could be used to determine the category of each user's traffic, if the category looks as though it is straying for the company's area of work an administrator could be alerted.
  • the essential idea behind THE ANNOTATION SERVER is the matching of patterns and placing in categories. Once a category is found an output is determined. This technique could be extended beyond the realms of text based documents, for example, certain social patterns could be observed and categorised and materials could be scanned to gauge quality.
  • the annotation server sits in between the end user and the internet there are a number of ways it can be implemented, not just in a server proxy as the preferred embodiment.
  • the plug-in allows the user to easily route data through the annotation server or straight to the internet.
  • the annotation server can be applied with out any user setup.
  • a presentation layer enables the annotation server to be applied to any browser by detecting HTTP request at the presentation layer and rerouting them to the annotation server.
  • Gateway Detect HTTP requests at the gateway or router and redirect to annotation server.
  • logic arrangement of the present invention may suitably be embodied in a logic apparatus comprising logic means to perform the steps of the method, and that such logic means may comprise components such as logic gates in, for example, a programmable logic array.
  • logic means may comprise components such as logic gates in, for example, a programmable logic array.
  • Such a logic arrangement may further be embodied in enabling means for temporarily or permanently establishing logical structures in such an array using, for example, a virtual hardware descriptor language, which may be stored using fixed or transmittable carrier media.
  • the present invention may suitably be embodied as a computer program product for use with a computer system.
  • Such an implementation may comprise a series of computer readable instructions either fixed on a tangible medium, such as a computer readable medium, for example, diskette, CD-ROM, ROM, or hard disk, or transmittable to a computer system, via a modem or other interface device, over either a tangible medium, including but not limited to optical or analogue communications lines, or intangibly using wireless techniques, including but not limited to microwave, infrared or other transmission techniques.
  • the series of computer readable instructions embodies all or part of the functionality previously described herein.
  • the process software may be deployed, accessed and executed through the use of a virtual private network (VPN), which is any combination of technologies that can be used to secure a connection through an otherwise unsecured or untrusted network.
  • VPN virtual private network
  • the use of VPNs is to improve security and for reduced operational costs.
  • the VPN makes use of a public network, usually the Internet, to connect remote sites or users together. Instead of using a dedicated, real-world connection such as leased line, the VPN uses “virtual” connections routed through the Internet from the company's private network to the remote site or employee. Access to the software via a VPN can be provided as a service by specifically constructing the VPN for purposes of delivery or execution of the process software (i.e.
  • the process software may be deployed, accessed and executed through either a remote-access or a site-to-site VPN.
  • the process software is deployed, accessed and executed via the secure, encrypted connections between a company's private network and remote users through a third-party service provider.
  • the enterprise service provider (ESP) sets a network access server (NAS) and provides the remote users with desktop client software for their computers.
  • the telecommuters can then dial a toll-free number or attach directly via a cable or DSL modem to reach the NAS and use their VPN client software to access the corporate network and to access, download and execute the process software.
  • the process software When using the site-to-site VPN, the process software is deployed, accessed and executed through the use of dedicated equipment and large-scale encryption that are used to connect a companies multiple fixed sites over a public network such as the Internet.
  • the process software is transported over the VPN via tunneling which is the process the of placing an entire packet within another packet and sending it over a network.
  • tunneling is the process the of placing an entire packet within another packet and sending it over a network.
  • the protocol of the outer packet is understood by the network and both points, called tunnel interfaces, where the packet enters and exits the network.

Abstract

This invention relates to a method, system and computer program product for annotating a document, said document being divided by intervals, said method comprising: identifying, at each interval in the document, one or more keywords in the text of the document; determining, at each interval, the number of context classes associated with each keyword; identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; determining the annotation based on the context class with highest count at the annotation word interval; and annotating the document with the determined annotation.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims priority under 35 U.S.C. §119(a) to European Patent Application Serial Number 07122429.9, filed Dec. 5, 2007 entitled “METHOD AND APPARATUS FOR A DOCUMENT ANNOTATION SERVICE”, the entirety of which is incorporated herein by reference.
  • This invention relates to a method and apparatus for a document annotation service. In particular, this invention relates to a method and apparatus for annotating a document based on the context of the document.
  • BACKGROUND
  • Modern IT is becoming ever more saturated with acronyms and abbreviations. Learning about a new product or service can easily become over complicated by the sheer volume of acronyms used within the space of even a small document. The current approach with most documents is to either accept the acronym at face value, or spend time researching each acronym separately through an external medium such as an Internet search engine. This can be problematic, as accepting an acronym at face value can detract from the true significance of the acronym. Likewise, externally researching acronyms can be slow and disruptive. Some annotation technologies already exist and are referred to below.
  • Contextual advertising, originally put forward by Google™, works by allowing advertising context or hyperlinks to be inserted into a webpage. The author enables this feature by adding a JavaScript™ line to the top of the document. The JavaScript analyses the document for keywords and retrieves suitable advert links. The JavaScript then sets separate advertisement spaces or modifies the found keywords into hyperlinks. This gives the idea of augmenting a page for keywords. It is a manual process that requires the author to input the JavaScript on a per page basis. This also implies that the modifications are permanent and cannot be removed. (Google is a trademark of Google Inc. JavaScript is a registered trademark of Sun Microsystems, Inc.)
  • A “whatis bot” is a Lotus™ Sametime™ automated response script (also known as a bot) that sits over an acronym database. This bot can be queried as in a normal Sametime conversation, and will retrieve the query from its acronym database, returning possible definitions of acronyms in the real time chat window. This proves relatively convenient, but requires the user to break away from the document, to independently query the bot. Lotus and Sametime are registered trademarks of IBM Corporation in the US and other countries.
  • Extension toolbars in browsers such as Internet Explorer™ and Firefox™ offer toolbar plug-ins which provide extra services, including manipulation of website rendering which could be used for annotation. However the manipulation of the rendering is currently only used for simple parsing; such as adding adverts or blocking pop-ups. More useful and complicated functions such as language translation and page annotation have yet to prove popular. Given the comparative complexity and issues around maintenance and upgrading, it makes more sense to centralize the functionality of the service, rather than building it into every browser. (Internet Explorer is a trademark of Microsoft Corporation. Firefox is a trademark of the Mozilla Foundation.)
  • There is a need for a resource that can transparently annotate a document using the context of the document as guidance in selecting the annotation.
  • U.S. Pat. No. 6,651,058 discloses a system and method of automatic discovery of terms in a document that are relevant to a given target topic. This patent publication discloses a method and system for automatic mining of text to discover terms that are relevant to a target term. The system comprises a new terms discoverer, a candidate terms discoverer, and a relevant terms discoverer. The new terms discoverer identifies new terms like books, names, acronyms etc by automatically mining patterns using knowledge rules and identifying relationships using statistical modules. Thereafter, the candidate terms discoverer performs statistical analysis based on the occurrence frequency of the terms within the document to identify potentially relevant terms from the terms identified by the new terms discoverer. The candidate discoverer further includes a database for storing relevant terms in conjunction with the terms identified by the new terms discoverer. Further, the relevant terms discoverer identifies relevant terms by applying the association rules to potentially relevant terms identified by the candidate terms discoverer to refine a relevance of the potentially relevant terms by eliminating false relevant terms. The system utilizes duality concept especially in the case of finding related pairs like acronyms and their expansions arises, by continually iteratively refining pairs of terms that are related.
  • U.S. Pat. No. 6,966,030 discloses a method, system and computer program product for implementing acronym assistance. The patent publication discloses a method and system for implementing acronym assistance for a user of a text document or browser program. Acronyms in the text document are identified and predetermined number of words around the acronyms is scanned to identify the definition of the acronym. Upon identifying the definition of the acronym, the system automatically displays it to user. Further, if definition is not found in the proximity of the acronym in the document, the system refers to an acronym dictionary to identify definition of the acronym. User selected options are provided for displaying the definition of the acronym to the user. The definition of the acronym can be provided in-line in the document text or presented as a footnote definition with a reference to an original acronym definition.
  • Whilst both these patent publications are relevant to annotating acronyms in a single document context they do not address the issue of acronyms with multiple meanings or of different contexts within a document. Nor do they address the issue of different context for a single acronym.
  • SUMMARY OF INVENTION
  • According to a one aspect of the preferred embodiment there is provided a method of annotating a document, said document being divided by intervals, said method comprising: identifying, at each interval in the document, one or more keywords in the text of the document; determining, at each interval, the number of context classes associated with each keyword; identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; determining the annotation based on the context class with highest count at the annotation word interval; and annotating the document with the determined annotation.
  • This solution provides two different hypertext pop-ups over two occurrences of the same acronym in two different document contexts. The pop-up can contain a link to a more detailed definition that could be followed should the user require more clarification.
  • The solution provided by the preferred embodiment of the invention is an external HTTP proxy server acting as an annotation server. By using a series of ‘micro plug-ins’ for the popular browsers the service can be simply presented as an on/off switch. When enabled, the browser redirects the HTTP requests through the annotation server which, in turn, forwards the request to the website host. On receipt of the response, the annotation server fragments the document and identifies acronyms against a store. As acronyms frequently have multiple interpretations, the identifier needs classification based on the context in which the acronym is based. In such a case of conflict, a scoring algorithm is used between the candidates.
  • Once the acronyms have been located and classified, the document is reconstituted with spanning tags surrounding each identified acronym. An embedded style sheet is then pre-pended to the top of the document. The style sheet contains a JavaScript method for the tool tips, as well as the text information to be displayed for each of the located acronyms. The modified document is then sent back to the user in response to their original request.
  • Preferably only a subset of the most frequently occurring context classes are counted at each interval.
  • Advantageously the method further comprises: determining, for each context class, a context class function based on the context class count at each interval in the document; approximating a smooth context class function based on the context class count per location in the document; and determining an annotation based on the context class function with the highest value at the annotation word interval.
  • More preferably the context class determining step uses a hierarchical context class dictionary comprising context classes and context sub-classes and identifying the most frequently occurring context class by taking into consideration the context class and context sub-class.
  • According to a second aspect of the preferred embodiment there is provided a system of annotating a document, said document being divided by intervals, said system comprising: a keyword identifier for identifying, at each interval in the document, one or more keywords in the text of the document; a context class determiner for determining, at each interval, the number of context classes associated with each keyword; an annotation word identifier for identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; an annotation determiner for determining the annotation based on the context class with highest count at the annotation word interval; and an annotation mechanism for annotating the document with the determined annotation.
  • According to a third aspect of the preferred embodiment there is provided a computer program product comprising computer readable recording medium having computer readable code stored thereon for annotating a document, said computer readable code which when loaded onto a computer system and executed performs the following steps: identifying, at each interval in the document, one or more keywords in the text of the document; determining, at each interval, the number of context classes associated with each keyword; identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes; determining the annotation based on the context class with highest count at the annotation word interval; and annotating the document with the determined annotation.
  • DESCRIPTION OF DRAWINGS
  • Embodiments of the invention will now be described, by means of example only, with reference to the accompanying drawings in which:
  • FIG. 1 is a schematic view of the components of an annotation server according to the preferred embodiment;
  • FIG. 2 is a flow chart of the method of the preferred embodiment;
  • FIG. 3 shows an example table of Context Class data with associated keywords and acronyms;
  • FIG. 4 shows analysis performed on a document according to the example of context data of FIG. 3;
  • FIG. 5 is a bar chart of analysis of FIG. 4; and
  • FIG. 6 is a marked up document of the worked example.
  • DESCRIPTION OF THE EMBODIMENTS
  • Referring to FIG. 1, the preferred embodiment of the invention is an acronym annotation system using an HTTP proxy server. The acronym annotation system comprises an annotation server 12 acting as an HTTP proxy for the website host 14 and an internet browser client 16. Web page retrieval is normally only between the client 16 and the website 14 whereas in the preferred embodiment the client 14 requests a document from the website 16 via the annotation server 14 acting as a proxy for the website.
  • The annotation server comprising: a keyword identifier 18; a context class determiner 20; a context class function smoother 22; an annotation word identifier 24; an annotation determiner 26; an annotating engine 28; acronym data 30; context class data 32; and an annotated document cache 34.
  • The keyword identifier 18 is for identifying, at each interval (e.g. sentence) in the document, one or more keywords in the text of the document.
  • The context class determiner 20 is for determining, at each interval (e.g. sentence) in a document, the number of Context Classes associated with each keyword. In the preferred embodiment only a subset of the most frequently occurring Context Classes are counted at each interval. The context class determiner 20 uses a hierarchical context class data 32 comprising context classes, contexts sub-classes and keywords to identify the most frequently occurring Context Class. A document is analysed to determine keywords. In the preferred embodiment this is achieved in two stages. The first stage builds up a list of context classes that are in the document as a whole, and the second pass looks at each sentence for each context class and then performs smoothing on the data. In this way the Context Classes of sentences will be smoothed with respect to the context of the document. No one sentence will have a Context Class out of context with the Context Classes of document. In practice this tends to mean that top Context Classes of a sentence are taken from the top Context Classes of the document. However, the smoothing is an improvement of the main idea if the assumption is that context is more likely to be a smooth function.
  • A Context Class describes a field or ‘area of expertise’ and has one or more associated sub-Classes and one or more associated Keywords or a series of Keywords. A Context-sub-Class may be a sub-class of more than one Context Class. A Context sub-Class can have one or more associated Context sub-Classes and one or more associated Keywords or a series of Keywords. A Context sub-Class could be ‘Computer Programming’, whose Parent Context Class could be ‘Information Technology’ and ‘Discrete Mathematics’ and whose Unique Words would include ‘programming’, ‘design patterns’, ‘compiler’, etc. By allowing Context Classes to contain other Context sub-Classes within their definition, the initial Context Class will resemble a tree structure. This will help further define where the Context Class lies within the overall ontology of classification. Each supporting component, be it context or keyword, has a value of applicability. This value is simply an indicator of the strength of the association between the supporting component and the context itself, these values become intrinsically valuable later on.
  • The context class function smoother 22 is for determining, for each context class, a context class function based on the context class count at each interval in the document; and approximating a smooth context class function based on the context class count per location in the document.
  • The annotation word identifier 24 is for identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes. The annotation word identifier identifies the acronyms within the document by examining each word in the document to see if it contains multiple capitalisations. In the event of locating a suitably capitalised word, a further check is conducted on the remains of the sentence (the local context of the word) to see if all words in the sentence are capitalised. If the words are all capitalised, then the word has to be dropped, otherwise the utility is highly likely to end up enriching too many words, many of which are not intended to be acronyms in the sentence.
  • Just as an acronym can have one or more meanings in different contexts, an Acronym Class has one more annotations associated with Context Classes. Each of Context Class has a series of associated contexts and further keywords, as well as an annotation description of the acronym.
  • The annotation determiner 26 is for determining the annotation based on the context class with highest value at the annotation word interval. In the preferred embodiment it determines the annotation based on the context class function with the highest value at the annotation word interval.
  • The annotating engine 28 is for annotating the document with the determined annotation. One option is for a hypertext balloon pop-up of the annotation to be inserted at the acronym. Another option is a hypertext annotation that expands within the document at the acronym.
  • The acronym database 30 stores the acronyms and annotations. Preferably they are stored with the Context Classes.
  • The context class database 32 stores the Context Classes.
  • The annotated document cache 34 stores the annotated documents.
  • Method
  • Referring to FIG. 2, a method (100) of the preferred embodiment of annotating a document is described wherein said document is divided by intervals of a sentence.
  • Step 102, identifying, at each interval in the document, one or more keywords in the text of the document.
  • Step 104, determining, at each interval, the number of context classes associated with each keyword. Only a subset of the most frequently occurring context classes are counted at each interval. In this context class determining step, a hierarchical context class dictionary comprising context classes and contexts sub-classes is used. The most frequently occurring context class is identified by taking into consideration context classes and context sub-classes.
  • Step 106, determining, for each context class, a context class function based on the context class count at each interval in the document.
  • Step 108, approximating a smooth context class function based on the context class count per location in the document.
  • Step 110, identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes.
  • Step 112, determining the annotation based on the context class with highest value at the annotation word interval (or determining the annotation based on the context class function with the highest value at the annotation word interval).
  • Step 114, annotating the document with the determined annotation.
  • EXAMPLE
  • A worked example is now described with respect to FIGS. 3, 4, 5 and 6. FIG. 3 shows a table of Context Class data with associated keywords and acronyms. FIG. 4 shows analysis performed on a document including sentence number; document sentences with the keywords, acronyms and annotations underlined, the acronyms are also shown in bold. FIG. 5 is a bar chart of the context class keyword frequency and smooth function approximations. The worked example of FIGS. 3, 4 and 5 is explained with reference to method 100. FIG. 6 is a marked up document of the worked example.
  • Step 102, identifying, at each interval in the document, one or more keywords. Referring to FIG. 3 all the keywords in the Context Classes (FIG. 3 column 2) are underlined in the text of the document (FIG. 4 column 2).
  • Step 104, determining, at each interval, the number of context classes associated with each keyword. Column 3, 4 and 5 in FIG. 4 shows the IT, Climate and Magic Context Classes and the count of keywords.
  • Step 106, determining, for each Context Class, a context class function based on the context class count at each interval in the document. FIG. 5 shows the respective Context Class keyword frequencies plotted as a bar chart. The frequency values are shown on the bar chart.
  • Step 108, approximating a smooth context class function based on the context class count per location in the document. FIG. 5 shows the respective Context Class function plotted, in the example the approximation are performed by hand but in the embodiment a smoothing algorithm is used.
  • Step 110, identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes. Referring to FIG. 3 all the acronyms in the Context Classes (FIG. 3 column 2) are made bold in the text of the document (FIG. 4 column 2).
  • Step 112, determining the annotation based on the context class with highest value around the annotation word interval (or determining the annotation based on the context class function with the highest value at the annotation word interval). IBM1 is shown as a dotted line at sentence position 4, in this position the highest context weight around this position is the IT context class with keywords in position 3 and 4 whereas the Magic Context Class only has an accidental occurrence. Therefore IBM1 is determined as an IT Context Class. IBM2 is shown as a dotted line at sentence position 8, in this position the highest context weight is either the Climate Context Class or the Magic Context Class. Since the Climate Context Class does not use the IBM acronym then IBM2 is determined as a Magic Context Class. IBM3 is shown as a dotted line at sentence position 9, in this position the highest context weight around this position is the Magic. Therefore IBM3 is determined as an Magic Context Class.
  • Step 114, annotating the document with the determined annotation. The annotations are shown in FIG. 6. An International Business Machines pop-up is shown connected to IBM in sentence 3. Two International Brotherhood of Magician pop-ups are shown connected to I.B.M. in sentence 8 and 9 respectively.
  • Extensions
  • Acronym identification it can be limited to acronyms for nouns which are the most common abbreviations and occur in the position of a noun within the sentence. The acronym can therefore be further validated by applying a grammatical rules checker and then only accepting candidates that are nouns within a sentence.
  • Optimisations
  • Some optimisations could be applied to the system.
  • Server side caching. The results of the processing can be cached server side, storing the context scores for documents that have been previously visited. FIG. 7 shows method steps for optimizing the cache results at the server side.
  • Early page delivery. The html pages (or other document types) can be delivered to the user before full processing of the document has taken place. Ajax techniques can then be used to update the links within the document to use the system, as they become available. Alternatively a simpler method would simply be to do a full page refresh once the document has been processed.
  • Out of date cache results. The context scoring is likely to take the most processing time during this system. If a document has been updated, usually the contents of a cache would be dumped. However uniquely in this system the contents of the cache may still initially be used to create a basic context and then used against the new document to present the document back to the user quickly. The possible matches can then be updated later once a full context has been developed for the new page.
  • Alternative Applications
  • Semantic web crawler. Websites can be crawled and their content understood. This could provide the basis of the next generation of search engine, where the annotation server not only understands the context of the websites, but also the context of the users search request.
  • Legibility and context validation of user documents. The annotation server can be used to analyse documents and let users know the category the document is deemed to be in. This information can be used to determine whether the document has been written in such a way to fall into the desired category.
  • Feedback mechanism—next stage of advertising. During normal use, the annotation server will create contexts of websites the user has visited. Using this information, advertisements can be selected to be shown to the user. Currently the advertisements that are selected are based on words within the document that is being viewed. With the advantage of knowing the context of the website and the users' general contextual area of interest, advertisements can be chosen to better suit the user.
  • Content validation, compression. Once a document has been written, the annotation server can validate it. The document can be checked to make sure all acronyms have been properly defined. Checks can be so that the full spelling of acronyms is not repeated, then compress the them down to the abbreviation.
  • File compression—alternate file storage. Using the database of acronyms, the annotation server could be used to compress text documents. Other compression algorithms work by dynamically creating a table of parts of documents that are repeated. Each element is then referenced instead of repeating the contents numerous times. The disadvantage is the table is an over head in itself, the annotation server on the other hand, could represent an external table. Documents could be parsed; long chains of words could be compressed to a fraction of their size and distributed or stored. Upon reading the annotation server can be used to retrieve the true meaning of the document.
  • Deterministic method of evaluating traffic. An implementation of the annotation server could be deployed not only to annotate users acronyms but to analyse the traffic they are generating. Using the example of a large corporation, the use of the internet by employees is needed to do their job; however browsing the web instead of working is a costly in terms of wasted time. The annotation server could be used to determine the category of each user's traffic, if the category looks as though it is straying for the company's area of work an administrator could be alerted.
  • Using the scoring algorithm for advanced pattern matching. The essential idea behind THE ANNOTATION SERVER is the matching of patterns and placing in categories. Once a category is found an output is determined. This technique could be extended beyond the realms of text based documents, for example, certain social patterns could be observed and categorised and materials could be scanned to gauge quality.
  • Other Embodiments
  • The annotation server sits in between the end user and the internet there are a number of ways it can be implemented, not just in a server proxy as the preferred embodiment.
  • Browser dependant annotation server plug-in. The plug-in allows the user to easily route data through the annotation server or straight to the internet.
  • Transparent proxy. The annotation server can be applied with out any user setup.
  • Presentation layer. A presentation layer enables the annotation server to be applied to any browser by detecting HTTP request at the presentation layer and rerouting them to the annotation server.
  • Gateway. Detect HTTP requests at the gateway or router and redirect to annotation server.
  • It will be clear to one skilled in the art that the method of the present invention may suitably be embodied in a logic apparatus comprising logic means to perform the steps of the method, and that such logic means may comprise hardware components or firmware components.
  • It will be equally clear to one skilled in the art that the logic arrangement of the present invention may suitably be embodied in a logic apparatus comprising logic means to perform the steps of the method, and that such logic means may comprise components such as logic gates in, for example, a programmable logic array. Such a logic arrangement may further be embodied in enabling means for temporarily or permanently establishing logical structures in such an array using, for example, a virtual hardware descriptor language, which may be stored using fixed or transmittable carrier media.
  • The present invention may suitably be embodied as a computer program product for use with a computer system. Such an implementation may comprise a series of computer readable instructions either fixed on a tangible medium, such as a computer readable medium, for example, diskette, CD-ROM, ROM, or hard disk, or transmittable to a computer system, via a modem or other interface device, over either a tangible medium, including but not limited to optical or analogue communications lines, or intangibly using wireless techniques, including but not limited to microwave, infrared or other transmission techniques. The series of computer readable instructions embodies all or part of the functionality previously described herein.
  • Those skilled in the art will appreciate that such computer readable instructions can be written in a number of programming languages for use with many computer architectures or operating systems.
  • The process software may be deployed, accessed and executed through the use of a virtual private network (VPN), which is any combination of technologies that can be used to secure a connection through an otherwise unsecured or untrusted network. The use of VPNs is to improve security and for reduced operational costs. The VPN makes use of a public network, usually the Internet, to connect remote sites or users together. Instead of using a dedicated, real-world connection such as leased line, the VPN uses “virtual” connections routed through the Internet from the company's private network to the remote site or employee. Access to the software via a VPN can be provided as a service by specifically constructing the VPN for purposes of delivery or execution of the process software (i.e. the software resides elsewhere) wherein the lifetime of the VPN is limited to a given period of time or a given number of deployments based on an amount paid. The process software may be deployed, accessed and executed through either a remote-access or a site-to-site VPN. When using the remote-access VPNs the process software is deployed, accessed and executed via the secure, encrypted connections between a company's private network and remote users through a third-party service provider. The enterprise service provider (ESP) sets a network access server (NAS) and provides the remote users with desktop client software for their computers. The telecommuters can then dial a toll-free number or attach directly via a cable or DSL modem to reach the NAS and use their VPN client software to access the corporate network and to access, download and execute the process software. When using the site-to-site VPN, the process software is deployed, accessed and executed through the use of dedicated equipment and large-scale encryption that are used to connect a companies multiple fixed sites over a public network such as the Internet. The process software is transported over the VPN via tunneling which is the process the of placing an entire packet within another packet and sending it over a network. The protocol of the outer packet is understood by the network and both points, called tunnel interfaces, where the packet enters and exits the network.

Claims (15)

1. A method of annotating a document, said document being divided by intervals, said method comprising:
identifying, at each interval in the document, one or more keywords in the text of the document;
determining, at each interval, the number of context classes associated with each keyword;
identifying at least one annotation word at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes;
determining the annotation based on the context class with highest count at the annotation word interval; and
annotating the document with the determined annotation.
2. A method according to claim 1 wherein only a subset of the most frequently occurring context classes are counted at each interval.
3. A method according to claim 1 further comprising:
determining, for each context class, a context class function based on the context class count at each interval in the document;
approximating a smooth context class function based on the context class count per location in the document; and
determining an annotation based on the context class function with the highest value at the annotation word interval.
4. A method according to claim 1 wherein the annotation is an abbreviation or acronym, optionally a sentence is the interval used in a document.
5. A method according to claim 1 wherein the context class determining step uses a hierarchical context class dictionary comprising context classes and context sub-classes and identifying the most frequently occurring context class by taking into consideration the context class and context sub-class.
6. A system of annotating a document, said document being divided by intervals, said system comprising:
a keyword identifier for identifying, at each interval in the document, one or more keywords in the text of the document;
a context class determiner for determining, at each interval, the number of context classes associated with each keyword;
an annotation word identifier for identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes;
an annotation determiner for determining the annotation based on the context class with highest count at the annotation word interval; and
an annotation mechanism for annotating the document with the determined annotation.
7. A system according to claim 6 wherein only a subset of the most frequently occurring context classes are counted at each interval.
8. A system according to claim 6 wherein the context class determiner further determines, for each context class, a context class function based on the context class count at each interval in the document; and approximates a smooth context class function based on the context class count per location in the document; and wherein the annotation determiner determines an annotation based on the context class function with the highest value at the annotation word interval.
9. A system according to claim 6 wherein a sentence is the interval used in a document.
10. A system according to claim 6 wherein the context class determiner uses a hierarchical context class dictionary comprising context classes and context sub-classes and identifying the most frequently occurring context class by taking into consideration the context class and context sub-class.
11. A computer program product comprising computer readable recording medium having computer readable code stored thereon for annotating a document, said computer readable code which when loaded onto a computer system and executed performs the following steps:
identifying, at each interval in the document, one or more keywords in the text of the document;
determining, at each interval, the number of context classes associated with each keyword;
identifying at least one annotation word and at an interval in the text of the document, said annotation word having two or more annotations associated with two or more context classes;
determining the annotation based on the context class with highest count at the annotation word interval; and
annotating the document with the determined annotation.
12. A computer program product according to claim 11 wherein only a subset of the most frequently occurring context classes are counted at each interval.
13. A computer program product according to claim 11 further comprising:
determining, for each context class, a context class function based on the context class count at each interval in the document;
approximating a smooth context class function based on the context class count per location in the document; and
determining an annotation based on the context class function with the highest value at the annotation word interval.
14. A computer program product according to claim 11 wherein a sentence is the interval used in a document.
15. A computer program product according to claim 11 wherein the context class determining step uses a hierarchical context class dictionary comprising context classes and context sub-classes and identifying the most frequently occurring context class by taking into consideration the context class and context sub-class.
US12/323,457 2007-12-05 2008-11-25 Method and apparatus for a document annotation service Expired - Fee Related US8245127B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
EP07122429 2007-12-05
EP07122429.9 2007-12-05
EP07122429 2007-12-05

Publications (2)

Publication Number Publication Date
US20090150763A1 true US20090150763A1 (en) 2009-06-11
US8245127B2 US8245127B2 (en) 2012-08-14

Family

ID=40722946

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/323,457 Expired - Fee Related US8245127B2 (en) 2007-12-05 2008-11-25 Method and apparatus for a document annotation service

Country Status (1)

Country Link
US (1) US8245127B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090044142A1 (en) * 2007-08-09 2009-02-12 Andrew Boath Faris Systems and methods for providing a persistent navigation bar in a word page
US20160103808A1 (en) * 2014-10-09 2016-04-14 International Business Machines Corporation System for handling abbreviation related text
US20160253304A1 (en) * 2015-02-27 2016-09-01 Harald Evers Method for controlling access to electronic documents based on stateless communication
US20170220550A1 (en) * 2016-01-28 2017-08-03 Fujitsu Limited Information processing apparatus and registration method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5295605B2 (en) * 2008-03-27 2013-09-18 株式会社東芝 SEARCH KEYWORD IMPROVING DEVICE, SERVER DEVICE, AND METHOD

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5634084A (en) * 1995-01-20 1997-05-27 Centigram Communications Corporation Abbreviation and acronym/initialism expansion procedures for a text to speech reader
US6385629B1 (en) * 1999-11-15 2002-05-07 International Business Machine Corporation System and method for the automatic mining of acronym-expansion pairs patterns and formation rules
US20020156810A1 (en) * 2001-04-19 2002-10-24 International Business Machines Corporation Method and system for identifying relationships between text documents and structured variables pertaining to the text documents
US20030120640A1 (en) * 2001-12-21 2003-06-26 Hitachi. Ltd. Construction method of substance dictionary, extraction of binary relationship of substance, prediction method and dynamic viewer
US6651058B1 (en) * 1999-11-15 2003-11-18 International Business Machines Corporation System and method of automatic discovery of terms in a document that are relevant to a given target topic
US6966030B2 (en) * 2001-07-18 2005-11-15 International Business Machines Corporation Method, system and computer program product for implementing acronym assistance
US7136876B1 (en) * 2003-03-03 2006-11-14 Hewlett-Packard Development Company, L.P. Method and system for building an abbreviation dictionary
US7177862B2 (en) * 2002-03-28 2007-02-13 International Business Machines Corporation Method and structure for federated web service discovery search over multiple registries with result aggregation
US7236923B1 (en) * 2002-08-07 2007-06-26 Itt Manufacturing Enterprises, Inc. Acronym extraction system and method of identifying acronyms and extracting corresponding expansions from text
US20080010294A1 (en) * 2005-10-25 2008-01-10 Kenneth Norton Systems and methods for subscribing to updates of user-assigned keywords
US7599950B2 (en) * 2004-03-15 2009-10-06 Yahoo! Inc. Systems and methods for collecting user annotations
US7627559B2 (en) * 2005-12-15 2009-12-01 Microsoft Corporation Context-based key phrase discovery and similarity measurement utilizing search engine query logs
US7761436B2 (en) * 2006-01-03 2010-07-20 Yahoo! Inc. Apparatus and method for controlling content access based on shared annotations for annotated users in a folksonomy scheme
US7783659B2 (en) * 2007-02-07 2010-08-24 International Business Machines Corporation Method and system for assessing and refining the quality of web services definitions

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5634084A (en) * 1995-01-20 1997-05-27 Centigram Communications Corporation Abbreviation and acronym/initialism expansion procedures for a text to speech reader
US6385629B1 (en) * 1999-11-15 2002-05-07 International Business Machine Corporation System and method for the automatic mining of acronym-expansion pairs patterns and formation rules
US6651058B1 (en) * 1999-11-15 2003-11-18 International Business Machines Corporation System and method of automatic discovery of terms in a document that are relevant to a given target topic
US20070061348A1 (en) * 2001-04-19 2007-03-15 International Business Machines Corporation Method and system for identifying relationships between text documents and structured variables pertaining to the text documents
US20020156810A1 (en) * 2001-04-19 2002-10-24 International Business Machines Corporation Method and system for identifying relationships between text documents and structured variables pertaining to the text documents
US6966030B2 (en) * 2001-07-18 2005-11-15 International Business Machines Corporation Method, system and computer program product for implementing acronym assistance
US20030120640A1 (en) * 2001-12-21 2003-06-26 Hitachi. Ltd. Construction method of substance dictionary, extraction of binary relationship of substance, prediction method and dynamic viewer
US7177862B2 (en) * 2002-03-28 2007-02-13 International Business Machines Corporation Method and structure for federated web service discovery search over multiple registries with result aggregation
US7236923B1 (en) * 2002-08-07 2007-06-26 Itt Manufacturing Enterprises, Inc. Acronym extraction system and method of identifying acronyms and extracting corresponding expansions from text
US7136876B1 (en) * 2003-03-03 2006-11-14 Hewlett-Packard Development Company, L.P. Method and system for building an abbreviation dictionary
US7599950B2 (en) * 2004-03-15 2009-10-06 Yahoo! Inc. Systems and methods for collecting user annotations
US20080010294A1 (en) * 2005-10-25 2008-01-10 Kenneth Norton Systems and methods for subscribing to updates of user-assigned keywords
US7627559B2 (en) * 2005-12-15 2009-12-01 Microsoft Corporation Context-based key phrase discovery and similarity measurement utilizing search engine query logs
US7761436B2 (en) * 2006-01-03 2010-07-20 Yahoo! Inc. Apparatus and method for controlling content access based on shared annotations for annotated users in a folksonomy scheme
US7783659B2 (en) * 2007-02-07 2010-08-24 International Business Machines Corporation Method and system for assessing and refining the quality of web services definitions

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090044142A1 (en) * 2007-08-09 2009-02-12 Andrew Boath Faris Systems and methods for providing a persistent navigation bar in a word page
US7930645B2 (en) * 2007-08-09 2011-04-19 Yahoo! Inc. Systems and methods for providing a persistent navigation bar in a word page
US20160103808A1 (en) * 2014-10-09 2016-04-14 International Business Machines Corporation System for handling abbreviation related text
US9922015B2 (en) * 2014-10-09 2018-03-20 International Business Machines Corporation System for handling abbreviation related text using profiles of the sender and the recipient
US20160253304A1 (en) * 2015-02-27 2016-09-01 Harald Evers Method for controlling access to electronic documents based on stateless communication
US10430510B2 (en) * 2015-02-27 2019-10-01 Sap Se Method for controlling access to electronic documents based on stateless communication
US20170220550A1 (en) * 2016-01-28 2017-08-03 Fujitsu Limited Information processing apparatus and registration method
US10521507B2 (en) * 2016-01-28 2019-12-31 Fujitsu Limited Information processing apparatus and registration method

Also Published As

Publication number Publication date
US8245127B2 (en) 2012-08-14

Similar Documents

Publication Publication Date Title
US10394853B2 (en) Providing a self-maintaining automated chat response generator
JP4157708B2 (en) Method, apparatus, and computer program for providing content to client
US10878190B2 (en) Structured dictionary population utilizing text analytics of unstructured language dictionary text
KR100460784B1 (en) System and method for automatically adding information hypertext links to received documents
US8307275B2 (en) Document-based information and uniform resource locator (URL) management
US9846720B2 (en) System and method for refining search results
US20140032522A1 (en) Systems and methods for contextual searching of semantic entities
US20140047359A1 (en) Mechanism for adding new search modes to user agent
US10606903B2 (en) Multi-dimensional query based extraction of polarity-aware content
US20040205558A1 (en) Method and apparatus for enhancement of web searches
US10635730B2 (en) Modification of search subject in predictive search sentences
US11023654B2 (en) Analyzing document content and generating an appendix
US8245127B2 (en) Method and apparatus for a document annotation service
US8577669B1 (en) Efficient string search
US9529922B1 (en) Computer implemented systems and methods for dynamic and heuristically-generated search returns of particular relevance
US9875232B2 (en) Method and system for generating a definition of a word from multiple sources
JP2019153271A5 (en)
JP2007122398A (en) Method for determining identity of fragment, and computer program
US20180293508A1 (en) Training question dataset generation from query data
JP2024501501A (en) Tuning query generation patterns
US20060200495A1 (en) System and method for displaying and editing information search conditions
US20020124056A1 (en) Method and apparatus for modifying a web page
US11487940B1 (en) Controlling abstraction of rule generation based on linguistic context
CN111931040B (en) Recommendation method for service entry of service entity in network platform
JP5361708B2 (en) Multilingual data query

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GRIFFITH, TIMOTHY PETER;KUFLUK, BERNARD ZDZISLAW;STYLES, SARAH ELIZABETH;AND OTHERS;REEL/FRAME:021944/0005;SIGNING DATES FROM 20081119 TO 20081120

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GRIFFITH, TIMOTHY PETER;KUFLUK, BERNARD ZDZISLAW;STYLES, SARAH ELIZABETH;AND OTHERS;SIGNING DATES FROM 20081119 TO 20081120;REEL/FRAME:021944/0005

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20160814