Movatterモバイル変換


[0]ホーム

URL:


US20070229323A1 - Methods of creating a dictionary for data compression - Google Patents

Methods of creating a dictionary for data compression
Download PDF

Info

Publication number
US20070229323A1
US20070229323A1US11/278,118US27811806AUS2007229323A1US 20070229323 A1US20070229323 A1US 20070229323A1US 27811806 AUS27811806 AUS 27811806AUS 2007229323 A1US2007229323 A1US 2007229323A1
Authority
US
United States
Prior art keywords
child node
occurrence count
node
binary pattern
string
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
US11/278,118
Other versions
US7283072B1 (en
Inventor
Piotr Plachta
Wolfram Sauer
Balakrishna Iyer
Steven White
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.)
GlobalFoundries Inc
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 CorpfiledCriticalInternational Business Machines Corp
Priority to US11/278,118priorityCriticalpatent/US7283072B1/en
Assigned to IBM CORPORATIONreassignmentIBM CORPORATIONASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: WHITE, STEVEN WAYNE, IYER, BALAKRISHNA RAGHAVENDRA, PLACHTA, PIOTR M., SAUER, WOLFRAM
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATIONreassignmentINTERNATIONAL BUSINESS MACHINES CORPORATIONPLEASE CORRECT ASSIGNEE'S NAME TO READ INTERNATIONAL BUSINESS MACHINES CORPORATION FOR ASSIGNMENT PREVIOUSLY RECORDED AT REEL 017393 AND FRAME 0095Assignors: WHITE, STEVEN WAYNE, IYER, BALAKRISHNA RAGHAVENDRA, PLATCHA, PIOTR M., SAUER, WOLFRAM
Priority to US11/781,833prioritypatent/US8037034B2/en
Publication of US20070229323A1publicationCriticalpatent/US20070229323A1/en
Application grantedgrantedCritical
Publication of US7283072B1publicationCriticalpatent/US7283072B1/en
Assigned to GLOBALFOUNDRIES U.S. 2 LLCreassignmentGLOBALFOUNDRIES U.S. 2 LLCASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: INTERNATIONAL BUSINESS MACHINES CORPORATION
Assigned to GLOBALFOUNDRIES INC.reassignmentGLOBALFOUNDRIES INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: GLOBALFOUNDRIES U.S. 2 LLC, GLOBALFOUNDRIES U.S. INC.
Expired - Fee Relatedlegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Definitions

Landscapes

Abstract

Some aspects of the invention provide methods, systems, and computer program products for creating a static dictionary in which longer byte-strings are preferred. To that end, in accordance with aspects of the present invention, a new heuristic is defined to replace the aforementioned frequency count metric used to record the number of times a particular node in a data tree is visited. The new heuristic is based on counting the number of times an end-node of a particular byte-string is visited, while not incrementing a count for nodes storing characters in the middle of the byte-string as often as each time such nodes are visited. The result is an occurrence count metric that favours longer byte-strings, by being biased towards not incrementing the respective occurrence count values for nodes storing characters in the middle of a byte-string.

Description

Claims (20)

2. A method for creating a static dictionary, the method comprising:
providing a plurality of data trees, each of the plurality of data trees comprising a root node, at least one of the plurality of data trees comprising at least one child node, wherein each root node and each child node stores an associated binary pattern, wherein each child node is adapted to store a symbol associated with the child node and an occurrence count value associated with the child node;
defining a binary pattern string the binary pattern string comprising a concatenation of the binary patterns in a direct path from the root node to a particular child node and wherein an occurrence count value for the binary pattern string is the occurrence count value of the particular child node;
incrementing the occurrence count value of the binary pattern string when the particular child node is visited; and
storing the respective unique symbols and corresponding pointers to particular child nodes in a symbol table.
3. A method for creating a static dictionary, the method comprising:
providing a plurality of data trees, each of the plurality of data trees comprising a root node, at least one of the plurality of data trees comprising at least one child node, wherein each root node and each child node stores an associated binary pattern wherein each child node is adapted to store a symbol associated with the child node and an occurrence count value associated with the child node;
defining a binary pattern string, the binary pattern string comprising a concatenation of the binary patterns in a direct path from the root node to a particular child node, and wherein an occurrence count value for the binary pattern string is the occurrence count value of the particular child node;
incrementing the occurrence count value of the binary pattern string when the particular child node is visited;
adding child nodes to the plurality of data trees until the combined size of the plurality of the data trees is a predetermined temporary maximum size; and
removing binary pattern strings using an evaluation of occurrence count values so as to reduce the combined size of the plurality of data trees down to a predetermined size.
12. A system for creating a static dictionary, comprising:
an element for providing a plurality of data trees, each of the plurality of data trees comprising a root node, at least one of the plurality of data trees comprising at least one child node, wherein each root node and each child node stores an associated binary pattern, wherein each child node is adapted to store a symbol associated with the child node and an occurrence count value associated with the child node;
an element for defining a binary pattern string, the binary pattern string comprising a concatenation of the binary patterns in a direct path from the root node to a particular child node, and wherein an occurrence count value for the binary pattern string is the occurrence count value of the particular child node;
an element for incrementing the occurrence count value of the binary pattern string when the particular child node is visited; and
an element for storing the respective unique symbols and corresponding pointers to particular child nodes in a symbol table.
13. A system for creating a static dictionary, comprising:
an element for providing a plurality of data trees, each of the plurality of data trees comprising a root node, at least one of the plurality of data trees comprising at least one child node, wherein each root node and each child node stores an associated binary pattern, wherein each child node is adapted to store a symbol associated with the child node and an occurrence count value associated with the child node;
an element for defining a binary pattern string, the binary pattern string comprising a concatenation of the binary patterns in a direct path from the root node to a particular child node, and wherein an occurrence count value for the binary pattern string is the occurrence count value of the particular child node; and
an element for incrementing the occurrence count value of the binary pattern string when the particular child node is visited;
an element for adding child nodes to the plurality of data trees until the combined size of the plurality of the data trees is a predetermined temporary maximum size; and
an element for removing binary pattern strings using an evaluation of occurrence count values so as to reduce the combined size of the plurality of data trees down to a predetermined size.
14. A computer program product comprising a computer usable medium including computer usable program code for creating a static dictionary for use in lossless data compression and expansion, the computer program product including:
computer usable program code for providing a plurality of data trees, each of the plurality of data trees comprising a root node, at least one of the plurality of data trees comprising at least one child node, wherein each root node and each child node stores an associated binary pattern, wherein each child node is adapted to store a symbol associated with the child node and an occurrence count value associated with the child node;
computer usable program code for defining a binary pattern string, the binary pattern string comprising a concatenation of the binary patterns in a direct path from the root node to a particular child node, and wherein an occurrence count value for the binary pattern string is the occurrence count value of the particular child node;
computer usable program code for incrementing the occurrence count value of the binary pattern string when the particular child node is visited; and
computer usable program code for storing the respective unique symbols and corresponding pointers to particular child nodes in a symbol table.
US11/278,1182006-03-302006-03-30Methods of creating a dictionary for data compressionExpired - Fee RelatedUS7283072B1 (en)

Priority Applications (2)

Application NumberPriority DateFiling DateTitle
US11/278,118US7283072B1 (en)2006-03-302006-03-30Methods of creating a dictionary for data compression
US11/781,833US8037034B2 (en)2006-03-302007-07-23Methods of creating a dictionary for data compression

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US11/278,118US7283072B1 (en)2006-03-302006-03-30Methods of creating a dictionary for data compression

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US11/781,833ContinuationUS8037034B2 (en)2006-03-302007-07-23Methods of creating a dictionary for data compression

Publications (2)

Publication NumberPublication Date
US20070229323A1true US20070229323A1 (en)2007-10-04
US7283072B1 US7283072B1 (en)2007-10-16

Family

ID=38558045

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US11/278,118Expired - Fee RelatedUS7283072B1 (en)2006-03-302006-03-30Methods of creating a dictionary for data compression
US11/781,833Expired - Fee RelatedUS8037034B2 (en)2006-03-302007-07-23Methods of creating a dictionary for data compression

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US11/781,833Expired - Fee RelatedUS8037034B2 (en)2006-03-302007-07-23Methods of creating a dictionary for data compression

Country Status (1)

CountryLink
US (2)US7283072B1 (en)

Cited By (124)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20080114765A1 (en)*2005-06-302008-05-15Fujitsu LimitedComputer program, method, and apparatus for data sorting
US20100115137A1 (en)*2008-11-052010-05-06Samsung Electronics Co., Ltd.Data compression method and data communication system utilizing the same
US20100235780A1 (en)*2009-03-162010-09-16Westerman Wayne CSystem and Method for Identifying Words Based on a Sequence of Keyboard Events
US8838551B2 (en)2011-10-212014-09-16International Business Machines CorporationMulti-level database compression
US8892446B2 (en)2010-01-182014-11-18Apple Inc.Service orchestration for intelligent automated assistant
US8994660B2 (en)2011-08-292015-03-31Apple Inc.Text correction processing
US9086802B2 (en)2008-01-092015-07-21Apple Inc.Method, device, and graphical user interface providing word recommendations for text input
US9189079B2 (en)2007-01-052015-11-17Apple Inc.Method, system, and graphical user interface for providing word recommendations
US9262612B2 (en)2011-03-212016-02-16Apple Inc.Device access using voice authentication
US9300784B2 (en)2013-06-132016-03-29Apple Inc.System and method for emergency calls initiated by voice command
US9330720B2 (en)2008-01-032016-05-03Apple Inc.Methods and apparatus for altering audio output signals
US9338493B2 (en)2014-06-302016-05-10Apple Inc.Intelligent automated assistant for TV user interactions
US9368114B2 (en)2013-03-142016-06-14Apple Inc.Context-sensitive handling of interruptions
US9430463B2 (en)2014-05-302016-08-30Apple Inc.Exemplar-based natural language processing
US9483461B2 (en)2012-03-062016-11-01Apple Inc.Handling speech synthesis of content for multiple languages
US9495129B2 (en)2012-06-292016-11-15Apple Inc.Device, method, and user interface for voice-activated navigation and browsing of a document
US9502031B2 (en)2014-05-272016-11-22Apple Inc.Method for supporting dynamic grammars in WFST-based ASR
US9535906B2 (en)2008-07-312017-01-03Apple Inc.Mobile device having human language translation capability with positional feedback
US9576574B2 (en)2012-09-102017-02-21Apple Inc.Context-sensitive handling of interruptions by intelligent digital assistant
US9582608B2 (en)2013-06-072017-02-28Apple Inc.Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
US9606986B2 (en)2014-09-292017-03-28Apple Inc.Integrated word N-gram and class M-gram language models
US9620105B2 (en)2014-05-152017-04-11Apple Inc.Analyzing audio input for efficient speech and music recognition
US9620104B2 (en)2013-06-072017-04-11Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
US9626955B2 (en)2008-04-052017-04-18Apple Inc.Intelligent text-to-speech conversion
US9633004B2 (en)2014-05-302017-04-25Apple Inc.Better resolution when referencing to concepts
US9633674B2 (en)2013-06-072017-04-25Apple Inc.System and method for detecting errors in interactions with a voice-based digital assistant
US9633660B2 (en)2010-02-252017-04-25Apple Inc.User profiling for voice input processing
US9646614B2 (en)2000-03-162017-05-09Apple Inc.Fast, language-independent method for user authentication by voice
US9646609B2 (en)2014-09-302017-05-09Apple Inc.Caching apparatus for serving phonetic pronunciations
US9668121B2 (en)2014-09-302017-05-30Apple Inc.Social reminders
US9697822B1 (en)2013-03-152017-07-04Apple Inc.System and method for updating an adaptive speech recognition model
US9697820B2 (en)2015-09-242017-07-04Apple Inc.Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US9711141B2 (en)2014-12-092017-07-18Apple Inc.Disambiguating heteronyms in speech synthesis
US9715875B2 (en)2014-05-302017-07-25Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US9721566B2 (en)2015-03-082017-08-01Apple Inc.Competing devices responding to voice triggers
US9734193B2 (en)2014-05-302017-08-15Apple Inc.Determining domain salience ranking from ambiguous words in natural speech
US9760559B2 (en)2014-05-302017-09-12Apple Inc.Predictive text input
US9785630B2 (en)2014-05-302017-10-10Apple Inc.Text prediction using combined word N-gram and unigram language models
US9818400B2 (en)2014-09-112017-11-14Apple Inc.Method and apparatus for discovering trending terms in speech requests
US9842101B2 (en)2014-05-302017-12-12Apple Inc.Predictive conversion of language input
US9842105B2 (en)2015-04-162017-12-12Apple Inc.Parsimonious continuous-space phrase representations for natural language processing
US9858925B2 (en)2009-06-052018-01-02Apple Inc.Using context information to facilitate processing of commands in a virtual assistant
US9865280B2 (en)2015-03-062018-01-09Apple Inc.Structured dictation using intelligent automated assistants
US9886953B2 (en)2015-03-082018-02-06Apple Inc.Virtual assistant activation
US9886432B2 (en)2014-09-302018-02-06Apple Inc.Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US9899019B2 (en)2015-03-182018-02-20Apple Inc.Systems and methods for structured stem and suffix language models
US9922642B2 (en)2013-03-152018-03-20Apple Inc.Training an at least partial voice command system
US9934775B2 (en)2016-05-262018-04-03Apple Inc.Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9953088B2 (en)2012-05-142018-04-24Apple Inc.Crowd sourcing information to fulfill user requests
US9959870B2 (en)2008-12-112018-05-01Apple Inc.Speech recognition involving a mobile device
US9966065B2 (en)2014-05-302018-05-08Apple Inc.Multi-command single utterance input method
US9966068B2 (en)2013-06-082018-05-08Apple Inc.Interpreting and acting upon commands that involve sharing information with remote devices
US9972304B2 (en)2016-06-032018-05-15Apple Inc.Privacy preserving distributed evaluation framework for embedded personalized systems
US9971774B2 (en)2012-09-192018-05-15Apple Inc.Voice-based media searching
US10043516B2 (en)2016-09-232018-08-07Apple Inc.Intelligent automated assistant
US10049663B2 (en)2016-06-082018-08-14Apple, Inc.Intelligent automated assistant for media exploration
US10049668B2 (en)2015-12-022018-08-14Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10057736B2 (en)2011-06-032018-08-21Apple Inc.Active transport based notifications
US10067938B2 (en)2016-06-102018-09-04Apple Inc.Multilingual word prediction
US10074360B2 (en)2014-09-302018-09-11Apple Inc.Providing an indication of the suitability of speech recognition
US10079014B2 (en)2012-06-082018-09-18Apple Inc.Name recognition system
US10078631B2 (en)2014-05-302018-09-18Apple Inc.Entropy-guided text prediction using combined word and character n-gram language models
US10083688B2 (en)2015-05-272018-09-25Apple Inc.Device voice control for selecting a displayed affordance
US10089072B2 (en)2016-06-112018-10-02Apple Inc.Intelligent device arbitration and control
US10101822B2 (en)2015-06-052018-10-16Apple Inc.Language input correction
US10127220B2 (en)2015-06-042018-11-13Apple Inc.Language identification from short strings
US10127911B2 (en)2014-09-302018-11-13Apple Inc.Speaker identification and unsupervised speaker adaptation techniques
US10134385B2 (en)2012-03-022018-11-20Apple Inc.Systems and methods for name pronunciation
US10170123B2 (en)2014-05-302019-01-01Apple Inc.Intelligent assistant for home automation
US10176167B2 (en)2013-06-092019-01-08Apple Inc.System and method for inferring user intent from speech inputs
US10186254B2 (en)2015-06-072019-01-22Apple Inc.Context-based endpoint detection
US10185542B2 (en)2013-06-092019-01-22Apple Inc.Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US10192552B2 (en)2016-06-102019-01-29Apple Inc.Digital assistant providing whispered speech
US10199051B2 (en)2013-02-072019-02-05Apple Inc.Voice trigger for a digital assistant
US10223066B2 (en)2015-12-232019-03-05Apple Inc.Proactive assistance based on dialog communication between devices
US10241644B2 (en)2011-06-032019-03-26Apple Inc.Actionable reminder entries
US10241752B2 (en)2011-09-302019-03-26Apple Inc.Interface for a virtual digital assistant
US10249300B2 (en)2016-06-062019-04-02Apple Inc.Intelligent list reading
US10255907B2 (en)2015-06-072019-04-09Apple Inc.Automatic accent detection using acoustic models
US10269345B2 (en)2016-06-112019-04-23Apple Inc.Intelligent task discovery
US10276170B2 (en)2010-01-182019-04-30Apple Inc.Intelligent automated assistant
US10283110B2 (en)2009-07-022019-05-07Apple Inc.Methods and apparatuses for automatic speech recognition
US10289433B2 (en)2014-05-302019-05-14Apple Inc.Domain specific language for encoding assistant dialog
US10297253B2 (en)2016-06-112019-05-21Apple Inc.Application integration with a digital assistant
US10318871B2 (en)2005-09-082019-06-11Apple Inc.Method and apparatus for building an intelligent automated assistant
US10332518B2 (en)2017-05-092019-06-25Apple Inc.User interface for correcting recognition errors
US10356243B2 (en)2015-06-052019-07-16Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US10354011B2 (en)2016-06-092019-07-16Apple Inc.Intelligent automated assistant in a home environment
US10366158B2 (en)2015-09-292019-07-30Apple Inc.Efficient word encoding for recurrent neural network language models
US10410637B2 (en)2017-05-122019-09-10Apple Inc.User-specific acoustic models
US10446143B2 (en)2016-03-142019-10-15Apple Inc.Identification of voice inputs providing credentials
US10446141B2 (en)2014-08-282019-10-15Apple Inc.Automatic speech recognition based on user feedback
US10482874B2 (en)2017-05-152019-11-19Apple Inc.Hierarchical belief states for digital assistants
US10490187B2 (en)2016-06-102019-11-26Apple Inc.Digital assistant providing automated status report
US10496753B2 (en)2010-01-182019-12-03Apple Inc.Automatically adapting user interfaces for hands-free interaction
US10509862B2 (en)2016-06-102019-12-17Apple Inc.Dynamic phrase expansion of language input
US10521466B2 (en)2016-06-112019-12-31Apple Inc.Data driven natural language event detection and classification
US10553209B2 (en)2010-01-182020-02-04Apple Inc.Systems and methods for hands-free notification summaries
US10552013B2 (en)2014-12-022020-02-04Apple Inc.Data detection
US10567477B2 (en)2015-03-082020-02-18Apple Inc.Virtual assistant continuity
US10568032B2 (en)2007-04-032020-02-18Apple Inc.Method and system for operating a multi-function portable electronic device using voice-activation
US10593346B2 (en)2016-12-222020-03-17Apple Inc.Rank-reduced token representation for automatic speech recognition
US10592095B2 (en)2014-05-232020-03-17Apple Inc.Instantaneous speaking of content on touch devices
US10659851B2 (en)2014-06-302020-05-19Apple Inc.Real-time digital assistant knowledge updates
US10671428B2 (en)2015-09-082020-06-02Apple Inc.Distributed personal assistant
US10679605B2 (en)2010-01-182020-06-09Apple Inc.Hands-free list-reading by intelligent automated assistant
US10691473B2 (en)2015-11-062020-06-23Apple Inc.Intelligent automated assistant in a messaging environment
US10706373B2 (en)2011-06-032020-07-07Apple Inc.Performing actions associated with task items that represent tasks to perform
US10705794B2 (en)2010-01-182020-07-07Apple Inc.Automatically adapting user interfaces for hands-free interaction
US10733993B2 (en)2016-06-102020-08-04Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10747498B2 (en)2015-09-082020-08-18Apple Inc.Zero latency digital assistant
US10755703B2 (en)2017-05-112020-08-25Apple Inc.Offline personal assistant
US10762293B2 (en)2010-12-222020-09-01Apple Inc.Using parts-of-speech tagging and named entity recognition for spelling correction
US10789945B2 (en)2017-05-122020-09-29Apple Inc.Low-latency intelligent automated assistant
US10791216B2 (en)2013-08-062020-09-29Apple Inc.Auto-activating smart responses based on activities from remote devices
US10791176B2 (en)2017-05-122020-09-29Apple Inc.Synchronization and task delegation of a digital assistant
US10789041B2 (en)2014-09-122020-09-29Apple Inc.Dynamic thresholds for always listening speech trigger
US10810274B2 (en)2017-05-152020-10-20Apple Inc.Optimizing dialogue policy decisions for digital assistants using implicit feedback
US11010550B2 (en)2015-09-292021-05-18Apple Inc.Unified language modeling framework for word prediction, auto-completion and auto-correction
US11025565B2 (en)2015-06-072021-06-01Apple Inc.Personalized prediction of responses for instant messaging
US11068444B2 (en)2014-12-272021-07-20Ascava, Inc.Using a distributed prime data sieve for efficient lossless reduction, search, and retrieval of data
US11217255B2 (en)2017-05-162022-01-04Apple Inc.Far-field extension for digital assistant services
US11281993B2 (en)2016-12-052022-03-22Apple Inc.Model and ensemble compression for metric learning
US11587559B2 (en)2015-09-302023-02-21Apple Inc.Intelligent device identification

Families Citing this family (74)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7460033B2 (en)*2006-12-282008-12-02International Business Machines CorporationMethod for creating an in-memory physical dictionary for data compression
US8185551B2 (en)*2007-06-082012-05-22Massachusetts Institute Of TechnologyDisk-resident streaming dictionary
US10002189B2 (en)2007-12-202018-06-19Apple Inc.Method and apparatus for searching using an active ontology
US8326605B2 (en)*2008-04-242012-12-04International Business Machines IncorporationDictionary for textual data compression and decompression
US8326604B2 (en)*2008-04-242012-12-04International Business Machines CorporationDictionary for textual data compression and decompression
US8676904B2 (en)2008-10-022014-03-18Apple Inc.Electronic devices with voice command and contextual data processing capabilities
US20100185652A1 (en)*2009-01-162010-07-22International Business Machines CorporationMulti-Dimensional Resource Fallback
DE112011100329T5 (en)2010-01-252012-10-31Andrew Peter Nelson Jerram Apparatus, methods and systems for a digital conversation management platform
US8392433B2 (en)*2011-04-142013-03-05Amund TveitSelf-indexer and self indexing system
US10417037B2 (en)2012-05-152019-09-17Apple Inc.Systems and methods for integrating third party services with a digital assistant
US10652394B2 (en)2013-03-142020-05-12Apple Inc.System and method for processing voicemail
US10748529B1 (en)2013-03-152020-08-18Apple Inc.Voice activated device for use with a voice-based digital assistant
US8933829B2 (en)*2013-09-232015-01-13International Business Machines CorporationData compression using dictionary encoding
US10296160B2 (en)2013-12-062019-05-21Apple Inc.Method for extracting salient dialog usage from live data
US10152299B2 (en)2015-03-062018-12-11Apple Inc.Reducing response latency of intelligent automated assistants
US10460227B2 (en)2015-05-152019-10-29Apple Inc.Virtual assistant in a communication session
US10200824B2 (en)2015-05-272019-02-05Apple Inc.Systems and methods for proactively identifying and surfacing relevant content on a touch-sensitive device
US20160378747A1 (en)2015-06-292016-12-29Apple Inc.Virtual assistant for media playback
US10331312B2 (en)2015-09-082019-06-25Apple Inc.Intelligent automated assistant in a media environment
US10740384B2 (en)2015-09-082020-08-11Apple Inc.Intelligent automated assistant for media search and playback
US10956666B2 (en)2015-11-092021-03-23Apple Inc.Unconventional virtual assistant interactions
US11227589B2 (en)2016-06-062022-01-18Apple Inc.Intelligent list reading
US12223282B2 (en)2016-06-092025-02-11Apple Inc.Intelligent automated assistant in a home environment
US10474753B2 (en)2016-09-072019-11-12Apple Inc.Language identification using recurrent neural networks
US11204787B2 (en)2017-01-092021-12-21Apple Inc.Application integration with a digital assistant
US10417266B2 (en)2017-05-092019-09-17Apple Inc.Context-aware ranking of intelligent response suggestions
US10395654B2 (en)2017-05-112019-08-27Apple Inc.Text normalization based on a data-driven learning network
US10726832B2 (en)2017-05-112020-07-28Apple Inc.Maintaining privacy of personal information
US11301477B2 (en)2017-05-122022-04-12Apple Inc.Feedback analysis of a digital assistant
US20180336892A1 (en)2017-05-162018-11-22Apple Inc.Detecting a trigger of a digital assistant
US10311144B2 (en)2017-05-162019-06-04Apple Inc.Emoji word sense disambiguation
US10303715B2 (en)2017-05-162019-05-28Apple Inc.Intelligent automated assistant for media exploration
US10403278B2 (en)2017-05-162019-09-03Apple Inc.Methods and systems for phonetic matching in digital assistant services
US10657328B2 (en)2017-06-022020-05-19Apple Inc.Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
US10445429B2 (en)2017-09-212019-10-15Apple Inc.Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en)2017-09-292020-08-25Apple Inc.Rule-based natural language processing
US10956440B2 (en)2017-10-162021-03-23International Business Machines CorporationCompressing a plurality of documents
US10636424B2 (en)2017-11-302020-04-28Apple Inc.Multi-turn canned dialog
US10733982B2 (en)2018-01-082020-08-04Apple Inc.Multi-directional dialog
US10733375B2 (en)2018-01-312020-08-04Apple Inc.Knowledge-based framework for improving natural language understanding
US10789959B2 (en)2018-03-022020-09-29Apple Inc.Training speaker recognition models for digital assistants
US10592604B2 (en)2018-03-122020-03-17Apple Inc.Inverse text normalization for automatic speech recognition
US10818288B2 (en)2018-03-262020-10-27Apple Inc.Natural assistant interaction
US10909331B2 (en)2018-03-302021-02-02Apple Inc.Implicit identification of translation payload with neural machine translation
US11145294B2 (en)2018-05-072021-10-12Apple Inc.Intelligent automated assistant for delivering content from user experiences
US10928918B2 (en)2018-05-072021-02-23Apple Inc.Raise to speak
US10984780B2 (en)2018-05-212021-04-20Apple Inc.Global semantic word embeddings using bi-directional recurrent neural networks
US10892996B2 (en)2018-06-012021-01-12Apple Inc.Variable latency device coordination
DK201870355A1 (en)2018-06-012019-12-16Apple Inc.Virtual assistant operation in multi-device environments
DK180639B1 (en)2018-06-012021-11-04Apple Inc DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT
DK179822B1 (en)2018-06-012019-07-12Apple Inc.Voice interaction at a primary device to access call functionality of a companion device
US11386266B2 (en)2018-06-012022-07-12Apple Inc.Text correction
US10504518B1 (en)2018-06-032019-12-10Apple Inc.Accelerated task performance
US11010561B2 (en)2018-09-272021-05-18Apple Inc.Sentiment prediction from textual data
US11462215B2 (en)2018-09-282022-10-04Apple Inc.Multi-modal inputs for voice commands
US11170166B2 (en)2018-09-282021-11-09Apple Inc.Neural typographical error modeling via generative adversarial networks
US10839159B2 (en)2018-09-282020-11-17Apple Inc.Named entity normalization in a spoken dialog system
US11475898B2 (en)2018-10-262022-10-18Apple Inc.Low-latency multi-speaker speech recognition
US11309908B2 (en)*2018-11-262022-04-19Fungible, Inc.Static dictionary-based compression hardware pipeline for data compression accelerator of a data processing unit
US11638059B2 (en)2019-01-042023-04-25Apple Inc.Content playback on multiple devices
US11348573B2 (en)2019-03-182022-05-31Apple Inc.Multimodality in digital assistant systems
US11307752B2 (en)2019-05-062022-04-19Apple Inc.User configurable task triggers
US11423908B2 (en)2019-05-062022-08-23Apple Inc.Interpreting spoken requests
US11475884B2 (en)2019-05-062022-10-18Apple Inc.Reducing digital assistant latency when a language is incorrectly determined
DK201970509A1 (en)2019-05-062021-01-15Apple IncSpoken notifications
US11140099B2 (en)2019-05-212021-10-05Apple Inc.Providing message response suggestions
US11289073B2 (en)2019-05-312022-03-29Apple Inc.Device text to speech
DK201970511A1 (en)2019-05-312021-02-15Apple IncVoice identification in digital assistant systems
DK180129B1 (en)2019-05-312020-06-02Apple Inc. USER ACTIVITY SHORTCUT SUGGESTIONS
US11496600B2 (en)2019-05-312022-11-08Apple Inc.Remote execution of machine-learned models
US11360641B2 (en)2019-06-012022-06-14Apple Inc.Increasing the relevance of new available information
US11488406B2 (en)2019-09-252022-11-01Apple Inc.Text detection using global geometry estimators
US11183193B1 (en)2020-05-112021-11-23Apple Inc.Digital assistant hardware abstraction
US20240364361A1 (en)*2023-04-272024-10-31Tigergraph, Inc.Management of compressed database segments using multiple compression techniques

Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5151697A (en)*1990-10-151992-09-29Board Of Regents Of The University Of WashingtonData structure management tagging system
US5936560A (en)*1996-12-041999-08-10Fujitsu LimitedData compression method and apparatus performing high-speed comparison between data stored in a dictionary window and data to be compressed
US6657564B2 (en)*2001-12-132003-12-02International Business Machines CorporationMethod and apparatus for compressing data in which dictionary sizes are reduced
US7164370B1 (en)*2005-10-062007-01-16Analog Devices, Inc.System and method for decoding data compressed in accordance with dictionary-based compression schemes

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
JP3522331B2 (en)*1994-04-222004-04-26株式会社セタ Data compression method
JP2006503502A (en)*2002-10-182006-01-26シンボル テクノロジーズ インコーポレイテッド Method for efficiently reading a set of radio frequency identification tags having a unique identification number in the presence of a noisy radio
US6988180B2 (en)*2003-09-292006-01-17Microsoft CorporationMethod and apparatus for lock-free, non-blocking hash table

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5151697A (en)*1990-10-151992-09-29Board Of Regents Of The University Of WashingtonData structure management tagging system
US5936560A (en)*1996-12-041999-08-10Fujitsu LimitedData compression method and apparatus performing high-speed comparison between data stored in a dictionary window and data to be compressed
US6657564B2 (en)*2001-12-132003-12-02International Business Machines CorporationMethod and apparatus for compressing data in which dictionary sizes are reduced
US7164370B1 (en)*2005-10-062007-01-16Analog Devices, Inc.System and method for decoding data compressed in accordance with dictionary-based compression schemes

Cited By (172)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9646614B2 (en)2000-03-162017-05-09Apple Inc.Fast, language-independent method for user authentication by voice
US20080114765A1 (en)*2005-06-302008-05-15Fujitsu LimitedComputer program, method, and apparatus for data sorting
US8122064B2 (en)*2005-06-302012-02-21Fujitsu LimitedComputer program, method, and apparatus for data sorting
US10318871B2 (en)2005-09-082019-06-11Apple Inc.Method and apparatus for building an intelligent automated assistant
US8930191B2 (en)2006-09-082015-01-06Apple Inc.Paraphrasing of user requests and results by automated digital assistant
US9117447B2 (en)2006-09-082015-08-25Apple Inc.Using event alert text as input to an automated assistant
US8942986B2 (en)2006-09-082015-01-27Apple Inc.Determining user intent based on ontologies of domains
US10592100B2 (en)2007-01-052020-03-17Apple Inc.Method, system, and graphical user interface for providing word recommendations
US11112968B2 (en)2007-01-052021-09-07Apple Inc.Method, system, and graphical user interface for providing word recommendations
US9189079B2 (en)2007-01-052015-11-17Apple Inc.Method, system, and graphical user interface for providing word recommendations
US9244536B2 (en)2007-01-052016-01-26Apple Inc.Method, system, and graphical user interface for providing word recommendations
US11416141B2 (en)2007-01-052022-08-16Apple Inc.Method, system, and graphical user interface for providing word recommendations
US10568032B2 (en)2007-04-032020-02-18Apple Inc.Method and system for operating a multi-function portable electronic device using voice-activation
US9330720B2 (en)2008-01-032016-05-03Apple Inc.Methods and apparatus for altering audio output signals
US10381016B2 (en)2008-01-032019-08-13Apple Inc.Methods and apparatus for altering audio output signals
US9086802B2 (en)2008-01-092015-07-21Apple Inc.Method, device, and graphical user interface providing word recommendations for text input
US11474695B2 (en)2008-01-092022-10-18Apple Inc.Method, device, and graphical user interface providing word recommendations for text input
US11079933B2 (en)2008-01-092021-08-03Apple Inc.Method, device, and graphical user interface providing word recommendations for text input
US9865248B2 (en)2008-04-052018-01-09Apple Inc.Intelligent text-to-speech conversion
US9626955B2 (en)2008-04-052017-04-18Apple Inc.Intelligent text-to-speech conversion
US10108612B2 (en)2008-07-312018-10-23Apple Inc.Mobile device having human language translation capability with positional feedback
US9535906B2 (en)2008-07-312017-01-03Apple Inc.Mobile device having human language translation capability with positional feedback
US20100115137A1 (en)*2008-11-052010-05-06Samsung Electronics Co., Ltd.Data compression method and data communication system utilizing the same
US9959870B2 (en)2008-12-112018-05-01Apple Inc.Speech recognition involving a mobile device
US20100235780A1 (en)*2009-03-162010-09-16Westerman Wayne CSystem and Method for Identifying Words Based on a Sequence of Keyboard Events
US11080012B2 (en)2009-06-052021-08-03Apple Inc.Interface for a virtual digital assistant
US10795541B2 (en)2009-06-052020-10-06Apple Inc.Intelligent organization of tasks items
US10475446B2 (en)2009-06-052019-11-12Apple Inc.Using context information to facilitate processing of commands in a virtual assistant
US9858925B2 (en)2009-06-052018-01-02Apple Inc.Using context information to facilitate processing of commands in a virtual assistant
US10283110B2 (en)2009-07-022019-05-07Apple Inc.Methods and apparatuses for automatic speech recognition
US10276170B2 (en)2010-01-182019-04-30Apple Inc.Intelligent automated assistant
US10705794B2 (en)2010-01-182020-07-07Apple Inc.Automatically adapting user interfaces for hands-free interaction
US10553209B2 (en)2010-01-182020-02-04Apple Inc.Systems and methods for hands-free notification summaries
US11423886B2 (en)2010-01-182022-08-23Apple Inc.Task flow identification based on user intent
US9318108B2 (en)2010-01-182016-04-19Apple Inc.Intelligent automated assistant
US8892446B2 (en)2010-01-182014-11-18Apple Inc.Service orchestration for intelligent automated assistant
US10496753B2 (en)2010-01-182019-12-03Apple Inc.Automatically adapting user interfaces for hands-free interaction
US8903716B2 (en)2010-01-182014-12-02Apple Inc.Personalized vocabulary for digital assistant
US9548050B2 (en)2010-01-182017-01-17Apple Inc.Intelligent automated assistant
US10679605B2 (en)2010-01-182020-06-09Apple Inc.Hands-free list-reading by intelligent automated assistant
US10706841B2 (en)2010-01-182020-07-07Apple Inc.Task flow identification based on user intent
US12087308B2 (en)2010-01-182024-09-10Apple Inc.Intelligent automated assistant
US9633660B2 (en)2010-02-252017-04-25Apple Inc.User profiling for voice input processing
US10049675B2 (en)2010-02-252018-08-14Apple Inc.User profiling for voice input processing
US10762293B2 (en)2010-12-222020-09-01Apple Inc.Using parts-of-speech tagging and named entity recognition for spelling correction
US10102359B2 (en)2011-03-212018-10-16Apple Inc.Device access using voice authentication
US9262612B2 (en)2011-03-212016-02-16Apple Inc.Device access using voice authentication
US10706373B2 (en)2011-06-032020-07-07Apple Inc.Performing actions associated with task items that represent tasks to perform
US10241644B2 (en)2011-06-032019-03-26Apple Inc.Actionable reminder entries
US10057736B2 (en)2011-06-032018-08-21Apple Inc.Active transport based notifications
US11120372B2 (en)2011-06-032021-09-14Apple Inc.Performing actions associated with task items that represent tasks to perform
US9798393B2 (en)2011-08-292017-10-24Apple Inc.Text correction processing
US8994660B2 (en)2011-08-292015-03-31Apple Inc.Text correction processing
US10241752B2 (en)2011-09-302019-03-26Apple Inc.Interface for a virtual digital assistant
US8838551B2 (en)2011-10-212014-09-16International Business Machines CorporationMulti-level database compression
US10134385B2 (en)2012-03-022018-11-20Apple Inc.Systems and methods for name pronunciation
US9483461B2 (en)2012-03-062016-11-01Apple Inc.Handling speech synthesis of content for multiple languages
US9953088B2 (en)2012-05-142018-04-24Apple Inc.Crowd sourcing information to fulfill user requests
US10079014B2 (en)2012-06-082018-09-18Apple Inc.Name recognition system
US9495129B2 (en)2012-06-292016-11-15Apple Inc.Device, method, and user interface for voice-activated navigation and browsing of a document
US9576574B2 (en)2012-09-102017-02-21Apple Inc.Context-sensitive handling of interruptions by intelligent digital assistant
US9971774B2 (en)2012-09-192018-05-15Apple Inc.Voice-based media searching
US10199051B2 (en)2013-02-072019-02-05Apple Inc.Voice trigger for a digital assistant
US10978090B2 (en)2013-02-072021-04-13Apple Inc.Voice trigger for a digital assistant
US9368114B2 (en)2013-03-142016-06-14Apple Inc.Context-sensitive handling of interruptions
US9697822B1 (en)2013-03-152017-07-04Apple Inc.System and method for updating an adaptive speech recognition model
US9922642B2 (en)2013-03-152018-03-20Apple Inc.Training an at least partial voice command system
US9966060B2 (en)2013-06-072018-05-08Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
US9633674B2 (en)2013-06-072017-04-25Apple Inc.System and method for detecting errors in interactions with a voice-based digital assistant
US9620104B2 (en)2013-06-072017-04-11Apple Inc.System and method for user-specified pronunciation of words for speech synthesis and recognition
US9582608B2 (en)2013-06-072017-02-28Apple Inc.Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
US9966068B2 (en)2013-06-082018-05-08Apple Inc.Interpreting and acting upon commands that involve sharing information with remote devices
US10657961B2 (en)2013-06-082020-05-19Apple Inc.Interpreting and acting upon commands that involve sharing information with remote devices
US10185542B2 (en)2013-06-092019-01-22Apple Inc.Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US10176167B2 (en)2013-06-092019-01-08Apple Inc.System and method for inferring user intent from speech inputs
US9300784B2 (en)2013-06-132016-03-29Apple Inc.System and method for emergency calls initiated by voice command
US10791216B2 (en)2013-08-062020-09-29Apple Inc.Auto-activating smart responses based on activities from remote devices
US9620105B2 (en)2014-05-152017-04-11Apple Inc.Analyzing audio input for efficient speech and music recognition
US10592095B2 (en)2014-05-232020-03-17Apple Inc.Instantaneous speaking of content on touch devices
US9502031B2 (en)2014-05-272016-11-22Apple Inc.Method for supporting dynamic grammars in WFST-based ASR
US10170123B2 (en)2014-05-302019-01-01Apple Inc.Intelligent assistant for home automation
US9760559B2 (en)2014-05-302017-09-12Apple Inc.Predictive text input
US9966065B2 (en)2014-05-302018-05-08Apple Inc.Multi-command single utterance input method
US9842101B2 (en)2014-05-302017-12-12Apple Inc.Predictive conversion of language input
US9785630B2 (en)2014-05-302017-10-10Apple Inc.Text prediction using combined word N-gram and unigram language models
US10083690B2 (en)2014-05-302018-09-25Apple Inc.Better resolution when referencing to concepts
US10169329B2 (en)2014-05-302019-01-01Apple Inc.Exemplar-based natural language processing
US9430463B2 (en)2014-05-302016-08-30Apple Inc.Exemplar-based natural language processing
US10497365B2 (en)2014-05-302019-12-03Apple Inc.Multi-command single utterance input method
US10078631B2 (en)2014-05-302018-09-18Apple Inc.Entropy-guided text prediction using combined word and character n-gram language models
US9633004B2 (en)2014-05-302017-04-25Apple Inc.Better resolution when referencing to concepts
US9734193B2 (en)2014-05-302017-08-15Apple Inc.Determining domain salience ranking from ambiguous words in natural speech
US11257504B2 (en)2014-05-302022-02-22Apple Inc.Intelligent assistant for home automation
US11133008B2 (en)2014-05-302021-09-28Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US9715875B2 (en)2014-05-302017-07-25Apple Inc.Reducing the need for manual start/end-pointing and trigger phrases
US10289433B2 (en)2014-05-302019-05-14Apple Inc.Domain specific language for encoding assistant dialog
US9338493B2 (en)2014-06-302016-05-10Apple Inc.Intelligent automated assistant for TV user interactions
US10904611B2 (en)2014-06-302021-01-26Apple Inc.Intelligent automated assistant for TV user interactions
US9668024B2 (en)2014-06-302017-05-30Apple Inc.Intelligent automated assistant for TV user interactions
US10659851B2 (en)2014-06-302020-05-19Apple Inc.Real-time digital assistant knowledge updates
US10446141B2 (en)2014-08-282019-10-15Apple Inc.Automatic speech recognition based on user feedback
US9818400B2 (en)2014-09-112017-11-14Apple Inc.Method and apparatus for discovering trending terms in speech requests
US10431204B2 (en)2014-09-112019-10-01Apple Inc.Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en)2014-09-122020-09-29Apple Inc.Dynamic thresholds for always listening speech trigger
US9606986B2 (en)2014-09-292017-03-28Apple Inc.Integrated word N-gram and class M-gram language models
US10074360B2 (en)2014-09-302018-09-11Apple Inc.Providing an indication of the suitability of speech recognition
US9668121B2 (en)2014-09-302017-05-30Apple Inc.Social reminders
US9986419B2 (en)2014-09-302018-05-29Apple Inc.Social reminders
US10127911B2 (en)2014-09-302018-11-13Apple Inc.Speaker identification and unsupervised speaker adaptation techniques
US9646609B2 (en)2014-09-302017-05-09Apple Inc.Caching apparatus for serving phonetic pronunciations
US9886432B2 (en)2014-09-302018-02-06Apple Inc.Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US11556230B2 (en)2014-12-022023-01-17Apple Inc.Data detection
US10552013B2 (en)2014-12-022020-02-04Apple Inc.Data detection
US9711141B2 (en)2014-12-092017-07-18Apple Inc.Disambiguating heteronyms in speech synthesis
US11068444B2 (en)2014-12-272021-07-20Ascava, Inc.Using a distributed prime data sieve for efficient lossless reduction, search, and retrieval of data
US9865280B2 (en)2015-03-062018-01-09Apple Inc.Structured dictation using intelligent automated assistants
US10311871B2 (en)2015-03-082019-06-04Apple Inc.Competing devices responding to voice triggers
US9886953B2 (en)2015-03-082018-02-06Apple Inc.Virtual assistant activation
US9721566B2 (en)2015-03-082017-08-01Apple Inc.Competing devices responding to voice triggers
US11087759B2 (en)2015-03-082021-08-10Apple Inc.Virtual assistant activation
US10567477B2 (en)2015-03-082020-02-18Apple Inc.Virtual assistant continuity
US9899019B2 (en)2015-03-182018-02-20Apple Inc.Systems and methods for structured stem and suffix language models
US9842105B2 (en)2015-04-162017-12-12Apple Inc.Parsimonious continuous-space phrase representations for natural language processing
US10083688B2 (en)2015-05-272018-09-25Apple Inc.Device voice control for selecting a displayed affordance
US10127220B2 (en)2015-06-042018-11-13Apple Inc.Language identification from short strings
US10356243B2 (en)2015-06-052019-07-16Apple Inc.Virtual assistant aided communication with 3rd party service in a communication session
US10101822B2 (en)2015-06-052018-10-16Apple Inc.Language input correction
US10186254B2 (en)2015-06-072019-01-22Apple Inc.Context-based endpoint detection
US11025565B2 (en)2015-06-072021-06-01Apple Inc.Personalized prediction of responses for instant messaging
US10255907B2 (en)2015-06-072019-04-09Apple Inc.Automatic accent detection using acoustic models
US10671428B2 (en)2015-09-082020-06-02Apple Inc.Distributed personal assistant
US10747498B2 (en)2015-09-082020-08-18Apple Inc.Zero latency digital assistant
US11500672B2 (en)2015-09-082022-11-15Apple Inc.Distributed personal assistant
US9697820B2 (en)2015-09-242017-07-04Apple Inc.Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US10366158B2 (en)2015-09-292019-07-30Apple Inc.Efficient word encoding for recurrent neural network language models
US11010550B2 (en)2015-09-292021-05-18Apple Inc.Unified language modeling framework for word prediction, auto-completion and auto-correction
US11587559B2 (en)2015-09-302023-02-21Apple Inc.Intelligent device identification
US10691473B2 (en)2015-11-062020-06-23Apple Inc.Intelligent automated assistant in a messaging environment
US11526368B2 (en)2015-11-062022-12-13Apple Inc.Intelligent automated assistant in a messaging environment
US10049668B2 (en)2015-12-022018-08-14Apple Inc.Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en)2015-12-232019-03-05Apple Inc.Proactive assistance based on dialog communication between devices
US10446143B2 (en)2016-03-142019-10-15Apple Inc.Identification of voice inputs providing credentials
US9934775B2 (en)2016-05-262018-04-03Apple Inc.Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en)2016-06-032018-05-15Apple Inc.Privacy preserving distributed evaluation framework for embedded personalized systems
US10249300B2 (en)2016-06-062019-04-02Apple Inc.Intelligent list reading
US10049663B2 (en)2016-06-082018-08-14Apple, Inc.Intelligent automated assistant for media exploration
US11069347B2 (en)2016-06-082021-07-20Apple Inc.Intelligent automated assistant for media exploration
US10354011B2 (en)2016-06-092019-07-16Apple Inc.Intelligent automated assistant in a home environment
US10733993B2 (en)2016-06-102020-08-04Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10509862B2 (en)2016-06-102019-12-17Apple Inc.Dynamic phrase expansion of language input
US10490187B2 (en)2016-06-102019-11-26Apple Inc.Digital assistant providing automated status report
US10192552B2 (en)2016-06-102019-01-29Apple Inc.Digital assistant providing whispered speech
US10067938B2 (en)2016-06-102018-09-04Apple Inc.Multilingual word prediction
US11037565B2 (en)2016-06-102021-06-15Apple Inc.Intelligent digital assistant in a multi-tasking environment
US10269345B2 (en)2016-06-112019-04-23Apple Inc.Intelligent task discovery
US11152002B2 (en)2016-06-112021-10-19Apple Inc.Application integration with a digital assistant
US10521466B2 (en)2016-06-112019-12-31Apple Inc.Data driven natural language event detection and classification
US10297253B2 (en)2016-06-112019-05-21Apple Inc.Application integration with a digital assistant
US10089072B2 (en)2016-06-112018-10-02Apple Inc.Intelligent device arbitration and control
US10043516B2 (en)2016-09-232018-08-07Apple Inc.Intelligent automated assistant
US10553215B2 (en)2016-09-232020-02-04Apple Inc.Intelligent automated assistant
US11281993B2 (en)2016-12-052022-03-22Apple Inc.Model and ensemble compression for metric learning
US10593346B2 (en)2016-12-222020-03-17Apple Inc.Rank-reduced token representation for automatic speech recognition
US10332518B2 (en)2017-05-092019-06-25Apple Inc.User interface for correcting recognition errors
US10755703B2 (en)2017-05-112020-08-25Apple Inc.Offline personal assistant
US10410637B2 (en)2017-05-122019-09-10Apple Inc.User-specific acoustic models
US11405466B2 (en)2017-05-122022-08-02Apple Inc.Synchronization and task delegation of a digital assistant
US10791176B2 (en)2017-05-122020-09-29Apple Inc.Synchronization and task delegation of a digital assistant
US10789945B2 (en)2017-05-122020-09-29Apple Inc.Low-latency intelligent automated assistant
US10482874B2 (en)2017-05-152019-11-19Apple Inc.Hierarchical belief states for digital assistants
US10810274B2 (en)2017-05-152020-10-20Apple Inc.Optimizing dialogue policy decisions for digital assistants using implicit feedback
US11217255B2 (en)2017-05-162022-01-04Apple Inc.Far-field extension for digital assistant services

Also Published As

Publication numberPublication date
US7283072B1 (en)2007-10-16
US8037034B2 (en)2011-10-11
US20070285958A1 (en)2007-12-13

Similar Documents

PublicationPublication DateTitle
US7283072B1 (en)Methods of creating a dictionary for data compression
US7973680B2 (en)Method and system for creating an in-memory physical dictionary for data compression
US8838551B2 (en)Multi-level database compression
US9235651B2 (en)Data retrieval apparatus, data storage method and data retrieval method
US8255398B2 (en)Compression of sorted value indexes using common prefixes
JP5895545B2 (en) Program, compressed file generation method, compression code expansion method, information processing apparatus, and recording medium
US8659451B2 (en)Indexing compressed data
US7783855B2 (en)Keymap order compression
US8497788B1 (en)Efficient techniques for aligned fixed-length compression
US8244765B2 (en)Avoiding three-valued logic in predicates on dictionary-encoded data
US11023452B2 (en)Data dictionary with a reduced need for rebuilding
KR20100059901A (en)Two-pass hash extraction of text strings
CN112115684B (en) Advanced Database Decompression
JP2005531051A (en) Store and query relational data in a compressed storage format
US9665590B2 (en)Bitmap compression for fast searches and updates
US20220345315A1 (en)Associative hash tree
KR20140038441A (en)Compression match enumeration
CN107291832B (en) A Data Storage Method Based on List Storage Structure
CN114880523B (en) String processing method, device, electronic device and storage medium
US20240119027A1 (en)Compression and search process on a data set based on multiple strategies
CN111078652A (en)Filing and compressing method and device for logistics box codes
CN117891414B (en)Data storage method based on perfect hash and related equipment
US8463759B2 (en)Method and system for compressing data
RU2473960C2 (en)Method of finding maximum repeating sections of sequence of characters of finite alphabet and method of calculating auxiliary array
US20080215606A1 (en)Focal point compression method and apparatus

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:IBM CORPORATION, NEW YORK

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PLACHTA, PIOTR M.;SAUER, WOLFRAM;IYER, BALAKRISHNA RAGHAVENDRA;AND OTHERS;REEL/FRAME:017393/0095;SIGNING DATES FROM 20060327 TO 20060329

FEPPFee payment procedure

Free format text:PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

ASAssignment

Owner name:INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text:PLEASE CORRECT ASSIGNEE'S NAME TO READ INTERNATIONAL BUSINESS MACHINES CORPORATION FOR ASSIGNMENT PREVIOUSLY RECORDED AT REEL 017393 AND FRAME 0095;ASSIGNORS:PLATCHA, PIOTR M.;SAUER, WOLFRAM;IYER, BALAKRISHNA RAGHAVENDRA;AND OTHERS;REEL/FRAME:019545/0379;SIGNING DATES FROM 20060327 TO 20060329

REMIMaintenance fee reminder mailed
LAPSLapse for failure to pay maintenance fees
STCHInformation on status: patent discontinuation

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

FPLapsed due to failure to pay maintenance fee

Effective date:20111016

ASAssignment

Owner name:GLOBALFOUNDRIES U.S. 2 LLC, NEW YORK

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:036550/0001

Effective date:20150629

ASAssignment

Owner name:GLOBALFOUNDRIES INC., CAYMAN ISLANDS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GLOBALFOUNDRIES U.S. 2 LLC;GLOBALFOUNDRIES U.S. INC.;REEL/FRAME:036779/0001

Effective date:20150910


[8]ページ先頭

©2009-2025 Movatter.jp