WO2009101954A1 - テキスト情報分析システム - Google Patents
テキスト情報分析システム Download PDFInfo
- Publication number
- WO2009101954A1 WO2009101954A1 PCT/JP2009/052269 JP2009052269W WO2009101954A1 WO 2009101954 A1 WO2009101954 A1 WO 2009101954A1 JP 2009052269 W JP2009052269 W JP 2009052269W WO 2009101954 A1 WO2009101954 A1 WO 2009101954A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- expression
- date
- time
- procedure
- schedule information
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/284—Lexical analysis, e.g. tokenisation or collocates
Definitions
- the present invention relates to a text information analysis system, and in particular, analyzes information written to the Internet (Consumer Generated Media, hereinafter referred to as “CGM”) such as a blog or SNS (Social Networking Service) published on the Internet, and measures a campaign effect.
- CGM Conser Generated Media
- SNS Social Networking Service
- the present invention relates to a system, method, and program for realizing an analysis service that provides analysis results and reports for marketing research and brand research.
- the causes of bursts are often linked to campaigns, event implementations, and incidents.
- a schedule or calendar information such as a campaign, an event implementation date, an incident occurrence date, or the like, which is likely to cause a burst, is input in advance, and the cause analysis is performed against the information.
- the analysis is based on known information, and the effect and influence of the expected event are confirmed.
- the conventional CGM analysis system includes a data storage means 10, a sentence analysis means 11, a document classification means 12, a document number counting means 13, a result visualization means 14, a source text reference means 15, It is composed of
- the conventional CGM analysis system having such a configuration operates as follows. That is, the sentence analysis unit 11 performs sentence analysis on sentence data such as blog articles stored in the data storage unit 10. Specifically, morphological analysis processing, dependency analysis processing, and the like are performed.
- the morpheme analysis process is a process of dividing sentence data in the data storage means 10 into words using a word dictionary and giving part-of-speech information to each word. In particular, this is a technique that is generally applied when a non-descriptive language such as Japanese is processed by a computer, and is described in Non-Patent Document 1 and the like.
- Dependency analysis processing is a technique for determining dependency relationships (sentence / predicate relationship, modifier / modified term relationship), etc. in a sentence. Patent Document 1, Patent Document 2, Non-Patent Document 2 and the like.
- the document classification means 12 is a means for classifying articles in which the keyword (target keyword) to be analyzed exists in the result of the sentence analysis means 11 (the sentence divided into words). The user inputs and designates a target word, and the entire article is classified into an article having the target keyword and an article having no target keyword.
- the document number counting means 13 is a means for counting the number of articles classified by the document classification means 12.
- the result visualizing means 14 is a means for visualizing and presenting the result counted by the document number counting means 13 such as a time series graph.
- the original text reference means 15 is a means for referring to a text list specified at a specific date and time in a time series graph, that is, a location designated by the user by a click operation or the like by the result visualization means 14.
- An object of the present invention is to provide a CGM analysis system that makes it easy to understand the cause analysis of a sudden increase / decrease (burst) of a graph and can be performed quickly and efficiently.
- the text information analysis system (CGM analysis system) of the present invention includes a time expression determination means 21, a schedule information creation means 24, a schedule information storage means 25, and a feature expression extraction means 26. Further, a date expression storage unit 22 and a date calculation unit 23 may be provided.
- schedule information date and time expressions and feature expressions
- campaign dates and event occurrence dates is automatically extracted from analysis target data or related data (Web news, etc.). Operate.
- the schedule information of the burst portion is presented to the user, whereby the object of the present invention can be achieved.
- the first effect is that it is possible to efficiently analyze the cause of the burst by making it possible to refer to the burst information and the schedule information of the automatically extracted campaign, event, incident, etc.
- the first embodiment of the present invention includes a data storage means 10, a sentence analysis means 11, a document classification means 12, a document number counting means 13, a result visualization means 14, and a time expression.
- the determination unit 21 includes a date and time expression storage unit 22, a date and time calculation unit 23, a schedule information creation unit 24, a schedule information storage unit 25, a feature expression extraction unit 26, and a schedule information display unit 27. .
- the time expression determination means 21 determines and extracts a time expression from the result of the sentence analysis means 11.
- the time expression is an expression (date expression) that includes units such as “year”, “month”, “day”, “hour”, “minute”, or “yesterday”, “this year”, “Monday”, “last week”, “noon” It is a unique word that expresses time (time specific expression).
- the date / time expression represents a direct date / time, and the time-specific expression may also represent a relative date / time.
- the date and time expression can be determined from the word string with part-of-speech information as a result of the sentence analysis means 11 by pattern matching of “numerical + time expression” such as “January 1”.
- the time specific expression can be determined by registering words such as “Yesterday”, “Year”, “Monday”, “Last week”, and “Noon” in advance in the word dictionary of the sentence analysis unit 11 as words indicating the time specific expression. .
- the date / time expression storage unit 22 stores time-series information (time stamp information such as a sentence creation date and an article posting date) of text data included in the data storage unit 10 and the date / time expression extracted by the time expression determination unit 21.
- the date calculation means 23 calculates and replaces time-specific expressions such as “Yesterday” and “Last Monday” with the actual date expression based on the time stamp information or date expression stored in the date expression storage means 22. For example, when the posting date of the article is “January 1, 2008”, the time expression “Yesterday” is replaced with the actual date expression “December 31, 2007”. The time expression “Last Monday” is replaced with “December 24, 2007” which is Monday of the previous week.
- the feature expression extraction unit 26 determines and extracts the feature expression from the result of the sentence analysis unit 11.
- the feature expression is an important word (keyword) in the sentence, and is selected (filtered) by part-of-speech information given as a result of the sentence analysis means 11 such as a noun (general noun, proper noun), verb, and adjective. To do.
- the selection is made by paying attention to a word representing the holding of a campaign or event such as “release”, “announcement”, “held”, “ongoing”, or a word representing an incident such as “detection”.
- Proper nouns are place names, organization names, person names, product names, and the like.
- proper nouns are determined by registering proper nouns in the word dictionary of the sentence analysis means 11 or, if the organization name, “A Co.” of “AAA Co.”, “BBB mechanism”. "Mechanism”, and in the case of a person's name, “Mr.” of “Mr. CCC”, etc., realized by pattern matching based on affixed words ("Japanese specific expression extraction based on enhanced dictionary and pattern matching rules and quality enhancement" Moto et al., IPSJ Journal, Vol. 42, No. 6, 2001)).
- the schedule information creation means 24 creates schedule information from the output result of the time expression determination means 21 or the output result of the date and time calculation means 23 and the output result of the feature expression extraction means 26.
- the schedule information includes a date expression determined by the time expression determination unit 21 or a date expression calculated by the date calculation unit 23, and one or more feature expressions determined by the feature expression extraction unit 26, as shown in FIG. 4C. It is tabular information with a simple date expression (such as date) as an index. For the same date and time expression, schedule information composed of the same feature expression is merged to give the number information.
- the schedule information storage unit 25 stores the result (schedule information and number information) created by the schedule information creation unit 24.
- the schedule information display means 27 is a means for specifying and displaying the date and time of the schedule information that the user wants to see.
- the contents of the schedule information storage means 25 are sorted in the order of the number information, the order of the number of feature expressions, etc., and the result visualization means 14 to display the result.
- the time expression determination means 21 extracts the time expression (step A4).
- the time expression determination means 21 determines whether or not the time expression extracted in step A4 is a date expression (step A5). Specifically, the time expression determination means 21 extracts a date expression and a time unique expression as time expressions. If it is a date expression, the time expression determination means 21 stores the date expression in the date information storage means 22 (step A8). At this time, the time expression determination unit 21 detects time stamp information (time series information of the sentence data) such as a sentence creation date and an article posting date, and stores it in the date information storage unit 22.
- time stamp information time series information of the sentence data
- the date calculation unit 23 first acquires the date expression stored in the date expression storage unit 22 (step A6). .
- the date and time expression acquisition method acquires time stamp information such as the posting date and time of an article in the date and time expression storage means 22 and acquires the latest registered in the date and time expression storage means 22 (that is, the most time-specific expression). Rules are determined in advance, such as calculating the date and time based on the date and time expression that appears nearby.
- the date and time calculation means 23 performs date and time calculation on the time specific expression extracted in step A4 based on the date and time expression acquired in step A6 and replaces it with the date and time expression (step A7).
- the feature expression extraction unit 26 extracts the feature expression, and the schedule creation unit 24 creates schedule information (step A9).
- step A10 it is determined whether the schedule information (a combination of date and time expression and feature expression) created in step A9 exists in the created schedule information. When the same schedule information already exists, the number information of the existing schedule information is incremented by 1 (step A11). If there is no existing record, it is added to the schedule information as new schedule information (step A12).
- step A1 the created schedule information and number information are stored in the schedule information storage means 25.
- the result visualization means 14 displays schedule information for the date and time designated by the schedule information display means 27.
- FIG. 3 is a block diagram showing the configuration of the second embodiment.
- the text information analysis system of FIG. 2 has a configuration in which the date and time expression storage unit 22 and the date and time calculation unit 23 are excluded from the configuration of FIG. Also.
- the time expression determination unit 21a determines and extracts a date expression as a time expression. In the present embodiment, the time expression determination unit 21a does not perform determination and extraction of the time unique expression. Alternatively, the time expression determination unit 21a may determine and extract the time unique expression. In this case, the time expression determination means 21a holds the time specific expression in advance in its own memory, and determines the time specific expression based on this. Further, the schedule information may be displayed in combination with a time stamp and a time unique expression. Other components are the same as those in FIG.
- the text information analysis system performs step A8 after step A4 in the operation of the flowchart shown in FIG. Steps A7 are not performed. Other operations are the same as those in FIG.
- Functions realized by each component of the text information analysis system shown in FIG. 1 or 3 can be realized by a program.
- the program can be recorded on a computer-readable recording medium.
- the program is loaded into the memory of a computer and executed under the control of a CPU (Central Processing Unit).
- CPU Central Processing Unit
- an aspect of the embodiment of the present invention provides a CGM analysis system that can grasp unexpected events such as unknown event information and incidents.
- FIG. 4 is a diagram showing a specific example of the operation of the best mode for carrying out the first invention.
- FIG. 4A shows an example of an original sentence
- FIG. 4B shows an example of a sentence analysis result.
- the feature expression extraction means 26 is “AAA (unregistered word)” “corporation (company name affix)” “mobile phone (noun)” “new model (noun)” “ZZZ (unregistered word)” “release (verb) ) ”, Nouns, verbs and unregistered words are extracted from the sentence analysis result.
- An unregistered word is a word that is not registered in the word dictionary of the grammar analysis unit 11 and is likely to be a new proper noun such as the model name “ZZZ” of the mobile phone. Therefore, unregistered words are also extracted as feature expressions.
- the feature expression extraction unit 26 determines the pattern of “unregistered word + company name affix” as a company name (organization name), such as “AAA (unknown word)” and “corporation (company name affix)”. ,Extract.
- the schedule information creation means 24 creates schedule information in a table format as shown in FIG. 4C.
- FIG. 5 is a diagram showing a second specific example of the operation of the best mode for carrying out the first invention.
- FIG. 5A shows an example of an original sentence
- FIG. 5B shows an example of a sentence analysis result.
- the word “yesterday” is determined to be a time-specific expression, so the date / time calculating means 23 calculates the date / time expression from the contents of the date / time expression storing means 22.
- the present invention is not limited to those disclosed on the Internet, but can also be applied to uses such as analysis of text data including time-series information (analysis service utilizing text mining technology).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
Abstract
Description
[発明の目的]
本発明の目的は、グラフが急増/急減(バースト)した原因分析を分かりやすくし、迅速かつ効率的に行えるCGM分析システムを提供することにある。
11 文章解析手段
12 文書分類手段
13 文書数カウント手段
14 結果可視化手段
15 原文参照手段
21、21a 時間表現判定手段
22 日時表現記憶手段
23 日時計算手段
24 スケジュール情報作成手段
25 スケジュール情報記憶手段
26 特徴表現抽出手段
27 スケジュール情報表示手段
図1を参照すると、本発明の第1の実施の形態は、データ記憶手段10と、文章解析手段11と、文書分類手段12と、文書数カウント手段13と、結果可視化手段14と、時間表現判定手段21と、日時表現記憶手段22と、日時計算手段23と、スケジュール情報作成手段24と、スケジュール情報記憶手段25と、特徴表現抽出手段26と、スケジュール情報表示手段27とから構成されている。
図3は、第2の実施の形態の構成を示すブロック図である。図2のテキスト情報分析システムは、図1の構成のうち、日時表現記憶手段22と日時計算手段23とを除いた構成である。また。時間表現判定手段21aは、時間表現として日時表現を判定して抽出する。本実施の形態では、時間表現判定手段21aは、時間固有表現の判定及び抽出を実施しない。あるいは、時間表現判定手段21aは、時間固有表現を判定して抽出してもよい。この場合、時間表現判定手段21aは、自己のメモリ内に予め時間固有表現を保持し、これに基づいて時間固有表現を判定する。また、スケジュール情報へは、タイムスタンプと時間固有表現とを組み合わせて表示してもよい。他の構成要素は図1と同様であるため説明を省略する。
図1または図3に示すテキスト情報解析システムの各構成要素が実現する機能はプログラムによって実現することが可能である。プログラムは、コンピュータ読み取り可能な記録媒体に記録することができる。プログラムは、コンピュータのメモリにロードされ、CPU(Central Processing Unit)の制御のもとで実行される。
Claims (10)
- 分析対象となるデータを記憶するデータ記憶手段と、
前記データ記憶手段の中で、文章データを対象に文章解析を行う文章解析手段と、
前記文章解析手段の結果の中に、分析したいキーワードが存在する記事を分類する文書
分類手段と、
前記文書分類手段で分類した記事の数をカウントする文書数カウント手段と、
前記文書数カウント手段がカウントした結果を時系列グラフなどに可視化して提示する結果可視化手段と、
前記文章解析手段の結果から、日時表現または時間固有表現を判定して抽出する時間表現判定手段と、
前記文章解析手段の結果から特徴表現を判定して抽出する特徴表現抽出手段と、
前記時間表現判定手段の出力結果と前記特徴表現抽出手段の出力結果とからスケジュール情報を作成するスケジュール情報作成手段と、
前記スケジュール情報作成手段が作成した結果を記憶するスケジュール情報記憶手段と、
前記スケジュール情報記憶手段から、ユーザが指定入力した日時のスケジュール情報を表示するスケジュール情報表示手段と
を備えたことを特徴とするテキスト情報分析システム。 - 前記データ記憶手段に含まれる文章データの文章作成日または記事投稿日などのタイムスタンプ情報、または、前記時間表現判定手段が抽出した日時表現を記憶する日時表現記憶手段と、
前記時間表現判定手段が抽出した時間固有表現について、前記日時表現記憶手段が記憶するタイムスタンプ情報または日時表現に基づき、実際の日時表現に計算して置換する日時計算手段と、をさらに備えたことを特徴とする請求項1記載のテキスト情報分析システム。 - 前記時間固有表現は、相対的な日時を表す言葉であり、
前記日時計算手段は、前記データ記憶手段に含まれる文章データの文章作成日または記事投稿日などのタイムスタンプ情報を用いて、前記時間固有表現を直截的な日時を表す表現に置換することを特徴とする請求項2記載のテキスト情報分析システム。 - 分析対象となるデータを記憶するデータ記憶手段と、
前記データ記憶手段の中で、文章データを対象に文章解析を行う文章解析手段と、
前記文章解析手段の結果の中に、分析したいキーワードが存在する記事を分類する文書分類手段と、
前記文書分類手段で分類した記事の数をカウントする文書数カウント手段と、
前記文書数カウント手段がカウントした結果を時系列グラフなどに可視化して提示する結果可視化手段と、
前記文章解析手段の結果から、日時表現または時間固有表現を判定して抽出する時間表現判定手段と、
前記データ記憶手段に含まれる文章データの文章作成日または記事投稿日などのタイムスタンプ情報、または、前記時間表現判定手段が抽出した日時表現を記憶する日時表現記憶手段と、
前記時間表現判定手段が抽出した時間固有表現について、前記日時表現記憶手段が記憶するタイムスタンプ情報または日時表現に基づき、実際の日時表現に計算して置換する日時計算手段と、
前記文章解析手段の結果から特徴表現を判定して抽出する特徴表現抽出手段と、
前記時間表現判定手段の出力結果または前記日時計算手段の出力結果と、前記特徴表現抽出手段の出力結果とからスケジュール情報を作成するスケジュール情報作成手段と、
前記スケジュール情報作成手段が作成した結果を記憶するスケジュール情報記憶手段と、
前記スケジュール情報記憶手段から、ユーザが指定入力した日時のスケジュール情報を表示するスケジュール情報表示手段と
を備えたことを特徴とするテキスト情報分析システム。 - 分析対象となるデータを記憶する工程と、
前記記憶した文章データを対象に文章解析を行う工程と、
前記文章解析の結果の中に、分析したいキーワードが存在する記事を分類する工程と、
前記分類した記事の数をカウントする工程と、
前記カウントした結果を時系列グラフなどに可視化して提示する工程と、
前記文章解析の結果から、日時表現または時間固有表現を判定して抽出する工程と、
前記文章解析の結果から特徴表現を判定して抽出する工程と、
前記日時表現または時間固有表現を判定して抽出した結果と前記特徴表現を判定して抽出した結果とからスケジュール情報を作成する工程と、
前記作成したスケジュール情報を記憶する工程と、
前記記憶したスケジュール情報の中から、ユーザが指定入力した日時のスケジュール情報を表示する工程と
を備えたことを特徴とするテキスト情報分析方法。 - 前記記憶した文章データの文章作成日または記事投稿日などのタイムスタンプ情報、または、前記日時表現または時間固有表現を判定して抽出した日時表現を記憶する工程と、
前記日時表現または時間固有表現を判定して抽出した時間固有表現について、前記記憶したタイムスタンプ情報または日時表現に基づき、実際の日時表現に計算して置換する工程と、をさらに備えたことを特徴とする請求項5記載のテキスト情報分析方法。 - 分析対象となるデータを記憶する工程と、
前記記憶した文章データを対象に文章解析を行う工程と、
前記文章解析の結果の中に、分析したいキーワードが存在する記事を分類する工程と、
前記分類した記事の数をカウントする工程と、
前記カウントした結果を時系列グラフなどに可視化して提示する工程と、
前記文章解析の結果から、日時表現または時間固有表現を判定して抽出する工程と、
前記記憶した文章データの文章作成日または記事投稿日などのタイムスタンプ情報、または、前記日時表現または時間固有表現を判定して抽出した日時表現を記憶する工程と、
前記日時表現または時間固有表現を判定して抽出した時間固有表現について、前記記憶したタイムスタンプ情報または日時表現に基づき、実際の日時表現に計算して置換する工程と、
前記文章解析の結果から特徴表現を判定して抽出する工程と、
前記日時表現または時間固有表現を判定して抽出した結果または前記実際の日時表現に計算して置換した結果と、前記特徴表現を判定して抽出した結果とからスケジュール情報を作成する工程と、
前記作成したスケジュール情報を記憶する工程と、
前記記憶したスケジュール情報から、ユーザが指定入力した日時のスケジュール情報を表示する工程と
を備えたことを特徴とするテキスト情報分析方法。 - コンピュータを動作させるテキスト情報分析プログラムを格納する記録媒体であって、
前記コンピュータに、
分析対象となるデータをデータ記憶手段に記憶する手順と、
前記データ記憶手段の中で、文章データを対象に文章解析を行う文章解析手順と、
前記文章解析手順の結果の中に、分析したいキーワードが存在する記事を分類する文書分類手順と、
前記文書分類手順で分類した記事の数をカウントする文書数カウント手順と、
前記文書数カウント手順がカウントした結果を時系列グラフなどに可視化して提示する結果可視化手順と、
前記文章解析手順の結果から、日時表現または時間固有表現を判定して抽出する時間表現判定手順と、
前記文章解析手順の結果から特徴表現を判定して抽出する特徴表現抽出手順と、
前記時間表現判定手順の出力結果と前記特徴表現抽出手順の出力結果とからスケジュール情報を作成するスケジュール情報作成手順と、
前記スケジュール情報作成手順が作成した結果をスケジュール情報記憶手段に記憶するスケジュール情報記憶手順と、
前記スケジュール情報記憶手段から、ユーザが指定入力した日時のスケジュール情報を表示するスケジュール情報表示手順と
を実行させる情報分析プログラムを格納する記録媒体。 - 前記データ記憶手段に含まれる文章データの文章作成日または記事投稿日などのタイムスタンプ情報、または、前記時間表現判定手順が抽出した日時表現を記憶する日時表現記憶手順と、
前記時間表現判定手順が抽出した時間固有表現について、前記日時表現記憶手順が記憶するタイムスタンプ情報または日時表現に基づき、実際の日時表現に計算して置換する日時計算手順と、
をさらに備えたことを特徴とする請求項7記載のテキスト情報分析プログラムを格納する記録媒体。 - コンピュータを動作させるテキスト情報分析プログラムを格納する記録媒体であって、
前記コンピュータに、
分析対象となるデータをデータ記憶手段に記憶する手順と、
前記データ記憶手段の中で、文章データを対象に文章解析を行う文章解析手順と、
前記文章解析手順の結果の中に、分析したいキーワードが存在する記事を分類する文書分類手順と、
前記文書分類手順で分類した記事の数をカウントする文書数カウント手順と、
前記文書数カウント手順がカウントした結果を時系列グラフなどに可視化して提示する結果可視化手順と、
前記文章解析手順の結果から、日時表現または時間固有表現を判定して抽出する時間表現判定手順と、
前記データ記憶手順に含まれる文章データの文章作成日または記事投稿日などのタイムスタンプ情報、または、前記時間表現判定手順が抽出した日時表現を記憶する日時表現記憶手順と、
前記時間表現判定手順が抽出した時間固有表現について、前記日時表現記憶手段が記憶するタイムスタンプ情報または日時表現に基づき、実際の日時表現に計算して置換する日時計算手順と、
前記文章解析手段の結果から特徴表現を判定して抽出する特徴表現抽出手順と、
前記時間表現判定手順の出力結果または前記日時計算手順の出力結果と、前記特徴表現抽出手順の出力結果とからスケジュール情報を作成するスケジュール情報作成手順と、
前記スケジュール情報作成手順が作成した結果をスケジュール情報記憶手段に記憶するスケジュール情報記憶手順と、
前記スケジュール情報記憶手段から、ユーザが指定入力した日時のスケジュール情報を表示するスケジュール情報表示手順と
を実行させるテキスト情報分析プログラムを格納する記録媒体。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/735,618 US20100325118A1 (en) | 2008-02-15 | 2009-02-12 | Text information analysis system |
JP2009553429A JPWO2009101954A1 (ja) | 2008-02-15 | 2009-02-12 | テキスト情報分析システム |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008034385 | 2008-02-15 | ||
JP2008-034385 | 2008-02-15 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2009101954A1 true WO2009101954A1 (ja) | 2009-08-20 |
Family
ID=40956984
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2009/052269 WO2009101954A1 (ja) | 2008-02-15 | 2009-02-12 | テキスト情報分析システム |
Country Status (3)
Country | Link |
---|---|
US (1) | US20100325118A1 (ja) |
JP (1) | JPWO2009101954A1 (ja) |
WO (1) | WO2009101954A1 (ja) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015019723A1 (ja) * | 2013-08-07 | 2015-02-12 | シャープ株式会社 | 情報処理装置、情報処理方法、情報処理プログラム、情報処理システム、および電子機器 |
US9741258B1 (en) | 2016-07-13 | 2017-08-22 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
US9905248B2 (en) | 2016-02-29 | 2018-02-27 | International Business Machines Corporation | Inferring user intentions based on user conversation data and spatio-temporal data |
US10043062B2 (en) | 2016-07-13 | 2018-08-07 | International Business Machines Corporation | Generating auxiliary information for a media presentation |
US10528985B2 (en) | 2015-12-14 | 2020-01-07 | International Business Machines Corporation | Determining a personalized advertisement channel |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140337011A1 (en) * | 2013-05-13 | 2014-11-13 | International Business Machines Corporation | Controlling language tense in electronic content |
US10235460B2 (en) | 2014-09-30 | 2019-03-19 | Splunk Inc. | Sharing configuration information for searches in data intake and query systems |
US9990423B2 (en) | 2014-09-30 | 2018-06-05 | Splunk Inc. | Hybrid cluster-based data intake and query |
US9922099B2 (en) | 2014-09-30 | 2018-03-20 | Splunk Inc. | Event limited field picker |
US20160092045A1 (en) * | 2014-09-30 | 2016-03-31 | Splunk, Inc. | Event View Selector |
US10726037B2 (en) | 2015-01-30 | 2020-07-28 | Splunk Inc. | Automatic field extraction from filed values |
US9916346B2 (en) | 2015-01-30 | 2018-03-13 | Splunk Inc. | Interactive command entry list |
US11442924B2 (en) | 2015-01-30 | 2022-09-13 | Splunk Inc. | Selective filtered summary graph |
US9842160B2 (en) | 2015-01-30 | 2017-12-12 | Splunk, Inc. | Defining fields from particular occurences of field labels in events |
US10915583B2 (en) | 2015-01-30 | 2021-02-09 | Splunk Inc. | Suggested field extraction |
US9977803B2 (en) | 2015-01-30 | 2018-05-22 | Splunk Inc. | Column-based table manipulation of event data |
US11544248B2 (en) | 2015-01-30 | 2023-01-03 | Splunk Inc. | Selective query loading across query interfaces |
US10061824B2 (en) | 2015-01-30 | 2018-08-28 | Splunk Inc. | Cell-based table manipulation of event data |
US9922082B2 (en) | 2015-01-30 | 2018-03-20 | Splunk Inc. | Enforcing dependency between pipelines |
US10013454B2 (en) | 2015-01-30 | 2018-07-03 | Splunk Inc. | Text-based table manipulation of event data |
US11615073B2 (en) | 2015-01-30 | 2023-03-28 | Splunk Inc. | Supplementing events displayed in a table format |
US9922084B2 (en) | 2015-01-30 | 2018-03-20 | Splunk Inc. | Events sets in a visually distinct display format |
CN116150409B (zh) * | 2023-04-10 | 2023-06-23 | 中科雨辰科技有限公司 | 一种文本时间序列获取方法、电子设备及存储介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11224255A (ja) * | 1998-02-05 | 1999-08-17 | Ricoh Co Ltd | キーワード抽出装置及び方法 |
JP2005346416A (ja) * | 2004-06-03 | 2005-12-15 | Matsushita Electric Ind Co Ltd | 日時情報変換装置、日時情報変換方法、日時情報変換プログラムおよび日時情報変換装置の集積回路 |
JP2007018285A (ja) * | 2005-07-07 | 2007-01-25 | Cac:Kk | 情報提供システム、情報提供方法、情報提供装置並びに情報提供プログラム |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE3714172A1 (de) * | 1986-04-28 | 1987-11-19 | Hitachi Ltd | Einrichtung zum durchsuchen von dokumenten in einem dokumentenablagesystem |
JP4289513B2 (ja) * | 1997-04-09 | 2009-07-01 | 富士通株式会社 | 文書表示装置およびプログラム記憶媒体 |
US6532469B1 (en) * | 1999-09-20 | 2003-03-11 | Clearforest Corp. | Determining trends using text mining |
US6769010B1 (en) * | 2000-05-11 | 2004-07-27 | Howzone.Com Inc. | Apparatus for distributing information over a network-based environment, method of distributing information to users, and method for associating content objects with a database wherein the content objects are accessible over a network communication medium by a user |
JP2002245070A (ja) * | 2001-02-20 | 2002-08-30 | Hitachi Ltd | データ表示方法及び装置並びにその処理プログラムを記憶した媒体 |
US7570262B2 (en) * | 2002-08-08 | 2009-08-04 | Reuters Limited | Method and system for displaying time-series data and correlated events derived from text mining |
US7895224B2 (en) * | 2002-12-10 | 2011-02-22 | Caringo, Inc. | Navigation of the content space of a document set |
US7730013B2 (en) * | 2005-10-25 | 2010-06-01 | International Business Machines Corporation | System and method for searching dates efficiently in a collection of web documents |
EP1949273A1 (en) * | 2005-11-16 | 2008-07-30 | Evri Inc. | Extending keyword searching to syntactically and semantically annotated data |
US20080033587A1 (en) * | 2006-08-03 | 2008-02-07 | Keiko Kurita | A system and method for mining data from high-volume text streams and an associated system and method for analyzing mined data |
US8874571B2 (en) * | 2006-11-10 | 2014-10-28 | Battelle Memorial Institute | Text analysis methods, text analysis apparatuses, and articles of manufacture |
WO2008083504A1 (en) * | 2007-01-10 | 2008-07-17 | Nick Koudas | Method and system for information discovery and text analysis |
US8086557B2 (en) * | 2008-04-22 | 2011-12-27 | Xerox Corporation | Method and system for retrieving statements of information sources and associating a factuality assessment to the statements |
-
2009
- 2009-02-12 WO PCT/JP2009/052269 patent/WO2009101954A1/ja active Application Filing
- 2009-02-12 JP JP2009553429A patent/JPWO2009101954A1/ja not_active Withdrawn
- 2009-02-12 US US12/735,618 patent/US20100325118A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11224255A (ja) * | 1998-02-05 | 1999-08-17 | Ricoh Co Ltd | キーワード抽出装置及び方法 |
JP2005346416A (ja) * | 2004-06-03 | 2005-12-15 | Matsushita Electric Ind Co Ltd | 日時情報変換装置、日時情報変換方法、日時情報変換プログラムおよび日時情報変換装置の集積回路 |
JP2007018285A (ja) * | 2005-07-07 | 2007-01-25 | Cac:Kk | 情報提供システム、情報提供方法、情報提供装置並びに情報提供プログラム |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015019723A1 (ja) * | 2013-08-07 | 2015-02-12 | シャープ株式会社 | 情報処理装置、情報処理方法、情報処理プログラム、情報処理システム、および電子機器 |
US10528985B2 (en) | 2015-12-14 | 2020-01-07 | International Business Machines Corporation | Determining a personalized advertisement channel |
US9905248B2 (en) | 2016-02-29 | 2018-02-27 | International Business Machines Corporation | Inferring user intentions based on user conversation data and spatio-temporal data |
US10580317B2 (en) | 2016-07-13 | 2020-03-03 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
US10089896B2 (en) | 2016-07-13 | 2018-10-02 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
US10043062B2 (en) | 2016-07-13 | 2018-08-07 | International Business Machines Corporation | Generating auxiliary information for a media presentation |
US9741258B1 (en) | 2016-07-13 | 2017-08-22 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
US10586468B2 (en) | 2016-07-13 | 2020-03-10 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
US10614297B2 (en) | 2016-07-13 | 2020-04-07 | International Business Machines Corporation | Generating auxiliary information for a media presentation |
US10614298B2 (en) | 2016-07-13 | 2020-04-07 | International Business Machines Corporation | Generating auxiliary information for a media presentation |
US10614296B2 (en) | 2016-07-13 | 2020-04-07 | International Business Machines Corporation | Generating auxiliary information for a media presentation |
US10621879B2 (en) | 2016-07-13 | 2020-04-14 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
US10733897B2 (en) | 2016-07-13 | 2020-08-04 | International Business Machines Corporation | Conditional provisioning of auxiliary information with a media presentation |
Also Published As
Publication number | Publication date |
---|---|
US20100325118A1 (en) | 2010-12-23 |
JPWO2009101954A1 (ja) | 2011-06-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2009101954A1 (ja) | テキスト情報分析システム | |
JP7163355B2 (ja) | メッセージ中のタスクの識別 | |
Zimmeck et al. | Privee: An architecture for automatically analyzing web privacy policies | |
Gu et al. | " what parts of your apps are loved by users?"(T) | |
Gregory et al. | Visual GISting: bringing together corpus linguistics and Geographical Information Systems | |
US20080033587A1 (en) | A system and method for mining data from high-volume text streams and an associated system and method for analyzing mined data | |
US9519636B2 (en) | Deduction of analytic context based on text and semantic layer | |
US20090235280A1 (en) | Event extraction system for electronic messages | |
US9922383B2 (en) | Patent claims analysis system and method | |
US20130006986A1 (en) | Automatic Classification of Electronic Content Into Projects | |
US20160285810A1 (en) | Analyzing email threads | |
US20130031526A1 (en) | Domain specific language design | |
JP2007287134A (ja) | 情報抽出装置、及び情報抽出方法 | |
WO2009042470A1 (en) | User-defined media annotations on dynamic charts | |
JP2010277312A (ja) | 日程調整支援装置、方法、およびプログラム | |
Böschen | Evaluation of JATSdecoder as an automated text extraction tool for statistical results in scientific reports | |
Rashid | ToxLex_bn: A curated dataset of bangla toxic language derived from Facebook comment | |
JP4945383B2 (ja) | 仕様書内容検査方法および仕様書内容検査システム | |
Medrano | Khipu transcription typologies: A corpus-based study of the Textos Andinos | |
US20190018893A1 (en) | Determining tone differential of a segment | |
Worku et al. | Amharic Fake News Detection on Social Media Using Feature Fusion | |
Barth et al. | A reporting tool for relational visualization and analysis of character mentions in literature | |
JP2006285499A (ja) | データマイニング装置、データマイニング方法およびそのプログラム | |
CN113449078A (zh) | 相似新闻识别方法、设备、系统及存储介质 | |
Vo et al. | VietSentiLex: A sentiment dictionary that considers the polarity of ambiguous sentiment words |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 09710511 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 12735618 Country of ref document: US |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2009553429 Country of ref document: JP |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 09710511 Country of ref document: EP Kind code of ref document: A1 |