当前位置:网站首页>QT implements a rule-based machinetranslation system course paper + assignment + project source code

QT implements a rule-based machinetranslation system course paper + assignment + project source code

2022-06-23 18:22:00 biyezuopinvip

Resource download address :https://download.csdn.net/download/sheziqiong/85749548
Resource download address :https://download.csdn.net/download/sheziqiong/85749548
This course design has realized a simple course based on object-oriented thinking Markdown Editor , Can be parsed and generated HTML Format output .
The idea of this course is clear , A multi-level divide and conquer algorithm model based on location first is constructed , Yes Markdown Grammar into HTML Robust format , In particular, the method of recursive tree parsing is used for nested sub lists , In addition, this lesson not only completes PDF Basic needs on , It has also carried out comprehensive expansion , For example, refer to Markdown The standard grammar extends the grammar ( contain 5 term ), stay GUI Version loadable file 、 Free editing ( Modify multiline content ), And can output with CSS Styling HTML file .

Catalog
I primary coverage 、 The goal is 3

I-A The basic content 3

I-A1 You can enter... From the console Markdown Formatted text ( Just enter the text , nothing

Free editing function ), And save the generated .md file 3

I-A2 Load the generated .md file , As defined above Markdown Grammar subset

Line analysis , Generate HTML file ( Ensure that it can be opened through the browser , Normal Exhibition

in ) 3

I-A3 For generated HTML file , No incidental CSS style , Generate only basic tags

that will do 3

I-A4 Rule of grammar ,Markdown Text ,HTML Labels, etc. shall reasonably indicate 4

I-B Expand some implementation contents 4

I-B1 CSS style 4

I-B2 Additional grammar (5 term ) 4

I-B3 GUI Interface ( Free editing ) 6

II Design thinking 7

II-A How to parse complex nested sentences 7

II-B How to deal with the order of matching marks 8

II-C How to parse nested lists 9

III Design of main classes 、 Class data and operations 、 Relationships between classes 11

IV Additional executive summary : Expand grammar and GUI Interface 12

V How to run code 12

V-A Console version 12

V-B GUI version 13

VI summary 14

I. primary coverage 、 The goal is

A. The basic content

The basic content is implemented by the console version , The code corresponds to the attachment : console version Folder

  1. You can enter... From the console Markdown Formatted text ( Just enter the text , No free editing function ), And save
  2. Load the generated .md file , As defined above Markdown Parsing a subset of syntax , Generate HTML file

( Ensure that it can be opened through the browser , Normal display ): .

  1. For generated HTML file , No incidental CSS style , Just generate basic tags : .
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
     Insert picture description here
    Resource download address :https://download.csdn.net/download/sheziqiong/85749548
    Resource download address :https://download.csdn.net/download/sheziqiong/85749548
原网站

版权声明
本文为[biyezuopinvip]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206231727072132.html