Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7704403B2 - Support device, support system, support method and program - Google Patents
[go: Go Back, main page]

JP7704403B2 - Support device, support system, support method and program - Google Patents

Support device, support system, support method and program Download PDF

Info

Publication number
JP7704403B2
JP7704403B2 JP2021104561A JP2021104561A JP7704403B2 JP 7704403 B2 JP7704403 B2 JP 7704403B2 JP 2021104561 A JP2021104561 A JP 2021104561A JP 2021104561 A JP2021104561 A JP 2021104561A JP 7704403 B2 JP7704403 B2 JP 7704403B2
Authority
JP
Japan
Prior art keywords
words
unit
word
explanatory
sentence
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.)
Active
Application number
JP2021104561A
Other languages
Japanese (ja)
Other versions
JP2023003467A (en
Inventor
正人 藤澤
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.)
IB Research KK
Original Assignee
IB Research KK
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 IB Research KK filed Critical IB Research KK
Priority to JP2021104561A priority Critical patent/JP7704403B2/en
Publication of JP2023003467A publication Critical patent/JP2023003467A/en
Application granted granted Critical
Publication of JP7704403B2 publication Critical patent/JP7704403B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、支援装置、支援システム、支援方法及びプログラムに関する。 The present invention relates to a support device, a support system, a support method, and a program.

ユーザが入力した文字に対応する例文を検索して表示する入力支援装置が知られている(例えば、特許文献1を参照)。 There is a known input support device that searches for and displays example sentences that correspond to characters entered by a user (see, for example, Patent Document 1).

特開2014-021905号公報JP 2014-021905 A

特許明細書の執筆においては、特許請求の範囲に記載されている単語を説明する文章が記載される。そのため、特許明細書の作成を支援する装置においては、単語の説明が含まれている例文をユーザに提示することが求められる。しかしながら、特許文献1に記載の装置は、ユーザが入力したい項目名と文字の一部を入力したことに応じて、入力された項目名及び文字に対応する例文を表示する。したがって、従来の装置には、単語の説明が含まれていない例文も表示してしまうという問題があった。 When writing a patent specification, sentences are written to explain the words described in the claims. Therefore, a device that supports the creation of patent specifications is required to present the user with example sentences that include explanations of words. However, the device described in Patent Document 1 displays example sentences that correspond to the input item name and characters when the user inputs a part of the item name and characters that he or she wants to input. Therefore, conventional devices have the problem of displaying example sentences that do not include explanations of words.

そこで、本発明はこれらの点に鑑みてなされたものであり、単語の説明が含まれている例文をユーザに提示するための支援装置を提供することを目的とする。 Therefore, the present invention has been made in consideration of these points, and aims to provide a support device that presents example sentences that include explanations of words to the user.

本発明の第1の態様の支援装置においては、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部と、新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得するデータ取得部と、前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出する単語抽出部と、前記記憶部に記憶された前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文である説明文を検索する検索部と、前記1以上の単語と、前記検索部が検索した前記説明文と、を関連付けて表示部に表示させる表示処理部と、を備える。 The support device of the first aspect of the present invention includes a storage unit that stores a plurality of text sentences included in a past patent document created in the past, a data acquisition unit that acquires claim data corresponding to the scope of claims of a new patent document to be newly created, a word extraction unit that extracts one or more words to be described in the specification of the new patent document from among the words described in the scope of claims corresponding to the claim data, a search unit that searches for an explanatory sentence, which is a text sentence that explains a selected word, which is a word selected from the one or more words, from the plurality of text sentences stored in the storage unit, and a display processing unit that associates the one or more words with the explanatory sentence searched by the search unit and displays them on a display unit.

前記検索部は、前記選択単語と所定の助詞とが結合された文を含むテキスト文を前記説明文として検索してもよい。 The search unit may search for a text sentence including a sentence in which the selected word is combined with a predetermined particle as the explanatory sentence.

前記検索部は、説明する対象となる単語と、当該単語を含む前記テキスト文と、当該テキスト文が当該単語を説明する文であるか否かを示すフラグと、を教師データとして学習した学習済みモデルに前記過去特許文書を入力し、前記学習済みモデルが前記説明文として出力する前記テキスト文を取得することにより、前記説明文を検索してもよい。 The search unit may input the past patent document into a trained model that has been trained using as training data the word to be explained, the text sentence containing the word, and a flag indicating whether the text sentence is an explanatory sentence of the word, and search for the explanatory sentence by obtaining the text sentence that the trained model outputs as the explanatory sentence.

前記クレームデータに含まれる複数の単語と、複数の前記過去特許文書それぞれに含まれる複数の単語との一致度が閾値以上の一以上の前記過去特許文書を選択過去特許文書として選択する文書選択部をさらに有し、前記検索部は、前記選択過去特許文書に含まれる前記複数のテキスト文から前記説明文を検索してもよい。 The method may further include a document selection unit that selects one or more of the past patent documents as selected past patent documents in which the degree of match between a plurality of words included in the claim data and a plurality of words included in each of the past patent documents is equal to or greater than a threshold value, and the search unit may search for the description from the plurality of text sentences included in the selected past patent document.

前記表示処理部は、前記1以上の単語それぞれが前記選択過去特許文書に含まれるか否かを示す情報を前記一以上の単語それぞれに関連付けて前記表示部に表示させてもよい。 The display processing unit may display information indicating whether each of the one or more words is included in the selected past patent document on the display unit in association with each of the one or more words.

前記1以上の単語から前記選択単語を選択する操作を受け付ける操作受付部をさらに有し、前記検索部は、前記操作受付部が前記操作を受け付けたことに応じて、前記選択単語を説明するテキスト文である前記説明文を検索してもよい。 The system may further include an operation receiving unit that receives an operation to select the selected word from the one or more words, and the search unit may search for the description sentence, which is a text sentence that describes the selected word, in response to the operation receiving unit receiving the operation.

前記記憶部は、単語と、前記単語の類義語と、を関連付けて記憶し、前記検索部は、前記1以上の単語、及び前記記憶部が前記1以上の単語の類義語として記憶している1以上の前記類義語を説明するテキスト文である前記説明文を検索してもよい。 The storage unit may store words and synonyms of the words in association with each other, and the search unit may search the description, which is a text sentence that describes the one or more words and the one or more synonyms that the storage unit stores as synonyms of the one or more words.

前記表示処理部は、前記検索部が、前記1以上の単語及び前記1以上の類義語に対応する複数の前記説明文を検索した場合、複数の前記説明文に含まれる前記1以上の類義語を前記1以上の単語に置換した後の前記説明文を前記表示部に表示させてもよい。 When the search unit searches for a plurality of the explanatory sentences corresponding to the one or more words and the one or more synonyms, the display processing unit may cause the display unit to display the explanatory sentences after replacing the one or more synonyms included in the plurality of the explanatory sentences with the one or more words.

前記表示処理部は、前記新規特許文書の明細書を編集するための表示領域に、前記過去特許文書に含まれる前記複数のテキスト文からユーザにより選択された選択テキスト文を表示させた後に、前記選択テキスト文における、前記選択単語が表示されている位置の直前又は直後の位置に前記説明文を表示させてもよい。 The display processing unit may display a selected text sentence selected by a user from the plurality of text sentences included in the past patent document in a display area for editing the specification of the new patent document, and then display the explanatory sentence in the selected text sentence immediately before or after the position where the selected word is displayed.

前記表示処理部は、前記検索部が、複数の前記過去特許文書から検索された複数の前記説明文に含まれる複数の前記選択単語に異なる符号が付されている場合に、当該異なる符号を1つの符号に置換した後に複数の前記説明文を前記表示部に表示させてもよい。 When different symbols are assigned to the selected words included in the multiple descriptions searched from the multiple past patent documents by the search unit, the display processing unit may replace the different symbols with a single symbol and then display the multiple descriptions on the display unit.

本発明の第2の態様の支援システムにおいては、単語を説明する説明文を検索する支援装置と、前記支援装置から前記説明文を受信する端末装置と、を備え、前記支援装置は、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部と、新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを前記端末装置から取得するデータ取得部と、前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出する単語抽出部と、前記記憶部に記憶された前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文である前記説明文を検索し、前記1以上の単語と、検索した前記説明文と、を関連付けて前記端末装置に送信する検索部と、を備え、前記端末装置は、入力された前記クレームデータを前記支援装置に送信するクレームデータ送信部と、前記支援装置から受信した、前記1以上の単語と、前記検索部が検索した前記説明文と、を関連付けて表示部に表示させる表示部と、を備える。 In the second aspect of the present invention, the support system includes a support device that searches for an explanatory text that explains a word, and a terminal device that receives the explanatory text from the support device. The support device includes a storage unit that stores a plurality of text sentences included in a past patent document created in the past, a data acquisition unit that acquires claim data corresponding to the scope of a claim of a new patent document to be newly created from the terminal device, a word extraction unit that extracts one or more words to be explained in the specification of the new patent document from the words described in the scope of the claim data that correspond to the claim data, and a search unit that searches the explanatory text, which is a text sentence that explains a selected word that is a word selected from the one or more words, from the plurality of text sentences stored in the storage unit, and associates the one or more words with the searched explanatory text and transmits them to the terminal device. The terminal device includes a claim data transmission unit that transmits the input claim data to the support device, and a display unit that associates the one or more words received from the support device with the explanatory text searched by the search unit and displays them on the display unit.

本発明の第3の態様の支援方法においては、新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得するステップと、前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出するステップと、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部を参照し、前記記憶部に記憶された前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文である説明文を検索するステップと、前記1以上の単語と、前記検索するステップが検索した前記説明文と、を関連付けて表示部に表示させるステップと、を備える。 The support method of the third aspect of the present invention includes the steps of: acquiring claim data corresponding to the claims of a new patent document to be newly created; extracting one or more words to be described in the specification of the new patent document from among the words described in the claims corresponding to the claim data; referring to a storage unit that stores a plurality of text sentences included in a past patent document created in the past, searching for an explanatory sentence, which is a text sentence explaining a selected word, which is a word selected from the one or more words, from the plurality of text sentences stored in the storage unit; and displaying the one or more words and the explanatory sentence searched for in the searching step on a display unit in association with each other.

本発明の第4の態様のプログラムにおいては、コンピュータに、新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得するステップと、前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出するステップと、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部を参照し、前記記憶部に記憶された前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文である説明文を検索するステップと、前記1以上の単語と、前記検索するステップが検索した前記説明文と、を関連付けて表示部に表示させるステップと、を実行させる。 In the program of the fourth aspect of the present invention, a computer is caused to execute the steps of: acquiring claim data corresponding to the claims of a new patent document to be newly created; extracting one or more words to be described in the specification of the new patent document from among the words described in the claims corresponding to the claim data; referring to a storage unit that stores a plurality of text sentences included in a past patent document created in the past, searching for an explanatory sentence, which is a text sentence explaining a selected word, which is a word selected from the one or more words, from the plurality of text sentences stored in the storage unit; and displaying the one or more words and the explanatory sentence searched for in the searching step on a display unit in association with each other.

本発明によれば、単語の説明が含まれている例文をユーザに提示することができる。 According to the present invention, example sentences that include explanations of words can be presented to the user.

支援装置1の概要を示す図である。FIG. 1 is a diagram showing an overview of a support device 1. 支援装置1の構成を示す図である。FIG. 1 is a diagram showing a configuration of a support device 1. 明細書選択画面の一例を示す図である。FIG. 13 is a diagram showing an example of a statement selection screen. キーワード選択画面の一例を示す図である。FIG. 13 is a diagram showing an example of a keyword selection screen. 説明文選択画面の画面遷移の一例を示す図である。FIG. 13 is a diagram showing an example of a screen transition of a description selection screen. キーワード選択画面の変形例を示す図である。FIG. 13 is a diagram showing a modified example of a keyword selection screen. 説明文の検索方法の例を示す図である。FIG. 13 is a diagram illustrating an example of a method for searching for an explanatory text. 支援装置1における処理の流れを示す図である。FIG. 2 is a diagram showing a process flow in the support device 1. 支援システムSの構成を示す図である。FIG. 2 is a diagram showing the configuration of a support system S.

[支援装置1の概要]
図1は、支援装置1の概要を示す図である。支援装置1は、特許明細書のように、単語の意味を説明する文が含まれる文書の作成を支援するための装置である。支援装置1は、例えばパーソナルコンピュータ等の情報処理装置である。以下では、支援装置1が、ユーザが特許明細書を作成することを目的として操作する端末であることを例として説明する。
[Overview of Support Device 1]
1 is a diagram showing an overview of a support device 1. The support device 1 is a device for supporting the creation of a document that includes sentences explaining the meanings of words, such as a patent specification. The support device 1 is, for example, an information processing device such as a personal computer. In the following, an example will be described in which the support device 1 is a terminal that a user operates for the purpose of creating a patent specification.

支援装置1は、過去に記載された特許明細書である過去特許文書から、新規に作成する特許明細書において記載される単語を説明する説明文の候補を抽出し、抽出した候補を提示する。特許明細書において記載される単語は、例えば特許請求の範囲(すなわちクレーム)に含まれている単語である。支援装置1は、提示した説明文の候補からユーザが選択した候補の説明文を、ユーザが作成する新規の特許明細書の文章の中に挿入する。 The support device 1 extracts explanatory sentence candidates explaining words to be described in a newly created patent specification from past patent documents, which are patent specifications written in the past, and presents the extracted candidates. Words described in a patent specification are, for example, words included in the scope of a patent claim (i.e., claims). The support device 1 inserts the explanatory sentence candidate selected by the user from the presented explanatory sentence candidates into the text of a new patent specification to be created by the user.

具体的には、支援装置1は、特許出願書類のうち特許請求の範囲に対応するテキストデータであるクレームデータを取得する。支援装置1は、クレームデータに含まれる単語のうちユーザが作成している明細書において説明する対象となる単語を抽出する。支援装置1は、抽出した単語を説明するテキスト文である説明文を、過去に記載された特許文書である過去特許文書が記憶された過去特許文書DBから検索する。支援装置1は、検索した単語の説明文を、該単語と関連付けて表示する。支援装置1は、表示された単語の説明文からユーザが好適な説明文を選択する操作を受けることにより、ユーザが編集中の文書に選択した説明文を挿入する。このように、支援装置1は、過去特許文書に記載された単語の説明文をユーザが新規に作成する特許明細書において流用できるようにすることで、ユーザによる新規の特許明細書の作成を支援する。 Specifically, the support device 1 acquires claim data, which is text data corresponding to the scope of claims, from the patent application documents. The support device 1 extracts words to be explained in the specification being prepared by the user from among the words contained in the claim data. The support device 1 searches for an explanatory sentence, which is a text sentence explaining the extracted word, from a past patent document DB in which past patent documents, which are patent documents written in the past, are stored. The support device 1 displays the explanatory sentence of the searched word in association with the word. The support device 1 receives an operation in which the user selects a suitable explanatory sentence from the explanatory sentences of the displayed words, and inserts the explanatory sentence selected by the user into the document being edited. In this way, the support device 1 supports the user in preparing a new patent specification by allowing the explanatory sentences of words written in past patent documents to be reused in a patent specification being newly prepared by the user.

[支援装置1の構成例]
図2は、実施形態にかかる支援装置1の構成を示す図である。支援装置1は、操作部11と、表示部12と、記憶部13と、制御部14と、を備える。制御部14は、データ取得部141と、操作受付部142と、単語抽出部143と、文書選択部144と、検索部145と、表示処理部146と、を備える。
[Example of configuration of support device 1]
2 is a diagram showing the configuration of the support device 1 according to the embodiment. The support device 1 includes an operation unit 11, a display unit 12, a storage unit 13, and a control unit 14. The control unit 14 includes a data acquisition unit 141, an operation reception unit 142, a word extraction unit 143, a document selection unit 144, a search unit 145, and a display processing unit 146.

操作部11は、支援装置1のユーザから操作入力を受け付け、受け付けた操作に対応する制御信号を操作受付部142に出力する。操作部11は、例えば、マウスやキーボード等である。表示部12は、制御部14からの制御信号に応答し、画像や表示処理部146が生成した表示画面を表示する。表示部12は、例えば、液晶ディスプレイ、有機EL(Electro-Luminescence)ディスプレイ等である。 The operation unit 11 accepts operation input from a user of the support device 1, and outputs a control signal corresponding to the accepted operation to the operation acceptance unit 142. The operation unit 11 is, for example, a mouse or a keyboard. The display unit 12 responds to a control signal from the control unit 14 and displays an image or a display screen generated by the display processing unit 146. The display unit 12 is, for example, a liquid crystal display, an organic EL (Electro-Luminescence) display, etc.

記憶部13は、例えば、ROM(Read Only Memory)、RAM(Random Access Memory)、ハードディスク又はSSD(Solid State Drive)を含む。記憶部13は、支援装置1を機能させるための各種プログラムを記憶する。記憶部13は、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する。過去特許文書は過去に作成された特許明細書、公開された特許公報又は特許公開公報等である。記憶部13は、単語と、単語の類義語と、を関連付けて記憶してもよい。記憶部13は、例えば単語と類義語を関連付けたテーブルを記憶する。 The storage unit 13 includes, for example, a ROM (Read Only Memory), a RAM (Random Access Memory), a hard disk, or an SSD (Solid State Drive). The storage unit 13 stores various programs for causing the assistance device 1 to function. The storage unit 13 stores a plurality of text sentences contained in past patent documents created in the past. Past patent documents are patent specifications created in the past, published patent publications, or patent publications, etc. The storage unit 13 may store words in association with synonyms of the words. The storage unit 13 stores, for example, a table that associates words with synonyms.

制御部14は、例えばCPU(Central Processing Unit)である。制御部14は、記憶部13に記憶されている制御プログラムを実行することにより、データ取得部141、操作受付部142、単語抽出部143、文書選択部144、検索部145及び表示処理部146として機能する。 The control unit 14 is, for example, a CPU (Central Processing Unit). The control unit 14 executes a control program stored in the storage unit 13, thereby functioning as a data acquisition unit 141, an operation reception unit 142, a word extraction unit 143, a document selection unit 144, a search unit 145, and a display processing unit 146.

データ取得部141は、新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得する。クレームデータは、特許を受けようとする権利範囲を特定するための文を示すテキストデータである。特許請求の範囲が複数の請求項に区分されている場合、クレームデータは、請求項の全部又は一部を示すデータである。データ取得部141は、一例として、特許請求の範囲のテキスト文を入力するための画面に入力されたテキスト文に対応するテキストデータをクレームデータとして取得する。データ取得部141は、クレームデータが含まれる電子ファイルを記憶媒体から読み出したり、通信回線を介して外部装置から取得したりすることにより、クレームデータを取得してもよい。データ取得部141は、クレームデータを取得すると、単語抽出部143及び文書選択部144にクレームデータを出力する。 The data acquisition unit 141 acquires claim data corresponding to the claims of a new patent document to be newly created. The claim data is text data indicating a sentence for specifying the scope of rights for which a patent is to be granted. When the claims are divided into a plurality of claims, the claim data is data indicating all or part of the claims. As an example, the data acquisition unit 141 acquires, as the claim data, text data corresponding to a text sentence entered into a screen for entering the text sentence of the claims. The data acquisition unit 141 may acquire the claim data by reading an electronic file including the claim data from a storage medium or by acquiring the claim data from an external device via a communication line. When the data acquisition unit 141 acquires the claim data, it outputs the claim data to the word extraction unit 143 and the document selection unit 144.

操作受付部142は、操作部11から入力された信号に基づいて、ユーザの操作内容を特定する。操作受付部142は、1以上の単語から選択単語を選択する操作を受け付ける。選択単語は、過去特許文書から説明文を検索する対象となる単語である。操作受付部142は、受け付けた操作内容が、表示処理部146が表示した、後述するキーワード選択画面に含まれる複数の単語から選択単語を選択する操作である場合、選択された単語を検索部145に出力する。 The operation acceptance unit 142 identifies the user's operation content based on a signal input from the operation unit 11. The operation acceptance unit 142 accepts an operation to select a selected word from one or more words. The selected word is a word for which an explanatory text is to be searched for in past patent documents. When the accepted operation content is an operation to select a selected word from a plurality of words included in a keyword selection screen (described later) displayed by the display processing unit 146, the operation acceptance unit 142 outputs the selected word to the search unit 145.

単語抽出部143は、クレームデータに対応する特許請求の範囲に記載された単語のうち、新規特許文書の明細書において説明する対象となる1以上の単語を抽出する。単語抽出部143は、データ取得部141からクレームデータを取得すると、形態素解析を行う。そして、単語抽出部143は、解析結果に基づいてクレームデータに含まれる名詞、形容詞又は副詞の少なくともいずれかの単語を特定し、特定した単語を、新規特許文書の明細書において説明する対象となる単語として抽出する。単語抽出部143は、抽出した単語を検索部145に出力する。 The word extraction unit 143 extracts one or more words to be described in the specification of the new patent document from among the words described in the claims corresponding to the claim data. When the word extraction unit 143 acquires the claim data from the data acquisition unit 141, it performs a morphological analysis. Then, based on the analysis results, the word extraction unit 143 identifies at least one word, a noun, an adjective, or an adverb, contained in the claim data, and extracts the identified word as a word to be described in the specification of the new patent document. The word extraction unit 143 outputs the extracted word to the search unit 145.

文書選択部144は、クレームデータに含まれる複数の単語と、複数の過去特許文書それぞれに含まれる複数の単語との一致度が閾値以上の一以上の過去特許文書を選択過去特許文書として選択する。選択過去特許文書は、単語の説明文を抽出する対象とする過去特許文書である。文書選択部144は、例えば、クレームデータに含まれる単語ごとに、過去特許文書における当該単語の出現回数を特定し、出現回数が閾値以上の単語が含まれている過去特許文書を選択過去特許文書として選択する。文書選択部144は、出現回数が閾値以上の単語が複数含まれている過去特許文書を選択過去特許文書として選択してもよい。 The document selection unit 144 selects, as the selected past patent document, one or more past patent documents in which the degree of match between multiple words included in the claim data and multiple words included in each of the multiple past patent documents is equal to or greater than a threshold value. The selected past patent document is a past patent document from which an explanatory sentence of a word is to be extracted. For example, the document selection unit 144 identifies the number of times that each word included in the claim data appears in the past patent document, and selects, as the selected past patent document, a past patent document that contains a word whose number of appearances is equal to or greater than the threshold value. The document selection unit 144 may select, as the selected past patent document, a past patent document that contains multiple words whose number of appearances is equal to or greater than the threshold value.

文書選択部144は、クレームデータにおける複数の単語が記載されている順番と同じ順番で当該複数の単語が含まれている過去特許文書を選択過去特許文書として選択してもよい。また、文書選択部144は、クレームデータにおける複数の単語それぞれの間の距離と同等の距離で当該複数の単語が含まれている過去特許文書を選択過去特許文書として選択してもよい。 The document selection unit 144 may select, as the selected past patent document, a past patent document that contains the multiple words in the same order as the order in which the multiple words are written in the claim data. The document selection unit 144 may also select, as the selected past patent document, a past patent document that contains the multiple words at a distance equal to the distance between each of the multiple words in the claim data.

一例として、文書選択部144は、クレームデータに含まれる単語それぞれが過去特許文書に出現する回数の総和により一致度を算出してもよい。文書選択部144は、クレームデータに含まれる単語ごとに、該単語が過去特許文書に出現する回数から定まるスコアを算出し、単語ごとのスコアの総和を算出することで一致度を算出してもよい。文書選択部144は、クレームデータに含まれる複数の単語のうち、過去特許文書に共通して含まれる単語の数に基づいて一致度を算出してもよい。文書選択部144は、例えば、クレームデータに含まれる単語が、「電極群」、「静電容量方式」及び「透明タッチパネル」である場合、「静電容量方式」及び「透明タッチパネル」の2種類の単語が含まれる文献の一致度が、「電極群」の1種類のみが含まれる文献の一致度よりも高いと判定する。 As an example, the document selection unit 144 may calculate the degree of match based on the sum of the number of times each word included in the claim data appears in the past patent document. The document selection unit 144 may calculate the degree of match by calculating a score for each word included in the claim data that is determined from the number of times the word appears in the past patent document and calculating the sum of the scores for each word. The document selection unit 144 may calculate the degree of match based on the number of words that are commonly included in the past patent documents among multiple words included in the claim data. For example, when the words included in the claim data are "electrode group", "capacitive type", and "transparent touch panel", the document selection unit 144 determines that the degree of match of a document that includes two types of words, "capacitive type" and "transparent touch panel", is higher than the degree of match of a document that includes only one type, "electrode group".

また、文書の中で繰り返し使用される単語は重要な単語であると考えられる。そこで、文書選択部144は、クレームデータに含まれる単語のうち、過去特許文書に所定の回数以上出現する単語の数又は抽出した単語に対する重要な単語の割合に基づいて一致度を算出してもよい。 In addition, words that are used repeatedly in a document are considered to be important words. Therefore, the document selection unit 144 may calculate the degree of match based on the number of words that appear a predetermined number of times or more in past patent documents among the words included in the claim data, or the ratio of important words to the extracted words.

さらに、文書選択部144は、クレームデータにおける重要な単語同士が出現する距離と、過去特許文書において同じ組み合わせの単語同士が出現する距離と、の関係に基づいて一致度を算出してもよい。なお、文書選択部144は、ユーザが指定する単語を重要な単語としてもよい。なお、文書選択部144は、単語と当該単語の同義語とを同じ単語として扱って、上述の処理をしてもよい。 Furthermore, the document selection unit 144 may calculate the degree of match based on the relationship between the distance at which important words appear in the claim data and the distance at which the same combination of words appear in the past patent documents. The document selection unit 144 may set a word specified by the user as an important word. The document selection unit 144 may perform the above-mentioned process by treating a word and its synonym as the same word.

文書選択部144は、ユーザが複数の過去特許文書から一以上の過去特許文書を選択する操作に基づいて、選択過去特許文書を選択してもよい。この場合、文書選択部144は、表示処理部146を介して図3に示す明細書選択画面を表示して、ユーザに選択過去特許文書の選択を促す。明細書選択画面においては、表示処理部146は、文書選択部144から取得した一致度が所定の閾値以上となる過去特許文書を表示してもよい。図3に示す明細書選択画面の例においては、「Copy」ボタンが押された操作を操作受付部142が受け付けると、文書選択部144は、ユーザが選択した過去特許文書を選択過去特許文書として選択する。文書選択部144は、選択された選択過去特許文書を検索部145に出力する。 The document selection unit 144 may select the selected past patent document based on the user's operation of selecting one or more past patent documents from multiple past patent documents. In this case, the document selection unit 144 displays the specification selection screen shown in FIG. 3 via the display processing unit 146 to prompt the user to select the selected past patent document. In the specification selection screen, the display processing unit 146 may display past patent documents whose degree of match obtained from the document selection unit 144 is equal to or greater than a predetermined threshold. In the example of the specification selection screen shown in FIG. 3, when the operation reception unit 142 receives an operation in which the "Copy" button is pressed, the document selection unit 144 selects the past patent document selected by the user as the selected past patent document. The document selection unit 144 outputs the selected selected past patent document to the search unit 145.

検索部145は、記憶部13に記憶された複数のテキスト文から、1以上の単語から選択された単語である選択単語を説明するテキスト文である説明文を検索する。検索部145は、記憶部13に記憶された過去特許文書から、単語抽出部143が抽出したクレームデータに含まれる単語のうち選択された単語を含むテキスト文を、単語を説明する説明文として検索する。検索部145は、例えば文書選択部144から入力された選択過去特許文書から、選択された単語を含むテキスト文を検索する。検索部145は、選択単語を含む1文を説明文としてもよく、選択単語を含む文の前後の文を含む複数の文を説明文としてもよく、選択単語が含まれる段落に含まれる全ての文を説明文としてもよい。 The search unit 145 searches for explanatory sentences, which are text sentences explaining a selected word, which is a word selected from one or more words, from a plurality of text sentences stored in the storage unit 13. The search unit 145 searches for text sentences including a selected word among the words included in the claim data extracted by the word extraction unit 143 from past patent documents stored in the storage unit 13 as explanatory sentences explaining the word. The search unit 145 searches for text sentences including the selected word, for example, from selected past patent documents input from the document selection unit 144. The search unit 145 may treat one sentence including the selected word as the explanatory sentence, may treat multiple sentences including sentences before and after the sentence including the selected word as the explanatory sentence, or may treat all sentences included in a paragraph including the selected word as the explanatory sentence.

検索部145は、選択単語と所定の助詞とが結合された文を含むテキスト文を説明文として検索してもよい。検索部145は、一例として名詞である選択単語と、所定の助詞と、が結合された主語を含む文を含むテキスト文を検索する。助詞は助詞的に用いられる語を含む。所定の助詞とは、例えば、「は」、「が」、「とは」又は「においては」等のように、説明文において用いられる助詞として予め登録された助詞である。検索部145が、このように動作することで、単語の意味、性質又は動作等を説明する文が抽出される蓋然性を高めることができる。 The search unit 145 may search for a text sentence including a sentence in which a selected word is combined with a predetermined particle as an explanatory sentence. The search unit 145 searches for a text sentence including a sentence including a subject in which a selected word, which is a noun, and a predetermined particle are combined. The particle includes a word used as a particle. The predetermined particle is a particle that is registered in advance as a particle used in explanatory sentences, such as "wa", "ga", "toha", or "ni wa te wa". By operating in this manner, the search unit 145 can increase the probability of extracting a sentence that explains the meaning, nature, or action of a word.

検索部145は、操作受付部142が操作を受け付けたことに応じて、選択単語を説明するテキスト文である説明文を検索してもよい。図4は、説明文を検索する対象となる単語を選択するためのキーワード選択画面の一例を示す。図4に示すキーワード選択画面では、単語抽出部143から入力された単語に関連付けて「検索」ボタンが配置されている。ユーザの操作により「検索」ボタンが押されると、検索部145は、ボタンに関連付けられた単語を選択単語に決定し、選択単語を説明する説明文を、記憶部13に記憶された過去特許文書から検索する。 The search unit 145 may search for an explanatory sentence, which is a text sentence explaining the selected word, in response to an operation received by the operation receiving unit 142. FIG. 4 shows an example of a keyword selection screen for selecting a word for which an explanatory sentence is to be searched. In the keyword selection screen shown in FIG. 4, a "Search" button is arranged in association with the word input from the word extraction unit 143. When the "Search" button is pressed by a user's operation, the search unit 145 determines the word associated with the button as the selected word, and searches for an explanatory sentence explaining the selected word from past patent documents stored in the memory unit 13.

検索部145が、クレームデータに対応する特許請求の範囲の技術分野との関連性が高い技術分野の過去特許文書から説明文を検索することで、ユーザの意図により近い単語の説明文を探すことができる蓋然性が高まると考えられる。そこで、検索部145は、選択過去特許文書に含まれる複数のテキスト文から説明文を検索してもよい。すなわち、検索部145は、文書選択部144から入力された選択過去特許文書を対象として、選択単語の説明文を検索してもよい。 It is considered that the search unit 145 can increase the probability of finding an explanation of a word that is closer to the user's intention by searching for an explanation from past patent documents in a technical field that is highly related to the technical field of the patent claim corresponding to the claim data. Therefore, the search unit 145 may search for an explanation from multiple text sentences contained in the selected past patent document. In other words, the search unit 145 may search for an explanation of the selected word in the selected past patent document input from the document selection unit 144.

また、選択単語の類義語を説明する説明文も検索部145が検索することで、選択単語の説明文として使用できる説明文が見つかる可能性が高まる。そこで、検索部145は、1以上の単語、及び記憶部13が1以上の単語の類義語として記憶している1以上の類義語を説明するテキスト文である説明文を検索してもよい。検索部145は、記憶部13に記憶された単語と類義語とを関連付けた情報を参照し、選択単語の類義語を特定する。そして、検索部145は、特定された類義語を説明する説明文を検索する。検索部145がこのように構成されることで、支援装置1においては、少ない操作で容易にユーザの意図に沿った説明文を探すことができる。 In addition, by having the search unit 145 search for explanatory texts that explain synonyms of the selected word, the possibility of finding an explanatory text that can be used as an explanatory text for the selected word increases. Therefore, the search unit 145 may search for explanatory texts that are text sentences that explain one or more words and one or more synonyms stored in the memory unit 13 as synonyms of the one or more words. The search unit 145 refers to information that associates words and synonyms stored in the memory unit 13, and identifies synonyms of the selected word. Then, the search unit 145 searches for explanatory texts that explain the identified synonyms. By configuring the search unit 145 in this way, the support device 1 can easily find explanatory texts that match the user's intentions with few operations.

[説明文を検索する操作画面の例]
ここで、図5を用いて説明文を検索する流れについて説明する。図5は、キーワード選択画面において説明文を検索したい単語をユーザが選択し、検索された説明文をユーザが編集中の文書に挿入するまでの画面の遷移を示す図である。図5(a)は、図4に示すキーワード選択画面が、文書編集ソフトが起動しているウインドウに重畳して表示されている例を示す。文書編集ソフトが起動しているウインドウには、ユーザが編集している文書が表示されている。キーワード選択画面において単語と関連付けられた「検索」ボタンをユーザが押すと、表示処理部146は図5(b)に示す検索結果表示画面を表示する。
[Example of the operation screen for searching descriptions]
Here, the flow of searching for an explanatory text will be described with reference to Fig. 5. Fig. 5 is a diagram showing the transition of screens from when the user selects a word for which he wants to search for an explanatory text on the keyword selection screen to when the user inserts the searched explanatory text into the document he is editing. Fig. 5(a) shows an example in which the keyword selection screen shown in Fig. 4 is displayed superimposed on a window in which document editing software is running. The document being edited by the user is displayed in the window in which the document editing software is running. When the user presses the "Search" button associated with a word on the keyword selection screen, the display processing unit 146 displays the search result display screen shown in Fig. 5(b).

図5(b)は、選択された単語を説明する説明文として検索された文の一覧を表示し、ユーザの選択を促す検索結果表示画面の一例である。このように、表示処理部146は、1以上の単語と、検索部145が検索した説明文と、を関連付けて表示部に表示させる。すなわち、表示処理部146は説明文の検索結果として、単語と、検索結果として取得された単語の説明文と、を関連付けて検索結果表示画面に表示する。表示処理部146は、単語と説明文を関連付けて表示する方法として、説明文中に含まれる選択された単語をハイライトして強調表示してもよいし、検索結果表示画面の所定の欄に選択された単語を表示してもよい。 Figure 5 (b) is an example of a search result display screen that displays a list of sentences searched for as explanatory sentences that explain the selected word and prompts the user to make a selection. In this way, the display processing unit 146 displays one or more words and the explanatory sentences searched for by the search unit 145 in association with each other on the display unit. That is, the display processing unit 146 displays, as an explanatory sentence search result, a word and an explanatory sentence of the word obtained as a search result in association with each other on the search result display screen. As a method of displaying the word and the explanatory sentence in association with each other, the display processing unit 146 may highlight the selected word included in the explanatory sentence to emphasize it, or may display the selected word in a specified field on the search result display screen.

そして、表示された説明文の候補のうち好適な説明文を選択する操作を操作受付部142が受け付けると、表示処理部146は、図5(c)に示すように、文書編集ソフトが起動しているウインドウに、選択された説明文を挿入する。表示処理部146は、選択された説明文を所定の位置に挿入する。所定の位置は、例えば、編集中の文書の末尾、又は画面上で入力位置として指定されている場所である。 When the operation receiving unit 142 receives an operation to select a suitable explanatory sentence from the displayed explanatory sentence candidates, the display processing unit 146 inserts the selected explanatory sentence into the window in which the document editing software is running, as shown in FIG. 5(c). The display processing unit 146 inserts the selected explanatory sentence into a predetermined position. The predetermined position is, for example, the end of the document being edited, or a place on the screen that is specified as an input position.

ここで、ユーザにより選択された説明文が、編集中の明細書に記入された選択単語に対応する位置に挿入されると、ユーザにとっての利便性が高い。そこで、表示処理部146は、新規特許文書の明細書を編集するための表示領域に、過去特許文書に含まれる複数のテキスト文からユーザにより選択された選択テキスト文を表示させた後に、選択テキスト文における、選択単語が表示されている位置の直前又は直後の位置に説明文を表示させてもよい。 Here, if the explanatory text selected by the user is inserted at a position corresponding to the selected word entered in the specification being edited, it is highly convenient for the user. Therefore, the display processing unit 146 may display the selected text text selected by the user from multiple text texts included in the past patent document in the display area for editing the specification of the new patent document, and then display the explanatory text in a position immediately before or after the position where the selected word is displayed in the selected text text.

表示処理部146は、検索結果表示画面において、検索された説明文を表示させ、検索結果表示画面に表示された説明文のうちユーザが選択した説明文を、文書編集ソフトが起動中のウインドウにおける選択単語が表示されている位置の直前又は直後の位置に挿入する。表示処理部146は、編集中のウインドウにおいて、選択単語を含む文と他の文とを区切る句点の直前又は直後に説明文を挿入してもよい。表示処理部146は、文書編集ソフトが起動中のウインドウにおいて選択単語を示すテキストと説明文とを置換させることで、説明文を明細書に挿入してもよい。このように構成されることで、表示処理部146はユーザの所望の位置に説明文を挿入させることができ、ユーザの操作を削減することができる。 The display processing unit 146 displays the searched explanatory text on the search result display screen, and inserts an explanatory text selected by the user from among the explanatory texts displayed on the search result display screen, in a position immediately before or immediately after the position where the selected word is displayed in the window in which the document editing software is running. The display processing unit 146 may insert the explanatory text in the window being edited, immediately before or immediately after a period that separates a sentence including the selected word from another sentence. The display processing unit 146 may insert the explanatory text into the specification by replacing the text indicating the selected word with the explanatory text in the window in which the document editing software is running. This configuration allows the display processing unit 146 to insert the explanatory text at a position desired by the user, thereby reducing the user's operations.

ところで、キーワード選択画面においては、単語に対応する説明文が選択過去特許文書に含まれているか否かを示す情報を表示すれば、説明文が含まれていない選択過去特許文書を検索するためのユーザの操作を削減できるので利便性が高い。そこで、表示処理部146は、1以上の単語それぞれが選択過去特許文書に含まれるか否かを示す情報を一以上の単語それぞれに関連付けて表示部12に表示させてもよい。すなわち、表示処理部146は、単語抽出部143から取得した単語が文書選択部144から取得した選択過去特許文書に含まれるか否かを判定し、それぞれの単語が選択過去特許文書に含まれるか否かを示す画面を表示部12に表示させる。 Incidentally, on the keyword selection screen, if information indicating whether or not the explanatory text corresponding to a word is included in the selected past patent document is displayed, the user's operation for searching for selected past patent documents that do not include the explanatory text can be reduced, which is highly convenient. Therefore, the display processing unit 146 may associate information indicating whether or not each of one or more words is included in the selected past patent document with each of the one or more words and display it on the display unit 12. In other words, the display processing unit 146 determines whether or not the words acquired from the word extraction unit 143 are included in the selected past patent document acquired from the document selection unit 144, and displays a screen indicating whether or not each word is included in the selected past patent document on the display unit 12.

図6は、キーワード選択画面の画面構成の変形例を示す図である。図6に示すキーワード選択画面では、抽出された単語の前に「●」及び「★」が表示されている。ここで、「●」は、単語が選択過去特許文書に含まれていることを示し、「★」は、単語が選択過去特許文書に含まれていないことを示す。なお、「●」及び「★」は一例であり、単語が選択過去特許文書に含まれるか否かは、フォントのサイズ又は色の違い等、どのような態様で表示されてもよい。 Figure 6 is a diagram showing a modified screen configuration of the keyword selection screen. In the keyword selection screen shown in Figure 6, "●" and "★" are displayed before extracted words. Here, "●" indicates that the word is included in the selected past patent document, and "★" indicates that the word is not included in the selected past patent document. Note that "●" and "★" are only examples, and whether or not a word is included in the selected past patent document may be displayed in any manner, such as by using different font sizes or colors.

[機械学習済みモデルを用いた検索処理]
検索部145は、機械学習を用いて検索処理を実施してもよい。図7は、検索部の検索処理の一例を示す図である。検索部145は、説明する対象となる単語と、当該単語を含むテキスト文と、当該テキスト文が当該単語を説明する文であるか否かを示すフラグと、を教師データとして学習した学習済みモデルに過去特許文書を入力し、学習済みモデルが説明文として出力するテキスト文を取得することにより、説明文を検索してもよい。
[Search processing using machine learning models]
The search unit 145 may perform the search process using machine learning. Fig. 7 is a diagram showing an example of the search process of the search unit. The search unit 145 may input a past patent document to a trained model that has been trained using a word to be explained, a text sentence including the word, and a flag indicating whether the text sentence is a sentence explaining the word as training data, and may search for an explanatory sentence by acquiring a text sentence output by the trained model as an explanatory sentence.

具体的には、検索部145は、説明する対象となる単語と、当該単語を含むテキスト文と、当該テキスト文が当該単語を説明する文であるか否かを示すフラグと、を教師データとして、単語と、単語を説明する説明文と、の関係を学習した学習済みモデルを生成する。検索部145は、生成した学習済みモデルに選択過去特許文書又は選択過去特許文書に含まれる複数のテキスト文と選択単語とを入力することで、選択過去特許文書に含まれる選択単語を説明する説明文を特定する。 Specifically, the search unit 145 generates a trained model that learns the relationship between a word and an explanatory sentence that explains the word, using as training data the word to be explained, a text sentence containing the word, and a flag indicating whether the text sentence is an explanatory sentence of the word. The search unit 145 inputs the selected past patent document or a plurality of text sentences and the selected word contained in the selected past patent document to the generated trained model, thereby identifying an explanatory sentence that explains the selected word contained in the selected past patent document.

[単語の置換処理]
検索部145が、選択単語に類似する類義語の説明文を検索した場合、ユーザが作成している明細書の中に類義語の説明文が挿入されてしまうと、類義語を選択単語に置換する作業をユーザが行う必要が生じてしまう。そこで、表示処理部146は、検索部145が、1以上の単語及び1以上の類義語に対応する複数の説明文を検索した場合、複数の説明文に含まれる1以上の類義語を1以上の単語に置換した後の説明文を表示部に表示させてもよい。表示処理部146は、検索部145が選択単語の類義語に対応する説明文を検索した場合において、検索された説明文を編集中の文書に挿入する操作を受け付けた場合、説明文中に含まれる類義語を選択単語に置換したうえで、選択単語に置換された後の説明文を編集中の文書に挿入する。表示処理部146がこのように構成されていることで、ユーザの作業を削減することができるので、明細書の作成に要する時間を短縮することが可能になる。
[Word replacement process]
When the search unit 145 searches for an explanatory text of a synonym similar to the selected word, if the explanatory text of the synonym is inserted into the specification being prepared by the user, the user will need to replace the synonym with the selected word. In this case, when the search unit 145 searches for a plurality of explanatory texts corresponding to one or more words and one or more synonyms, the display processing unit 146 may display, on the display unit, explanatory texts after replacing one or more synonyms included in the plurality of explanatory texts with one or more words. When the search unit 145 searches for an explanatory text corresponding to a synonym of the selected word and receives an operation to insert the searched explanatory text into the document being edited, the display processing unit 146 replaces the synonym included in the explanatory text with the selected word, and then inserts the explanatory text after replacing with the selected word into the document being edited. The display processing unit 146 is configured in this way, which can reduce the user's work, thereby shortening the time required to prepare a specification.

また、検索部145が検索した説明文において選択単語に付されている符号が、ユーザが作成している明細書で選択単語に付している符号と異なっているという場合がある。この場合にも、説明文が明細書に挿入された後に、符号を置換する作業をユーザが行う必要が生じてしまう。そこで、表示処理部146は、検索部145が、複数の過去特許文書から検索された複数の説明文に含まれる複数の選択単語に異なる符号が付されている場合に、当該異なる符号を1つの符号に置換した後に複数の説明文を表示部に表示させてもよい。 In addition, there may be cases where the symbol assigned to the selected word in the description searched by the search unit 145 is different from the symbol assigned to the selected word in the specification created by the user. In this case, the user will need to replace the symbol after the description is inserted into the specification. Therefore, when different symbols are assigned to multiple selected words included in multiple descriptions searched by the search unit 145 from multiple past patent documents, the display processing unit 146 may replace the different symbols with a single symbol and then display the multiple descriptions on the display unit.

具体的には、操作受付部142が、編集中の文書に説明文を挿入する操作を受け付けた場合、表示処理部146は、説明文中に含まれる選択単語に対応する符号を、ユーザが編集中の文書における選択単語に対応する符号に置換したうえで、置換された説明文を編集中の文書に挿入する。ユーザが編集中の明細書に符号が付されていない場合、表示処理部146は、過去特許文書から検索された説明文から符号を削除してもよい。ユーザが編集中の明細書に符号が付されていない場合、表示処理部146は、選択単語に付する符号を設定するための画面を表示し、入力された符号を選択単語に付してもよい。 Specifically, when the operation receiving unit 142 receives an operation to insert an explanatory text into the document being edited, the display processing unit 146 replaces a symbol corresponding to the selected word included in the explanatory text with a symbol corresponding to the selected word in the document being edited by the user, and inserts the replaced explanatory text into the document being edited. When a symbol is not added to the specification being edited by the user, the display processing unit 146 may delete the symbol from the explanatory text searched from the past patent document. When a symbol is not added to the specification being edited by the user, the display processing unit 146 may display a screen for setting a symbol to be added to the selected word, and add the input symbol to the selected word.

[支援装置1における処理の流れ]
図8は、支援装置1における処理の流れを示すフローチャートである。図8に示すフローチャートは、支援装置1が起動し、説明文を検索する準備ができた時点から開始している。
[Processing flow in the support device 1]
Fig. 8 is a flowchart showing the flow of processing in the support device 1. The flowchart shown in Fig. 8 starts at the point when the support device 1 is started up and is ready to search for an explanatory text.

データ取得部141は、クレームデータを取得する(S01)。データ取得部141は、クレームデータを取得すると、単語抽出部143にクレームデータを出力する。単語抽出部143は、入力されたクレームデータに含まれる単語を抽出する(S02)。単語抽出部143は、抽出した単語を文書選択部144及び検索部145に出力する。文書選択部144は、入力された単語に基づいて、過去特許文書からクレームデータと一致する単語を含む文書を選択する(S03)。文書選択部144は、選択された過去特許文書を検索部145に出力する。 The data acquisition unit 141 acquires claim data (S01). When the data acquisition unit 141 acquires the claim data, it outputs the claim data to the word extraction unit 143. The word extraction unit 143 extracts words contained in the input claim data (S02). The word extraction unit 143 outputs the extracted words to the document selection unit 144 and the search unit 145. Based on the input words, the document selection unit 144 selects documents containing words that match the claim data from past patent documents (S03). The document selection unit 144 outputs the selected past patent documents to the search unit 145.

表示処理部146は、単語抽出部143が抽出した単語が配置されたキーワード選択画面を表示する(S04)。検索部145は、キーワード選択画面において、単語の選択を受け付けたかどうかを判定する(S05)。操作受付部142が単語の選択を受け付けていない場合(S05におけるNO)、検索部145はS05に戻り、再度判定を行う。操作受付部142が単語の選択を受け付けた場合(S05におけるYES)、検索部145はS06に処理を進める。 The display processing unit 146 displays a keyword selection screen on which the words extracted by the word extraction unit 143 are arranged (S04). The search unit 145 determines whether or not a word selection has been accepted on the keyword selection screen (S05). If the operation acceptance unit 142 has not accepted a word selection (NO in S05), the search unit 145 returns to S05 and makes a determination again. If the operation acceptance unit 142 has accepted a word selection (YES in S05), the search unit 145 proceeds to S06.

検索部145は、選択された単語の説明文を記憶部13に記憶された過去特許文書から検索する(S06)。表示処理部146は、説明文の検索結果を示す検索結果表示画面を表示部12に表示させる(S07)。表示処理部146は、操作受付部142が説明文の選択を受け付けたかどうかを判定する(S08)。操作受付部142が説明文の選択を受け付けていない場合(S08におけるNO)、表示処理部146はS08に戻り、再度判定を行う。操作受付部142が説明文の選択を受け付けた場合(S08におけるYES)、表示処理部146はS09に処理を進める。 The search unit 145 searches for an explanatory text of the selected word from past patent documents stored in the memory unit 13 (S06). The display processing unit 146 causes the display unit 12 to display a search result display screen showing the explanatory text search results (S07). The display processing unit 146 determines whether the operation acceptance unit 142 has accepted the selection of an explanatory text (S08). If the operation acceptance unit 142 has not accepted the selection of an explanatory text (NO in S08), the display processing unit 146 returns to S08 and makes a determination again. If the operation acceptance unit 142 has accepted the selection of an explanatory text (YES in S08), the display processing unit 146 proceeds to S09.

表示処理部146は、選択された説明文を、文書編集ソフトが起動しているウインドウにおける所定の位置へ挿入する(S09)。操作受付部142は、終了条件を満たすかどうかを判定する(S10)。終了条件は、例えば、ユーザがキーワード選択画面を閉じる操作を行ったことである。終了条件を満たす場合(S10におけるYES)、操作受付部142は、処理を終了する。終了条件を満たさない場合(S10におけるNO)、操作受付部142は、S05に処理を進め、単語の選択操作を待機する。 The display processing unit 146 inserts the selected explanatory text into a predetermined position in the window in which the document editing software is running (S09). The operation acceptance unit 142 determines whether a termination condition is met (S10). An example of the termination condition is that the user has performed an operation to close the keyword selection screen. If the termination condition is met (YES in S10), the operation acceptance unit 142 ends the process. If the termination condition is not met (NO in S10), the operation acceptance unit 142 proceeds to S05 and waits for a word selection operation.

[支援装置1による効果]
以上説明したように、支援装置1は、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部を備える。そして、単語抽出部143が、データ取得部141が取得したクレームデータに対応する特許請求の範囲に記載された単語のうち、新規特許文書の明細書において説明する対象となる1以上の単語を抽出し、検索部145が、記憶部に記憶された複数のテキスト文から、1以上の単語から選択された単語である選択単語を説明するテキスト文である説明文を検索する。表示処理部146は、1以上の単語と、検索部145が検索した説明文と、を関連付けて表示部12に表示させる。
[Effects of the support device 1]
As described above, the support device 1 includes a storage unit that stores a plurality of text sentences included in past patent documents created in the past. The word extraction unit 143 extracts one or more words to be described in the specification of a new patent document from among the words described in the claims corresponding to the claim data acquired by the data acquisition unit 141, and the search unit 145 searches the plurality of text sentences stored in the storage unit for an explanatory sentence, which is a text sentence that explains a selected word, which is a word selected from one or more words. The display processing unit 146 associates one or more words with the explanatory sentence searched by the search unit 145 and displays them on the display unit 12.

支援装置1がこのように構成されることで、ユーザが作成した特許請求の範囲に含まれている単語の説明が含まれている例文をユーザに提示することができるので、ユーザが単語の説明文を作成する手間を省くことができる。また、ユーザが単語に関する知識が不足している場合であっても、過去特許文書の説明文を流用することで、質が高い明細書を作成することが可能になる。 By configuring the support device 1 in this way, it is possible to present the user with example sentences that include explanations of words included in the claims created by the user, thereby saving the user the trouble of creating explanatory sentences for the words. Furthermore, even if the user does not have sufficient knowledge of a word, it is possible to create a high-quality specification by reusing explanatory sentences from past patent documents.

[変形例]
図9は、変形例にかかる支援システムSの構成を示すブロック図である。支援システムSは、支援装置2及び情報端末3を備える。支援装置2は、情報端末3からクレームデータ及びユーザの操作を示す情報を受信し、クレームデータに含まれる単語、過去特許文書の検索結果及び該単語を説明する説明文の検索結果を情報端末3に送信するサーバである。支援装置2は、単一のコンピュータによって構成されてもよく、互いに連携する複数のコンピュータによって構成されてもよく、コンピュータ資源の集合であるクラウドコンピューティングによって構成されてもよい。
[Modification]
9 is a block diagram showing the configuration of a support system S according to a modified example. The support system S includes a support device 2 and an information terminal 3. The support device 2 is a server that receives claim data and information indicating a user's operation from the information terminal 3, and transmits to the information terminal 3 words included in the claim data, search results of past patent documents, and search results of explanatory texts explaining the words. The support device 2 may be configured by a single computer, may be configured by multiple computers linked to each other, or may be configured by cloud computing, which is a collection of computer resources.

支援装置2は、通信部21、記憶部22及び制御部23を有する。制御部23は、データ取得部231、単語抽出部232、文書選択部233及び検索部234を有する。支援装置2は、支援装置1と対応する機能を有しているが、情報端末3を介して、ユーザに操作画面を表示し、ユーザの操作を受け付ける点において異なる。以下では、支援装置1において説明した機能については説明を省略し、支援装置2が支援装置1と異なる点を中心に説明する。 The support device 2 has a communication unit 21, a memory unit 22, and a control unit 23. The control unit 23 has a data acquisition unit 231, a word extraction unit 232, a document selection unit 233, and a search unit 234. The support device 2 has functions corresponding to those of the support device 1, but differs in that it displays an operation screen to the user via the information terminal 3 and accepts operations from the user. In the following, the functions described for the support device 1 will be omitted, and the differences between the support device 2 and the support device 1 will be mainly described.

通信部21は、情報端末3とデータを送受信するためのネットワークインターフェースである。記憶部22及び制御部23はそれぞれ支援装置1における記憶部13及び制御部14に対応する機能を有する。データ取得部231は、通信部21を介して情報端末3からクレームデータを取得する。単語抽出部232、文書選択部233及び検索部234はそれぞれ支援装置1における単語抽出部143、文書選択部144及び検索部145に対応する機能を有するが、ユーザの操作を、通信部21を介して端末装置から受け付け、それぞれが処理した結果を、通信部21を介して情報端末3に送信し、情報端末3において画面表示させる点において異なる。 The communication unit 21 is a network interface for transmitting and receiving data to and from the information terminal 3. The memory unit 22 and the control unit 23 have functions corresponding to the memory unit 13 and the control unit 14 in the support device 1, respectively. The data acquisition unit 231 acquires complaint data from the information terminal 3 via the communication unit 21. The word extraction unit 232, the document selection unit 233, and the search unit 234 have functions corresponding to the word extraction unit 143, the document selection unit 144, and the search unit 145 in the support device 1, respectively, but differ in that they accept user operations from the terminal device via the communication unit 21, transmit the results of their processing to the information terminal 3 via the communication unit 21, and display them on the screen of the information terminal 3.

情報端末3は、操作受付部142及び表示処理部146に対応する機能を有する。すなわち、情報端末3は、ユーザの操作内容を特定し、ユーザの操作内容を支援装置2に送信する。また、情報端末3は、支援装置2からデータを受信し、表示部に各種の操作画面を表示させる。また、情報端末3は、クレームデータ送信部を備え、操作受付部142がユーザからクレームデータの入力操作を受け付けると、入力されたクレームデータを支援装置2に送信する。 The information terminal 3 has functions corresponding to the operation reception unit 142 and the display processing unit 146. That is, the information terminal 3 identifies the user's operation content and transmits the user's operation content to the support device 2. The information terminal 3 also receives data from the support device 2 and displays various operation screens on the display unit. The information terminal 3 also has a complaint data transmission unit, and when the operation reception unit 142 receives an input operation of complaint data from the user, transmits the input complaint data to the support device 2.

[支援システムSによる効果]
以上説明したように、支援システムSにおいては、単語を説明する説明文を検索する支援装置2と、支援装置2から説明文を受信する情報端末3と、を備える。支援装置2は、過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部22と、新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを端末装置から取得するデータ取得部231と、クレームデータに対応する特許請求の範囲に記載された単語のうち、新規特許文書の明細書において説明する対象となる1以上の単語を抽出する単語抽出部232と、記憶部22に記憶された複数のテキスト文から、1以上の単語から選択された単語である選択単語を説明するテキスト文である説明文を検索し、1以上の単語と、検索した説明文と、を関連付けて情報端末3に送信する検索部234と、を備える。
[Effects of Support System S]
As described above, the support system S includes the support device 2 that searches for explanatory texts that explain words, and the information terminal 3 that receives explanatory texts from the support device 2. The support device 2 includes a storage unit 22 that stores a plurality of text sentences included in past patent documents created in the past, a data acquisition unit 231 that acquires claim data corresponding to the scope of claims of a new patent document to be newly created from a terminal device, a word extraction unit 232 that extracts one or more words to be described in the specification of the new patent document from among the words described in the scope of claims corresponding to the claim data, and a search unit 234 that searches for explanatory texts that are text sentences that explain a selected word that is a word selected from one or more words from the plurality of text sentences stored in the storage unit 22, and transmits the one or more words and the searched explanatory texts to the information terminal 3 in association with each other.

情報端末3は、入力されたクレームデータを支援装置に送信するクレームデータ送信部と、支援装置2から受信した、1以上の単語と、検索部234が検索した説明文と、を関連付けて表示部に表示させる表示処理部と、を備える。支援装置Sがこのように構成されることで、ユーザの環境への影響を低減させながら、単語の説明が含まれている例文をユーザに提示することができるシステムを提供する。 The information terminal 3 includes a complaint data transmission unit that transmits the input complaint data to the support device, and a display processing unit that associates one or more words received from the support device 2 with the explanatory text searched by the search unit 234 and displays them on the display unit. By configuring the support device S in this way, a system is provided that can present example sentences containing explanations of words to the user while reducing the impact on the user's environment.

以上、本発明を実施の形態を用いて説明したが、本発明の技術的範囲は上記実施の形態に記載の範囲には限定されず、その要旨の範囲内で種々の変形及び変更が可能である。例えば、装置の全部又は一部は、任意の単位で機能的又は物理的に分散・統合して構成することができる。また、複数の実施の形態の任意の組み合わせによって生じる新たな実施の形態も、本発明の実施の形態に含まれる。組み合わせによって生じる新たな実施の形態の効果は、もとの実施の形態の効果を併せ持つ。 Although the present invention has been described above using embodiments, the technical scope of the present invention is not limited to the scope described in the above embodiments, and various modifications and changes are possible within the scope of the gist of the invention. For example, all or part of the device can be configured by distributing or integrating functionally or physically in any unit. In addition, new embodiments resulting from any combination of multiple embodiments are also included in the embodiments of the present invention. The effect of the new embodiment resulting from the combination also has the effect of the original embodiment.

1 支援装置
2 支援装置
3 情報端末
11 操作部
12 表示部
13 記憶部
14 制御部
141 データ取得部
142 操作受付部
143 単語抽出部
144 文書選択部
145 検索部
146 表示処理部
21 通信部
22 記憶部
23 制御部
231 データ取得部
232 単語抽出部
233 文書選択部
234 検索部
Reference Signs List 1 Support device 2 Support device 3 Information terminal 11 Operation unit 12 Display unit 13 Memory unit 14 Control unit 141 Data acquisition unit 142 Operation acceptance unit 143 Word extraction unit 144 Document selection unit 145 Search unit 146 Display processing unit 21 Communication unit 22 Memory unit 23 Control unit 231 Data acquisition unit 232 Word extraction unit 233 Document selection unit 234 Search unit

Claims (11)

過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部と、
新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得するデータ取得部と、
前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出する単語抽出部と、
前記クレームデータに含まれる複数の単語と、複数の前記過去特許文書それぞれに含まれる複数の単語との一致度が閾値以上の一以上の前記過去特許文書を選択過去特許文書として選択する文書選択部と、
前記選択過去特許文書に含まれる前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文であって、前記選択単語と所定の助詞とが結合された文を含むテキスト文である説明文を検索する検索部と、
前記1以上の単語と、前記検索部が検索した前記説明文と、を関連付けて表示部に表示させる表示処理部と、
を有する支援装置。
A storage unit that stores a plurality of text sentences included in past patent documents created in the past;
a data acquisition unit for acquiring claim data corresponding to the scope of claims of a new patent document to be newly created;
a word extraction unit that extracts one or more words that are to be described in the specification of the new patent document from among words described in the scope of the claims corresponding to the claim data;
a document selection unit that selects, as a selected past patent document, one or more of the past patent documents having a degree of matching between a plurality of words included in the claim data and a plurality of words included in each of the past patent documents that is equal to or greater than a threshold value;
a search unit that searches for an explanatory sentence, which is a text sentence explaining a selected word, which is a word selected from the one or more words, from the plurality of text sentences included in the selected past patent document , the explanatory sentence being a text sentence including a sentence in which the selected word is combined with a predetermined particle ;
a display processing unit that displays the one or more words and the description searched for by the search unit on a display unit in association with each other;
An assist device having the above configuration.
前記検索部は、説明する対象となる単語と、当該単語を含む前記テキスト文と、当該テキスト文が当該単語を説明する文であるか否かを示すフラグと、を教師データとして学習した学習済みモデルに前記過去特許文書を入力し、前記学習済みモデルが前記説明文として出力する前記テキスト文を取得することにより、前記説明文を検索する、
請求項に記載の支援装置。
The search unit inputs the past patent document into a trained model that has been trained using as training data a word to be explained, the text sentence containing the word, and a flag indicating whether the text sentence is a sentence explaining the word, and searches for the explanatory sentence by acquiring the text sentence output by the trained model as the explanatory sentence.
The support device according to claim 1 .
前記表示処理部は、前記1以上の単語それぞれが前記選択過去特許文書に含まれるか否かを示す情報を前記一以上の単語それぞれに関連付けて前記表示部に表示させる、
請求項に記載の支援装置。
the display processing unit causes information indicating whether each of the one or more words is included in the selected past patent document to be associated with each of the one or more words and displayed on the display unit;
The support device according to claim 1 .
前記1以上の単語から前記選択単語を選択する操作を受け付ける操作受付部をさらに有し、
前記検索部は、前記操作受付部が前記操作を受け付けたことに応じて、前記選択単語を説明するテキスト文である前記説明文を検索する、
請求項1又は2に記載の支援装置。
an operation receiving unit that receives an operation of selecting the selected word from the one or more words;
the search unit searches for the explanatory sentence, which is a text sentence explaining the selected word, in response to the operation acceptance unit accepting the operation.
3. The support device according to claim 1 or 2 .
前記記憶部は、単語と、前記単語の類義語と、を関連付けて記憶し、
前記検索部は、前記1以上の単語、及び前記記憶部が前記1以上の単語の類義語として記憶している1以上の前記類義語を説明するテキスト文である前記説明文を検索する、
請求項1からのいずれか1項に記載の支援装置。
The storage unit stores a word and a synonym of the word in association with each other,
the search unit searches for the explanatory text, which is a text sentence explaining the one or more words and one or more synonyms stored in the storage unit as synonyms of the one or more words;
5. An assistance device according to claim 1.
前記表示処理部は、前記検索部が、前記1以上の単語及び前記1以上の類義語に対応する複数の前記説明文を検索した場合、複数の前記説明文に含まれる前記1以上の類義語を前記1以上の単語に置換した後の前記説明文を前記表示部に表示させる、
請求項に記載の支援装置。
When the search unit searches for a plurality of the explanatory sentences corresponding to the one or more words and the one or more synonyms, the display processing unit causes the display unit to display the explanatory sentences after replacing the one or more synonyms included in the plurality of the explanatory sentences with the one or more words.
6. The support device according to claim 5 .
前記表示処理部は、前記表示部に表示される前記新規特許文書の明細書を編集するための表示領域において前記選択単語が表示されている位置の直前又は直後の位置に、前記検索部が検索した説明文のうちユーザが選択した説明文を表示させる
請求項1からのいずれか1項に記載の支援装置。
The display processing unit displays an explanatory sentence selected by the user from among explanatory sentences searched by the search unit at a position immediately before or immediately after a position at which the selected word is displayed in a display area for editing the specification of the new patent document displayed on the display unit .
7. An assistance device according to any one of claims 1 to 6 .
前記表示処理部は、前記検索部が、複数の前記過去特許文書から検索された複数の前記説明文に含まれる複数の前記選択単語に異なる符号が付されている場合に、当該異なる符号を1つの符号に置換した後に複数の前記説明文を前記表示部に表示させる、
請求項1からのいずれか1項に記載の支援装置。
the display processing unit, when different symbols are assigned to the selected words included in the multiple explanatory sentences searched for by the search unit from the multiple past patent documents, replaces the different symbols with one symbol and then displays the multiple explanatory sentences on the display unit;
8. An assistance device according to any one of claims 1 to 7 .
単語を説明する説明文を検索する支援装置と、前記支援装置から前記説明文を受信する端末装置と、を備え、
前記支援装置は、
過去に作成された過去特許文書に含まれる複数のテキスト文を記憶する記憶部と、
新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを前記端末装置から取得するデータ取得部と、
前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出する単語抽出部と、
前記クレームデータに含まれる複数の単語と、複数の前記過去特許文書それぞれに含まれる複数の単語との一致度が閾値以上の一以上の前記過去特許文書を選択過去特許文書として選択する文書選択部と、
前記選択過去特許文書に含まれる前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文であって、前記選択単語と所定の助詞とが結合された文を含むテキスト文である前記説明文を検索し、前記1以上の単語と、検索した前記説明文と、を関連付けて前記端末装置に送信する検索部と、
を備え、
前記端末装置は、
入力された前記クレームデータを前記支援装置に送信するクレームデータ送信部と、
前記支援装置から受信した、前記1以上の単語と、前記検索部が検索した前記説明文と、を関連付けて表示部に表示させる表示処理部と、
を備える、
支援システム。
A support device that searches for an explanatory text that explains a word, and a terminal device that receives the explanatory text from the support device,
The support device includes:
A storage unit that stores a plurality of text sentences included in past patent documents created in the past;
a data acquisition unit that acquires claim data corresponding to the claims of a new patent document to be newly created from the terminal device;
a word extraction unit that extracts one or more words that are to be described in the specification of the new patent document from among words described in the scope of the claims corresponding to the claim data;
a document selection unit that selects, as a selected past patent document, one or more of the past patent documents having a degree of matching between a plurality of words included in the claim data and a plurality of words included in each of the past patent documents that is equal to or greater than a threshold value;
a search unit that searches for an explanatory sentence, which is a text sentence explaining a selected word, which is a word selected from the one or more words, from the plurality of text sentences included in the selected past patent document , the explanatory sentence being a text sentence including a sentence in which the selected word is combined with a predetermined particle , and that associates the one or more words with the searched explanatory sentence and transmits them to the terminal device;
Equipped with
The terminal device
a claim data transmission unit that transmits the input claim data to the support device;
a display processing unit that displays, on a display unit, the one or more words received from the support device and the explanatory text searched for by the search unit in association with each other;
Equipped with
Support system.
コンピュータが実行する、
新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得するステップと、
前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出するステップと、
前記クレームデータに含まれる複数の単語と、過去に作成された複数の過去特許文書それぞれに含まれる複数の単語との一致度が閾値以上の一以上の前記過去特許文書を選択過去特許文書として選択するステップと、
前記選択過去特許文書に含まれる複数のテキスト文を記憶する記憶部を参照し、前記記憶部に記憶された前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文であって、前記選択単語と所定の助詞とが結合された文を含むテキスト文である説明文を検索するステップと、
前記1以上の単語と、前記検索するステップにおいて検索された前記説明文と、を関連付けて表示部に表示させるステップと、
を備える支援方法。
The computer executes
Obtaining claim data corresponding to the claims of a new patent document to be newly created;
A step of extracting one or more words that are to be described in the specification of the new patent document from among words described in the scope of claims corresponding to the claim data;
A step of selecting one or more past patent documents as selected past patent documents, the past patent documents each having a degree of match between a plurality of words included in the claim data and a plurality of words included in each of a plurality of past patent documents created in the past being equal to or greater than a threshold value;
a step of referring to a storage unit that stores a plurality of text sentences included in the selected past patent document , and searching for an explanatory sentence, which is a text sentence explaining a selected word, which is a word selected from the one or more words, and which includes a sentence in which the selected word is combined with a predetermined particle, from the plurality of text sentences stored in the storage unit;
a step of displaying, on a display unit, the one or more words and the description retrieved in the retrieval step in association with each other;
A method of support that provides:
コンピュータに、
新規に作成する新規特許文書の特許請求の範囲に対応するクレームデータを取得するステップと、
前記クレームデータに対応する特許請求の範囲に記載された単語のうち、前記新規特許文書の明細書において説明する対象となる1以上の単語を抽出するステップと、
前記クレームデータに含まれる複数の単語と、過去に作成された複数の過去特許文書それぞれに含まれる複数の単語との一致度が閾値以上の一以上の前記過去特許文書を選択過去特許文書として選択するステップと、
前記選択過去特許文書に含まれる複数のテキスト文を記憶する記憶部を参照し、前記記憶部に記憶された前記複数のテキスト文から、前記1以上の単語から選択された単語である選択単語を説明するテキスト文であって、前記選択単語と所定の助詞とが結合された文を含むテキスト文である説明文を検索するステップと、
前記1以上の単語と、前記検索するステップにおいて検索された前記説明文と、を関連付けて表示部に表示させるステップと、
を実行させるプログラム。
On the computer,
Obtaining claim data corresponding to the claims of a new patent document to be newly created;
A step of extracting one or more words that are to be described in the specification of the new patent document from among words described in the scope of claims corresponding to the claim data;
A step of selecting one or more past patent documents as selected past patent documents, the past patent documents each having a degree of match between a plurality of words included in the claim data and a plurality of words included in each of a plurality of past patent documents created in the past being equal to or greater than a threshold value;
a step of referring to a storage unit that stores a plurality of text sentences included in the selected past patent document , and searching for an explanatory sentence, which is a text sentence explaining a selected word, which is a word selected from the one or more words, and which includes a sentence in which the selected word is combined with a predetermined particle, from the plurality of text sentences stored in the storage unit;
a step of displaying, on a display unit, the one or more words and the description retrieved in the retrieval step in association with each other;
A program that executes the following.
JP2021104561A 2021-06-24 2021-06-24 Support device, support system, support method and program Active JP7704403B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021104561A JP7704403B2 (en) 2021-06-24 2021-06-24 Support device, support system, support method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021104561A JP7704403B2 (en) 2021-06-24 2021-06-24 Support device, support system, support method and program

Publications (2)

Publication Number Publication Date
JP2023003467A JP2023003467A (en) 2023-01-17
JP7704403B2 true JP7704403B2 (en) 2025-07-08

Family

ID=85100924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021104561A Active JP7704403B2 (en) 2021-06-24 2021-06-24 Support device, support system, support method and program

Country Status (1)

Country Link
JP (1) JP7704403B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010118071A (en) 2010-01-21 2010-05-27 Ird:Kk Information processor, information processing method and program
JP2010140514A (en) 2005-07-11 2010-06-24 Ird:Kk Application document information forming device, description information extraction device, application document information forming method and description information extraction method
JP2012003382A (en) 2010-06-15 2012-01-05 Ird Corp Application document information processor, application document information processing method and program
JP2012048696A (en) 2010-01-08 2012-03-08 Ib Research Kk Document preparation support system
WO2017061253A1 (en) 2015-10-09 2017-04-13 アイビーリサーチ株式会社 Display control device, display control method, and display control program
JP2019121164A (en) 2018-01-04 2019-07-22 株式会社アイ・アール・ディー Document creating apparatus, document creating method, database construction apparatus, database construction method, and program
WO2020109921A1 (en) 2018-11-30 2020-06-04 株式会社半導体エネルギー研究所 Document retrieval method, document retrieval system, program, and non-temporary computer-readable storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010140514A (en) 2005-07-11 2010-06-24 Ird:Kk Application document information forming device, description information extraction device, application document information forming method and description information extraction method
JP2012048696A (en) 2010-01-08 2012-03-08 Ib Research Kk Document preparation support system
JP2010118071A (en) 2010-01-21 2010-05-27 Ird:Kk Information processor, information processing method and program
JP2012003382A (en) 2010-06-15 2012-01-05 Ird Corp Application document information processor, application document information processing method and program
WO2017061253A1 (en) 2015-10-09 2017-04-13 アイビーリサーチ株式会社 Display control device, display control method, and display control program
JP2019121164A (en) 2018-01-04 2019-07-22 株式会社アイ・アール・ディー Document creating apparatus, document creating method, database construction apparatus, database construction method, and program
WO2020109921A1 (en) 2018-11-30 2020-06-04 株式会社半導体エネルギー研究所 Document retrieval method, document retrieval system, program, and non-temporary computer-readable storage medium

Also Published As

Publication number Publication date
JP2023003467A (en) 2023-01-17

Similar Documents

Publication Publication Date Title
US11989512B2 (en) Patent document creating device, method, computer program, computer-readable recording medium, server and system
US8935148B2 (en) Computer-assisted natural language translation
JP5241828B2 (en) Dictionary word and idiom determination
US10459957B2 (en) User-guided term suggestions
HK1223707A1 (en) Coherent question answering in search results
JP7493937B2 (en) Method, program and system for identifying a sequence of headings in a document
Anthony AntConc (windows, macintosh OS X, and linux)
KR20210013991A (en) Apparatus, method, computer program, computer-readable storage device, server and system for drafting patent document
JP7704403B2 (en) Support device, support system, support method and program
US20240005101A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
JP2004157965A (en) Search support apparatus, search support method, program, and recording medium
KR20240018197A (en) SYSTEM AND Method for ANSWERING OF QUERY FOR DOCUMENT IN WORD PROCESSOR
JP4289891B2 (en) Information search device, information search method and program
JP2024003946A (en) Information processing device, information processing method and program
WO2026021498A1 (en) Method and device for drafting, revising, automatic numbering and figure numbering, and medium
JP2017117109A (en) Information processing device, information processing system, information retrieval method, and program
KR20210013990A (en) Apparatus, method, computer program, computer-readable storage device, server and system for drafting patent document
KR20210013989A (en) Apparatus, method, computer program, computer-readable storage device, server and system for drafting patent document
KR20210013992A (en) Apparatus, method, computer program, computer-readable storage device, server and system for drafting patent document
JP2016173618A (en) Information processing device and information processing program
WO2010106660A1 (en) Keyword presentation device and keyword presentation program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20231016

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20240422

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20250304

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250416

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20250617

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20250619

R150 Certificate of patent or registration of utility model

Ref document number: 7704403

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150