paddlenlp.taskflow.utils.po 10 KB
Newer Older
yuguo-Jack's avatar
yuguo-Jack committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, PaddleNLP
# This file is distributed under the same license as the PaddleNLP package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PaddleNLP \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-18 21:31+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.0\n"

#: ../source/paddlenlp.taskflow.utils.rst:2
msgid "utils"
msgstr ""

#: of paddlenlp.taskflow.utils.download_file:1
msgid ""
"Download the file from the url to specified directory. Check md5 value "
"when the file is exists, if the md5 value is the same as the existed "
"file, just use the older file, if not, will download the file from the "
"url."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerNode
#: paddlenlp.taskflow.utils.BurkhardKellerTree.add
#: paddlenlp.taskflow.utils.BurkhardKellerTree.search_similar_word
#: paddlenlp.taskflow.utils.TermTree.add_term
#: paddlenlp.taskflow.utils.TermTree.build_from_dir
#: paddlenlp.taskflow.utils.TermTree.find_term
#: paddlenlp.taskflow.utils.TermTree.from_dir
#: paddlenlp.taskflow.utils.TermTree.save paddlenlp.taskflow.utils.TermTreeNode
#: paddlenlp.taskflow.utils.TermTreeNode.from_dict
#: paddlenlp.taskflow.utils.TermTreeNode.from_json
#: paddlenlp.taskflow.utils.TriedTree.search
#: paddlenlp.taskflow.utils.download_check
#: paddlenlp.taskflow.utils.download_file
#: paddlenlp.taskflow.utils.levenstein_distance
msgid "参数"
msgstr ""

#: of paddlenlp.taskflow.utils.download_file:5
msgid "The specified directory saving the file."
msgstr ""

#: of paddlenlp.taskflow.utils.download_file:7
msgid "The specified filename saving the file."
msgstr ""

#: of paddlenlp.taskflow.utils.download_file:9
msgid "The url downling the file."
msgstr ""

#: of paddlenlp.taskflow.utils.download_file:11
msgid "The md5 value that checking the version downloaded."
msgstr ""

#: of paddlenlp.taskflow.utils.download_check:1
msgid "Check the resource statuc in the specified task."
msgstr ""

#: of paddlenlp.taskflow.utils.download_check:3
msgid "The name of specified task."
msgstr ""

#: of paddlenlp.taskflow.utils.add_docstrings:1
msgid "The function that add the doc string to doc of class."
msgstr ""

#: of paddlenlp.taskflow.utils.cut_chinese_sent:1
msgid ""
"Cut the Chinese sentences more precisely, reference to "
"\"https://blog.csdn.net/blmoistawinde/article/details/82379256\"."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerNode:1
#: paddlenlp.taskflow.utils.BurkhardKellerTree:1
#: paddlenlp.taskflow.utils.Customization:1 paddlenlp.taskflow.utils.TermTree:1
#: paddlenlp.taskflow.utils.TermTreeNode:1 paddlenlp.taskflow.utils.TriedTree:1
msgid "基类::class:`object`"
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:1
msgid ""
"Defination of term node. All members are protected, to keep rigorism of "
"data struct."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:3
msgid "term id of node."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:5
msgid "term, common name of this term."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:7
msgid "`cb` indicates concept base, `eb` indicates entity base."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:9
msgid "type of this term, constructs hirechical of `term` node. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:11
msgid "parent type of a `type` node. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:13
msgid "type statement of node, `type` or `term`. Defaults to \"term\"."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:13
#: paddlenlp.taskflow.utils.TermTreeNode:15
msgid "alias of this term. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:17
msgid "extended alias of this term, CANNOT be used in matching. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:20
msgid "grouped by some term. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:22
msgid "some lower term. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode:24
msgid "to sore full imformation of a term. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode.from_dict:1
msgid "Build a node from dictionary data."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode.from_dict:3
msgid "Dictionary data contain all k-v data."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.search_similar_word
#: paddlenlp.taskflow.utils.TermTree.find_term
#: paddlenlp.taskflow.utils.TermTree.from_dir
#: paddlenlp.taskflow.utils.TermTreeNode.from_dict
#: paddlenlp.taskflow.utils.TermTreeNode.from_json
#: paddlenlp.taskflow.utils.TriedTree.search
#: paddlenlp.taskflow.utils.levenstein_distance
msgid "返回"
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode.from_dict:6
#: paddlenlp.taskflow.utils.TermTreeNode.from_json:6
msgid "TermTree node object."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.search_similar_word
#: paddlenlp.taskflow.utils.TermTree.find_term
#: paddlenlp.taskflow.utils.TermTree.from_dir
#: paddlenlp.taskflow.utils.TermTreeNode.from_dict
#: paddlenlp.taskflow.utils.TermTreeNode.from_json
#: paddlenlp.taskflow.utils.TriedTree.search
#: paddlenlp.taskflow.utils.levenstein_distance
msgid "返回类型"
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode.from_json:1
msgid "Build a node from JSON string."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTreeNode.from_json:3
msgid "JSON string formatted by TermTree data."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree:1
msgid "TermTree class."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:1
msgid "Add a term into TermTree."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:3
msgid "common name of name."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:5
msgid "term is concept or entity."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:7
msgid "term type of this term"
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:9
msgid "sub type of this term, must exists in TermTree. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:11
msgid "sub terms of this term. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:15
msgid ". Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.add_term:17
msgid "[description]. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.find_term:1
msgid ""
"Find a term in Term Tree. If term not exists, return None. If `term_type`"
" is not None, will find term with this type."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.find_term:4
msgid "term to look up."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.find_term:6
msgid "find term in this term_type. Defaults to None."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.build_from_dir:3
#: paddlenlp.taskflow.utils.TermTree.find_term:9
#: paddlenlp.taskflow.utils.TermTree.from_dir:3
#: paddlenlp.taskflow.utils.TermTree.from_dir:6
msgid "[description]"
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.build_from_dir:1
#: paddlenlp.taskflow.utils.TermTree.from_dir:1
msgid ""
"Build TermTree from a directory which should contain type schema and term"
" data."
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.save:1
msgid "Save term tree to directory `save_dir`"
msgstr ""

#: of paddlenlp.taskflow.utils.TermTree.save:3
msgid "Directory."
msgstr ""

#: of paddlenlp.taskflow.utils.levenstein_distance:1
msgid "Calculate minimal Levenstein distance between s1 and s2."
msgstr ""

#: of paddlenlp.taskflow.utils.levenstein_distance:3
#: paddlenlp.taskflow.utils.levenstein_distance:5
msgid "string"
msgstr ""

#: of paddlenlp.taskflow.utils.levenstein_distance:8
msgid "the minimal distance."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerNode:1
msgid ""
"Node implementatation for BK-Tree. A BK-Tree node stores the information "
"of current word, and its approximate words calculated by levenstein "
"distance."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerNode:3
msgid "word of current node."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree:1
msgid "Implementataion of BK-Tree"
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.add:1
msgid "Insert a word into current tree. If tree is empty, set this word to root."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.add:3
msgid "word to be inserted."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.search_similar_word:1
msgid "Search the most similar (minimal levenstain distance) word between `s`."
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.search_similar_word:3
msgid "target word"
msgstr ""

#: of paddlenlp.taskflow.utils.BurkhardKellerTree.search_similar_word:6
msgid "similar words."
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree:1
msgid "Implementataion of TriedTree"
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree.add_word:1
msgid "add single word into TriedTree"
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree.search:1
msgid "Backward maximum matching"
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree.search:3
msgid "string to be searched"
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree.search:6
msgid ""
"list of maximum matching words, each element represents     the starting "
"and ending position of the matching string."
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree.search:8
msgid "list of maximum matching words, each element represents"
msgstr ""

#: of paddlenlp.taskflow.utils.TriedTree.search:9
msgid "the starting and ending position of the matching string."
msgstr ""

#: of paddlenlp.taskflow.utils.Customization:1
msgid "User intervention based on Aho-Corasick automaton"
msgstr ""

#: of paddlenlp.taskflow.utils.Customization.load_customization:1
msgid "Load the custom vocab"
msgstr ""

#: of paddlenlp.taskflow.utils.Customization.parse_customization:1
msgid "Use custom vocab to modify the lac results"
msgstr ""