paddlenlp.metrics.sighan.po 2.11 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
# 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.metrics.sighan.rst:2
msgid "sighan"
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1:1
msgid "基类::class:`paddle.metric.metrics.Metric`"
msgstr ""

#: of paddlenlp.metrics.sighan.CorrectionF1.update:1
#: paddlenlp.metrics.sighan.DetectionF1.update:1
msgid "Update states for metric"
msgstr ""

#: of paddlenlp.metrics.sighan.CorrectionF1.update:3
#: paddlenlp.metrics.sighan.DetectionF1.update:3
msgid ""
"Inputs of :code:`update` is the outputs of :code:`Metric.compute`, if "
":code:`compute` is not defined, the inputs of :code:`update` will be "
"flatten arguments of **output** of mode and **label** from data: "
":code:`update(output1, output2, ..., label1, label2,...)`"
msgstr ""

#: of paddlenlp.metrics.sighan.CorrectionF1.update:8
#: paddlenlp.metrics.sighan.DetectionF1.update:8
msgid "see :code:`Metric.compute`"
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1.reset:1
msgid "Resets all of the metric state."
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1.accumulate:1
msgid "Accumulates statistics, computes and returns the metric value"
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1.name:1
msgid "Returns name of the metric instance."
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1.name
msgid "返回"
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1.name:3
msgid "The name of the metric instance."
msgstr ""

#: of paddlenlp.metrics.sighan.DetectionF1.name
msgid "返回类型"
msgstr ""

#: of paddlenlp.metrics.sighan.CorrectionF1:1
msgid "基类::class:`paddlenlp.metrics.sighan.DetectionF1`"
msgstr ""