三洋三洋 commited on
Commit
fa8e214
1 Parent(s): 473a9c8

2023-07-26

Browse files
Files changed (2) hide show
  1. README.md +12 -12
  2. README_English.md +11 -10
README.md CHANGED
@@ -75,20 +75,20 @@ task_categories:
75
  符合以下patten的子串被视为一个词:
76
  * \begin{.*?}
77
  * \end\{.*?}
78
- * \[A-Za-z]+
79
 
80
  以下关键词也被视为一个词:
81
- * \[
82
- * \]
83
- * \\
84
- * \{
85
- * \}
86
- * \_
87
- * \$
88
- * \&
89
- * \#
90
- * \%
91
- * \|
92
  * '
93
  * ''
94
  * '''
 
75
  符合以下patten的子串被视为一个词:
76
  * \begin{.*?}
77
  * \end\{.*?}
78
+ * \\[A-Za-z]+
79
 
80
  以下关键词也被视为一个词:
81
+ * \\[
82
+ * \\]
83
+ * \\\
84
+ * \\{
85
+ * \\}
86
+ * \\_
87
+ * \\$
88
+ * \\&
89
+ * \\#
90
+ * \\%
91
+ * \\|
92
  * '
93
  * ''
94
  * '''
README_English.md CHANGED
@@ -74,18 +74,19 @@ The formulas do not contain the following content:
74
  Substrings that match the following pattern are considered a word:
75
  * \begin{.*?}
76
  * \end{.*?}
77
- * [A-Za-z]+
78
 
79
  The following keywords are also considered a word:
80
- * ]
81
- * {
82
- * }
83
- * _
84
- * $
85
- * &
86
- * #
87
- * %
88
- * |
 
89
  * '
90
  * ''
91
  * '''
 
74
  Substrings that match the following pattern are considered a word:
75
  * \begin{.*?}
76
  * \end{.*?}
77
+ * \\[A-Za-z]+
78
 
79
  The following keywords are also considered a word:
80
+ * \\[
81
+ * \\]
82
+ * \\{
83
+ * \\}
84
+ * \\_
85
+ * \\$
86
+ * \\&
87
+ * \\\#
88
+ * \\%
89
+ * \\|
90
  * '
91
  * ''
92
  * '''