WO2019056391A1 - 信息处理方法、装置、移动终端和计算机可读存储介质 - Google Patents

信息处理方法、装置、移动终端和计算机可读存储介质 Download PDF

Info

Publication number
WO2019056391A1
WO2019056391A1 PCT/CN2017/103271 CN2017103271W WO2019056391A1 WO 2019056391 A1 WO2019056391 A1 WO 2019056391A1 CN 2017103271 W CN2017103271 W CN 2017103271W WO 2019056391 A1 WO2019056391 A1 WO 2019056391A1
Authority
WO
WIPO (PCT)
Prior art keywords
call
keyword
mobile terminal
information
call number
Prior art date
Application number
PCT/CN2017/103271
Other languages
English (en)
French (fr)
Inventor
张晓璇
Original Assignee
深圳市云中飞网络科技有限公司
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 深圳市云中飞网络科技有限公司 filed Critical 深圳市云中飞网络科技有限公司
Priority to PCT/CN2017/103271 priority Critical patent/WO2019056391A1/zh
Priority to CN201780092510.8A priority patent/CN110785987B/zh
Publication of WO2019056391A1 publication Critical patent/WO2019056391A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/26Devices for calling a subscriber
    • H04M1/27Devices whereby a plurality of signals may be stored simultaneously
    • H04M1/274Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc
    • H04M1/2745Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc using static electronic memories, e.g. chips
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/26Devices for calling a subscriber
    • H04M1/27Devices whereby a plurality of signals may be stored simultaneously
    • H04M1/274Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc
    • H04M1/2745Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc using static electronic memories, e.g. chips
    • H04M1/27453Directories allowing storage of additional subscriber data, e.g. metadata
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/26Devices for calling a subscriber
    • H04M1/27Devices whereby a plurality of signals may be stored simultaneously
    • H04M1/274Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc
    • H04M1/2745Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc using static electronic memories, e.g. chips
    • H04M1/27467Methods of retrieving data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/26Devices for calling a subscriber
    • H04M1/27Devices whereby a plurality of signals may be stored simultaneously
    • H04M1/274Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc
    • H04M1/2745Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc using static electronic memories, e.g. chips
    • H04M1/2753Devices whereby a plurality of signals may be stored simultaneously with provision for storing more than one subscriber number at a time, e.g. using toothed disc using static electronic memories, e.g. chips providing data content

Definitions

  • the present application relates to the field of computer technology, and in particular, to an information processing method, apparatus, mobile terminal, and computer readable storage medium.
  • an information processing method, apparatus, mobile terminal, and computer readable storage medium are provided.
  • An information processing method includes:
  • An information processing apparatus comprising:
  • a detecting module configured to detect the mobile terminal when the mobile terminal is in a call state Whether to store the call number
  • the obtaining module is further configured to extract keywords in the voice call information.
  • a mobile terminal comprising a memory and a processor, the memory storing computer readable instructions, the instructions being executed by the processor, causing the processor to perform the method as described above.
  • One or more non-transitory computer readable storage media containing computer executable instructions that, when executed by one or more processors, cause the processor to perform the methods described above.
  • 1 is a flow chart of an information processing method in an embodiment
  • FIG. 2 is a flow chart of an information processing method in another embodiment
  • FIG. 3 is a flow chart of an information processing method in another embodiment
  • FIG. 5 is a flowchart of an information processing method in another embodiment
  • Figure 7 is a block diagram showing the structure of an information processing apparatus in an embodiment
  • Figure 8 is a block diagram showing the structure of an information processing apparatus in another embodiment
  • FIG. 9 is a block diagram showing a partial structure of a mobile phone related to a mobile terminal provided by an embodiment of the present application.
  • first may be referred to as a second client
  • second client may be referred to as a first client, without departing from the scope of the present application.
  • Both the first client and the second client are clients, but they are not the same client.
  • an information processing method includes:
  • Step 102 When it is monitored that the mobile terminal is in a call state, detect whether the mobile terminal stores the call number.
  • the mobile terminal can monitor whether the current state is a call state, and when the mobile terminal is in a call state, detect whether the call number is stored in the mobile terminal address book.
  • the mobile terminal is in a call state, including: the mobile terminal is in a call state when making a call, or the mobile terminal is in a call state when answering the call.
  • the above call number is a number connected to the mobile terminal, including the telephone number dialed by the mobile terminal and the telephone number answered by the mobile terminal.
  • the mobile terminal can set a listener through the telephony manager TelephonyManager, and the listener can be used to monitor the change of the state of the phone, including monitoring the receiving event, hanging event, and the like in the mobile terminal. Further, when the state of the phone in the mobile terminal changes, a broadcast with the action android.intent.action.PHONE_STATE is sent. For example, the mobile terminal sends a broadcast with the action android.intent.action.NEW_OUTGOING_CALL when making a call. Through The broadcast receiver can receive the above broadcast. After the mobile terminal monitors the state of the phone through the listener, it can further determine whether the current state is in a call state according to the broadcast.
  • the method for monitoring whether the mobile terminal is in a call state in the above Android system is only an example.
  • the solution in this application is not limited to running in the Android system, and the application solution can also be run in other systems, such as an IOS system, a Symbian system, and the like.
  • Step 104 When the mobile terminal does not store the call number, the voice call information is obtained.
  • the voice call information of the current call of the mobile terminal can be obtained.
  • Obtaining the voice call information of the current call of the mobile terminal includes: recording the current call of the mobile terminal, and storing the audio file generated by the recording.
  • Step 106 Identify the voice call information, and extract keywords that have reached the preset value in the voice call information.
  • the mobile terminal can convert the voice call information into text information through voice recognition. After the mobile terminal converts the voice call information into text information, the text information can be displayed in an editable form on the mobile terminal interface. The mobile terminal can receive the user to modify or delete the above-mentioned text information, and replace the text information converted into the stored voice call information with the text information modified by the user.
  • the mobile terminal may also extract keywords in the text information, wherein the keywords in the extracted text information include: the mobile terminal counts the number of occurrences of each word in the text information, and if the number of occurrences of a certain word reaches a preset value, the word is As a keyword.
  • the preset value may be a value set by the mobile terminal or a value input by the user.
  • step 108 the keyword is stored corresponding to the call number.
  • the keyword and the call number may be correspondingly stored in the preset path of the mobile terminal, for example, the keyword and the call number are correspondingly stored in the mobile terminal address book. in.
  • the mobile terminal may detect whether the voice call information includes a keyword from the beginning to the preset time, and if the keyword is detected, extract the keyword in the entire voice call information; If no keyword is detected, the voice call information is not processed. For example, after obtaining the voice call information, the mobile terminal detects whether the voice call information includes a keyword from 00:00 to 1:00, that is, whether the keyword is included 1 minute before detecting the voice call information, and if the keyword is detected, the mobile terminal extracts The keyword in the entire voice call information; if no keyword is detected, the voice call information is not processed.
  • the identifying the voice call information in step 106 includes: performing voice color recognition on the voice call information, and acquiring the first voice call information and the second voice call information in the voice call information. Extracting keywords in the voice call information includes: extracting keywords in the first voice call information and the second voice call information, respectively.
  • the mobile terminal can also perform voice color recognition on the voice call information, and identify the voice call information of each party of the call from the voice call information.
  • the mobile terminal can divide the respective voice call information of the identified two parties into the first voice call information and the second voice call information, that is, the voice call information corresponding to the first voice color is the first voice call information, and the voice corresponding to the second voice color.
  • the call information is the second voice call information.
  • the first voice call information and the second voice call information are only used to indicate the voice call information of both parties of the call, and are not used to limit the voice call information.
  • the mobile terminal may extract keywords only for the first voice call information or only keywords for the second voice call information. That is, the mobile terminal can extract only the keywords in the user voice information or only extract the keywords in the voice of the call object, and set the keyword extraction range, so that the keywords in the extracted voice information are more accurate. For example, the mobile terminal only extracts keywords from the call object voice, and does not process the user voice information.
  • the voice call information can be recognized by the voice color recognition, and the keyword is extracted from the voice call information of different users, thereby reducing the range of the extracted keywords, so that the extracted keywords are more accurate.
  • the method before the keyword is stored in the step 108 corresponding to the call number, the method further includes:
  • Step 202 identifying the type of the keyword.
  • Step 204 Store keywords according to the type and the call number.
  • the mobile terminal can classify the acquired keywords and extract the types corresponding to the keywords.
  • the classifying the keywords by the mobile terminal includes: the mobile terminal detecting whether the keyword includes a preset Chinese character or a preset word, and if the keyword includes a preset Chinese character or a preset word, the keyword is divided into The type corresponding to the Chinese character is set or the keyword is divided into the type corresponding to the preset word.
  • the types of keywords may include: name, location, time, and the like.
  • the preset Chinese characters corresponding to the name may be the surnames "Chen”, “Wang”, “Zhao”, “Li”, “Week”, etc.; the default words corresponding to the name may be “Harry”, “Charlotter”, “Kate” ", "Alice”, “George”.
  • the preset Chinese characters corresponding to the location may be “city”, “county”, “district”, “street”, etc.; the preset words corresponding to the location may be “State”, “Street”, and the like.
  • the preset Chinese characters corresponding to the time may be “month”, “day”, “morning”, “afternoon”, etc.; the preset words corresponding to the time may be “o'clock”, “minute”, “second”, and the like.
  • the keywords may be stored according to the type and the call number. For example, the name and the call number are stored in the address book, The time and place keywords are stored under the call number in the directory.
  • the mobile terminal can also display the keywords in the corresponding application by type.
  • the mobile terminal may display the time keyword corresponding to the call number in the calendar, display the location keyword corresponding to the call number on the map, and the like.
  • the information processing method in the embodiment of the present application stores the keyword according to the type of the keyword in the voice call information, and stores the keyword according to the type and the call number, so that the user can conveniently view the keyword corresponding to the call number.
  • the keywords are stored correspondingly according to the type and the call number, so that the user can view the keywords more conveniently.
  • Step 304 When the call duration and the number of calls meet the preset rule, the keyword is stored corresponding to the call number.
  • the mobile terminal can obtain the total number of calls, the accumulated call duration, and the single call duration of the call number within a preset duration.
  • the preset duration may be a preset value of the mobile terminal. It can also be a value set for the user, for example, 7 days, 15 days, 30 days, and the like.
  • the mobile terminal can detect whether the accumulated call count, the accumulated call duration, and the single call duration meet the preset rule.
  • the preset rule can be the following rule. One or more of them:
  • the accumulated call duration is greater than the first threshold.
  • the first threshold, the second threshold, and the third threshold may be preset values of the mobile terminal, or may be values set by the user.
  • the first threshold, the second threshold, and the third threshold may be the same value or different values.
  • the preset rule may be that the number of accumulated calls is greater than 3 times within 7 days. If the call number satisfies the preset rule, the call number is determined to be a number that the mobile terminal user frequently contacts, and the recognized keyword is stored corresponding to the call number.
  • the mobile terminal may detect whether the call duration and the number of calls corresponding to the call number meet the preset rule. Ruotong If the call duration and the number of calls corresponding to the call number do not satisfy the preset rule, the keyword in the voice call information corresponding to the call number is not recognized.
  • the call number is filtered by the number of calls and the duration of the call, and the call number frequently contacted by the user can be selected.
  • the mobile terminal stores the call number that the user frequently contacts, and does not store the call number that the user does not often contact, so that the manner of storing the call number is more user-friendly, and the user's stickiness is improved.
  • the method before the keyword is stored in the step 108 corresponding to the call number, the method further includes:
  • step 402 the call number is uploaded to the server.
  • Step 404 Receive a detection result of the call number returned by the server, and the detection result is obtained by the server comparing the call number with the number in the database.
  • the mobile terminal can also upload the call number to the server, and after receiving the call number uploaded by the mobile terminal, the server can compare the call number with the database number.
  • the above database number may be a harassing phone, a fraud phone, a sales call, a customer service phone, etc. stored by the server. If the server detects that the database number includes the call number, the server returns the call number corresponding number label to the mobile terminal, such as a fraud call, a sales call, an harassing call, and the like.
  • the mobile terminal receives the call label corresponding to the call number returned by the server, and displays the call label together with the call number to remind the user.
  • the server detects that the database number does not include the call number, it determines that the call number is the first type of call number, that is, the normal number, and returns the normal test result of the call number to the mobile terminal.
  • the mobile terminal receives the detection result returned by the server and determines that the call number is the first type of call number, the keyword is stored corresponding to the call number.
  • the server number is uploaded to the server, and the server big data is used to identify whether the call number is a harassing call, a sales call, or the like.
  • the mobile terminal stores the call number corresponding to the keyword only when it is recognized that the call number is a normal number.
  • the method before the keyword is stored in the step 108 corresponding to the call number, the method further includes:
  • Step 502 Identify attribution information of the call number.
  • Step 504 When the home location information of the call number is the same as the home location information of the mobile terminal's local number, the keyword is stored corresponding to the call number.
  • the information processing method in the embodiment of the present application can identify the attribution information of the call number.
  • the home location information of the call number is the same as the home location information of the mobile terminal's local number
  • the user corresponding to the call number is determined to be close to the user corresponding to the mobile terminal's local number, and the call number is stored corresponding to the recognized keyword, and the user is stored. There is no need to manually store the call number, which simplifies the user operation and makes the way the mobile terminal stores the call number more intelligent.
  • the information processing method further includes: when detecting the first number associated with the local number sharing of the mobile terminal, transmitting the corresponding stored keyword and the call number to the mobile terminal corresponding to the first number.
  • the mobile terminal can detect whether to store the first number associated with the mobile terminal's native number sharing.
  • the first number of the shared association may be a number bound according to an operator rule, or a binding number set for a user. If the mobile terminal detects the first number associated with the local number sharing, the corresponding stored keyword and the call number may be sent to the mobile terminal corresponding to the first number, so that the mobile terminal corresponding to the first number stores the call number and the corresponding Key words.
  • the mobile terminal sends the corresponding stored keyword and the call number to the mobile terminal corresponding to the first number, and the mobile terminal can send the corresponding stored keyword and the call number to the mobile terminal corresponding to the first number through the operator network; Or the mobile terminal sends the corresponding stored keyword and the call number to the mobile terminal corresponding to the first number through the local area network or the data network.
  • the mobile terminal when the number associated with the local number of the mobile terminal is detected, the corresponding stored keyword and the call number are sent to the shared associated number.
  • the mobile terminal enables the shared associated number to synchronously store the call number, and the user can simultaneously view the call number on different terminals, which simplifies user operations.
  • the information processing method further includes:
  • Step 602 When detecting that the keyword is a preset type of keyword, establishing a reminder event according to the keyword.
  • the keywords of the preset type in the mobile terminal may be time keywords, place keywords, and the like. If the mobile terminal detects a preset type of keyword, the reminder event may be established according to the preset type of keyword, and the reminder event is stored and displayed in the mobile terminal. For example, the mobile terminal may establish a reminder event according to the time keyword, and prompt the user at the pop-up interface of the mobile terminal when the current moment is the moment of the reminder event. The mobile terminal may also establish a reminder time according to the location keyword, and when the current location location is the reminder time location, the user is prompted to pop up the window at the mobile terminal interface.
  • a reminder event is established in the mobile terminal.
  • the above reminding event can remind the user that the mobile terminal can obtain the information conforming to the preset rule in the voice call information, and store and display the information that meets the preset rule, without the user manually recording the information, simplifying the operation of the user.
  • the information processing method further includes: storing voice call information and a keyword, and identifying a moment when the keyword appears in the voice call information.
  • the mobile terminal may also store text information into which the voice call information is converted, and highlight the keyword in the text information.
  • the above text information is boldly displayed, highlighted, displayed in different fonts, displayed in different font sizes, displayed in different colors, and the like.
  • the mobile terminal can set a save time limit for the saved voice call information, keywords, and text information. When the save time limit is exceeded, the mobile terminal deletes the corresponding voice call information, keywords, and text information.
  • the information processing method in the embodiment of the present application stores the voice call information corresponding to the call number and the off
  • the key words are useful for the user to find keywords according to the voice call information, and set the save time limit for the voice call information.
  • the voice call information exceeds the save time limit, the corresponding file is automatically deleted, thereby saving the storage space of the mobile terminal.
  • steps in the flowchart of the embodiment of the present application are sequentially displayed in accordance with the indication of the arrow, but the steps are not necessarily performed in the order indicated by the arrow. Except as explicitly stated herein, the execution of these steps is not strictly limited, and may be performed in other sequences. Moreover, at least some of the steps in the flowchart of the embodiment of the present application may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be executed at different times, and the execution order thereof is also It is not necessarily performed sequentially, but may be performed alternately or alternately with at least a portion of other steps or sub-steps or stages of other steps.
  • Fig. 7 is a block diagram showing the structure of an information processing apparatus in an embodiment. As shown in FIG. 7, an information processing apparatus includes:
  • the detecting module 702 is configured to detect, when the mobile terminal is in a call state, whether the mobile terminal stores the call number.
  • the obtaining module 704 is configured to obtain voice call information when the mobile terminal does not store the call number.
  • the identification module 706 is configured to identify the voice call information.
  • the obtaining module 704 is further configured to extract a keyword whose number of occurrences in the voice call information reaches a preset value.
  • the storage module 708 is configured to store the keyword corresponding to the call number.
  • the identification module 706 is further configured to identify a type of the keyword before storing the keyword and the call number; the storage module 708 is further configured to store the keyword according to the type and the call number.
  • the identification module 706 is further configured to identify attribution information of the call number before storing the keyword corresponding to the call number; the storage module 708 is further configured to use the home address information of the call number and the local number of the mobile terminal.
  • the attribution information is the same, and the keyword is stored corresponding to the call number.
  • the storage module 708 is further configured to store voice call information and keywords; identify a moment when the keyword appears in the voice call information.
  • FIG. 8 is a block diagram showing the structure of an information processing apparatus in another embodiment.
  • an information processing apparatus includes a detection module 802, an acquisition module 804, an identification module 806, a storage module 808, a transmission module 810, and a receiving module 812.
  • the detection module 802, the acquisition module 804, the identification module 806, and the storage module 808 have the same functions as the corresponding modules in FIG.
  • the receiving module 812 is configured to receive a detection result of the call number returned by the server, and the detection result is obtained by the server comparing the call number with the number in the database.
  • the storage module 808 is further configured to store the keyword and the call number when the call number is the first type of call number.
  • the sending module 810 is further configured to: when detecting the first number associated with the local number sharing of the mobile terminal, send the corresponding stored keyword and the call number to the mobile terminal corresponding to the first number.
  • the various modules in the above information processing apparatus may be implemented in whole or in part by software, hardware, and combinations thereof.
  • the network interface may be an Ethernet card or a wireless network card.
  • the above modules may be embedded in the hardware in the processor or in the memory in the server, or may be stored in the memory in the server, so that the processor calls the corresponding operations of the above modules.
  • a component can be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer.
  • a component can be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer.
  • run on the server Both the application and the server can be components.
  • One or more components can reside within a process and/or executed thread, and the components can be located within one computer and/or distributed between two or more computers.
  • FIG. 9 is a block diagram showing a partial structure of a mobile phone related to a mobile terminal provided by an embodiment of the present application.
  • the mobile phone includes: a radio frequency (RF) circuit 910, a memory 920, an input unit 930, a display unit 940, a sensor 950, an audio circuit 960, a wireless fidelity (WiFi) module 970, and a processor 980. And power supply 990 and other components.
  • RF radio frequency
  • the RF circuit 910 can be used for receiving and transmitting signals during the transmission and reception of information or during a call.
  • the downlink information of the base station can be received and processed by the processor 980.
  • the uplink data can also be sent to the base station.
  • RF circuits include, but are not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like.
  • LNA Low Noise Amplifier
  • RF circuitry 910 can also communicate with the network and other devices via wireless communication.
  • the above wireless communication may use any communication standard or protocol, including but not limited to Global System of Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (Code Division). Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), e-mail, Short Messaging Service (SMS), and the like.
  • GSM Global System of Mobile communication
  • GPRS General
  • the memory 920 can be used to store software programs and modules, and the processor 980 executes various functional applications and data processing of the mobile phone by running software programs and modules stored in the memory 920.
  • the memory 920 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application required for at least one function (such as an application of a sound playing function, an application of an image playing function, etc.);
  • the data storage area can store data (such as audio data, address book, etc.) created according to the use of the mobile phone.
  • memory 920 can include high speed random access memory, and can also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
  • the input unit 930 can be configured to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the handset 900.
  • the input unit 930 may include a touch panel 931 and other input devices 932.
  • the touch panel 931 also referred to as a touch screen, can collect touch operations on or near the user (such as the user using a finger, a stylus, or the like on the touch panel 931 or near the touch panel 931. Operation) and drive the corresponding connection device according to a preset program.
  • the touch panel 931 can include two portions of a touch detection device and a touch controller.
  • the touch detection device detects the touch orientation of the user, and detects a signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts the touch information into contact coordinates, and sends the touch information.
  • the processor 980 is provided and can receive commands from the processor 980 and execute them.
  • the touch panel 931 can be implemented in various types such as resistive, capacitive, infrared, and surface acoustic waves.
  • the input unit 930 may also include other input devices 932.
  • other input devices 932 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.).
  • the display unit 940 can be used to display information input by the user or information provided to the user as well as various menus of the mobile phone.
  • the display unit 940 can include a display panel 941.
  • the display panel 941 may be configured in the form of a liquid crystal display (LCD), an organic light-emitting diode (OLED), or the like.
  • the touch panel 931 can cover the display panel 941. When the touch panel 931 detects a touch operation on or near it, the touch panel 931 transmits to the processor 980 to determine the type of the touch event, and then the processor 980 is The type of touch event provides a corresponding visual output on display panel 941.
  • the touch panel 931 and the display panel 941 function as two separate components to implement input and input functions of the mobile phone, In some embodiments, the touch panel 931 can be integrated with the display panel 941 to implement input and output functions of the mobile phone.
  • the handset 900 can also include at least one type of sensor 950, such as a light sensor, motion sensor, and other sensors.
  • the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust the brightness of the display panel 941 according to the brightness of the ambient light, and the proximity sensor may close the display panel 941 and/or when the mobile phone moves to the ear. Or backlight.
  • Audio circuitry 960, speaker 961, and microphone 962 can provide an audio interface between the user and the handset.
  • the audio circuit 960 can transmit the converted electrical data of the received audio data to the speaker 961, and convert it into a sound signal output by the speaker 961.
  • the microphone 962 converts the collected sound signal into an electrical signal, and the audio circuit 960 After receiving, it is converted into audio data, and after being processed by the audio data output processor 980, it can be sent to another mobile phone via the RF circuit 910, or the audio data can be output to the memory 920 for subsequent processing.
  • WiFi is a short-range wireless transmission technology
  • the mobile phone can help users to send and receive emails, browse web pages, and access streaming media through the WiFi module 970, which provides users with wireless broadband Internet access.
  • FIG. 9 shows the WiFi module 970, it can be understood that it does not belong to the essential configuration of the mobile phone 900 and can be omitted as needed.
  • the processor 980 is the control center of the handset, which connects various portions of the entire handset using various interfaces and lines, by executing or executing software programs and/or modules stored in the memory 920, and invoking data stored in the memory 920, executing The phone's various functions and processing data, so that the overall monitoring of the phone.
  • processor 980 can include one or more processing units.
  • the processor 980 can integrate an application processor and a modem processor, wherein the application processor primarily processes an operating system, a user interface, an application, and the like; the modem processor primarily processes wireless communications. It can be understood that the above modem processor may also not be integrated into the processor 980. in.
  • the mobile phone 900 also includes a power source 990 (such as a battery) that supplies power to various components.
  • a power source 990 such as a battery
  • the power source can be logically coupled to the processor 980 through a power management system to manage functions such as charging, discharging, and power management through the power management system.
  • the handset 900 can also include a camera, a Bluetooth module, and the like.
  • the processor 980 included in the mobile terminal implements the following steps when executing a computer program stored on the memory:
  • the keyword is stored corresponding to the call number.
  • the step of the processor performing the identification of the voice call information includes: performing voice color recognition on the voice call information, acquiring the first voice call information and the second voice call information in the voice call information; and the processor performing the extracted voice call
  • the step of the keyword in the information includes: extracting the keywords in the first voice call information and the second voice call information, respectively.
  • the processor before the processor performs the storage of the keyword and the call number, the processor further performs: identifying the type of the keyword; storing the keyword according to the type and the call number.
  • the method before the processor performs the corresponding storage of the keyword and the call number, the method further includes: obtaining a call duration and a call count corresponding to the call number; and when the call duration and the call count satisfy a preset rule, the keyword and the call number are Corresponding storage.
  • the processor before the processor performs the storage of the keyword and the call number, the processor further performs: uploading the call number to the server; receiving the detection result of the call number returned by the server, and the detection result is that the server uses the call number and the number in the database. The comparison is obtained; when the call number is the first type of call number, the keyword is stored corresponding to the call number.
  • the processor executes the storage of the keyword in association with the call number.
  • Line identifies the attribution information of the call number; when the home location information of the call number is the same as the home address information of the mobile terminal's local number, the keyword is stored corresponding to the call number.
  • the processor further performs: when detecting the first number associated with the local number sharing of the mobile terminal, transmitting the corresponding stored keyword and the call number to the mobile terminal corresponding to the first number.
  • the processor further performs: when detecting that the keyword is a preset type of keyword, establishing a reminder event according to the keyword; storing and displaying the reminder event in the mobile terminal.
  • the processor further performs: storing voice call information and keywords; identifying a moment at which the keyword appears in the voice call information.
  • the embodiment of the present application also provides a computer readable storage medium.
  • One or more non-transitory computer readable storage media containing computer executable instructions that, when executed by one or more processors, cause the processor to perform the following steps:
  • the processor before the processor performs the storage of the keyword and the call number, the processor further performs: identifying the type of the keyword; storing the keyword according to the type and the call number.
  • the method before the processor performs the corresponding storage of the keyword and the call number, the method further includes: obtaining a call duration and a call count corresponding to the call number; and when the call duration and the call count satisfy a preset rule, the keyword and the call number are Corresponding storage.
  • the processor before the processor performs the storage of the keyword and the call number, the processor further performs: uploading the call number to the server; receiving the detection result of the call number returned by the server, and the detection result is that the server uses the call number and the number in the database. The comparison is obtained; when the call number is the first type of call number, the keyword is stored corresponding to the call number.
  • the processor further performs: identifying attribution information of the call number before storing the keyword corresponding to the call number; and when the attribution information of the call number is the same as the attribution information of the mobile terminal's local number, The keyword is stored corresponding to the call number.
  • the processor further performs: when detecting that the keyword is a preset type of keyword, establishing a reminder event according to the keyword; storing and displaying the reminder event in the mobile terminal.
  • Non-volatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM), which acts as an external cache.
  • RAM is available in a variety of forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), dual data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), synchronization.
  • SRAM static RAM
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDR SDRAM dual data rate SDRAM
  • ESDRAM enhanced SDRAM
  • SLDRAM Link (Synchlink) DRAM
  • SLDRAM Memory Bus
  • Rambus Direct RAM
  • RDRAM Direct Memory Bus Dynamic RAM
  • RDRAM Memory Bus Dynamic RAM

Abstract

一种信息处理方法,包括:当监听到移动终端处于通话状态时,检测所述移动终端是否存储通话号码;当所述移动终端未存储所述通话号码,获取语音通话信息;对所述语音通话信息进行识别,提取所述语音通话信息中出现次数达到预设值的关键词;及将所述关键词与所述通话号码对应存储。

Description

信息处理方法、装置、移动终端和计算机可读存储介质 技术领域
本申请涉及计算机技术领域,特别是涉及一种信息处理方法、装置、移动终端和计算机可读存储介质。
背景技术
随着智能移动终端的迅速发展,智能移动终端的使用在用户生活中越来越普遍。用户可通过智能移动终端中通话、短信和即时通讯软件与他人方便的交流和沟通,智能移动终端的使用极大的便利了用户的生活。在智能移动终端中,将用户姓名与通话号码对应存储,可方便用户快速的查找到联系人信息。
发明内容
根据本申请的各种实施例,提供一种信息处理方法、装置、移动终端和计算机可读存储介质。
一种信息处理方法,包括:
当监听到移动终端处于通话状态时,检测所述移动终端是否存储通话号码;
当所述移动终端未存储所述通话号码,获取语音通话信息;
对所述语音通话信息进行识别,提取所述语音通话信息中出现次数达到预设值的关键词;及
将所述关键词与所述通话号码对应存储。
一种信息处理装置,包括:
检测模块,用于当监听到移动终端处于通话状态时,检测所述移动终端 是否存储通话号码;
获取模块,用于当所述移动终端未存储所述通话号码,获取语音通话信息;
识别模块,用于对所述语音通话信息进行识别;
所述获取模块还用于提取所述语音通话信息中关键词;及
存储模块,用于将所述关键词与所述通话号码对应存储。
一种移动终端,包括存储器及处理器,所述存储器中储存有计算机可读指令,所述指令被所述处理器执行时,使得所述处理器执行如上所述的方法。
一个或多个包含计算机可执行指令的非易失性计算机可读存储介质,当所述计算机可执行指令被一个或多个处理器执行时,使得所述处理器执行如上所述的方法。
本申请实施例中,在检测到通话号码未存储时,可自动存储通话号码,无需用户手动存储通话号码,简化了用户的操作;将通话号码与关键词对应存储,有利于用户根据关键词快速查找通话号码,提高了用户查找通话号码的速度。
附图说明
为了更好地描述和说明这里公开的那些发明的实施例和/或示例,可以参考一幅或多幅附图。用于描述附图的附加细节或示例不应当被认为是对所公开的发明、目前描述的实施例和/或示例以及目前理解的这些发明的最佳模式中的任何一者的范围的限制。
图1为一个实施例中信息处理方法的流程图;
图2为另一个实施例中信息处理方法的流程图;
图3为另一个实施例中信息处理方法的流程图;
图4为另一个实施例中信息处理方法的流程图;
图5为另一个实施例中信息处理方法的流程图;
图6为另一个实施例中信息处理方法的流程图;
图7为一个实施例中信息处理装置的结构框图;
图8为另一个实施例中信息处理装置的结构框图;
图9为与本申请实施例提供的移动终端相关的手机的部分结构的框图。
具体实施方式
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
可以理解,本申请所使用的术语“第一”、“第二”等可在本文中用于描述各种元件,但这些元件不受这些术语限制。这些术语仅用于将第一个元件与另一个元件区分。举例来说,在不脱离本申请的范围的情况下,可以将第一客户端称为第二客户端,且类似地,可将第二客户端称为第一客户端。第一客户端和第二客户端两者都是客户端,但其不是同一客户端。
图1为一个实施例中信息处理方法的流程图。如图1所示,一种信息处理方法,包括:
步骤102,当监听到移动终端处于通话状态时,检测移动终端是否存储通话号码。
移动终端可监听当前状态是否为通话状态,当移动终端处于通话状态时,检测移动终端通讯录中是否存储通话号码。其中,移动终端处于通话状态包括:移动终端在拨打电话时处于通话状态或移动终端在接听电话时处于通话状态。上述通话号码是与移动终端通话连接的号码,包括移动终端拨打的电话号码和移动终端接听的电话号码。
以Android系统为例,移动终端可通过电话服务管理器TelephonyManager设置监听器,上述监听器可用于监听电话状态的改变,包括监听移动终端中接听事件、挂断事件等。进一步的,移动终端中电话状态改变时会发送action为android.intent.action.PHONE_STATE的广播,例如,移动终端在拨打电话时会发送action为android.intent.action.NEW_OUTGOING_CALL的广播。通过广 播接收器可接收上述广播。移动终端通过监听器监听到电话状态改变后,可根据广播进一步判定当前状态是否处于通话状态。
上述Android系统中监听移动终端是否处于通话状态的方法仅为举例说明,本申请方案并不限定于Android系统中运行,本申请方案也可在其他系统中运行,如IOS系统、塞班系统等。
步骤104,当移动终端未存储通话号码,获取语音通话信息。
当检测到移动终端通讯录中未存储通话号码时,可获取移动终端当前通话的语音通话信息。获取移动终端当前通话的语音通话信息包括:对移动终端当前通话进行录音,存储录音生成的音频文件。
步骤106,对语音通话信息进行识别,提取语音通话信息中出现次数达到预设值的关键词。
移动终端可对录音生成的音频文件进行识别,提取语音通话信息中关键词。移动终端对音频文件进行识别包括:移动终端对音频文件进行语音识别和说话人识别。其中,语音识别是指将语音信息转化为文字信息,获取音频文件中内容;说话人识别是指对语音信息进行音色识别,标识音频文件中不同音色的语音信息。
移动终端通过语音识别,可将语音通话信息转换为文字信息。其中,移动终端将语音通话信息转换为文字信息后,可将文字信息在移动终端界面以可编辑的形式展示。移动终端可接收用户对上述文字信息的修改、删除等操作,并用用户修改后的文字信息替换存储语音通话信息转换成的文字信息。
移动终端还可提取文字信息中关键词,其中,提取文字信息中关键词包括:移动终端统计各个词语在文字信息中出现的次数,若某一个词语出现的次数达到预设值,则将这个词语作为关键词。上述预设值可为移动终端设定的值,也可为用户输入的值。
步骤108,将关键词与通话号码对应存储。
在获取语音通话信息中关键词后,可将关键词与通话号码对应存储于移动终端预设路径下,例如,将关键词与通话号码对应存储于移动终端通讯录 中。
本申请实施例中信息处理方法,在移动终端处于通话状态时,若检测到移动终端未存储通话号码,则识别语音通话信息中关键词,将识别出关键词与通话号码对应存储。上述方法,在检测到通话号码未存储时,可自动存储通话号码,无需用户手动存储通话号码,简化了用户的操作;将通话号码与关键词对应存储,有利于用户根据关键词快速查找通话号码,提高了用户查找通话号码的速度。
在一个实施例中,移动终端在获取到语音通话信息后,可检测语音通话信息从开始到预设时刻内是否包含关键词,若检测到关键词,则提取整段语音通话信息中关键词;若未检测到关键词,则对语音通话信息不做处理。例如,移动终端在获取到语音通话信息后,检测语音通话信息从00:00到1:00是否包含关键词,即检测语音通话信息前1分钟是否包含关键词,若检测到关键词,则提取整段语音通话信息中关键词;若未检测到关键词,则对语音通话信息不做处理。
在一个实施例中,步骤106中对语音通话信息进行识别包括:对语音通话信息进行音色识别,获取语音通话信息中第一语音通话信息和第二语音通话信息。提取语音通话信息中关键词包括:分别提取第一语音通话信息和第二语音通话信息中关键词。
由于人体生理构造的差异、环境的差异和传播介质的差异等,不同人的音色各不相同。移动终端还可对语音通话信息进行音色识别,从语音通话信息中识别通话双方各自的语音通话信息。移动终端可将识别出的通话双方的各自语音通话信息分为第一语音通话信息和第二语音通话信息,即第一音色对应的语音通话信息为第一语音通话信息,第二音色对应的语音通话信息为第二语音通话信息。上述第一语音通话信息和第二语音通话信息仅用于标示通话双方的语音通话信息,并不用于限定语音通话信息。
移动终端中可存储用户音频文件,上述用户音频文件为用户语音信息。移动终端在识别出通话双方的语音通话信息后,可将通话双方的语音通话信 息分别与用户语音信息进行比较,将与用户语音信息音色一致的语音通话信息作为第一语音通话信息,另一个作为第二语音通话信息。即移动终端将用户语音标识为第一语音通话信息,将通话对象语音标识为第二语音通话信息,方便识别不同用户语音信息中关键词。
在一个实施例中,移动终端可仅对第一语音通话信息提取关键词、或仅对第二语音通话信息提取关键词。即移动终端可仅提取用户语音信息中关键词或仅提取通话对象语音中关键词,通过设定关键词提取范围,使得提取语音信息中关键词更加准确。例如,移动终端仅对通话对象语音提取关键词,对用户语音信息不做处理。
本申请实施例中信息处理方法,通过音色识别可识别出通话双方的语音通话信息,在对不同用户的语音通话信息分别提取关键词,减小了提取关键词的范围,使得提取的关键词更加准确。
在一个实施例中,在步骤108将关键词与通话号码对应存储之前,还包括:
步骤202,识别关键词的类型。
步骤204,将关键词按照类型与通话号码对应存储。
移动终端可将获取的关键词分类,提取关键词对应的类型。其中,移动终端对关键词分类包括:移动终端检测关键词中是否包含预设的汉字或预设的单词,若关键词中包含预设的汉字或预设的单词,则将关键词划分为预设的汉字对应的类型或将关键词划分为预设的单词对应的类型。关键词的类型可包括:姓名、地点、时间等。姓名对应的预设的汉字可为姓氏“陈”、“王”、“赵”、“李”、“周”等;姓名对应的预设的单词可为“Harry”、“Charlotter”、“Kate”、“Alice”、“George”。地点对应的预设的汉字可为“市”、“县”、“区”、“街道”等;地点对应的预设的单词可为“State”、“Street”等。时间对应的预设的汉字可为“月”、“日”、“上午”、“下午”等;时间对应的预设的单词可为“o'clock”、“minute”、“second”等。
若检测到语音通话信息中包含不同类型的关键词,可将关键词按照类型与通话号码对应存储。例如,将姓名与通话号码对应存储于通讯录中,在通 讯录中通话号码下存储时间和地点关键词。
在一个实施例中,移动终端还可将关键词按照类型在相应的应用程序中显示。例如,移动终端可将通话号码对应的时间关键词在日历中显示、将通话号码对应的地点关键词在地图中显示等。
本申请实施例中信息处理方法,通过检测语音通话信息中关键词的类型,将关键词按照类型与通话号码对应存储,使得用户可方便的查看通话号码对应的关键词。将关键词按照类型与通话号码对应存储,使得用户查看关键词更加便捷。
在一个实施例中,在步骤108将关键词与通话号码对应存储之前,还包括:
步骤302,获取通话号码对应的通话时长和通话次数。
步骤304,当通话时长和通话次数满足预设规则,将关键词与通话号码对应存储。
移动终端可获取通话号码在预设时长内累计通话次数、累计通话时长和单次通话时长等。上述预设时长可为移动终端预设的值。也可为用户设定的值,例如7天、15天、30天等。移动终端在获取预设时长内累计通话次数、累计通话时长和单次通话时长后,可检测累计通话次数、累计通话时长和单次通话时长是否满足预设规则,上述预设规则可为以下规则中一种或多种:
(1)累计通话时长大于第一阈值。
(2)累计通话次数是否大于第二阈值。
(3)单次通话时长是否大于第三阈值。
上述第一阈值、第二阈值和第三阈值可为移动终端预设的值,也可为用户设定的值。上述第一阈值、第二阈值和第三阈值可为相同值或不同值。例如预设规则可为7天内累计通话次数大于3次,若通话号码满足上述预设规则,判定通话号码为移动终端用户经常联系的号码,将识别出关键词与通话号码对应存储。
在一个实施例中,移动终端在获取到通话号码对应的通话时长和通话次数后,可检测通话号码对应的通话时长和通话次数是否满足预设规则。若通 话号码对应的通话时长和通话次数不满足预设规则,则不识别通话号码对应的语音通话信息中关键词。
本申请实施例中信息处理方法,通过通话次数和通话时长对通话号码进行筛选,可筛选出用户常联系的通话号码。移动终端对用户常联系的通话号码进行存储,对用户不常联系的通话号码不进行存储,使得存储通话号码的方式更人性化,提高了用户粘性。
在一个实施例中,在步骤108将关键词与通话号码对应存储之前,还包括:
步骤402,将通话号码上传服务器。
步骤404,接收服务器返回的对通话号码的检测结果,检测结果是服务器将通话号码与数据库中号码进行比对得到的。
步骤406,当通话号码为第一类通话号码,将关键词与通话号码对应存储。
移动终端还可将通话号码上传服务器,服务器在接收到移动终端上传的通话号码后,可将通话号码与数据库号码进行比对。上述数据库号码可为服务器存储的骚扰电话、诈骗电话、推销电话、客服电话等。服务器若检测到数据库号码中包含通话号码,则将通话号码对应号码标签返回移动终端,如诈骗电话、推销电话、骚扰电话等。移动终端接收到服务器返回的通话号码对应的通话标签,可将通话标签与通话号码一同显示,用以提醒用户。服务器若检测到数据库号码中不包含通话号码,则判定通话号码为第一类通话号码,即正常号码,向移动终端返回通话号码正常的检测结果。移动终端接收到服务器返回的检测结果,判定通话号码为第一类通话号码时,则将关键词与通话号码对应存储。
本申请实施例中信息处理方法,通过将通话号码上传服务器,利用服务器大数据来识别通话号码是否为骚扰电话、推销电话等。仅当识别出通话号码为正常号码时,移动终端才将通话号码与关键词对应存储。通过对通话号码进行识别,避免存储骚扰电话、诈骗电话等,并将骚扰电话、诈骗电话于通话号码一同显示,提高了安全性。
在一个实施例中,在步骤108将关键词与通话号码对应存储之前,还包括:
步骤502,识别通话号码的归属地信息。
步骤504,当通话号码的归属地信息与移动终端的本机号码的归属地信息相同,将关键词与通话号码对应存储。
移动终端可是被通话号码的归属地。其中,当通话号码为固话号码时,可根据固话号码的区号识别通话号码的归属地。当通话号码为手机号时,可根据手机号第4位至第7位识别通话号码的归属地。当移动终端检测到通话号码的归属地信息与移动终端本机号码的归属地信息相同时,将通话号码与识别出关键词对应存储。
本申请实施例中信息处理方法,可识别通话号码的归属地信息。当通话号码的归属地信息与移动终端本机号码的归属地信息相同时,判定通话号码对应的用户与移动终端本机号码对应的用户较为亲近,将通话号码与识别出关键词对应存储,用户无需手动存储通话号码,简化了用户操作,使得移动终端存储通话号码的方式更加智能。
在一个实施例中,上述信息处理方法还包括:当检测到与移动终端的本机号码共享关联的第一号码,将对应存储的关键词和通话号码发送给第一号码对应的移动终端。
移动终端可检测是否存储与移动终端的本机号码共享关联的第一号码。上述共享关联的第一号码可为根据运营商规则绑定的号码、也可为用户设置绑定的号码。若移动终端检测到与本机号码共享关联的第一号码,可将对应存储的关键词和通话号码发送给第一号码对应的移动终端,使得第一号码对应的移动终端存储通话号码和对应的关键词。其中,移动终端将对应存储的关键词和通话号码发送给第一号码对应的移动终端包括:移动终端可通过运营商网络将对应存储的关键词和通话号码发送给第一号码对应的移动终端;或移动终端通过局域网或数据网络将对应存储的关键词和通话号码发送给第一号码对应的移动终端。
本申请实施例中信息处理方法,当检测到与移动终端的本机号码共享关联的号码时,将对应存储的关键词与通话号码发送给共享关联的号码对应的 移动终端,使得共享关联的号码能够同步存储通话号码,用户可在不同终端上同步查看通话号码,简化了用户操作。
在一个实施例中,上述信息处理方法还包括:
步骤602,当检测到关键词为预设类型的关键词,根据关键词建立提醒事件。
步骤604,在移动终端中存储并展示提醒事件。
移动终端中预设类型的关键词可为时间关键词、地点关键词等。若移动终端检测到预设类型的关键词,则可根据预设类型的关键词建立提醒事件,并在移动终端中存储并展示提醒事件。例如,移动终端可根据时间关键词建立提醒事件,在当前时刻为提醒事件中时刻时,在移动终端界面弹窗提示用户。移动终端还可根据地点关键词建立提醒时间,在当前定位地点为提醒时间中地点时,在移动终端界面弹窗提醒用户。
本申请实施例中信息处理方法,通过识别关键词的类型,当关键词的类型为预设类型时,在移动终端中建立提醒事件。上述提醒事件可提醒用户,即移动终端可获取语音通话信息中符合预设规则的信息,并将上传符合预设规则的信息存储并展示,无需用户手动记录信息,简化了用户的操作。
在一个实施例中,上述信息处理方法还包括:存储语音通话信息和关键词,标识关键词在语音通话信息中出现的时刻。
移动终端可存储通话号码对应的语音通话信息和识别出的关键词。进一步的,移动终端还可存储关键词在语音通话信息中出现的时刻,方便用户根据关键词在语音通话信息出现的时刻来查找语音通话信息中关键词。
在一个实施例中,移动终端还可存储语音通话信息转换成的文字信息,并将关键词在上述文字信息中突出显示。例如,在上述文字信息中加粗显示、高亮显示、以不同字体显示、以不同字号显示、以不同颜色显示等。
移动终端可对保存的语音通话信息、关键词、文字信息设置保存时限,当超出保存时限后,移动终端删除对应的语音通话信息、关键词、文字信息。
本申请实施例中信息处理方法,存储通话号码对应的语音通话信息和关 键词,有利于用户根据语音通话信息查找关键词,且对语音通话信息设置保存时限,当语音通话信息超出保存时限后,则自动删除对应的文件,节省了移动终端的存储空间。
本申请实施例流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,其可以以其他的顺序执行。而且,本申请实施例流程图中至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,其执行顺序也不必然是依次进行,而是可以与其他步骤或者其他步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。
图7为一个实施例中信息处理装置的结构框图。如图7所示,一种信息处理装置,包括:
检测模块702,用于当监听到移动终端处于通话状态时,检测移动终端是否存储通话号码。
获取模块704,用于当移动终端未存储通话号码,获取语音通话信息。
识别模块706,用于对语音通话信息进行识别。
获取模块704还用于提取语音通话信息中出现次数达到预设值的关键词。
存储模块708,用于将关键词与通话号码对应存储。
在一个实施例中,识别模块706还用于对语音通话信息进行音色识别,获取语音通话信息中第一语音通话信息和第二语音通话信息;提取语音通话信息中关键词包括:分别提取第一语音通话信息和第二语音通话信息中关键词。
在一个实施例中,识别模块706还用于在将关键词与通话号码对应存储之前识别关键词的类型;存储模块708还用于将关键词按照类型与通话号码对应存储。
在一个实施例中,获取模块704还用于在将关键词与通话号码对应存储之前获取通话号码对应的通话时长和通话次数。存储模块708还用于当通话 时长和通话次数满足预设规则,将关键词与通话号码对应存储。
在一个实施例中,识别模块706还用于在将关键词与通话号码对应存储之前识别通话号码的归属地信息;存储模块708还用于当通话号码的归属地信息与移动终端的本机号码的归属地信息相同,将关键词与通话号码对应存储。
在一个实施例中,存储模块708还用于存储语音通话信息和关键词;标识关键词在语音通话信息中出现的时刻。
图8为另一个实施例中信息处理装置的结构框图。如图8所示,一种信息处理装置,包括检测模块802、获取模块804、识别模块806、存储模块808、发送模块810和接收模块812。其中,检测模块802、获取模块804、识别模块806、存储模块808与图7中对应的模块功能相同。
发送模块810用于将通话号码上传服务器。
接收模块812用于接收服务器返回的对通话号码的检测结果,检测结果是服务器将通话号码与数据库中号码进行比对得到的。
存储模块808还用于当通话号码为第一类通话号码,将关键词与通话号码对应存储。
在一个实施例中,发送模块810还用于当检测到与移动终端的本机号码共享关联的第一号码,将对应存储的关键词和通话号码发送给第一号码对应的移动终端。
上述信息处理装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。其中,网络接口可以是以太网卡或无线网卡等。上述各模块可以硬件形式内嵌于或独立于服务器中的处理器中,也可以以软件形式存储于服务器中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
如在本申请中所使用的,术语“组件”、“模块”和“系统”等旨在表示计算机相关的实体,它可以是硬件、硬件和软件的组合、软件、或者执行中的软件。例如,组件可以是但不限于是,在处理器上运行的进程、处理器、对象、可执行码、执行的线程、程序和/或计算机。作为说明,运行在服务器 上的应用程序和服务器都可以是组件。一个或多个组件可以驻留在进程和/或执行的线程中,并且组件可以位于一个计算机内和/或分布在两个或更多的计算机之间。
本申请实施例还提供了一种移动终端。如图9所示,为了便于说明,仅示出了与本申请实施例相关的部分,具体技术细节未揭示的,请参照本申请实施例方法部分。该移动终端可以为包括手机、平板电脑、PDA(Personal Digital Assistant,个人数字助理)、POS(Point of Sales,销售终端)、车载电脑、穿戴式设备等任意终端设备,以移动终端为手机为例:
图9为与本申请实施例提供的移动终端相关的手机的部分结构的框图。参考图9,手机包括:射频(Radio Frequency,RF)电路910、存储器920、输入单元930、显示单元940、传感器950、音频电路960、无线保真(wireless fidelity,WiFi)模块970、处理器980、以及电源990等部件。本领域技术人员可以理解,图9所示的手机结构并不构成对手机的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。
其中,RF电路910可用于收发信息或通话过程中,信号的接收和发送,可将基站的下行信息接收后,给处理器980处理;也可以将上行的数据发送给基站。通常,RF电路包括但不限于天线、至少一个放大器、收发信机、耦合器、低噪声放大器(Low Noise Amplifier,LNA)、双工器等。此外,RF电路910还可以通过无线通信与网络和其他设备通信。上述无线通信可以使用任一通信标准或协议,包括但不限于全球移动通讯系统(Global System of Mobile communication,GSM)、通用分组无线服务(General Packet Radio Service,GPRS)、码分多址(Code Division Multiple Access,CDMA)、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)、长期演进(Long Term Evolution,LTE))、电子邮件、短消息服务(Short Messaging Service,SMS)等。
存储器920可用于存储软件程序以及模块,处理器980通过运行存储在存储器920的软件程序以及模块,从而执行手机的各种功能应用以及数据处理。 存储器920可主要包括程序存储区和数据存储区,其中,程序存储区可存储操作系统、至少一个功能所需的应用程序(比如声音播放功能的应用程序、图像播放功能的应用程序等)等;数据存储区可存储根据手机的使用所创建的数据(比如音频数据、通讯录等)等。此外,存储器920可以包括高速随机存取存储器,还可以包括非易失性存储器,例如至少一个磁盘存储器件、闪存器件、或其他易失性固态存储器件。
输入单元930可用于接收输入的数字或字符信息,以及产生与手机900的用户设置以及功能控制有关的键信号输入。具体地,输入单元930可包括触控面板931以及其他输入设备932。触控面板931,也可称为触摸屏,可收集用户在其上或附近的触摸操作(比如用户使用手指、触笔等任何适合的物体或附件在触控面板931上或在触控面板931附近的操作),并根据预先设定的程式驱动相应的连接装置。在一个实施例中,触控面板931可包括触摸检测装置和触摸控制器两个部分。其中,触摸检测装置检测用户的触摸方位,并检测触摸操作带来的信号,将信号传送给触摸控制器;触摸控制器从触摸检测装置上接收触摸信息,并将它转换成触点坐标,再送给处理器980,并能接收处理器980发来的命令并加以执行。此外,可以采用电阻式、电容式、红外线以及表面声波等多种类型实现触控面板931。除了触控面板931,输入单元930还可以包括其他输入设备932。具体地,其他输入设备932可以包括但不限于物理键盘、功能键(比如音量控制按键、开关按键等)等中的一种或多种。
显示单元940可用于显示由用户输入的信息或提供给用户的信息以及手机的各种菜单。显示单元940可包括显示面板941。在一个实施例中,可以采用液晶显示器(Liquid Crystal Display,LCD)、有机发光二极管(Organic Light-Emitting Diode,OLED)等形式来配置显示面板941。在一个实施例中,触控面板931可覆盖显示面板941,当触控面板931检测到在其上或附近的触摸操作后,传送给处理器980以确定触摸事件的类型,随后处理器980根据触摸事件的类型在显示面板941上提供相应的视觉输出。虽然在图9中,触控面板931与显示面板941是作为两个独立的部件来实现手机的输入和输入功能,但 是在某些实施例中,可以将触控面板931与显示面板941集成而实现手机的输入和输出功能。
手机900还可包括至少一种传感器950,比如光传感器、运动传感器以及其他传感器。具体地,光传感器可包括环境光传感器及接近传感器,其中,环境光传感器可根据环境光线的明暗来调节显示面板941的亮度,接近传感器可在手机移动到耳边时,关闭显示面板941和/或背光。运动传感器可包括加速度传感器,通过加速度传感器可检测各个方向上加速度的大小,静止时可检测出重力的大小及方向,可用于识别手机姿态的应用(比如横竖屏切换)、振动识别相关功能(比如计步器、敲击)等;此外,手机还可配置陀螺仪、气压计、湿度计、温度计、红外线传感器等其他传感器等。
音频电路960、扬声器961和传声器962可提供用户与手机之间的音频接口。音频电路960可将接收到的音频数据转换后的电信号,传输到扬声器961,由扬声器961转换为声音信号输出;另一方面,传声器962将收集的声音信号转换为电信号,由音频电路960接收后转换为音频数据,再将音频数据输出处理器980处理后,经RF电路910可以发送给另一手机,或者将音频数据输出至存储器920以便后续处理。
WiFi属于短距离无线传输技术,手机通过WiFi模块970可以帮助用户收发电子邮件、浏览网页和访问流式媒体等,它为用户提供了无线的宽带互联网访问。虽然图9示出了WiFi模块970,但是可以理解的是,其并不属于手机900的必须构成,可以根据需要而省略。
处理器980是手机的控制中心,利用各种接口和线路连接整个手机的各个部分,通过运行或执行存储在存储器920内的软件程序和/或模块,以及调用存储在存储器920内的数据,执行手机的各种功能和处理数据,从而对手机进行整体监控。在一个实施例中,处理器980可包括一个或多个处理单元。在一个实施例中,处理器980可集成应用处理器和调制解调处理器,其中,应用处理器主要处理操作系统、用户界面和应用程序等;调制解调处理器主要处理无线通信。可以理解的是,上述调制解调处理器也可以不集成到处理器980 中。
手机900还包括给各个部件供电的电源990(比如电池),优选的,电源可以通过电源管理系统与处理器980逻辑相连,从而通过电源管理系统实现管理充电、放电、以及功耗管理等功能。
在一个实施例中,手机900还可以包括摄像头、蓝牙模块等。
在本申请实施例中,该移动终端所包括的处理器980执行存储在存储器上的计算机程序时实现以下步骤:
(1)当监听到移动终端处于通话状态时,检测移动终端是否存储通话号码。
(2)当移动终端未存储通话号码,获取语音通话信息。
(3)对语音通话信息进行识别,提取语音通话信息中出现次数达到预设值的关键词。
(4)将关键词与通话号码对应存储。
在一个实施例中,处理器执行对语音通话信息进行识别的步骤包括:对语音通话信息进行音色识别,获取语音通话信息中第一语音通话信息和第二语音通话信息;处理器执行提取语音通话信息中关键词的步骤包括:分别提取第一语音通话信息和第二语音通话信息中关键词。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:识别关键词的类型;将关键词按照类型与通话号码对应存储。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:获取通话号码对应的通话时长和通话次数;当通话时长和通话次数满足预设规则,将关键词与通话号码对应存储。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:将通话号码上传服务器;接收服务器返回的对通话号码的检测结果,检测结果是服务器将通话号码与数据库中号码进行比对得到的;当通话号码为第一类通话号码,将关键词与通话号码对应存储。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执 行:识别通话号码的归属地信息;当通话号码的归属地信息与移动终端的本机号码的归属地信息相同,将关键词与通话号码对应存储。
在一个实施例中,处理器还执行:当检测到与移动终端的本机号码共享关联的第一号码,将对应存储的关键词和通话号码发送给第一号码对应的移动终端。
在一个实施例中,处理器还执行:当检测到关键词为预设类型的关键词,根据关键词建立提醒事件;在移动终端中存储并展示提醒事件。
在一个实施例中,处理器还执行:存储语音通话信息和关键词;标识关键词在语音通话信息中出现的时刻。
本申请实施例还提供了一种计算机可读存储介质。一个或多个包含计算机可执行指令的非易失性计算机可读存储介质,当计算机可执行指令被一个或多个处理器执行时,使得处理器执行以下步骤:
(1)当监听到移动终端处于通话状态时,检测移动终端是否存储通话号码。
(2)当移动终端未存储通话号码,获取语音通话信息。
(3)对语音通话信息进行识别,提取语音通话信息中出现次数达到预设值的关键词。
(4)将关键词与通话号码对应存储。
在一个实施例中,处理器执行对语音通话信息进行识别的步骤包括:对语音通话信息进行音色识别,获取语音通话信息中第一语音通话信息和第二语音通话信息;处理器执行提取语音通话信息中关键词的步骤包括:分别提取第一语音通话信息和第二语音通话信息中关键词。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:识别关键词的类型;将关键词按照类型与通话号码对应存储。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:获取通话号码对应的通话时长和通话次数;当通话时长和通话次数满足预设规则,将关键词与通话号码对应存储。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:将通话号码上传服务器;接收服务器返回的对通话号码的检测结果,检测结果是服务器将通话号码与数据库中号码进行比对得到的;当通话号码为第一类通话号码,将关键词与通话号码对应存储。
在一个实施例中,处理器执行将关键词与通话号码对应存储之前,还执行:识别通话号码的归属地信息;当通话号码的归属地信息与移动终端的本机号码的归属地信息相同,将关键词与通话号码对应存储。
在一个实施例中,处理器还执行:当检测到与移动终端的本机号码共享关联的第一号码,将对应存储的关键词和通话号码发送给第一号码对应的移动终端。
在一个实施例中,处理器还执行:当检测到关键词为预设类型的关键词,根据关键词建立提醒事件;在移动终端中存储并展示提醒事件。
在一个实施例中,处理器还执行:存储语音通话信息和关键词;标识关键词在语音通话信息中出现的时刻。
本申请所使用的对存储器、存储、数据库或其它介质的任何引用可包括非易失性和/或易失性存储器。合适的非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM),它用作外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDR SDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对本申请专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范 围应以所附权利要求为准。

Claims (12)

  1. 一种信息处理方法,包括:
    当监听到移动终端处于通话状态时,检测所述移动终端是否存储通话号码;
    当所述移动终端未存储所述通话号码,获取语音通话信息;
    对所述语音通话信息进行识别,提取所述语音通话信息中出现次数达到预设值的关键词;及
    将所述关键词与所述通话号码对应存储。
  2. 根据权利要求1所述的方法,其特征在于,所述对所述语音通话信息进行识别包括:
    对所述语音通话信息进行音色识别,获取所述语音通话信息中第一语音通话信息和第二语音通话信息;
    所述提取所述语音通话信息中关键词包括:
    分别提取所述第一语音通话信息和第二语音通话信息中关键词。
  3. 根据权利要求1或2所述的方法,其特征在于,在所述将所述关键词与所述通话号码对应存储之前,还包括:
    识别所述关键词的类型;及
    将所述关键词按照类型与所述通话号码对应存储。
  4. 根据权利要求1至3中任一项所述的方法,其特征在于,在所述将所述关键词与所述通话号码对应存储之前,还包括:
    获取所述通话号码对应的通话时长和通话次数;及
    当所述通话时长和通话次数满足预设规则,将所述关键词与所述通话号码对应存储。
  5. 根据权利要求1至3中任一项所述的方法,其特征在于,在所述将所述关键词与所述通话号码对应存储之前,还包括:
    将所述通话号码上传服务器;
    接收所述服务器返回的对所述通话号码的检测结果,所述检测结果是所 述服务器将所述通话号码与数据库中号码进行比对得到的;及
    当所述通话号码为第一类通话号码,将所述关键词与所述通话号码对应存储。
  6. 根据权利要求1至3中任一项所述的方法,其特征在于,在所述将所述关键词与所述通话号码对应存储之前,还包括:
    识别所述通话号码的归属地信息;及
    当所述通话号码的归属地信息与所述移动终端的本机号码的归属地信息相同,将所述关键词与所述通话号码对应存储。
  7. 根据权利要求1至6中任一项所述的方法,其特征在于,还包括:
    当检测到与所述移动终端的本机号码共享关联的第一号码,将对应存储的所述关键词和所述通话号码发送给所述第一号码对应的移动终端。
  8. 根据权利要求1至7中任一项所述的方法,其特征在于,还包括:
    当检测到所述关键词为预设类型的关键词,根据所述关键词建立提醒事件;及
    在所述移动终端中存储并展示所述提醒事件。
  9. 根据权利要求1至8中任一项所述的方法,其特征在于,还包括:
    存储所述语音通话信息和所述关键词;及
    标识所述关键词在所述语音通话信息中出现的时刻。
  10. 一种信息处理装置,包括:
    检测模块,用于当监听到移动终端处于通话状态时,检测所述移动终端是否存储通话号码;
    获取模块,用于当所述移动终端未存储所述通话号码,获取语音通话信息;
    识别模块,用于对所述语音通话信息进行识别;
    所述获取模块还用于提取所述语音通话信息中出现次数达到预设值的关键词;及
    存储模块,用于将所述关键词与所述通话号码对应存储。
  11. 一种移动终端,包括存储器及处理器,所述存储器中储存有计算机可读指令,所述指令被所述处理器执行时,使得所述处理器执行如权利要求1至9中任一项所述的方法。
  12. 一个或多个包含计算机可执行指令的非易失性计算机可读存储介质,当所述计算机可执行指令被一个或多个处理器执行时,使得所述处理器执行如权利要求1至9中任一项所述的方法。
PCT/CN2017/103271 2017-09-25 2017-09-25 信息处理方法、装置、移动终端和计算机可读存储介质 WO2019056391A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2017/103271 WO2019056391A1 (zh) 2017-09-25 2017-09-25 信息处理方法、装置、移动终端和计算机可读存储介质
CN201780092510.8A CN110785987B (zh) 2017-09-25 2017-09-25 信息处理方法、装置、移动终端和计算机可读存储介质

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/103271 WO2019056391A1 (zh) 2017-09-25 2017-09-25 信息处理方法、装置、移动终端和计算机可读存储介质

Publications (1)

Publication Number Publication Date
WO2019056391A1 true WO2019056391A1 (zh) 2019-03-28

Family

ID=65811002

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/103271 WO2019056391A1 (zh) 2017-09-25 2017-09-25 信息处理方法、装置、移动终端和计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN110785987B (zh)
WO (1) WO2019056391A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113962276A (zh) * 2020-07-17 2022-01-21 中国移动通信集团湖南有限公司 异常信息确定方法、装置及电子设备、存储介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111462448B (zh) * 2020-05-20 2023-10-20 南京孝德智能科技有限公司 老人用的智能语音呼叫报警系统、方法及计算机可读介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103354575A (zh) * 2013-06-14 2013-10-16 广东欧珀移动通信有限公司 一种主被叫时提示历史通话内容的方法以及移动终端
CN104618554A (zh) * 2014-12-18 2015-05-13 惠州Tcl移动通信有限公司 通过识别语音内容自动保存未知来电号码的方法及终端
CN105162934A (zh) * 2015-09-11 2015-12-16 深圳市金立通信设备有限公司 一种通信号码的标记方法及终端

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103401978A (zh) * 2013-06-24 2013-11-20 百度在线网络技术(北京)有限公司 电话号码自动记录方法和装置
CN106357928A (zh) * 2016-11-04 2017-01-25 珠海市魅族科技有限公司 一种日程提醒方法及终端

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103354575A (zh) * 2013-06-14 2013-10-16 广东欧珀移动通信有限公司 一种主被叫时提示历史通话内容的方法以及移动终端
CN104618554A (zh) * 2014-12-18 2015-05-13 惠州Tcl移动通信有限公司 通过识别语音内容自动保存未知来电号码的方法及终端
CN105162934A (zh) * 2015-09-11 2015-12-16 深圳市金立通信设备有限公司 一种通信号码的标记方法及终端

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113962276A (zh) * 2020-07-17 2022-01-21 中国移动通信集团湖南有限公司 异常信息确定方法、装置及电子设备、存储介质
CN113962276B (zh) * 2020-07-17 2023-04-07 中国移动通信集团湖南有限公司 异常信息确定方法、装置及电子设备、存储介质

Also Published As

Publication number Publication date
CN110785987B (zh) 2021-07-09
CN110785987A (zh) 2020-02-11

Similar Documents

Publication Publication Date Title
CN106873854B (zh) 终端及界面交互控制方法、联系人对象创建方法及装置
CN111343081B (zh) 信息显示方法及电子设备
CN107464557B (zh) 通话录音方法、装置、移动终端及存储介质
KR101920019B1 (ko) 휴대단말기의 통화 서비스 장치 및 방법
CN108320744B (zh) 语音处理方法和装置、电子设备、计算机可读存储介质
US10091643B2 (en) Method and apparatus for displaying associated information in electronic device
WO2016134630A1 (zh) 一种识别恶意电话的方法和装置
WO2019052316A1 (zh) 图像处理方法、装置、计算机可读存储介质和移动终端
EP3038334B1 (en) Method and device for replying to a call
CN107807820A (zh) 信息处理方法、装置、移动终端和可读存储介质
CN108377486B (zh) 信息处理方法、装置、移动终端和计算机可读存储介质
CN106572230A (zh) 一种通话记录装置及其方法
WO2019056391A1 (zh) 信息处理方法、装置、移动终端和计算机可读存储介质
CN111034152B (zh) 信息处理方法、装置、移动终端和计算机可读存储介质
US10154128B2 (en) Methods and apparatuses for interpreting a phone number
CN109729210B (zh) 一种信息显示方法及终端设备
CN109922199B (zh) 一种联系人信息处理方法及终端
CN104202482B (zh) 一种通信记录处理设备、方法以及移动终端
CN110874130B (zh) 通知信息的处理方法和电子设备
CN108566476B (zh) 一种信息处理方法、终端和计算机可读存储介质
CN108513005B (zh) 联系人信息处理方法和装置、电子设备、存储介质
CN111580911A (zh) 一种终端的操作提示方法、装置、存储介质及终端
CN110781390A (zh) 一种信息推荐方法及移动终端
CN107332972B (zh) 一种自动关联数据的方法、装置及移动终端
CN106790584B (zh) 信息同步方法及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17925959

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 08/09/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17925959

Country of ref document: EP

Kind code of ref document: A1