EP3440559A1 - Methods and systems for data processing - Google Patents
Methods and systems for data processingInfo
- Publication number
- EP3440559A1 EP3440559A1 EP16714925.1A EP16714925A EP3440559A1 EP 3440559 A1 EP3440559 A1 EP 3440559A1 EP 16714925 A EP16714925 A EP 16714925A EP 3440559 A1 EP3440559 A1 EP 3440559A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- data
- textual
- words
- classification
- text
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
Definitions
- the present invention relates to methods and systems for processing of textual data. It is particularly, but not exclusively concerned with methods and systems for analysis and classification of very short messages.
- very short messages are considered to be messages with no more than 300 characters, preferably no more than 200 characters, and most preferably no more than 140 characters (for example “tweets” as used on Twitter CD).
- very short messages may be defined on the basis of the semantic length of the message, and includes messages having no more than 2 sentences (which need not be complete or grammatically correct).
- text classification itself is a subset of general classification problems; the difference being that, for text classification, it is necessary to extract words as features for the classifiers when applying general classification techniques.
- Generally used techniques for text classification include machine learning, and statistical methods.
- Known machine learning methods include Support Vector Machine (SVM), artificial neural networks, decision tree, K-nearest neighbour algorithms, rough set and soft set classifier, etc..
- SVM Support Vector Machine
- Machine learning methods generally need the predefined or extracted words as features to make the machine learning methods work for text classifications.
- keyword pre-definition/extraction and feature selection play a very important role in the final accuracy of the classifier. Improper keywords and features can result in low accuracy for the resulting classifier.
- defining or extracting keywords is not an easy task.
- SVM is the most popular used technique for text classicisation problems. A considerable amount of work has been done on text classification problems in the past decades by using SVM and the other machine learning techniques mentioned above.
- Statistical methods include Navie Bayes classifier, TF-IDF, Bag-of-Word (BOW) methods including latent semantic indexing, latent Dirichlet allocation, etc.
- Predefined or extracted words are not necessary for BOW methods for text classification problems.
- Latent Dirichlet Allocation LDA is a popular statistical model for text classification problems without using predefined keywords. It automatically detects the word-topic distributions and topic distributions to build the topic model. A considerable amount of work has been done on text classification by using statistical methods.
- any classification technique can be used for text classifications, and therefore for very short message classification. But many of these techniques, e.g. neural networks and fuzzy systems require a predefined set of keywords.
- SVM SVM
- the most popular technique used for text classification is SVM, which works comparatively well (assuming a well-defined keywords set) for text classifications in longer formal documents.
- the accuracy achieved is high and can exceed 90%.
- the first issue of the keyword set can be solved either manually by expert knowledge or automatically by using computational intelligence techniques.
- Automatic keyword detection/extraction includes feature selection (starting from an empty set and adding important words as keywords step by step, which finally produces the keywords set) and feature removal (starting from all words as keywords and removing words that do not contribute to the classification accuracy).
- feature selection startsing from an empty set and adding important words as keywords step by step, which finally produces the keywords set
- feature removal starting from all words as keywords and removing words that do not contribute to the classification accuracy.
- the final classification accuracy is highly dependent on how good the generated keywords set is. Whatever techniques are used for either feature selection or feature removal, the errors generated within this process will be accumulated during the later classification process, and reflected in the resulting classification accuracy. In most cases, if the keywords set is carefully generated, then SVM will be able to achieve satisfactory accuracy for formal longer documents.
- SVM plus keywords set techniques are applied to very short messages, e.g. tweets, they all lose their accuracy and sometimes the results are no better than random guesses.
- the failure of such techniques when applied to very short messages is generally due to one or more of the following reasons: 1 ) the limited information available from single very short messages; 2) the use of informal expressions with less correct grammar; 3) word variations including different forms of abbreviations for the same word; 4) the great amount of the daily data stream which needs to be analysed and classified which needs an accurate and efficient text analytics method/system; 5) large amounts of irrelevant/noisy information.
- Points 2)-5) in the previous paragraph are generally related to noisy information, and have been addressed to a certain extent by applying pre-processing techniques such as removing more than two continuous repeated characters (no English word has more than two continuous repeated characters), stemming, removing stopping words, removing authors and url links, replacing notions to meaningful texts (e.g. :) to smile) etc,..
- LDA Latent Dirichlet Allocation
- An n-gram model is a statistical model that is commonly used in computational linguistics and postulates that given a sequence of letters/words, what is the likelihood of the next letter/word? More concisely, an n-gram model predicts a letter/word on position i based on the letters/words on position i-2,... , i-n+1. The probability of a letter/word is conditioned on some number of previous letters/words.
- n-gram has been applied to text mining, e.g. Roverteto Twitter N-Gram Corpus [1] contains the frequency statistics for phrases through time using n-gram model.
- Other work makes use of the results from n-gram models to select key phrases/terms which are jointly used with machine learning techniques, e.g. extracted key words/phrases plus SVM for text/short messages classification.
- n-gram models e.g. in Roverteto
- the resulting probability dictionary can be used to help with the feature/keywords selection before general classification techniques are used for text classification.
- An object of the present invention is to provide a technique which allows a message, particularly a very short message, to be extended to improve the applicability of analysis techniques without changing the information the message itself carries.
- a further object is to provide a technique which allows further information content to be extracted from a message, particularly a very short message.
- aspects of the present invention provide for methods and systems which process textual data to enrich it in an unbiased fashion.
- the methods and systems extend very short messages into comparatively longer text by conjoining meaningful neighbouring words.
- a first aspect of the present invention provides a method of processing textual data, the method including the steps of: segmenting the data into one or more fragments by selecting each part of the data which is separated from another part by punctuation indicating a conceptual break; extending each fragment of the data by appending to the fragment all possible ordered combinations of neighbouring words.
- the textual data is very short messages, i.e. messages with no more than 300 characters, preferably no more than 200 characters, and most preferably no more than 140 characters (for example "tweets" as used on Twitter ®).
- the textual data may be messages having no more than 2 sentences (which need not be complete or grammatically correct). Existing methods are generally considered to work well for text longer than these limits, but their accuracy drops greatly when applied to very short messages, particularly those with fewer than 140 characters.
- the content of the data can be enriched.
- This enriched representation of the data can be used for model building which can enable the use of existing text mining techniques to be applied to very short message mining directly and satisfactory accuracy obtained.
- extension does not change the information contained in the data itself as it only makes use of the information within the data itself for its extension. Thus this extension is unbiased.
- the method of the present aspect can provide unbiased extension of data, such as messages, and in particular very short messages, to make them long enough to apply one or more existing text mining techniques currently used for formal long document classification at higher/acceptable levels of accuracy.
- the method of the present aspect can be used as pre-processing step for existing text mining/analysis techniques which can improve the accuracy of those techniques, particularly for shorter amounts of data.
- the method of this aspect therefore can address the 'not long enough' characteristic of very short messages by converting a very short message by its unbiased enriched form (which results in longer text) without changing the statistic word (word pattern )-topic distribution.
- the method of the present aspect can be advantageous compared to n-gram models as it does not need any training data or pre-training process to generate an n-gram model or n- gram dictionary beforehand. It also does not require any complicated probability calculation as n-gram model does and it can make use of all information of ordered conjoint words to extend the very short message by universal unbiased conjoint of all possible continuous words beyond n-gram without involving any probability or frequency calculation.
- the method further includes the step of, prior to segmenting, performing preprocessing steps to "clean" the data or render its content more appropriate for subsequent textual analysis.
- the method may further include the pre-processing steps of: cleaning the data to remove meaningless characters; and/or interpreting characters or character strings in the data which have no textual meaning into meaningful textual phrases.
- combinations of neighbouring words may be represented as one string with no spaces in between.
- the method further includes the step of analysing the extended data.
- Text classification techniques for analysing formal and long documents have been comparatively mature for decades and are able to achieve satisfactory accuracy provided that the data being analysed is sufficiently large. Any such techniques can be used in the analysis step.
- Traditional techniques for formal long document classification include statistical methods and machine learning methods, most of which require pre-defined keywords set. This pre-defined keywords set is the key to achieving the satisfactory classification accuracy. A not-well- defined keywords set can lead to inaccurate classification.
- a small set of techniques do not need the pre-defined keywords set such as Latent Semantic Analysis (LSA), Latent Dirichlet Allocation (LDA), etc.
- LSA Latent Semantic Analysis
- LDA Latent Dirichlet Allocation
- the enriched representation of very short messages is combined with a statistical learning mechanism, such as LDA which does not need any keywords to be pre- defined 7 but is able to automatically detect inherent frequent words and word patterns (frequent expressions) in each category automatically.
- the method may also include other known pre-processing steps which aim to address problems associated with the noise in the data, for example: informal expression or varying/ less correct grammar; word variations including different forms of abbreviations for the same word, spelling errors, slang, notions used to express information; and/or irrelevant/noisy information.
- the method further includes the step of extracting, from the analysed data, phrases that are used frequently in the textual data. As the textual data has been enriched by combinations of adjacent words, key/frequent terms can be automatically detected.
- Terms are composed of more than one word; key/frequent terms reflect the frequently used word patterns in specified scenarios.
- the method of this aspect inherently makes use of the word context information in addition to word information itself by appending to the fragment all possible ordered combinations of neighbouring words to achieve the unbiased extension.
- the extension applied by the method of this aspect can also capture the relationship between words (which may go further than and be much richer than traditional semantic analysis) and therefore allow extraction of that relationship.
- the method of the present aspect may include any combination of some, all or none of the above described preferred and optional features.
- a second aspect of the present invention provides a computer program which, when run on a computer, performs the steps of: reading, from a data store or a data stream, textual data; segmenting the data into one or more fragments by selecting each part of the data which is separated from another part by punctuation indicating a conceptual break; extending each fragment of the data by appending to the fragment all possible ordered combinations of neighbouring words.
- the textual data is very short messages, i.e. messages with no more than 300 characters, preferably no more than 200 characters, and most preferably no more than 140 characters (for example "tweets" as used on Twitter ®).
- the textual data may be messages having no more than 2 sentences (which need not be complete or grammatically correct). .
- Existing methods are generally considered to work well for text longer than these limits, but their accuracy drops greatly when applied to very short messages, particularly those with fewer than 1 0 characters.
- the content of the data can be enriched.
- This enriched representation of the data can be used for model building which can enable the use of existing text mining techniques to be applied to very short message mining directly and satisfactory accuracy obtained.
- the extension does not change the information contained in the data itself as it only makes use of the information within the data itself for its extension.
- this extension is unbiased.
- the program of the present aspect can provide unbiased extension of data, such as messages, and in particular very short messages, to make them long enough to apply one or more existing text mining techniques currently used for formal long document classification at higher/acceptable levels of accuracy.
- the program of the present aspect can be used as pre-processing for existing text mining/analysis techniques which can improve the accuracy of those techniques, particularly for shorter text in each single document.
- the program of this aspect therefore can address the 'not long enough' characteristic of very short messages by converting a very short message by its unbiased enriched form (which results in longer text) without changing the statistic word (word pattern )-topic distribution.
- This can make it possible for any existing technique used for formal document classification to be applied to very short message classification and better accuracy achieved.
- the inventors have found that a 10% accuracy improvement can be readily achieved using embodiments of the present invention as opposed to using the same classification technique without the processing steps of the present aspect.
- the program of the present aspect can be advantageous compared to n-gram models as it does not need any training data or pre-training process to generate an n-gram model or n- gram dictionary beforehand. It also does not require any complicated probability calculation as n-gram model does and it can make use of all information of ordered conjoint words to extend the very short message by universal unbiased conjoint of all possible continuous words beyond n-gram without involving any probability or frequency calculation.
- the program further performs the step of, prior to segmenting, performing preprocessing steps to "clean" the data or render its content more appropriate for subsequent textual analysis.
- the method may further perform the pre-processing steps of: cleaning the data to remove meaningless characters; and/or interpreting characters or character strings in the data which have no textual meaning into meaningful textual phrases.
- combinations of neighbouring words may be represented as one string with no spaces in between.
- the program further performs the step of analysing the extended data.
- Text classification techniques for analysing formal and long documents have been comparatively mature for decades and are able to achieve satisfactory accuracy provided that the data being analysed is sufficiently large. Any such techniques can be used in the analysis step.
- Traditional techniques for formal long document classification include statistical methods and machine learning methods, most of which require pre-defined keywords set. This pre-defined keywords set is the key to achieving the satisfactory classification accuracy. A not-well- defined keywords set can lead to inaccurate classification.
- a small set of techniques do not need the pre-defined keywords set such as Latent Semantic Analysis (LSA), Latent Dirichlet Allocation (LDA), etc.
- LDA Latent Semantic Analysis
- LDA Latent Dirichlet Allocation
- the enriched representation of very short messages is combined with a statistical learning mechanism, such as LDA, and does not need any keywords to be predefined.
- the program may also perform other known pre-processing steps which aim to address problems associated with the noise in the data, for example: informal expression or varying/ less correct grammar; word variations including different forms of abbreviations for the same word, spelling errors, slang, notions used to express information; and/or irrelevant/noisy information.
- the program further performs the step of extracting, from the analysed data, phrases that are used frequently in the textual data.
- key/frequent terms can be automatically detected. Terms are composed of more than one word; key/frequent terms reflect the frequently used word patterns in specified scenarios.
- the program of this aspect inherently makes use of the word context information in addition to word information itself by appending to the fragment all possible ordered combinations of neighbouring words to achieve the unbiased extension.
- the extension applied by the method of this aspect can also capture the relationship between words (which may go further than and be much richer than traditional semantic analysis) and therefore allow extraction of that relationship.
- the computer program of the present aspect may include any combination of some, all or none of the above described preferred and optional features.
- a further aspect of the present invention provides a system for processing textual data, the system including a memory and a processor, wherein the processor is arranged to: read, from the memory, textual data; segment the data into one or more fragments by selecting each part of the data which is separated from another part by punctuation indicating a conceptual break; extend each fragment of the data by appending to the fragment all possible ordered combinations of neighbouring words.
- the textual data is very short messages, i.e. messages with no more than 300 characters, preferably no more than 200 characters, and most preferably no more than 140 characters (for example "tweets" as used on Twitter ®).
- the textual data may be messages having no more than 2 sentences (which need not be complete or grammatically correct).
- Existing methods are generally considered to work well for text longer than these limits, but their accuracy drops greatly when applied to very short messages, particularly those with fewer than 140 characters. The shorter the textual data or message is, the more variation a text has.
- very short messages tend to be characterised by informal textual usage (both spelling and grammar), which results in greater text variation in actual very short messages compared to formal written text of the same length.
- the content of the data can be enriched.
- This enriched representation of the data can be used for model building which can enable the use of existing text mining techniques to be applied to very short message mining directly and satisfactory accuracy obtained.
- extension does not change the information contained in the data itself as it only makes use of the information within the data itself for its extension. Thus this extension is unbiased.
- the system of the present aspect can provide unbiased extension of data, such as messages, and in particular very short messages, to make them long enough to apply one or more existing text mining techniques currently used for formal long document classification at higher/acceptable levels of accuracy.
- the system of the present aspect can be used as pre-processing step for existing text mining/analysis techniques which can improve the accuracy of those techniques, particularly for shorter amounts of data.
- the system of this aspect therefore can address the 'not long enough' characteristic of very short messages by converting a very short message by its unbiased enriched form (which results in longer text) without changing the statistic word (word pattern)-topic distribution. This can make it possible for any existing technique used for formal document classification to be applied to short message classification and better accuracy achieved.
- the inventors have found that a 10% accuracy improvement can be readily achieved using embodiments of the present invention as opposed to using the same classification technique without the processing steps of the present aspect.
- the system of the present aspect can be advantageous compared to n-gram models as it does not need any training data or pre-training process to generate an n-gram model or n- gram dictionary beforehand. It also does not require any complicated probability calculation as n-gram model does and it can make use of all information of ordered conjoint words to extend the very short message by universal unbiased conjoint of all possible continuous words beyond n-gram without involving any probability or frequency calculation.
- the processor further performs the step of, prior to segmenting, performing preprocessing steps to "clean" the data or render its content more appropriate for subsequent textual analysis.
- the processor may further perform the pre-processing steps of: cleaning the data to remove meaningless characters; and/or interpreting characters or character strings in the data which have no textual meaning into meaningful textual phrases.
- combinations of neighbouring words may be represented as one string with no spaces in between.
- the processor further performs the step of analysing the extended data.
- Text classification techniques for analysing formal and long documents have been comparatively mature for decades and are able to achieve satisfactory accuracy provided that the data being analysed is sufficiently large. Any such techniques can be used in the analysis step.
- LSA Latent Semantic Analysis
- LDA Latent Dirichlet Allocation
- the system may also perform other known pre-processing steps which aim to address problems associated with the noise in the data, for example: informal expression or varying/ less correct grammar; word variations including different forms of abbreviations for the same word, spelling errors, slang, notions used to express information; and/or irrelevant/noisy information.
- the processor further performs the step of extracting, from the analysed data, phrases that are used frequently in the textual data.
- the textual data has been enriched by combinations of adjacent words, key/frequent terms can be automatically detected. Terms are composed of more than one word; key/frequent terms reflect the frequently used word patterns in specified scenarios.
- the system of this aspect inherently makes use of the word context information in addition to word information itself by appending to the fragment all possible ordered combinations of neighbouring words to achieve the unbiased extension.
- the extension applied by the method of this aspect can also capture the relationship between words (which may go further than and be much richer than traditional semantic analysis) and therefore allow extraction of that relationship.
- the system of the present aspect may include any combination of some, all or none of the above-described preferred and optional features.
- Figure 1 shows a system according to an embodiment of the present invention
- Figure 2 is a graph showing the classification accuracy of various classification methods applied to "tweet" data.
- Figure 1 shows a system according to an embodiment of the present invention.
- the steps in a method according to an embodiment of the present invention can be generalised as follows: 1 ) Message clean-up; 2) Message segmentation; 3) Segment extension; 4) Message analysis. These steps are performed by various processing functions illustrated in Figure 1 , which may be computer programs or routines stored in memory and accessed by a processor.
- Example cleansing operations are set out below, although the cleaning step may vary between embodiments and may include some, all or none of these specific operations, as well as other operations which have the effect of either eliminating meaningless characters or interpreting characters or character strings into meaningful textual phrases. a) removing letters repeated more than twice contiguously (no English word has contiguously repeated letter more than twice - similar rules can be applied for other languages);
- stop words are not removed. While stop words might not be informative on their own, when they are jointly used with other words they can become meaningful and the message might have a different meaning from that without stop words.
- each very short message has been converted into a combination of meaningful words, spaces and segmentation notions, such as full stops, commas, dashes, etc..
- the whole message is then segmented into message fragments by notions.
- each very short message is represented by a list of sentence segments, and each sentence segment is a combination of meaningful words separated by single space.
- Each sentence segment is a unit which is used in the subsequent extension step.
- Each sentence segment produced in the segmentation step is extended by appending to it all possible ordered combinations of neighbouring words.
- Combinations of neighbouring words are represented as one string with no spaces in between.
- the message segmentation of the previous step is an important pre-processing step to this extension step as it avoids appending redundant non-informative information. Accordingly, all joint neighbouring words are appended within each sentence segment, and not across different sentence segments. This is because there is generally little relationship/association between neighbouring words across different sentence segments that could enrich the context or meaning. In addition, joining neighbouring words across two or more sentence segments introduces exponentially increasing (and, for the reasons previously indicated, unnecessary) computational burden and can also upset the word association/relationship information.
- the extension step makes use of the important underlying information carried by the very short message itself (the relationship/association between neighbouring words) to unbiasedly extend and re- form the very short message in order that all the inherent/tacit information is machine readable and can be made use of by automated computational text mining algorithms.
- the segmented and extended message can then be processed by any known text analysis technique.
- the well- known statistical learning technique Latent Dirichlet Allocation (LDA) [2] is used with supervised learning.
- message data is supplied to the pre-processes 10, which form part of the overall analysis package 1.
- the message data may include training data 21 , or may simply be new data 22 for analysis, for example from an online very short message stream such as a Twitter® feed.
- the data is first cleaned 11 , then segmented 12, then extended 13, as described above.
- the pre-processed message data can then be passed to a universal learning technique 14 such as LDA, or directly to an enriched model 15 (an enriched model can be obtained from machine learning, e.g. parameters for LDA, or defined from knowledge, e.g. key
- the analysis package aims to classify the incoming data and produces a categorised data stream 16.
- the universal learning technique 14 may supply information to a store of frequent word patterns 17, which can be updated and used as a reference in subsequent analysis.
- Both the frequent word patterns 17 and the enriched model 15 can be updated or adjusted (if needed) by user interaction based on human analysis of samples from the categorised data stream 16.
- Example 1 A method according to an embodiment of the present invention will be illustrated by reference to an example very short message. This message is assumed to have already undergone the "cleaning" process described as step 1 ) above.
- step 1) After the necessary cleaning in step 1) the very short message is "Going to miss the Sweat Squad this week, have fun!" This message is separated into two segments in accordance with step 2) above: ⁇ "Going to miss the Sweat Squad this week", "have fun" ⁇ .
- step 3 the first segment: "Going to miss the Sweat Squad this week" will be appended by all possible ordered combinations of neighbouring words and becomes:
- the represented extended text is not understandable by human beings but contains enriched information for all ordered word relationships and/or associations which can be understood and made use of by a machine process.
- the generation of this enriched text is completely automatic.
- An embodiment of the present invention was used in combination with a traditional statistical method, Latent Dirichlet Allocation (LDA) with supervised learning, to analyse "tweef's data received by British Telecommunications customer service. The accuracy of various methods in categorizing this "tweet” data is shown in Figure 2.
- LDA Latent Dirichlet Allocation
- Diagonally hatched bars represent 'action tweets' i.e. tweets that require action by the customer service team, e.g. PR report, complaint, inquiries, etc..
- Horizontally hatched bars represent 'ignore tweets' i.e. one for which no action is required, e.g. advertisement, pointless statements, etc..
- the original data has been tagged and validated by human customer service agents and is therefore considered to be an accurate categorisation for each tweet. This enables an objective evaluation of the performance (i.e. the accuracy) of any machine categorization approach.
- the first results come from use of the BT DebateScape system [3] which uses an SVM method (which is currently used by many companies and researchers for documents/text classification). As shown (“SWM + keywords”), this achieves an accuracy of 78% for action tweets and 83% for ignore tweets.
- Detected frequent words house, wait, customer, fixed, getting, virgin, working, services, problems, waiting, told, connection, router, month, home, tweet, sped, btcare, line, openreach, openzone, week, british, days, broadband, hub, sky, deal, live, connect, engineer, weeks, email, fast, mobile, superfast, free, infinity, area, fix, telecom, mbps, months, great, service, calls, box, fibre, optic
- Embodiments of the invention can be used with any other traditional text mining technique and permit such techniques to be applied to very short message classification.
- the systems and methods of the above embodiments may be implemented in a computer system (in particular in computer hardware or in computer software) in addition to the structural components and user interactions described.
- computer system includes the hardware, software and data storage devices for embodying a system or carrying out a method according to the above described
- a computer system may comprise a central processing unit (CPU), input means, output means and data storage.
- CPU central processing unit
- the computer system has a monitor to provide a visual output display.
- the data storage may comprise RAM, disk drives or other computer readable media.
- the computer system may include a plurality of computing devices connected by a network and able to communicate with each other over that network.
- the methods of the above embodiments may be provided as computer programs or as computer program products or computer readable media carrying a computer program which is arranged, when run on a computer, to perform the method(s) described above.
- computer readable media includes, without limitation, any non-transitory medium or media which can be read and accessed directly by a computer or computer system.
- the media can include, but are not limited to, magnetic storage media such as floppy discs, hard disc storage media and magnetic tape; optical storage media such as optical discs or CD- ROMs; electrical storage media such as memory, including RAM, ROM and flash memory; and hybrids and combinations of the above such as magnetic/optical storage media.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/EP2016/057649 WO2017174140A1 (en) | 2016-04-07 | 2016-04-07 | Methods and systems for data processing |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP3440559A1 true EP3440559A1 (en) | 2019-02-13 |
Family
ID=55697210
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP16714925.1A Withdrawn EP3440559A1 (en) | 2016-04-07 | 2016-04-07 | Methods and systems for data processing |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP3440559A1 (en) |
| WO (1) | WO2017174140A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114186630B (en) * | 2021-12-09 | 2026-02-10 | 哈尔滨工程大学 | Classification and decision-making algorithm based on approximate rough set discrimination |
-
2016
- 2016-04-07 WO PCT/EP2016/057649 patent/WO2017174140A1/en not_active Ceased
- 2016-04-07 EP EP16714925.1A patent/EP3440559A1/en not_active Withdrawn
Also Published As
| Publication number | Publication date |
|---|---|
| WO2017174140A1 (en) | 2017-10-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7164701B2 (en) | Computer-readable storage medium storing methods, apparatus, and instructions for matching semantic text data with tags | |
| Shahade et al. | Multi-lingual opinion mining for social media discourses: an approach using deep learning based hybrid fine-tuned smith algorithm with adam optimizer | |
| Li et al. | Filtering out the noise in short text topic modeling | |
| CN108604228B (en) | Systems and methods for linguistic feature generation for multi-layer word representations | |
| Nasim et al. | Sentiment analysis on urdu tweets using markov chains | |
| CN112989208B (en) | Information recommendation method and device, electronic equipment and storage medium | |
| CN109492109B (en) | Information hotspot mining method and device | |
| CN111291195A (en) | Data processing method, device, terminal and readable storage medium | |
| CN111460162B (en) | Text classification method and device, terminal equipment and computer readable storage medium | |
| Emmery et al. | Simple queries as distant labels for predicting gender on twitter | |
| CN110362815A (en) | Text vector generation method and device | |
| US12386867B2 (en) | System and method for rapid initialization and transfer of topic models by a multi-stage approach | |
| Nasim et al. | Cluster analysis of urdu tweets | |
| US20170293597A1 (en) | Methods and systems for data processing | |
| Tuarob et al. | A product feature inference model for mining implicit customer preferences within large scale social media networks | |
| Shahade et al. | Deep learning approach-based hybrid fine-tuned Smith algorithm with Adam optimiser for multilingual opinion mining | |
| CN110070410A (en) | A kind of population social activity analysis method and system based on big data | |
| CN112528640A (en) | Automatic domain term extraction method based on abnormal subgraph detection | |
| CN114997133A (en) | Text template generation method and device, computer equipment and storage medium | |
| Karo et al. | Karonese sentiment analysis: a new dataset and preliminary result | |
| CN111026866B (en) | Domain-oriented text information extraction clustering method, device and storage medium | |
| Harsha et al. | Lexical ambiguity in natural language processing applications | |
| CN115098680B (en) | Data processing method, device, electronic equipment, medium and program product | |
| Zhao et al. | Integrating Ontology-Based Approaches with Deep Learning Models for Fine-Grained Sentiment Analysis. | |
| Ijaz et al. | Biasness identification of talk show's host by using twitter data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20181026 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: BRITISH TELECOMMUNICATIONS PUBLIC LIMITED COMPANY Owner name: EMIRATES TELECOMMUNICATIONS CORPORATION Owner name: KHALIFA UNIVERSITY OF SCIENCE AND TECHNOLOGY |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20210604 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN |
|
| 18W | Application withdrawn |
Effective date: 20221223 |