File: Wiktionary-Parser.parsed

package info (click to toggle)
libcpan-changes-perl 0.500005-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,964 kB
  • sloc: perl: 988; makefile: 2
file content (198 lines) | stat: -rw-r--r-- 6,269 bytes parent folder | download
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
{
  "preamble" => "Revision history for Wiktionary::Parser",
  "raw_preamble" => "Revision history for Wiktionary::Parser\n\n",
  "releases" => [
    {
      "date" => "2012-07-05",
      "entries" => [
        {
          "line" => 4,
          "raw" => "        First version\n\n",
          "style" => "",
          "text" => "First version"
        }
      ],
      "line" => 3,
      "raw" => "0.01    2012-07-05\n",
      "raw_date" => "2012-07-05",
      "version" => "0.01"
    },
    {
      "date" => "2012-07-07",
      "entries" => [
        {
          "line" => 7,
          "raw" => "        accessors for translations, synonyms, hyponyms, hypernyms, antonyms, pronunciations, word senses, parts of speech\n",
          "style" => "",
          "text" => "accessors for translations, synonyms, hyponyms, hypernyms, antonyms, pronunciations, word senses, parts of speech"
        },
        {
          "line" => 8,
          "raw" => "        stubbed out accessors for etymologies, derived words, alternative forms\n",
          "style" => "",
          "text" => "stubbed out accessors for etymologies, derived words, alternative forms"
        },
        {
          "line" => 9,
          "raw" => "        added methods for accessing and traversing document sections\n",
          "style" => "",
          "text" => "added methods for accessing and traversing document sections"
        },
        {
          "line" => 10,
          "raw" => "        utilize MediaWiki::API package\n\n\n",
          "style" => "",
          "text" => "utilize MediaWiki::API package"
        }
      ],
      "line" => 6,
      "raw" => "0.02    2012-07-07\n",
      "raw_date" => "2012-07-07",
      "version" => "0.02"
    },
    {
      "date" => "2012-07-08",
      "entries" => [
        {
          "line" => 14,
          "raw" => "        Added subdocuments to provide more functionality when retrieving child sections of the document.\n",
          "style" => "",
          "text" => "Added subdocuments to provide more functionality when retrieving child sections of the document."
        },
        {
          "line" => 15,
          "raw" => "        Follow Wikisaurus links for synonyms, hyponyms, hypernyms, etc and include content from those pages.\n",
          "style" => "",
          "text" => "Follow Wikisaurus links for synonyms, hyponyms, hypernyms, etc and include content from those pages."
        },
        {
          "line" => 16,
          "raw" => "        Provided method for downloading audio files for pronunciations\n",
          "style" => "",
          "text" => "Provided method for downloading audio files for pronunciations"
        },
        {
          "line" => 17,
          "raw" => "        Normalize language codes and provide consistent language names\n\n\n",
          "style" => "",
          "text" => "Normalize language codes and provide consistent language names"
        }
      ],
      "line" => 13,
      "raw" => "0.03    2012-07-08\n",
      "raw_date" => "2012-07-08",
      "version" => "0.03"
    },
    {
      "date" => "2012-07-11",
      "entries" => [
        {
          "line" => 21,
          "raw" => "        Added unit test for parsing a document\n",
          "style" => "",
          "text" => "Added unit test for parsing a document"
        },
        {
          "line" => 22,
          "raw" => "        Added unit test for parsing translations\n",
          "style" => "",
          "text" => "Added unit test for parsing translations"
        },
        {
          "line" => 23,
          "raw" => "        Refactored translation parser\n\n\n",
          "style" => "",
          "text" => "Refactored translation parser"
        }
      ],
      "line" => 20,
      "raw" => "0.04    2012-07-11\n",
      "raw_date" => "2012-07-11",
      "version" => "0.04"
    },
    {
      "date" => "2012-07-14",
      "entries" => [
        {
          "line" => 27,
          "raw" => "        updated documentation\n",
          "style" => "",
          "text" => "updated documentation"
        },
        {
          "line" => 28,
          "raw" => "        Added example scripts in /bin       \n",
          "style" => "",
          "text" => "Added example scripts in /bin"
        },
        {
          "line" => 29,
          "raw" => "        Various bugfixes\n\n\n",
          "style" => "",
          "text" => "Various bugfixes"
        }
      ],
      "line" => 26,
      "raw" => "0.05    2012-07-14\n",
      "raw_date" => "2012-07-14",
      "version" => "0.05"
    },
    {
      "date" => "2012-07-14",
      "entries" => [
        {
          "line" => 33,
          "raw" => "        Added part of speech info to output of get_translations()\n",
          "style" => "",
          "text" => "Added part of speech info to output of get_translations()"
        },
        {
          "line" => 34,
          "raw" => "        Included translations from other wiktionary pages linked to the original one\n\t   \n\n",
          "style" => "",
          "text" => "Included translations from other wiktionary pages linked to the original one"
        }
      ],
      "line" => 32,
      "raw" => "0.06    2012-07-14\n",
      "raw_date" => "2012-07-14",
      "version" => "0.06"
    },
    {
      "date" => "2012-07-15",
      "entries" => [
        {
          "line" => 38,
          "raw" => "        Updates to documentation and example scripts\n\n",
          "style" => "",
          "text" => "Updates to documentation and example scripts"
        }
      ],
      "line" => 37,
      "raw" => "0.07    2012-07-15\n",
      "raw_date" => "2012-07-15",
      "version" => "0.07"
    },
    {
      "date" => "2012-07-18",
      "entries" => [
        {
          "line" => 41,
          "raw" => "        Various bugfixes for data sanitizing\n",
          "style" => "",
          "text" => "Various bugfixes for data sanitizing"
        },
        {
          "line" => 42,
          "raw" => "        Fixed issue with unit tests\n",
          "style" => "",
          "text" => "Fixed issue with unit tests"
        }
      ],
      "line" => 40,
      "raw" => "0.08    2012-07-18\n",
      "raw_date" => "2012-07-18",
      "version" => "0.08"
    }
  ]
}