CN113111648B - Information processing method and device, terminal and storage medium - Google Patents

Information processing method and device, terminal and storage medium Download PDF

Info

Publication number
CN113111648B
CN113111648B CN202110369365.1A CN202110369365A CN113111648B CN 113111648 B CN113111648 B CN 113111648B CN 202110369365 A CN202110369365 A CN 202110369365A CN 113111648 B CN113111648 B CN 113111648B
Authority
CN
China
Prior art keywords
entity word
information
word information
entity
view
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110369365.1A
Other languages
Chinese (zh)
Other versions
CN113111648A (en
Inventor
文吉
杨文海
曾方圆
范星光
王晨光
史兴
王枫
黄朝林
吴东学
井玉欣
王潇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zitiao Network Technology Co Ltd
Original Assignee
Beijing Zitiao Network Technology Co 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 Beijing Zitiao Network Technology Co Ltd filed Critical Beijing Zitiao Network Technology Co Ltd
Priority to CN202110369365.1A priority Critical patent/CN113111648B/en
Publication of CN113111648A publication Critical patent/CN113111648A/en
Priority to PCT/CN2022/085393 priority patent/WO2022214003A1/en
Priority to CN202280020277.3A priority patent/CN117015779A/en
Priority to JP2023561132A priority patent/JP2024513872A/en
Priority to EP22784069.1A priority patent/EP4300350A4/en
Application granted granted Critical
Publication of CN113111648B publication Critical patent/CN113111648B/en
Priority to US18/372,158 priority patent/US20240013002A1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/284Lexical analysis, e.g. tokenisation or collocates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • G06F40/295Named entity recognition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure provides an information processing method, an information processing device, a terminal and a storage medium. In some embodiments, the present disclosure provides a method of processing information, comprising: responding to a first operation event of the entity words, and acquiring search results of the entity words and entity word information related to the entity words, wherein the entity word information comprises meanings of the entity words; displaying the search result in a first view of a display interface, and displaying entity word information in a second view of the display interface; the first view and the second view are displayed independently. The user can know which contents relate to the entity word and know the meaning of the entity word, the meaning of the search result can be better known by referring to the meaning of the entity word, the problem that the information of the entity word in the second view cannot be checked due to sliding, rolling and page turning of the first view is solved, and the use experience of the user is improved.

Description

Information processing method and device, terminal and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to an information processing method, an information processing apparatus, a terminal, and a storage medium.
Background
In an enterprise, users often frequently use various entity words such as abbreviations, acronyms, professional terms and the like in work communication to represent various items, products and the like, and for newly-added members or persons in other fields, communication difficulties are caused by the fact that the meanings of the entity words are not known when the users meet the entity words in the communication.
Disclosure of Invention
The disclosure provides an information processing method, an information processing device, a terminal and a storage medium.
The present disclosure adopts the following technical solutions.
In some embodiments, the present disclosure provides a method of processing information, comprising:
responding to a first operation event of an entity word, and acquiring a search result of the entity word and entity word information related to the entity word, wherein the entity word information comprises the meaning of the entity word;
displaying the search result in a first view of a display interface, and displaying the entity word information in a second view of the display interface;
wherein the first view and the second view are displayed independently of each other.
In some embodiments, the present disclosure provides an apparatus for processing information, comprising:
responding to a first operation event of an entity word, and acquiring a search result of searching the entity word and entity word information related to the entity word, wherein the entity word information comprises the meaning of the entity word;
displaying the search result in a first view of a display interface, and displaying the entity word information in a second view of the display interface;
wherein the first view and the second view are displayed independently of each other.
In some embodiments, the present disclosure provides a terminal comprising: at least one memory and at least one processor;
the memory is used for storing program codes, and the processor is used for calling the program codes stored in the memory to execute the method.
In some embodiments, the present disclosure provides a storage medium for storing program code for performing the above-described method.
The present disclosure provides a method for processing information, including: responding to a first operation event of the entity words, and acquiring search results of the entity words and entity word information related to the entity words, wherein the entity word information comprises meanings of the entity words; displaying the search result in a first view of a display interface, and displaying entity word information in a second view of the display interface; the first view and the second view are displayed independently. The user can know which contents relate to the entity word and know the meaning of the entity word, the meaning of the search result can be better known by referring to the meaning of the entity word, the problem that the information of the entity word in the second view cannot be checked due to sliding, rolling and page turning of the first view is solved, and the use experience of the user is improved.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and elements are not necessarily drawn to scale.
Fig. 1 is a flowchart of a method of processing information according to an embodiment of the present disclosure.
Fig. 2 is a display diagram of a search result and entity word information according to an embodiment of the present disclosure.
Fig. 3 is a block diagram of an information processing apparatus according to an embodiment of the present disclosure.
Fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that various steps recited in method embodiments of the present disclosure may be performed in parallel and/or in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "including" and variations thereof as used herein is intended to be open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a" or "an" in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that reference to "one or more" unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The embodiments of the present application will be described in detail with reference to the accompanying drawings.
In some communication scenarios, for example, when a project is communicated inside an enterprise, some names are often replaced by using entity words such as abbreviations, acronyms, pronouns, etc., which may reduce the time cost for communication for users who are familiar with the entity words, but may cause communication difficulty for users who are not familiar with the entity words.
The embodiment of the present disclosure provides a method for processing information, where the method for processing information may be applied to hardware or software, for example, may be applied to instant messaging software, as shown in fig. 1, where fig. 1 is a flowchart of the method of the embodiment of the present disclosure, and includes the following steps.
S11: and responding to the first operation event of the entity words, and acquiring the search results of the entity words and entity word information related to the entity words.
In some embodiments, the entity word may be an event including a shorthand, an abbreviation, a pronoun, and the like, the first operation event may be an event including one or more operations, and the entity word may be content already existing on the display interface or content input by the user. After detecting the first operation event, the entity words may be searched, for example, a database of the entity words may be established in advance; in other embodiments, the search is performed locally in an execution subject executing the method proposed by the present disclosure, for example, when the method proposed by the present application is applied to communication software, the search is performed in the communication software to obtain the search result. The entity word information may be entity word information acquired from a server, each entity word, entity word information and an association relationship may be stored in the server in advance, the entity word information includes a meaning of the entity word, and the meaning of the entity word is an explanation of the entity word.
S12: and displaying the search result in a first view of the display interface, and displaying the entity word information in a second view of the display interface.
In some embodiments, the display interface has a first view and a second view, and the first view and the second view may be a pop-up window or two areas in the display interface. In this embodiment, the first view and the second view are displayed independently of each other, and for the independently displayed first view and second view, when the display content (search result) in the first view is paged or scrolled, the display content (entity word information) in the second view is not paged or scrolled with the display content, and similarly, when the display content in the second view is scrolled or paged, the display content in the first view is not paged or scrolled with the display content in the first view.
In some embodiments of the present disclosure, the search result of the entity word is displayed in the first view, and the entity word information is displayed in the second view, so that the user can know what contents relate to the entity word and know the meaning of the entity word, and the meaning of the contents in the search result can be better understood by referring to the meaning of the entity word The problem that the entity word information in the second view cannot be viewed due to scrolling and page turning is caused, so that the use experience of a user is improved.
In some embodiments of the present disclosure, in response to a first operation event on an entity word, acquiring a search result on the entity word and entity word information associated with the entity word, includes: and responding to the input of the entity words in the first input box of the display interface, and acquiring the search results of the entity words and entity word information related to the entity words.
In some embodiments, the display interface has a first input box, the first input box may be a search box, for example, and entity words to be searched may be input in the first input box, and search results and entity word information may be found.
In some embodiments of the present disclosure, in response to a first operation event on an entity word, acquiring a search result on the entity word and entity word information associated with the entity word, including: and responding to a first operation on the entity words in the display content of the display interface, displaying the first control, and responding to a second operation on the first control, and acquiring the search result of the entity words and entity word information related to the entity words.
In some embodiments, the first operation may be a selection operation, and may be a selection of content displayed on the display interface, so as to determine the selected content as an entity word, and after the first operation is performed on the entity word, a first control may be displayed, for example, a single option or an option in an option list, and by triggering the first control, the user may trigger to obtain a search result and entity information, in this way, the user may search for and know the entity word that the user wants to know at any time when chatting or viewing a document.
In some embodiments of the present disclosure, obtaining a search result of searching for an entity word and entity word information associated with the entity word includes: searching the entity words according to a mode of not distinguishing the size writing to obtain a search result and entity word information; or searching the entity words according to a mode of distinguishing the size of the words to obtain a search result and information of the entity words.
In some embodiments, the entity words may include english letters, the entity word case may be english abbreviation, and when searching for the entity words including english letters, case distinction may not be made, for example, all english letters in the entity words may be converted into upper case or lower case, and all english letters in the database may also be converted into upper case and lower case, so when comparing with data in the database, the case and lower case need not be considered. In searching, the entity words can be compared with entries, English names, Chinese terms and the like in the database.
In some embodiments of the present disclosure, obtaining search results for the entity words comprises: searching in user data of a current user to obtain the search result; the user data of the current user includes: at least one of a communication message, a contact, an application, a mail, a calendar, and a document.
In some embodiments, the user often contacts the entity words without understanding the meaning in the case of chatting, mail communication, or viewing the document, the user does not need to know what contents are related to the entity words on the internet, but needs to know which content in the content related to the user includes the entity word information, so in some embodiments of the present disclosure, a search is performed in user data, which may be, for example, data of the user in the local area, for example, when the method of the embodiment of the present disclosure is used in a terminal such as a computer or a mobile phone, which may be searching for data local to a computer or a terminal, such as a mobile phone, when the method of the embodiments of the present disclosure is applied to software, the user data may be data of the user in the software, and it should be noted that the user data may include not only data transmitted and input by the user, but also data received by the user.
To better explain the method proposed in the embodiment of the present disclosure, a specific embodiment is proposed below with reference to fig. 2, please refer to fig. 2, fig. 2 schematically shows a display interface, a search box is provided in the upper part of fig. 2, a user performs a search by inputting an entity word "COS" in the search box, a first view is provided on the left side of the lower part of fig. 2, a search result, including a search result in a contact, a message, a document, a group message, is displayed in the first view, a second view is provided on the right side of the lower part of fig. 2, entity word information of the entity word "COS" is displayed in the second view, and the meaning of COS is displayed in the entity word information in the embodiment. In this embodiment, the search result of the entity word is obtained from the local user data, and the entity word information of the entity word may be obtained and displayed from the server, so that the user may know the entity word information that the user wants to know, and may quickly locate the information associated with the entity word that is sent or received at one time, without performing secondary search, and when the user slides the search result in the first view, the content displayed in the second view may not be changed therewith, so that the problem that the user cannot view the entity word information after sliding the search result may not be generated.
In some embodiments, after any of the search results are triggered, the original where the triggered results came is displayed in the first view. For example, the "message: after the "what cos is asked" is triggered, the original source position of the message, namely the chat interface where the message is located, is jumped to in the first view, so that the user can conveniently view related previous and next statements.
In some embodiments of the present disclosure, the second view has a preset data structure therein, the preset data structure has at least one data display area, and the data display area is used for displaying data of a corresponding type; and displaying the data in the entity word information in a preset data structure according to the type.
In some embodiments of the present disclosure, the preset data structure is a structured view, and different areas of the preset data structure are pre-designated for storing data, so that after the entity word information is obtained, the data is correspondingly displayed in a data display area of the preset data structure according to content included in the entity word information. For example, as shown in fig. 2, the data display area of the preset data structure may include: the display layout of the received entity word information is fixed in advance, so that the display layout rich in logic and rules can be provided, and the reading experience of a user can be improved.
In some embodiments of the present disclosure, the entity word information displayed in the second view further includes: the method comprises the following steps of at least one of the name of an entity word, the full name of the entity word, the group identification of a communication group associated with the entity word, the document link of an electronic document associated with the entity word, the link of a page associated with the entity word and the identification for jumping to a preset communication interface.
In some embodiments, as shown in fig. 2, the name of the entity word "COS" is "COS", which is a full name of the entity word, and the explanation shows the meaning of the entity word. In some cases, the entity word information further has an associated communication group, the association relationship between the communication group and the entity word may be specified when the entity word information is established, or each tag may be set for the communication group, and if the entity word is included in the tag, it is determined that the association relationship exists between the communication group and the entity word, the group identifier may be, for example, a group name or an icon, in some embodiments, as shown in fig. 2, "cos function introduction" and "cos function and sin function" are document links of an electronic document associated with the entity word, and after the document links are triggered, corresponding documents may be opened for a user to view conveniently, and in some embodiments, the "platform entry" in fig. 2 is a connection of pages associated with the entity word, and is used to open the associated pages. In other embodiments, the entity word information further has an identifier for jumping to a preset communication interface, and after the identifier is triggered, the entity word information jumps to the preset communication interface, where the preset communication interface may be a communication interface for obtaining help or a communication interface of an author who creates the entity word information. In some embodiments, the entity word information includes various types of information related to the entity word, and the user can conveniently obtain information that the user wants to know from the entity word information displayed in the second view and quickly jump.
In some embodiments of the present disclosure, the information processing method further includes: joining or entering the communication group in response to a second operational event to the group identification of the communication group. In some embodiments, after the new group is a group associated with the entity word, the user may want to learn more about the content of the entity word from the group after the group identifier of the communication group is displayed in the entity word information displayed in the second view, and therefore may need to join the group. In some embodiments, joining a communication group refers to becoming a member of the communication group, and entering a communication group refers to entering a communication session interface of the communication group.
In some embodiments of the disclosure, joining or entering the communication group in response to a second operational event to the group identification of the communication group comprises: responding to a third operation of the group identification of the communication group, and displaying operation options according to the affiliation relationship between the current user and the communication group; and responding to a fourth operation of the operation options, and joining or entering the communication group according to the operation options. In some embodiments, the group identifier of the communication group may be, for example, a group icon or a group name, the operation on the group identifier may be, for example, clicking the group identifier, after the group identifier is operated, acquiring an attribution relationship between the current user and the communication group, where the attribution relationship is used to indicate whether the current user belongs to the communication group corresponding to the operated group identifier, and then displaying operation options, where the attribution relationship has a corresponding relationship with the operation options, and different attribution relationships correspond to different operation options, and according to different operation options, the communication group may be joined or entered into the communication group. In some embodiments of the present disclosure, the communication group identifier in the target entity information can be directly operated to join or enter the communication group, so that the user does not need to join or enter the communication group by searching the group, thereby reducing the operation steps of the user.
In some embodiments of the present disclosure, the displaying the operation options according to the affiliation of the current user with the communication group includes: if the current user belongs to the communication group, displaying an operation option for entering the communication group; or if the current user does not belong to the communication group, displaying the operation options for joining the communication group. In some embodiments, if the current user has entered a communication group, then it is not necessary to join the communication group first, and if the user has not joined the communication group, then it is necessary to join the communication group first before entering the communication group. Therefore, in the case of different affiliations, the displayed options are different, and the user enters or joins the communication group by triggering the options.
In some embodiments of the present disclosure, an evaluation identifier is further displayed in the second view, and the evaluation identifier is used for representing evaluation on the entity word information after being triggered. In some embodiments, the evaluation indicator may be configured to obtain feedback of the entity word information from the user, so as to help improve the evaluation, for example, the buttons on the finger and under the finger in fig. 2 may be the evaluation indicator to indicate approval and clicking on the entity word information.
In some embodiments of the present disclosure, a skip identifier is further displayed in the second view, and the skip identifier is used for opening a detail page of the entity word information on the server after being triggered. In some embodiments, the content of the entity word information may be more, and the entity word information cannot be completely displayed in the second view, so that a skip identifier is provided, and thus a detailed page of the entity word stored in the server is skipped to facilitate a user to better know the content of the entity word.
In some embodiments of the present disclosure, displaying entity word information in a second view of a display interface includes: determining the number of entity word information; if the number of the entity word information is one, displaying the entity word information at a first position of a second view; if the number of the entity word information is at least two, determining target entity word information from the at least two entity word information, displaying the target entity word information at a first position of a second view, and displaying other entity word information at a second position of the second view or displaying the thumbnail information of the other entity word information at the second position. For example, as shown in fig. 2, two pieces of entity word information related to COS are displayed, one piece of entity word information is related to the cosine function displayed in the upper right part of fig. 2, and the other piece of entity word information is related to the cosplay displayed in the lower right part of fig. 2, where the related information of the cosine function is target entity word information, and the related information of the cosplay only displays abbreviated information.
In some embodiments, a plurality of entity word information may be associated with one entity word, for example, a plurality of abbreviations may be named in full, at this time, it is necessary to determine a target entity word information, which is displayed at a first position in the first view, and for entity word information other than the target entity word information, which is displayed at a second position, which may be displayed in a thumbnail form, where the first position may be a more prominent position in the second view, for example, the first position is usually located above the second position, and a display area of the first position may be larger than a display area of the second position, so that it is convenient for a user to intuitively determine which entity word information is the target entity word information.
In some embodiments of the present disclosure, determining a target entity word information from at least two entity word information comprises: and obtaining the evaluation of each entity word information, and determining the entity word information with the optimal evaluation as the target entity word information. In some embodiments, the user may evaluate the entity word, and the evaluation may be statistical by a scoring method, for example, the mark of praise and click may be displayed, the mark of praise and click may be added when the user approves the entity word information, and the mark of minus click may be subtracted when the user treads the entity word information, so that after long-time feedback of the user is collected, which entity word information is approved by the user can be known.
In some embodiments of the present disclosure, user information of a current user is obtained, a degree of correlation between entity word information and the current user is determined based on the user information, and entity word information with the highest degree of correlation is determined as target entity word information. In some embodiments, when an entity word has multiple associated entity word information, the user information of the user is combined to determine which is most likely to be the entity word information that the user wants to know, the degree of correlation may be calculated according to the occupation and age of the user, for example, related and similar fields may be set for each occupation, the degree of correlation between the occupation and each field of the user is preset, the degree of correlation is determined according to the occupation and the field of the entity word of the user, for example, the entity word "AI" may represent "artificial intelligence" or "adaptive authority software", if the user information shows that the user is an algorithm engineer, the target entity word information is the artificial intelligence entity word information, and if the user information shows that the user is a picture processor, the target entity word is the adaptive authority software.
In some embodiments of the present disclosure, determining the entity word information with the best evaluation as the target entity word information includes: and if the entity word information with the same evaluation exists, acquiring the information abundance of the entity word information, and determining the entity word information with the highest information abundance as the target entity word information. In some embodiments, if there is entity word information with the same evaluation, the information abundance of the entity word information is determined, the information abundance is used for representing the amount of information, for example, the abundance of the information may be determined by the number of types of information included in the entity word information, the types of information may include, for example, the full name of the entity word, the paraphrase of the entity word, the source of the entity word, the associated document of the entity word, the associated page of the entity word, and the like, and it is desirable for the user to know the entity word as sufficiently as possible, so that the entity word information with high information abundance is preferentially displayed.
In some embodiments of the present disclosure, after the abbreviated information of any entity word information is triggered, all information of the entity word information corresponding to the abbreviated information is displayed; or after the abbreviated information of any entity word information is triggered, opening a detail page of the entity word information corresponding to the abbreviated information in the server. In some embodiments, part of the content is hidden in the entity word information displayed in the form of the abbreviated information, so that the complete entity word information is displayed after the abbreviated information is triggered by clicking or the like, or a detailed page stored in the server and associated with the entity word is skipped.
Some embodiments of the present disclosure further provide an apparatus for processing information, as shown in fig. 3, including:
an obtaining unit 10, configured to obtain, in response to a first operation event on an entity word, a search result for searching the entity word and entity word information associated with the entity word, where the entity word information includes a meaning of the entity word;
the display unit 20 is configured to display the search result in a first view of the display interface and display the entity word information in a second view of the display interface;
the first view and the second view are displayed independently.
For the embodiments of the apparatus, since they correspond substantially to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described apparatus embodiments are merely illustrative, wherein the modules described as separate modules may or may not be separate. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The method and apparatus of the present disclosure have been described above based on embodiments and application examples. In addition, the present disclosure also provides a terminal and a storage medium, which are described below.
Referring now to fig. 4, a schematic diagram of an electronic device (e.g., a terminal device or server) 800 suitable for use in implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in the drawings is only an example and should not bring any limitation to the functions and use range of the embodiments of the present disclosure.
The electronic device 800 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 801 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)802 or a program loaded from a storage means 808 into a Random Access Memory (RAM) 803. In the RAM803, various programs and data necessary for the operation of the electronic apparatus 800 are also stored. The processing device 801, the ROM 802, and the RAM803 are connected to each other by a bus 804. An input/output (I/O) interface 805 is also connected to bus 804.
Generally, the following devices may be connected to the I/O interface 805: input devices 806 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, or the like; output devices 807 including, for example, a Liquid Crystal Display (LCD), speakers, vibrators, and the like; storage 808 including, for example, magnetic tape, hard disk, etc.; and a communication device 809. The communication means 809 may allow the electronic device 800 to communicate wirelessly or by wire with other devices to exchange data. While shown with various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 809, or installed from the storage means 808, or installed from the ROM 802. The computer program, when executed by the processing apparatus 801, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to perform the methods of the present disclosure as described above.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided an information processing method including:
responding to a first operation event of an entity word, and acquiring a search result of the entity word and entity word information related to the entity word, wherein the entity word information comprises the meaning of the entity word;
displaying the search result in a first view of a display interface, and displaying the entity word information in a second view of the display interface;
wherein the first view and the second view are displayed independently of each other.
According to one or more embodiments of the present disclosure, there is provided an information processing method for acquiring a search result for an entity word and entity word information associated with the entity word in response to a first operation event for the entity word, including:
responding to the fact word input in a first input box of the display interface, and acquiring a search result of the fact word and entity word information related to the fact word; or,
responding to a first operation on the entity words in the display content of the display interface, displaying a first control, responding to a second operation on the first control, and acquiring the search results of the entity words and entity word information related to the entity words.
According to one or more embodiments of the present disclosure, an information processing method is provided, which obtains a search result of searching for an entity word and entity word information associated with the entity word, and includes:
searching the entity words according to a mode of not distinguishing the size writing to obtain the search result and the entity word information; or,
and searching the entity words according to a mode of distinguishing the size writing to obtain the search result and the entity word information.
According to one or more embodiments of the present disclosure, there is provided an information processing method for acquiring a search result for a physical word, including:
searching in user data of a current user to obtain the search result;
the user data of the current user includes: at least one of a communication message, a contact, an application, a mail, a calendar, and a document.
According to one or more embodiments of the present disclosure, there is provided a method for processing information, the second view has a preset data structure therein, the preset data structure has at least one data display area, and the data display area is used for displaying data of a corresponding type;
and displaying the data in the entity word information in the preset data structure according to the type.
According to one or more embodiments of the present disclosure, there is provided an information processing method, where the entity word information displayed in the second view further includes: the entity word comprises at least one of a name of the entity word, a full name of the entity word, a group identifier of a communication group associated with the entity word, a document link of an electronic document associated with the entity word, a link of a page associated with the entity word, and an identifier for jumping to a preset communication interface.
According to one or more embodiments of the present disclosure, there is provided an information processing method, further including: joining or entering the communication group in response to a second operational event to a group identification of the communication group.
According to one or more embodiments of the present disclosure, there is provided an information processing method, for joining or entering a communication group in response to a second operation event of a group identification of the communication group, including: responding to a third operation on the group identification of the communication group, and displaying operation options according to the affiliation relationship between the current user and the communication group; or,
responding to a fourth operation on the operation options, and joining or entering the communication group according to the operation options.
According to one or more embodiments of the present disclosure, there is provided an information processing method for displaying operation options according to an affiliation of a current user with a communication group, including:
if the current user belongs to the communication group, displaying operation options for entering the communication group;
and if the current user does not belong to the communication group, displaying operation options for joining the communication group.
According to one or more embodiments of the present disclosure, an information processing method is provided, where an evaluation identifier is further displayed in the second view, and the evaluation identifier is used for representing evaluation on the entity word information after being triggered;
and/or a jump identifier is also displayed in the second view, and the jump identifier is used for opening a detail page of the entity word information in the server after being triggered.
According to one or more embodiments of the present disclosure, there is provided an information processing method for displaying entity word information in a second view of a display interface, including:
determining the number of the entity word information;
if the number of the entity word information is one, displaying the entity word information at a first position of the second view;
if the number of the entity word information is at least two, determining target entity word information from the at least two entity word information, displaying the target entity word information at a first position of the second view, and displaying other entity word information at a second position of the second view or displaying thumbnail information of the other entity word information at the second position.
According to one or more embodiments of the present disclosure, there is provided an information processing method for determining target entity word information from at least two entity word information, including:
obtaining the evaluation of each entity word information, and determining the entity word information with the optimal evaluation as the target entity word information; or,
acquiring user information of a current user, determining the correlation degree of the entity word information and the current user based on the user information, and determining the entity word information with the highest correlation degree as the target entity word information.
According to one or more embodiments of the present disclosure, there is provided an information processing method for determining that entity word information with an optimal evaluation is target entity word information, including:
and if the entity word information with the same evaluation exists, acquiring the information abundance of the entity word information, and determining the entity word information with the highest information abundance as the target entity word information.
According to one or more embodiments of the present disclosure, an information processing method is provided, in which after an abbreviated message of any entity word message is triggered, all information of the entity word message corresponding to the abbreviated message is displayed; or,
and after the abbreviation information of any entity word information is triggered, opening a detail page of the entity word information corresponding to the abbreviation information in a server.
According to one or more embodiments of the present disclosure, there is provided an information processing apparatus including:
the obtaining unit is used for responding to a first operation event of an entity word, obtaining a search result of searching the entity word and entity word information related to the entity word, wherein the entity word information comprises the meaning of the entity word;
the display unit is used for displaying the search result in a first view of a display interface and displaying the entity word information in a second view of the display interface;
wherein the first view and the second view are displayed independently of each other.
According to one or more embodiments of the present disclosure, there is provided a terminal including: at least one memory and at least one processor;
wherein the at least one memory is configured to store program code and the at least one processor is configured to call the program code stored in the at least one memory to perform the method of any one of the above.
According to one or more embodiments of the present disclosure, there is provided a storage medium for storing program code for performing the above-described method.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (15)

1. A method for processing information, comprising:
responding to a first operation event of an entity word, and acquiring a search result of the entity word and entity word information related to the entity word, wherein the entity word information comprises the meaning of the entity word;
displaying the search result in a first view of a display interface, and displaying the entity word information in a second view of the display interface, including: determining the number of the entity word information; if the number of the entity word information is one, displaying the entity word information at a first position of the second view; if the number of the entity word information is at least two, determining target entity word information from the at least two entity word information, displaying the target entity word information at a first position of the second view, and displaying other entity word information at a second position of the second view or displaying thumbnail information of the other entity word information at the second position;
wherein the first view and the second view are displayed independently of each other;
an evaluation identifier is also displayed in the second view and used for representing the evaluation of the entity word information after being triggered; and/or a jump identifier is also displayed in the second view and used for opening a detail page of the entity word information in the server after being triggered.
2. The method of claim 1, wherein obtaining search results for the entity word and entity word information associated with the entity word in response to a first operation event on the entity word comprises:
responding to the fact word input in a first input box of the display interface, and acquiring a search result of the fact word and entity word information related to the fact word; or,
responding to a first operation on the entity words in the display content of the display interface, displaying a first control, responding to a second operation on the first control, and acquiring the search results of the entity words and entity word information related to the entity words.
3. The method of claim 1, wherein obtaining search results for searching the entity words and entity word information associated with the entity words comprises:
searching the entity words according to a mode of not distinguishing the size writing to obtain the search result and the entity word information; or,
and searching the entity words according to a mode of distinguishing the size writing to obtain the search result and the entity word information.
4. The method of claim 1, wherein obtaining search results for the entity words comprises:
searching in user data of a current user to obtain the search result;
the user data of the current user includes: at least one of a communication message, a contact, an application, a mail, a calendar, and a document.
5. The method of claim 1,
the second view is provided with a preset data structure, the preset data structure is provided with at least one data display area, and the data display area is used for displaying data of a corresponding type;
and displaying the data in the entity word information in the preset data structure according to the type.
6. The method of claim 1, wherein the entity word information displayed in the second view further comprises: the entity word comprises at least one of a name of the entity word, a full name of the entity word, a group identifier of a communication group associated with the entity word, a document link of an electronic document associated with the entity word, a link of a page associated with the entity word, and an identifier for jumping to a preset communication interface.
7. The method of claim 6, further comprising: joining or entering the communication group in response to a second operational event to a group identification of the communication group.
8. The method of claim 7, wherein joining or entering the communication group in response to a second operational event of a group identification for the communication group comprises:
responding to a third operation on the group identification of the communication group, and displaying operation options according to the affiliation relationship between the current user and the communication group; or,
responding to a fourth operation on the operation options, and joining or entering the communication group according to the operation options.
9. The method of claim 8, wherein displaying operation options according to the affiliation of the current user with the communication group comprises:
if the current user belongs to the communication group, displaying operation options for entering the communication group;
and if the current user does not belong to the communication group, displaying operation options for joining the communication group.
10. The method of claim 1, wherein determining a target entity word information from at least two of the entity word information comprises:
obtaining the evaluation of each entity word information, and determining the entity word information with the optimal evaluation as the target entity word information; or,
acquiring user information of a current user, determining the correlation degree of the entity word information and the current user based on the user information, and determining the entity word information with the highest correlation degree as the target entity word information.
11. The method of claim 10, wherein determining the entity word information with the best evaluation as the target entity word information comprises:
and if the entity word information with the same evaluation exists, acquiring the information abundance of the entity word information, and determining the entity word information with the highest information abundance as the target entity word information.
12. The method of claim 1,
after the abbreviated information of any entity word information is triggered, displaying all information of the entity word information corresponding to the abbreviated information; or,
and after the abbreviated information of any entity word information is triggered, opening a detail page of the entity word information corresponding to the abbreviated information in a server.
13. An apparatus for processing information, comprising:
the obtaining unit is used for responding to a first operation event of an entity word, obtaining a search result of searching the entity word and entity word information related to the entity word, wherein the entity word information comprises the meaning of the entity word;
the display unit is used for displaying the search result in a first view of a display interface and displaying the entity word information in a second view of the display interface, and comprises: determining the number of the entity word information; if the number of the entity word information is one, displaying the entity word information at a first position of the second view; if the number of the entity word information is at least two, determining target entity word information from the at least two entity word information, displaying the target entity word information at a first position of the second view, and displaying other entity word information at a second position of the second view or displaying thumbnail information of the other entity word information at the second position;
wherein the first view and the second view are displayed independently of each other;
an evaluation identifier is also displayed in the second view, and the evaluation identifier is used for representing evaluation on the entity word information after being triggered; and/or a jump identifier is also displayed in the second view, and the jump identifier is used for opening a detail page of the entity word information in the server after being triggered.
14. A terminal, comprising:
at least one memory and at least one processor;
wherein the at least one memory is configured to store program code and the at least one processor is configured to invoke the program code stored in the at least one memory to perform the method of any of claims 1 to 12.
15. A storage medium for storing program code for performing the method of any one of claims 1 to 12.
CN202110369365.1A 2021-04-06 2021-04-06 Information processing method and device, terminal and storage medium Active CN113111648B (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
CN202110369365.1A CN113111648B (en) 2021-04-06 2021-04-06 Information processing method and device, terminal and storage medium
PCT/CN2022/085393 WO2022214003A1 (en) 2021-04-06 2022-04-06 Information processing method and apparatus, terminal, and storage medium
CN202280020277.3A CN117015779A (en) 2021-04-06 2022-04-06 Information processing method, device, terminal and storage medium
JP2023561132A JP2024513872A (en) 2021-04-06 2022-04-06 Information processing methods, devices, terminals and storage media
EP22784069.1A EP4300350A4 (en) 2021-04-06 2022-04-06 Information processing method and apparatus, terminal, and storage medium
US18/372,158 US20240013002A1 (en) 2021-04-06 2023-09-25 Information processing method and apparatus, terminal, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110369365.1A CN113111648B (en) 2021-04-06 2021-04-06 Information processing method and device, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN113111648A CN113111648A (en) 2021-07-13
CN113111648B true CN113111648B (en) 2022-09-09

Family

ID=76714185

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110369365.1A Active CN113111648B (en) 2021-04-06 2021-04-06 Information processing method and device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN113111648B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117015779A (en) * 2021-04-06 2023-11-07 北京字跳网络技术有限公司 Information processing method, device, terminal and storage medium
CN115037716B (en) * 2021-07-23 2023-08-11 北京字跳网络技术有限公司 Information processing method, device, terminal and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708938A (en) * 2020-05-27 2020-09-25 北京百度网讯科技有限公司 Method, apparatus, electronic device, and storage medium for information processing

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20110038863A (en) * 2009-10-09 2011-04-15 삼성전자주식회사 Searching method of a function and portable device using the same
CN109918669B (en) * 2019-03-08 2023-08-08 腾讯科技(深圳)有限公司 Entity determining method, device and storage medium
CN110413886A (en) * 2019-07-17 2019-11-05 海信集团有限公司 A kind of point of interest methods of exhibiting and device
CN112084268B (en) * 2020-09-04 2022-05-20 北京字节跳动网络技术有限公司 Method and device for displaying search results and computer storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708938A (en) * 2020-05-27 2020-09-25 北京百度网讯科技有限公司 Method, apparatus, electronic device, and storage medium for information processing

Also Published As

Publication number Publication date
CN113111648A (en) 2021-07-13

Similar Documents

Publication Publication Date Title
CN113111647B (en) Information processing method and device, terminal and storage medium
CN112528595B (en) Document processing method and device and electronic equipment
CN110764671A (en) Information display method and device, electronic equipment and computer readable medium
CN111580921B (en) Content creation method and device
CN113111648B (en) Information processing method and device, terminal and storage medium
CN111190520A (en) Menu item selection method and device, readable medium and electronic equipment
CN115079884B (en) Session message display method, device, equipment and storage medium
CN114564269A (en) Page display method, device, equipment, readable storage medium and product
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN113011169B (en) Method, device, equipment and medium for processing conference summary
CN110658960A (en) Message processing method and device and electronic equipment
CN113741756A (en) Information processing method, device, terminal and storage medium
CN111290819A (en) Method and device for displaying operation prompt and electronic equipment
CN114422482B (en) Message sending method and device, electronic equipment and storage medium
CN115017110A (en) Information processing method, device, terminal and storage medium
CN110717126A (en) Page browsing method and device, electronic equipment and computer readable storage medium
CN109683726B (en) Character input method, character input device, electronic equipment and storage medium
CN111353296A (en) Article processing method and device, electronic equipment and computer-readable storage medium
CN115756683A (en) Picture display method and device, storage medium and electronic equipment
CN114997115B (en) Document processing method, device, equipment and medium
CN113836415A (en) Information recommendation method, device, medium and equipment
CN114063795A (en) Interaction method, interaction device, electronic equipment and storage medium
CN114969302A (en) Label searching method and device
CN112506596A (en) Object display method and device, electronic equipment and computer readable storage medium
WO2022214003A1 (en) Information processing method and apparatus, terminal, and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant