The invention relates to a system and method for normalizing documents using extensible markup language (XML).
Knowledge management systems are known. Knowledge management systems may be used to collect information from information systems within an organization. The knowledge management system may perform one or more processing actions on the information, such as, for example, categorization, full-text indexing, and metrics extraction. Each of these processes, however, are typically performed synchronously. Therefore, the information may only be available in each information system at varying times. A particular information system may be updated with other information and the information system may not be accessible for an extended period of time. This results in higher development costs and extended customer disruptions.
Current knowledge management systems typically use a single process for performing one or more processes on information collected from the information systems. Therefore, if an information system fails, information may be lost. This is a drawback.
These and other drawbacks exist.
An object of the invention is to overcome these and other drawbacks of existing systems.
Another object of the invention is to provide a system and method for normalizing documents using extensible markup language (XML).
Another object of the invention is to provide a system and method for normalizing documents using XML that enables meta data in a document to be preserved.
Another object of the invention is to provide a system and method for normalizing documents using XML that maps fields within the document with at least one field designation identifier.
Another object of the invention is to provide a system and method for normalizing documents using XML that provides full-text indexing, categorizing, and metrics extraction.
Another object of the invention is to provide a system and method for processing data that performs one or more processes information in an asynchronous manner.
Another object of the invention is to provide a system and method for data processing that processes information in a parallel manner.
Another object of the invention is to provide a system and method for data processing that enables recovery of information in the event of a system failure.
These and other objects of the invention are achieved according to various embodiments of the invention. A system, method, and processor readable medium for normalizing documents using extensible markup language (XML). The system may determine a type of object repository storing at least one object. The object may include metadata. The system may then identify the object stored in the object repository. At least one portion of the one object may be extracted from the repository, wherein the portion is extracted in extensible markup language (XML) format. Preferably, some of the metadata is preserved. The metadata preserved may include at least one of author, title, subject, date created, date modified, list of modifiers, and link list information. The portion may then be transmitted to a processor. The processor may perform one or more processes on the portion. A mapping may be performed that maps at least one field in the object with a field designation identifier. The processor may include at least one of a full-text engine, a metrics engine, and a taxonomy engine.
These and other objects, features and advantages of the invention will be readily apparent to those having ordinary skill in the pertinent art from the detailed descriptions of the embodiments with reference to the appropriate figures below.
A system, method, and processor readable medium for processing data in a knowledge management system is disclosed. The system may asynchronously process data such that multiple processes are performed simultaneously. The system may perform categorization, full-text indexing, and metrics extraction, or other process simultaneously, such that a repository is maintained with current information and in the event of a failure, the likelihood of recovering information is greater.
Spider component 104 may be in communication with a scheduler 106, content map component 108, taxonomy engine 110, full-text engine 112, and metrics engine 114. Spider component 104 may also communicate with content map 108, taxonomy engine 110, full-text engine 112, and metrics engine 114 to update and make available information stored in repositories 102a-102n in a variety of formats. Spider component 104 may receive work requests, on a scheduled basis, from scheduler 106 that describe which repositories to process on a work queue. The schedule may be hourly, daily, weekly, or other basis. The work requests may also be dispatched on a random basis. Scheduler 106 may communicate with a repository schedule 116 for determining when a particular process is scheduled. The repository schedule may detail a type and frequency of spidering for one or more repositories. For example, the repository schedule may identify that repository 102a is full-text indexed on a daily basis and repository 102b has a categorization and metrics extraction performed hourly.
The processes may occur asynchronously. For example, content map 108 may process information in repositories 102a-102n such that a map of all content stored in repositories 102a-102n is provided. A replica of the content map may be stored as content replica 118. Taxonomy engine 110 may be used to determine categories of information stored in repositories 102a-102n. Full-text engine 112 may be used to provide a full-text index of information stored in repositories 102a-102n. Full-text engine 112 may communicate with full-text replica 120 that may be used as a backup for information provided by a full-text engine 112. Metric engine 114 may be used to extract metrics information from information stored in repositories 102a-102n. Taxonomy engine 110, full-text engine 112, and metrics engine 114 may be in communication with content map 108. Therefore, content map 108 may include a map of all information stored in repositories 102a-102n, categories of information stored in repositories 102a-102n, a full-text index of information stored in repositories 102a-102n, and metrics information for information stored in repositories 102a-102n.
Content map 108, taxonomy engine 110, full-text engine 112, and metric engine 114 preferably operate in an asynchronous manner. This enables each of content map 108, taxonomy engine 100, full-text engine 112, and metric engine 114 to operate independently. Content map 108, taxonomy engine 110, full-text engine 112, and metric engine 114 preferably do not rely on each other to perform a particular process. This enables information to be available to users because of a reduction in downtime. Additionally, each of content map 108, taxonomy engine 110, full-text engine 112, and metric engine 114 may be decoupled and replaced individually, thus reducing development costs.
A knowledge management system may be made more reliable by making the failure of a subsystem more recoverable. Scheduler 106 may include a protocol that handles a failure or shutdown of spider component 104. The protocol may be used to enable spider component to transmit a context on shutdown to scheduler 106. The context may then be transmitted back to spider component 104 when spider component 104 resumes functioning. This enables spider component 104 to resume processing work requests from an intermediate state. Any information regarding a failure or shutdown may be transmitted via a completion work queue. The work queues may include content map 108, taxonomy engine 110, full-text engine 112, and metrics engine 114. The system may also be more fault tolerant by separating various functions into various processes that may be run independently.
The work requests may then be processed, step 210. The work request, may be, for example, processing the repository from which the information content is gathered and converting documents stored in the repository into a standard meta-document representation in XML format. The process of converting the document into a standard meta-document is described in further detail with reference to
The spider component may transmit control messages to system users advising of a start and finish of a work request, step 212. The control messages preferably do not contain any XML content. The meta-document representations may then be transmitted to a designated module for predetermined processing, step 214. The modules may be, for example, a content map, taxonomy engine, full-text indexing engine, and a metrics engine. The modules may then process the meta-documents, step 216. The processing of the meta-documents may vary depending on the module performing the processing. For example, a content map may generate a map of the information content stored in a repository. A taxonomy engine may assign categories to the information content stored in a repository. A full-text indexing engine may generate a full-text index for information content stored in a repository. A metrics engine may extract metrics information from the information content stored in their repository and store only the metrics information. The processes may be performed asynchronously such that each module operates independently and may perform processes in a parallel manner. In this manner, a greater amount of information content in a repository is made available to users at least because the knowledge management system has less downtime for processing information content stored in a repository.
After the meta-documents are processed, the meta-documents may be analyzed, step 218. The analysis may be to determine a type of information content stored in a repository. The meta-documents may also be indexed, step 220.
Progress statistics may also be generated for each of the processes, step 222. The progress statistics may be presented in one or more reports and generated by a spider component and a work queue. The progress statistics may be transmitted to a scheduler component via a completion work queue, step 224. The scheduler component may read the progress statistics and update any corresponding statistics in a repository schedule. The scheduler component may also update a log database with any warnings or errors generated by a work queue. Each module may then be enabled with shared access to a central data structure representing the metrics history and taxonomy or other information via a CORBA service, step 226.
Information content gathering module 302 may be used to gather information content from one or more repositories based on a repository schedule. The repository schedule may identify a type and frequency with which to gather the information content. Information content registering module 304 may be used to register the information content gathered with, for example, a content map. Document identifier assigning module 306 may then assign the information content gathered one or more unique document identifiers that may be used by, for example, other modules for retrieving and identifying the information content. A work request regarding the information content gathered may be transmitted to a persistent work queue using work request transmitting module 308. The work requests may then be processed for the repository from which the information content was gathered using work request processing module 310. Work request processing module 310 may include converting documents stored in a repository into a standard meta-document representation in extensible markup language (XML) first. Control message transmitting module 312 may be used to transmit control messages to one or more users that provide a status regarding work requests. The control messages may identify a start and/or finish of a work request or other information.
The meta-documents may then be transmitted to a processing work queue for further processing using information content transmitting module 314. The processing may be, for example, full-text indexing, categorization, metrics extraction, or other process. The documents may be processed using information content processing module 316.
After processing the meta-documents, the meta-documents may be analyzed using information content analyzing module 318. The analysis may include determining a type of information stored in the repository. The meta-documents may also be indexed using information content indexing module 320.
Progress statistics regarding the processes performed on the information content gathered may be generated using progress statistics generating module 322. The progress statistics may be generated in one or more reports. The progress statistics may be transmitted to other components in a knowledge management system using progress statistics transmitting module 324. All components within the knowledge management system may be provided with shared access to a central data structure representing the metrics history and taxonomy of the information content via a CORBA service using access sharing module 326.
Repository type determining module 502 may determine a repository type from which a document may be gathered. Document identifying module 504 may identify the document to be collected from the repository. Document extracting module 506 may extract the document from the repository. Document extracting module 506, however, may convert the document stored in the repository into a standard meta-document representation in an XML format. The meta-document may include meta-data regarding the document. For example, the meta-document may include author, title, subject, date created, date modified, list of modifiers, and links list information.
The meta-document may then be transmitted to a work queue for processing using document transmitting module 508. The meta-document may then be processed according to a process designated for a particular work queue using document processing module 510. The processes may include, for example, categorization, full-text indexing, metrics extraction or other process. Field mapping module 512 may be used to map fields in the meta-document with a field designation identifier. For example, author, title, and subject information may be mapped with an author field, title field, and subject field, respectively. Other fields may also be mapped.
Other embodiments and uses of the invention will be apparent to those skilled in the art in consideration of the specification and practice of the invention is disclosed herein. The specification and examples should be considered exemplary only. For example, although the invention has been described in terms of a document, a document may be any or current document that may be categorized; for example, electronic mail messages, graphic files, or other type of electronic document. Additionally, although the invention has been described in terms of multiple modules, fewer or a greater number of modules may be used and modules may not be provided in the same location. The scope of the invention is only limited by the claims appended hereto.
This application claims priority from U.S. Provisional Patent Application Ser. No. 60/347,283, filed Jan. 14, 2002, titled, “Knowledge Server,” which is hereby incorporated by reference. This application is related to co-pending patent application Ser. No. 10/045,064, titled, “System and Method for Processing Data in a Distributed Architecture,” filed Jan. 15, 2002, which is hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
4744028 | Karmarkar | May 1988 | A |
5740549 | Reilly et al. | Apr 1998 | A |
5761512 | Breslau et al. | Jun 1998 | A |
5895470 | Pirolli et al. | Apr 1999 | A |
6041311 | Chislenko et al. | Mar 2000 | A |
6078918 | Allen et al. | Jun 2000 | A |
6115709 | Gilmour et al. | Sep 2000 | A |
6144944 | Kurtzman, II et al. | Nov 2000 | A |
6154783 | Gilmour et al. | Nov 2000 | A |
6205472 | Gilmour | Mar 2001 | B1 |
6208994 | Abdelnur | Mar 2001 | B1 |
6240466 | McKeehan et al. | May 2001 | B1 |
6349295 | Tedesco et al. | Feb 2002 | B1 |
6353840 | Saito et al. | Mar 2002 | B2 |
6377949 | Gilmour | Apr 2002 | B1 |
6377983 | Cohen et al. | Apr 2002 | B1 |
6397203 | Hembry | May 2002 | B1 |
6405197 | Gilmour | Jun 2002 | B2 |
6421669 | Gilmour et al. | Jul 2002 | B1 |
6513039 | Kraenzel | Jan 2003 | B1 |
6516350 | Lumelsky et al. | Feb 2003 | B1 |
6560588 | Minter | May 2003 | B1 |
6604110 | Savage et al. | Aug 2003 | B1 |
6626957 | Lippert et al. | Sep 2003 | B1 |
6633916 | Kauffman | Oct 2003 | B2 |
6640229 | Gilmour et al. | Oct 2003 | B1 |
6647384 | Gilmour | Nov 2003 | B2 |
6668251 | Goldberg | Dec 2003 | B1 |
6687873 | Ballantyne et al. | Feb 2004 | B1 |
6697800 | Jannink et al. | Feb 2004 | B1 |
6711570 | Goldberg et al. | Mar 2004 | B1 |
6714936 | Nevin, III | Mar 2004 | B1 |
6732331 | Alexander | May 2004 | B1 |
6754648 | Fittges et al. | Jun 2004 | B1 |
6772137 | Hurwood et al. | Aug 2004 | B1 |
6789054 | Makhlouf | Sep 2004 | B1 |
6801940 | Moran et al. | Oct 2004 | B1 |
6816456 | Tse-Au | Nov 2004 | B1 |
6832224 | Gilmour | Dec 2004 | B2 |
6836797 | Givoly et al. | Dec 2004 | B2 |
20020049621 | Bruce | Apr 2002 | A1 |
20020049750 | Venkatram | Apr 2002 | A1 |
20020078003 | Krysiak et al. | Jun 2002 | A1 |
20020087600 | Newbold | Jul 2002 | A1 |
20020107861 | Clendinning et al. | Aug 2002 | A1 |
20020152244 | Dean et al. | Oct 2002 | A1 |
20030028525 | Santos et al. | Feb 2003 | A1 |
20030105732 | Kagalwala et al. | Jun 2003 | A1 |
20040111386 | Goldberg et al. | Jun 2004 | A1 |
20040205548 | Bax et al. | Oct 2004 | A1 |
Number | Date | Country |
---|---|---|
1 087 306 | Mar 2001 | EP |
1 143 356 | Oct 2001 | EP |
Number | Date | Country | |
---|---|---|---|
20030135516 A1 | Jul 2003 | US |
Number | Date | Country | |
---|---|---|---|
60347283 | Jan 2002 | US |