US7668942B2 - Generating document templates that are robust to structural variations - Google Patents
Generating document templates that are robust to structural variations Download PDFInfo
- Publication number
- US7668942B2 US7668942B2 US12/114,568 US11456808A US7668942B2 US 7668942 B2 US7668942 B2 US 7668942B2 US 11456808 A US11456808 A US 11456808A US 7668942 B2 US7668942 B2 US 7668942B2
- Authority
- US
- United States
- Prior art keywords
- tree
- regular expression
- sub
- trees
- cluster
- 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.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/186—Templates
Definitions
- the present invention relates generally to generating and managing document templates that can be used to automatically extract information from web pages.
- the Internet hosts a plethora of web portals in diverse fields like e-commerce, boarding & lodging, and entertainment. Information on websites or web pages of such portals is often presented in a uniform format to give a uniform look and feel, or appeal, to the pages. This can be achieved by using scripts to generate the static content and logical structure (referred to as a template) of the pages, and a database to provide the dynamic content, such as pricing of products. Precise detection of the template can therefore be important for applications that automatically extract information from such sites or sources.
- the template detection task can become more challenging when multiple entities like products and search results are presented in the form of records on a single page. If the structure of the records is strictly-continuous, i.e. information in every record is similarly formatted, existing nested pattern detection algorithms can suffice to extract precise information. However, the records do not always follow a strict structure/pattern, hence requiring the template detection mechanism to detect approximate patterns. This is because, although the structure of different records can be largely similar, their information maybe formatted slightly differently. For example, a product description in one record can be in plain text, while in another record the product description can have formatting tags like ⁇ B> and ⁇ I>.
- optional information like presence of discount price in addition to the original price, or absence of a rating-image in a record where rating information was not available, can contribute to structural differences between two records within the same page. These factors, if not accounted for, can lead to ineffective, inefficient or low-recall extraction when attempting to extract multiple entities from a page. Accordingly, effectively detecting approximate patterns can be useful to enable generation of a more precise template.
- FIG. 1 is a system diagram of one embodiment of an environment in which the invention may be practiced
- FIG. 2 shows one embodiment of a mobile device that may be included in a system implementing the invention
- FIG. 3 shows one embodiment of a network device that may be included in a system implementing the invention
- FIGS. 4A , B illustrate a logical flow diagram showing an embodiment of a process in accordance with the invention
- FIGS. 5A-D illustrate example interim results of a process in accordance with the invention.
- FIGS. 6A-B illustrate example interim results of a process in accordance with the invention.
- a template or logical structure of a web page can be represented in a form consistent with a Document Object Model (DOM), e.g., a platform- and language-independent standard object model for representing HTML (HyperText Markup Language) or XML (eXtensible Markup Language) and related or other formats.
- DOM Document Object Model
- the template representation can for example conform to the W3C DOM standard, or another DOM standard.
- a “wrapper” as used or described herein can be a tree-based regular expression that represents the template, for example where each node in the wrapper can correspond to some node(s) of the DOM template from which it is built.
- example embodiments are directed toward a method for finding approximate repeating patterns within a webpage or other document, and generating a precise but generalized template that represents the web page.
- the method can work on top of (or using as a first input) an initial wrapper formed by another mechanism, such as top-down nested pattern discovery or other mechanism or method.
- a generalized wrapper is formed by processing an initial wrapper or document from the bottom up, e.g. from the leaf level of a tree that corresponds to the document or web page, to a root of the tree.
- the resulting generalized regular expression for the tree can effectively and accurately model record variations within the corresponding web page, and can result in a better generalized wrapper.
- a better first-page wrapper can also result in better generalization when the wrapper or template is generalized to additionally cover or model other (e.g., similar) web pages. This can be particularly useful when processing multi-entity web pages.
- a generalized template or logical structure for a document such as a web page or other document is formed first by receiving a tree-based regular expression that represents the template. Then, sub-trees at a given level in the tree are clustered. The sub-trees include for example nodes at the given level, and nodes below them including leaf nodes.
- the clustering can be performed by selecting sub-trees to cluster using a cost measure that indicates a degree of similarity or a cost of differences between a sub-tree and a cluster.
- the clustered sub-trees are then represented in a string of character symbols, wherein each cluster is uniquely labeled with a character symbol, and instances of character symbols in the string represent sub-trees that are members of the corresponding cluster.
- a string ABABABACAC can represent ten sub-trees variously corresponding to clusters A, B, C.
- the string is then used to generate a nested pattern regular expression, e.g. (AB)*(AC)* where the “*” or STAR operator indicates one or more instances or occurrences.
- the sub-trees are also mapped to the character symbols in the nested pattern regular expression.
- the mapping can indicate which of the sub-trees correspond to the character symbol.
- a tree is generated from the nested pattern regular expression, and each character symbol in the generated tree is replaced with a merge of the sub-trees that map to that character symbol, to form a generalized regular expression tree representing the sub-trees at the given level.
- the generalized regular expression tree is used to replace the corresponding sub-trees in the tree-based regular expression (that represents the wrapper tree or template of the document or web page that is being generalized), to thus generalize it. This process is then repeated at a next higher level in the tree-based regular expression until the whole template or wrapper tree is generalized.
- the cost measure that is used to cluster sub-trees indicates a cost of a node where the cost is based (in whole or in part) on a level of that node in the tree that represents the template, e.g., the tree-based regular expression.
- the cost of a node increases with a proximity of the node to a root of the tree-based regular expression, or a root of the tree that represents the document template.
- a sub-tree is added to or associated with a cluster, by comparing the sub-tree with each cluster (or computing a cost for each cluster of adding the sub-tree to that cluster or generalizing the cluster to cover the sub-tree) and then selecting the cluster that is most similar, or least expensive, and also has a computed cost that is below a threshold. If the cost measure for each cluster with respect to the sub-tree exceeds the threshold, then a new cluster is formed based on the sub-tree.
- FIG. 1 shows components of one embodiment of an environment in which the invention may be practiced. Not all the components may be required to practice the invention, and variations in the arrangement and type of the components may be made without departing from the spirit or scope of the invention.
- system 100 of FIG. 1 includes local area networks (“LANs”)/wide area networks (“WANs”)—(network) 105 , wireless network 110 , client devices 101 - 104 , a Social Network server 107 , and a Content server 109 .
- LANs local area networks
- WANs wide area networks
- client devices 102 - 104 may include virtually any mobile computing device capable of receiving and sending a message over a network, such as wireless network 110 , or the like.
- Such devices include portable devices such as, cellular telephones, smart phones, display pagers, radio frequency (RF) devices, infrared (IR) devices, Personal Digital Assistants (PDAs), handheld computers, laptop computers, wearable computers, tablet computers, integrated devices combining one or more of the preceding devices, or the like.
- RF radio frequency
- IR infrared
- PDAs Personal Digital Assistants
- client devices 102 - 104 may include virtually any mobile computing device capable of receiving and sending a message over a network, such as wireless network 110 , or the like.
- portable devices such as, cellular telephones, smart phones, display pagers, radio frequency (RF) devices, infrared (IR) devices, Personal Digital Assistants (PDAs), handheld computers, laptop computers, wearable computers, tablet computers, integrated devices combining one or more of the preceding devices, or the
- Client device 101 may include virtually any computing device that typically connects using a wired communications medium such as personal computers, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PCs, or the like.
- client devices 101 - 104 may be configured to operate over a wired and/or a wireless network.
- Client devices 101 - 104 typically range widely in terms of capabilities and features.
- a cell phone may have a numeric keypad and a few lines of monochrome LCD display on which only text may be displayed.
- a web-enabled client device may have a touch sensitive screen, a stylus, and several lines of color LCD display in which both text and graphics may be displayed.
- a web-enabled client device may include a browser application that is configured to receive and to send web pages, web-based messages, or the like.
- the browser application may be configured to receive and display graphics, text, multimedia, or the like, employing virtually any web based language, including a wireless application protocol messages (WAP), or the like.
- WAP wireless application protocol
- the browser application is enabled to employ Handheld Device Markup Language (HDML), Wireless Markup Language (WML), WMLScript, JavaScript, Standard Generalized Markup Language (SMGL), HyperText Markup Language (HTML), eXtensible Markup Language (XML), or the like, to display and send a message.
- HDML Handheld Device Markup Language
- WML Wireless Markup Language
- WMLScript Wireless Markup Language
- JavaScript Standard Generalized Markup Language
- SMGL Standard Generalized Markup Language
- HTML HyperText Markup Language
- XML eXtensible Markup Language
- Client devices 101 - 104 also may include at least one other client application that is configured to receive content from another computing device.
- the client application may include a capability to provide and receive textual content, multimedia information, or the like.
- the client application may further provide information that identifies itself, including a type, capability, name, or the like.
- client devices 101 - 104 may uniquely identify themselves through any of a variety of mechanisms, including a phone number, Mobile Identification Number (MIN), an electronic serial number (ESN), network address, or other device identifier.
- MIN Mobile Identification Number
- ESN electronic serial number
- the information may also indicate a content format that the client device is enabled to employ. Such information may be provided in a message, or the like, sent to another computing device.
- Client devices 101 - 104 may also be configured to communicate a message, such as through email, Short Message Service (SMS), Multimedia Message Service (MMS), instant messaging (IM), Internet relay chat (IRC), Mardam-Bey's IRC (mIRC), Jabber, or the like, between another computing device.
- SMS Short Message Service
- MMS Multimedia Message Service
- IM instant messaging
- IRC Internet relay chat
- IRC Mardam-Bey's IRC
- Jabber or the like
- Client devices 101 - 104 may further be configured to include a client application that enables the user to log into a user account that may be managed by another computing device or network, such as a social network or other resource accessible through a server such as one of the servers 107 , 109 .
- a user account for example, may be configured to enable the user to receive emails, send/receive IM messages, SMS messages, access selected web pages, participate in a social networking activity, provide messages that may include links or attachments, or the like.
- managing of messages may also be performed without logging into the user account.
- a message may be sent using any of a variety of message protocols, including but not limited to SMS, IM, MMS, email, or the like.
- the recipient of message has the option of responding to the message either by addressing the response to only the sender, addressing the response to all of the recipients along with the sender or selecting particular recipients.
- the recipient can also forward the email onto others, either directly or through the auspices of a structured social network, for example Yahoo 360 or Facebook or the like.
- the forwarded message may include a reference to the content, article, or message using, for example, an attachment, a link, a copy of the content, article, or message within the forwarded message, or virtually any other mechanism.
- Wireless network 110 is configured to couple client devices 102 - 104 with network 105 .
- Wireless network 110 may include any of a variety of wireless sub-networks that may further overlay stand-alone ad-hoc networks, or the like, to provide an infrastructure-oriented connection for client devices 102 - 104 .
- Such sub-networks may include mesh networks, Wireless LAN (WLAN) networks, cellular networks, or the like.
- Wireless network 110 may further include an autonomous system of terminals, gateways, routers, or the like connected by wireless radio links, or the like. These connectors may be configured to move freely and randomly and organize themselves arbitrarily, such that the topology of wireless network 110 may change rapidly.
- Wireless network 110 may further employ a plurality of access technologies including 2nd (2G), 3rd (3G) generation radio access for cellular systems, WLAN, Wireless Router (WR) mesh, or the like.
- Access technologies such as 2G, 3G, and future access networks may enable wide area coverage for client devices, such as client devices 102 - 104 with various degrees of mobility.
- wireless network 110 may enable a radio connection through a radio network access such as Global System for Mobile communication (GSM), General Packet Radio Services (GPRS), Enhanced Data GSM Environment (EDGE), Wideband Code Division Multiple Access (WCDMA), Bluetooth, or the like.
- GSM Global System for Mobile communication
- GPRS General Packet Radio Services
- EDGE Enhanced Data GSM Environment
- WCDMA Wideband Code Division Multiple Access
- Bluetooth or the like.
- wireless network 110 may include virtually any wireless communication mechanism by which information may travel between client devices 102 - 104 and another computing device, network, or the like.
- Network 105 is configured to couple the Template Server 107 and the Content server 109 with each other and with other computing devices, including but not limited to client device 101 , and through wireless network 110 to client devices 102 - 104 .
- client device 101 For example, an individual user can use one of the devices 101 - 105 to contact one or more of the servers 107 , 109 .
- Network 105 is enabled to employ any form of computer readable media for communicating information from one electronic device to another.
- network 105 can include the Internet in addition to local area networks (LANs), wide area networks (WANs), direct connections, such as through a universal serial bus (USB) port, other forms of computer-readable media, or any combination thereof.
- LANs local area networks
- WANs wide area networks
- USB universal serial bus
- a router acts as a link between LANs, enabling messages to be sent from one to another.
- communication links within LANs typically include twisted wire pair or coaxial cable, while communication links between networks may utilize analog telephone lines, full or fractional dedicated digital lines including T1, T2, T3, and T4, Integrated Services Digital Networks (ISDNs), Digital Subscriber Lines (DSLs), wireless links including satellite links, or other communications links known to those skilled in the art.
- ISDNs Integrated Services Digital Networks
- DSLs Digital Subscriber Lines
- wireless links including satellite links, or other communications links known to those skilled in the art.
- remote computers and other related electronic devices could be remotely connected to either LANs or WANs via a modem and temporary telephone link.
- network 105 includes any communication method by which information may travel between computing devices.
- communication media typically embodies computer-readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave, data signal, or other transport mechanism and includes any information delivery media.
- modulated data signal and “carrier-wave signal” includes a signal that has one or more of its characteristics set or changed in such a manner as to encode information, instructions, data, or the like, in the signal.
- communication media includes wired media such as twisted pair, coaxial cable, fiber optics, wave guides, and other wired media and wireless media such as acoustic, RF, infrared, and other wireless media.
- the client devices 101 - 104 may also be configured to variously take on some or all of the functions and responsibilities described herein with respect to the servers 107 , 109 . Moreover, in another embodiment various functions performed by the servers 107 , 109 may be distributed across a plurality of network devices or client devices.
- the server 107 and optionally the server 109 may include any computing device capable of connecting to network 105 to enable generalization of templates corresponding to electronic documents such as web pages and the like, and gathering or collection of information to support template generalization, and store or provide access to generalized templates.
- the template server 107 is configured to generalize templates corresponding to electronic documents such as web pages and the like, and can also be configured to gather or collect information to support template generalization.
- the server 107 can include or enable a web crawler that searches the Internet to visit web pages (e.g. on the content server 109 or elsewhere, even content hosted on the server 107 ) and collect information that can be used to form a template or structure of electronic documents that the web pages represent.
- the server 107 can be configured to provide the template to an application (e.g. provided by or through the server 107 ) to generalize the template.
- the generalized template can be stored at the server 107 or elsewhere, for example in one or more of the client devices 101 - 104 and/or the content server 109 .
- Devices that can operate as one or more of the template server 107 and the content server 109 may include, but are not limited to personal computers, desktop computers, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PCs, servers, network appliances, and the like.
- the servers 107 , 109 are illustrated as distinct devices, the invention is not so limited.
- the servers 107 , 109 may be implemented within a single network device, or distributed across a plurality of network devices.
- the servers 107 , 109 can include virtually any network computing device that is configured to provide various resources, including content and/or services over network 105 .
- One or more of the servers 107 , 109 may provide access to any of a variety of content, including, but not limited to messages, such as emails, SMS messages, IM messages; search results; news; articles; websites; hyperlinks; ads; reviews; as well as content that may include audio files, video files, text files, streaming files, graphical files, or the like.
- messages such as emails, SMS messages, IM messages; search results; news; articles; websites; hyperlinks; ads; reviews; as well as content that may include audio files, video files, text files, streaming files, graphical files, or the like.
- content may be available through servers 107 , 109 (subject to applicable access conditions or restrictions) for access by client devices 101 - 104 .
- the servers 107 , 109 might be configured and arranged to provide a website for users to post, view, link to, and/or otherwise access, content.
- Servers 107 , 109 might also provide FTP services, APIs, web services, database services, or the like, to enable users to access content.
- one or more of the servers 107 , 109 may also provide a messaging service, such as an email server, text messaging server, or the like.
- the servers 107 , 109 are not limited to these mechanisms, and/or content, and others are envisaged as well.
- FIG. 2 shows one embodiment of mobile device 200 that may be included in a system implementing the invention.
- Mobile device 200 may include many more or less components than those shown in FIG. 2 . However, the components shown are sufficient to disclose an illustrative embodiment for practicing the present invention.
- Mobile device 200 may represent, for example, one of client devices 102 - 104 of FIG. 1 .
- mobile device 200 includes a processing unit (CPU) 222 in communication with a mass memory 230 via a bus 224 .
- Mobile device 200 also includes a power supply 226 , one or more network interfaces 250 , an audio interface 252 , video interface 259 , a display 254 , a keypad 256 , an illuminator 258 , an input/output interface 260 , a haptic interface 262 , and an optional global positioning systems (GPS) receiver 264 .
- Power supply 226 provides power to mobile device 200 .
- a rechargeable or non-rechargeable battery may be used to provide power.
- the power may also be provided by an external power source, such as an AC adapter or a powered docking cradle that supplements and/or recharges a battery.
- Mobile device 200 may optionally communicate with a base station (not shown), or directly with another computing device.
- Network interface 250 includes circuitry for coupling mobile device 200 to one or more networks, and is constructed for use with one or more communication protocols and technologies including, but not limited to, global system for mobile communication (GSM), code division multiple access (CDMA), time division multiple access (TDMA), user datagram protocol (UDP), transmission control protocol/Internet protocol (TCP/IP), SMS, general packet radio service (GPRS), WAP, ultra wide band (UWB), IEEE 802.16 Worldwide Interoperability for Microwave Access (WiMax), SIP/RTP, BluetoothTM, infrared, Wi-Fi, Zigbee, or any of a variety of other wireless communication protocols.
- GSM global system for mobile communication
- CDMA code division multiple access
- TDMA time division multiple access
- UDP user datagram protocol
- TCP/IP transmission control protocol/Internet protocol
- SMS general packet radio service
- GPRS general packet radio service
- WAP wireless access
- Audio interface 252 is arranged to produce and receive audio signals such as the sound of a human voice.
- audio interface 252 may be coupled to a speaker and microphone (not shown) to enable telecommunication with others and/or generate an audio acknowledgement for some action.
- Display 254 may be a liquid crystal display (LCD), gas plasma, light emitting diode (LED), or any other type of display used with a computing device.
- Display 254 may also include a touch sensitive screen arranged to receive input from an object such as a stylus or a digit from a human hand.
- Video interface 259 is arranged to capture video images, such as a still photo, a video segment, an infrared video, or the like.
- video interface 259 may be coupled to a digital video camera, a web-camera, or the like.
- Video interface 259 may comprise a lens, an image sensor, and other electronics.
- Image sensors may include a complementary metal-oxide-semiconductor (CMOS) integrated circuit, charge-coupled device (CCD), or any other integrated circuit for sensing light.
- CMOS complementary metal-oxide-semiconductor
- CCD charge-coupled device
- Keypad 256 may comprise any input device arranged to receive input from a user.
- keypad 256 may include a push button numeric dial, or a keyboard.
- Keypad 256 may also include command buttons that are associated with selecting and sending images.
- Illuminator 258 may provide a status indication and/or provide light. Illuminator 258 may remain active for specific periods of time or in response to events. For example, when illuminator 258 is active, it may backlight the buttons on keypad 256 and stay on while the client device is powered. Also, illuminator 258 may backlight these buttons in various patterns when particular actions are performed, such as dialing another client device. Illuminator 258 may also cause light sources positioned within a transparent or translucent case of the client device to illuminate in response to actions.
- Mobile device 200 also comprises input/output interface 260 for communicating with external devices, such as a headset or other input or output devices not shown in FIG. 2 .
- Input/output interface 260 can utilize one or more communication technologies, such as USB, infrared, BluetoothTM, Wi-Fi, Zigbee, or the like.
- Haptic interface 262 is arranged to provide tactile feedback to a user of the client device. For example, the haptic interface may be employed to vibrate mobile device 200 in a particular way when another user of a computing device is calling.
- GPS transceiver 264 can determine the physical coordinates of mobile device 200 on the surface of the Earth, which typically outputs a location as latitude and longitude values. GPS transceiver 264 can also employ other geo-positioning mechanisms, including, but not limited to, triangulation, assisted GPS (AGPS), E-OTD, CI, SAI, ETA, BSS or the like, to further determine the physical location of mobile device 200 on the surface of the Earth. It is understood that under different conditions, GPS transceiver 264 can determine a physical location within millimeters for mobile device 200 ; and in other cases, the determined physical location may be less precise, such as within a meter or significantly greater distances. In one embodiment, however, a client device may through other components, provide other information that may be employed to determine a physical location of the device, including for example, a MAC address, IP address, or the like.
- Mass memory 230 includes a RAM 232 , a ROM 234 , and other storage means. Mass memory 230 illustrates another example of computer readable storage media for storage of information such as computer readable instructions, data structures, program modules, or other data. Mass memory 230 stores a basic input/output system (“BIOS”) 240 for controlling low-level operation of mobile device 200 . The mass memory also stores an operating system 241 for controlling the operation of mobile device 200 . It will be appreciated that this component may include a general purpose operating system such as a version of UNIX, or LINUXTM, or a specialized client communication operating system such as Windows MobileTM, the Symbian® operating system, or Y! GO. The operating system may include, or interface with a Java virtual machine module that enables control of hardware components and/or operating system operations via Java application programs.
- BIOS basic input/output system
- Memory 230 further includes one or more data store(s) 244 , which can be utilized by mobile device 200 to store, among other things, applications 242 and/or other data.
- a data store 244 may also be employed to store information that describes various capabilities of mobile device 200 . The information may then be provided to another device based on any of a variety of events, including being sent as part of a header during a communication, sent upon request, or the like.
- data store 244 may also be employed to store personal information including but not limited to address lists, contact lists, personal preferences, or the like.
- Data store 244 may also include profile information.
- the data store 244 includes template information, including but not limited to generalized templates that correspond to electronic documents such as web pages or other documents. At least a portion of information in the data store 244 may also be stored on a disk drive or other storage medium (not shown) within mobile device 200 .
- Applications 242 may include computer executable instructions which, when executed by mobile device 200 , transmit, receive, and/or otherwise process messages (e.g., SMS, MMS, IM, email, and/or other messages), multimedia information, and enable telecommunication with another user of another client device.
- Other examples of application programs include calendars, browsers, email clients, IM applications, SMS applications, VOIP applications, contact managers, task managers, transcoders, database programs, word processing programs, security applications, spreadsheet programs, games, search programs, and so forth. These applications variously enable the mobile device 200 to communicate with networks, websites and other devices, for example any of the servers 107 , 109 .
- the applications 242 can include a template application 247 that enables the mobile device 200 to receive template or wrapper information, generate templates or wrappers, and generalize templates or wrappers, for example electronic document templates or wrappers in the form of, or corresponding to, a tree-based regular expression.
- the applications 242 can also include a web crawler application 245 configured to search or crawl (in a directed or undirected fashion) websites accessible too the mobile device 200 , e.g. through the wireless network 110 , and collect document information from web pages or other information sources, for example document information that is or corresponds to a template or logical structure of the corresponding document.
- the applications 242 can also include a messaging application 249 that can enable or include a browser application configured to receive and display graphics, text, multimedia, and the like, employing virtually any web based language.
- the browser application is enabled to employ Handheld Device Markup Language (HDML), Wireless Markup Language (WML), WMLScript, JavaScript, Standard Generalized Markup Language (SMGL), HyperText Markup Language (HTML), eXtensible Markup Language (XML), and the like, to display and send a message.
- HDML Handheld Device Markup Language
- WML Wireless Markup Language
- WMLScript Wireless Markup Language
- JavaScript Standard Generalized Markup Language
- SMGL Standard Generalized Markup Language
- HTML HyperText Markup Language
- XML eXtensible Markup Language
- any of a variety of other web based languages may be employed.
- the messaging application 249 can be configured to send, to receive, and/or to otherwise process messages using SMS, MMS, IM, email, VOIP, and/or any of a variety of other messaging communication protocols, and can work in conjunction with the social network application 245 in situations where the application 245 is provided and enabled.
- FIG. 3 shows one embodiment of a network device, according to one embodiment of the invention.
- Network device 300 may include more components than those shown. The components shown, however, are sufficient to disclose an illustrative embodiment for practicing the invention.
- Network device 300 may represent, for example, one or more of the servers 107 , 109 of FIG. 1 .
- Network device 300 includes processing unit 312 , video display adapter 314 , and a mass memory, all in communication with each other via bus 322 .
- the mass memory generally includes RAM 316 , ROM 332 , and one or more permanent mass storage devices, such as hard disk drive 328 , tape drive, optical drive, and/or floppy disk drive.
- the mass memory stores operating system 320 for controlling the operation of network device 300 . Any general-purpose operating system may be employed.
- BIOS Basic input/output system
- network device 300 also can communicate with the Internet, or some other communications network, via network interface unit 310 , which is constructed for use with various communication protocols including the TCP/IP protocol.
- Network interface unit 310 is sometimes known as a transceiver, transceiving device, or network interface card (NIC).
- Computer readable storage media may include volatile, nonvolatile, removable, and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
- Examples of computer storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computing device.
- the mass memory also stores program code and data.
- One or more applications 342 are loaded into mass memory and run on operating system 320 .
- Examples of application programs may include transcoders, schedulers, calendars, database programs, word processing programs, HTTP programs, customizable user interface programs, IPSec applications, encryption programs, security programs, VPN programs, web servers, account management, and so forth.
- Applications 342 may include a template application 347 that enables the network device 300 to receive template or wrapper information, generate templates or wrappers, and generalize templates or wrappers, for example electronic document templates or wrappers in the form of, or corresponding to, a tree-based regular expression.
- the applications 342 can also include a web crawler application 345 configured to search or crawl (in a directed or undirected fashion) websites accessible too the network device 300 , e.g. via the network 105 , and collect document information from web pages or other information sources, for example document information that is or corresponds to a template or logical structure of the corresponding document.
- the template application 347 can, for example, perform or enable features described for example further below in the Generalized Operation section and elsewhere herein.
- Applications 342 can also include a message server 349 can field messages from other entities such as individual users or other networks or servers, and may include virtually any computing component or components configured and arranged to forward messages from message user agents, and/or other message servers, or to deliver messages to a local message store, such as data store 344 , or the like.
- message server 349 may include a message transfer manager to communicate a message employing any of a variety of email protocols, including, but not limited, to Simple Mail Transfer Protocol (SMTP), Post Office Protocol (POP), Internet Message Access Protocol (IMAP), NNTP, or the like.
- message server 349 is not constrained to email messages, and other messaging protocols may also be managed by one or more components of message server 349 .
- message server 349 may also be configured to manage SMS messages, IM, MMS, IRC, mIRC, or any of a variety of other message types. Moreover message server 349 may also represent a web server configured to enable access to and/or management of messages. The message server 349 can communicate appropriately with the other applications, for example the applications 345 , 347 , for example to exchange messages or information.
- FIGS. 4A-B illustrate an example process for generalizing a document template such as a template for a web page or other document from the bottom up (from leaf toward root), in accordance with example embodiments of the invention.
- blocks 406 - 418 illustrate an example sub-process for clustering sub-trees at a given level of a tree-based regular expression or wrapper that represents the template or logical structure of the document.
- Blocks 420 - 430 illustrate an example sub-process for generalizing the clustered sub-trees and then inserting those generalizations back into the template, for example by generating a nested pattern regular expression based on the clusters, merging sub-trees based on the nested pattern regular expression, and then replacing sub-trees in the tree-based regular expression or wrapper at the given level with the merged sub-trees. Then, these sub-processes are repeated at a next higher level of the tree (progressing from leaf towards root), and so forth until the wrapper or tree-based regular expression that represents the template is fully generalized, e.g. to an extent possible.
- FIG. 4A begins at block 402 , where a tree-based regular expression or wrapper that represents an initial template of an electronic document, is received.
- the document can, for example, be a web page.
- the tree-based regular expression received in block 402 can, for example, be generated by the same entity that applies techniques in accordance with the invention to generalize the template, or can be provided by another entity.
- the initial tree-based regular expression can, for example, be constructed or obtained in a variety of ways, including for example receiving the document in an HTML format that is consistent with a Document Object Model (DOM) standard, and then changing the document into a string where each HTML tag is mapped to a unique character and all text nodes in the document are replaced by (or represented in the string with) single characters.
- a top-down e.g.
- nested pattern discovery approach or other algorithm can then be applied to the string to form the initial tree-based regular expression or wrapper, wherein each node in the wrapper corresponds to some node(s) in the DOM from which the wrapper is built.
- the node(s) in the DOM for each node in the wrapper can be referred to as a representative DOM set for the wrapper node.
- control proceeds from block 402 to block 404 , wherein a given level is set initially to be a lowest level of the wrapper or tree-based regular expression that is to be generalized.
- Control from block 404 to block 406 where a sub-tree at the given level is selected. Control then proceeds to block 408 , where a determination is made, whether there are any existing clusters. If no, then control proceeds to block 414 where the selected sub-tree is used to form a new cluster, after which control proceeds to block 418 . If in block 408 the determination is yes, then control proceeds to block 410 , where for each cluster, a cost of generalizing the cluster to cover or accommodate the selected sub-tree is determined. A lower cost indicates a greater similarity between the selected sub-tree and the cluster, thus the lower the cost, the greater the similarity. From block 410 control proceeds to block 412 , where a determination is made as to whether the smallest cost determined in block 410 , is below a threshold value.
- This threshold value applied in block 412 can, for example, be based on a total cost of the wrapper, and can for example be a percentage of the total wrapper cost.
- the threshold specifies a maximum acceptable cost of modifying or generalizing the cluster to accommodate or encompass the sub-tree, or in other words requires a minimum degree of similarity between sub-tree and cluster, the lower the threshold the greater the required similarity.
- Threshold values can be selected in an empirical fashion, for example by applying example embodiments of the invention to one or more test wrappers with different threshold values and then comparing results to select one of the threshold values for use in ongoing operations.
- the threshold is a constant value.
- the threshold value varies with or depends on the given level of the tree for which sub-trees are being evaluated and generalized. For example, in one embodiment the threshold value decreases (becomes more strict) as the given level approaches the root of the wrapper tree or template. In another embodiment, the threshold value can increase (or become less strict) as the given level approaches the root of the wrapper tree or template.
- OR, HOOK, and STAR nodes or operators have no cost of themselves. For example, if a node is an OR node (e.g. represented in the tree with a symbol “
- an OR node has two children and the cost of one child is 2 and the cost of the other child is 3, then the computed cost of this OR node would be 3.
- the node is a HOOK node (e.g. represented in the tree with a symbol “?”) that indicates that its child or children are optional, then the computed cost of this hook node is simply the sum cost of its children. In an example embodiment, a HOOK node will always have only one child, although it may have multiple grandchildren. Like the OR node, a HOOK node has no cost of itself. If the node is a STAR node (e.g.
- the STAR node has no cost of itself.
- Other nodes have a cost of themselves, which in an example embodiment is calculated using a formula that accounts for a level of the node in the wrapper tree.
- the cost of generalizing or matching for example the cost of generalizing a cluster to accommodate or encompass a sub-tree (e.g. as computed or determined in block 410 ), is computed in similar fashion to that of calculating a cost of an entire wrapper tree, except that rather than applying the cost measure to every node, the cost measure is applied only to those nodes of a cluster that would have to be modified to accommodate the sub-tree.
- An example string might be ABABABACAC which indicates that ten sub-trees in a particular order are variously associated with (e.g. belong to) three clusters A, B, C.
- Control proceeds from block 420 to block 422 where a nested pattern regular expression is generated based on the string of block 420 .
- Any nested string pattern generation algorithm can be used, for example approximate nested pattern generation, or another algorithm. For example, by generating a suffix tree for the sequence of characters in the string, identifying valid patterns, generating a regular expression (which includes replacing multiple occurrences of a pattern with an equivalent regular expression, such as a starred-single occurrence), forming a new string, then repeating these steps until no more patterns are available. (Note that this algorithm can also be applied to create an initial template or wrapper, by first encoding a web page such as an HTML page to form a string of characters and then applying the algorithm to the string).
- Control then proceeds from block 422 to block 424 , where sub-trees are mapped to character symbols in the nested pattern regular expression.
- This mapping can for example be useful where a multiple occurrences of a cluster (or rather of sub-trees corresponding to a particular cluster) appear in the nested pattern regular expression.
- the string ABABABACAC resolves to a nested pattern regular expression (AB)*(AC)*, knowing which sub-trees correspond to which occurrences of A in the expression can enable accurate generalization of the wrapper tree.
- the actions of block 424 can take place concurrently or in coordination with those of block 422 .
- Control proceeds from block 424 to block 426 , where a tree (e.g. a regular expression tree) is generated or assembled based on the nested pattern regular expression of block 424 .
- a tree e.g. a regular expression tree
- Control proceeds from lock 426 to block 428 , where a generalized regular expression tree is generated or formed by replacing each character symbol (e.g. that represents or identifies a particular cluster) in the tree formed in block 426 with a merge of the sub-trees that map to that character symbol (e.g. as indicated by the map formed in block 424 ).
- FIGS. 4A-B can be performed in different orders than those shown, and can be variously combined or modified by adding other actions or selectively omitting illustrated actions in accordance with specific circumstances and applications.
- each block of the flowchart illustration, and combinations of blocks in the flowchart illustration can be implemented by computer program instructions.
- These program instructions may be provided to a processor to produce a machine, such that the instructions, which execute on the processor, create means for implementing the actions specified in the flowchart block or blocks.
- the computer program instructions may be executed by a processor to cause a series of operational steps to be performed by the processor to produce a computer implemented process such that the instructions, which execute on the processor to provide steps for implementing the actions specified in the flowchart block or blocks.
- the computer program instructions may also cause at least some of the operational steps shown in the blocks of the flowchart to be performed in parallel.
- blocks of the flowchart illustration support combinations of means for performing the specified actions, combinations of steps for performing the specified actions and program instruction means for performing the specified actions. It will also be understood that each block of the flowchart illustration, and combinations of blocks in the flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified actions or steps, or combinations of special purpose hardware and computer instructions.
- FIGS. 5A-D graphically illustrate incremental or interim results of generalizing an example wrapper tree in accordance with example embodiments of the invention, for example using the techniques described above with respect to FIGS. 4A-B .
- the wrapper tree is shown in a first form 502 , which can represent an original DOM (Document Object Model) of the wrapper.
- FIG. 5B illustrates the wrapper tree in a second form 504 after nested discovery (e.g., top-down nested discovery) has been applied to its first form 502 .
- the wrapper tree in the form 504 or a corresponding tree-based regular expression can for example be the initial template or wrapper tree provided or received in block 402 of FIG. 4A .
- FIG. 5C shows the wrapper tree in a form 506 that results when an example process of the present invention (e.g., blocks 406 - 430 of FIGS. 4A-B ) is applied to the wrapper tree form 504 to generalize the TR sub-trees, or in other words, those sub-trees having root nodes labeled TR.
- the sub-trees TD in the left-hand sub-tree TR are consolidated or generalized. Note that an example process of the present invention can first be applied at a lower level to those sub-trees of the TR sub-trees that have root nodes labeled TH, TD and * as shown in FIG. 5B , but as that would result in no change to those sub-trees in this particular case (they cannot be further generalized), it is not shown.
- FIG. 5D shows a generalized wrapper tree in a form 508 that results from application of an example process of the invention to the wrapper tree form 506 at the highest level, the level of the root node “Table” of the entire tree.
- the two sub-trees having root nodes TR in form 506 are consolidated or generalized into a single sub-tree in FIG. 5D , thus culminating in the final, reduced or generalized wrapper of FIG. 5D .
- FIGS. 6A-B graphically illustrate clustering and subsequent generalization results at a highest level in an example wrapper tree, in accordance with embodiments of the invention.
- a wrapper tree 602 sub-trees having root nodes TR are organized or assigned into two clusters, cluster ⁇ and cluster ⁇ , and these wrapper sub-trees are in a particular order, ⁇ .
- the letters in this string represent separate wrapper sub-trees (as shown in FIG. 6A ), and the letter similarity indicates that sub-trees represented with the same letter fell into the same cluster.
- This string is generalized to ( ⁇ )*, and the corresponding, generalized wrapper tree is shown in FIG. 6B .
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (20)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/114,568 US7668942B2 (en) | 2008-05-02 | 2008-05-02 | Generating document templates that are robust to structural variations |
US12/710,165 US20100174715A1 (en) | 2008-05-02 | 2010-02-22 | Generating document templates that are robust to structural variations |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/114,568 US7668942B2 (en) | 2008-05-02 | 2008-05-02 | Generating document templates that are robust to structural variations |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/710,165 Continuation US20100174715A1 (en) | 2008-05-02 | 2010-02-22 | Generating document templates that are robust to structural variations |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090276506A1 US20090276506A1 (en) | 2009-11-05 |
US7668942B2 true US7668942B2 (en) | 2010-02-23 |
Family
ID=41257848
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/114,568 Expired - Fee Related US7668942B2 (en) | 2008-05-02 | 2008-05-02 | Generating document templates that are robust to structural variations |
US12/710,165 Abandoned US20100174715A1 (en) | 2008-05-02 | 2010-02-22 | Generating document templates that are robust to structural variations |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/710,165 Abandoned US20100174715A1 (en) | 2008-05-02 | 2010-02-22 | Generating document templates that are robust to structural variations |
Country Status (1)
Country | Link |
---|---|
US (2) | US7668942B2 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080276005A1 (en) * | 1999-11-12 | 2008-11-06 | Fuisz Richard C | Method and apparatus for translating web addresses and using numerically entered web addresses |
US20100174715A1 (en) * | 2008-05-02 | 2010-07-08 | Yahoo! Inc. | Generating document templates that are robust to structural variations |
US9830451B2 (en) | 2012-11-30 | 2017-11-28 | Entit Software Llc | Distributed pattern discovery |
US10212254B1 (en) | 2011-12-30 | 2019-02-19 | Rupaka Mahalingaiah | Method and apparatus for enabling mobile cluster computing |
US10382275B1 (en) | 2012-10-22 | 2019-08-13 | Amazon Technologies, Inc. | Automated infrastructure configuration |
US10719375B2 (en) | 2018-03-13 | 2020-07-21 | Servicenow, Inc. | Systems and method for event parsing |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102375847B (en) * | 2010-08-17 | 2014-06-04 | 富士通株式会社 | Method and device for forming merge tree for generating document template |
US20120101721A1 (en) * | 2010-10-21 | 2012-04-26 | Telenav, Inc. | Navigation system with xpath repetition based field alignment mechanism and method of operation thereof |
US8892580B2 (en) * | 2010-11-03 | 2014-11-18 | Microsoft Corporation | Transformation of regular expressions |
US20120158768A1 (en) * | 2010-12-15 | 2012-06-21 | Microsoft Corporation | Decomposing and merging regular expressions |
US9152619B2 (en) | 2012-05-21 | 2015-10-06 | Google Inc. | System and method for constructing markup language templates and input data structure specifications |
US9460069B2 (en) * | 2012-10-19 | 2016-10-04 | International Business Machines Corporation | Generation of test data using text analytics |
US10445415B1 (en) * | 2013-03-14 | 2019-10-15 | Ca, Inc. | Graphical system for creating text classifier to match text in a document by combining existing classifiers |
JP5946423B2 (en) * | 2013-04-26 | 2016-07-06 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | System log classification method, program and system |
US10148547B2 (en) * | 2014-10-24 | 2018-12-04 | Tektronix, Inc. | Hardware trigger generation from a declarative protocol description |
US10958609B2 (en) * | 2017-12-08 | 2021-03-23 | Verizon Media Inc. | Controlling a graphical user interface based upon a prediction of a messaging action of a messaging account |
US10896290B2 (en) * | 2018-09-06 | 2021-01-19 | Infocredit Services Private Limited | Automated pattern template generation system using bulk text messages |
WO2022093385A1 (en) * | 2020-10-30 | 2022-05-05 | Microsoft Technology Licensing, Llc | Pattern based configuration verifier |
CN114398578A (en) * | 2021-12-23 | 2022-04-26 | 网易有道信息技术(北京)有限公司 | Method for preprocessing HTML character string and related product |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080010292A1 (en) | 2006-07-05 | 2008-01-10 | Krishna Leela Poola | Techniques for clustering structurally similar webpages based on page features |
US20080010291A1 (en) | 2006-07-05 | 2008-01-10 | Krishna Leela Poola | Techniques for clustering structurally similar web pages |
US20080046441A1 (en) * | 2006-08-16 | 2008-02-21 | Microsoft Corporation | Joint optimization of wrapper generation and template detection |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5561768A (en) * | 1992-03-17 | 1996-10-01 | Thinking Machines Corporation | System and method for partitioning a massively parallel computer system |
US7395256B2 (en) * | 2003-06-20 | 2008-07-01 | Agency For Science, Technology And Research | Method and platform for term extraction from large collection of documents |
US20070053563A1 (en) * | 2005-03-09 | 2007-03-08 | Zhuowen Tu | Probabilistic boosting tree framework for learning discriminative models |
US7941420B2 (en) * | 2007-08-14 | 2011-05-10 | Yahoo! Inc. | Method for organizing structurally similar web pages from a web site |
US7668942B2 (en) * | 2008-05-02 | 2010-02-23 | Yahoo! Inc. | Generating document templates that are robust to structural variations |
-
2008
- 2008-05-02 US US12/114,568 patent/US7668942B2/en not_active Expired - Fee Related
-
2010
- 2010-02-22 US US12/710,165 patent/US20100174715A1/en not_active Abandoned
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080010292A1 (en) | 2006-07-05 | 2008-01-10 | Krishna Leela Poola | Techniques for clustering structurally similar webpages based on page features |
US20080010291A1 (en) | 2006-07-05 | 2008-01-10 | Krishna Leela Poola | Techniques for clustering structurally similar web pages |
US20080072140A1 (en) | 2006-07-05 | 2008-03-20 | Vydiswaran V G V | Techniques for inducing high quality structural templates for electronic documents |
US20080046441A1 (en) * | 2006-08-16 | 2008-02-21 | Microsoft Corporation | Joint optimization of wrapper generation and template detection |
Non-Patent Citations (2)
Title |
---|
Park, Justin et al. "Adaptive Record Extraction From Web Pages," May 8-12, 2007, Alberta, Canada, 2 pgs. |
U.S. Appl. No. 11/838,351, filed Aug. 14, 2007 entitled "A Method for Organizing Structurally Similar Web Pages From A Web Site," 36 pgs. |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080276005A1 (en) * | 1999-11-12 | 2008-11-06 | Fuisz Richard C | Method and apparatus for translating web addresses and using numerically entered web addresses |
US20100174715A1 (en) * | 2008-05-02 | 2010-07-08 | Yahoo! Inc. | Generating document templates that are robust to structural variations |
US10212254B1 (en) | 2011-12-30 | 2019-02-19 | Rupaka Mahalingaiah | Method and apparatus for enabling mobile cluster computing |
US10382275B1 (en) | 2012-10-22 | 2019-08-13 | Amazon Technologies, Inc. | Automated infrastructure configuration |
US9830451B2 (en) | 2012-11-30 | 2017-11-28 | Entit Software Llc | Distributed pattern discovery |
US10719375B2 (en) | 2018-03-13 | 2020-07-21 | Servicenow, Inc. | Systems and method for event parsing |
Also Published As
Publication number | Publication date |
---|---|
US20090276506A1 (en) | 2009-11-05 |
US20100174715A1 (en) | 2010-07-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7668942B2 (en) | Generating document templates that are robust to structural variations | |
US11606326B2 (en) | System and method for generating new message templates | |
US11170402B2 (en) | Evaluating page content to determine user interest | |
US8468158B2 (en) | Adaptive weighted crawling of user activity feeds | |
CN110046299B (en) | Computerized system and method for automatically performing an implicit message search | |
US10460353B2 (en) | Real-time cross-device user category synchronization in an advertising campaign | |
US11281725B2 (en) | Computerized system and method for automatically generating and providing interactive query suggestions within an electronic mail system | |
US10567325B2 (en) | System and method for email message following from a user's inbox | |
US11438294B2 (en) | System and method for auto-formatting messages based on learned message templates | |
US11153253B2 (en) | System and method for determining and delivering breaking news utilizing social media | |
US10885548B2 (en) | System and method for identification of subject line templates | |
US8515908B2 (en) | Determining related keywords based on lifestream feeds | |
US11568447B2 (en) | Tunable statistical IDs | |
US8521679B2 (en) | Classification recommendation based on social actions | |
US10521818B2 (en) | Extending audience reach in messaging campaigns using super profiles | |
US20140095611A1 (en) | Personalization through dynamic social channels | |
US9723057B2 (en) | Reducing web page load latency by scheduling sets of successive outgoing HTTP calls | |
US20150033141A1 (en) | System and method for providing an interactive message inbox | |
US20110061018A1 (en) | System and method for real-time map-based lost & found | |
US10873553B2 (en) | System and method for triaging in a message system on send flow | |
US9596205B2 (en) | System and method for mailing list identification and representation | |
US8856027B2 (en) | System and method for slow ad detection | |
US20130282493A1 (en) | Non-unique identifier for a group of mobile users |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: YAHOO! INC.,CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:TIWARI, CHARU;VYDISWARAN, V.G. VINOD;SIGNING DATES FROM 20080501 TO 20080502;REEL/FRAME:020937/0024 Owner name: YAHOO! INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:TIWARI, CHARU;VYDISWARAN, V.G. VINOD;REEL/FRAME:020937/0024;SIGNING DATES FROM 20080501 TO 20080502 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: EXCALIBUR IP, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO! INC.;REEL/FRAME:038383/0466 Effective date: 20160418 |
|
AS | Assignment |
Owner name: YAHOO! INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXCALIBUR IP, LLC;REEL/FRAME:038951/0295 Effective date: 20160531 |
|
AS | Assignment |
Owner name: EXCALIBUR IP, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO! INC.;REEL/FRAME:038950/0592 Effective date: 20160531 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: STARBOARD VALUE INTERMEDIATE FUND LP, AS COLLATERAL AGENT, NEW YORK Free format text: PATENT SECURITY AGREEMENT;ASSIGNORS:ACACIA RESEARCH GROUP LLC;AMERICAN VEHICULAR SCIENCES LLC;BONUTTI SKELETAL INNOVATIONS LLC;AND OTHERS;REEL/FRAME:052853/0153 Effective date: 20200604 |
|
AS | Assignment |
Owner name: R2 SOLUTIONS LLC, TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXCALIBUR IP, LLC;REEL/FRAME:053459/0059 Effective date: 20200428 |
|
AS | Assignment |
Owner name: CELLULAR COMMUNICATIONS EQUIPMENT LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: SUPER INTERCONNECT TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: TELECONFERENCE SYSTEMS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: STINGRAY IP SOLUTIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: MOBILE ENHANCEMENT SOLUTIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: NEXUS DISPLAY TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: AMERICAN VEHICULAR SCIENCES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: LIFEPORT SCIENCES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: MONARCH NETWORKING SOLUTIONS LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: ACACIA RESEARCH GROUP LLC, NEW YORK Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: INNOVATIVE DISPLAY TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: LIMESTONE MEMORY SYSTEMS LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: UNIFICATION TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: SAINT LAWRENCE COMMUNICATIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: R2 SOLUTIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: PARTHENON UNIFIED MEMORY ARCHITECTURE LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: BONUTTI SKELETAL INNOVATIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 |
|
AS | Assignment |
Owner name: R2 SOLUTIONS LLC, TEXAS Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE NAME PREVIOUSLY RECORDED ON REEL 053654 FRAME 0254. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE OF SECURITY INTEREST GRANTED PURSUANT TO THE PATENT SECURITY AGREEMENT PREVIOUSLY RECORDED;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:054981/0377 Effective date: 20200630 |
|
AS | Assignment |
Owner name: STARBOARD VALUE INTERMEDIATE FUND LP, AS COLLATERAL AGENT, NEW YORK Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE THE ASSIGNOR NAME PREVIOUSLY RECORDED AT REEL: 052853 FRAME: 0153. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:R2 SOLUTIONS LLC;REEL/FRAME:056832/0001 Effective date: 20200604 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
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: 20220223 |