JPH0510703B2 - - Google Patents

Info

Publication number
JPH0510703B2
JPH0510703B2 JP22725184A JP22725184A JPH0510703B2 JP H0510703 B2 JPH0510703 B2 JP H0510703B2 JP 22725184 A JP22725184 A JP 22725184A JP 22725184 A JP22725184 A JP 22725184A JP H0510703 B2 JPH0510703 B2 JP H0510703B2
Authority
JP
Japan
Prior art keywords
word
words
semantic
dictionary
analysis means
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP22725184A
Other languages
English (en)
Other versions
JPS61105671A (ja
Inventor
Yasunori Katayama
Kunio Nakanishi
Yutaka Yoshiura
Kotaro Hirasawa
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP59227251A priority Critical patent/JPS61105671A/ja
Priority to CA000494041A priority patent/CA1235817A/en
Priority to DE3587993T priority patent/DE3587993T2/de
Priority to KR1019850007969A priority patent/KR920003498B1/ko
Priority to EP85113695A priority patent/EP0180888B1/en
Publication of JPS61105671A publication Critical patent/JPS61105671A/ja
Priority to US07/277,526 priority patent/US5109509A/en
Publication of JPH0510703B2 publication Critical patent/JPH0510703B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/237Lexical tools
    • G06F40/242Dictionaries
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/268Morphological analysis
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/42Data-driven translation
    • G06F40/47Machine-assisted translation, e.g. using translation memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Machine Translation (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

【発明の詳細な説明】
〔発明の利用分野〕 本発明は、自然言語処理装置に係り、特に辞書
に登録されていない単語(以下、未定義語と称す
る。)を含む文章を処理するのに好適な自然言語
処理装置に関する。 〔発明の背景〕 自然言語の高度な処理を行なう場合、一般的に
文章の構文解析を行ない、これを基に、文章作
成・編集を行なつている。しかし、自然言語処理
を行なうためには、文章を構成する可能性のある
単語が全て辞書に登録されているとは限らずどん
な大きな辞書を準備しても辞書に登録されていな
い未定義語が文章中に現われることが多い。この
問題を解決するものとして特開昭58−175074〜
175076号公報に示されるように、辞書引きに失敗
した未定義語に対し、辞書中に存在する登録され
ている語に含まれる同義語をユーザに入力させ、
その対応から、構文解析用の情報を付加する方法
を採用している。しかし、この方法では辞書中に
登録されている同義語等をあらかじめユーザが記
憶しておくか、辞書に登録されている全単語のリ
ストを出力し、その中からユーザ自らが同義語等
を抽出する必要があり、高度の処理を行なう場合
には、登録語数が増加し、ユーザの負担は激増し
てしまい、簡易かつ効果的に自然言語処理を行な
うことができなかつた。 〔発明の目的〕 本発明の目的は、前記問題点に鑑み、高度な自
然言語処理を行なう装置において、未定義語が出
現した場合でも、装置から同義語の情報をユーザ
に与えることにより限られた記憶容量の辞書で、
高度な自然言語処理を行なう実用的な自然言語処
理装置を提供するにある。 〔発明の概要〕 本発明の第1の特徴は、未定義語が出現した場
合、単語の意味的概念を決定する意味解析手段に
て、未定義語の上位概念を求め、この上位概念に
従い単語を階層化して登録している単語階層辞書
を用いて、下位概念にあたる単語群を抽出し、そ
の中から、未定義語に対応する単語を選択するよ
うにしたものである。 本発明の第2の特徴は、未定義語が出現した場
合、単語の意味的概念を決定する意味解析手段に
て、未定義語の上位概念を求め、この上位概念に
従い単語を階層化して登録している単語階層辞書
を用いて、下位概念にあたる単語群を抽出し、そ
れを表示装置に表示して、ユーザにその中から同
義語を選択させるようにしたことである。 さらに、本発明の第3の特徴は未定義語が出現
した場合、単語の意味的概念を決定する意味解析
手段にて、未定義語の上位概念を求め、この上位
概念に従い単語を階層化して登録している単語階
層辞書を用いて、下位概念にあたる単語群を抽出
し、抽出した下位概念の単語群の中から入力され
た文字列の意図に合致する単語を推論して選択す
る推論手段より、同義語を選択し、未定義語を選
択した同義語に置換するようにしたことである。 〔発明の実施例〕 以下、本発明の一実施例を図面を用いて説明す
る。 第1図は、本発明の全体構成を示すもので、ユ
ーザは入力装置1(例えばキーボオートド、音声
認識装置、手書文字入力装置等)により自然言語
(例えば日本語)を処理装置2に入力し、処理装
置2は自然言語にする処理を行ない、その内容や
結果を表示装置3に表示しユーザに対し情報を与
える質問応答形式の知的ガイダンスシステムであ
る。ここで、処理装置2は、見出し語辞書8、接
続関係辞書9、活用語尾辞書10及びこれらの辞
書の情報を用いて入力文を単語に分割する形態素
解析手段4、文法規則辞書11及びこの辞書を用
いて入力文の文法的な構成を求める構文解析手段
5、格辞書12と単語階層辞書13及びこれらの
辞書を用いて入力文の意味を抽出する意味解析手
段6、応答文のいくつかのパターンを用意した文
パターン辞書14及びこの辞書を用いて文を生成
する文生成手段7から構成される。 次に、第2図aに示すように、「ミギシタノバ
シヨニクウハクイキヲサクセイシタイ。」という
べた書の日本語の文章が入力文として入力された
場合を例に、各々の処理について詳述する。 (1) 形態素解析 まず、形態素解析は、見出し語辞書8、接続関
係辞書9、活用語尾辞書10を用いて、入力文の
文字列から見出し語が存在するか否かを見出し、
接続関係をチエツクして、単語に分割するもので
ある。ここで、表1,表2,表3にそれぞれ、見
出し語辞書8、接続関係辞書9、活用語尾辞書1
0の一例を示す。
【表】
【表】

Claims (1)

  1. 【特許請求の範囲】 1 入力された自然言語の文字列を単語に分割す
    る形態素解析手段と、単語の並びが文法規則に合
    致するか否かを判断する構文解析手段を有し、文
    字列の処理を行なう自然言語処理装置において、 文法規則に合致した単語間の意味的な役割を登
    録する格辞書と、前記構文解析手段からの出力を
    格辞書を用いて単語の意味的概念を決定する意味
    解析手段と、単語の意味的概念に従い上位から下
    位に単語を分類して登録する単語階層辞書と、未
    定義語を含む文字列が入力された場合、前記意味
    解析手段により未定義語の意味的概念を求め、前
    記単語階層辞書から未定義語の下位概念にあたる
    単語群を抽出し、前記抽出された単語群の中から
    前記未定義語に対応する単語を選択する選択手段
    とを設け、前記選択手段により選択された単語を
    用いて前記文字列の処理を行なうことを特徴とす
    る自然言語処理装置。 2 入力された自然言語の文字列を単語に分割す
    る形態素解析手段と、単語の並びが文法規則に合
    致するか否かを判断する構文解析手段と、文字列
    の処理の内容及び結果を表示する表示装置を有
    し、文字列の処理を行なう自然言語処理装置にお
    いて、 文法規則に合致した単語間の意味的な役割を登
    録する格辞書と、前記構文解析手段からの出力を
    格辞書を用いて単語の意味的概念を決定する意味
    解析手段と、単語の意味的概念に従い上位から下
    位に単語を分類して登録する単語階層辞書と、前
    記表示装置に表示された内容を選択するための選
    択指示手段とを設け、未定義語を含む文字列が入
    力された場合、前記意味解析手段により未定義語
    の意味的概念を求め、前記単語階層辞書から未定
    義語の意味的概念の下位概念にあたる単語群を抽
    出し、前記抽出された単語群を前記表示装置に表
    示し、前記表示された単語群の中から前記選択指
    示手段により同義語を選択し、前記選択された同
    義語を用いて文字列を処理することを特徴とする
    自然言語処理装置。 3 入力された自然言語の文字列を単語に分割す
    る形態素解析手段と、単語の並びが文法規則に合
    致するか否かを判断する構文解析手段を有し、文
    字列の処理を行なう自然言語処理装置において、 文法規則に合致した単語間の意味的な役割を登
    録する格辞書と、前記構文解析手段からの出力を
    格辞書を用いて単語の意味的概念を決定する意味
    解析手段と、単語の意味的概念に従い上位から下
    位に単語を分類して登録する単語階層辞書と、単
    語階層辞書に下位概念として登録されている単語
    群の中から入力された文字列の意図に合致する単
    語を推論して選択する推論手段とを設け、未定義
    語を含む文字列が入力された場合、意味解析手段
    により未定義語の意味的概念を求め、単語階層辞
    書から意味的概念の下位概念にあたる単語群を抽
    出し、推論手段により抽出した下位概念の単語群
    の中から入力された文字列の意図に合致する同義
    語を選択し、未定義語を選択した同義語に置換す
    るようにしたことを特徴とする自然言語処理装
    置。
JP59227251A 1984-10-29 1984-10-29 自然言語処理装置 Granted JPS61105671A (ja)

Priority Applications (6)

Application Number Priority Date Filing Date Title
JP59227251A JPS61105671A (ja) 1984-10-29 1984-10-29 自然言語処理装置
CA000494041A CA1235817A (en) 1984-10-29 1985-10-28 Method and apparatus for natural language processing
DE3587993T DE3587993T2 (de) 1984-10-29 1985-10-28 Verfahren und Gerät zur Natursprachenverarbeitung.
KR1019850007969A KR920003498B1 (ko) 1984-10-29 1985-10-28 자연언어 처리방법 및 장치
EP85113695A EP0180888B1 (en) 1984-10-29 1985-10-28 Method and apparatus for natural language processing
US07/277,526 US5109509A (en) 1984-10-29 1988-11-28 System for processing natural language including identifying grammatical rule and semantic concept of an undefined word

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59227251A JPS61105671A (ja) 1984-10-29 1984-10-29 自然言語処理装置

Publications (2)

Publication Number Publication Date
JPS61105671A JPS61105671A (ja) 1986-05-23
JPH0510703B2 true JPH0510703B2 (ja) 1993-02-10

Family

ID=16857884

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59227251A Granted JPS61105671A (ja) 1984-10-29 1984-10-29 自然言語処理装置

Country Status (6)

Country Link
US (1) US5109509A (ja)
EP (1) EP0180888B1 (ja)
JP (1) JPS61105671A (ja)
KR (1) KR920003498B1 (ja)
CA (1) CA1235817A (ja)
DE (1) DE3587993T2 (ja)

Families Citing this family (185)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5696916A (en) * 1985-03-27 1997-12-09 Hitachi, Ltd. Information storage and retrieval system and display method therefor
DE3616011A1 (de) * 1985-05-14 1986-11-20 Sharp K.K., Osaka Uebersetzungsgeraet
US4800522A (en) * 1985-05-14 1989-01-24 Sharp Kabushiki Kaisha Bilingual translation system capable of memorizing learned words
US6443840B2 (en) * 1986-03-10 2002-09-03 Response Reward Systems, L.C. Evaluation of responses of participatory broadcast audience with prediction of winning contestants; monitoring, checking and controlling of wagering, and automatic crediting and couponing
JP2654001B2 (ja) * 1986-05-08 1997-09-17 株式会社東芝 機械翻訳方法
JPS62272359A (ja) * 1986-05-20 1987-11-26 Sharp Corp 機械翻訳装置
JPS6310265A (ja) * 1986-06-30 1988-01-16 Sharp Corp 翻訳装置
NL8702359A (nl) * 1986-10-03 1988-05-02 Ricoh Kk Taal analyse inrichting.
US5225981A (en) * 1986-10-03 1993-07-06 Ricoh Company, Ltd. Language analyzer for morphemically and syntactically analyzing natural languages by using block analysis and composite morphemes
GB2197510A (en) * 1986-10-27 1988-05-18 Sharp Kk Translation apparatus
JPS63121977A (ja) * 1986-11-11 1988-05-26 Fujitsu Ltd 機械翻訳装置
GB2199170A (en) * 1986-11-28 1988-06-29 Sharp Kk Translation apparatus
JPH0827797B2 (ja) * 1986-12-01 1996-03-21 松下電器産業株式会社 構文解析装置
US4890230A (en) * 1986-12-19 1989-12-26 Electric Industry Co., Ltd. Electronic dictionary
JPH0731677B2 (ja) * 1987-09-29 1995-04-10 シャープ株式会社 文書作成・校正支援装置
JPH01314373A (ja) * 1988-06-15 1989-12-19 Hitachi Ltd 機械翻訳システムにおける訳語選択方式
US5111398A (en) * 1988-11-21 1992-05-05 Xerox Corporation Processing natural language text using autonomous punctuational structure
US5276616A (en) * 1989-10-16 1994-01-04 Sharp Kabushiki Kaisha Apparatus for automatically generating index
JPH03222065A (ja) * 1990-01-26 1991-10-01 Sharp Corp 機械翻訳装置
US5255386A (en) * 1990-02-08 1993-10-19 International Business Machines Corporation Method and apparatus for intelligent help that matches the semantic similarity of the inferred intent of query or command to a best-fit predefined command intent
FR2660085A1 (fr) * 1990-03-20 1991-09-27 Philips Electronique Lab Dispositif de traitement de donnees et procede pour selectionner des mots de donnees contenus dans un dictionnaire.
JP3266246B2 (ja) * 1990-06-15 2002-03-18 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン 自然言語解析装置及び方法並びに自然言語解析用知識ベース構築方法
US5477451A (en) * 1991-07-25 1995-12-19 International Business Machines Corp. Method and system for natural language translation
US5488725A (en) * 1991-10-08 1996-01-30 West Publishing Company System of document representation retrieval by successive iterated probability sampling
US5265065A (en) * 1991-10-08 1993-11-23 West Publishing Company Method and apparatus for information retrieval from a database by replacing domain specific stemmed phases in a natural language to create a search query
US5541836A (en) * 1991-12-30 1996-07-30 At&T Corp. Word disambiguation apparatus and methods
US5523946A (en) * 1992-02-11 1996-06-04 Xerox Corporation Compact encoding of multi-lingual translation dictionaries
US5268840A (en) * 1992-04-30 1993-12-07 Industrial Technology Research Institute Method and system for morphologizing text
US5434777A (en) * 1992-05-27 1995-07-18 Apple Computer, Inc. Method and apparatus for processing natural language
US5477447A (en) * 1992-05-27 1995-12-19 Apple Computer, Incorporated Method and apparatus for providing computer-implemented assistance
US5390281A (en) * 1992-05-27 1995-02-14 Apple Computer, Inc. Method and apparatus for deducing user intent and providing computer implemented services
JPH0728815A (ja) * 1993-02-18 1995-01-31 Matsushita Electric Ind Co Ltd 構文解析装置
US5448474A (en) * 1993-03-03 1995-09-05 International Business Machines Corporation Method for isolation of Chinese words from connected Chinese text
US5359514A (en) * 1993-08-03 1994-10-25 International Business Machines Corporation Method and apparatus for facilitating comprehension of on-line documents
US5523945A (en) * 1993-09-17 1996-06-04 Nec Corporation Related information presentation method in document processing system
US5546573A (en) * 1993-10-27 1996-08-13 International Business Machines Corporation Specification of cultural bias in database manager
US5510981A (en) * 1993-10-28 1996-04-23 International Business Machines Corporation Language translation apparatus and method using context-based translation models
WO1995012173A2 (en) * 1993-10-28 1995-05-04 Teltech Resource Network Corporation Database search summary with user determined characteristics
US5692176A (en) * 1993-11-22 1997-11-25 Reed Elsevier Inc. Associative text search and retrieval system
KR100304654B1 (ko) * 1993-11-30 2001-11-22 윤종용 한국어문서해석방법및장치
JPH07182465A (ja) * 1993-12-22 1995-07-21 Hitachi Ltd 文字認識方法
ZA948426B (en) * 1993-12-22 1995-06-30 Qualcomm Inc Distributed voice recognition system
US6594628B1 (en) 1995-09-21 2003-07-15 Qualcomm, Incorporated Distributed voice recognition system
US5682538A (en) * 1994-08-12 1997-10-28 Wall Data Incorporated Automatic adaptive computer screen generation
US6993471B1 (en) * 1995-11-13 2006-01-31 America Online, Inc. Integrated multilingual browser
US5987404A (en) * 1996-01-29 1999-11-16 International Business Machines Corporation Statistical natural language understanding using hidden clumpings
JP2987099B2 (ja) * 1996-03-27 1999-12-06 株式会社日立国際ビジネス 文書作成支援システム及び用語辞書
US5878385A (en) * 1996-09-16 1999-03-02 Ergo Linguistic Technologies Method and apparatus for universal parsing of language
US5836771A (en) 1996-12-02 1998-11-17 Ho; Chi Fai Learning method and system based on questioning
US6144968A (en) * 1997-03-04 2000-11-07 Zellweger; Paul Method and apparatus for menu access to information objects indexed by hierarchically-coded keywords
DE19740793C2 (de) * 1997-09-17 2003-03-20 Bosch Gmbh Robert Verfahren zur Beschichtung von Oberflächen mittels einer Anlage mit Sputterelektroden und Verwendung des Verfahrens
US6411926B1 (en) 1999-02-08 2002-06-25 Qualcomm Incorporated Distributed voice recognition system
US6324509B1 (en) 1999-02-08 2001-11-27 Qualcomm Incorporated Method and apparatus for accurate endpointing of speech in the presence of noise
US6574596B2 (en) 1999-02-08 2003-06-03 Qualcomm Incorporated Voice recognition rejection scheme
CN1159661C (zh) 1999-04-08 2004-07-28 肯特里奇数字实验公司 用于中文的标记和命名实体识别的系统
US6401061B1 (en) * 1999-05-13 2002-06-04 Yuri L. Zieman Combinatorial computational technique for transformation phrase text-phrase meaning
JP3266586B2 (ja) * 1999-07-07 2002-03-18 インターナショナル・ビジネス・マシーンズ・コーポレーション データ分析システム
JP2001125897A (ja) * 1999-10-28 2001-05-11 Sony Corp 言語学習装置およびその方法
US6834280B2 (en) 2000-02-07 2004-12-21 Josiah Lee Auspitz Systems and methods for determining semiotic similarity between queries and database entries
US8645137B2 (en) 2000-03-16 2014-02-04 Apple Inc. Fast, language-independent method for user authentication by voice
US7792676B2 (en) * 2000-10-25 2010-09-07 Robert Glenn Klinefelter System, method, and apparatus for providing interpretive communication on a network
US6665642B2 (en) 2000-11-29 2003-12-16 Ibm Corporation Transcoding system and method for improved access by users with special needs
US7013263B1 (en) 2001-10-25 2006-03-14 Mindfabric, Inc. Online interaction processing
US6685188B2 (en) * 2001-10-25 2004-02-03 Rehbein Juerg Method and apparatus for performing a transaction without the use of spoken communication between the transaction parties
US20030157470A1 (en) * 2002-02-11 2003-08-21 Michael Altenhofen E-learning station and interface
US20040012643A1 (en) * 2002-07-18 2004-01-22 August Katherine G. Systems and methods for visually communicating the meaning of information to the hearing impaired
US7349839B2 (en) * 2002-08-27 2008-03-25 Microsoft Corporation Method and apparatus for aligning bilingual corpora
US7523102B2 (en) * 2004-06-12 2009-04-21 Getty Images, Inc. Content search in complex language, such as Japanese
KR100682897B1 (ko) * 2004-11-09 2007-02-15 삼성전자주식회사 사전 업데이트 방법 및 그 장치
US9002725B1 (en) 2005-04-20 2015-04-07 Google Inc. System and method for targeting information based on message content
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US7949714B1 (en) * 2005-12-05 2011-05-24 Google Inc. System and method for targeting advertisements or other information using user geographical information
US8601004B1 (en) * 2005-12-06 2013-12-03 Google Inc. System and method for targeting information items based on popularities of the information items
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8977255B2 (en) 2007-04-03 2015-03-10 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
EP2165279A4 (en) * 2007-06-01 2012-01-18 Getty Images Inc METHOD AND SYSTEM FOR SEARCHING FOR DIGITAL MEANS
US8996433B2 (en) * 2007-10-11 2015-03-31 Steven Ginzberg Automated natural language formula translator and data evaluator
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US8996376B2 (en) 2008-04-05 2015-03-31 Apple Inc. Intelligent text-to-speech conversion
US10496753B2 (en) 2010-01-18 2019-12-03 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US20100030549A1 (en) 2008-07-31 2010-02-04 Lee Michael M Mobile device having human language translation capability with positional feedback
US9959870B2 (en) 2008-12-11 2018-05-01 Apple Inc. Speech recognition involving a mobile device
US10241644B2 (en) 2011-06-03 2019-03-26 Apple Inc. Actionable reminder entries
US9858925B2 (en) 2009-06-05 2018-01-02 Apple Inc. Using context information to facilitate processing of commands in a virtual assistant
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US10255566B2 (en) 2011-06-03 2019-04-09 Apple Inc. Generating and processing task items that represent tasks to perform
US9431006B2 (en) 2009-07-02 2016-08-30 Apple Inc. Methods and apparatuses for automatic speech recognition
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US10553209B2 (en) 2010-01-18 2020-02-04 Apple Inc. Systems and methods for hands-free notification summaries
US10679605B2 (en) 2010-01-18 2020-06-09 Apple Inc. Hands-free list-reading by intelligent automated assistant
US10705794B2 (en) 2010-01-18 2020-07-07 Apple Inc. Automatically adapting user interfaces for hands-free interaction
US8682667B2 (en) 2010-02-25 2014-03-25 Apple Inc. User profiling for selecting user specific voice input processing information
US10762293B2 (en) 2010-12-22 2020-09-01 Apple Inc. Using parts-of-speech tagging and named entity recognition for spelling correction
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US8994660B2 (en) 2011-08-29 2015-03-31 Apple Inc. Text correction processing
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US9483461B2 (en) 2012-03-06 2016-11-01 Apple Inc. Handling speech synthesis of content for multiple languages
US9280610B2 (en) 2012-05-14 2016-03-08 Apple Inc. Crowd sourcing information to fulfill user requests
US9721563B2 (en) 2012-06-08 2017-08-01 Apple Inc. Name recognition system
US9495129B2 (en) 2012-06-29 2016-11-15 Apple Inc. Device, method, and user interface for voice-activated navigation and browsing of a document
US9576574B2 (en) 2012-09-10 2017-02-21 Apple Inc. Context-sensitive handling of interruptions by intelligent digital assistant
US9547647B2 (en) 2012-09-19 2017-01-17 Apple Inc. Voice-based media searching
US9530405B2 (en) * 2012-11-30 2016-12-27 Mitsubishi Electric Corporation Intention estimating device and intention estimating method
DE112014000709B4 (de) 2013-02-07 2021-12-30 Apple Inc. Verfahren und vorrichtung zum betrieb eines sprachtriggers für einen digitalen assistenten
US9368114B2 (en) 2013-03-14 2016-06-14 Apple Inc. Context-sensitive handling of interruptions
WO2014144579A1 (en) 2013-03-15 2014-09-18 Apple Inc. System and method for updating an adaptive speech recognition model
WO2014144949A2 (en) 2013-03-15 2014-09-18 Apple Inc. Training an at least partial voice command system
WO2014197336A1 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for detecting errors in interactions with a voice-based digital assistant
US9582608B2 (en) 2013-06-07 2017-02-28 Apple Inc. Unified ranking with entropy-weighted information for phrase-based semantic auto-completion
WO2014197334A2 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
WO2014197335A1 (en) 2013-06-08 2014-12-11 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
KR101959188B1 (ko) 2013-06-09 2019-07-02 애플 인크. 디지털 어시스턴트의 둘 이상의 인스턴스들에 걸친 대화 지속성을 가능하게 하기 위한 디바이스, 방법 및 그래픽 사용자 인터페이스
KR101809808B1 (ko) 2013-06-13 2017-12-15 애플 인크. 음성 명령에 의해 개시되는 긴급 전화를 걸기 위한 시스템 및 방법
KR101749009B1 (ko) 2013-08-06 2017-06-19 애플 인크. 원격 디바이스로부터의 활동에 기초한 스마트 응답의 자동 활성화
US9620105B2 (en) 2014-05-15 2017-04-11 Apple Inc. Analyzing audio input for efficient speech and music recognition
US10592095B2 (en) 2014-05-23 2020-03-17 Apple Inc. Instantaneous speaking of content on touch devices
US9502031B2 (en) 2014-05-27 2016-11-22 Apple Inc. Method for supporting dynamic grammars in WFST-based ASR
US10289433B2 (en) 2014-05-30 2019-05-14 Apple Inc. Domain specific language for encoding assistant dialog
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
WO2015184186A1 (en) 2014-05-30 2015-12-03 Apple Inc. Multi-command single utterance input method
US9785630B2 (en) 2014-05-30 2017-10-10 Apple Inc. Text prediction using combined word N-gram and unigram language models
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US9842101B2 (en) 2014-05-30 2017-12-12 Apple Inc. Predictive conversion of language input
US9734193B2 (en) 2014-05-30 2017-08-15 Apple Inc. Determining domain salience ranking from ambiguous words in natural speech
US9760559B2 (en) 2014-05-30 2017-09-12 Apple Inc. Predictive text input
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US10078631B2 (en) 2014-05-30 2018-09-18 Apple Inc. Entropy-guided text prediction using combined word and character n-gram language models
US10659851B2 (en) 2014-06-30 2020-05-19 Apple Inc. Real-time digital assistant knowledge updates
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US10446141B2 (en) 2014-08-28 2019-10-15 Apple Inc. Automatic speech recognition based on user feedback
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US10789041B2 (en) 2014-09-12 2020-09-29 Apple Inc. Dynamic thresholds for always listening speech trigger
US9606986B2 (en) 2014-09-29 2017-03-28 Apple Inc. Integrated word N-gram and class M-gram language models
US9886432B2 (en) 2014-09-30 2018-02-06 Apple Inc. Parsimonious handling of word inflection via categorical stem + suffix N-gram language models
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US9646609B2 (en) 2014-09-30 2017-05-09 Apple Inc. Caching apparatus for serving phonetic pronunciations
US10552013B2 (en) 2014-12-02 2020-02-04 Apple Inc. Data detection
US9711141B2 (en) 2014-12-09 2017-07-18 Apple Inc. Disambiguating heteronyms in speech synthesis
CN104573028B (zh) * 2015-01-14 2019-01-25 百度在线网络技术(北京)有限公司 实现智能问答的方法和系统
US9865280B2 (en) 2015-03-06 2018-01-09 Apple Inc. Structured dictation using intelligent automated assistants
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US9899019B2 (en) 2015-03-18 2018-02-20 Apple Inc. Systems and methods for structured stem and suffix language models
US9842105B2 (en) 2015-04-16 2017-12-12 Apple Inc. Parsimonious continuous-space phrase representations for natural language processing
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US10127220B2 (en) 2015-06-04 2018-11-13 Apple Inc. Language identification from short strings
US10101822B2 (en) 2015-06-05 2018-10-16 Apple Inc. Language input correction
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US10186254B2 (en) 2015-06-07 2019-01-22 Apple Inc. Context-based endpoint detection
US10255907B2 (en) 2015-06-07 2019-04-09 Apple Inc. Automatic accent detection using acoustic models
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US9697820B2 (en) 2015-09-24 2017-07-04 Apple Inc. Unit-selection text-to-speech synthesis using concatenation-sensitive neural networks
US10366158B2 (en) 2015-09-29 2019-07-30 Apple Inc. Efficient word encoding for recurrent neural network language models
US11010550B2 (en) 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US11587559B2 (en) 2015-09-30 2023-02-21 Apple Inc. Intelligent device identification
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US10446143B2 (en) 2016-03-14 2019-10-15 Apple Inc. Identification of voice inputs providing credentials
US9934775B2 (en) 2016-05-26 2018-04-03 Apple Inc. Unit-selection text-to-speech synthesis based on predicted concatenation parameters
US9972304B2 (en) 2016-06-03 2018-05-15 Apple Inc. Privacy preserving distributed evaluation framework for embedded personalized systems
US10191899B2 (en) 2016-06-06 2019-01-29 Comigo Ltd. System and method for understanding text using a translation of the text
US10249300B2 (en) 2016-06-06 2019-04-02 Apple Inc. Intelligent list reading
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
DK179588B1 (en) 2016-06-09 2019-02-22 Apple Inc. INTELLIGENT AUTOMATED ASSISTANT IN A HOME ENVIRONMENT
US10509862B2 (en) 2016-06-10 2019-12-17 Apple Inc. Dynamic phrase expansion of language input
US10192552B2 (en) 2016-06-10 2019-01-29 Apple Inc. Digital assistant providing whispered speech
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
US10490187B2 (en) 2016-06-10 2019-11-26 Apple Inc. Digital assistant providing automated status report
US10586535B2 (en) 2016-06-10 2020-03-10 Apple Inc. Intelligent digital assistant in a multi-tasking environment
DK179049B1 (en) 2016-06-11 2017-09-18 Apple Inc Data driven natural language event detection and classification
DK179343B1 (en) 2016-06-11 2018-05-14 Apple Inc Intelligent task discovery
DK201670540A1 (en) 2016-06-11 2018-01-08 Apple Inc Application integration with a digital assistant
DK179415B1 (en) 2016-06-11 2018-06-14 Apple Inc Intelligent device arbitration and control
US10593346B2 (en) 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
KR102375800B1 (ko) * 2017-04-28 2022-03-17 삼성전자주식회사 음성 인식 서비스를 제공하는 전자 장치 및 그 방법
DK179745B1 (en) 2017-05-12 2019-05-01 Apple Inc. SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT
DK201770431A1 (en) 2017-05-15 2018-12-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4193119A (en) * 1977-03-25 1980-03-11 Xerox Corporation Apparatus for assisting in the transposition of foreign language text
GB1596411A (en) * 1977-09-19 1981-08-26 Shadin Hojin Kyodo Tsushinsha Translation system
US4164025A (en) * 1977-12-13 1979-08-07 Bell Telephone Laboratories, Incorporated Spelled word input directory information retrieval system with input word error corrective searching
CA1129194A (en) * 1978-02-17 1982-08-10 Jung-Eui Son Portable word translator device
JPS5936795B2 (ja) * 1979-08-17 1984-09-05 シャープ株式会社 電子辞書
US4623985A (en) * 1980-04-15 1986-11-18 Sharp Kabushiki Kaisha Language translator with circuitry for detecting and holding words not stored in dictionary ROM
JPS5748159A (en) * 1980-09-03 1982-03-19 Sharp Corp Electronic interpreter
JPS5924452B2 (ja) * 1980-09-22 1984-06-09 株式会社日立製作所 日本文入力装置
JPS57201958A (en) * 1981-06-05 1982-12-10 Hitachi Ltd Device and method for interpretation between natural languages
JPS57201926A (en) * 1981-06-05 1982-12-10 Hitachi Ltd "kanji" selecting method for "kanji" input device
JPS5840684A (ja) * 1981-09-04 1983-03-09 Hitachi Ltd 自然言語間の自動翻訳方式
JPS58175074A (ja) * 1982-04-07 1983-10-14 Toshiba Corp 構文分析方式
US4468756A (en) * 1982-05-20 1984-08-28 Chan Computer Corporation Method and apparatus for processing languages
JPS58201175A (ja) * 1982-05-20 1983-11-22 Kokusai Denshin Denwa Co Ltd <Kdd> 機械翻訳方式
US4544276A (en) * 1983-03-21 1985-10-01 Cornell Research Foundation, Inc. Method and apparatus for typing Japanese text using multiple systems
JPS6140672A (ja) * 1984-07-31 1986-02-26 Hitachi Ltd 多品詞解消処理方式

Also Published As

Publication number Publication date
KR920003498B1 (ko) 1992-05-01
US5109509A (en) 1992-04-28
KR860003560A (ko) 1986-05-26
EP0180888A2 (en) 1986-05-14
CA1235817A (en) 1988-04-26
EP0180888A3 (en) 1986-08-27
EP0180888B1 (en) 1995-02-22
JPS61105671A (ja) 1986-05-23
DE3587993T2 (de) 1995-06-14
DE3587993D1 (de) 1995-03-30

Similar Documents

Publication Publication Date Title
JPH0510703B2 (ja)
Jacquemin et al. Expansion of multi-word terms for indexing and retrieval using morphology and syntax
Daud et al. Urdu language processing: a survey
US6115683A (en) Automatic essay scoring system using content-based techniques
US5579224A (en) Dictionary creation supporting system
JPS62163173A (ja) 機械翻訳方法
Malaisé et al. Mining defining contexts to help structuring differential ontologies
Ouersighni A major offshoot of the DIINAR-MBC project: AraParse, a morphosyntactic analyzer for unvowelled Arabic texts
JP2001515616A (ja) 自動自然言語翻訳
Amri et al. Amazigh POS tagging using TreeTagger: A language independant model
JPH08106474A (ja) 類似例文検索結果表示方法及び装置
Al-Shalabi Design and implementation of an Arabic morphological system to support natural language processing
Litkowski Question answering using XML-tagged documents
JP3876014B2 (ja) 機械翻訳装置
Bourbakis et al. An SPN based methodology for document understanding
Lupu et al. A Romanian semcor aligned to the English and Italian multisemcor
JPS6329881A (ja) 機械翻訳装置
Lim et al. A Conceptual Framework For Malay-English Mixed-language Question Answering System
Kempen et al. Author environments: Fifth generation text processors
JP2902343B2 (ja) 言語解析システムおよび方法
JP3892227B2 (ja) 機械翻訳システム
JPS63228326A (ja) キ−ワ−ド自動抽出方式
Dash Morphological Processing of Words
Zhou Analysis of Corpus-Based Large Language Modeling Translation--Taking the Translation of Rickshaw Boy as an Example
Narayan et al. Pre-Neural Approaches

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees