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
|
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Text_LanguageDetect</name>
<channel>pear.php.net</channel>
<summary>Language detection class</summary>
<description>Text_LanguageDetect can identify 52 human languages from text samples and return confidence scores for each.</description>
<lead>
<name>Nicholas Pisarro</name>
<user>taak</user>
<email>taak@php.net</email>
<active>no</active>
</lead>
<date>2012-01-16</date>
<time>08:50:33</time>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
- BC break: Return lowercase language names
- BC break: Use exceptions instead of PEAR_Error
- Implement request #19221: Return ISO 639-1 or ISO 639-2 language codes
</notes>
<contents>
<dir name="/">
<file md5sum="e0fd9f7b872be34d47ae81a6c298f117" name="data/lang.dat" role="data" />
<file md5sum="d7e4256e9d51a58cbaf128f6585daca9" name="data/unicode_blocks.dat" role="data" />
<file md5sum="e3cdfa5adcce51e65b3f418d311eb3bd" name="docs/example_clui.php" role="doc" />
<file md5sum="2457c98c4aacf3cfb8c37b0ce667545a" name="docs/example_web.php" role="doc" />
<file md5sum="935758760ad3473ba3a11055df4baa80" name="docs/iso.php" role="doc" />
<file md5sum="070813baa5539887dd3645b883ad426c" name="tests/Text_LanguageDetectTest.php" role="test" />
<file md5sum="d0f0492fc7b973d6b15c438a6e9836cf" name="tests/Text_LanguageDetect_ISO639Test.php" role="test" />
<file md5sum="f688c5310c1b68da764a6515a2712109" name="Text/LanguageDetect/Exception.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<file md5sum="13b33a6b464595019035ea780aa2e678" name="Text/LanguageDetect/ISO639.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<file md5sum="0acea761cba7a6111e35922b850a08e2" name="Text/LanguageDetect/Parser.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<file md5sum="fabec177f43d88948447d38f611c75ae" name="Text/LanguageDetect.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config" />
</file>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3</min>
</php>
<pearinstaller>
<min>1.9.0</min>
</pearinstaller>
<extension>
<name>pcre</name>
</extension>
</required>
<optional>
<extension>
<name>mbstring</name>
</extension>
</optional>
</dependencies>
<phprelease>
<filelist>
<install as="lang.dat" name="data/lang.dat" />
<install as="unicode_blocks.dat" name="data/unicode_blocks.dat" />
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2012-01-16</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
- BC break: Return lowercase language names
- BC break: Use exceptions instead of PEAR_Error
- Implement request #19221: Return ISO 639-1 or ISO 639-2 language codes
</notes>
</release>
<release>
<version>
<release>0.2.3</release>
<api>0.2.3</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-07-30</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
updated package requirements
</notes>
</release>
<release>
<version>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-07-30</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Fixed Bug #13385
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2006-12-03</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Fix: Now uses conventionalized include path
* Fix: Won't cause error if input is purely symbol-range characters
* Better error reporting if error in unicode db loading
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2006-01-18</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Added unicode block range identification
* unicode block ranges used to optimize language detection by pre-selecting which known language trigram profiles in the database to attempt comparison with
* Added several utf8/unicode utility functions
* new Parser class for building data profiles from text samples
* Fix: mb_convert_encoding() now used correctly
* Fix: basic case-folding for Cyrillic alphabet implemented
</notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2006-01-06</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* Output of clustering now cached
* Fix: better error checking in clustering functions
* Fix: clusteredSearch() now handles null strings gracefully
* Compare order is preserved in clusteredSearch() results
* Slight speed improvement to utf8 iterator
</notes>
</release>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2006-01-04</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
Initial PEAR release
</notes>
</release>
</changelog>
</package>
|