├── .gitignore ├── LICENSE.md ├── README.md ├── VERSION ├── apply_patch.py ├── bootstrap ├── bushou_key_mapping.csv ├── create_table.sql ├── query_all_word.sql ├── query_all_xiaozi.sql ├── start.py └── wuma.view.sql ├── dev ├── LICENSE ├── THUOCL_animal.txt ├── THUOCL_caijing.txt ├── THUOCL_car.txt ├── THUOCL_chengyu.txt ├── THUOCL_diming.txt ├── THUOCL_food.txt ├── THUOCL_it.txt ├── THUOCL_law.txt ├── THUOCL_lishimingren.txt ├── THUOCL_medical.txt ├── THUOCL_poem.txt ├── common.txt ├── find_rank.py ├── rank.json └── weight.json ├── dict_gen └── dict_gen.py ├── jianma.danzi.csv ├── jianma.erzi.csv ├── jianma.sanzi.csv ├── query_wuma.sql ├── release.py ├── release ├── lemon5.custom.yaml ├── lemon5.schema.yaml ├── lemon5_reverse.schema.yaml └── opencc │ ├── emoji.json │ ├── emoji_category.txt │ └── emoji_word.txt ├── requirements.txt ├── test_coverage.py ├── transport.json ├── transport.py ├── wuma.patch.csv ├── wuma.py ├── xing.html ├── yin.html └── yin_bpmf.html /.gitignore: -------------------------------------------------------------------------------- 1 | generated_dict/ 2 | *.pyc 3 | *.pyo 4 | tmp.* 5 | __pycache__/ 6 | 7 | all_xiaozi.csv 8 | fancha.csv 9 | wuma.csv 10 | wuma_not_covered.csv 11 | wuma_chongma.csv 12 | wenshu.sqlite 13 | *.dict.yaml 14 | *.zip 15 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | # GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 [Free Software Foundation, Inc.](http://fsf.org/) 5 | 6 | Everyone is permitted to copy and distribute verbatim copies of this license 7 | document, but changing it is not allowed. 8 | 9 | ## Preamble 10 | 11 | The GNU General Public License is a free, copyleft license for software and 12 | other kinds of works. 13 | 14 | The licenses for most software and other practical works are designed to take 15 | away your freedom to share and change the works. By contrast, the GNU General 16 | Public License is intended to guarantee your freedom to share and change all 17 | versions of a program--to make sure it remains free software for all its users. 18 | We, the Free Software Foundation, use the GNU General Public License for most 19 | of our software; it applies also to any other work released this way by its 20 | authors. You can apply it to your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not price. Our 23 | General Public Licenses are designed to make sure that you have the freedom to 24 | distribute copies of free software (and charge for them if you wish), that you 25 | receive source code or can get it if you want it, that you can change the 26 | software or use pieces of it in new free programs, and that you know you can do 27 | these things. 28 | 29 | To protect your rights, we need to prevent others from denying you these rights 30 | or asking you to surrender the rights. Therefore, you have certain 31 | responsibilities if you distribute copies of the software, or if you modify it: 32 | responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether gratis or for 35 | a fee, you must pass on to the recipients the same freedoms that you received. 36 | You must make sure that they, too, receive or can get the source code. And you 37 | must show them these terms so they know their rights. 38 | 39 | Developers that use the GNU GPL protect your rights with two steps: 40 | 41 | 1. assert copyright on the software, and 42 | 2. offer you this License giving you legal permission to copy, distribute 43 | and/or modify it. 44 | 45 | For the developers' and authors' protection, the GPL clearly explains that 46 | there is no warranty for this free software. For both users' and authors' sake, 47 | the GPL requires that modified versions be marked as changed, so that their 48 | problems will not be attributed erroneously to authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run modified 51 | versions of the software inside them, although the manufacturer can do so. This 52 | is fundamentally incompatible with the aim of protecting users' freedom to 53 | change the software. The systematic pattern of such abuse occurs in the area of 54 | products for individuals to use, which is precisely where it is most 55 | unacceptable. Therefore, we have designed this version of the GPL to prohibit 56 | the practice for those products. If such problems arise substantially in other 57 | domains, we stand ready to extend this provision to those domains in future 58 | versions of the GPL, as needed to protect the freedom of users. 59 | 60 | Finally, every program is threatened constantly by software patents. States 61 | should not allow patents to restrict development and use of software on 62 | general-purpose computers, but in those that do, we wish to avoid the special 63 | danger that patents applied to a free program could make it effectively 64 | proprietary. To prevent this, the GPL assures that patents cannot be used to 65 | render the program non-free. 66 | 67 | The precise terms and conditions for copying, distribution and modification 68 | follow. 69 | 70 | ## TERMS AND CONDITIONS 71 | 72 | ### 0. Definitions. 73 | 74 | *This License* refers to version 3 of the GNU General Public License. 75 | 76 | *Copyright* also means copyright-like laws that apply to other kinds of works, 77 | such as semiconductor masks. 78 | 79 | *The Program* refers to any copyrightable work licensed under this License. 80 | Each licensee is addressed as *you*. *Licensees* and *recipients* may be 81 | individuals or organizations. 82 | 83 | To *modify* a work means to copy from or adapt all or part of the work in a 84 | fashion requiring copyright permission, other than the making of an exact copy. 85 | The resulting work is called a *modified version* of the earlier work or a work 86 | *based on* the earlier work. 87 | 88 | A *covered work* means either the unmodified Program or a work based on the 89 | Program. 90 | 91 | To *propagate* a work means to do anything with it that, without permission, 92 | would make you directly or secondarily liable for infringement under applicable 93 | copyright law, except executing it on a computer or modifying a private copy. 94 | Propagation includes copying, distribution (with or without modification), 95 | making available to the public, and in some countries other activities as well. 96 | 97 | To *convey* a work means any kind of propagation that enables other parties to 98 | make or receive copies. Mere interaction with a user through a computer 99 | network, with no transfer of a copy, is not conveying. 100 | 101 | An interactive user interface displays *Appropriate Legal Notices* to the 102 | extent that it includes a convenient and prominently visible feature that 103 | 104 | 1. displays an appropriate copyright notice, and 105 | 2. tells the user that there is no warranty for the work (except to the 106 | extent that warranties are provided), that licensees may convey the work 107 | under this License, and how to view a copy of this License. 108 | 109 | If the interface presents a list of user commands or options, such as a menu, a 110 | prominent item in the list meets this criterion. 111 | 112 | ### 1. Source Code. 113 | 114 | The *source code* for a work means the preferred form of the work for making 115 | modifications to it. *Object code* means any non-source form of a work. 116 | 117 | A *Standard Interface* means an interface that either is an official standard 118 | defined by a recognized standards body, or, in the case of interfaces specified 119 | for a particular programming language, one that is widely used among developers 120 | working in that language. 121 | 122 | The *System Libraries* of an executable work include anything, other than the 123 | work as a whole, that (a) is included in the normal form of packaging a Major 124 | Component, but which is not part of that Major Component, and (b) serves only 125 | to enable use of the work with that Major Component, or to implement a Standard 126 | Interface for which an implementation is available to the public in source code 127 | form. A *Major Component*, in this context, means a major essential component 128 | (kernel, window system, and so on) of the specific operating system (if any) on 129 | which the executable work runs, or a compiler used to produce the work, or an 130 | object code interpreter used to run it. 131 | 132 | The *Corresponding Source* for a work in object code form means all the source 133 | code needed to generate, install, and (for an executable work) run the object 134 | code and to modify the work, including scripts to control those activities. 135 | However, it does not include the work's System Libraries, or general-purpose 136 | tools or generally available free programs which are used unmodified in 137 | performing those activities but which are not part of the work. For example, 138 | Corresponding Source includes interface definition files associated with source 139 | files for the work, and the source code for shared libraries and dynamically 140 | linked subprograms that the work is specifically designed to require, such as 141 | by intimate data communication or control flow between those subprograms and 142 | other parts of the work. 143 | 144 | The Corresponding Source need not include anything that users can regenerate 145 | automatically from other parts of the Corresponding Source. 146 | 147 | The Corresponding Source for a work in source code form is that same work. 148 | 149 | ### 2. Basic Permissions. 150 | 151 | All rights granted under this License are granted for the term of copyright on 152 | the Program, and are irrevocable provided the stated conditions are met. This 153 | License explicitly affirms your unlimited permission to run the unmodified 154 | Program. The output from running a covered work is covered by this License only 155 | if the output, given its content, constitutes a covered work. This License 156 | acknowledges your rights of fair use or other equivalent, as provided by 157 | copyright law. 158 | 159 | You may make, run and propagate covered works that you do not convey, without 160 | conditions so long as your license otherwise remains in force. You may convey 161 | covered works to others for the sole purpose of having them make modifications 162 | exclusively for you, or provide you with facilities for running those works, 163 | provided that you comply with the terms of this License in conveying all 164 | material for which you do not control copyright. Those thus making or running 165 | the covered works for you must do so exclusively on your behalf, under your 166 | direction and control, on terms that prohibit them from making any copies of 167 | your copyrighted material outside their relationship with you. 168 | 169 | Conveying under any other circumstances is permitted solely under the 170 | conditions stated below. Sublicensing is not allowed; section 10 makes it 171 | unnecessary. 172 | 173 | ### 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 174 | 175 | No covered work shall be deemed part of an effective technological measure 176 | under any applicable law fulfilling obligations under article 11 of the WIPO 177 | copyright treaty adopted on 20 December 1996, or similar laws prohibiting or 178 | restricting circumvention of such measures. 179 | 180 | When you convey a covered work, you waive any legal power to forbid 181 | circumvention of technological measures to the extent such circumvention is 182 | effected by exercising rights under this License with respect to the covered 183 | work, and you disclaim any intention to limit operation or modification of the 184 | work as a means of enforcing, against the work's users, your or third parties' 185 | legal rights to forbid circumvention of technological measures. 186 | 187 | ### 4. Conveying Verbatim Copies. 188 | 189 | You may convey verbatim copies of the Program's source code as you receive it, 190 | in any medium, provided that you conspicuously and appropriately publish on 191 | each copy an appropriate copyright notice; keep intact all notices stating that 192 | this License and any non-permissive terms added in accord with section 7 apply 193 | to the code; keep intact all notices of the absence of any warranty; and give 194 | all recipients a copy of this License along with the Program. 195 | 196 | You may charge any price or no price for each copy that you convey, and you may 197 | offer support or warranty protection for a fee. 198 | 199 | ### 5. Conveying Modified Source Versions. 200 | 201 | You may convey a work based on the Program, or the modifications to produce it 202 | from the Program, in the form of source code under the terms of section 4, 203 | provided that you also meet all of these conditions: 204 | 205 | - a) The work must carry prominent notices stating that you modified it, and 206 | giving a relevant date. 207 | - b) The work must carry prominent notices stating that it is released under 208 | this License and any conditions added under section 7. This requirement 209 | modifies the requirement in section 4 to *keep intact all notices*. 210 | - c) You must license the entire work, as a whole, under this License to 211 | anyone who comes into possession of a copy. This License will therefore 212 | apply, along with any applicable section 7 additional terms, to the whole 213 | of the work, and all its parts, regardless of how they are packaged. This 214 | License gives no permission to license the work in any other way, but it 215 | does not invalidate such permission if you have separately received it. 216 | - d) If the work has interactive user interfaces, each must display 217 | Appropriate Legal Notices; however, if the Program has interactive 218 | interfaces that do not display Appropriate Legal Notices, your work need 219 | not make them do so. 220 | 221 | A compilation of a covered work with other separate and independent works, 222 | which are not by their nature extensions of the covered work, and which are not 223 | combined with it such as to form a larger program, in or on a volume of a 224 | storage or distribution medium, is called an *aggregate* if the compilation and 225 | its resulting copyright are not used to limit the access or legal rights of the 226 | compilation's users beyond what the individual works permit. Inclusion of a 227 | covered work in an aggregate does not cause this License to apply to the other 228 | parts of the aggregate. 229 | 230 | ### 6. Conveying Non-Source Forms. 231 | 232 | You may convey a covered work in object code form under the terms of sections 4 233 | and 5, provided that you also convey the machine-readable Corresponding Source 234 | under the terms of this License, in one of these ways: 235 | 236 | - a) Convey the object code in, or embodied in, a physical product (including 237 | a physical distribution medium), accompanied by the Corresponding Source 238 | fixed on a durable physical medium customarily used for software 239 | interchange. 240 | - b) Convey the object code in, or embodied in, a physical product (including 241 | a physical distribution medium), accompanied by a written offer, valid for 242 | at least three years and valid for as long as you offer spare parts or 243 | customer support for that product model, to give anyone who possesses the 244 | object code either 245 | 1. a copy of the Corresponding Source for all the software in the product 246 | that is covered by this License, on a durable physical medium 247 | customarily used for software interchange, for a price no more than your 248 | reasonable cost of physically performing this conveying of source, or 249 | 2. access to copy the Corresponding Source from a network server at no 250 | charge. 251 | - c) Convey individual copies of the object code with a copy of the written 252 | offer to provide the Corresponding Source. This alternative is allowed only 253 | occasionally and noncommercially, and only if you received the object code 254 | with such an offer, in accord with subsection 6b. 255 | - d) Convey the object code by offering access from a designated place 256 | (gratis or for a charge), and offer equivalent access to the Corresponding 257 | Source in the same way through the same place at no further charge. You 258 | need not require recipients to copy the Corresponding Source along with the 259 | object code. If the place to copy the object code is a network server, the 260 | Corresponding Source may be on a different server operated by you or a 261 | third party) that supports equivalent copying facilities, provided you 262 | maintain clear directions next to the object code saying where to find the 263 | Corresponding Source. Regardless of what server hosts the Corresponding 264 | Source, you remain obligated to ensure that it is available for as long as 265 | needed to satisfy these requirements. 266 | - e) Convey the object code using peer-to-peer transmission, provided you 267 | inform other peers where the object code and Corresponding Source of the 268 | work are being offered to the general public at no charge under subsection 269 | 6d. 270 | 271 | A separable portion of the object code, whose source code is excluded from the 272 | Corresponding Source as a System Library, need not be included in conveying the 273 | object code work. 274 | 275 | A *User Product* is either 276 | 277 | 1. a *consumer product*, which means any tangible personal property which is 278 | normally used for personal, family, or household purposes, or 279 | 2. anything designed or sold for incorporation into a dwelling. 280 | 281 | In determining whether a product is a consumer product, doubtful cases shall be 282 | resolved in favor of coverage. For a particular product received by a 283 | particular user, *normally used* refers to a typical or common use of that 284 | class of product, regardless of the status of the particular user or of the way 285 | in which the particular user actually uses, or expects or is expected to use, 286 | the product. A product is a consumer product regardless of whether the product 287 | has substantial commercial, industrial or non-consumer uses, unless such uses 288 | represent the only significant mode of use of the product. 289 | 290 | *Installation Information* for a User Product means any methods, procedures, 291 | authorization keys, or other information required to install and execute 292 | modified versions of a covered work in that User Product from a modified 293 | version of its Corresponding Source. The information must suffice to ensure 294 | that the continued functioning of the modified object code is in no case 295 | prevented or interfered with solely because modification has been made. 296 | 297 | If you convey an object code work under this section in, or with, or 298 | specifically for use in, a User Product, and the conveying occurs as part of a 299 | transaction in which the right of possession and use of the User Product is 300 | transferred to the recipient in perpetuity or for a fixed term (regardless of 301 | how the transaction is characterized), the Corresponding Source conveyed under 302 | this section must be accompanied by the Installation Information. But this 303 | requirement does not apply if neither you nor any third party retains the 304 | ability to install modified object code on the User Product (for example, the 305 | work has been installed in ROM). 306 | 307 | The requirement to provide Installation Information does not include a 308 | requirement to continue to provide support service, warranty, or updates for a 309 | work that has been modified or installed by the recipient, or for the User 310 | Product in which it has been modified or installed. Access to a network may be 311 | denied when the modification itself materially and adversely affects the 312 | operation of the network or violates the rules and protocols for communication 313 | across the network. 314 | 315 | Corresponding Source conveyed, and Installation Information provided, in accord 316 | with this section must be in a format that is publicly documented (and with an 317 | implementation available to the public in source code form), and must require 318 | no special password or key for unpacking, reading or copying. 319 | 320 | ### 7. Additional Terms. 321 | 322 | *Additional permissions* are terms that supplement the terms of this License by 323 | making exceptions from one or more of its conditions. Additional permissions 324 | that are applicable to the entire Program shall be treated as though they were 325 | included in this License, to the extent that they are valid under applicable 326 | law. If additional permissions apply only to part of the Program, that part may 327 | be used separately under those permissions, but the entire Program remains 328 | governed by this License without regard to the additional permissions. 329 | 330 | When you convey a copy of a covered work, you may at your option remove any 331 | additional permissions from that copy, or from any part of it. (Additional 332 | permissions may be written to require their own removal in certain cases when 333 | you modify the work.) You may place additional permissions on material, added 334 | by you to a covered work, for which you have or can give appropriate copyright 335 | permission. 336 | 337 | Notwithstanding any other provision of this License, for material you add to a 338 | covered work, you may (if authorized by the copyright holders of that material) 339 | supplement the terms of this License with terms: 340 | 341 | - a) Disclaiming warranty or limiting liability differently from the terms of 342 | sections 15 and 16 of this License; or 343 | - b) Requiring preservation of specified reasonable legal notices or author 344 | attributions in that material or in the Appropriate Legal Notices displayed 345 | by works containing it; or 346 | - c) Prohibiting misrepresentation of the origin of that material, or 347 | requiring that modified versions of such material be marked in reasonable 348 | ways as different from the original version; or 349 | - d) Limiting the use for publicity purposes of names of licensors or authors 350 | of the material; or 351 | - e) Declining to grant rights under trademark law for use of some trade 352 | names, trademarks, or service marks; or 353 | - f) Requiring indemnification of licensors and authors of that material by 354 | anyone who conveys the material (or modified versions of it) with 355 | contractual assumptions of liability to the recipient, for any liability 356 | that these contractual assumptions directly impose on those licensors and 357 | authors. 358 | 359 | All other non-permissive additional terms are considered *further restrictions* 360 | within the meaning of section 10. If the Program as you received it, or any 361 | part of it, contains a notice stating that it is governed by this License along 362 | with a term that is a further restriction, you may remove that term. If a 363 | license document contains a further restriction but permits relicensing or 364 | conveying under this License, you may add to a covered work material governed 365 | by the terms of that license document, provided that the further restriction 366 | does not survive such relicensing or conveying. 367 | 368 | If you add terms to a covered work in accord with this section, you must place, 369 | in the relevant source files, a statement of the additional terms that apply to 370 | those files, or a notice indicating where to find the applicable terms. 371 | 372 | Additional terms, permissive or non-permissive, may be stated in the form of a 373 | separately written license, or stated as exceptions; the above requirements 374 | apply either way. 375 | 376 | ### 8. Termination. 377 | 378 | You may not propagate or modify a covered work except as expressly provided 379 | under this License. Any attempt otherwise to propagate or modify it is void, 380 | and will automatically terminate your rights under this License (including any 381 | patent licenses granted under the third paragraph of section 11). 382 | 383 | However, if you cease all violation of this License, then your license from a 384 | particular copyright holder is reinstated 385 | 386 | - a) provisionally, unless and until the copyright holder explicitly and 387 | finally terminates your license, and 388 | - b) permanently, if the copyright holder fails to notify you of the 389 | violation by some reasonable means prior to 60 days after the cessation. 390 | 391 | Moreover, your license from a particular copyright holder is reinstated 392 | permanently if the copyright holder notifies you of the violation by some 393 | reasonable means, this is the first time you have received notice of violation 394 | of this License (for any work) from that copyright holder, and you cure the 395 | violation prior to 30 days after your receipt of the notice. 396 | 397 | Termination of your rights under this section does not terminate the licenses 398 | of parties who have received copies or rights from you under this License. If 399 | your rights have been terminated and not permanently reinstated, you do not 400 | qualify to receive new licenses for the same material under section 10. 401 | 402 | ### 9. Acceptance Not Required for Having Copies. 403 | 404 | You are not required to accept this License in order to receive or run a copy 405 | of the Program. Ancillary propagation of a covered work occurring solely as a 406 | consequence of using peer-to-peer transmission to receive a copy likewise does 407 | not require acceptance. However, nothing other than this License grants you 408 | permission to propagate or modify any covered work. These actions infringe 409 | copyright if you do not accept this License. Therefore, by modifying or 410 | propagating a covered work, you indicate your acceptance of this License to do 411 | so. 412 | 413 | ### 10. Automatic Licensing of Downstream Recipients. 414 | 415 | Each time you convey a covered work, the recipient automatically receives a 416 | license from the original licensors, to run, modify and propagate that work, 417 | subject to this License. You are not responsible for enforcing compliance by 418 | third parties with this License. 419 | 420 | An *entity transaction* is a transaction transferring control of an 421 | organization, or substantially all assets of one, or subdividing an 422 | organization, or merging organizations. If propagation of a covered work 423 | results from an entity transaction, each party to that transaction who receives 424 | a copy of the work also receives whatever licenses to the work the party's 425 | predecessor in interest had or could give under the previous paragraph, plus a 426 | right to possession of the Corresponding Source of the work from the 427 | predecessor in interest, if the predecessor has it or can get it with 428 | reasonable efforts. 429 | 430 | You may not impose any further restrictions on the exercise of the rights 431 | granted or affirmed under this License. For example, you may not impose a 432 | license fee, royalty, or other charge for exercise of rights granted under this 433 | License, and you may not initiate litigation (including a cross-claim or 434 | counterclaim in a lawsuit) alleging that any patent claim is infringed by 435 | making, using, selling, offering for sale, or importing the Program or any 436 | portion of it. 437 | 438 | ### 11. Patents. 439 | 440 | A *contributor* is a copyright holder who authorizes use under this License of 441 | the Program or a work on which the Program is based. The work thus licensed is 442 | called the contributor's *contributor version*. 443 | 444 | A contributor's *essential patent claims* are all patent claims owned or 445 | controlled by the contributor, whether already acquired or hereafter acquired, 446 | that would be infringed by some manner, permitted by this License, of making, 447 | using, or selling its contributor version, but do not include claims that would 448 | be infringed only as a consequence of further modification of the contributor 449 | version. For purposes of this definition, *control* includes the right to grant 450 | patent sublicenses in a manner consistent with the requirements of this 451 | License. 452 | 453 | Each contributor grants you a non-exclusive, worldwide, royalty-free patent 454 | license under the contributor's essential patent claims, to make, use, sell, 455 | offer for sale, import and otherwise run, modify and propagate the contents of 456 | its contributor version. 457 | 458 | In the following three paragraphs, a *patent license* is any express agreement 459 | or commitment, however denominated, not to enforce a patent (such as an express 460 | permission to practice a patent or covenant not to sue for patent 461 | infringement). To *grant* such a patent license to a party means to make such 462 | an agreement or commitment not to enforce a patent against the party. 463 | 464 | If you convey a covered work, knowingly relying on a patent license, and the 465 | Corresponding Source of the work is not available for anyone to copy, free of 466 | charge and under the terms of this License, through a publicly available 467 | network server or other readily accessible means, then you must either 468 | 469 | 1. cause the Corresponding Source to be so available, or 470 | 2. arrange to deprive yourself of the benefit of the patent license for this 471 | particular work, or 472 | 3. arrange, in a manner consistent with the requirements of this License, to 473 | extend the patent license to downstream recipients. 474 | 475 | *Knowingly relying* means you have actual knowledge that, but for the patent 476 | license, your conveying the covered work in a country, or your recipient's use 477 | of the covered work in a country, would infringe one or more identifiable 478 | patents in that country that you have reason to believe are valid. 479 | 480 | If, pursuant to or in connection with a single transaction or arrangement, you 481 | convey, or propagate by procuring conveyance of, a covered work, and grant a 482 | patent license to some of the parties receiving the covered work authorizing 483 | them to use, propagate, modify or convey a specific copy of the covered work, 484 | then the patent license you grant is automatically extended to all recipients 485 | of the covered work and works based on it. 486 | 487 | A patent license is *discriminatory* if it does not include within the scope of 488 | its coverage, prohibits the exercise of, or is conditioned on the non-exercise 489 | of one or more of the rights that are specifically granted under this License. 490 | You may not convey a covered work if you are a party to an arrangement with a 491 | third party that is in the business of distributing software, under which you 492 | make payment to the third party based on the extent of your activity of 493 | conveying the work, and under which the third party grants, to any of the 494 | parties who would receive the covered work from you, a discriminatory patent 495 | license 496 | 497 | - a) in connection with copies of the covered work conveyed by you (or copies 498 | made from those copies), or 499 | - b) primarily for and in connection with specific products or compilations 500 | that contain the covered work, unless you entered into that arrangement, or 501 | that patent license was granted, prior to 28 March 2007. 502 | 503 | Nothing in this License shall be construed as excluding or limiting any implied 504 | license or other defenses to infringement that may otherwise be available to 505 | you under applicable patent law. 506 | 507 | ### 12. No Surrender of Others' Freedom. 508 | 509 | If conditions are imposed on you (whether by court order, agreement or 510 | otherwise) that contradict the conditions of this License, they do not excuse 511 | you from the conditions of this License. If you cannot convey a covered work so 512 | as to satisfy simultaneously your obligations under this License and any other 513 | pertinent obligations, then as a consequence you may not convey it at all. For 514 | example, if you agree to terms that obligate you to collect a royalty for 515 | further conveying from those to whom you convey the Program, the only way you 516 | could satisfy both those terms and this License would be to refrain entirely 517 | from conveying the Program. 518 | 519 | ### 13. Use with the GNU Affero General Public License. 520 | 521 | Notwithstanding any other provision of this License, you have permission to 522 | link or combine any covered work with a work licensed under version 3 of the 523 | GNU Affero General Public License into a single combined work, and to convey 524 | the resulting work. The terms of this License will continue to apply to the 525 | part which is the covered work, but the special requirements of the GNU Affero 526 | General Public License, section 13, concerning interaction through a network 527 | will apply to the combination as such. 528 | 529 | ### 14. Revised Versions of this License. 530 | 531 | The Free Software Foundation may publish revised and/or new versions of the GNU 532 | General Public License from time to time. Such new versions will be similar in 533 | spirit to the present version, but may differ in detail to address new problems 534 | or concerns. 535 | 536 | Each version is given a distinguishing version number. If the Program specifies 537 | that a certain numbered version of the GNU General Public License *or any later 538 | version* applies to it, you have the option of following the terms and 539 | conditions either of that numbered version or of any later version published by 540 | the Free Software Foundation. If the Program does not specify a version number 541 | of the GNU General Public License, you may choose any version ever published by 542 | the Free Software Foundation. 543 | 544 | If the Program specifies that a proxy can decide which future versions of the 545 | GNU General Public License can be used, that proxy's public statement of 546 | acceptance of a version permanently authorizes you to choose that version for 547 | the Program. 548 | 549 | Later license versions may give you additional or different permissions. 550 | However, no additional obligations are imposed on any author or copyright 551 | holder as a result of your choosing to follow a later version. 552 | 553 | ### 15. Disclaimer of Warranty. 554 | 555 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE 556 | LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER 557 | PARTIES PROVIDE THE PROGRAM *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER 558 | EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 559 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE 560 | QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE 561 | DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR 562 | CORRECTION. 563 | 564 | ### 16. Limitation of Liability. 565 | 566 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY 567 | COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS 568 | PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, 569 | INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE 570 | THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED 571 | INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE 572 | PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY 573 | HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 574 | 575 | ### 17. Interpretation of Sections 15 and 16. 576 | 577 | If the disclaimer of warranty and limitation of liability provided above cannot 578 | be given local legal effect according to their terms, reviewing courts shall 579 | apply local law that most closely approximates an absolute waiver of all civil 580 | liability in connection with the Program, unless a warranty or assumption of 581 | liability accompanies a copy of the Program in return for a fee. 582 | 583 | ## END OF TERMS AND CONDITIONS ### 584 | 585 | ### How to Apply These Terms to Your New Programs 586 | 587 | If you develop a new program, and you want it to be of the greatest possible 588 | use to the public, the best way to achieve this is to make it free software 589 | which everyone can redistribute and change under these terms. 590 | 591 | To do so, attach the following notices to the program. It is safest to attach 592 | them to the start of each source file to most effectively state the exclusion 593 | of warranty; and each file should have at least the *copyright* line and a 594 | pointer to where the full notice is found. 595 | 596 | 597 | Copyright (C) 598 | 599 | This program is free software: you can redistribute it and/or modify 600 | it under the terms of the GNU General Public License as published by 601 | the Free Software Foundation, either version 3 of the License, or 602 | (at your option) any later version. 603 | 604 | This program is distributed in the hope that it will be useful, 605 | but WITHOUT ANY WARRANTY; without even the implied warranty of 606 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 607 | GNU General Public License for more details. 608 | 609 | You should have received a copy of the GNU General Public License 610 | along with this program. If not, see . 611 | 612 | Also add information on how to contact you by electronic and paper mail. 613 | 614 | If the program does terminal interaction, make it output a short notice like 615 | this when it starts in an interactive mode: 616 | 617 | Copyright (C) 618 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 619 | This is free software, and you are welcome to redistribute it 620 | under certain conditions; type `show c' for details. 621 | 622 | The hypothetical commands `show w` and `show c` should show the appropriate 623 | parts of the General Public License. Of course, your program's commands might 624 | be different; for a GUI interface, you would use an *about box*. 625 | 626 | You should also get your employer (if you work as a programmer) or school, if 627 | any, to sign a *copyright disclaimer* for the program, if necessary. For more 628 | information on this, and how to apply and follow the GNU GPL, see 629 | [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). 630 | 631 | The GNU General Public License does not permit incorporating your program into 632 | proprietary programs. If your program is a subroutine library, you may consider 633 | it more useful to permit linking proprietary applications with the library. If 634 | this is what you want to do, use the GNU Lesser General Public License instead 635 | of this License. But first, please read 636 | [http://www.gnu.org/philosophy/why-not-lgpl.html](http://www.gnu.org/philosophy/why-not-lgpl.html). 637 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 柠檬五码 2 | 3 | 柠檬五码是自由的舒适的全新输入法方案, 4 | 是经柠檬群讨论并实现的兼具人体工程学和准确度的双拼方案,柠檬五码得名于其中任何字的全码都是五码。 5 | 6 | 7 | # 单字全码 8 | 正常情况下可以省略 `[` 符号 9 | 10 | | 单字 | 双拼 | 音调 | 双形 | 全码 | 11 | | ---- | ---------- | ----- | ----------- | ------ | 12 | | 柠 | NK(ning) | G (á) | MN (木宁) | NKG[MN | 13 | | 檬 | MR(meng) | G (á) | MM (木蒙) | MRG[MM | 14 | | 五 | WU(wu) | H (ǎ) | AW (一𫝀) | WUH[AW | 15 | | 码 | MA(ma) | H (ǎ) | UM (石马) | MAH[UM | 16 | 17 | # 使用规则 18 | 19 | `[` 键输入后描述当前双拼字的形状,正常情况下键入双拼和音调就可以,无需补全形状,形状用于去重码 20 | 21 | `` ` ``(grave)键位通配键盘,可以充当声母韵母音调或者是双形中的任意字符。 22 | 理论上`` ` `` `` ` `` `` ` `` `` ` `` `` ` `` 能表示任意字符 23 | 24 | ## 简码 25 | 简码有三个,[一简](jianma.danzi.csv) [二简](jianma.erzi.csv) 和 [三简](jianma.sanzi.csv),包含了汉语中最常用的字。 26 | 27 | 事实上大部份请况下都是用简字输入的~ 28 | 29 | ## 标准规则 30 | 31 | | 字数 | 规则 | 例词 | 全码 | 32 | | ---- | ---------------------------------- | -------- | -------------------------------- | 33 | | 1 | 全码 | 哦 | OOJ[KW | 34 | | 2 | 首字前两码 + 末字前两码 + 末字读音 | 柠檬 | NKMRN | 35 | | 3 | 前两字首码 + 末字前两码 + 末字读音 | 输入法 | URFAH | 36 | | 4+ | 前两字首码 + 末字读音 | 一个顶俩 | YGLXH | 37 | 38 | # 关于词典 39 | 柠檬水平有限,从网上随便爬了点词做的默认词典,如果嫌不够可以自制 40 | 41 | 自制词典只需要一个只有字和`\n`的文件,然后使用 42 | 43 | ```sh 44 | python ./dict_gen/dict_gen.py 开始行数 结束行数 45 | ``` 46 | 或者你可以使用 [深蓝词库转换](https://github.com/studyzy/imewlconverter) 下载一些其他输入法的词库,转换为 rime 格式然后再使用regex `\t.*$` 剔除掉他们的拼音并保存成上述格式然后跑上方的脚本~ 47 | 48 | 脚本会导出`*.dict.csv`和`*.failed.csv`, 记得查看`failed.csv`如果有关键常用字形缺失请联系我哦~ 49 | 50 | # 构建 51 | 1. 下载[文书DB](https://github.com/LemonHX/wenshudb/releases/)最新版sqlite文件 52 | 2. python 安装依赖 53 | 3. python ./bootstrap/start.py 54 | 4. python ./wuma.py 55 | 5. python ./test_coverage.py 56 | 6. 生成你的字典 57 | 7. python ./release.py 58 | 59 | # License 60 | - THUOCL: [license](./dev/LICENSE) 61 | - 文书DB: [license](https://github.com/lemonhx/wenshudb) 62 | -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | v0.2.7 -------------------------------------------------------------------------------- /apply_patch.py: -------------------------------------------------------------------------------- 1 | wuma = open("wuma.csv").readlines() 2 | wuma_patch = open("wuma.patch.csv").readlines() 3 | wuma += wuma_patch 4 | open("wuma.csv", "w").writelines(wuma) 5 | -------------------------------------------------------------------------------- /bootstrap/bushou_key_mapping.csv: -------------------------------------------------------------------------------- 1 | bushou,key 2 | 龹,q 3 | 犭,q 4 | 欠,q 5 | 求,q 6 | 王,w 7 | 攵,w 8 | 卩,e 9 | 阝,e 10 | 耳,e 11 | 人,r 12 | 亻,r 13 | 彳,r 14 | 日,r 15 | 曰,r 16 | 土,t 17 | 田,t 18 | ㇀,t 19 | 讠,y 20 | 又,y 21 | 月,y 22 | 衤,y 23 | 页,y 24 | 缶,y 25 | 雨,y 26 | 音,y 27 | 㐆,y 28 | 十,u 29 | 扌,u 30 | 山,u 31 | 饣,u 32 | 礻,u 33 | 石,u 34 | 止,i 35 | 竹,i 36 | 舟,i 37 | 隹,i 38 | 手,o 39 | 舌,o 40 | 身,o 41 | 尸,o 42 | 彡,p 43 | 丿,p 44 | 鱼,a 45 | 一,a 46 | 厶,s 47 | 纟,s 48 | 龴,s 49 | 冫,d 50 | 刂,d 51 | 氵,d 52 | 大,d 53 | 灬,d 54 | 丶,d 55 | 方,f 56 | 父,f 57 | 广,g 58 | 弓,g 59 | 革,g 60 | 骨,g 61 | ㇆,g 62 | 𠃋,g 63 | 𠃊,g 64 | □,g 65 | 亅,g 66 | ㇉,g 67 | 𠄌,g 68 | 火,h 69 | 户,h 70 | 禾,h 71 | 虍,h 72 | 巾,j 73 | 斤,j 74 | 钅,j 75 | 角,j 76 | 𠔉,j 77 | 匚,k 78 | 冂,k 79 | 口,k 80 | 囗,k 81 | ⺆,k 82 | 力,l 83 | 立,l 84 | 𤇾,l 85 | 丨,l 86 | 廴,z 87 | 辶,z 88 | 孑,z 89 | 爫,z 90 | 走,z 91 | 足,z 92 | 𢦏,z 93 | 忄,x 94 | 夕,x 95 | 小,x 96 | 心,x 97 | 穴,x 98 | 西,x 99 | 𦥯,x 100 | 寸,c 101 | 艹,c 102 | 厂,v 103 | 车,v 104 | 虫,v 105 | 齿,v 106 | 冖,b 107 | 八,b 108 | 勹,b 109 | 宀,b 110 | 白,b 111 | 疒,b 112 | 㡀,b 113 | 𠤏,b 114 | 女,n 115 | 牜,n 116 | 鸟,n 117 | 门,m 118 | 马,m 119 | 木,m 120 | 目,m 121 | 罒,m 122 | 皿,m 123 | 米,m 124 | 㓁,m 125 | 乀,n 126 | 乁,j 127 | 乙,y 128 | 乚,y 129 | 乛,v 130 | 二,d 131 | 丁,h 132 | 丅,m 133 | 丂,k 134 | 七,q 135 | 匸,x 136 | 丄,u 137 | 卜,p 138 | 乂,y 139 | 入,r 140 | 九,j 141 | 儿,y 142 | 几,j 143 | 匕,b 144 | 亠,t 145 | 丷,b 146 | 刁,d 147 | 丩,j 148 | 了,l 149 | 凵,k 150 | 乃,n 151 | 刀,d 152 | 三,s 153 | 于,w 154 | 干,g 155 | 士,m 156 | 工,g 157 | 卄,n 158 | 才,z 159 | 下,x 160 | 廾,g 161 | 兀,w 162 | 尢,u 163 | 与,y 164 | 万,m 165 | 弋,y 166 | 上,d 167 | 千,q 168 | 乞,v 169 | 川,v 170 | 丸,w 171 | 久,j 172 | 夂,n 173 | 丬,p 174 | 亡,w 175 | 彐,j 176 | 己,j 177 | 已,s 178 | 巳,s 179 | 子,l 180 | 屮,c 181 | 也,y 182 | 刃,r 183 | 习,x 184 | 叉,v 185 | 彑,j 186 | 乡,i 187 | 幺,k 188 | 巛,v 189 | 丰,f 190 | 井,j 191 | 开,z 192 | 天,t 193 | 夫,f 194 | 元,y 195 | 韦,j 196 | 云,y 197 | 耂,l 198 | 扎,i 199 | 廿,l 200 | 五,u 201 | 支,i 202 | 卅,g 203 | 不,f 204 | 太,t 205 | 犬,q 206 | 区,q 207 | 厷,g 208 | 尤,y 209 | 歹,d 210 | 厄,e 211 | 戸,h 212 | 巨,j 213 | 牙,y 214 | 屯,t 215 | 戈,v 216 | 旡,j 217 | 比,p 218 | 切,q 219 | 瓦,w 220 | 卝,g 221 | 少,u 222 | 冃,m 223 | 中,i 224 | 内,j 225 | 冈,g 226 | 水,u 227 | 罓,q 228 | 贝,b 229 | 见,j 230 | 午,w 231 | 牛,n 232 | 毛,b 233 | 气,q 234 | 升,u 235 | 夭,y 236 | 片,p 237 | 化,h 238 | 爪,v 239 | 戶,b 240 | 仌,b 241 | 从,c 242 | 爻,x 243 | 尣,l 244 | 今,j 245 | 凶,x 246 | 分,b 247 | 公,j 248 | 仓,c 249 | 厃,y 250 | 氏,j 251 | 勿,h 252 | 风,f 253 | 丹,d 254 | 乌,u 255 | 卬,a 256 | 文,w 257 | 亢,g 258 | 冘,y 259 | 肀,y 260 | 尹,y 261 | 夬,j 262 | 尺,v 263 | 弔,d 264 | 丑,v 265 | 爿,p 266 | 巴,b 267 | 队,d 268 | 夃,g 269 | 予,y 270 | 玉,y 271 | 未,w 272 | 末,m 273 | 示,i 274 | 戋,j 275 | 正,i 276 | 卉,u 277 | 圥,y 278 | 功,g 279 | 去,q 280 | 甘,h 281 | 世,u 282 | 丗,f 283 | 古,k 284 | 本,b 285 | 术,u 286 | 札,m 287 | 朮,u 288 | 可,i 289 | 叵,p 290 | 丙,b 291 | 左,z 292 | 厉,l 293 | 丕,h 294 | 达,d 295 | 戊,w 296 | 龙,l 297 | 犮,b 298 | 东,d 299 | 北,b 300 | 占,t 301 | ⺄,g 302 | ⺈,j 303 | ⺊,b 304 | ⺌,d 305 | ⺕,e 306 | ⺼,y 307 | 〢,d 308 | コ,k 309 | ユ,k 310 | リ,d 311 | ㇂,g 312 | ㇇,g 313 | 𫜹,e 314 | 𱥱,d 315 | 𱰭,g 316 | 𱼀,x 317 | 𲂻,b 318 | 𲋄,k 319 | 𠃍,g 320 | 𠃑,g 321 | 𠂉,z 322 | 𠂊,x 323 | 𠄎,n 324 | 𫠠,g 325 | 𬺰,g 326 | 𬼀,d 327 | 龵,u 328 | 𠂋,j 329 | 𠂎,m 330 | 𠓛,r 331 | 𠚤,d 332 | 𠫔,s 333 | 𫝀,w 334 | 𬼖,y 335 | 𭕄,d 336 | 𰀁,f 337 | 𰃦,k 338 | 㞢,i 339 | 龶,f 340 | 𠂒,u 341 | 𠃜,u 342 | 𠔿,u 343 | 𠕀,k 344 | 𠮛,k 345 | 𡗜,d 346 | 𡭕,x 347 | 𭃂,l 348 | 𰀡,d 349 | 龷,x 350 | 龸,x 351 | 𠀐,v 352 | 𤕫,z 353 | 𤴔,i 354 | 𦉰,w 355 | 𬜠,c 356 | 𮍌,v 357 | 𰀉,n 358 | 𰀢,l 359 | 𰃮,x 360 | 𠕋,c 361 | 𠫤,x 362 | 𢑑,e 363 | 𣅀,i 364 | 𤰔,m 365 | 𥘈,s 366 | 𥫗,i 367 | 𦈢,f 368 | 𦍋,m 369 | 𦣞,k 370 | 𦫸,c 371 | 𫇦,c 372 | 𭅰,h 373 | 𭤨,f 374 | 𰁜,l 375 | 𰰜,c 376 | 𣏐,m 377 | 𦥔,u 378 | 𧾷,z 379 | 𪧇,b 380 | 𫲽,b 381 | 𰭝,y 382 | 𠦝,i 383 | 𠧢,i 384 | 𡘆,d 385 | 𢼄,h 386 | 𨸏,f 387 | 𫼉,h 388 | 𭑈,t 389 | 𰧭,k 390 | 𡧱,h 391 | 𣅽,p 392 | 𦭝,m 393 | 𩠐,g 394 | 𭴘,d 395 | 𮂱,h 396 | 𠂹,q 397 | 𣪊,h 398 | 𥑟,d 399 | 𭆆,v 400 | 𰮤,y 401 | 𤉘,h 402 | 𥞤,g 403 | 𦰩,c 404 | 㫺,r 405 | 𦵮,c 406 | 𮅕,i 407 | 𰯲,v 408 | 𬴘,y 409 | 𣦵,x 410 | ⺀,d 411 | ⺝,y 412 | 〣,l 413 | ス,j 414 | ㇁,p 415 | ㇄,g 416 | ㇅,g 417 | ㇈,k 418 | 𱍸,g 419 | 𱎛,r 420 | 𱐍,m 421 | 𱐔,r 422 | 𱑏,f 423 | 𱔞,k 424 | 𱕻,k 425 | 𱜢,u 426 | 𱝼,s 427 | 𱢒,r 428 | 𱤽,g 429 | 𱥯,r 430 | 𱬹,c 431 | 𱰥,a 432 | 𱺵,a 433 | 𱼧,p 434 | 𱼭,t 435 | 𠃎,g 436 | 𠃏,g 437 | 𰀪,p 438 | 𰆊,d 439 | 恩,e 440 | -------------------------------------------------------------------------------- /bootstrap/create_table.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE KEY_MAPPING( 2 | ID INTEGER PRIMARY KEY NOT NULL, 3 | ZI TEXT NOT NULL, 4 | MAPPING CHAR(1) NOT NULL 5 | ); 6 | 7 | CREATE TABLE WUMA( 8 | ID INTEGER PRIMARY KEY NOT NULL, 9 | ZI TEXT NOT NULL, 10 | WUMA CHAR(5) NOT NULL 11 | ); 12 | -------------------------------------------------------------------------------- /bootstrap/query_all_word.sql: -------------------------------------------------------------------------------- 1 | SELECT BIHUA.ZI, BIHUA.BIHUA, SHENGMU, YUNMU, DIAO FROM PINYIN 2 | INNER JOIN BIHUA ON PINYIN.ZI = BIHUA.ZI 3 | ORDER BY BIHUA.BIHUA ASC; 4 | -------------------------------------------------------------------------------- /bootstrap/query_all_xiaozi.sql: -------------------------------------------------------------------------------- 1 | -- all xiaozi 2 | SELECT CHAIZI.CHAI,BIHUA.BIHUA, PINYIN.SHENGMU, PINYIN.YUNMU, COUNT(CHAIZI.ZI) AS USED 3 | FROM CHAIZI 4 | LEFT JOIN BIHUA ON CHAIZI.CHAI = BIHUA.ZI 5 | LEFT JOIN KEY_MAPPING ON CHAIZI.ZI = KEY_MAPPING.ZI 6 | LEFT JOIN PINYIN ON PINYIN.ZI = CHAIZI.CHAI 7 | WHERE 8 | CHAIZI.CHAI NOT IN (SELECT ZI FROM KEY_MAPPING) 9 | GROUP BY CHAIZI.CHAI, PINYIN.SHENGMU, PINYIN.YUNMU, PINYIN.DIAO 10 | ORDER BY BIHUA.BIHUA; 11 | -------------------------------------------------------------------------------- /bootstrap/start.py: -------------------------------------------------------------------------------- 1 | import sqlite3 2 | import pandas as pd 3 | import sys 4 | import os 5 | import inspect 6 | import numpy as np 7 | 8 | sys.path.insert(0, os.path.dirname(os.path.dirname( 9 | os.path.abspath(inspect.getfile(inspect.currentframe()))))) 10 | 11 | # 建表 12 | con = sqlite3.connect('wenshu.sqlite') 13 | con.executescript(open("./bootstrap/create_table.sql").read()) 14 | 15 | # 部首 16 | df = pd.read_csv("./bootstrap/bushou_key_mapping.csv") 17 | data = tuple(df.itertuples(index=True)) 18 | wildcards = ','.join(['?'] * len(data[0])) 19 | insert_sql = 'INSERT INTO KEY_MAPPING VALUES(%s)' % wildcards 20 | con.executemany(insert_sql, data) 21 | con.commit() 22 | 23 | 24 | # 小字 25 | from transport import * 26 | con = sqlite3.connect('wenshu.sqlite') 27 | df = pd.read_sql_query(open("./bootstrap/query_all_xiaozi.sql").read(), con) 28 | def k(x): 29 | try: 30 | if x[1] == "er": 31 | return "e" 32 | if x[0] == "": 33 | return pinyin_trans(x[1]) 34 | else: 35 | return pinyin_trans(x[0]) 36 | except: 37 | return "`" 38 | df["SHENGMU"] = df[["SHENGMU", "YUNMU"]].apply(k, axis=1) 39 | df.drop(columns=['BIHUA','USED', 'YUNMU'], inplace=True) 40 | df.rename(columns={"SHENGMU":"KEY"}, inplace=True) 41 | df.to_csv("./bootstrap/all_xiaozi.csv", index=False) 42 | df.index = np.arange(len(data), len(data)+len(df)) 43 | data = tuple(df.itertuples(index=True)) 44 | wildcards = ','.join(['?'] * len(data[0])) 45 | insert_sql = 'INSERT INTO KEY_MAPPING VALUES(%s)' % wildcards 46 | con.executemany(insert_sql, data) 47 | con.commit() 48 | 49 | # create view for zi mapping 50 | con.executescript(open("./bootstrap/wuma.view.sql").read()) 51 | con.close() 52 | -------------------------------------------------------------------------------- /bootstrap/wuma.view.sql: -------------------------------------------------------------------------------- 1 | CREATE VIEW ZI_MAPPING_XU AS 2 | SELECT 3 | PINYIN.ZI, 4 | PINYIN.SHENGMU, 5 | PINYIN.YUNMU, 6 | PINYIN.DIAO, 7 | CHAIZI.XU, 8 | KEY_MAPPING.MAPPING 9 | FROM PINYIN 10 | INNER JOIN CHAIZI ON PINYIN.ZI = CHAIZI.ZI 11 | INNER JOIN KEY_MAPPING ON KEY_MAPPING.ZI = CHAIZI.CHAI 12 | LEFT JOIN BIHUA ON PINYIN.ZI = BIHUA.ZI 13 | ORDER BY CHAIZI.XU, BIHUA.BIHUA; 14 | -------------------------------------------------------------------------------- /dev/LICENSE: -------------------------------------------------------------------------------- 1 | 1. THUOCL面向国内外大学、研究所、企业以及个人研究者免费开放源。 2 | 2. 如有机构或个人拟将THUOCL用于商业目的,请发邮件至thunlp@gmail.com洽谈技术许可协议。 3 | 3. 欢迎对该工具包的任何宝贵意见和建议,请发邮件至thunlp@gmail.com。 4 | 4. 如果您在THUOCL基础上发表论文或取得科研成果,请您在发表论文和申报成果时声明“使用了清华大学THUOCL”,并引用相关论文。 5 | 6 | 鉴于柠檬是个人研究者所以采用了第一种开源协议。 -------------------------------------------------------------------------------- /dev/THUOCL_car.txt: -------------------------------------------------------------------------------- 1 | 轿车 1424796 2 | 二手车 1112665 3 | 新车 824358 4 | 摩托车 635529 5 | 用车 574181 6 | 熊猫 547034 7 | 车展 520508 8 | 模具 501372 9 | 仪表 434898 10 | 一汽 396127 11 | 遥控 363210 12 | 零部件 360012 13 | 全保 346211 14 | 奥迪 326960 15 | 制动 322143 16 | 星光 283843 17 | 马自达 268085 18 | 牵引 267810 19 | 扭矩 266823 20 | 霸道 256877 21 | 加油站 231838 22 | 雅阁 186698 23 | 多普达 180147 24 | 指挥官 161861 25 | 试驾 153699 26 | 驾校 151105 27 | 比亚迪 147538 28 | 铃木 144083 29 | 雷诺 137332 30 | 无畏 134195 31 | 幻影 130315 32 | 磨合 129255 33 | 越野车 126663 34 | 风华 125223 35 | 跃进 107550 36 | 林肯 100281 37 | 北京现代 99890 38 | 新车型 99322 39 | 乐风 99164 40 | 展馆 94800 41 | 油品 89877 42 | 电瓶 85500 43 | 东风日产 83309 44 | 多宝 83061 45 | 金鹰 81091 46 | 飞碟 80370 47 | 汽车零部件 77561 48 | 推车 75208 49 | 中国二手车城 75033 50 | 蒙迪欧 74946 51 | 熄火 67504 52 | 前保 66741 53 | 排放标准 65601 54 | 野马 64462 55 | 斯柯达 64091 56 | 如虎 63744 57 | 尾灯 60438 58 | 诺亚 59479 59 | 排放量 841 60 | 乐骋 52194 61 | 斯巴鲁 51137 62 | 新凯 51033 63 | 金牛座 50659 64 | 猎豹 48451 65 | 中高级车 48325 66 | 自动挡 47398 67 | 自动变速箱 46909 68 | 犀牛 46120 69 | 新凯越 45766 70 | 拖车 45621 71 | 欧陆 45327 72 | 计程车 44724 73 | 汽车价格 41505 74 | 挡风玻璃 40925 75 | 奥克斯 39557 76 | 讴歌 36576 77 | 奥德赛 36172 78 | 碳纤维 35428 79 | 东风悦达 35007 80 | 东风本田 34937 81 | 战斧 34924 82 | 东风悦达起亚 34385 83 | 挑战者 33958 84 | 品牌汽车 33587 85 | 奥丁 33267 86 | 嘉华 33136 87 | 标枪 30930 88 | 高档轿车 29726 89 | 天津一汽 29372 90 | 千斤顶 28702 91 | 梅赛德斯 27788 92 | 强音 27744 93 | 手动变速箱 26975 94 | 真空泵 25805 95 | 欧宝 25253 96 | 凌志 25166 97 | 颐达 25093 98 | 小灯 25058 99 | 戴姆勒 23939 100 | 汽车销售服务 23802 101 | 汽车贸易 23490 102 | 一汽马自达 23136 103 | 休闲车 22990 104 | 被动安全 22646 105 | 盖板 22062 106 | 逍客 21788 107 | 一汽轿车 21157 108 | 仪表台 20818 109 | 小排量汽车 19699 110 | 酷路泽 19653 111 | 老爷车 19421 112 | 汽车俱乐部 19392 113 | 腿部空间 19347 114 | 肖子 19346 115 | 源动力 19133 116 | 热板 18744 117 | 玩车 18304 118 | 进气格栅 18203 119 | 铆钉 18008 120 | 工位 17230 121 | 发动机转速 17139 122 | 甩尾 16852 123 | 英菲尼迪 16639 124 | 鼓风机 16427 125 | 汽车销售服务有限公司 16274 126 | 部分车型 16272 127 | 改款车 16102 128 | 公路客运 15999 129 | 大众中国 15448 130 | 头部空间 15076 131 | 砂纸 14927 132 | 德尔福 14915 133 | 新爱丽舍 14810 134 | 全球定位系统 14702 135 | 汽车营销 14509 136 | 年度车 14391 137 | 颂歌 14343 138 | 远舰 14324 139 | 山地车 14312 140 | 华夏二手车 14222 141 | 利欧 13981 142 | 镀锌板 13640 143 | 安源 13406 144 | 防爆膜 12890 145 | 托架 12572 146 | 维修厂 12558 147 | 领航员 12279 148 | 大包围 12200 149 | 乙炔 12181 150 | 前围 12085 151 | 练习曲 11858 152 | 驾校一点通 11613 153 | 逃遁 11428 154 | 制动液 11134 155 | 止回阀 11090 156 | 车展期间 11041 157 | 倒模 11026 158 | 风挡玻璃 10934 159 | 伽马 10738 160 | 轮定位 10717 161 | 电解液 10604 162 | 动力转向 10555 163 | 轮距 10467 164 | 真空管 10394 165 | 陆地巡洋舰 10139 166 | 志翔 10130 167 | 别克凯越 10125 168 | 前挡风玻璃 10058 169 | 恒温空调 9948 170 | 支持环 9888 171 | 膜片 9805 172 | 汽车贸易有限公司 9803 173 | 应急灯 9616 174 | 业界动态 9486 175 | 浙江汽车网 9258 176 | 新能源车 8812 177 | 测试机 8696 178 | 手动豪华 8689 179 | 布加迪 8649 180 | 牵引力控制系统 8647 181 | 长安马自达 8572 182 | 昌河铃木 8526 183 | 违章查询 8502 184 | 中华骏捷 8482 185 | 前风挡 8441 186 | 下护 8420 187 | 高位刹车 8211 188 | 四轮定位 8160 189 | 高位刹车灯 8067 190 | 连接管 8003 191 | 达路 7841 192 | 温度传感器 7837 193 | 车载电话 7791 194 | 贾新光 7728 195 | 上海大众斯柯达 7687 196 | 自动豪华 7383 197 | 大切诺基 7353 198 | 摩托车配件 7233 199 | 指南者 7227 200 | 通用别克 7039 201 | 北汽控股 6850 202 | 接地线 6788 203 | 冷媒 6771 204 | 远光灯 6730 205 | 无钥匙 6702 206 | 前格栅 6657 207 | 直列四缸 6652 208 | 卤素灯 6621 209 | 纸巾盒 6577 210 | 轿车化 6510 211 | 遥控钥匙 6486 212 | 西耶那 6340 213 | 中国汽车技术研究中心 6275 214 | 四缸发动机 6274 215 | 轮眉 6164 216 | 没有现车 6071 217 | 中国汽车网 6063 218 | 空气清新剂 6018 219 | 液位计 5992 220 | 装饰灯 5954 221 | 锁芯 5901 222 | 前后保险杠 5883 223 | 内后视镜 5812 224 | 侧围 5805 225 | 路况下 5799 226 | 中低音 5793 227 | 蒙迪欧致胜 5759 228 | 危险货物运输 5751 229 | 奇骏 5745 230 | 螺帽 5743 231 | 陆风汽车 5715 232 | 新佳乐 5706 233 | 防眩目 5662 234 | 前照灯 5654 235 | 被动安全性 5448 236 | 转弯半径 5429 237 | 品牌二手车 5368 238 | 高速过弯 5274 239 | 巴黎车展 5264 240 | 驾驶员座椅 5251 241 | 随动转向 5236 242 | 周末风 5102 243 | 梅甘娜 5048 244 | 电喷发动机 5044 245 | 生产工艺技术 5008 246 | 派喜 4914 247 | 乱穿马路 4901 248 | 车载冰箱 4897 249 | 电子制动力分配系统 4756 250 | 普利茅斯 4655 251 | 隔热材料 4629 252 | 座椅靠背 4617 253 | 伊兰特悦动 4609 254 | 后风挡 4602 255 | 上海通用别克 4576 256 | 缺陷产品 4575 257 | 点火线圈 4476 258 | 仿桃木 4470 259 | 清障车 4449 260 | 牛腿 4389 261 | 手动空调 4304 262 | 四轮碟刹 4288 263 | 中盖 4256 264 | 铅块 4255 265 | 最小离地间隙 4239 266 | 一汽奥迪 4212 267 | 风骏 4207 268 | 全球鹰 4149 269 | 圆镜 4123 270 | 小排量轿车 4086 271 | 燃烧过程 3923 272 | 亚星客车 3870 273 | 江南奥拓 3843 274 | 长丰猎豹 3792 275 | 车载电脑 3782 276 | 保险杆 3732 277 | 中国汽车工程学会 3711 278 | 缸内直喷 3706 279 | 紧凑车型 3611 280 | 标志灯具 3578 281 | 直接驱动 3566 282 | 长城哈弗 3536 283 | 赛拉图欧风 3528 284 | 旅行轿车 3517 285 | 座椅加热 3517 286 | 第一汽车集团公司 3515 287 | 前风挡玻璃 3488 288 | 两前 3478 289 | 新嘉年华 3452 290 | 陆风风华 3288 291 | 三角带 3273 292 | 转子发动机 3248 293 | 新奥德赛 3231 294 | 汽车消费信贷 3222 295 | 电焊条 3212 296 | 经营处 3206 297 | 复仇女神 3190 298 | 手拉葫芦 3162 299 | 欧菲莱斯 3120 300 | 行业法规 3103 301 | 制动灯 3092 302 | 北京国际汽车展览会 3086 303 | 后挡风玻璃 3080 304 | 陆霸 3059 305 | 排挡杆 3044 306 | 汽车影音 2951 307 | 组合表 2908 308 | 双面胶带 2828 309 | 新大地 2815 310 | 汽车零部件有限公司 2765 311 | 预紧式安全带 2734 312 | 车门把手 2665 313 | 风阀 2662 314 | 英格尔 2637 315 | 隔热板 2612 316 | 分动箱 2586 317 | 水温表 2578 318 | 试驾后 2566 319 | 兰德酷路泽 2524 320 | 恒温控制 2517 321 | 低扭 2485 322 | 检查发动机 2479 323 | 行星齿轮 2478 324 | 合叶 2475 325 | 华晨中华 2466 326 | 特黑 2420 327 | 路帝 2384 328 | 轿车发动机 2376 329 | 印度斯坦 2366 330 | 车体结构 2361 331 | 汽车维修技术 2344 332 | 离去角 2254 333 | 蓝牌车 2203 334 | 老车主 2168 335 | 轮间 2143 336 | 珠海国际赛车场 2137 337 | 中大汽车 2067 338 | 驾驶员侧 2061 339 | 圆锥滚子轴承 2060 340 | 电动玻璃 2059 341 | 车载电台 2008 342 | 空调滤芯 1992 343 | 东风康明斯 1968 344 | 翱龙 1963 345 | 江铃陆风 1943 346 | 车载导航系统 1924 347 | 整车及零部件 1913 348 | 马来西亚大奖赛 1902 349 | 前翼子板 1895 350 | 超级维特拉 1890 351 | 阿斯顿马丁 1890 352 | 东风小康 1882 353 | 试乘试驾车 1847 354 | 制动钳 1838 355 | 车门玻璃 1832 356 | 猎豹飞腾 1817 357 | 雷诺方程式 1814 358 | 大型车展 1809 359 | 叶子板 1792 360 | 内饰材料 1787 361 | 合成机油 1783 362 | 后风窗 1751 363 | 标的车 1747 364 | 飞行家 1725 365 | 纽博格林 1693 366 | 锋范 1690 367 | 侧转向灯 1685 368 | 功能关闭 1684 369 | 非承载式车身 1683 370 | 该车主 1682 371 | 防眩目后视镜 1678 372 | 戴姆勒克莱斯勒 1672 373 | 易熄火 1658 374 | 道奇凯领 1655 375 | 丰田陆地巡洋舰 1629 376 | 汽车挡风玻璃 1627 377 | 凸缘 1609 378 | 霍根海姆赛道 1608 379 | 四轮定位仪 1607 380 | 幸福使者 1597 381 | 抗磨剂 1595 382 | 长城轿车 1587 383 | 车内后视镜 1586 384 | 电源转换器 1580 385 | 汽车遥控 1567 386 | 后制动 1560 387 | 叶片泵 1559 388 | 下护板 1545 389 | 克莱斯勒大捷龙 1541 390 | 汽车覆盖件 1530 391 | 江铃集团 1528 392 | 汽车抛锚 1496 393 | 水砂纸 1494 394 | 日产逍客 1492 395 | 前置发动机 1491 396 | 无钥匙启动 1489 397 | 后风挡玻璃 1483 398 | 随车工具 1462 399 | 危险报警闪光灯 1447 400 | 上海大众斯柯达明锐 1434 401 | 前制动 1420 402 | 前排侧气囊 1419 403 | 必比登 1395 404 | 乔丹车队 1393 405 | 保温隔热材料 1368 406 | 上止点 1366 407 | 点火钥匙 1356 408 | 拖曳臂式 1351 409 | 不锈钢阀 1339 410 | 舍弗勒集团 1335 411 | 挡圈 1312 412 | 郑州日产帕拉丁 1308 413 | 福特福克斯两厢 1305 414 | 电路短路 1304 415 | 收放机 1304 416 | 摇窗 1297 417 | 表面缺陷 1293 418 | 林肯领航员 1284 419 | 影音网 1283 420 | 固铂 1278 421 | 分频点 1277 422 | 双离合变速器 1274 423 | 钢背 1268 424 | 奥克斯汽车 1259 425 | 清洁能源汽车 1257 426 | 吉利熊猫 1246 427 | 羊毛球 1241 428 | 四川丰田 1240 429 | 汽车电子电器 1234 430 | 行车灯 1228 431 | 巴林大奖赛 1207 432 | 来展厅 1205 433 | 阿尔法罗密欧 1203 434 | 高位制动灯 1191 435 | 驰野 1188 436 | 温控开关 1165 437 | 水温传感器 1148 438 | 导购专题 1147 439 | 阿尔伯特公园赛道 1143 440 | 嵌条 1140 441 | 青专 1137 442 | 浙江吉利控股集团 1135 443 | 仪表灯 1131 444 | 长安福特福克斯 1130 445 | 电器仪表 1113 446 | 首次保养 1107 447 | 桥厂 1099 448 | 林肯轿车 1095 449 | 空腔注蜡 1091 450 | 室盖 1085 451 | 改进剂 1074 452 | 铃鹿赛道 1063 453 | 发动机控制单元 1063 454 | 桑塔纳志俊 1054 455 | 汽车排放标准 1044 456 | 宾利欧陆 1033 457 | 湖北汽车工业学院 1026 458 | 木炭汽车 1019 459 | 米其林集团 1009 460 | 换防冻液 1007 461 | 骨架油封 1003 462 | 饰框 994 463 | 长安志翔 993 464 | 饰盖 989 465 | 电动助力转向系统 987 466 | 纵臂扭转 977 467 | 汽配公司 977 468 | 陡坡缓降 975 469 | 五菱荣光 955 470 | 牌照板 947 471 | 前轮定位 943 472 | 长城嘉誉 942 473 | 摩雷 932 474 | 安全开关 928 475 | 旅行房车 927 476 | 牌照框 918 477 | 小型乘用车 913 478 | 侧窗玻璃 909 479 | 优卡二手车网 905 480 | 铃木北斗星 903 481 | 无钥匙启动系统 903 482 | 转速传感器 901 483 | 纽博格林赛道 901 484 | 全时数字轿车 901 485 | 自卸货车 887 486 | 转向液 873 487 | 从动轮 872 488 | 露营车 868 489 | 强制通风 867 490 | 下格栅 867 491 | 雷诺梅甘娜 866 492 | 储液罐 864 493 | 甲壳虫汽车 854 494 | 下摆臂 852 495 | 四冲程发动机 849 496 | 非法改装车 848 497 | 我试驾 846 498 | 自攻螺钉 825 499 | 芯片钥匙 820 500 | 汽油直喷技术 813 501 | 安全带提醒装置 811 502 | 新福特嘉年华 806 503 | 英国汽车工业 804 504 | 混合动力电动汽车 803 505 | 庞蒂亚克 801 506 | 车辆稳定性控制系统 798 507 | 前保险杆 797 508 | 电磁换向阀 796 509 | 重庆国际车展 793 510 | 未报案 790 511 | 汽车维修设备 790 512 | 北汽控股公司 788 513 | 农用汽车 783 514 | 车迷频道 782 515 | 后置发动机 778 516 | 普瑞维亚 771 517 | 变扭器 769 518 | 一汽威志 765 519 | 烟灰盒 753 520 | 格兰披治大赛 751 521 | 雅科仕 748 522 | 凯立德地图 744 523 | 冷冻剂 742 524 | 电子电控 739 525 | 智能钥匙系统 738 526 | 抗磨液压油 737 527 | 曲轴位置 735 528 | 西苑小区 735 529 | 专项作业车 734 530 | 车门扶手 730 531 | 林肯城市 730 532 | 天马英雄 729 533 | 空调泵 728 534 | 日产奇骏 724 535 | 飞碟汽车 711 536 | 多楔带 708 537 | 陈光祖 706 538 | 别克凯越旅行车 706 539 | 米纳尔迪车队 700 540 | 前挡膜 698 541 | 日产尼桑 695 542 | 无盖加油系统 695 543 | 东风渝安 690 544 | 吉利优利欧 684 545 | 电动玻璃升降器 677 546 | 全车隔音 672 547 | 大陆汽车俱乐部 667 548 | 空调管路 666 549 | 后翼子板 666 550 | 前阅读灯 664 551 | 道奇公羊 662 552 | 高品质音响 654 553 | 行车制动 653 554 | 横滑 648 555 | 机滤芯 648 556 | 变速器结构原理 645 557 | 英特拉格斯赛道 644 558 | 后保险杆 643 559 | 汽车空调压缩机 640 560 | 车门框 634 561 | 自动变速箱油 632 562 | 直列发动机 631 563 | 华翔富奇 629 564 | 日常维护费 626 565 | 奥迪汽车公司 625 566 | 制动管路 625 567 | 扭力杆 624 568 | 发动机下护板 621 569 | 前风窗 619 570 | 激转 618 571 | 金港国际赛车场 616 572 | 维伦纽夫赛道 615 573 | 遥控手柄 604 574 | 德国大众汽车集团 599 575 | 电源锁 587 576 | 层焦 582 577 | 千分表 581 578 | 空气清净机 578 579 | 发动机防盗锁止系统 575 580 | 自动排挡 573 581 | 起亚霸锐 571 582 | 大灯高度可调 571 583 | 东风悦达起亚狮跑 567 584 | 火烧车 560 585 | 曲轴位置传感器 560 586 | 轮胎换位 560 587 | 交通安全产品 555 588 | 分电机 554 589 | 风焊 554 590 | 菜瓜布 551 591 | 汽车挂件 551 592 | 第一箱油 551 593 | 汽车技术服务与营销 551 594 | 日全蚀 550 595 | 气门弹簧 548 596 | 吉普大切诺基 547 597 | 内部短路 544 598 | 手排挡 543 599 | 非常城市 541 600 | 玻璃清洗液 539 601 | 比亚迪集团 538 602 | 最大爬坡度 533 603 | 电源总开关 529 604 | 盖垫 528 605 | 汽车制动液 528 606 | 汽车残值 525 607 | 双龙主席 519 608 | 大贸手续 519 609 | 保温炉 515 610 | 定损人员 511 611 | 魏红杰 511 612 | 涨紧轮 509 613 | 考维特 508 614 | 车载自动诊断系统 507 615 | 结构完整性 507 616 | 厦门金龙汽车 500 617 | 制动分泵 499 618 | 电磁开关 498 619 | 三元催化转换器 498 620 | 安全带固定 498 621 | 二手车鉴定评估师 495 622 | 电动转向 494 623 | 磨砂黑 483 624 | 猫扑汽车 481 625 | 名车志 479 626 | 德国喜力士 478 627 | 斯柯达欧雅 475 628 | 盲点信息系统 475 629 | 弹簧垫圈 474 630 | 奔驰车队 472 631 | 一汽丰越 472 632 | 儿童乘车安全 471 633 | 南京跃进 468 634 | 制动摩擦片 465 635 | 城市精灵 465 636 | 车内中控锁 461 637 | 发动机漏油 460 638 | 现代王 458 639 | 丰田喜一郎 455 640 | 铃木吉姆尼 453 641 | 雨刮电机 450 642 | 随动转向大灯 450 643 | 电子风扇 443 644 | 上海通用凯迪拉克 441 645 | 现代悦动 441 646 | 菲亚特西耶那 441 647 | 硬派越野车 436 648 | 后轮随动转向技术 434 649 | 沙漠越野车 426 650 | 副仪表 423 651 | 广汽日野 420 652 | 压缩行程 419 653 | 四窗 419 654 | 异形钢管 417 655 | 后轮眉 416 656 | 汽车芯片 415 657 | 国际驾驶执照 413 658 | 水晶香水瓶 413 659 | 旁蒂克 412 660 | 菲亚特熊猫 411 661 | 暖胎圈 408 662 | 日内瓦国际汽车展 402 663 | 马自达普力马 400 664 | 四缸机 397 665 | 车载对讲机 397 666 | 分电器盖 396 667 | 飞轮壳 393 668 | 两前轮 390 669 | 派力奥周末风 387 670 | 现代维拉克斯 385 671 | 前围板 385 672 | 沙漠之虎 384 673 | 拖拽臂 384 674 | 电工胶带 379 675 | 现代新胜达 378 676 | 扭矩扳手 377 677 | 福特蒙迪欧致胜 377 678 | 钥匙开关 375 679 | 赵公口长途汽车站 373 680 | 福建戴姆勒 372 681 | 感载比例阀 372 682 | 自卸翻斗车 371 683 | 直拉杆 371 684 | 前座中央扶手 370 685 | 主动式安全头枕 368 686 | 位置灯 367 687 | 澳门格兰披治大赛车 365 688 | 昌河铃木利亚纳 364 689 | 油封漏油 361 690 | 法雷奥集团 357 691 | 斯巴鲁中国拉力车队 357 692 | 北极星发动机 356 693 | 吉普指挥官 356 694 | 一汽解放汽车有限公司 354 695 | 前叶子板 353 696 | 分火头 353 697 | 摇臂轴 350 698 | 小批量产品 349 699 | 点火模块 345 700 | 漏防冻液 345 701 | 金旅客车 341 702 | 拖曳臂式悬架 341 703 | 短圆柱滚子轴承 339 704 | 不回位 338 705 | 右扶手 338 706 | 防滑地板 336 707 | 汽车产业研究 336 708 | 全承载车身 332 709 | 后轮鼓 332 710 | 唯雅诺 329 711 | 桃木饰件 326 712 | 通风阀 325 713 | 平治房车 324 714 | 都市彩虹 324 715 | 东风汗马 322 716 | 东风越野 320 717 | 沃克斯豪尔 319 718 | 前轮眉 318 719 | 齿轮齿条式转向 316 720 | 邓禄普轮胎 315 721 | 刮臂 313 722 | 勒芒耐力赛 312 723 | 电子驻车制动系统 311 724 | 大灯开关 310 725 | 前门玻璃 309 726 | 脚瞪 309 727 | 离合器摩擦片 305 728 | 曲轴磨床 303 729 | 沙漠车 300 730 | 红色蔷薇 299 731 | 全频喇叭 297 732 | 矿用自卸车 295 733 | 茶杯架 295 734 | 美鹿 294 735 | 国际窗膜协会 292 736 | 前转向灯 292 737 | 汽车牵引 284 738 | 气囊灯 284 739 | 缓冲胶 282 740 | 智慧贷款 282 741 | 事故维修 281 742 | 圆柱销 280 743 | 冷车起动 278 744 | 新乐风 277 745 | 空调滤网 274 746 | 尾气分析仪 272 747 | 北京奔驰戴克 267 748 | 更换电瓶 262 749 | 雨刮臂 260 750 | 翘板开关 257 751 | 进口斯柯达 256 752 | 底盘隔音 255 753 | 别克高尔夫挑战赛 255 754 | 钢管车 254 755 | 沃尔沃客车 253 756 | 动力转向泵 253 757 | 从动盘总成 253 758 | 上摆臂 251 759 | 全面安全防护 248 760 | 油箱开关 248 761 | 刹车钳 248 762 | 粉末冶金产品 248 763 | 发动机烧机油 248 764 | 蓄电池盖 247 765 | 右大灯 246 766 | 汽车四轮定位 242 767 | 长安沃尔沃 242 768 | 陡坡缓降控制 242 769 | 东风朝柴 241 770 | 交通强制险 240 771 | 轮缸 240 772 | 育空河 240 773 | 东风日产北京 240 774 | 泡沫清洗剂 240 775 | 起亚欧菲莱斯 239 776 | 补炉 238 777 | 前盖板 237 778 | 美国汽车协会 236 779 | 液罐车 236 780 | 右后部 236 781 | 雪佛兰乐驰 236 782 | 尾灯罩 235 783 | 工具与设备 234 784 | 液化石油气汽车 233 785 | 柯尼希塞尔 232 786 | 漆面保护膜 231 787 | 加注口 231 788 | 汽车信用卡 230 789 | 永源飞碟 228 790 | 车门饰板 227 791 | 前保险杠下部 227 792 | 空间容积 226 793 | 中控方向盘 226 794 | 门泵 225 795 | 水泵叶轮 222 796 | 后叶子板 222 797 | 机械变速箱 222 798 | 右后车门 222 799 | 勒芒赛道 222 800 | 阻车钉 220 801 | 角齿 219 802 | 车门铰链 219 803 | 电子阀 219 804 | 转速仪 218 805 | 最小转弯直径 218 806 | 三角玻璃 215 807 | 暖风管 212 808 | 后牌照板 210 809 | 牵引钩 208 810 | 后牌照灯 207 811 | 牵引汽车 207 812 | 江铃福特 206 813 | 试过车 204 814 | 右反光镜 201 815 | 实习司机 201 816 | 十字槽 200 817 | 缺缸 200 818 | 河北荣华 199 819 | 四川现代 199 820 | 内骨架 199 821 | 全铝车身框架结构 198 822 | 蜗牛喇叭 197 823 | 奥斯莫比 196 824 | 风景爱尔法 195 825 | 永诚保险 195 826 | 飞轮齿圈 194 827 | 感应塞 193 828 | 膜片弹簧离合器 193 829 | 制动灯开关 193 830 | 风景冲浪 192 831 | 冷媒管 192 832 | 大尾翼 192 833 | 前风窗玻璃 190 834 | 下坡辅助系统 189 835 | 右后叶 188 836 | 气囊电脑 187 837 | 下横臂 187 838 | 少林客车 184 839 | 汽车网络营销 184 840 | 汽车风洞 184 841 | 汽车保姆 184 842 | 防抱制动系统 183 843 | 尺寸不合格 183 844 | 一二档 182 845 | 叶轮泵 181 846 | 汽车行业动态 181 847 | 右前叶 181 848 | 摩托车维修工 181 849 | 轮边减速器 178 850 | 全车膜 177 851 | 惯性漂移 175 852 | 下门槛 175 853 | 多气门发动机 174 854 | 大灯灯泡 173 855 | 大骨棒 173 856 | 都市骏马 172 857 | 奥迪勒芒 172 858 | 驻车灯 172 859 | 半自动变速器 172 860 | 丰田普瑞维亚 171 861 | 负值轮毂 171 862 | 中国三菱拉力艺车队 169 863 | 保养券 169 864 | 斯巴鲁傲虎 169 865 | 美的客车 168 866 | 档位杆 165 867 | 汽车用柴油 164 868 | 脚胶 160 869 | 自动感应大灯 158 870 | 南京菲亚特西耶那 157 871 | 维多利亚皇冠 156 872 | 长安汽车工程研究院 156 873 | 排气制动 155 874 | 汽车台 153 875 | 封闭货车 148 876 | 后钢板弹簧 146 877 | 分缸线 146 878 | 地板压条 144 879 | 前部受损 144 880 | 前半轴 142 881 | 凯雷德混合动力 141 882 | 小旅行车 141 883 | 斜拉杆 138 884 | 二手车寄卖 137 885 | 中间板 136 886 | 大小瓦 135 887 | 广角后视镜 134 888 | 离合分泵 133 889 | 转向灯开关 131 890 | 车门隔音 131 891 | 右侧围 131 892 | 电子感应制动系统 131 893 | 车险计算 130 894 | 铃木集团 128 895 | 车内阅读灯 127 896 | 保时捷新卡宴 127 897 | 气囊控制单元 126 898 | 叉车用 126 899 | 鹰潭火车站 125 900 | 止推垫 124 901 | 曙光挑战者 124 902 | 暖风开关 123 903 | 四轮换位 123 904 | 阿尔宾娜 122 905 | 暖风电机 122 906 | 保险阀 122 907 | 补强板 122 908 | 前大灯总成 121 909 | 丰田兰德酷路泽 121 910 | 三四档 121 911 | 右半轴 119 912 | 川崎车队 119 913 | 油品类 117 914 | 万宇汽车运动俱乐部 117 915 | 罩垫 117 916 | 侧围板 116 917 | 中国汽车工业信息网 114 918 | 十字节 114 919 | 四轮动平衡 113 920 | 汽车遥控钥匙 113 921 | 前钢板 113 922 | 自动空调控制系统 113 923 | 电动升降器 113 924 | 触媒转换器 111 925 | 隔音产品 111 926 | 冷补胶 111 927 | 仪表指示灯 111 928 | 嘉实多磁护 110 929 | 路宝节油 110 930 | 菲德拉 109 931 | 气囊传感器 109 932 | 冈谷钢机 108 933 | 曲轴前 107 934 | 掀背式尾门 107 935 | 越野客车 106 936 | 水陆两栖汽车 106 937 | 科鲁兹 106 938 | 陆风新饰界 106 939 | 防护薄膜 105 940 | 弹性挡圈 104 941 | 吉利中国龙 104 942 | 慕尚 104 943 | 氢动力燃料电池车 103 944 | 残留应力 100 945 | 瑞典沃尔沃汽车公司 100 946 | 浙江汽车工程学院 100 947 | 干燥瓶 99 948 | 后刹车分泵 99 949 | 纸漏斗 99 950 | 自补液 98 951 | 湾岸午夜俱乐部 98 952 | 手控阀 97 953 | 机爪 97 954 | 水泵出水管 95 955 | 锐骐多功能商用车 95 956 | 直接档 95 957 | 调漆设备 95 958 | 半圆键 94 959 | 克莱斯勒交叉火力 93 960 | 汽车品牌营销 92 961 | 火炮牵引车 91 962 | 挂不上档 91 963 | 硬连接牵引 90 964 | 古德伍德赛车节 89 965 | 左右大灯 89 966 | 郑州威佳专营店 88 967 | 红喜力 88 968 | 胎侧胶 88 969 | 负极接地 88 970 | 浇注速度 87 971 | 软连接牵引 87 972 | 置换补贴 87 973 | 真空电磁阀 87 974 | 小贸手续 85 975 | 新能源客车 85 976 | 内温度传感器 85 977 | 中后桥 83 978 | 多宁顿公园赛道 83 979 | 欧宝欧捷利 83 980 | 斯科达明锐 82 981 | 车体保养 82 982 | 颜光明 82 983 | 烟灰缸盖 81 984 | 皮带涨紧 81 985 | 秦川福莱尔 81 986 | 汽车的变速器 80 987 | 中国汽车工业产销快讯 80 988 | 口奇骏 78 989 | 防空灯 78 990 | 现代雅科仕 77 991 | 浙江汽车职业技术学院 77 992 | 纽伯林赛道 76 993 | 高精度直喷系统 75 994 | 第四缸 74 995 | 铃木维特拉 74 996 | 非独立悬挂系统 74 997 | 一档齿轮 73 998 | 立式珩磨机 73 999 | 间歇雨刮 73 1000 | 玻璃托架 73 1001 | 吉林汽车制动器厂 73 1002 | 国际汽车制造商协会 73 1003 | 奥斯莫比尔 72 1004 | 别克新君威 72 1005 | 汽车车载导航 72 1006 | 真空吊具 72 1007 | 电压变换器 71 1008 | 前小灯 71 1009 | 圈状弹簧 71 1010 | 卤素头灯 70 1011 | 鹿导 70 1012 | 新锋锐 69 1013 | 山东省汽车行业协会 69 1014 | 牡丹客车 68 1015 | 盆角齿 68 1016 | 格兰披治大奖赛 67 1017 | 真空吸污车 67 1018 | 暖风芯子 67 1019 | 小贸车 66 1020 | 吉姆希 66 1021 | 机油温度表 66 1022 | 靠电子传感器探 66 1023 | 长城精灵汽车 66 1024 | 威利斯吉普车 65 1025 | 速度感应式转向系统 65 1026 | 纳智捷 64 1027 | 气门室垫 64 1028 | 右侧杂物盒 63 1029 | 伏尔加车 63 1030 | 经典全顺 62 1031 | 普纳德 61 1032 | 制动检验台 61 1033 | 汽车喷漆工艺 61 1034 | 世界窗膜协会 61 1035 | 油田专用车 61 1036 | 小型冷藏车 60 1037 | 汽车整形技术 60 1038 | 后分泵 60 1039 | 福克斯小改款 60 1040 | 宏基汽车客运站 60 1041 | 主从动 59 1042 | 弹性胶质材料 59 1043 | 油路漏油 59 1044 | 验车费用 58 1045 | 中国电动车协会 57 1046 | 室盖垫 57 1047 | 英特格 57 1048 | 布加迪威航 56 1049 | 铰接客车 56 1050 | 无敌改装网 56 1051 | 团购看车 56 1052 | 气门室盖垫 56 1053 | 倒车灯开关 56 1054 | 涨闸 56 1055 | 水温指示灯 56 1056 | 储液瓶 55 1057 | 齿轮室盖 55 1058 | 欧洲新车安全评鉴协会 55 1059 | 驾驶员警示控制 55 1060 | 右前翼子板 55 1061 | 门灯开关 55 1062 | 铃鹿赛车场 55 1063 | 地板皮 54 1064 | 中国汽车工业年鉴 54 1065 | 东风奥丁 54 1066 | 水温感应塞 54 1067 | 行星齿轮变速器 54 1068 | 菲亚特多宝 53 1069 | 水温灯 53 1070 | 手自一体汽车 52 1071 | 卡特汉姆 52 1072 | 右前门玻璃 52 1073 | 东风景逸 52 1074 | 机油乳化 52 1075 | 分电盘盖 52 1076 | 轮眉后 51 1077 | 悬挂衬套 51 1078 | 视维视频会议系统 51 1079 | 拼装台 51 1080 | 道奇拓远者 51 1081 | 电瓶盖 50 1082 | 欧迪玛 50 1083 | 东风牌小轿车 50 1084 | 摇臂总成 50 1085 | 注油管 49 1086 | 巴林国际赛道 49 1087 | 汽车工程手册 49 1088 | 手动变速箱油 49 1089 | 螺母垫片 48 1090 | 优科豪马轮胎 48 1091 | 北汽角斗士 48 1092 | 保险杠格栅 48 1093 | 全车垫 48 1094 | 下边梁 48 1095 | 接车单 48 1096 | 汽车化工用品 48 1097 | 德国音响 48 1098 | 液氮加速 47 1099 | 防追尾系统 47 1100 | 保温冒口 47 1101 | 钢板套 47 1102 | 制动调整臂 47 1103 | 体检回执 46 1104 | 汽车加气站操作工 46 1105 | 淘淘二手车 46 1106 | 止推垫片 46 1107 | 座椅及附件 46 1108 | 汽车电器设备与维修 46 1109 | 保险杠支架 45 1110 | 机脚胶 45 1111 | 防盗控制单元 45 1112 | 前钢板弹簧 45 1113 | 扣残 45 1114 | 右前叶子板 45 1115 | 引擎盖隔音 44 1116 | 汽车主动安全性 44 1117 | 离去角度 44 1118 | 奥杰汽车网 44 1119 | 右保险杠 44 1120 | 车贴文化 43 1121 | 德国曼集团 43 1122 | 保险夹 43 1123 | 浙江永源汽车有限公司 43 1124 | 出炉口 43 1125 | 节气门控制单元 42 1126 | 最大爬坡角 42 1127 | 发动机缺缸 42 1128 | 京城海狮 42 1129 | 转弯指示灯 42 1130 | 活性炭罐电磁阀 42 1131 | 六角法兰面 42 1132 | 直喷式燃烧室 41 1133 | 制动底板 41 1134 | 脉冲传感器 40 1135 | 机爪垫 40 1136 | 挡风玻璃雨刮器 40 1137 | 四轮保养 40 1138 | 苏州二手车网 40 1139 | 立式精镗床 40 1140 | 济南液压泵 40 1141 | 圣马力诺伊莫拉赛道 40 1142 | 侧滑试验台 39 1143 | 仪表灯泡 39 1144 | 氢动四号 39 1145 | 自动补胎液 39 1146 | 车轮饰盖 38 1147 | 马自达劲翔 38 1148 | 全车锁芯 38 1149 | 换挡电磁阀 38 1150 | 李斯特公司 38 1151 | 气门盖 38 1152 | 右后尾灯 38 1153 | 电池盒手柄 37 1154 | 门胶条 37 1155 | 雨刮精 37 1156 | 中客华北 37 1157 | 空调压缩机皮带 37 1158 | 转向横拉杆球头 37 1159 | 出炉温度 36 1160 | 神农驾 36 1161 | 侦探犬 36 1162 | 发动机专用机油 35 1163 | 天河汽车站 35 1164 | 下导流板 35 1165 | 发动机托架 34 1166 | 右脚踏板 34 1167 | 澳门大赛车博物馆 34 1168 | 彼得比尔特公司 34 1169 | 中诚海华 34 1170 | 机动车移动证 34 1171 | 机油感应塞 34 1172 | 车载影碟机 34 1173 | 新车谍报 34 1174 | 空调高压管 33 1175 | 北京奔驰铂锐 33 1176 | 气门室罩盖 33 1177 | 全国汽车运动管理规定 33 1178 | 螺丝铆钉 32 1179 | 黄油加注机 32 1180 | 左后轮眉 32 1181 | 电动摇机 32 1182 | 后台板 31 1183 | 新加坡赛道 31 1184 | 前保险杠下护板 31 1185 | 转向直拉杆 31 1186 | 孔用弹性挡圈 31 1187 | 水泵进水管 31 1188 | 依维柯宝迪 30 1189 | 冲焊桥 30 1190 | 右后门玻璃 30 1191 | 汽车盘式制动器 30 1192 | 齐鲁客车 30 1193 | 挂档机构 29 1194 | 皇冠锐志 29 1195 | 随动闸 29 1196 | 助力转向调节 29 1197 | 阶背式轿车 29 1198 | 日产公爵王 29 1199 | 远光指示灯 28 1200 | 长丰猎豹黑金刚 28 1201 | 左后门玻璃 28 1202 | 后饰板 28 1203 | 弓子板 28 1204 | 残留强度 28 1205 | 前烟灰缸 27 1206 | 半轴突缘 27 1207 | 金刚二代 27 1208 | 车身主动控制系统 27 1209 | 有倒车镜 27 1210 | 加强底板 27 1211 | 新福达汽车 27 1212 | 仪表台总成 27 1213 | 洗涤泵 26 1214 | 一汽客车有限公司 26 1215 | 新一代普力马 26 1216 | 非全尺寸备胎 25 1217 | 粘性联轴节 25 1218 | 车内温度传感器 25 1219 | 四行程引擎 25 1220 | 活塞肖 25 1221 | 气门摇臂轴 25 1222 | 车轮动平衡机 25 1223 | 车身校正设备 25 1224 | 德米欧 25 1225 | 公铁两用车 25 1226 | 卡通摩托 25 1227 | 变速箱一轴 25 1228 | 迪族车网 25 1229 | 日产平台 24 1230 | 奥克兰汽车公司 24 1231 | 汽车传感器的检测 24 1232 | 进口大切诺基 24 1233 | 熄火器 24 1234 | 自动制动差速器 24 1235 | 前信号灯 24 1236 | 电子差速制动 24 1237 | 手工样品 24 1238 | 汽车模拟驾驶系统 23 1239 | 电磁减震器 23 1240 | 暖风机总成 23 1241 | 换气门导管 23 1242 | 保险盒盖 23 1243 | 吉普爱国者 22 1244 | 东风日产奇骏 22 1245 | 福田风景冲浪 22 1246 | 回油滤芯 22 1247 | 前门框 22 1248 | 曲轴止推片 22 1249 | 自动操纵式变速器 21 1250 | 钢管弯头 21 1251 | 热控制阀 21 1252 | 有效热效率 21 1253 | 燃油蒸发排放控制 21 1254 | 油底壳垫 21 1255 | 印地车赛 21 1256 | 右后叶子板 20 1257 | 乙酸丁酸纤维素 20 1258 | 前分泵 20 1259 | 防拖车系统 20 1260 | 抹尘布 20 1261 | 门防撞条 20 1262 | 茂木赛道 20 1263 | 门边饰条 20 1264 | 制动踏板总成 20 1265 | 连杆轴承盖 20 1266 | 防火墙隔音 20 1267 | 主动分频 20 1268 | 汽车品牌与商标 20 1269 | 汽车服务俱乐部 20 1270 | 喇叭按钮开关 20 1271 | 风档刮水器 20 1272 | 熄火电磁阀 20 1273 | 右护板 19 1274 | 一汽吉林森雅 19 1275 | 全车盗抢损失险 19 1276 | 进气压力温度传感器 19 1277 | 汽车实用查询 19 1278 | 得中国者得天下 19 1279 | 安全凸面镜 19 1280 | 后桥短轴 19 1281 | 副驾驶位气囊 19 1282 | 超重型汽车列车 19 1283 | 粘性偶合器 19 1284 | 中国汽摩频道 19 1285 | 打磨抛光设备 18 1286 | 左侧窗玻璃 18 1287 | 诊断插头 18 1288 | 横摆力偶矩 18 1289 | 行星齿轮装置 18 1290 | 前轮鼓 18 1291 | 自动车位锁 18 1292 | 翻转轴 18 1293 | 六角法兰面螺栓 17 1294 | 新能源电动汽车 17 1295 | 气缸盖垫片 17 1296 | 车速表检验台 17 1297 | 轴承衬套 17 1298 | 气门弹簧座 17 1299 | 油耗传感器 16 1300 | 消声器尾 16 1301 | 玛瑙灰 16 1302 | 差速器行星齿轮 16 1303 | 排气制动阀 16 1304 | 汽车饰品套 16 1305 | 汽车增值税 16 1306 | 左后叶 15 1307 | 信号喇叭 15 1308 | 挡位指示器 15 1309 | 远光灯泡 15 1310 | 车管学院 15 1311 | 挂车阀 15 1312 | 机械增压与涡轮增压 15 1313 | 右边条 15 1314 | 气囊电脑板 15 1315 | 比亚迪秦 15 1316 | 乐车网 15 1317 | 帕诺兹 15 1318 | 挂档杆 15 1319 | 前刹车分泵 15 1320 | 延边二手车网 15 1321 | 进气接管 15 1322 | 六角厚螺母 15 1323 | 左后翼子板 15 1324 | 电瓶连接线 15 1325 | 大灯保险杠 14 1326 | 应急灯开关 14 1327 | 奥布维 14 1328 | 螺纹板 14 1329 | 点火线圈总成 14 1330 | 左后叶子板 14 1331 | 帕杰罗召回事件 14 1332 | 六角锁紧螺母 14 1333 | 驾驶疲劳预警系统 14 1334 | 张家港汽车网 14 1335 | 后制动摩擦片 14 1336 | 右前转向灯 14 1337 | 轮罩护板 14 1338 | 中间传动轴 14 1339 | 样版车 14 1340 | 中国国际汽车展览会 14 1341 | 一级方程序赛车 14 1342 | 气路控制阀 13 1343 | 右前轮眉 13 1344 | 爱墨绿 13 1345 | 公路客运售票 13 1346 | 机盖撑杆 13 1347 | 正时皮带涨紧轮 13 1348 | 右后翼子板 13 1349 | 四档齿 13 1350 | 前牌照架 13 1351 | 诊断报警系统 13 1352 | 前制动钳 13 1353 | 依卡露斯 13 1354 | 雅阁旅行版概念车 13 1355 | 止动板 13 1356 | 丙酸纤维素 13 1357 | 方向盘盖 13 1358 | 一汽华利幸福使者 13 1359 | 机油加注口盖 13 1360 | 复合衬套 12 1361 | 白心可锻铸铁 12 1362 | 左前门内饰板 12 1363 | 大灯框 12 1364 | 稀薄燃烧发动机 12 1365 | 转向齿轮泵 11 1366 | 空调涨紧轮 11 1367 | 左右壳 11 1368 | 福田迷迪 11 1369 | 暖风胶管 11 1370 | 引擎宝 11 1371 | 右下边梁 11 1372 | 人车合影 11 1373 | 冒险鸭 11 1374 | 前保险杠面板 11 1375 | 杭州嘉诺展览有限公司 11 1376 | 前制动摩擦片 11 1377 | 曲轴前油封 11 1378 | 驱动小齿轮 11 1379 | 右侧窗玻璃 11 1380 | 氢气转子发动机 11 1381 | 电瓶卡子 10 1382 | 帕克沃德 10 1383 | 二行程循环引擎 10 1384 | 好词库 10 1385 | 膨涨阀 10 1386 | 后尾灯罩 10 1387 | 改装技术人员 10 1388 | 串联式制动总泵 10 1389 | 新旧件 10 1390 | 汽车装饰服务中心 10 1391 | 太空户 10 1392 | 潜水跑车 10 1393 | 轮胎螺母拆装机 10 1394 | 两厢半式轿车 10 1395 | 制动硬管 9 1396 | 翼子板隔音 9 1397 | 付钢板 9 1398 | 每缸气门数 9 1399 | 电动车专用配件 9 1400 | 面板装饰件 9 1401 | 试车评测 9 1402 | 哈飞路尊小霸王 9 1403 | 消声器接管 9 1404 | 汽车车体结构 9 1405 | 四冲程循环 9 1406 | 隔音品牌 9 1407 | 档拔叉 9 1408 | 水泵部件 9 1409 | 转矩变换器 9 1410 | 雨刮间歇继电器 9 1411 | 游动齿轮 9 1412 | 铃木红 9 1413 | 车辆外迁 9 1414 | 后保险杠面板 9 1415 | 橡胶保护帽 9 1416 | 水位感应器 9 1417 | 车门开度限位器 9 1418 | 转向灯灯泡 9 1419 | 路环小型赛车场 8 1420 | 连杆校正器 8 1421 | 汽车零部件整合 8 1422 | 叶子板内衬 8 1423 | 电子真空泵 8 1424 | 烟灰缸前 8 1425 | 定远试车场 8 1426 | 有效燃油消耗率 8 1427 | 带束斜交轮胎 8 1428 | 重型汽车联营公司 8 1429 | 进气凸轮轴前 8 1430 | 转向节前 8 1431 | 贝氏体球墨铸铁 8 1432 | 轮胎翻新材料 7 1433 | 行星齿轮变速机构 7 1434 | 半自动操纵式变速器 7 1435 | 改舵车 7 1436 | 中国四大汽车集团 7 1437 | 右后轮眉 7 1438 | 后围侧板 7 1439 | 左前门玻璃升降器 7 1440 | 便携油箱 7 1441 | 汽车制动效能 7 1442 | 柯尼希斯埃格 7 1443 | 废气回收管 7 1444 | 隔音材料厂 7 1445 | 行星齿轮托架 7 1446 | 黄海汽车工程学院 7 1447 | 汽车智能钥匙 7 1448 | 稳定牵引控制系统 7 1449 | 玻璃摇把 7 1450 | 分隔式燃烧室 7 1451 | 手扣防划膜 7 1452 | 减磨垫片 7 1453 | 风扇偶合器 6 1454 | 门提钮 6 1455 | 前保险杠骨架 6 1456 | 双摇臂悬架 6 1457 | 梅格纳斯特耶 6 1458 | 钢板胶套 6 1459 | 变速箱开关 6 1460 | 液压式离合器系统 6 1461 | 汽车启动电源 6 1462 | 变速箱第一轴 6 1463 | 汽车最小离地间隙 6 1464 | 六角法兰面螺母 6 1465 | 从动圆柱齿 6 1466 | 换挡锁止电磁阀 6 1467 | 转向管柱总成 6 1468 | 新嘉年华两厢 6 1469 | 凸缘叉 6 1470 | 中国专用汽车网 6 1471 | 从动圆柱齿轮 6 1472 | 引擎盖覆膜 6 1473 | 下脚垫 6 1474 | 轮胎侧偏刚度 6 1475 | 中国汽贸网 6 1476 | 飞行吉普 6 1477 | 数字式万用电表 6 1478 | 前门脚踏 6 1479 | 机油冷却器芯 6 1480 | 后排风出口 6 1481 | 丰田智慧 6 1482 | 乘员头颈保护系统 6 1483 | 传动轴凸缘 5 1484 | 向心滚珠轴承 5 1485 | 福特全顺快运 5 1486 | 防撞加强板 5 1487 | 冈比亚红 5 1488 | 护风圈 5 1489 | 轮边减速器总成 5 1490 | 亚尔帕 5 1491 | 金牛座汽车 5 1492 | 液力转向泵 5 1493 | 右后挡泥板 5 1494 | 中大金陵客车 5 1495 | 排气门大 5 1496 | 右前车门玻璃 5 1497 | 前罩壳 5 1498 | 斜背式轿车 5 1499 | 湛江汽车网 5 1500 | 梅塞得斯奔驰 5 1501 | 普利茅斯汽车公司 5 1502 | 助力泵开关 5 1503 | 格雷那达 5 1504 | 盒盖左 5 1505 | 安全气囊线束 5 1506 | 脉冲式电磁阀 5 1507 | 楔形销 4 1508 | 水箱胶垫 4 1509 | 水箱副水壶 4 1510 | 制动灯开关总成 4 1511 | 三效催化器 4 1512 | 全天候空调系统 4 1513 | 谐振箱 4 1514 | 全息座舱 4 1515 | 油泵单向阀 4 1516 | 水泵垫 4 1517 | 中间托架 4 1518 | 前围线束 4 1519 | 挂车指示灯 4 1520 | 胎圈芯 4 1521 | 菲利普岛赛道 4 1522 | 滤芯总成 4 1523 | 蒸发器芯子 4 1524 | 卡亚克 4 1525 | 路安汽车俱乐部 4 1526 | 格雷姆林 4 1527 | 机盖铰链 4 1528 | 座椅调整器 4 1529 | 汽车机电技术 4 1530 | 墨绿珍珠 4 1531 | 圆锥主动齿轮轴承 4 1532 | 转向轮定位仪 4 1533 | 喷油泵齿轮 4 1534 | 现代汽车检测诊断技术 4 1535 | 川汽野马 4 1536 | 脚垫黑色 4 1537 | 欧亚车业 4 1538 | 右角灯 4 1539 | 下悬挂胶套 4 1540 | 克莱斯勒指挥官 4 1541 | 温度传感器线束 3 1542 | 汽车平顺性随机输入行驶试验 3 1543 | 印地方程式赛 3 1544 | 油中宝 3 1545 | 汽车轮距 3 1546 | 汽车梦工场 3 1547 | 汽车牵引力控制系统 3 1548 | 哈飞汽车路宝 3 1549 | 节气门垫 3 1550 | 紧急控制阀 3 1551 | 汽车电脑维修教程 3 1552 | 博世蜗牛喇叭 3 1553 | 曼胡默尔集团 3 1554 | 最新汽车正时校对手册 3 1555 | 后轮罩护板 3 1556 | 长安福特新福克斯 3 1557 | 左后门玻璃升降器 3 1558 | 离合器盖及压盘总成 3 1559 | 右前小灯 3 1560 | 左前分泵 3 1561 | 扭力支架 3 1562 | 发射极耦合逻辑电路 3 1563 | 北美之鹰号 3 1564 | 汽油液位传感器 3 1565 | 约斯帝 3 1566 | 中间传动齿轮 3 1567 | 引擎波司 3 1568 | 郑州北环汽配车饰广场 3 1569 | 江苏女神汽车集团公司 3 1570 | 北美之鹰 3 1571 | 车辆稳定性操控系统 3 1572 | 排气管隔热板 3 1573 | 汽车音响解码大全 3 1574 | 永磁减速起动机 3 1575 | 品车网 3 1576 | 前杠骨架 3 1577 | 进气门摇臂 3 1578 | 中间轴常啮合齿轮 3 1579 | 轮边总成 3 1580 | 中空充钠气门 3 1581 | 气门调整螺丝 3 1582 | 空调皮带张紧轮 3 1583 | 初生石墨 3 1584 | 驻车制动指示灯 3 1585 | 长丰猎豹骐菱 3 1586 | 保险继电器 3 1587 | 汽车扭矩 3 1588 | 汽车平顺性单脉冲输入行驶试验 3 1589 | 液压油压力表 3 1590 | 印第安纳赛道 3 1591 | 嘉华起亚 3 1592 | 钢圈清洗剂 3 1593 | 曲轴位置感应器 3 1594 | 叶子板灯 3 1595 | 设计硬点 3 1596 | 左后侧围 3 1597 | 动力转向油罐总成 2 1598 | 牌照灯护板 2 1599 | 珠海汽车网 2 1600 | 罩盖垫 2 1601 | 差速器小齿轮 2 1602 | 伯诺赛道 2 1603 | 雨刮盖板 2 1604 | 汽车安全驾驶技术 2 1605 | 前钢板后支架 2 1606 | 真空管硬 2 1607 | 通用件与标准件 2 1608 | 越野车论坛 2 1609 | 换气门座圈 2 1610 | 鼓风机壳 2 1611 | 摩托车防晒垫 2 1612 | 空调暖风开关 2 1613 | 半轴齿轮垫 2 1614 | 残缺类缺陷 2 1615 | 驾驶室减震器 2 1616 | 供油提前器 2 1617 | 粉末冶金衬套 2 1618 | 山西宇星客车有限公司 2 1619 | 前刹车分泵支架 2 1620 | 汽车品牌与文化 2 1621 | 曲前油封 2 1622 | 荣茂隔音 2 1623 | 左右侧盖 2 1624 | 全方位车体吸撞结构 2 1625 | 法拉利越野车 2 1626 | 汽车动力指标 2 1627 | 前制动分室 2 1628 | 前钢板前支架 2 1629 | 轮边壳 2 1630 | 毛线法拉利 2 1631 | 进气道转换阀 2 1632 | 高浓度固化剂 2 1633 | 油路总成测试机 2 1634 | 凯越前挡玻璃 2 1635 | 周申一 2 1636 | 曲轴位置感知器 2 1637 | 鼓风机电阻 2 1638 | 玛希拉蒂 2 1639 | 膜片式制动气室 2 1640 | 梦迪博朗 2 1641 | 欧洲纽博格林赛道 2 1642 | 轮芯盖 2 1643 | 变速箱一轴油封 2 1644 | 钢圈铝 2 1645 | 前止点 2 1646 | 钢板垫块 2 1647 | 变扭器切割设备 2 1648 | 野马福特 2 1649 | 标准型弹簧垫圈 2 1650 | 直拉杆接头总成 2 1651 | 制动鼓后 2 1652 | 充电卡子 2 1653 | 格栅保险杠 2 1654 | 浙江瑞立集团公司 2 1655 | 摩纳罗 2 1656 | 尾灯支架 2 1657 | 油箱浮筒 2 1658 | 汽车智能安全气囊 2 1659 | 汽车最大爬坡度 2 1660 | 万向液压 2 1661 | 宿迁客运总站 2 1662 | 右后侧围 2 1663 | 名车背后的故事 2 1664 | 圆柱齿轮壳 1 1665 | 汽车用品与附件 1 1666 | 汽车自动变速器挡位 1 1667 | 防碎安全玻璃 1 1668 | 马自达八 1 1669 | 风华一号 1 1670 | 后备箱盖隔音 1 1671 | 轮眉卡扣 1 1672 | 马力车重比 1 1673 | 变速箱前油封 1 1674 | 精品组件 1 1675 | 锥形堵塞 1 1676 | 美式校车 1 1677 | 嘉川汽车 1 1678 | 地盘测功机 1 1679 | 四档同步器 1 1680 | 两分频喇叭 1 1681 | 右前叶子板内衬 1 1682 | 熄火拉线 1 1683 | 凸轮轴位置感知器 1 1684 | 烟台国际车展 1 1685 | 前制动臂 1 1686 | 有效摩擦面积 1 1687 | 汽车汽配专业服务 1 1688 | 中段消声器 1 1689 | 精灵奔驰 1 1690 | 发动机下挡板 1 1691 | 前制动蹄支销 1 1692 | 汽车高位制动灯 1 1693 | 中兴汽车驰野 1 1694 | 制动器制动力分配系数 1 1695 | 多路传输控制单元 1 1696 | 插入螺母 1 1697 | 后钢板销 1 1698 | 常见汽车品牌 1 1699 | 分离轴承卡簧 1 1700 | 消声器前进气管总成 1 1701 | 汽车的零公里 1 1702 | 野猫赛 1 1703 | 中桥园柱齿轮壳 1 1704 | 曼牡丹 1 1705 | 丰田锡耶纳 1 1706 | 二手汽车按揭贷款 1 1707 | 奥迪风洞中心 1 1708 | 前下导向臂 1 1709 | 变扭器维修设备 1 1710 | 后雾灯开关总成 1 1711 | 中兴汽车标志 1 1712 | 牙嵌式自锁差速器 1 1713 | 车辆外摆值 1 1714 | 车载后座娱乐系统 1 1715 | 福特爱虎 1 1716 | 强制式曲轴箱通风 1 1717 | 中间传动轴总成 1 1718 | 汽车防追尾装置 1 1719 | 电瓶盖板 1 1720 | 缩微图纸 1 1721 | 复合行星齿轮 1 1722 | 右后车门玻璃 1 1723 | 一汽大众汽车俱乐部 1 1724 | 夏茅汽车客运站 1 1725 | 暖风机出风口 1 1726 | 汽车机械制图 1 1727 | 轮罩 1 1728 | 英国劳斯莱斯集团 1 1729 | 倒车视频影像 1 1730 | 佛轮尔 1 1731 | 车坛百分百 1 1732 | 旋转分流阀 1 1733 | 时规涨紧轮 1 1734 | 总成吊装设备 1 1735 | 机油压力感应器 1 1736 | 内室镜 1 1737 | 高音倒模 1 1738 | 后尾灯支架 1 1739 | 无线遥控防盗锁 1 1740 | 空气滤芯总成 1 1741 | 吉里耶塔 1 1742 | 车身清洗设备 1 1743 | 浙江车网 1 1744 | 车门折页 1 1745 | 自动排档变速箱 1 1746 | 植草喷播车 1 1747 | 转子传感器 1 1748 | 汽车运行作业计划 1 1749 | 汽车挡位数 1 1750 | 手继动阀 1 1751 | 骆驼电瓶 1 1752 | 偏心轴位置传感器 1 1753 | -------------------------------------------------------------------------------- /dev/common.txt: -------------------------------------------------------------------------------- 1 | 一 1 2 | 乙 1 3 | 二 1 4 | 十 1 5 | 丁 1 6 | 厂 1 7 | 七 1 8 | 卜 1 9 | 八 1 10 | 人 1 11 | 入 1 12 | 儿 1 13 | 九 1 14 | 匕 1 15 | 几 1 16 | 刁 1 17 | 了 1 18 | 乃 1 19 | 刀 1 20 | 力 1 21 | 又 1 22 | 乜 1 23 | 三 1 24 | 干 1 25 | 亍 1 26 | 于 1 27 | 亏 1 28 | 士 1 29 | 土 1 30 | 工 1 31 | 才 1 32 | 下 1 33 | 寸 1 34 | 丈 1 35 | 大 1 36 | 兀 1 37 | 与 1 38 | 万 1 39 | 弋 1 40 | 上 1 41 | 小 1 42 | 口 1 43 | 山 1 44 | 巾 1 45 | 千 1 46 | 乞 1 47 | 川 1 48 | 亿 1 49 | 彳 1 50 | 个 1 51 | 么 1 52 | 久 1 53 | 勺 1 54 | 丸 1 55 | 夕 1 56 | 凡 1 57 | 及 1 58 | 广 1 59 | 亡 1 60 | 门 1 61 | 丫 1 62 | 义 1 63 | 之 1 64 | 尸 1 65 | 已 1 66 | 巳 1 67 | 弓 1 68 | 己 1 69 | 卫 1 70 | 孑 1 71 | 子 1 72 | 孓 1 73 | 也 1 74 | 女 1 75 | 飞 1 76 | 刃 1 77 | 习 1 78 | 叉 1 79 | 马 1 80 | 乡 1 81 | 幺 1 82 | 丰 1 83 | 王 1 84 | 井 1 85 | 开 1 86 | 亓 1 87 | 夫 1 88 | 天 1 89 | 元 1 90 | 无 1 91 | 韦 1 92 | 云 1 93 | 专 1 94 | 丐 1 95 | 扎 1 96 | 廿 1 97 | 艺 1 98 | 木 1 99 | 五 1 100 | 支 1 101 | 厅 1 102 | 卅 1 103 | 不 1 104 | 仄 1 105 | 太 1 106 | 犬 1 107 | 区 1 108 | 历 1 109 | 友 1 110 | 歹 1 111 | 尤 1 112 | 匹 1 113 | 厄 1 114 | 车 1 115 | 巨 1 116 | 牙 1 117 | 屯 1 118 | 戈 1 119 | 比 1 120 | 互 1 121 | 切 1 122 | 瓦 1 123 | 止 1 124 | 少 1 125 | 曰 1 126 | 日 1 127 | 中 1 128 | 贝 1 129 | 内 1 130 | 水 1 131 | 冈 1 132 | 见 1 133 | 手 1 134 | 午 1 135 | 牛 1 136 | 毛 1 137 | 气 1 138 | 壬 1 139 | 升 1 140 | 夭 1 141 | 长 1 142 | 仁 1 143 | 仃 1 144 | 什 1 145 | 片 1 146 | 仆 1 147 | 仉 1 148 | 化 1 149 | 仇 1 150 | 币 1 151 | 仂 1 152 | 仍 1 153 | 仅 1 154 | 斤 1 155 | 爪 1 156 | 反 1 157 | 兮 1 158 | 刈 1 159 | 介 1 160 | 父 1 161 | 爻 1 162 | 从 1 163 | 仑 1 164 | 今 1 165 | 凶 1 166 | 分 1 167 | 乏 1 168 | 公 1 169 | 仓 1 170 | 月 1 171 | 氏 1 172 | 勿 1 173 | 风 1 174 | 欠 1 175 | 丹 1 176 | 匀 1 177 | 乌 1 178 | 勾 1 179 | 殳 1 180 | 凤 1 181 | 卞 1 182 | 六 1 183 | 文 1 184 | 亢 1 185 | 方 1 186 | 闩 1 187 | 火 1 188 | 为 1 189 | 斗 1 190 | 忆 1 191 | 计 1 192 | 订 1 193 | 户 1 194 | 讣 1 195 | 认 1 196 | 讥 1 197 | 冗 1 198 | 心 1 199 | 尹 1 200 | 尺 1 201 | 夬 1 202 | 引 1 203 | 丑 1 204 | 爿 1 205 | 巴 1 206 | 孔 1 207 | 队 1 208 | 办 1 209 | 以 1 210 | 允 1 211 | 邓 1 212 | 予 1 213 | 劝 1 214 | 双 1 215 | 书 1 216 | 毋 1 217 | 幻 1 218 | 玉 1 219 | 刊 1 220 | 末 1 221 | 未 1 222 | 示 1 223 | 击 1 224 | 邗 1 225 | 戋 1 226 | 打 1 227 | 巧 1 228 | 正 1 229 | 扑 1 230 | 卉 1 231 | 扒 1 232 | 邛 1 233 | 功 1 234 | 扔 1 235 | 去 1 236 | 甘 1 237 | 世 1 238 | 艾 1 239 | 艽 1 240 | 古 1 241 | 节 1 242 | 艿 1 243 | 本 1 244 | 术 1 245 | 札 1 246 | 可 1 247 | 叵 1 248 | 匝 1 249 | 丙 1 250 | 左 1 251 | 厉 1 252 | 丕 1 253 | 石 1 254 | 右 1 255 | 布 1 256 | 夯 1 257 | 龙 1 258 | 戊 1 259 | 平 1 260 | 灭 1 261 | 轧 1 262 | 东 1 263 | 匜 1 264 | 劢 1 265 | 卡 1 266 | 北 1 267 | 占 1 268 | 凸 1 269 | 卢 1 270 | 业 1 271 | 旧 1 272 | 帅 1 273 | 归 1 274 | 目 1 275 | 旦 1 276 | 且 1 277 | 叮 1 278 | 叶 1 279 | 甲 1 280 | 申 1 281 | 号 1 282 | 电 1 283 | 田 1 284 | 由 1 285 | 卟 1 286 | 叭 1 287 | 只 1 288 | 央 1 289 | 史 1 290 | 叱 1 291 | 叽 1 292 | 兄 1 293 | 叼 1 294 | 叩 1 295 | 叫 1 296 | 叻 1 297 | 叨 1 298 | 另 1 299 | 叹 1 300 | 冉 1 301 | 皿 1 302 | 凹 1 303 | 囚 1 304 | 四 1 305 | 生 1 306 | 失 1 307 | 矢 1 308 | 氕 1 309 | 乍 1 310 | 禾 1 311 | 仨 1 312 | 仕 1 313 | 丘 1 314 | 付 1 315 | 仗 1 316 | 代 1 317 | 仙 1 318 | 仟 1 319 | 仡 1 320 | 仫 1 321 | 伋 1 322 | 们 1 323 | 仪 1 324 | 白 1 325 | 仔 1 326 | 他 1 327 | 仞 1 328 | 斥 1 329 | 卮 1 330 | 瓜 1 331 | 乎 1 332 | 丛 1 333 | 令 1 334 | 用 1 335 | 甩 1 336 | 印 1 337 | 氐 1 338 | 乐 1 339 | 尔 1 340 | 句 1 341 | 匆 1 342 | 犰 1 343 | 册 1 344 | 卯 1 345 | 犯 1 346 | 外 1 347 | 处 1 348 | 冬 1 349 | 鸟 1 350 | 务 1 351 | 刍 1 352 | 包 1 353 | 饥 1 354 | 主 1 355 | 市 1 356 | 庀 1 357 | 邝 1 358 | 立 1 359 | 冯 1 360 | 邙 1 361 | 玄 1 362 | 闪 1 363 | 兰 1 364 | 半 1 365 | 汀 1 366 | 汁 1 367 | 汇 1 368 | 头 1 369 | 汈 1 370 | 汉 1 371 | 忉 1 372 | 宁 1 373 | 穴 1 374 | 宄 1 375 | 它 1 376 | 讦 1 377 | 讧 1 378 | 讨 1 379 | 写 1 380 | 让 1 381 | 礼 1 382 | 讪 1 383 | 讫 1 384 | 训 1 385 | 必 1 386 | 议 1 387 | 讯 1 388 | 记 1 389 | 永 1 390 | 司 1 391 | 尻 1 392 | 尼 1 393 | 民 1 394 | 弗 1 395 | 弘 1 396 | 阢 1 397 | 出 1 398 | 阡 1 399 | 辽 1 400 | 奶 1 401 | 奴 1 402 | 尕 1 403 | 加 1 404 | 召 1 405 | 皮 1 406 | 边 1 407 | 孕 1 408 | 发 1 409 | 圣 1 410 | 对 1 411 | 弁 1 412 | 台 1 413 | 矛 1 414 | 纠 1 415 | 驭 1 416 | 母 1 417 | 幼 1 418 | 丝 1 419 | 匡 1 420 | 耒 1 421 | 邦 1 422 | 玎 1 423 | 玑 1 424 | 式 1 425 | 迂 1 426 | 刑 1 427 | 邢 1 428 | 戎 1 429 | 动 1 430 | 圩 1 431 | 圬 1 432 | 圭 1 433 | 扛 1 434 | 寺 1 435 | 吉 1 436 | 扣 1 437 | 扦 1 438 | 圪 1 439 | 考 1 440 | 托 1 441 | 圳 1 442 | 老 1 443 | 圾 1 444 | 巩 1 445 | 执 1 446 | 扩 1 447 | 圹 1 448 | 扪 1 449 | 扫 1 450 | 圯 1 451 | 圮 1 452 | 地 1 453 | 扬 1 454 | 场 1 455 | 耳 1 456 | 芋 1 457 | 芏 1 458 | 共 1 459 | 芊 1 460 | 芍 1 461 | 芨 1 462 | 芄 1 463 | 芒 1 464 | 亚 1 465 | 芝 1 466 | 芎 1 467 | 芑 1 468 | 芗 1 469 | 朽 1 470 | 朴 1 471 | 机 1 472 | 权 1 473 | 过 1 474 | 亘 1 475 | 臣 1 476 | 吏 1 477 | 再 1 478 | 协 1 479 | 西 1 480 | 压 1 481 | 厌 1 482 | 厍 1 483 | 戌 1 484 | 在 1 485 | 百 1 486 | 有 1 487 | 存 1 488 | 而 1 489 | 页 1 490 | 匠 1 491 | 夸 1 492 | 夺 1 493 | 夼 1 494 | 灰 1 495 | 达 1 496 | 戍 1 497 | 尥 1 498 | 列 1 499 | 死 1 500 | 成 1 501 | 夹 1 502 | 夷 1 503 | 轨 1 504 | 邪 1 505 | 尧 1 506 | 划 1 507 | 迈 1 508 | 毕 1 509 | 至 1 510 | 此 1 511 | 乩 1 512 | 贞 1 513 | 师 1 514 | 尘 1 515 | 尖 1 516 | 劣 1 517 | 光 1 518 | 当 1 519 | 吁 1 520 | 早 1 521 | 吐 1 522 | 吓 1 523 | 旯 1 524 | 曳 1 525 | 虫 1 526 | 曲 1 527 | 团 1 528 | 同 1 529 | 吕 1 530 | 吊 1 531 | 吃 1 532 | 因 1 533 | 吸 1 534 | 吗 1 535 | 吆 1 536 | 屿 1 537 | 屹 1 538 | 岌 1 539 | 帆 1 540 | 岁 1 541 | 回 1 542 | 岂 1 543 | 屺 1 544 | 则 1 545 | 刚 1 546 | 网 1 547 | 肉 1 548 | 凼 1 549 | 囝 1 550 | 囡 1 551 | 钆 1 552 | 钇 1 553 | 年 1 554 | 朱 1 555 | 缶 1 556 | 氘 1 557 | 氖 1 558 | 牝 1 559 | 先 1 560 | 丢 1 561 | 廷 1 562 | 舌 1 563 | 竹 1 564 | 迁 1 565 | 乔 1 566 | 迄 1 567 | 伟 1 568 | 传 1 569 | 乒 1 570 | 乓 1 571 | 休 1 572 | 伍 1 573 | 伎 1 574 | 伏 1 575 | 伛 1 576 | 优 1 577 | 臼 1 578 | 伢 1 579 | 伐 1 580 | 仳 1 581 | 延 1 582 | 佤 1 583 | 仲 1 584 | 仵 1 585 | 件 1 586 | 任 1 587 | 伤 1 588 | 伥 1 589 | 价 1 590 | 伦 1 591 | 份 1 592 | 伧 1 593 | 华 1 594 | 仰 1 595 | 伉 1 596 | 仿 1 597 | 伙 1 598 | 伪 1 599 | 伫 1 600 | 自 1 601 | 伊 1 602 | 血 1 603 | 向 1 604 | 囟 1 605 | 似 1 606 | 后 1 607 | 行 1 608 | 甪 1 609 | 舟 1 610 | 全 1 611 | 会 1 612 | 杀 1 613 | 合 1 614 | 兆 1 615 | 企 1 616 | 汆 1 617 | 氽 1 618 | 众 1 619 | 爷 1 620 | 伞 1 621 | 创 1 622 | 刖 1 623 | 肌 1 624 | 肋 1 625 | 朵 1 626 | 杂 1 627 | 夙 1 628 | 危 1 629 | 旬 1 630 | 旭 1 631 | 旮 1 632 | 旨 1 633 | 负 1 634 | 犴 1 635 | 刎 1 636 | 犷 1 637 | 匈 1 638 | 犸 1 639 | 舛 1 640 | 各 1 641 | 名 1 642 | 多 1 643 | 凫 1 644 | 争 1 645 | 邬 1 646 | 色 1 647 | 饧 1 648 | 冱 1 649 | 壮 1 650 | 冲 1 651 | 妆 1 652 | 冰 1 653 | 庄 1 654 | 庆 1 655 | 亦 1 656 | 刘 1 657 | 齐 1 658 | 交 1 659 | 次 1 660 | 衣 1 661 | 产 1 662 | 决 1 663 | 亥 1 664 | 邡 1 665 | 充 1 666 | 妄 1 667 | 闭 1 668 | 问 1 669 | 闯 1 670 | 羊 1 671 | 并 1 672 | 关 1 673 | 米 1 674 | 灯 1 675 | 州 1 676 | 汗 1 677 | 污 1 678 | 江 1 679 | 汕 1 680 | 汔 1 681 | 汲 1 682 | 汐 1 683 | 汛 1 684 | 汜 1 685 | 池 1 686 | 汝 1 687 | 汤 1 688 | 汊 1 689 | 忖 1 690 | 忏 1 691 | 忙 1 692 | 兴 1 693 | 宇 1 694 | 守 1 695 | 宅 1 696 | 字 1 697 | 安 1 698 | 讲 1 699 | 讳 1 700 | 讴 1 701 | 军 1 702 | 讵 1 703 | 讶 1 704 | 祁 1 705 | 讷 1 706 | 许 1 707 | 讹 1 708 | 论 1 709 | 讼 1 710 | 农 1 711 | 讽 1 712 | 设 1 713 | 访 1 714 | 诀 1 715 | 聿 1 716 | 寻 1 717 | 那 1 718 | 艮 1 719 | 厾 1 720 | 迅 1 721 | 尽 1 722 | 导 1 723 | 异 1 724 | 弛 1 725 | 阱 1 726 | 阮 1 727 | 孙 1 728 | 阵 1 729 | 阳 1 730 | 收 1 731 | 阪 1 732 | 阶 1 733 | 阴 1 734 | 防 1 735 | 丞 1 736 | 奸 1 737 | 如 1 738 | 妁 1 739 | 妇 1 740 | 妃 1 741 | 好 1 742 | 她 1 743 | 妈 1 744 | 戏 1 745 | 羽 1 746 | 观 1 747 | 牟 1 748 | 欢 1 749 | 买 1 750 | 纡 1 751 | 红 1 752 | 纣 1 753 | 驮 1 754 | 纤 1 755 | 纥 1 756 | 驯 1 757 | 纨 1 758 | 约 1 759 | 级 1 760 | 纩 1 761 | 纪 1 762 | 驰 1 763 | 纫 1 764 | 巡 1 765 | 寿 1 766 | 玕 1 767 | \ 1 768 | 弄 1 769 | 玙 1 770 | 麦 1 771 | 玖 1 772 | 玚 1 773 | 玛 1 774 | 形 1 775 | 进 1 776 | 戒 1 777 | 吞 1 778 | 远 1 779 | 违 1 780 | 韧 1 781 | 运 1 782 | 扶 1 783 | 抚 1 784 | 坛 1 785 | 抟 1 786 | 技 1 787 | 坏 1 788 | 抔 1 789 | 抠 1 790 | 坜 1 791 | 扰 1 792 | 扼 1 793 | 拒 1 794 | 找 1 795 | 批 1 796 | 扯 1 797 | 址 1 798 | 走 1 799 | 抄 1 800 | 汞 1 801 | 坝 1 802 | 贡 1 803 | 攻 1 804 | 赤 1 805 | 圻 1 806 | 折 1 807 | 抓 1 808 | 扳 1 809 | 坂 1 810 | 抡 1 811 | 扮 1 812 | 抢 1 813 | 扺 1 814 | 孝 1 815 | 坎 1 816 | 坍 1 817 | 均 1 818 | 坞 1 819 | 抑 1 820 | 抛 1 821 | 投 1 822 | 抃 1 823 | \ 1 824 | 坟 1 825 | 坑 1 826 | 抗 1 827 | 坊 1 828 | 抖 1 829 | 护 1 830 | 壳 1 831 | 志 1 832 | 块 1 833 | 抉 1 834 | 扭 1 835 | 声 1 836 | 把 1 837 | 报 1 838 | 拟 1 839 | 抒 1 840 | 却 1 841 | 劫 1 842 | 毐 1 843 | 芙 1 844 | 芫 1 845 | 芜 1 846 | 苇 1 847 | 邯 1 848 | 芸 1 849 | 芾 1 850 | 芰 1 851 | 苈 1 852 | 苊 1 853 | 苣 1 854 | 芽 1 855 | 芷 1 856 | 芮 1 857 | 苋 1 858 | 芼 1 859 | 苌 1 860 | 花 1 861 | 芹 1 862 | 芥 1 863 | 苁 1 864 | 芩 1 865 | 芬 1 866 | 苍 1 867 | 芪 1 868 | 芴 1 869 | 芡 1 870 | 芟 1 871 | 苄 1 872 | 芳 1 873 | 严 1 874 | 苎 1 875 | 芦 1 876 | 芯 1 877 | 劳 1 878 | 克 1 879 | 芭 1 880 | 苏 1 881 | 苡 1 882 | 杆 1 883 | 杜 1 884 | 杠 1 885 | 材 1 886 | 村 1 887 | 杖 1 888 | 杌 1 889 | 杏 1 890 | 杉 1 891 | 巫 1 892 | 杓 1 893 | 极 1 894 | 杧 1 895 | 杞 1 896 | 李 1 897 | 杨 1 898 | 杈 1 899 | 求 1 900 | 忑 1 901 | 孛 1 902 | 甫 1 903 | 匣 1 904 | 更 1 905 | 束 1 906 | 吾 1 907 | 豆 1 908 | 两 1 909 | 邴 1 910 | 酉 1 911 | 丽 1 912 | 医 1 913 | 辰 1 914 | 励 1 915 | 邳 1 916 | 否 1 917 | 还 1 918 | 矶 1 919 | 奁 1 920 | 豕 1 921 | 尬 1 922 | 歼 1 923 | 来 1 924 | 忒 1 925 | 连 1 926 | 欤 1 927 | 轩 1 928 | 轪 1 929 | 轫 1 930 | 迓 1 931 | 邶 1 932 | 忐 1 933 | 芈 1 934 | 步 1 935 | 卤 1 936 | 卣 1 937 | 邺 1 938 | 坚 1 939 | 肖 1 940 | 旰 1 941 | 旱 1 942 | 盯 1 943 | 呈 1 944 | 时 1 945 | 吴 1 946 | 呋 1 947 | 助 1 948 | 县 1 949 | 里 1 950 | 呓 1 951 | 呆 1 952 | 吱 1 953 | 吠 1 954 | 呔 1 955 | 呕 1 956 | 园 1 957 | 呖 1 958 | 呃 1 959 | 旷 1 960 | 围 1 961 | 呀 1 962 | 吨 1 963 | 旸 1 964 | 吡 1 965 | 町 1 966 | 足 1 967 | 虬 1 968 | 邮 1 969 | 男 1 970 | 困 1 971 | 吵 1 972 | 串 1 973 | 呙 1 974 | 呐 1 975 | 呗 1 976 | 员 1 977 | 听 1 978 | 吟 1 979 | 吩 1 980 | 呛 1 981 | 吻 1 982 | 吹 1 983 | 呜 1 984 | 吭 1 985 | 吣 1 986 | 吲 1 987 | 吼 1 988 | 邑 1 989 | 吧 1 990 | 囤 1 991 | 别 1 992 | 吮 1 993 | 岍 1 994 | 帏 1 995 | 岐 1 996 | 岖 1 997 | 岈 1 998 | 岗 1 999 | 岘 1 1000 | 帐 1 1001 | 岑 1 1002 | 岚 1 1003 | 兕 1 1004 | 财 1 1005 | 囵 1 1006 | 囫 1 1007 | 〔 1 1008 | 丿 1 1009 | 〕 1 1010 | 钉 1 1011 | 针 1 1012 | 钊 1 1013 | 钋 1 1014 | 钌 1 1015 | 迕 1 1016 | 氙 1 1017 | 氚 1 1018 | 牡 1 1019 | 告 1 1020 | 我 1 1021 | 乱 1 1022 | 利 1 1023 | 秃 1 1024 | 秀 1 1025 | 私 1 1026 | 岙 1 1027 | 每 1 1028 | 佞 1 1029 | 兵 1 1030 | 邱 1 1031 | 估 1 1032 | 体 1 1033 | 何 1 1034 | 佐 1 1035 | 伾 1 1036 | 佑 1 1037 | 攸 1 1038 | 但 1 1039 | 伸 1 1040 | 佃 1 1041 | 佚 1 1042 | 作 1 1043 | 伯 1 1044 | 伶 1 1045 | 佣 1 1046 | 低 1 1047 | 你 1 1048 | 佝 1 1049 | 佟 1 1050 | 住 1 1051 | 位 1 1052 | 伴 1 1053 | 佗 1 1054 | 身 1 1055 | 皂 1 1056 | 伺 1 1057 | 佛 1 1058 | 伽 1 1059 | 囱 1 1060 | 近 1 1061 | 彻 1 1062 | 役 1 1063 | 彷 1 1064 | 返 1 1065 | 佘 1 1066 | 余 1 1067 | 希 1 1068 | 佥 1 1069 | 坐 1 1070 | 谷 1 1071 | 孚 1 1072 | 妥 1 1073 | 豸 1 1074 | 含 1 1075 | 邻 1 1076 | 坌 1 1077 | 岔 1 1078 | 肝 1 1079 | 肟 1 1080 | 肛 1 1081 | 肚 1 1082 | 肘 1 1083 | 肠 1 1084 | 邸 1 1085 | 龟 1 1086 | 甸 1 1087 | 奂 1 1088 | 免 1 1089 | 劬 1 1090 | 狂 1 1091 | 犹 1 1092 | 狈 1 1093 | 狄 1 1094 | 角 1 1095 | 删 1 1096 | 狃 1 1097 | 狁 1 1098 | 鸠 1 1099 | 条 1 1100 | 彤 1 1101 | 卵 1 1102 | 灸 1 1103 | 岛 1 1104 | 邹 1 1105 | 刨 1 1106 | 饨 1 1107 | 迎 1 1108 | 饩 1 1109 | 饪 1 1110 | 饫 1 1111 | 饬 1 1112 | 饭 1 1113 | 饮 1 1114 | 系 1 1115 | 言 1 1116 | 冻 1 1117 | 状 1 1118 | 亩 1 1119 | 况 1 1120 | 亨 1 1121 | 庑 1 1122 | 床 1 1123 | 庋 1 1124 | 库 1 1125 | 庇 1 1126 | 疔 1 1127 | 疖 1 1128 | 疗 1 1129 | 吝 1 1130 | 应 1 1131 | 冷 1 1132 | 这 1 1133 | 庐 1 1134 | 序 1 1135 | 辛 1 1136 | 肓 1 1137 | 弃 1 1138 | 冶 1 1139 | 忘 1 1140 | 闰 1 1141 | 闱 1 1142 | 闲 1 1143 | 闳 1 1144 | 间 1 1145 | 闵 1 1146 | 闶 1 1147 | 闷 1 1148 | 羌 1 1149 | 判 1 1150 | 兑 1 1151 | 灶 1 1152 | 灿 1 1153 | 灼 1 1154 | 炀 1 1155 | 弟 1 1156 | 沣 1 1157 | 汪 1 1158 | 沅 1 1159 | 沄 1 1160 | 沐 1 1161 | 沛 1 1162 | 沔 1 1163 | 汰 1 1164 | 沤 1 1165 | 沥 1 1166 | 沌 1 1167 | 沘 1 1168 | 沏 1 1169 | 沚 1 1170 | 沙 1 1171 | 汩 1 1172 | 汨 1 1173 | 汭 1 1174 | 汽 1 1175 | 沃 1 1176 | 沂 1 1177 | 沦 1 1178 | 汹 1 1179 | 汾 1 1180 | 泛 1 1181 | 沧 1 1182 | 沨 1 1183 | 沟 1 1184 | 没 1 1185 | 汴 1 1186 | 汶 1 1187 | 沆 1 1188 | 沩 1 1189 | 沪 1 1190 | 沈 1 1191 | 沉 1 1192 | 沁 1 1193 | 泐 1 1194 | 怃 1 1195 | 忮 1 1196 | 怀 1 1197 | 怄 1 1198 | 忧 1 1199 | 忡 1 1200 | 忤 1 1201 | 忾 1 1202 | 怅 1 1203 | 忻 1 1204 | 忪 1 1205 | 怆 1 1206 | 忭 1 1207 | 忱 1 1208 | 快 1 1209 | 忸 1 1210 | 完 1 1211 | 宋 1 1212 | 宏 1 1213 | 牢 1 1214 | 究 1 1215 | 穷 1 1216 | 灾 1 1217 | 良 1 1218 | 证 1 1219 | 诂 1 1220 | 诃 1 1221 | 启 1 1222 | 评 1 1223 | 补 1 1224 | 初 1 1225 | 社 1 1226 | 祀 1 1227 | 祃 1 1228 | 诅 1 1229 | 识 1 1230 | 诈 1 1231 | 诉 1 1232 | 罕 1 1233 | 诊 1 1234 | 诋 1 1235 | 诌 1 1236 | 词 1 1237 | 诎 1 1238 | 诏 1 1239 | 诐 1 1240 | 译 1 1241 | 诒 1 1242 | 君 1 1243 | 灵 1 1244 | 即 1 1245 | 层 1 1246 | 屁 1 1247 | 屃 1 1248 | 尿 1 1249 | 尾 1 1250 | 迟 1 1251 | 局 1 1252 | 改 1 1253 | 张 1 1254 | 忌 1 1255 | 际 1 1256 | 陆 1 1257 | 阿 1 1258 | 孜 1 1259 | 陇 1 1260 | 陈 1 1261 | 阽 1 1262 | 阻 1 1263 | 阼 1 1264 | 附 1 1265 | 坠 1 1266 | 陀 1 1267 | 陂 1 1268 | 陉 1 1269 | 妍 1 1270 | 妩 1 1271 | 妓 1 1272 | 妪 1 1273 | 妣 1 1274 | 妙 1 1275 | 妊 1 1276 | 妖 1 1277 | 妗 1 1278 | 姊 1 1279 | 妨 1 1280 | 妫 1 1281 | 妒 1 1282 | 妞 1 1283 | 姒 1 1284 | 妤 1 1285 | 努 1 1286 | 邵 1 1287 | 劭 1 1288 | 忍 1 1289 | 刭 1 1290 | 劲 1 1291 | 甬 1 1292 | 邰 1 1293 | 矣 1 1294 | 鸡 1 1295 | 纬 1 1296 | 纭 1 1297 | 驱 1 1298 | 纯 1 1299 | 纰 1 1300 | 纱 1 1301 | 纲 1 1302 | 纳 1 1303 | 纴 1 1304 | 纵 1 1305 | 驳 1 1306 | 纶 1 1307 | 纷 1 1308 | 纸 1 1309 | 纹 1 1310 | 纺 1 1311 | 纻 1 1312 | 驴 1 1313 | 纽 1 1314 | 纾 1 1315 | 奉 1 1316 | 玩 1 1317 | 玮 1 1318 | 环 1 1319 | 玡 1 1320 | 武 1 1321 | 青 1 1322 | 责 1 1323 | 现 1 1324 | 玫 1 1325 | 玠 1 1326 | 玢 1 1327 | 玥 1 1328 | 表 1 1329 | 玦 1 1330 | 甙 1 1331 | 盂 1 1332 | 忝 1 1333 | 规 1 1334 | 匦 1 1335 | 抹 1 1336 | 卦 1 1337 | 邽 1 1338 | 坩 1 1339 | 坷 1 1340 | 坯 1 1341 | 拓 1 1342 | 垅 1 1343 | 拢 1 1344 | 拔 1 1345 | 抨 1 1346 | 坪 1 1347 | 拣 1 1348 | 拤 1 1349 | 拈 1 1350 | 坫 1 1351 | 垆 1 1352 | 坦 1 1353 | 担 1 1354 | 坤 1 1355 | 押 1 1356 | 抻 1 1357 | 抽 1 1358 | 拐 1 1359 | 拃 1 1360 | 拖 1 1361 | 拊 1 1362 | 者 1 1363 | 拍 1 1364 | 顶 1 1365 | 坼 1 1366 | 拆 1 1367 | 拎 1 1368 | 拥 1 1369 | 抵 1 1370 | 坻 1 1371 | 拘 1 1372 | 势 1 1373 | 抱 1 1374 | 拄 1 1375 | 垃 1 1376 | 拉 1 1377 | 拦 1 1378 | 幸 1 1379 | 拌 1 1380 | 拧 1 1381 | 坨 1 1382 | 坭 1 1383 | 抿 1 1384 | 拂 1 1385 | 拙 1 1386 | 招 1 1387 | 坡 1 1388 | 披 1 1389 | 拨 1 1390 | 择 1 1391 | 拚 1 1392 | 抬 1 1393 | 拇 1 1394 | 坳 1 1395 | 拗 1 1396 | 耵 1 1397 | 其 1 1398 | 耶 1 1399 | 取 1 1400 | 茉 1 1401 | 苷 1 1402 | 苦 1 1403 | 苯 1 1404 | 昔 1 1405 | 苛 1 1406 | 苤 1 1407 | 若 1 1408 | 茂 1 1409 | 茏 1 1410 | 苹 1 1411 | 苫 1 1412 | 苴 1 1413 | 苜 1 1414 | 苗 1 1415 | 英 1 1416 | 苒 1 1417 | 苘 1 1418 | 茌 1 1419 | 苻 1 1420 | 苓 1 1421 | 茚 1 1422 | 苟 1 1423 | 茆 1 1424 | 茑 1 1425 | 苑 1 1426 | 苞 1 1427 | 范 1 1428 | 茓 1 1429 | 茔 1 1430 | 茕 1 1431 | 直 1 1432 | 苠 1 1433 | 茀 1 1434 | 茁 1 1435 | 茄 1 1436 | 苕 1 1437 | 茎 1 1438 | 苔 1 1439 | 茅 1 1440 | 枉 1 1441 | 林 1 1442 | 枝 1 1443 | 杯 1 1444 | 枢 1 1445 | 枥 1 1446 | 柜 1 1447 | 枇 1 1448 | 杪 1 1449 | 杳 1 1450 | 枘 1 1451 | 枧 1 1452 | 杵 1 1453 | 枚 1 1454 | 枨 1 1455 | 析 1 1456 | 板 1 1457 | 枞 1 1458 | 松 1 1459 | 枪 1 1460 | 枫 1 1461 | 构 1 1462 | 杭 1 1463 | 枋 1 1464 | 杰 1 1465 | 述 1 1466 | 枕 1 1467 | 杻 1 1468 | 杷 1 1469 | 杼 1 1470 | 丧 1 1471 | 或 1 1472 | 画 1 1473 | 卧 1 1474 | 事 1 1475 | 刺 1 1476 | 枣 1 1477 | 雨 1 1478 | 卖 1 1479 | 矸 1 1480 | 郁 1 1481 | 矻 1 1482 | 矾 1 1483 | 矽 1 1484 | 矿 1 1485 | 砀 1 1486 | 码 1 1487 | 厕 1 1488 | 奈 1 1489 | 刳 1 1490 | 奔 1 1491 | 奇 1 1492 | 奄 1 1493 | 奋 1 1494 | 态 1 1495 | 瓯 1 1496 | 欧 1 1497 | 殴 1 1498 | 垄 1 1499 | 殁 1 1500 | 郏 1 1501 | 妻 1 1502 | 轰 1 1503 | 顷 1 1504 | 转 1 1505 | 轭 1 1506 | 斩 1 1507 | 轮 1 1508 | 软 1 1509 | 到 1 1510 | 郅 1 1511 | 鸢 1 1512 | 非 1 1513 | 叔 1 1514 | 歧 1 1515 | 肯 1 1516 | 齿 1 1517 | 些 1 1518 | 卓 1 1519 | 虎 1 1520 | 虏 1 1521 | 肾 1 1522 | 贤 1 1523 | 尚 1 1524 | 盱 1 1525 | 旺 1 1526 | 具 1 1527 | 昊 1 1528 | 昙 1 1529 | 果 1 1530 | 味 1 1531 | 杲 1 1532 | 昃 1 1533 | 昆 1 1534 | 国 1 1535 | 哎 1 1536 | 咕 1 1537 | 昌 1 1538 | 呵 1 1539 | 咂 1 1540 | 畅 1 1541 | 呸 1 1542 | 昕 1 1543 | 明 1 1544 | 易 1 1545 | 咙 1 1546 | 昀 1 1547 | 昂 1 1548 | 旻 1 1549 | 昉 1 1550 | 炅 1 1551 | 咔 1 1552 | 畀 1 1553 | 虮 1 1554 | 迪 1 1555 | 典 1 1556 | 固 1 1557 | 忠 1 1558 | 咀 1 1559 | 呷 1 1560 | 呻 1 1561 | 黾 1 1562 | 咒 1 1563 | 咋 1 1564 | 咐 1 1565 | 呱 1 1566 | 呼 1 1567 | 呤 1 1568 | 咚 1 1569 | 鸣 1 1570 | 咆 1 1571 | 咛 1 1572 | 咏 1 1573 | 呢 1 1574 | 咄 1 1575 | 呶 1 1576 | 咖 1 1577 | 呦 1 1578 | 咝 1 1579 | 岵 1 1580 | 岢 1 1581 | 岸 1 1582 | 岩 1 1583 | 帖 1 1584 | 罗 1 1585 | 岿 1 1586 | 岬 1 1587 | 岫 1 1588 | 帜 1 1589 | 帙 1 1590 | 帕 1 1591 | 岭 1 1592 | 岣 1 1593 | 峁 1 1594 | 刿 1 1595 | 峂 1 1596 | 迥 1 1597 | 岷 1 1598 | 剀 1 1599 | 凯 1 1600 | 帔 1 1601 | 峄 1 1602 | 沓 1 1603 | 败 1 1604 | 账 1 1605 | 贩 1 1606 | 贬 1 1607 | 购 1 1608 | 贮 1 1609 | 囹 1 1610 | 图 1 1611 | 罔 1 1612 | 钍 1 1613 | 钎 1 1614 | 钏 1 1615 | 钐 1 1616 | 钓 1 1617 | 钒 1 1618 | 钔 1 1619 | 钕 1 1620 | 钗 1 1621 | 邾 1 1622 | 制 1 1623 | 知 1 1624 | 迭 1 1625 | 氛 1 1626 | 迮 1 1627 | 垂 1 1628 | 牦 1 1629 | 牧 1 1630 | 物 1 1631 | 乖 1 1632 | 刮 1 1633 | 秆 1 1634 | 和 1 1635 | 季 1 1636 | 委 1 1637 | 竺 1 1638 | 秉 1 1639 | 迤 1 1640 | 佳 1 1641 | 侍 1 1642 | 佶 1 1643 | 岳 1 1644 | 佬 1 1645 | 佴 1 1646 | 供 1 1647 | 使 1 1648 | 侑 1 1649 | 佰 1 1650 | 侉 1 1651 | 例 1 1652 | 侠 1 1653 | 臾 1 1654 | 侥 1 1655 | 版 1 1656 | 侄 1 1657 | 岱 1 1658 | 侦 1 1659 | 侣 1 1660 | 侗 1 1661 | 侃 1 1662 | 侧 1 1663 | 侏 1 1664 | 凭 1 1665 | 侨 1 1666 | 侩 1 1667 | 佻 1 1668 | 佾 1 1669 | 佩 1 1670 | 货 1 1671 | 侈 1 1672 | 侪 1 1673 | 佼 1 1674 | 依 1 1675 | 佯 1 1676 | 侬 1 1677 | 帛 1 1678 | 卑 1 1679 | 的 1 1680 | 迫 1 1681 | 阜 1 1682 | 侔 1 1683 | 质 1 1684 | 欣 1 1685 | 郈 1 1686 | 征 1 1687 | 徂 1 1688 | 往 1 1689 | 爬 1 1690 | 彼 1 1691 | 径 1 1692 | 所 1 1693 | 舍 1 1694 | 金 1 1695 | 刽 1 1696 | 郐 1 1697 | 刹 1 1698 | 命 1 1699 | 肴 1 1700 | 郄 1 1701 | 斧 1 1702 | 怂 1 1703 | 爸 1 1704 | 采 1 1705 | 籴 1 1706 | 觅 1 1707 | 受 1 1708 | 乳 1 1709 | 贪 1 1710 | 念 1 1711 | 贫 1 1712 | 忿 1 1713 | 瓮 1 1714 | 戗 1 1715 | 肼 1 1716 | 肤 1 1717 | 朊 1 1718 | 肺 1 1719 | 肢 1 1720 | 肽 1 1721 | 肱 1 1722 | 肫 1 1723 | 肿 1 1724 | 肭 1 1725 | 胀 1 1726 | 朋 1 1727 | 肷 1 1728 | 股 1 1729 | 肮 1 1730 | 肪 1 1731 | 肥 1 1732 | 服 1 1733 | 胁 1 1734 | 周 1 1735 | 剁 1 1736 | 昏 1 1737 | 迩 1 1738 | 郇 1 1739 | 鱼 1 1740 | 兔 1 1741 | 狉 1 1742 | 狙 1 1743 | 狎 1 1744 | 狐 1 1745 | 忽 1 1746 | 弥 1 1747 | 狗 1 1748 | 狍 1 1749 | 狞 1 1750 | 狒 1 1751 | 咎 1 1752 | 备 1 1753 | 炙 1 1754 | 枭 1 1755 | 饯 1 1756 | 饰 1 1757 | 饱 1 1758 | 饲 1 1759 | 饳 1 1760 | 饴 1 1761 | 冽 1 1762 | 变 1 1763 | 京 1 1764 | 享 1 1765 | 冼 1 1766 | 庞 1 1767 | 店 1 1768 | 夜 1 1769 | 庙 1 1770 | 府 1 1771 | 底 1 1772 | 庖 1 1773 | 疟 1 1774 | 疠 1 1775 | 疝 1 1776 | 疙 1 1777 | 疚 1 1778 | 疡 1 1779 | 剂 1 1780 | 卒 1 1781 | 郊 1 1782 | 兖 1 1783 | 庚 1 1784 | 废 1 1785 | 净 1 1786 | 妾 1 1787 | 盲 1 1788 | 放 1 1789 | 刻 1 1790 | 於 1 1791 | 劾 1 1792 | 育 1 1793 | 氓 1 1794 | 闸 1 1795 | 闹 1 1796 | 郑 1 1797 | 券 1 1798 | 卷 1 1799 | 单 1 1800 | 炜 1 1801 | 炬 1 1802 | 炖 1 1803 | 炒 1 1804 | 炝 1 1805 | 炊 1 1806 | 炕 1 1807 | 炎 1 1808 | 炉 1 1809 | 炔 1 1810 | 沫 1 1811 | 浅 1 1812 | 法 1 1813 | 泔 1 1814 | 泄 1 1815 | 沽 1 1816 | 沭 1 1817 | 河 1 1818 | 泷 1 1819 | 沾 1 1820 | 泸 1 1821 | 沮 1 1822 | 泪 1 1823 | 油 1 1824 | 泱 1 1825 | 泅 1 1826 | 泗 1 1827 | 泊 1 1828 | 泠 1 1829 | 泜 1 1830 | 泺 1 1831 | 泃 1 1832 | 沿 1 1833 | 泖 1 1834 | 泡 1 1835 | 注 1 1836 | 泣 1 1837 | 泫 1 1838 | 泮 1 1839 | 泞 1 1840 | 沱 1 1841 | 泻 1 1842 | 泌 1 1843 | 泳 1 1844 | 泥 1 1845 | 泯 1 1846 | 沸 1 1847 | 泓 1 1848 | 沼 1 1849 | 波 1 1850 | 泼 1 1851 | 泽 1 1852 | 泾 1 1853 | 治 1 1854 | 怔 1 1855 | 怯 1 1856 | 怙 1 1857 | 怵 1 1858 | 怖 1 1859 | 怦 1 1860 | 怛 1 1861 | 怏 1 1862 | 性 1 1863 | 怍 1 1864 | 怕 1 1865 | 怜 1 1866 | 怩 1 1867 | 怫 1 1868 | 怊 1 1869 | 怿 1 1870 | 怪 1 1871 | 怡 1 1872 | 学 1 1873 | 宝 1 1874 | 宗 1 1875 | 定 1 1876 | 宕 1 1877 | 宠 1 1878 | 宜 1 1879 | 审 1 1880 | 宙 1 1881 | 官 1 1882 | 空 1 1883 | 帘 1 1884 | 穸 1 1885 | 穹 1 1886 | 宛 1 1887 | 实 1 1888 | 宓 1 1889 | 诓 1 1890 | 诔 1 1891 | 试 1 1892 | 郎 1 1893 | 诖 1 1894 | 诗 1 1895 | 诘 1 1896 | 戾 1 1897 | 肩 1 1898 | 房 1 1899 | 诙 1 1900 | 戽 1 1901 | 诚 1 1902 | 郓 1 1903 | 衬 1 1904 | 衫 1 1905 | 衩 1 1906 | 祆 1 1907 | 祎 1 1908 | 祉 1 1909 | 视 1 1910 | 祈 1 1911 | 诛 1 1912 | 诜 1 1913 | 话 1 1914 | 诞 1 1915 | 诟 1 1916 | 诠 1 1917 | 诡 1 1918 | 询 1 1919 | 诣 1 1920 | 诤 1 1921 | 该 1 1922 | 详 1 1923 | 诧 1 1924 | 诨 1 1925 | 诩 1 1926 | 建 1 1927 | 肃 1 1928 | 隶 1 1929 | 录 1 1930 | 帚 1 1931 | 屉 1 1932 | 居 1 1933 | 届 1 1934 | 刷 1 1935 | 鸤 1 1936 | \ 1 1937 | 屈 1 1938 | 弧 1 1939 | 弥 1 1940 | 弦 1 1941 | 承 1 1942 | 孟 1 1943 | 陋 1 1944 | 戕 1 1945 | 陌 1 1946 | 孤 1 1947 | 孢 1 1948 | 陕 1 1949 | 亟 1 1950 | 降 1 1951 | 函 1 1952 | 陔 1 1953 | 限 1 1954 | 卺 1 1955 | 妹 1 1956 | 姑 1 1957 | 姐 1 1958 | 妲 1 1959 | 妯 1 1960 | 姓 1 1961 | 姗 1 1962 | 妮 1 1963 | 始 1 1964 | 帑 1 1965 | 弩 1 1966 | 孥 1 1967 | 驽 1 1968 | 姆 1 1969 | 虱 1 1970 | 迦 1 1971 | 迢 1 1972 | 驾 1 1973 | 叁 1 1974 | 参 1 1975 | 迨 1 1976 | 艰 1 1977 | 线 1 1978 | 绀 1 1979 | 绁 1 1980 | 绂 1 1981 | 练 1 1982 | 驵 1 1983 | 组 1 1984 | 绅 1 1985 | 细 1 1986 | 驶 1 1987 | 织 1 1988 | 驷 1 1989 | 驸 1 1990 | 驹 1 1991 | 终 1 1992 | 绉 1 1993 | 驺 1 1994 | 驻 1 1995 | 绊 1 1996 | 驼 1 1997 | 绋 1 1998 | 绌 1 1999 | 绍 1 2000 | 驿 1 2001 | 绎 1 2002 | 经 1 2003 | 骀 1 2004 | 贯 1 2005 | 甾 1 2006 | 砉 1 2007 | 耔 1 2008 | 契 1 2009 | 贰 1 2010 | 奏 1 2011 | 春 1 2012 | 帮 1 2013 | 珏 1 2014 | 珐 1 2015 | 珂 1 2016 | 珑 1 2017 | 玷 1 2018 | 玳 1 2019 | 珀 1 2020 | 顸 1 2021 | 珍 1 2022 | 玲 1 2023 | 珊 1 2024 | 珉 1 2025 | 珈 1 2026 | 玻 1 2027 | 毒 1 2028 | 型 1 2029 | 韨 1 2030 | 拭 1 2031 | 挂 1 2032 | 封 1 2033 | 持 1 2034 | 拮 1 2035 | 拷 1 2036 | 拱 1 2037 | 垭 1 2038 | 挝 1 2039 | 垣 1 2040 | 项 1 2041 | 垮 1 2042 | 挎 1 2043 | 垯 1 2044 | 挞 1 2045 | 城 1 2046 | 挟 1 2047 | 挠 1 2048 | 垤 1 2049 | 政 1 2050 | 赴 1 2051 | 赵 1 2052 | 赳 1 2053 | 贲 1 2054 | 垱 1 2055 | 挡 1 2056 | 拽 1 2057 | 垌 1 2058 | 哉 1 2059 | 垲 1 2060 | 挺 1 2061 | 括 1 2062 | 挢 1 2063 | 埏 1 2064 | 郝 1 2065 | 垍 1 2066 | 垧 1 2067 | 垢 1 2068 | 拴 1 2069 | 拾 1 2070 | 挑 1 2071 | 垛 1 2072 | 指 1 2073 | 垫 1 2074 | 挣 1 2075 | 挤 1 2076 | 垓 1 2077 | 垟 1 2078 | 拼 1 2079 | 垞 1 2080 | 挖 1 2081 | 按 1 2082 | 挥 1 2083 | 挦 1 2084 | 挪 1 2085 | 垠 1 2086 | 拯 1 2087 | 拶 1 2088 | 某 1 2089 | 甚 1 2090 | 荆 1 2091 | 茸 1 2092 | 革 1 2093 | 茜 1 2094 | 茬 1 2095 | 荐 1 2096 | 荙 1 2097 | 巷 1 2098 | 荚 1 2099 | 荑 1 2100 | 贳 1 2101 | 荛 1 2102 | 荜 1 2103 | 茈 1 2104 | 带 1 2105 | 草 1 2106 | 茧 1 2107 | 茼 1 2108 | 莒 1 2109 | 茵 1 2110 | 茴 1 2111 | 茱 1 2112 | 莛 1 2113 | 荞 1 2114 | 茯 1 2115 | 荏 1 2116 | 荇 1 2117 | 荃 1 2118 | 荟 1 2119 | 茶 1 2120 | 荀 1 2121 | 茗 1 2122 | 荠 1 2123 | 茭 1 2124 | 茨 1 2125 | 荒 1 2126 | 垩 1 2127 | 茳 1 2128 | 茫 1 2129 | 荡 1 2130 | 荣 1 2131 | 荤 1 2132 | 荥 1 2133 | 荦 1 2134 | 荧 1 2135 | 荨 1 2136 | 茛 1 2137 | 故 1 2138 | 荩 1 2139 | 胡 1 2140 | 荪 1 2141 | 荫 1 2142 | 茹 1 2143 | 荔 1 2144 | 南 1 2145 | 荬 1 2146 | 荭 1 2147 | 药 1 2148 | 柰 1 2149 | 标 1 2150 | 栈 1 2151 | 柑 1 2152 | 枯 1 2153 | 栉 1 2154 | 柯 1 2155 | 柄 1 2156 | 柘 1 2157 | 栊 1 2158 | 柩 1 2159 | 枰 1 2160 | 栋 1 2161 | 栌 1 2162 | 相 1 2163 | 查 1 2164 | 柙 1 2165 | 枵 1 2166 | 柚 1 2167 | 枳 1 2168 | 柞 1 2169 | 柏 1 2170 | 柝 1 2171 | 栀 1 2172 | 柃 1 2173 | 柢 1 2174 | 栎 1 2175 | 枸 1 2176 | 栅 1 2177 | 柳 1 2178 | 柱 1 2179 | 柿 1 2180 | 栏 1 2181 | 柈 1 2182 | 柠 1 2183 | 柁 1 2184 | 枷 1 2185 | 柽 1 2186 | 树 1 2187 | 勃 1 2188 | 剌 1 2189 | 郚 1 2190 | 剅 1 2191 | 要 1 2192 | 酊 1 2193 | 郦 1 2194 | 柬 1 2195 | 咸 1 2196 | 威 1 2197 | 歪 1 2198 | 甭 1 2199 | 研 1 2200 | 砖 1 2201 | 厘 1 2202 | 砗 1 2203 | 厚 1 2204 | 砑 1 2205 | 砘 1 2206 | 砒 1 2207 | 砌 1 2208 | 砂 1 2209 | 泵 1 2210 | 砚 1 2211 | 斫 1 2212 | 砭 1 2213 | 砜 1 2214 | 砍 1 2215 | 面 1 2216 | 耐 1 2217 | 耍 1 2218 | 奎 1 2219 | 耷 1 2220 | 牵 1 2221 | 鸥 1 2222 | 虺 1 2223 | 残 1 2224 | 殂 1 2225 | 殃 1 2226 | 殇 1 2227 | 殄 1 2228 | 殆 1 2229 | 轱 1 2230 | 轲 1 2231 | 轳 1 2232 | 轴 1 2233 | 轵 1 2234 | 轶 1 2235 | 轷 1 2236 | 轸 1 2237 | 栎 1 2238 | 轺 1 2239 | 轻 1 2240 | 鸦 1 2241 | 虿 1 2242 | 皆 1 2243 | 毖 1 2244 | 韭 1 2245 | 背 1 2246 | 战 1 2247 | 觇 1 2248 | 点 1 2249 | 虐 1 2250 | 临 1 2251 | 览 1 2252 | 竖 1 2253 | 尜 1 2254 | 省 1 2255 | 削 1 2256 | 尝 1 2257 | 哐 1 2258 | 昧 1 2259 | 眄 1 2260 | 眍 1 2261 | 盹 1 2262 | 是 1 2263 | 郢 1 2264 | 眇 1 2265 | 眊 1 2266 | 盼 1 2267 | 眨 1 2268 | 昽 1 2269 | 眈 1 2270 | 哇 1 2271 | 咭 1 2272 | 哄 1 2273 | 哑 1 2274 | 显 1 2275 | 冒 1 2276 | 映 1 2277 | 禺 1 2278 | 哂 1 2279 | 星 1 2280 | 昨 1 2281 | 咴 1 2282 | 曷 1 2283 | 昴 1 2284 | 咧 1 2285 | 昱 1 2286 | 昵 1 2287 | 咦 1 2288 | 哓 1 2289 | 昭 1 2290 | 哔 1 2291 | 畎 1 2292 | 畏 1 2293 | 毗 1 2294 | 趴 1 2295 | 呲 1 2296 | 胄 1 2297 | 胃 1 2298 | 贵 1 2299 | 畋 1 2300 | 畈 1 2301 | 界 1 2302 | 虹 1 2303 | 虾 1 2304 | 虼 1 2305 | 虻 1 2306 | 蚁 1 2307 | 思 1 2308 | 蚂 1 2309 | 盅 1 2310 | 咣 1 2311 | 虽 1 2312 | 品 1 2313 | 咽 1 2314 | 骂 1 2315 | 哕 1 2316 | 剐 1 2317 | 郧 1 2318 | 勋 1 2319 | 咻 1 2320 | 哗 1 2321 | 囿 1 2322 | 咱 1 2323 | 咿 1 2324 | 响 1 2325 | 哌 1 2326 | 哙 1 2327 | 哈 1 2328 | 哚 1 2329 | 咯 1 2330 | 哆 1 2331 | 咬 1 2332 | 咳 1 2333 | 咩 1 2334 | 咪 1 2335 | 咤 1 2336 | 哝 1 2337 | 哪 1 2338 | 哏 1 2339 | 哞 1 2340 | 哟 1 2341 | 峙 1 2342 | 炭 1 2343 | 峡 1 2344 | 峣 1 2345 | 罘 1 2346 | 帧 1 2347 | 罚 1 2348 | 峒 1 2349 | 峤 1 2350 | 峋 1 2351 | 峥 1 2352 | 峧 1 2353 | 帡 1 2354 | 贱 1 2355 | 贴 1 2356 | 贶 1 2357 | 贻 1 2358 | 骨 1 2359 | 幽 1 2360 | 钘 1 2361 | 钙 1 2362 | 钚 1 2363 | 钛 1 2364 | 钝 1 2365 | 钞 1 2366 | 钟 1 2367 | 钡 1 2368 | 钠 1 2369 | 钢 1 2370 | 钣 1 2371 | 钤 1 2372 | 钥 1 2373 | 钦 1 2374 | 钧 1 2375 | 钨 1 2376 | 钩 1 2377 | 钪 1 2378 | 钫 1 2379 | 钬 1 2380 | 钭 1 2381 | 钮 1 2382 | 钯 1 2383 | 御 1 2384 | 缸 1 2385 | 拜 1 2386 | 看 1 2387 | 矩 1 2388 | 矧 1 2389 | 毡 1 2390 | 氡 1 2391 | 氟 1 2392 | 氢 1 2393 | 牯 1 2394 | 怎 1 2395 | 郜 1 2396 | 牲 1 2397 | 选 1 2398 | 适 1 2399 | 秕 1 2400 | 秒 1 2401 | 香 1 2402 | 种 1 2403 | 秭 1 2404 | 秋 1 2405 | 科 1 2406 | 重 1 2407 | 复 1 2408 | 竽 1 2409 | 竿 1 2410 | 笈 1 2411 | 笃 1 2412 | 俦 1 2413 | 段 1 2414 | 俨 1 2415 | 俅 1 2416 | 便 1 2417 | 俩 1 2418 | 俪 1 2419 | 叟 1 2420 | 垡 1 2421 | 贷 1 2422 | 牮 1 2423 | 顺 1 2424 | 修 1 2425 | 俏 1 2426 | 俣 1 2427 | 俚 1 2428 | 保 1 2429 | 俜 1 2430 | 促 1 2431 | 俄 1 2432 | 俐 1 2433 | 侮 1 2434 | 俭 1 2435 | 俗 1 2436 | 俘 1 2437 | 信 1 2438 | 皇 1 2439 | 泉 1 2440 | 皈 1 2441 | 鬼 1 2442 | 侵 1 2443 | 禹 1 2444 | 侯 1 2445 | 追 1 2446 | 俑 1 2447 | 俟 1 2448 | 俊 1 2449 | 盾 1 2450 | 逅 1 2451 | 待 1 2452 | 徊 1 2453 | 徇 1 2454 | 徉 1 2455 | 衍 1 2456 | 律 1 2457 | 很 1 2458 | 须 1 2459 | 舢 1 2460 | 舣 1 2461 | 叙 1 2462 | 俞 1 2463 | 弇 1 2464 | 郗 1 2465 | 剑 1 2466 | 逃 1 2467 | 俎 1 2468 | 郤 1 2469 | 爰 1 2470 | 郛 1 2471 | 食 1 2472 | 瓴 1 2473 | 盆 1 2474 | 胚 1 2475 | 胧 1 2476 | 胨 1 2477 | 胩 1 2478 | 胪 1 2479 | 胆 1 2480 | 胛 1 2481 | 胂 1 2482 | 胜 1 2483 | 胙 1 2484 | 胍 1 2485 | 胗 1 2486 | 胝 1 2487 | 朐 1 2488 | 胞 1 2489 | 胖 1 2490 | 脉 1 2491 | 胫 1 2492 | 胎 1 2493 | 鸨 1 2494 | 葡 1 2495 | 勉 1 2496 | 狨 1 2497 | 狭 1 2498 | 狮 1 2499 | 独 1 2500 | 狯 1 2501 | 狰 1 2502 | 狡 1 2503 | 飐 1 2504 | 飑 1 2505 | 狩 1 2506 | 狱 1 2507 | 狠 1 2508 | 狲 1 2509 | 訇 1 2510 | 訄 1 2511 | 逄 1 2512 | 昝 1 2513 | 贸 1 2514 | 怨 1 2515 | 急 1 2516 | 饵 1 2517 | 饶 1 2518 | 蚀 1 2519 | 饷 1 2520 | 饸 1 2521 | 饹 1 2522 | 饺 1 2523 | 饻 1 2524 | 胤 1 2525 | 饼 1 2526 | 峦 1 2527 | 弯 1 2528 | 孪 1 2529 | 娈 1 2530 | 将 1 2531 | 奖 1 2532 | 哀 1 2533 | 亭 1 2534 | 亮 1 2535 | 庤 1 2536 | 度 1 2537 | 弈 1 2538 | 奕 1 2539 | 迹 1 2540 | 庭 1 2541 | 庥 1 2542 | 疬 1 2543 | 疣 1 2544 | 疥 1 2545 | 疭 1 2546 | 疮 1 2547 | 疯 1 2548 | 疫 1 2549 | 疢 1 2550 | 疤 1 2551 | 庠 1 2552 | 咨 1 2553 | 姿 1 2554 | 亲 1 2555 | 竑 1 2556 | 音 1 2557 | 彦 1 2558 | 飒 1 2559 | 帝 1 2560 | 施 1 2561 | 闺 1 2562 | 闻 1 2563 | 闼 1 2564 | 闽 1 2565 | 闾 1 2566 | 闿 1 2567 | 阀 1 2568 | 阁 1 2569 | 阂 1 2570 | 差 1 2571 | 养 1 2572 | 美 1 2573 | 羑 1 2574 | 姜 1 2575 | 迸 1 2576 | 叛 1 2577 | 送 1 2578 | 类 1 2579 | 籼 1 2580 | 迷 1 2581 | 籽 1 2582 | 娄 1 2583 | 前 1 2584 | 酋 1 2585 | 首 1 2586 | 逆 1 2587 | 兹 1 2588 | 总 1 2589 | 炳 1 2590 | 炻 1 2591 | 炼 1 2592 | 炟 1 2593 | 炽 1 2594 | 炯 1 2595 | 炸 1 2596 | 烀 1 2597 | 烁 1 2598 | 炮 1 2599 | 炷 1 2600 | 炫 1 2601 | 烂 1 2602 | 烃 1 2603 | 剃 1 2604 | 洼 1 2605 | 洁 1 2606 | 洱 1 2607 | 洪 1 2608 | 洹 1 2609 | 洒 1 2610 | 洧 1 2611 | 洌 1 2612 | 浃 1 2613 | 柒 1 2614 | 浇 1 2615 | 泚 1 2616 | 浈 1 2617 | 浉 1 2618 | 浊 1 2619 | 洞 1 2620 | 洇 1 2621 | 洄 1 2622 | 测 1 2623 | 洙 1 2624 | 洗 1 2625 | 活 1 2626 | 洑 1 2627 | 涎 1 2628 | 洎 1 2629 | 洫 1 2630 | 派 1 2631 | 浍 1 2632 | 洽 1 2633 | 洮 1 2634 | 染 1 2635 | 洵 1 2636 | 洚 1 2637 | 洺 1 2638 | 洛 1 2639 | 浏 1 2640 | 济 1 2641 | 洨 1 2642 | 浐 1 2643 | 洋 1 2644 | 洴 1 2645 | 洣 1 2646 | 洲 1 2647 | 浑 1 2648 | 浒 1 2649 | 浓 1 2650 | 津 1 2651 | 浔 1 2652 | 浕 1 2653 | 洳 1 2654 | 恸 1 2655 | 恃 1 2656 | 恒 1 2657 | 恹 1 2658 | 恢 1 2659 | 恍 1 2660 | 恫 1 2661 | 恺 1 2662 | 恻 1 2663 | 恬 1 2664 | 恤 1 2665 | 恰 1 2666 | 恂 1 2667 | 恪 1 2668 | 恼 1 2669 | 恽 1 2670 | 恨 1 2671 | 举 1 2672 | 觉 1 2673 | 宣 1 2674 | 宦 1 2675 | 宥 1 2676 | 宬 1 2677 | 室 1 2678 | 宫 1 2679 | 宪 1 2680 | 突 1 2681 | 穿 1 2682 | 窀 1 2683 | 窃 1 2684 | 客 1 2685 | 诫 1 2686 | 冠 1 2687 | 诬 1 2688 | 语 1 2689 | 扁 1 2690 | 扃 1 2691 | 袆 1 2692 | 衲 1 2693 | 衽 1 2694 | 袄 1 2695 | 衿 1 2696 | 袂 1 2697 | 祛 1 2698 | 祜 1 2699 | 祓 1 2700 | 祖 1 2701 | 神 1 2702 | 祝 1 2703 | 祚 1 2704 | 诮 1 2705 | 祗 1 2706 | 祢 1 2707 | 祠 1 2708 | 误 1 2709 | 诰 1 2710 | 诱 1 2711 | 诲 1 2712 | 诳 1 2713 | 鸩 1 2714 | 说 1 2715 | 昶 1 2716 | 诵 1 2717 | 郡 1 2718 | 垦 1 2719 | 退 1 2720 | 既 1 2721 | 屋 1 2722 | 昼 1 2723 | 咫 1 2724 | 屏 1 2725 | 屎 1 2726 | 弭 1 2727 | 费 1 2728 | 陡 1 2729 | 逊 1 2730 | 牁 1 2731 | 眉 1 2732 | 胥 1 2733 | 孩 1 2734 | 陛 1 2735 | 陟 1 2736 | 陧 1 2737 | 陨 1 2738 | 除 1 2739 | 险 1 2740 | 院 1 2741 | 娃 1 2742 | 姞 1 2743 | 姥 1 2744 | 娅 1 2745 | 姨 1 2746 | 娆 1 2747 | 姻 1 2748 | 姝 1 2749 | 娇 1 2750 | 姚 1 2751 | 姽 1 2752 | 姣 1 2753 | 姘 1 2754 | 姹 1 2755 | 娜 1 2756 | 怒 1 2757 | 架 1 2758 | 贺 1 2759 | 盈 1 2760 | 怼 1 2761 | 羿 1 2762 | 勇 1 2763 | 炱 1 2764 | 怠 1 2765 | 癸 1 2766 | 蚤 1 2767 | 柔 1 2768 | 矜 1 2769 | 垒 1 2770 | 绑 1 2771 | 绒 1 2772 | 结 1 2773 | 绔 1 2774 | 骁 1 2775 | 绕 1 2776 | 骄 1 2777 | 骅 1 2778 | 绗 1 2779 | 绘 1 2780 | 给 1 2781 | 绚 1 2782 | 彖 1 2783 | 绛 1 2784 | 络 1 2785 | 骆 1 2786 | 绝 1 2787 | 绞 1 2788 | 骇 1 2789 | 统 1 2790 | 骈 1 2791 | 耕 1 2792 | 耘 1 2793 | 耖 1 2794 | 耗 1 2795 | 耙 1 2796 | 艳 1 2797 | 挈 1 2798 | 恝 1 2799 | 泰 1 2800 | 秦 1 2801 | 珥 1 2802 | 珙 1 2803 | 顼 1 2804 | 珰 1 2805 | 珠 1 2806 | 珽 1 2807 | 珩 1 2808 | 珧 1 2809 | 珣 1 2810 | 珞 1 2811 | 琤 1 2812 | 班 1 2813 | 珲 1 2814 | 敖 1 2815 | 素 1 2816 | 匿 1 2817 | 蚕 1 2818 | 顽 1 2819 | 盏 1 2820 | 匪 1 2821 | 恚 1 2822 | 捞 1 2823 | 栽 1 2824 | 捕 1 2825 | 埔 1 2826 | 埂 1 2827 | 捂 1 2828 | 振 1 2829 | 载 1 2830 | 赶 1 2831 | 起 1 2832 | 盐 1 2833 | 捎 1 2834 | 捍 1 2835 | 埕 1 2836 | 捏 1 2837 | 埘 1 2838 | 埋 1 2839 | 捉 1 2840 | 捆 1 2841 | 捐 1 2842 | 埚 1 2843 | 埙 1 2844 | 损 1 2845 | 袁 1 2846 | 挹 1 2847 | 捌 1 2848 | 都 1 2849 | 哲 1 2850 | 逝 1 2851 | 耆 1 2852 | 耄 1 2853 | 捡 1 2854 | 挫 1 2855 | 捋 1 2856 | 埒 1 2857 | 换 1 2858 | 挽 1 2859 | 贽 1 2860 | 挚 1 2861 | 热 1 2862 | 恐 1 2863 | 捣 1 2864 | 垸 1 2865 | 壶 1 2866 | 捃 1 2867 | 捅 1 2868 | 盍 1 2869 | 埃 1 2870 | 挨 1 2871 | 耻 1 2872 | 耿 1 2873 | 耽 1 2874 | 聂 1 2875 | 莰 1 2876 | 茝 1 2877 | 荸 1 2878 | 莆 1 2879 | 恭 1 2880 | 莽 1 2881 | 莱 1 2882 | 莲 1 2883 | 莳 1 2884 | 莫 1 2885 | 莴 1 2886 | 莪 1 2887 | 莉 1 2888 | 莠 1 2889 | 莓 1 2890 | 荷 1 2891 | 莜 1 2892 | 莅 1 2893 | 荼 1 2894 | 莶 1 2895 | 莩 1 2896 | 荽 1 2897 | 获 1 2898 | 莸 1 2899 | 荻 1 2900 | 莘 1 2901 | 晋 1 2902 | 恶 1 2903 | 莎 1 2904 | 莞 1 2905 | 莹 1 2906 | 茛 1 2907 | 莺 1 2908 | 真 1 2909 | 莙 1 2910 | 鸪 1 2911 | 莼 1 2912 | 框 1 2913 | 梆 1 2914 | 桂 1 2915 | 桔 1 2916 | 栲 1 2917 | 栳 1 2918 | 郴 1 2919 | 桓 1 2920 | 栖 1 2921 | 桡 1 2922 | 桎 1 2923 | 桢 1 2924 | 桄 1 2925 | 档 1 2926 | 桐 1 2927 | 桤 1 2928 | 株 1 2929 | 梃 1 2930 | 栝 1 2931 | 桥 1 2932 | 桕 1 2933 | 桦 1 2934 | 桁 1 2935 | 栓 1 2936 | 桧 1 2937 | 桃 1 2938 | 桅 1 2939 | 栒 1 2940 | 格 1 2941 | 桩 1 2942 | 校 1 2943 | 核 1 2944 | 样 1 2945 | 栟 1 2946 | 桉 1 2947 | 根 1 2948 | 栩 1 2949 | 逑 1 2950 | 索 1 2951 | 逋 1 2952 | 彧 1 2953 | 哥 1 2954 | 速 1 2955 | 鬲 1 2956 | 豇 1 2957 | 逗 1 2958 | 栗 1 2959 | 贾 1 2960 | 酐 1 2961 | 酎 1 2962 | 酌 1 2963 | 配 1 2964 | 酏 1 2965 | 逦 1 2966 | 翅 1 2967 | 辱 1 2968 | 唇 1 2969 | 厝 1 2970 | 孬 1 2971 | 夏 1 2972 | 砝 1 2973 | 砹 1 2974 | 砸 1 2975 | 砺 1 2976 | 砰 1 2977 | 砧 1 2978 | 砷 1 2979 | 砟 1 2980 | 砼 1 2981 | 砥 1 2982 | 砾 1 2983 | 砣 1 2984 | 础 1 2985 | 破 1 2986 | 硁 1 2987 | 恧 1 2988 | 原 1 2989 | 套 1 2990 | 剞 1 2991 | 逐 1 2992 | 砻 1 2993 | 烈 1 2994 | 殊 1 2995 | 殉 1 2996 | 顾 1 2997 | 轼 1 2998 | 轾 1 2999 | 轿 1 3000 | 辀 1 3001 | 辁 1 3002 | 辂 1 3003 | 较 1 3004 | 鸫 1 3005 | 顿 1 3006 | 趸 1 3007 | 毙 1 3008 | 致 1 3009 | 剕 1 3010 | 龀 1 3011 | 柴 1 3012 | 桌 1 3013 | 鸬 1 3014 | 虔 1 3015 | 虑 1 3016 | 监 1 3017 | 紧 1 3018 | 逍 1 3019 | 党 1 3020 | 眬 1 3021 | 唛 1 3022 | 逞 1 3023 | 晒 1 3024 | 晟 1 3025 | 眩 1 3026 | 眠 1 3027 | 晓 1 3028 | 眙 1 3029 | 唝 1 3030 | 哧 1 3031 | 哳 1 3032 | 哮 1 3033 | 唠 1 3034 | 鸭 1 3035 | 晃 1 3036 | 哺 1 3037 | 哽 1 3038 | 唔 1 3039 | 晔 1 3040 | 晌 1 3041 | 晁 1 3042 | 剔 1 3043 | 晏 1 3044 | 晖 1 3045 | 晕 1 3046 | 鸮 1 3047 | 趵 1 3048 | 趿 1 3049 | 畛 1 3050 | 蚌 1 3051 | 蚨 1 3052 | 蚜 1 3053 | 蚍 1 3054 | 蚋 1 3055 | 蚬 1 3056 | 畔 1 3057 | 蚝 1 3058 | 蚧 1 3059 | 蚣 1 3060 | 蚊 1 3061 | 蝌 1 3062 | 蚓 1 3063 | 哨 1 3064 | 唢 1 3065 | 哩 1 3066 | 圃 1 3067 | 哭 1 3068 | 圄 1 3069 | 哦 1 3070 | 唣 1 3071 | 唏 1 3072 | 恩 1 3073 | 盎 1 3074 | 唑 1 3075 | 鸯 1 3076 | 唤 1 3077 | 唁 1 3078 | 哼 1 3079 | 唧 1 3080 | 啊 1 3081 | 唉 1 3082 | 唆 1 3083 | 帱 1 3084 | 崂 1 3085 | 崃 1 3086 | 罡 1 3087 | 罢 1 3088 | 罟 1 3089 | 峭 1 3090 | 峨 1 3091 | 峪 1 3092 | 峰 1 3093 | 圆 1 3094 | 觊 1 3095 | 峻 1 3096 | 贼 1 3097 | 贿 1 3098 | 赂 1 3099 | 赃 1 3100 | 赅 1 3101 | 赆 1 3102 | 钰 1 3103 | 钱 1 3104 | 钲 1 3105 | 钳 1 3106 | 钴 1 3107 | 钵 1 3108 | 钷 1 3109 | 钹 1 3110 | 钺 1 3111 | 钻 1 3112 | 钼 1 3113 | 钽 1 3114 | 钾 1 3115 | 钿 1 3116 | 铀 1 3117 | 铁 1 3118 | 铂 1 3119 | 铃 1 3120 | 铄 1 3121 | 铅 1 3122 | 铆 1 3123 | 铈 1 3124 | 铉 1 3125 | 铊 1 3126 | 铋 1 3127 | 铌 1 3128 | 铍 1 3129 | 铎 1 3130 | 眚 1 3131 | 缺 1 3132 | 氩 1 3133 | 氤 1 3134 | 氦 1 3135 | 氧 1 3136 | 氨 1 3137 | 毪 1 3138 | 特 1 3139 | 牺 1 3140 | 造 1 3141 | 乘 1 3142 | 敌 1 3143 | 舐 1 3144 | 秣 1 3145 | 秫 1 3146 | 秤 1 3147 | 租 1 3148 | 秧 1 3149 | 积 1 3150 | 盉 1 3151 | 秩 1 3152 | 称 1 3153 | 秘 1 3154 | 透 1 3155 | 笄 1 3156 | 笕 1 3157 | 笔 1 3158 | 笑 1 3159 | 笊 1 3160 | 笫 1 3161 | 笏 1 3162 | 笋 1 3163 | 笆 1 3164 | 俸 1 3165 | 倩 1 3166 | 债 1 3167 | 俵 1 3168 | 倻 1 3169 | 借 1 3170 | 偌 1 3171 | 值 1 3172 | 倚 1 3173 | 俺 1 3174 | 倾 1 3175 | 倒 1 3176 | 俳 1 3177 | 俶 1 3178 | 倬 1 3179 | 倏 1 3180 | 倘 1 3181 | 俱 1 3182 | 倡 1 3183 | 候 1 3184 | 赁 1 3185 | 恁 1 3186 | 倭 1 3187 | 倪 1 3188 | 俾 1 3189 | 倜 1 3190 | 隼 1 3191 | 隽 1 3192 | 倞 1 3193 | 俯 1 3194 | 倍 1 3195 | 倦 1 3196 | 倓 1 3197 | 倌 1 3198 | 倥 1 3199 | 臬 1 3200 | 健 1 3201 | 臭 1 3202 | 射 1 3203 | 皋 1 3204 | 躬 1 3205 | 息 1 3206 | 郫 1 3207 | 倨 1 3208 | 倔 1 3209 | 衄 1 3210 | 颀 1 3211 | 徒 1 3212 | 徕 1 3213 | 徐 1 3214 | 殷 1 3215 | 舰 1 3216 | 舨 1 3217 | 舱 1 3218 | 般 1 3219 | 航 1 3220 | 舫 1 3221 | 瓞 1 3222 | 途 1 3223 | 拿 1 3224 | 釜 1 3225 | 耸 1 3226 | 爹 1 3227 | 舀 1 3228 | 爱 1 3229 | 豺 1 3230 | 豹 1 3231 | 奚 1 3232 | 鬯 1 3233 | 衾 1 3234 | 鸰 1 3235 | 颁 1 3236 | 颂 1 3237 | 翁 1 3238 | 胯 1 3239 | 胰 1 3240 | 胱 1 3241 | 胴 1 3242 | 胭 1 3243 | 脍 1 3244 | 脎 1 3245 | 脆 1 3246 | 脂 1 3247 | 胸 1 3248 | 胳 1 3249 | 脏 1 3250 | 脐 1 3251 | 胶 1 3252 | 脑 1 3253 | 胲 1 3254 | 胼 1 3255 | 朕 1 3256 | 脒 1 3257 | 胺 1 3258 | 脓 1 3259 | 鸱 1 3260 | 玺 1 3261 | 鱽 1 3262 | 鸲 1 3263 | 逛 1 3264 | 狴 1 3265 | 狸 1 3266 | 狷 1 3267 | 猁 1 3268 | 狳 1 3269 | 猃 1 3270 | 狺 1 3271 | 逖 1 3272 | 狼 1 3273 | 卿 1 3274 | 狻 1 3275 | 逢 1 3276 | 桀 1 3277 | 鸵 1 3278 | 留 1 3279 | 袅 1 3280 | 眢 1 3281 | 鸳 1 3282 | 皱 1 3283 | 饽 1 3284 | 饿 1 3285 | 馀 1 3286 | 馁 1 3287 | 凌 1 3288 | 凇 1 3289 | 凄 1 3290 | 栾 1 3291 | 挛 1 3292 | 恋 1 3293 | 桨 1 3294 | 浆 1 3295 | 衰 1 3296 | 勍 1 3297 | 衷 1 3298 | 高 1 3299 | 亳 1 3300 | 郭 1 3301 | 席 1 3302 | 准 1 3303 | 座 1 3304 | 症 1 3305 | 疳 1 3306 | 疴 1 3307 | 病 1 3308 | 疽 1 3309 | 疸 1 3310 | 疾 1 3311 | 痄 1 3312 | 斋 1 3313 | 疹 1 3314 | 痈 1 3315 | 疼 1 3316 | 疱 1 3317 | 疰 1 3318 | 痃 1 3319 | 痂 1 3320 | 疲 1 3321 | 痉 1 3322 | 脊 1 3323 | 效 1 3324 | 离 1 3325 | 衮 1 3326 | 紊 1 3327 | 唐 1 3328 | 凋 1 3329 | 颃 1 3330 | 瓷 1 3331 | 资 1 3332 | 恣 1 3333 | 凉 1 3334 | 站 1 3335 | 剖 1 3336 | 竞 1 3337 | 部 1 3338 | 旁 1 3339 | 旆 1 3340 | 旄 1 3341 | 旅 1 3342 | 旃 1 3343 | 畜 1 3344 | 阃 1 3345 | 阄 1 3346 | 阅 1 3347 | 阆 1 3348 | 羞 1 3349 | 羔 1 3350 | 恙 1 3351 | 瓶 1 3352 | 桊 1 3353 | 拳 1 3354 | 敉 1 3355 | 粉 1 3356 | 料 1 3357 | 粑 1 3358 | 益 1 3359 | 兼 1 3360 | 朔 1 3361 | 郸 1 3362 | 烤 1 3363 | 烘 1 3364 | 烜 1 3365 | 烦 1 3366 | 烧 1 3367 | 烛 1 3368 | 烟 1 3369 | 烨 1 3370 | 烩 1 3371 | 烙 1 3372 | 烊 1 3373 | 剡 1 3374 | 郯 1 3375 | 烬 1 3376 | 递 1 3377 | 涛 1 3378 | 浙 1 3379 | 涝 1 3380 | 浡 1 3381 | 浦 1 3382 | 涑 1 3383 | 浯 1 3384 | 酒 1 3385 | 涞 1 3386 | 涟 1 3387 | 涉 1 3388 | 娑 1 3389 | 消 1 3390 | 涅 1 3391 | 涠 1 3392 | 浞 1 3393 | 涓 1 3394 | 涢 1 3395 | 涡 1 3396 | 浥 1 3397 | 涔 1 3398 | 浩 1 3399 | 海 1 3400 | 浜 1 3401 | 涂 1 3402 | 浠 1 3403 | 浴 1 3404 | 浮 1 3405 | 涣 1 3406 | 浼 1 3407 | 涤 1 3408 | 流 1 3409 | 润 1 3410 | 涧 1 3411 | 涕 1 3412 | 浣 1 3413 | 浪 1 3414 | 浸 1 3415 | 涨 1 3416 | 烫 1 3417 | 涩 1 3418 | 涌 1 3419 | 涘 1 3420 | 浚 1 3421 | 悖 1 3422 | 悚 1 3423 | 悟 1 3424 | 悭 1 3425 | 悄 1 3426 | 悍 1 3427 | 悝 1 3428 | 悃 1 3429 | 悒 1 3430 | 悔 1 3431 | 悯 1 3432 | 悦 1 3433 | 悌 1 3434 | 悢 1 3435 | 悛 1 3436 | 害 1 3437 | 宽 1 3438 | 宸 1 3439 | 家 1 3440 | 宵 1 3441 | 宴 1 3442 | 宾 1 3443 | 窍 1 3444 | 窅 1 3445 | 窄 1 3446 | 容 1 3447 | 窈 1 3448 | 剜 1 3449 | 宰 1 3450 | 案 1 3451 | 请 1 3452 | 朗 1 3453 | 诸 1 3454 | 诹 1 3455 | 诺 1 3456 | 读 1 3457 | 扅 1 3458 | 诼 1 3459 | 冢 1 3460 | 扇 1 3461 | 诽 1 3462 | 袜 1 3463 | 袪 1 3464 | 袒 1 3465 | 袖 1 3466 | 袗 1 3467 | 袍 1 3468 | 袢 1 3469 | 被 1 3470 | 袯 1 3471 | 祯 1 3472 | 祧 1 3473 | 祥 1 3474 | 课 1 3475 | 冥 1 3476 | 诿 1 3477 | 谀 1 3478 | 谁 1 3479 | 谂 1 3480 | 调 1 3481 | 冤 1 3482 | 谄 1 3483 | 谅 1 3484 | 谆 1 3485 | 谇 1 3486 | 谈 1 3487 | 谊 1 3488 | 剥 1 3489 | 恳 1 3490 | 展 1 3491 | 剧 1 3492 | 屑 1 3493 | 屐 1 3494 | 屙 1 3495 | 弱 1 3496 | 陵 1 3497 | 陬 1 3498 | 勐 1 3499 | 奘 1 3500 | 疍 1 3501 | 牂 1 3502 | 蚩 1 3503 | 祟 1 3504 | 陲 1 3505 | 陴 1 3506 | 陶 1 3507 | 陷 1 3508 | 陪 1 3509 | 烝 1 3510 | 姬 1 3511 | 娠 1 3512 | 娱 1 3513 | 娌 1 3514 | 娉 1 3515 | 娟 1 3516 | 娲 1 3517 | 恕 1 3518 | 娥 1 3519 | 娩 1 3520 | 娴 1 3521 | 娣 1 3522 | 娘 1 3523 | 娓 1 3524 | 婀 1 3525 | 砮 1 3526 | 哿 1 3527 | 畚 1 3528 | 通 1 3529 | 能 1 3530 | 难 1 3531 | 逡 1 3532 | 预 1 3533 | 桑 1 3534 | 剟 1 3535 | 绠 1 3536 | 骊 1 3537 | 绡 1 3538 | 骋 1 3539 | 绢 1 3540 | 绣 1 3541 | 验 1 3542 | 绤 1 3543 | 绥 1 3544 | 绦 1 3545 | 骍 1 3546 | 继 1 3547 | 绨 1 3548 | 骎 1 3549 | 骏 1 3550 | 邕 1 3551 | 鸶 1 3552 | 彗 1 3553 | 耜 1 3554 | 焘 1 3555 | 舂 1 3556 | 琎 1 3557 | 球 1 3558 | 琏 1 3559 | 琐 1 3560 | 理 1 3561 | 琇 1 3562 | 麸 1 3563 | 琉 1 3564 | 琅 1 3565 | 捧 1 3566 | 掭 1 3567 | 堵 1 3568 | 揶 1 3569 | 措 1 3570 | 描 1 3571 | 埴 1 3572 | 域 1 3573 | 捺 1 3574 | 掎 1 3575 | 埼 1 3576 | 掩 1 3577 | 埯 1 3578 | 捷 1 3579 | 捯 1 3580 | 排 1 3581 | 焉 1 3582 | 掉 1 3583 | 掳 1 3584 | 掴 1 3585 | 埸 1 3586 | 堌 1 3587 | 捶 1 3588 | 赦 1 3589 | 赧 1 3590 | 推 1 3591 | 堆 1 3592 | 捭 1 3593 | 埠 1 3594 | 晳 1 3595 | 掀 1 3596 | 逵 1 3597 | 授 1 3598 | 捻 1 3599 | 埝 1 3600 | 堋 1 3601 | 教 1 3602 | 堍 1 3603 | 掏 1 3604 | 掐 1 3605 | 掬 1 3606 | 鸷 1 3607 | 掠 1 3608 | 掂 1 3609 | 掖 1 3610 | 培 1 3611 | 掊 1 3612 | 接 1 3613 | 堉 1 3614 | 掷 1 3615 | 掸 1 3616 | 控 1 3617 | 捩 1 3618 | 掮 1 3619 | 探 1 3620 | 悫 1 3621 | 埭 1 3622 | 埽 1 3623 | 据 1 3624 | 掘 1 3625 | 掺 1 3626 | 掇 1 3627 | 掼 1 3628 | 职 1 3629 | 聃 1 3630 | 基 1 3631 | 聆 1 3632 | 勘 1 3633 | 聊 1 3634 | 聍 1 3635 | 娶 1 3636 | 菁 1 3637 | 菝 1 3638 | 著 1 3639 | 菱 1 3640 | 萁 1 3641 | 菥 1 3642 | 菘 1 3643 | 堇 1 3644 | 勒 1 3645 | 黄 1 3646 | 萘 1 3647 | 萋 1 3648 | 勚 1 3649 | 菲 1 3650 | 菽 1 3651 | 菖 1 3652 | 萌 1 3653 | 萜 1 3654 | 萝 1 3655 | 菌 1 3656 | 萎 1 3657 | 萸 1 3658 | 萑 1 3659 | 菂 1 3660 | 菜 1 3661 | 棻 1 3662 | 菔 1 3663 | 菟 1 3664 | 萄 1 3665 | 萏 1 3666 | 菊 1 3667 | 萃 1 3668 | 菩 1 3669 | 菼 1 3670 | 菏 1 3671 | 萍 1 3672 | 菹 1 3673 | 菠 1 3674 | 菪 1 3675 | 菅 1 3676 | 菀 1 3677 | 萤 1 3678 | 营 1 3679 | 萦 1 3680 | 乾 1 3681 | 萧 1 3682 | 菰 1 3683 | 菡 1 3684 | 萨 1 3685 | 菇 1 3686 | 械 1 3687 | 梽 1 3688 | 彬 1 3689 | 梵 1 3690 | 梦 1 3691 | 婪 1 3692 | 梗 1 3693 | 梧 1 3694 | 梾 1 3695 | 梢 1 3696 | 梏 1 3697 | 梅 1 3698 | 觋 1 3699 | 检 1 3700 | 桴 1 3701 | 桷 1 3702 | 梓 1 3703 | 梳 1 3704 | 棁 1 3705 | 梯 1 3706 | 桫 1 3707 | 棂 1 3708 | 桶 1 3709 | 梭 1 3710 | 救 1 3711 | 啬 1 3712 | 郾 1 3713 | 匮 1 3714 | 曹 1 3715 | 敕 1 3716 | 副 1 3717 | 豉 1 3718 | 票 1 3719 | 鄄 1 3720 | 酝 1 3721 | 酞 1 3722 | 酗 1 3723 | 酚 1 3724 | 厢 1 3725 | 厣 1 3726 | 戚 1 3727 | 戛 1 3728 | 硎 1 3729 | 硅 1 3730 | 硭 1 3731 | 硒 1 3732 | 硕 1 3733 | 硖 1 3734 | 硗 1 3735 | 硐 1 3736 | 硚 1 3737 | 硇 1 3738 | 硌 1 3739 | 鸸 1 3740 | 瓠 1 3741 | 匏 1 3742 | 奢 1 3743 | 盔 1 3744 | 爽 1 3745 | 厩 1 3746 | 聋 1 3747 | 龚 1 3748 | 殒 1 3749 | 殓 1 3750 | 殍 1 3751 | 盛 1 3752 | 赉 1 3753 | 匾 1 3754 | 雩 1 3755 | 雪 1 3756 | 辄 1 3757 | 辅 1 3758 | 辆 1 3759 | 堑 1 3760 | 龁 1 3761 | 颅 1 3762 | 虚 1 3763 | 彪 1 3764 | 雀 1 3765 | 堂 1 3766 | 常 1 3767 | 眶 1 3768 | 眭 1 3769 | 唪 1 3770 | 眦 1 3771 | 啧 1 3772 | 匙 1 3773 | 晡 1 3774 | 晤 1 3775 | 晨 1 3776 | 眺 1 3777 | 眵 1 3778 | 睁 1 3779 | 眯 1 3780 | 眼 1 3781 | 眸 1 3782 | 悬 1 3783 | 野 1 3784 | 圊 1 3785 | 啪 1 3786 | 啦 1 3787 | 喏 1 3788 | 喵 1 3789 | 啉 1 3790 | 勖 1 3791 | 曼 1 3792 | 晦 1 3793 | 晞 1 3794 | 晗 1 3795 | 晚 1 3796 | 冕 1 3797 | 啄 1 3798 | 啭 1 3799 | 啡 1 3800 | 畦 1 3801 | 趼 1 3802 | 趺 1 3803 | 距 1 3804 | 趾 1 3805 | 啃 1 3806 | 跃 1 3807 | 啮 1 3808 | 跄 1 3809 | 略 1 3810 | 蚶 1 3811 | 蛄 1 3812 | 蛎 1 3813 | 蛆 1 3814 | 蚰 1 3815 | 蚺 1 3816 | 蛊 1 3817 | 圉 1 3818 | 蚱 1 3819 | 蚯 1 3820 | 蛉 1 3821 | 蛀 1 3822 | 蛇 1 3823 | 蛏 1 3824 | 蚴 1 3825 | 唬 1 3826 | 累 1 3827 | 鄂 1 3828 | 唱 1 3829 | 患 1 3830 | 啰 1 3831 | 唾 1 3832 | 唯 1 3833 | 啤 1 3834 | 啥 1 3835 | 啁 1 3836 | 啕 1 3837 | 唿 1 3838 | 啐 1 3839 | 唼 1 3840 | 唷 1 3841 | 啴 1 3842 | 啖 1 3843 | 啵 1 3844 | 啶 1 3845 | 啷 1 3846 | 唳 1 3847 | 啸 1 3848 | 啜 1 3849 | 帻 1 3850 | 崖 1 3851 | 崎 1 3852 | 崦 1 3853 | 崭 1 3854 | 逻 1 3855 | 帼 1 3856 | 崮 1 3857 | 崔 1 3858 | 帷 1 3859 | 崟 1 3860 | 崤 1 3861 | 崩 1 3862 | 崞 1 3863 | 崇 1 3864 | 崆 1 3865 | 崛 1 3866 | 赇 1 3867 | 赈 1 3868 | 婴 1 3869 | 赊 1 3870 | 圈 1 3871 | 铐 1 3872 | 铑 1 3873 | 铒 1 3874 | 铕 1 3875 | 铗 1 3876 | 铘 1 3877 | 铙 1 3878 | 铚 1 3879 | 铛 1 3880 | 铜 1 3881 | 铝 1 3882 | 铞 1 3883 | 铟 1 3884 | 铠 1 3885 | 铡 1 3886 | 铢 1 3887 | 铣 1 3888 | 铤 1 3889 | 铥 1 3890 | 铧 1 3891 | 铨 1 3892 | 铩 1 3893 | 铪 1 3894 | 铫 1 3895 | 铭 1 3896 | 铬 1 3897 | 铮 1 3898 | 铯 1 3899 | 铰 1 3900 | 铱 1 3901 | 铲 1 3902 | 铳 1 3903 | 铴 1 3904 | 铵 1 3905 | 银 1 3906 | 铷 1 3907 | 矫 1 3908 | 氪 1 3909 | 牾 1 3910 | 甜 1 3911 | 鸹 1 3912 | 秸 1 3913 | 梨 1 3914 | 犁 1 3915 | 稆 1 3916 | 秽 1 3917 | 移 1 3918 | 秾 1 3919 | 逶 1 3920 | 笺 1 3921 | 筇 1 3922 | 笨 1 3923 | 笸 1 3924 | 笼 1 3925 | 笪 1 3926 | 笛 1 3927 | 笙 1 3928 | 笮 1 3929 | 符 1 3930 | 笱 1 3931 | 笠 1 3932 | 笥 1 3933 | 第 1 3934 | 笳 1 3935 | 笤 1 3936 | 笾 1 3937 | 笞 1 3938 | 敏 1 3939 | 偾 1 3940 | 做 1 3941 | 鸺 1 3942 | 偃 1 3943 | 偕 1 3944 | 袋 1 3945 | 悠 1 3946 | 偿 1 3947 | 偶 1 3948 | 偈 1 3949 | 偎 1 3950 | 偲 1 3951 | 傀 1 3952 | 偷 1 3953 | 您 1 3954 | 偬 1 3955 | 售 1 3956 | 停 1 3957 | 偻 1 3958 | 偏 1 3959 | 躯 1 3960 | 皑 1 3961 | 兜 1 3962 | 皎 1 3963 | 假 1 3964 | 衅 1 3965 | 鸻 1 3966 | 徘 1 3967 | 徙 1 3968 | 倘 1 3969 | 得 1 3970 | 衔 1 3971 | 舸 1 3972 | 舻 1 3973 | 舳 1 3974 | 盘 1 3975 | 舴 1 3976 | 舶 1 3977 | 船 1 3978 | 鸼 1 3979 | 舷 1 3980 | 舵 1 3981 | 斜 1 3982 | 龛 1 3983 | 盒 1 3984 | 鸽 1 3985 | 瓻 1 3986 | 敛 1 3987 | 悉 1 3988 | 欲 1 3989 | 彩 1 3990 | 领 1 3991 | 翎 1 3992 | 脚 1 3993 | 脖 1 3994 | 脯 1 3995 | 豚 1 3996 | 脶 1 3997 | 脸 1 3998 | 脞 1 3999 | 脬 1 4000 | 脱 1 4001 | 脘 1 4002 | 脲 1 4003 | 朘 1 4004 | 匐 1 4005 | 鱾 1 4006 | 象 1 4007 | 够 1 4008 | 逸 1 4009 | 猜 1 4010 | 猪 1 4011 | 猎 1 4012 | 猫 1 4013 | 猗 1 4014 | 凰 1 4015 | 猖 1 4016 | 猡 1 4017 | 猊 1 4018 | 猞 1 4019 | 猄 1 4020 | 猝 1 4021 | 斛 1 4022 | 觖 1 4023 | 猕 1 4024 | 猛 1 4025 | 馗 1 4026 | 祭 1 4027 | 馃 1 4028 | 馄 1 4029 | 馅 1 4030 | 馆 1 4031 | 凑 1 4032 | 减 1 4033 | 鸾 1 4034 | 毫 1 4035 | 孰 1 4036 | 烹 1 4037 | 庶 1 4038 | 庹 1 4039 | 麻 1 4040 | 庵 1 4041 | 庼 1 4042 | 庾 1 4043 | 庳 1 4044 | 痔 1 4045 | 痍 1 4046 | 疵 1 4047 | 痊 1 4048 | 痒 1 4049 | 痕 1 4050 | 廊 1 4051 | 康 1 4052 | 庸 1 4053 | 鹿 1 4054 | 盗 1 4055 | 章 1 4056 | 竟 1 4057 | 翊 1 4058 | 商 1 4059 | 旌 1 4060 | 族 1 4061 | 旎 1 4062 | 旋 1 4063 | 望 1 4064 | 袤 1 4065 | 率 1 4066 | 阇 1 4067 | 阈 1 4068 | 阉 1 4069 | 阊 1 4070 | 阋 1 4071 | 阌 1 4072 | 阍 1 4073 | 阎 1 4074 | 阏 1 4075 | 阐 1 4076 | 着 1 4077 | 羚 1 4078 | 羝 1 4079 | 羟 1 4080 | 盖 1 4081 | 眷 1 4082 | 粝 1 4083 | 粘 1 4084 | 粗 1 4085 | 粕 1 4086 | 粒 1 4087 | 断 1 4088 | 剪 1 4089 | 兽 1 4090 | 敝 1 4091 | 焐 1 4092 | 焊 1 4093 | 烯 1 4094 | 焓 1 4095 | 焕 1 4096 | 烽 1 4097 | 焖 1 4098 | 烷 1 4099 | 烺 1 4100 | 焌 1 4101 | 清 1 4102 | 渍 1 4103 | 添 1 4104 | 渚 1 4105 | 鸿 1 4106 | 淇 1 4107 | 淋 1 4108 | 淅 1 4109 | 淞 1 4110 | 渎 1 4111 | 涯 1 4112 | 淹 1 4113 | 涿 1 4114 | 渠 1 4115 | 渐 1 4116 | 淑 1 4117 | 淖 1 4118 | 挲 1 4119 | 淌 1 4120 | 淏 1 4121 | 混 1 4122 | 淠 1 4123 | 涸 1 4124 | 渑 1 4125 | 淮 1 4126 | 淦 1 4127 | 淆 1 4128 | 渊 1 4129 | 淫 1 4130 | 淝 1 4131 | 渔 1 4132 | 淘 1 4133 | 淳 1 4134 | 液 1 4135 | 淬 1 4136 | 涪 1 4137 | 淤 1 4138 | 淡 1 4139 | 淙 1 4140 | 淀 1 4141 | 涫 1 4142 | 深 1 4143 | 渌 1 4144 | 涮 1 4145 | 涵 1 4146 | 婆 1 4147 | 梁 1 4148 | 渗 1 4149 | 淄 1 4150 | 情 1 4151 | 惬 1 4152 | 悻 1 4153 | 惜 1 4154 | 惭 1 4155 | 悱 1 4156 | 悼 1 4157 | 惝 1 4158 | 惧 1 4159 | 惕 1 4160 | 惘 1 4161 | 悸 1 4162 | 惟 1 4163 | 惆 1 4164 | 惚 1 4165 | 惊 1 4166 | 惇 1 4167 | 惦 1 4168 | 悴 1 4169 | 惮 1 4170 | 惋 1 4171 | 惨 1 4172 | 惯 1 4173 | 寇 1 4174 | 寅 1 4175 | 寄 1 4176 | 寂 1 4177 | 逭 1 4178 | 宿 1 4179 | 窒 1 4180 | 窑 1 4181 | 窕 1 4182 | 密 1 4183 | 谋 1 4184 | 谌 1 4185 | 谍 1 4186 | 谎 1 4187 | 谏 1 4188 | 扈 1 4189 | 皲 1 4190 | 谐 1 4191 | 谑 1 4192 | 裆 1 4193 | 袱 1 4194 | 袼 1 4195 | 裈 1 4196 | 裉 1 4197 | 祷 1 4198 | 祸 1 4199 | 祲 1 4200 | 谒 1 4201 | 谓 1 4202 | 谔 1 4203 | 谕 1 4204 | 谖 1 4205 | 谗 1 4206 | 谙 1 4207 | 谚 1 4208 | 谛 1 4209 | 谜 1 4210 | 谝 1 4211 | 逮 1 4212 | 逯 1 4213 | 敢 1 4214 | 尉 1 4215 | 屠 1 4216 | 艴 1 4217 | 弹 1 4218 | 隋 1 4219 | 堕 1 4220 | 郿 1 4221 | 随 1 4222 | 蛋 1 4223 | 隅 1 4224 | 隈 1 4225 | 粜 1 4226 | 隍 1 4227 | 隗 1 4228 | 隆 1 4229 | 隐 1 4230 | 婧 1 4231 | 婊 1 4232 | 婞 1 4233 | 婳 1 4234 | 婕 1 4235 | 娼 1 4236 | 婢 1 4237 | 婚 1 4238 | 婵 1 4239 | 婶 1 4240 | 婉 1 4241 | 胬 1 4242 | 袈 1 4243 | 颇 1 4244 | 颈 1 4245 | 翌 1 4246 | 恿 1 4247 | 欸 1 4248 | 绩 1 4249 | 绪 1 4250 | 绫 1 4251 | 骐 1 4252 | 续 1 4253 | 骑 1 4254 | 绮 1 4255 | 绯 1 4256 | 绰 1 4257 | 骒 1 4258 | 绲 1 4259 | 绳 1 4260 | 骓 1 4261 | 维 1 4262 | 绵 1 4263 | 绶 1 4264 | 绷 1 4265 | 绸 1 4266 | 绹 1 4267 | 绺 1 4268 | 绻 1 4269 | 综 1 4270 | 绽 1 4271 | 绾 1 4272 | 绿 1 4273 | 骖 1 4274 | 缀 1 4275 | 缁 1 4276 | 巢 1 4277 | 耠 1 4278 | 琫 1 4279 | 琵 1 4280 | 琴 1 4281 | 琶 1 4282 | 琪 1 4283 | 瑛 1 4284 | 琳 1 4285 | 琦 1 4286 | 琢 1 4287 | 琥 1 4288 | 琨 1 4289 | 靓 1 4290 | 琼 1 4291 | 斑 1 4292 | 琰 1 4293 | 琮 1 4294 | 琯 1 4295 | 琬 1 4296 | 琛 1 4297 | 琚 1 4298 | 辇 1 4299 | 替 1 4300 | 鼋 1 4301 | 揳 1 4302 | 揍 1 4303 | 款 1 4304 | 堪 1 4305 | 堞 1 4306 | 搽 1 4307 | 塔 1 4308 | 搭 1 4309 | 塃 1 4310 | 揸 1 4311 | 堰 1 4312 | 揠 1 4313 | 堙 1 4314 | 揩 1 4315 | 越 1 4316 | 趄 1 4317 | 趁 1 4318 | 趋 1 4319 | 超 1 4320 | 揽 1 4321 | 提 1 4322 | 堤 1 4323 | 揖 1 4324 | 博 1 4325 | 揾 1 4326 | 颉 1 4327 | 揭 1 4328 | 喜 1 4329 | 彭 1 4330 | 揣 1 4331 | 塄 1 4332 | 揿 1 4333 | 插 1 4334 | 揪 1 4335 | 搜 1 4336 | 煮 1 4337 | 堠 1 4338 | 耋 1 4339 | 揄 1 4340 | 援 1 4341 | 搀 1 4342 | 蛰 1 4343 | 蛩 1 4344 | 絷 1 4345 | 塆 1 4346 | 裁 1 4347 | 揞 1 4348 | 搁 1 4349 | 搓 1 4350 | 搂 1 4351 | 搅 1 4352 | 揎 1 4353 | 壹 1 4354 | 握 1 4355 | 摒 1 4356 | 揆 1 4357 | 搔 1 4358 | 揉 1 4359 | 掾 1 4360 | 葜 1 4361 | 聒 1 4362 | 斯 1 4363 | 期 1 4364 | 欺 1 4365 | 联 1 4366 | 葑 1 4367 | 葚 1 4368 | 葫 1 4369 | 靰 1 4370 | 靸 1 4371 | 散 1 4372 | 葳 1 4373 | 惹 1 4374 | 蒇 1 4375 | 葬 1 4376 | 蒈 1 4377 | 募 1 4378 | 葺 1 4379 | 葛 1 4380 | 蒉 1 4381 | 葸 1 4382 | 萼 1 4383 | 蓇 1 4384 | 萩 1 4385 | 董 1 4386 | 葆 1 4387 | 葩 1 4388 | 葡 1 4389 | 敬 1 4390 | 葱 1 4391 | 蒋 1 4392 | 葶 1 4393 | 蒂 1 4394 | 蒌 1 4395 | 葓 1 4396 | 蒎 1 4397 | 落 1 4398 | 萱 1 4399 | 葖 1 4400 | 韩 1 4401 | 戟 1 4402 | 朝 1 4403 | 葭 1 4404 | 辜 1 4405 | 葵 1 4406 | 棒 1 4407 | 楮 1 4408 | 棱 1 4409 | 棋 1 4410 | 椰 1 4411 | 植 1 4412 | 森 1 4413 | 棼 1 4414 | 焚 1 4415 | 椟 1 4416 | 椅 1 4417 | 椒 1 4418 | 棹 1 4419 | 棵 1 4420 | 棍 1 4421 | 椤 1 4422 | 棰 1 4423 | 椎 1 4424 | 棉 1 4425 | 椑 1 4426 | 鹀 1 4427 | 赍 1 4428 | 棚 1 4429 | 椋 1 4430 | 椁 1 4431 | 棬 1 4432 | 棕 1 4433 | 棺 1 4434 | 榔 1 4435 | 楗 1 4436 | 棣 1 4437 | 椐 1 4438 | 椭 1 4439 | 鹁 1 4440 | 惠 1 4441 | 惑 1 4442 | 逼 1 4443 | 覃 1 4444 | 粟 1 4445 | 棘 1 4446 | 酣 1 4447 | 酤 1 4448 | 酢 1 4449 | 酥 1 4450 | 酡 1 4451 | 酦 1 4452 | 鹂 1 4453 | 觌 1 4454 | 厨 1 4455 | 厦 1 4456 | 硬 1 4457 | 硝 1 4458 | 硪 1 4459 | 硷 1 4460 | 确 1 4461 | 硫 1 4462 | 雁 1 4463 | 厥 1 4464 | 殖 1 4465 | 裂 1 4466 | 雄 1 4467 | 殚 1 4468 | 殛 1 4469 | 颊 1 4470 | 雳 1 4471 | 雯 1 4472 | 辊 1 4473 | 辋 1 4474 | 椠 1 4475 | 暂 1 4476 | 辌 1 4477 | 辍 1 4478 | 辎 1 4479 | 雅 1 4480 | 翘 1 4481 | 辈 1 4482 | 斐 1 4483 | 悲 1 4484 | 紫 1 4485 | 凿 1 4486 | 黹 1 4487 | 辉 1 4488 | 敞 1 4489 | 棠 1 4490 | 牚 1 4491 | 赏 1 4492 | 掌 1 4493 | 晴 1 4494 | 睐 1 4495 | 暑 1 4496 | 最 1 4497 | 晰 1 4498 | 量 1 4499 | 睑 1 4500 | 睇 1 4501 | 鼎 1 4502 | 睃 1 4503 | 喷 1 4504 | 戢 1 4505 | 喋 1 4506 | 嗒 1 4507 | 喃 1 4508 | 喳 1 4509 | 晶 1 4510 | 喇 1 4511 | 遇 1 4512 | 喊 1 4513 | 喱 1 4514 | 喹 1 4515 | 遏 1 4516 | 晷 1 4517 | 晾 1 4518 | 景 1 4519 | 喈 1 4520 | 畴 1 4521 | 践 1 4522 | 跖 1 4523 | 跋 1 4524 | 跌 1 4525 | 跗 1 4526 | 跞 1 4527 | 跚 1 4528 | 跑 1 4529 | 跎 1 4530 | 跏 1 4531 | 跛 1 4532 | 跆 1 4533 | 遗 1 4534 | 蛙 1 4535 | 蛱 1 4536 | 蛲 1 4537 | 蛭 1 4538 | 蛳 1 4539 | 蛐 1 4540 | 蛔 1 4541 | 蛛 1 4542 | 蜓 1 4543 | 蛞 1 4544 | 蜒 1 4545 | 蛤 1 4546 | 蛴 1 4547 | 蛟 1 4548 | 蛘 1 4549 | 蛑 1 4550 | 畯 1 4551 | 喁 1 4552 | 喝 1 4553 | 鹃 1 4554 | 喂 1 4555 | 喟 1 4556 | 斝 1 4557 | 喘 1 4558 | 啾 1 4559 | 嗖 1 4560 | 喤 1 4561 | 喉 1 4562 | 喻 1 4563 | 喑 1 4564 | 啼 1 4565 | 嗟 1 4566 | 喽 1 4567 | 嗞 1 4568 | 喧 1 4569 | 喀 1 4570 | 喔 1 4571 | 喙 1 4572 | 嵌 1 4573 | 嵘 1 4574 | 嵖 1 4575 | 幅 1 4576 | 崴 1 4577 | 遄 1 4578 | 詈 1 4579 | 帽 1 4580 | 嵎 1 4581 | 崽 1 4582 | 嵚 1 4583 | 嵬 1 4584 | 嵛 1 4585 | 翙 1 4586 | 嵯 1 4587 | 嵝 1 4588 | 嵫 1 4589 | 幄 1 4590 | 嵋 1 4591 | 赋 1 4592 | 赌 1 4593 | 赎 1 4594 | 赐 1 4595 | 赑 1 4596 | 赔 1 4597 | 黑 1 4598 | 铸 1 4599 | 铹 1 4600 | 铺 1 4601 | 铻 1 4602 | 铼 1 4603 | 铽 1 4604 | 链 1 4605 | 铿 1 4606 | 销 1 4607 | 锁 1 4608 | 锃 1 4609 | 锄 1 4610 | 锂 1 4611 | 锅 1 4612 | 锆 1 4613 | 锇 1 4614 | 锈 1 4615 | 锉 1 4616 | 锊 1 4617 | 锋 1 4618 | 锌 1 4619 | 锎 1 4620 | 锏 1 4621 | 锐 1 4622 | 锑 1 4623 | 锒 1 4624 | 锓 1 4625 | 锔 1 4626 | 锕 1 4627 | 甥 1 4628 | 掣 1 4629 | 掰 1 4630 | 短 1 4631 | 智 1 4632 | 矬 1 4633 | 氰 1 4634 | 毳 1 4635 | 毯 1 4636 | 氮 1 4637 | 毽 1 4638 | 氯 1 4639 | 犊 1 4640 | 犄 1 4641 | 犋 1 4642 | 鹄 1 4643 | 犍 1 4644 | 鹅 1 4645 | 颋 1 4646 | 剩 1 4647 | 嵇 1 4648 | 稍 1 4649 | 程 1 4650 | 稀 1 4651 | 黍 1 4652 | 桴 1 4653 | 税 1 4654 | 稂 1 4655 | 筐 1 4656 | 等 1 4657 | 筘 1 4658 | 筑 1 4659 | 策 1 4660 | 筚 1 4661 | 筛 1 4662 | 筜 1 4663 | 筒 1 4664 | 筅 1 4665 | 筏 1 4666 | 筵 1 4667 | 筌 1 4668 | 答 1 4669 | 筋 1 4670 | 筝 1 4671 | 傣 1 4672 | 傲 1 4673 | 傅 1 4674 | 傈 1 4675 | 舄 1 4676 | 牍 1 4677 | 牌 1 4678 | 傥 1 4679 | 堡 1 4680 | 集 1 4681 | 焦 1 4682 | 傍 1 4683 | 傧 1 4684 | 储 1 4685 | 遑 1 4686 | 皓 1 4687 | 皖 1 4688 | 粤 1 4689 | 奥 1 4690 | 傩 1 4691 | 遁 1 4692 | 街 1 4693 | 惩 1 4694 | 御 1 4695 | 徨 1 4696 | 循 1 4697 | 舾 1 4698 | 艇 1 4699 | 舒 1 4700 | 畲 1 4701 | 弑 1 4702 | 逾 1 4703 | 颌 1 4704 | 翕 1 4705 | 釉 1 4706 | 番 1 4707 | 释 1 4708 | 鹆 1 4709 | 禽 1 4710 | 舜 1 4711 | 貂 1 4712 | 腈 1 4713 | 腊 1 4714 | 腌 1 4715 | 腓 1 4716 | 腆 1 4717 | 腴 1 4718 | 脾 1 4719 | 腋 1 4720 | 腑 1 4721 | 腙 1 4722 | 腚 1 4723 | 腔 1 4724 | 腕 1 4725 | 腱 1 4726 | 腒 1 4727 | 鱿 1 4728 | 鲀 1 4729 | 鲁 1 4730 | 鲂 1 4731 | 鲃 1 4732 | 颍 1 4733 | 猢 1 4734 | 猹 1 4735 | 猩 1 4736 | 猥 1 4737 | 猬 1 4738 | 猾 1 4739 | 猴 1 4740 | 飓 1 4741 | 觞 1 4742 | 觚 1 4743 | 猸 1 4744 | 猱 1 4745 | 惫 1 4746 | 飧 1 4747 | 然 1 4748 | 馇 1 4749 | 馈 1 4750 | 馉 1 4751 | 馊 1 4752 | 馋 1 4753 | 亵 1 4754 | 装 1 4755 | 蛮 1 4756 | 脔 1 4757 | 就 1 4758 | 敦 1 4759 | 裒 1 4760 | 庾 1 4761 | 斌 1 4762 | 痣 1 4763 | 痨 1 4764 | 痦 1 4765 | 痘 1 4766 | 痞 1 4767 | 痢 1 4768 | 痤 1 4769 | 痪 1 4770 | 痫 1 4771 | 痧 1 4772 | 痛 1 4773 | 鄌 1 4774 | 赓 1 4775 | 竦 1 4776 | 童 1 4777 | 瓿 1 4778 | 竣 1 4779 | 啻 1 4780 | 颏 1 4781 | 鹇 1 4782 | 阑 1 4783 | 阒 1 4784 | 阔 1 4785 | 阕 1 4786 | 善 1 4787 | 翔 1 4788 | 羡 1 4789 | 普 1 4790 | 粪 1 4791 | 粞 1 4792 | 尊 1 4793 | 奠 1 4794 | 遒 1 4795 | 道 1 4796 | 遂 1 4797 | 孳 1 4798 | 曾 1 4799 | 焯 1 4800 | 焜 1 4801 | 焰 1 4802 | 焙 1 4803 | 焱 1 4804 | 鹈 1 4805 | 湛 1 4806 | 港 1 4807 | 渫 1 4808 | 滞 1 4809 | 湖 1 4810 | 湘 1 4811 | 渣 1 4812 | 渤 1 4813 | 湮 1 4814 | 湎 1 4815 | 湝 1 4816 | 湨 1 4817 | 湜 1 4818 | 渺 1 4819 | 湿 1 4820 | 温 1 4821 | 渴 1 4822 | 渭 1 4823 | 溃 1 4824 | 湍 1 4825 | 溅 1 4826 | 滑 1 4827 | 湃 1 4828 | 湫 1 4829 | 溲 1 4830 | 湟 1 4831 | 溆 1 4832 | 渝 1 4833 | 湲 1 4834 | 湾 1 4835 | 渡 1 4836 | 游 1 4837 | 溠 1 4838 | 溇 1 4839 | 湔 1 4840 | 滋 1 4841 | 湉 1 4842 | 渲 1 4843 | 溉 1 4844 | 渥 1 4845 | 湄 1 4846 | 滁 1 4847 | 愤 1 4848 | 慌 1 4849 | 惰 1 4850 | 愠 1 4851 | 惺 1 4852 | 愦 1 4853 | 愕 1 4854 | 惴 1 4855 | 愣 1 4856 | 愀 1 4857 | 愎 1 4858 | 惶 1 4859 | 愧 1 4860 | 愉 1 4861 | 愔 1 4862 | 慨 1 4863 | 喾 1 4864 | 割 1 4865 | 寒 1 4866 | 富 1 4867 | 寓 1 4868 | 窜 1 4869 | 窝 1 4870 | 窖 1 4871 | 窗 1 4872 | 窘 1 4873 | 寐 1 4874 | 谟 1 4875 | 扉 1 4876 | 遍 1 4877 | 雇 1 4878 | 扊 1 4879 | 裢 1 4880 | 裎 1 4881 | 裣 1 4882 | 裕 1 4883 | 裤 1 4884 | 裥 1 4885 | 裙 1 4886 | 祾 1 4887 | 祺 1 4888 | 祼 1 4889 | 谠 1 4890 | 禅 1 4891 | 禄 1 4892 | 幂 1 4893 | 谡 1 4894 | 谢 1 4895 | 谣 1 4896 | 谤 1 4897 | 谥 1 4898 | 谦 1 4899 | 谧 1 4900 | 塈 1 4901 | 遐 1 4902 | 犀 1 4903 | 属 1 4904 | 屡 1 4905 | 孱 1 4906 | 弼 1 4907 | 强 1 4908 | 粥 1 4909 | 巽 1 4910 | 疏 1 4911 | 隔 1 4912 | 骘 1 4913 | 隙 1 4914 | 隘 1 4915 | 媒 1 4916 | 媪 1 4917 | 絮 1 4918 | 嫂 1 4919 | 媛 1 4920 | 婷 1 4921 | 媚 1 4922 | 婿 1 4923 | 巯 1 4924 | 毵 1 4925 | 翚 1 4926 | 登 1 4927 | 皴 1 4928 | 婺 1 4929 | 骛 1 4930 | 缂 1 4931 | 缃 1 4932 | 缄 1 4933 | 缅 1 4934 | 彘 1 4935 | 缆 1 4936 | 缇 1 4937 | 缈 1 4938 | 缉 1 4939 | 缌 1 4940 | 缎 1 4941 | 缏 1 4942 | 缑 1 4943 | 缒 1 4944 | 缓 1 4945 | 缔 1 4946 | 缕 1 4947 | 骗 1 4948 | 编 1 4949 | 缗 1 4950 | 骙 1 4951 | 骚 1 4952 | 缘 1 4953 | 飨 1 -------------------------------------------------------------------------------- /dev/find_rank.py: -------------------------------------------------------------------------------- 1 | import json 2 | import pandas as pd 3 | from pypinyin import Style, pinyin 4 | from pypinyin.contrib.tone_convert import to_initials, to_finals 5 | 6 | 7 | class FindRank: 8 | data = {} 9 | merged = None 10 | weight = {} 11 | initials_rank = {} 12 | finals_rank = {} 13 | 14 | def __init__(self): 15 | file = open("./dev/weight.json") 16 | file_str = file.read() 17 | self.weight = json.loads(file_str) 18 | self.add_all_data() 19 | return 20 | 21 | def add_data(self, path): 22 | self.data[path.split("/")[-1].split(".")[0]] = pd.read_csv( 23 | path, header=None, names=["word", "count"], sep='\\t', engine='python').dropna() 24 | 25 | def add_all_data(self): 26 | for (k, v) in self.weight.items(): 27 | self.add_data("./dev/"+k+".txt") 28 | self.data[k]["count"] = self.data[k]["count"].map( 29 | lambda x: x * int(v) + 1) 30 | self.data[k]["count"] = self.data[k]["count"].astype('int') 31 | self.merged = pd.concat(self.data.values(), ignore_index=True) 32 | self.merged.dropna(inplace=True) 33 | self.merged.sort_values(by="count", ascending=False, inplace=True) 34 | i = 0 35 | for index, row in self.merged.iterrows(): 36 | print("{}/{}".format(i, len(self.merged))) 37 | self.rank_by_pinyin(row['word'], row["count"]) 38 | i += 1 39 | return 40 | 41 | def get_pinyin(self): 42 | self.merged_pinyin = self.merged["word"].map(lambda x: pinyin(x)) 43 | 44 | def get_finals_rank(self): 45 | return {k: v for k, v in sorted(self.finals_rank.items(), reverse=True, key=lambda item: item[1])} 46 | 47 | def get_initials_rank(self): 48 | return {k: v for k, v in sorted(self.initials_rank.items(), reverse=True, key=lambda item: item[1])} 49 | 50 | def rank_by_pinyin(self, word, freq): 51 | pinyin_full = pinyin(word, style=Style.TONE3, heteronym=True) 52 | for arr in pinyin_full: 53 | for py in arr: 54 | ini = to_initials(py, strict=False) 55 | fin = to_finals(py, strict=False) 56 | if py[-1].isdigit(): 57 | if ini in self.initials_rank: 58 | self.initials_rank[ini] += freq 59 | else: 60 | self.initials_rank[ini] = freq 61 | if fin in self.finals_rank: 62 | self.finals_rank[fin] += freq 63 | else: 64 | self.finals_rank[fin] = freq 65 | 66 | 67 | fr = FindRank() 68 | print("done") 69 | res = {"initials": fr.get_initials_rank(), "finals": fr.get_finals_rank()} 70 | with open("./dev/rank.json", "w") as outfile: 71 | json.dump(res, outfile, indent=2, ensure_ascii=False) 72 | -------------------------------------------------------------------------------- /dev/rank.json: -------------------------------------------------------------------------------- 1 | { 2 | "initials": { 3 | "y": 14413151325, 4 | "j": 11694695234, 5 | "zh": 9554580359, 6 | "l": 8677648545, 7 | "x": 8581617484, 8 | "h": 7744953455, 9 | "d": 7687068986, 10 | "g": 7547967363, 11 | "q": 7232790542, 12 | "ch": 6999926659, 13 | "t": 6860827152, 14 | "b": 6858779734, 15 | "sh": 6683372827, 16 | "p": 5868976205, 17 | "m": 5238411762, 18 | "w": 5181556124, 19 | "f": 4978295374, 20 | "k": 4662239311, 21 | "n": 3936877473, 22 | "z": 3403053811, 23 | "s": 3162213906, 24 | "c": 2498330793, 25 | "r": 1918380796 26 | }, 27 | "finals": { 28 | "i": 20986950635, 29 | "u": 17089227890, 30 | "an": 9349114241, 31 | "ao": 6837894371, 32 | "a": 6832046170, 33 | "ang": 6095206172, 34 | "e": 5944033886, 35 | "ian": 5723146579, 36 | "ing": 5209299017, 37 | "ou": 5114815064, 38 | "uo": 5094664120, 39 | "ong": 4929428197, 40 | "ai": 4614697833, 41 | "uan": 4532476764, 42 | "en": 4508860903, 43 | "un": 4471125568, 44 | "eng": 4408032668, 45 | "iao": 4105232304, 46 | "ei": 4079590484, 47 | "ui": 3644332982, 48 | "ie": 3594223435, 49 | "in": 3251913615, 50 | "o": 2332458069, 51 | "iu": 2069149999, 52 | "ia": 1690107430, 53 | "iang": 1671430506, 54 | "uang": 1565895707, 55 | "ue": 1350477078, 56 | "ua": 1110664239, 57 | "uai": 683204213, 58 | "v": 522758398, 59 | "iong": 520801822, 60 | "er": 263387427, 61 | "ve": 141105692 62 | } 63 | } -------------------------------------------------------------------------------- /dev/weight.json: -------------------------------------------------------------------------------- 1 | { 2 | "common": "20000000", 3 | "THUOCL_animal": "1", 4 | "THUOCL_caijing": "1", 5 | "THUOCL_car": "1", 6 | "THUOCL_chengyu": "1", 7 | "THUOCL_diming": "1", 8 | "THUOCL_food": "1", 9 | "THUOCL_it": "1", 10 | "THUOCL_law": "1", 11 | "THUOCL_lishimingren": "1", 12 | "THUOCL_medical": "1", 13 | "THUOCL_poem": "1" 14 | } -------------------------------------------------------------------------------- /dict_gen/dict_gen.py: -------------------------------------------------------------------------------- 1 | import asyncio 2 | from pypinyin.contrib.tone_convert import to_initials, to_finals 3 | from pypinyin import Style, pinyin 4 | import opencc 5 | import pandas as pd 6 | import os 7 | import sys 8 | import inspect 9 | 10 | sys.path.insert(0, os.path.dirname(os.path.dirname( 11 | os.path.abspath(inspect.getfile(inspect.currentframe()))))) 12 | 13 | 14 | converter = opencc.OpenCC('t2s.json') 15 | wuma = pd.read_csv('wuma.csv') 16 | 17 | failed = [] 18 | ciku = [] 19 | 20 | 21 | def guize(ci): 22 | from transport import pinyin_trans, tone_trans 23 | py = pinyin(ci, style=Style.TONE3) 24 | yin = [] 25 | for y in py: 26 | y = y[0] 27 | ini = to_initials(y, strict=False) 28 | fin = to_finals(y) 29 | if ini == "" and (len(fin) == 1 or len(fin) == 3): 30 | ini = fin 31 | if ini == "" and len(fin) == 2: 32 | ini = fin[0] 33 | fin = fin[1] 34 | ini = pinyin_trans(ini) 35 | fin = pinyin_trans(fin) 36 | ton = y[-1] 37 | ton = tone_trans(ton) 38 | yin.append([ini, fin, ton]) 39 | if len(ci) == 1: 40 | z = wuma[wuma['zi'] == ci]["wuma"].values 41 | if len(z) > 0: 42 | ciku.append([ci, "".join(yin[0])+z[0][3:]]) 43 | else: 44 | failed.append(ci) 45 | if len(ci) == 2: 46 | z1 = wuma[wuma['zi'] == ci[0]]["wuma"].values 47 | z2 = wuma[wuma['zi'] == ci[1]]["wuma"].values 48 | if len(z1) > 0 and len(z2) > 0: 49 | ciku.append([ci, "".join(yin[0][:2]+yin[1])]) 50 | else: 51 | if len(z1) == 0: 52 | failed.append(ci[0]) 53 | if len(z2) == 0: 54 | failed.append(ci[1]) 55 | if len(ci) == 3: 56 | z1 = wuma[wuma['zi'] == ci[0]]["wuma"].values 57 | z2 = wuma[wuma['zi'] == ci[1]]["wuma"].values 58 | z3 = wuma[wuma['zi'] == ci[2]]["wuma"].values 59 | if len(z1) > 0 and len(z2) > 0 and len(z3) > 0: 60 | ciku.append([ci, yin[0][0]+yin[1][0]+"".join(yin[2])]) 61 | else: 62 | if len(z1) == 0: 63 | failed.append(ci[0]) 64 | if len(z2) == 0: 65 | failed.append(ci[1]) 66 | if len(z3) == 0: 67 | failed.append(ci[2]) 68 | if len(ci) >= 4: 69 | buffer = "" 70 | not_append = False 71 | for c in range(0, 2): 72 | z = wuma[wuma['zi'] == ci[c]]["wuma"].values 73 | if len(z) > 0: 74 | buffer += yin[c][0] 75 | else: 76 | failed.append(ci[c]) 77 | not_append = True 78 | z = wuma[wuma['zi'] == ci[-1]]["wuma"].values 79 | if len(z) > 0: 80 | buffer += yin[-1][0]+yin[-1][1]+yin[-1][2] 81 | else: 82 | failed.append(ci[-1]) 83 | not_append = True 84 | if buffer != "" and not not_append: 85 | ciku.append([ci, buffer]) 86 | 87 | 88 | def background(f): 89 | def wrapped(*args, **kwargs): 90 | return asyncio.get_event_loop().run_in_executor(None, f, *args, **kwargs) 91 | return wrapped 92 | 93 | 94 | lines = [] 95 | 96 | 97 | @background 98 | def calc(name, s): 99 | i = 0 100 | for line in s: 101 | if i % 100 == 0: 102 | print(f"{name} {i}/{len(s)}") 103 | i += 1 104 | line = line.strip() 105 | line = converter.convert(line) 106 | try: 107 | guize(line) 108 | except: 109 | print(line) 110 | failed.append(line) 111 | 112 | 113 | def ssplit(a, n): 114 | k, m = divmod(len(a), n) 115 | return (a[i*k+min(i, m):(i+1)*k+min(i+1, m)] for i in range(n)) 116 | 117 | 118 | if __name__ == "__main__": 119 | path = sys.argv[1] 120 | export_path = path+".dict.csv" 121 | from_pos = int(sys.argv[2]) 122 | i = from_pos 123 | to_pos = int(sys.argv[3]) 124 | with open(path, 'r', encoding='utf-8') as f: 125 | lines = f.readlines()[from_pos:to_pos] 126 | chunks = list(ssplit(lines, 8)) 127 | loop = asyncio.get_event_loop() 128 | looper = asyncio.gather( 129 | *[calc(f"thread {i}:", chunks[i]) for i in range(0, 8)]) 130 | results = loop.run_until_complete(looper) 131 | print("writing to file...") 132 | with open(export_path, 'a', encoding='utf-8') as f: 133 | for c in ciku: 134 | f.write(c[0]+","+c[1]+"\n") 135 | failed = pd.DataFrame(failed, columns=["zi"]) 136 | failed.drop_duplicates(inplace=True) 137 | failed.to_csv(path+".failed.csv", index=False) 138 | -------------------------------------------------------------------------------- /jianma.danzi.csv: -------------------------------------------------------------------------------- 1 | ZI,JIANMA 2 | 去,q 3 | 我,w 4 | 二,e 5 | 人,r 6 | 他,t 7 | 一,y 8 | 是,u 9 | 这,i 10 | 哦,o 11 | 平,p 12 | 啊,a 13 | 三,s 14 | 的,d 15 | 非,f 16 | 个,g 17 | 和,h 18 | 就,j 19 | 可,k 20 | 了,l 21 | 在,z 22 | 小,x 23 | 才,c 24 | 出,v 25 | 不,b 26 | 你,n 27 | 没,m 28 | -------------------------------------------------------------------------------- /jianma.erzi.csv: -------------------------------------------------------------------------------- 1 | ZI,JIANMA 2 | 去,qv 3 | 我,wu 4 | 二,er 5 | 人,rw 6 | 他,ta 7 | 他,tu 8 | 一,yi 9 | 是,ui 10 | 是,ti 11 | 出,vu 12 | 哦,oo 13 | 哦,ee 14 | 平,pk 15 | 平,pj 16 | 平,bk 17 | 平,br 18 | 啊,aa 19 | 啊,ee 20 | 三,sf 21 | 的,de 22 | 的,di 23 | 非,fz 24 | 个,ge 25 | 个,gf 26 | 和,he 27 | 和,hu 28 | 就,jb 29 | 可,ke 30 | 可,ge 31 | 了,le 32 | 了,lq 33 | 小,xq 34 | 才,cd 35 | 才,zd 36 | 这,ie 37 | 这,iz 38 | 不,bu 39 | 不,fo 40 | 不,fu 41 | 你,ni 42 | 没,mz 43 | 没,mo 44 | 没,me 45 | 阿,aa 46 | 阿,ee 47 | 爱,ai 48 | 安,an 49 | 昂,gg 50 | 昂,ym 51 | 奥,ao 52 | 奥,yv 53 | 奥,yb 54 | 把,ba 55 | 把,pa 56 | 白,bd 57 | 白,bo 58 | 办,bf 59 | 帮,bg 60 | 报,bh 61 | 被,bz 62 | 被,bi 63 | 被,pi 64 | 本,bw 65 | 蹦,br 66 | 比,bi 67 | 比,pi 68 | 边,bj 69 | 表,bq 70 | 别,bp 71 | 滨,bl 72 | 并,bk 73 | 拨,bo 74 | 部,bu 75 | 部,po 76 | 擦,ca 77 | 菜,cd 78 | 参,cf 79 | 参,cw 80 | 参,uw 81 | 藏,cg 82 | 藏,zg 83 | 草,ch 84 | 草,zh 85 | 测,ce 86 | 岑,cw 87 | 曾,cr 88 | 曾,zr 89 | 拆,vd 90 | 拆,ve 91 | 拆,vi 92 | 拆,ca 93 | 产,vf 94 | 超,vh 95 | 超,tq 96 | 车,ve 97 | 车,jv 98 | 陈,vw 99 | 成,vr 100 | 吃,vi 101 | 吃,qi 102 | 冲,vn 103 | 抽,vo 104 | 处,vu 105 | 揣,vk 106 | 揣,du 107 | 揣,iv 108 | 揣,tr 109 | 传,vr 110 | 传,ir 111 | 窗,vs 112 | 窗,cn 113 | 吹,vv 114 | 纯,vy 115 | 戳,vu 116 | 次,ci 117 | 次,zi 118 | 差,va 119 | 差,vd 120 | 差,ci 121 | 差,cu 122 | 差,jp 123 | 从,cn 124 | 从,zn 125 | 凑,co 126 | 粗,cu 127 | 窜,cr 128 | 催,cv 129 | 村,cy 130 | 错,cu 131 | 大,da 132 | 大,dd 133 | 大,td 134 | 代,dd 135 | 但,df 136 | 但,tf 137 | 但,yj 138 | 当,dg 139 | 到,dh 140 | 得,de 141 | 得,dz 142 | 等,dr 143 | 地,di 144 | 地,de 145 | 点,dj 146 | 跌,dp 147 | 跌,tu 148 | 定,dk 149 | 丢,db 150 | 动,dn 151 | 都,do 152 | 都,du 153 | 读,du 154 | 读,do 155 | 段,dr 156 | 对,dv 157 | 顿,dy 158 | 顿,du 159 | 多,du 160 | 额,ee 161 | 欸,ai 162 | 欸,êê 163 | 欸,xp 164 | 欸,ei 165 | 恩,en 166 | 嗯,en 167 | 而,er 168 | 而,nr 169 | 法,fa 170 | 反,ff 171 | 放,fg 172 | 费,fz 173 | 分,fw 174 | 风,fr 175 | 佛,fu 176 | 佛,fo 177 | 佛,bo 178 | 佛,bi 179 | 否,fo 180 | 否,pi 181 | 副,fu 182 | 副,pi 183 | 嘎,ga 184 | 该,gd 185 | 干,gf 186 | 干,an 187 | 刚,gg 188 | 高,gh 189 | 各,ge 190 | 给,gz 191 | 给,ji 192 | 跟,gw 193 | 更,gr 194 | 共,gn 195 | 共,hn 196 | 够,go 197 | 古,gu 198 | 古,ku 199 | 挂,gc 200 | 怪,gk 201 | 关,gr 202 | 光,gs 203 | 贵,gv 204 | 滚,gy 205 | 过,gu 206 | 哈,ha 207 | 哈,he 208 | 哈,ta 209 | 哈,ua 210 | 还,hd 211 | 还,hr 212 | 还,fu 213 | 含,hf 214 | 行,xk 215 | 行,hg 216 | 行,hr 217 | 好,hh 218 | 何,he 219 | 黑,hz 220 | 很,hw 221 | 横,hr 222 | 横,gs 223 | 横,hs 224 | 红,hn 225 | 红,gn 226 | 后,ho 227 | 户,hu 228 | 话,hc 229 | 坏,hk 230 | 坏,pi 231 | 坏,pz 232 | 换,hr 233 | 黄,hs 234 | 会,hv 235 | 会,kk 236 | 混,hy 237 | 混,gy 238 | 混,ky 239 | 或,hu 240 | 或,yv 241 | 几,ji 242 | 加,jx 243 | 间,jj 244 | 将,jm 245 | 将,qm 246 | 叫,jq 247 | 接,jp 248 | 接,xp 249 | 接,ua 250 | 接,va 251 | 进,jl 252 | 经,jk 253 | 久,jb 254 | 据,jv 255 | 卷,jr 256 | 卷,qr 257 | 卷,gy 258 | 卷,jy 259 | 均,jy 260 | 均,yy 261 | 卡,ka 262 | 卡,qx 263 | 开,kd 264 | 看,kf 265 | 抗,kg 266 | 抗,gg 267 | 靠,kh 268 | 克,ke 269 | 剋,ke 270 | 剋,kz 271 | 肯,kw 272 | 坑,kr 273 | 坑,kg 274 | 空,kn 275 | 口,ko 276 | 酷,ku 277 | 夸,kc 278 | 快,kk 279 | 宽,kr 280 | 况,ks 281 | 亏,kv 282 | 亏,yv 283 | 困,ky 284 | 扩,ku 285 | 拉,la 286 | 来,ld 287 | 浪,lg 288 | 老,lh 289 | 月,yt 290 | 月,ru 291 | 乐,le 292 | 乐,yt 293 | 类,lz 294 | 冷,lr 295 | 冷,lk 296 | 里,li 297 | 连,lj 298 | 两,lm 299 | 料,lq 300 | 列,lp 301 | 列,li 302 | 林,ll 303 | 另,lk 304 | 刘,lb 305 | 龙,ln 306 | 楼,lo 307 | 路,lu 308 | 乱,lr 309 | 论,ly 310 | 落,lu 311 | 落,la 312 | 落,lh 313 | 率,lv 314 | 率,uk 315 | 率,lt 316 | 吗,ma 317 | 买,md 318 | 慢,mf 319 | 忙,mg 320 | 毛,mh 321 | 么,me 322 | 么,yq 323 | 么,mo 324 | 么,ma 325 | 每,mz 326 | 们,mw 327 | 梦,mr 328 | 米,mi 329 | 面,mj 330 | 秒,mq 331 | 灭,mp 332 | 民,ml 333 | 名,mk 334 | 末,mo 335 | 末,me 336 | 某,mo 337 | 某,mz 338 | 目,mu 339 | 那,na 340 | 那,nu 341 | 那,nz 342 | 那,ne 343 | 那,nd 344 | 难,nf 345 | 囊,ng 346 | 闹,nh 347 | 呢,ne 348 | 呢,ni 349 | 内,nz 350 | 内,na 351 | 内,rv 352 | 嫩,nw 353 | 能,nr 354 | 能,td 355 | 能,nd 356 | 能,xn 357 | 泥,ni 358 | 泥,np 359 | 泥,nk 360 | 年,nj 361 | 年,nk 362 | 鸟,nq 363 | 鸟,dq 364 | 捏,np 365 | 您,nl 366 | 宁,nk 367 | 宁,iu 368 | 牛,nb 369 | 弄,nn 370 | 弄,ln 371 | 怒,nu 372 | 暖,nr 373 | 暖,xr 374 | 虐,nt 375 | 挪,nu 376 | 女,nv 377 | 女,ru 378 | 欧,ou 379 | 怕,pa 380 | 怕,bo 381 | 排,pd 382 | 排,bd 383 | 盘,pf 384 | 旁,pg 385 | 旁,pr 386 | 旁,br 387 | 旁,bg 388 | 跑,ph 389 | 跑,bo 390 | 配,pz 391 | 盆,pw 392 | 碰,pr 393 | 批,pi 394 | 片,pj 395 | 片,pf 396 | 票,pq 397 | 撇,pp 398 | 撇,bp 399 | 品,pl 400 | 凭,pk 401 | 破,po 402 | 剖,po 403 | 普,pu 404 | 其,qi 405 | 其,ji 406 | 恰,qx 407 | 前,qj 408 | 前,jj 409 | 强,qm 410 | 强,jm 411 | 桥,qq 412 | 且,qp 413 | 且,jv 414 | 且,cu 415 | 请,qk 416 | 亲,ql 417 | 亲,qk 418 | 穷,qn 419 | 求,qb 420 | 区,qv 421 | 区,ou 422 | 全,qr 423 | 却,qt 424 | 群,qy 425 | 然,rf 426 | 让,rg 427 | 绕,rh 428 | 热,re 429 | 任,rw 430 | 任,ll 431 | 仍,rr 432 | 日,ri 433 | 容,rn 434 | 容,yn 435 | 肉,ro 436 | 肉,ru 437 | 如,ru 438 | 软,rr 439 | 若,ru 440 | 若,re 441 | 撒,sa 442 | 赛,sd 443 | 散,sf 444 | 扫,sh 445 | 色,se 446 | 色,ud 447 | 森,sw 448 | 僧,sr 449 | 僧,cr 450 | 啥,ua 451 | 晒,ud 452 | 山,uf 453 | 上,ug 454 | 少,uh 455 | 设,ue 456 | 深,uw 457 | 生,ur 458 | 时,ui 459 | 受,uo 460 | 受,dh 461 | 帅,uk 462 | 拴,ur 463 | 拴,qr 464 | 双,us 465 | 水,uv 466 | 顺,uy 467 | 四,si 468 | 送,sn 469 | 搜,so 470 | 搜,xq 471 | 搜,uh 472 | 苏,su 473 | 算,sr 474 | 岁,sv 475 | 所,su 476 | 她,ta 477 | 她,jp 478 | 她,vi 479 | 太,td 480 | 太,ta 481 | 谈,tf 482 | 汤,tg 483 | 汤,ug 484 | 套,th 485 | 特,te 486 | 疼,tr 487 | 体,ti 488 | 体,bw 489 | 体,cv 490 | 天,tj 491 | 调,dq 492 | 调,tq 493 | 贴,tp 494 | 听,tk 495 | 听,yl 496 | 听,yi 497 | 同,tn 498 | 头,to 499 | 图,tu 500 | 团,tr 501 | 团,qb 502 | 推,tv 503 | 托,tu 504 | 挖,wc 505 | 外,wk 506 | 完,wr 507 | 完,kr 508 | 王,ws 509 | 王,yv 510 | 为,wv 511 | 问,wy 512 | 翁,wt 513 | 喔,oo 514 | 喔,wu 515 | 握,wu 516 | 握,ou 517 | 无,wu 518 | 无,mo 519 | 系,xi 520 | 系,ji 521 | 下,xx 522 | 先,xj 523 | 想,xm 524 | 笑,xq 525 | 些,xp 526 | 些,su 527 | 新,xl 528 | 熊,xn 529 | 修,xb 530 | 需,xv 531 | 需,nu 532 | 需,ru 533 | 需,rr 534 | 选,xr 535 | 学,xt 536 | 亚,yx 537 | 眼,yj 538 | 眼,wy 539 | 样,ym 540 | 要,yq 541 | 也,yp 542 | 也,yi 543 | 以,yi 544 | 以,si 545 | 因,yl 546 | 应,yk 547 | 哟,yo 548 | 用,yn 549 | 有,yb 550 | 有,wv 551 | 与,yv 552 | 元,yr 553 | 云,yy 554 | 咋,za 555 | 咋,ze 556 | 咋,ia 557 | 再,zd 558 | 早,zh 559 | 则,ze 560 | 贼,zz 561 | 怎,zw 562 | 增,zr 563 | 增,cr 564 | 扎,ia 565 | 扎,za 566 | 占,if 567 | 占,tp 568 | 长,ig 569 | 长,vg 570 | 找,ih 571 | 找,hc 572 | 着,ie 573 | 着,ih 574 | 着,iu 575 | 真,iw 576 | 正,ir 577 | 只,ii 578 | 中,in 579 | 周,io 580 | 主,iu 581 | 抓,ic 582 | 拽,ik 583 | 拽,yp 584 | 转,ir 585 | 转,ik 586 | 装,is 587 | 追,iv 588 | 追,dv 589 | 追,tv 590 | 桌,iu 591 | 字,zi 592 | 总,zn 593 | 走,zo 594 | 组,zu 595 | 最,zv 596 | 最,cu 597 | 做,zu 598 | -------------------------------------------------------------------------------- /jianma.sanzi.csv: -------------------------------------------------------------------------------- 1 | ZI,JIANMA 2 | 一,yif 3 | 一,yig 4 | 一,yij 5 | 爲,wvj 6 | 爲,wvg 7 | 龍,lng 8 | 龍,mgg 9 | 了,leb 10 | 了,lqh 11 | 了,lqj 12 | 二,erj 13 | 人,rwg 14 | 入,ruj 15 | 八,baf 16 | 八,bag 17 | 力,lij 18 | 十,uig 19 | 又,yoj 20 | 三,sff 21 | 上,ugj 22 | 上,ugh 23 | 下,xaj 24 | 个,gej 25 | 个,geh 26 | 个,gfj 27 | 久,joh 28 | 义,yij 29 | 之,iif 30 | 之,iuf 31 | 之,iij 32 | 也,yph 33 | 也,yig 34 | 及,jig 35 | 口,koh 36 | 士,uij 37 | 大,daj 38 | 大,ddj 39 | 大,tdj 40 | 女,nvh 41 | 女,nvj 42 | 女,ruh 43 | 子,zib 44 | 子,zih 45 | 小,xqh 46 | 山,uff 47 | 工,gnf 48 | 己,jih 49 | 己,qih 50 | 已,yih 51 | 已,sij 52 | 才,cdg 53 | 才,zdf 54 | 门,mwg 55 | 飞,fzf 56 | 马,mah 57 | 不,buj 58 | 不,foh 59 | 不,fof 60 | 不,fuf 61 | 不,bug 62 | 专,irf 63 | 中,inf 64 | 中,inj 65 | 为,wvj 66 | 为,wvg 67 | 书,uuf 68 | 五,wuh 69 | 什,uwg 70 | 什,uig 71 | 今,jlf 72 | 从,cng 73 | 从,znj 74 | 以,yih 75 | 以,sij 76 | 元,yrg 77 | 內,nzj 78 | 公,gnf 79 | 六,loj 80 | 六,luj 81 | 凤,frj 82 | 分,fwf 83 | 分,fwj 84 | 分,fwg 85 | 办,bfj 86 | 化,hcj 87 | 化,hcf 88 | 化,huj 89 | 区,qvf 90 | 区,ouf 91 | 友,yoh 92 | 反,ffh 93 | 反,ffj 94 | 天,tjf 95 | 太,tdj 96 | 太,taf 97 | 少,uhh 98 | 少,uhj 99 | 开,kdf 100 | 引,ylh 101 | 心,xlf 102 | 手,uoh 103 | 支,iif 104 | 支,iij 105 | 支,qig 106 | 文,wyg 107 | 方,fgf 108 | 方,fgg 109 | 方,fgh 110 | 方,pgg 111 | 方,wsh 112 | 方,frf 113 | 无,wug 114 | 无,mog 115 | 日,rij 116 | 月,ytj 117 | 月,ruj 118 | 比,bih 119 | 比,bij 120 | 比,pig 121 | 比,pih 122 | 水,uvh 123 | 片,pjj 124 | 片,pjf 125 | 片,pfj 126 | 王,wsg 127 | 王,wsj 128 | 王,yvj 129 | 见,jjj 130 | 见,xjj 131 | 计,jij 132 | 认,rwj 133 | 车,vef 134 | 车,jvf 135 | 长,igh 136 | 长,vgg 137 | 队,dvj 138 | 风,frf 139 | 且,qph 140 | 且,jvf 141 | 且,cug 142 | 世,uij 143 | 业,ypj 144 | 东,dnf 145 | 主,iuh 146 | 主,iuj 147 | 乎,huf 148 | 乐,lej 149 | 乐,ytj 150 | 他,taf 151 | 他,tug 152 | 代,ddj 153 | 们,mwb 154 | 们,mwg 155 | 兄,xnf 156 | 兄,ksj 157 | 写,xph 158 | 写,xpj 159 | 出,vuf 160 | 功,gnf 161 | 加,jaf 162 | 务,wuj 163 | 北,bzh 164 | 北,bzj 165 | 卡,kah 166 | 卡,qah 167 | 去,qvj 168 | 去,qvf 169 | 发,faf 170 | 发,faj 171 | 另,lkj 172 | 叫,jqj 173 | 可,keh 174 | 可,kej 175 | 可,gef 176 | 台,tdg 177 | 台,tdf 178 | 台,yig 179 | 台,sij 180 | 号,hhj 181 | 号,hhg 182 | 号,xqf 183 | 四,sij 184 | 处,vuj 185 | 处,vuh 186 | 外,wkj 187 | 央,ymf 188 | 央,ykf 189 | 失,uif 190 | 失,yij 191 | 头,tog 192 | 头,tob 193 | 它,taf 194 | 它,tug 195 | 它,yig 196 | 对,dvj 197 | 市,uij 198 | 市,fug 199 | 平,pkg 200 | 平,pjg 201 | 平,bkj 202 | 平,brf 203 | 必,bij 204 | 打,dah 205 | 打,dag 206 | 未,wvj 207 | 本,bwh 208 | 本,bwf 209 | 正,irj 210 | 正,irf 211 | 民,mlg 212 | 生,urf 213 | 用,ynj 214 | 由,yog 215 | 由,yqf 216 | 电,djj 217 | 白,bdg 218 | 白,bog 219 | 目,muj 220 | 立,lij 221 | 立,wvj 222 | 讨,thh 223 | 让,rgj 224 | 议,yij 225 | 讯,xyj 226 | 记,jij 227 | 边,bjf 228 | 边,bjb 229 | 龙,lng 230 | 买,mdh 231 | 交,jqf 232 | 件,jjj 233 | 件,mog 234 | 任,rwj 235 | 任,rwg 236 | 任,llj 237 | 份,fwj 238 | 份,blf 239 | 会,hvj 240 | 会,kkj 241 | 传,vrg 242 | 传,irj 243 | 似,uij 244 | 似,sij 245 | 先,xjf 246 | 光,gsf 247 | 光,gsj 248 | 全,qrg 249 | 共,gnj 250 | 共,gnf 251 | 共,gnh 252 | 共,hng 253 | 关,grf 254 | 兴,xkf 255 | 兴,xkj 256 | 再,zdj 257 | 军,jyf 258 | 则,zeg 259 | 动,dnj 260 | 华,hcg 261 | 华,hcj 262 | 华,hcf 263 | 吃,vif 264 | 吃,qif 265 | 各,gej 266 | 各,geh 267 | 合,heg 268 | 合,geh 269 | 同,tng 270 | 同,tnj 271 | 名,mkg 272 | 名,mkj 273 | 向,xmj 274 | 吗,mab 275 | 吗,mag 276 | 吗,mah 277 | 回,hvg 278 | 因,ylf 279 | 在,zdj 280 | 地,dij 281 | 地,deb 282 | 场,vgh 283 | 场,vgg 284 | 多,duf 285 | 她,taf 286 | 她,jph 287 | 她,vig 288 | 好,hhh 289 | 好,hhj 290 | 如,rug 291 | 字,zij 292 | 安,anf 293 | 师,uif 294 | 年,njg 295 | 年,nkj 296 | 式,uij 297 | 式,tej 298 | 当,dgf 299 | 当,dgj 300 | 成,vrg 301 | 收,uof 302 | 有,yoh 303 | 有,yoj 304 | 有,wvh 305 | 权,qrg 306 | 次,cij 307 | 次,zif 308 | 次,cig 309 | 欢,hrf 310 | 此,cih 311 | 死,sih 312 | 竹,iug 313 | 级,jig 314 | 老,lhh 315 | 考,khh 316 | 而,erg 317 | 而,nrg 318 | 自,zij 319 | 至,iij 320 | 至,dpg 321 | 色,sej 322 | 色,udh 323 | 行,xkg 324 | 行,hgg 325 | 行,hrg 326 | 行,xkj 327 | 行,hgj 328 | 西,xif 329 | 观,grf 330 | 观,grj 331 | 讲,jmh 332 | 许,xvh 333 | 许,huh 334 | 论,lyj 335 | 论,lyg 336 | 设,uej 337 | 过,guj 338 | 过,guf 339 | 那,naj 340 | 那,naf 341 | 那,nug 342 | 那,nuj 343 | 那,nzj 344 | 那,nah 345 | 那,nzh 346 | 那,neg 347 | 那,ndh 348 | 那,nej 349 | 问,wyj 350 | 两,lmh 351 | 但,dfj 352 | 但,tfh 353 | 但,yjj 354 | 位,wvj 355 | 位,lij 356 | 住,iuj 357 | 何,heg 358 | 何,hej 359 | 作,zuj 360 | 作,zuf 361 | 作,zug 362 | 你,nih 363 | 別,bpg 364 | 利,lij 365 | 即,jig 366 | 否,foh 367 | 否,pih 368 | 吧,bab 369 | 吧,baf 370 | 吧,paf 371 | 告,ghj 372 | 告,jvf 373 | 告,guj 374 | 员,yrg 375 | 员,yyj 376 | 员,yyg 377 | 声,urf 378 | 声,qkj 379 | 完,wrg 380 | 完,krf 381 | 希,xif 382 | 应,ykf 383 | 应,ykj 384 | 弟,dij 385 | 弟,tij 386 | 弟,tvg 387 | 张,igf 388 | 形,xkg 389 | 快,kkj 390 | 我,wuh 391 | 找,ihh 392 | 找,hcg 393 | 把,bah 394 | 把,baj 395 | 把,pag 396 | 投,tog 397 | 投,doj 398 | 报,bhj 399 | 改,gdh 400 | 时,uig 401 | 更,grj 402 | 更,grf 403 | 李,lih 404 | 来,ldg 405 | 每,mzh 406 | 求,qog 407 | 決,jtg 408 | 決,qtf 409 | 決,xtj 410 | 沒,mzg 411 | 男,nfg 412 | 社,uej 413 | 究,jof 414 | 究,joj 415 | 系,xij 416 | 系,jij 417 | 花,hcf 418 | 見,jjj 419 | 見,xjj 420 | 言,yjg 421 | 言,yjj 422 | 言,ylg 423 | 识,uig 424 | 识,uij 425 | 识,iij 426 | 诉,suj 427 | 走,zoh 428 | 身,uwf 429 | 身,jrf 430 | 車,vef 431 | 車,jvf 432 | 运,yyj 433 | 运,yyh 434 | 近,jlj 435 | 还,hdg 436 | 还,hrg 437 | 还,fug 438 | 这,iej 439 | 这,izj 440 | 进,jlj 441 | 远,yrh 442 | 连,ljg 443 | 间,jjf 444 | 间,jjj 445 | 阿,aaf 446 | 阿,eef 447 | 阿,eeh 448 | 阿,aah 449 | 阿,aaj 450 | 阿,aab 451 | 陈,vwg 452 | 並,bkj 453 | 並,bfj 454 | 並,bgj 455 | 事,uij 456 | 事,zij 457 | 些,xpf 458 | 些,suj 459 | 些,suf 460 | 使,uih 461 | 來,ldg 462 | 來,ldj 463 | 兒,erg 464 | 兒,nig 465 | 兩,lmh 466 | 兩,lmj 467 | 其,qig 468 | 其,jif 469 | 其,jij 470 | 到,dhj 471 | 制,iij 472 | 单,dff 473 | 单,vfg 474 | 单,ufj 475 | 参,cff 476 | 参,cwf 477 | 参,uwf 478 | 取,qvh 479 | 取,qvf 480 | 受,uoj 481 | 受,dhj 482 | 变,bjj 483 | 呢,neb 484 | 呢,nig 485 | 呢,nih 486 | 呢,nif 487 | 呵,hef 488 | 呵,haf 489 | 呵,aaf 490 | 呵,aab 491 | 呵,kef 492 | 呵,huf 493 | 呵,aag 494 | 呵,aaj 495 | 命,mkj 496 | 和,heg 497 | 和,hej 498 | 和,hug 499 | 和,huj 500 | 和,hub 501 | 国,gug 502 | 图,tug 503 | 备,bzj 504 | 奇,qig 505 | 奇,jif 506 | 奇,aih 507 | 奇,yih 508 | 妳,nih 509 | 妳,ndh 510 | 始,uih 511 | 学,xtg 512 | 定,dkj 513 | 实,uig 514 | 建,jjj 515 | 念,njj 516 | 性,xkj 517 | 怪,gkj 518 | 或,huj 519 | 或,yvj 520 | 所,suh 521 | 放,fgj 522 | 放,fgh 523 | 放,fgf 524 | 於,yvg 525 | 於,yvf 526 | 於,wuf 527 | 明,mkg 528 | 明,mrj 529 | 朋,prg 530 | 服,fug 531 | 服,fuj 532 | 服,bij 533 | 服,bog 534 | 東,dnf 535 | 板,bfh 536 | 林,llg 537 | 果,guh 538 | 果,luh 539 | 果,grj 540 | 法,fah 541 | 版,bfh 542 | 物,wuj 543 | 玩,wrg 544 | 现,xjj 545 | 画,hcj 546 | 的,deb 547 | 的,dif 548 | 的,dig 549 | 的,dij 550 | 直,iig 551 | 知,iif 552 | 知,iij 553 | 空,knf 554 | 空,knj 555 | 空,knh 556 | 组,zuh 557 | 经,jkf 558 | 经,jkj 559 | 者,ieh 560 | 耶,ypg 561 | 耶,ypf 562 | 耶,xpg 563 | 若,ruj 564 | 若,reg 565 | 若,rej 566 | 若,reh 567 | 英,ykf 568 | 英,ymf 569 | 表,bqh 570 | 视,uij 571 | 试,uij 572 | 话,hcj 573 | 该,gdf 574 | 转,irh 575 | 转,irj 576 | 转,ikh 577 | 金,jlf 578 | 金,jlj 579 | 長,igh 580 | 長,vgg 581 | 長,igj 582 | 門,mwg 583 | 非,fzf 584 | 非,fzh 585 | 便,bjj 586 | 便,pjg 587 | 便,bjf 588 | 保,bhh 589 | 信,xlj 590 | 信,uwf 591 | 修,xof 592 | 則,zeg 593 | 前,qjg 594 | 前,jjh 595 | 南,nfg 596 | 南,naf 597 | 卻,qtj 598 | 卻,jqh 599 | 卻,xij 600 | 品,plh 601 | 哈,haf 602 | 哈,hah 603 | 哈,haj 604 | 哈,hef 605 | 哈,heg 606 | 哈,taj 607 | 哈,uaj 608 | 哪,nah 609 | 哪,nab 610 | 哪,neg 611 | 哪,nug 612 | 哪,ndh 613 | 哪,naj 614 | 哪,npj 615 | 哪,nzh 616 | 型,xkg 617 | 城,vrg 618 | 孩,hdg 619 | 室,uij 620 | 将,jmf 621 | 将,jmj 622 | 将,qmf 623 | 差,vaj 624 | 差,vaf 625 | 差,vdf 626 | 差,cif 627 | 差,vdj 628 | 差,cuf 629 | 差,jpf 630 | 带,ddj 631 | 帮,bgf 632 | 度,duj 633 | 度,dug 634 | 度,idg 635 | 很,hwh 636 | 後,hoj 637 | 怎,zwh 638 | 思,sif 639 | 思,sdf 640 | 总,znh 641 | 战,ifj 642 | 持,vig 643 | 指,iih 644 | 指,iif 645 | 指,iig 646 | 政,irj 647 | 政,irf 648 | 故,guj 649 | 星,xkf 650 | 是,uij 651 | 是,tig 652 | 标,bqf 653 | 活,hug 654 | 活,guf 655 | 点,djh 656 | 為,wvj 657 | 為,wvg 658 | 独,dug 659 | 界,jpj 660 | 相,xmf 661 | 相,xmj 662 | 看,kfj 663 | 看,kff 664 | 研,yjg 665 | 研,yjj 666 | 研,xkg 667 | 神,uwg 668 | 神,uwf 669 | 科,kef 670 | 科,kej 671 | 类,lzj 672 | 級,jig 673 | 结,jpg 674 | 结,jpf 675 | 给,gzh 676 | 给,jih 677 | 统,tnh 678 | 美,mzh 679 | 虽,svf 680 | 要,yqj 681 | 要,yqf 682 | 要,yqh 683 | 觉,jtg 684 | 觉,jqj 685 | 計,jij 686 | 语,yvh 687 | 语,yvj 688 | 说,uuf 689 | 说,uvj 690 | 说,ytj 691 | 费,fzj 692 | 軍,jyf 693 | 迷,mig 694 | 迷,mij 695 | 选,xrh 696 | 重,inj 697 | 重,vng 698 | 重,tng 699 | 除,vug 700 | 除,iuj 701 | 除,uuf 702 | 面,mjj 703 | 音,ylf 704 | 風,frf 705 | 風,frj 706 | 風,frh 707 | 飛,fzf 708 | 個,gej 709 | 個,geh 710 | 們,mwb 711 | 們,mwj 712 | 們,mwg 713 | 候,hoj 714 | 務,wuj 715 | 務,wuh 716 | 務,wug 717 | 務,mhg 718 | 務,mhj 719 | 原,yrg 720 | 員,yrg 721 | 員,yyg 722 | 員,yyj 723 | 啊,aab 724 | 啊,aaf 725 | 啊,aag 726 | 啊,aah 727 | 啊,aaj 728 | 啊,eej 729 | 家,jaf 730 | 家,jab 731 | 家,jaj 732 | 家,jpb 733 | 家,guf 734 | 容,rng 735 | 容,ynh 736 | 師,uif 737 | 拿,nag 738 | 换,hrj 739 | 料,lqj 740 | 料,lqg 741 | 時,uig 742 | 書,uuf 743 | 校,xqj 744 | 校,jqj 745 | 校,jqh 746 | 校,qqf 747 | 样,ymj 748 | 样,ymg 749 | 格,geg 750 | 格,luj 751 | 格,hej 752 | 格,gef 753 | 案,anj 754 | 档,dgj 755 | 氣,qij 756 | 氣,xij 757 | 流,log 758 | 海,hdh 759 | 爱,aij 760 | 特,tej 761 | 班,bff 762 | 留,log 763 | 留,loj 764 | 留,loh 765 | 真,iwf 766 | 破,poj 767 | 站,ifj 768 | 站,iff 769 | 笑,xqj 770 | 能,nrg 771 | 能,tdg 772 | 能,ndg 773 | 能,ndj 774 | 能,xng 775 | 脑,nhh 776 | 般,bff 777 | 般,pfg 778 | 般,bfh 779 | 般,bof 780 | 華,hcg 781 | 華,hcf 782 | 華,hcj 783 | 華,kcf 784 | 被,bzj 785 | 被,bij 786 | 被,pif 787 | 被,pij 788 | 訊,xyj 789 | 討,thh 790 | 記,jij 791 | 请,qkh 792 | 读,dug 793 | 读,doj 794 | 课,kej 795 | 谁,uvg 796 | 谁,uzg 797 | 资,zif 798 | 起,qih 799 | 较,jqj 800 | 這,iej 801 | 這,yjj 802 | 這,izj 803 | 通,tnf 804 | 通,tnj 805 | 速,suj 806 | 造,zhj 807 | 造,chj 808 | 造,chf 809 | 連,ljg 810 | 連,ljh 811 | 連,ljj 812 | 連,lfj 813 | 部,buj 814 | 部,poh 815 | 都,dof 816 | 都,duf 817 | 钱,qjg 818 | 陳,vwg 819 | 陳,iwj 820 | 难,nfg 821 | 难,nfj 822 | 验,yjj 823 | 高,ghf 824 | 高,ghj 825 | 做,zuj 826 | 凰,hsg 827 | 動,dnj 828 | 區,qvf 829 | 區,ouf 830 | 區,gof 831 | 區,qof 832 | 區,koj 833 | 參,cff 834 | 參,uwf 835 | 參,sff 836 | 參,cwf 837 | 參,cfj 838 | 參,sfh 839 | 問,wyj 840 | 啦,lab 841 | 啦,laf 842 | 國,gug 843 | 基,jif 844 | 將,jmf 845 | 將,jmj 846 | 將,qmf 847 | 將,ymg 848 | 將,jmh 849 | 專,irf 850 | 專,trg 851 | 專,urj 852 | 帶,ddj 853 | 常,vgg 854 | 張,igf 855 | 張,igj 856 | 強,qmg 857 | 強,jmj 858 | 強,qmh 859 | 得,deg 860 | 得,deb 861 | 得,dzh 862 | 從,cng 863 | 從,znj 864 | 從,znf 865 | 從,cnf 866 | 從,znh 867 | 您,nlg 868 | 情,qkg 869 | 掉,dqj 870 | 掉,nug 871 | 接,jpf 872 | 接,xpg 873 | 接,uaj 874 | 接,vaf 875 | 教,jqj 876 | 教,jqf 877 | 望,wsj 878 | 梦,mrj 879 | 清,qkf 880 | 清,qkj 881 | 現,xjj 882 | 球,qog 883 | 理,lih 884 | 眼,yjh 885 | 眼,wyh 886 | 章,igf 887 | 章,igj 888 | 第,dij 889 | 組,zuh 890 | 組,qvf 891 | 著,iuj 892 | 著,ieb 893 | 著,iug 894 | 著,vug 895 | 著,ihf 896 | 著,ihg 897 | 處,vuj 898 | 處,vuh 899 | 處,jvj 900 | 視,uij 901 | 設,uej 902 | 許,xvh 903 | 許,huh 904 | 象,xmj 905 | 進,jlj 906 | 過,guj 907 | 過,guf 908 | 過,gub 909 | 過,huj 910 | 隊,dvj 911 | 隊,ivj 912 | 隊,svj 913 | 備,bzj 914 | 喔,oof 915 | 喔,wuf 916 | 喔,oob 917 | 喔,ooj 918 | 喜,xih 919 | 喜,xif 920 | 喜,vij 921 | 單,dff 922 | 單,dfh 923 | 單,vfg 924 | 單,ufj 925 | 單,vfh 926 | 單,dfj 927 | 單,ifj 928 | 單,tfg 929 | 報,bhj 930 | 報,fuj 931 | 場,vgh 932 | 場,vgg 933 | 場,ugf 934 | 場,dgj 935 | 就,joj 936 | 幾,jih 937 | 幾,jif 938 | 幾,jij 939 | 幾,qig 940 | 提,tig 941 | 提,dif 942 | 提,vig 943 | 提,uig 944 | 提,dih 945 | 換,hrj 946 | 曾,crg 947 | 曾,zrf 948 | 最,zvj 949 | 最,cuf 950 | 期,qif 951 | 期,jif 952 | 湾,wrf 953 | 無,wug 954 | 無,mog 955 | 然,rfg 956 | 畫,hcj 957 | 發,faf 958 | 發,bof 959 | 程,vrg 960 | 等,drh 961 | 結,jpg 962 | 結,jij 963 | 結,jpf 964 | 給,gzh 965 | 給,jih 966 | 給,xag 967 | 統,tnh 968 | 联,ljg 969 | 萬,wrj 970 | 装,isf 971 | 裡,lih 972 | 訴,suj 973 | 谢,xpj 974 | 買,mdh 975 | 費,fzj 976 | 費,fug 977 | 費,bij 978 | 超,vhf 979 | 超,vhh 980 | 超,vhj 981 | 超,tqj 982 | 運,yyj 983 | 道,dhj 984 | 道,dhh 985 | 量,lmj 986 | 量,lmg 987 | 開,kdf 988 | 開,qjf 989 | 間,jjf 990 | 間,jjj 991 | 間,jjh 992 | 黃,hsg 993 | 傳,vrg 994 | 傳,irj 995 | 像,xmj 996 | 嗎,mab 997 | 嗎,maj 998 | 嗎,mag 999 | 嗎,mah 1000 | 夢,mrj 1001 | 夢,mrg 1002 | 想,xmh 1003 | 意,yij 1004 | 意,yif 1005 | 愛,aij 1006 | 感,gfh 1007 | 感,hfj 1008 | 数,uuj 1009 | 数,uuh 1010 | 新,xlf 1011 | 會,hvj 1012 | 會,kkj 1013 | 會,kuj 1014 | 業,ypj 1015 | 满,mfh 1016 | 當,dgf 1017 | 當,dgj 1018 | 當,dgb 1019 | 經,jkf 1020 | 經,jkj 1021 | 義,yij 1022 | 義,yig 1023 | 義,xif 1024 | 腦,nhh 1025 | 腦,nhj 1026 | 與,yvh 1027 | 與,yvg 1028 | 與,yvj 1029 | 號,hhj 1030 | 號,hhg 1031 | 裝,isf 1032 | 解,jph 1033 | 解,jpj 1034 | 解,xpj 1035 | 試,uij 1036 | 話,hcj 1037 | 該,gdf 1038 | 資,zif 1039 | 資,zij 1040 | 跟,gwf 1041 | 路,luj 1042 | 較,jqj 1043 | 較,jtg 1044 | 較,xqj 1045 | 遠,yrh 1046 | 遠,yrj 1047 | 错,cuj 1048 | 電,djj 1049 | 圖,tug 1050 | 實,uig 1051 | 實,iij 1052 | 對,dvj 1053 | 歌,gef 1054 | 滿,mfh 1055 | 滿,mwj 1056 | 種,inh 1057 | 種,vng 1058 | 種,inj 1059 | 算,srj 1060 | 管,grh 1061 | 網,wsh 1062 | 臺,tdg 1063 | 認,rwj 1064 | 語,yvh 1065 | 語,yvj 1066 | 說,uuf 1067 | 赛,sdj 1068 | 需,xvf 1069 | 需,nuj 1070 | 需,rug 1071 | 需,rrh 1072 | 鳳,frj 1073 | 麼,meb 1074 | 價,jaj 1075 | 價,qah 1076 | 價,jpb 1077 | 寫,xph 1078 | 寫,xpj 1079 | 影,ykh 1080 | 數,uuj 1081 | 數,uuh 1082 | 樂,lej 1083 | 樂,ytj 1084 | 樂,yqj 1085 | 樂,luj 1086 | 樂,lqg 1087 | 標,bqf 1088 | 標,bqj 1089 | 樣,ymj 1090 | 樣,xmj 1091 | 確,qtj 1092 | 線,xjj 1093 | 誰,uvg 1094 | 誰,uzg 1095 | 課,kej 1096 | 請,qkh 1097 | 請,qkj 1098 | 請,qkg 1099 | 論,lyj 1100 | 論,lyg 1101 | 貓,mhf 1102 | 貓,mhg 1103 | 選,xrh 1104 | 選,xrj 1105 | 選,srj 1106 | 選,ucf 1107 | 题,tig 1108 | 器,qij 1109 | 學,xtg 1110 | 學,hcg 1111 | 學,jqj 1112 | 戰,ifj 1113 | 整,irh 1114 | 機,jif 1115 | 獨,dug 1116 | 興,xkj 1117 | 興,xkf 1118 | 興,xlj 1119 | 辦,bfj 1120 | 還,hdg 1121 | 還,hrg 1122 | 還,xrg 1123 | 錄,luj 1124 | 錢,qjg 1125 | 錢,jjh 1126 | 錯,cuj 1127 | 錯,xif 1128 | 頭,tog 1129 | 頭,tob 1130 | 幫,bgf 1131 | 應,ykf 1132 | 應,ykj 1133 | 檔,dgj 1134 | 檔,dgf 1135 | 總,znh 1136 | 總,znf 1137 | 總,cnf 1138 | 聯,ljg 1139 | 聲,urf 1140 | 講,jmh 1141 | 謝,xpj 1142 | 賽,sdj 1143 | 雖,svf 1144 | 點,djh 1145 | 點,iff 1146 | 點,duj 1147 | 轉,irh 1148 | 轉,irj 1149 | 轉,ikh 1150 | 邊,bjf 1151 | 題,tig 1152 | 題,dij 1153 | 識,uig 1154 | 識,uij 1155 | 識,iij 1156 | 關,grf 1157 | 關,wrf 1158 | 關,wrh 1159 | 難,nfg 1160 | 難,nfj 1161 | 難,nug 1162 | 類,lzj 1163 | 覺,jtg 1164 | 覺,jqj 1165 | 議,yij 1166 | 黨,dgh 1167 | 黨,tgh 1168 | 黨,vrj 1169 | 權,qrg 1170 | 權,grj 1171 | 歡,hrf 1172 | 聽,tkf 1173 | 聽,tkj 1174 | 讀,dug 1175 | 讀,doj 1176 | 體,tih 1177 | 體,tif 1178 | 變,bjj 1179 | 驗,yjj 1180 | 觀,grf 1181 | 觀,grj 1182 | 讓,rgj 1183 | 灣,wrf 1184 | -------------------------------------------------------------------------------- /query_wuma.sql: -------------------------------------------------------------------------------- 1 | SELECT 2 | WUMA.ZI, 3 | WUMA.WUMA, 4 | CAST(POW(0.5, IFNULL(ZIPIN.PINLV, 6) - 1) * 100 AS INT) AS PINLV 5 | FROM WUMA 6 | LEFT JOIN ZIPIN ON WUMA.ZI = ZIPIN.ZI; 7 | -------------------------------------------------------------------------------- /release.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import os 3 | import zipfile 4 | 5 | version = open("VERSION").read() 6 | 7 | def zipdir(dirPath=None, zipFilePath=None, includeDirInZip=True): 8 | if not zipFilePath: 9 | zipFilePath = dirPath + ".zip" 10 | if not os.path.isdir(dirPath): 11 | raise OSError("dirPath argument must point to a directory. " 12 | "'%s' does not." % dirPath) 13 | parentDir, dirToZip = os.path.split(dirPath) 14 | def trimPath(path): 15 | archivePath = path.replace(parentDir, "", 1) 16 | if parentDir: 17 | archivePath = archivePath.replace(os.path.sep, "", 1) 18 | if not includeDirInZip: 19 | archivePath = archivePath.replace(dirToZip + os.path.sep, "", 1) 20 | return os.path.normcase(archivePath) 21 | outFile = zipfile.ZipFile(zipFilePath, "w", 22 | compression=zipfile.ZIP_DEFLATED) 23 | for (archiveDirPath, dirNames, fileNames) in os.walk(dirPath): 24 | for fileName in fileNames: 25 | filePath = os.path.join(archiveDirPath, fileName) 26 | outFile.write(filePath, trimPath(filePath)) 27 | if not fileNames and not dirNames: 28 | zipInfo = zipfile.ZipInfo(trimPath(archiveDirPath) + "/") 29 | outFile.writestr(zipInfo, "") 30 | outFile.close() 31 | 32 | 33 | danzi = open("jianma.danzi.csv").readlines()[1:] 34 | erzi = open("jianma.erzi.csv").readlines()[1:] 35 | sanzi = open("jianma.sanzi.csv").readlines()[1:] 36 | wuma = open("wuma.csv").readlines()[1:] 37 | default_dict = open("./generated_dict/default.txt.dict.csv").readlines() 38 | 39 | with open("./release/lemon5_dict.dict.yaml", "w") as f: 40 | f.write(""" 41 | --- 42 | name: lemon5_dict 43 | version: "v0.2" 44 | sort: original 45 | use_preset_vocabulary: false 46 | ... 47 | """) 48 | for l in danzi + erzi + sanzi + wuma + default_dict: 49 | f.write(l.replace(",", "\t").replace(".0", "")) 50 | 51 | with open("./release/lemon5_reverse.dict.yaml", "w") as g: 52 | g.write(""" 53 | --- 54 | name: lemon5_reverse 55 | version: "v0.2" 56 | sort: original 57 | use_preset_vocabulary: false 58 | ... 59 | """) 60 | fancha = open("fancha.csv").readlines()[1:] 61 | for j in fancha: 62 | g.write(j.replace(",", "\t").replace(".0", "")) 63 | 64 | zipdir("release", f"./RIME_Lemon5.{version}.zip") 65 | -------------------------------------------------------------------------------- /release/lemon5.custom.yaml: -------------------------------------------------------------------------------- 1 | patch: 2 | key_binder/bindings/+: 3 | - { when: composing, accept: Tab, send: '[' } ## tab引导辅助码 4 | # - { when: composing, accept: grave, send_sequence: '{Right}{Right}{Shift+Left}{Right}{Right}[' } 5 | switches/@next: 6 | name: emoji_suggestion 7 | reset: 1 8 | states: [ "🈚️️\uFE0E", "🈶️️\uFE0F" ] 9 | 'engine/filters/@before 0': 10 | simplifier@emoji_suggestion 11 | emoji_suggestion: 12 | opencc_config: emoji.json 13 | option_name: emoji_suggestion 14 | tips: all 15 | -------------------------------------------------------------------------------- /release/lemon5.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: lemon5 6 | name: 柠檬五码 7 | version: "v0.2" 8 | description: | 9 | 柠檬五码是柠檬自己设计开发的五码定长的输入法 10 | 网址: https://www.github.com/lemonhx/lemon5 11 | switches: 12 | - name: ascii_mode 13 | reset: 0 14 | states: [ 中文, English ] 15 | 16 | engine: 17 | processors: 18 | - ascii_composer 19 | - recognizer 20 | - key_binder 21 | - speller 22 | - selector 23 | - navigator 24 | - express_editor 25 | segmentors: 26 | - ascii_segmentor 27 | - matcher 28 | - abc_segmentor 29 | - punct_segmentor 30 | - affix_segmentor@luna 31 | - fallback_segmentor 32 | translators: 33 | - script_translator 34 | - script_translator@luna 35 | - table_translator 36 | - reverse_lookup_translator 37 | filters: 38 | - uniquifier 39 | 40 | speller: 41 | alphabet: '/[zyxwvutsrqponmlkjihgfedcba`' 42 | initials: '`abcdefghijklmnopqrstuvwxyz;' 43 | finals: '/' 44 | max_code_length: 5 45 | auto_select: true 46 | auto_clear: max_length 47 | algebra: 48 | # 全码字不加`[`键 49 | # - xform/[[]// 50 | # y 后 ixx 转寫 51 | - derive/yq/yh # iao 52 | - derive/yp/ye # ie 53 | - derive/yj/yf # ian 54 | - derive/yb/yu # iu 55 | - derive/yb/yo # iou 56 | - derive/ym/yg # iang 57 | # w 后 uxx 转写 58 | - derive/wx/wf # uan 59 | - derive/wu/wo # uo 60 | - derive/ws/wg # uang 61 | - derive/wk/wd # uai 62 | - derive/wc/wa # ua 63 | - derive/wv/wz # ui 64 | - derive/wy/ww # uen 65 | - derive/wn/wr # ueng 66 | # u v 通用 67 | - derive/v/u 68 | - derive/u/v 69 | 70 | 71 | translator: 72 | dictionary: lemon5_dict 73 | enable_charset_filter: false 74 | enable_sentence: false 75 | enable_completion: true 76 | enable_user_dict: false 77 | disable_user_dict_for_patterns: 78 | - "^z.*$" 79 | 80 | key_binder: 81 | import_preset: default 82 | 83 | recognizer: 84 | import_preset: default 85 | patterns: 86 | reverse_lookup: "[a-z`]*`+[a-z`]*" 87 | luna: "^ax[a-z]*'?$" 88 | 89 | reverse_lookup: 90 | dictionary: lemon5_reverse 91 | 92 | luna: 93 | tag: luna 94 | dictionary: luna_pinyin 95 | prism: luna_pinyin 96 | enable_completion: true 97 | prefix: "ax" 98 | suffix: "'" 99 | tips: "朙月拼音" 100 | -------------------------------------------------------------------------------- /release/lemon5_reverse.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: lemon5_reverse 6 | name: 柠檬五码反查 7 | version: "v9.9m" 8 | description: | 9 | 柠檬五码反查字 10 | switches: 11 | - name: ascii_mode 12 | reset: 0 13 | 14 | engine: 15 | processors: 16 | - ascii_composer 17 | - key_binder 18 | - speller 19 | - recognizer 20 | - selector 21 | - navigator 22 | - express_editor 23 | segmentors: 24 | - ascii_segmentor 25 | - matcher 26 | - abc_segmentor 27 | - fallback_segmentor 28 | translators: 29 | - table_translator 30 | filters: 31 | - uniquifier 32 | 33 | speller: 34 | alphabet: '/[zyxwvutsrqponmlkjihgfedcba`' 35 | initials: '`abcdefghijklmnopqrstuvwxyz;' 36 | finals: '/' 37 | 38 | translator: 39 | dictionary: lemon5_reverse 40 | enable_charset_filter: false 41 | enable_sentence: false 42 | enable_completion: true 43 | enable_user_dict: false 44 | disable_user_dict_for_patterns: 45 | - "^z.*$" 46 | 47 | key_binder: 48 | import_preset: default 49 | 50 | recognizer: 51 | import_preset: default 52 | -------------------------------------------------------------------------------- /release/opencc/emoji.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Chinese to Emoji", 3 | "segmentation": { 4 | "type": "mmseg", 5 | "dict": { 6 | "type": "text", 7 | "file": "emoji_word.txt" 8 | } 9 | }, 10 | "conversion_chain": [{ 11 | "dict": { 12 | "type": "group", 13 | "dicts": [{ 14 | "type": "text", 15 | "file": "emoji_word.txt" 16 | }, { 17 | "type": "text", 18 | "file": "emoji_category.txt" 19 | }] 20 | } 21 | }] 22 | } 23 | -------------------------------------------------------------------------------- /release/opencc/emoji_category.txt: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pypinyin 2 | pandas 3 | numpy 4 | -------------------------------------------------------------------------------- /test_coverage.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import opencc 3 | 4 | converter = opencc.OpenCC('t2s.json') 5 | 6 | wuma = pd.read_csv('wuma.csv') 7 | not_covered = [] 8 | for c in range(0x4e00, 0x9fa6): 9 | cc = chr(c) 10 | cc = converter.convert(cc) 11 | if cc not in wuma['zi'].values: 12 | not_covered.append(cc) 13 | 14 | print(not_covered) 15 | open("wuma_not_covered.txt", "w").write("\n".join(not_covered)) -------------------------------------------------------------------------------- /transport.json: -------------------------------------------------------------------------------- 1 | { 2 | "pinyin": { 3 | "iao": "q", 4 | "en": "w", 5 | "eng": "r", 6 | "ue": "t", 7 | "ve": "t", 8 | "un": "y", 9 | "vn": "y", 10 | "uen": "y", 11 | "uo": "u", 12 | "sh": "u", 13 | "zh": "i", 14 | "ou": "o", 15 | "ie": "p", 16 | "ia": "a", 17 | "uang": "s", 18 | "ai": "d", 19 | "an": "f", 20 | "ang": "g", 21 | "ao": "h", 22 | "ian": "j", 23 | "ing": "k", 24 | "uai": "k", 25 | "in": "l", 26 | "ei": "z", 27 | "van": "x", 28 | "uan": "x", 29 | "ua": "c", 30 | "ch": "v", 31 | "ui": "v", 32 | "uei": "v", 33 | "iu": "b", 34 | "iou": "b", 35 | "ong": "n", 36 | "ueng": "n", 37 | "iong": "n", 38 | "iang": "m" 39 | }, 40 | "tone": { 41 | "1": "f", 42 | "2": "g", 43 | "3": "h", 44 | "4": "j", 45 | "5": "b" 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /transport.py: -------------------------------------------------------------------------------- 1 | import json 2 | 3 | trans = json.load(open("transport.json", "r")) 4 | def pinyin_trans(pinyin): 5 | if pinyin in trans["pinyin"].keys(): 6 | return trans["pinyin"][pinyin] 7 | elif len(pinyin) == 1: 8 | return pinyin 9 | else: 10 | raise ValueError(pinyin + "not in json") 11 | 12 | 13 | def tone_trans(tone): 14 | if tone in trans["tone"].keys(): 15 | return trans["tone"][tone] 16 | else: 17 | return "b" 18 | 19 | if __name__ == "__main__": 20 | import sys 21 | from pypinyin.contrib.tone_convert import to_initials, to_finals 22 | py = sys.argv[1] 23 | if py == "-h": 24 | print("Usage: python3 transport.py [pinyin]") 25 | print("Example: python3 transport.py hao3") 26 | exit(0) 27 | ini = to_initials(py, strict=False) 28 | fin = to_finals(py) 29 | tone = py[-1] 30 | print(f"{pinyin_trans(ini)+pinyin_trans(fin)+tone_trans(tone)}") 31 | 32 | -------------------------------------------------------------------------------- /wuma.patch.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LemonHX/lemon5/df56b48301bc6585bc28adcf26d2c66d0f733fac/wuma.patch.csv -------------------------------------------------------------------------------- /wuma.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | from transport import * 3 | import sqlite3 4 | from transport import * 5 | not_applicatable = [] 6 | 7 | con = sqlite3.connect('wenshu.sqlite') 8 | df = pd.read_sql_query("SELECT * FROM ZI_MAPPING_XU", con) 9 | 10 | wuma = [] 11 | df0 = df[df["XU"] == 0] 12 | df1 = df[df["XU"] == 1][["ZI","MAPPING"]] 13 | def gen_df_one(row): 14 | if row[2] != "er" and row[1] != '': 15 | shengmu_trans = pinyin_trans(row[1]) 16 | yunmu_trans = pinyin_trans(row[2]) 17 | elif row[2] == "er": 18 | shengmu_trans = "e" 19 | yunmu_trans = "r" 20 | elif row[1] == "": 21 | yunmu_trans = pinyin_trans(row[2]) 22 | if len(row[2]) == 2: 23 | shengmu_trans = row[2][0] 24 | yunmu_trans = row[2][1] 25 | else: 26 | shengmu_trans = yunmu_trans 27 | tone = tone_trans(str(row[3])) 28 | wuma.append([row[0], shengmu_trans+yunmu_trans+tone+"["+"``"]) 29 | df_one = df0[~(df0["ZI"].isin(df1["ZI"]))] 30 | df_one.apply(gen_df_one, axis=1) 31 | df1.columns = ["ZI","MAPPING1"] 32 | df01 = df0.merge(df1, how="inner", on="ZI").drop("XU", axis=1) 33 | df01 = df01[df01["YUNMU"] != ""] 34 | def gen_wuma(row): 35 | if row[2] != "er" and row[1] != '': 36 | shengmu_trans = pinyin_trans(row[1]) 37 | yunmu_trans = pinyin_trans(row[2]) 38 | elif row[2] == "er": 39 | shengmu_trans = "e" 40 | yunmu_trans = "r" 41 | elif row[1] == "": 42 | yunmu_trans = pinyin_trans(row[2]) 43 | if len(row[2]) == 2: 44 | shengmu_trans = row[2][0] 45 | yunmu_trans = row[2][1] 46 | else: 47 | shengmu_trans = yunmu_trans 48 | tone = tone_trans(str(row[3])) 49 | wuma.append([row[0], shengmu_trans+yunmu_trans+tone+"["+row[4]+row[5]]) 50 | df01.apply(gen_wuma,axis=1) 51 | wuma = pd.DataFrame(wuma,columns=["zi","wuma"]) 52 | wuma.drop_duplicates(inplace=True) 53 | data = tuple(wuma.itertuples(index=True)) 54 | wildcards = ','.join(['?'] * len(data[0])) 55 | insert_sql = 'INSERT INTO WUMA VALUES(%s)' % wildcards 56 | con.executemany(insert_sql, data) 57 | con.commit() 58 | wuma = pd.read_sql_query(open("query_wuma.sql").read(), con) 59 | wuma.rename(columns={"ZI":"zi","WUMA":"wuma"},inplace=True) 60 | wuma.to_csv("wuma.csv", index=False) 61 | 62 | fancha = [] 63 | def int_to_bool_list(num): 64 | return [bool(num & (1< 2 | 3 | 4 |
5 |

柠檬五码形

6 |
7 |
8 |
9 |
Q
10 |
犭欠 求
11 |
12 |
13 |
七 千 犬 丘 曲 且 气 乞
14 | 15 |
16 |
17 |
18 |
19 |
W
20 |
王攵文
21 |
22 |
23 |
王 瓦 五 无 万 午 亡 未 乌 韦 勿 为 戊 我 丸 兀
24 | 25 |
26 |
27 |
28 |
29 |
E
30 |
卩阝耳
31 |
32 |
33 |
二 耳 儿 而
34 | 35 |
36 |
37 |
38 |
39 |
R
40 |
人亻彳日曰
41 |
42 |
43 |
人 入 冉 壬 刃
44 | 45 |
46 |
47 |
48 |
49 |
T
50 |
土田
51 |
52 |
53 |
土 天 太 屯
54 |
55 |
56 |
57 |
58 |
59 |
Y
60 |
讠又月衤页缶雨音乂
61 |
62 |
63 |
又 酉 已 于 义 与 夭 玉 牙 丫 永 尤 也 业 由 央 亚 严 用 幺 禺 臾 尹 禹 夷 弋 聿 雨 曳
64 | 65 |
66 |
67 |
68 |
69 |
U
70 |
十扌山饣礻石
71 |
72 |
73 |
十 尸 士 手 身 水 上 少 术 失 生 世 申 史 升 事 书 束 勺 戍 豕 氏 矢
74 | 75 |
76 |
77 |
78 |
79 |
I
80 |
止竹舟隹豸
81 |
82 |
83 |
止 爪 主 舟 之 正 丈 中 专 朱 州 重 乍
84 | 85 |
86 |
87 |
88 |
89 |
O
90 |
手舌身尸
91 |
92 |
93 | 94 | 95 |
96 |
97 |
98 |
99 |
P
100 |
101 |
102 |
103 |
片 平 爿
104 |
丿
105 |
106 |
107 |
108 | 109 |
110 |
111 |
112 |
A
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
S
123 |
厶纟
124 |
125 |
126 |
三 巳 肃
127 | 128 |
129 |
130 |
131 |
132 |
D
133 |
冫刂氵大灬
134 |
135 |
136 |
大 丁 刀 歹 刁 东 丹 电 氐
137 |
138 |
139 |
140 |
141 |
142 |
F
143 |
方父
144 |
145 |
146 |
非 方 飞 夫 凡 甫 弗 乏 丰
147 | 148 |
149 |
150 | ā 151 |
152 |
153 |
154 |
155 |
G
156 |
广弓革骨
157 |
158 |
159 |
广 弓 戈 工 瓜 干 个 甘 丐 果 更 夬
160 | 161 |
162 |
163 | á 164 |
165 |
166 |
167 |
168 |
H
169 |
火户禾虍
170 |
171 |
172 |
禾 户 互 乎 火
173 | 174 |
175 |
176 | ǎ 177 |
178 |
179 |
180 |
181 |
J
182 |
巾斤钅角亠
183 |
184 |
185 |
巾 几 九 斤 久 巨 己 井 及 夹 甲 臼 韭 戋 柬 击
186 | 187 |
188 |
189 | à 190 |
191 |
192 |
193 |
194 |
K
195 |
匚冂口囗
196 |
197 |
198 |
口 开 亏
199 | 200 |
201 |
202 |
203 |
204 |
L
205 |
力立耂
206 |
207 |
208 |
了 力 乐 来 良 两 里 吏 耒 卵 丽
209 |
210 |
211 |
212 |
213 | 214 |
215 |
216 |
217 |
Z
218 |
廴辶孑爫走𧾷
219 |
220 |
221 |
再 自 子
222 | 223 |
224 |
225 |
226 |
227 |
X
228 |
忄夕小心穴西
229 |
230 |
231 |
小 西 心 血 下 夕 乡 戌 习
232 | 233 |
234 |
235 |
236 |
237 |
C
238 |
寸艹
239 |
240 |
241 |
寸 才 匆 册
242 | 243 |
244 |
245 |
246 |
247 |
V
248 |
厂车虫齿
249 |
250 |
251 |
川 厂 车 长 叉 尺 丑 臣 成 垂 斥 串 产 出
252 |
𠃋
253 |
254 |
255 |
256 |
257 |
B
258 |
冖八勹宀白疒
259 |
260 |
261 |
百 白 八 卜 匕 卞 不 巴 本 必 丙 半 办
262 | 263 |
264 |
265 | a 266 |
267 |
268 |
269 |
270 |
N
271 |
女牜鸟
272 |
273 |
274 |
廿 女 牛 鸟 乃 内 农 年
275 |
276 |
277 |
278 |
279 |
280 |
M
281 |
门马木目罒皿米
282 |
283 |
284 |
木 毛 米 门 马 皿 末 灭 母 民 么 面
285 | 286 |
287 |
288 |
289 |
290 | 黑色 291 | 为键盘按键, 292 | 红色 293 | 为偏旁, 294 | 蓝色 295 | 为小字, 296 | 绿色 297 | 为需要特殊记忆的偏旁 298 |
299 |
300 | 其实很好记,主要就是偏旁的读法的辅音或原因所在的位置如“”既是C, 301 | 绿色部分也很简单,记住AU(sh)辅音开头的身体相关的在O 302 |
303 |
304 | 其实还有很多小字并没有包括进来,但一般情况下记住这个表格上的规则就行了。 305 |
306 | 307 | 376 | 377 | -------------------------------------------------------------------------------- /yin.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |

柠檬五码音

6 |
7 |
8 |
9 |
Q
10 |
q
11 |
12 |
13 |
iao
14 |
15 |
16 |
17 |
18 |
19 |
W
20 |
w
21 |
22 |
23 |
en
24 |
25 |
26 |
27 |
28 |
29 |
E
30 |
e
31 |
32 |
33 |
e
34 |
35 |
36 |
37 |
38 |
39 |
R
40 |
r
41 |
42 |
43 |
eng
44 |
45 |
46 |
47 |
48 |
49 |
T
50 |
t
51 |
52 |
53 |
ue
54 |
üe
55 |
56 |
57 |
58 |
59 |
Y
60 |
y
61 |
62 |
63 |
un
64 |
65 |
66 |
67 |
68 |
69 |
U
70 |
sh
71 |
72 |
73 |
u
74 |
uo
75 |
76 |
77 |
78 |
79 |
I
80 |
zh
81 |
82 |
83 |
i
84 |
85 |
86 |
87 |
88 |
89 |
O
90 |
o
91 |
92 |
93 |
o
94 |
ou
95 |
96 |
97 |
98 |
99 |
P
100 |
p
101 |
102 |
103 |
ie
104 |
105 |
106 |
107 |
108 | 109 |
110 |
111 |
112 |
A
113 |
a
114 |
115 |
116 |
a
117 |
ia
118 |
119 |
120 |
121 |
122 |
S
123 |
s
124 |
125 |
126 |
uang
127 |
128 |
129 |
130 |
131 |
132 |
D
133 |
d
134 |
135 |
136 |
ai
137 |
138 |
139 |
140 |
141 |
142 |
F
143 |
f
144 |
145 |
146 |
an
147 |
148 |
149 |
150 | ā 151 |
152 |
153 |
154 |
155 |
G
156 |
g
157 |
158 |
159 |
ang
160 |
161 |
162 |
163 | á 164 |
165 |
166 |
167 |
168 |
H
169 |
h
170 |
171 |
172 |
ao
173 |
174 |
175 |
176 | ǎ 177 |
178 |
179 |
180 |
181 |
J
182 |
j
183 |
184 |
185 |
ian
186 |
187 |
188 |
189 | à 190 |
191 |
192 |
193 |
194 |
K
195 |
k
196 |
197 |
198 |
ing
199 |
uai
200 |
201 |
202 |
203 |
204 |
L
205 |
l
206 |
207 |
208 |
in
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
Z
217 |
z
218 |
219 |
220 |
ei
221 |
222 |
223 |
224 |
225 |
226 |
X
227 |
x
228 |
229 |
230 |
uan
231 |
232 |
233 |
234 |
235 |
236 |
C
237 |
c
238 |
239 |
240 |
ua
241 |
242 |
243 |
244 |
245 |
246 |
V
247 |
ch
248 |
249 |
250 |
ü
251 |
ui
252 |
253 |
254 |
255 |
256 |
B
257 |
b
258 |
259 |
260 |
iu
261 |
262 |
263 |
264 | a 265 |
266 |
267 |
268 |
269 |
N
270 |
n
271 |
272 |
273 |
ong
274 |
iong
275 |
276 |
277 |
278 |
279 |
M
280 |
m
281 |
282 |
283 |
iang
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 | N 309 | 310 | K 311 | 312 | G 313 |
314 |
315 | 316 | 379 | 380 | -------------------------------------------------------------------------------- /yin_bpmf.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |

柠檬五码音

6 |
7 |
8 |
9 |
Q
10 |
11 |
12 |
13 |
一ㄠ
14 |
15 |
16 |
17 |
18 |
19 |
W
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
E
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
R
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
T
50 |
51 |
52 |
53 |
ㄩㄝ
54 |
55 |
56 |
57 |
58 |
59 |
Y
60 |
61 |
62 |
63 |
ㄨㄣ
64 |
65 |
66 |
67 |
68 |
69 |
U
70 |
71 |
72 |
73 |
74 |
ㄨㄛ
75 |
76 |
77 |
78 |
79 |
I
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
O
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
P
100 |
101 |
102 |
103 |
一ㄝ
104 |
105 |
106 |
107 |
108 | 109 |
110 |
111 |
112 |
A
113 |
114 |
115 |
116 |
117 |
一ㄚ
118 |
119 |
120 |
121 |
122 |
S
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
D
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
F
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 | ā 151 |
152 |
153 |
154 |
155 |
G
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 | á 164 |
165 |
166 |
167 |
168 |
H
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 | ǎ 177 |
178 |
179 |
180 |
181 |
J
182 |
183 |
184 |
185 |
一ㄢ
186 |
187 |
188 |
189 | à 190 |
191 |
192 |
193 |
194 |
K
195 |
196 |
197 |
198 |
一ㄥ
199 |
ㄨㄞ
200 |
201 |
202 |
203 |
204 |
L
205 |
206 |
207 |
208 |
一ㄣ
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
Z
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
X
227 |
228 |
229 |
230 |
ㄩㄢ
231 |
232 |
233 |
234 |
235 |
236 |
C
237 |
238 |
239 |
240 |
ㄨㄚ
241 |
242 |
243 |
244 |
245 |
246 |
V
247 |
248 |
249 |
250 |
251 |
ㄨㄟ
252 |
253 |
254 |
255 |
256 |
B
257 |
258 |
259 |
260 |
一ㄡ
261 |
262 |
263 |
264 | a 265 |
266 |
267 |
268 |
269 |
N
270 |
271 |
272 |
273 |
ㄨㄥ
274 |
ㄩㄥ
275 |
276 |
277 |
278 |
279 |
M
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 | N 309 | 310 | K 311 | 312 | G 313 |
314 |
315 | 316 | 379 | 380 | --------------------------------------------------------------------------------