In order to export the words accumulated in youdao dictionary and then import them to another English learning software named 91, the format exported from youdao dictionary is different from that required by 91 English language software, you must adjust the settings before importing data. For this reason, I spent half a day studying the word replacement function, especially the use of wildcard characters. For example:
Youdao export format:
1, statement ['steitm found nt]
N. Declaration; statement, description; report, list
2, guarantee [, please wait R until n' Ti:]
N. Warranty; collateral; Guarantee; guarantor
Vt. Warranty; warranty
3, conversely ['k using NV resume: SLI]
Adv.
Conversely: opposite | reverse | opposite
4, intelligent [IN 'telid specified Ent]
Intelligent; intelligent; knowledgeable
Intelligent: knowledgeable | intelligent
5, adults
N. Adult (the plural form of adult)
91. required format:
Statement ['steitm statement nt] n. Statement, description, report, and list
Guarantee [, Beibei R 0000n' Ti:] n. Warranty; collateral; Guarantee; guarantor vt. Guarantee; Guarantee
Conversely ['k using NV scheme: SLI] adv. Conversely: reverse |
Intelligent [IN 'telid intent Ent] adj. Intelligent; intelligent with strong understanding: intelligent | intelligent
Adults N. Adult (plural form of adult)
It can be seen that there are two differences: one is not required to import numbers, and the other is a line of words, phonetic symbols, and Chinese characters. If you use these five words manually, you can always use thousands or tens of thousands of words. If you do this manually, you can imagine the following steps:
Step 1: copy the imported Word document content to the TXT document and then copy it back to the Word document. The purpose is to unify all the special characters.
Step 2: Remove all the carriage return keys (including soft and hard carriage return keys) in the Word documents.
1. paste the document you want to re-orchestrate into the word editing window, select "section mark" in the "tools/options/views" window, and
"OK ". At this time, the article should not wrap lines to easily display the "bottom left hook" symbol.
2. Select all documents and select the "replace" tab from the "edit"/"replace" window. In the pop-up window, there are two blank input boxes, above
Is "search content", and the following is "Replace ".
3. Click the "advanced" button in the lower-right corner and click the "special character" button in the pop-up window. A drop-down menu is displayed. Under this
Select "paragraph mark" from the menu. In the "search content" box, a letter with an up arrow is automatically entered in the upper left corner.
"^ P ".
4. move the cursor to the "Replace with" pane, and select "uninterrupted space" in the "special characters" menu. Then, the system will automatically go to the "Replace with" box.
Enter a "^ s" with an up arrow in the upper-left corner ".
5. Click the "replace all" button and press enter at the end of each line to remove the text. The text will be re-arranged according to the automatic line feed rule in the window.
Column.
The result is as follows:
1, statement ['steitm wait nt] n. statement, statement, description, report, listing 2, guarantee [, Comment comment R comment n' Ti:] n. warranty; collateral; Guarantee; guarantor vt. guarantee; guarantee 3, conversely ['k handle NV handle: SLI] adv. conversely on the contrary: on the contrary | on the reverse | 4, intelligent [IN 'telid upload Ent] adj. intelligent; intelligent with strong understanding: intelligent | intelligent 5, adults n. adult (plural form of adult)
Step 4: use wildcards
I want to add the number + and comma (1, 2, 3 ,...) Replace them with the carriage return, which is the same as the import format.
1. Open the Replace window, click more, and tick the wildcards before using them.
2. Enter [0-9] In the search content (1 digit uses [0-9], two digits [0-9] [0-9],...), Replace with input ^ L
3. replace all
The result is as follows:
Statement ['steitm statement nt] n. Statement, description, report, and list
Guarantee [, Beibei R 0000n' Ti:] n. Warranty; collateral; Guarantee; guarantor vt. Guarantee; Guarantee
Conversely ['k using NV scheme: SLI] adv. Conversely: reverse |
Intelligent [IN 'telid intent Ent] adj. Intelligent; intelligent with strong understanding: intelligent | intelligent
Adults N. Adult (plural form of adult)
For more information about wildcard usage, see: http://www.cnblogs.com/lumnm/archive/2011/08/07/2130234.html