CN111209733B - Text record processing method and device - Google Patents

Text record processing method and device Download PDF

Info

Publication number
CN111209733B
CN111209733B CN201811400953.1A CN201811400953A CN111209733B CN 111209733 B CN111209733 B CN 111209733B CN 201811400953 A CN201811400953 A CN 201811400953A CN 111209733 B CN111209733 B CN 111209733B
Authority
CN
China
Prior art keywords
entity
relationship
text
similarity
suspect
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
CN201811400953.1A
Other languages
Chinese (zh)
Other versions
CN111209733A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201811400953.1A priority Critical patent/CN111209733B/en
Publication of CN111209733A publication Critical patent/CN111209733A/en
Application granted granted Critical
Publication of CN111209733B publication Critical patent/CN111209733B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Abstract

The embodiment of the application provides a text record processing method and device. Acquiring a first text record generated in a first interrogation process of interrogating a first suspect, and extracting first text content in the first text record; acquiring a second text record generated in a second interrogation process of interrogating a second suspect, and extracting second text contents in the second text record, wherein the second suspect comprises a first suspect or a suspect with a case committed by the first suspect and a case committed by the first suspect; and determining the similarity between the first text record and the second text record according to the first text content and the second text content. According to the method and the device, a case handling person is not required to determine the similarity between the first text record and the second text record through manual comparison, the whole process is completed automatically through electronic equipment, so that the labor cost can be reduced, and the efficiency of determining the similarity between the first text record and the second text record can be improved due to the fact that manual participation is not required.

Description

Text record processing method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for processing a text record.
Background
In the process of receiving the inquiry of public security policemen, the suspect sometimes intentionally lies on the key information of the case, attempts to deceive the policemen, avoids punishment and increases difficulty for the inquiry.
In order to identify whether the suspect lies in the inquiring process, the public security policeman inquires the same suspect for multiple times, or at least two suspects related to the same case are respectively inquired, the public security policeman manually records the crime content of the suspect for delivery as a record in each inquiring process, and then manually compares whether multiple records are the same to determine whether the suspect lies.
However, the inventor finds that when the recorded content of the crime is more, a plurality of policemen are required to compare a plurality of records manually, and each policemen needs to expend more energy in comparing the records, which results in higher labor cost.
Disclosure of Invention
In order to solve the above technical problem, an embodiment of the present application shows a text record processing method and device.
In a first aspect, an embodiment of the present application shows a text record processing method, where the method includes:
acquiring a first text record generated in a first interrogation process of interrogating a first suspect, and extracting first text content in the first text record;
acquiring a second text record generated in a second interrogation process for interrogating a second suspect, and extracting second text content in the second text record, wherein the second suspect comprises a first suspect or a suspect of a case made and a case made by the first suspect;
determining a similarity between the first text record and the second text record according to the first text content and the second text content.
In an alternative implementation, the first text record includes a current oral supply text record generated during a current query procedure to query the first suspect;
the second text record includes a historical spoken text record generated during a historical query process to query the second suspect.
In an optional implementation, the method further includes:
if the similarity is smaller than or equal to a preset threshold value, determining that the first suspect has the possibility of lying in the first interrogation process;
if the similarity is larger than a preset threshold value, determining that the first suspect has no possibility of lying in the first query process.
In an optional implementation, the method further includes:
and if the similarity is smaller than or equal to a preset threshold value, acquiring different contents between the first text content and the second text content.
In an alternative implementation, the obtaining a first text record generated during a first interrogation process of interrogating a first suspect includes:
acquiring a first record recorded in a first interrogation process of the first suspect;
and performing voice recognition on the first recording to obtain the first text record.
In an optional implementation manner, the extracting the first text content in the first text record includes:
extracting a first entity in the first text record, a first relationship between the first entities, and a first event occurring based on the first entity and/or the first relationship;
determining the first text content according to the first entity, the first relationship and the first event.
In an optional implementation manner, the determining the first text content according to the first entity, the first relation, and the first event includes:
judging whether the first entity meets a preset standardized description rule or not;
if the first entity does not accord with the preset standardized description rule, converting the first entity into a standardized entity which accords with the standardized description rule;
determining the first text content according to the canonical entity, the first relationship, and the first event.
In an optional implementation manner, the determining the first text content according to the first entity, the first relation, and the first event includes:
determining a case committed by the first suspect;
searching a third relation which is related to the first entity and is different from the first relation in a preset entity relation library of the case, wherein the preset entity relation library stores the relation among all entities which are summarized according to a second inquiry process and violate the case;
determining the first text content according to the first entity, the first relationship, the third relationship, and the first event.
In an optional implementation manner, the determining a similarity between the first text record and the second text record according to the first text content and the second text content includes:
determining whether the relationship type of the first relationship is the same as the relationship type of the second relationship;
if the relationship type of the first relationship is different from that of the second relationship, setting the similarity as a first similarity;
if the relationship type of the first relationship is the same as the relationship type of the second relationship, determining whether the first entity and the second entity are the same, if the first entity and the second entity are different, setting the similarity as the first similarity, if the first entity and the second entity are the same, setting the similarity as a second similarity, wherein the second similarity is larger than the first similarity.
In an optional implementation manner, the determining a similarity between the first text record and the second text record according to the first text content and the second text content includes:
constructing a first map according to the first entity, the first relation and the first event;
constructing a second graph according to the second entity, the second relation and the second event;
determining a similarity between the first spectrogram and the second spectrogram, and taking the similarity as a similarity between the first text record and the second text record.
In a second aspect, an embodiment of the present application shows a text record processing apparatus, where the apparatus includes:
the system comprises a first acquisition module, a first extraction module and a second extraction module, wherein the first acquisition module is used for acquiring a first text record generated in a first inquiry process of inquiring a first suspect;
the second obtaining module is used for obtaining a second text record generated in a second inquiry process of inquiring a second suspect, and the second extracting module is used for extracting second text contents in the second text record, wherein the second suspect comprises a first suspect or a suspect of which a case is made and is associated with a case made by the first suspect;
a first determining module, configured to determine a similarity between the first text record and the second text record according to the first text content and the second text content.
In an alternative implementation, the first text record includes a current oral text record generated during a current interrogation process to interrogate the first suspect;
the second text record includes a historical spoken text record generated during a historical interrogation process to interrogate the second suspect.
In an optional implementation, the apparatus further comprises:
the second determining module is used for determining that the first suspect is likely to lie in the first interrogation process if the similarity is smaller than or equal to a preset threshold;
a third determining module, configured to determine that there is no lie possibility for the first suspect in the first interrogation process if the similarity is greater than a preset threshold.
In an optional implementation, the apparatus further comprises:
and the third obtaining module is used for obtaining different contents between the first text content and the second text content if the similarity is smaller than or equal to a preset threshold value.
In an optional implementation manner, the first obtaining module includes:
an obtaining unit, configured to obtain a first recording recorded in a first interrogation process for interrogating the first suspect;
and the recognition unit is used for carrying out voice recognition on the first sound record to obtain the first text record.
In an optional implementation manner, the first extraction module includes:
an extracting unit, configured to extract a first entity in the first text record, a first relationship between the first entities, and a first event occurring based on the first entity and/or the first relationship;
a first determining unit, configured to determine the first text content according to the first entity, the first relationship, and the first event.
In an optional implementation manner, the first determining unit includes:
the judging subunit is used for judging whether the first entity meets a preset standardized description rule;
the conversion subunit is used for converting the first entity into a standardized entity meeting the standardized description rule if the first entity does not meet the preset standardized description rule;
a first determining subunit, configured to determine the first text content according to the canonical entity, the first relationship, and the first event.
In an optional implementation manner, the first determining unit includes:
a second determining subunit, configured to determine a case that the first suspect made;
a searching subunit, configured to search, in a preset entity relationship library of the case, a third relationship, which is related to the first entity and is different from the first relationship, where a relationship, summarized according to a second query process, between entities that violate the case is stored in the preset entity relationship library;
a third determining subunit, configured to determine the first text content according to the first entity, the first relationship, the third relationship, and the first event.
In an optional implementation manner, the first determining module includes:
a second determining unit, configured to determine whether a relationship type of the first relationship is the same as a relationship type of the second relationship;
a first setting unit, configured to set the similarity as a first similarity if a relationship type of the first relationship is different from a relationship type of the second relationship;
a third determining unit, configured to determine whether the first entity is the same as the second entity if the relationship type of the first relationship is the same as the relationship type of the second relationship; the first setting unit is further configured to set the similarity as the first similarity if the first entity is different from the second entity, and the second setting unit is configured to set the similarity as a second similarity if the first entity is the same as the second entity, where the second similarity is greater than the first similarity.
In an optional implementation manner, the first determining module includes:
a first constructing unit, configured to construct a first map according to the first entity, the first relationship, and the first event;
a second construction unit, configured to construct a second graph according to the second entity, the second relationship, and the second event;
a fourth determination unit, configured to determine a similarity between the first spectrogram and the second spectrogram, and use the similarity as a similarity between the first text record and the second text record.
In a third aspect, an embodiment of the present application shows an electronic device, including:
a processor; and
a memory having executable code stored thereon, which when executed, causes the processor to perform a text record processing method as described in the first aspect.
In a fourth aspect, embodiments of the present application show one or more machine-readable media having executable code stored thereon that, when executed, cause a processor to perform a text record processing method as described in the first aspect.
Compared with the prior art, the embodiment of the application has the following advantages:
in the method, a first text record generated in a first interrogation process of interrogating a first suspect is obtained, and first text content in the first text record is extracted; acquiring a second text record generated in a second interrogation process for interrogating a second suspect, and extracting second text content in the second text record, wherein the second suspect comprises a first suspect or a suspect of which a case made is associated with a case made by the first suspect; and determining the similarity between the first text record and the second text record according to the first text content and the second text content. According to the method and the device, the personnel for handling cases are not required to determine the similarity between the first text record and the second text record through manual comparison, the whole process is completed automatically through electronic equipment, the labor cost can be reduced, and the efficiency of determining the similarity between the first text record and the second text record can be improved due to the fact that manual participation is not required.
Drawings
FIG. 1 is a flowchart illustrating a text records processing method according to an exemplary embodiment.
FIG. 2 is a flowchart illustrating a method of obtaining a first text record in accordance with an exemplary embodiment.
FIG. 3 is a flowchart illustrating a method of obtaining a first text record in accordance with an exemplary embodiment.
FIG. 4 is a flow chart illustrating a method of determining similarity according to an exemplary embodiment.
FIG. 5 is a flow chart illustrating another method of determining similarity according to an example embodiment.
FIG. 6 is a diagram illustrating an atlas according to an example embodiment.
FIG. 7 is another illustrative map shown according to an exemplary embodiment.
Fig. 8 is a block diagram illustrating a text record processing apparatus according to an exemplary embodiment.
FIG. 9 is a block diagram illustrating a text record processing apparatus according to an example embodiment
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, the present application is described in further detail with reference to the accompanying drawings and the detailed description.
Fig. 1 is a flowchart illustrating a text record processing method according to an exemplary embodiment, where the method is applied to an electronic device, the electronic device including a terminal or a server, and the like, as shown in fig. 1.
In step S101, a first text record generated in a first interrogation process of interrogating a first suspect is obtained, and first text content in the first text record is extracted;
the first text record includes a current oral text record generated during a current interrogation process to interrogate the first suspect.
In an embodiment of the application, a recording device may be arranged when a first suspect is queried, the recording device may record a first recording of the first suspect in real time in a first query process for querying the first suspect, the electronic device obtains the first recording recorded by the recording device in the first query process for querying the first suspect, and then performs voice recognition on the first recording to obtain a first text record, and then extracts a first text content in the first text record, so that a clerk does not need to manually record a supply of the first suspect in the first query process, and the burden of the clerk is reduced.
In an embodiment of the present application, when extracting the first text content in the first text record, the following process may be implemented, including:
1011. extracting a first entity in the first text record, a first relation between the first entities, and a first event occurring based on the first entity and/or the first relation;
in the application, a plurality of sample text records may be prepared in advance, the sample entities in the sample text records, the sample relationships between the sample entities, and the sample events occurring based on the sample entities and/or the sample relationships are labeled, and the preset neural network model is trained according to the sample text records, the sample entities, the sample relationships, and the sample events until parameters in the preset neural network model are all converged, so as to obtain an event target neural network model for obtaining the entities in the text records, the relationships between the entities, and the event target neural network model occurring based on the entities and/or the relationships according to the text records.
Thus, in this step, the first text record may be input into the target neural network model, resulting in the first entity of the target neural network output, the first relationship between the first entities, and the first event occurring based on the first entity and/or the first relationship.
The entities include people, organizations, time, places, and the like in the text records.
Relationships include partnership, spouse, classmate, parent-child, and sibling relationships between entities, and the like.
1012. The first text content is determined according to the first entity, the first relationship and the first event.
In one embodiment of the present application, the first entity, the first relationship, and the first event may be directly regarded as the first text content.
Of course, the first text content may also be determined according to the first entity, the first relation and the first event in other ways, which may be specifically referred to the embodiments shown in fig. 2 or fig. 3 and will not be described in detail herein.
In step S102, a second text record generated during a second interrogation process of interrogating a second suspect is obtained, and second text contents in the second text record are extracted;
the second text record includes a historical spoken text record generated during a historical query process to query the second suspect.
The second suspect comprises the first suspect or a suspect with whom the case was committed and who is associated with the case that was committed by the first suspect comprises the same suspect as that committed by the first suspect.
In the present application, a case may be worked out by a single suspect or by multiple suspects in a partnership.
In one embodiment, if the first suspect is a single case, that is, the first suspect has no partnership, in this embodiment, the second suspect is the first suspect, the first suspect has been interrogated one or more times before the first interrogation process for interrogating the first suspect, and the second text record generated in the interrogation process for interrogating the first suspect is stored in each interrogation process, so in this step, the stored second text record generated in the second interrogation process for interrogating the first suspect may be directly obtained.
In another embodiment, if the first suspect is collaborating with others to do a case, that is, the first suspect has a partnership, in this embodiment, the second suspect may be the case of the first suspect, the case of the first suspect and the second suspect have been queried one or more times before the first query process to query the first suspect, and the second text record generated in the query process to query the second suspect is stored in each query process, so in this step, the stored second text record generated in the second query process to query the second suspect may be directly obtained.
In this step, the second text content in the second text record may be extracted according to the specific manner of extracting the first text content in the first text record in step S101, which is not described in detail herein.
In the present application, step S101 and step S102 may be executed first, and then step S103 and step S104 may be executed, or step S103 and step S104 may be executed first, and then step S101 and step S102 may be executed.
In step S103, a similarity between the first text record and the second text record is determined according to the first text content and the second text content.
The specific method for determining the similarity between the first text record and the second text record may refer to the embodiment shown in fig. 4 or fig. 5, and is not described in detail here.
And if the similarity is smaller than or equal to a preset threshold, determining that the first suspect has the possibility of lying in the first inquiry process. Furthermore, the method can also generate indication information for indicating that the first suspect has the possibility of lying in the first interrogation process, broadcast the indication information through a microphone or display the indication information on a screen, and prompt the case handling personnel that the first suspect has the possibility of lying in the first interrogation process, so that the case handling personnel can analyze whether the first suspect lies in time, and if the first suspect lies, corresponding measures are taken for the lying behavior of the first suspect.
Further, if the similarity is smaller than or equal to the preset threshold, acquiring different contents between the first text content and the second text content, for example, performing text analysis on the first text content and the second text content, analyzing the different contents between the first text content and the second text content, and then broadcasting the different contents between the first text content and the second text content through a microphone or displaying the different contents between the first text content and the second text content on a screen, so that a clerk can quickly know the different contents between the first text content and the second text content, and then taking corresponding measures for the lie behavior of the first suspect according to the different contents between the first text content and the second text content.
Or if the similarity is larger than the preset threshold, determining that the first suspect has no lie possibility in the first query process. Furthermore, indication information for indicating that the first suspect has no lie in the first interrogation process can be generated, the indication information is broadcasted through a microphone or displayed on a screen, and the case handling personnel are prompted that the first suspect has no lie in the first interrogation process.
In the method, a first text record generated in a first interrogation process of interrogating a first suspect is obtained, and first text content in the first text record is extracted; acquiring a second text record generated in a second interrogation process for interrogating a second suspect, and extracting second text content in the second text record, wherein the second suspect comprises a first suspect or a suspect of which a case made is associated with a case made by the first suspect; and determining the similarity between the first text record and the second text record according to the first text content and the second text content. According to the method and the device, the personnel for handling cases are not required to determine the similarity between the first text record and the second text record through manual comparison, the whole process is completed automatically through electronic equipment, the labor cost can be reduced, and the efficiency of determining the similarity between the first text record and the second text record can be improved due to the fact that manual participation is not required.
In one possible scenario, the same suspect may use different words to represent the same entity for the same case's oral supply during different interrogations.
Alternatively, different suspects may use different words to represent the same entity for the same oral supply of the case during different interrogation processes.
For example, the CoMP Zhang Wu, zhang three, which in the second interrogation process Zhang Wu is called Zhang five, but in the Onck interrogation process Zhang Wu is called Zhang Ge.
In this way, it may happen that the first entity of the first text record and the second entity stored in the second text record are actually the same entity, but the words describing the first entity are different from the words describing the second entity, so that the electronic device may consider that the first entity and the second entity are different entities, and further, when determining the similarity between the first text record and the second text record in step S103, the similarity between the first text record and the second text record may be erroneously determined to be low, that is, the determined similarity between the first text record and the second text record is inaccurate.
Thus, to improve the accuracy of the determined similarity between the first textual record and the second textual record, in another embodiment, referring to FIG. 2, step 1012 comprises:
in step S201, it is determined whether the first entity conforms to a preset standardized description rule;
if the second text record is the first text record obtained after the first query of the scheme, the case handling personnel can manually correct the entities in the first text record later, so that the entities in the corrected first text record all conform to the preset standardized description rule. For example, the spoken Zhang Ge is corrected to zhangwu after being identified with the suspect, or the spoken old plum is corrected to lie four after being identified with the suspect.
If the second text record is the second text record obtained after one query after the first query in the scheme, the electronic equipment automatically corrects the second text record according to the corrected first text record so that the entities in the corrected second text record all conform to the preset standardized description rule. And then, obtaining a text record after the query is made for the scheme each time, and correcting the obtained text record by the electronic equipment according to the correction mode of the second text record so as to enable the entities in the corrected text record to accord with the preset standardized description rule.
As such, in the present application, for the first text record, the entities in the second text record all conform to the preset normalized description rule.
In one embodiment of the present application, whether the first entity complies with the preset normalized description rule may be determined according to the second entity, the second event, the first entity, and the first event.
For example, assume that a second query recorded here a mouth supply of Zhang three: zhang Wu cheats Liu Neng ten thousand yuan. The first query text record records the oral supply of Zhang three: elder Zhang scavenged Liu Neng ten thousand dollars.
Since the second interrogation text record fraud Liu Nengde is Zhang Wu, the first interrogation text record fraud Liu Nengde is elder Zhang, and the same person is the fraud Liu Neng with three ten thousand elements in the same case, elder Zhang in the three-mouth supply should be Zhang Wu, that is, the old page of the first entity in the first interrogation text record does not meet the preset standardized description rule, the old Zhang Jiaozheng in the first interrogation text record can be Zhang Wu, so that the corrected first interrogation text record meets the preset standardized description rule.
If the first entity does not conform to the preset normalized description rule, in step S202, the first entity is converted into a normalized entity conforming to the normalized description rule;
in step S203, a first text content is determined according to the canonical entity, the first relationship, and the first event.
In the present application, the canonical entity, the first relationship, and the first event may be taken as the first text content.
In one possible scenario, the same suspect, in different interrogation sessions, for the same case, despite not lying, may hide some of the fact, for example, that during the second interrogation session Zhang three and Zhang five are siblings, but during the first interrogation session Zhang three and Zhang five are not siblings.
Thus, it may happen that although the suspect does not lie during the first query, the text content of the first text record and the second text record obtained by the electronic device is different in quantity, for example, the relationship between the entities in the second text record includes the relationship between the entities in the first text record, but the relationship between the entities in the first text record is smaller than the relationship between the entities in the second text record, which may cause the similarity between the first text record and the second text record to be erroneously determined to be lower when the similarity between the first text record and the second text record is determined in step S103, that is, the determined similarity between the first text record and the second text record is inaccurate.
Thus, to improve the accuracy of the similarity between the determined first text record and the second text record, in another embodiment, referring to FIG. 3, step 1012 comprises:
in a step S301 of the process, determining a case made by a first suspect;
in step S302, a third relationship related to the first entity and different from the first relationship is searched in a preset entity relationship library of the case;
the preset entity relation library stores the relation between each entity which is summarized according to the second inquiry process and violates the case;
for the case, in the second process, when each suspect involved in the case is queried, the electronic device may determine the relationship between the entities of the suspect's surrogation and the case, further may determine whether the relationship between the entities is real through the clerk and the suspect, and then after determining the real relationship between the entities, the electronic device may store the relationship between the entities in the preset entity relationship library.
In step S303, a first text content is determined according to the first entity, the first relationship, the third relationship, and the first event.
In the present application, an entity, a first relationship, a third relationship, and a first event may be taken as the first text content.
In an embodiment of the present application, referring to fig. 4, step S103 may be implemented by a process including:
in step S401, it is determined whether the relationship type of the first relationship is the same as the relationship type of the second relationship;
the relationship includes an entity and a relationship type in the relationship, for example, a couple of Zhang III and Li IV is recorded in the text record, wherein the entity includes Zhang III and Li IV, and the relationship type between Zhang III and Li IV is a couple. For another example, the text record also records that Zhang III and Zhang Wu are brothers, wherein the entity comprises Zhang III and Zhang Wu, and the type of the relationship between Zhang III and Zhang Wu is brothers.
The first relationship includes a relationship type of the first relationship and the first entity, and the second relationship includes a type of the second relationship and the second entity. In the present application, the similarity between the first text record and the second text record may be determined according to the relationship type of the first relationship and the relationship type of the second relationship, or according to the relationship type of the first relationship, the relationship type of the second relationship, the first entity, and the second entity.
For example, it may be determined whether the relationship type of the first relationship is the same as the relationship type of the second relationship, and if the relationship type of the first relationship is different from the relationship type of the second relationship, step S402 is performed, and if the relationship type of the first relationship is the same as the relationship type of the second relationship, step S403 is performed.
If the relationship type of the first relationship is different from the relationship type of the second relationship, in step S402, the similarity between the first text record and the second text record is set as a first similarity;
in this application, if the relationship type of the first relationship is different from the relationship type of the second relationship, it indicates that there is a difference between the first text content and the second text content, and the similarity between the first text record and the second text record may be directly set to a lower similarity, for example, the first similarity, which may be 10%, 15%, 20%, or the like, and this application does not limit this.
If the relationship type of the first relationship is the same as the relationship type of the second relationship, in step S403, determining whether the first entity is the same as the second entity;
in this application, if the relationship type of the first relationship is the same as the relationship type of the second relationship, it is further required to determine whether the first entity included in the first relationship is the same as the second entity included in the second relationship, and then set the similarity between the first text record and the second text record according to the determination result.
Wherein, if the first entity is different from the second entity, step S402 is performed, and if the first entity is the same as the second entity, step S404 is performed.
If the first entity is different from the second entity, step S402 is executed: setting the similarity between the first text record and the second text record as a first similarity;
in this application, if the first entity is different from the second entity, it indicates that there is a difference between the first text content and the second text content, and the similarity between the first text record and the second text record may be directly set to a lower similarity, for example, the first similarity, which may be 10%, 15%, or 20%, and the like, and this application does not limit this.
If the first entity is the same as the second entity, in step S404, the similarity between the first text record and the second text record is set as the second similarity.
Wherein the second similarity is greater than the first similarity.
In this application, if the first entity is the same as the second entity, it indicates that there is no difference between the first text content and the second text content, and the similarity between the first text record and the second text record may be directly set to a higher similarity, for example, a second similarity, which may be 95%, 90%, or 85%, and the like, and this application does not limit this.
In an embodiment of the present application, referring to fig. 5, step S103 may be implemented by a process including:
in step S501, a first map is constructed according to a first entity, a first relationship and a first event;
in the present application, the first graph may be constructed with the first entities as nodes, with the first relationships between the first entities as edges, with the occurrence of the first event as edges, and with the occurrence content of the first event as nodes.
For example, in the first text record, assume that the first entity includes Zhang three, li four, zhang Wu and Liu Neng, the first relationship includes a couple relationship between Zhang three and Li four and a brother relationship between Zhang three and Zhang five, and the first event includes Zhang three and Zhang Wuge partner fraud Liu Neng ten thousand.
Thus, 5 nodes can be created, namely, zhang san, li si, zhang Wu, liu Neng and 3 ten thousand yuan, an edge for representing a couple relationship is constructed between zhang san and li si, an edge for representing a sibling relationship is constructed between zhang san and zhang, an edge for representing an action of boring san to fraudy 3 ten thousand yuan is constructed between zhang wu and 3 ten thousand yuan, an edge for representing an action of Zhang Wu to fraudy 3 ten thousand yuan is constructed between Liu Neng and 3 ten thousand yuan, an edge for representing an action of Liu Neng to be fraudged 3 ten thousand yuan is constructed between 8978 zxft And 3 ten thousand yuan, wherein the edge for representing a relationship between entities is a dotted line, and the edge for representing an action of occurrence of an event is a solid line, so as to obtain a first map as shown in fig. 6.
In step S502, a second graph is constructed according to the second entity, the second relationship and the second event;
in the present application, the second graph may be constructed with the second entities as nodes, with the second relationships between the second entities as edges, with the occurrence of the second event as edges, and with the occurrence content of the second event as nodes.
For example, in the second text record, assuming that the second entity includes zhang san, lie si, zhang Wu, and Liu Neng, the second relationship includes a couple relationship between zhang san and lie si, a brother relationship between zhang san and zhang wu, and a colleague relationship between zhang san and liu, the first event includes zhang borrowing Liu Neng ten thousand elements.
Thus, 5 nodes may be created, namely, zhang san, li si, zhang Wu, liu Neng and 3 ten thousand yuan, an edge for representing a couple relationship is constructed between zhang san and li si, an edge for representing a brother relationship is constructed between zhang san and zhang wu, an edge for representing a co-worker relationship is constructed between zhang san and liu, an edge for representing an action of zhang san borrowing 1 ten thousand yuan is constructed between zhang san and 1 ten thousand yuan, and an edge for representing an action of Liu Neng borrowing 1 ten thousand yuan is constructed between Liu Neng and 1 ten thousand yuan, wherein the edge for representing the relationship between entities is a dotted line, and the edge for representing an action of an event is a solid line, so as to obtain a second graph as shown in fig. 7.
In step S503, the similarity between the first spectrogram and the second spectrogram is determined and is regarded as the similarity between the first text record and the second text record.
In the application, an editing distance between a first map and a second map may be calculated, where the editing distance is a total operation cost of an operation that needs to be performed on one map in a process of converting the one map into another map, where each operation performed on the corresponding map has a corresponding operation cost, for example, deleting an operation cost corresponding to one node, adding an operation cost corresponding to one node, modifying an operation cost corresponding to one node, adding an operation cost corresponding to one edge, deleting an operation cost corresponding to one edge, and modifying an operation cost corresponding to one edge, in a process of converting one map into another map, determining all operations to be performed, then calculating a sum of operation costs corresponding to each operation, and taking a reciprocal of the sum as a similarity between one map and another map.
In the process of converting one map into another map, if more operations are performed, it is said that the difference between the two maps is more, that is, the similarity between the two maps is smaller, and if less operations are performed, it is said that the difference between the two maps is less, that is, the similarity between the two maps is larger.
In the above example, in the process of converting the first map into the second map, the edge between zhangsan and liu for representing the co-worker relationship is added, the edge between Zhang Wu and 3 ten thousand for representing the action of Zhang Wu fraud 3 ten thousand is deleted, the edge between zhangsan and 3 ten thousand for representing the action of zhangsan fraud 3 ten thousand is modified to the edge for representing the action of zhangsan borrowing 3 ten thousand, the edge between Liu Neng and 3 ten thousand for representing the action of Liu Neng being cheated 3 ten thousand is modified to the edge for representing the action of Liu Neng lending 3 ten thousand, and then the node 3 ten thousand is modified to 1 ten thousand.
Assuming that the operation cost of adding one edge is 1, the operation cost of deleting one node is 1, the operation cost of modifying one edge is 2, and the operation cost of modifying one node is 2, the total operation cost of the executed operations is 8, and 1/8 is used as the similarity between the first map and the second map, and is converted into the similarity between the second text record and the first text record.
Fig. 8 is a block diagram illustrating a text record processing apparatus according to an exemplary embodiment, which includes, as shown in fig. 8:
the system comprises a first acquisition module 11, a first extraction module 12 and a second acquisition module, wherein the first acquisition module is used for acquiring a first text record generated in a first interrogation process of interrogating a first suspect, and the first extraction module 12 is used for extracting first text content in the first text record;
the second obtaining module 13 is configured to obtain a second text record generated in a second interrogation process for interrogating a second suspect, and the second extracting module 14 is configured to extract second text content in the second text record, where the second suspect includes a first suspect or a suspect with a case being made and a criminal case of the first suspect being associated;
a first determining module 15, configured to determine a similarity between the first text record and the second text record according to the first text content and the second text content.
In an alternative implementation, the first text record includes a current oral text record generated during a current interrogation process to interrogate the first suspect;
the second text record includes a historical spoken text record generated during a historical interrogation process to interrogate the second suspect.
In an optional implementation manner, the apparatus further includes:
the second determining module is used for determining that the first suspect is likely to lie in the first interrogation process if the similarity is smaller than or equal to a preset threshold;
and the third determining module is used for determining that the first suspect does not have the possibility of lying in the first interrogation process if the similarity is greater than a preset threshold.
In an optional implementation manner, the apparatus further includes:
a third obtaining module, configured to obtain different contents between the first text content and the second text content if the similarity is smaller than or equal to a preset threshold.
In an optional implementation manner, the first obtaining module 11 includes:
the acquisition unit is used for acquiring a first recording recorded in a first interrogation process of interrogating the first suspect;
and the recognition unit is used for carrying out voice recognition on the first recording to obtain the first text record.
In an optional implementation manner, the first extraction module 12 includes:
an extracting unit, configured to extract a first entity in the first text record, a first relationship between the first entities, and a first event occurring based on the first entity and/or the first relationship;
a first determining unit, configured to determine the first text content according to the first entity, the first relationship, and the first event.
In an optional implementation manner, the first determining unit includes:
a judging subunit, configured to judge whether the first entity conforms to a preset standardized description rule;
the conversion subunit is used for converting the first entity into a standardized entity meeting the standardized description rule if the first entity does not meet the preset standardized description rule;
a first determining subunit, configured to determine the first text content according to the canonical entity, the first relationship, and the first event.
In an optional implementation manner, the first determining unit includes:
a second determining subunit, configured to determine a case that the first suspect committed;
a searching subunit, configured to search, in a preset entity relationship library of the case, a third relationship, which is related to the first entity and is different from the first relationship, where relationships among entities that violate the case and are summarized according to a second query process are stored in the preset entity relationship library;
a third determining subunit, configured to determine the first text content according to the first entity, the first relationship, the third relationship, and the first event.
In an optional implementation manner, the first determining module 15 includes:
a second determining unit, configured to determine whether a relationship type of the first relationship is the same as a relationship type of the second relationship;
a first setting unit, configured to set the similarity as a first similarity if a relationship type of the first relationship is different from a relationship type of the second relationship;
a third determining unit, configured to determine whether the first entity is the same as the second entity if the relationship type of the first relationship is the same as the relationship type of the second relationship; the first setting unit is further configured to set the similarity as the first similarity if the first entity is different from the second entity, and the second setting unit is configured to set the similarity as a second similarity if the first entity is the same as the second entity, where the second similarity is greater than the first similarity.
In an optional implementation manner, the first determining module 15 includes:
a first constructing unit, configured to construct a first map according to the first entity, the first relationship, and the first event;
a second construction unit, configured to construct a second graph according to the second entity, the second relationship, and the second event;
a fourth determining unit, configured to determine a similarity between the first spectrogram and the second spectrogram, and serve as the similarity between the first text record and the second text record.
In the method, a first text record generated in a first interrogation process of interrogating a first suspect is obtained, and first text content in the first text record is extracted; acquiring a second text record generated in a second interrogation process for interrogating a second suspect, and extracting second text content in the second text record, wherein the second suspect comprises a first suspect or a suspect of which a case made is associated with a case made by the first suspect; and determining the similarity between the first text record and the second text record according to the first text content and the second text content. According to the method and the device, the personnel for handling cases are not required to determine the similarity between the first text record and the second text record through manual comparison, the whole process is completed automatically through electronic equipment, the labor cost can be reduced, and the efficiency of determining the similarity between the first text record and the second text record can be improved due to the fact that manual participation is not required.
The embodiments of the present application also provide a non-volatile readable storage medium, where one or more modules (programs) are stored in the storage medium, and when the one or more modules are applied to a device, the one or more modules may cause the device to execute instructions (instructions) of method steps in the embodiments of the present application.
Embodiments of the present application provide one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause an electronic device to perform a text record processing method as described in one or more of the above embodiments. In the embodiment of the application, the electronic device comprises a server, a gateway, a sub-device and the like, wherein the sub-device is a device such as an internet of things device.
Embodiments of the present disclosure may be implemented as an apparatus, which may include electronic devices such as servers (clusters), terminal devices, such as IoT devices, and the like, using any suitable hardware, firmware, software, or any combination thereof, for a desired configuration.
Fig. 9 schematically illustrates an example apparatus 1300 that can be used to implement various embodiments described herein.
For one embodiment, fig. 9 illustrates an example apparatus 1300 having one or more processors 1302, a control module (chipset) 1304 coupled to at least one of the processor(s) 1302, memory 1306 coupled to the control module 1304, non-volatile memory (NVM)/storage 1308 coupled to the control module 1304, one or more input/output devices 1310 coupled to the control module 1304, and a network interface 1312 coupled to the control module 1306.
Processor 1302 may include one or more single-core or multi-core processors, and processor 1302 may include any combination of general-purpose or special-purpose processors (e.g., graphics processors, application processors, baseband processors, etc.). In some embodiments, the apparatus 1300 can be a server device such as a gateway or a controller described in the embodiments of the present application.
In some embodiments, apparatus 1300 may include one or more computer-readable media (e.g., memory 1306 or NVM/storage 1308) having instructions 1314 and one or more processors 1302, which in combination with the one or more computer-readable media, are configured to execute instructions 1314 to implement modules to perform actions described in this disclosure.
For one embodiment, control module 1304 may include any suitable interface controllers to provide any suitable interface to at least one of the processor(s) 1302 and/or any suitable device or component in communication with control module 1304.
The control module 1304 may include a memory controller module to provide an interface to the memory 1306. The memory controller module may be a hardware module, a software module, and/or a firmware module.
Memory 1306 may be used, for example, to load and store data and/or instructions 1314 for device 1300. For one embodiment, memory 1306 may comprise any suitable volatile memory, such as suitable DRAM. In some embodiments, the memory 1306 may include a double data rate type four synchronous dynamic random access memory (DDR 4 SDRAM).
For one embodiment, control module 1304 may include one or more input/output controllers to provide an interface to NVM/storage 1308 and input/output device(s) 1310.
For example, NVM/storage 1308 may be used to store data and/or instructions 1314. NVM/storage 1308 may include any suitable non-volatile memory (e.g., flash memory) and/or may include any suitable non-volatile storage device(s) (e.g., one or more Hard Disk Drives (HDDs), one or more Compact Disc (CD) drives, and/or one or more Digital Versatile Disc (DVD) drives).
The NVM/storage 1308 may include storage resources that are physically part of the device on which the apparatus 1300 is installed, or it may be accessible by the device and may not be necessary as part of the device. For example, the NVM/storage 1308 may be accessible over a network via input/output device(s) 1310.
Input/output device(s) 1310 may provide an interface for apparatus 1300 to communicate with any other suitable device, input/output device(s) 1310 may include communication components, audio components, sensor components, and so forth. The network interface 1312 may provide an interface for the device 1300 to communicate over one or more networks, and the device 1300 may wirelessly communicate with one or more components of a wireless network according to any of one or more wireless network standards and/or protocols, such as access to a communication standard-based wireless network, e.g., wiFi, 2G, 3G, 4G, 5G, etc., or a combination thereof.
For one embodiment, at least one of the processor(s) 1302 may be packaged together with logic for one or more controllers (e.g., memory controller modules) of the control module 1304. For one embodiment, at least one of the processor(s) 1302 may be packaged together with logic for one or more controllers of the control module 1304 to form a System In Package (SiP). For one embodiment, at least one of the processor(s) 1302 may be integrated on the same die with logic for one or more controller(s) of the control module 1304. For one embodiment, at least one of the processor(s) 1302 may be integrated on the same die with logic of one or more controllers of the control module 1304 to form a system on chip (SoC).
In various embodiments, apparatus 1300 may be, but is not limited to being: a server, a desktop computing device, or a mobile computing device (e.g., a laptop computing device, a handheld computing device, a tablet, a netbook, etc.) among other terminal devices. In various embodiments, apparatus 1300 may have more or fewer components and/or different architectures. For example, in some embodiments, device 1300 includes one or more cameras, a keyboard, a Liquid Crystal Display (LCD) screen (including a touch screen display), a non-volatile memory port, multiple antennas, a graphics chip, an Application Specific Integrated Circuit (ASIC), and speakers.
An embodiment of the present application provides an electronic device, including: one or more processors; and one or more machine readable media having instructions stored thereon, which when executed by the one or more processors, cause the processors to perform a text record processing method as described in one or more of the embodiments of the present application.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the true scope of the embodiments of the application.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising a … …" does not exclude the presence of another identical element in a process, method, article, or terminal apparatus that comprises the element.
The text record processing method and device provided by the application are introduced in detail, and specific examples are applied in the text to explain the principle and the implementation of the application, and the description of the above embodiments is only used to help understand the method and the core idea of the application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (18)

1. A method for processing text records, the method comprising:
acquiring a first text record generated in a first interrogation process of interrogating a first suspect, and extracting first text content in the first text record;
acquiring a second text record generated in a second interrogation process for interrogating a second suspect, and extracting second text content in the second text record, wherein the second suspect comprises a first suspect or a suspect of a case made and a case made by the first suspect;
determining the similarity between the first text record and the second text record according to the first text content and the second text content;
the extracting the first text content in the first text record comprises:
extracting a first entity in the first text record, a first relationship between the first entities, and a first event occurring based on the first entity and/or the first relationship;
determining the first text content according to the first entity, the first relationship and the first event.
2. The method of claim 1, wherein the first text record comprises a current oral text record generated during a current query procedure to query the first suspect;
the second text record includes a historical spoken text record generated during a historical interrogation process to interrogate the second suspect.
3. The method of claim 1, further comprising:
if the similarity is smaller than or equal to a preset threshold value, determining that the first suspect has the possibility of lying in the first interrogation process;
if the similarity is larger than a preset threshold value, determining that the first suspect has no possibility of lying in the first query process.
4. The method of claim 3, further comprising:
and if the similarity is smaller than or equal to a preset threshold value, acquiring different contents between the first text content and the second text content.
5. The method of claim 1, wherein obtaining the first text record generated during the first interrogation of the first suspect comprises:
acquiring a first record recorded in a first interrogation process of the first suspect;
and performing voice recognition on the first recording to obtain the first text record.
6. The method of claim 1, wherein the determining the first text content according to the first entity, the first relationship, and the first event comprises:
judging whether the first entity meets a preset standardized description rule or not;
if the first entity does not accord with the preset standardized description rule, converting the first entity into a standardized entity which accords with the standardized description rule;
determining the first textual content according to the canonical entity, the first relationship, and the first event.
7. The method of claim 1, wherein the determining the first text content according to the first entity, the first relationship, and the first event comprises:
determining a case committed by the first suspect;
searching a third relation related to the first entity and different from the first relation in a preset entity relation library of the case, wherein the preset entity relation library stores the relation between each entity which is summarized according to a second inquiry process and violates the case;
determining the first text content according to the first entity, the first relationship, the third relationship, and the first event.
8. The method of claim 1, wherein determining the similarity between the first text record and the second text record according to the first text content and the second text content comprises:
determining whether the relationship type of the first relationship is the same as the relationship type of the second relationship;
if the relationship type of the first relationship is different from that of the second relationship, setting the similarity as a first similarity;
if the relationship type of the first relationship is the same as the relationship type of the second relationship, determining whether the first entity and the second entity are the same, if the first entity is different from the second entity, setting the similarity as the first similarity, if the first entity is the same as the second entity, setting the similarity as a second similarity, wherein the second similarity is greater than the first similarity.
9. The method of claim 1, wherein determining the similarity between the first text record and the second text record based on the first text content and the second text content comprises:
constructing a first map according to the first entity, the first relation and the first event;
constructing a second map according to the second entity, the second relation and the second event;
determining a similarity between the first atlas and the second atlas as a similarity between the first text record and the second text record.
10. A text record processing apparatus, characterized in that the apparatus comprises:
the system comprises a first acquisition module, a first extraction module and a second extraction module, wherein the first acquisition module is used for acquiring a first text record generated in a first interrogation process of interrogating a first suspect;
the second obtaining module is used for obtaining a second text record generated in a second inquiry process of inquiring a second suspect, and the second extracting module is used for extracting second text contents in the second text record, wherein the second suspect comprises a first suspect or a suspect of which a case is made and is associated with a case made by the first suspect;
a first determining module, configured to determine, according to the first text content and the second text content, a similarity between the first text record and the second text record;
the first extraction module comprises:
an extracting unit, configured to extract a first entity in the first text record, a first relationship between the first entities, and a first event occurring based on the first entity and/or the first relationship;
a first determining unit, configured to determine the first text content according to the first entity, the first relationship, and the first event.
11. The apparatus of claim 10, wherein the first text record comprises a current oral text record generated during a current query procedure to query the first suspect;
the second text record includes a historical spoken text record generated during a historical interrogation process to interrogate the second suspect.
12. The apparatus of claim 10, further comprising:
the second determining module is used for determining that the first suspect is likely to lie in the first interrogation process if the similarity is smaller than or equal to a preset threshold;
and the third determining module is used for determining that the first suspect does not have the possibility of lying in the first interrogation process if the similarity is greater than a preset threshold.
13. The apparatus of claim 12, further comprising:
and the third obtaining module is used for obtaining different contents between the first text content and the second text content if the similarity is smaller than or equal to a preset threshold value.
14. The apparatus of claim 10, wherein the first obtaining module comprises:
an obtaining unit, configured to obtain a first recording recorded in a first interrogation process for interrogating the first suspect;
and the recognition unit is used for carrying out voice recognition on the first sound record to obtain the first text record.
15. The apparatus according to claim 10, wherein the first determining unit comprises:
the judging subunit is used for judging whether the first entity meets a preset standardized description rule;
the conversion subunit is used for converting the first entity into a standardized entity meeting the standardized description rule if the first entity does not meet the preset standardized description rule;
a first determining subunit, configured to determine the first text content according to the canonical entity, the first relationship, and the first event.
16. The apparatus of claim 10, wherein the first determining unit comprises:
a second determining subunit, configured to determine a case that the first suspect made;
a searching subunit, configured to search, in a preset entity relationship library of the case, a third relationship, which is related to the first entity and is different from the first relationship, where a relationship, summarized according to a second query process, between entities that violate the case is stored in the preset entity relationship library;
a third determining subunit, configured to determine the first text content according to the first entity, the first relationship, the third relationship, and the first event.
17. The apparatus of claim 10, wherein the first determining module comprises:
a second determining unit, configured to determine whether a relationship type of the first relationship is the same as a relationship type of a second relationship;
a first setting unit, configured to set the similarity as a first similarity if a relationship type of the first relationship is different from a relationship type of the second relationship;
a third determining unit, configured to determine whether the first entity is the same as the second entity if the relationship type of the first relationship is the same as the relationship type of the second relationship; the first setting unit is further configured to set the similarity as the first similarity if the first entity is different from the second entity, and the second setting unit is configured to set the similarity as a second similarity if the first entity is the same as the second entity, where the second similarity is greater than the first similarity.
18. The apparatus of claim 10, wherein the first determining module comprises:
a first constructing unit, configured to construct a first map according to the first entity, the first relationship, and the first event;
the second construction unit is used for constructing a second map according to the second entity, the second relation and the second event;
a fourth determining unit, configured to determine a similarity between the first map and the second map, and serve as the similarity between the first text record and the second text record.
CN201811400953.1A 2018-11-22 2018-11-22 Text record processing method and device Active CN111209733B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811400953.1A CN111209733B (en) 2018-11-22 2018-11-22 Text record processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811400953.1A CN111209733B (en) 2018-11-22 2018-11-22 Text record processing method and device

Publications (2)

Publication Number Publication Date
CN111209733A CN111209733A (en) 2020-05-29
CN111209733B true CN111209733B (en) 2023-04-18

Family

ID=70788043

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811400953.1A Active CN111209733B (en) 2018-11-22 2018-11-22 Text record processing method and device

Country Status (1)

Country Link
CN (1) CN111209733B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112468753B (en) * 2020-11-20 2022-05-20 武汉烽火信息集成技术有限公司 Method and device for acquiring and checking record data based on audio and video recognition technology

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102789482A (en) * 2012-06-29 2012-11-21 安科智慧城市技术(中国)有限公司 Method and system for identifying criminal suspect by utilizing oral confession and electronic equipment
CN106448675A (en) * 2016-10-21 2017-02-22 科大讯飞股份有限公司 Recognition text correction method and system
JP6260979B1 (en) * 2017-06-05 2018-01-17 クリスタルメソッド株式会社 Event evaluation support system, event evaluation support device, and event evaluation support program
CN108153732A (en) * 2017-12-25 2018-06-12 科大讯飞股份有限公司 The checking method and device of a kind of hearing record
CN108154096A (en) * 2017-12-19 2018-06-12 科大讯飞股份有限公司 A kind of checking method and device of hearing data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050143629A1 (en) * 2003-06-20 2005-06-30 Farwell Lawrence A. Method for a classification guilty knowledge test and integrated system for detection of deception and information

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102789482A (en) * 2012-06-29 2012-11-21 安科智慧城市技术(中国)有限公司 Method and system for identifying criminal suspect by utilizing oral confession and electronic equipment
CN106448675A (en) * 2016-10-21 2017-02-22 科大讯飞股份有限公司 Recognition text correction method and system
JP6260979B1 (en) * 2017-06-05 2018-01-17 クリスタルメソッド株式会社 Event evaluation support system, event evaluation support device, and event evaluation support program
CN108154096A (en) * 2017-12-19 2018-06-12 科大讯飞股份有限公司 A kind of checking method and device of hearing data
CN108153732A (en) * 2017-12-25 2018-06-12 科大讯飞股份有限公司 The checking method and device of a kind of hearing record

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
周同革 ; .新技术在同步录音录像系统中的应用.中国高新技术企业.2016,(第09期),全文. *
姚春华 ; 刘潇 ; 高弘毅 ; 鄢秋霞 ; .基于句法语义特征的实体关系抽取技术.通信技术.2018,(第08期),全文. *

Also Published As

Publication number Publication date
CN111209733A (en) 2020-05-29

Similar Documents

Publication Publication Date Title
US8144920B2 (en) Automated location estimation using image analysis
WO2017215370A1 (en) Method and apparatus for constructing decision model, computer device and storage device
CN110275965B (en) False news detection method, electronic device and computer readable storage medium
EP3258397A1 (en) Text address processing method and apparatus
EP2657884B1 (en) Identifying multimedia objects based on multimedia fingerprint
EP2608107A2 (en) System and method for fingerprinting video
CN111345011A (en) APP pushing method and device, electronic equipment and computer readable storage medium
CN106959976B (en) Search processing method and device
WO2019153589A1 (en) Message data processing method and apparatus, and computer device and storage medium
US9317887B2 (en) Similarity calculating method and apparatus
CN110990541A (en) Method and device for realizing question answering
KR101724302B1 (en) Patent Dispute Forecasting Apparatus and Method Thereof
CN111209733B (en) Text record processing method and device
US11367311B2 (en) Face recognition method and apparatus, server, and storage medium
CN105955988B (en) Information searching method and device
CN110533381B (en) Case jurisdiction auditing method, device, computer equipment and storage medium
CN113609271B (en) Knowledge graph-based service processing method, device, equipment and storage medium
WO2021139480A1 (en) Gis service aggregation method and apparatus, and computer device and storage medium
CN106611100B (en) User behavior analysis method and device
CN105824871A (en) Picture detecting method and equipment
CN110879835A (en) Data processing method, device and equipment based on block chain and readable storage medium
CN111597368A (en) Data processing method and device
EP3543882A1 (en) Method and system for identifying original data by using data order
CN104751033A (en) User behavior authentication method and device based on audio and video file
CN113449196B (en) Information generation method and device, electronic equipment and readable 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