CN105488171A - SSH (Secure Shell)-based batch uploading method for test questions of online education website - Google Patents

SSH (Secure Shell)-based batch uploading method for test questions of online education website Download PDF

Info

Publication number
CN105488171A
CN105488171A CN201510859847.XA CN201510859847A CN105488171A CN 105488171 A CN105488171 A CN 105488171A CN 201510859847 A CN201510859847 A CN 201510859847A CN 105488171 A CN105488171 A CN 105488171A
Authority
CN
China
Prior art keywords
question
option
stem
examination question
flag
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.)
Granted
Application number
CN201510859847.XA
Other languages
Chinese (zh)
Other versions
CN105488171B (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.)
Fujian Yixian Technology Co ltd
Original Assignee
HEFEI COMJAY INFORMATION 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 HEFEI COMJAY INFORMATION TECHNOLOGY Co Ltd filed Critical HEFEI COMJAY INFORMATION TECHNOLOGY Co Ltd
Priority to CN201510859847.XA priority Critical patent/CN105488171B/en
Publication of CN105488171A publication Critical patent/CN105488171A/en
Application granted granted Critical
Publication of CN105488171B publication Critical patent/CN105488171B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing

Abstract

The invention discloses an SSH (Secure Shell)-based batch uploading method for test questions of an online education website. The method comprises the following steps of 1 defining four analysis modes; 2 uploading a document and obtaining all paragraphs; 3 judging a question type through the analysis modes, if the question type is a judgment question, analyzing an option part of a choice question; 4 placing the type, a question stem and the options (if having) of each test question into a corresponding chain table; and 5 traversing the chain table and storing to a database. The method overcomes the problem of low efficiency for uploading the test questions one by one in the conventional method, the time for uploading the test questions is reduced while the problem of inconvenience for edition in an excel uploading way is overcome, the problem that the document in the existing word uploading way complies with a certain rule is solved, the document can be intelligently parsed, and the efficiency is improved.

Description

A kind of examination question batch method for uploading of the online education website based on SSH
Technical field
The invention belongs to software reliability field, in the online education website specifically based on SSH exploitation, a kind of intelligently parsing method when backstage batch uploads examination question.
Background technology
Along with the development of network technology, online education pattern is also constantly popularized, and in order to consolidate knowledge point, can have corresponding examination question after each chapters and sections, examination question adds at server end.On traditional examination question, arq mode has two kinds, and one uploads one by one, namely adds with inscribing by filling in topic information one; Another kind of pattern is that batch is uploaded, this kind of pattern is divided into again two kinds, the first is that excel uploads mode, namely the various piece of exercise question put into excel form according to the rule provided in advance and upload onto the server, the second is that word uploads mode, the i.e. satisfactory word document of edit format, and upload.Obviously, upload mode efficiencies one by one low, seldom use now; On batch, crossing excel uploads mode and does not meet the edit pattern of most of examination question, electronics examination question is generally edit with word, so word to upload mode more general in examination question method for uploading, but there is a problem in which, namely need to carry out Edit Document according to fixing rule, have very high requirement to the form of document, if certain part in document is undesirable, server then can be caused cannot to resolve this part and upload failure, greatly have impact on work efficiency.
Summary of the invention
The present invention is the weak point that prior art exists, a kind of examination question batch method for uploading of the online education website based on SSH is proposed, upload on the basis of mode at word, do not need the form specifying to upload document, just can intelligence, examination question exactly in parse documents, complete uploading operation, thus reduce the workload of editorial staff, raise the efficiency.
The present invention is that technical solution problem adopts following technical scheme:
The examination question batch method for uploading of a kind of online education website based on SSH of the present invention, comprises exam pool and server in described online education website, is characterized in, described examination question batch method for uploading carries out as follows:
Step 1, in word document inediting four kinds of examination question types, to comprise: multiple-choice question, fill a vacancy topic, True-False and question-and-answer problem;
Described multiple-choice question comprises selects stem and option;
Described topic of filling a vacancy comprises fill a vacancy topic stem and special character; Described special character comprises underscore and parenthesis;
Described True-False comprises True-False stem and end parenthesis;
Described question-and-answer problem comprises question-and-answer problem stem;
Step 2, described server stores four kinds of interpretive models, comprising: the first interpretive model, the second interpretive model, the 3rd interpretive model and the 4th interpretive model;
Described first interpretive model be by letter and punctuation mark combination headed by or by bracket and letter combination headed by or letter and space headed by form, expression multiple-choice question option;
Described second interpretive model is bracket with multiple space and sentence tail is punctuation mark or comprises underscore and sentence tail is the form of punctuation mark, represents topic stem of filling a vacancy;
Described 3rd interpretive model is using the bracket with multiple space as the form of sentence tail, represents True-False stem;
Described 4th kind of interpretive model is letter or with the combination of letter and punctuation mark or with the form of combination of bracket and letter, represents that the option of multiple-choice question is alphabetical;
Step 3, described word document is uploaded in described online education website;
Step 4, described server read described word document and carry out staging treating, obtain n paragraph also successively stored in array arr [n];
Step 5, definition loop variable i and j, option-argument C, separator W, examination question type chained list T, examination question stem chained list S, examination question option chained list L and identifier flag; Flag=1 represents multiple-choice question, flag=2 represents topic of filling a vacancy, flag=3 represents True-False, flag=4 represents question-and-answer problem in definition;
Step 6, initialization i=1;
Step 7, described server read arr [i], and judge whether i=1 sets up, if set up, then by arr [i] stored in described examination question stem chained list S; And perform step 8, otherwise, perform step 11;
Step 8, whether arr [i] is topic stem of filling a vacancy to utilize described second interpretive model to judge; Topic stem, then flag=2 if fill a vacancy; And perform step 10; Otherwise, perform step 9;
Step 9, whether arr [i] is True-False stem, if True-False stem, then makes flag=3 to utilize the 3rd interpretive model to judge; Otherwise, make flag=4;
Step 10, by i+1 assignment to after i, return step 7 and perform, until after i > n, perform step 19;
Step 11, whether arr [i] is the option of multiple-choice question to utilize the first interpretive model to judge, if so, then makes flag=1, and performs step 12; Otherwise, perform step 17;
Step 12, according to space, arr [i] to be split, obtain m paragraph dia [m];
Step 13, initialization j=1;
Step 14, whether a jth paragraph dia [j] is the option letter of multiple-choice question to utilize the 4th interpretive model to judge; If so, then separator W is added in option-argument C together with a jth paragraph dia [j]; Otherwise, a jth paragraph dia [j] is added in option-argument C;
Step 15, by j+1 assignment to after j, return step 14 and perform, until j > m;
Step 16, by i+1 assignment to after i, return step 7 and perform, until after i > n, perform step 19;
Step 17, by flag stored in examination question type chained list T, and judge whether flag=1 sets up, if set up, then by option-argument C stored in described examination question option chained list L, otherwise, by null value stored in described examination question option chained list L;
Step 18, by arr [i] stored in described examination question stem chained list S, and return step 8 and perform;
Step 19, traversal examination question type chained list T, examination question stem chained list S and examination question option chained list L, obtain the type of each examination question, stem and option and respectively stored in described exam pool, thus the batch completing examination question is uploaded.
Compared with prior art, beneficial effect of the present invention is:
1, the present invention is by reading document to server, obtains all paragraphs, whether mates the interpretive model defined according to paragraph, carry out True-False object type, and be stored into inside database; Thus overcome the low efficiency problem uploaded one by one in classic method, decrease the time of uploading examination question, overcome the problem that excel uploads the inconvenience of mode inediting simultaneously, solve existing word and upload the problem that document in mode must observe certain rule, resolve document intelligently, improve efficiency.
2, the present invention is by summing up the feature of all topic types, defines comprehensive interpretive model, judges which pattern each paragraph mates, thus True-False object type exactly, achieve intelligence, exactly parse documents.
3, the present invention is by comprising the paragraph of multiple option as separator segmentation using space, obtain paragraph array, and judge that whether each paragraph is the letter part of option by interpretive model, thus make corresponding process, and then obtain correct option portion, solve multiple option in word document and be placed on the situation occurring space in the situation of a paragraph and single option, ensure that the correctness of parsing.
Embodiment
Comprise exam pool and server in online education website in the present embodiment, a kind of examination question batch method for uploading of the online education website based on SSH is: first, define four kinds of interpretive models; Secondly, upload document and obtain all paragraphs; Then, judge examination question type by interpretive model, if True-False, resolve multiple-choice question option portion; Again, the type of per pass examination question, stem, option (if having) are put in corresponding chained list, finally travel through chained list and be stored into database.Specifically, be carry out as follows:
Step 1, in word document inediting four kinds of examination question types, to comprise: multiple-choice question, fill a vacancy topic, True-False and question-and-answer problem;
Multiple-choice question comprises selects stem and option;
Topic of filling a vacancy comprises fill a vacancy topic stem and special character; Special character comprises underscore and parenthesis;
True-False comprises True-False stem and end parenthesis;
Question-and-answer problem comprises question-and-answer problem stem;
Step 2, server stores four kinds of interpretive models, comprising: the first interpretive model, the second interpretive model, the 3rd interpretive model and the 4th interpretive model;
First interpretive model be by letter and punctuation mark combination headed by or by bracket and letter combination headed by or letter and space headed by form, expression multiple-choice question option;
Second interpretive model is bracket with multiple space and sentence tail is punctuation mark or comprises underscore and sentence tail is the form of punctuation mark, represents topic stem of filling a vacancy;
3rd interpretive model is using the bracket with multiple space as the form of sentence tail, represents True-False stem;
4th kind of interpretive model is letter or with the combination of letter and punctuation mark or with the form of the combination of bracket and letter, represents that the option of multiple-choice question is alphabetical;
By analysis, the option of multiple-choice question is with shape as " A. ", " A, ", " A) " and " (A) " four kinds of forms beginnings, and therefore the first interpretive model is used for judging the option of multiple-choice question; The form of shape as " () " or " _ _ _ _ _ " can be comprised, so can utilize the second interpretive model to judge whether is be topic stem of filling a vacancy in topic of filling a vacancy; True-False is with shape as the form of " () " ends up, so, the 3rd interpretive model can be utilized to judge whether True-False; And the 4th kind of interpretive model can be explained in step 12.
Step 3, word document is uploaded in online education website;
Step 4, server read word document and carry out staging treating, obtain n paragraph also successively stored in array arr [n];
Step 5, definition loop variable i and j, option-argument C, separator W, examination question type chained list T, examination question stem chained list S, examination question option chained list L and identifier flag; Flag=1 represents multiple-choice question, flag=2 represents topic of filling a vacancy, flag=3 represents True-False, flag=4 represents question-and-answer problem in definition;
The respective option of multiple-choice question is connected by separator W and stored in option-argument C, when reading examination question and show from exam pool, splits option-argument C just can obtain the respective option by separator W.
Step 6, initialization i=1;
Step 7, server read arr [i], and judge whether i=1 sets up, if set up, then by arr [i] stored in examination question stem chained list S; And perform step 8, otherwise, perform step 11;
First paragraph of Word document must be the stem part of the first topic, thus can directly the first paragraph stored in examination question stem chained list, and judge its type, as step 8, shown in 9; If not the first paragraph, then may be the stem of multiple-choice question option portion or one examination question, so will judge, as shown in step 11.
Step 8, whether arr [i] is topic stem of filling a vacancy to utilize the second interpretive model to judge; Topic stem, then flag=2 if fill a vacancy; And perform step 10; Otherwise, perform step 9;
Step 9, whether arr [i] is True-False stem, if True-False stem, then makes flag=3 to utilize the 3rd interpretive model to judge; Otherwise, make flag=4;
Step 10, by i+1 assignment to after i, return step 7 and perform, until after i > n, perform step 19;
Step 11, whether arr [i] is the option of multiple-choice question to utilize the first interpretive model to judge, if so, then makes flag=1, and performs step 12; Otherwise, perform step 17;
Step 12, according to space, arr [i] to be split, obtain m paragraph dia [m];
Multiple option may be comprised because of in a paragraph, be split by space again between the respective option, so split array arr [i] by space, obtain multiple paragraph, and process accordingly.
Step 13, initialization j=1;
Step 14, whether a jth paragraph dia [j] is the option letter of multiple-choice question to utilize the 4th interpretive model to judge; If so, then separator W is added in option-argument C together with a jth paragraph dia [j]; Otherwise, a jth paragraph dia [j] is added in option-argument C;
Because space may be had in an option, so can not simply multiple paragraph be connected together, but do corresponding process by the option letter that judgement is an option.The 4th kind of interpretive model in step 2 judges option letter, if dia [j] is if " A) ", " (A ", " (A) ", " A, ", " A. " are as beginning or a just letter using shape, then think option letter, then separator W and dia [j] is together added to option-argument C, otherwise dia [j] is not option letter, but the content part of an option, then directly add dia [j] to option-argument C.Such as, in following examination question
Some row in 11. taking-up relations, and the relational calculus of the tuple of cancellation repetition is called ()
A. column operations B. project C. concatenation operation D. Selecting operation is got
The paragraph array obtained after utilizing space to split is { [A. gets column operations], [B], [. project], [C. concatenation operation], [D.], [Selecting operation] }, by the 4th kind of interpretive model, known [A. gets column operations], [B], [C. concatenation operation] and [D.] are option letters, and [. project] and [Selecting operation] is not, get column operations WB. project WC. concatenation operation WD. Selecting operation so the option-argument C obtained is WA., thus correctly resolve the respective option.
Step 15, by j+1 assignment to after j, return step 14 and perform, until j > m;
Step 16, by i+1 assignment to after i, return step 7 and perform, until after i > n, perform step 19;
Step 17, by flag stored in examination question type chained list T, and judge whether flag=1 sets up, if set up, then by option-argument C stored in examination question option chained list L, otherwise, by null value stored in examination question option chained list L;
If this examination question is multiple-choice question, then option-argument is put into option chained list L, otherwise, null value is put into option chained list L, to ensure the various piece correctly obtaining each examination question when traveling through three chained lists in step 19 simultaneously.
Step 18, by arr [i] stored in examination question stem chained list S, and return step 8 and perform;
Step 19, traversal examination question type chained list T, examination question stem chained list S and examination question option chained list L, obtain the type of each examination question, stem and option respectively and stored in exam pool, thus the batch completing examination question is uploaded, overcome the low efficiency problem uploaded one by one in classic method, decrease the time of uploading examination question, overcome the problem that excel uploads the inconvenience of mode inediting simultaneously, solve existing word and upload the problem that document in mode must observe certain rule.

Claims (1)

1. based on an examination question batch method for uploading for the online education website of SSH, comprise exam pool and server, it is characterized in that in described online education website, described examination question batch method for uploading carries out as follows:
Step 1, in word document inediting four kinds of examination question types, to comprise: multiple-choice question, fill a vacancy topic, True-False and question-and-answer problem;
Described multiple-choice question comprises selects stem and option;
Described topic of filling a vacancy comprises fill a vacancy topic stem and special character; Described special character comprises underscore and parenthesis;
Described True-False comprises True-False stem and end parenthesis;
Described question-and-answer problem comprises question-and-answer problem stem;
Step 2, described server stores four kinds of interpretive models, comprising: the first interpretive model, the second interpretive model, the 3rd interpretive model and the 4th interpretive model;
Described first interpretive model be by letter and punctuation mark combination headed by or by bracket and letter combination headed by or letter and space headed by form, expression multiple-choice question option;
Described second interpretive model is bracket with multiple space and sentence tail is punctuation mark or comprises underscore and sentence tail is the form of punctuation mark, represents topic stem of filling a vacancy;
Described 3rd interpretive model is using the bracket with multiple space as the form of sentence tail, represents True-False stem;
Described 4th kind of interpretive model is letter or with the combination of letter and punctuation mark or with the form of combination of bracket and letter, represents that the option of multiple-choice question is alphabetical;
Step 3, described word document is uploaded in described online education website;
Step 4, described server read described word document and carry out staging treating, obtain n paragraph also successively stored in array arr [n];
Step 5, definition loop variable i and j, option-argument C, separator W, examination question type chained list T, examination question stem chained list S, examination question option chained list L and identifier flag; Flag=1 represents multiple-choice question, flag=2 represents topic of filling a vacancy, flag=3 represents True-False, flag=4 represents question-and-answer problem in definition;
Step 6, initialization i=1;
Step 7, described server read arr [i], and judge whether i=1 sets up, if set up, then by arr [i] stored in described examination question stem chained list S; And perform step 8, otherwise, perform step 11;
Step 8, whether arr [i] is topic stem of filling a vacancy to utilize described second interpretive model to judge; Topic stem, then flag=2 if fill a vacancy; And perform step 10; Otherwise, perform step 9;
Step 9, whether arr [i] is True-False stem, if True-False stem, then makes flag=3 to utilize the 3rd interpretive model to judge; Otherwise, make flag=4;
Step 10, by i+1 assignment to after i, return step 7 and perform, until after i > n, perform step 19;
Step 11, whether arr [i] is the option of multiple-choice question to utilize the first interpretive model to judge, if so, then makes flag=1, and performs step 12; Otherwise, perform step 17;
Step 12, according to space, arr [i] to be split, obtain m paragraph dia [m];
Step 13, initialization j=1;
Step 14, whether a jth paragraph dia [j] is the option letter of multiple-choice question to utilize the 4th interpretive model to judge; If so, then separator W is added in option-argument C together with a jth paragraph dia [j]; Otherwise, a jth paragraph dia [j] is added in option-argument C;
Step 15, by j+1 assignment to after j, return step 14 and perform, until j > m;
Step 16, by i+1 assignment to after i, return step 7 and perform, until after i > n, perform step 19;
Step 17, by flag stored in examination question type chained list T, and judge whether flag=1 sets up, if set up, then by option-argument C stored in described examination question option chained list L, otherwise, by null value stored in described examination question option chained list L;
Step 18, by arr [i] stored in described examination question stem chained list S, and return step 8 and perform;
Step 19, traversal examination question type chained list T, examination question stem chained list S and examination question option chained list L, obtain the type of each examination question, stem and option and respectively stored in described exam pool, thus the batch completing examination question is uploaded.
CN201510859847.XA 2015-11-26 2015-11-26 A kind of examination question batch method for uploading of the online education website based on SSH Active CN105488171B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510859847.XA CN105488171B (en) 2015-11-26 2015-11-26 A kind of examination question batch method for uploading of the online education website based on SSH

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510859847.XA CN105488171B (en) 2015-11-26 2015-11-26 A kind of examination question batch method for uploading of the online education website based on SSH

Publications (2)

Publication Number Publication Date
CN105488171A true CN105488171A (en) 2016-04-13
CN105488171B CN105488171B (en) 2018-10-30

Family

ID=55675145

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510859847.XA Active CN105488171B (en) 2015-11-26 2015-11-26 A kind of examination question batch method for uploading of the online education website based on SSH

Country Status (1)

Country Link
CN (1) CN105488171B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992610A (en) * 2017-12-15 2018-05-04 泰康保险集团股份有限公司 A kind of automatic question-answering method, device, equipment and storage medium
CN109064815A (en) * 2018-09-04 2018-12-21 北京粉笔未来科技有限公司 Online testing method and apparatus calculate equipment and storage medium
CN111369290A (en) * 2020-03-05 2020-07-03 广州快决测信息科技有限公司 Method and system for automatically generating data acquisition module
CN116468021A (en) * 2023-03-07 2023-07-21 天津市滨海新区司法局 Encoding-based law enforcement evidence data processing and using method and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6685482B2 (en) * 2000-04-14 2004-02-03 Theodore H. Hopp Method and system for creating and evaluating quizzes
CN102193906A (en) * 2010-03-11 2011-09-21 北京商纳科技有限公司 Method for automatically introducing examination paper in WORD format into database system
CN104123399A (en) * 2014-08-19 2014-10-29 南京富士通南大软件技术有限公司 Cross-platform question bank resource structuring method
CN104199871A (en) * 2014-08-19 2014-12-10 南京富士通南大软件技术有限公司 High-speed test question inputting method for intelligent teaching

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6685482B2 (en) * 2000-04-14 2004-02-03 Theodore H. Hopp Method and system for creating and evaluating quizzes
CN102193906A (en) * 2010-03-11 2011-09-21 北京商纳科技有限公司 Method for automatically introducing examination paper in WORD format into database system
CN104123399A (en) * 2014-08-19 2014-10-29 南京富士通南大软件技术有限公司 Cross-platform question bank resource structuring method
CN104199871A (en) * 2014-08-19 2014-12-10 南京富士通南大软件技术有限公司 High-speed test question inputting method for intelligent teaching

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107992610A (en) * 2017-12-15 2018-05-04 泰康保险集团股份有限公司 A kind of automatic question-answering method, device, equipment and storage medium
CN109064815A (en) * 2018-09-04 2018-12-21 北京粉笔未来科技有限公司 Online testing method and apparatus calculate equipment and storage medium
CN111369290A (en) * 2020-03-05 2020-07-03 广州快决测信息科技有限公司 Method and system for automatically generating data acquisition module
CN111369290B (en) * 2020-03-05 2021-05-11 广州快决测信息科技有限公司 Method and system for automatically generating data acquisition module
WO2021175303A1 (en) * 2020-03-05 2021-09-10 广州快决测信息科技有限公司 Method and system for automatically generating data acquisition module
TWI798652B (en) * 2020-03-05 2023-04-11 大陸商廣州快決測信息科技有限公司 A method and system for automatically generating a data collection module
CN116468021A (en) * 2023-03-07 2023-07-21 天津市滨海新区司法局 Encoding-based law enforcement evidence data processing and using method and system

Also Published As

Publication number Publication date
CN105488171B (en) 2018-10-30

Similar Documents

Publication Publication Date Title
CN105488171A (en) SSH (Secure Shell)-based batch uploading method for test questions of online education website
CN103123618B (en) Text similarity acquisition methods and device
CN105468468B (en) Data error-correcting method towards question answering system and device
CN108509591B (en) Information question-answer interaction method and system, storage medium, terminal and intelligent knowledge base
CN105975625A (en) Chinglish inquiring correcting method and system oriented to English search engine
CN103020022A (en) Chinese unregistered word recognition system and method based on improvement information entropy characteristics
CN103164388B (en) In a kind of layout files structured message obtain method and device
CN107039034A (en) A kind of prosody prediction method and system
CN105373529A (en) Intelligent word segmentation method based on hidden Markov model
CN105068990B (en) A kind of English long sentence dividing method of more strategies of Machine oriented translation
CN106372053A (en) Syntactic analysis method and apparatus
CN111476031A (en) Improved Chinese named entity recognition method based on L attice-L STM
CN106383814A (en) Word segmentation method of English social media short text
CN103116573A (en) Field dictionary automatic extension method based on vocabulary annotation
CN106227770A (en) A kind of intelligentized news web page information extraction method
CN103678554A (en) Character substituting method and device
CN106776779A (en) The method of the JSON data genaration entity files based on Mac platforms
CN114254658A (en) Method, device, equipment and storage medium for generating translation evaluation training data
US11036935B2 (en) Argument structure extension device, argument structure extension method, program, and data structure
CN106448296A (en) Intelligent English teaching system for English teaching
CN105868181A (en) Novel neural network based automatic natural language parallel structure recognition method
CN113628077B (en) Method, terminal and readable storage medium for generating non-repeated questions
CN105718617B (en) The reversed method for automatic modeling of Bus structural body tested automatically for Matlab
CN107491443B (en) Method and system for translating Chinese sentences containing unconventional words
CN112668292A (en) Method for automatically extracting tracking matrix from system configuration rule and application thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230731

Address after: Room 302, Building 20, Sanchuangyuan R&D and Design Center, No. 3001, South Section of Sunei Century Avenue, Luoshan Street, Jinjiang City, Quanzhou City, Fujian Province, 362200

Patentee after: Quanzhou Kejuhui Technology Co.,Ltd.

Address before: 230000 Comprehensive Building A526, Advanced Technology Research Institute, University of Science and Technology of China, at the intersection of Wangjiang West Road and Chuangxin Avenue, Hefei City, Anhui Province

Patentee before: HEFEI COMJAY INFORMATION TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230915

Address after: No. 11 Lingyuan Chang'an Road, Jinjiang City, Quanzhou City, Fujian Province, 362200

Patentee after: Fujian Yixian Technology Co.,Ltd.

Address before: Room 302, Building 20, Sanchuangyuan R&D and Design Center, No. 3001, South Section of Sunei Century Avenue, Luoshan Street, Jinjiang City, Quanzhou City, Fujian Province, 362200

Patentee before: Quanzhou Kejuhui Technology Co.,Ltd.

TR01 Transfer of patent right