diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e62ec04 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md index a3999d4..ba8cfe8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,121 @@ -# NETFLIX-DL-6.1.0 - Code to do NF in HDR,HEVC,HPL,MPL +

+ +

+ +

Netflix-DL 6.0 |HDR-HEVC-MPL-HPL Working| !

+

+

+ +# Use Python 3.9.8 & install + +## Quick start +``` +install.requirements.bat +``` +``` +For Chrome install the following addon +https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid?hl=en + +``` +``` +get cookies.txt from netflix site you should be login in the browser and put it in as cookies.txt in +\configs\Cookies +``` +``` +Now edit config.py in following path +\configs\config.py +line no .108-109 + "email": "xxx", + "password": "xxxx", + put your login details here +``` +``` +Now enjoy using it +``` +Examples + +netflix.pyc 81478916 -q 1080 --hdr + +netflix.pyc 81478916 -q 1080 --hevc + +netflix.pyc 81478916 -q 1080 --main + +netflix.pyc 81478916 -q 1080 --high + +``` +USAGE: + -h,--help Display the complete parameter setting help file and exit + -q video resolution, the highest (1080) is selected by default, optional: 480, 720, 1080, etc. + -o + Download temporary folder + -f + mkv mixed stream output folder, do not specify the default output to download temporary folder + -s Season number (Season) does not specify that all seasons are downloaded by default + -e The number of episodes (Episode) does not specify the default download complete episode + "-e 1" download episode 1; + "-e 1-7" download episodes 1-7; + "-e 2,5" Download episodes 2 and 5 + -p, --prompt + Interactively prompt to enter yes/no before downloading + --AD language code, --alang language code + Specify the audio track language, download the highest bit rate audio track in the original language (Original) by default + Language code location: "/helpers/Muxer.py" + --slang language code + Specify the subtitle language, download all language subtitles by default, + For example, "--slang zhoS zhoT" specifies simplified Chinese and traditional Chinese subtitles + --flang language code + Specify the "scene subtitle" language (Force Subtitle) + --all-audios + Download all language audio tracks + --all-forced + Download "scene subtitles" in all languages + --audio-bitrate + Specify the audio bit rate, download the highest bit rate audio track by default, optional: 128, 256, 448, etc. + --aformat-2c, --audio-format-2ch + Specify to download 2.0 channel audio tracks + --aformat-51ch, --audio-format-51ch + Specify to download 5.1 channel audio tracks + --keep keep the original material files after mixed stream mkv, delete by default + -keys, --license + Only output widevine key to the console and exit + --no-aria2c Do not call the aria2c downloader, use the Python downloader, and use aria2c by default + This parameter is not recommended + --nv do not download the video (Video) + --na do not download audio (Audio) + --ns do not download subtitles (Subtitle) + +Additional configuration file parameters (Manifest): + --main specifies H.264 Main + --high Specify H.264 High + --hevc specify H.265 + --hdr specify H.265 HDR + --check Compare the quality of H.264 Main/H.264 High +``` + +

+ +

+ +

Hello Fellow < Developers/ >!

+

+

+ + + +
Hi! My name is WVDUMP. I am Leaking the scripts to punish few idiots :smile: +
+ +

About Me

+ +Github + + +- 👯 Sharing is caring + + +- ⚡ CDM L1 BUY it from wvfuck@protonmail.com ⚡ + + +
+
+
diff --git a/configs/Cookies/cookies.txt b/configs/Cookies/cookies.txt new file mode 100644 index 0000000..08778d7 --- /dev/null +++ b/configs/Cookies/cookies.txt @@ -0,0 +1 @@ +{\rtf1} \ No newline at end of file diff --git a/configs/Tokens/test.txt b/configs/Tokens/test.txt new file mode 100644 index 0000000..e69de29 diff --git a/configs/Tokens/txt.txt b/configs/Tokens/txt.txt new file mode 100644 index 0000000..e69de29 diff --git a/configs/__init__.py b/configs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/configs/config.py b/configs/config.py new file mode 100644 index 0000000..656481f --- /dev/null +++ b/configs/config.py @@ -0,0 +1,163 @@ +import sys, os, random, string, platform +from os.path import dirname +from os.path import join +from pywidevine.cdm import cdm, deviceconfig + +dirPath = dirname(dirname(__file__)).replace("\\", "/") + +class utils: + def __init__(self): + self.dir = dirPath + + def random_hex(self, length: int) -> str: + """return {length} of random string""" + return "".join(random.choice("0123456789ABCDEF") for _ in range(length)) + +utils_ = utils() + +#####################################(DEVICES)##################################### + +devices_dict = { + "android_general": deviceconfig.device_android_general, +} + +DEVICES = { + "NETFLIX-MANIFEST": devices_dict["android_general"], + "NETFLIX-LICENSE": devices_dict["android_general"], +} + +#####################################(MUXER)##################################### + +MUXER = { + "muxer_file": f"{dirPath}/bin/muxer.json", + "mkv_folder": None, + "DEFAULT": False, # to use the normal renaming. EX: Stranger Things S01E01 [1080p].mkv + "AUDIO": "", # default audio language. + "SUB": "", # default subtitle language. EX: "eng" or "spa" + "GROUP": "WVDUMP", # to change the group name!. it's also possible to use this "--gr LOL", on the ripping commands. + "noTitle": False, # this will remove titles from the episodes EX: (The Witcher S01E01). insstead of (The Witcher S01E01 The End's Beginning). + "scheme": "p2p", # add/change any needed scheme naming. it's also possible to use this "--muxscheme repack", on the ripping commands. + "schemeslist": { + "p2p": "{t}.{r}.{s}.WEB-DL.{ac}.{vc}-{gr}", + "test": "{t}.{r}.{s}.WEB-DL-{gr}", + }, + "EXTRAS": [], # extra mkvmerge.exe commands. + "FPS24": [], +} + +#####################################(PATHS)##################################### + +PATHS = { + "DL_FOLDER": f"{dirPath}", # + "DIR_PATH": f"{dirPath}", + "BINARY_PATH": f"{dirPath}/bin", + "COOKIES_PATH": f"{dirPath}/configs/Cookies", + "KEYS_PATH": f"{dirPath}/configs/KEYS", + "TOKENS_PATH": f"{dirPath}/configs/Tokens", + "JSON_PATH": f"{dirPath}/json", + "LOGA_PATH": f"{dirPath}/helpers/bin/tools/aria2c", +} + +ARIA2C = { + "enable_logging": False, # True +} + +SETTINGS = { + "skip_video_demux": [], +} + +#####################################(VPN)##################################### + +VPN = { + "proxies": None, # "", + "nordvpn": { + "port": "80", + "email": "xxx", + "passwd": "xxx", + "http": "http://{email}:{passwd}@{ip}:{port}", + }, + "private": { + "port": "8080", + "email": "", + "passwd": "", + "http": "http://{email}:{passwd}@{ip}:{port}", + }, +} + +#####################################(BIN)##################################### + +BIN = { + "mp4decrypt_moded": f"{dirPath}/helpers/bin/tools/mp4decrypt.exe", + "mp4dump": f"{dirPath}/helpers/bin/tools/mp4dump.exe", + "ffmpeg": f"{dirPath}/helpers/bin/tools/ffmpeg.exe", + "ffprobe": f"{dirPath}/helpers/bin/tools/ffprobe.exe", + "MediaInfo": f"{dirPath}/helpers/bin/tools/MediaInfo.exe", + "mkvmerge": f"{dirPath}/helpers/bin/tools/mkvmerge.exe", + "aria2c": f"{dirPath}/helpers/bin/tools/aria2c.exe", + } + +#####################################(Config)##################################### + +Config = {} + +Config["NETFLIX"] = { + "cookies_file": f"{dirPath}/configs/Cookies/cookies_nf.txt", + "cookies_txt": f"{dirPath}/configs/Cookies/cookies.txt", + "keys_file": f"{dirPath}/configs/KEYS/netflix.keys", + "token_file": f"{dirPath}/configs/Tokens/netflix_token.json", + "email": "xxx", + "password": "xxx", + "manifest_language": "en-US", + "metada_language": "en", + "manifestEsn": "NFCDIE-03-{}".format(utils().random_hex(30)), + "androidEsn": "NFANDROID1-PRV-P-GOOGLEPIXEL=4=XL-12995-" + utils_.random_hex(64), +} + +#####################################(DIRS & FILES)############################## + +def make_dirs(): + FILES = [] + + DIRS = [ + f"{dirPath}/configs/Cookies", + f"{dirPath}/configs/Tokens", + f"{dirPath}/helpers/bin/tools/aria2c", + ] + + for dirs in DIRS: + if not os.path.exists(dirs): + os.makedirs(dirs) + + for files in FILES: + if not os.path.isfile(files): + with open(files, "w") as f: + f.write("\n") + +make_dirs() + +#####################################(tool)##################################### + +class tool: + def config(self, service): + return Config[service] + + def bin(self): + return BIN + + def vpn(self): + return VPN + + def paths(self): + return PATHS + + def muxer(self): + return MUXER + + def devices(self): + return DEVICES + + def aria2c(self): + return ARIA2C + + def video_settings(self): + return SETTINGS diff --git a/configs/keys/key.txt b/configs/keys/key.txt new file mode 100644 index 0000000..e69de29 diff --git a/configs/keys/netflix.keys b/configs/keys/netflix.keys new file mode 100644 index 0000000..e69de29 diff --git a/helpers/Muxer.py b/helpers/Muxer.py new file mode 100644 index 0000000..288459f --- /dev/null +++ b/helpers/Muxer.py @@ -0,0 +1,632 @@ + +import re, os, sys, subprocess, contextlib, json, glob +from configs.config import tool +from helpers.ripprocess import ripprocess +from pymediainfo import MediaInfo +import logging + + +class Muxer(object): + def __init__(self, **kwargs): + self.logger = logging.getLogger(__name__) + self.CurrentName_Original = kwargs.get("CurrentName", None) + self.CurrentName = kwargs.get("CurrentName", None) + self.SeasonFolder = kwargs.get("SeasonFolder", None) + self.CurrentHeigh = kwargs.get("CurrentHeigh", None) + self.CurrentWidth = kwargs.get("CurrentWidth", None) + self.source_tag = kwargs.get("Source", None) + self.AudioProfile = self.get_audio_id() # kwargs.get("AudioProfile", None) + self.VideoProfile = self.get_video_id() # kwargs.get("VideoProfile", None) + self.mkvmerge = tool().bin()["mkvmerge"] + self.merge = [] + self.muxer_settings = tool().muxer() + + ############################################################################## + self.packer = kwargs.get("group", None) + self.extra_output_folder = self.packer["EXTRA_FOLDER"] + self.Group = ( + self.packer["GROUP"] + if self.packer["GROUP"] + else self.muxer_settings["GROUP"] + ) + self.muxer_scheme = ( + self.packer["SCHEME"] + if self.packer["SCHEME"] + else self.muxer_settings["scheme"] + ) + + self.scheme = self.muxer_settings["schemeslist"][self.muxer_scheme] + self.Extras = self.muxer_settings["EXTRAS"] + self.fps24 = True if self.source_tag in self.muxer_settings["FPS24"] else False + self.default_mux = True if self.muxer_settings["DEFAULT"] else False + self.PrepareMuxer() + + def is_extra_folder(self): + extra_folder = None + if self.extra_output_folder: + if not os.path.isabs(self.extra_output_folder): + raise ValueError("Error you should provide full path dir: {}.".format(self.extra_output_folder)) + if not os.path.exists(self.extra_output_folder): + try: + os.makedirs(self.extra_output_folder) + except Exception as e: + raise ValueError("Error when create folder dir [{}]: {}.".format(e, self.extra_output_folder)) + extra_folder = self.extra_output_folder + return extra_folder + + if self.muxer_settings["mkv_folder"]: + if not os.path.isabs(self.muxer_settings["mkv_folder"]): + raise ValueError("Error you should provide full path dir: {}.".format(self.muxer_settings["mkv_folder"])) + if not os.path.exists(self.muxer_settings["mkv_folder"]): + try: + os.makedirs(self.muxer_settings["mkv_folder"]) + except Exception as e: + raise ValueError("Error when create folder dir [{}]: {}.".format(e, self.muxer_settings["mkv_folder"])) + extra_folder = self.muxer_settings["mkv_folder"] + return extra_folder + + return extra_folder + + def PrepareMuxer(self): + if self.muxer_settings["noTitle"]: + self.CurrentName = self.noTitle() + + extra_folder = self.is_extra_folder() + + if extra_folder: + self.SeasonFolder = extra_folder + else: + if not self.default_mux: + if self.SeasonFolder: + self.SeasonFolder = self.setFolder() + + return + + def SortFilesBySize(self): + file_list = [] + audio_tracks = ( + glob.glob(f"{self.CurrentName_Original}*.eac3") + + glob.glob(f"{self.CurrentName_Original}*.ac3") + + glob.glob(f"{self.CurrentName_Original}*.aac") + + glob.glob(f"{self.CurrentName_Original}*.m4a") + + glob.glob(f"{self.CurrentName_Original}*.dts") + ) + + if audio_tracks == []: + raise FileNotFoundError("no audio files found") + + for file in audio_tracks: + file_list.append({"file": file, "size": os.path.getsize(file)}) + + file_list = sorted(file_list, key=lambda k: int(k["size"])) + return file_list[-1]["file"] + + def GetVideoFile(self): + videofiles = [ + "{} [{}p]_Demuxed.mp4", + "{} [{}p]_Demuxed.mp4", + "{} [{}p] [UHD]_Demuxed.mp4", + "{} [{}p] [UHD]_Demuxed.mp4", + "{} [{}p] [VP9]_Demuxed.mp4", + "{} [{}p] [HIGH]_Demuxed.mp4", + "{} [{}p] [VP9]_Demuxed.mp4", + "{} [{}p] [HEVC]_Demuxed.mp4", + "{} [{}p] [HDR]_Demuxed.mp4", + "{} [{}p] [HDR-DV]_Demuxed.mp4", + ] + + for videofile in videofiles: + filename = videofile.format(self.CurrentName_Original, self.CurrentHeigh) + if os.path.isfile(filename): + return filename + + return None + + def get_video_id(self): + video_file = self.GetVideoFile() + if not video_file: + raise ValueError("No Video file in Dir...") + + media_info = MediaInfo.parse(video_file) + track = [track for track in media_info.tracks if track.track_type == "Video"][0] + + if track.format == "AVC": + if track.encoding_settings: + return "x264" + return "H.264" + elif track.format == "HEVC": + if track.commercial_name == "HDR10" and track.color_primaries: + return "HDR.HEVC" + if track.commercial_name == "HEVC" and track.color_primaries: + return "HEVC" + + return "DV.HEVC" + + return None + + def get_audio_id(self): + audio_id = None + media_info = MediaInfo.parse(self.SortFilesBySize()) + track = [track for track in media_info.tracks if track.track_type == "Audio"][0] + + if track.format == "E-AC-3": + audioCodec = "DDP" + elif track.format == "AC-3": + audioCodec = "DD" + elif track.format == "AAC": + audioCodec = "AAC" + elif track.format == "DTS": + audioCodec = "DTS" + elif "DTS" in track.format: + audioCodec = "DTS" + else: + audioCodec = "DDP" + + if track.channel_s == 8: + channels = "7.1" + elif track.channel_s == 6: + channels = "5.1" + elif track.channel_s == 2: + channels = "2.0" + elif track.channel_s == 1: + channels = "1.0" + else: + channels = "5.1" + + audio_id = ( + f"{audioCodec}{channels}.Atmos" + if "Atmos" in track.commercial_name + else f"{audioCodec}{channels}" + ) + + return audio_id + + def Heigh(self): + try: + Width = int(self.CurrentWidth) + Heigh = int(self.CurrentHeigh) + except Exception: + return self.CurrentHeigh + + res1080p = "1080p" + res720p = "720p" + sd = "" + + if Width >= 3840: + return "2160p" + + if Width >= 2560: + return "1440p" + + if Width > 1920: + if Heigh > 1440: + return "2160p" + return "1440p" + + if Width == 1920: + return res1080p + elif Width == 1280: + return res720p + + if Width >= 1400: + return res1080p + + if Width < 1400 and Width >= 1100: + return res720p + + if Heigh == 1080: + return res1080p + elif Heigh == 720: + return res720p + + if Heigh >= 900: + return res1080p + + if Heigh < 900 and Heigh >= 700: + return res720p + + return sd + + def noTitle(self): + regex = re.compile("(.*) [S]([0-9]+)[E]([0-9]+)") + if regex.search(self.CurrentName): + return regex.search(self.CurrentName).group(0) + + return self.CurrentName + + def Run(self, command): + self.logger.debug("muxing command: {}".format(command)) + + def unbuffered(proc, stream="stdout"): + newlines = ["\n", "\r\n", "\r"] + stream = getattr(proc, stream) + with contextlib.closing(stream): + while True: + out = [] + last = stream.read(1) + # Don't loop forever + if last == "" and proc.poll() is not None: + break + while last not in newlines: + # Don't loop forever + if last == "" and proc.poll() is not None: + break + out.append(last) + last = stream.read(1) + out = "".join(out) + yield out + + proc = subprocess.Popen( + command, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + bufsize=1, + universal_newlines=True, + ) + self.logger.info("\nStart Muxing...") + for line in unbuffered(proc): + if "Progress:" in line: + sys.stdout.write("\r%s" % (line)) + sys.stdout.flush() + elif "Multiplexing" in line: + sys.stdout.write("\r%s" % (line.replace("Multiplexing", "Muxing"))) + sys.stdout.flush() + elif "Error" in line: + sys.stdout.write("\r%s" % (line)) + sys.stdout.flush() + + self.logger.info("") + + def setName(self): + + outputVideo = ( + self.scheme.replace( + "{t}", ripprocess().CleanMyFileNamePlease(self.CurrentName) + ) + .replace("{r}", self.Heigh()) + .replace("{s}", self.source_tag) + .replace("{ac}", self.AudioProfile) + .replace("{vc}", self.VideoProfile) + .replace("{gr}", self.Group) + ) + + for i in range(10): + outputVideo = re.sub(r"(\.\.)", ".", outputVideo) + + if self.SeasonFolder: + outputVideo = os.path.join(os.path.abspath(self.SeasonFolder), outputVideo) + outputVideo = outputVideo.replace("\\", "/") + + return f"{outputVideo}.mkv" + + def setFolder(self): + folder = ( + self.scheme.replace( + "{t}", ripprocess().CleanMyFileNamePlease(self.SeasonFolder) + ) + .replace("{r}", self.Heigh()) + .replace("{s}", self.source_tag) + .replace("{ac}", self.AudioProfile) + .replace("{vc}", self.VideoProfile) + .replace("{gr}", self.Group) + ) + + for i in range(10): + folder = re.sub(r"(\.\.)", ".", folder) + + return folder + + def LanguageList(self): + LanguageList = [ + ["English", "eng", "eng", "English"], + ["Afrikaans", "af", "afr", "Afrikaans"], + ["Arabic", "ara", "ara", "Arabic"], + ["Arabic (Syria)", "araSy", "ara", "Arabic Syria"], + ["Arabic (Egypt)", "araEG", "ara", "Arabic Egypt"], + ["Arabic (Kuwait)", "araKW", "ara", "Arabic Kuwait"], + ["Arabic (Lebanon)", "araLB", "ara", "Arabic Lebanon"], + ["Arabic (Algeria)", "araDZ", "ara", "Arabic Algeria"], + ["Arabic (Bahrain)", "araBH", "ara", "Arabic Bahrain"], + ["Arabic (Iraq)", "araIQ", "ara", "Arabic Iraq"], + ["Arabic (Jordan)", "araJO", "ara", "Arabic Jordan"], + ["Arabic (Libya)", "araLY", "ara", "Arabic Libya"], + ["Arabic (Morocco)", "araMA", "ara", "Arabic Morocco"], + ["Arabic (Oman)", "araOM", "ara", "Arabic Oman"], + ["Arabic (Saudi Arabia)", "araSA", "ara", "Arabic Saudi Arabia"], + ["Arabic (Tunisia)", "araTN", "ara", "Arabic Tunisia"], + [ + "Arabic (United Arab Emirates)", + "araAE", + "ara", + "Arabic United Arab Emirates", + ], + ["Arabic (Yemen)", "araYE", "ara", "Arabic Yemen"], + ["Armenian", "hye", "arm", "Armenian"], + ["Assamese", "asm", "asm", "Assamese"], + ["Bengali", "ben", "ben", "Bengali"], + ["Basque", "eus", "baq", "Basque"], + ["British English", "enGB", "eng", "British English"], + ["Bulgarian", "bul", "bul", "Bulgarian"], + ["Cantonese", "None", "chi", "Cantonese"], + ["Catalan", "cat", "cat", "Catalan"], + ["Croatian", "hrv", "hrv", "Croatian"], + ["Czech", "ces", "cze", "Czech"], + ["Danish", "dan", "dan", "Danish"], + ["Dutch", "nld", "dut", "Dutch"], + ["Estonian", "est", "est", "Estonian"], + ["Filipino", "fil", "fil", "Filipino"], + ["Finnish", "fin", "fin", "Finnish"], + ["Flemish", "nlBE", "dut", "Flemish"], + ["French", "fra", "fre", "French"], + ["French Canadian", "caFra", "fre", "French Canadian"], + ["Canadian French", "caFra", "fre", "Canadian French"], + ["German", "deu", "ger", "German"], + ["Greek", "ell", "gre", "Greek"], + ["Gujarati", "guj", "guj", "Gujarati"], + ["Hebrew", "heb", "heb", "Hebrew"], + ["Hungarian", "hun", "hun", "Hungarian"], + ["Icelandic", "isl", "ice", "Icelandic"], + ["Indonesian", "ind", "ind", "Indonesian"], + ["Italian", "ita", "ita", "Italian"], + ["Japanese", "jpn", "jpn", "Japanese"], + ["Kannada (India)", "kan", "kan", "Kannada (India)"], + ["Khmer", "khm", "khm", "Khmer"], + ["Klingon", "tlh", "tlh", "Klingon"], + ["Korean", "kor", "kor", "Korean"], + ["Lithuanian", "lit", "lit", "Lithuanian"], + ["Latvian", "lav", "lav", "Latvian"], + ["Malay", "msa", "may", "Malay"], + ["Malayalam", "mal", "mal", "Malayalam"], + ["Mandarin", "None", "chi", "Mandarin"], + ["Mandarin (Putonghua)", "zho", "chi", "Mandarin (Putonghua)"], + ["Mandarin Chinese (Simplified)", "zh-Hans", "chi", "Simplified"], + ["Mandarin Chinese (Traditional)", "zh-Hant", "chi", "Traditional"], + ["Yue Chinese", "yue", "chi", "(Yue Chinese)"], + ["Manipuri", "mni", "mni", "Manipuri"], + ["Marathi", "mar", "mar", "Marathi"], + ["No Dialogue", "zxx", "zxx", "No Dialogue"], + ["Norwegian", "nor", "nor", "Norwegian"], + ["Norwegian Bokmal", "nob", "nob", "Norwegian Bokmal"], + ["Persian", "fas", "per", "Persian"], + ["Polish", "pol", "pol", "Polish"], + ["Portuguese", "por", "por", "Portuguese"], + ["Brazilian Portuguese", "brPor", "por", "Brazilian Portuguese"], + ["Punjabi", "pan", "pan", "Punjabi"], + ["Panjabi", "pan", "pan", "Panjabi"], + ["Romanian", "ron", "rum", "Romanian"], + ["Russian", "rus", "rus", "Russian"], + ["Serbian", "srp", "srp", "Serbian"], + ["Sinhala", "sin", "sin", "Sinhala"], + ["Slovak", "slk", "slo", "Slovak"], + ["Slovenian", "slv", "slv", "Slovenian"], + ["Spanish", "spa", "spa", "Spanish"], + ["European Spanish", "euSpa", "spa", "European Spanish"], + ["Swedish", "swe", "swe", "Swedish"], + ["Hindi", "hin", "hin", "Hindi"], + ["Tamil", "tam", "tam", "Tamil"], + ["Telugu", "tel", "tel", "Telugu"], + ["Thai", "tha", "tha", "Thai"], + ["Tagalog", "tgl", "tgl", "Tagalog"], + ["Turkish", "tur", "tur", "Turkish"], + ["Ukrainian", "ukr", "ukr", "Ukrainian"], + ["Urdu", "urd", "urd", "Urdu"], + ["Vietnamese", "vie", "vie", "Vietnamese"], + ["Simplified Chinese", "zhoS", "chi", "Chinese Simplified"], + ["Traditional Chinese", "zhoT", "chi", "Chinese Traditional"], + ] + + return LanguageList + + def ExtraLanguageList(self): + ExtraLanguageList = [ + ["Polish - Dubbing", "pol", "pol", "Polish - Dubbing"], + ["Polish - Lektor", "pol", "pol", "Polish - Lektor"], + ] + + return ExtraLanguageList + + def AddChapters(self): + if os.path.isfile(self.CurrentName_Original + " Chapters.txt"): + self.merge += [ + "--chapter-charset", + "UTF-8", + "--chapters", + self.CurrentName_Original + " Chapters.txt", + ] + + return + + def AddVideo(self): + inputVideo = None + + videofiles = [ + "{} [{}p]_Demuxed.mp4", + "{} [{}p]_Demuxed.mp4", + "{} [{}p] [UHD]_Demuxed.mp4", + "{} [{}p] [UHD]_Demuxed.mp4", + "{} [{}p] [VP9]_Demuxed.mp4", + "{} [{}p] [HIGH]_Demuxed.mp4", + "{} [{}p] [VP9]_Demuxed.mp4", + "{} [{}p] [HEVC]_Demuxed.mp4", + "{} [{}p] [HDR]_Demuxed.mp4", + "{} [{}p] [HDR-DV]_Demuxed.mp4", + ] + + for videofile in videofiles: + filename = videofile.format(self.CurrentName_Original, self.CurrentHeigh) + if os.path.isfile(filename): + inputVideo = filename + break + + if not inputVideo: + self.logger.info("cannot found video file.") + exit(-1) + + if self.default_mux: + outputVideo = ( + re.compile("|".join([".h264", ".h265", ".vp9", ".mp4"])).sub("", inputVideo) + + ".mkv" + ) + if self.SeasonFolder: + outputVideo = os.path.join( + os.path.abspath(self.SeasonFolder), outputVideo + ) + outputVideo = outputVideo.replace("\\", "/") + else: + outputVideo = self.setName() + + self.outputVideo = outputVideo + + if self.fps24: + self.merge += [ + self.mkvmerge, + "--output", + outputVideo, + "--default-duration", + "0:24000/1001p", + "--language", + "0:und", + "--default-track", + "0:yes", + "(", + inputVideo, + ")", + ] + else: + self.merge += [ + self.mkvmerge, + "--output", + outputVideo, + "--title", + '', + "(", + inputVideo, + ")", + ] + + return + + def AddAudio(self): + + audiofiles = [ + "{} {}.ac3", + "{} {} - Audio Description.ac3", + "{} {}.eac3", + "{} {} - Audio Description.eac3", + "{} {}.aac", + "{} {} - Audio Description.aac", + "{} {}.m4a", + "{} {} - Audio Description.m4a", + ] + + for (audio_language, subs_language, language_id, language_name,) in ( + self.LanguageList() + self.ExtraLanguageList() + ): + for audiofile in audiofiles: + filename = audiofile.format(self.CurrentName_Original, audio_language) + if os.path.isfile(filename): + self.merge += [ + "--language", + f"0:{language_id}", + "--track-name", + "0:Audio Description" if 'Audio Description' in filename + else f"0:{language_name}", + "--default-track", + "0:yes" + if subs_language == self.muxer_settings["AUDIO"] + else "0:no", + "(", + filename, + ")", + ] + + return + + def AddSubtitles(self): + + srts = [ + "{} {}.srt", + ] + forceds = [ + "{} forced-{}.srt", + ] + sdhs = [ + "{} sdh-{}.srt", + ] + + for ( + audio_language, + subs_language, + language_id, + language_name, + ) in self.LanguageList(): + for subtitle in srts: + filename = subtitle.format(self.CurrentName_Original, subs_language) + if os.path.isfile(filename): + self.merge += [ + "--language", + f"0:{language_id}", + "--track-name", + f"0:{language_name}", + "--forced-track", + "0:no", + "--default-track", + "0:yes" + if subs_language == self.muxer_settings["SUB"] + else "0:no", + "--compression", + "0:none", + "(", + filename, + ")", + ] + + for subtitle in forceds: + filename = subtitle.format(self.CurrentName_Original, subs_language) + if os.path.isfile(filename): + self.merge += [ + "--language", + f"0:{language_id}", + "--track-name", + f"0:Forced", + "--forced-track", + "0:yes", + "--default-track", + "0:no", + "--compression", + "0:none", + "(", + filename, + ")", + ] + + for subtitle in sdhs: + filename = subtitle.format(self.CurrentName_Original, subs_language) + if os.path.isfile(filename): + self.merge += [ + "--language", + f"0:{language_id}", + "--track-name", + f"0:SDH", + "--forced-track", + "0:no", + "--default-track", + "0:no", + "--compression", + "0:none", + "(", + filename, + ")", + ] + + return + + def startMux(self): + self.AddVideo() + self.AddAudio() + self.AddSubtitles() + self.AddChapters() + if not os.path.isfile(self.outputVideo): + self.Run(self.merge + self.Extras) + + return self.outputVideo \ No newline at end of file diff --git a/helpers/Parsers/Netflix/MSLClient.py b/helpers/Parsers/Netflix/MSLClient.py new file mode 100644 index 0000000..f3e940a --- /dev/null +++ b/helpers/Parsers/Netflix/MSLClient.py @@ -0,0 +1,551 @@ +import base64, binascii, json, os, re, random, requests, string, time, traceback, logging +from datetime import datetime +from Cryptodome.Cipher import AES, PKCS1_OAEP +from Cryptodome.Util import Padding +from Cryptodome.Hash import HMAC, SHA256 +from Cryptodome.PublicKey import RSA +from pywidevine.cdm import cdm, deviceconfig +from configs.config import tool + +class MSLClient: + def __init__(self, profiles=None, wv_keyexchange=True, proxies=None): + + self.session = requests.session() + self.logger = logging.getLogger(__name__) + if proxies: + self.session.proxies.update(proxies) + + self.nf_endpoints = { + "manifest": "https://www.netflix.com/nq/msl_v1/cadmium/pbo_manifests/^1.0.0/router", + "license": "https://www.netflix.com/nq/msl_v1/cadmium/pbo_licenses/^1.0.0/router", + } + + ###################################################################### + + self.config = tool().config("NETFLIX") + self.email = self.config["email"] + self.password = self.config["password"] + self.device = tool().devices()["NETFLIX-MANIFEST"] + self.save_rsa_location = self.config["token_file"] + self.languages = self.config["manifest_language"] + self.license_path = None + + ###################################################################### + + if os.path.isfile(self.save_rsa_location): + self.generatePrivateKey = RSA.importKey( + json.loads(open(self.save_rsa_location, "r").read())["RSA_KEY"] + ) + else: + self.generatePrivateKey = RSA.generate(2048) + + if wv_keyexchange: + self.wv_keyexchange = True + self.cdm = cdm.Cdm() + self.cdm_session = None + else: + self.wv_keyexchange = False + self.cdm = None + self.cdm_session = None + + self.manifest_challenge = '' # set desired wv data to overide wvexchange data + + self.profiles = profiles + + self.logger.debug("Using profiles: {}".format(self.profiles)) + + esn = self.config["androidEsn"] + if esn is None: + self.logger.error( + '\nandroid esn not found, set esn with cdm systemID in config.py' + ) + else: + self.esn = esn + + self.logger.debug("Using esn: " + self.esn) + + self.messageid = random.randint(0, 2 ** 52) + self.session_keys = {} #~ + self.header = { + "sender": self.esn, + "handshake": True, + "nonreplayable": 2, + "capabilities": {"languages": [], "compressionalgos": []}, + "recipient": "Netflix", + "renewable": True, + "messageid": self.messageid, + "timestamp": time.time(), + } + + self.setRSA() + + def get_header_extra(self): + + if self.wv_keyexchange: + self.cdm_session = self.cdm.open_session( + None, + deviceconfig.DeviceConfig(self.device), + b"\x0A\x7A\x00\x6C\x38\x2B", + True, + ) + wv_request = base64.b64encode( + self.cdm.get_license_request(self.cdm_session) + ).decode("utf-8") + + self.header["keyrequestdata"] = [ + { + "scheme": "WIDEVINE", + "keydata": { + "keyrequest": wv_request + } + } + ] + + else: + self.header["keyrequestdata"] = [ + { + "scheme": "ASYMMETRIC_WRAPPED", + "keydata": { + "publickey": base64.b64encode( + self.generatePrivateKey.publickey().exportKey("DER") + ).decode("utf8"), + "mechanism": "JWK_RSA", + "keypairid": "rsaKeypairId", + }, + } + ] + + return self.header + + def setRSA(self): + if os.path.isfile(self.save_rsa_location): + master_token = self.load_tokens() + expires = master_token["expiration"] + valid_until = datetime.utcfromtimestamp(int(expires)) + present_time = datetime.now() + + difference = valid_until - present_time + difference = difference.total_seconds() / 60 / 60 + if difference < 10: + self.logger.debug("rsa file found. expired soon") + self.session_keys["session_keys"] = self.generate_handshake() + else: + self.logger.debug("rsa file found") + self.session_keys["session_keys"] = { + "mastertoken": master_token["mastertoken"], + "sequence_number": master_token["sequence_number"], + "encryption_key": master_token["encryption_key"], + "sign_key": master_token["sign_key"], + } + else: + self.logger.debug("rsa file not found") + self.session_keys["session_keys"] = self.generate_handshake() + + def load_playlist(self, viewable_id): + + payload = { + "version": 2, + "url": "/manifest", #"/licensedManifest" + "id": int(time.time()), + "languages": self.languages, + "params": { + #"challenge": self.manifest_challenge, + "type": "standard", + "viewableId": viewable_id, + "profiles": self.profiles, + "flavor": "STANDARD", #'PRE_FETCH' + "drmType": "widevine", + "usePsshBox": True, + "useHttpsStreams": True, + "supportsPreReleasePin": True, + "supportsWatermark": True, + 'supportsUnequalizedDownloadables': True, + 'requestEligibleABTests': True, + "isBranching": False, + 'isNonMember': False, + 'isUIAutoPlay': False, + "imageSubtitleHeight": 1080, + "uiVersion": "shakti-v4bf615c3", + 'uiPlatform': 'SHAKTI', + "clientVersion": "6.0026.291.011", + 'desiredVmaf': 'plus_lts', # phone_plus_exp + "showAllSubDubTracks": True, + #"preferredTextLocale": "ar", + #"preferredAudioLocale": "ar", + #"maxSupportedLanguages": 2, + "preferAssistiveAudio": False, + "deviceSecurityLevel": "3000", + 'licenseType': 'standard', + 'titleSpecificData': { + str(viewable_id): { + 'unletterboxed': True + } + }, + "videoOutputInfo": [ + { + "type": "DigitalVideoOutputDescriptor", + "outputType": "unknown", + "supportedHdcpVersions": ['2.2'], + "isHdcpEngaged": True, + } + ], + }, + } + + request_data = self.msl_request(payload) + response = self.session.post(self.nf_endpoints["manifest"], data=request_data) + manifest = json.loads(json.dumps(self.decrypt_response(response.text))) + + if manifest.get("result"): + #with open('videoTraks.json', 'w', encoding='utf-8') as d: + #["result"]["video_tracks"] + # d.write(json.dumps(manifest, indent=2)) + self.license_path = manifest["result"]["links"]["license"]["href"] + return manifest + + if manifest.get("errormsg"): + self.logger.info(manifest["errormsg"]) + return None + else: + self.logger.info(manifest) + return None + + def decrypt_response(self, payload): + errored = False + try: + p = json.loads(payload) + if p.get("errordata"): + return json.loads(base64.b64decode(p["errordata"]).decode()) + except: + payloads = re.split( + r',"signature":"[0-9A-Za-z/+=]+"}', payload.split("}}")[1] + ) + payloads = [x + "}" for x in payloads] + new_payload = payloads[:-1] + + chunks = [] + for chunk in new_payload: + try: + payloadchunk = json.loads(chunk)["payload"] + encryption_envelope = payloadchunk + cipher = AES.new( + self.session_keys["session_keys"]["encryption_key"], + AES.MODE_CBC, + base64.b64decode( + json.loads( + base64.b64decode(encryption_envelope).decode("utf8") + )["iv"] + ), + ) + + plaintext = cipher.decrypt( + base64.b64decode( + json.loads( + base64.b64decode(encryption_envelope).decode("utf8") + )["ciphertext"] + ) + ) + + plaintext = json.loads(Padding.unpad(plaintext, 16).decode("utf8")) + + data = plaintext["data"] + data = base64.b64decode(data).decode("utf8") + chunks.append(data) + except: + continue + + decrypted_payload = "".join(chunks) + try: + return json.loads(decrypted_payload) + except: + traceback.print_exc() + self.logger.info("Unable to decrypt payloads...exiting") + exit(-1) + + def generate_handshake(self): + self.logger.debug("generate_handshake") + header = self.get_header_extra() + + request = { + "entityauthdata": { + "scheme": "NONE", + "authdata": {"identity": self.esn,} + }, + "signature": "", + "headerdata": base64.b64encode(json.dumps(header).encode("utf8")).decode("utf8"), + } + response = self.session.post( + url=self.nf_endpoints["manifest"], + json=request, + ) + try: + if response.json().get("errordata"): + self.logger.info("ERROR") + self.logger.info( + base64.b64decode(response.json()["errordata"]).decode() + ) + exit(-1) + handshake = self.parse_handshake(response=response.json()) + return handshake + except: + traceback.print_exc() + self.logger.info(response.text) + exit(-1) + + def load_tokens(self): + + with open(self.save_rsa_location, "r", encoding='utf-8') as f: + tokens_data = json.loads(f.read()) + + data = { + "mastertoken": tokens_data["mastertoken"], + "sequence_number": tokens_data["sequence_number"], + "encryption_key": base64.standard_b64decode(tokens_data["encryption_key"]), + "sign_key": base64.standard_b64decode(tokens_data["sign_key"]), + "RSA_KEY": tokens_data["RSA_KEY"], + "expiration": tokens_data["expiration"], + } + + return data + + def save_tokens(self, tokens_data): + + data = { + "mastertoken": tokens_data["mastertoken"], + "sequence_number": tokens_data["sequence_number"], + "encryption_key": base64.standard_b64encode( + tokens_data["encryption_key"] + ).decode("utf-8"), + "sign_key": base64.standard_b64encode(tokens_data["sign_key"]).decode( + "utf-8" + ), + "RSA_KEY": tokens_data["RSA_KEY"], + "expiration": tokens_data["expiration"], + } + + with open(self.save_rsa_location, 'w', encoding='utf-8') as f: + f.write(json.dumps(data, indent=2)) + + def parse_handshake(self, response): + headerdata = json.loads(base64.b64decode(response["headerdata"]).decode("utf8")) + + keyresponsedata = headerdata["keyresponsedata"] + mastertoken = headerdata["keyresponsedata"]["mastertoken"] + sequence_number = json.loads( + base64.b64decode(mastertoken["tokendata"]).decode("utf8") + )["sequencenumber"] + + if self.wv_keyexchange: + expected_scheme = "WIDEVINE" + else: + expected_scheme = "ASYMMETRIC_WRAPPED" + + scheme = keyresponsedata["scheme"] + + if scheme != expected_scheme: + self.logger.info("Key Exchange failed:") + return False + + keydata = keyresponsedata["keydata"] + + if self.wv_keyexchange: + encryption_key, sign_key = self.__process_wv_keydata(keydata) + else: + encryption_key, sign_key = self.__parse_rsa_wrapped_crypto_keys(keydata) + + tokens_data = { + "mastertoken": mastertoken, + "sequence_number": sequence_number, + "encryption_key": encryption_key, + "sign_key": sign_key, + } + + tokens_data_save = tokens_data + tokens_data_save.update( + {"RSA_KEY": self.generatePrivateKey.exportKey().decode()} + ) + tokens_data_save.update( + { + "expiration": json.loads( + base64.b64decode( + json.loads(base64.b64decode(response["headerdata"]))[ + "keyresponsedata" + ]["mastertoken"]["tokendata"] + ) + )["expiration"] + } + ) + self.save_tokens(tokens_data_save) + return tokens_data + + def __process_wv_keydata(self, keydata): + + wv_response_b64 = keydata["cdmkeyresponse"] # pass as b64 + encryptionkeyid = base64.standard_b64decode(keydata["encryptionkeyid"]) + hmackeyid = base64.standard_b64decode(keydata["hmackeyid"]) + self.cdm.provide_license(self.cdm_session, wv_response_b64) + keys = self.cdm.get_keys(self.cdm_session) + self.logger.debug("wv key exchange: obtained wv key exchange keys %s" % keys) + return ( + self.__find_wv_key(encryptionkeyid, keys, ["AllowEncrypt", "AllowDecrypt"]), + self.__find_wv_key(hmackeyid, keys, ["AllowSign", "AllowSignatureVerify"]), + ) + + def __find_wv_key(self, kid, keys, permissions): + for key in keys: + if key.kid != kid: + continue + if key.type != "OPERATOR_SESSION": + self.logger.debug( + "wv key exchange: Wrong key type (not operator session) key %s" + % key + ) + continue + + if not set(permissions) <= set(key.permissions): + self.logger.debug( + "wv key exchange: Incorrect permissions, key %s, needed perms %s" + % (key, permissions) + ) + continue + return key.key + + return None + + def __parse_rsa_wrapped_crypto_keys(self, keydata): + # Init Decryption + encrypted_encryption_key = base64.b64decode(keydata["encryptionkey"]) + + encrypted_sign_key = base64.b64decode(keydata["hmackey"]) + + oaep_cipher = PKCS1_OAEP.new(self.generatePrivateKey) + encryption_key_data = json.loads( + oaep_cipher.decrypt(encrypted_encryption_key).decode("utf8") + ) + + encryption_key = self.base64_check(encryption_key_data["k"]) + + sign_key_data = json.loads( + oaep_cipher.decrypt(encrypted_sign_key).decode("utf8") + ) + + sign_key = self.base64_check(sign_key_data["k"]) + return (encryption_key, sign_key) + + def base64key_decode(self, payload): + l = len(payload) % 4 + if l == 2: + payload += "==" + elif l == 3: + payload += "=" + elif l != 0: + raise ValueError("Invalid base64 string") + return base64.urlsafe_b64decode(payload.encode("utf-8")) + + def base64_check(self, string): + + while len(string) % 4 != 0: + string = string + "=" + return base64.urlsafe_b64decode(string.encode()) + + def msl_request(self, data, is_handshake=False): + + header = self.header.copy() + header["handshake"] = is_handshake + header["userauthdata"] = { + "scheme": "EMAIL_PASSWORD", + "authdata": {"email": self.email, "password": self.password}, + } + + header_envelope = self.msl_encrypt(self.session_keys, json.dumps(header)) + + header_signature = HMAC.new( + self.session_keys["session_keys"]["sign_key"], header_envelope, SHA256 + ).digest() + + encrypted_header = { + "headerdata": base64.b64encode(header_envelope).decode("utf8"), + "signature": base64.b64encode(header_signature).decode("utf8"), + "mastertoken": self.session_keys["session_keys"]["mastertoken"], + } + + payload = { + "messageid": self.messageid, + "data": base64.b64encode(json.dumps(data).encode()).decode("utf8"), + "sequencenumber": 1, + "endofmsg": True, + } + + payload_envelope = self.msl_encrypt(self.session_keys, json.dumps(payload)) + + payload_signature = HMAC.new( + self.session_keys["session_keys"]["sign_key"], payload_envelope, SHA256 + ).digest() + + payload_chunk = { + "payload": base64.b64encode(payload_envelope).decode("utf8"), + "signature": base64.b64encode(payload_signature).decode("utf8"), + } + return json.dumps(encrypted_header) + json.dumps(payload_chunk) + + def msl_encrypt(self, msl_session, plaintext): + + cbc_iv = os.urandom(16) + encryption_envelope = { + "keyid": "%s_%s" + % (self.esn, msl_session["session_keys"]["sequence_number"]), + "sha256": "AA==", + "iv": base64.b64encode(cbc_iv).decode("utf8"), + } + + plaintext = Padding.pad(plaintext.encode("utf8"), 16) + cipher = AES.new( + msl_session["session_keys"]["encryption_key"], AES.MODE_CBC, cbc_iv + ) + + ciphertext = cipher.encrypt(plaintext) + + encryption_envelope["ciphertext"] = base64.b64encode(ciphertext).decode("utf8") + + return json.dumps(encryption_envelope).encode("utf8") + + def get_license(self, challenge, session_id): + + if not isinstance(challenge, bytes): + raise TypeError("challenge must be of type bytes") + + if not isinstance(session_id, str): + raise TypeError("session_id must be of type string") + + timestamp = int(time.time() * 10000) + + license_request_data = { + "version": 2, + "url": self.license_path, + "id": timestamp, + "languages": "en_US", + "echo": "drmsessionId", + "params": [ + { + "drmSessionId": session_id, + "clientTime": int(timestamp / 10000), + "challengeBase64": base64.b64encode(challenge).decode("utf8"), + "xid": str(timestamp + 1610), + } + ] + } + + request_data = self.msl_request(license_request_data) + + resp = self.session.post(url=self.nf_endpoints["license"],data=request_data) + + try: + resp.json() + + except ValueError: + msl_license_data = json.loads(json.dumps(self.decrypt_response(resp.text))) + if msl_license_data.get("result"): + return msl_license_data + if msl_license_data.get("errormsg"): + raise ValueError(msl_license_data["errormsg"]) + raise ValueError(msl_license_data) diff --git a/helpers/Parsers/Netflix/get_keys.py b/helpers/Parsers/Netflix/get_keys.py new file mode 100644 index 0000000..837ca3b --- /dev/null +++ b/helpers/Parsers/Netflix/get_keys.py @@ -0,0 +1,162 @@ +import time, os, json, logging, base64 +from helpers.Parsers.Netflix.MSLClient import MSLClient +from configs.config import tool +from pywidevine.decrypt.wvdecryptcustom import WvDecrypt + +logger = logging.getLogger(__name__) + +''' "av1-main-L20-dash-cbcs-prk", + "av1-main-L21-dash-cbcs-prk", + "av1-main-L30-dash-cbcs-prk", + "av1-main-L31-dash-cbcs-prk", + "av1-main-L40-dash-cbcs-prk", + "av1-main-L41-dash-cbcs-prk", + "av1-main-L50-dash-cbcs-prk", + "av1-main-L51-dash-cbcs-prk",''' + +''' "vp9-profile0-L21-dash-cenc", + "vp9-profile0-L30-dash-cenc", + "vp9-profile0-L31-dash-cenc", + "vp9-profile0-L40-dash-cenc", + "vp9-profile2-L30-dash-cenc-prk", + "vp9-profile2-L31-dash-cenc-prk", + "vp9-profile2-L40-dash-cenc-prk", + "vp9-profile2-L50-dash-cenc-prk", + "vp9-profile2-L51-dash-cenc-prk"''' + +def from_kid(kid): + array_of_bytes = bytearray(b"\x00\x00\x002pssh\x00\x00\x00\x00") + array_of_bytes.extend(bytes.fromhex("edef8ba979d64acea3c827dcd51d21ed")) + array_of_bytes.extend(b"\x00\x00\x00\x12\x12\x10") + array_of_bytes.extend(bytes.fromhex(kid.replace("-", ""))) + pssh = base64.b64encode(bytes.fromhex(array_of_bytes.hex())) + return pssh.decode() + +def __profiles(profile, addHEVCDO=False): + + profiles = [ + "heaac-2-dash", + "dfxp-ls-sdh", + "webvtt-lssdh-ios8", + "BIF240", + "BIF320", + ] + + if profile == "High KEYS": + profiles += [ + "playready-h264hpl22-dash", + "playready-h264hpl30-dash", + "playready-h264hpl31-dash", + #'playready-h264hpl40-dash' + ] + + elif profile == "Main KEYS": + profiles += [ + "playready-h264bpl30-dash", + "playready-h264mpl30-dash", + "playready-h264mpl31-dash", + "playready-h264mpl40-dash", + ] + + elif profile == "HEVC KEYS": + profiles += [ + "hevc-main-L30-dash-cenc", + "hevc-main10-L30-dash-cenc", + "hevc-main10-L30-dash-cenc-prk", + "hevc-main-L31-dash-cenc" + "hevc-main10-L31-dash-cenc", + "hevc-main10-L31-dash-cenc-prk", + "hevc-main-L40-dash-cenc", + "hevc-main10-L40-dash-cenc", + "hevc-main10-L40-dash-cenc-prk", + "hevc-main-L41-dash-cenc", + "hevc-main10-L41-dash-cenc", + "hevc-main10-L41-dash-cenc-prk" + ] + if addHEVCDO: + profiles += [ + "hevc-main10-L31-dash-cenc-prk-do", + "hevc-main10-L31-dash-cenc-prk-do", + "hevc-main10-L40-dash-cenc-prk-do", + "hevc-main10-L41-dash-cenc-prk-do", + ] + + elif profile == 'HDR-10 KEYS': + profiles += [ + "hevc-hdr-main10-L30-dash-cenc", + "hevc-hdr-main10-L30-dash-cenc-prk", + "hevc-hdr-main10-L31-dash-cenc", + "hevc-hdr-main10-L31-dash-cenc-prk", + "hevc-hdr-main10-L40-dash-cenc", + "hevc-hdr-main10-L41-dash-cenc", + "hevc-hdr-main10-L40-dash-cenc-prk", + "hevc-hdr-main10-L41-dash-cenc-prk" + ] + else: + profiles += [ + "playready-h264mpl30-dash", + ] + + return profiles + +def GettingKEYS_Netflixv2(nfID, profile): # + + KEYS = [] + + available_profiles = [ + "High KEYS", + "HEVC KEYS", + "HDR-10 KEYS", + "Main KEYS" + ] + + if not profile in available_profiles: + logger.info("Error: Unknown profile: {}".format(profile)) + exit(1) + + logger.info(f"\nGetting {profile}...") + + profiles = __profiles(profile) + + try: + client = MSLClient(profiles=profiles) + resp = client.load_playlist(int(nfID)) + if resp is None: + if profile == 'HEVC KEYS': + profiles = __profiles(profile, addHEVCDO=True) + client = MSLClient(profiles=profiles) + resp = client.load_playlist(int(nfID)) + + except Exception as e: + logger.error("Manifest Error: {}".format(e)) + return KEYS + + try: + #init_data_b64 = from_kid('0000000005edabd50000000000000000') + init_data_b64 = resp["result"]["video_tracks"][0]["drmHeader"]["bytes"] + except KeyError: + logger.error("cannot get pssh, {}".format(resp)) + return KEYS + + cert_data_b64 = "CAUSwwUKvQIIAxIQ5US6QAvBDzfTtjb4tU/7QxiH8c+TBSKOAjCCAQoCggEBAObzvlu2hZRsapAPx4Aa4GUZj4/GjxgXUtBH4THSkM40x63wQeyVxlEEo1D/T1FkVM/S+tiKbJiIGaT0Yb5LTAHcJEhODB40TXlwPfcxBjJLfOkF3jP6wIlqbb6OPVkDi6KMTZ3EYL6BEFGfD1ag/LDsPxG6EZIn3k4S3ODcej6YSzG4TnGD0szj5m6uj/2azPZsWAlSNBRUejmP6Tiota7g5u6AWZz0MsgCiEvnxRHmTRee+LO6U4dswzF3Odr2XBPD/hIAtp0RX8JlcGazBS0GABMMo2qNfCiSiGdyl2xZJq4fq99LoVfCLNChkn1N2NIYLrStQHa35pgObvhwi7ECAwEAAToQdGVzdC5uZXRmbGl4LmNvbRKAA4TTLzJbDZaKfozb9vDv5qpW5A/DNL9gbnJJi/AIZB3QOW2veGmKT3xaKNQ4NSvo/EyfVlhc4ujd4QPrFgYztGLNrxeyRF0J8XzGOPsvv9Mc9uLHKfiZQuy21KZYWF7HNedJ4qpAe6gqZ6uq7Se7f2JbelzENX8rsTpppKvkgPRIKLspFwv0EJQLPWD1zjew2PjoGEwJYlKbSbHVcUNygplaGmPkUCBThDh7p/5Lx5ff2d/oPpIlFvhqntmfOfumt4i+ZL3fFaObvkjpQFVAajqmfipY0KAtiUYYJAJSbm2DnrqP7+DmO9hmRMm9uJkXC2MxbmeNtJHAHdbgKsqjLHDiqwk1JplFMoC9KNMp2pUNdX9TkcrtJoEDqIn3zX9p+itdt3a9mVFc7/ZL4xpraYdQvOwP5LmXj9galK3s+eQJ7bkX6cCi+2X+iBmCMx4R0XJ3/1gxiM5LiStibCnfInub1nNgJDojxFA3jH/IuUcblEf/5Y0s1SzokBnR8V0KbA==" + + device = tool().devices()["NETFLIX-LICENSE"] + + wvdecrypt = WvDecrypt( + init_data_b64=init_data_b64, cert_data_b64=cert_data_b64, device=device + ) + challenge = wvdecrypt.get_challenge() + current_sessionId = str(time.time()).replace(".", "")[0:-2] + data = client.get_license(challenge, current_sessionId) + + try: + license_b64 = data["result"][0]["licenseResponseBase64"] + except Exception: + logger.error("MSL LICENSE Error Message: {}".format(data)) + return KEYS + + wvdecrypt.update_license(license_b64) + Correct, keyswvdecrypt = wvdecrypt.start_process() + KEYS = keyswvdecrypt + + return KEYS diff --git a/helpers/Parsers/Netflix/get_manifest.py b/helpers/Parsers/Netflix/get_manifest.py new file mode 100644 index 0000000..61d5b38 --- /dev/null +++ b/helpers/Parsers/Netflix/get_manifest.py @@ -0,0 +1,736 @@ +from helpers.ripprocess import ripprocess +from helpers.Parsers.Netflix.MSLClient import MSLClient +from configs.config import tool +import re, os, json, logging + +def MSLprofiles(): + PROFILES = { + "BASICS": ["BIF240", "BIF320", "webvtt-lssdh-ios8", "dfxp-ls-sdh"], + "MAIN": { + "SD": [ + "playready-h264bpl30-dash", + "playready-h264mpl22-dash", + "playready-h264mpl30-dash", + ], + "HD": [ + "playready-h264bpl30-dash", + "playready-h264mpl22-dash", + "playready-h264mpl30-dash", + "playready-h264mpl31-dash", + ], + "FHD": [ + "playready-h264bpl30-dash", + "playready-h264mpl22-dash", + "playready-h264mpl30-dash", + "playready-h264mpl31-dash", + "playready-h264mpl40-dash", + ], + "ALL": [ + "playready-h264bpl30-dash", + "playready-h264mpl22-dash", + "playready-h264mpl30-dash", + "playready-h264mpl31-dash", + "playready-h264mpl40-dash", + ], + }, + "HIGH": { + "SD": [ + "playready-h264hpl22-dash", + "playready-h264hpl30-dash", + ], + "HD": [ + "playready-h264hpl22-dash", + "playready-h264hpl30-dash", + "playready-h264hpl31-dash", + ], + "FHD": [ + "playready-h264hpl22-dash", + "playready-h264hpl30-dash", + "playready-h264hpl31-dash", + "playready-h264hpl40-dash", + ], + "ALL": [ + "playready-h264hpl22-dash", + "playready-h264hpl30-dash", + "playready-h264hpl31-dash", + "playready-h264hpl40-dash", + ], + }, + "HEVC": { + "SD": [ + "hevc-main-L30-dash-cenc", + "hevc-main10-L30-dash-cenc", + "hevc-main10-L30-dash-cenc-prk", + ], + "HD": [ + "hevc-main-L30-dash-cenc", + "hevc-main10-L30-dash-cenc", + "hevc-main10-L30-dash-cenc-prk", + "hevc-main-L31-dash-cenc", + "hevc-main10-L31-dash-cenc", + "hevc-main10-L31-dash-cenc-prk", + ], + "FHD": [ + "hevc-main-L30-dash-cenc", + "hevc-main10-L30-dash-cenc", + "hevc-main10-L30-dash-cenc-prk", + "hevc-main-L31-dash-cenc" + "hevc-main10-L31-dash-cenc", + "hevc-main10-L31-dash-cenc-prk", + "hevc-main-L40-dash-cenc", + "hevc-main10-L40-dash-cenc", + "hevc-main10-L40-dash-cenc-prk", + "hevc-main-L41-dash-cenc", + "hevc-main10-L41-dash-cenc", + "hevc-main10-L41-dash-cenc-prk", + ], + "ALL": [ + "hevc-main-L30-dash-cenc", + "hevc-main10-L30-dash-cenc", + "hevc-main10-L30-dash-cenc-prk", + "hevc-main-L31-dash-cenc" + "hevc-main10-L31-dash-cenc", + "hevc-main10-L31-dash-cenc-prk", + "hevc-main-L40-dash-cenc", + "hevc-main10-L40-dash-cenc", + "hevc-main10-L40-dash-cenc-prk", + "hevc-main-L41-dash-cenc", + "hevc-main10-L41-dash-cenc", + "hevc-main10-L41-dash-cenc-prk", + ], + }, + "HEVCDO": { + "SD": [ + "hevc-main10-L30-dash-cenc-prk-do", + ], + "HD": [ + "hevc-main10-L30-dash-cenc-prk-do", + "hevc-main10-L31-dash-cenc-prk-do" + ], + "FHD": [ + "hevc-main10-L31-dash-cenc-prk-do", + "hevc-main10-L31-dash-cenc-prk-do", + "hevc-main10-L40-dash-cenc-prk-do", + "hevc-main10-L41-dash-cenc-prk-do", + ], + "ALL": [ + "hevc-main10-L31-dash-cenc-prk-do", + "hevc-main10-L31-dash-cenc-prk-do", + "hevc-main10-L40-dash-cenc-prk-do", + "hevc-main10-L41-dash-cenc-prk-do", + ], + }, + "HDR": { + "SD": [ + "hevc-hdr-main10-L30-dash-cenc", + "hevc-hdr-main10-L30-dash-cenc-prk", + ], + "HD": [ + "hevc-hdr-main10-L30-dash-cenc", + "hevc-hdr-main10-L30-dash-cenc-prk", + "hevc-hdr-main10-L31-dash-cenc", + "hevc-hdr-main10-L31-dash-cenc-prk", + ], + "FHD": [ + "hevc-hdr-main10-L30-dash-cenc", + "hevc-hdr-main10-L30-dash-cenc-prk", + "hevc-hdr-main10-L31-dash-cenc", + "hevc-hdr-main10-L31-dash-cenc-prk", + "hevc-hdr-main10-L40-dash-cenc", + "hevc-hdr-main10-L41-dash-cenc", + "hevc-hdr-main10-L40-dash-cenc-prk", + "hevc-hdr-main10-L41-dash-cenc-prk", + ], + "ALL": [ + "hevc-hdr-main10-L30-dash-cenc", + "hevc-hdr-main10-L30-dash-cenc-prk", + "hevc-hdr-main10-L31-dash-cenc", + "hevc-hdr-main10-L31-dash-cenc-prk", + "hevc-hdr-main10-L40-dash-cenc", + "hevc-hdr-main10-L41-dash-cenc", + "hevc-hdr-main10-L40-dash-cenc-prk", + "hevc-hdr-main10-L41-dash-cenc-prk", + ], + }, + } + + return PROFILES + +class get_manifest: + + def __init__(self, args, nfid): + self.logger = logging.getLogger(__name__) + self.args = args + self.nfid = nfid + self.ripprocess = ripprocess() + self.profiles = MSLprofiles() + self.config = tool().config("NETFLIX") + + def LoadProfies(self, addHEVCDO=False): + getHigh = False + profiles = self.profiles["BASICS"] + + if self.args.video_main: + if self.args.customquality: + if int(self.args.customquality[0]) == 1080: + profiles += self.profiles["MAIN"]["FHD"] + elif ( + int(self.args.customquality[0]) < 1080 + and int(self.args.customquality[0]) >= 720 + ): + profiles += self.profiles["MAIN"]["HD"] + elif int(self.args.customquality[0]) < 720: + profiles += self.profiles["MAIN"]["SD"] + else: + profiles += self.profiles["MAIN"]["ALL"] + else: + if self.args.video_high: + if self.args.customquality: + if int(self.args.customquality[0]) == 1080: + profiles += self.profiles["HIGH"]["FHD"] + elif ( + int(self.args.customquality[0]) < 1080 + and int(self.args.customquality[0]) >= 720 + ): + profiles += self.profiles["HIGH"]["HD"] + elif int(self.args.customquality[0]) < 720: + profiles += self.profiles["HIGH"]["SD"] + else: + profiles += self.profiles["HIGH"]["ALL"] + else: + if self.args.hdr: + if self.args.customquality: + if int(self.args.customquality[0]) == 1080: + profiles += self.profiles["HDR"]["FHD"] + elif ( + int(self.args.customquality[0]) < 1080 + and int(self.args.customquality[0]) >= 720 + ): + profiles += self.profiles["HDR"]["HD"] + elif int(self.args.customquality[0]) < 720: + profiles += self.profiles["HDR"]["SD"] + else: + profiles += self.profiles["HDR"]["ALL"] + + elif self.args.hevc: + if self.args.customquality: + if int(self.args.customquality[0]) == 1080: + profiles += self.profiles["HEVC"]["FHD"] + if addHEVCDO: + profiles += self.profiles['HEVCDO']['FHD'] + elif ( + int(self.args.customquality[0]) < 1080 + and int(self.args.customquality[0]) >= 720 + ): + profiles += self.profiles["HEVC"]["HD"] + if addHEVCDO: + profiles += self.profiles['HEVCDO']['HD'] + elif int(self.args.customquality[0]) < 720: + profiles += self.profiles["HEVC"]["SD"] + if addHEVCDO: + profiles += self.profiles['HEVCDO']['SD'] + else: + profiles += self.profiles["HEVC"]["ALL"] + if addHEVCDO: + profiles += self.profiles['HEVCDO']['ALL'] + + else: + getHigh = True + if self.args.customquality: + if int(self.args.customquality[0]) == 1080: + profiles += self.profiles["MAIN"]["FHD"] + elif ( + int(self.args.customquality[0]) < 1080 + and int(self.args.customquality[0]) >= 720 + ): + profiles += self.profiles["MAIN"]["HD"] + elif int(self.args.customquality[0]) < 720: + profiles += self.profiles["MAIN"]["SD"] + else: + profiles += self.profiles["MAIN"]["ALL"] + + if self.args.aformat_2ch: + if str(self.args.aformat_2ch[0]) == "aac": + profiles.append("heaac-2-dash") + profiles.append("heaac-2hq-dash") + elif str(self.args.aformat_2ch[0]) == "eac3": + profiles.append("ddplus-2.0-dash") + elif str(self.args.aformat_2ch[0]) == "ogg": + profiles.append("playready-oggvorbis-2-dash") + else: + if self.args.only_2ch_audio: + profiles.append("ddplus-2.0-dash") + else: + if self.args.aformat_51ch: + if str(self.args.aformat_51ch[0]) == "aac": + profiles.append("heaac-5.1-dash") + profiles.append("heaac-5.1hq-dash") + elif str(self.args.aformat_51ch[0]) == "eac3": + profiles.append("ddplus-5.1-dash") + profiles.append("ddplus-5.1hq-dash") + elif str(self.args.aformat_51ch[0]) == "ac3": + profiles.append("dd-5.1-dash") + elif str(self.args.aformat_51ch[0]) == "atmos": + profiles.append("dd-5.1-dash") + profiles.append("ddplus-atmos-dash") + else: + profiles.append("dd-5.1-dash") + profiles.append("ddplus-5.1-dash") + profiles.append("ddplus-5.1hq-dash") + else: + profiles.append("ddplus-2.0-dash") + profiles.append("dd-5.1-dash") + profiles.append("ddplus-5.1-dash") + profiles.append("ddplus-5.1hq-dash") + profiles.append("ddplus-atmos-dash") + + return list(set(profiles)), getHigh + + def PyMSL(self, profiles): + + client = MSLClient(profiles=profiles) + + try: + resp = client.load_playlist(int(self.nfid)) + return resp + + except Exception as e: + self.logger.error("Manifest Error: {}".format(e)) + + return None + + def HighVideoMSL(self): + # for bitrate compare with main ~ + + self.logger.info("Getting High Profile Manifest...") + + profiles = self.profiles["BASICS"] + + if self.args.customquality: + if int(self.args.customquality[0]) == 1080: + profiles += self.profiles["HIGH"]["FHD"] + elif ( + int(self.args.customquality[0]) < 1080 + and int(self.args.customquality[0]) >= 720 + ): + profiles += self.profiles["HIGH"]["HD"] + elif int(self.args.customquality[0]) < 720: + profiles += self.profiles["HIGH"]["SD"] + else: + profiles += self.profiles["HIGH"]["ALL"] + + resp = self.PyMSL(profiles=profiles) + + VideoList = list() + + manifest = resp["result"] + + for video_track in manifest["video_tracks"]: + for downloadable in video_track["streams"]: + size_in_bytes = int(float(downloadable["size"])) + vid_size = ( + f"{size_in_bytes/1048576:0.2f} MiB" + if size_in_bytes < 1073741824 + else f"{size_in_bytes/1073741824:0.2f} GiB" + ) + vid_url = downloadable["urls"][0]["url"] + L3 = 'L3' if 'SEGMENT_MAP_2KEY' in str(downloadable['tags']) else '' # + + VideoList.append( + { + "Type": "video", + "Drm": downloadable["isDrm"], + "vmaf": downloadable["vmaf"], + "FrameRate": downloadable["framerate_value"], + "Height": downloadable["res_h"], + "Width": downloadable["res_w"], + "Size": vid_size, + "Url": vid_url, + "Bitrate": str(downloadable["bitrate"]), + "Profile": downloadable["content_profile"], + "L3": L3 # + } + ) + + VideoList = sorted(VideoList, key=lambda k: int(k["Bitrate"])) + + if self.args.customquality: + inp_height = int(self.args.customquality[0]) + top_height = sorted(VideoList, key=lambda k: int(k["Height"]))[-1]["Height"] + + if top_height >= inp_height: + height = [x for x in VideoList if int(x["Height"]) >= inp_height] + if not height == []: + VideoList = height + + return VideoList + + def ParseVideo(self, resp, getHigh): + manifest = resp["result"] + VideoList = [] + checkerinfo = "" + + for video_track in manifest["video_tracks"]: + for downloadable in video_track["streams"]: + size_in_bytes = int(float(downloadable["size"])) + vid_size = ( + f"{size_in_bytes/1048576:0.2f} MiB" + if size_in_bytes < 1073741824 + else f"{size_in_bytes/1073741824:0.2f} GiB" + ) + vid_url = downloadable["urls"][0]["url"] + + VideoList.append( + { + "Type": "video", + "Drm": downloadable["isDrm"], + "vmaf": downloadable["vmaf"], + "FrameRate": downloadable["framerate_value"], + "Height": downloadable["res_h"], + "Width": downloadable["res_w"], + "Size": vid_size, + "Url": vid_url, + "Bitrate": str(downloadable["bitrate"]), + "Profile": downloadable["content_profile"], + } + ) + + VideoList = sorted(VideoList, key=lambda k: int(k["Bitrate"])) + self.logger.debug("VideoList: {}".format(VideoList)) + + if self.args.customquality: + inp_height = int(self.args.customquality[0]) + top_height = sorted(VideoList, key=lambda k: int(k["Height"]))[-1]["Height"] + + if top_height >= inp_height: + height = [x for x in VideoList if int(x["Height"]) >= inp_height] + if not height == []: + VideoList = height + + if getHigh: + HighVideoList = self.HighVideoMSL() + if not HighVideoList == []: + checkerinfo = "\nNetflix Profile Checker v1.0\nMAIN: {}kbps | {}\nHIGH: {}kbps | {}\n\n{}\n" + checkerinfo = checkerinfo.format( + str(dict(VideoList[-1])["Bitrate"]), + str(dict(VideoList[-1])["Profile"]), + str(dict(HighVideoList[-1])["Bitrate"]), + str(dict(HighVideoList[-1])["Profile"]), + "result: MAIN is Better" + if int(dict(VideoList[-1])["Bitrate"]) + >= int(dict(HighVideoList[-1])["Bitrate"]) + else "result: HIGH is Better", + ) + + VideoList += HighVideoList + self.logger.debug("HighVideoList: {}".format(HighVideoList)) + + VideoList = sorted(VideoList, key=lambda k: int(k["Bitrate"])) + + return VideoList, checkerinfo + + def ParseAudioSubs(self, resp): + + def remove_dups(List, keyword=""): + # function to remove all dups based on list items ~ + Added_ = set() + Proper_ = [] + for L in List: + if L[keyword] not in Added_: + Proper_.append(L) + Added_.add(L[keyword]) + + return Proper_ + + def isOriginal(language_text): + # function to detect the original audio ~ + if "Original" in language_text: + return True + + brackets = re.search(r"\[(.*)\]", language_text) + if brackets: + return True + + return False + + def noOriginal(language_text): + # function to remove (original) from audio language to be detected in --alang ~ + brackets = re.search(r"\[(.*)\]", language_text) + if brackets: + return language_text.replace(brackets[0], "").strip() + + return language_text + + # start audio, subs parsing ~ + + manifest = resp["result"] + + AudioList, SubtitleList, ForcedList = list(), list(), list() + + # parse audios and return all (AD, non AD) as a list + for audio_track in manifest["audio_tracks"]: + AudioDescription = 'Audio Description' if "audio description" in \ + audio_track["languageDescription"].lower() else 'Audio' + Original = isOriginal(audio_track["languageDescription"]) + LanguageName, LanguageCode = self.ripprocess.countrycode( + audio_track["language"] + ) + LanguageName = noOriginal(audio_track["languageDescription"]) + + for downloadable in audio_track["streams"]: + aud_url = downloadable["urls"][0]["url"] + size = ( + str(format(float(int(downloadable["size"])) / 1058816, ".2f")) + + " MiB" + ) + + audioDict = { + "Type": AudioDescription, + "Drm": downloadable["isDrm"], + "Original": Original, + "Language": LanguageName, + "langAbbrev": LanguageCode, + "Size": size, + "Url": aud_url, + "channels": str(downloadable["channels"]), + "Bitrate": str(downloadable["bitrate"]), + "Profile": downloadable["content_profile"], + } + + if self.args.custom_audio_bitrate: + # only append the audio langs with the given bitrate + if int(downloadable["bitrate"]) <= \ + int(self.args.custom_audio_bitrate[0]): + AudioList.append(audioDict) + else: + AudioList.append(audioDict) + + AudioList = sorted(AudioList, key=lambda k: int(k["Bitrate"]), reverse=True) + + self.logger.debug("AudioList: {}".format(AudioList)) + + ################################################################################# + + AudioList = sorted( # keep only highest bitrate for every language + remove_dups(AudioList, keyword="Language"), + key=lambda k: int(k["Bitrate"]), + reverse=True, + ) + + OriginalAudioList = ( # for detect automatically forced subs ~ + AudioList + if len(AudioList) == 1 + else [x for x in AudioList if x["Original"]] + ) + + ################################################################################# + + # now parser AudioList based on user input to + # --alang X X --AD X X or original if none + + if self.args.AD: + ADlist = list() + UserLanguagesLower = list(map(lambda x: x.lower(), self.args.AD)) + for aud in AudioList: + if aud['Type'] == 'Audio': + if self.args.allaudios: + ADlist.append(aud) + else: + if aud["Original"]: + ADlist.append(aud) + + if aud['Type'] == 'Audio Description': + if ( + aud["Language"].lower() in UserLanguagesLower + or aud["langAbbrev"].lower() in UserLanguagesLower + ): + ADlist.append(aud) + + AudioList = ADlist + + if self.args.audiolang: + NewAudioList = list() + UserLanguagesLower = list(map(lambda x: x.lower(), self.args.audiolang)) + for aud in AudioList: + if self.args.AD: + # I already have AD langs parsed + if aud['Type'] == 'Audio Description': + NewAudioList.append(aud) + if aud['Type'] == 'Audio': + if ( + aud["Language"].lower() in UserLanguagesLower + or aud["langAbbrev"].lower() in UserLanguagesLower + ): + NewAudioList.append(aud) + + AudioList = NewAudioList + + else: + # so I know have the complete Audiolist + if self.args.allaudios: # remove AD tracks if not --AD X X + AllaudiosList = list() + if self.args.AD: + for aud in AudioList: + AllaudiosList.append(aud) + AudioList = AllaudiosList + else: + for aud in AudioList: + if aud['Type'] == 'Audio': + AllaudiosList.append(aud) + AudioList.clear() + AudioList = AllaudiosList + + else: + if self.args.AD: + AudioList = AudioList # I mean the ADlist + else: + # I mean no audio options are given, so we go with the original + AudioList = [x for x in AudioList if x["Original"] or len(AudioList) == 1] + + #####################################(Subtitles)##################################### + + for text_track in manifest["timedtexttracks"]: + if ( + not text_track["languageDescription"] == "Off" + and text_track["language"] is not None + ): + Language, langAbbrev = self.ripprocess.countrycode( + text_track["language"] + ) + Language = text_track["languageDescription"] + Type = text_track["trackType"] + rawTrackType = ( + text_track["rawTrackType"] + .replace("closedcaptions", "CC") + .replace("subtitles", "SUB") + ) + isForced = "NO" + + if ( + "CC" in rawTrackType + and langAbbrev != "ara" + and "dfxp-ls-sdh" in str(text_track["ttDownloadables"]) + ): + Profile = "dfxp-ls-sdh" + Url = next( + iter( + text_track["ttDownloadables"]["dfxp-ls-sdh"][ + "downloadUrls" + ].values() + ) + ) + else: + Profile = "webvtt-lssdh-ios8" + Url = next( + iter( + text_track["ttDownloadables"]["webvtt-lssdh-ios8"][ + "downloadUrls" + ].values() + ) + ) + + SubtitleList.append( + { + "Type": Type, + "rawTrackType": rawTrackType, + "Language": Language, + "isForced": isForced, + "langAbbrev": langAbbrev, + "Url": Url, + "Profile": Profile, + } + ) + + self.logger.debug("SubtitleList: {}".format(SubtitleList)) + SubtitleList = remove_dups(SubtitleList, keyword="Language") + + if self.args.sublang: + NewSubtitleList = list() + UserLanguagesLower = list(map(lambda x: x.lower(), self.args.sublang)) + for sub in SubtitleList: + if ( + sub["Language"].lower() in UserLanguagesLower + or sub["langAbbrev"].lower() in UserLanguagesLower + ): + NewSubtitleList.append(sub) + SubtitleList = remove_dups(NewSubtitleList, keyword="Language") + + #####################################(Forced Subtitles)############################### + + for text_track in manifest["timedtexttracks"]: + if text_track["isForcedNarrative"] and text_track["language"] is not None: + LanguageName, LanguageCode = self.ripprocess.countrycode( + text_track["language"] + ) + # LanguageName = text_track["languageDescription"] # no i will use pycountry instead bcs it's off dude. + ForcedList.append( + { + "Type": text_track["trackType"], + "rawTrackType": text_track["rawTrackType"] + .replace("closedcaptions", "CC ") + .replace("subtitles", "SUB"), + "Language": LanguageName, + "isForced": "YES", + "langAbbrev": LanguageCode, + "Url": next( + iter( + text_track["ttDownloadables"]["webvtt-lssdh-ios8"][ + "downloadUrls" + ].values() + ) + ), + "Profile": "webvtt-lssdh-ios8", + } + ) + + ForcedList = remove_dups(ForcedList, keyword="Language") + + if self.args.forcedlang: + NewForcedList = [] + UserLanguagesLower = list(map(lambda x: x.lower(), self.args.forcedlang)) + for sub in ForcedList: + if ( + sub["Language"].lower() in UserLanguagesLower + or sub["langAbbrev"].lower() in UserLanguagesLower + ): + NewForcedList.append(sub) + ForcedList = remove_dups(NewForcedList, keyword="Language") + else: + if not self.args.allforcedlang: + if len(OriginalAudioList) != 0: + OriginalLanguage = OriginalAudioList[0]["langAbbrev"] + ForcedList = [ + x for x in ForcedList if x["langAbbrev"] == OriginalLanguage + ] + + return AudioList, SubtitleList, ForcedList + + def LoadManifest(self): + + profiles, getHigh = self.LoadProfies() + + if self.args.hevc: + self.logger.info("Getting HEVC Manifest...") + elif self.args.hdr: + self.logger.info("Getting HDR-10 Manifest...") + elif self.args.video_high: + self.logger.info("Getting High Profile Manifest...") + else: + self.logger.info("Getting Main Profile Manifest...") + + resp = self.PyMSL(profiles=profiles) + + if not resp: + if self.args.hevc: + profiles, getHigh = self.LoadProfies(addHEVCDO=True) + self.logger.info('\nGetting HEVC DO Manifest...') + resp = self.PyMSL(profiles=profiles) + + if not resp: + self.logger.info("Failed getting Manifest") + exit(-1) + + VideoList, checkerinfo = self.ParseVideo(resp, getHigh) + AudioList, SubtitleList, ForcedList = self.ParseAudioSubs(resp) + + return VideoList, AudioList, SubtitleList, ForcedList, checkerinfo \ No newline at end of file diff --git a/helpers/__init__.py b/helpers/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/helpers/aria2.py b/helpers/aria2.py new file mode 100644 index 0000000..1e3d012 --- /dev/null +++ b/helpers/aria2.py @@ -0,0 +1,369 @@ +import os +import shutil +import subprocess +import sys +import re +import logging +from configs.config import tool +from helpers.ripprocess import ripprocess + + +class aria2Error(Exception): + pass + + +class aria2_moded: + def __init__(self, aria2_download_command): + self.logger = logging.getLogger(__name__) + self.aria2_download_command = aria2_download_command + self.env = self.aria2DisableProxies() + self.ripprocess = ripprocess() + self.tool = tool() + self.LOGA_PATH = self.tool.paths()["LOGA_PATH"] + self.bin = self.tool.bin() + self.aria2c_exe = self.bin["aria2c"] + self.last_message_printed = 0 + self.speed_radar = "0kbps" + + def aria2DisableProxies(self): + env = os.environ.copy() + + if env.get("http_proxy"): + del env["http_proxy"] + + if env.get("HTTP_PROXY"): + del env["HTTP_PROXY"] + + if env.get("https_proxy"): + del env["https_proxy"] + + if env.get("HTTPS_PROXY"): + del env["HTTPS_PROXY"] + + return env + + def read_stdout(self, line): + speed = re.search(r"DL:(.+?)ETA", line) + eta = re.search(r"ETA:(.+?)]", line) + connection = re.search(r"CN:(.+?)DL", line) + percent = re.search(r"\((.*?)\)", line) + size = re.search(r" (.*?)/(.*?)\(", line) + + if speed and eta and connection and percent and size: + percent = percent.group().strip().replace(")", "").replace("(", "") + size = size.group().strip().replace(")", "").replace("(", "") + complete, total = size.split("/") + connection = connection.group(1).strip() + eta = eta.group(1).strip() + speed = speed.group(1).strip() + self.speed_radar = speed + + stdout_data = { + "percent": str(percent), + "size": str(total), + "complete": str(complete), + "total": str(total), + "connection": str(connection), + "eta": str(eta), + "speed": str(speed), + } + + return stdout_data + + return None + + def if_errors(self, line): + if "exception" in str(line).lower() or "errorcode" in str(line).lower(): + return line + return None + + def delete_last_message_printed(self): + print(" " * len(str(self.last_message_printed)), end="\r") + + def get_status(self, stdout_data: dict): + return "Aria2c_Status; Size: {Size} | Speed: {Speed} | ETA: {ETA} | Progress: {Complete} -> {Total} ({Percent})".format( + Size=stdout_data.get("size"), + Speed=stdout_data.get("speed"), + ETA=stdout_data.get("eta"), + Complete=stdout_data.get("complete"), + Total=stdout_data.get("total"), + Percent=stdout_data.get("percent"), + ) + + def is_download_completed(self, line): + if "(ok):download completed." in str(line).lower(): + return "Download completed: (OK) ({}\\s)".format(self.speed_radar) + return None + + def start_download(self): + proc = subprocess.Popen( + self.aria2_download_command, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + bufsize=1, + universal_newlines=True, + env=self.env, + ) + + check_errors = True + for line in getattr(proc, "stdout"): + if check_errors: + if self.if_errors(line): + raise aria2Error("Aria2c Error {}".format(self.if_errors(line))) + check_errors = False + stdout_data = self.read_stdout(line) + if stdout_data: + status_text = self.get_status(stdout_data) + self.delete_last_message_printed() + print(status_text, end="\r", flush=True) + self.last_message_printed = status_text + else: + download_finished = self.is_download_completed(line) + if download_finished: + self.delete_last_message_printed() + print(download_finished, end="\r", flush=True) + self.last_message_printed = download_finished + self.logger.info("") + return + + +class aria2: + def __init__(self,): + self.env = self.aria2DisableProxies() + self.ripprocess = ripprocess() + self.tool = tool() + self.bin = self.tool.bin() + self.LOGA_PATH = self.tool.paths()["LOGA_PATH"] + self.config = self.tool.aria2c() + self.aria2c_exe = self.bin["aria2c"] + self.logger = logging.getLogger(__name__) + + def convert_args(self, arg): + if arg is True: + return "true" + elif arg is False: + return "false" + elif arg is None: + return "none" + else: + return str(arg) + + def append_commands(self, command, option_define, option): + if option == "skip": + return [] + + return ["{}{}".format(option_define, option)] + + def append_two_commands(self, command, cmd1, cmd2): + if cmd2 == "skip": + return [] + + return [cmd1] + [cmd2] + + def aria2Options( + self, + allow_overwrite=True, + file_allocation=None, + auto_file_renaming=False, + async_dns=False, + retry_wait=5, + summary_interval=0, + enable_color=False, + connection=16, + concurrent_downloads=16, + split=16, + header="skip", + user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36", + uri_selector="inorder", + console_log_level="skip", + download_result="hide", + quiet="false", + extra_commands=[], + ): + + options = [] + extra_commands + allow_overwrite = self.convert_args(allow_overwrite) + quiet = self.convert_args(quiet) + file_allocation = self.convert_args(file_allocation) + auto_file_renaming = self.convert_args(auto_file_renaming) + async_dns = self.convert_args(async_dns) + retry_wait = self.convert_args(retry_wait) + enable_color = self.convert_args(enable_color) + connection = self.convert_args(connection) + concurrent_downloads = self.convert_args(concurrent_downloads) + split = self.convert_args(split) + header = self.convert_args(header) + uri_selector = self.convert_args(uri_selector) + console_log_level = self.convert_args(console_log_level) + download_result = self.convert_args(download_result) + + ############################################################################## + + options += self.append_commands(options, "--allow-overwrite=", allow_overwrite) + options += self.append_commands(options, "--quiet=", quiet) + options += self.append_commands(options, "--file-allocation=", file_allocation) + options += self.append_commands( + options, "--auto-file-renaming=", auto_file_renaming + ) + options += self.append_commands(options, "--async-dns=", async_dns) + options += self.append_commands(options, "--retry-wait=", retry_wait) + options += self.append_commands(options, "--enable-color=", enable_color) + + options += self.append_commands( + options, "--max-connection-per-server=", connection + ) + + options += self.append_commands( + options, "--max-concurrent-downloads=", concurrent_downloads + ) + options += self.append_commands(options, "--split=", split) + options += self.append_commands(options, "--header=", header) + options += self.append_commands(options, "--uri-selector=", uri_selector) + options += self.append_commands( + options, "--console-log-level=", console_log_level + ) + options += self.append_commands(options, "--download-result=", download_result) + + return options + + def aria2DisableProxies(self): + env = os.environ.copy() + + if env.get("http_proxy"): + del env["http_proxy"] + + if env.get("HTTP_PROXY"): + del env["HTTP_PROXY"] + + if env.get("https_proxy"): + del env["https_proxy"] + + if env.get("HTTPS_PROXY"): + del env["HTTPS_PROXY"] + + return env + + def aria2DownloadUrl(self, url, output, options, debug=False, moded=False): + self.debug = debug + aria2_download_command = [self.aria2c_exe] + options + + if self.config["enable_logging"]: + LogFile = os.path.join(self.LOGA_PATH, output.replace(".mp4", ".log")) + if os.path.isfile(LogFile): + os.remove(LogFile) + aria2_download_command.append("--log={}".format(LogFile)) + + if not url.startswith("http"): + raise aria2Error("Url does not start with http/https: {}".format(url)) + + aria2_download_command.append(url) + aria2_download_command += self.append_two_commands( + aria2_download_command, "-o", output + ) + + self.aria2Debug("Sending Commands to aria2c...") + self.aria2Debug(aria2_download_command) + self.logger.debug("aria2_download_command: {}".format(aria2_download_command)) + + if moded: + aria2_moded_download = aria2_moded(aria2_download_command) + aria2_moded_download.start_download() + else: + try: + aria = subprocess.call(aria2_download_command, env=self.env) + except FileNotFoundError: + self.logger.info("UNABLE TO FIND {}".format(self.aria2c_exe)) + exit(-1) + if aria != 0: + raise aria2Error("Aria2c exited with code {}".format(aria)) + + return + + def aria2DownloadDash( + self, segments, output, options, debug=False, moded=False, fixbytes=False + ): + self.debug = debug + aria2_download_command = [self.aria2c_exe] + options + + if self.config["enable_logging"]: + LogFile = os.path.join(self.LOGA_PATH, output.replace(".mp4", ".log")) + if os.path.isfile(LogFile): + os.remove(LogFile) + aria2_download_command.append("--log={}".format(LogFile)) + + if not isinstance(segments, list) or segments == []: + raise aria2Error("invalid list of urls: {}".format(segments)) + + if moded: + raise aria2Error("moded version not supported for dash downloads atm...") + + txt = output.replace(".mp4", ".txt") + folder = output.replace(".mp4", "") + segments = list(dict.fromkeys(segments)) + + if os.path.exists(folder): + shutil.rmtree(folder) + if not os.path.exists(folder): + os.makedirs(folder) + + segments_location = [] + + opened_txt = open(txt, "w+") + for num, url in enumerate(segments, start=1): + segment_name = str(num).zfill(5) + ".mp4" + segments_location.append(os.path.join(*[os.getcwd(), folder, segment_name])) + opened_txt.write(url + f"\n out={segment_name}" + f"\n dir={folder}" + "\n") + opened_txt.close() + + aria2_download_command += self.append_commands( + aria2_download_command, "--input-file=", txt + ) + + try: + aria = subprocess.call(aria2_download_command, env=self.env) + except FileNotFoundError: + self.logger.info("UNABLE TO FIND {}".format(self.aria2c_exe)) + exit(-1) + if aria != 0: + raise aria2Error("Aria2c exited with code {}".format(aria)) + + self.logger.info("\nJoining files...") + openfile = open(output, "wb") + total = int(len(segments_location)) + for current, fragment in enumerate(segments_location): + if os.path.isfile(fragment): + if fixbytes: + with open(fragment, "rb") as f: + wvdll = f.read() + if ( + re.search( + b"tfhd\x00\x02\x00\x1a\x00\x00\x00\x01\x00\x00\x00\x02", + wvdll, + re.MULTILINE | re.DOTALL, + ) + is not None + ): + fw = open(fragment, "wb") + m = re.search( + b"tfhd\x00\x02\x00\x1a\x00\x00\x00\x01\x00\x00\x00", + wvdll, + re.MULTILINE | re.DOTALL, + ) + segment_fixed = ( + wvdll[: m.end()] + b"\x01" + wvdll[m.end() + 1 :] + ) + fw.write(segment_fixed) + fw.close() + shutil.copyfileobj(open(fragment, "rb"), openfile) + os.remove(fragment) + self.ripprocess.updt(total, current + 1) + openfile.close() + + if os.path.isfile(txt): + os.remove(txt) + if os.path.exists(folder): + shutil.rmtree(folder) + + def aria2Debug(self, txt): + if self.debug: + self.logger.info(txt) diff --git a/helpers/bin/BeHappy/plugins32/LSMASHSource.dll b/helpers/bin/BeHappy/plugins32/LSMASHSource.dll new file mode 100644 index 0000000..feeeeff Binary files /dev/null and b/helpers/bin/BeHappy/plugins32/LSMASHSource.dll differ diff --git a/helpers/bin/BeHappy/plugins32/TimeStretch.dll b/helpers/bin/BeHappy/plugins32/TimeStretch.dll new file mode 100644 index 0000000..d7ddc13 Binary files /dev/null and b/helpers/bin/BeHappy/plugins32/TimeStretch.dll differ diff --git a/helpers/bin/tools/MediaInfo.exe b/helpers/bin/tools/MediaInfo.exe new file mode 100644 index 0000000..9e70e20 Binary files /dev/null and b/helpers/bin/tools/MediaInfo.exe differ diff --git a/helpers/bin/tools/aria2c.exe b/helpers/bin/tools/aria2c.exe new file mode 100644 index 0000000..7de7a06 Binary files /dev/null and b/helpers/bin/tools/aria2c.exe differ diff --git a/helpers/bin/tools/ffmpeg.exe b/helpers/bin/tools/ffmpeg.exe new file mode 100644 index 0000000..8085a60 Binary files /dev/null and b/helpers/bin/tools/ffmpeg.exe differ diff --git a/helpers/bin/tools/ffplay.exe b/helpers/bin/tools/ffplay.exe new file mode 100644 index 0000000..91250fe Binary files /dev/null and b/helpers/bin/tools/ffplay.exe differ diff --git a/helpers/bin/tools/ffprobe.exe b/helpers/bin/tools/ffprobe.exe new file mode 100644 index 0000000..100a47f Binary files /dev/null and b/helpers/bin/tools/ffprobe.exe differ diff --git a/helpers/bin/tools/mkvmerge.exe b/helpers/bin/tools/mkvmerge.exe new file mode 100644 index 0000000..1fd3256 Binary files /dev/null and b/helpers/bin/tools/mkvmerge.exe differ diff --git a/helpers/bin/tools/mp4decrypt.exe b/helpers/bin/tools/mp4decrypt.exe new file mode 100644 index 0000000..4956c22 Binary files /dev/null and b/helpers/bin/tools/mp4decrypt.exe differ diff --git a/helpers/bin/tools/mp4dump.exe b/helpers/bin/tools/mp4dump.exe new file mode 100644 index 0000000..328c322 Binary files /dev/null and b/helpers/bin/tools/mp4dump.exe differ diff --git a/helpers/dfxp_to_srt.py b/helpers/dfxp_to_srt.py new file mode 100644 index 0000000..12486e5 --- /dev/null +++ b/helpers/dfxp_to_srt.py @@ -0,0 +1,116 @@ +import codecs +import math +import os +import re + + +class dfxp_to_srt: + def __init__(self): + self.__replace__ = "empty_line" + + def leading_zeros(self, value, digits=2): + value = "000000" + str(value) + return value[-digits:] + + def convert_time(self, raw_time): + if int(raw_time) == 0: + return "{}:{}:{},{}".format(0, 0, 0, 0) + + ms = "000" + if len(raw_time) > 4: + ms = self.leading_zeros(int(raw_time[:-4]) % 1000, 3) + time_in_seconds = int(raw_time[:-7]) if len(raw_time) > 7 else 0 + second = self.leading_zeros(time_in_seconds % 60) + minute = self.leading_zeros(int(math.floor(time_in_seconds / 60)) % 60) + hour = self.leading_zeros(int(math.floor(time_in_seconds / 3600))) + return "{}:{}:{},{}".format(hour, minute, second, ms) + + def xml_id_display_align_before(self, text): + + align_before_re = re.compile( + u'' + ) + has_align_before = re.search(align_before_re, text) + if has_align_before: + return has_align_before.group(1) + return u"" + + def xml_to_srt(self, text): + def append_subs(start, end, prev_content, format_time): + subs.append( + { + "start_time": self.convert_time(start) if format_time else start, + "end_time": self.convert_time(end) if format_time else end, + "content": u"\n".join(prev_content), + } + ) + + display_align_before = self.xml_id_display_align_before(text) + begin_re = re.compile(u"\s*

(.*)

') + + # span tags are only used for italics, so we'll get rid of them + # and replace them by and , which is the standard for .srt files + span_start_re = re.compile(u'()+') + span_end_re = re.compile(u"()+") + br_re = re.compile(u"()+") + fmt_t = True + for s in sub_lines: + span_start_tags = re.search(span_start_re, s) + if span_start_tags: + s = u"".join(s.split(span_start_tags.group())) + string_region_re = ( + r'(.*)

' + ) + s = re.sub(string_region_re, r"{\\an8}\2

", s) + content = re.search(content_re, s).group(1) + + br_tags = re.search(br_re, content) + if br_tags: + content = u"\n".join(content.split(br_tags.group())) + + span_end_tags = re.search(span_end_re, content) + if span_end_tags: + content = u"
".join(content.split(span_end_tags.group())) + + prev_start = prev_time["start"] + start = re.search(start_re, s).group(1) + end = re.search(end_re, s).group(1) + if len(start.split(":")) > 1: + fmt_t = False + start = start.replace(".", ",") + end = end.replace(".", ",") + if (prev_start == start and prev_time["end"] == end) or not prev_start: + # Fix for multiple lines starting at the same time + prev_time = {"start": start, "end": end} + prev_content.append(content) + continue + append_subs(prev_time["start"], prev_time["end"], prev_content, fmt_t) + prev_time = {"start": start, "end": end} + prev_content = [content] + append_subs(start, end, prev_content, fmt_t) + + lines = ( + u"{}\n{} --> {}\n{}\n".format( + s + 1, subs[s]["start_time"], subs[s]["end_time"], subs[s]["content"] + ) + for s in range(len(subs)) + ) + return u"\n".join(lines) + + def convert(self, Input, Output): + + with codecs.open(Input, "rb", "utf-8") as f: + text = f.read() + + with codecs.open(Output, "wb", "utf-8") as f: + f.write(self.xml_to_srt(text)) + + return diff --git a/helpers/keyloader.py b/helpers/keyloader.py new file mode 100644 index 0000000..de1b42b --- /dev/null +++ b/helpers/keyloader.py @@ -0,0 +1,76 @@ +import os, json, sys +from helpers.ripprocess import ripprocess + + +class keysaver: + def __init__(self, **kwargs): + self.keys_file = kwargs.get("keys_file", None) + self.stored = self.get_stored() + + def read_(self): + with open(self.keys_file, "r") as fr: + return json.load(fr) + + def write_(self, data): + with open(self.keys_file, "w") as fr: + fr.write(json.dumps(data, indent=4)) + + def get_stored(self): + stored = [] + if os.path.isfile(self.keys_file): + return self.read_() + return stored + + def formatting(self, keys_list, pssh, name): + return [ + { + "NAME": name, + "PSSH": pssh, + "ID": idx, + "KID": key.split(":")[0], + "KEY": key.split(":")[1], + } + for idx, key in enumerate(keys_list, start=1) + ] + + def dump_keys(self, keys, pssh=None, name=None): + old_keys = list(self.stored) + new_keys = list(self.formatting(keys, pssh, name)) + self.write_(old_keys + new_keys) + self.stored = self.get_stored() # to update stored keys + + return new_keys + + def get_key_by_pssh(self, pssh): + keys = [] + added = set() + for key in self.get_stored(): # read file again... + if key["PSSH"]: + if not key["KEY"] in added and pssh in key["PSSH"]: + keys.append(key) + added.add(key["KEY"]) + + return keys + + def get_key_by_kid(self, kid): + keys = [] + added = set() + for key in self.get_stored(): # read file again... + if not key["KEY"] in added and key["KID"] == kid: + keys.append(key) + added.add(key["KEY"]) + + return keys + + def generate_kid(self, encrypted_file): + return ripprocess().getKeyId(encrypted_file) + + def set_keys(self, keys, no_kid=False): + command_keys = [] + for key in keys: + command_keys.append("--key") + command_keys.append( + "{}:{}".format(key["ID"] if no_kid else key["KID"], key["KEY"]) + ) + + return command_keys diff --git a/helpers/proxy_environ.py b/helpers/proxy_environ.py new file mode 100644 index 0000000..d1f026d --- /dev/null +++ b/helpers/proxy_environ.py @@ -0,0 +1,112 @@ +import os +import requests +import sys, json +import random +from configs.config import tool +from helpers.vpn import connect +import logging + + +class hold_proxy(object): + def __init__(self): + self.proxy = os.environ.get("http_proxy") + self.logger = logging.getLogger(__name__) + + def disable(self): + os.environ["http_proxy"] = "" + os.environ["HTTP_PROXY"] = "" + os.environ["https_proxy"] = "" + os.environ["HTTPS_PROXY"] = "" + + def enable(self): + if self.proxy: + os.environ["http_proxy"] = self.proxy + os.environ["HTTP_PROXY"] = self.proxy + os.environ["https_proxy"] = self.proxy + os.environ["HTTPS_PROXY"] = self.proxy + + +class proxy_env(object): + def __init__(self, args): + self.logger = logging.getLogger(__name__) + self.args = args + self.vpn = tool().vpn() + + def Load(self): + proxies = None + proxy = {} + aria2c_proxy = [] + + if self.vpn["proxies"]: + proxies = self.vpn["proxies"] + + if not self.vpn["proxies"]: + if self.args.privtvpn: + self.logger.info("Proxy Status: Activated-PrivateVpn") + proxy.update({"port": self.vpn["private"]["port"]}) + proxy.update({"user": self.vpn["private"]["email"]}) + proxy.update({"pass": self.vpn["private"]["passwd"]}) + + if "pvdata.host" in self.args.privtvpn: + proxy.update({"host": self.args.privtvpn}) + else: + proxy.update( + {"host": connect(code=self.args.privtvpn).privateVPN()} + ) + + proxies = self.vpn["private"]["http"].format( + email=proxy["user"], + passwd=proxy["pass"], + ip=proxy["host"], + port=proxy["port"], + ) + else: + if self.args.nordvpn: + self.logger.info("Proxy Status: Activated-NordVpn") + proxy.update({"port": self.vpn["nordvpn"]["port"]}) + proxy.update({"user": self.vpn["nordvpn"]["email"]}) + proxy.update({"pass": self.vpn["nordvpn"]["passwd"]}) + + if "nordvpn.com" in self.args.nordvpn: + proxy.update({"host": self.args.nordvpn}) + else: + proxy.update( + {"host": connect(code=self.args.nordvpn).nordVPN()} + ) + + proxies = self.vpn["nordvpn"]["http"].format( + email=proxy["user"], + passwd=proxy["pass"], + ip=proxy["host"], + port=proxy["port"], + ) + else: + self.logger.info("Proxy Status: Off") + + if proxy.get("host"): + aria2c_proxy.append( + "--https-proxy={}:{}".format(proxy.get("host"), proxy.get("port")) + ) + if proxy.get("user"): + aria2c_proxy.append("--https-proxy-user={}".format(proxy.get("user"))) + if proxy.get("pass"): + aria2c_proxy.append("--https-proxy-passwd={}".format(proxy.get("pass"))) + + if proxies: + os.environ["http_proxy"] = proxies + os.environ["HTTP_PROXY"] = proxies + os.environ["https_proxy"] = proxies + os.environ["HTTPS_PROXY"] = proxies + + ip = None + + try: + self.logger.info("Getting IP...") + r = requests.get("https://ipinfo.io/json", timeout=5) + data = r.json() + ip = f'{data["ip"]} ({data["country"]})' + except Exception as e: + self.logger.info(f"({e.__class__.__name__}: {e})") + sys.exit(1) + + return aria2c_proxy, ip diff --git a/helpers/pssh_generator.py b/helpers/pssh_generator.py new file mode 100644 index 0000000..c21675c --- /dev/null +++ b/helpers/pssh_generator.py @@ -0,0 +1,132 @@ +from utils.modules.pymp4.parser import Box +from io import BytesIO +import base64 +import requests +import uuid +import binascii +import subprocess +import logging +import json + + +class pssh_generator(object): + def __init__(self, init, **kwargs): + self.init = init + self.logger = logging.getLogger(__name__) + self.proxies = kwargs.get("proxies", None) + self.mp4dumpexe = kwargs.get("mp4dumpexe", None) + + def from_kid(self): + array_of_bytes = bytearray(b"\x00\x00\x002pssh\x00\x00\x00\x00") + array_of_bytes.extend(bytes.fromhex("edef8ba979d64acea3c827dcd51d21ed")) + array_of_bytes.extend(b"\x00\x00\x00\x12\x12\x10") + array_of_bytes.extend(bytes.fromhex(self.init.replace("-", ""))) + pssh = base64.b64encode(bytes.fromhex(array_of_bytes.hex())) + return pssh.decode() + + def Get_PSSH(self): + WV_SYSTEM_ID = "[ed ef 8b a9 79 d6 4a ce a3 c8 27 dc d5 1d 21 ed]" + pssh = None + data = subprocess.check_output( + [self.mp4dumpexe, "--format", "json", "--verbosity", "1", self.init] + ) + data = json.loads(data) + for atom in data: + if atom["name"] == "moov": + for child in atom["children"]: + if child["name"] == "pssh": + if child["system_id"] == WV_SYSTEM_ID: + pssh = child["data"][1:-1].replace(" ", "") + pssh = binascii.unhexlify(pssh) + if pssh.startswith(b"\x08\x01"): + pssh = pssh[0:] + pssh = base64.b64encode(pssh).decode("utf-8") + return pssh + + if not pssh: + self.logger.error("Error while generate pssh from file.") + return pssh + + def get_moov_pssh(self, moov): + while True: + x = Box.parse_stream(moov) + if x.type == b"moov": + for y in x.children: + if y.type == b"pssh" and y.system_ID == uuid.UUID( + "edef8ba9-79d6-4ace-a3c8-27dcd51d21ed" + ): + data = base64.b64encode(y.init_data) + return data + + def build_init_segment_mp4(self, bytes_): + moov = BytesIO(bytes_) + data = self.get_moov_pssh(moov) + pssh = data.decode("utf-8") + + return pssh + + def getInitWithRange2(self, headers): + + initbytes = requests.get(url=self.init, proxies=self.proxies, headers=headers,) + + try: + pssh = self.build_init_segment_mp4(initbytes.content) + return pssh + except Exception as e: + self.logger.info("Error: " + str(e)) + + return None + + def getInitWithRange(self, start: int, end: int): + + initbytes = requests.get( + url=self.init, + proxies=self.proxies, + headers={"Range": "bytes={}-{}".format(start, end)}, + ) + + try: + pssh = self.build_init_segment_mp4(initbytes.content) + return pssh + except Exception as e: + self.logger.info("Error: " + str(e)) + + return None + + def loads(self): + req = requests.get(url=self.init, proxies=self.proxies) + + initbytes = req.content + + try: + pssh = self.build_init_segment_mp4(initbytes) + return pssh + except Exception as e: + self.logger.error("Error: " + str(e)) + + return None + + def load(self): + + with open(self.init, "rb") as f: + initbytes = f.read() + + try: + pssh = self.build_init_segment_mp4(initbytes) + return pssh + except Exception as e: + self.logger.error("Error: " + str(e)) + + return None + + def from_str(self): + + initbytes = self.init + + try: + pssh = self.build_init_segment_mp4(initbytes) + return pssh + except Exception as e: + self.logger.info("Error: " + str(e)) + + return None diff --git a/helpers/ripprocess.py b/helpers/ripprocess.py new file mode 100644 index 0000000..fd2f109 --- /dev/null +++ b/helpers/ripprocess.py @@ -0,0 +1,820 @@ +import ffmpy, json, os, sys, unidecode, requests, subprocess, time, pycountry, html, tqdm, re, glob, base64, binascii +from titlecase import titlecase +from configs.config import tool +from helpers.proxy_environ import hold_proxy +import tldextract +from collections import namedtuple +from collections.abc import Sequence +from natsort import natsorted +import logging +import unicodedata, string + + +class EpisodesNumbersHandler: + def __init__(self): + return + + def numberRange(self, start: int, end: int): + if list(range(start, end + 1)) != []: + return list(range(start, end + 1)) + + if list(range(end, start + 1)) != []: + return list(range(end, start + 1)) + + return [start] + + def ListNumber(self, Number: str): + if Number.isdigit(): + return [int(Number)] + + if Number.strip() == "~" or Number.strip() == "": + return self.numberRange(1, 999) + + if "-" in Number: + start, end = Number.split("-") + if start.strip() == "" or end.strip() == "": + raise ValueError("wrong Number: {}".format(Number)) + return self.numberRange(int(start), int(end)) + + if "~" in Number: + start, _ = Number.split("~") + if start.strip() == "": + raise ValueError("wrong Number: {}".format(Number)) + return self.numberRange(int(start), 999) + + return + + def sortNumbers(self, Numbers): + SortedNumbers = [] + for Number in Numbers.split(","): + SortedNumbers += self.ListNumber(Number.strip()) + + return natsorted(list(set(SortedNumbers))) + + +class ripprocess(object): + def __init__(self): + self.tool = tool() + self.logger = logging.getLogger(__name__) + self.bin = self.tool.bin() + + def sort_list(self, media_list, keyword1=None, keyword2=None): + if keyword1: + if keyword2: + return sorted( + media_list, key=lambda k: (int(k[keyword1]), int(k[keyword2])) + ) + else: + sorted(media_list, key=lambda k: int(k[keyword1])) + + return media_list + + def yt2json(self, url, proxies=None): + jsonfile = "info.info.json" + + yt_cmd = [ + self.bin["youtube"], + "--skip-download", + "--write-info-json", + "--quiet", + "--no-warnings", + "-o", + "info", + url, + ] + + if proxies: + yt_cmd += ["--proxy", proxies.get("https")] + + subprocess.call(yt_cmd) + + while not os.path.isfile(jsonfile): + time.sleep(0.2) + with open(jsonfile) as js: + data = json.load(js) + if os.path.isfile(jsonfile): + os.remove(jsonfile) + + return data + + def getKeyId(self, mp4_file): + data = subprocess.check_output( + [self.bin["mp4dump"], "--format", "json", "--verbosity", "1", mp4_file] + ) + try: + return re.sub( + " ", + "", + re.compile(r"default_KID.*\[(.*)\]").search(data.decode()).group(1), + ) + except AttributeError: + return None + + def flatten(self, l): + return list(self.flatten_g(l)) + + def flatten_g(self, l): + basestring = (str, bytes) + for el in l: + if isinstance(el, Sequence) and not isinstance(el, basestring): + for sub in self.flatten_g(el): + yield sub + else: + yield el + + def removeExtentsion(self, string: str): + if "." in string: + return ".".join(string.split(".")[:-1]) + else: + raise ValueError("string has no extentsion: {}".format(string)) + + def replaceExtentsion(self, string: str, ext: str): + if "." in string: + return ".".join(string.split(".")[:-1]) + f".{ext}" + else: + raise ValueError("string has no extentsion: {}".format(string)) + + def domain(self, url): + return "{0.domain}.{0.suffix}".format(tldextract.extract(url)) + + def remove_dups(self, List, keyword=""): + Added_ = set() + Proper_ = [] + for L in List: + if L[keyword] not in Added_: + Proper_.append(L) + Added_.add(L[keyword]) + + return Proper_ + + def find_str(self, s, char): + index = 0 + + if char in s: + c = char[0] + for ch in s: + if ch == c: + if s[index : index + len(char)] == char: + return index + + index += 1 + + return -1 + + def updt(self, total, progress): + barLength, status = 80, "" + progress = float(progress) / float(total) + if progress >= 1.0: + progress, status = 1, "\r\n" + block = int(round(barLength * progress)) + text = "\rProgress: {} | {:.0f}% {}".format( + "█" * block + "" * (barLength - block), round(progress * 100, 0), status, + ) + sys.stdout.write(text) + sys.stdout.flush() + + def Get_PSSH(self, mp4_file): + WV_SYSTEM_ID = "[ed ef 8b a9 79 d6 4a ce a3 c8 27 dc d5 1d 21 ed]" + pssh = None + data = subprocess.check_output( + [self.bin["mp4dump"], "--format", "json", "--verbosity", "1", mp4_file] + ) + data = json.loads(data) + for atom in data: + if atom["name"] == "moov": + for child in atom["children"]: + if child["name"] == "pssh": + if child["system_id"] == WV_SYSTEM_ID: + pssh = child["data"][1:-1].replace(" ", "") + pssh = binascii.unhexlify(pssh) + if pssh.startswith(b"\x08\x01"): + pssh = pssh[0:] + pssh = base64.b64encode(pssh).decode("utf-8") + return pssh + + return None + + def SubtitleEdit( + self, contain=None, file=None, removeSDH=False, silent=True, extra_commands=[] + ): + if file: + subtitle_command = [ + self.bin["SubtitleEdit"], + "/convert", + file, + "srt", + "/overwrite", + "/multiplereplace:.", + "/MergeShortLines", + "/FixCommonErrors", + ] + + subtitle_command += extra_commands + + if removeSDH: + subtitle_command.append("/RemoveTextForHI") + + subprocess.call( + subtitle_command, stdout=open(os.devnull, "wb") + ) if silent else subprocess.call(subtitle_command) + + if contain: + subtitle_command = [ + self.bin["SubtitleEdit"], + "/convert", + "{}*.srt".format(contain), + "srt", + "/overwrite", + "/multiplereplace:.", + "/MergeShortLines", + "/FixCommonErrors", + ] + + subtitle_command += extra_commands + + if removeSDH: + subtitle_command.append("/removetextforhi") + + subprocess.call( + subtitle_command, stdout=open(os.devnull, "wb") + ) if silent else subprocess.call(subtitle_command) + + return + + def parseCookieFile(self, cookiesfile): + cookies = {} + with open(cookiesfile, "r") as fp: + for line in fp: + if not re.match(r"^\#", line): + lineFields = line.strip().split("\t") + try: + cookies[lineFields[5]] = lineFields[6] + except Exception: + pass + return cookies + + def ReplaceCodeLanguages(self, X): + X = X.lower() + X = ( + X.replace("_subtitle_dialog_0", "") + .replace("_narrative_dialog_0", "") + .replace("_caption_dialog_0", "") + .replace("_dialog_0", "") + .replace("_descriptive_0", "_descriptive") + .replace("_descriptive", "_descriptive") + .replace("_sdh", "-sdh") + .replace("es-es", "es") + .replace("en-es", "es") + .replace("kn-in", "kn") + .replace("gu-in", "gu") + .replace("ja-jp", "ja") + .replace("mni-in", "mni") + .replace("si-in", "si") + .replace("as-in", "as") + .replace("ml-in", "ml") + .replace("sv-se", "sv") + .replace("hy-hy", "hy") + .replace("sv-sv", "sv") + .replace("da-da", "da") + .replace("fi-fi", "fi") + .replace("nb-nb", "nb") + .replace("is-is", "is") + .replace("uk-uk", "uk") + .replace("hu-hu", "hu") + .replace("bg-bg", "bg") + .replace("hr-hr", "hr") + .replace("lt-lt", "lt") + .replace("et-et", "et") + .replace("el-el", "el") + .replace("he-he", "he") + .replace("ar-ar", "ar") + .replace("fa-fa", "fa") + .replace("ro-ro", "ro") + .replace("sr-sr", "sr") + .replace("cs-cs", "cs") + .replace("sk-sk", "sk") + .replace("mk-mk", "mk") + .replace("hi-hi", "hi") + .replace("bn-bn", "bn") + .replace("ur-ur", "ur") + .replace("pa-pa", "pa") + .replace("ta-ta", "ta") + .replace("te-te", "te") + .replace("mr-mr", "mr") + .replace("kn-kn", "kn") + .replace("gu-gu", "gu") + .replace("ml-ml", "ml") + .replace("si-si", "si") + .replace("as-as", "as") + .replace("mni-mni", "mni") + .replace("tl-tl", "tl") + .replace("id-id", "id") + .replace("ms-ms", "ms") + .replace("vi-vi", "vi") + .replace("th-th", "th") + .replace("km-km", "km") + .replace("ko-ko", "ko") + .replace("zh-zh", "zh") + .replace("ja-ja", "ja") + .replace("ru-ru", "ru") + .replace("tr-tr", "tr") + .replace("it-it", "it") + .replace("es-mx", "es-la") + .replace("ar-sa", "ar") + .replace("zh-cn", "zh") + .replace("nl-nl", "nl") + .replace("pl-pl", "pl") + .replace("pt-pt", "pt") + .replace("hi-in", "hi") + .replace("mr-in", "mr") + .replace("bn-in", "bn") + .replace("te-in", "te") + .replace("cmn-hans", "zh-hans") + .replace("cmn-hant", "zh-hant") + .replace("ko-kr", "ko") + .replace("en-au", "en") + .replace("es-419", "es-la") + .replace("es-us", "es-la") + .replace("en-us", "en") + .replace("en-gb", "en") + .replace("fr-fr", "fr") + .replace("de-de", "de") + .replace("las-419", "es-la") + .replace("ar-ae", "ar") + .replace("da-dk", "da") + .replace("yue-hant", "yue") + .replace("bn-in", "bn") + .replace("ur-in", "ur") + .replace("ta-in", "ta") + .replace("sl-si", "sl") + .replace("cs-cz", "cs") + .replace("hi-jp", "hi") + .replace("-001", "") + .replace("en-US", "en") + .replace("deu", "de") + .replace("eng", "en") + .replace("ca-es", "cat") + .replace("fil-ph", "fil") + .replace("en-ca", "en") + .replace("eu-es", "eu") + .replace("ar-eg", "ar") + .replace("he-il", "he") + .replace("el-gr", "he") + .replace("nb-no", "nb") + .replace("es-ar", "es-la") + .replace("en-ph", "en") + .replace("sq-al", "sq") + .replace("bs-ba", "bs") + ) + + return X + + def countrycode(self, code, site_domain="None"): + languageCodes = { + "zh-Hans": "zhoS", + "zh-Hant": "zhoT", + "pt-BR": "brPor", + "es-ES": "euSpa", + "en-GB": "enGB", + "en-PH": "enPH", + "nl-BE": "nlBE", + "fil": "enPH", + "yue": "zhoS", + "fr-CA": "caFra", + } + + if code == "cmn-Hans": + return "Mandarin Chinese (Simplified)", "zh-Hans" + elif code == "cmn-Hant": + return "Mandarin Chinese (Traditional)", "zh-Hant" + elif code == "es-419": + return "Spanish", "spa" + elif code == "es-ES": + return "European Spanish", "euSpa" + elif code == "pt-BR": + return "Brazilian Portuguese", "brPor" + elif code == "pt-PT": + return "Portuguese", "por" + elif code == "fr-CA": + return "French Canadian", "caFra" + elif code == "fr-FR": + return "French", "fra" + elif code == "iw": + return "Modern Hebrew", "heb" + elif code == "es" and site_domain == "google": + return "European Spanish", "euSpa" + + lang_code = code[: code.index("-")] if "-" in code else code + lang = pycountry.languages.get(alpha_2=lang_code) + if lang is None: + lang = pycountry.languages.get(alpha_3=lang_code) + + try: + languagecode = languageCodes[code] + except KeyError: + languagecode = lang.alpha_3 + + return lang.name, languagecode + + def tqdm_downloader(self, url, file_name, proxies=None): + # self.logger.info(file_name) + r = requests.get(url, stream=True) + file_size = int(r.headers["Content-Length"]) + chunk = 1 + chunk_size = 1024 + num_bars = int(file_size / chunk_size) + + with open(file_name, "wb") as fp: + for chunk in tqdm.tqdm( + r.iter_content(chunk_size=chunk_size), + total=num_bars, + unit="KB", + desc=file_name, + leave=True, # progressbar stays + ): + fp.write(chunk) + + return + + def silent_aria2c_download(self, url, file_name, disable_proxy=True): + holder = hold_proxy() + + if disable_proxy: + holder.disable() + + commands = [ + self.bin["aria2c"], + url, + '--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36"', + "--allow-overwrite=true", + "--auto-file-renaming=false", + "--retry-wait=5", + "-x16", + "-j16", + "-s16", + "-o", + file_name, + ] + + try: + aria = subprocess.call(commands, stdout=open(os.devnull, "wb"),) + except FileNotFoundError: + self.logger.info("UNABLE TO FIND {}".format("aria2c.exe")) + exit(-1) + if aria != 0: + raise ValueError("Aria2c exited with code {}".format(aria)) + + if disable_proxy: + holder.enable() + + def aria2c_download(self, commands, extra_commands, disable_proxy=False): + LogFile = self.bin["aria2c"].replace("exe", "log") + + if os.path.isfile(LogFile): + os.remove(LogFile) + + aria2_commands = [] + aria2_commands.append(self.bin["aria2c"]) + aria2_commands.append("--log={}".format(LogFile)) + aria2_commands += commands + extra_commands + + holder = hold_proxy() + + if disable_proxy: + holder.disable() + + try: + aria = subprocess.call(aria2_commands) + except FileNotFoundError: + self.logger.info("UNABLE TO FIND {}".format("aria2c.exe")) + exit(-1) + if aria != 0: + self.logger.info("Aria2c exited with code {}".format(aria)) + exit(-1) + + if disable_proxy: + holder.enable() + + self.logger.info() + + def isduplelist(self, a, b): + return set(a) == set(b) and len(a) == len(b) + + def readfile(self, file, lines=False): + read = "" + if os.path.isfile(file): + with open(file, "r") as f: + if lines: + read = f.readlines() + return read + read = f.read() + else: + self.logger.info("File: %s, is not found" % file) + return None + + return read + + def strip(self, inputint, left=True, right=False): + if left: + return str(inputint.lstrip("0")) + if right: + return str(inputint.rstrip("0")) + + return + + def CleanMyFileNamePlease(self, filename): + # edit here... + filename = filename.replace("666", "666") + + ################################################################################################################################ + # dont edit here... + filename = ( + filename.replace(" ", ".") + .replace("'", "") + .replace(",", "") + .replace("-", "") + .replace("-.", ".") + .replace(".-.", ".") + ) + filename = re.sub(" +", ".", filename) + for i in range(10): + filename = re.sub(r"(\.\.)", ".", filename) + + return filename + + def RemoveExtraWords(self, name): + if re.search("[eE]pisode [0-9]+", name): + name = name.replace((re.search("[eE]pisode [0-9]+", name)).group(0), "") + + if re.search(r"(\(.+?)\)", name): + name = name.replace(re.search(r"(\(.+?)\)", name).group(), "") + + name = re.sub(" +", " ", name) + name = name.strip() + name = ( + name.replace(" : ", " - ") + .replace(": ", " - ") + .replace(":", " - ") + .replace("&", "and") + .replace("ó", "o") + .replace("*", "x") + ) + + return name + + def DecodeString(self, text): + for encoding in ("utf-8-sig", "utf-8", "utf-16"): + try: + return text.decode(encoding) + except UnicodeDecodeError: + continue + + return text.decode("latin-1") + + def EncodeString(self, text): + for encoding in ("utf-8-sig", "utf-8", "utf-16"): + try: + return text.encode(encoding) + except UnicodeDecodeError: + continue + + return text.encode("latin-1") + + def clean_text(self, text): + whitelist = ( + "-_.() %s%s" % (string.ascii_letters, string.digits) + "',&#$%@`~!^&+=[]{}" + ) + + cleaned_text = ( + unicodedata.normalize("NFKD", text).encode("ASCII", "ignore").decode() + ) + + return "".join(c for c in cleaned_text if c in whitelist) + + def RemoveCharcters(self, text): + text = self.EncodeString(text) + text = self.DecodeString(text) + text = self.RemoveExtraWords(text) + text = self.clean_text(text) + text = unidecode.unidecode(titlecase(text)) + + return text + + def do_clean(self, contain, exclude=[], added=[]): + """contain= string name in the file/files you want to delete. + exclude= the files that has a specified extension you do not want to delete. send by list like ['.sfv', '.whatever'] + added= another extensions not in the default extension. send by list like ['.sfv', '.whatever']""" + + error = [] + extensions = [ + ".mp4", + ".h265", + ".h264", + ".eac3", + ".m4a", + ".ac3", + ".srt", + ".vtt", + ".txt", + ".aac", + ".m3u8", + ".mpd", + ] + + extensions += added + + erased_files = [] + + for ext in extensions: + if ext not in exclude: + erased_files += glob.glob(contain + f"*{ext}") + + if not erased_files == []: + for files in erased_files: + try: + os.remove(files) + except Exception: + error.append(files) + + if not error == []: + self.logger.info( + f"some files not deleted with extensions: " + + ", ".join(str(x) for x in error) + + "." + ) + + return + + def mediainfo_(self, file): + mediainfo_output = subprocess.Popen( + [self.bin["MediaInfo"], "--Output=JSON", "-f", file], + stdout=subprocess.PIPE, + ) + mediainfo_json = json.load(mediainfo_output.stdout) + return mediainfo_json + + def DemuxAudio(self, inputName, replace_str): + if os.path.isfile(inputName): + self.logger.info("\nDemuxing audio...") + mediainfo = self.mediainfo_(inputName) + for m in mediainfo["media"]["track"]: + if m["@type"] == "Audio": + codec_name = m["Format"] + + ext = ".ac3" + if codec_name == "AAC": + ext = ".m4a" + else: + if codec_name == "E-AC-3": + ext = ".eac3" + else: + if codec_name == "AC-3": + ext = ".ac3" + if codec_name == "DTS": + ext = ".dts" + + outputName = inputName.replace(replace_str, ext) + self.logger.info(("{} -> {}").format(inputName, outputName)) + ff = ffmpy.FFmpeg( + executable=self.bin["ffmpeg"], + inputs={inputName: None}, + outputs={outputName: "-c:a copy"}, + global_options="-vn -sn -y -hide_banner -loglevel panic", + ) + ff.run() + time.sleep(0.05) + if os.path.isfile(outputName) and os.path.getsize(outputName) > 1024 * 1024: + os.remove(inputName) + self.logger.info("Done!") + + return + + def shaka_decrypt(self, encrypted, decrypted, keys, stream): + self.logger.info("\nDecrypting: {}".format(encrypted)) + decrypt_command = [ + self.bin["shaka-packager"], + "--enable_raw_key_decryption", + "-quiet", + "input={},stream={},output={}".format(encrypted, stream, decrypted), + ] + + for key in keys: + decrypt_command.append("--keys") + decrypt_command.append( + "key={}:key_id={}".format( + key["KEY"], "00000000000000000000000000000000" + ) + ) + + self.logger.info("\nDecrypting KEYS: ") + for key in keys: + self.logger.info(("{}:{}".format(key["KID"], key["KEY"]))) + + wvdecrypt_process = subprocess.Popen(decrypt_command) + stdoutdata, stderrdata = wvdecrypt_process.communicate() + wvdecrypt_process.wait() + self.logger.info("Done!") + + return True + + def mp4_decrypt( + self, + encrypted, + decrypted, + keys, + moded_decrypter=True, + no_kid=True, + silent=False, + ): + self.logger.info("\nDecrypting: {}".format(encrypted)) + decrypt_command = [ + self.bin["mp4decrypt"] + if not moded_decrypter + else self.bin["mp4decrypt_moded"] + ] + decrypt_command += ["--show-progress", encrypted, decrypted] + + for key in keys: + decrypt_command.append("--key") + decrypt_command.append( + "{}:{}".format(key["ID"] if no_kid else key["KID"], key["KEY"]) + ) + + self.logger.info("\nDecrypting KEYS: ") + for key in keys: + self.logger.info( + ("{}:{}".format(key["ID"] if no_kid else key["KID"], key["KEY"])) + ) + + if silent: + wvdecrypt_process = subprocess.Popen( + decrypt_command, stdout=open(os.devnull, "wb") + ) + else: + wvdecrypt_process = subprocess.Popen(decrypt_command) + + stdoutdata, stderrdata = wvdecrypt_process.communicate() + wvdecrypt_process.wait() + if wvdecrypt_process.returncode == 0: + self.logger.info("Done!") + return True + + return False + + def DemuxVideo( + self, + outputVideoTemp, + outputVideo, + ffmpeg=False, + mp4box=False, + ffmpeg_version="ffmpeg", + ): + if ffmpeg: + self.logger.info("\nRemuxing video...") + # if not outputVideo.endswith(".h264"): + # os.rename(outputVideoTemp, outputVideo) + # self.logger.info("Done!") + # return True + + ff = ffmpy.FFmpeg( + executable=self.bin[ffmpeg_version], + inputs={outputVideoTemp: None}, + outputs={outputVideo: "-c copy"}, + global_options="-y -hide_banner -loglevel panic", + ).run() + time.sleep(0.05) + if ( + os.path.isfile(outputVideo) + and os.path.getsize(outputVideo) > 1024 * 1024 + ): + os.remove(outputVideoTemp) + self.logger.info("Done!") + return True + + if mp4box: + self.logger.info("\nRemuxing video...") + if not outputVideo.endswith(".h264"): + os.rename(outputVideoTemp, outputVideo) + self.logger.info("Done!") + return True + + subprocess.call( + [ + self.bin["mp4box"], + "-quiet", + "-raw", + "1", + "-out", + outputVideo, + outputVideoTemp, + ] + ) + if ( + os.path.isfile(outputVideo) + and os.path.getsize(outputVideo) > 1024 * 1024 + ): + os.remove(outputVideoTemp) + self.logger.info("Done!") + return True + + return False diff --git a/helpers/sdh.py b/helpers/sdh.py new file mode 100644 index 0000000..2fc571e --- /dev/null +++ b/helpers/sdh.py @@ -0,0 +1,90 @@ +import codecs +import os +import re +import sys + +import pysrt + + +class sdh_remover: + def __init__(self,): + self.__replace__ = "empty_line" + self.content = [] + + def cleanLine(self, line, regex): + line = re.sub("", "", line) + line = re.sub("", "", line) + if re.search(r"\[(.*)?\n(.*)?\]", line): + line = re.sub( + re.search(r"\[(.*)?\n(.*)?\]", line).group(), self.__replace__, line + ) + + if re.search(r"\((.*)?\n(.*)?\)", line): + line = re.sub( + re.search(r"\((.*)?\n(.*)?\)", line).group(), self.__replace__, line + ) + + try: + # is it inside a markup tag? + match = regex.match(line).group(1) + tag = re.compile("(<[A-z]+[^>]*>)").match(match).group(1) + line = re.sub(match, tag + self.__replace__, line) + except: + try: + line = re.sub(regex, self.__replace__, line) + except: + pass + return line + + def _save(self, Output): + + file = codecs.open(Output, "w", encoding="utf-8") + + for idx, text in enumerate(self.content, start=1): + file.write( + "{}\n{} --> {}\n{}\n\n".format( + str(idx), text["start"], text["end"], text["text"].strip(), + ) + ) + + file.close() + + def clean(self): + if not self.content == []: + temp = self.content + self.content = [] + + for text in temp: + if text["text"].strip() == self.__replace__: + continue + text.update({"text": re.sub(self.__replace__, "", text["text"])}) + + if not text["text"].strip() == "": + self.content.append(text) + + return + + def noHI(self, Input=None, Output=None, content=None): + + srt = pysrt.open(Input, encoding="utf-8") + for idx, line in enumerate(srt, start=1): + number = str(idx) + start = line.start + end = line.end + text = line.text + + text = self.cleanLine(text, re.compile(r"(\[(.+)?\]|\[(.+)?|^(.+)?\])")) + text = self.cleanLine(text, re.compile(r"(\((.+)?\)|\((.+)?|^(.+)?\))")) + text = self.cleanLine(text, re.compile(r"(\[(.+)?\]|\[(.+)?|^(.+)?\])")) + text = self.cleanLine( + text, + re.compile(r"([♩♪♫♭♮♯]+(.+)?[♩♪♫♭♮♯]+|[♩♪♫♭♮♯]+(.+)?|^(.+)?[♩♪♫♭♮♯]+)"), + ) + text = self.cleanLine(text, re.compile(r"(]*>)|(<\/font>)")) + + self.content.append( + {"number": number, "start": start, "end": end, "text": text,} + ) + + self.clean() + self._save(Output) diff --git a/helpers/vpn.py b/helpers/vpn.py new file mode 100644 index 0000000..9dd78b2 --- /dev/null +++ b/helpers/vpn.py @@ -0,0 +1,135 @@ +import os +import requests +import sys +import random +import logging + +class connect(object): + def __init__(self, code): + self.code = code.lower() + self.logger = logging.getLogger(__name__) + self.headers = { + "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36" + } + + def nordVPN(self): + nordvpn_codes = { + "al": "2", + "ar": "10", + "au": "13", + "at": "14", + "be": "21", + "ba": "27", + "br": "30", + "bg": "33", + "ca": "38", + "cl": "43", + "cr": "52", + "hr": "54", + "cy": "56", + "cz": "57", + "dk": "58", + "eg": "64", + "ee": "68", + "fi": "73", + "fr": "74", + "ge": "80", + "de": "81", + "gr": "84", + "hk": "97", + "hu": "98", + "is": "99", + "in": "100", + "id": "101", + "ie": "104", + "il": "105", + "it": "106", + "jp": "108", + "lv": "119", + "lu": "126", + "my": "131", + "mx": "140", + "md": "142", + "nl": "153", + "nz": "156", + "mk": "128", + "no": "163", + "ro": "179", + "pl": "174", + "si": "197", + "za": "200", + "kr": "114", + "rs": "192", + "sg": "195", + "sk": "196", + "es": "202", + "se": "208", + "ch": "209", + "tw": "211", + "th": "214", + "tr": "220", + "ua": "225", + "ae": "226", + "gb": "227", + "us": "228", + "vn": "234", + "uk": "227", + } + nord_proxy = {} + if nordvpn_codes.get(self.code): + resp = requests.get( + url="https://nordvpn.com/wp-admin/admin-ajax.php?action=servers_recommendations&filters={%22country_id%22:" + + nordvpn_codes.get(self.code) + + "}", + headers=self.headers, + ) + nord_proxy = resp.json()[0]["hostname"] + else: + self.logger.info( + self.code + + " : not listed in country codes, read country.doc for more info" + ) + + return nord_proxy + + def load_privatevpn(self): + html_file = "html.html" + hosts = [] + resp = requests.get( + "https://privatevpn.com/serverlist/", stream=True, headers=self.headers + ) + resp = str(resp.text) + resp = resp.replace("
", "") + + with open(html_file, "w", encoding="utf8") as file: + file.write(resp) + + with open(html_file, "r") as file: + text = file.readlines() + + if os.path.exists(html_file): + os.remove(html_file) + + for p in text: + if ".pvdata.host" in p: + hosts.append(p.strip()) + + return hosts + + def privateVPN(self): + private_proxy = {} + private_hosts = self.load_privatevpn() + self.logger.debug("private_hosts: {}".format(private_hosts)) + search_host = [host for host in private_hosts if host[:2] == self.code] + if not search_host == []: + self.logger.info(f"Founded {str(len(search_host))} Proxies") + for n, p in enumerate(search_host): + self.logger.info(f"[{str(n+1)}] {p}") + inp = input("\nEnter Proxy Number, or Hit Enter for random one: ").strip() + if inp == "": + return random.choice(search_host) + private_proxy = search_host[int(inp) - 1] + else: + self.logger.info(f"no Proxies Found, you may entered wrong code, or search failed!...") + + return private_proxy diff --git a/install.requirements.bat b/install.requirements.bat new file mode 100644 index 0000000..ebca6f4 --- /dev/null +++ b/install.requirements.bat @@ -0,0 +1,3 @@ +@echo off +pip install -r requirements.txt +pause \ No newline at end of file diff --git a/netflix.py b/netflix.py new file mode 100644 index 0000000..13274ce --- /dev/null +++ b/netflix.py @@ -0,0 +1,136 @@ +import argparse, json, os, logging +from configs.config import tool +from helpers.proxy_environ import proxy_env +from datetime import datetime +from services.netflix import netflix +import pyfiglet +from rich import print +from typing import DefaultDict +title = pyfiglet.figlet_format('Netflix 6.0', font='slant') +print(f'[magenta]{title}[/magenta]') +print("BUY private CDM L1 from wvfuck@protonmail.com") +print("Using LenovoTB-X505X") + +script_name = "Netflix Download" +script_ver = "6.0.1.0" + +if __name__ == "__main__": + + parser = argparse.ArgumentParser(description=f">>> {script_name} {script_ver} <<<") + parser.add_argument("content", nargs="?", help="Content URL or ID") + parser.add_argument("-q", dest="customquality", nargs=1, help="For configure quality of video.", default=[]) + parser.add_argument("-o", dest="output", help="download all assets to directory provided.") + parser.add_argument("-f", dest="output_folder", help="force mux .mkv files to directory provided", action="store", default=None) + parser.add_argument("--nv", dest="novideo", help="dont download video", action="store_true") + parser.add_argument("--na", dest="noaudio", help="dont download audio", action="store_true") + parser.add_argument("--ns", dest="nosubs", help="dont download subs", action="store_true") + parser.add_argument("-e", dest="episodeStart", help="it will start downloading the season from that episode.", default=None) + parser.add_argument("-s", dest="season", help="it will start downloading the from that season.", default=None) + parser.add_argument("--keep", dest="keep", help="well keep all files after mux, by default all erased.", action="store_true") + parser.add_argument("--only-2ch-audio", dest="only_2ch_audio", help="to force get only eac3 2.0 Ch audios.", action="store_true") + parser.add_argument("--alang", dest="audiolang", nargs="*", help="download only selected audio languages", default=[],) + parser.add_argument("--AD", '--adlang', dest="AD", nargs="*", help="download only selected audio languages", default=[],) + parser.add_argument("--slang", dest="sublang", nargs="*", help="download only selected subtitle languages", default=[],) + parser.add_argument("--flang", dest="forcedlang", nargs="*", help="download only selected forced subtitle languages", default=[],) + parser.add_argument('-t', "--title", dest="titlecustom", nargs=1, help="Customize the title of the show", default=[],) + parser.add_argument('-p', "--prompt", dest="prompt", help="will Enable the yes/no prompt when URLs are grabbed.", action="store_true") + parser.add_argument('-keys', "--license", dest="license", help="print all profiles keys and exit.", action="store_true") + parser.add_argument("--audio-bitrate", dest="custom_audio_bitrate", nargs=1, help="For configure bitrate of audio.", default=[]) + parser.add_argument("--aformat-2ch","--audio-format-2ch", dest="aformat_2ch",nargs=1, help="For configure format of audio.", default=[],) + parser.add_argument("--aformat-51ch","--audio-format-51ch", dest="aformat_51ch",nargs=1, help="For configure format of audio.", default=[],) + parser.add_argument("--android-login", dest="android_login", help="will log netflix using android api and save cookies nd build.", action="store_true",) + parser.add_argument("--search", action="store", dest="search", help="download using netflix search for the movie/show.", default=0,) + parser.add_argument("--hevc", dest="hevc", help="will return HEVC profile", action="store_true") + parser.add_argument("--hdr", dest="hdr", help="will return HDR profile", action="store_true") + parser.add_argument("--high", dest="video_high", help="return MSL High Video manifest for hpl videos, usually small size low bitrate.", action="store_true",) + parser.add_argument("--main", dest="video_main", help="return MSL Main Video manifest for mpl videos, usually Big size High bitrate.", action="store_true",) + parser.add_argument("--main480", dest="video_main480", help="return MSL Main 480p Video manifest for mpl videos.", action="store_true",) + parser.add_argument("--check", dest="check", help="hpl vs mpl.", action="store_true",) + parser.add_argument("--all-audios", dest="allaudios", help="all download audios of the movie/show", action="store_true",) + parser.add_argument("--all-forced", dest="allforcedlang", help="all download forced subs of the movie/show", action="store_true",) + parser.add_argument("--no-aria2c", dest="noaria2c", help="not use aria2c for download, will use python downloader.", action="store_true",) + + # PROXY + parser.add_argument("--nrd", action="store", dest="nordvpn", help="add country for nordvpn proxies.", default=0,) + parser.add_argument("--prv", action="store", dest="privtvpn", help="add country for privtvpn proxies.", default=0,) + parser.add_argument("--no-dl-proxy", dest="no_download_proxy", help="do not use proxy will downloading files", action="store_true", default=False,) + + # PACK + parser.add_argument("--gr", dest="muxer_group", help="add group name to use that will override the one in config", action="store", default=None) + parser.add_argument("--upload", dest="upload_ftp", help="upload the release after packing", action="store_true", default=None) + parser.add_argument("--pack", dest="muxer_pack", help="pack the release", action="store_true", default=None) + parser.add_argument("--confirm", dest="confirm_upload", help="ask confirming before upload the packed release", action="store_true", default=None) + parser.add_argument("--imdb", dest="muxer_imdb", help="add imdb for the title for packing", action="store", default=None) + parser.add_argument("--scheme", dest="muxer_scheme", help="set muxer scheme name", default=None) + # cleaner + parser.add_argument("--clean-add", dest="clean_add", nargs="*", help="add more extension of files to be deleted", default=[],) + parser.add_argument("--clean-exclude", dest="clean_exclude", nargs="*", help="add more extension of files to not be deleted", default=[],) + parser.add_argument("--log-level", default="info", dest="log_level", choices=["debug", "info", "error", "warning"], help="choose level") + parser.add_argument("--log-file", dest="log_file", help="set log file for debug", default=None) + args = parser.parse_args() + + start = datetime.now() + + if args.log_file: + logging.basicConfig( + filename=args.log_file, + format="%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s", + datefmt="%Y-%m-%d %I:%M:%S %p", + level=logging.DEBUG, + ) + + else: + if args.log_level.lower() == "info": + logging.basicConfig(format="%(message)s", level=logging.INFO) + elif args.log_level.lower() == "debug": + logging.basicConfig( + format="%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s", + datefmt="%Y-%m-%d %I:%M:%S %p", + level=logging.DEBUG, + ) + elif args.log_level.lower() == "warning": + logging.basicConfig( + format="%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s", + datefmt="%Y-%m-%d %I:%M:%S %p", + level=logging.WARNING, + ) + elif args.log_level.lower() == "error": + logging.basicConfig( + format="%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s", + datefmt="%Y-%m-%d %I:%M:%S %p", + level=logging.ERROR, + ) + + logging.getLogger(__name__) + + group = { + "UPLOAD": args.upload_ftp, + "IMDB": args.muxer_imdb, + "SCHEME": args.muxer_scheme, + "PACK": args.muxer_pack, + "GROUP": args.muxer_group, + "CONFIRM": args.confirm_upload, + "EXTRA_FOLDER": args.output_folder, + } + + # ~ commands + proxy, ip = proxy_env(args).Load() + commands = {"aria2c_extra_commands": proxy, "group": group} + logging.debug(commands) + + if args.license: + args.prompt = False + + l = "\n__________________________\n" + print( + f"\n-- {script_name} --{l}\nVERSION: {script_ver}{l}\nIP: {ip}{l}" + ) + + netflix_ = netflix(args, commands) + netflix_.main_netflix() + + print( + "\nNFripper took {} Sec".format( + int(float((datetime.now() - start).total_seconds())) + ) + ) # total seconds diff --git a/pywidevine/cdm/__init__.py b/pywidevine/cdm/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pywidevine/cdm/cdm.py b/pywidevine/cdm/cdm.py new file mode 100644 index 0000000..3e690aa --- /dev/null +++ b/pywidevine/cdm/cdm.py @@ -0,0 +1,407 @@ +import base64 + +import os +import time +import binascii + +from google.protobuf.message import DecodeError +from google.protobuf import text_format + +from pywidevine.cdm.formats import wv_proto2_pb2 as wv_proto2 +from pywidevine.cdm.session import Session +from pywidevine.cdm.key import Key +from Cryptodome.Random import get_random_bytes +from Cryptodome.Random import random +from Cryptodome.Cipher import PKCS1_OAEP, AES +from Cryptodome.Hash import CMAC, SHA256, HMAC, SHA1 +from Cryptodome.PublicKey import RSA +from Cryptodome.Signature import pss +from Cryptodome.Util import Padding +import logging + + +class Cdm: + def __init__(self): + self.logger = logging.getLogger(__name__) + self.sessions = {} + + def open_session(self, init_data_b64, device, raw_init_data=None, offline=False): + self.logger.debug( + "open_session(init_data_b64={}, device={}".format(init_data_b64, device) + ) + #self.logger.info("opening new cdm session") + if device.session_id_type == "android": + # format: 16 random hexdigits, 2 digit counter, 14 0s + rand_ascii = "".join(random.choice("ABCDEF0123456789") for _ in range(16)) + counter = "01" # this resets regularly so its fine to use 01 + rest = "00000000000000" + session_id = rand_ascii + counter + rest + session_id = session_id.encode("ascii") + elif device.session_id_type == "chrome": + rand_bytes = get_random_bytes(16) + session_id = rand_bytes + else: + # other formats NYI + self.logger.error("device type is unusable") + return 1 + if raw_init_data and isinstance(raw_init_data, (bytes, bytearray)): + # used for NF key exchange, where they don't provide a valid PSSH + init_data = raw_init_data + self.raw_pssh = True + else: + init_data = self._parse_init_data(init_data_b64) + self.raw_pssh = False + + if init_data: + new_session = Session(session_id, init_data, device, offline) + else: + self.logger.error("unable to parse init data") + return 1 + self.sessions[session_id] = new_session + #self.logger.info("session opened and init data parsed successfully") + return session_id + + def _parse_init_data(self, init_data_b64): + parsed_init_data = wv_proto2.WidevineCencHeader() + try: + self.logger.debug("trying to parse init_data directly") + parsed_init_data.ParseFromString(base64.b64decode(init_data_b64)[32:]) + except DecodeError: + self.logger.debug( + "unable to parse as-is, trying with removed pssh box header" + ) + try: + id_bytes = parsed_init_data.ParseFromString( + base64.b64decode(init_data_b64)[32:] + ) + except DecodeError: + self.logger.error("unable to parse, unsupported init data format") + return None + self.logger.debug("init_data:") + for line in text_format.MessageToString(parsed_init_data).splitlines(): + self.logger.debug(line) + return parsed_init_data + + def close_session(self, session_id): + self.logger.debug("close_session(session_id={})".format(session_id)) + #self.logger.info("closing cdm session") + if session_id in self.sessions: + self.sessions.pop(session_id) + self.logger.info("cdm session closed") + return 0 + else: + self.logger.info("session {} not found".format(session_id)) + return 1 + + def set_service_certificate(self, session_id, cert_b64): + self.logger.debug( + "set_service_certificate(session_id={}, cert={})".format( + session_id, cert_b64 + ) + ) + #self.logger.info("setting service certificate") + + if session_id not in self.sessions: + self.logger.error("session id doesn't exist") + return 1 + + session = self.sessions[session_id] + + message = wv_proto2.SignedMessage() + + try: + message.ParseFromString(base64.b64decode(cert_b64)) + except DecodeError: + self.logger.error("failed to parse cert as SignedMessage") + + service_certificate = wv_proto2.SignedDeviceCertificate() + + if message.Type: + self.logger.debug("service cert provided as signedmessage") + try: + service_certificate.ParseFromString(message.Msg) + except DecodeError: + # self.logger.error("failed to parse service certificate") + return 1 + else: + self.logger.debug("service cert provided as signeddevicecertificate") + try: + service_certificate.ParseFromString(base64.b64decode(cert_b64)) + except DecodeError: + # self.logger.error("failed to parse service certificate") + return 1 + + self.logger.debug("service certificate:") + for line in text_format.MessageToString(service_certificate).splitlines(): + self.logger.debug(line) + + session.service_certificate = service_certificate + session.privacy_mode = True + + return 0 + + def get_license_request(self, session_id): + self.logger.debug("get_license_request(session_id={})".format(session_id)) + #self.logger.info("getting license request") + + if session_id not in self.sessions: + self.logger.error("session ID does not exist") + return 1 + + session = self.sessions[session_id] + + # raw pssh will be treated as bytes and not parsed + if self.raw_pssh: + license_request = wv_proto2.SignedLicenseRequestRaw() + else: + license_request = wv_proto2.SignedLicenseRequest() + client_id = wv_proto2.ClientIdentification() + + if not os.path.exists(session.device_config.device_client_id_blob_filename): + self.logger.error("no client ID blob available for this device") + return 1 + + with open(session.device_config.device_client_id_blob_filename, "rb") as f: + try: + cid_bytes = client_id.ParseFromString(f.read()) + except DecodeError: + self.logger.error("client id failed to parse as protobuf") + return 1 + + self.logger.debug("building license request") + if not self.raw_pssh: + license_request.Type = wv_proto2.SignedLicenseRequest.MessageType.Value( + "LICENSE_REQUEST" + ) + license_request.Msg.ContentId.CencId.Pssh.CopyFrom(session.init_data) + else: + license_request.Type = wv_proto2.SignedLicenseRequestRaw.MessageType.Value( + "LICENSE_REQUEST" + ) + license_request.Msg.ContentId.CencId.Pssh = session.init_data # bytes + + if session.offline: + license_type = wv_proto2.LicenseType.Value("OFFLINE") + else: + license_type = wv_proto2.LicenseType.Value("DEFAULT") + license_request.Msg.ContentId.CencId.LicenseType = license_type + license_request.Msg.ContentId.CencId.RequestId = session_id + license_request.Msg.Type = wv_proto2.LicenseRequest.RequestType.Value("NEW") + license_request.Msg.RequestTime = int(time.time()) + license_request.Msg.ProtocolVersion = wv_proto2.ProtocolVersion.Value("CURRENT") + if session.device_config.send_key_control_nonce: + license_request.Msg.KeyControlNonce = random.randrange(1, 2 ** 31) + + if session.privacy_mode: + if session.device_config.vmp: + self.logger.debug("vmp required, adding to client_id") + self.logger.debug("reading vmp hashes") + vmp_hashes = wv_proto2.FileHashes() + with open(session.device_config.device_vmp_blob_filename, "rb") as f: + try: + vmp_bytes = vmp_hashes.ParseFromString(f.read()) + except DecodeError: + self.logger.error("vmp hashes failed to parse as protobuf") + return 1 + client_id._FileHashes.CopyFrom(vmp_hashes) + self.logger.debug( + "privacy mode & service certificate loaded, encrypting client id" + ) + self.logger.debug("unencrypted client id:") + for line in text_format.MessageToString(client_id).splitlines(): + self.logger.debug(line) + cid_aes_key = get_random_bytes(16) + cid_iv = get_random_bytes(16) + + cid_cipher = AES.new(cid_aes_key, AES.MODE_CBC, cid_iv) + + encrypted_client_id = cid_cipher.encrypt( + Padding.pad(client_id.SerializeToString(), 16) + ) + + service_public_key = RSA.importKey( + session.service_certificate._DeviceCertificate.PublicKey + ) + + service_cipher = PKCS1_OAEP.new(service_public_key) + + encrypted_cid_key = service_cipher.encrypt(cid_aes_key) + + encrypted_client_id_proto = wv_proto2.EncryptedClientIdentification() + + encrypted_client_id_proto.ServiceId = ( + session.service_certificate._DeviceCertificate.ServiceId + ) + encrypted_client_id_proto.ServiceCertificateSerialNumber = ( + session.service_certificate._DeviceCertificate.SerialNumber + ) + encrypted_client_id_proto.EncryptedClientId = encrypted_client_id + encrypted_client_id_proto.EncryptedClientIdIv = cid_iv + encrypted_client_id_proto.EncryptedPrivacyKey = encrypted_cid_key + + license_request.Msg.EncryptedClientId.CopyFrom(encrypted_client_id_proto) + else: + license_request.Msg.ClientId.CopyFrom(client_id) + + if session.device_config.private_key_available: + key = RSA.importKey( + open(session.device_config.device_private_key_filename).read() + ) + session.device_key = key + else: + self.logger.error("need device private key, other methods unimplemented") + return 1 + + self.logger.debug("signing license request") + + hash = SHA1.new(license_request.Msg.SerializeToString()) + signature = pss.new(key).sign(hash) + + license_request.Signature = signature + + session.license_request = license_request + + self.logger.debug("license request:") + for line in text_format.MessageToString(session.license_request).splitlines(): + self.logger.debug(line) + #self.logger.info("license request created") + self.logger.debug( + "license request b64: {}".format( + base64.b64encode(license_request.SerializeToString()) + ) + ) + return license_request.SerializeToString() + + def provide_license(self, session_id, license_b64): + self.logger.debug( + "provide_license(session_id={}, license_b64={})".format( + session_id, license_b64 + ) + ) + #self.logger.info("decrypting provided license") + + if session_id not in self.sessions: + self.logger.error("session does not exist") + return 1 + + session = self.sessions[session_id] + + if not session.license_request: + self.logger.error("generate a license request first!") + return 1 + + license = wv_proto2.SignedLicense() + try: + license.ParseFromString(base64.b64decode(license_b64)) + except DecodeError: + self.logger.error("unable to parse license - check protobufs") + return 1 + + session.license = license + + self.logger.debug("license:") + for line in text_format.MessageToString(license).splitlines(): + self.logger.debug(line) + + self.logger.debug("deriving keys from session key") + + oaep_cipher = PKCS1_OAEP.new(session.device_key) + + session.session_key = oaep_cipher.decrypt(license.SessionKey) + + lic_req_msg = session.license_request.Msg.SerializeToString() + + enc_key_base = b"ENCRYPTION\000" + lic_req_msg + b"\0\0\0\x80" + auth_key_base = b"AUTHENTICATION\0" + lic_req_msg + b"\0\0\2\0" + + enc_key = b"\x01" + enc_key_base + auth_key_1 = b"\x01" + auth_key_base + auth_key_2 = b"\x02" + auth_key_base + auth_key_3 = b"\x03" + auth_key_base + auth_key_4 = b"\x04" + auth_key_base + + cmac_obj = CMAC.new(session.session_key, ciphermod=AES) + cmac_obj.update(enc_key) + + enc_cmac_key = cmac_obj.digest() + + cmac_obj = CMAC.new(session.session_key, ciphermod=AES) + cmac_obj.update(auth_key_1) + auth_cmac_key_1 = cmac_obj.digest() + + cmac_obj = CMAC.new(session.session_key, ciphermod=AES) + cmac_obj.update(auth_key_2) + auth_cmac_key_2 = cmac_obj.digest() + + cmac_obj = CMAC.new(session.session_key, ciphermod=AES) + cmac_obj.update(auth_key_3) + auth_cmac_key_3 = cmac_obj.digest() + + cmac_obj = CMAC.new(session.session_key, ciphermod=AES) + cmac_obj.update(auth_key_4) + auth_cmac_key_4 = cmac_obj.digest() + + auth_cmac_combined_1 = auth_cmac_key_1 + auth_cmac_key_2 + auth_cmac_combined_2 = auth_cmac_key_3 + auth_cmac_key_4 + + session.derived_keys["enc"] = enc_cmac_key + session.derived_keys["auth_1"] = auth_cmac_combined_1 + session.derived_keys["auth_2"] = auth_cmac_combined_2 + + self.logger.debug("verifying license signature") + + lic_hmac = HMAC.new(session.derived_keys["auth_1"], digestmod=SHA256) + lic_hmac.update(license.Msg.SerializeToString()) + + self.logger.debug( + "calculated sig: {} actual sig: {}".format( + lic_hmac.hexdigest(), binascii.hexlify(license.Signature) + ) + ) + + if lic_hmac.digest() != license.Signature: + self.logger.info( + "license signature doesn't match - writing bin so they can be debugged" + ) + with open("original_lic.bin", "wb") as f: + f.write(base64.b64decode(license_b64)) + with open("parsed_lic.bin", "wb") as f: + f.write(license.SerializeToString()) + self.logger.info("continuing anyway") + + self.logger.debug("key count: {}".format(len(license.Msg.Key))) + for key in license.Msg.Key: + if key.Id: + key_id = key.Id + else: + key_id = wv_proto2.License.KeyContainer.KeyType.Name(key.Type).encode( + "utf-8" + ) + encrypted_key = key.Key + iv = key.Iv + type = wv_proto2.License.KeyContainer.KeyType.Name(key.Type) + + cipher = AES.new(session.derived_keys["enc"], AES.MODE_CBC, iv=iv) + decrypted_key = cipher.decrypt(encrypted_key) + if type == "OPERATOR_SESSION": + permissions = [] + perms = key._OperatorSessionKeyPermissions + for (descriptor, value) in perms.ListFields(): + if value == 1: + permissions.append(descriptor.name) + # print(permissions) + else: + permissions = [] + session.keys.append( + Key(key_id, type, Padding.unpad(decrypted_key, 16), permissions) + ) + + #self.logger.info("decrypted all keys") + return 0 + + def get_keys(self, session_id): + if session_id in self.sessions: + return self.sessions[session_id].keys + else: + self.logger.error("session not found") + return 1 diff --git a/pywidevine/cdm/deviceconfig.py b/pywidevine/cdm/deviceconfig.py new file mode 100644 index 0000000..5232a75 --- /dev/null +++ b/pywidevine/cdm/deviceconfig.py @@ -0,0 +1,115 @@ +import os + +device_chromecdm_903 = { + "name": "chromecdm_903", + "description": "chrome cdm windows 903", + "security_level": 3, + "session_id_type": "chrome", + "private_key_available": True, + "vmp": False, + "send_key_control_nonce": False, +} + +device_android_general = { + "name": "android_general", + "description": "android_general lvl3 security level", + "security_level": 3, + "session_id_type": "android", + "private_key_available": True, + "vmp": False, + "send_key_control_nonce": True, +} + +devices_available = [ + device_android_general, + device_chromecdm_903, +] + +FILES_FOLDER = "devices" + + +class DeviceConfig: + def __init__(self, device): + self.device_name = device["name"] + self.description = device["description"] + self.security_level = device["security_level"] + self.session_id_type = device["session_id_type"] + self.private_key_available = device["private_key_available"] + self.vmp = device["vmp"] + self.send_key_control_nonce = device["send_key_control_nonce"] + if "keybox_filename" in device: + self.keybox_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + device["keybox_filename"], + ) + else: + self.keybox_filename = os.path.join( + os.path.dirname(__file__), FILES_FOLDER, device["name"], "keybox" + ) + if "device_cert_filename" in device: + self.device_cert_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + device["device_cert_filename"], + ) + else: + self.device_cert_filename = os.path.join( + os.path.dirname(__file__), FILES_FOLDER, device["name"], "device_cert" + ) + if "device_private_key_filename" in device: + self.device_private_key_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + device["device_private_key_filename"], + ) + else: + self.device_private_key_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + "device_private_key", + ) + if "device_client_id_blob_filename" in device: + self.device_client_id_blob_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + device["device_client_id_blob_filename"], + ) + else: + self.device_client_id_blob_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + "device_client_id_blob", + ) + if "device_vmp_blob_filename" in device: + self.device_vmp_blob_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + device["device_vmp_blob_filename"], + ) + else: + self.device_vmp_blob_filename = os.path.join( + os.path.dirname(__file__), + FILES_FOLDER, + device["name"], + "device_vmp_blob", + ) + + def __repr__(self): + return ( + "DeviceConfig(name={}, description={}, security_level={}, session_id_type={}, private_key_available={}, vmp={})" + ).format( + self.device_name, + self.description, + self.security_level, + self.session_id_type, + self.private_key_available, + self.vmp, + ) diff --git a/pywidevine/cdm/devices/LenovoTB_X505X/device_client_id_blob b/pywidevine/cdm/devices/LenovoTB_X505X/device_client_id_blob new file mode 100644 index 0000000..580b944 Binary files /dev/null and b/pywidevine/cdm/devices/LenovoTB_X505X/device_client_id_blob differ diff --git a/pywidevine/cdm/devices/LenovoTB_X505X/device_private_key b/pywidevine/cdm/devices/LenovoTB_X505X/device_private_key new file mode 100644 index 0000000..c5f10f0 --- /dev/null +++ b/pywidevine/cdm/devices/LenovoTB_X505X/device_private_key @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpAIBAAKCAQEArk8zHaSrt4Cx/XC6CDU1zDEj3izBIrEtBwa8kJsuh5fO3tol +JhGaarshuWT9qJMOpD6MPs6eJcywENVz4VN1v4KlS8rpWRbzIZ8Tl/oXj8rb2xnV +njqvjgB78Oc/OnPnbSUNlfhepMeIzIviuLMaWzhuNIcSZFrN6fjXqSzNpqO1roGI +QM1HB8UYgAd4hHF0ZEZYuLl5ja4HKcCV7eYMVAWyiGEorOGhFKKRfkXEmPruW9Rd +XWWZ9wEjf6Qlsaf66rdRBQOXEMWP2ChGSz3PQQ7wpA6YpzNCVIAd8OxoPBPakN+V +/13yR23Jyv8S7WzR7vV/TniufteDRH8sJvZMFQIDAQABAoIBABYcX0pLFWovVcSl +nD+GymZ2tEtOR4iIS4Mo6Fn6iVYzXE86AjzYPkt8Jdy/0gpkbxbIBV/BM1/tnUbh +YLPsM5NBtgiNenit19UDugdM9tirXaSnHAkYfiTn7FDkcImQYsKeUOEdcpn54qE5 +vF57/6OjHp2kpaFbwGOFyIuB7qtMwqlcYX0vnOttJ0BWwKIIh5gi4yNbciqJKZ/5 +P6WbKZVvD7rGsRGYroF35pPTy48cWVGYR1OokXZ35FRgX5QVM1bzP2Q0ExxGB5jT +7hCmA3DJLooKD2Aj9qX9v5ELMT+bhNIX3Q4aKX7xPZOcBPbugRf8Tuq8l4ThOinQ +6eLJaTECgYEA5gsW2SJh8eMV5mLjaW9K6HALhXkeVN4GDzDTLiaTx0VcHXnJC07X +nJLx0piw/mR1VoUlXHjfVbtnAN7mDJstqh/rBxhqQrCkXbS10qoRbIt/T+SuNf1s +WZcfMj0aPMwz9q2jkbfARV3z+fcJETtEbKDUdwm6ketIpOVwMzDVBvECgYEAwfo1 +e+X2bzuEGfqmtkFvcrSSLg+OiEhsfgvS0Y2yJEYcUvw+RwH066DBx/tVX1kCFLX8 +H0/EwIBycKb07bFBnj4gmbqbB2zpo65d3IErByQfuCzW1IymjwG+s+Tx9qGPfRvG +TxhoznOOuHO72Xb82B8pxe2/qqOAfIV4zlYJf2UCgYEA2ih0D5E6v5DyqNzo+4ku +ycXQN1EIgcVYi7lq3F57UMQnOlDPZyjq8rKsIGLrnyUX3ehA6TQ74GrroPjBw/y5 +zpecZMszonEwPylsMQ9VnNGh99tPlyXxRfk5/YPSyQuC0BIVh9Bxx5b1E/3BnJTP +LBFNzGHujAlMiAyKXhGWRJECgYBFtmd8VKQhS7FpKMS7YX7tKWoTtbGS1vxuvE8S +0qrAEJZjWJYFLPXZrNeXyILhFnsB+HlYw3FBgagfRlFmDzs25LsQpJjMrV62XZcM +BTvygBAKP8shbj75zDW+LzyqV1vbKZ02ld4svCkBr05GlFXAUkrQAGbOq54kok9N +UGxvZQKBgQCGr0rGnCBmKYDUkqZm9FXPDcYWtbiud9zlsaW+xk3UR0fFHuGlK6rW +nxV9k5OOJsZL9MUZ4sy8Ob62ToxB23T+02E0QOgzN4tQjqHOUkMO5C/ErT8jFuhY +J9H1SW5VOZxxMW5VP+iOXmieAJ94CbjRSI26MGsE+6aeK3SsmSCGYg== +-----END RSA PRIVATE KEY----- \ No newline at end of file diff --git a/pywidevine/cdm/devices/android_general/device_client_id_blob b/pywidevine/cdm/devices/android_general/device_client_id_blob new file mode 100644 index 0000000..580b944 Binary files /dev/null and b/pywidevine/cdm/devices/android_general/device_client_id_blob differ diff --git a/pywidevine/cdm/devices/android_general/device_private_key b/pywidevine/cdm/devices/android_general/device_private_key new file mode 100644 index 0000000..c5f10f0 --- /dev/null +++ b/pywidevine/cdm/devices/android_general/device_private_key @@ -0,0 +1,27 @@ +-----BEGIN RSA PRIVATE KEY----- +MIIEpAIBAAKCAQEArk8zHaSrt4Cx/XC6CDU1zDEj3izBIrEtBwa8kJsuh5fO3tol +JhGaarshuWT9qJMOpD6MPs6eJcywENVz4VN1v4KlS8rpWRbzIZ8Tl/oXj8rb2xnV +njqvjgB78Oc/OnPnbSUNlfhepMeIzIviuLMaWzhuNIcSZFrN6fjXqSzNpqO1roGI +QM1HB8UYgAd4hHF0ZEZYuLl5ja4HKcCV7eYMVAWyiGEorOGhFKKRfkXEmPruW9Rd +XWWZ9wEjf6Qlsaf66rdRBQOXEMWP2ChGSz3PQQ7wpA6YpzNCVIAd8OxoPBPakN+V +/13yR23Jyv8S7WzR7vV/TniufteDRH8sJvZMFQIDAQABAoIBABYcX0pLFWovVcSl +nD+GymZ2tEtOR4iIS4Mo6Fn6iVYzXE86AjzYPkt8Jdy/0gpkbxbIBV/BM1/tnUbh +YLPsM5NBtgiNenit19UDugdM9tirXaSnHAkYfiTn7FDkcImQYsKeUOEdcpn54qE5 +vF57/6OjHp2kpaFbwGOFyIuB7qtMwqlcYX0vnOttJ0BWwKIIh5gi4yNbciqJKZ/5 +P6WbKZVvD7rGsRGYroF35pPTy48cWVGYR1OokXZ35FRgX5QVM1bzP2Q0ExxGB5jT +7hCmA3DJLooKD2Aj9qX9v5ELMT+bhNIX3Q4aKX7xPZOcBPbugRf8Tuq8l4ThOinQ +6eLJaTECgYEA5gsW2SJh8eMV5mLjaW9K6HALhXkeVN4GDzDTLiaTx0VcHXnJC07X +nJLx0piw/mR1VoUlXHjfVbtnAN7mDJstqh/rBxhqQrCkXbS10qoRbIt/T+SuNf1s +WZcfMj0aPMwz9q2jkbfARV3z+fcJETtEbKDUdwm6ketIpOVwMzDVBvECgYEAwfo1 +e+X2bzuEGfqmtkFvcrSSLg+OiEhsfgvS0Y2yJEYcUvw+RwH066DBx/tVX1kCFLX8 +H0/EwIBycKb07bFBnj4gmbqbB2zpo65d3IErByQfuCzW1IymjwG+s+Tx9qGPfRvG +TxhoznOOuHO72Xb82B8pxe2/qqOAfIV4zlYJf2UCgYEA2ih0D5E6v5DyqNzo+4ku +ycXQN1EIgcVYi7lq3F57UMQnOlDPZyjq8rKsIGLrnyUX3ehA6TQ74GrroPjBw/y5 +zpecZMszonEwPylsMQ9VnNGh99tPlyXxRfk5/YPSyQuC0BIVh9Bxx5b1E/3BnJTP +LBFNzGHujAlMiAyKXhGWRJECgYBFtmd8VKQhS7FpKMS7YX7tKWoTtbGS1vxuvE8S +0qrAEJZjWJYFLPXZrNeXyILhFnsB+HlYw3FBgagfRlFmDzs25LsQpJjMrV62XZcM +BTvygBAKP8shbj75zDW+LzyqV1vbKZ02ld4svCkBr05GlFXAUkrQAGbOq54kok9N +UGxvZQKBgQCGr0rGnCBmKYDUkqZm9FXPDcYWtbiud9zlsaW+xk3UR0fFHuGlK6rW +nxV9k5OOJsZL9MUZ4sy8Ob62ToxB23T+02E0QOgzN4tQjqHOUkMO5C/ErT8jFuhY +J9H1SW5VOZxxMW5VP+iOXmieAJ94CbjRSI26MGsE+6aeK3SsmSCGYg== +-----END RSA PRIVATE KEY----- \ No newline at end of file diff --git a/pywidevine/cdm/formats/__init__.py b/pywidevine/cdm/formats/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pywidevine/cdm/formats/wv_proto2.proto b/pywidevine/cdm/formats/wv_proto2.proto new file mode 100644 index 0000000..04c9809 --- /dev/null +++ b/pywidevine/cdm/formats/wv_proto2.proto @@ -0,0 +1,466 @@ +syntax = "proto2"; + +// from x86 (partial), most of it from the ARM version: +message ClientIdentification { + enum TokenType { + KEYBOX = 0; + DEVICE_CERTIFICATE = 1; + REMOTE_ATTESTATION_CERTIFICATE = 2; + } + message NameValue { + required string Name = 1; + required string Value = 2; + } + message ClientCapabilities { + enum HdcpVersion { + HDCP_NONE = 0; + HDCP_V1 = 1; + HDCP_V2 = 2; + HDCP_V2_1 = 3; + HDCP_V2_2 = 4; + } + optional uint32 ClientToken = 1; + optional uint32 SessionToken = 2; + optional uint32 VideoResolutionConstraints = 3; + optional HdcpVersion MaxHdcpVersion = 4; + optional uint32 OemCryptoApiVersion = 5; + } + required TokenType Type = 1; + //optional bytes Token = 2; // by default the client treats this as blob, but it's usually a DeviceCertificate, so for usefulness sake, I'm replacing it with this one: + optional SignedDeviceCertificate Token = 2; // use this when parsing, "bytes" when building a client id blob + repeated NameValue ClientInfo = 3; + optional bytes ProviderClientToken = 4; + optional uint32 LicenseCounter = 5; + optional ClientCapabilities _ClientCapabilities = 6; // how should we deal with duped names? will have to look at proto docs later + optional FileHashes _FileHashes = 7; // vmp blob goes here +} + +message DeviceCertificate { + enum CertificateType { + ROOT = 0; + INTERMEDIATE = 1; + USER_DEVICE = 2; + SERVICE = 3; + } + required CertificateType Type = 1; // the compiled code reused this as ProvisionedDeviceInfo.WvSecurityLevel, however that is incorrect (compiler aliased it as they're both identical as a structure) + optional bytes SerialNumber = 2; + optional uint32 CreationTimeSeconds = 3; + optional bytes PublicKey = 4; + optional uint32 SystemId = 5; + optional uint32 TestDeviceDeprecated = 6; // is it bool or int? + optional bytes ServiceId = 7; // service URL for service certificates +} + +// missing some references, +message DeviceCertificateStatus { + enum CertificateStatus { + VALID = 0; + REVOKED = 1; + } + optional bytes SerialNumber = 1; + optional CertificateStatus Status = 2; + optional ProvisionedDeviceInfo DeviceInfo = 4; // where is 3? is it deprecated? +} + +message DeviceCertificateStatusList { + optional uint32 CreationTimeSeconds = 1; + repeated DeviceCertificateStatus CertificateStatus = 2; +} + +message EncryptedClientIdentification { + required string ServiceId = 1; + optional bytes ServiceCertificateSerialNumber = 2; + required bytes EncryptedClientId = 3; + required bytes EncryptedClientIdIv = 4; + required bytes EncryptedPrivacyKey = 5; +} + +// todo: fill (for this top-level type, it might be impossible/difficult) +enum LicenseType { + ZERO = 0; + DEFAULT = 1; // 1 is STREAMING/temporary license; on recent versions may go up to 3 (latest x86); it might be persist/don't persist type, unconfirmed + OFFLINE = 2; +} + +// todo: fill (for this top-level type, it might be impossible/difficult) +// this is just a guess because these globals got lost, but really, do we need more? +enum ProtocolVersion { + CURRENT = 21; // don't have symbols for this +} + + +message LicenseIdentification { + optional bytes RequestId = 1; + optional bytes SessionId = 2; + optional bytes PurchaseId = 3; + optional LicenseType Type = 4; + optional uint32 Version = 5; + optional bytes ProviderSessionToken = 6; +} + + +message License { + message Policy { + optional bool CanPlay = 1; // changed from uint32 to bool + optional bool CanPersist = 2; + optional bool CanRenew = 3; + optional uint32 RentalDurationSeconds = 4; + optional uint32 PlaybackDurationSeconds = 5; + optional uint32 LicenseDurationSeconds = 6; + optional uint32 RenewalRecoveryDurationSeconds = 7; + optional string RenewalServerUrl = 8; + optional uint32 RenewalDelaySeconds = 9; + optional uint32 RenewalRetryIntervalSeconds = 10; + optional bool RenewWithUsage = 11; // was uint32 + } + message KeyContainer { + enum KeyType { + SIGNING = 1; + CONTENT = 2; + KEY_CONTROL = 3; + OPERATOR_SESSION = 4; + } + enum SecurityLevel { + SW_SECURE_CRYPTO = 1; + SW_SECURE_DECODE = 2; + HW_SECURE_CRYPTO = 3; + HW_SECURE_DECODE = 4; + HW_SECURE_ALL = 5; + } + message OutputProtection { + enum CGMS { + COPY_FREE = 0; + COPY_ONCE = 2; + COPY_NEVER = 3; + CGMS_NONE = 0x2A; // PC default! + } + optional ClientIdentification.ClientCapabilities.HdcpVersion Hdcp = 1; // it's most likely a copy of Hdcp version available here, but compiler optimized it away + optional CGMS CgmsFlags = 2; + } + message KeyControl { + required bytes KeyControlBlock = 1; // what is this? + required bytes Iv = 2; + } + message OperatorSessionKeyPermissions { + optional uint32 AllowEncrypt = 1; + optional uint32 AllowDecrypt = 2; + optional uint32 AllowSign = 3; + optional uint32 AllowSignatureVerify = 4; + } + message VideoResolutionConstraint { + optional uint32 MinResolutionPixels = 1; + optional uint32 MaxResolutionPixels = 2; + optional OutputProtection RequiredProtection = 3; + } + optional bytes Id = 1; + optional bytes Iv = 2; + optional bytes Key = 3; + optional KeyType Type = 4; + optional SecurityLevel Level = 5; + optional OutputProtection RequiredProtection = 6; + optional OutputProtection RequestedProtection = 7; + optional KeyControl _KeyControl = 8; // duped names, etc + optional OperatorSessionKeyPermissions _OperatorSessionKeyPermissions = 9; // duped names, etc + repeated VideoResolutionConstraint VideoResolutionConstraints = 10; + } + optional LicenseIdentification Id = 1; + optional Policy _Policy = 2; // duped names, etc + repeated KeyContainer Key = 3; + optional uint32 LicenseStartTime = 4; + optional uint32 RemoteAttestationVerified = 5; // bool? + optional bytes ProviderClientToken = 6; + // there might be more, check with newer versions (I see field 7-8 in a lic) + // this appeared in latest x86: + optional uint32 ProtectionScheme = 7; // type unconfirmed fully, but it's likely as WidevineCencHeader describesit (fourcc) +} + +message LicenseError { + enum Error { + INVALID_DEVICE_CERTIFICATE = 1; + REVOKED_DEVICE_CERTIFICATE = 2; + SERVICE_UNAVAILABLE = 3; + } + //LicenseRequest.RequestType ErrorCode; // clang mismatch + optional Error ErrorCode = 1; +} + +message LicenseRequest { + message ContentIdentification { + message CENC { + //optional bytes Pssh = 1; // the client's definition is opaque, it doesn't care about the contents, but the PSSH has a clear definition that is understood and requested by the server, thus I'll replace it with: + optional WidevineCencHeader Pssh = 1; + optional LicenseType LicenseType = 2; // unfortunately the LicenseType symbols are not present, acceptable value seems to only be 1 (is this persist/don't persist? look into it!) + optional bytes RequestId = 3; + } + message WebM { + optional bytes Header = 1; // identical to CENC, aside from PSSH and the parent field number used + optional LicenseType LicenseType = 2; + optional bytes RequestId = 3; + } + message ExistingLicense { + optional LicenseIdentification LicenseId = 1; + optional uint32 SecondsSinceStarted = 2; + optional uint32 SecondsSinceLastPlayed = 3; + optional bytes SessionUsageTableEntry = 4; // interesting! try to figure out the connection between the usage table blob and KCB! + } + optional CENC CencId = 1; + optional WebM WebmId = 2; + optional ExistingLicense License = 3; + } + enum RequestType { + NEW = 1; + RENEWAL = 2; + RELEASE = 3; + } + optional ClientIdentification ClientId = 1; + optional ContentIdentification ContentId = 2; + optional RequestType Type = 3; + optional uint32 RequestTime = 4; + optional bytes KeyControlNonceDeprecated = 5; + optional ProtocolVersion ProtocolVersion = 6; // lacking symbols for this + optional uint32 KeyControlNonce = 7; + optional EncryptedClientIdentification EncryptedClientId = 8; +} + +// raw pssh hack +message LicenseRequestRaw { + message ContentIdentification { + message CENC { + optional bytes Pssh = 1; // the client's definition is opaque, it doesn't care about the contents, but the PSSH has a clear definition that is understood and requested by the server, thus I'll replace it with: + //optional WidevineCencHeader Pssh = 1; + optional LicenseType LicenseType = 2; // unfortunately the LicenseType symbols are not present, acceptable value seems to only be 1 (is this persist/don't persist? look into it!) + optional bytes RequestId = 3; + } + message WebM { + optional bytes Header = 1; // identical to CENC, aside from PSSH and the parent field number used + optional LicenseType LicenseType = 2; + optional bytes RequestId = 3; + } + message ExistingLicense { + optional LicenseIdentification LicenseId = 1; + optional uint32 SecondsSinceStarted = 2; + optional uint32 SecondsSinceLastPlayed = 3; + optional bytes SessionUsageTableEntry = 4; // interesting! try to figure out the connection between the usage table blob and KCB! + } + optional CENC CencId = 1; + optional WebM WebmId = 2; + optional ExistingLicense License = 3; + } + enum RequestType { + NEW = 1; + RENEWAL = 2; + RELEASE = 3; + } + optional ClientIdentification ClientId = 1; + optional ContentIdentification ContentId = 2; + optional RequestType Type = 3; + optional uint32 RequestTime = 4; + optional bytes KeyControlNonceDeprecated = 5; + optional ProtocolVersion ProtocolVersion = 6; // lacking symbols for this + optional uint32 KeyControlNonce = 7; + optional EncryptedClientIdentification EncryptedClientId = 8; +} + + +message ProvisionedDeviceInfo { + enum WvSecurityLevel { + LEVEL_UNSPECIFIED = 0; + LEVEL_1 = 1; + LEVEL_2 = 2; + LEVEL_3 = 3; + } + optional uint32 SystemId = 1; + optional string Soc = 2; + optional string Manufacturer = 3; + optional string Model = 4; + optional string DeviceType = 5; + optional uint32 ModelYear = 6; + optional WvSecurityLevel SecurityLevel = 7; + optional uint32 TestDevice = 8; // bool? +} + + +// todo: fill +message ProvisioningOptions { +} + +// todo: fill +message ProvisioningRequest { +} + +// todo: fill +message ProvisioningResponse { +} + +message RemoteAttestation { + optional EncryptedClientIdentification Certificate = 1; + optional string Salt = 2; + optional string Signature = 3; +} + +// todo: fill +message SessionInit { +} + +// todo: fill +message SessionState { +} + +// todo: fill +message SignedCertificateStatusList { +} + +message SignedDeviceCertificate { + + //optional bytes DeviceCertificate = 1; // again, they use a buffer where it's supposed to be a message, so we'll replace it with what it really is: + optional DeviceCertificate _DeviceCertificate = 1; // how should we deal with duped names? will have to look at proto docs later + optional bytes Signature = 2; + optional SignedDeviceCertificate Signer = 3; +} + + +// todo: fill +message SignedProvisioningMessage { +} + +// the root of all messages, from either server or client +message SignedMessage { + enum MessageType { + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + optional MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + optional bytes Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + optional bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + optional bytes SessionKey = 4; // often RSA wrapped for licenses + optional RemoteAttestation RemoteAttestation = 5; +} + + + +// This message is copied from google's docs, not reversed: +message WidevineCencHeader { + enum Algorithm { + UNENCRYPTED = 0; + AESCTR = 1; + }; + optional Algorithm algorithm = 1; + repeated bytes key_id = 2; + + // Content provider name. + optional string provider = 3; + + // A content identifier, specified by content provider. + optional bytes content_id = 4; + + // Track type. Acceptable values are SD, HD and AUDIO. Used to + // differentiate content keys used by an asset. + optional string track_type_deprecated = 5; + + // The name of a registered policy to be used for this asset. + optional string policy = 6; + + // Crypto period index, for media using key rotation. + optional uint32 crypto_period_index = 7; + + // Optional protected context for group content. The grouped_license is a + // serialized SignedMessage. + optional bytes grouped_license = 8; + + // Protection scheme identifying the encryption algorithm. + // Represented as one of the following 4CC values: + // 'cenc' (AESCTR), 'cbc1' (AESCBC), + // 'cens' (AESCTR subsample), 'cbcs' (AESCBC subsample). + optional uint32 protection_scheme = 9; + + // Optional. For media using key rotation, this represents the duration + // of each crypto period in seconds. + optional uint32 crypto_period_seconds = 10; +} + + +// remove these when using it outside of protoc: + +// from here on, it's just for testing, these messages don't exist in the binaries, I'm adding them to avoid detecting type programmatically +message SignedLicenseRequest { + enum MessageType { + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + optional MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + optional LicenseRequest Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + optional bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + optional bytes SessionKey = 4; // often RSA wrapped for licenses + optional RemoteAttestation RemoteAttestation = 5; +} + +// hack +message SignedLicenseRequestRaw { + enum MessageType { + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + optional MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + optional LicenseRequestRaw Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + optional bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + optional bytes SessionKey = 4; // often RSA wrapped for licenses + optional RemoteAttestation RemoteAttestation = 5; +} + + +message SignedLicense { + enum MessageType { + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + optional MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + optional License Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + optional bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + optional bytes SessionKey = 4; // often RSA wrapped for licenses + optional RemoteAttestation RemoteAttestation = 5; +} + +message SignedServiceCertificate { + enum MessageType { + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + optional MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + optional SignedDeviceCertificate Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + optional bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + optional bytes SessionKey = 4; // often RSA wrapped for licenses + optional RemoteAttestation RemoteAttestation = 5; +} + +//vmp support +message FileHashes { + message Signature { + optional string filename = 1; + optional bool test_signing = 2; //0 - release, 1 - testing + optional bytes SHA512Hash = 3; + optional bool main_exe = 4; //0 for dlls, 1 for exe, this is field 3 in file + optional bytes signature = 5; + } + optional bytes signer = 1; + repeated Signature signatures = 2; +} diff --git a/pywidevine/cdm/formats/wv_proto2_pb2.py b/pywidevine/cdm/formats/wv_proto2_pb2.py new file mode 100644 index 0000000..4c2a6d1 --- /dev/null +++ b/pywidevine/cdm/formats/wv_proto2_pb2.py @@ -0,0 +1,3324 @@ +# Generated by the protocol buffer compiler. DO NOT EDIT! +# source: pywidevine/cdm/formats/wv_proto2.proto + +import sys +_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +from google.protobuf.internal import enum_type_wrapper +from google.protobuf import descriptor as _descriptor +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection +from google.protobuf import symbol_database as _symbol_database +from google.protobuf import descriptor_pb2 +# @@protoc_insertion_point(imports) + +_sym_db = _symbol_database.Default() + + + + +DESCRIPTOR = _descriptor.FileDescriptor( + name='pywidevine/cdm/formats/wv_proto2.proto', + package='', + syntax='proto2', + serialized_pb=_b('\n&pywidevine/cdm/formats/wv_proto2.proto\"\xe7\x05\n\x14\x43lientIdentification\x12-\n\x04Type\x18\x01 \x02(\x0e\x32\x1f.ClientIdentification.TokenType\x12\'\n\x05Token\x18\x02 \x01(\x0b\x32\x18.SignedDeviceCertificate\x12\x33\n\nClientInfo\x18\x03 \x03(\x0b\x32\x1f.ClientIdentification.NameValue\x12\x1b\n\x13ProviderClientToken\x18\x04 \x01(\x0c\x12\x16\n\x0eLicenseCounter\x18\x05 \x01(\r\x12\x45\n\x13_ClientCapabilities\x18\x06 \x01(\x0b\x32(.ClientIdentification.ClientCapabilities\x12 \n\x0b_FileHashes\x18\x07 \x01(\x0b\x32\x0b.FileHashes\x1a(\n\tNameValue\x12\x0c\n\x04Name\x18\x01 \x02(\t\x12\r\n\x05Value\x18\x02 \x02(\t\x1a\xa4\x02\n\x12\x43lientCapabilities\x12\x13\n\x0b\x43lientToken\x18\x01 \x01(\r\x12\x14\n\x0cSessionToken\x18\x02 \x01(\r\x12\"\n\x1aVideoResolutionConstraints\x18\x03 \x01(\r\x12L\n\x0eMaxHdcpVersion\x18\x04 \x01(\x0e\x32\x34.ClientIdentification.ClientCapabilities.HdcpVersion\x12\x1b\n\x13OemCryptoApiVersion\x18\x05 \x01(\r\"T\n\x0bHdcpVersion\x12\r\n\tHDCP_NONE\x10\x00\x12\x0b\n\x07HDCP_V1\x10\x01\x12\x0b\n\x07HDCP_V2\x10\x02\x12\r\n\tHDCP_V2_1\x10\x03\x12\r\n\tHDCP_V2_2\x10\x04\"S\n\tTokenType\x12\n\n\x06KEYBOX\x10\x00\x12\x16\n\x12\x44\x45VICE_CERTIFICATE\x10\x01\x12\"\n\x1eREMOTE_ATTESTATION_CERTIFICATE\x10\x02\"\x9b\x02\n\x11\x44\x65viceCertificate\x12\x30\n\x04Type\x18\x01 \x02(\x0e\x32\".DeviceCertificate.CertificateType\x12\x14\n\x0cSerialNumber\x18\x02 \x01(\x0c\x12\x1b\n\x13\x43reationTimeSeconds\x18\x03 \x01(\r\x12\x11\n\tPublicKey\x18\x04 \x01(\x0c\x12\x10\n\x08SystemId\x18\x05 \x01(\r\x12\x1c\n\x14TestDeviceDeprecated\x18\x06 \x01(\r\x12\x11\n\tServiceId\x18\x07 \x01(\x0c\"K\n\x0f\x43\x65rtificateType\x12\x08\n\x04ROOT\x10\x00\x12\x10\n\x0cINTERMEDIATE\x10\x01\x12\x0f\n\x0bUSER_DEVICE\x10\x02\x12\x0b\n\x07SERVICE\x10\x03\"\xc4\x01\n\x17\x44\x65viceCertificateStatus\x12\x14\n\x0cSerialNumber\x18\x01 \x01(\x0c\x12:\n\x06Status\x18\x02 \x01(\x0e\x32*.DeviceCertificateStatus.CertificateStatus\x12*\n\nDeviceInfo\x18\x04 \x01(\x0b\x32\x16.ProvisionedDeviceInfo\"+\n\x11\x43\x65rtificateStatus\x12\t\n\x05VALID\x10\x00\x12\x0b\n\x07REVOKED\x10\x01\"o\n\x1b\x44\x65viceCertificateStatusList\x12\x1b\n\x13\x43reationTimeSeconds\x18\x01 \x01(\r\x12\x33\n\x11\x43\x65rtificateStatus\x18\x02 \x03(\x0b\x32\x18.DeviceCertificateStatus\"\xaf\x01\n\x1d\x45ncryptedClientIdentification\x12\x11\n\tServiceId\x18\x01 \x02(\t\x12&\n\x1eServiceCertificateSerialNumber\x18\x02 \x01(\x0c\x12\x19\n\x11\x45ncryptedClientId\x18\x03 \x02(\x0c\x12\x1b\n\x13\x45ncryptedClientIdIv\x18\x04 \x02(\x0c\x12\x1b\n\x13\x45ncryptedPrivacyKey\x18\x05 \x02(\x0c\"\x9c\x01\n\x15LicenseIdentification\x12\x11\n\tRequestId\x18\x01 \x01(\x0c\x12\x11\n\tSessionId\x18\x02 \x01(\x0c\x12\x12\n\nPurchaseId\x18\x03 \x01(\x0c\x12\x1a\n\x04Type\x18\x04 \x01(\x0e\x32\x0c.LicenseType\x12\x0f\n\x07Version\x18\x05 \x01(\r\x12\x1c\n\x14ProviderSessionToken\x18\x06 \x01(\x0c\"\xa1\x0e\n\x07License\x12\"\n\x02Id\x18\x01 \x01(\x0b\x32\x16.LicenseIdentification\x12 \n\x07_Policy\x18\x02 \x01(\x0b\x32\x0f.License.Policy\x12\"\n\x03Key\x18\x03 \x03(\x0b\x32\x15.License.KeyContainer\x12\x18\n\x10LicenseStartTime\x18\x04 \x01(\r\x12!\n\x19RemoteAttestationVerified\x18\x05 \x01(\r\x12\x1b\n\x13ProviderClientToken\x18\x06 \x01(\x0c\x12\x18\n\x10ProtectionScheme\x18\x07 \x01(\r\x1a\xbb\x02\n\x06Policy\x12\x0f\n\x07\x43\x61nPlay\x18\x01 \x01(\x08\x12\x12\n\nCanPersist\x18\x02 \x01(\x08\x12\x10\n\x08\x43\x61nRenew\x18\x03 \x01(\x08\x12\x1d\n\x15RentalDurationSeconds\x18\x04 \x01(\r\x12\x1f\n\x17PlaybackDurationSeconds\x18\x05 \x01(\r\x12\x1e\n\x16LicenseDurationSeconds\x18\x06 \x01(\r\x12&\n\x1eRenewalRecoveryDurationSeconds\x18\x07 \x01(\r\x12\x18\n\x10RenewalServerUrl\x18\x08 \x01(\t\x12\x1b\n\x13RenewalDelaySeconds\x18\t \x01(\r\x12#\n\x1bRenewalRetryIntervalSeconds\x18\n \x01(\r\x12\x16\n\x0eRenewWithUsage\x18\x0b \x01(\x08\x1a\xf9\t\n\x0cKeyContainer\x12\n\n\x02Id\x18\x01 \x01(\x0c\x12\n\n\x02Iv\x18\x02 \x01(\x0c\x12\x0b\n\x03Key\x18\x03 \x01(\x0c\x12+\n\x04Type\x18\x04 \x01(\x0e\x32\x1d.License.KeyContainer.KeyType\x12\x32\n\x05Level\x18\x05 \x01(\x0e\x32#.License.KeyContainer.SecurityLevel\x12\x42\n\x12RequiredProtection\x18\x06 \x01(\x0b\x32&.License.KeyContainer.OutputProtection\x12\x43\n\x13RequestedProtection\x18\x07 \x01(\x0b\x32&.License.KeyContainer.OutputProtection\x12\x35\n\x0b_KeyControl\x18\x08 \x01(\x0b\x32 .License.KeyContainer.KeyControl\x12[\n\x1e_OperatorSessionKeyPermissions\x18\t \x01(\x0b\x32\x33.License.KeyContainer.OperatorSessionKeyPermissions\x12S\n\x1aVideoResolutionConstraints\x18\n \x03(\x0b\x32/.License.KeyContainer.VideoResolutionConstraint\x1a\xdb\x01\n\x10OutputProtection\x12\x42\n\x04Hdcp\x18\x01 \x01(\x0e\x32\x34.ClientIdentification.ClientCapabilities.HdcpVersion\x12>\n\tCgmsFlags\x18\x02 \x01(\x0e\x32+.License.KeyContainer.OutputProtection.CGMS\"C\n\x04\x43GMS\x12\r\n\tCOPY_FREE\x10\x00\x12\r\n\tCOPY_ONCE\x10\x02\x12\x0e\n\nCOPY_NEVER\x10\x03\x12\r\n\tCGMS_NONE\x10*\x1a\x31\n\nKeyControl\x12\x17\n\x0fKeyControlBlock\x18\x01 \x02(\x0c\x12\n\n\x02Iv\x18\x02 \x02(\x0c\x1a|\n\x1dOperatorSessionKeyPermissions\x12\x14\n\x0c\x41llowEncrypt\x18\x01 \x01(\r\x12\x14\n\x0c\x41llowDecrypt\x18\x02 \x01(\r\x12\x11\n\tAllowSign\x18\x03 \x01(\r\x12\x1c\n\x14\x41llowSignatureVerify\x18\x04 \x01(\r\x1a\x99\x01\n\x19VideoResolutionConstraint\x12\x1b\n\x13MinResolutionPixels\x18\x01 \x01(\r\x12\x1b\n\x13MaxResolutionPixels\x18\x02 \x01(\r\x12\x42\n\x12RequiredProtection\x18\x03 \x01(\x0b\x32&.License.KeyContainer.OutputProtection\"J\n\x07KeyType\x12\x0b\n\x07SIGNING\x10\x01\x12\x0b\n\x07\x43ONTENT\x10\x02\x12\x0f\n\x0bKEY_CONTROL\x10\x03\x12\x14\n\x10OPERATOR_SESSION\x10\x04\"z\n\rSecurityLevel\x12\x14\n\x10SW_SECURE_CRYPTO\x10\x01\x12\x14\n\x10SW_SECURE_DECODE\x10\x02\x12\x14\n\x10HW_SECURE_CRYPTO\x10\x03\x12\x14\n\x10HW_SECURE_DECODE\x10\x04\x12\x11\n\rHW_SECURE_ALL\x10\x05\"\x98\x01\n\x0cLicenseError\x12&\n\tErrorCode\x18\x01 \x01(\x0e\x32\x13.LicenseError.Error\"`\n\x05\x45rror\x12\x1e\n\x1aINVALID_DEVICE_CERTIFICATE\x10\x01\x12\x1e\n\x1aREVOKED_DEVICE_CERTIFICATE\x10\x02\x12\x17\n\x13SERVICE_UNAVAILABLE\x10\x03\"\xac\x07\n\x0eLicenseRequest\x12\'\n\x08\x43lientId\x18\x01 \x01(\x0b\x32\x15.ClientIdentification\x12\x38\n\tContentId\x18\x02 \x01(\x0b\x32%.LicenseRequest.ContentIdentification\x12)\n\x04Type\x18\x03 \x01(\x0e\x32\x1b.LicenseRequest.RequestType\x12\x13\n\x0bRequestTime\x18\x04 \x01(\r\x12!\n\x19KeyControlNonceDeprecated\x18\x05 \x01(\x0c\x12)\n\x0fProtocolVersion\x18\x06 \x01(\x0e\x32\x10.ProtocolVersion\x12\x17\n\x0fKeyControlNonce\x18\x07 \x01(\r\x12\x39\n\x11\x45ncryptedClientId\x18\x08 \x01(\x0b\x32\x1e.EncryptedClientIdentification\x1a\xa2\x04\n\x15\x43ontentIdentification\x12:\n\x06\x43\x65ncId\x18\x01 \x01(\x0b\x32*.LicenseRequest.ContentIdentification.CENC\x12:\n\x06WebmId\x18\x02 \x01(\x0b\x32*.LicenseRequest.ContentIdentification.WebM\x12\x46\n\x07License\x18\x03 \x01(\x0b\x32\x35.LicenseRequest.ContentIdentification.ExistingLicense\x1a_\n\x04\x43\x45NC\x12!\n\x04Pssh\x18\x01 \x01(\x0b\x32\x13.WidevineCencHeader\x12!\n\x0bLicenseType\x18\x02 \x01(\x0e\x32\x0c.LicenseType\x12\x11\n\tRequestId\x18\x03 \x01(\x0c\x1aL\n\x04WebM\x12\x0e\n\x06Header\x18\x01 \x01(\x0c\x12!\n\x0bLicenseType\x18\x02 \x01(\x0e\x32\x0c.LicenseType\x12\x11\n\tRequestId\x18\x03 \x01(\x0c\x1a\x99\x01\n\x0f\x45xistingLicense\x12)\n\tLicenseId\x18\x01 \x01(\x0b\x32\x16.LicenseIdentification\x12\x1b\n\x13SecondsSinceStarted\x18\x02 \x01(\r\x12\x1e\n\x16SecondsSinceLastPlayed\x18\x03 \x01(\r\x12\x1e\n\x16SessionUsageTableEntry\x18\x04 \x01(\x0c\"0\n\x0bRequestType\x12\x07\n\x03NEW\x10\x01\x12\x0b\n\x07RENEWAL\x10\x02\x12\x0b\n\x07RELEASE\x10\x03\"\xa9\x07\n\x11LicenseRequestRaw\x12\'\n\x08\x43lientId\x18\x01 \x01(\x0b\x32\x15.ClientIdentification\x12;\n\tContentId\x18\x02 \x01(\x0b\x32(.LicenseRequestRaw.ContentIdentification\x12,\n\x04Type\x18\x03 \x01(\x0e\x32\x1e.LicenseRequestRaw.RequestType\x12\x13\n\x0bRequestTime\x18\x04 \x01(\r\x12!\n\x19KeyControlNonceDeprecated\x18\x05 \x01(\x0c\x12)\n\x0fProtocolVersion\x18\x06 \x01(\x0e\x32\x10.ProtocolVersion\x12\x17\n\x0fKeyControlNonce\x18\x07 \x01(\r\x12\x39\n\x11\x45ncryptedClientId\x18\x08 \x01(\x0b\x32\x1e.EncryptedClientIdentification\x1a\x96\x04\n\x15\x43ontentIdentification\x12=\n\x06\x43\x65ncId\x18\x01 \x01(\x0b\x32-.LicenseRequestRaw.ContentIdentification.CENC\x12=\n\x06WebmId\x18\x02 \x01(\x0b\x32-.LicenseRequestRaw.ContentIdentification.WebM\x12I\n\x07License\x18\x03 \x01(\x0b\x32\x38.LicenseRequestRaw.ContentIdentification.ExistingLicense\x1aJ\n\x04\x43\x45NC\x12\x0c\n\x04Pssh\x18\x01 \x01(\x0c\x12!\n\x0bLicenseType\x18\x02 \x01(\x0e\x32\x0c.LicenseType\x12\x11\n\tRequestId\x18\x03 \x01(\x0c\x1aL\n\x04WebM\x12\x0e\n\x06Header\x18\x01 \x01(\x0c\x12!\n\x0bLicenseType\x18\x02 \x01(\x0e\x32\x0c.LicenseType\x12\x11\n\tRequestId\x18\x03 \x01(\x0c\x1a\x99\x01\n\x0f\x45xistingLicense\x12)\n\tLicenseId\x18\x01 \x01(\x0b\x32\x16.LicenseIdentification\x12\x1b\n\x13SecondsSinceStarted\x18\x02 \x01(\r\x12\x1e\n\x16SecondsSinceLastPlayed\x18\x03 \x01(\r\x12\x1e\n\x16SessionUsageTableEntry\x18\x04 \x01(\x0c\"0\n\x0bRequestType\x12\x07\n\x03NEW\x10\x01\x12\x0b\n\x07RENEWAL\x10\x02\x12\x0b\n\x07RELEASE\x10\x03\"\xa6\x02\n\x15ProvisionedDeviceInfo\x12\x10\n\x08SystemId\x18\x01 \x01(\r\x12\x0b\n\x03Soc\x18\x02 \x01(\t\x12\x14\n\x0cManufacturer\x18\x03 \x01(\t\x12\r\n\x05Model\x18\x04 \x01(\t\x12\x12\n\nDeviceType\x18\x05 \x01(\t\x12\x11\n\tModelYear\x18\x06 \x01(\r\x12=\n\rSecurityLevel\x18\x07 \x01(\x0e\x32&.ProvisionedDeviceInfo.WvSecurityLevel\x12\x12\n\nTestDevice\x18\x08 \x01(\r\"O\n\x0fWvSecurityLevel\x12\x15\n\x11LEVEL_UNSPECIFIED\x10\x00\x12\x0b\n\x07LEVEL_1\x10\x01\x12\x0b\n\x07LEVEL_2\x10\x02\x12\x0b\n\x07LEVEL_3\x10\x03\"\x15\n\x13ProvisioningOptions\"\x15\n\x13ProvisioningRequest\"\x16\n\x14ProvisioningResponse\"i\n\x11RemoteAttestation\x12\x33\n\x0b\x43\x65rtificate\x18\x01 \x01(\x0b\x32\x1e.EncryptedClientIdentification\x12\x0c\n\x04Salt\x18\x02 \x01(\t\x12\x11\n\tSignature\x18\x03 \x01(\t\"\r\n\x0bSessionInit\"\x0e\n\x0cSessionState\"\x1d\n\x1bSignedCertificateStatusList\"\x86\x01\n\x17SignedDeviceCertificate\x12.\n\x12_DeviceCertificate\x18\x01 \x01(\x0b\x32\x12.DeviceCertificate\x12\x11\n\tSignature\x18\x02 \x01(\x0c\x12(\n\x06Signer\x18\x03 \x01(\x0b\x32\x18.SignedDeviceCertificate\"\x1b\n\x19SignedProvisioningMessage\"\x9b\x02\n\rSignedMessage\x12(\n\x04Type\x18\x01 \x01(\x0e\x32\x1a.SignedMessage.MessageType\x12\x0b\n\x03Msg\x18\x02 \x01(\x0c\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"}\n\x0bMessageType\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xc5\x02\n\x12WidevineCencHeader\x12\x30\n\talgorithm\x18\x01 \x01(\x0e\x32\x1d.WidevineCencHeader.Algorithm\x12\x0e\n\x06key_id\x18\x02 \x03(\x0c\x12\x10\n\x08provider\x18\x03 \x01(\t\x12\x12\n\ncontent_id\x18\x04 \x01(\x0c\x12\x1d\n\x15track_type_deprecated\x18\x05 \x01(\t\x12\x0e\n\x06policy\x18\x06 \x01(\t\x12\x1b\n\x13\x63rypto_period_index\x18\x07 \x01(\r\x12\x17\n\x0fgrouped_license\x18\x08 \x01(\x0c\x12\x19\n\x11protection_scheme\x18\t \x01(\r\x12\x1d\n\x15\x63rypto_period_seconds\x18\n \x01(\r\"(\n\tAlgorithm\x12\x0f\n\x0bUNENCRYPTED\x10\x00\x12\n\n\x06\x41\x45SCTR\x10\x01\"\xba\x02\n\x14SignedLicenseRequest\x12/\n\x04Type\x18\x01 \x01(\x0e\x32!.SignedLicenseRequest.MessageType\x12\x1c\n\x03Msg\x18\x02 \x01(\x0b\x32\x0f.LicenseRequest\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"}\n\x0bMessageType\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xc3\x02\n\x17SignedLicenseRequestRaw\x12\x32\n\x04Type\x18\x01 \x01(\x0e\x32$.SignedLicenseRequestRaw.MessageType\x12\x1f\n\x03Msg\x18\x02 \x01(\x0b\x32\x12.LicenseRequestRaw\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"}\n\x0bMessageType\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xa5\x02\n\rSignedLicense\x12(\n\x04Type\x18\x01 \x01(\x0e\x32\x1a.SignedLicense.MessageType\x12\x15\n\x03Msg\x18\x02 \x01(\x0b\x32\x08.License\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"}\n\x0bMessageType\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xcb\x02\n\x18SignedServiceCertificate\x12\x33\n\x04Type\x18\x01 \x01(\x0e\x32%.SignedServiceCertificate.MessageType\x12%\n\x03Msg\x18\x02 \x01(\x0b\x32\x18.SignedDeviceCertificate\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"}\n\x0bMessageType\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xb5\x01\n\nFileHashes\x12\x0e\n\x06signer\x18\x01 \x01(\x0c\x12)\n\nsignatures\x18\x02 \x03(\x0b\x32\x15.FileHashes.Signature\x1al\n\tSignature\x12\x10\n\x08\x66ilename\x18\x01 \x01(\t\x12\x14\n\x0ctest_signing\x18\x02 \x01(\x08\x12\x12\n\nSHA512Hash\x18\x03 \x01(\x0c\x12\x10\n\x08main_exe\x18\x04 \x01(\x08\x12\x11\n\tsignature\x18\x05 \x01(\x0c*1\n\x0bLicenseType\x12\x08\n\x04ZERO\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\x0b\n\x07OFFLINE\x10\x02*\x1e\n\x0fProtocolVersion\x12\x0b\n\x07\x43URRENT\x10\x15') +) +_sym_db.RegisterFileDescriptor(DESCRIPTOR) + +_LICENSETYPE = _descriptor.EnumDescriptor( + name='LicenseType', + full_name='LicenseType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='ZERO', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='DEFAULT', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='OFFLINE', index=2, number=2, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=8362, + serialized_end=8411, +) +_sym_db.RegisterEnumDescriptor(_LICENSETYPE) + +LicenseType = enum_type_wrapper.EnumTypeWrapper(_LICENSETYPE) +_PROTOCOLVERSION = _descriptor.EnumDescriptor( + name='ProtocolVersion', + full_name='ProtocolVersion', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='CURRENT', index=0, number=21, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=8413, + serialized_end=8443, +) +_sym_db.RegisterEnumDescriptor(_PROTOCOLVERSION) + +ProtocolVersion = enum_type_wrapper.EnumTypeWrapper(_PROTOCOLVERSION) +ZERO = 0 +DEFAULT = 1 +OFFLINE = 2 +CURRENT = 21 + + +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION = _descriptor.EnumDescriptor( + name='HdcpVersion', + full_name='ClientIdentification.ClientCapabilities.HdcpVersion', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='HDCP_NONE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V1', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V2', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V2_1', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V2_2', index=4, number=4, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=617, + serialized_end=701, +) +_sym_db.RegisterEnumDescriptor(_CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION) + +_CLIENTIDENTIFICATION_TOKENTYPE = _descriptor.EnumDescriptor( + name='TokenType', + full_name='ClientIdentification.TokenType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='KEYBOX', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='DEVICE_CERTIFICATE', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='REMOTE_ATTESTATION_CERTIFICATE', index=2, number=2, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=703, + serialized_end=786, +) +_sym_db.RegisterEnumDescriptor(_CLIENTIDENTIFICATION_TOKENTYPE) + +_DEVICECERTIFICATE_CERTIFICATETYPE = _descriptor.EnumDescriptor( + name='CertificateType', + full_name='DeviceCertificate.CertificateType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='ROOT', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='INTERMEDIATE', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='USER_DEVICE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE', index=3, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=997, + serialized_end=1072, +) +_sym_db.RegisterEnumDescriptor(_DEVICECERTIFICATE_CERTIFICATETYPE) + +_DEVICECERTIFICATESTATUS_CERTIFICATESTATUS = _descriptor.EnumDescriptor( + name='CertificateStatus', + full_name='DeviceCertificateStatus.CertificateStatus', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='VALID', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='REVOKED', index=1, number=1, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=1228, + serialized_end=1271, +) +_sym_db.RegisterEnumDescriptor(_DEVICECERTIFICATESTATUS_CERTIFICATESTATUS) + +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS = _descriptor.EnumDescriptor( + name='CGMS', + full_name='License.KeyContainer.OutputProtection.CGMS', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='COPY_FREE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='COPY_ONCE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='COPY_NEVER', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='CGMS_NONE', index=3, number=42, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=2949, + serialized_end=3016, +) +_sym_db.RegisterEnumDescriptor(_LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS) + +_LICENSE_KEYCONTAINER_KEYTYPE = _descriptor.EnumDescriptor( + name='KeyType', + full_name='License.KeyContainer.KeyType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='SIGNING', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='CONTENT', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='KEY_CONTROL', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='OPERATOR_SESSION', index=3, number=4, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=3351, + serialized_end=3425, +) +_sym_db.RegisterEnumDescriptor(_LICENSE_KEYCONTAINER_KEYTYPE) + +_LICENSE_KEYCONTAINER_SECURITYLEVEL = _descriptor.EnumDescriptor( + name='SecurityLevel', + full_name='License.KeyContainer.SecurityLevel', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='SW_SECURE_CRYPTO', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SW_SECURE_DECODE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HW_SECURE_CRYPTO', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HW_SECURE_DECODE', index=3, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HW_SECURE_ALL', index=4, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=3427, + serialized_end=3549, +) +_sym_db.RegisterEnumDescriptor(_LICENSE_KEYCONTAINER_SECURITYLEVEL) + +_LICENSEERROR_ERROR = _descriptor.EnumDescriptor( + name='Error', + full_name='LicenseError.Error', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='INVALID_DEVICE_CERTIFICATE', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='REVOKED_DEVICE_CERTIFICATE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_UNAVAILABLE', index=2, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=3608, + serialized_end=3704, +) +_sym_db.RegisterEnumDescriptor(_LICENSEERROR_ERROR) + +_LICENSEREQUEST_REQUESTTYPE = _descriptor.EnumDescriptor( + name='RequestType', + full_name='LicenseRequest.RequestType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='NEW', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='RENEWAL', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='RELEASE', index=2, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=4599, + serialized_end=4647, +) +_sym_db.RegisterEnumDescriptor(_LICENSEREQUEST_REQUESTTYPE) + +_LICENSEREQUESTRAW_REQUESTTYPE = _descriptor.EnumDescriptor( + name='RequestType', + full_name='LicenseRequestRaw.RequestType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='NEW', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='RENEWAL', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='RELEASE', index=2, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=4599, + serialized_end=4647, +) +_sym_db.RegisterEnumDescriptor(_LICENSEREQUESTRAW_REQUESTTYPE) + +_PROVISIONEDDEVICEINFO_WVSECURITYLEVEL = _descriptor.EnumDescriptor( + name='WvSecurityLevel', + full_name='ProvisionedDeviceInfo.WvSecurityLevel', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LEVEL_UNSPECIFIED', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LEVEL_1', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LEVEL_2', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LEVEL_3', index=3, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=5805, + serialized_end=5884, +) +_sym_db.RegisterEnumDescriptor(_PROVISIONEDDEVICEINFO_WVSECURITYLEVEL) + +_SIGNEDMESSAGE_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedMessage.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=3, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=4, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6450, + serialized_end=6575, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDMESSAGE_MESSAGETYPE) + +_WIDEVINECENCHEADER_ALGORITHM = _descriptor.EnumDescriptor( + name='Algorithm', + full_name='WidevineCencHeader.Algorithm', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='UNENCRYPTED', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='AESCTR', index=1, number=1, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6863, + serialized_end=6903, +) +_sym_db.RegisterEnumDescriptor(_WIDEVINECENCHEADER_ALGORITHM) + +_SIGNEDLICENSEREQUEST_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedLicenseRequest.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=3, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=4, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6450, + serialized_end=6575, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDLICENSEREQUEST_MESSAGETYPE) + +_SIGNEDLICENSEREQUESTRAW_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedLicenseRequestRaw.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=3, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=4, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6450, + serialized_end=6575, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDLICENSEREQUESTRAW_MESSAGETYPE) + +_SIGNEDLICENSE_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedLicense.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=3, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=4, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6450, + serialized_end=6575, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDLICENSE_MESSAGETYPE) + +_SIGNEDSERVICECERTIFICATE_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedServiceCertificate.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=0, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=3, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=4, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6450, + serialized_end=6575, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDSERVICECERTIFICATE_MESSAGETYPE) + + +_CLIENTIDENTIFICATION_NAMEVALUE = _descriptor.Descriptor( + name='NameValue', + full_name='ClientIdentification.NameValue', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Name', full_name='ClientIdentification.NameValue.Name', index=0, + number=1, type=9, cpp_type=9, label=2, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Value', full_name='ClientIdentification.NameValue.Value', index=1, + number=2, type=9, cpp_type=9, label=2, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=366, + serialized_end=406, +) + +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES = _descriptor.Descriptor( + name='ClientCapabilities', + full_name='ClientIdentification.ClientCapabilities', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ClientToken', full_name='ClientIdentification.ClientCapabilities.ClientToken', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionToken', full_name='ClientIdentification.ClientCapabilities.SessionToken', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='VideoResolutionConstraints', full_name='ClientIdentification.ClientCapabilities.VideoResolutionConstraints', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='MaxHdcpVersion', full_name='ClientIdentification.ClientCapabilities.MaxHdcpVersion', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='OemCryptoApiVersion', full_name='ClientIdentification.ClientCapabilities.OemCryptoApiVersion', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=409, + serialized_end=701, +) + +_CLIENTIDENTIFICATION = _descriptor.Descriptor( + name='ClientIdentification', + full_name='ClientIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='ClientIdentification.Type', index=0, + number=1, type=14, cpp_type=8, label=2, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Token', full_name='ClientIdentification.Token', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ClientInfo', full_name='ClientIdentification.ClientInfo', index=2, + number=3, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProviderClientToken', full_name='ClientIdentification.ProviderClientToken', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseCounter', full_name='ClientIdentification.LicenseCounter', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_ClientCapabilities', full_name='ClientIdentification._ClientCapabilities', index=5, + number=6, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_FileHashes', full_name='ClientIdentification._FileHashes', index=6, + number=7, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_CLIENTIDENTIFICATION_NAMEVALUE, _CLIENTIDENTIFICATION_CLIENTCAPABILITIES, ], + enum_types=[ + _CLIENTIDENTIFICATION_TOKENTYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=43, + serialized_end=786, +) + + +_DEVICECERTIFICATE = _descriptor.Descriptor( + name='DeviceCertificate', + full_name='DeviceCertificate', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='DeviceCertificate.Type', index=0, + number=1, type=14, cpp_type=8, label=2, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SerialNumber', full_name='DeviceCertificate.SerialNumber', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CreationTimeSeconds', full_name='DeviceCertificate.CreationTimeSeconds', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='PublicKey', full_name='DeviceCertificate.PublicKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SystemId', full_name='DeviceCertificate.SystemId', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='TestDeviceDeprecated', full_name='DeviceCertificate.TestDeviceDeprecated', index=5, + number=6, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ServiceId', full_name='DeviceCertificate.ServiceId', index=6, + number=7, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _DEVICECERTIFICATE_CERTIFICATETYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=789, + serialized_end=1072, +) + + +_DEVICECERTIFICATESTATUS = _descriptor.Descriptor( + name='DeviceCertificateStatus', + full_name='DeviceCertificateStatus', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='SerialNumber', full_name='DeviceCertificateStatus.SerialNumber', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Status', full_name='DeviceCertificateStatus.Status', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='DeviceInfo', full_name='DeviceCertificateStatus.DeviceInfo', index=2, + number=4, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _DEVICECERTIFICATESTATUS_CERTIFICATESTATUS, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1075, + serialized_end=1271, +) + + +_DEVICECERTIFICATESTATUSLIST = _descriptor.Descriptor( + name='DeviceCertificateStatusList', + full_name='DeviceCertificateStatusList', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CreationTimeSeconds', full_name='DeviceCertificateStatusList.CreationTimeSeconds', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CertificateStatus', full_name='DeviceCertificateStatusList.CertificateStatus', index=1, + number=2, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1273, + serialized_end=1384, +) + + +_ENCRYPTEDCLIENTIDENTIFICATION = _descriptor.Descriptor( + name='EncryptedClientIdentification', + full_name='EncryptedClientIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ServiceId', full_name='EncryptedClientIdentification.ServiceId', index=0, + number=1, type=9, cpp_type=9, label=2, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ServiceCertificateSerialNumber', full_name='EncryptedClientIdentification.ServiceCertificateSerialNumber', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientId', full_name='EncryptedClientIdentification.EncryptedClientId', index=2, + number=3, type=12, cpp_type=9, label=2, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientIdIv', full_name='EncryptedClientIdentification.EncryptedClientIdIv', index=3, + number=4, type=12, cpp_type=9, label=2, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedPrivacyKey', full_name='EncryptedClientIdentification.EncryptedPrivacyKey', index=4, + number=5, type=12, cpp_type=9, label=2, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1387, + serialized_end=1562, +) + + +_LICENSEIDENTIFICATION = _descriptor.Descriptor( + name='LicenseIdentification', + full_name='LicenseIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseIdentification.RequestId', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionId', full_name='LicenseIdentification.SessionId', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='PurchaseId', full_name='LicenseIdentification.PurchaseId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='LicenseIdentification.Type', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Version', full_name='LicenseIdentification.Version', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProviderSessionToken', full_name='LicenseIdentification.ProviderSessionToken', index=5, + number=6, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1565, + serialized_end=1721, +) + + +_LICENSE_POLICY = _descriptor.Descriptor( + name='Policy', + full_name='License.Policy', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CanPlay', full_name='License.Policy.CanPlay', index=0, + number=1, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CanPersist', full_name='License.Policy.CanPersist', index=1, + number=2, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CanRenew', full_name='License.Policy.CanRenew', index=2, + number=3, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RentalDurationSeconds', full_name='License.Policy.RentalDurationSeconds', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='PlaybackDurationSeconds', full_name='License.Policy.PlaybackDurationSeconds', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseDurationSeconds', full_name='License.Policy.LicenseDurationSeconds', index=5, + number=6, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalRecoveryDurationSeconds', full_name='License.Policy.RenewalRecoveryDurationSeconds', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalServerUrl', full_name='License.Policy.RenewalServerUrl', index=7, + number=8, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalDelaySeconds', full_name='License.Policy.RenewalDelaySeconds', index=8, + number=9, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalRetryIntervalSeconds', full_name='License.Policy.RenewalRetryIntervalSeconds', index=9, + number=10, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewWithUsage', full_name='License.Policy.RenewWithUsage', index=10, + number=11, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1958, + serialized_end=2273, +) + +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION = _descriptor.Descriptor( + name='OutputProtection', + full_name='License.KeyContainer.OutputProtection', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Hdcp', full_name='License.KeyContainer.OutputProtection.Hdcp', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CgmsFlags', full_name='License.KeyContainer.OutputProtection.CgmsFlags', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2797, + serialized_end=3016, +) + +_LICENSE_KEYCONTAINER_KEYCONTROL = _descriptor.Descriptor( + name='KeyControl', + full_name='License.KeyContainer.KeyControl', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='KeyControlBlock', full_name='License.KeyContainer.KeyControl.KeyControlBlock', index=0, + number=1, type=12, cpp_type=9, label=2, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Iv', full_name='License.KeyContainer.KeyControl.Iv', index=1, + number=2, type=12, cpp_type=9, label=2, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3018, + serialized_end=3067, +) + +_LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS = _descriptor.Descriptor( + name='OperatorSessionKeyPermissions', + full_name='License.KeyContainer.OperatorSessionKeyPermissions', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='AllowEncrypt', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowEncrypt', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='AllowDecrypt', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowDecrypt', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='AllowSign', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowSign', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='AllowSignatureVerify', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowSignatureVerify', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3069, + serialized_end=3193, +) + +_LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT = _descriptor.Descriptor( + name='VideoResolutionConstraint', + full_name='License.KeyContainer.VideoResolutionConstraint', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='MinResolutionPixels', full_name='License.KeyContainer.VideoResolutionConstraint.MinResolutionPixels', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='MaxResolutionPixels', full_name='License.KeyContainer.VideoResolutionConstraint.MaxResolutionPixels', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequiredProtection', full_name='License.KeyContainer.VideoResolutionConstraint.RequiredProtection', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3196, + serialized_end=3349, +) + +_LICENSE_KEYCONTAINER = _descriptor.Descriptor( + name='KeyContainer', + full_name='License.KeyContainer', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Id', full_name='License.KeyContainer.Id', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Iv', full_name='License.KeyContainer.Iv', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Key', full_name='License.KeyContainer.Key', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='License.KeyContainer.Type', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Level', full_name='License.KeyContainer.Level', index=4, + number=5, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequiredProtection', full_name='License.KeyContainer.RequiredProtection', index=5, + number=6, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestedProtection', full_name='License.KeyContainer.RequestedProtection', index=6, + number=7, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_KeyControl', full_name='License.KeyContainer._KeyControl', index=7, + number=8, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_OperatorSessionKeyPermissions', full_name='License.KeyContainer._OperatorSessionKeyPermissions', index=8, + number=9, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='VideoResolutionConstraints', full_name='License.KeyContainer.VideoResolutionConstraints', index=9, + number=10, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSE_KEYCONTAINER_OUTPUTPROTECTION, _LICENSE_KEYCONTAINER_KEYCONTROL, _LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS, _LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT, ], + enum_types=[ + _LICENSE_KEYCONTAINER_KEYTYPE, + _LICENSE_KEYCONTAINER_SECURITYLEVEL, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2276, + serialized_end=3549, +) + +_LICENSE = _descriptor.Descriptor( + name='License', + full_name='License', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Id', full_name='License.Id', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_Policy', full_name='License._Policy', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Key', full_name='License.Key', index=2, + number=3, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseStartTime', full_name='License.LicenseStartTime', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestationVerified', full_name='License.RemoteAttestationVerified', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProviderClientToken', full_name='License.ProviderClientToken', index=5, + number=6, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProtectionScheme', full_name='License.ProtectionScheme', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSE_POLICY, _LICENSE_KEYCONTAINER, ], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1724, + serialized_end=3549, +) + + +_LICENSEERROR = _descriptor.Descriptor( + name='LicenseError', + full_name='LicenseError', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ErrorCode', full_name='LicenseError.ErrorCode', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _LICENSEERROR_ERROR, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3552, + serialized_end=3704, +) + + +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC = _descriptor.Descriptor( + name='CENC', + full_name='LicenseRequest.ContentIdentification.CENC', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Pssh', full_name='LicenseRequest.ContentIdentification.CENC.Pssh', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseType', full_name='LicenseRequest.ContentIdentification.CENC.LicenseType', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseRequest.ContentIdentification.CENC.RequestId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4268, + serialized_end=4363, +) + +_LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM = _descriptor.Descriptor( + name='WebM', + full_name='LicenseRequest.ContentIdentification.WebM', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Header', full_name='LicenseRequest.ContentIdentification.WebM.Header', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseType', full_name='LicenseRequest.ContentIdentification.WebM.LicenseType', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseRequest.ContentIdentification.WebM.RequestId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4365, + serialized_end=4441, +) + +_LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE = _descriptor.Descriptor( + name='ExistingLicense', + full_name='LicenseRequest.ContentIdentification.ExistingLicense', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='LicenseId', full_name='LicenseRequest.ContentIdentification.ExistingLicense.LicenseId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecondsSinceStarted', full_name='LicenseRequest.ContentIdentification.ExistingLicense.SecondsSinceStarted', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecondsSinceLastPlayed', full_name='LicenseRequest.ContentIdentification.ExistingLicense.SecondsSinceLastPlayed', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionUsageTableEntry', full_name='LicenseRequest.ContentIdentification.ExistingLicense.SessionUsageTableEntry', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4444, + serialized_end=4597, +) + +_LICENSEREQUEST_CONTENTIDENTIFICATION = _descriptor.Descriptor( + name='ContentIdentification', + full_name='LicenseRequest.ContentIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CencId', full_name='LicenseRequest.ContentIdentification.CencId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='WebmId', full_name='LicenseRequest.ContentIdentification.WebmId', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='License', full_name='LicenseRequest.ContentIdentification.License', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC, _LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM, _LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE, ], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4051, + serialized_end=4597, +) + +_LICENSEREQUEST = _descriptor.Descriptor( + name='LicenseRequest', + full_name='LicenseRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ClientId', full_name='LicenseRequest.ClientId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ContentId', full_name='LicenseRequest.ContentId', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='LicenseRequest.Type', index=2, + number=3, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestTime', full_name='LicenseRequest.RequestTime', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='KeyControlNonceDeprecated', full_name='LicenseRequest.KeyControlNonceDeprecated', index=4, + number=5, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProtocolVersion', full_name='LicenseRequest.ProtocolVersion', index=5, + number=6, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=21, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='KeyControlNonce', full_name='LicenseRequest.KeyControlNonce', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientId', full_name='LicenseRequest.EncryptedClientId', index=7, + number=8, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSEREQUEST_CONTENTIDENTIFICATION, ], + enum_types=[ + _LICENSEREQUEST_REQUESTTYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3707, + serialized_end=4647, +) + + +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_CENC = _descriptor.Descriptor( + name='CENC', + full_name='LicenseRequestRaw.ContentIdentification.CENC', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Pssh', full_name='LicenseRequestRaw.ContentIdentification.CENC.Pssh', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseType', full_name='LicenseRequestRaw.ContentIdentification.CENC.LicenseType', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseRequestRaw.ContentIdentification.CENC.RequestId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5229, + serialized_end=5303, +) + +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_WEBM = _descriptor.Descriptor( + name='WebM', + full_name='LicenseRequestRaw.ContentIdentification.WebM', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Header', full_name='LicenseRequestRaw.ContentIdentification.WebM.Header', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseType', full_name='LicenseRequestRaw.ContentIdentification.WebM.LicenseType', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseRequestRaw.ContentIdentification.WebM.RequestId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4365, + serialized_end=4441, +) + +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_EXISTINGLICENSE = _descriptor.Descriptor( + name='ExistingLicense', + full_name='LicenseRequestRaw.ContentIdentification.ExistingLicense', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='LicenseId', full_name='LicenseRequestRaw.ContentIdentification.ExistingLicense.LicenseId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecondsSinceStarted', full_name='LicenseRequestRaw.ContentIdentification.ExistingLicense.SecondsSinceStarted', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecondsSinceLastPlayed', full_name='LicenseRequestRaw.ContentIdentification.ExistingLicense.SecondsSinceLastPlayed', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionUsageTableEntry', full_name='LicenseRequestRaw.ContentIdentification.ExistingLicense.SessionUsageTableEntry', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4444, + serialized_end=4597, +) + +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION = _descriptor.Descriptor( + name='ContentIdentification', + full_name='LicenseRequestRaw.ContentIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CencId', full_name='LicenseRequestRaw.ContentIdentification.CencId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='WebmId', full_name='LicenseRequestRaw.ContentIdentification.WebmId', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='License', full_name='LicenseRequestRaw.ContentIdentification.License', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_CENC, _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_WEBM, _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_EXISTINGLICENSE, ], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5003, + serialized_end=5537, +) + +_LICENSEREQUESTRAW = _descriptor.Descriptor( + name='LicenseRequestRaw', + full_name='LicenseRequestRaw', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ClientId', full_name='LicenseRequestRaw.ClientId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ContentId', full_name='LicenseRequestRaw.ContentId', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='LicenseRequestRaw.Type', index=2, + number=3, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestTime', full_name='LicenseRequestRaw.RequestTime', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='KeyControlNonceDeprecated', full_name='LicenseRequestRaw.KeyControlNonceDeprecated', index=4, + number=5, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProtocolVersion', full_name='LicenseRequestRaw.ProtocolVersion', index=5, + number=6, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=21, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='KeyControlNonce', full_name='LicenseRequestRaw.KeyControlNonce', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientId', full_name='LicenseRequestRaw.EncryptedClientId', index=7, + number=8, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSEREQUESTRAW_CONTENTIDENTIFICATION, ], + enum_types=[ + _LICENSEREQUESTRAW_REQUESTTYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4650, + serialized_end=5587, +) + + +_PROVISIONEDDEVICEINFO = _descriptor.Descriptor( + name='ProvisionedDeviceInfo', + full_name='ProvisionedDeviceInfo', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='SystemId', full_name='ProvisionedDeviceInfo.SystemId', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Soc', full_name='ProvisionedDeviceInfo.Soc', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Manufacturer', full_name='ProvisionedDeviceInfo.Manufacturer', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Model', full_name='ProvisionedDeviceInfo.Model', index=3, + number=4, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='DeviceType', full_name='ProvisionedDeviceInfo.DeviceType', index=4, + number=5, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ModelYear', full_name='ProvisionedDeviceInfo.ModelYear', index=5, + number=6, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecurityLevel', full_name='ProvisionedDeviceInfo.SecurityLevel', index=6, + number=7, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='TestDevice', full_name='ProvisionedDeviceInfo.TestDevice', index=7, + number=8, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _PROVISIONEDDEVICEINFO_WVSECURITYLEVEL, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5590, + serialized_end=5884, +) + + +_PROVISIONINGOPTIONS = _descriptor.Descriptor( + name='ProvisioningOptions', + full_name='ProvisioningOptions', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5886, + serialized_end=5907, +) + + +_PROVISIONINGREQUEST = _descriptor.Descriptor( + name='ProvisioningRequest', + full_name='ProvisioningRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5909, + serialized_end=5930, +) + + +_PROVISIONINGRESPONSE = _descriptor.Descriptor( + name='ProvisioningResponse', + full_name='ProvisioningResponse', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5932, + serialized_end=5954, +) + + +_REMOTEATTESTATION = _descriptor.Descriptor( + name='RemoteAttestation', + full_name='RemoteAttestation', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Certificate', full_name='RemoteAttestation.Certificate', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Salt', full_name='RemoteAttestation.Salt', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='RemoteAttestation.Signature', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5956, + serialized_end=6061, +) + + +_SESSIONINIT = _descriptor.Descriptor( + name='SessionInit', + full_name='SessionInit', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6063, + serialized_end=6076, +) + + +_SESSIONSTATE = _descriptor.Descriptor( + name='SessionState', + full_name='SessionState', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6078, + serialized_end=6092, +) + + +_SIGNEDCERTIFICATESTATUSLIST = _descriptor.Descriptor( + name='SignedCertificateStatusList', + full_name='SignedCertificateStatusList', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6094, + serialized_end=6123, +) + + +_SIGNEDDEVICECERTIFICATE = _descriptor.Descriptor( + name='SignedDeviceCertificate', + full_name='SignedDeviceCertificate', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='_DeviceCertificate', full_name='SignedDeviceCertificate._DeviceCertificate', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedDeviceCertificate.Signature', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signer', full_name='SignedDeviceCertificate.Signer', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6126, + serialized_end=6260, +) + + +_SIGNEDPROVISIONINGMESSAGE = _descriptor.Descriptor( + name='SignedProvisioningMessage', + full_name='SignedProvisioningMessage', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6262, + serialized_end=6289, +) + + +_SIGNEDMESSAGE = _descriptor.Descriptor( + name='SignedMessage', + full_name='SignedMessage', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedMessage.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedMessage.Msg', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedMessage.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedMessage.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedMessage.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDMESSAGE_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6292, + serialized_end=6575, +) + + +_WIDEVINECENCHEADER = _descriptor.Descriptor( + name='WidevineCencHeader', + full_name='WidevineCencHeader', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='algorithm', full_name='WidevineCencHeader.algorithm', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='key_id', full_name='WidevineCencHeader.key_id', index=1, + number=2, type=12, cpp_type=9, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='provider', full_name='WidevineCencHeader.provider', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='content_id', full_name='WidevineCencHeader.content_id', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='track_type_deprecated', full_name='WidevineCencHeader.track_type_deprecated', index=4, + number=5, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='policy', full_name='WidevineCencHeader.policy', index=5, + number=6, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='crypto_period_index', full_name='WidevineCencHeader.crypto_period_index', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='grouped_license', full_name='WidevineCencHeader.grouped_license', index=7, + number=8, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='protection_scheme', full_name='WidevineCencHeader.protection_scheme', index=8, + number=9, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='crypto_period_seconds', full_name='WidevineCencHeader.crypto_period_seconds', index=9, + number=10, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _WIDEVINECENCHEADER_ALGORITHM, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6578, + serialized_end=6903, +) + + +_SIGNEDLICENSEREQUEST = _descriptor.Descriptor( + name='SignedLicenseRequest', + full_name='SignedLicenseRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedLicenseRequest.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedLicenseRequest.Msg', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedLicenseRequest.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedLicenseRequest.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedLicenseRequest.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDLICENSEREQUEST_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6906, + serialized_end=7220, +) + + +_SIGNEDLICENSEREQUESTRAW = _descriptor.Descriptor( + name='SignedLicenseRequestRaw', + full_name='SignedLicenseRequestRaw', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedLicenseRequestRaw.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedLicenseRequestRaw.Msg', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedLicenseRequestRaw.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedLicenseRequestRaw.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedLicenseRequestRaw.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDLICENSEREQUESTRAW_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=7223, + serialized_end=7546, +) + + +_SIGNEDLICENSE = _descriptor.Descriptor( + name='SignedLicense', + full_name='SignedLicense', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedLicense.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedLicense.Msg', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedLicense.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedLicense.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedLicense.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDLICENSE_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=7549, + serialized_end=7842, +) + + +_SIGNEDSERVICECERTIFICATE = _descriptor.Descriptor( + name='SignedServiceCertificate', + full_name='SignedServiceCertificate', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedServiceCertificate.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=1, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedServiceCertificate.Msg', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedServiceCertificate.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedServiceCertificate.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedServiceCertificate.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDSERVICECERTIFICATE_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=7845, + serialized_end=8176, +) + + +_FILEHASHES_SIGNATURE = _descriptor.Descriptor( + name='Signature', + full_name='FileHashes.Signature', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='filename', full_name='FileHashes.Signature.filename', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='test_signing', full_name='FileHashes.Signature.test_signing', index=1, + number=2, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SHA512Hash', full_name='FileHashes.Signature.SHA512Hash', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='main_exe', full_name='FileHashes.Signature.main_exe', index=3, + number=4, type=8, cpp_type=7, label=1, + has_default_value=False, default_value=False, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='signature', full_name='FileHashes.Signature.signature', index=4, + number=5, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=8252, + serialized_end=8360, +) + +_FILEHASHES = _descriptor.Descriptor( + name='FileHashes', + full_name='FileHashes', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='signer', full_name='FileHashes.signer', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='signatures', full_name='FileHashes.signatures', index=1, + number=2, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_FILEHASHES_SIGNATURE, ], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto2', + extension_ranges=[], + oneofs=[ + ], + serialized_start=8179, + serialized_end=8360, +) + +_CLIENTIDENTIFICATION_NAMEVALUE.containing_type = _CLIENTIDENTIFICATION +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES.fields_by_name['MaxHdcpVersion'].enum_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES.containing_type = _CLIENTIDENTIFICATION +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION.containing_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES +_CLIENTIDENTIFICATION.fields_by_name['Type'].enum_type = _CLIENTIDENTIFICATION_TOKENTYPE +_CLIENTIDENTIFICATION.fields_by_name['Token'].message_type = _SIGNEDDEVICECERTIFICATE +_CLIENTIDENTIFICATION.fields_by_name['ClientInfo'].message_type = _CLIENTIDENTIFICATION_NAMEVALUE +_CLIENTIDENTIFICATION.fields_by_name['_ClientCapabilities'].message_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES +_CLIENTIDENTIFICATION.fields_by_name['_FileHashes'].message_type = _FILEHASHES +_CLIENTIDENTIFICATION_TOKENTYPE.containing_type = _CLIENTIDENTIFICATION +_DEVICECERTIFICATE.fields_by_name['Type'].enum_type = _DEVICECERTIFICATE_CERTIFICATETYPE +_DEVICECERTIFICATE_CERTIFICATETYPE.containing_type = _DEVICECERTIFICATE +_DEVICECERTIFICATESTATUS.fields_by_name['Status'].enum_type = _DEVICECERTIFICATESTATUS_CERTIFICATESTATUS +_DEVICECERTIFICATESTATUS.fields_by_name['DeviceInfo'].message_type = _PROVISIONEDDEVICEINFO +_DEVICECERTIFICATESTATUS_CERTIFICATESTATUS.containing_type = _DEVICECERTIFICATESTATUS +_DEVICECERTIFICATESTATUSLIST.fields_by_name['CertificateStatus'].message_type = _DEVICECERTIFICATESTATUS +_LICENSEIDENTIFICATION.fields_by_name['Type'].enum_type = _LICENSETYPE +_LICENSE_POLICY.containing_type = _LICENSE +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION.fields_by_name['Hdcp'].enum_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION.fields_by_name['CgmsFlags'].enum_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS.containing_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER_KEYCONTROL.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT.fields_by_name['RequiredProtection'].message_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER.fields_by_name['Type'].enum_type = _LICENSE_KEYCONTAINER_KEYTYPE +_LICENSE_KEYCONTAINER.fields_by_name['Level'].enum_type = _LICENSE_KEYCONTAINER_SECURITYLEVEL +_LICENSE_KEYCONTAINER.fields_by_name['RequiredProtection'].message_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER.fields_by_name['RequestedProtection'].message_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER.fields_by_name['_KeyControl'].message_type = _LICENSE_KEYCONTAINER_KEYCONTROL +_LICENSE_KEYCONTAINER.fields_by_name['_OperatorSessionKeyPermissions'].message_type = _LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS +_LICENSE_KEYCONTAINER.fields_by_name['VideoResolutionConstraints'].message_type = _LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT +_LICENSE_KEYCONTAINER.containing_type = _LICENSE +_LICENSE_KEYCONTAINER_KEYTYPE.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_SECURITYLEVEL.containing_type = _LICENSE_KEYCONTAINER +_LICENSE.fields_by_name['Id'].message_type = _LICENSEIDENTIFICATION +_LICENSE.fields_by_name['_Policy'].message_type = _LICENSE_POLICY +_LICENSE.fields_by_name['Key'].message_type = _LICENSE_KEYCONTAINER +_LICENSEERROR.fields_by_name['ErrorCode'].enum_type = _LICENSEERROR_ERROR +_LICENSEERROR_ERROR.containing_type = _LICENSEERROR +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC.fields_by_name['Pssh'].message_type = _WIDEVINECENCHEADER +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC.fields_by_name['LicenseType'].enum_type = _LICENSETYPE +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC.containing_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM.fields_by_name['LicenseType'].enum_type = _LICENSETYPE +_LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM.containing_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE.fields_by_name['LicenseId'].message_type = _LICENSEIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE.containing_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION.fields_by_name['CencId'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION_CENC +_LICENSEREQUEST_CONTENTIDENTIFICATION.fields_by_name['WebmId'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM +_LICENSEREQUEST_CONTENTIDENTIFICATION.fields_by_name['License'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE +_LICENSEREQUEST_CONTENTIDENTIFICATION.containing_type = _LICENSEREQUEST +_LICENSEREQUEST.fields_by_name['ClientId'].message_type = _CLIENTIDENTIFICATION +_LICENSEREQUEST.fields_by_name['ContentId'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST.fields_by_name['Type'].enum_type = _LICENSEREQUEST_REQUESTTYPE +_LICENSEREQUEST.fields_by_name['ProtocolVersion'].enum_type = _PROTOCOLVERSION +_LICENSEREQUEST.fields_by_name['EncryptedClientId'].message_type = _ENCRYPTEDCLIENTIDENTIFICATION +_LICENSEREQUEST_REQUESTTYPE.containing_type = _LICENSEREQUEST +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_CENC.fields_by_name['LicenseType'].enum_type = _LICENSETYPE +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_CENC.containing_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_WEBM.fields_by_name['LicenseType'].enum_type = _LICENSETYPE +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_WEBM.containing_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_EXISTINGLICENSE.fields_by_name['LicenseId'].message_type = _LICENSEIDENTIFICATION +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION_EXISTINGLICENSE.containing_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION.fields_by_name['CencId'].message_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_CENC +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION.fields_by_name['WebmId'].message_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_WEBM +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION.fields_by_name['License'].message_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_EXISTINGLICENSE +_LICENSEREQUESTRAW_CONTENTIDENTIFICATION.containing_type = _LICENSEREQUESTRAW +_LICENSEREQUESTRAW.fields_by_name['ClientId'].message_type = _CLIENTIDENTIFICATION +_LICENSEREQUESTRAW.fields_by_name['ContentId'].message_type = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION +_LICENSEREQUESTRAW.fields_by_name['Type'].enum_type = _LICENSEREQUESTRAW_REQUESTTYPE +_LICENSEREQUESTRAW.fields_by_name['ProtocolVersion'].enum_type = _PROTOCOLVERSION +_LICENSEREQUESTRAW.fields_by_name['EncryptedClientId'].message_type = _ENCRYPTEDCLIENTIDENTIFICATION +_LICENSEREQUESTRAW_REQUESTTYPE.containing_type = _LICENSEREQUESTRAW +_PROVISIONEDDEVICEINFO.fields_by_name['SecurityLevel'].enum_type = _PROVISIONEDDEVICEINFO_WVSECURITYLEVEL +_PROVISIONEDDEVICEINFO_WVSECURITYLEVEL.containing_type = _PROVISIONEDDEVICEINFO +_REMOTEATTESTATION.fields_by_name['Certificate'].message_type = _ENCRYPTEDCLIENTIDENTIFICATION +_SIGNEDDEVICECERTIFICATE.fields_by_name['_DeviceCertificate'].message_type = _DEVICECERTIFICATE +_SIGNEDDEVICECERTIFICATE.fields_by_name['Signer'].message_type = _SIGNEDDEVICECERTIFICATE +_SIGNEDMESSAGE.fields_by_name['Type'].enum_type = _SIGNEDMESSAGE_MESSAGETYPE +_SIGNEDMESSAGE.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDMESSAGE_MESSAGETYPE.containing_type = _SIGNEDMESSAGE +_WIDEVINECENCHEADER.fields_by_name['algorithm'].enum_type = _WIDEVINECENCHEADER_ALGORITHM +_WIDEVINECENCHEADER_ALGORITHM.containing_type = _WIDEVINECENCHEADER +_SIGNEDLICENSEREQUEST.fields_by_name['Type'].enum_type = _SIGNEDLICENSEREQUEST_MESSAGETYPE +_SIGNEDLICENSEREQUEST.fields_by_name['Msg'].message_type = _LICENSEREQUEST +_SIGNEDLICENSEREQUEST.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDLICENSEREQUEST_MESSAGETYPE.containing_type = _SIGNEDLICENSEREQUEST +_SIGNEDLICENSEREQUESTRAW.fields_by_name['Type'].enum_type = _SIGNEDLICENSEREQUESTRAW_MESSAGETYPE +_SIGNEDLICENSEREQUESTRAW.fields_by_name['Msg'].message_type = _LICENSEREQUESTRAW +_SIGNEDLICENSEREQUESTRAW.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDLICENSEREQUESTRAW_MESSAGETYPE.containing_type = _SIGNEDLICENSEREQUESTRAW +_SIGNEDLICENSE.fields_by_name['Type'].enum_type = _SIGNEDLICENSE_MESSAGETYPE +_SIGNEDLICENSE.fields_by_name['Msg'].message_type = _LICENSE +_SIGNEDLICENSE.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDLICENSE_MESSAGETYPE.containing_type = _SIGNEDLICENSE +_SIGNEDSERVICECERTIFICATE.fields_by_name['Type'].enum_type = _SIGNEDSERVICECERTIFICATE_MESSAGETYPE +_SIGNEDSERVICECERTIFICATE.fields_by_name['Msg'].message_type = _SIGNEDDEVICECERTIFICATE +_SIGNEDSERVICECERTIFICATE.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDSERVICECERTIFICATE_MESSAGETYPE.containing_type = _SIGNEDSERVICECERTIFICATE +_FILEHASHES_SIGNATURE.containing_type = _FILEHASHES +_FILEHASHES.fields_by_name['signatures'].message_type = _FILEHASHES_SIGNATURE +DESCRIPTOR.message_types_by_name['ClientIdentification'] = _CLIENTIDENTIFICATION +DESCRIPTOR.message_types_by_name['DeviceCertificate'] = _DEVICECERTIFICATE +DESCRIPTOR.message_types_by_name['DeviceCertificateStatus'] = _DEVICECERTIFICATESTATUS +DESCRIPTOR.message_types_by_name['DeviceCertificateStatusList'] = _DEVICECERTIFICATESTATUSLIST +DESCRIPTOR.message_types_by_name['EncryptedClientIdentification'] = _ENCRYPTEDCLIENTIDENTIFICATION +DESCRIPTOR.message_types_by_name['LicenseIdentification'] = _LICENSEIDENTIFICATION +DESCRIPTOR.message_types_by_name['License'] = _LICENSE +DESCRIPTOR.message_types_by_name['LicenseError'] = _LICENSEERROR +DESCRIPTOR.message_types_by_name['LicenseRequest'] = _LICENSEREQUEST +DESCRIPTOR.message_types_by_name['LicenseRequestRaw'] = _LICENSEREQUESTRAW +DESCRIPTOR.message_types_by_name['ProvisionedDeviceInfo'] = _PROVISIONEDDEVICEINFO +DESCRIPTOR.message_types_by_name['ProvisioningOptions'] = _PROVISIONINGOPTIONS +DESCRIPTOR.message_types_by_name['ProvisioningRequest'] = _PROVISIONINGREQUEST +DESCRIPTOR.message_types_by_name['ProvisioningResponse'] = _PROVISIONINGRESPONSE +DESCRIPTOR.message_types_by_name['RemoteAttestation'] = _REMOTEATTESTATION +DESCRIPTOR.message_types_by_name['SessionInit'] = _SESSIONINIT +DESCRIPTOR.message_types_by_name['SessionState'] = _SESSIONSTATE +DESCRIPTOR.message_types_by_name['SignedCertificateStatusList'] = _SIGNEDCERTIFICATESTATUSLIST +DESCRIPTOR.message_types_by_name['SignedDeviceCertificate'] = _SIGNEDDEVICECERTIFICATE +DESCRIPTOR.message_types_by_name['SignedProvisioningMessage'] = _SIGNEDPROVISIONINGMESSAGE +DESCRIPTOR.message_types_by_name['SignedMessage'] = _SIGNEDMESSAGE +DESCRIPTOR.message_types_by_name['WidevineCencHeader'] = _WIDEVINECENCHEADER +DESCRIPTOR.message_types_by_name['SignedLicenseRequest'] = _SIGNEDLICENSEREQUEST +DESCRIPTOR.message_types_by_name['SignedLicenseRequestRaw'] = _SIGNEDLICENSEREQUESTRAW +DESCRIPTOR.message_types_by_name['SignedLicense'] = _SIGNEDLICENSE +DESCRIPTOR.message_types_by_name['SignedServiceCertificate'] = _SIGNEDSERVICECERTIFICATE +DESCRIPTOR.message_types_by_name['FileHashes'] = _FILEHASHES +DESCRIPTOR.enum_types_by_name['LicenseType'] = _LICENSETYPE +DESCRIPTOR.enum_types_by_name['ProtocolVersion'] = _PROTOCOLVERSION + +ClientIdentification = _reflection.GeneratedProtocolMessageType('ClientIdentification', (_message.Message,), dict( + + NameValue = _reflection.GeneratedProtocolMessageType('NameValue', (_message.Message,), dict( + DESCRIPTOR = _CLIENTIDENTIFICATION_NAMEVALUE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ClientIdentification.NameValue) + )) + , + + ClientCapabilities = _reflection.GeneratedProtocolMessageType('ClientCapabilities', (_message.Message,), dict( + DESCRIPTOR = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ClientIdentification.ClientCapabilities) + )) + , + DESCRIPTOR = _CLIENTIDENTIFICATION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ClientIdentification) + )) +_sym_db.RegisterMessage(ClientIdentification) +_sym_db.RegisterMessage(ClientIdentification.NameValue) +_sym_db.RegisterMessage(ClientIdentification.ClientCapabilities) + +DeviceCertificate = _reflection.GeneratedProtocolMessageType('DeviceCertificate', (_message.Message,), dict( + DESCRIPTOR = _DEVICECERTIFICATE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:DeviceCertificate) + )) +_sym_db.RegisterMessage(DeviceCertificate) + +DeviceCertificateStatus = _reflection.GeneratedProtocolMessageType('DeviceCertificateStatus', (_message.Message,), dict( + DESCRIPTOR = _DEVICECERTIFICATESTATUS, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:DeviceCertificateStatus) + )) +_sym_db.RegisterMessage(DeviceCertificateStatus) + +DeviceCertificateStatusList = _reflection.GeneratedProtocolMessageType('DeviceCertificateStatusList', (_message.Message,), dict( + DESCRIPTOR = _DEVICECERTIFICATESTATUSLIST, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:DeviceCertificateStatusList) + )) +_sym_db.RegisterMessage(DeviceCertificateStatusList) + +EncryptedClientIdentification = _reflection.GeneratedProtocolMessageType('EncryptedClientIdentification', (_message.Message,), dict( + DESCRIPTOR = _ENCRYPTEDCLIENTIDENTIFICATION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:EncryptedClientIdentification) + )) +_sym_db.RegisterMessage(EncryptedClientIdentification) + +LicenseIdentification = _reflection.GeneratedProtocolMessageType('LicenseIdentification', (_message.Message,), dict( + DESCRIPTOR = _LICENSEIDENTIFICATION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseIdentification) + )) +_sym_db.RegisterMessage(LicenseIdentification) + +License = _reflection.GeneratedProtocolMessageType('License', (_message.Message,), dict( + + Policy = _reflection.GeneratedProtocolMessageType('Policy', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_POLICY, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License.Policy) + )) + , + + KeyContainer = _reflection.GeneratedProtocolMessageType('KeyContainer', (_message.Message,), dict( + + OutputProtection = _reflection.GeneratedProtocolMessageType('OutputProtection', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.OutputProtection) + )) + , + + KeyControl = _reflection.GeneratedProtocolMessageType('KeyControl', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_KEYCONTROL, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.KeyControl) + )) + , + + OperatorSessionKeyPermissions = _reflection.GeneratedProtocolMessageType('OperatorSessionKeyPermissions', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.OperatorSessionKeyPermissions) + )) + , + + VideoResolutionConstraint = _reflection.GeneratedProtocolMessageType('VideoResolutionConstraint', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.VideoResolutionConstraint) + )) + , + DESCRIPTOR = _LICENSE_KEYCONTAINER, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer) + )) + , + DESCRIPTOR = _LICENSE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:License) + )) +_sym_db.RegisterMessage(License) +_sym_db.RegisterMessage(License.Policy) +_sym_db.RegisterMessage(License.KeyContainer) +_sym_db.RegisterMessage(License.KeyContainer.OutputProtection) +_sym_db.RegisterMessage(License.KeyContainer.KeyControl) +_sym_db.RegisterMessage(License.KeyContainer.OperatorSessionKeyPermissions) +_sym_db.RegisterMessage(License.KeyContainer.VideoResolutionConstraint) + +LicenseError = _reflection.GeneratedProtocolMessageType('LicenseError', (_message.Message,), dict( + DESCRIPTOR = _LICENSEERROR, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseError) + )) +_sym_db.RegisterMessage(LicenseError) + +LicenseRequest = _reflection.GeneratedProtocolMessageType('LicenseRequest', (_message.Message,), dict( + + ContentIdentification = _reflection.GeneratedProtocolMessageType('ContentIdentification', (_message.Message,), dict( + + CENC = _reflection.GeneratedProtocolMessageType('CENC', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION_CENC, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification.CENC) + )) + , + + WebM = _reflection.GeneratedProtocolMessageType('WebM', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification.WebM) + )) + , + + ExistingLicense = _reflection.GeneratedProtocolMessageType('ExistingLicense', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification.ExistingLicense) + )) + , + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification) + )) + , + DESCRIPTOR = _LICENSEREQUEST, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest) + )) +_sym_db.RegisterMessage(LicenseRequest) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification.CENC) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification.WebM) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification.ExistingLicense) + +LicenseRequestRaw = _reflection.GeneratedProtocolMessageType('LicenseRequestRaw', (_message.Message,), dict( + + ContentIdentification = _reflection.GeneratedProtocolMessageType('ContentIdentification', (_message.Message,), dict( + + CENC = _reflection.GeneratedProtocolMessageType('CENC', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_CENC, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequestRaw.ContentIdentification.CENC) + )) + , + + WebM = _reflection.GeneratedProtocolMessageType('WebM', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_WEBM, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequestRaw.ContentIdentification.WebM) + )) + , + + ExistingLicense = _reflection.GeneratedProtocolMessageType('ExistingLicense', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION_EXISTINGLICENSE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequestRaw.ContentIdentification.ExistingLicense) + )) + , + DESCRIPTOR = _LICENSEREQUESTRAW_CONTENTIDENTIFICATION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequestRaw.ContentIdentification) + )) + , + DESCRIPTOR = _LICENSEREQUESTRAW, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequestRaw) + )) +_sym_db.RegisterMessage(LicenseRequestRaw) +_sym_db.RegisterMessage(LicenseRequestRaw.ContentIdentification) +_sym_db.RegisterMessage(LicenseRequestRaw.ContentIdentification.CENC) +_sym_db.RegisterMessage(LicenseRequestRaw.ContentIdentification.WebM) +_sym_db.RegisterMessage(LicenseRequestRaw.ContentIdentification.ExistingLicense) + +ProvisionedDeviceInfo = _reflection.GeneratedProtocolMessageType('ProvisionedDeviceInfo', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONEDDEVICEINFO, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ProvisionedDeviceInfo) + )) +_sym_db.RegisterMessage(ProvisionedDeviceInfo) + +ProvisioningOptions = _reflection.GeneratedProtocolMessageType('ProvisioningOptions', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONINGOPTIONS, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ProvisioningOptions) + )) +_sym_db.RegisterMessage(ProvisioningOptions) + +ProvisioningRequest = _reflection.GeneratedProtocolMessageType('ProvisioningRequest', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONINGREQUEST, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ProvisioningRequest) + )) +_sym_db.RegisterMessage(ProvisioningRequest) + +ProvisioningResponse = _reflection.GeneratedProtocolMessageType('ProvisioningResponse', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONINGRESPONSE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:ProvisioningResponse) + )) +_sym_db.RegisterMessage(ProvisioningResponse) + +RemoteAttestation = _reflection.GeneratedProtocolMessageType('RemoteAttestation', (_message.Message,), dict( + DESCRIPTOR = _REMOTEATTESTATION, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:RemoteAttestation) + )) +_sym_db.RegisterMessage(RemoteAttestation) + +SessionInit = _reflection.GeneratedProtocolMessageType('SessionInit', (_message.Message,), dict( + DESCRIPTOR = _SESSIONINIT, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SessionInit) + )) +_sym_db.RegisterMessage(SessionInit) + +SessionState = _reflection.GeneratedProtocolMessageType('SessionState', (_message.Message,), dict( + DESCRIPTOR = _SESSIONSTATE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SessionState) + )) +_sym_db.RegisterMessage(SessionState) + +SignedCertificateStatusList = _reflection.GeneratedProtocolMessageType('SignedCertificateStatusList', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDCERTIFICATESTATUSLIST, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedCertificateStatusList) + )) +_sym_db.RegisterMessage(SignedCertificateStatusList) + +SignedDeviceCertificate = _reflection.GeneratedProtocolMessageType('SignedDeviceCertificate', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDDEVICECERTIFICATE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedDeviceCertificate) + )) +_sym_db.RegisterMessage(SignedDeviceCertificate) + +SignedProvisioningMessage = _reflection.GeneratedProtocolMessageType('SignedProvisioningMessage', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDPROVISIONINGMESSAGE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedProvisioningMessage) + )) +_sym_db.RegisterMessage(SignedProvisioningMessage) + +SignedMessage = _reflection.GeneratedProtocolMessageType('SignedMessage', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDMESSAGE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedMessage) + )) +_sym_db.RegisterMessage(SignedMessage) + +WidevineCencHeader = _reflection.GeneratedProtocolMessageType('WidevineCencHeader', (_message.Message,), dict( + DESCRIPTOR = _WIDEVINECENCHEADER, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:WidevineCencHeader) + )) +_sym_db.RegisterMessage(WidevineCencHeader) + +SignedLicenseRequest = _reflection.GeneratedProtocolMessageType('SignedLicenseRequest', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDLICENSEREQUEST, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedLicenseRequest) + )) +_sym_db.RegisterMessage(SignedLicenseRequest) + +SignedLicenseRequestRaw = _reflection.GeneratedProtocolMessageType('SignedLicenseRequestRaw', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDLICENSEREQUESTRAW, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedLicenseRequestRaw) + )) +_sym_db.RegisterMessage(SignedLicenseRequestRaw) + +SignedLicense = _reflection.GeneratedProtocolMessageType('SignedLicense', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDLICENSE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedLicense) + )) +_sym_db.RegisterMessage(SignedLicense) + +SignedServiceCertificate = _reflection.GeneratedProtocolMessageType('SignedServiceCertificate', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDSERVICECERTIFICATE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:SignedServiceCertificate) + )) +_sym_db.RegisterMessage(SignedServiceCertificate) + +FileHashes = _reflection.GeneratedProtocolMessageType('FileHashes', (_message.Message,), dict( + + Signature = _reflection.GeneratedProtocolMessageType('Signature', (_message.Message,), dict( + DESCRIPTOR = _FILEHASHES_SIGNATURE, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:FileHashes.Signature) + )) + , + DESCRIPTOR = _FILEHASHES, + __module__ = 'pywidevine.cdm.formats.wv_proto2_pb2' + # @@protoc_insertion_point(class_scope:FileHashes) + )) +_sym_db.RegisterMessage(FileHashes) +_sym_db.RegisterMessage(FileHashes.Signature) + + +# @@protoc_insertion_point(module_scope) diff --git a/pywidevine/cdm/formats/wv_proto3.proto b/pywidevine/cdm/formats/wv_proto3.proto new file mode 100644 index 0000000..7861b02 --- /dev/null +++ b/pywidevine/cdm/formats/wv_proto3.proto @@ -0,0 +1,389 @@ +// beware proto3 won't show missing fields it seems, need to change to "proto2" and add "optional" before every field, and remove all the dummy enum members I added: +syntax = "proto3"; + +// from x86 (partial), most of it from the ARM version: +message ClientIdentification { + enum TokenType { + KEYBOX = 0; + DEVICE_CERTIFICATE = 1; + REMOTE_ATTESTATION_CERTIFICATE = 2; + } + message NameValue { + string Name = 1; + string Value = 2; + } + message ClientCapabilities { + enum HdcpVersion { + HDCP_NONE = 0; + HDCP_V1 = 1; + HDCP_V2 = 2; + HDCP_V2_1 = 3; + HDCP_V2_2 = 4; + } + uint32 ClientToken = 1; + uint32 SessionToken = 2; + uint32 VideoResolutionConstraints = 3; + HdcpVersion MaxHdcpVersion = 4; + uint32 OemCryptoApiVersion = 5; + } + TokenType Type = 1; + //bytes Token = 2; // by default the client treats this as blob, but it's usually a DeviceCertificate, so for usefulness sake, I'm replacing it with this one: + SignedDeviceCertificate Token = 2; + repeated NameValue ClientInfo = 3; + bytes ProviderClientToken = 4; + uint32 LicenseCounter = 5; + ClientCapabilities _ClientCapabilities = 6; // how should we deal with duped names? will have to look at proto docs later +} + +message DeviceCertificate { + enum CertificateType { + ROOT = 0; + INTERMEDIATE = 1; + USER_DEVICE = 2; + SERVICE = 3; + } + //ProvisionedDeviceInfo.WvSecurityLevel Type = 1; // is this how one is supposed to call it? (it's an enum) there might be a bug here, with CertificateType getting confused with WvSecurityLevel, for now renaming it (verify against other binaries) + CertificateType Type = 1; + bytes SerialNumber = 2; + uint32 CreationTimeSeconds = 3; + bytes PublicKey = 4; + uint32 SystemId = 5; + uint32 TestDeviceDeprecated = 6; // is it bool or int? + bytes ServiceId = 7; // service URL for service certificates +} + +// missing some references, +message DeviceCertificateStatus { + enum CertificateStatus { + VALID = 0; + REVOKED = 1; + } + bytes SerialNumber = 1; + CertificateStatus Status = 2; + ProvisionedDeviceInfo DeviceInfo = 4; // where is 3? is it deprecated? +} + +message DeviceCertificateStatusList { + uint32 CreationTimeSeconds = 1; + repeated DeviceCertificateStatus CertificateStatus = 2; +} + +message EncryptedClientIdentification { + string ServiceId = 1; + bytes ServiceCertificateSerialNumber = 2; + bytes EncryptedClientId = 3; + bytes EncryptedClientIdIv = 4; + bytes EncryptedPrivacyKey = 5; +} + +// todo: fill (for this top-level type, it might be impossible/difficult) +enum LicenseType { + ZERO = 0; + DEFAULT = 1; // do not know what this is either, but should be 1; on recent versions may go up to 3 (latest x86) +} + +// todo: fill (for this top-level type, it might be impossible/difficult) +// this is just a guess because these globals got lost, but really, do we need more? +enum ProtocolVersion { + DUMMY = 0; + CURRENT = 21; // don't have symbols for this +} + + +message LicenseIdentification { + bytes RequestId = 1; + bytes SessionId = 2; + bytes PurchaseId = 3; + LicenseType Type = 4; + uint32 Version = 5; + bytes ProviderSessionToken = 6; +} + + +message License { + message Policy { + uint32 CanPlay = 1; + uint32 CanPersist = 2; + uint32 CanRenew = 3; + uint32 RentalDurationSeconds = 4; + uint32 PlaybackDurationSeconds = 5; + uint32 LicenseDurationSeconds = 6; + uint32 RenewalRecoveryDurationSeconds = 7; + string RenewalServerUrl = 8; + uint32 RenewalDelaySeconds = 9; + uint32 RenewalRetryIntervalSeconds = 10; + uint32 RenewWithUsage = 11; + uint32 UnknownPolicy12 = 12; + } + message KeyContainer { + enum KeyType { + _NOKEYTYPE = 0; // dummy, added to satisfy proto3, not present in original + SIGNING = 1; + CONTENT = 2; + KEY_CONTROL = 3; + OPERATOR_SESSION = 4; + } + enum SecurityLevel { + _NOSECLEVEL = 0; // dummy, added to satisfy proto3, not present in original + SW_SECURE_CRYPTO = 1; + SW_SECURE_DECODE = 2; + HW_SECURE_CRYPTO = 3; + HW_SECURE_DECODE = 4; + HW_SECURE_ALL = 5; + } + message OutputProtection { + enum CGMS { + COPY_FREE = 0; + COPY_ONCE = 2; + COPY_NEVER = 3; + CGMS_NONE = 0x2A; // PC default! + } + ClientIdentification.ClientCapabilities.HdcpVersion Hdcp = 1; // it's most likely a copy of Hdcp version available here, but compiler optimized it away + CGMS CgmsFlags = 2; + } + message KeyControl { + bytes KeyControlBlock = 1; // what is this? + bytes Iv = 2; + } + message OperatorSessionKeyPermissions { + uint32 AllowEncrypt = 1; + uint32 AllowDecrypt = 2; + uint32 AllowSign = 3; + uint32 AllowSignatureVerify = 4; + } + message VideoResolutionConstraint { + uint32 MinResolutionPixels = 1; + uint32 MaxResolutionPixels = 2; + OutputProtection RequiredProtection = 3; + } + bytes Id = 1; + bytes Iv = 2; + bytes Key = 3; + KeyType Type = 4; + SecurityLevel Level = 5; + OutputProtection RequiredProtection = 6; + OutputProtection RequestedProtection = 7; + KeyControl _KeyControl = 8; // duped names, etc + OperatorSessionKeyPermissions _OperatorSessionKeyPermissions = 9; // duped names, etc + repeated VideoResolutionConstraint VideoResolutionConstraints = 10; + } + LicenseIdentification Id = 1; + Policy _Policy = 2; // duped names, etc + repeated KeyContainer Key = 3; + uint32 LicenseStartTime = 4; + uint32 RemoteAttestationVerified = 5; // bool? + bytes ProviderClientToken = 6; + // there might be more, check with newer versions (I see field 7-8 in a lic) + // this appeared in latest x86: + uint32 ProtectionScheme = 7; // type unconfirmed fully, but it's likely as WidevineCencHeader describesit (fourcc) + bytes UnknownHdcpDataField = 8; +} + +message LicenseError { + enum Error { + DUMMY_NO_ERROR = 0; // dummy, added to satisfy proto3 + INVALID_DEVICE_CERTIFICATE = 1; + REVOKED_DEVICE_CERTIFICATE = 2; + SERVICE_UNAVAILABLE = 3; + } + //LicenseRequest.RequestType ErrorCode; // clang mismatch + Error ErrorCode = 1; +} + +message LicenseRequest { + message ContentIdentification { + message CENC { + // bytes Pssh = 1; // the client's definition is opaque, it doesn't care about the contents, but the PSSH has a clear definition that is understood and requested by the server, thus I'll replace it with: + WidevineCencHeader Pssh = 1; + LicenseType LicenseType = 2; // unfortunately the LicenseType symbols are not present, acceptable value seems to only be 1 + bytes RequestId = 3; + } + message WebM { + bytes Header = 1; // identical to CENC, aside from PSSH and the parent field number used + LicenseType LicenseType = 2; + bytes RequestId = 3; + } + message ExistingLicense { + LicenseIdentification LicenseId = 1; + uint32 SecondsSinceStarted = 2; + uint32 SecondsSinceLastPlayed = 3; + bytes SessionUsageTableEntry = 4; + } + CENC CencId = 1; + WebM WebmId = 2; + ExistingLicense License = 3; + } + enum RequestType { + DUMMY_REQ_TYPE = 0; // dummy, added to satisfy proto3 + NEW = 1; + RENEWAL = 2; + RELEASE = 3; + } + ClientIdentification ClientId = 1; + ContentIdentification ContentId = 2; + RequestType Type = 3; + uint32 RequestTime = 4; + bytes KeyControlNonceDeprecated = 5; + ProtocolVersion ProtocolVersion = 6; // lacking symbols for this + uint32 KeyControlNonce = 7; + EncryptedClientIdentification EncryptedClientId = 8; +} + +message ProvisionedDeviceInfo { + enum WvSecurityLevel { + LEVEL_UNSPECIFIED = 0; + LEVEL_1 = 1; + LEVEL_2 = 2; + LEVEL_3 = 3; + } + uint32 SystemId = 1; + string Soc = 2; + string Manufacturer = 3; + string Model = 4; + string DeviceType = 5; + uint32 ModelYear = 6; + WvSecurityLevel SecurityLevel = 7; + uint32 TestDevice = 8; // bool? +} + + +// todo: fill +message ProvisioningOptions { +} + +// todo: fill +message ProvisioningRequest { +} + +// todo: fill +message ProvisioningResponse { +} + +message RemoteAttestation { + EncryptedClientIdentification Certificate = 1; + string Salt = 2; + string Signature = 3; +} + +// todo: fill +message SessionInit { +} + +// todo: fill +message SessionState { +} + +// todo: fill +message SignedCertificateStatusList { +} + +message SignedDeviceCertificate { + + //bytes DeviceCertificate = 1; // again, they use a buffer where it's supposed to be a message, so we'll replace it with what it really is: + DeviceCertificate _DeviceCertificate = 1; // how should we deal with duped names? will have to look at proto docs later + bytes Signature = 2; + SignedDeviceCertificate Signer = 3; +} + + +// todo: fill +message SignedProvisioningMessage { +} + +// the root of all messages, from either server or client +message SignedMessage { + enum MessageType { + DUMMY_MSG_TYPE = 0; // dummy, added to satisfy proto3 + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + bytes Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + bytes SessionKey = 4; // often RSA wrapped for licenses + RemoteAttestation RemoteAttestation = 5; +} + + + +// This message is copied from google's docs, not reversed: +message WidevineCencHeader { + enum Algorithm { + UNENCRYPTED = 0; + AESCTR = 1; + }; + Algorithm algorithm = 1; + repeated bytes key_id = 2; + + // Content provider name. + string provider = 3; + + // A content identifier, specified by content provider. + bytes content_id = 4; + + // Track type. Acceptable values are SD, HD and AUDIO. Used to + // differentiate content keys used by an asset. + string track_type_deprecated = 5; + + // The name of a registered policy to be used for this asset. + string policy = 6; + + // Crypto period index, for media using key rotation. + uint32 crypto_period_index = 7; + + // Optional protected context for group content. The grouped_license is a + // serialized SignedMessage. + bytes grouped_license = 8; + + // Protection scheme identifying the encryption algorithm. + // Represented as one of the following 4CC values: + // 'cenc' (AESCTR), 'cbc1' (AESCBC), + // 'cens' (AESCTR subsample), 'cbcs' (AESCBC subsample). + uint32 protection_scheme = 9; + + // Optional. For media using key rotation, this represents the duration + // of each crypto period in seconds. + uint32 crypto_period_seconds = 10; +} + + + + +// from here on, it's just for testing, these messages don't exist in the binaries, I'm adding them to avoid detecting type programmatically +message SignedLicenseRequest { + enum MessageType { + DUMMY_MSG_TYPE = 0; // dummy, added to satisfy proto3 + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + LicenseRequest Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + bytes SessionKey = 4; // often RSA wrapped for licenses + RemoteAttestation RemoteAttestation = 5; +} + +message SignedLicense { + enum MessageType { + DUMMY_MSG_TYPE = 0; // dummy, added to satisfy proto3 + LICENSE_REQUEST = 1; + LICENSE = 2; + ERROR_RESPONSE = 3; + SERVICE_CERTIFICATE_REQUEST = 4; + SERVICE_CERTIFICATE = 5; + } + MessageType Type = 1; // has in incorrect overlap with License_KeyContainer_SecurityLevel + License Msg = 2; // this has to be casted dynamically, to LicenseRequest, License or LicenseError (? unconfirmed), for Request, no other fields but Type need to be present + // for SERVICE_CERTIFICATE, only Type and Msg are present, and it's just a DeviceCertificate with CertificateType set to SERVICE + bytes Signature = 3; // might be different type of signatures (ex. RSA vs AES CMAC(??), unconfirmed for now) + bytes SessionKey = 4; // often RSA wrapped for licenses + RemoteAttestation RemoteAttestation = 5; +} \ No newline at end of file diff --git a/pywidevine/cdm/formats/wv_proto3_pb2.py b/pywidevine/cdm/formats/wv_proto3_pb2.py new file mode 100644 index 0000000..11ae09f --- /dev/null +++ b/pywidevine/cdm/formats/wv_proto3_pb2.py @@ -0,0 +1,2686 @@ +# Generated by the protocol buffer compiler. DO NOT EDIT! +# source: wv_proto3.proto + +import sys +_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) +from google.protobuf.internal import enum_type_wrapper +from google.protobuf import descriptor as _descriptor +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection +from google.protobuf import symbol_database as _symbol_database +from google.protobuf import descriptor_pb2 +# @@protoc_insertion_point(imports) + +_sym_db = _symbol_database.Default() + + + + +DESCRIPTOR = _descriptor.FileDescriptor( + name='wv_proto3.proto', + package='', + syntax='proto3', + serialized_pb=_b('\n\x0fwv_proto3.proto\"\xc5\x05\n\x14\x43lientIdentification\x12-\n\x04Type\x18\x01 \x01(\x0e\x32\x1f.ClientIdentification.TokenType\x12\'\n\x05Token\x18\x02 \x01(\x0b\x32\x18.SignedDeviceCertificate\x12\x33\n\nClientInfo\x18\x03 \x03(\x0b\x32\x1f.ClientIdentification.NameValue\x12\x1b\n\x13ProviderClientToken\x18\x04 \x01(\x0c\x12\x16\n\x0eLicenseCounter\x18\x05 \x01(\r\x12\x45\n\x13_ClientCapabilities\x18\x06 \x01(\x0b\x32(.ClientIdentification.ClientCapabilities\x1a(\n\tNameValue\x12\x0c\n\x04Name\x18\x01 \x01(\t\x12\r\n\x05Value\x18\x02 \x01(\t\x1a\xa4\x02\n\x12\x43lientCapabilities\x12\x13\n\x0b\x43lientToken\x18\x01 \x01(\r\x12\x14\n\x0cSessionToken\x18\x02 \x01(\r\x12\"\n\x1aVideoResolutionConstraints\x18\x03 \x01(\r\x12L\n\x0eMaxHdcpVersion\x18\x04 \x01(\x0e\x32\x34.ClientIdentification.ClientCapabilities.HdcpVersion\x12\x1b\n\x13OemCryptoApiVersion\x18\x05 \x01(\r\"T\n\x0bHdcpVersion\x12\r\n\tHDCP_NONE\x10\x00\x12\x0b\n\x07HDCP_V1\x10\x01\x12\x0b\n\x07HDCP_V2\x10\x02\x12\r\n\tHDCP_V2_1\x10\x03\x12\r\n\tHDCP_V2_2\x10\x04\"S\n\tTokenType\x12\n\n\x06KEYBOX\x10\x00\x12\x16\n\x12\x44\x45VICE_CERTIFICATE\x10\x01\x12\"\n\x1eREMOTE_ATTESTATION_CERTIFICATE\x10\x02\"\x9b\x02\n\x11\x44\x65viceCertificate\x12\x30\n\x04Type\x18\x01 \x01(\x0e\x32\".DeviceCertificate.CertificateType\x12\x14\n\x0cSerialNumber\x18\x02 \x01(\x0c\x12\x1b\n\x13\x43reationTimeSeconds\x18\x03 \x01(\r\x12\x11\n\tPublicKey\x18\x04 \x01(\x0c\x12\x10\n\x08SystemId\x18\x05 \x01(\r\x12\x1c\n\x14TestDeviceDeprecated\x18\x06 \x01(\r\x12\x11\n\tServiceId\x18\x07 \x01(\x0c\"K\n\x0f\x43\x65rtificateType\x12\x08\n\x04ROOT\x10\x00\x12\x10\n\x0cINTERMEDIATE\x10\x01\x12\x0f\n\x0bUSER_DEVICE\x10\x02\x12\x0b\n\x07SERVICE\x10\x03\"\xc4\x01\n\x17\x44\x65viceCertificateStatus\x12\x14\n\x0cSerialNumber\x18\x01 \x01(\x0c\x12:\n\x06Status\x18\x02 \x01(\x0e\x32*.DeviceCertificateStatus.CertificateStatus\x12*\n\nDeviceInfo\x18\x04 \x01(\x0b\x32\x16.ProvisionedDeviceInfo\"+\n\x11\x43\x65rtificateStatus\x12\t\n\x05VALID\x10\x00\x12\x0b\n\x07REVOKED\x10\x01\"o\n\x1b\x44\x65viceCertificateStatusList\x12\x1b\n\x13\x43reationTimeSeconds\x18\x01 \x01(\r\x12\x33\n\x11\x43\x65rtificateStatus\x18\x02 \x03(\x0b\x32\x18.DeviceCertificateStatus\"\xaf\x01\n\x1d\x45ncryptedClientIdentification\x12\x11\n\tServiceId\x18\x01 \x01(\t\x12&\n\x1eServiceCertificateSerialNumber\x18\x02 \x01(\x0c\x12\x19\n\x11\x45ncryptedClientId\x18\x03 \x01(\x0c\x12\x1b\n\x13\x45ncryptedClientIdIv\x18\x04 \x01(\x0c\x12\x1b\n\x13\x45ncryptedPrivacyKey\x18\x05 \x01(\x0c\"\x9c\x01\n\x15LicenseIdentification\x12\x11\n\tRequestId\x18\x01 \x01(\x0c\x12\x11\n\tSessionId\x18\x02 \x01(\x0c\x12\x12\n\nPurchaseId\x18\x03 \x01(\x0c\x12\x1a\n\x04Type\x18\x04 \x01(\x0e\x32\x0c.LicenseType\x12\x0f\n\x07Version\x18\x05 \x01(\r\x12\x1c\n\x14ProviderSessionToken\x18\x06 \x01(\x0c\"\xfa\x0e\n\x07License\x12\"\n\x02Id\x18\x01 \x01(\x0b\x32\x16.LicenseIdentification\x12 \n\x07_Policy\x18\x02 \x01(\x0b\x32\x0f.License.Policy\x12\"\n\x03Key\x18\x03 \x03(\x0b\x32\x15.License.KeyContainer\x12\x18\n\x10LicenseStartTime\x18\x04 \x01(\r\x12!\n\x19RemoteAttestationVerified\x18\x05 \x01(\r\x12\x1b\n\x13ProviderClientToken\x18\x06 \x01(\x0c\x12\x18\n\x10ProtectionScheme\x18\x07 \x01(\r\x12\x1c\n\x14UnknownHdcpDataField\x18\x08 \x01(\x0c\x1a\xd4\x02\n\x06Policy\x12\x0f\n\x07\x43\x61nPlay\x18\x01 \x01(\r\x12\x12\n\nCanPersist\x18\x02 \x01(\r\x12\x10\n\x08\x43\x61nRenew\x18\x03 \x01(\r\x12\x1d\n\x15RentalDurationSeconds\x18\x04 \x01(\r\x12\x1f\n\x17PlaybackDurationSeconds\x18\x05 \x01(\r\x12\x1e\n\x16LicenseDurationSeconds\x18\x06 \x01(\r\x12&\n\x1eRenewalRecoveryDurationSeconds\x18\x07 \x01(\r\x12\x18\n\x10RenewalServerUrl\x18\x08 \x01(\t\x12\x1b\n\x13RenewalDelaySeconds\x18\t \x01(\r\x12#\n\x1bRenewalRetryIntervalSeconds\x18\n \x01(\r\x12\x16\n\x0eRenewWithUsage\x18\x0b \x01(\r\x12\x17\n\x0fUnknownPolicy12\x18\x0c \x01(\r\x1a\x9b\n\n\x0cKeyContainer\x12\n\n\x02Id\x18\x01 \x01(\x0c\x12\n\n\x02Iv\x18\x02 \x01(\x0c\x12\x0b\n\x03Key\x18\x03 \x01(\x0c\x12+\n\x04Type\x18\x04 \x01(\x0e\x32\x1d.License.KeyContainer.KeyType\x12\x32\n\x05Level\x18\x05 \x01(\x0e\x32#.License.KeyContainer.SecurityLevel\x12\x42\n\x12RequiredProtection\x18\x06 \x01(\x0b\x32&.License.KeyContainer.OutputProtection\x12\x43\n\x13RequestedProtection\x18\x07 \x01(\x0b\x32&.License.KeyContainer.OutputProtection\x12\x35\n\x0b_KeyControl\x18\x08 \x01(\x0b\x32 .License.KeyContainer.KeyControl\x12[\n\x1e_OperatorSessionKeyPermissions\x18\t \x01(\x0b\x32\x33.License.KeyContainer.OperatorSessionKeyPermissions\x12S\n\x1aVideoResolutionConstraints\x18\n \x03(\x0b\x32/.License.KeyContainer.VideoResolutionConstraint\x1a\xdb\x01\n\x10OutputProtection\x12\x42\n\x04Hdcp\x18\x01 \x01(\x0e\x32\x34.ClientIdentification.ClientCapabilities.HdcpVersion\x12>\n\tCgmsFlags\x18\x02 \x01(\x0e\x32+.License.KeyContainer.OutputProtection.CGMS\"C\n\x04\x43GMS\x12\r\n\tCOPY_FREE\x10\x00\x12\r\n\tCOPY_ONCE\x10\x02\x12\x0e\n\nCOPY_NEVER\x10\x03\x12\r\n\tCGMS_NONE\x10*\x1a\x31\n\nKeyControl\x12\x17\n\x0fKeyControlBlock\x18\x01 \x01(\x0c\x12\n\n\x02Iv\x18\x02 \x01(\x0c\x1a|\n\x1dOperatorSessionKeyPermissions\x12\x14\n\x0c\x41llowEncrypt\x18\x01 \x01(\r\x12\x14\n\x0c\x41llowDecrypt\x18\x02 \x01(\r\x12\x11\n\tAllowSign\x18\x03 \x01(\r\x12\x1c\n\x14\x41llowSignatureVerify\x18\x04 \x01(\r\x1a\x99\x01\n\x19VideoResolutionConstraint\x12\x1b\n\x13MinResolutionPixels\x18\x01 \x01(\r\x12\x1b\n\x13MaxResolutionPixels\x18\x02 \x01(\r\x12\x42\n\x12RequiredProtection\x18\x03 \x01(\x0b\x32&.License.KeyContainer.OutputProtection\"Z\n\x07KeyType\x12\x0e\n\n_NOKEYTYPE\x10\x00\x12\x0b\n\x07SIGNING\x10\x01\x12\x0b\n\x07\x43ONTENT\x10\x02\x12\x0f\n\x0bKEY_CONTROL\x10\x03\x12\x14\n\x10OPERATOR_SESSION\x10\x04\"\x8b\x01\n\rSecurityLevel\x12\x0f\n\x0b_NOSECLEVEL\x10\x00\x12\x14\n\x10SW_SECURE_CRYPTO\x10\x01\x12\x14\n\x10SW_SECURE_DECODE\x10\x02\x12\x14\n\x10HW_SECURE_CRYPTO\x10\x03\x12\x14\n\x10HW_SECURE_DECODE\x10\x04\x12\x11\n\rHW_SECURE_ALL\x10\x05\"\xac\x01\n\x0cLicenseError\x12&\n\tErrorCode\x18\x01 \x01(\x0e\x32\x13.LicenseError.Error\"t\n\x05\x45rror\x12\x12\n\x0e\x44UMMY_NO_ERROR\x10\x00\x12\x1e\n\x1aINVALID_DEVICE_CERTIFICATE\x10\x01\x12\x1e\n\x1aREVOKED_DEVICE_CERTIFICATE\x10\x02\x12\x17\n\x13SERVICE_UNAVAILABLE\x10\x03\"\xc0\x07\n\x0eLicenseRequest\x12\'\n\x08\x43lientId\x18\x01 \x01(\x0b\x32\x15.ClientIdentification\x12\x38\n\tContentId\x18\x02 \x01(\x0b\x32%.LicenseRequest.ContentIdentification\x12)\n\x04Type\x18\x03 \x01(\x0e\x32\x1b.LicenseRequest.RequestType\x12\x13\n\x0bRequestTime\x18\x04 \x01(\r\x12!\n\x19KeyControlNonceDeprecated\x18\x05 \x01(\x0c\x12)\n\x0fProtocolVersion\x18\x06 \x01(\x0e\x32\x10.ProtocolVersion\x12\x17\n\x0fKeyControlNonce\x18\x07 \x01(\r\x12\x39\n\x11\x45ncryptedClientId\x18\x08 \x01(\x0b\x32\x1e.EncryptedClientIdentification\x1a\xa2\x04\n\x15\x43ontentIdentification\x12:\n\x06\x43\x65ncId\x18\x01 \x01(\x0b\x32*.LicenseRequest.ContentIdentification.CENC\x12:\n\x06WebmId\x18\x02 \x01(\x0b\x32*.LicenseRequest.ContentIdentification.WebM\x12\x46\n\x07License\x18\x03 \x01(\x0b\x32\x35.LicenseRequest.ContentIdentification.ExistingLicense\x1a_\n\x04\x43\x45NC\x12!\n\x04Pssh\x18\x01 \x01(\x0b\x32\x13.WidevineCencHeader\x12!\n\x0bLicenseType\x18\x02 \x01(\x0e\x32\x0c.LicenseType\x12\x11\n\tRequestId\x18\x03 \x01(\x0c\x1aL\n\x04WebM\x12\x0e\n\x06Header\x18\x01 \x01(\x0c\x12!\n\x0bLicenseType\x18\x02 \x01(\x0e\x32\x0c.LicenseType\x12\x11\n\tRequestId\x18\x03 \x01(\x0c\x1a\x99\x01\n\x0f\x45xistingLicense\x12)\n\tLicenseId\x18\x01 \x01(\x0b\x32\x16.LicenseIdentification\x12\x1b\n\x13SecondsSinceStarted\x18\x02 \x01(\r\x12\x1e\n\x16SecondsSinceLastPlayed\x18\x03 \x01(\r\x12\x1e\n\x16SessionUsageTableEntry\x18\x04 \x01(\x0c\"D\n\x0bRequestType\x12\x12\n\x0e\x44UMMY_REQ_TYPE\x10\x00\x12\x07\n\x03NEW\x10\x01\x12\x0b\n\x07RENEWAL\x10\x02\x12\x0b\n\x07RELEASE\x10\x03\"\xa6\x02\n\x15ProvisionedDeviceInfo\x12\x10\n\x08SystemId\x18\x01 \x01(\r\x12\x0b\n\x03Soc\x18\x02 \x01(\t\x12\x14\n\x0cManufacturer\x18\x03 \x01(\t\x12\r\n\x05Model\x18\x04 \x01(\t\x12\x12\n\nDeviceType\x18\x05 \x01(\t\x12\x11\n\tModelYear\x18\x06 \x01(\r\x12=\n\rSecurityLevel\x18\x07 \x01(\x0e\x32&.ProvisionedDeviceInfo.WvSecurityLevel\x12\x12\n\nTestDevice\x18\x08 \x01(\r\"O\n\x0fWvSecurityLevel\x12\x15\n\x11LEVEL_UNSPECIFIED\x10\x00\x12\x0b\n\x07LEVEL_1\x10\x01\x12\x0b\n\x07LEVEL_2\x10\x02\x12\x0b\n\x07LEVEL_3\x10\x03\"\x15\n\x13ProvisioningOptions\"\x15\n\x13ProvisioningRequest\"\x16\n\x14ProvisioningResponse\"i\n\x11RemoteAttestation\x12\x33\n\x0b\x43\x65rtificate\x18\x01 \x01(\x0b\x32\x1e.EncryptedClientIdentification\x12\x0c\n\x04Salt\x18\x02 \x01(\t\x12\x11\n\tSignature\x18\x03 \x01(\t\"\r\n\x0bSessionInit\"\x0e\n\x0cSessionState\"\x1d\n\x1bSignedCertificateStatusList\"\x86\x01\n\x17SignedDeviceCertificate\x12.\n\x12_DeviceCertificate\x18\x01 \x01(\x0b\x32\x12.DeviceCertificate\x12\x11\n\tSignature\x18\x02 \x01(\x0c\x12(\n\x06Signer\x18\x03 \x01(\x0b\x32\x18.SignedDeviceCertificate\"\x1b\n\x19SignedProvisioningMessage\"\xb0\x02\n\rSignedMessage\x12(\n\x04Type\x18\x01 \x01(\x0e\x32\x1a.SignedMessage.MessageType\x12\x0b\n\x03Msg\x18\x02 \x01(\x0c\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"\x91\x01\n\x0bMessageType\x12\x12\n\x0e\x44UMMY_MSG_TYPE\x10\x00\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xc5\x02\n\x12WidevineCencHeader\x12\x30\n\talgorithm\x18\x01 \x01(\x0e\x32\x1d.WidevineCencHeader.Algorithm\x12\x0e\n\x06key_id\x18\x02 \x03(\x0c\x12\x10\n\x08provider\x18\x03 \x01(\t\x12\x12\n\ncontent_id\x18\x04 \x01(\x0c\x12\x1d\n\x15track_type_deprecated\x18\x05 \x01(\t\x12\x0e\n\x06policy\x18\x06 \x01(\t\x12\x1b\n\x13\x63rypto_period_index\x18\x07 \x01(\r\x12\x17\n\x0fgrouped_license\x18\x08 \x01(\x0c\x12\x19\n\x11protection_scheme\x18\t \x01(\r\x12\x1d\n\x15\x63rypto_period_seconds\x18\n \x01(\r\"(\n\tAlgorithm\x12\x0f\n\x0bUNENCRYPTED\x10\x00\x12\n\n\x06\x41\x45SCTR\x10\x01\"\xcf\x02\n\x14SignedLicenseRequest\x12/\n\x04Type\x18\x01 \x01(\x0e\x32!.SignedLicenseRequest.MessageType\x12\x1c\n\x03Msg\x18\x02 \x01(\x0b\x32\x0f.LicenseRequest\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"\x91\x01\n\x0bMessageType\x12\x12\n\x0e\x44UMMY_MSG_TYPE\x10\x00\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05\"\xba\x02\n\rSignedLicense\x12(\n\x04Type\x18\x01 \x01(\x0e\x32\x1a.SignedLicense.MessageType\x12\x15\n\x03Msg\x18\x02 \x01(\x0b\x32\x08.License\x12\x11\n\tSignature\x18\x03 \x01(\x0c\x12\x12\n\nSessionKey\x18\x04 \x01(\x0c\x12-\n\x11RemoteAttestation\x18\x05 \x01(\x0b\x32\x12.RemoteAttestation\"\x91\x01\n\x0bMessageType\x12\x12\n\x0e\x44UMMY_MSG_TYPE\x10\x00\x12\x13\n\x0fLICENSE_REQUEST\x10\x01\x12\x0b\n\x07LICENSE\x10\x02\x12\x12\n\x0e\x45RROR_RESPONSE\x10\x03\x12\x1f\n\x1bSERVICE_CERTIFICATE_REQUEST\x10\x04\x12\x17\n\x13SERVICE_CERTIFICATE\x10\x05*$\n\x0bLicenseType\x12\x08\n\x04ZERO\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01*)\n\x0fProtocolVersion\x12\t\n\x05\x44UMMY\x10\x00\x12\x0b\n\x07\x43URRENT\x10\x15\x62\x06proto3') +) + +_LICENSETYPE = _descriptor.EnumDescriptor( + name='LicenseType', + full_name='LicenseType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='ZERO', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='DEFAULT', index=1, number=1, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6713, + serialized_end=6749, +) +_sym_db.RegisterEnumDescriptor(_LICENSETYPE) + +LicenseType = enum_type_wrapper.EnumTypeWrapper(_LICENSETYPE) +_PROTOCOLVERSION = _descriptor.EnumDescriptor( + name='ProtocolVersion', + full_name='ProtocolVersion', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DUMMY', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='CURRENT', index=1, number=21, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6751, + serialized_end=6792, +) +_sym_db.RegisterEnumDescriptor(_PROTOCOLVERSION) + +ProtocolVersion = enum_type_wrapper.EnumTypeWrapper(_PROTOCOLVERSION) +ZERO = 0 +DEFAULT = 1 +DUMMY = 0 +CURRENT = 21 + + +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION = _descriptor.EnumDescriptor( + name='HdcpVersion', + full_name='ClientIdentification.ClientCapabilities.HdcpVersion', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='HDCP_NONE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V1', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V2', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V2_1', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HDCP_V2_2', index=4, number=4, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=560, + serialized_end=644, +) +_sym_db.RegisterEnumDescriptor(_CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION) + +_CLIENTIDENTIFICATION_TOKENTYPE = _descriptor.EnumDescriptor( + name='TokenType', + full_name='ClientIdentification.TokenType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='KEYBOX', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='DEVICE_CERTIFICATE', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='REMOTE_ATTESTATION_CERTIFICATE', index=2, number=2, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=646, + serialized_end=729, +) +_sym_db.RegisterEnumDescriptor(_CLIENTIDENTIFICATION_TOKENTYPE) + +_DEVICECERTIFICATE_CERTIFICATETYPE = _descriptor.EnumDescriptor( + name='CertificateType', + full_name='DeviceCertificate.CertificateType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='ROOT', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='INTERMEDIATE', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='USER_DEVICE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE', index=3, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=940, + serialized_end=1015, +) +_sym_db.RegisterEnumDescriptor(_DEVICECERTIFICATE_CERTIFICATETYPE) + +_DEVICECERTIFICATESTATUS_CERTIFICATESTATUS = _descriptor.EnumDescriptor( + name='CertificateStatus', + full_name='DeviceCertificateStatus.CertificateStatus', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='VALID', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='REVOKED', index=1, number=1, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=1171, + serialized_end=1214, +) +_sym_db.RegisterEnumDescriptor(_DEVICECERTIFICATESTATUS_CERTIFICATESTATUS) + +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS = _descriptor.EnumDescriptor( + name='CGMS', + full_name='License.KeyContainer.OutputProtection.CGMS', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='COPY_FREE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='COPY_ONCE', index=1, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='COPY_NEVER', index=2, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='CGMS_NONE', index=3, number=42, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=2947, + serialized_end=3014, +) +_sym_db.RegisterEnumDescriptor(_LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS) + +_LICENSE_KEYCONTAINER_KEYTYPE = _descriptor.EnumDescriptor( + name='KeyType', + full_name='License.KeyContainer.KeyType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='_NOKEYTYPE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SIGNING', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='CONTENT', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='KEY_CONTROL', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='OPERATOR_SESSION', index=4, number=4, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=3349, + serialized_end=3439, +) +_sym_db.RegisterEnumDescriptor(_LICENSE_KEYCONTAINER_KEYTYPE) + +_LICENSE_KEYCONTAINER_SECURITYLEVEL = _descriptor.EnumDescriptor( + name='SecurityLevel', + full_name='License.KeyContainer.SecurityLevel', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='_NOSECLEVEL', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SW_SECURE_CRYPTO', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SW_SECURE_DECODE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HW_SECURE_CRYPTO', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HW_SECURE_DECODE', index=4, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='HW_SECURE_ALL', index=5, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=3442, + serialized_end=3581, +) +_sym_db.RegisterEnumDescriptor(_LICENSE_KEYCONTAINER_SECURITYLEVEL) + +_LICENSEERROR_ERROR = _descriptor.EnumDescriptor( + name='Error', + full_name='LicenseError.Error', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DUMMY_NO_ERROR', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='INVALID_DEVICE_CERTIFICATE', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='REVOKED_DEVICE_CERTIFICATE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_UNAVAILABLE', index=3, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=3640, + serialized_end=3756, +) +_sym_db.RegisterEnumDescriptor(_LICENSEERROR_ERROR) + +_LICENSEREQUEST_REQUESTTYPE = _descriptor.EnumDescriptor( + name='RequestType', + full_name='LicenseRequest.RequestType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DUMMY_REQ_TYPE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='NEW', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='RENEWAL', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='RELEASE', index=3, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=4651, + serialized_end=4719, +) +_sym_db.RegisterEnumDescriptor(_LICENSEREQUEST_REQUESTTYPE) + +_PROVISIONEDDEVICEINFO_WVSECURITYLEVEL = _descriptor.EnumDescriptor( + name='WvSecurityLevel', + full_name='ProvisionedDeviceInfo.WvSecurityLevel', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='LEVEL_UNSPECIFIED', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LEVEL_1', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LEVEL_2', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LEVEL_3', index=3, number=3, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=4937, + serialized_end=5016, +) +_sym_db.RegisterEnumDescriptor(_PROVISIONEDDEVICEINFO_WVSECURITYLEVEL) + +_SIGNEDMESSAGE_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedMessage.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DUMMY_MSG_TYPE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=4, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=5, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=5583, + serialized_end=5728, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDMESSAGE_MESSAGETYPE) + +_WIDEVINECENCHEADER_ALGORITHM = _descriptor.EnumDescriptor( + name='Algorithm', + full_name='WidevineCencHeader.Algorithm', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='UNENCRYPTED', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='AESCTR', index=1, number=1, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=6016, + serialized_end=6056, +) +_sym_db.RegisterEnumDescriptor(_WIDEVINECENCHEADER_ALGORITHM) + +_SIGNEDLICENSEREQUEST_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedLicenseRequest.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DUMMY_MSG_TYPE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=4, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=5, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=5583, + serialized_end=5728, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDLICENSEREQUEST_MESSAGETYPE) + +_SIGNEDLICENSE_MESSAGETYPE = _descriptor.EnumDescriptor( + name='MessageType', + full_name='SignedLicense.MessageType', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DUMMY_MSG_TYPE', index=0, number=0, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE_REQUEST', index=1, number=1, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='LICENSE', index=2, number=2, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='ERROR_RESPONSE', index=3, number=3, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE_REQUEST', index=4, number=4, + options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='SERVICE_CERTIFICATE', index=5, number=5, + options=None, + type=None), + ], + containing_type=None, + options=None, + serialized_start=5583, + serialized_end=5728, +) +_sym_db.RegisterEnumDescriptor(_SIGNEDLICENSE_MESSAGETYPE) + + +_CLIENTIDENTIFICATION_NAMEVALUE = _descriptor.Descriptor( + name='NameValue', + full_name='ClientIdentification.NameValue', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Name', full_name='ClientIdentification.NameValue.Name', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Value', full_name='ClientIdentification.NameValue.Value', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=309, + serialized_end=349, +) + +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES = _descriptor.Descriptor( + name='ClientCapabilities', + full_name='ClientIdentification.ClientCapabilities', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ClientToken', full_name='ClientIdentification.ClientCapabilities.ClientToken', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionToken', full_name='ClientIdentification.ClientCapabilities.SessionToken', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='VideoResolutionConstraints', full_name='ClientIdentification.ClientCapabilities.VideoResolutionConstraints', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='MaxHdcpVersion', full_name='ClientIdentification.ClientCapabilities.MaxHdcpVersion', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='OemCryptoApiVersion', full_name='ClientIdentification.ClientCapabilities.OemCryptoApiVersion', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=352, + serialized_end=644, +) + +_CLIENTIDENTIFICATION = _descriptor.Descriptor( + name='ClientIdentification', + full_name='ClientIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='ClientIdentification.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Token', full_name='ClientIdentification.Token', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ClientInfo', full_name='ClientIdentification.ClientInfo', index=2, + number=3, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProviderClientToken', full_name='ClientIdentification.ProviderClientToken', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseCounter', full_name='ClientIdentification.LicenseCounter', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_ClientCapabilities', full_name='ClientIdentification._ClientCapabilities', index=5, + number=6, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_CLIENTIDENTIFICATION_NAMEVALUE, _CLIENTIDENTIFICATION_CLIENTCAPABILITIES, ], + enum_types=[ + _CLIENTIDENTIFICATION_TOKENTYPE, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=20, + serialized_end=729, +) + + +_DEVICECERTIFICATE = _descriptor.Descriptor( + name='DeviceCertificate', + full_name='DeviceCertificate', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='DeviceCertificate.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SerialNumber', full_name='DeviceCertificate.SerialNumber', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CreationTimeSeconds', full_name='DeviceCertificate.CreationTimeSeconds', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='PublicKey', full_name='DeviceCertificate.PublicKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SystemId', full_name='DeviceCertificate.SystemId', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='TestDeviceDeprecated', full_name='DeviceCertificate.TestDeviceDeprecated', index=5, + number=6, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ServiceId', full_name='DeviceCertificate.ServiceId', index=6, + number=7, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _DEVICECERTIFICATE_CERTIFICATETYPE, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=732, + serialized_end=1015, +) + + +_DEVICECERTIFICATESTATUS = _descriptor.Descriptor( + name='DeviceCertificateStatus', + full_name='DeviceCertificateStatus', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='SerialNumber', full_name='DeviceCertificateStatus.SerialNumber', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Status', full_name='DeviceCertificateStatus.Status', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='DeviceInfo', full_name='DeviceCertificateStatus.DeviceInfo', index=2, + number=4, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _DEVICECERTIFICATESTATUS_CERTIFICATESTATUS, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1018, + serialized_end=1214, +) + + +_DEVICECERTIFICATESTATUSLIST = _descriptor.Descriptor( + name='DeviceCertificateStatusList', + full_name='DeviceCertificateStatusList', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CreationTimeSeconds', full_name='DeviceCertificateStatusList.CreationTimeSeconds', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CertificateStatus', full_name='DeviceCertificateStatusList.CertificateStatus', index=1, + number=2, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1216, + serialized_end=1327, +) + + +_ENCRYPTEDCLIENTIDENTIFICATION = _descriptor.Descriptor( + name='EncryptedClientIdentification', + full_name='EncryptedClientIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ServiceId', full_name='EncryptedClientIdentification.ServiceId', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ServiceCertificateSerialNumber', full_name='EncryptedClientIdentification.ServiceCertificateSerialNumber', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientId', full_name='EncryptedClientIdentification.EncryptedClientId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientIdIv', full_name='EncryptedClientIdentification.EncryptedClientIdIv', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedPrivacyKey', full_name='EncryptedClientIdentification.EncryptedPrivacyKey', index=4, + number=5, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1330, + serialized_end=1505, +) + + +_LICENSEIDENTIFICATION = _descriptor.Descriptor( + name='LicenseIdentification', + full_name='LicenseIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseIdentification.RequestId', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionId', full_name='LicenseIdentification.SessionId', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='PurchaseId', full_name='LicenseIdentification.PurchaseId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='LicenseIdentification.Type', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Version', full_name='LicenseIdentification.Version', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProviderSessionToken', full_name='LicenseIdentification.ProviderSessionToken', index=5, + number=6, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1508, + serialized_end=1664, +) + + +_LICENSE_POLICY = _descriptor.Descriptor( + name='Policy', + full_name='License.Policy', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CanPlay', full_name='License.Policy.CanPlay', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CanPersist', full_name='License.Policy.CanPersist', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CanRenew', full_name='License.Policy.CanRenew', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RentalDurationSeconds', full_name='License.Policy.RentalDurationSeconds', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='PlaybackDurationSeconds', full_name='License.Policy.PlaybackDurationSeconds', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseDurationSeconds', full_name='License.Policy.LicenseDurationSeconds', index=5, + number=6, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalRecoveryDurationSeconds', full_name='License.Policy.RenewalRecoveryDurationSeconds', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalServerUrl', full_name='License.Policy.RenewalServerUrl', index=7, + number=8, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalDelaySeconds', full_name='License.Policy.RenewalDelaySeconds', index=8, + number=9, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewalRetryIntervalSeconds', full_name='License.Policy.RenewalRetryIntervalSeconds', index=9, + number=10, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RenewWithUsage', full_name='License.Policy.RenewWithUsage', index=10, + number=11, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='UnknownPolicy12', full_name='License.Policy.UnknownPolicy12', index=11, + number=12, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1931, + serialized_end=2271, +) + +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION = _descriptor.Descriptor( + name='OutputProtection', + full_name='License.KeyContainer.OutputProtection', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Hdcp', full_name='License.KeyContainer.OutputProtection.Hdcp', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='CgmsFlags', full_name='License.KeyContainer.OutputProtection.CgmsFlags', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2795, + serialized_end=3014, +) + +_LICENSE_KEYCONTAINER_KEYCONTROL = _descriptor.Descriptor( + name='KeyControl', + full_name='License.KeyContainer.KeyControl', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='KeyControlBlock', full_name='License.KeyContainer.KeyControl.KeyControlBlock', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Iv', full_name='License.KeyContainer.KeyControl.Iv', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3016, + serialized_end=3065, +) + +_LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS = _descriptor.Descriptor( + name='OperatorSessionKeyPermissions', + full_name='License.KeyContainer.OperatorSessionKeyPermissions', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='AllowEncrypt', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowEncrypt', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='AllowDecrypt', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowDecrypt', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='AllowSign', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowSign', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='AllowSignatureVerify', full_name='License.KeyContainer.OperatorSessionKeyPermissions.AllowSignatureVerify', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3067, + serialized_end=3191, +) + +_LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT = _descriptor.Descriptor( + name='VideoResolutionConstraint', + full_name='License.KeyContainer.VideoResolutionConstraint', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='MinResolutionPixels', full_name='License.KeyContainer.VideoResolutionConstraint.MinResolutionPixels', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='MaxResolutionPixels', full_name='License.KeyContainer.VideoResolutionConstraint.MaxResolutionPixels', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequiredProtection', full_name='License.KeyContainer.VideoResolutionConstraint.RequiredProtection', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3194, + serialized_end=3347, +) + +_LICENSE_KEYCONTAINER = _descriptor.Descriptor( + name='KeyContainer', + full_name='License.KeyContainer', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Id', full_name='License.KeyContainer.Id', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Iv', full_name='License.KeyContainer.Iv', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Key', full_name='License.KeyContainer.Key', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='License.KeyContainer.Type', index=3, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Level', full_name='License.KeyContainer.Level', index=4, + number=5, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequiredProtection', full_name='License.KeyContainer.RequiredProtection', index=5, + number=6, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestedProtection', full_name='License.KeyContainer.RequestedProtection', index=6, + number=7, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_KeyControl', full_name='License.KeyContainer._KeyControl', index=7, + number=8, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_OperatorSessionKeyPermissions', full_name='License.KeyContainer._OperatorSessionKeyPermissions', index=8, + number=9, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='VideoResolutionConstraints', full_name='License.KeyContainer.VideoResolutionConstraints', index=9, + number=10, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSE_KEYCONTAINER_OUTPUTPROTECTION, _LICENSE_KEYCONTAINER_KEYCONTROL, _LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS, _LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT, ], + enum_types=[ + _LICENSE_KEYCONTAINER_KEYTYPE, + _LICENSE_KEYCONTAINER_SECURITYLEVEL, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2274, + serialized_end=3581, +) + +_LICENSE = _descriptor.Descriptor( + name='License', + full_name='License', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Id', full_name='License.Id', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='_Policy', full_name='License._Policy', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Key', full_name='License.Key', index=2, + number=3, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseStartTime', full_name='License.LicenseStartTime', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestationVerified', full_name='License.RemoteAttestationVerified', index=4, + number=5, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProviderClientToken', full_name='License.ProviderClientToken', index=5, + number=6, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProtectionScheme', full_name='License.ProtectionScheme', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='UnknownHdcpDataField', full_name='License.UnknownHdcpDataField', index=7, + number=8, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSE_POLICY, _LICENSE_KEYCONTAINER, ], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=1667, + serialized_end=3581, +) + + +_LICENSEERROR = _descriptor.Descriptor( + name='LicenseError', + full_name='LicenseError', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ErrorCode', full_name='LicenseError.ErrorCode', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _LICENSEERROR_ERROR, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3584, + serialized_end=3756, +) + + +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC = _descriptor.Descriptor( + name='CENC', + full_name='LicenseRequest.ContentIdentification.CENC', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Pssh', full_name='LicenseRequest.ContentIdentification.CENC.Pssh', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseType', full_name='LicenseRequest.ContentIdentification.CENC.LicenseType', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseRequest.ContentIdentification.CENC.RequestId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4320, + serialized_end=4415, +) + +_LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM = _descriptor.Descriptor( + name='WebM', + full_name='LicenseRequest.ContentIdentification.WebM', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Header', full_name='LicenseRequest.ContentIdentification.WebM.Header', index=0, + number=1, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='LicenseType', full_name='LicenseRequest.ContentIdentification.WebM.LicenseType', index=1, + number=2, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestId', full_name='LicenseRequest.ContentIdentification.WebM.RequestId', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4417, + serialized_end=4493, +) + +_LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE = _descriptor.Descriptor( + name='ExistingLicense', + full_name='LicenseRequest.ContentIdentification.ExistingLicense', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='LicenseId', full_name='LicenseRequest.ContentIdentification.ExistingLicense.LicenseId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecondsSinceStarted', full_name='LicenseRequest.ContentIdentification.ExistingLicense.SecondsSinceStarted', index=1, + number=2, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecondsSinceLastPlayed', full_name='LicenseRequest.ContentIdentification.ExistingLicense.SecondsSinceLastPlayed', index=2, + number=3, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionUsageTableEntry', full_name='LicenseRequest.ContentIdentification.ExistingLicense.SessionUsageTableEntry', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4496, + serialized_end=4649, +) + +_LICENSEREQUEST_CONTENTIDENTIFICATION = _descriptor.Descriptor( + name='ContentIdentification', + full_name='LicenseRequest.ContentIdentification', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='CencId', full_name='LicenseRequest.ContentIdentification.CencId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='WebmId', full_name='LicenseRequest.ContentIdentification.WebmId', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='License', full_name='LicenseRequest.ContentIdentification.License', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC, _LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM, _LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE, ], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4103, + serialized_end=4649, +) + +_LICENSEREQUEST = _descriptor.Descriptor( + name='LicenseRequest', + full_name='LicenseRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='ClientId', full_name='LicenseRequest.ClientId', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ContentId', full_name='LicenseRequest.ContentId', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Type', full_name='LicenseRequest.Type', index=2, + number=3, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RequestTime', full_name='LicenseRequest.RequestTime', index=3, + number=4, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='KeyControlNonceDeprecated', full_name='LicenseRequest.KeyControlNonceDeprecated', index=4, + number=5, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ProtocolVersion', full_name='LicenseRequest.ProtocolVersion', index=5, + number=6, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='KeyControlNonce', full_name='LicenseRequest.KeyControlNonce', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='EncryptedClientId', full_name='LicenseRequest.EncryptedClientId', index=7, + number=8, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[_LICENSEREQUEST_CONTENTIDENTIFICATION, ], + enum_types=[ + _LICENSEREQUEST_REQUESTTYPE, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=3759, + serialized_end=4719, +) + + +_PROVISIONEDDEVICEINFO = _descriptor.Descriptor( + name='ProvisionedDeviceInfo', + full_name='ProvisionedDeviceInfo', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='SystemId', full_name='ProvisionedDeviceInfo.SystemId', index=0, + number=1, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Soc', full_name='ProvisionedDeviceInfo.Soc', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Manufacturer', full_name='ProvisionedDeviceInfo.Manufacturer', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Model', full_name='ProvisionedDeviceInfo.Model', index=3, + number=4, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='DeviceType', full_name='ProvisionedDeviceInfo.DeviceType', index=4, + number=5, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='ModelYear', full_name='ProvisionedDeviceInfo.ModelYear', index=5, + number=6, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SecurityLevel', full_name='ProvisionedDeviceInfo.SecurityLevel', index=6, + number=7, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='TestDevice', full_name='ProvisionedDeviceInfo.TestDevice', index=7, + number=8, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _PROVISIONEDDEVICEINFO_WVSECURITYLEVEL, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=4722, + serialized_end=5016, +) + + +_PROVISIONINGOPTIONS = _descriptor.Descriptor( + name='ProvisioningOptions', + full_name='ProvisioningOptions', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5018, + serialized_end=5039, +) + + +_PROVISIONINGREQUEST = _descriptor.Descriptor( + name='ProvisioningRequest', + full_name='ProvisioningRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5041, + serialized_end=5062, +) + + +_PROVISIONINGRESPONSE = _descriptor.Descriptor( + name='ProvisioningResponse', + full_name='ProvisioningResponse', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5064, + serialized_end=5086, +) + + +_REMOTEATTESTATION = _descriptor.Descriptor( + name='RemoteAttestation', + full_name='RemoteAttestation', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Certificate', full_name='RemoteAttestation.Certificate', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Salt', full_name='RemoteAttestation.Salt', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='RemoteAttestation.Signature', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5088, + serialized_end=5193, +) + + +_SESSIONINIT = _descriptor.Descriptor( + name='SessionInit', + full_name='SessionInit', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5195, + serialized_end=5208, +) + + +_SESSIONSTATE = _descriptor.Descriptor( + name='SessionState', + full_name='SessionState', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5210, + serialized_end=5224, +) + + +_SIGNEDCERTIFICATESTATUSLIST = _descriptor.Descriptor( + name='SignedCertificateStatusList', + full_name='SignedCertificateStatusList', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5226, + serialized_end=5255, +) + + +_SIGNEDDEVICECERTIFICATE = _descriptor.Descriptor( + name='SignedDeviceCertificate', + full_name='SignedDeviceCertificate', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='_DeviceCertificate', full_name='SignedDeviceCertificate._DeviceCertificate', index=0, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedDeviceCertificate.Signature', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signer', full_name='SignedDeviceCertificate.Signer', index=2, + number=3, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5258, + serialized_end=5392, +) + + +_SIGNEDPROVISIONINGMESSAGE = _descriptor.Descriptor( + name='SignedProvisioningMessage', + full_name='SignedProvisioningMessage', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5394, + serialized_end=5421, +) + + +_SIGNEDMESSAGE = _descriptor.Descriptor( + name='SignedMessage', + full_name='SignedMessage', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedMessage.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedMessage.Msg', index=1, + number=2, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedMessage.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedMessage.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedMessage.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDMESSAGE_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5424, + serialized_end=5728, +) + + +_WIDEVINECENCHEADER = _descriptor.Descriptor( + name='WidevineCencHeader', + full_name='WidevineCencHeader', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='algorithm', full_name='WidevineCencHeader.algorithm', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='key_id', full_name='WidevineCencHeader.key_id', index=1, + number=2, type=12, cpp_type=9, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='provider', full_name='WidevineCencHeader.provider', index=2, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='content_id', full_name='WidevineCencHeader.content_id', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='track_type_deprecated', full_name='WidevineCencHeader.track_type_deprecated', index=4, + number=5, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='policy', full_name='WidevineCencHeader.policy', index=5, + number=6, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='crypto_period_index', full_name='WidevineCencHeader.crypto_period_index', index=6, + number=7, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='grouped_license', full_name='WidevineCencHeader.grouped_license', index=7, + number=8, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='protection_scheme', full_name='WidevineCencHeader.protection_scheme', index=8, + number=9, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='crypto_period_seconds', full_name='WidevineCencHeader.crypto_period_seconds', index=9, + number=10, type=13, cpp_type=3, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _WIDEVINECENCHEADER_ALGORITHM, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=5731, + serialized_end=6056, +) + + +_SIGNEDLICENSEREQUEST = _descriptor.Descriptor( + name='SignedLicenseRequest', + full_name='SignedLicenseRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedLicenseRequest.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedLicenseRequest.Msg', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedLicenseRequest.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedLicenseRequest.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedLicenseRequest.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDLICENSEREQUEST_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6059, + serialized_end=6394, +) + + +_SIGNEDLICENSE = _descriptor.Descriptor( + name='SignedLicense', + full_name='SignedLicense', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='Type', full_name='SignedLicense.Type', index=0, + number=1, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Msg', full_name='SignedLicense.Msg', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='Signature', full_name='SignedLicense.Signature', index=2, + number=3, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='SessionKey', full_name='SignedLicense.SessionKey', index=3, + number=4, type=12, cpp_type=9, label=1, + has_default_value=False, default_value=_b(""), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + _descriptor.FieldDescriptor( + name='RemoteAttestation', full_name='SignedLicense.RemoteAttestation', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _SIGNEDLICENSE_MESSAGETYPE, + ], + options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=6397, + serialized_end=6711, +) + +_CLIENTIDENTIFICATION_NAMEVALUE.containing_type = _CLIENTIDENTIFICATION +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES.fields_by_name['MaxHdcpVersion'].enum_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES.containing_type = _CLIENTIDENTIFICATION +_CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION.containing_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES +_CLIENTIDENTIFICATION.fields_by_name['Type'].enum_type = _CLIENTIDENTIFICATION_TOKENTYPE +_CLIENTIDENTIFICATION.fields_by_name['Token'].message_type = _SIGNEDDEVICECERTIFICATE +_CLIENTIDENTIFICATION.fields_by_name['ClientInfo'].message_type = _CLIENTIDENTIFICATION_NAMEVALUE +_CLIENTIDENTIFICATION.fields_by_name['_ClientCapabilities'].message_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES +_CLIENTIDENTIFICATION_TOKENTYPE.containing_type = _CLIENTIDENTIFICATION +_DEVICECERTIFICATE.fields_by_name['Type'].enum_type = _DEVICECERTIFICATE_CERTIFICATETYPE +_DEVICECERTIFICATE_CERTIFICATETYPE.containing_type = _DEVICECERTIFICATE +_DEVICECERTIFICATESTATUS.fields_by_name['Status'].enum_type = _DEVICECERTIFICATESTATUS_CERTIFICATESTATUS +_DEVICECERTIFICATESTATUS.fields_by_name['DeviceInfo'].message_type = _PROVISIONEDDEVICEINFO +_DEVICECERTIFICATESTATUS_CERTIFICATESTATUS.containing_type = _DEVICECERTIFICATESTATUS +_DEVICECERTIFICATESTATUSLIST.fields_by_name['CertificateStatus'].message_type = _DEVICECERTIFICATESTATUS +_LICENSEIDENTIFICATION.fields_by_name['Type'].enum_type = _LICENSETYPE +_LICENSE_POLICY.containing_type = _LICENSE +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION.fields_by_name['Hdcp'].enum_type = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES_HDCPVERSION +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION.fields_by_name['CgmsFlags'].enum_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_OUTPUTPROTECTION_CGMS.containing_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER_KEYCONTROL.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT.fields_by_name['RequiredProtection'].message_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER.fields_by_name['Type'].enum_type = _LICENSE_KEYCONTAINER_KEYTYPE +_LICENSE_KEYCONTAINER.fields_by_name['Level'].enum_type = _LICENSE_KEYCONTAINER_SECURITYLEVEL +_LICENSE_KEYCONTAINER.fields_by_name['RequiredProtection'].message_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER.fields_by_name['RequestedProtection'].message_type = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION +_LICENSE_KEYCONTAINER.fields_by_name['_KeyControl'].message_type = _LICENSE_KEYCONTAINER_KEYCONTROL +_LICENSE_KEYCONTAINER.fields_by_name['_OperatorSessionKeyPermissions'].message_type = _LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS +_LICENSE_KEYCONTAINER.fields_by_name['VideoResolutionConstraints'].message_type = _LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT +_LICENSE_KEYCONTAINER.containing_type = _LICENSE +_LICENSE_KEYCONTAINER_KEYTYPE.containing_type = _LICENSE_KEYCONTAINER +_LICENSE_KEYCONTAINER_SECURITYLEVEL.containing_type = _LICENSE_KEYCONTAINER +_LICENSE.fields_by_name['Id'].message_type = _LICENSEIDENTIFICATION +_LICENSE.fields_by_name['_Policy'].message_type = _LICENSE_POLICY +_LICENSE.fields_by_name['Key'].message_type = _LICENSE_KEYCONTAINER +_LICENSEERROR.fields_by_name['ErrorCode'].enum_type = _LICENSEERROR_ERROR +_LICENSEERROR_ERROR.containing_type = _LICENSEERROR +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC.fields_by_name['Pssh'].message_type = _WIDEVINECENCHEADER +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC.fields_by_name['LicenseType'].enum_type = _LICENSETYPE +_LICENSEREQUEST_CONTENTIDENTIFICATION_CENC.containing_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM.fields_by_name['LicenseType'].enum_type = _LICENSETYPE +_LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM.containing_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE.fields_by_name['LicenseId'].message_type = _LICENSEIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE.containing_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST_CONTENTIDENTIFICATION.fields_by_name['CencId'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION_CENC +_LICENSEREQUEST_CONTENTIDENTIFICATION.fields_by_name['WebmId'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM +_LICENSEREQUEST_CONTENTIDENTIFICATION.fields_by_name['License'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE +_LICENSEREQUEST_CONTENTIDENTIFICATION.containing_type = _LICENSEREQUEST +_LICENSEREQUEST.fields_by_name['ClientId'].message_type = _CLIENTIDENTIFICATION +_LICENSEREQUEST.fields_by_name['ContentId'].message_type = _LICENSEREQUEST_CONTENTIDENTIFICATION +_LICENSEREQUEST.fields_by_name['Type'].enum_type = _LICENSEREQUEST_REQUESTTYPE +_LICENSEREQUEST.fields_by_name['ProtocolVersion'].enum_type = _PROTOCOLVERSION +_LICENSEREQUEST.fields_by_name['EncryptedClientId'].message_type = _ENCRYPTEDCLIENTIDENTIFICATION +_LICENSEREQUEST_REQUESTTYPE.containing_type = _LICENSEREQUEST +_PROVISIONEDDEVICEINFO.fields_by_name['SecurityLevel'].enum_type = _PROVISIONEDDEVICEINFO_WVSECURITYLEVEL +_PROVISIONEDDEVICEINFO_WVSECURITYLEVEL.containing_type = _PROVISIONEDDEVICEINFO +_REMOTEATTESTATION.fields_by_name['Certificate'].message_type = _ENCRYPTEDCLIENTIDENTIFICATION +_SIGNEDDEVICECERTIFICATE.fields_by_name['_DeviceCertificate'].message_type = _DEVICECERTIFICATE +_SIGNEDDEVICECERTIFICATE.fields_by_name['Signer'].message_type = _SIGNEDDEVICECERTIFICATE +_SIGNEDMESSAGE.fields_by_name['Type'].enum_type = _SIGNEDMESSAGE_MESSAGETYPE +_SIGNEDMESSAGE.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDMESSAGE_MESSAGETYPE.containing_type = _SIGNEDMESSAGE +_WIDEVINECENCHEADER.fields_by_name['algorithm'].enum_type = _WIDEVINECENCHEADER_ALGORITHM +_WIDEVINECENCHEADER_ALGORITHM.containing_type = _WIDEVINECENCHEADER +_SIGNEDLICENSEREQUEST.fields_by_name['Type'].enum_type = _SIGNEDLICENSEREQUEST_MESSAGETYPE +_SIGNEDLICENSEREQUEST.fields_by_name['Msg'].message_type = _LICENSEREQUEST +_SIGNEDLICENSEREQUEST.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDLICENSEREQUEST_MESSAGETYPE.containing_type = _SIGNEDLICENSEREQUEST +_SIGNEDLICENSE.fields_by_name['Type'].enum_type = _SIGNEDLICENSE_MESSAGETYPE +_SIGNEDLICENSE.fields_by_name['Msg'].message_type = _LICENSE +_SIGNEDLICENSE.fields_by_name['RemoteAttestation'].message_type = _REMOTEATTESTATION +_SIGNEDLICENSE_MESSAGETYPE.containing_type = _SIGNEDLICENSE +DESCRIPTOR.message_types_by_name['ClientIdentification'] = _CLIENTIDENTIFICATION +DESCRIPTOR.message_types_by_name['DeviceCertificate'] = _DEVICECERTIFICATE +DESCRIPTOR.message_types_by_name['DeviceCertificateStatus'] = _DEVICECERTIFICATESTATUS +DESCRIPTOR.message_types_by_name['DeviceCertificateStatusList'] = _DEVICECERTIFICATESTATUSLIST +DESCRIPTOR.message_types_by_name['EncryptedClientIdentification'] = _ENCRYPTEDCLIENTIDENTIFICATION +DESCRIPTOR.message_types_by_name['LicenseIdentification'] = _LICENSEIDENTIFICATION +DESCRIPTOR.message_types_by_name['License'] = _LICENSE +DESCRIPTOR.message_types_by_name['LicenseError'] = _LICENSEERROR +DESCRIPTOR.message_types_by_name['LicenseRequest'] = _LICENSEREQUEST +DESCRIPTOR.message_types_by_name['ProvisionedDeviceInfo'] = _PROVISIONEDDEVICEINFO +DESCRIPTOR.message_types_by_name['ProvisioningOptions'] = _PROVISIONINGOPTIONS +DESCRIPTOR.message_types_by_name['ProvisioningRequest'] = _PROVISIONINGREQUEST +DESCRIPTOR.message_types_by_name['ProvisioningResponse'] = _PROVISIONINGRESPONSE +DESCRIPTOR.message_types_by_name['RemoteAttestation'] = _REMOTEATTESTATION +DESCRIPTOR.message_types_by_name['SessionInit'] = _SESSIONINIT +DESCRIPTOR.message_types_by_name['SessionState'] = _SESSIONSTATE +DESCRIPTOR.message_types_by_name['SignedCertificateStatusList'] = _SIGNEDCERTIFICATESTATUSLIST +DESCRIPTOR.message_types_by_name['SignedDeviceCertificate'] = _SIGNEDDEVICECERTIFICATE +DESCRIPTOR.message_types_by_name['SignedProvisioningMessage'] = _SIGNEDPROVISIONINGMESSAGE +DESCRIPTOR.message_types_by_name['SignedMessage'] = _SIGNEDMESSAGE +DESCRIPTOR.message_types_by_name['WidevineCencHeader'] = _WIDEVINECENCHEADER +DESCRIPTOR.message_types_by_name['SignedLicenseRequest'] = _SIGNEDLICENSEREQUEST +DESCRIPTOR.message_types_by_name['SignedLicense'] = _SIGNEDLICENSE +DESCRIPTOR.enum_types_by_name['LicenseType'] = _LICENSETYPE +DESCRIPTOR.enum_types_by_name['ProtocolVersion'] = _PROTOCOLVERSION +_sym_db.RegisterFileDescriptor(DESCRIPTOR) + +ClientIdentification = _reflection.GeneratedProtocolMessageType('ClientIdentification', (_message.Message,), dict( + + NameValue = _reflection.GeneratedProtocolMessageType('NameValue', (_message.Message,), dict( + DESCRIPTOR = _CLIENTIDENTIFICATION_NAMEVALUE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ClientIdentification.NameValue) + )) + , + + ClientCapabilities = _reflection.GeneratedProtocolMessageType('ClientCapabilities', (_message.Message,), dict( + DESCRIPTOR = _CLIENTIDENTIFICATION_CLIENTCAPABILITIES, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ClientIdentification.ClientCapabilities) + )) + , + DESCRIPTOR = _CLIENTIDENTIFICATION, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ClientIdentification) + )) +_sym_db.RegisterMessage(ClientIdentification) +_sym_db.RegisterMessage(ClientIdentification.NameValue) +_sym_db.RegisterMessage(ClientIdentification.ClientCapabilities) + +DeviceCertificate = _reflection.GeneratedProtocolMessageType('DeviceCertificate', (_message.Message,), dict( + DESCRIPTOR = _DEVICECERTIFICATE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:DeviceCertificate) + )) +_sym_db.RegisterMessage(DeviceCertificate) + +DeviceCertificateStatus = _reflection.GeneratedProtocolMessageType('DeviceCertificateStatus', (_message.Message,), dict( + DESCRIPTOR = _DEVICECERTIFICATESTATUS, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:DeviceCertificateStatus) + )) +_sym_db.RegisterMessage(DeviceCertificateStatus) + +DeviceCertificateStatusList = _reflection.GeneratedProtocolMessageType('DeviceCertificateStatusList', (_message.Message,), dict( + DESCRIPTOR = _DEVICECERTIFICATESTATUSLIST, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:DeviceCertificateStatusList) + )) +_sym_db.RegisterMessage(DeviceCertificateStatusList) + +EncryptedClientIdentification = _reflection.GeneratedProtocolMessageType('EncryptedClientIdentification', (_message.Message,), dict( + DESCRIPTOR = _ENCRYPTEDCLIENTIDENTIFICATION, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:EncryptedClientIdentification) + )) +_sym_db.RegisterMessage(EncryptedClientIdentification) + +LicenseIdentification = _reflection.GeneratedProtocolMessageType('LicenseIdentification', (_message.Message,), dict( + DESCRIPTOR = _LICENSEIDENTIFICATION, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseIdentification) + )) +_sym_db.RegisterMessage(LicenseIdentification) + +License = _reflection.GeneratedProtocolMessageType('License', (_message.Message,), dict( + + Policy = _reflection.GeneratedProtocolMessageType('Policy', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_POLICY, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License.Policy) + )) + , + + KeyContainer = _reflection.GeneratedProtocolMessageType('KeyContainer', (_message.Message,), dict( + + OutputProtection = _reflection.GeneratedProtocolMessageType('OutputProtection', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_OUTPUTPROTECTION, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.OutputProtection) + )) + , + + KeyControl = _reflection.GeneratedProtocolMessageType('KeyControl', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_KEYCONTROL, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.KeyControl) + )) + , + + OperatorSessionKeyPermissions = _reflection.GeneratedProtocolMessageType('OperatorSessionKeyPermissions', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_OPERATORSESSIONKEYPERMISSIONS, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.OperatorSessionKeyPermissions) + )) + , + + VideoResolutionConstraint = _reflection.GeneratedProtocolMessageType('VideoResolutionConstraint', (_message.Message,), dict( + DESCRIPTOR = _LICENSE_KEYCONTAINER_VIDEORESOLUTIONCONSTRAINT, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer.VideoResolutionConstraint) + )) + , + DESCRIPTOR = _LICENSE_KEYCONTAINER, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License.KeyContainer) + )) + , + DESCRIPTOR = _LICENSE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:License) + )) +_sym_db.RegisterMessage(License) +_sym_db.RegisterMessage(License.Policy) +_sym_db.RegisterMessage(License.KeyContainer) +_sym_db.RegisterMessage(License.KeyContainer.OutputProtection) +_sym_db.RegisterMessage(License.KeyContainer.KeyControl) +_sym_db.RegisterMessage(License.KeyContainer.OperatorSessionKeyPermissions) +_sym_db.RegisterMessage(License.KeyContainer.VideoResolutionConstraint) + +LicenseError = _reflection.GeneratedProtocolMessageType('LicenseError', (_message.Message,), dict( + DESCRIPTOR = _LICENSEERROR, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseError) + )) +_sym_db.RegisterMessage(LicenseError) + +LicenseRequest = _reflection.GeneratedProtocolMessageType('LicenseRequest', (_message.Message,), dict( + + ContentIdentification = _reflection.GeneratedProtocolMessageType('ContentIdentification', (_message.Message,), dict( + + CENC = _reflection.GeneratedProtocolMessageType('CENC', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION_CENC, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification.CENC) + )) + , + + WebM = _reflection.GeneratedProtocolMessageType('WebM', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION_WEBM, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification.WebM) + )) + , + + ExistingLicense = _reflection.GeneratedProtocolMessageType('ExistingLicense', (_message.Message,), dict( + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION_EXISTINGLICENSE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification.ExistingLicense) + )) + , + DESCRIPTOR = _LICENSEREQUEST_CONTENTIDENTIFICATION, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest.ContentIdentification) + )) + , + DESCRIPTOR = _LICENSEREQUEST, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:LicenseRequest) + )) +_sym_db.RegisterMessage(LicenseRequest) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification.CENC) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification.WebM) +_sym_db.RegisterMessage(LicenseRequest.ContentIdentification.ExistingLicense) + +ProvisionedDeviceInfo = _reflection.GeneratedProtocolMessageType('ProvisionedDeviceInfo', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONEDDEVICEINFO, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ProvisionedDeviceInfo) + )) +_sym_db.RegisterMessage(ProvisionedDeviceInfo) + +ProvisioningOptions = _reflection.GeneratedProtocolMessageType('ProvisioningOptions', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONINGOPTIONS, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ProvisioningOptions) + )) +_sym_db.RegisterMessage(ProvisioningOptions) + +ProvisioningRequest = _reflection.GeneratedProtocolMessageType('ProvisioningRequest', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONINGREQUEST, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ProvisioningRequest) + )) +_sym_db.RegisterMessage(ProvisioningRequest) + +ProvisioningResponse = _reflection.GeneratedProtocolMessageType('ProvisioningResponse', (_message.Message,), dict( + DESCRIPTOR = _PROVISIONINGRESPONSE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:ProvisioningResponse) + )) +_sym_db.RegisterMessage(ProvisioningResponse) + +RemoteAttestation = _reflection.GeneratedProtocolMessageType('RemoteAttestation', (_message.Message,), dict( + DESCRIPTOR = _REMOTEATTESTATION, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:RemoteAttestation) + )) +_sym_db.RegisterMessage(RemoteAttestation) + +SessionInit = _reflection.GeneratedProtocolMessageType('SessionInit', (_message.Message,), dict( + DESCRIPTOR = _SESSIONINIT, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SessionInit) + )) +_sym_db.RegisterMessage(SessionInit) + +SessionState = _reflection.GeneratedProtocolMessageType('SessionState', (_message.Message,), dict( + DESCRIPTOR = _SESSIONSTATE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SessionState) + )) +_sym_db.RegisterMessage(SessionState) + +SignedCertificateStatusList = _reflection.GeneratedProtocolMessageType('SignedCertificateStatusList', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDCERTIFICATESTATUSLIST, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SignedCertificateStatusList) + )) +_sym_db.RegisterMessage(SignedCertificateStatusList) + +SignedDeviceCertificate = _reflection.GeneratedProtocolMessageType('SignedDeviceCertificate', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDDEVICECERTIFICATE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SignedDeviceCertificate) + )) +_sym_db.RegisterMessage(SignedDeviceCertificate) + +SignedProvisioningMessage = _reflection.GeneratedProtocolMessageType('SignedProvisioningMessage', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDPROVISIONINGMESSAGE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SignedProvisioningMessage) + )) +_sym_db.RegisterMessage(SignedProvisioningMessage) + +SignedMessage = _reflection.GeneratedProtocolMessageType('SignedMessage', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDMESSAGE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SignedMessage) + )) +_sym_db.RegisterMessage(SignedMessage) + +WidevineCencHeader = _reflection.GeneratedProtocolMessageType('WidevineCencHeader', (_message.Message,), dict( + DESCRIPTOR = _WIDEVINECENCHEADER, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:WidevineCencHeader) + )) +_sym_db.RegisterMessage(WidevineCencHeader) + +SignedLicenseRequest = _reflection.GeneratedProtocolMessageType('SignedLicenseRequest', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDLICENSEREQUEST, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SignedLicenseRequest) + )) +_sym_db.RegisterMessage(SignedLicenseRequest) + +SignedLicense = _reflection.GeneratedProtocolMessageType('SignedLicense', (_message.Message,), dict( + DESCRIPTOR = _SIGNEDLICENSE, + __module__ = 'wv_proto3_pb2' + # @@protoc_insertion_point(class_scope:SignedLicense) + )) +_sym_db.RegisterMessage(SignedLicense) + + +# @@protoc_insertion_point(module_scope) diff --git a/pywidevine/cdm/key.py b/pywidevine/cdm/key.py new file mode 100644 index 0000000..2fe17ac --- /dev/null +++ b/pywidevine/cdm/key.py @@ -0,0 +1,19 @@ +# uncompyle6 version 3.3.2 +# Python bytecode 3.6 (3379) +# Decompiled from: Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] +# Embedded file name: pywidevine\cdm\key.py +import binascii + +class Key: + + def __init__(self, kid, type, key, permissions=[]): + self.kid = kid + self.type = type + self.key = key + self.permissions = permissions + + def __repr__(self): + if self.type == 'OPERATOR_SESSION': + return ('key(kid={}, type={}, key={}, permissions={})').format(self.kid, self.type, binascii.hexlify(self.key), self.permissions) + else: + return ('key(kid={}, type={}, key={})').format(self.kid, self.type, binascii.hexlify(self.key)) \ No newline at end of file diff --git a/pywidevine/cdm/session.py b/pywidevine/cdm/session.py new file mode 100644 index 0000000..531d66b --- /dev/null +++ b/pywidevine/cdm/session.py @@ -0,0 +1,23 @@ +# uncompyle6 version 3.3.2 +# Python bytecode 3.6 (3379) +# Decompiled from: Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] +# Embedded file name: pywidevine\cdm\session.py + + +class Session: + + def __init__(self, session_id, init_data, device_config, offline): + self.session_id = session_id + self.init_data = init_data + self.offline = offline + self.device_config = device_config + self.device_key = None + self.session_key = None + self.derived_keys = {'enc':None, + 'auth_1':None, + 'auth_2':None} + self.license_request = None + self.license = None + self.service_certificate = None + self.privacy_mode = False + self.keys = [] \ No newline at end of file diff --git a/pywidevine/decrypt/wvdecryptcustom.py b/pywidevine/decrypt/wvdecryptcustom.py new file mode 100644 index 0000000..53afde0 --- /dev/null +++ b/pywidevine/decrypt/wvdecryptcustom.py @@ -0,0 +1,79 @@ +import logging +import subprocess +import re +import base64 + +from pywidevine.cdm import cdm, deviceconfig + + +class WvDecrypt(object): + WV_SYSTEM_ID = [ + 237, + 239, + 139, + 169, + 121, + 214, + 74, + 206, + 163, + 200, + 39, + 220, + 213, + 29, + 33, + 237, + ] + + def __init__(self, init_data_b64, cert_data_b64, device): + self.init_data_b64 = init_data_b64 + self.cert_data_b64 = cert_data_b64 + self.device = device + + self.cdm = cdm.Cdm() + + def check_pssh(pssh_b64): + pssh = base64.b64decode(pssh_b64) + if not pssh[12:28] == bytes(self.WV_SYSTEM_ID): + new_pssh = bytearray([0, 0, 0]) + new_pssh.append(32 + len(pssh)) + new_pssh[4:] = bytearray(b"pssh") + new_pssh[8:] = [0, 0, 0, 0] + new_pssh[13:] = self.WV_SYSTEM_ID + new_pssh[29:] = [0, 0, 0, 0] + new_pssh[31] = len(pssh) + new_pssh[32:] = pssh + return base64.b64encode(new_pssh) + else: + return pssh_b64 + + self.session = self.cdm.open_session( + check_pssh(self.init_data_b64), deviceconfig.DeviceConfig(self.device) + ) + + if self.cert_data_b64: + self.cdm.set_service_certificate(self.session, self.cert_data_b64) + + def log_message(self, msg): + return "{}".format(msg) + + def start_process(self): + keyswvdecrypt = [] + try: + for key in self.cdm.get_keys(self.session): + if key.type == "CONTENT": + keyswvdecrypt.append( + self.log_message("{}:{}".format(key.kid.hex(), key.key.hex())) + ) + except Exception: + return False, keyswvdecrypt + + return True, keyswvdecrypt + def get_challenge(self): + return self.cdm.get_license_request(self.session) + + def update_license(self, license_b64): + self.cdm.provide_license(self.session, license_b64) + return True + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b78ad82 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,25 @@ +bs4 +colorama +wcwidth +requests +ffmpy +inquirer +pycountry +tqdm +future +cssutils +pycaption +pymediainfo +isodate +untangle +tldextract +unidecode +yarl +natsort +titlecase==2.0.0 +prettytable +termcolor +pproxy +pysrt +protobuf +pycryptodomex diff --git a/services/netflix.py b/services/netflix.py new file mode 100644 index 0000000..96d0a37 --- /dev/null +++ b/services/netflix.py @@ -0,0 +1,969 @@ +import argparse, configparser, glob, json, logging, os, re, shutil, subprocess, sys, time, ffmpy, pycountry, requests, tqdm +from bs4 import BeautifulSoup +from threading import Thread +from urllib.parse import urlsplit +import utils.modules.pycaption as pycaption +from http.cookiejar import MozillaCookieJar +from configs.config import tool +from helpers.aria2 import aria2 +from helpers.dfxp_to_srt import dfxp_to_srt +from helpers.keyloader import keysaver +from helpers.Muxer import Muxer +from helpers.Parsers.Netflix import get_keys +from helpers.Parsers.Netflix.get_manifest import get_manifest +from helpers.ripprocess import EpisodesNumbersHandler, ripprocess +from helpers.vpn import connect +from pywidevine.cdm import cdm, deviceconfig +from pywidevine.decrypt.wvdecryptcustom import WvDecrypt + +class netflix: + def __init__(self, args, commands): + self.logger = logging.getLogger(__name__) + self.args = args + self.tool = tool() + self.config = self.tool.config("NETFLIX") + self.bin = self.tool.bin() + self.ripprocess = ripprocess() + self.EpisodesNumbersHandler = EpisodesNumbersHandler() + self.commands = commands + self.keysaver = keysaver(keys_file=self.config["keys_file"]) + self.logdata = {} # to save title data for debug or use later + self.source_tag = "NF" + self.dfxp_to_srt = dfxp_to_srt() + self.aria2 = aria2() + self.video_settings = self.tool.video_settings() + self.checkList = list() + + def DumpStoredData(self, nfid): + if nfid: + return + name = "NETFLIX-{}.json".format(nfid) + nfid_json = os.path.join(self.config["jsonpath"], name) + with open(nfid_json, "w", encoding="utf-8") as file_: + file_.write(json.dumps(self.logdata, indent=4)) + file_.flush() + file_.close() + + def store(self, data, keyword): + self.logdata.update({keyword: data}) + return + + def get_build(self, cookies): # + BUILD_REGEX = r'"BUILD_IDENTIFIER":"([a-z0-9]+)"' + + session = requests.Session() + session.headers = { + "Connection": "keep-alive", + "Upgrade-Insecure-Requests": "1", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36", + "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", + "Sec-Fetch-Site": "none", + "Sec-Fetch-Mode": "navigate", + "Sec-Fetch-Dest": "document", + "Accept-Language": "en,en-US;q=0.9", + } + + r = session.get("https://www.netflix.com/browse", cookies=cookies) + + if not re.search(BUILD_REGEX, r.text): + print( + "cannot get BUILD_IDENTIFIER from the cookies you saved from the browser..." + ) + sys.exit() + + return re.search(BUILD_REGEX, r.text).group(1) + + def save(self, cookies, build): # + cookie_data = {} + for name, value in cookies.items(): + cookie_data[name] = [value, 0] + logindata = {"BUILD_IDENTIFIER": build, "cookies": cookie_data} + with open(self.config["cookies_file"], "w", encoding="utf8") as f: + f.write(json.dumps(logindata, indent=4)) + f.close() + os.remove(self.config["cookies_txt"]) + + def read_userdata(self): # + cookies = None + build = None + + if not os.path.isfile(self.config["cookies_file"]): + try: + cj = MozillaCookieJar(self.config["cookies_txt"]) + cj.load() + except Exception: + print("invalid netscape format cookies file") + sys.exit() + + cookies = dict() + + for cookie in cj: + cookies[cookie.name] = cookie.value + + build = self.get_build(cookies) + self.save(cookies, build) + + with open(self.config["cookies_file"], "rb") as f: + content = f.read().decode("utf-8") + + if "NetflixId" not in content: + self.logger.warning("(Some) cookies expired, renew...") + return cookies, build + + jso = json.loads(content) + build = jso["BUILD_IDENTIFIER"] + cookies = jso["cookies"] + for cookie in cookies: + cookie_data = cookies[cookie] + value = cookie_data[0] + if cookie != "flwssn": + cookies[cookie] = value + if cookies.get("flwssn"): + del cookies["flwssn"] + + return cookies, build + + def shakti_api(self, nfid): # + url = f"https://www.netflix.com/api/shakti/{self.build}/metadata" + headers = { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate, br", + "Accept-Language": "es,ca;q=0.9,en;q=0.8", + "Cache-Control": "no-cache", + "Connection": "keep-alive", + "Host": "www.netflix.com", + "Pragma": "no-cache", + "Sec-Fetch-Mode": "cors", + "Sec-Fetch-Site": "same-origin", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36", + "X-Netflix.browserName": "Chrome", + "X-Netflix.browserVersion": "79", + "X-Netflix.clientType": "akira", + "X-Netflix.esnPrefix": "NFCDCH-02-", + "X-Netflix.osFullName": "Windows 10", + "X-Netflix.osName": "Windows", + "X-Netflix.osVersion": "10.0", + "X-Netflix.playerThroughput": "1706", + "X-Netflix.uiVersion": self.build, + } + + params = { + "movieid": nfid, + "drmSystem": "widevine", + "isWatchlistEnabled": "false", + "isShortformEnabled": "false", + "isVolatileBillboardsEnabled": "false", + "languages": self.config["metada_language"], + } + + while True: + resp = requests.get( + url=url, headers=headers, params=params, cookies=self.cookies + ) + + if resp.status_code == 401: + self.logger.warning("401 Unauthorized, cookies is invalid.") + elif resp.text.strip() == "": + self.logger.error("title is not available in your Netflix region.") + exit(-1) + + try: + t = resp.json()["video"]["type"] + return resp.json() + except Exception: + os.remove(self.config["cookies_file"]) + self.logger.warning( + "Error getting metadata: Cookies expired\nplease fetch new cookies.txt" + ) + exit(-1) + + def Search(self, query): + session = requests.Session() + session.headers = { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0" + } + # select profile + '''profiles = list() + resp = session.get("https://www.netflix.com/browse", cookies=self.cookies) + bs = BeautifulSoup(resp.text, "html.parser") + profiles_ = bs.find_all("a", {"class": "profile-link"}) + + for profile in profiles_: + profiles.append( + (profile.find("span", {"class": "profile-name"}).text, profile["href"]) + ) + + if profiles == []: + self.logger.warning( + "Cannot select user profile, maybe cookies is invalid or the account has no profies." + ) + return None + + # request page with the profile + session.get("https://www.netflix.com" + profiles[0][1], cookies=self.cookies)''' + # search for title + resp = session.get( + "https://www.netflix.com/search?q=" + query, cookies=self.cookies + ) + + if not resp.status_code == 200: + self.logger.error("error searching, maybe invalid cookies.") + return None + + # add all search itmes + itmes = [] + bs = BeautifulSoup(resp.text, "html.parser") + titles = bs.find_all("div", {"class": "title-card-container"}) + + for title in titles: + itmes.append( + { + "name": title.find( + "div", {"class": "fallback-text-container"} + ).text, + "id": title.find("a", href=True)["href"] + .split("?")[0] + .split("/")[2], + } + ) + + if itmes == []: + self.logger.error( + f'Your search for "{query}" did not have any matches, try different keywords.' + ) + return None + + # usually first item is the right items + self.logger.info("Founded: {} items".format(str(len(itmes)))) + self.logger.info("id: {} - name: {}".format(itmes[0]["id"], itmes[0]["name"])) + isRightItem = input("if this what you looking: Enter yes or no: ").strip() + if isRightItem.lower() == "y" or isRightItem.lower() == "yes": + return int(itmes[0]["id"]) + + # first item is wrong + + self.logger.info("The available items is: ") + for idx, item in enumerate(itmes, start=1): + self.logger.info( + "[{}] - id: {} - name: {}".format(idx, item["id"], item["name"]) + ) + + item_number = input("\nChoose item number: ").strip() + if item_number.isdigit(): + item = itmes[item_number - 1]["id"] + return int(item) + + return None + + def get_nfid(self, content_id): # + if content_id.isdigit(): + return int(content_id) + + validUrl = re.compile( + r'https?://(?:www\.)?netflix\.com/(\w+)?/?(?:title|watch|browse?jbv=)/?(?P\d+)' + ) + + nfID = validUrl.match(content_id) + + if nfID: + return int(nfID.group('id')) + + else: + nfID = re.search(r'[0-9]{8}$', content_id) + + if nfID: + return int(nfID[0]) + + else: + self.logger.error('Detection of NF ID from the given url: Failed.') + sys.exit() + + def CleanSubtitleVTT(self, file_content): + file_content = re.sub(r"{.*?}", "", file_content) + file_content = re.sub( + r"(.*\bposition:50.00%.*\bline:10.00%)\s*(.*)", + r"\1\n{\\an8}\2", + file_content, + ) + + file_content = re.sub(r"‏", "\u202B", file_content) + file_content = re.sub(r"‎", "\u202A", file_content) + file_content = re.sub(r"&", "&", file_content) + file_content = re.sub(r"([\d]+)\.([\d]+)", r"\1,\2", file_content) + file_content = re.sub(r"WEBVTT\n\n", "", file_content) + file_content = re.sub(r"NOTE.*\n", "", file_content) + file_content = re.sub(r"\n\s+\n", "", file_content) + file_content = re.sub(r" position:.+%", "", file_content) + file_content = re.sub(r"", "", file_content) + return file_content + + def downloadFile2(self, url, file_name): + with open(file_name, "wb") as f: + response = requests.get(url, stream=True) + #response.encoding = 'UTF-8' + f.write(response.content) + + return + + def downloadFile(self, url, file_name, silent=False): + self.logger.info("\n" + file_name) + + if self.args.noaria2c: + self.ripprocess.tqdm_downloader(url, file_name) + return + + options = self.aria2.aria2Options( + allow_overwrite=True, + quiet=silent, + file_allocation=None, + auto_file_renaming=False, + async_dns="skip", + retry_wait=5, + summary_interval=0, + enable_color=True, + connection=16, + concurrent_downloads=16, + split=16, + uri_selector="inorder", + console_log_level="warn", + download_result="hide", + extra_commands=[] + if self.args.no_download_proxy + else self.commands["aria2c_extra_commands"], + ) + + self.aria2.aria2DownloadUrl( + url=url, output=file_name, options=options, debug=False, moded=False + ) + + return + + def GetKeys(self, IDNet, profilename): + video_keys = [] + available_profiles = [ + "High KEYS", + "HEVC KEYS", + "HDR-10 KEYS", + "Main KEYS" + ] + + if not profilename in available_profiles: + self.logger.error("Error: Unknown profile: {}".format(profilename)) + sys.exit(1) + + try: + video_keys = get_keys.GettingKEYS_Netflixv2(IDNet, profilename) + if not video_keys == []: + video_keys = list(set(video_keys)) + video_keys = [profilename] + video_keys + self.logger.info("Done!") + else: + self.logger.error("Error!") + except Exception as e: + self.logger.error("Error!: {}".format(e)) + + return video_keys + + def GetAudioCocedName(self, audioList): + codecs = { + "ddplus-atmos-dash": "DDP5.1.Atmos", + "ddplus-5.1hq-dash": "DDP5.1", + "ddplus-5.1-dash": "DDP5.1", + "dd-5.1-dash": "DD5.1", + "ddplus-2.0-dash": "DDP2.0", + "heaac-5.1hq-dash": "AAC5.1", + "heaac-5.1-dash": "AAC5.1", + "heaac-2-dash": "AAC2.0", + "heaac-2hq-dash": "AAC2.0", + "playready-oggvorbis-2-dash": "OGG2.0", + } + + profiles = [x["Profile"] for x in audioList] + if not profiles == []: + for profile in profiles: + try: + return codecs[profile] + except KeyError: + pass + + return "DDP5.1" + + def RemuxVideo(self, outputVideoTemp, outputVideo, Name): + self.logger.info("\nRemuxing video...") + ff = ffmpy.FFmpeg( + executable=self.bin["ffmpeg"], + inputs={outputVideoTemp: None}, + outputs={outputVideo: "-c copy"}, + global_options="-y -hide_banner -loglevel warning", + ) + + ff.run() + time.sleep(50.0 / 1000.0) + os.remove(outputVideoTemp) + self.logger.info("Done!") + return True + + def DecryptVideo_withtxtkeys(self, inputVideo, outputVideoTemp, outputVideo, kid, Name): + with open(self.config["keys_file"] + "NETFLIX.keys", "r") as keys_file_netflix: + keys_video = keys_file_netflix.readlines() + + keys_video = [x.strip() for x in keys_video if ":" in x] + if not keys_video == []: + for key in keys_video: + if key[0:32] == kid: + self.logger.info("\nDecrypting video...") + self.logger.info("Using KEY: " + key) + subprocess.call( + [ + self.bin["mp4decrypt"], + "--show-progress", + "--key", + key, + inputVideo, + outputVideoTemp, + ] + ) + self.RemuxVideo(outputVideoTemp, outputVideo, Name) + return True + self.logger.warning("\nKEY for " + inputVideo + " is not in txt.") + return False + + def DecryptVideo(self, inputVideo, outputVideoTemp, outputVideo, IDNet, Name, Profile, silent=False): + KID = self.keysaver.generate_kid(inputVideo) + KEYS = self.keysaver.get_key_by_kid(KID) + + if KEYS == []: + self.logger.info("\nKEY for {} not saved before.".format(inputVideo)) + self.logger.info("\nGetting Video KEYS...") + + if self.args.video_high: + KEYS = self.GetKeys(IDNet, "High KEYS") + else: + if self.args.hevc: + KEYS = self.GetKeys(IDNet, "HEVC KEYS") + else: + if self.args.hdr: + KEYS = self.GetKeys(IDNet, "HDR-10 KEYS") + else: + if "playready-h264hpl" in Profile: + KEYS = self.GetKeys(IDNet, "High KEYS") + else: + KEYS = self.GetKeys(IDNet, "Main KEYS") + # ~ + if KEYS == []: + return False + + KEYS = self.keysaver.dump_keys( + keys=[key for key in KEYS if ":" in key], pssh=None, name=Name + ) + + only1key = [x for x in KEYS if x["KID"] == KID] + if not only1key == []: + KEYS = only1key + + self.ripprocess.mp4_decrypt( + encrypted=inputVideo, + decrypted=outputVideoTemp, + keys=KEYS, + moded_decrypter=True, + no_kid=False, + silent=silent, + ) + + if not "NETFLIX".lower() in list( + map(lambda x: x.lower(), self.video_settings["skip_video_demux"]) + ): + self.ripprocess.DemuxVideo( + outputVideoTemp=outputVideoTemp, + outputVideo=outputVideo, + ffmpeg=True, + mp4box=False, + ) + else: + os.rename(outputVideoTemp, outputVideo) + + return True + + def SubtitleThreader(self, subtitlesList, name): + for z in subtitlesList: + if str(dict(z)["isForced"]) == "YES": + langAbbrev = "forced-" + str(dict(z)["langAbbrev"]) + elif str(dict(z)["isForced"]) == "SDH": + langAbbrev = "sdh-" + str(dict(z)["langAbbrev"]) + else: + langAbbrev = str(dict(z)["langAbbrev"]) + + ext = "dfxp" if str(dict(z)["Profile"]) == "dfxp-ls-sdh" else "vtt" + inputSubtitleDFXP = f"{name} {langAbbrev}.{ext}" + inputSubtitleSrt = f"{name} {langAbbrev}.srt" + if os.path.isfile(inputSubtitleDFXP) or os.path.isfile(inputSubtitleSrt): + pass + else: + self.downloadFile2(str(dict(z)["Url"]), inputSubtitleDFXP) + + dfxp = glob.glob(name + "*.dfxp") + vtt = glob.glob(name + "*.vtt") + if not dfxp == []: + for f in dfxp: + self.dfxp_to_srt.convert(f, f.replace(".dfxp", ".srt")) + os.remove(f) + + if not vtt == []: + for f in vtt: + with open(f, "r+", encoding="utf-8") as x: + old = x.read() + with open(f.replace(".vtt", ".srt"), "w+", encoding="utf-8") as x: + x.write(self.CleanSubtitleVTT(old)) + os.remove(f) + + def downloadItem(self, item): + + TitleName = item["TitleName"] + FolderName = item["FolderName"] + + try: + CurrentHeigh = str(item["video"]["Height"]) + CurrentWidth = str(item["video"]["Width"]) + except Exception: + CurrentHeigh = "None" + CurrentWidth = "None" + + if not self.args.nosubs: + SubsThread = Thread( + target=self.SubtitleThreader, + args=(item["subtitle"] + item["forced"], TitleName,), + ) + SubsThread.start() + self.logger.info("\nSubtitle Thread download started.") + + if not self.args.novideo: + self.logger.info("\nDownloading video...") + if self.args.hevc: + inputVideo = f"{TitleName} [{CurrentHeigh}p] [HEVC].mp4" + outputVideoTemp = ( + f"{TitleName} [{CurrentHeigh}p] [HEVC]_DecryptTemp.mp4" + ) + inputVideo_demuxed = f"{TitleName} [{CurrentHeigh}p] [HEVC]_Demuxed.mp4" + elif self.args.hdr: + inputVideo = f"{TitleName} [{CurrentHeigh}p] [HDR].mp4" + outputVideoTemp = f"{TitleName} [{CurrentHeigh}p] [HDR]_DecryptTemp.mp4" + inputVideo_demuxed = f"{TitleName} [{CurrentHeigh}p] [HDR]_Demuxed.mp4" + else: + if "playready-h264hpl" in str( + item["video"]["Profile"] + ) or "playready-h264shpl" in str(item["video"]["Profile"]): + inputVideo = f"{TitleName} [{CurrentHeigh}p] [HIGH].mp4" + outputVideoTemp = ( + f"{TitleName} [{CurrentHeigh}p] [HIGH]_DecryptTemp.mp4" + ) + inputVideo_demuxed = ( + f"{TitleName} [{CurrentHeigh}p] [HIGH]_Demuxed.mp4" + ) + else: + inputVideo = f"{TitleName} [{CurrentHeigh}p].mp4" + outputVideoTemp = f"{TitleName} [{CurrentHeigh}p]_DecryptTemp.mp4" + inputVideo_demuxed = f"{TitleName} [{CurrentHeigh}p]_Demuxed.mp4" + + if ( + os.path.isfile(inputVideo) + and not os.path.isfile(inputVideo + ".aria2") + or os.path.isfile(inputVideo_demuxed) + ): + self.logger.info( + "\n" + + inputVideo + + "\nFile has already been successfully downloaded previously." + ) + else: + self.downloadFile(item["video"]["Url"], inputVideo) + + ################################################################################# + + if not self.args.noaudio: + self.logger.info("\nDownloading audio...") + for audio in item["audio"]: + langAbbrev = dict(audio)["Language"] + inputAudio = f"{TitleName} {langAbbrev}-audio.mp4" + inputAudio2 = f"{TitleName} {langAbbrev}.ac3" + inputAudio3 = f"{TitleName} {langAbbrev}.eac3" + inputAudio4 = f"{TitleName} {langAbbrev}.m4a" + inputAudio5 = f"{TitleName} {langAbbrev}.oga" + if ( + os.path.isfile(inputAudio) + and not os.path.isfile(inputAudio + ".aria2") + or os.path.isfile(inputAudio2) + or os.path.isfile(inputAudio3) + or os.path.isfile(inputAudio4) + or os.path.isfile(inputAudio5) + ): + self.logger.info( + "\n" + + inputAudio + + "\nFile has already been successfully downloaded previously." + ) + else: + self.downloadFile(str(dict(audio)["Url"]), inputAudio) + + ################################################################################# + + IDNet = item["NetflixID"] + self.CorrectDecryptVideo = False + + if not self.args.novideo: + if not os.path.isfile(inputVideo_demuxed): + self.CorrectDecryptVideo = self.DecryptVideo( + inputVideo=inputVideo, + outputVideoTemp=outputVideoTemp, + outputVideo=inputVideo_demuxed, + IDNet=IDNet, + Name=TitleName, + Profile=str(item["video"]["Profile"]), + ) + else: + self.CorrectDecryptVideo = True + + if not self.args.noaudio: + for audio in item["audio"]: + langAbbrev = dict(audio)["Language"] + inputAudio = f"{TitleName} {langAbbrev}-audio.mp4" + inputAudio2 = f"{TitleName} {langAbbrev}.ac3" + inputAudio3 = f"{TitleName} {langAbbrev}.eac3" + inputAudio4 = f"{TitleName} {langAbbrev}.m4a" + inputAudio5 = f"{TitleName} {langAbbrev}.oga" + if ( + os.path.isfile(inputAudio2) + or os.path.isfile(inputAudio3) + or os.path.isfile(inputAudio4) + or os.path.isfile(inputAudio5) + ): + pass + else: + self.ripprocess.DemuxAudio(inputAudio, "-audio.mp4") + + ################################################################################# + + if not self.args.nosubs: + SubsThread.join() + + muxedFile = None + + if ( + not self.args.novideo + and not self.args.noaudio + and self.CorrectDecryptVideo is True + ): + mkvmuxer = Muxer( + CurrentName=TitleName, + SeasonFolder=FolderName, + CurrentHeigh=CurrentHeigh, + CurrentWidth=CurrentWidth, + mkvmerge=self.bin["mkvmerge"], + Source=self.source_tag, + group=self.commands["group"], + ) + muxedFile = mkvmuxer.startMux() + + if not self.args.keep: + self.ripprocess.do_clean( + TitleName, exclude=self.args.clean_exclude, added=self.args.clean_add + ) + + self.store(item, "item_info") + self.DumpStoredData(item["NetflixID"]) + self.logger.info("Done!") + + return + + def getItem(self, NetflixID, TitleName, FolderName): + + self.FilesInFolder = [] + if FolderName: + GlobFiles = glob.glob(f"{FolderName}/*.*", recursive=True) + if not GlobFiles == []: + for files in GlobFiles: + self.FilesInFolder.append(os.path.basename(files)) + + if self.args.license: + KEYS = [] + + self.logger.info("\nGetting KEYS...") + + if self.args.hevc: + KEYS += self.GetKeys(NetflixID, "HEVC KEYS") + + elif self.args.hdr: + KEYS += self.GetKeys(NetflixID, "HDR-10 KEYS") + + else: + for profile in ["Main KEYS", "High KEYS"]: + KEYS += self.GetKeys(NetflixID, profile) + + self.logger.info("\n" + TitleName + "\n") + self.logger.info("\n".join(KEYS)) + KEYS = [x for x in KEYS if ":" in x] + if not KEYS == []: + KEYS = self.keysaver.dump_keys(keys=KEYS, pssh=None, name=TitleName) + return + + VideoList, AudioList, SubtitleList, ForcedList, checkerinfo = get_manifest( + self.args, NetflixID + ).LoadManifest() + + if self.args.check: + itemdata = [ + { + 'title': re.search(r'S\d+E\d+', TitleName)[0] + if self.netflixType == 'show' + else TitleName, + 'checkinfo': checkerinfo, + 'videolist': VideoList + } + ] + self.checkList.extend(itemdata) + return + + if not self.args.novideo: + self.logger.info(checkerinfo) + self.logger.info( + "VIDEO - Bitrate: {}kbps | Profile: {} | Size: {} | Fps: {} | Vmaf: {} | Drm: {} | Resolution: {}x{}".format( + str(dict(VideoList[-1])["Bitrate"]), + str(dict(VideoList[-1])["Profile"]), + str(dict(VideoList[-1])["Size"]), + str(dict(VideoList[-1])["FrameRate"]), + str(dict(VideoList[-1])["vmaf"]), + dict(VideoList[-1])["Drm"], + str(dict(VideoList[-1])["Width"]), + str(dict(VideoList[-1])["Height"]), + ) + ) + + if not self.args.noaudio: + self.logger.info("\n") + for Audio in AudioList: + self.logger.info( + "AUDIO - Bitrate: {}kbps | Profile: {} | Size: {} | Original: {} | Drm: {} | Channels: {}ch | Language: {}".format( + str(dict(Audio)["Bitrate"]), + str(dict(Audio)["Profile"]), + str(dict(Audio)["Size"]), + str(dict(Audio)["Original"]), + dict(Audio)["Drm"], + str(dict(Audio)["channels"]), + str(dict(Audio)["Language"]), + ) + ) + + if not self.args.nosubs: + self.logger.info("\n") + for Subtitle in SubtitleList + ForcedList: + self.logger.info( + "SUBTITLE - Profile: {} | Type: {} | isForced: {} | Language: {}".format( + str(dict(Subtitle)["Profile"]), + str(dict(Subtitle)["rawTrackType"]), + str(dict(Subtitle)["isForced"]), + str(dict(Subtitle)["Language"]), + ) + ) + + self.logger.info(f"\n{TitleName}\n") + + downloaddict = { + "NetflixID": NetflixID, + "TitleName": TitleName, + "FolderName": FolderName, + "video": VideoList[-1] if not VideoList == [] else VideoList, + "audio": AudioList, + "subtitle": SubtitleList, + "forced": ForcedList, + } + + self.logger.debug("downloaddict: {}".format(downloaddict)) + + if not self.args.prompt: + choice = "y" + else: + choice = input("\nDoes this look right? Answer yes to download. (y/n): ") + + if choice.lower() == "y" or choice.lower() == "yes": + self.downloadItem(downloaddict) + elif choice.lower() == "n" or choice.lower() == "no": + self.logger.info("Quitting...") + + return + + def main_netflix(self): + self.cookies, self.build = self.read_userdata() + self.nfID = None + if self.args.content: + self.nfID = self.get_nfid(self.args.content) + if not self.nfID: + self.logger.error( + "Cannot detect netflix id: {}".format(self.args.content) + ) + exit(-1) + elif self.args.search: + self.logger.info("\nSearching NetFlix For: {}".format(self.args.search)) + SearchItem = self.Search(str(self.args.search)) + if not SearchItem: + self.logger.error("Search Failed: {}".format(self.args.search)) + exit(-1) + + self.nfID = int(SearchItem) + else: + self.nfID = self.get_nfid( + input("Netflix viewable ID / watch URL: ").strip() + ) + + self.logger.info("Getting Metadata...") + data = self.shakti_api(str(self.nfID)) + self.logger.debug("Metadata: {}".format(data)) + + if data["video"]["type"] == "movie": + self.netflixType = "movie" + else: + if data["video"]["type"] == "show": + self.netflixType = "show" + else: + if data["video"]["type"] == "supplemental": + self.netflixType = "supplemental" + else: + self.logger.info(data["video"]["type"] + " is a unrecognized type!") + sys.exit(0) + + ###################################### + if self.args.output: + dl_location = self.args.output + if not os.path.exists(dl_location): + os.makedirs(dl_location) + else: + try: + temp_download = "{}/{}".format( + tool().paths()["DL_FOLDER"], "downloads/netflix" + ) + if not os.path.exists(temp_download): + os.makedirs(temp_download) + dl_location = temp_download + except Exception: + temp_download = "downloads/netflix" + if not os.path.exists(temp_download): + os.makedirs(temp_download) + dl_location = temp_download + + os.chdir(dl_location) + ###################################### + + self.items = [] + isAEpisode = False + + if self.netflixType == "movie" or self.netflixType == "supplemental": + mainTitle = "{} {}".format( + self.ripprocess.RemoveCharcters(data["video"]["title"]), + self.ripprocess.RemoveCharcters(str(data["video"]["year"])), + ) + else: + mainTitle = self.ripprocess.RemoveCharcters(data["video"]["title"]) + + try: + if ( + str(data["video"]["currentEpisode"]) == str(self.nfID) + and self.netflixType == "show" + ): + isAEpisode = True + except Exception: + pass + + if self.netflixType == "movie" or self.netflixType == "supplemental": + self.getItem( + self.nfID, + self.args.titlecustom[0] if self.args.titlecustom else mainTitle, + None, + ) + + elif self.netflixType == "show": + if isAEpisode: + self.logger.info("\nID or URL belongs to episode...") + for season in data["video"]["seasons"]: + for episode in season["episodes"]: + if int(episode["id"]) == int(self.nfID): + self.items.append( + { + "TitleName": "{} S{}E{} {}".format( + self.args.titlecustom[0] + if self.args.titlecustom + else mainTitle, + str(season["seq"]).zfill(2), + str(episode["seq"]).zfill(2), + self.ripprocess.RemoveCharcters( + episode["title"] + ), + ), + "FolderName": "{} S{}".format( + self.args.titlecustom[0] + if self.args.titlecustom + else mainTitle, + str(season["seq"]).zfill(2), + ), + "NetflixID": episode["episodeId"], + } + ) + else: + seasonMatchNumber = ( + str(self.args.season).lstrip("0") + if self.args.season + else str(input("ENTER Season Number: ").strip()).lstrip("0") + ) + + AllowedEpisodesNumbers = ( + self.EpisodesNumbersHandler.sortNumbers( + str(self.args.episodeStart).lstrip("0") + ) + if self.args.episodeStart + else self.EpisodesNumbersHandler.sortNumbers("~") + ) + + for season in data["video"]["seasons"]: + if int(season["seq"]) == int(seasonMatchNumber): + for episode in season["episodes"]: + if int(episode["seq"]) in AllowedEpisodesNumbers: + self.items.append( + { + "TitleName": "{} S{}E{} {}".format( + self.args.titlecustom[0] + if self.args.titlecustom + else mainTitle, + str(season["seq"]).zfill(2), + str(episode["seq"]).zfill(2), + self.ripprocess.RemoveCharcters( + episode["title"] + ), + ), + "FolderName": "{} S{}".format( + self.args.titlecustom[0] + if self.args.titlecustom + else mainTitle, + str(season["seq"]).zfill(2), + ), + "NetflixID": episode["episodeId"], + } + ) + + self.logger.info("\nTotal items will be downloaded: {}".format(len(self.items))) + for idx, epsiode in enumerate(self.items, start=1): + self.logger.info( + "downloading: {} of {}".format( + str(idx).zfill(2), str(len(self.items)).zfill(2) + ) + ) + self.getItem( + epsiode["NetflixID"], + self.ripprocess.RemoveCharcters(epsiode["TitleName"]), + epsiode["FolderName"], + ) + + if self.args.check: + self.logger.info('\nCheck Result') + for item in self.checkList: + if "MAIN is Better" in item['checkinfo']: + self.logger.info(item['title'] + ' : MAIN') + else: + L3 = str(dict(item['videolist'][-1])["L3"]) + self.logger.info(item['title'] + ' : HIGH ' + L3) \ No newline at end of file diff --git a/utils/__init__.py b/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/utils/modules/kanji_to_romaji/__init__.py b/utils/modules/kanji_to_romaji/__init__.py new file mode 100644 index 0000000..43c8f6c --- /dev/null +++ b/utils/modules/kanji_to_romaji/__init__.py @@ -0,0 +1,5 @@ +from .kanji_to_romaji_module import convert_hiragana_to_katakana, translate_to_romaji, translate_soukon, \ + translate_long_vowel, translate_soukon_ch, kanji_to_romaji +__all__ = ["load_mappings_dict", "convert_hiragana_to_katakana", "convert_katakana_to_hiragana", + "translate_to_romaji", "translate_soukon", + "translate_long_vowel", "translate_soukon_ch", "kanji_to_romaji"] diff --git a/utils/modules/kanji_to_romaji/__pycache__/__init__.cpython-36.pyc b/utils/modules/kanji_to_romaji/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..261c1b2 Binary files /dev/null and b/utils/modules/kanji_to_romaji/__pycache__/__init__.cpython-36.pyc differ diff --git a/utils/modules/kanji_to_romaji/__pycache__/__init__.cpython-37.pyc b/utils/modules/kanji_to_romaji/__pycache__/__init__.cpython-37.pyc new file mode 100644 index 0000000..d342899 Binary files /dev/null and b/utils/modules/kanji_to_romaji/__pycache__/__init__.cpython-37.pyc differ diff --git a/utils/modules/kanji_to_romaji/__pycache__/desktop.ini b/utils/modules/kanji_to_romaji/__pycache__/desktop.ini new file mode 100644 index 0000000..8b35761 Binary files /dev/null and b/utils/modules/kanji_to_romaji/__pycache__/desktop.ini differ diff --git a/utils/modules/kanji_to_romaji/__pycache__/kanji_to_romaji_module.cpython-36.pyc b/utils/modules/kanji_to_romaji/__pycache__/kanji_to_romaji_module.cpython-36.pyc new file mode 100644 index 0000000..d852324 Binary files /dev/null and b/utils/modules/kanji_to_romaji/__pycache__/kanji_to_romaji_module.cpython-36.pyc differ diff --git a/utils/modules/kanji_to_romaji/__pycache__/kanji_to_romaji_module.cpython-37.pyc b/utils/modules/kanji_to_romaji/__pycache__/kanji_to_romaji_module.cpython-37.pyc new file mode 100644 index 0000000..b7b21f2 Binary files /dev/null and b/utils/modules/kanji_to_romaji/__pycache__/kanji_to_romaji_module.cpython-37.pyc differ diff --git a/utils/modules/kanji_to_romaji/jp_mappings/conjugated_godan_kanji.json b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_godan_kanji.json new file mode 100644 index 0000000..03c81df --- /dev/null +++ b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_godan_kanji.json @@ -0,0 +1,174698 @@ +{ + "削り落とさ": { + "w_type": "godan verb stem", + "romaji": "kezuriotosa" + }, + "削り落とし": { + "w_type": "godan verb stem", + "romaji": "kezuriotoshi" + }, + "削り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kezuriotose" + }, + "削り落とそ": { + "w_type": "godan verb stem", + "romaji": "kezuriotoso" + }, + "削り落とした": { + "w_type": "conjugated godan verb", + "romaji": "kezuriotoshita" + }, + "削り落として": { + "w_type": "conjugated godan verb", + "romaji": "kezuriotoshite" + }, + "遣り過さ": { + "w_type": "godan verb stem", + "romaji": "yarisugosa" + }, + "遣り過し": { + "w_type": "godan verb stem", + "romaji": "yarisugoshi" + }, + "遣り過せ": { + "w_type": "conjugated godan verb", + "romaji": "yarisugose" + }, + "遣り過そ": { + "w_type": "godan verb stem", + "romaji": "yarisugoso" + }, + "遣り過した": { + "w_type": "conjugated godan verb", + "romaji": "yarisugoshita" + }, + "遣り過して": { + "w_type": "conjugated godan verb", + "romaji": "yarisugoshite" + }, + "転げ回ら": { + "w_type": "godan verb stem", + "romaji": "korogemawara" + }, + "転げ回り": { + "w_type": "godan verb stem", + "romaji": "korogemawari" + }, + "転げ回れ": { + "w_type": "conjugated godan verb", + "romaji": "korogemaware" + }, + "転げ回ろ": { + "w_type": "godan verb stem", + "romaji": "korogemawaro" + }, + "転げ回った": { + "w_type": "conjugated godan verb", + "romaji": "korogemawatta" + }, + "転げ回って": { + "w_type": "conjugated godan verb", + "romaji": "korogemawatte" + }, + "のけ反ら": { + "w_type": "godan verb stem", + "romaji": "nokezora" + }, + "のけ反り": { + "w_type": "godan verb stem", + "romaji": "nokezori" + }, + "のけ反れ": { + "w_type": "conjugated godan verb", + "romaji": "nokezore" + }, + "のけ反ろ": { + "w_type": "godan verb stem", + "romaji": "nokezoro" + }, + "のけ反った": { + "w_type": "conjugated godan verb", + "romaji": "nokezotta" + }, + "のけ反って": { + "w_type": "conjugated godan verb", + "romaji": "nokezotte" + }, + "踏みつぶさ": { + "w_type": "godan verb stem", + "romaji": "fumitsubusa" + }, + "踏みつぶし": { + "w_type": "godan verb stem", + "romaji": "fumitsubushi" + }, + "踏みつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "fumitsubuse" + }, + "踏みつぶそ": { + "w_type": "godan verb stem", + "romaji": "fumitsubuso" + }, + "踏みつぶした": { + "w_type": "conjugated godan verb", + "romaji": "fumitsubushita" + }, + "踏みつぶして": { + "w_type": "conjugated godan verb", + "romaji": "fumitsubushite" + }, + "竦み上がら": { + "w_type": "godan verb stem", + "romaji": "sukumiagara" + }, + "竦み上がり": { + "w_type": "godan verb stem", + "romaji": "sukumiagari" + }, + "竦み上がれ": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagare" + }, + "竦み上がろ": { + "w_type": "godan verb stem", + "romaji": "sukumiagaro" + }, + "竦み上がった": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagatta" + }, + "竦み上がって": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagatte" + }, + "生えかわら": { + "w_type": "godan verb stem", + "romaji": "haekawara" + }, + "生えかわり": { + "w_type": "godan verb stem", + "romaji": "haekawari" + }, + "生えかわれ": { + "w_type": "conjugated godan verb", + "romaji": "haekaware" + }, + "生えかわろ": { + "w_type": "godan verb stem", + "romaji": "haekawaro" + }, + "生えかわった": { + "w_type": "conjugated godan verb", + "romaji": "haekawatta" + }, + "生えかわって": { + "w_type": "conjugated godan verb", + "romaji": "haekawatte" + }, + "恃ま": { + "w_type": "godan verb stem", + "romaji": "tanoma" + }, + "恃み": { + "w_type": "godan verb stem", + "romaji": "tanomi" + }, + "恃め": { + "w_type": "conjugated godan verb", + "romaji": "tanome" + }, + "恃も": { + "w_type": "godan verb stem", + "romaji": "tanomo" + }, + "恃んだ": { + "w_type": "conjugated godan verb", + "romaji": "tanonda" + }, + "恃んで": { + "w_type": "conjugated godan verb", + "romaji": "tanonde" + }, + "刈取ら": { + "w_type": "godan verb stem", + "romaji": "karitora" + }, + "刈取り": { + "w_type": "godan verb stem", + "romaji": "karitori" + }, + "刈取れ": { + "w_type": "conjugated godan verb", + "romaji": "karitore" + }, + "刈取ろ": { + "w_type": "godan verb stem", + "romaji": "karitoro" + }, + "刈取った": { + "w_type": "conjugated godan verb", + "romaji": "karitotta" + }, + "刈取って": { + "w_type": "conjugated godan verb", + "romaji": "karitotte" + }, + "燈さ": { + "w_type": "godan verb stem", + "romaji": "tomosa" + }, + "燈し": { + "w_type": "godan verb stem", + "romaji": "tomoshi" + }, + "燈せ": { + "w_type": "conjugated godan verb", + "romaji": "tomose" + }, + "燈そ": { + "w_type": "godan verb stem", + "romaji": "tomoso" + }, + "燈した": { + "w_type": "conjugated godan verb", + "romaji": "tomoshita" + }, + "燈して": { + "w_type": "conjugated godan verb", + "romaji": "tomoshite" + }, + "待ちあぐま": { + "w_type": "godan verb stem", + "romaji": "machiaguma" + }, + "待ちあぐみ": { + "w_type": "godan verb stem", + "romaji": "machiagumi" + }, + "待ちあぐめ": { + "w_type": "conjugated godan verb", + "romaji": "machiagume" + }, + "待ちあぐも": { + "w_type": "godan verb stem", + "romaji": "machiagumo" + }, + "待ちあぐんだ": { + "w_type": "conjugated godan verb", + "romaji": "machiagunda" + }, + "待ちあぐんで": { + "w_type": "conjugated godan verb", + "romaji": "machiagunde" + }, + "現わさ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "現わし": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "現わせ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "現わそ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "現わした": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "現わして": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "降らさ": { + "w_type": "godan verb stem", + "romaji": "furasa" + }, + "降らし": { + "w_type": "godan verb stem", + "romaji": "furashi" + }, + "降らせ": { + "w_type": "conjugated godan verb", + "romaji": "furase" + }, + "降らそ": { + "w_type": "godan verb stem", + "romaji": "furaso" + }, + "降らした": { + "w_type": "conjugated godan verb", + "romaji": "furashita" + }, + "降らして": { + "w_type": "conjugated godan verb", + "romaji": "furashite" + }, + "屈ま": { + "w_type": "godan verb stem", + "romaji": "kagama" + }, + "屈み": { + "w_type": "godan verb stem", + "romaji": "kagami" + }, + "屈め": { + "w_type": "conjugated godan verb", + "romaji": "kagame" + }, + "屈も": { + "w_type": "godan verb stem", + "romaji": "kagamo" + }, + "屈んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaganda" + }, + "屈んで": { + "w_type": "conjugated godan verb", + "romaji": "kagande" + }, + "強請ら": { + "w_type": "godan verb stem", + "romaji": "nedara" + }, + "強請り": { + "w_type": "godan verb stem", + "romaji": "nedari" + }, + "強請れ": { + "w_type": "conjugated godan verb", + "romaji": "nedare" + }, + "強請ろ": { + "w_type": "godan verb stem", + "romaji": "nedaro" + }, + "強請った": { + "w_type": "conjugated godan verb", + "romaji": "nedatta" + }, + "強請って": { + "w_type": "conjugated godan verb", + "romaji": "nedatte" + }, + "爪繰ら": { + "w_type": "godan verb stem", + "romaji": "tsumagura" + }, + "爪繰り": { + "w_type": "godan verb stem", + "romaji": "tsumaguri" + }, + "爪繰れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumagure" + }, + "爪繰ろ": { + "w_type": "godan verb stem", + "romaji": "tsumaguro" + }, + "爪繰った": { + "w_type": "conjugated godan verb", + "romaji": "tsumagutta" + }, + "爪繰って": { + "w_type": "conjugated godan verb", + "romaji": "tsumagutte" + }, + "後じさら": { + "w_type": "godan verb stem", + "romaji": "atozusara" + }, + "後じさり": { + "w_type": "godan verb stem", + "romaji": "atozusari" + }, + "後じされ": { + "w_type": "conjugated godan verb", + "romaji": "atozusare" + }, + "後じさろ": { + "w_type": "godan verb stem", + "romaji": "atozusaro" + }, + "後じさった": { + "w_type": "conjugated godan verb", + "romaji": "atozusatta" + }, + "後じさって": { + "w_type": "conjugated godan verb", + "romaji": "atozusatte" + }, + "突き落とさ": { + "w_type": "godan verb stem", + "romaji": "tsukiotosa" + }, + "突き落とし": { + "w_type": "godan verb stem", + "romaji": "tsukiotoshi" + }, + "突き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotose" + }, + "突き落とそ": { + "w_type": "godan verb stem", + "romaji": "tsukiotoso" + }, + "突き落とした": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshita" + }, + "突き落として": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshite" + }, + "象ら": { + "w_type": "godan verb stem", + "romaji": "katadora" + }, + "象り": { + "w_type": "godan verb stem", + "romaji": "katadori" + }, + "象れ": { + "w_type": "conjugated godan verb", + "romaji": "katadore" + }, + "象ろ": { + "w_type": "godan verb stem", + "romaji": "katadoro" + }, + "象った": { + "w_type": "conjugated godan verb", + "romaji": "katadotta" + }, + "象って": { + "w_type": "conjugated godan verb", + "romaji": "katadotte" + }, + "貴ば": { + "w_type": "godan verb stem", + "romaji": "toutoba" + }, + "貴び": { + "w_type": "godan verb stem", + "romaji": "toutobi" + }, + "貴べ": { + "w_type": "conjugated godan verb", + "romaji": "toutobe" + }, + "貴ぼ": { + "w_type": "godan verb stem", + "romaji": "toutobo" + }, + "貴んだ": { + "w_type": "conjugated godan verb", + "romaji": "toutonda" + }, + "貴んで": { + "w_type": "conjugated godan verb", + "romaji": "toutonde" + }, + "解解さ": { + "w_type": "godan verb stem", + "romaji": "tokihogusa" + }, + "解解し": { + "w_type": "godan verb stem", + "romaji": "tokihogushi" + }, + "解解せ": { + "w_type": "conjugated godan verb", + "romaji": "tokihoguse" + }, + "解解そ": { + "w_type": "godan verb stem", + "romaji": "tokihoguso" + }, + "解解した": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushita" + }, + "解解して": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushite" + }, + "泣き頻ら": { + "w_type": "godan verb stem", + "romaji": "nakishikira" + }, + "泣き頻り": { + "w_type": "godan verb stem", + "romaji": "nakishikiri" + }, + "泣き頻れ": { + "w_type": "conjugated godan verb", + "romaji": "nakishikire" + }, + "泣き頻ろ": { + "w_type": "godan verb stem", + "romaji": "nakishikiro" + }, + "泣き頻った": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitta" + }, + "泣き頻って": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitte" + }, + "荒らさ": { + "w_type": "godan verb stem", + "romaji": "arasa" + }, + "荒らし": { + "w_type": "godan verb stem", + "romaji": "arashi" + }, + "荒らせ": { + "w_type": "conjugated godan verb", + "romaji": "arase" + }, + "荒らそ": { + "w_type": "godan verb stem", + "romaji": "araso" + }, + "荒らした": { + "w_type": "conjugated godan verb", + "romaji": "arashita" + }, + "荒らして": { + "w_type": "conjugated godan verb", + "romaji": "arashite" + }, + "使いこま": { + "w_type": "godan verb stem", + "romaji": "tsukaikoma" + }, + "使いこみ": { + "w_type": "godan verb stem", + "romaji": "tsukaikomi" + }, + "使いこめ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikome" + }, + "使いこも": { + "w_type": "godan verb stem", + "romaji": "tsukaikomo" + }, + "使いこんだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonda" + }, + "使いこんで": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonde" + }, + "与ら": { + "w_type": "godan verb stem", + "romaji": "azukara" + }, + "与り": { + "w_type": "godan verb stem", + "romaji": "azukari" + }, + "与れ": { + "w_type": "conjugated godan verb", + "romaji": "azukare" + }, + "与ろ": { + "w_type": "godan verb stem", + "romaji": "azukaro" + }, + "与った": { + "w_type": "conjugated godan verb", + "romaji": "azukatta" + }, + "与って": { + "w_type": "conjugated godan verb", + "romaji": "azukatte" + }, + "橈ま": { + "w_type": "godan verb stem", + "romaji": "tawama" + }, + "橈み": { + "w_type": "godan verb stem", + "romaji": "tawami" + }, + "橈め": { + "w_type": "conjugated godan verb", + "romaji": "tawame" + }, + "橈も": { + "w_type": "godan verb stem", + "romaji": "tawamo" + }, + "橈んだ": { + "w_type": "conjugated godan verb", + "romaji": "tawanda" + }, + "橈んで": { + "w_type": "conjugated godan verb", + "romaji": "tawande" + }, + "切り拓か": { + "w_type": "godan verb stem", + "romaji": "kirihiraka" + }, + "切り拓き": { + "w_type": "godan verb stem", + "romaji": "kirihiraki" + }, + "切り拓け": { + "w_type": "conjugated godan verb", + "romaji": "kirihirake" + }, + "切り拓こ": { + "w_type": "godan verb stem", + "romaji": "kirihirako" + }, + "切り拓いた": { + "w_type": "conjugated godan verb", + "romaji": "kirihiraita" + }, + "切り拓いて": { + "w_type": "conjugated godan verb", + "romaji": "kirihiraite" + }, + "放ったらかさ": { + "w_type": "godan verb stem", + "romaji": "hottarakasa" + }, + "放ったらかし": { + "w_type": "godan verb stem", + "romaji": "hottarakashi" + }, + "放ったらかせ": { + "w_type": "conjugated godan verb", + "romaji": "hottarakase" + }, + "放ったらかそ": { + "w_type": "godan verb stem", + "romaji": "hottarakaso" + }, + "放ったらかした": { + "w_type": "conjugated godan verb", + "romaji": "hottarakashita" + }, + "放ったらかして": { + "w_type": "conjugated godan verb", + "romaji": "hottarakashite" + }, + "仕舞い込ま": { + "w_type": "godan verb stem", + "romaji": "shimaikoma" + }, + "仕舞い込み": { + "w_type": "godan verb stem", + "romaji": "shimaikomi" + }, + "仕舞い込め": { + "w_type": "conjugated godan verb", + "romaji": "shimaikome" + }, + "仕舞い込も": { + "w_type": "godan verb stem", + "romaji": "shimaikomo" + }, + "仕舞い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimaikonda" + }, + "仕舞い込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimaikonde" + }, + "落ちゆか": { + "w_type": "godan verb stem", + "romaji": "ochiyuka" + }, + "落ちゆき": { + "w_type": "godan verb stem", + "romaji": "ochiyuki" + }, + "落ちゆけ": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuke" + }, + "落ちゆこ": { + "w_type": "godan verb stem", + "romaji": "ochiyuko" + }, + "落ちゆいた": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuita" + }, + "落ちゆいて": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuite" + }, + "掻き込ま": { + "w_type": "godan verb stem", + "romaji": "kakikoma" + }, + "掻き込み": { + "w_type": "godan verb stem", + "romaji": "kakikomi" + }, + "掻き込め": { + "w_type": "conjugated godan verb", + "romaji": "kakikome" + }, + "掻き込も": { + "w_type": "godan verb stem", + "romaji": "kakikomo" + }, + "掻き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakikonda" + }, + "掻き込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakikonde" + }, + "聴き取ら": { + "w_type": "godan verb stem", + "romaji": "kikitora" + }, + "聴き取り": { + "w_type": "godan verb stem", + "romaji": "kikitori" + }, + "聴き取れ": { + "w_type": "conjugated godan verb", + "romaji": "kikitore" + }, + "聴き取ろ": { + "w_type": "godan verb stem", + "romaji": "kikitoro" + }, + "聴き取った": { + "w_type": "conjugated godan verb", + "romaji": "kikitotta" + }, + "聴き取って": { + "w_type": "conjugated godan verb", + "romaji": "kikitotte" + }, + "擲り込ま": { + "w_type": "godan verb stem", + "romaji": "nagurikoma" + }, + "擲り込み": { + "w_type": "godan verb stem", + "romaji": "nagurikomi" + }, + "擲り込め": { + "w_type": "conjugated godan verb", + "romaji": "nagurikome" + }, + "擲り込も": { + "w_type": "godan verb stem", + "romaji": "nagurikomo" + }, + "擲り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagurikonda" + }, + "擲り込んで": { + "w_type": "conjugated godan verb", + "romaji": "nagurikonde" + }, + "釣り上がら": { + "w_type": "godan verb stem", + "romaji": "tsuriagara" + }, + "釣り上がり": { + "w_type": "godan verb stem", + "romaji": "tsuriagari" + }, + "釣り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagare" + }, + "釣り上がろ": { + "w_type": "godan verb stem", + "romaji": "tsuriagaro" + }, + "釣り上がった": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagatta" + }, + "釣り上がって": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagatte" + }, + "浮かび上ら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "浮かび上り": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "浮かび上れ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "浮かび上ろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "浮かび上った": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "浮かび上って": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "踏み迷わ": { + "w_type": "godan verb stem", + "romaji": "fumimayowa" + }, + "踏み迷い": { + "w_type": "godan verb stem", + "romaji": "fumimayoi" + }, + "踏み迷え": { + "w_type": "conjugated godan verb", + "romaji": "fumimayoe" + }, + "踏み迷お": { + "w_type": "godan verb stem", + "romaji": "fumimayoo" + }, + "踏み迷った": { + "w_type": "conjugated godan verb", + "romaji": "fumimayotta" + }, + "踏み迷って": { + "w_type": "conjugated godan verb", + "romaji": "fumimayotte" + }, + "突っ伏さ": { + "w_type": "godan verb stem", + "romaji": "tsuppusa" + }, + "突っ伏し": { + "w_type": "godan verb stem", + "romaji": "tsuppushi" + }, + "突っ伏せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuppuse" + }, + "突っ伏そ": { + "w_type": "godan verb stem", + "romaji": "tsuppuso" + }, + "突っ伏した": { + "w_type": "conjugated godan verb", + "romaji": "tsuppushita" + }, + "突っ伏して": { + "w_type": "conjugated godan verb", + "romaji": "tsuppushite" + }, + "すまし込ま": { + "w_type": "godan verb stem", + "romaji": "sumashikoma" + }, + "すまし込み": { + "w_type": "godan verb stem", + "romaji": "sumashikomi" + }, + "すまし込め": { + "w_type": "conjugated godan verb", + "romaji": "sumashikome" + }, + "すまし込も": { + "w_type": "godan verb stem", + "romaji": "sumashikomo" + }, + "すまし込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sumashikonda" + }, + "すまし込んで": { + "w_type": "conjugated godan verb", + "romaji": "sumashikonde" + }, + "切り合わ": { + "w_type": "godan verb stem", + "romaji": "kiriawa" + }, + "切り合い": { + "w_type": "godan verb stem", + "romaji": "kiriai" + }, + "切り合え": { + "w_type": "conjugated godan verb", + "romaji": "kiriae" + }, + "切り合お": { + "w_type": "godan verb stem", + "romaji": "kiriao" + }, + "切り合った": { + "w_type": "conjugated godan verb", + "romaji": "kiriatta" + }, + "切り合って": { + "w_type": "conjugated godan verb", + "romaji": "kiriatte" + }, + "夏めか": { + "w_type": "godan verb stem", + "romaji": "natsumeka" + }, + "夏めき": { + "w_type": "godan verb stem", + "romaji": "natsumeki" + }, + "夏めけ": { + "w_type": "conjugated godan verb", + "romaji": "natsumeke" + }, + "夏めこ": { + "w_type": "godan verb stem", + "romaji": "natsumeko" + }, + "夏めいた": { + "w_type": "conjugated godan verb", + "romaji": "natsumeita" + }, + "夏めいて": { + "w_type": "conjugated godan verb", + "romaji": "natsumeite" + }, + "踏みならさ": { + "w_type": "godan verb stem", + "romaji": "fuminarasa" + }, + "踏みならし": { + "w_type": "godan verb stem", + "romaji": "fuminarashi" + }, + "踏みならせ": { + "w_type": "conjugated godan verb", + "romaji": "fuminarase" + }, + "踏みならそ": { + "w_type": "godan verb stem", + "romaji": "fuminaraso" + }, + "踏みならした": { + "w_type": "conjugated godan verb", + "romaji": "fuminarashita" + }, + "踏みならして": { + "w_type": "conjugated godan verb", + "romaji": "fuminarashite" + }, + "蘇ら": { + "w_type": "godan verb stem", + "romaji": "yomigaera" + }, + "蘇り": { + "w_type": "godan verb stem", + "romaji": "yomigaeri" + }, + "蘇れ": { + "w_type": "conjugated godan verb", + "romaji": "yomigaere" + }, + "蘇ろ": { + "w_type": "godan verb stem", + "romaji": "yomigaero" + }, + "蘇った": { + "w_type": "conjugated godan verb", + "romaji": "yomigaetta" + }, + "蘇って": { + "w_type": "conjugated godan verb", + "romaji": "yomigaette" + }, + "買わ": { + "w_type": "godan verb stem", + "romaji": "kawa" + }, + "買い": { + "w_type": "godan verb stem", + "romaji": "kai" + }, + "買え": { + "w_type": "conjugated godan verb", + "romaji": "kae" + }, + "買お": { + "w_type": "godan verb stem", + "romaji": "kao" + }, + "買った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "買って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "誘い合わ": { + "w_type": "godan verb stem", + "romaji": "sasoiawa" + }, + "誘い合い": { + "w_type": "godan verb stem", + "romaji": "sasoiai" + }, + "誘い合え": { + "w_type": "conjugated godan verb", + "romaji": "sasoiae" + }, + "誘い合お": { + "w_type": "godan verb stem", + "romaji": "sasoiao" + }, + "誘い合った": { + "w_type": "conjugated godan verb", + "romaji": "sasoiatta" + }, + "誘い合って": { + "w_type": "conjugated godan verb", + "romaji": "sasoiatte" + }, + "見過ごさ": { + "w_type": "godan verb stem", + "romaji": "misugosa" + }, + "見過ごし": { + "w_type": "godan verb stem", + "romaji": "misugoshi" + }, + "見過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "misugose" + }, + "見過ごそ": { + "w_type": "godan verb stem", + "romaji": "misugoso" + }, + "見過ごした": { + "w_type": "conjugated godan verb", + "romaji": "misugoshita" + }, + "見過ごして": { + "w_type": "conjugated godan verb", + "romaji": "misugoshite" + }, + "呼慣らわさ": { + "w_type": "godan verb stem", + "romaji": "yobinarawasa" + }, + "呼慣らわし": { + "w_type": "godan verb stem", + "romaji": "yobinarawashi" + }, + "呼慣らわせ": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawase" + }, + "呼慣らわそ": { + "w_type": "godan verb stem", + "romaji": "yobinarawaso" + }, + "呼慣らわした": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashita" + }, + "呼慣らわして": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashite" + }, + "嵌め込ま": { + "w_type": "godan verb stem", + "romaji": "hamekoma" + }, + "嵌め込み": { + "w_type": "godan verb stem", + "romaji": "hamekomi" + }, + "嵌め込め": { + "w_type": "conjugated godan verb", + "romaji": "hamekome" + }, + "嵌め込も": { + "w_type": "godan verb stem", + "romaji": "hamekomo" + }, + "嵌め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamekonda" + }, + "嵌め込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamekonde" + }, + "ぶっ倒さ": { + "w_type": "godan verb stem", + "romaji": "buttaosa" + }, + "ぶっ倒し": { + "w_type": "godan verb stem", + "romaji": "buttaoshi" + }, + "ぶっ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "buttaose" + }, + "ぶっ倒そ": { + "w_type": "godan verb stem", + "romaji": "buttaoso" + }, + "ぶっ倒した": { + "w_type": "conjugated godan verb", + "romaji": "buttaoshita" + }, + "ぶっ倒して": { + "w_type": "conjugated godan verb", + "romaji": "buttaoshite" + }, + "突きささ": { + "w_type": "godan verb stem", + "romaji": "tsukisasa" + }, + "突きさし": { + "w_type": "godan verb stem", + "romaji": "tsukisashi" + }, + "突きさせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukisase" + }, + "突きさそ": { + "w_type": "godan verb stem", + "romaji": "tsukisaso" + }, + "突きさした": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashita" + }, + "突きさして": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashite" + }, + "抱えこま": { + "w_type": "godan verb stem", + "romaji": "kakaekoma" + }, + "抱えこみ": { + "w_type": "godan verb stem", + "romaji": "kakaekomi" + }, + "抱えこめ": { + "w_type": "conjugated godan verb", + "romaji": "kakaekome" + }, + "抱えこも": { + "w_type": "godan verb stem", + "romaji": "kakaekomo" + }, + "抱えこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kakaekonda" + }, + "抱えこんで": { + "w_type": "conjugated godan verb", + "romaji": "kakaekonde" + }, + "落ち入ら": { + "w_type": "godan verb stem", + "romaji": "ochiira" + }, + "落ち入り": { + "w_type": "godan verb stem", + "romaji": "ochiiri" + }, + "落ち入れ": { + "w_type": "conjugated godan verb", + "romaji": "ochiire" + }, + "落ち入ろ": { + "w_type": "godan verb stem", + "romaji": "ochiiro" + }, + "落ち入った": { + "w_type": "conjugated godan verb", + "romaji": "ochiitta" + }, + "落ち入って": { + "w_type": "conjugated godan verb", + "romaji": "ochiitte" + }, + "剥ら": { + "w_type": "godan verb stem", + "romaji": "hezura" + }, + "剥り": { + "w_type": "godan verb stem", + "romaji": "hezuri" + }, + "剥れ": { + "w_type": "conjugated godan verb", + "romaji": "hezure" + }, + "剥ろ": { + "w_type": "godan verb stem", + "romaji": "hezuro" + }, + "剥った": { + "w_type": "conjugated godan verb", + "romaji": "hezutta" + }, + "剥って": { + "w_type": "conjugated godan verb", + "romaji": "hezutte" + }, + "気にかから": { + "w_type": "godan verb stem", + "romaji": "kinikakara" + }, + "気にかかり": { + "w_type": "godan verb stem", + "romaji": "kinikakari" + }, + "気にかかれ": { + "w_type": "conjugated godan verb", + "romaji": "kinikakare" + }, + "気にかかろ": { + "w_type": "godan verb stem", + "romaji": "kinikakaro" + }, + "気にかかった": { + "w_type": "conjugated godan verb", + "romaji": "kinikakatta" + }, + "気にかかって": { + "w_type": "conjugated godan verb", + "romaji": "kinikakatte" + }, + "乗りかから": { + "w_type": "godan verb stem", + "romaji": "norikakara" + }, + "乗りかかり": { + "w_type": "godan verb stem", + "romaji": "norikakari" + }, + "乗りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "norikakare" + }, + "乗りかかろ": { + "w_type": "godan verb stem", + "romaji": "norikakaro" + }, + "乗りかかった": { + "w_type": "conjugated godan verb", + "romaji": "norikakatta" + }, + "乗りかかって": { + "w_type": "conjugated godan verb", + "romaji": "norikakatte" + }, + "押入ら": { + "w_type": "godan verb stem", + "romaji": "oshiira" + }, + "押入り": { + "w_type": "godan verb stem", + "romaji": "oshiiri" + }, + "押入れ": { + "w_type": "conjugated godan verb", + "romaji": "oshiire" + }, + "押入ろ": { + "w_type": "godan verb stem", + "romaji": "oshiiro" + }, + "押入った": { + "w_type": "conjugated godan verb", + "romaji": "oshiitta" + }, + "押入って": { + "w_type": "conjugated godan verb", + "romaji": "oshiitte" + }, + "戦が": { + "w_type": "godan verb stem", + "romaji": "soyoga" + }, + "戦ぎ": { + "w_type": "godan verb stem", + "romaji": "soyogi" + }, + "戦げ": { + "w_type": "conjugated godan verb", + "romaji": "soyoge" + }, + "戦ご": { + "w_type": "godan verb stem", + "romaji": "soyogo" + }, + "戦いだ": { + "w_type": "conjugated godan verb", + "romaji": "soyoida" + }, + "戦いで": { + "w_type": "conjugated godan verb", + "romaji": "soyoide" + }, + "喉鳴らさ": { + "w_type": "godan verb stem", + "romaji": "nodonarasa" + }, + "喉鳴らし": { + "w_type": "godan verb stem", + "romaji": "nodonarashi" + }, + "喉鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "nodonarase" + }, + "喉鳴らそ": { + "w_type": "godan verb stem", + "romaji": "nodonaraso" + }, + "喉鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "nodonarashita" + }, + "喉鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "nodonarashite" + }, + "物語ら": { + "w_type": "godan verb stem", + "romaji": "monogatara" + }, + "物語り": { + "w_type": "godan verb stem", + "romaji": "monogatari" + }, + "物語れ": { + "w_type": "conjugated godan verb", + "romaji": "monogatare" + }, + "物語ろ": { + "w_type": "godan verb stem", + "romaji": "monogataro" + }, + "物語った": { + "w_type": "conjugated godan verb", + "romaji": "monogatatta" + }, + "物語って": { + "w_type": "conjugated godan verb", + "romaji": "monogatatte" + }, + "捲れあがら": { + "w_type": "godan verb stem", + "romaji": "mekureagara" + }, + "捲れあがり": { + "w_type": "godan verb stem", + "romaji": "mekureagari" + }, + "捲れあがれ": { + "w_type": "conjugated godan verb", + "romaji": "mekureagare" + }, + "捲れあがろ": { + "w_type": "godan verb stem", + "romaji": "mekureagaro" + }, + "捲れあがった": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatta" + }, + "捲れあがって": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatte" + }, + "嵌めこま": { + "w_type": "godan verb stem", + "romaji": "hamekoma" + }, + "嵌めこみ": { + "w_type": "godan verb stem", + "romaji": "hamekomi" + }, + "嵌めこめ": { + "w_type": "conjugated godan verb", + "romaji": "hamekome" + }, + "嵌めこも": { + "w_type": "godan verb stem", + "romaji": "hamekomo" + }, + "嵌めこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hamekonda" + }, + "嵌めこんで": { + "w_type": "conjugated godan verb", + "romaji": "hamekonde" + }, + "探ら": { + "w_type": "godan verb stem", + "romaji": "sagura" + }, + "探り": { + "w_type": "godan verb stem", + "romaji": "saguri" + }, + "探れ": { + "w_type": "conjugated godan verb", + "romaji": "sagure" + }, + "探ろ": { + "w_type": "godan verb stem", + "romaji": "saguro" + }, + "探った": { + "w_type": "conjugated godan verb", + "romaji": "sagutta" + }, + "探って": { + "w_type": "conjugated godan verb", + "romaji": "sagutte" + }, + "引下がら": { + "w_type": "godan verb stem", + "romaji": "hikisagara" + }, + "引下がり": { + "w_type": "godan verb stem", + "romaji": "hikisagari" + }, + "引下がれ": { + "w_type": "conjugated godan verb", + "romaji": "hikisagare" + }, + "引下がろ": { + "w_type": "godan verb stem", + "romaji": "hikisagaro" + }, + "引下がった": { + "w_type": "conjugated godan verb", + "romaji": "hikisagatta" + }, + "引下がって": { + "w_type": "conjugated godan verb", + "romaji": "hikisagatte" + }, + "畏まら": { + "w_type": "godan verb stem", + "romaji": "kashikomara" + }, + "畏まり": { + "w_type": "godan verb stem", + "romaji": "kashikomari" + }, + "畏まれ": { + "w_type": "conjugated godan verb", + "romaji": "kashikomare" + }, + "畏まろ": { + "w_type": "godan verb stem", + "romaji": "kashikomaro" + }, + "畏まった": { + "w_type": "conjugated godan verb", + "romaji": "kashikomatta" + }, + "畏まって": { + "w_type": "conjugated godan verb", + "romaji": "kashikomatte" + }, + "出向か": { + "w_type": "godan verb stem", + "romaji": "demuka" + }, + "出向き": { + "w_type": "godan verb stem", + "romaji": "demuki" + }, + "出向け": { + "w_type": "conjugated godan verb", + "romaji": "demuke" + }, + "出向こ": { + "w_type": "godan verb stem", + "romaji": "demuko" + }, + "出向いた": { + "w_type": "conjugated godan verb", + "romaji": "demuita" + }, + "出向いて": { + "w_type": "conjugated godan verb", + "romaji": "demuite" + }, + "恋い忍ば": { + "w_type": "godan verb stem", + "romaji": "koishinoba" + }, + "恋い忍び": { + "w_type": "godan verb stem", + "romaji": "koishinobi" + }, + "恋い忍べ": { + "w_type": "conjugated godan verb", + "romaji": "koishinobe" + }, + "恋い忍ぼ": { + "w_type": "godan verb stem", + "romaji": "koishinobo" + }, + "恋い忍んだ": { + "w_type": "conjugated godan verb", + "romaji": "koishinonda" + }, + "恋い忍んで": { + "w_type": "conjugated godan verb", + "romaji": "koishinonde" + }, + "相調わ": { + "w_type": "godan verb stem", + "romaji": "aitotonowa" + }, + "相調い": { + "w_type": "godan verb stem", + "romaji": "aitotonoi" + }, + "相調え": { + "w_type": "conjugated godan verb", + "romaji": "aitotonoe" + }, + "相調お": { + "w_type": "godan verb stem", + "romaji": "aitotonoo" + }, + "相調った": { + "w_type": "conjugated godan verb", + "romaji": "aitotonotta" + }, + "相調って": { + "w_type": "conjugated godan verb", + "romaji": "aitotonotte" + }, + "舞いあがら": { + "w_type": "godan verb stem", + "romaji": "maiagara" + }, + "舞いあがり": { + "w_type": "godan verb stem", + "romaji": "maiagari" + }, + "舞いあがれ": { + "w_type": "conjugated godan verb", + "romaji": "maiagare" + }, + "舞いあがろ": { + "w_type": "godan verb stem", + "romaji": "maiagaro" + }, + "舞いあがった": { + "w_type": "conjugated godan verb", + "romaji": "maiagatta" + }, + "舞いあがって": { + "w_type": "conjugated godan verb", + "romaji": "maiagatte" + }, + "葬ら": { + "w_type": "godan verb stem", + "romaji": "houmura" + }, + "葬り": { + "w_type": "godan verb stem", + "romaji": "houmuri" + }, + "葬れ": { + "w_type": "conjugated godan verb", + "romaji": "houmure" + }, + "葬ろ": { + "w_type": "godan verb stem", + "romaji": "houmuro" + }, + "葬った": { + "w_type": "conjugated godan verb", + "romaji": "houmutta" + }, + "葬って": { + "w_type": "conjugated godan verb", + "romaji": "houmutte" + }, + "流さ": { + "w_type": "godan verb stem", + "romaji": "nagasa" + }, + "流し": { + "w_type": "godan verb stem", + "romaji": "nagashi" + }, + "流せ": { + "w_type": "conjugated godan verb", + "romaji": "nagase" + }, + "流そ": { + "w_type": "godan verb stem", + "romaji": "nagaso" + }, + "流した": { + "w_type": "conjugated godan verb", + "romaji": "nagashita" + }, + "流して": { + "w_type": "conjugated godan verb", + "romaji": "nagashite" + }, + "許さ": { + "w_type": "godan verb stem", + "romaji": "yurusa" + }, + "許し": { + "w_type": "godan verb stem", + "romaji": "yurushi" + }, + "許せ": { + "w_type": "conjugated godan verb", + "romaji": "yuruse" + }, + "許そ": { + "w_type": "godan verb stem", + "romaji": "yuruso" + }, + "許した": { + "w_type": "conjugated godan verb", + "romaji": "yurushita" + }, + "許して": { + "w_type": "conjugated godan verb", + "romaji": "yurushite" + }, + "擲ら": { + "w_type": "godan verb stem", + "romaji": "nagura" + }, + "擲り": { + "w_type": "godan verb stem", + "romaji": "naguri" + }, + "擲れ": { + "w_type": "conjugated godan verb", + "romaji": "nagure" + }, + "擲ろ": { + "w_type": "godan verb stem", + "romaji": "naguro" + }, + "擲った": { + "w_type": "conjugated godan verb", + "romaji": "nagutta" + }, + "擲って": { + "w_type": "conjugated godan verb", + "romaji": "nagutte" + }, + "衝き動かさ": { + "w_type": "godan verb stem", + "romaji": "tsukiugokasa" + }, + "衝き動かし": { + "w_type": "godan verb stem", + "romaji": "tsukiugokashi" + }, + "衝き動かせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokase" + }, + "衝き動かそ": { + "w_type": "godan verb stem", + "romaji": "tsukiugokaso" + }, + "衝き動かした": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokashita" + }, + "衝き動かして": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokashite" + }, + "引っ張ら": { + "w_type": "godan verb stem", + "romaji": "hippara" + }, + "引っ張り": { + "w_type": "godan verb stem", + "romaji": "hippari" + }, + "引っ張れ": { + "w_type": "conjugated godan verb", + "romaji": "hippare" + }, + "引っ張ろ": { + "w_type": "godan verb stem", + "romaji": "hipparo" + }, + "引っ張った": { + "w_type": "conjugated godan verb", + "romaji": "hippatta" + }, + "引っ張って": { + "w_type": "conjugated godan verb", + "romaji": "hippatte" + }, + "撃ち合わ": { + "w_type": "godan verb stem", + "romaji": "uchiawa" + }, + "撃ち合い": { + "w_type": "godan verb stem", + "romaji": "uchiai" + }, + "撃ち合え": { + "w_type": "conjugated godan verb", + "romaji": "uchiae" + }, + "撃ち合お": { + "w_type": "godan verb stem", + "romaji": "uchiao" + }, + "撃ち合った": { + "w_type": "conjugated godan verb", + "romaji": "uchiatta" + }, + "撃ち合って": { + "w_type": "conjugated godan verb", + "romaji": "uchiatte" + }, + "読み過さ": { + "w_type": "godan verb stem", + "romaji": "yomisugosa" + }, + "読み過し": { + "w_type": "godan verb stem", + "romaji": "yomisugoshi" + }, + "読み過せ": { + "w_type": "conjugated godan verb", + "romaji": "yomisugose" + }, + "読み過そ": { + "w_type": "godan verb stem", + "romaji": "yomisugoso" + }, + "読み過した": { + "w_type": "conjugated godan verb", + "romaji": "yomisugoshita" + }, + "読み過して": { + "w_type": "conjugated godan verb", + "romaji": "yomisugoshite" + }, + "分かり合わ": { + "w_type": "godan verb stem", + "romaji": "wakariawa" + }, + "分かり合い": { + "w_type": "godan verb stem", + "romaji": "wakariai" + }, + "分かり合え": { + "w_type": "conjugated godan verb", + "romaji": "wakariae" + }, + "分かり合お": { + "w_type": "godan verb stem", + "romaji": "wakariao" + }, + "分かり合った": { + "w_type": "conjugated godan verb", + "romaji": "wakariatta" + }, + "分かり合って": { + "w_type": "conjugated godan verb", + "romaji": "wakariatte" + }, + "抜き去ら": { + "w_type": "godan verb stem", + "romaji": "nukisara" + }, + "抜き去り": { + "w_type": "godan verb stem", + "romaji": "nukisari" + }, + "抜き去れ": { + "w_type": "conjugated godan verb", + "romaji": "nukisare" + }, + "抜き去ろ": { + "w_type": "godan verb stem", + "romaji": "nukisaro" + }, + "抜き去った": { + "w_type": "conjugated godan verb", + "romaji": "nukisatta" + }, + "抜き去って": { + "w_type": "conjugated godan verb", + "romaji": "nukisatte" + }, + "貴ま": { + "w_type": "godan verb stem", + "romaji": "tattoma" + }, + "貴み": { + "w_type": "godan verb stem", + "romaji": "tattomi" + }, + "貴め": { + "w_type": "conjugated godan verb", + "romaji": "tattome" + }, + "貴も": { + "w_type": "godan verb stem", + "romaji": "tattomo" + }, + "いじくり回さ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawasa" + }, + "いじくり回し": { + "w_type": "godan verb stem", + "romaji": "ijikurimawashi" + }, + "いじくり回せ": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawase" + }, + "いじくり回そ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawaso" + }, + "いじくり回した": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashita" + }, + "いじくり回して": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashite" + }, + "食い違わ": { + "w_type": "godan verb stem", + "romaji": "kuichigawa" + }, + "食い違い": { + "w_type": "godan verb stem", + "romaji": "kuichigai" + }, + "食い違え": { + "w_type": "conjugated godan verb", + "romaji": "kuichigae" + }, + "食い違お": { + "w_type": "godan verb stem", + "romaji": "kuichigao" + }, + "食い違った": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatta" + }, + "食い違って": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatte" + }, + "出さ": { + "w_type": "godan verb stem", + "romaji": "dasa" + }, + "出し": { + "w_type": "godan verb stem", + "romaji": "dashi" + }, + "出せ": { + "w_type": "conjugated godan verb", + "romaji": "dase" + }, + "出そ": { + "w_type": "godan verb stem", + "romaji": "daso" + }, + "出した": { + "w_type": "conjugated godan verb", + "romaji": "dashita" + }, + "出して": { + "w_type": "conjugated godan verb", + "romaji": "dashite" + }, + "ブチ壊さ": { + "w_type": "godan verb stem", + "romaji": "buchikowasa" + }, + "ブチ壊し": { + "w_type": "godan verb stem", + "romaji": "buchikowashi" + }, + "ブチ壊せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikowase" + }, + "ブチ壊そ": { + "w_type": "godan verb stem", + "romaji": "buchikowaso" + }, + "ブチ壊した": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashita" + }, + "ブチ壊して": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashite" + }, + "咲きそろわ": { + "w_type": "godan verb stem", + "romaji": "sakisorowa" + }, + "咲きそろい": { + "w_type": "godan verb stem", + "romaji": "sakisoroi" + }, + "咲きそろえ": { + "w_type": "conjugated godan verb", + "romaji": "sakisoroe" + }, + "咲きそろお": { + "w_type": "godan verb stem", + "romaji": "sakisoroo" + }, + "咲きそろった": { + "w_type": "conjugated godan verb", + "romaji": "sakisorotta" + }, + "咲きそろって": { + "w_type": "conjugated godan verb", + "romaji": "sakisorotte" + }, + "説及ば": { + "w_type": "godan verb stem", + "romaji": "tokioyoba" + }, + "説及び": { + "w_type": "godan verb stem", + "romaji": "tokioyobi" + }, + "説及べ": { + "w_type": "conjugated godan verb", + "romaji": "tokioyobe" + }, + "説及ぼ": { + "w_type": "godan verb stem", + "romaji": "tokioyobo" + }, + "説及んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokioyonda" + }, + "説及んで": { + "w_type": "conjugated godan verb", + "romaji": "tokioyonde" + }, + "冴えわたら": { + "w_type": "godan verb stem", + "romaji": "saewatara" + }, + "冴えわたり": { + "w_type": "godan verb stem", + "romaji": "saewatari" + }, + "冴えわたれ": { + "w_type": "conjugated godan verb", + "romaji": "saewatare" + }, + "冴えわたろ": { + "w_type": "godan verb stem", + "romaji": "saewataro" + }, + "冴えわたった": { + "w_type": "conjugated godan verb", + "romaji": "saewatatta" + }, + "冴えわたって": { + "w_type": "conjugated godan verb", + "romaji": "saewatatte" + }, + "喚か": { + "w_type": "godan verb stem", + "romaji": "wameka" + }, + "喚き": { + "w_type": "godan verb stem", + "romaji": "wameki" + }, + "喚け": { + "w_type": "conjugated godan verb", + "romaji": "wameke" + }, + "喚こ": { + "w_type": "godan verb stem", + "romaji": "wameko" + }, + "喚いた": { + "w_type": "conjugated godan verb", + "romaji": "wameita" + }, + "喚いて": { + "w_type": "conjugated godan verb", + "romaji": "wameite" + }, + "誤ら": { + "w_type": "godan verb stem", + "romaji": "ayamara" + }, + "誤り": { + "w_type": "godan verb stem", + "romaji": "ayamari" + }, + "誤れ": { + "w_type": "conjugated godan verb", + "romaji": "ayamare" + }, + "誤ろ": { + "w_type": "godan verb stem", + "romaji": "ayamaro" + }, + "誤った": { + "w_type": "conjugated godan verb", + "romaji": "ayamatta" + }, + "誤って": { + "w_type": "conjugated godan verb", + "romaji": "ayamatte" + }, + "書き直さ": { + "w_type": "godan verb stem", + "romaji": "kakinaosa" + }, + "書き直し": { + "w_type": "godan verb stem", + "romaji": "kakinaoshi" + }, + "書き直せ": { + "w_type": "conjugated godan verb", + "romaji": "kakinaose" + }, + "書き直そ": { + "w_type": "godan verb stem", + "romaji": "kakinaoso" + }, + "書き直した": { + "w_type": "conjugated godan verb", + "romaji": "kakinaoshita" + }, + "書き直して": { + "w_type": "conjugated godan verb", + "romaji": "kakinaoshite" + }, + "切り下ろさ": { + "w_type": "godan verb stem", + "romaji": "kiriorosa" + }, + "切り下ろし": { + "w_type": "godan verb stem", + "romaji": "kirioroshi" + }, + "切り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "kiriorose" + }, + "切り下ろそ": { + "w_type": "godan verb stem", + "romaji": "kirioroso" + }, + "切り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "kirioroshita" + }, + "切り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "kirioroshite" + }, + "蹴とばさ": { + "w_type": "godan verb stem", + "romaji": "ketobasa" + }, + "蹴とばし": { + "w_type": "godan verb stem", + "romaji": "ketobashi" + }, + "蹴とばせ": { + "w_type": "conjugated godan verb", + "romaji": "ketobase" + }, + "蹴とばそ": { + "w_type": "godan verb stem", + "romaji": "ketobaso" + }, + "蹴とばした": { + "w_type": "conjugated godan verb", + "romaji": "ketobashita" + }, + "蹴とばして": { + "w_type": "conjugated godan verb", + "romaji": "ketobashite" + }, + "焼か": { + "w_type": "godan verb stem", + "romaji": "yaka" + }, + "焼き": { + "w_type": "godan verb stem", + "romaji": "yaki" + }, + "焼け": { + "w_type": "conjugated godan verb", + "romaji": "yake" + }, + "焼こ": { + "w_type": "godan verb stem", + "romaji": "yako" + }, + "焼いた": { + "w_type": "conjugated godan verb", + "romaji": "yaita" + }, + "焼いて": { + "w_type": "conjugated godan verb", + "romaji": "yaite" + }, + "打っ放さ": { + "w_type": "godan verb stem", + "romaji": "buppanasa" + }, + "打っ放し": { + "w_type": "godan verb stem", + "romaji": "buppanashi" + }, + "打っ放せ": { + "w_type": "conjugated godan verb", + "romaji": "buppanase" + }, + "打っ放そ": { + "w_type": "godan verb stem", + "romaji": "buppanaso" + }, + "打っ放した": { + "w_type": "conjugated godan verb", + "romaji": "buppanashita" + }, + "打っ放して": { + "w_type": "conjugated godan verb", + "romaji": "buppanashite" + }, + "御出でなさら": { + "w_type": "godan verb stem", + "romaji": "oidenasara" + }, + "御出でなさり": { + "w_type": "godan verb stem", + "romaji": "oidenasari" + }, + "御出でなされ": { + "w_type": "conjugated godan verb", + "romaji": "oidenasare" + }, + "御出でなさろ": { + "w_type": "godan verb stem", + "romaji": "oidenasaro" + }, + "御出でなさった": { + "w_type": "conjugated godan verb", + "romaji": "oidenasatta" + }, + "御出でなさって": { + "w_type": "conjugated godan verb", + "romaji": "oidenasatte" + }, + "締切ら": { + "w_type": "godan verb stem", + "romaji": "shimekira" + }, + "締切り": { + "w_type": "godan verb stem", + "romaji": "shimekiri" + }, + "締切れ": { + "w_type": "conjugated godan verb", + "romaji": "shimekire" + }, + "締切ろ": { + "w_type": "godan verb stem", + "romaji": "shimekiro" + }, + "締切った": { + "w_type": "conjugated godan verb", + "romaji": "shimekitta" + }, + "締切って": { + "w_type": "conjugated godan verb", + "romaji": "shimekitte" + }, + "追いこさ": { + "w_type": "godan verb stem", + "romaji": "oikosa" + }, + "追いこし": { + "w_type": "godan verb stem", + "romaji": "oikoshi" + }, + "追いこせ": { + "w_type": "conjugated godan verb", + "romaji": "oikose" + }, + "追いこそ": { + "w_type": "godan verb stem", + "romaji": "oikoso" + }, + "追いこした": { + "w_type": "conjugated godan verb", + "romaji": "oikoshita" + }, + "追いこして": { + "w_type": "conjugated godan verb", + "romaji": "oikoshite" + }, + "飛越さ": { + "w_type": "godan verb stem", + "romaji": "tobikosa" + }, + "飛越し": { + "w_type": "godan verb stem", + "romaji": "tobikoshi" + }, + "飛越せ": { + "w_type": "conjugated godan verb", + "romaji": "tobikose" + }, + "飛越そ": { + "w_type": "godan verb stem", + "romaji": "tobikoso" + }, + "飛越した": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshita" + }, + "飛越して": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshite" + }, + "絡み合わ": { + "w_type": "godan verb stem", + "romaji": "karamiawa" + }, + "絡み合い": { + "w_type": "godan verb stem", + "romaji": "karamiai" + }, + "絡み合え": { + "w_type": "conjugated godan verb", + "romaji": "karamiae" + }, + "絡み合お": { + "w_type": "godan verb stem", + "romaji": "karamiao" + }, + "絡み合った": { + "w_type": "conjugated godan verb", + "romaji": "karamiatta" + }, + "絡み合って": { + "w_type": "conjugated godan verb", + "romaji": "karamiatte" + }, + "機嫌を直さ": { + "w_type": "godan verb stem", + "romaji": "kigen wo naosa" + }, + "機嫌を直し": { + "w_type": "godan verb stem", + "romaji": "kigen wo naoshi" + }, + "機嫌を直せ": { + "w_type": "conjugated godan verb", + "romaji": "kigen wo naose" + }, + "機嫌を直そ": { + "w_type": "godan verb stem", + "romaji": "kigen wo naoso" + }, + "機嫌を直した": { + "w_type": "conjugated godan verb", + "romaji": "kigen wo naoshita" + }, + "機嫌を直して": { + "w_type": "conjugated godan verb", + "romaji": "kigen wo naoshite" + }, + "言い直さ": { + "w_type": "godan verb stem", + "romaji": "iinaosa" + }, + "言い直し": { + "w_type": "godan verb stem", + "romaji": "iinaoshi" + }, + "言い直せ": { + "w_type": "conjugated godan verb", + "romaji": "iinaose" + }, + "言い直そ": { + "w_type": "godan verb stem", + "romaji": "iinaoso" + }, + "言い直した": { + "w_type": "conjugated godan verb", + "romaji": "iinaoshita" + }, + "言い直して": { + "w_type": "conjugated godan verb", + "romaji": "iinaoshite" + }, + "俏さ": { + "w_type": "godan verb stem", + "romaji": "yatsusa" + }, + "俏し": { + "w_type": "godan verb stem", + "romaji": "yatsushi" + }, + "俏せ": { + "w_type": "conjugated godan verb", + "romaji": "yatsuse" + }, + "俏そ": { + "w_type": "godan verb stem", + "romaji": "yatsuso" + }, + "俏した": { + "w_type": "conjugated godan verb", + "romaji": "yatsushita" + }, + "俏して": { + "w_type": "conjugated godan verb", + "romaji": "yatsushite" + }, + "ふるい落とさ": { + "w_type": "godan verb stem", + "romaji": "furuiotosa" + }, + "ふるい落とし": { + "w_type": "godan verb stem", + "romaji": "furuiotoshi" + }, + "ふるい落とせ": { + "w_type": "conjugated godan verb", + "romaji": "furuiotose" + }, + "ふるい落とそ": { + "w_type": "godan verb stem", + "romaji": "furuiotoso" + }, + "ふるい落とした": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshita" + }, + "ふるい落として": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshite" + }, + "啀み合わ": { + "w_type": "godan verb stem", + "romaji": "igamiawa" + }, + "啀み合い": { + "w_type": "godan verb stem", + "romaji": "igamiai" + }, + "啀み合え": { + "w_type": "conjugated godan verb", + "romaji": "igamiae" + }, + "啀み合お": { + "w_type": "godan verb stem", + "romaji": "igamiao" + }, + "啀み合った": { + "w_type": "conjugated godan verb", + "romaji": "igamiatta" + }, + "啀み合って": { + "w_type": "conjugated godan verb", + "romaji": "igamiatte" + }, + "梃摺ら": { + "w_type": "godan verb stem", + "romaji": "tekozura" + }, + "梃摺り": { + "w_type": "godan verb stem", + "romaji": "tekozuri" + }, + "梃摺れ": { + "w_type": "conjugated godan verb", + "romaji": "tekozure" + }, + "梃摺ろ": { + "w_type": "godan verb stem", + "romaji": "tekozuro" + }, + "梃摺った": { + "w_type": "conjugated godan verb", + "romaji": "tekozutta" + }, + "梃摺って": { + "w_type": "conjugated godan verb", + "romaji": "tekozutte" + }, + "成り上ら": { + "w_type": "godan verb stem", + "romaji": "nariagara" + }, + "成り上り": { + "w_type": "godan verb stem", + "romaji": "nariagari" + }, + "成り上れ": { + "w_type": "conjugated godan verb", + "romaji": "nariagare" + }, + "成り上ろ": { + "w_type": "godan verb stem", + "romaji": "nariagaro" + }, + "成り上った": { + "w_type": "conjugated godan verb", + "romaji": "nariagatta" + }, + "成り上って": { + "w_type": "conjugated godan verb", + "romaji": "nariagatte" + }, + "こき落とさ": { + "w_type": "godan verb stem", + "romaji": "kokiotosa" + }, + "こき落とし": { + "w_type": "godan verb stem", + "romaji": "kokiotoshi" + }, + "こき落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kokiotose" + }, + "こき落とそ": { + "w_type": "godan verb stem", + "romaji": "kokiotoso" + }, + "こき落とした": { + "w_type": "conjugated godan verb", + "romaji": "kokiotoshita" + }, + "こき落として": { + "w_type": "conjugated godan verb", + "romaji": "kokiotoshite" + }, + "往か": { + "w_type": "godan verb stem", + "romaji": "ika" + }, + "往き": { + "w_type": "godan verb stem", + "romaji": "iki" + }, + "往け": { + "w_type": "conjugated godan verb", + "romaji": "ike" + }, + "往こ": { + "w_type": "godan verb stem", + "romaji": "iko" + }, + "往いた": { + "w_type": "conjugated godan verb", + "romaji": "iita" + }, + "往いて": { + "w_type": "conjugated godan verb", + "romaji": "iite" + }, + "食っ付か": { + "w_type": "godan verb stem", + "romaji": "kuttsuka" + }, + "食っ付き": { + "w_type": "godan verb stem", + "romaji": "kuttsuki" + }, + "食っ付け": { + "w_type": "conjugated godan verb", + "romaji": "kuttsuke" + }, + "食っ付こ": { + "w_type": "godan verb stem", + "romaji": "kuttsuko" + }, + "食っ付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuttsuita" + }, + "食っ付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuttsuite" + }, + "避わさ": { + "w_type": "godan verb stem", + "romaji": "kawasa" + }, + "避わし": { + "w_type": "godan verb stem", + "romaji": "kawashi" + }, + "避わせ": { + "w_type": "conjugated godan verb", + "romaji": "kawase" + }, + "避わそ": { + "w_type": "godan verb stem", + "romaji": "kawaso" + }, + "避わした": { + "w_type": "conjugated godan verb", + "romaji": "kawashita" + }, + "避わして": { + "w_type": "conjugated godan verb", + "romaji": "kawashite" + }, + "請出さ": { + "w_type": "godan verb stem", + "romaji": "ukedasa" + }, + "請出し": { + "w_type": "godan verb stem", + "romaji": "ukedashi" + }, + "請出せ": { + "w_type": "conjugated godan verb", + "romaji": "ukedase" + }, + "請出そ": { + "w_type": "godan verb stem", + "romaji": "ukedaso" + }, + "請出した": { + "w_type": "conjugated godan verb", + "romaji": "ukedashita" + }, + "請出して": { + "w_type": "conjugated godan verb", + "romaji": "ukedashite" + }, + "綴じ込ま": { + "w_type": "godan verb stem", + "romaji": "tojikoma" + }, + "綴じ込み": { + "w_type": "godan verb stem", + "romaji": "tojikomi" + }, + "綴じ込め": { + "w_type": "conjugated godan verb", + "romaji": "tojikome" + }, + "綴じ込も": { + "w_type": "godan verb stem", + "romaji": "tojikomo" + }, + "綴じ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tojikonda" + }, + "綴じ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tojikonde" + }, + "誉めちぎら": { + "w_type": "godan verb stem", + "romaji": "homechigira" + }, + "誉めちぎり": { + "w_type": "godan verb stem", + "romaji": "homechigiri" + }, + "誉めちぎれ": { + "w_type": "conjugated godan verb", + "romaji": "homechigire" + }, + "誉めちぎろ": { + "w_type": "godan verb stem", + "romaji": "homechigiro" + }, + "誉めちぎった": { + "w_type": "conjugated godan verb", + "romaji": "homechigitta" + }, + "誉めちぎって": { + "w_type": "conjugated godan verb", + "romaji": "homechigitte" + }, + "寄り合わ": { + "w_type": "godan verb stem", + "romaji": "yoriawa" + }, + "寄り合い": { + "w_type": "godan verb stem", + "romaji": "yoriai" + }, + "寄り合え": { + "w_type": "conjugated godan verb", + "romaji": "yoriae" + }, + "寄り合お": { + "w_type": "godan verb stem", + "romaji": "yoriao" + }, + "寄り合った": { + "w_type": "conjugated godan verb", + "romaji": "yoriatta" + }, + "寄り合って": { + "w_type": "conjugated godan verb", + "romaji": "yoriatte" + }, + "仕出来さ": { + "w_type": "godan verb stem", + "romaji": "shidekasa" + }, + "仕出来し": { + "w_type": "godan verb stem", + "romaji": "shidekashi" + }, + "仕出来せ": { + "w_type": "conjugated godan verb", + "romaji": "shidekase" + }, + "仕出来そ": { + "w_type": "godan verb stem", + "romaji": "shidekaso" + }, + "仕出来した": { + "w_type": "conjugated godan verb", + "romaji": "shidekashita" + }, + "仕出来して": { + "w_type": "conjugated godan verb", + "romaji": "shidekashite" + }, + "移りゆか": { + "w_type": "godan verb stem", + "romaji": "utsuriyuka" + }, + "移りゆき": { + "w_type": "godan verb stem", + "romaji": "utsuriyuki" + }, + "移りゆけ": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuke" + }, + "移りゆこ": { + "w_type": "godan verb stem", + "romaji": "utsuriyuko" + }, + "移りゆいた": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuita" + }, + "移りゆいて": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuite" + }, + "轢か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "轢き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "轢け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "轢こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "轢いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "轢いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "鳴きしきら": { + "w_type": "godan verb stem", + "romaji": "nakishikira" + }, + "鳴きしきり": { + "w_type": "godan verb stem", + "romaji": "nakishikiri" + }, + "鳴きしきれ": { + "w_type": "conjugated godan verb", + "romaji": "nakishikire" + }, + "鳴きしきろ": { + "w_type": "godan verb stem", + "romaji": "nakishikiro" + }, + "鳴きしきった": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitta" + }, + "鳴きしきって": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitte" + }, + "迫り出さ": { + "w_type": "godan verb stem", + "romaji": "seridasa" + }, + "迫り出し": { + "w_type": "godan verb stem", + "romaji": "seridashi" + }, + "迫り出せ": { + "w_type": "conjugated godan verb", + "romaji": "seridase" + }, + "迫り出そ": { + "w_type": "godan verb stem", + "romaji": "seridaso" + }, + "迫り出した": { + "w_type": "conjugated godan verb", + "romaji": "seridashita" + }, + "迫り出して": { + "w_type": "conjugated godan verb", + "romaji": "seridashite" + }, + "言い送ら": { + "w_type": "godan verb stem", + "romaji": "iiokura" + }, + "言い送り": { + "w_type": "godan verb stem", + "romaji": "iiokuri" + }, + "言い送れ": { + "w_type": "conjugated godan verb", + "romaji": "iiokure" + }, + "言い送ろ": { + "w_type": "godan verb stem", + "romaji": "iiokuro" + }, + "言い送った": { + "w_type": "conjugated godan verb", + "romaji": "iiokutta" + }, + "言い送って": { + "w_type": "conjugated godan verb", + "romaji": "iiokutte" + }, + "撮ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "撮り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "撮れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "撮ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "撮った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "撮って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "抱え込ま": { + "w_type": "godan verb stem", + "romaji": "kakaekoma" + }, + "抱え込み": { + "w_type": "godan verb stem", + "romaji": "kakaekomi" + }, + "抱え込め": { + "w_type": "conjugated godan verb", + "romaji": "kakaekome" + }, + "抱え込も": { + "w_type": "godan verb stem", + "romaji": "kakaekomo" + }, + "抱え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakaekonda" + }, + "抱え込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakaekonde" + }, + "流し出さ": { + "w_type": "godan verb stem", + "romaji": "nagashidasa" + }, + "流し出し": { + "w_type": "godan verb stem", + "romaji": "nagashidashi" + }, + "流し出せ": { + "w_type": "conjugated godan verb", + "romaji": "nagashidase" + }, + "流し出そ": { + "w_type": "godan verb stem", + "romaji": "nagashidaso" + }, + "流し出した": { + "w_type": "conjugated godan verb", + "romaji": "nagashidashita" + }, + "流し出して": { + "w_type": "conjugated godan verb", + "romaji": "nagashidashite" + }, + "言い止さ": { + "w_type": "godan verb stem", + "romaji": "iisasa" + }, + "言い止し": { + "w_type": "godan verb stem", + "romaji": "iisashi" + }, + "言い止せ": { + "w_type": "conjugated godan verb", + "romaji": "iisase" + }, + "言い止そ": { + "w_type": "godan verb stem", + "romaji": "iisaso" + }, + "言い止した": { + "w_type": "conjugated godan verb", + "romaji": "iisashita" + }, + "言い止して": { + "w_type": "conjugated godan verb", + "romaji": "iisashite" + }, + "切り組ま": { + "w_type": "godan verb stem", + "romaji": "kirikuma" + }, + "切り組み": { + "w_type": "godan verb stem", + "romaji": "kirikumi" + }, + "切り組め": { + "w_type": "conjugated godan verb", + "romaji": "kirikume" + }, + "切り組も": { + "w_type": "godan verb stem", + "romaji": "kirikumo" + }, + "切り組んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirikunda" + }, + "切り組んで": { + "w_type": "conjugated godan verb", + "romaji": "kirikunde" + }, + "微笑ま": { + "w_type": "godan verb stem", + "romaji": "hohoema" + }, + "微笑み": { + "w_type": "godan verb stem", + "romaji": "hohoemi" + }, + "微笑め": { + "w_type": "conjugated godan verb", + "romaji": "hohoeme" + }, + "微笑も": { + "w_type": "godan verb stem", + "romaji": "hohoemo" + }, + "微笑んだ": { + "w_type": "conjugated godan verb", + "romaji": "hohoenda" + }, + "微笑んで": { + "w_type": "conjugated godan verb", + "romaji": "hohoende" + }, + "噴か": { + "w_type": "godan verb stem", + "romaji": "fuka" + }, + "噴き": { + "w_type": "godan verb stem", + "romaji": "fuki" + }, + "噴け": { + "w_type": "conjugated godan verb", + "romaji": "fuke" + }, + "噴こ": { + "w_type": "godan verb stem", + "romaji": "fuko" + }, + "噴いた": { + "w_type": "conjugated godan verb", + "romaji": "fuita" + }, + "噴いて": { + "w_type": "conjugated godan verb", + "romaji": "fuite" + }, + "追いまわさ": { + "w_type": "godan verb stem", + "romaji": "oimawasa" + }, + "追いまわし": { + "w_type": "godan verb stem", + "romaji": "oimawashi" + }, + "追いまわせ": { + "w_type": "conjugated godan verb", + "romaji": "oimawase" + }, + "追いまわそ": { + "w_type": "godan verb stem", + "romaji": "oimawaso" + }, + "追いまわした": { + "w_type": "conjugated godan verb", + "romaji": "oimawashita" + }, + "追いまわして": { + "w_type": "conjugated godan verb", + "romaji": "oimawashite" + }, + "咲き残ら": { + "w_type": "godan verb stem", + "romaji": "sakinokora" + }, + "咲き残り": { + "w_type": "godan verb stem", + "romaji": "sakinokori" + }, + "咲き残れ": { + "w_type": "conjugated godan verb", + "romaji": "sakinokore" + }, + "咲き残ろ": { + "w_type": "godan verb stem", + "romaji": "sakinokoro" + }, + "咲き残った": { + "w_type": "conjugated godan verb", + "romaji": "sakinokotta" + }, + "咲き残って": { + "w_type": "conjugated godan verb", + "romaji": "sakinokotte" + }, + "引っ掴ま": { + "w_type": "godan verb stem", + "romaji": "hittsukama" + }, + "引っ掴み": { + "w_type": "godan verb stem", + "romaji": "hittsukami" + }, + "引っ掴め": { + "w_type": "conjugated godan verb", + "romaji": "hittsukame" + }, + "引っ掴も": { + "w_type": "godan verb stem", + "romaji": "hittsukamo" + }, + "引っ掴んだ": { + "w_type": "conjugated godan verb", + "romaji": "hittsukanda" + }, + "引っ掴んで": { + "w_type": "conjugated godan verb", + "romaji": "hittsukande" + }, + "押し開か": { + "w_type": "godan verb stem", + "romaji": "oshihiraka" + }, + "押し開き": { + "w_type": "godan verb stem", + "romaji": "oshihiraki" + }, + "押し開け": { + "w_type": "conjugated godan verb", + "romaji": "oshihirake" + }, + "押し開こ": { + "w_type": "godan verb stem", + "romaji": "oshihirako" + }, + "押し開いた": { + "w_type": "conjugated godan verb", + "romaji": "oshihiraita" + }, + "押し開いて": { + "w_type": "conjugated godan verb", + "romaji": "oshihiraite" + }, + "駆け巡ら": { + "w_type": "godan verb stem", + "romaji": "kakemegura" + }, + "駆け巡り": { + "w_type": "godan verb stem", + "romaji": "kakemeguri" + }, + "駆け巡れ": { + "w_type": "conjugated godan verb", + "romaji": "kakemegure" + }, + "駆け巡ろ": { + "w_type": "godan verb stem", + "romaji": "kakemeguro" + }, + "駆け巡った": { + "w_type": "conjugated godan verb", + "romaji": "kakemegutta" + }, + "駆け巡って": { + "w_type": "conjugated godan verb", + "romaji": "kakemegutte" + }, + "見出さ": { + "w_type": "godan verb stem", + "romaji": "miidasa" + }, + "見出し": { + "w_type": "godan verb stem", + "romaji": "miidashi" + }, + "見出せ": { + "w_type": "conjugated godan verb", + "romaji": "miidase" + }, + "見出そ": { + "w_type": "godan verb stem", + "romaji": "miidaso" + }, + "見出した": { + "w_type": "conjugated godan verb", + "romaji": "miidashita" + }, + "見出して": { + "w_type": "conjugated godan verb", + "romaji": "miidashite" + }, + "押隠さ": { + "w_type": "godan verb stem", + "romaji": "oshikakusa" + }, + "押隠し": { + "w_type": "godan verb stem", + "romaji": "oshikakushi" + }, + "押隠せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikakuse" + }, + "押隠そ": { + "w_type": "godan verb stem", + "romaji": "oshikakuso" + }, + "押隠した": { + "w_type": "conjugated godan verb", + "romaji": "oshikakushita" + }, + "押隠して": { + "w_type": "conjugated godan verb", + "romaji": "oshikakushite" + }, + "活かさ": { + "w_type": "godan verb stem", + "romaji": "ikasa" + }, + "活かし": { + "w_type": "godan verb stem", + "romaji": "ikashi" + }, + "活かせ": { + "w_type": "conjugated godan verb", + "romaji": "ikase" + }, + "活かそ": { + "w_type": "godan verb stem", + "romaji": "ikaso" + }, + "活かした": { + "w_type": "conjugated godan verb", + "romaji": "ikashita" + }, + "活かして": { + "w_type": "conjugated godan verb", + "romaji": "ikashite" + }, + "差しださ": { + "w_type": "godan verb stem", + "romaji": "sashidasa" + }, + "差しだし": { + "w_type": "godan verb stem", + "romaji": "sashidashi" + }, + "差しだせ": { + "w_type": "conjugated godan verb", + "romaji": "sashidase" + }, + "差しだそ": { + "w_type": "godan verb stem", + "romaji": "sashidaso" + }, + "差しだした": { + "w_type": "conjugated godan verb", + "romaji": "sashidashita" + }, + "差しだして": { + "w_type": "conjugated godan verb", + "romaji": "sashidashite" + }, + "伸び広がら": { + "w_type": "godan verb stem", + "romaji": "nobihirogara" + }, + "伸び広がり": { + "w_type": "godan verb stem", + "romaji": "nobihirogari" + }, + "伸び広がれ": { + "w_type": "conjugated godan verb", + "romaji": "nobihirogare" + }, + "伸び広がろ": { + "w_type": "godan verb stem", + "romaji": "nobihirogaro" + }, + "伸び広がった": { + "w_type": "conjugated godan verb", + "romaji": "nobihirogatta" + }, + "伸び広がって": { + "w_type": "conjugated godan verb", + "romaji": "nobihirogatte" + }, + "見失わ": { + "w_type": "godan verb stem", + "romaji": "miushinawa" + }, + "見失い": { + "w_type": "godan verb stem", + "romaji": "miushinai" + }, + "見失え": { + "w_type": "conjugated godan verb", + "romaji": "miushinae" + }, + "見失お": { + "w_type": "godan verb stem", + "romaji": "miushinao" + }, + "見失った": { + "w_type": "conjugated godan verb", + "romaji": "miushinatta" + }, + "見失って": { + "w_type": "conjugated godan verb", + "romaji": "miushinatte" + }, + "差し戻さ": { + "w_type": "godan verb stem", + "romaji": "sashimodosa" + }, + "差し戻し": { + "w_type": "godan verb stem", + "romaji": "sashimodoshi" + }, + "差し戻せ": { + "w_type": "conjugated godan verb", + "romaji": "sashimodose" + }, + "差し戻そ": { + "w_type": "godan verb stem", + "romaji": "sashimodoso" + }, + "差し戻した": { + "w_type": "conjugated godan verb", + "romaji": "sashimodoshita" + }, + "差し戻して": { + "w_type": "conjugated godan verb", + "romaji": "sashimodoshite" + }, + "嵩張ら": { + "w_type": "godan verb stem", + "romaji": "kasabara" + }, + "嵩張り": { + "w_type": "godan verb stem", + "romaji": "kasabari" + }, + "嵩張れ": { + "w_type": "conjugated godan verb", + "romaji": "kasabare" + }, + "嵩張ろ": { + "w_type": "godan verb stem", + "romaji": "kasabaro" + }, + "嵩張った": { + "w_type": "conjugated godan verb", + "romaji": "kasabatta" + }, + "嵩張って": { + "w_type": "conjugated godan verb", + "romaji": "kasabatte" + }, + "繋が": { + "w_type": "godan verb stem", + "romaji": "tsunaga" + }, + "繋ぎ": { + "w_type": "godan verb stem", + "romaji": "tsunagi" + }, + "繋げ": { + "w_type": "conjugated godan verb", + "romaji": "tsunage" + }, + "繋ご": { + "w_type": "godan verb stem", + "romaji": "tsunago" + }, + "繋いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsunaida" + }, + "繋いで": { + "w_type": "conjugated godan verb", + "romaji": "tsunaide" + }, + "知り尽くさ": { + "w_type": "godan verb stem", + "romaji": "shiritsukusa" + }, + "知り尽くし": { + "w_type": "godan verb stem", + "romaji": "shiritsukushi" + }, + "知り尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "shiritsukuse" + }, + "知り尽くそ": { + "w_type": "godan verb stem", + "romaji": "shiritsukuso" + }, + "知り尽くした": { + "w_type": "conjugated godan verb", + "romaji": "shiritsukushita" + }, + "知り尽くして": { + "w_type": "conjugated godan verb", + "romaji": "shiritsukushite" + }, + "浮き足立た": { + "w_type": "godan verb stem", + "romaji": "ukiashidata" + }, + "浮き足立ち": { + "w_type": "godan verb stem", + "romaji": "ukiashidachi" + }, + "浮き足立て": { + "w_type": "conjugated godan verb", + "romaji": "ukiashidate" + }, + "浮き足立と": { + "w_type": "godan verb stem", + "romaji": "ukiashidato" + }, + "浮き足立った": { + "w_type": "conjugated godan verb", + "romaji": "ukiashidatta" + }, + "浮き足立って": { + "w_type": "conjugated godan verb", + "romaji": "ukiashidatte" + }, + "息吹か": { + "w_type": "godan verb stem", + "romaji": "ibuka" + }, + "息吹き": { + "w_type": "godan verb stem", + "romaji": "ibuki" + }, + "息吹け": { + "w_type": "conjugated godan verb", + "romaji": "ibuke" + }, + "息吹こ": { + "w_type": "godan verb stem", + "romaji": "ibuko" + }, + "息吹いた": { + "w_type": "conjugated godan verb", + "romaji": "ibuita" + }, + "息吹いて": { + "w_type": "conjugated godan verb", + "romaji": "ibuite" + }, + "吹飛ば": { + "w_type": "godan verb stem", + "romaji": "fukitoba" + }, + "吹飛び": { + "w_type": "godan verb stem", + "romaji": "fukitobi" + }, + "吹飛べ": { + "w_type": "conjugated godan verb", + "romaji": "fukitobe" + }, + "吹飛ぼ": { + "w_type": "godan verb stem", + "romaji": "fukitobo" + }, + "吹飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukitonda" + }, + "吹飛んで": { + "w_type": "conjugated godan verb", + "romaji": "fukitonde" + }, + "食み出さ": { + "w_type": "godan verb stem", + "romaji": "hamidasa" + }, + "食み出し": { + "w_type": "godan verb stem", + "romaji": "hamidashi" + }, + "食み出せ": { + "w_type": "conjugated godan verb", + "romaji": "hamidase" + }, + "食み出そ": { + "w_type": "godan verb stem", + "romaji": "hamidaso" + }, + "食み出した": { + "w_type": "conjugated godan verb", + "romaji": "hamidashita" + }, + "食み出して": { + "w_type": "conjugated godan verb", + "romaji": "hamidashite" + }, + "燃え付か": { + "w_type": "godan verb stem", + "romaji": "moetsuka" + }, + "燃え付き": { + "w_type": "godan verb stem", + "romaji": "moetsuki" + }, + "燃え付け": { + "w_type": "conjugated godan verb", + "romaji": "moetsuke" + }, + "燃え付こ": { + "w_type": "godan verb stem", + "romaji": "moetsuko" + }, + "燃え付いた": { + "w_type": "conjugated godan verb", + "romaji": "moetsuita" + }, + "燃え付いて": { + "w_type": "conjugated godan verb", + "romaji": "moetsuite" + }, + "訊か": { + "w_type": "godan verb stem", + "romaji": "kika" + }, + "訊き": { + "w_type": "godan verb stem", + "romaji": "kiki" + }, + "訊け": { + "w_type": "conjugated godan verb", + "romaji": "kike" + }, + "訊こ": { + "w_type": "godan verb stem", + "romaji": "kiko" + }, + "訊いた": { + "w_type": "conjugated godan verb", + "romaji": "kiita" + }, + "訊いて": { + "w_type": "conjugated godan verb", + "romaji": "kiite" + }, + "叩き込ま": { + "w_type": "godan verb stem", + "romaji": "tatakikoma" + }, + "叩き込み": { + "w_type": "godan verb stem", + "romaji": "tatakikomi" + }, + "叩き込め": { + "w_type": "conjugated godan verb", + "romaji": "tatakikome" + }, + "叩き込も": { + "w_type": "godan verb stem", + "romaji": "tatakikomo" + }, + "叩き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikonda" + }, + "叩き込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatakikonde" + }, + "張付か": { + "w_type": "godan verb stem", + "romaji": "haritsuka" + }, + "張付き": { + "w_type": "godan verb stem", + "romaji": "haritsuki" + }, + "張付け": { + "w_type": "conjugated godan verb", + "romaji": "haritsuke" + }, + "張付こ": { + "w_type": "godan verb stem", + "romaji": "haritsuko" + }, + "張付いた": { + "w_type": "conjugated godan verb", + "romaji": "haritsuita" + }, + "張付いて": { + "w_type": "conjugated godan verb", + "romaji": "haritsuite" + }, + "賺さ": { + "w_type": "godan verb stem", + "romaji": "sukasa" + }, + "賺し": { + "w_type": "godan verb stem", + "romaji": "sukashi" + }, + "賺せ": { + "w_type": "conjugated godan verb", + "romaji": "sukase" + }, + "賺そ": { + "w_type": "godan verb stem", + "romaji": "sukaso" + }, + "賺した": { + "w_type": "conjugated godan verb", + "romaji": "sukashita" + }, + "賺して": { + "w_type": "conjugated godan verb", + "romaji": "sukashite" + }, + "打っ遣らかさ": { + "w_type": "godan verb stem", + "romaji": "utcharakasa" + }, + "打っ遣らかし": { + "w_type": "godan verb stem", + "romaji": "utcharakashi" + }, + "打っ遣らかせ": { + "w_type": "conjugated godan verb", + "romaji": "utcharakase" + }, + "打っ遣らかそ": { + "w_type": "godan verb stem", + "romaji": "utcharakaso" + }, + "打っ遣らかした": { + "w_type": "conjugated godan verb", + "romaji": "utcharakashita" + }, + "打っ遣らかして": { + "w_type": "conjugated godan verb", + "romaji": "utcharakashite" + }, + "縊ら": { + "w_type": "godan verb stem", + "romaji": "kubira" + }, + "縊り": { + "w_type": "godan verb stem", + "romaji": "kubiri" + }, + "縊れ": { + "w_type": "conjugated godan verb", + "romaji": "kubire" + }, + "縊ろ": { + "w_type": "godan verb stem", + "romaji": "kubiro" + }, + "縊った": { + "w_type": "conjugated godan verb", + "romaji": "kubitta" + }, + "縊って": { + "w_type": "conjugated godan verb", + "romaji": "kubitte" + }, + "鎖さ": { + "w_type": "godan verb stem", + "romaji": "tozasa" + }, + "鎖し": { + "w_type": "godan verb stem", + "romaji": "tozashi" + }, + "鎖せ": { + "w_type": "conjugated godan verb", + "romaji": "tozase" + }, + "鎖そ": { + "w_type": "godan verb stem", + "romaji": "tozaso" + }, + "鎖した": { + "w_type": "conjugated godan verb", + "romaji": "tozashita" + }, + "鎖して": { + "w_type": "conjugated godan verb", + "romaji": "tozashite" + }, + "召し上がら": { + "w_type": "godan verb stem", + "romaji": "meshiagara" + }, + "召し上がり": { + "w_type": "godan verb stem", + "romaji": "meshiagari" + }, + "召し上がれ": { + "w_type": "conjugated godan verb", + "romaji": "meshiagare" + }, + "召し上がろ": { + "w_type": "godan verb stem", + "romaji": "meshiagaro" + }, + "召し上がった": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatta" + }, + "召し上がって": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatte" + }, + "冷かさ": { + "w_type": "godan verb stem", + "romaji": "hiyakasa" + }, + "冷かし": { + "w_type": "godan verb stem", + "romaji": "hiyakashi" + }, + "冷かせ": { + "w_type": "conjugated godan verb", + "romaji": "hiyakase" + }, + "冷かそ": { + "w_type": "godan verb stem", + "romaji": "hiyakaso" + }, + "冷かした": { + "w_type": "conjugated godan verb", + "romaji": "hiyakashita" + }, + "冷かして": { + "w_type": "conjugated godan verb", + "romaji": "hiyakashite" + }, + "振飛ばさ": { + "w_type": "godan verb stem", + "romaji": "furitobasa" + }, + "振飛ばし": { + "w_type": "godan verb stem", + "romaji": "furitobashi" + }, + "振飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "furitobase" + }, + "振飛ばそ": { + "w_type": "godan verb stem", + "romaji": "furitobaso" + }, + "振飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "furitobashita" + }, + "振飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "furitobashite" + }, + "すっ飛ば": { + "w_type": "godan verb stem", + "romaji": "suttoba" + }, + "すっ飛び": { + "w_type": "godan verb stem", + "romaji": "suttobi" + }, + "すっ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "suttobe" + }, + "すっ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "suttobo" + }, + "すっ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "suttonda" + }, + "すっ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "suttonde" + }, + "蹴り込ま": { + "w_type": "godan verb stem", + "romaji": "kerikoma" + }, + "蹴り込み": { + "w_type": "godan verb stem", + "romaji": "kerikomi" + }, + "蹴り込め": { + "w_type": "conjugated godan verb", + "romaji": "kerikome" + }, + "蹴り込も": { + "w_type": "godan verb stem", + "romaji": "kerikomo" + }, + "蹴り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kerikonda" + }, + "蹴り込んで": { + "w_type": "conjugated godan verb", + "romaji": "kerikonde" + }, + "使い回さ": { + "w_type": "godan verb stem", + "romaji": "tsukaimawasa" + }, + "使い回し": { + "w_type": "godan verb stem", + "romaji": "tsukaimawashi" + }, + "使い回せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaimawase" + }, + "使い回そ": { + "w_type": "godan verb stem", + "romaji": "tsukaimawaso" + }, + "使い回した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaimawashita" + }, + "使い回して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaimawashite" + }, + "言渋ら": { + "w_type": "godan verb stem", + "romaji": "iishibura" + }, + "言渋り": { + "w_type": "godan verb stem", + "romaji": "iishiburi" + }, + "言渋れ": { + "w_type": "conjugated godan verb", + "romaji": "iishibure" + }, + "言渋ろ": { + "w_type": "godan verb stem", + "romaji": "iishiburo" + }, + "言渋った": { + "w_type": "conjugated godan verb", + "romaji": "iishibutta" + }, + "言渋って": { + "w_type": "conjugated godan verb", + "romaji": "iishibutte" + }, + "登り切ら": { + "w_type": "godan verb stem", + "romaji": "noborikira" + }, + "登り切り": { + "w_type": "godan verb stem", + "romaji": "noborikiri" + }, + "登り切れ": { + "w_type": "conjugated godan verb", + "romaji": "noborikire" + }, + "登り切ろ": { + "w_type": "godan verb stem", + "romaji": "noborikiro" + }, + "登り切った": { + "w_type": "conjugated godan verb", + "romaji": "noborikitta" + }, + "登り切って": { + "w_type": "conjugated godan verb", + "romaji": "noborikitte" + }, + "洗い去ら": { + "w_type": "godan verb stem", + "romaji": "araisara" + }, + "洗い去り": { + "w_type": "godan verb stem", + "romaji": "araisari" + }, + "洗い去れ": { + "w_type": "conjugated godan verb", + "romaji": "araisare" + }, + "洗い去ろ": { + "w_type": "godan verb stem", + "romaji": "araisaro" + }, + "洗い去った": { + "w_type": "conjugated godan verb", + "romaji": "araisatta" + }, + "洗い去って": { + "w_type": "conjugated godan verb", + "romaji": "araisatte" + }, + "下さ": { + "w_type": "godan verb stem", + "romaji": "kudasa" + }, + "下し": { + "w_type": "godan verb stem", + "romaji": "kudashi" + }, + "下せ": { + "w_type": "conjugated godan verb", + "romaji": "kudase" + }, + "下そ": { + "w_type": "godan verb stem", + "romaji": "kudaso" + }, + "下した": { + "w_type": "conjugated godan verb", + "romaji": "kudashita" + }, + "下して": { + "w_type": "conjugated godan verb", + "romaji": "kudashite" + }, + "噛ま": { + "w_type": "godan verb stem", + "romaji": "kama" + }, + "噛み": { + "w_type": "godan verb stem", + "romaji": "kami" + }, + "噛め": { + "w_type": "conjugated godan verb", + "romaji": "kame" + }, + "噛も": { + "w_type": "godan verb stem", + "romaji": "kamo" + }, + "噛んだ": { + "w_type": "conjugated godan verb", + "romaji": "kanda" + }, + "噛んで": { + "w_type": "conjugated godan verb", + "romaji": "kande" + }, + "深まら": { + "w_type": "godan verb stem", + "romaji": "fukamara" + }, + "深まり": { + "w_type": "godan verb stem", + "romaji": "fukamari" + }, + "深まれ": { + "w_type": "conjugated godan verb", + "romaji": "fukamare" + }, + "深まろ": { + "w_type": "godan verb stem", + "romaji": "fukamaro" + }, + "深まった": { + "w_type": "conjugated godan verb", + "romaji": "fukamatta" + }, + "深まって": { + "w_type": "conjugated godan verb", + "romaji": "fukamatte" + }, + "選び取ら": { + "w_type": "godan verb stem", + "romaji": "erabitora" + }, + "選び取り": { + "w_type": "godan verb stem", + "romaji": "erabitori" + }, + "選び取れ": { + "w_type": "conjugated godan verb", + "romaji": "erabitore" + }, + "選び取ろ": { + "w_type": "godan verb stem", + "romaji": "erabitoro" + }, + "選び取った": { + "w_type": "conjugated godan verb", + "romaji": "erabitotta" + }, + "選び取って": { + "w_type": "conjugated godan verb", + "romaji": "erabitotte" + }, + "沁み込ま": { + "w_type": "godan verb stem", + "romaji": "shimikoma" + }, + "沁み込み": { + "w_type": "godan verb stem", + "romaji": "shimikomi" + }, + "沁み込め": { + "w_type": "conjugated godan verb", + "romaji": "shimikome" + }, + "沁み込も": { + "w_type": "godan verb stem", + "romaji": "shimikomo" + }, + "沁み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimikonda" + }, + "沁み込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimikonde" + }, + "脹らま": { + "w_type": "godan verb stem", + "romaji": "fukurama" + }, + "脹らみ": { + "w_type": "godan verb stem", + "romaji": "fukurami" + }, + "脹らめ": { + "w_type": "conjugated godan verb", + "romaji": "fukurame" + }, + "脹らも": { + "w_type": "godan verb stem", + "romaji": "fukuramo" + }, + "脹らんだ": { + "w_type": "conjugated godan verb", + "romaji": "fukuranda" + }, + "脹らんで": { + "w_type": "conjugated godan verb", + "romaji": "fukurande" + }, + "刻み込ま": { + "w_type": "godan verb stem", + "romaji": "kizamikoma" + }, + "刻み込み": { + "w_type": "godan verb stem", + "romaji": "kizamikomi" + }, + "刻み込め": { + "w_type": "conjugated godan verb", + "romaji": "kizamikome" + }, + "刻み込も": { + "w_type": "godan verb stem", + "romaji": "kizamikomo" + }, + "刻み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kizamikonda" + }, + "刻み込んで": { + "w_type": "conjugated godan verb", + "romaji": "kizamikonde" + }, + "言いこなさ": { + "w_type": "godan verb stem", + "romaji": "iikonasa" + }, + "言いこなし": { + "w_type": "godan verb stem", + "romaji": "iikonashi" + }, + "言いこなせ": { + "w_type": "conjugated godan verb", + "romaji": "iikonase" + }, + "言いこなそ": { + "w_type": "godan verb stem", + "romaji": "iikonaso" + }, + "言いこなした": { + "w_type": "conjugated godan verb", + "romaji": "iikonashita" + }, + "言いこなして": { + "w_type": "conjugated godan verb", + "romaji": "iikonashite" + }, + "かき出さ": { + "w_type": "godan verb stem", + "romaji": "kakidasa" + }, + "かき出し": { + "w_type": "godan verb stem", + "romaji": "kakidashi" + }, + "かき出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakidase" + }, + "かき出そ": { + "w_type": "godan verb stem", + "romaji": "kakidaso" + }, + "かき出した": { + "w_type": "conjugated godan verb", + "romaji": "kakidashita" + }, + "かき出して": { + "w_type": "conjugated godan verb", + "romaji": "kakidashite" + }, + "書き尽さ": { + "w_type": "godan verb stem", + "romaji": "kakitsukusa" + }, + "書き尽し": { + "w_type": "godan verb stem", + "romaji": "kakitsukushi" + }, + "書き尽せ": { + "w_type": "conjugated godan verb", + "romaji": "kakitsukuse" + }, + "書き尽そ": { + "w_type": "godan verb stem", + "romaji": "kakitsukuso" + }, + "書き尽した": { + "w_type": "conjugated godan verb", + "romaji": "kakitsukushita" + }, + "書き尽して": { + "w_type": "conjugated godan verb", + "romaji": "kakitsukushite" + }, + "見放さ": { + "w_type": "godan verb stem", + "romaji": "mihanasa" + }, + "見放し": { + "w_type": "godan verb stem", + "romaji": "mihanashi" + }, + "見放せ": { + "w_type": "conjugated godan verb", + "romaji": "mihanase" + }, + "見放そ": { + "w_type": "godan verb stem", + "romaji": "mihanaso" + }, + "見放した": { + "w_type": "conjugated godan verb", + "romaji": "mihanashita" + }, + "見放して": { + "w_type": "conjugated godan verb", + "romaji": "mihanashite" + }, + "充た": { + "w_type": "godan verb stem", + "romaji": "mita" + }, + "充ち": { + "w_type": "godan verb stem", + "romaji": "michi" + }, + "充て": { + "w_type": "conjugated godan verb", + "romaji": "mite" + }, + "充と": { + "w_type": "godan verb stem", + "romaji": "mito" + }, + "充った": { + "w_type": "conjugated godan verb", + "romaji": "mitta" + }, + "充って": { + "w_type": "conjugated godan verb", + "romaji": "mitte" + }, + "涌き出さ": { + "w_type": "godan verb stem", + "romaji": "wakidasa" + }, + "涌き出し": { + "w_type": "godan verb stem", + "romaji": "wakidashi" + }, + "涌き出せ": { + "w_type": "conjugated godan verb", + "romaji": "wakidase" + }, + "涌き出そ": { + "w_type": "godan verb stem", + "romaji": "wakidaso" + }, + "涌き出した": { + "w_type": "conjugated godan verb", + "romaji": "wakidashita" + }, + "涌き出して": { + "w_type": "conjugated godan verb", + "romaji": "wakidashite" + }, + "たらし込ま": { + "w_type": "godan verb stem", + "romaji": "tarashikoma" + }, + "たらし込み": { + "w_type": "godan verb stem", + "romaji": "tarashikomi" + }, + "たらし込め": { + "w_type": "conjugated godan verb", + "romaji": "tarashikome" + }, + "たらし込も": { + "w_type": "godan verb stem", + "romaji": "tarashikomo" + }, + "たらし込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tarashikonda" + }, + "たらし込んで": { + "w_type": "conjugated godan verb", + "romaji": "tarashikonde" + }, + "打ちまもら": { + "w_type": "godan verb stem", + "romaji": "uchimamora" + }, + "打ちまもり": { + "w_type": "godan verb stem", + "romaji": "uchimamori" + }, + "打ちまもれ": { + "w_type": "conjugated godan verb", + "romaji": "uchimamore" + }, + "打ちまもろ": { + "w_type": "godan verb stem", + "romaji": "uchimamoro" + }, + "打ちまもった": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotta" + }, + "打ちまもって": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotte" + }, + "鋤き起こさ": { + "w_type": "godan verb stem", + "romaji": "sukiokosa" + }, + "鋤き起こし": { + "w_type": "godan verb stem", + "romaji": "sukiokoshi" + }, + "鋤き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "sukiokose" + }, + "鋤き起こそ": { + "w_type": "godan verb stem", + "romaji": "sukiokoso" + }, + "鋤き起こした": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshita" + }, + "鋤き起こして": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshite" + }, + "嘆か": { + "w_type": "godan verb stem", + "romaji": "nageka" + }, + "嘆き": { + "w_type": "godan verb stem", + "romaji": "nageki" + }, + "嘆け": { + "w_type": "conjugated godan verb", + "romaji": "nageke" + }, + "嘆こ": { + "w_type": "godan verb stem", + "romaji": "nageko" + }, + "嘆いた": { + "w_type": "conjugated godan verb", + "romaji": "nageita" + }, + "嘆いて": { + "w_type": "conjugated godan verb", + "romaji": "nageite" + }, + "突刺さら": { + "w_type": "godan verb stem", + "romaji": "tsukisasara" + }, + "突刺さり": { + "w_type": "godan verb stem", + "romaji": "tsukisasari" + }, + "突刺され": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasare" + }, + "突刺さろ": { + "w_type": "godan verb stem", + "romaji": "tsukisasaro" + }, + "突刺さった": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasatta" + }, + "突刺さって": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasatte" + }, + "撥ね飛ばさ": { + "w_type": "godan verb stem", + "romaji": "hanetobasa" + }, + "撥ね飛ばし": { + "w_type": "godan verb stem", + "romaji": "hanetobashi" + }, + "撥ね飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hanetobase" + }, + "撥ね飛ばそ": { + "w_type": "godan verb stem", + "romaji": "hanetobaso" + }, + "撥ね飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "hanetobashita" + }, + "撥ね飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "hanetobashite" + }, + "識ら": { + "w_type": "godan verb stem", + "romaji": "shira" + }, + "識り": { + "w_type": "godan verb stem", + "romaji": "shiri" + }, + "識れ": { + "w_type": "conjugated godan verb", + "romaji": "shire" + }, + "識ろ": { + "w_type": "godan verb stem", + "romaji": "shiro" + }, + "識った": { + "w_type": "conjugated godan verb", + "romaji": "shitta" + }, + "識って": { + "w_type": "conjugated godan verb", + "romaji": "shitte" + }, + "つき合わ": { + "w_type": "godan verb stem", + "romaji": "tsukiawa" + }, + "つき合い": { + "w_type": "godan verb stem", + "romaji": "tsukiai" + }, + "つき合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukiae" + }, + "つき合お": { + "w_type": "godan verb stem", + "romaji": "tsukiao" + }, + "つき合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatta" + }, + "つき合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatte" + }, + "含ま": { + "w_type": "godan verb stem", + "romaji": "fukuma" + }, + "含み": { + "w_type": "godan verb stem", + "romaji": "fukumi" + }, + "含め": { + "w_type": "conjugated godan verb", + "romaji": "fukume" + }, + "含も": { + "w_type": "godan verb stem", + "romaji": "fukumo" + }, + "含んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukunda" + }, + "含んで": { + "w_type": "conjugated godan verb", + "romaji": "fukunde" + }, + "眠り込ま": { + "w_type": "godan verb stem", + "romaji": "nemurikoma" + }, + "眠り込み": { + "w_type": "godan verb stem", + "romaji": "nemurikomi" + }, + "眠り込め": { + "w_type": "conjugated godan verb", + "romaji": "nemurikome" + }, + "眠り込も": { + "w_type": "godan verb stem", + "romaji": "nemurikomo" + }, + "眠り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nemurikonda" + }, + "眠り込んで": { + "w_type": "conjugated godan verb", + "romaji": "nemurikonde" + }, + "直走ら": { + "w_type": "godan verb stem", + "romaji": "hitahashira" + }, + "直走り": { + "w_type": "godan verb stem", + "romaji": "hitahashiri" + }, + "直走れ": { + "w_type": "conjugated godan verb", + "romaji": "hitahashire" + }, + "直走ろ": { + "w_type": "godan verb stem", + "romaji": "hitahashiro" + }, + "直走った": { + "w_type": "conjugated godan verb", + "romaji": "hitahashitta" + }, + "直走って": { + "w_type": "conjugated godan verb", + "romaji": "hitahashitte" + }, + "火が点か": { + "w_type": "godan verb stem", + "romaji": "higatsuka" + }, + "火が点き": { + "w_type": "godan verb stem", + "romaji": "higatsuki" + }, + "火が点け": { + "w_type": "conjugated godan verb", + "romaji": "higatsuke" + }, + "火が点こ": { + "w_type": "godan verb stem", + "romaji": "higatsuko" + }, + "火が点いた": { + "w_type": "conjugated godan verb", + "romaji": "higatsuita" + }, + "火が点いて": { + "w_type": "conjugated godan verb", + "romaji": "higatsuite" + }, + "飲み止さ": { + "w_type": "godan verb stem", + "romaji": "nomisasa" + }, + "飲み止し": { + "w_type": "godan verb stem", + "romaji": "nomisashi" + }, + "飲み止せ": { + "w_type": "conjugated godan verb", + "romaji": "nomisase" + }, + "飲み止そ": { + "w_type": "godan verb stem", + "romaji": "nomisaso" + }, + "飲み止した": { + "w_type": "conjugated godan verb", + "romaji": "nomisashita" + }, + "飲み止して": { + "w_type": "conjugated godan verb", + "romaji": "nomisashite" + }, + "誑し込ま": { + "w_type": "godan verb stem", + "romaji": "tarashikoma" + }, + "誑し込み": { + "w_type": "godan verb stem", + "romaji": "tarashikomi" + }, + "誑し込め": { + "w_type": "conjugated godan verb", + "romaji": "tarashikome" + }, + "誑し込も": { + "w_type": "godan verb stem", + "romaji": "tarashikomo" + }, + "誑し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tarashikonda" + }, + "誑し込んで": { + "w_type": "conjugated godan verb", + "romaji": "tarashikonde" + }, + "善がら": { + "w_type": "godan verb stem", + "romaji": "yogara" + }, + "善がり": { + "w_type": "godan verb stem", + "romaji": "yogari" + }, + "善がれ": { + "w_type": "conjugated godan verb", + "romaji": "yogare" + }, + "善がろ": { + "w_type": "godan verb stem", + "romaji": "yogaro" + }, + "善がった": { + "w_type": "conjugated godan verb", + "romaji": "yogatta" + }, + "善がって": { + "w_type": "conjugated godan verb", + "romaji": "yogatte" + }, + "拐かさ": { + "w_type": "godan verb stem", + "romaji": "kadowakasa" + }, + "拐かし": { + "w_type": "godan verb stem", + "romaji": "kadowakashi" + }, + "拐かせ": { + "w_type": "conjugated godan verb", + "romaji": "kadowakase" + }, + "拐かそ": { + "w_type": "godan verb stem", + "romaji": "kadowakaso" + }, + "拐かした": { + "w_type": "conjugated godan verb", + "romaji": "kadowakashita" + }, + "拐かして": { + "w_type": "conjugated godan verb", + "romaji": "kadowakashite" + }, + "焼け残ら": { + "w_type": "godan verb stem", + "romaji": "yakenokora" + }, + "焼け残り": { + "w_type": "godan verb stem", + "romaji": "yakenokori" + }, + "焼け残れ": { + "w_type": "conjugated godan verb", + "romaji": "yakenokore" + }, + "焼け残ろ": { + "w_type": "godan verb stem", + "romaji": "yakenokoro" + }, + "焼け残った": { + "w_type": "conjugated godan verb", + "romaji": "yakenokotta" + }, + "焼け残って": { + "w_type": "conjugated godan verb", + "romaji": "yakenokotte" + }, + "騒が": { + "w_type": "godan verb stem", + "romaji": "sawaga" + }, + "騒ぎ": { + "w_type": "godan verb stem", + "romaji": "sawagi" + }, + "騒げ": { + "w_type": "conjugated godan verb", + "romaji": "sawage" + }, + "騒ご": { + "w_type": "godan verb stem", + "romaji": "sawago" + }, + "騒いだ": { + "w_type": "conjugated godan verb", + "romaji": "sawaida" + }, + "騒いで": { + "w_type": "conjugated godan verb", + "romaji": "sawaide" + }, + "喚ば": { + "w_type": "godan verb stem", + "romaji": "yoba" + }, + "喚び": { + "w_type": "godan verb stem", + "romaji": "yobi" + }, + "喚べ": { + "w_type": "conjugated godan verb", + "romaji": "yobe" + }, + "喚ぼ": { + "w_type": "godan verb stem", + "romaji": "yobo" + }, + "喚んだ": { + "w_type": "conjugated godan verb", + "romaji": "yonda" + }, + "喚んで": { + "w_type": "conjugated godan verb", + "romaji": "yonde" + }, + "匂わ": { + "w_type": "godan verb stem", + "romaji": "niowa" + }, + "匂い": { + "w_type": "godan verb stem", + "romaji": "nioi" + }, + "匂え": { + "w_type": "conjugated godan verb", + "romaji": "nioe" + }, + "匂お": { + "w_type": "godan verb stem", + "romaji": "nioo" + }, + "匂った": { + "w_type": "conjugated godan verb", + "romaji": "niotta" + }, + "匂って": { + "w_type": "conjugated godan verb", + "romaji": "niotte" + }, + "嵌まら": { + "w_type": "godan verb stem", + "romaji": "hamara" + }, + "嵌まり": { + "w_type": "godan verb stem", + "romaji": "hamari" + }, + "嵌まれ": { + "w_type": "conjugated godan verb", + "romaji": "hamare" + }, + "嵌まろ": { + "w_type": "godan verb stem", + "romaji": "hamaro" + }, + "嵌まった": { + "w_type": "conjugated godan verb", + "romaji": "hamatta" + }, + "嵌まって": { + "w_type": "conjugated godan verb", + "romaji": "hamatte" + }, + "焙り出さ": { + "w_type": "godan verb stem", + "romaji": "aburidasa" + }, + "焙り出し": { + "w_type": "godan verb stem", + "romaji": "aburidashi" + }, + "焙り出せ": { + "w_type": "conjugated godan verb", + "romaji": "aburidase" + }, + "焙り出そ": { + "w_type": "godan verb stem", + "romaji": "aburidaso" + }, + "焙り出した": { + "w_type": "conjugated godan verb", + "romaji": "aburidashita" + }, + "焙り出して": { + "w_type": "conjugated godan verb", + "romaji": "aburidashite" + }, + "しくしく泣か": { + "w_type": "godan verb stem", + "romaji": "shikushikunaka" + }, + "しくしく泣き": { + "w_type": "godan verb stem", + "romaji": "shikushikunaki" + }, + "しくしく泣け": { + "w_type": "conjugated godan verb", + "romaji": "shikushikunake" + }, + "しくしく泣こ": { + "w_type": "godan verb stem", + "romaji": "shikushikunako" + }, + "しくしく泣いた": { + "w_type": "conjugated godan verb", + "romaji": "shikushikunaita" + }, + "しくしく泣いて": { + "w_type": "conjugated godan verb", + "romaji": "shikushikunaite" + }, + "雇わ": { + "w_type": "godan verb stem", + "romaji": "yatowa" + }, + "雇い": { + "w_type": "godan verb stem", + "romaji": "yatoi" + }, + "雇え": { + "w_type": "conjugated godan verb", + "romaji": "yatoe" + }, + "雇お": { + "w_type": "godan verb stem", + "romaji": "yatoo" + }, + "雇った": { + "w_type": "conjugated godan verb", + "romaji": "yatotta" + }, + "雇って": { + "w_type": "conjugated godan verb", + "romaji": "yatotte" + }, + "怒鳴り出さ": { + "w_type": "godan verb stem", + "romaji": "donaridasa" + }, + "怒鳴り出し": { + "w_type": "godan verb stem", + "romaji": "donaridashi" + }, + "怒鳴り出せ": { + "w_type": "conjugated godan verb", + "romaji": "donaridase" + }, + "怒鳴り出そ": { + "w_type": "godan verb stem", + "romaji": "donaridaso" + }, + "怒鳴り出した": { + "w_type": "conjugated godan verb", + "romaji": "donaridashita" + }, + "怒鳴り出して": { + "w_type": "conjugated godan verb", + "romaji": "donaridashite" + }, + "転ばさ": { + "w_type": "godan verb stem", + "romaji": "korobasa" + }, + "転ばし": { + "w_type": "godan verb stem", + "romaji": "korobashi" + }, + "転ばせ": { + "w_type": "conjugated godan verb", + "romaji": "korobase" + }, + "転ばそ": { + "w_type": "godan verb stem", + "romaji": "korobaso" + }, + "転ばした": { + "w_type": "conjugated godan verb", + "romaji": "korobashita" + }, + "転ばして": { + "w_type": "conjugated godan verb", + "romaji": "korobashite" + }, + "吹き流さ": { + "w_type": "godan verb stem", + "romaji": "fukinagasa" + }, + "吹き流し": { + "w_type": "godan verb stem", + "romaji": "fukinagashi" + }, + "吹き流せ": { + "w_type": "conjugated godan verb", + "romaji": "fukinagase" + }, + "吹き流そ": { + "w_type": "godan verb stem", + "romaji": "fukinagaso" + }, + "吹き流した": { + "w_type": "conjugated godan verb", + "romaji": "fukinagashita" + }, + "吹き流して": { + "w_type": "conjugated godan verb", + "romaji": "fukinagashite" + }, + "猛り立た": { + "w_type": "godan verb stem", + "romaji": "takeritata" + }, + "猛り立ち": { + "w_type": "godan verb stem", + "romaji": "takeritachi" + }, + "猛り立て": { + "w_type": "conjugated godan verb", + "romaji": "takeritate" + }, + "猛り立と": { + "w_type": "godan verb stem", + "romaji": "takeritato" + }, + "猛り立った": { + "w_type": "conjugated godan verb", + "romaji": "takeritatta" + }, + "猛り立って": { + "w_type": "conjugated godan verb", + "romaji": "takeritatte" + }, + "下ら": { + "w_type": "godan verb stem", + "romaji": "kudara" + }, + "下り": { + "w_type": "godan verb stem", + "romaji": "kudari" + }, + "下れ": { + "w_type": "conjugated godan verb", + "romaji": "kudare" + }, + "下ろ": { + "w_type": "godan verb stem", + "romaji": "kudaro" + }, + "下った": { + "w_type": "conjugated godan verb", + "romaji": "kudatta" + }, + "下って": { + "w_type": "conjugated godan verb", + "romaji": "kudatte" + }, + "弾け飛ば": { + "w_type": "godan verb stem", + "romaji": "hajiketoba" + }, + "弾け飛び": { + "w_type": "godan verb stem", + "romaji": "hajiketobi" + }, + "弾け飛べ": { + "w_type": "conjugated godan verb", + "romaji": "hajiketobe" + }, + "弾け飛ぼ": { + "w_type": "godan verb stem", + "romaji": "hajiketobo" + }, + "弾け飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "hajiketonda" + }, + "弾け飛んで": { + "w_type": "conjugated godan verb", + "romaji": "hajiketonde" + }, + "歳とら": { + "w_type": "godan verb stem", + "romaji": "toshitora" + }, + "歳とり": { + "w_type": "godan verb stem", + "romaji": "toshitori" + }, + "歳とれ": { + "w_type": "conjugated godan verb", + "romaji": "toshitore" + }, + "歳とろ": { + "w_type": "godan verb stem", + "romaji": "toshitoro" + }, + "歳とった": { + "w_type": "conjugated godan verb", + "romaji": "toshitotta" + }, + "歳とって": { + "w_type": "conjugated godan verb", + "romaji": "toshitotte" + }, + "漏れ出さ": { + "w_type": "godan verb stem", + "romaji": "moredasa" + }, + "漏れ出し": { + "w_type": "godan verb stem", + "romaji": "moredashi" + }, + "漏れ出せ": { + "w_type": "conjugated godan verb", + "romaji": "moredase" + }, + "漏れ出そ": { + "w_type": "godan verb stem", + "romaji": "moredaso" + }, + "漏れ出した": { + "w_type": "conjugated godan verb", + "romaji": "moredashita" + }, + "漏れ出して": { + "w_type": "conjugated godan verb", + "romaji": "moredashite" + }, + "迷わ": { + "w_type": "godan verb stem", + "romaji": "mayowa" + }, + "迷い": { + "w_type": "godan verb stem", + "romaji": "mayoi" + }, + "迷え": { + "w_type": "conjugated godan verb", + "romaji": "mayoe" + }, + "迷お": { + "w_type": "godan verb stem", + "romaji": "mayoo" + }, + "迷った": { + "w_type": "conjugated godan verb", + "romaji": "mayotta" + }, + "迷って": { + "w_type": "conjugated godan verb", + "romaji": "mayotte" + }, + "恐れ入ら": { + "w_type": "godan verb stem", + "romaji": "osoreira" + }, + "恐れ入り": { + "w_type": "godan verb stem", + "romaji": "osoreiri" + }, + "恐れ入れ": { + "w_type": "conjugated godan verb", + "romaji": "osoreire" + }, + "恐れ入ろ": { + "w_type": "godan verb stem", + "romaji": "osoreiro" + }, + "恐れ入った": { + "w_type": "conjugated godan verb", + "romaji": "osoreitta" + }, + "恐れ入って": { + "w_type": "conjugated godan verb", + "romaji": "osoreitte" + }, + "切り立た": { + "w_type": "godan verb stem", + "romaji": "kiritata" + }, + "切り立ち": { + "w_type": "godan verb stem", + "romaji": "kiritachi" + }, + "切り立て": { + "w_type": "conjugated godan verb", + "romaji": "kiritate" + }, + "切り立と": { + "w_type": "godan verb stem", + "romaji": "kiritato" + }, + "切り立った": { + "w_type": "conjugated godan verb", + "romaji": "kiritatta" + }, + "切り立って": { + "w_type": "conjugated godan verb", + "romaji": "kiritatte" + }, + "言誤ら": { + "w_type": "godan verb stem", + "romaji": "iiayamara" + }, + "言誤り": { + "w_type": "godan verb stem", + "romaji": "iiayamari" + }, + "言誤れ": { + "w_type": "conjugated godan verb", + "romaji": "iiayamare" + }, + "言誤ろ": { + "w_type": "godan verb stem", + "romaji": "iiayamaro" + }, + "言誤った": { + "w_type": "conjugated godan verb", + "romaji": "iiayamatta" + }, + "言誤って": { + "w_type": "conjugated godan verb", + "romaji": "iiayamatte" + }, + "忍込ま": { + "w_type": "godan verb stem", + "romaji": "shinobikoma" + }, + "忍込み": { + "w_type": "godan verb stem", + "romaji": "shinobikomi" + }, + "忍込め": { + "w_type": "conjugated godan verb", + "romaji": "shinobikome" + }, + "忍込も": { + "w_type": "godan verb stem", + "romaji": "shinobikomo" + }, + "忍込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinobikonda" + }, + "忍込んで": { + "w_type": "conjugated godan verb", + "romaji": "shinobikonde" + }, + "形造ら": { + "w_type": "godan verb stem", + "romaji": "katachizukura" + }, + "形造り": { + "w_type": "godan verb stem", + "romaji": "katachizukuri" + }, + "形造れ": { + "w_type": "conjugated godan verb", + "romaji": "katachizukure" + }, + "形造ろ": { + "w_type": "godan verb stem", + "romaji": "katachizukuro" + }, + "形造った": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutta" + }, + "形造って": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutte" + }, + "出で立た": { + "w_type": "godan verb stem", + "romaji": "idetata" + }, + "出で立ち": { + "w_type": "godan verb stem", + "romaji": "idetachi" + }, + "出で立て": { + "w_type": "conjugated godan verb", + "romaji": "idetate" + }, + "出で立と": { + "w_type": "godan verb stem", + "romaji": "idetato" + }, + "出で立った": { + "w_type": "conjugated godan verb", + "romaji": "idetatta" + }, + "出で立って": { + "w_type": "conjugated godan verb", + "romaji": "idetatte" + }, + "見つめ合わ": { + "w_type": "godan verb stem", + "romaji": "mitsumeawa" + }, + "見つめ合い": { + "w_type": "godan verb stem", + "romaji": "mitsumeai" + }, + "見つめ合え": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeae" + }, + "見つめ合お": { + "w_type": "godan verb stem", + "romaji": "mitsumeao" + }, + "見つめ合った": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatta" + }, + "見つめ合って": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatte" + }, + "誇ら": { + "w_type": "godan verb stem", + "romaji": "hokora" + }, + "誇り": { + "w_type": "godan verb stem", + "romaji": "hokori" + }, + "誇れ": { + "w_type": "conjugated godan verb", + "romaji": "hokore" + }, + "誇ろ": { + "w_type": "godan verb stem", + "romaji": "hokoro" + }, + "誇った": { + "w_type": "conjugated godan verb", + "romaji": "hokotta" + }, + "誇って": { + "w_type": "conjugated godan verb", + "romaji": "hokotte" + }, + "吹っ切ら": { + "w_type": "godan verb stem", + "romaji": "fukkira" + }, + "吹っ切り": { + "w_type": "godan verb stem", + "romaji": "fukkiri" + }, + "吹っ切れ": { + "w_type": "conjugated godan verb", + "romaji": "fukkire" + }, + "吹っ切ろ": { + "w_type": "godan verb stem", + "romaji": "fukkiro" + }, + "吹っ切った": { + "w_type": "conjugated godan verb", + "romaji": "fukkitta" + }, + "吹っ切って": { + "w_type": "conjugated godan verb", + "romaji": "fukkitte" + }, + "聴き込ま": { + "w_type": "godan verb stem", + "romaji": "kikikoma" + }, + "聴き込み": { + "w_type": "godan verb stem", + "romaji": "kikikomi" + }, + "聴き込め": { + "w_type": "conjugated godan verb", + "romaji": "kikikome" + }, + "聴き込も": { + "w_type": "godan verb stem", + "romaji": "kikikomo" + }, + "聴き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kikikonda" + }, + "聴き込んで": { + "w_type": "conjugated godan verb", + "romaji": "kikikonde" + }, + "打ち抜か": { + "w_type": "godan verb stem", + "romaji": "uchinuka" + }, + "打ち抜き": { + "w_type": "godan verb stem", + "romaji": "uchinuki" + }, + "打ち抜け": { + "w_type": "conjugated godan verb", + "romaji": "uchinuke" + }, + "打ち抜こ": { + "w_type": "godan verb stem", + "romaji": "uchinuko" + }, + "打ち抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uchinuita" + }, + "打ち抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uchinuite" + }, + "助け守ら": { + "w_type": "godan verb stem", + "romaji": "tasukemamora" + }, + "助け守り": { + "w_type": "godan verb stem", + "romaji": "tasukemamori" + }, + "助け守れ": { + "w_type": "conjugated godan verb", + "romaji": "tasukemamore" + }, + "助け守ろ": { + "w_type": "godan verb stem", + "romaji": "tasukemamoro" + }, + "助け守った": { + "w_type": "conjugated godan verb", + "romaji": "tasukemamotta" + }, + "助け守って": { + "w_type": "conjugated godan verb", + "romaji": "tasukemamotte" + }, + "仰ら": { + "w_type": "godan verb stem", + "romaji": "osshara" + }, + "仰り": { + "w_type": "godan verb stem", + "romaji": "osshari" + }, + "仰れ": { + "w_type": "conjugated godan verb", + "romaji": "osshare" + }, + "仰ろ": { + "w_type": "godan verb stem", + "romaji": "ossharo" + }, + "仰った": { + "w_type": "conjugated godan verb", + "romaji": "osshatta" + }, + "仰って": { + "w_type": "conjugated godan verb", + "romaji": "osshatte" + }, + "倦ま": { + "w_type": "godan verb stem", + "romaji": "aguma" + }, + "倦み": { + "w_type": "godan verb stem", + "romaji": "agumi" + }, + "倦め": { + "w_type": "conjugated godan verb", + "romaji": "agume" + }, + "倦も": { + "w_type": "godan verb stem", + "romaji": "agumo" + }, + "倦んだ": { + "w_type": "conjugated godan verb", + "romaji": "agunda" + }, + "倦んで": { + "w_type": "conjugated godan verb", + "romaji": "agunde" + }, + "揉みしだか": { + "w_type": "godan verb stem", + "romaji": "momishidaka" + }, + "揉みしだき": { + "w_type": "godan verb stem", + "romaji": "momishidaki" + }, + "揉みしだけ": { + "w_type": "conjugated godan verb", + "romaji": "momishidake" + }, + "揉みしだこ": { + "w_type": "godan verb stem", + "romaji": "momishidako" + }, + "揉みしだいた": { + "w_type": "conjugated godan verb", + "romaji": "momishidaita" + }, + "揉みしだいて": { + "w_type": "conjugated godan verb", + "romaji": "momishidaite" + }, + "闘わさ": { + "w_type": "godan verb stem", + "romaji": "tatakawasa" + }, + "闘わし": { + "w_type": "godan verb stem", + "romaji": "tatakawashi" + }, + "闘わせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakawase" + }, + "闘わそ": { + "w_type": "godan verb stem", + "romaji": "tatakawaso" + }, + "闘わした": { + "w_type": "conjugated godan verb", + "romaji": "tatakawashita" + }, + "闘わして": { + "w_type": "conjugated godan verb", + "romaji": "tatakawashite" + }, + "押し黙ら": { + "w_type": "godan verb stem", + "romaji": "oshidamara" + }, + "押し黙り": { + "w_type": "godan verb stem", + "romaji": "oshidamari" + }, + "押し黙れ": { + "w_type": "conjugated godan verb", + "romaji": "oshidamare" + }, + "押し黙ろ": { + "w_type": "godan verb stem", + "romaji": "oshidamaro" + }, + "押し黙った": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatta" + }, + "押し黙って": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatte" + }, + "借金で苦しま": { + "w_type": "godan verb stem", + "romaji": "shakkindekurushima" + }, + "借金で苦しみ": { + "w_type": "godan verb stem", + "romaji": "shakkindekurushimi" + }, + "借金で苦しめ": { + "w_type": "conjugated godan verb", + "romaji": "shakkindekurushime" + }, + "借金で苦しも": { + "w_type": "godan verb stem", + "romaji": "shakkindekurushimo" + }, + "借金で苦しんだ": { + "w_type": "conjugated godan verb", + "romaji": "shakkindekurushinda" + }, + "借金で苦しんで": { + "w_type": "conjugated godan verb", + "romaji": "shakkindekurushinde" + }, + "気遣わ": { + "w_type": "godan verb stem", + "romaji": "kizukawa" + }, + "気遣い": { + "w_type": "godan verb stem", + "romaji": "kizukai" + }, + "気遣え": { + "w_type": "conjugated godan verb", + "romaji": "kizukae" + }, + "気遣お": { + "w_type": "godan verb stem", + "romaji": "kizukao" + }, + "気遣った": { + "w_type": "conjugated godan verb", + "romaji": "kizukatta" + }, + "気遣って": { + "w_type": "conjugated godan verb", + "romaji": "kizukatte" + }, + "斎か": { + "w_type": "godan verb stem", + "romaji": "itsuka" + }, + "斎き": { + "w_type": "godan verb stem", + "romaji": "itsuki" + }, + "斎け": { + "w_type": "conjugated godan verb", + "romaji": "itsuke" + }, + "斎こ": { + "w_type": "godan verb stem", + "romaji": "itsuko" + }, + "斎いた": { + "w_type": "conjugated godan verb", + "romaji": "itsuita" + }, + "斎いて": { + "w_type": "conjugated godan verb", + "romaji": "itsuite" + }, + "立退か": { + "w_type": "godan verb stem", + "romaji": "tachinoka" + }, + "立退き": { + "w_type": "godan verb stem", + "romaji": "tachinoki" + }, + "立退け": { + "w_type": "conjugated godan verb", + "romaji": "tachinoke" + }, + "立退こ": { + "w_type": "godan verb stem", + "romaji": "tachinoko" + }, + "立退いた": { + "w_type": "conjugated godan verb", + "romaji": "tachinoita" + }, + "立退いて": { + "w_type": "conjugated godan verb", + "romaji": "tachinoite" + }, + "煮えくりかえら": { + "w_type": "godan verb stem", + "romaji": "niekurikaera" + }, + "煮えくりかえり": { + "w_type": "godan verb stem", + "romaji": "niekurikaeri" + }, + "煮えくりかえれ": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaere" + }, + "煮えくりかえろ": { + "w_type": "godan verb stem", + "romaji": "niekurikaero" + }, + "煮えくりかえった": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaetta" + }, + "煮えくりかえって": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaette" + }, + "噛み付か": { + "w_type": "godan verb stem", + "romaji": "kamitsuka" + }, + "噛み付き": { + "w_type": "godan verb stem", + "romaji": "kamitsuki" + }, + "噛み付け": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuke" + }, + "噛み付こ": { + "w_type": "godan verb stem", + "romaji": "kamitsuko" + }, + "噛み付いた": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuita" + }, + "噛み付いて": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuite" + }, + "立ち並ば": { + "w_type": "godan verb stem", + "romaji": "tachinaraba" + }, + "立ち並び": { + "w_type": "godan verb stem", + "romaji": "tachinarabi" + }, + "立ち並べ": { + "w_type": "conjugated godan verb", + "romaji": "tachinarabe" + }, + "立ち並ぼ": { + "w_type": "godan verb stem", + "romaji": "tachinarabo" + }, + "立ち並んだ": { + "w_type": "conjugated godan verb", + "romaji": "tachinaranda" + }, + "立ち並んで": { + "w_type": "conjugated godan verb", + "romaji": "tachinarande" + }, + "劣ら": { + "w_type": "godan verb stem", + "romaji": "otora" + }, + "劣り": { + "w_type": "godan verb stem", + "romaji": "otori" + }, + "劣れ": { + "w_type": "conjugated godan verb", + "romaji": "otore" + }, + "劣ろ": { + "w_type": "godan verb stem", + "romaji": "otoro" + }, + "劣った": { + "w_type": "conjugated godan verb", + "romaji": "ototta" + }, + "劣って": { + "w_type": "conjugated godan verb", + "romaji": "ototte" + }, + "遣りなおさ": { + "w_type": "godan verb stem", + "romaji": "yarinaosa" + }, + "遣りなおし": { + "w_type": "godan verb stem", + "romaji": "yarinaoshi" + }, + "遣りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "yarinaose" + }, + "遣りなおそ": { + "w_type": "godan verb stem", + "romaji": "yarinaoso" + }, + "遣りなおした": { + "w_type": "conjugated godan verb", + "romaji": "yarinaoshita" + }, + "遣りなおして": { + "w_type": "conjugated godan verb", + "romaji": "yarinaoshite" + }, + "商わ": { + "w_type": "godan verb stem", + "romaji": "akinawa" + }, + "商い": { + "w_type": "godan verb stem", + "romaji": "akinai" + }, + "商え": { + "w_type": "conjugated godan verb", + "romaji": "akinae" + }, + "商お": { + "w_type": "godan verb stem", + "romaji": "akinao" + }, + "商った": { + "w_type": "conjugated godan verb", + "romaji": "akinatta" + }, + "商って": { + "w_type": "conjugated godan verb", + "romaji": "akinatte" + }, + "忍ば": { + "w_type": "godan verb stem", + "romaji": "shinoba" + }, + "忍び": { + "w_type": "godan verb stem", + "romaji": "shinobi" + }, + "忍べ": { + "w_type": "conjugated godan verb", + "romaji": "shinobe" + }, + "忍ぼ": { + "w_type": "godan verb stem", + "romaji": "shinobo" + }, + "忍んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinonda" + }, + "忍んで": { + "w_type": "conjugated godan verb", + "romaji": "shinonde" + }, + "伺い知ら": { + "w_type": "godan verb stem", + "romaji": "ukagaishira" + }, + "伺い知り": { + "w_type": "godan verb stem", + "romaji": "ukagaishiri" + }, + "伺い知れ": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishire" + }, + "伺い知ろ": { + "w_type": "godan verb stem", + "romaji": "ukagaishiro" + }, + "伺い知った": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitta" + }, + "伺い知って": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitte" + }, + "乗りこま": { + "w_type": "godan verb stem", + "romaji": "norikoma" + }, + "乗りこみ": { + "w_type": "godan verb stem", + "romaji": "norikomi" + }, + "乗りこめ": { + "w_type": "conjugated godan verb", + "romaji": "norikome" + }, + "乗りこも": { + "w_type": "godan verb stem", + "romaji": "norikomo" + }, + "乗りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "norikonda" + }, + "乗りこんで": { + "w_type": "conjugated godan verb", + "romaji": "norikonde" + }, + "図ら": { + "w_type": "godan verb stem", + "romaji": "hakara" + }, + "図り": { + "w_type": "godan verb stem", + "romaji": "hakari" + }, + "図れ": { + "w_type": "conjugated godan verb", + "romaji": "hakare" + }, + "図ろ": { + "w_type": "godan verb stem", + "romaji": "hakaro" + }, + "図った": { + "w_type": "conjugated godan verb", + "romaji": "hakatta" + }, + "図って": { + "w_type": "conjugated godan verb", + "romaji": "hakatte" + }, + "作り出さ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "作り出し": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "作り出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "作り出そ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "作り出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "作り出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "着なおさ": { + "w_type": "godan verb stem", + "romaji": "kinaosa" + }, + "着なおし": { + "w_type": "godan verb stem", + "romaji": "kinaoshi" + }, + "着なおせ": { + "w_type": "conjugated godan verb", + "romaji": "kinaose" + }, + "着なおそ": { + "w_type": "godan verb stem", + "romaji": "kinaoso" + }, + "着なおした": { + "w_type": "conjugated godan verb", + "romaji": "kinaoshita" + }, + "着なおして": { + "w_type": "conjugated godan verb", + "romaji": "kinaoshite" + }, + "打ち延ばさ": { + "w_type": "godan verb stem", + "romaji": "uchinobasa" + }, + "打ち延ばし": { + "w_type": "godan verb stem", + "romaji": "uchinobashi" + }, + "打ち延ばせ": { + "w_type": "conjugated godan verb", + "romaji": "uchinobase" + }, + "打ち延ばそ": { + "w_type": "godan verb stem", + "romaji": "uchinobaso" + }, + "打ち延ばした": { + "w_type": "conjugated godan verb", + "romaji": "uchinobashita" + }, + "打ち延ばして": { + "w_type": "conjugated godan verb", + "romaji": "uchinobashite" + }, + "形づくら": { + "w_type": "godan verb stem", + "romaji": "katachizukura" + }, + "形づくり": { + "w_type": "godan verb stem", + "romaji": "katachizukuri" + }, + "形づくれ": { + "w_type": "conjugated godan verb", + "romaji": "katachizukure" + }, + "形づくろ": { + "w_type": "godan verb stem", + "romaji": "katachizukuro" + }, + "形づくった": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutta" + }, + "形づくって": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutte" + }, + "節榑立た": { + "w_type": "godan verb stem", + "romaji": "fushikuredata" + }, + "節榑立ち": { + "w_type": "godan verb stem", + "romaji": "fushikuredachi" + }, + "節榑立て": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredate" + }, + "節榑立と": { + "w_type": "godan verb stem", + "romaji": "fushikuredato" + }, + "節榑立った": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredatta" + }, + "節榑立って": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredatte" + }, + "引き取ら": { + "w_type": "godan verb stem", + "romaji": "hikitora" + }, + "引き取り": { + "w_type": "godan verb stem", + "romaji": "hikitori" + }, + "引き取れ": { + "w_type": "conjugated godan verb", + "romaji": "hikitore" + }, + "引き取ろ": { + "w_type": "godan verb stem", + "romaji": "hikitoro" + }, + "引き取った": { + "w_type": "conjugated godan verb", + "romaji": "hikitotta" + }, + "引き取って": { + "w_type": "conjugated godan verb", + "romaji": "hikitotte" + }, + "飽足ら": { + "w_type": "godan verb stem", + "romaji": "akitara" + }, + "飽足り": { + "w_type": "godan verb stem", + "romaji": "akitari" + }, + "飽足れ": { + "w_type": "conjugated godan verb", + "romaji": "akitare" + }, + "飽足ろ": { + "w_type": "godan verb stem", + "romaji": "akitaro" + }, + "飽足った": { + "w_type": "conjugated godan verb", + "romaji": "akitatta" + }, + "飽足って": { + "w_type": "conjugated godan verb", + "romaji": "akitatte" + }, + "打克た": { + "w_type": "godan verb stem", + "romaji": "uchikata" + }, + "打克ち": { + "w_type": "godan verb stem", + "romaji": "uchikachi" + }, + "打克て": { + "w_type": "conjugated godan verb", + "romaji": "uchikate" + }, + "打克と": { + "w_type": "godan verb stem", + "romaji": "uchikato" + }, + "打克った": { + "w_type": "conjugated godan verb", + "romaji": "uchikatta" + }, + "打克って": { + "w_type": "conjugated godan verb", + "romaji": "uchikatte" + }, + "踏み均さ": { + "w_type": "godan verb stem", + "romaji": "fuminarasa" + }, + "踏み均し": { + "w_type": "godan verb stem", + "romaji": "fuminarashi" + }, + "踏み均せ": { + "w_type": "conjugated godan verb", + "romaji": "fuminarase" + }, + "踏み均そ": { + "w_type": "godan verb stem", + "romaji": "fuminaraso" + }, + "踏み均した": { + "w_type": "conjugated godan verb", + "romaji": "fuminarashita" + }, + "踏み均して": { + "w_type": "conjugated godan verb", + "romaji": "fuminarashite" + }, + "主立た": { + "w_type": "godan verb stem", + "romaji": "omodata" + }, + "主立ち": { + "w_type": "godan verb stem", + "romaji": "omodachi" + }, + "主立て": { + "w_type": "conjugated godan verb", + "romaji": "omodate" + }, + "主立と": { + "w_type": "godan verb stem", + "romaji": "omodato" + }, + "主立った": { + "w_type": "conjugated godan verb", + "romaji": "omodatta" + }, + "主立って": { + "w_type": "conjugated godan verb", + "romaji": "omodatte" + }, + "わかち合わ": { + "w_type": "godan verb stem", + "romaji": "wakachiawa" + }, + "わかち合い": { + "w_type": "godan verb stem", + "romaji": "wakachiai" + }, + "わかち合え": { + "w_type": "conjugated godan verb", + "romaji": "wakachiae" + }, + "わかち合お": { + "w_type": "godan verb stem", + "romaji": "wakachiao" + }, + "わかち合った": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatta" + }, + "わかち合って": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatte" + }, + "変ら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "変り": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "変れ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "変ろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "変った": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "変って": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "数えなおさ": { + "w_type": "godan verb stem", + "romaji": "kazoenaosa" + }, + "数えなおし": { + "w_type": "godan verb stem", + "romaji": "kazoenaoshi" + }, + "数えなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kazoenaose" + }, + "数えなおそ": { + "w_type": "godan verb stem", + "romaji": "kazoenaoso" + }, + "数えなおした": { + "w_type": "conjugated godan verb", + "romaji": "kazoenaoshita" + }, + "数えなおして": { + "w_type": "conjugated godan verb", + "romaji": "kazoenaoshite" + }, + "はじき出さ": { + "w_type": "godan verb stem", + "romaji": "hajikidasa" + }, + "はじき出し": { + "w_type": "godan verb stem", + "romaji": "hajikidashi" + }, + "はじき出せ": { + "w_type": "conjugated godan verb", + "romaji": "hajikidase" + }, + "はじき出そ": { + "w_type": "godan verb stem", + "romaji": "hajikidaso" + }, + "はじき出した": { + "w_type": "conjugated godan verb", + "romaji": "hajikidashita" + }, + "はじき出して": { + "w_type": "conjugated godan verb", + "romaji": "hajikidashite" + }, + "銜え込ま": { + "w_type": "godan verb stem", + "romaji": "kuwaekoma" + }, + "銜え込み": { + "w_type": "godan verb stem", + "romaji": "kuwaekomi" + }, + "銜え込め": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekome" + }, + "銜え込も": { + "w_type": "godan verb stem", + "romaji": "kuwaekomo" + }, + "銜え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonda" + }, + "銜え込んで": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonde" + }, + "伸び悩ま": { + "w_type": "godan verb stem", + "romaji": "nobinayama" + }, + "伸び悩み": { + "w_type": "godan verb stem", + "romaji": "nobinayami" + }, + "伸び悩め": { + "w_type": "conjugated godan verb", + "romaji": "nobinayame" + }, + "伸び悩も": { + "w_type": "godan verb stem", + "romaji": "nobinayamo" + }, + "伸び悩んだ": { + "w_type": "conjugated godan verb", + "romaji": "nobinayanda" + }, + "伸び悩んで": { + "w_type": "conjugated godan verb", + "romaji": "nobinayande" + }, + "寛が": { + "w_type": "godan verb stem", + "romaji": "kutsuroga" + }, + "寛ぎ": { + "w_type": "godan verb stem", + "romaji": "kutsurogi" + }, + "寛げ": { + "w_type": "conjugated godan verb", + "romaji": "kutsuroge" + }, + "寛ご": { + "w_type": "godan verb stem", + "romaji": "kutsurogo" + }, + "寛いだ": { + "w_type": "conjugated godan verb", + "romaji": "kutsuroida" + }, + "寛いで": { + "w_type": "conjugated godan verb", + "romaji": "kutsuroide" + }, + "沸き立た": { + "w_type": "godan verb stem", + "romaji": "wakitata" + }, + "沸き立ち": { + "w_type": "godan verb stem", + "romaji": "wakitachi" + }, + "沸き立て": { + "w_type": "conjugated godan verb", + "romaji": "wakitate" + }, + "沸き立と": { + "w_type": "godan verb stem", + "romaji": "wakitato" + }, + "沸き立った": { + "w_type": "conjugated godan verb", + "romaji": "wakitatta" + }, + "沸き立って": { + "w_type": "conjugated godan verb", + "romaji": "wakitatte" + }, + "食いしばら": { + "w_type": "godan verb stem", + "romaji": "kuishibara" + }, + "食いしばり": { + "w_type": "godan verb stem", + "romaji": "kuishibari" + }, + "食いしばれ": { + "w_type": "conjugated godan verb", + "romaji": "kuishibare" + }, + "食いしばろ": { + "w_type": "godan verb stem", + "romaji": "kuishibaro" + }, + "食いしばった": { + "w_type": "conjugated godan verb", + "romaji": "kuishibatta" + }, + "食いしばって": { + "w_type": "conjugated godan verb", + "romaji": "kuishibatte" + }, + "速まら": { + "w_type": "godan verb stem", + "romaji": "hayamara" + }, + "速まり": { + "w_type": "godan verb stem", + "romaji": "hayamari" + }, + "速まれ": { + "w_type": "conjugated godan verb", + "romaji": "hayamare" + }, + "速まろ": { + "w_type": "godan verb stem", + "romaji": "hayamaro" + }, + "速まった": { + "w_type": "conjugated godan verb", + "romaji": "hayamatta" + }, + "速まって": { + "w_type": "conjugated godan verb", + "romaji": "hayamatte" + }, + "弛まら": { + "w_type": "godan verb stem", + "romaji": "yurumara" + }, + "弛まり": { + "w_type": "godan verb stem", + "romaji": "yurumari" + }, + "弛まれ": { + "w_type": "conjugated godan verb", + "romaji": "yurumare" + }, + "弛まろ": { + "w_type": "godan verb stem", + "romaji": "yurumaro" + }, + "弛まった": { + "w_type": "conjugated godan verb", + "romaji": "yurumatta" + }, + "弛まって": { + "w_type": "conjugated godan verb", + "romaji": "yurumatte" + }, + "求むら": { + "w_type": "godan verb stem", + "romaji": "motomura" + }, + "求むり": { + "w_type": "godan verb stem", + "romaji": "motomuri" + }, + "求むれ": { + "w_type": "conjugated godan verb", + "romaji": "motomure" + }, + "求むろ": { + "w_type": "godan verb stem", + "romaji": "motomuro" + }, + "求むった": { + "w_type": "conjugated godan verb", + "romaji": "motomutta" + }, + "求むって": { + "w_type": "conjugated godan verb", + "romaji": "motomutte" + }, + "科さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "科し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "科せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "科そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "科した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "科して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "下回ら": { + "w_type": "godan verb stem", + "romaji": "shitamawara" + }, + "下回り": { + "w_type": "godan verb stem", + "romaji": "shitamawari" + }, + "下回れ": { + "w_type": "conjugated godan verb", + "romaji": "shitamaware" + }, + "下回ろ": { + "w_type": "godan verb stem", + "romaji": "shitamawaro" + }, + "下回った": { + "w_type": "conjugated godan verb", + "romaji": "shitamawatta" + }, + "下回って": { + "w_type": "conjugated godan verb", + "romaji": "shitamawatte" + }, + "駆けめぐら": { + "w_type": "godan verb stem", + "romaji": "kakemegura" + }, + "駆けめぐり": { + "w_type": "godan verb stem", + "romaji": "kakemeguri" + }, + "駆けめぐれ": { + "w_type": "conjugated godan verb", + "romaji": "kakemegure" + }, + "駆けめぐろ": { + "w_type": "godan verb stem", + "romaji": "kakemeguro" + }, + "駆けめぐった": { + "w_type": "conjugated godan verb", + "romaji": "kakemegutta" + }, + "駆けめぐって": { + "w_type": "conjugated godan verb", + "romaji": "kakemegutte" + }, + "着か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "着き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "着け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "着こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "着いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "着いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "教え込ま": { + "w_type": "godan verb stem", + "romaji": "oshiekoma" + }, + "教え込み": { + "w_type": "godan verb stem", + "romaji": "oshiekomi" + }, + "教え込め": { + "w_type": "conjugated godan verb", + "romaji": "oshiekome" + }, + "教え込も": { + "w_type": "godan verb stem", + "romaji": "oshiekomo" + }, + "教え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oshiekonda" + }, + "教え込んで": { + "w_type": "conjugated godan verb", + "romaji": "oshiekonde" + }, + "関わり合わ": { + "w_type": "godan verb stem", + "romaji": "kakawariawa" + }, + "関わり合い": { + "w_type": "godan verb stem", + "romaji": "kakawariai" + }, + "関わり合え": { + "w_type": "conjugated godan verb", + "romaji": "kakawariae" + }, + "関わり合お": { + "w_type": "godan verb stem", + "romaji": "kakawariao" + }, + "関わり合った": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatta" + }, + "関わり合って": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatte" + }, + "折り畳ま": { + "w_type": "godan verb stem", + "romaji": "oritatama" + }, + "折り畳み": { + "w_type": "godan verb stem", + "romaji": "oritatami" + }, + "折り畳め": { + "w_type": "conjugated godan verb", + "romaji": "oritatame" + }, + "折り畳も": { + "w_type": "godan verb stem", + "romaji": "oritatamo" + }, + "折り畳んだ": { + "w_type": "conjugated godan verb", + "romaji": "oritatanda" + }, + "折り畳んで": { + "w_type": "conjugated godan verb", + "romaji": "oritatande" + }, + "取計らわ": { + "w_type": "godan verb stem", + "romaji": "torihakarawa" + }, + "取計らい": { + "w_type": "godan verb stem", + "romaji": "torihakarai" + }, + "取計らえ": { + "w_type": "conjugated godan verb", + "romaji": "torihakarae" + }, + "取計らお": { + "w_type": "godan verb stem", + "romaji": "torihakarao" + }, + "取計らった": { + "w_type": "conjugated godan verb", + "romaji": "torihakaratta" + }, + "取計らって": { + "w_type": "conjugated godan verb", + "romaji": "torihakaratte" + }, + "滲み込ま": { + "w_type": "godan verb stem", + "romaji": "shimikoma" + }, + "滲み込み": { + "w_type": "godan verb stem", + "romaji": "shimikomi" + }, + "滲み込め": { + "w_type": "conjugated godan verb", + "romaji": "shimikome" + }, + "滲み込も": { + "w_type": "godan verb stem", + "romaji": "shimikomo" + }, + "滲み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimikonda" + }, + "滲み込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimikonde" + }, + "読み誤まら": { + "w_type": "godan verb stem", + "romaji": "yomiayamara" + }, + "読み誤まり": { + "w_type": "godan verb stem", + "romaji": "yomiayamari" + }, + "読み誤まれ": { + "w_type": "conjugated godan verb", + "romaji": "yomiayamare" + }, + "読み誤まろ": { + "w_type": "godan verb stem", + "romaji": "yomiayamaro" + }, + "読み誤まった": { + "w_type": "conjugated godan verb", + "romaji": "yomiayamatta" + }, + "読み誤まって": { + "w_type": "conjugated godan verb", + "romaji": "yomiayamatte" + }, + "解か": { + "w_type": "godan verb stem", + "romaji": "toka" + }, + "解き": { + "w_type": "godan verb stem", + "romaji": "toki" + }, + "解け": { + "w_type": "conjugated godan verb", + "romaji": "toke" + }, + "解こ": { + "w_type": "godan verb stem", + "romaji": "toko" + }, + "解いた": { + "w_type": "conjugated godan verb", + "romaji": "toita" + }, + "解いて": { + "w_type": "conjugated godan verb", + "romaji": "toite" + }, + "吸いつか": { + "w_type": "godan verb stem", + "romaji": "suitsuka" + }, + "吸いつき": { + "w_type": "godan verb stem", + "romaji": "suitsuki" + }, + "吸いつけ": { + "w_type": "conjugated godan verb", + "romaji": "suitsuke" + }, + "吸いつこ": { + "w_type": "godan verb stem", + "romaji": "suitsuko" + }, + "吸いついた": { + "w_type": "conjugated godan verb", + "romaji": "suitsuita" + }, + "吸いついて": { + "w_type": "conjugated godan verb", + "romaji": "suitsuite" + }, + "解さ": { + "w_type": "godan verb stem", + "romaji": "hogusa" + }, + "解し": { + "w_type": "godan verb stem", + "romaji": "hogushi" + }, + "解せ": { + "w_type": "conjugated godan verb", + "romaji": "hoguse" + }, + "解そ": { + "w_type": "godan verb stem", + "romaji": "hoguso" + }, + "解した": { + "w_type": "conjugated godan verb", + "romaji": "hogushita" + }, + "解して": { + "w_type": "conjugated godan verb", + "romaji": "hogushite" + }, + "申し込ま": { + "w_type": "godan verb stem", + "romaji": "moushikoma" + }, + "申し込み": { + "w_type": "godan verb stem", + "romaji": "moushikomi" + }, + "申し込め": { + "w_type": "conjugated godan verb", + "romaji": "moushikome" + }, + "申し込も": { + "w_type": "godan verb stem", + "romaji": "moushikomo" + }, + "申し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "moushikonda" + }, + "申し込んで": { + "w_type": "conjugated godan verb", + "romaji": "moushikonde" + }, + "たたき壊さ": { + "w_type": "godan verb stem", + "romaji": "tatakikowasa" + }, + "たたき壊し": { + "w_type": "godan verb stem", + "romaji": "tatakikowashi" + }, + "たたき壊せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikowase" + }, + "たたき壊そ": { + "w_type": "godan verb stem", + "romaji": "tatakikowaso" + }, + "たたき壊した": { + "w_type": "conjugated godan verb", + "romaji": "tatakikowashita" + }, + "たたき壊して": { + "w_type": "conjugated godan verb", + "romaji": "tatakikowashite" + }, + "事足ら": { + "w_type": "godan verb stem", + "romaji": "kototara" + }, + "事足り": { + "w_type": "godan verb stem", + "romaji": "kototari" + }, + "事足れ": { + "w_type": "conjugated godan verb", + "romaji": "kototare" + }, + "事足ろ": { + "w_type": "godan verb stem", + "romaji": "kototaro" + }, + "事足った": { + "w_type": "conjugated godan verb", + "romaji": "kototatta" + }, + "事足って": { + "w_type": "conjugated godan verb", + "romaji": "kototatte" + }, + "臥せら": { + "w_type": "godan verb stem", + "romaji": "fusera" + }, + "臥せり": { + "w_type": "godan verb stem", + "romaji": "fuseri" + }, + "臥せれ": { + "w_type": "conjugated godan verb", + "romaji": "fusere" + }, + "臥せろ": { + "w_type": "godan verb stem", + "romaji": "fusero" + }, + "臥せった": { + "w_type": "conjugated godan verb", + "romaji": "fusetta" + }, + "臥せって": { + "w_type": "conjugated godan verb", + "romaji": "fusette" + }, + "聴か": { + "w_type": "godan verb stem", + "romaji": "kika" + }, + "聴き": { + "w_type": "godan verb stem", + "romaji": "kiki" + }, + "聴け": { + "w_type": "conjugated godan verb", + "romaji": "kike" + }, + "聴こ": { + "w_type": "godan verb stem", + "romaji": "kiko" + }, + "聴いた": { + "w_type": "conjugated godan verb", + "romaji": "kiita" + }, + "聴いて": { + "w_type": "conjugated godan verb", + "romaji": "kiite" + }, + "堪忍ば": { + "w_type": "godan verb stem", + "romaji": "taeshinoba" + }, + "堪忍び": { + "w_type": "godan verb stem", + "romaji": "taeshinobi" + }, + "堪忍べ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinobe" + }, + "堪忍ぼ": { + "w_type": "godan verb stem", + "romaji": "taeshinobo" + }, + "堪忍んだ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonda" + }, + "堪忍んで": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonde" + }, + "引かさ": { + "w_type": "godan verb stem", + "romaji": "hikasa" + }, + "引かし": { + "w_type": "godan verb stem", + "romaji": "hikashi" + }, + "引かせ": { + "w_type": "conjugated godan verb", + "romaji": "hikase" + }, + "引かそ": { + "w_type": "godan verb stem", + "romaji": "hikaso" + }, + "引かした": { + "w_type": "conjugated godan verb", + "romaji": "hikashita" + }, + "引かして": { + "w_type": "conjugated godan verb", + "romaji": "hikashite" + }, + "あふれ出さ": { + "w_type": "godan verb stem", + "romaji": "afuredasa" + }, + "あふれ出し": { + "w_type": "godan verb stem", + "romaji": "afuredashi" + }, + "あふれ出せ": { + "w_type": "conjugated godan verb", + "romaji": "afuredase" + }, + "あふれ出そ": { + "w_type": "godan verb stem", + "romaji": "afuredaso" + }, + "あふれ出した": { + "w_type": "conjugated godan verb", + "romaji": "afuredashita" + }, + "あふれ出して": { + "w_type": "conjugated godan verb", + "romaji": "afuredashite" + }, + "陰で動か": { + "w_type": "godan verb stem", + "romaji": "kagedeugoka" + }, + "陰で動き": { + "w_type": "godan verb stem", + "romaji": "kagedeugoki" + }, + "陰で動け": { + "w_type": "conjugated godan verb", + "romaji": "kagedeugoke" + }, + "陰で動こ": { + "w_type": "godan verb stem", + "romaji": "kagedeugoko" + }, + "陰で動いた": { + "w_type": "conjugated godan verb", + "romaji": "kagedeugoita" + }, + "陰で動いて": { + "w_type": "conjugated godan verb", + "romaji": "kagedeugoite" + }, + "射た": { + "w_type": "godan verb stem", + "romaji": "uta" + }, + "射ち": { + "w_type": "godan verb stem", + "romaji": "uchi" + }, + "射て": { + "w_type": "conjugated godan verb", + "romaji": "ute" + }, + "射と": { + "w_type": "godan verb stem", + "romaji": "uto" + }, + "射った": { + "w_type": "conjugated godan verb", + "romaji": "utta" + }, + "射って": { + "w_type": "conjugated godan verb", + "romaji": "utte" + }, + "引き締ら": { + "w_type": "godan verb stem", + "romaji": "hikishimara" + }, + "引き締り": { + "w_type": "godan verb stem", + "romaji": "hikishimari" + }, + "引き締れ": { + "w_type": "conjugated godan verb", + "romaji": "hikishimare" + }, + "引き締ろ": { + "w_type": "godan verb stem", + "romaji": "hikishimaro" + }, + "引き締った": { + "w_type": "conjugated godan verb", + "romaji": "hikishimatta" + }, + "引き締って": { + "w_type": "conjugated godan verb", + "romaji": "hikishimatte" + }, + "損なわ": { + "w_type": "godan verb stem", + "romaji": "sokonawa" + }, + "損ない": { + "w_type": "godan verb stem", + "romaji": "sokonai" + }, + "損なえ": { + "w_type": "conjugated godan verb", + "romaji": "sokonae" + }, + "損なお": { + "w_type": "godan verb stem", + "romaji": "sokonao" + }, + "損なった": { + "w_type": "conjugated godan verb", + "romaji": "sokonatta" + }, + "損なって": { + "w_type": "conjugated godan verb", + "romaji": "sokonatte" + }, + "焼き殺さ": { + "w_type": "godan verb stem", + "romaji": "yakikorosa" + }, + "焼き殺し": { + "w_type": "godan verb stem", + "romaji": "yakikoroshi" + }, + "焼き殺せ": { + "w_type": "conjugated godan verb", + "romaji": "yakikorose" + }, + "焼き殺そ": { + "w_type": "godan verb stem", + "romaji": "yakikoroso" + }, + "焼き殺した": { + "w_type": "conjugated godan verb", + "romaji": "yakikoroshita" + }, + "焼き殺して": { + "w_type": "conjugated godan verb", + "romaji": "yakikoroshite" + }, + "引っ被ら": { + "w_type": "godan verb stem", + "romaji": "hikkabura" + }, + "引っ被り": { + "w_type": "godan verb stem", + "romaji": "hikkaburi" + }, + "引っ被れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkabure" + }, + "引っ被ろ": { + "w_type": "godan verb stem", + "romaji": "hikkaburo" + }, + "引っ被った": { + "w_type": "conjugated godan verb", + "romaji": "hikkabutta" + }, + "引っ被って": { + "w_type": "conjugated godan verb", + "romaji": "hikkabutte" + }, + "浮び上がら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "浮び上がり": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "浮び上がれ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "浮び上がろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "浮び上がった": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "浮び上がって": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "絡め取ら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "絡め取り": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "絡め取れ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "絡め取ろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "絡め取った": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "絡め取って": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "温もら": { + "w_type": "godan verb stem", + "romaji": "nukumora" + }, + "温もり": { + "w_type": "godan verb stem", + "romaji": "nukumori" + }, + "温もれ": { + "w_type": "conjugated godan verb", + "romaji": "nukumore" + }, + "温もろ": { + "w_type": "godan verb stem", + "romaji": "nukumoro" + }, + "温もった": { + "w_type": "conjugated godan verb", + "romaji": "nukumotta" + }, + "温もって": { + "w_type": "conjugated godan verb", + "romaji": "nukumotte" + }, + "甲走ら": { + "w_type": "godan verb stem", + "romaji": "kanbashira" + }, + "甲走り": { + "w_type": "godan verb stem", + "romaji": "kanbashiri" + }, + "甲走れ": { + "w_type": "conjugated godan verb", + "romaji": "kanbashire" + }, + "甲走ろ": { + "w_type": "godan verb stem", + "romaji": "kanbashiro" + }, + "甲走った": { + "w_type": "conjugated godan verb", + "romaji": "kanbashitta" + }, + "甲走って": { + "w_type": "conjugated godan verb", + "romaji": "kanbashitte" + }, + "増やさ": { + "w_type": "godan verb stem", + "romaji": "fuyasa" + }, + "増やし": { + "w_type": "godan verb stem", + "romaji": "fuyashi" + }, + "増やせ": { + "w_type": "conjugated godan verb", + "romaji": "fuyase" + }, + "増やそ": { + "w_type": "godan verb stem", + "romaji": "fuyaso" + }, + "増やした": { + "w_type": "conjugated godan verb", + "romaji": "fuyashita" + }, + "増やして": { + "w_type": "conjugated godan verb", + "romaji": "fuyashite" + }, + "強まら": { + "w_type": "godan verb stem", + "romaji": "tsuyomara" + }, + "強まり": { + "w_type": "godan verb stem", + "romaji": "tsuyomari" + }, + "強まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuyomare" + }, + "強まろ": { + "w_type": "godan verb stem", + "romaji": "tsuyomaro" + }, + "強まった": { + "w_type": "conjugated godan verb", + "romaji": "tsuyomatta" + }, + "強まって": { + "w_type": "conjugated godan verb", + "romaji": "tsuyomatte" + }, + "活気付か": { + "w_type": "godan verb stem", + "romaji": "kakkizuka" + }, + "活気付き": { + "w_type": "godan verb stem", + "romaji": "kakkizuki" + }, + "活気付け": { + "w_type": "conjugated godan verb", + "romaji": "kakkizuke" + }, + "活気付こ": { + "w_type": "godan verb stem", + "romaji": "kakkizuko" + }, + "活気付いた": { + "w_type": "conjugated godan verb", + "romaji": "kakkizuita" + }, + "活気付いて": { + "w_type": "conjugated godan verb", + "romaji": "kakkizuite" + }, + "働き出さ": { + "w_type": "godan verb stem", + "romaji": "hatarakidasa" + }, + "働き出し": { + "w_type": "godan verb stem", + "romaji": "hatarakidashi" + }, + "働き出せ": { + "w_type": "conjugated godan verb", + "romaji": "hatarakidase" + }, + "働き出そ": { + "w_type": "godan verb stem", + "romaji": "hatarakidaso" + }, + "働き出した": { + "w_type": "conjugated godan verb", + "romaji": "hatarakidashita" + }, + "働き出して": { + "w_type": "conjugated godan verb", + "romaji": "hatarakidashite" + }, + "武者振り付か": { + "w_type": "godan verb stem", + "romaji": "mushaburitsuka" + }, + "武者振り付き": { + "w_type": "godan verb stem", + "romaji": "mushaburitsuki" + }, + "武者振り付け": { + "w_type": "conjugated godan verb", + "romaji": "mushaburitsuke" + }, + "武者振り付こ": { + "w_type": "godan verb stem", + "romaji": "mushaburitsuko" + }, + "武者振り付いた": { + "w_type": "conjugated godan verb", + "romaji": "mushaburitsuita" + }, + "武者振り付いて": { + "w_type": "conjugated godan verb", + "romaji": "mushaburitsuite" + }, + "ぶち抜か": { + "w_type": "godan verb stem", + "romaji": "uchinuka" + }, + "ぶち抜き": { + "w_type": "godan verb stem", + "romaji": "uchinuki" + }, + "ぶち抜け": { + "w_type": "conjugated godan verb", + "romaji": "uchinuke" + }, + "ぶち抜こ": { + "w_type": "godan verb stem", + "romaji": "uchinuko" + }, + "ぶち抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uchinuita" + }, + "ぶち抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uchinuite" + }, + "繰合わさ": { + "w_type": "godan verb stem", + "romaji": "kuriawasa" + }, + "繰合わし": { + "w_type": "godan verb stem", + "romaji": "kuriawashi" + }, + "繰合わせ": { + "w_type": "conjugated godan verb", + "romaji": "kuriawase" + }, + "繰合わそ": { + "w_type": "godan verb stem", + "romaji": "kuriawaso" + }, + "繰合わした": { + "w_type": "conjugated godan verb", + "romaji": "kuriawashita" + }, + "繰合わして": { + "w_type": "conjugated godan verb", + "romaji": "kuriawashite" + }, + "呪い殺さ": { + "w_type": "godan verb stem", + "romaji": "noroikorosa" + }, + "呪い殺し": { + "w_type": "godan verb stem", + "romaji": "noroikoroshi" + }, + "呪い殺せ": { + "w_type": "conjugated godan verb", + "romaji": "noroikorose" + }, + "呪い殺そ": { + "w_type": "godan verb stem", + "romaji": "noroikoroso" + }, + "呪い殺した": { + "w_type": "conjugated godan verb", + "romaji": "noroikoroshita" + }, + "呪い殺して": { + "w_type": "conjugated godan verb", + "romaji": "noroikoroshite" + }, + "持直さ": { + "w_type": "godan verb stem", + "romaji": "mochinaosa" + }, + "持直し": { + "w_type": "godan verb stem", + "romaji": "mochinaoshi" + }, + "持直せ": { + "w_type": "conjugated godan verb", + "romaji": "mochinaose" + }, + "持直そ": { + "w_type": "godan verb stem", + "romaji": "mochinaoso" + }, + "持直した": { + "w_type": "conjugated godan verb", + "romaji": "mochinaoshita" + }, + "持直して": { + "w_type": "conjugated godan verb", + "romaji": "mochinaoshite" + }, + "濟ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "濟み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "濟め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "濟も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "濟んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "濟んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "引っかから": { + "w_type": "godan verb stem", + "romaji": "hikkakara" + }, + "引っかかり": { + "w_type": "godan verb stem", + "romaji": "hikkakari" + }, + "引っかかれ": { + "w_type": "conjugated godan verb", + "romaji": "hikkakare" + }, + "引っかかろ": { + "w_type": "godan verb stem", + "romaji": "hikkakaro" + }, + "引っかかった": { + "w_type": "conjugated godan verb", + "romaji": "hikkakatta" + }, + "引っかかって": { + "w_type": "conjugated godan verb", + "romaji": "hikkakatte" + }, + "行悩ま": { + "w_type": "godan verb stem", + "romaji": "yukinayama" + }, + "行悩み": { + "w_type": "godan verb stem", + "romaji": "yukinayami" + }, + "行悩め": { + "w_type": "conjugated godan verb", + "romaji": "yukinayame" + }, + "行悩も": { + "w_type": "godan verb stem", + "romaji": "yukinayamo" + }, + "行悩んだ": { + "w_type": "conjugated godan verb", + "romaji": "yukinayanda" + }, + "行悩んで": { + "w_type": "conjugated godan verb", + "romaji": "yukinayande" + }, + "楯つか": { + "w_type": "godan verb stem", + "romaji": "tatetsuka" + }, + "楯つき": { + "w_type": "godan verb stem", + "romaji": "tatetsuki" + }, + "楯つけ": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuke" + }, + "楯つこ": { + "w_type": "godan verb stem", + "romaji": "tatetsuko" + }, + "楯ついた": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuita" + }, + "楯ついて": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuite" + }, + "罹ら": { + "w_type": "godan verb stem", + "romaji": "kakara" + }, + "罹り": { + "w_type": "godan verb stem", + "romaji": "kakari" + }, + "罹れ": { + "w_type": "conjugated godan verb", + "romaji": "kakare" + }, + "罹ろ": { + "w_type": "godan verb stem", + "romaji": "kakaro" + }, + "罹った": { + "w_type": "conjugated godan verb", + "romaji": "kakatta" + }, + "罹って": { + "w_type": "conjugated godan verb", + "romaji": "kakatte" + }, + "取扱わ": { + "w_type": "godan verb stem", + "romaji": "toriatsukawa" + }, + "取扱い": { + "w_type": "godan verb stem", + "romaji": "toriatsukai" + }, + "取扱え": { + "w_type": "conjugated godan verb", + "romaji": "toriatsukae" + }, + "取扱お": { + "w_type": "godan verb stem", + "romaji": "toriatsukao" + }, + "取扱った": { + "w_type": "conjugated godan verb", + "romaji": "toriatsukatta" + }, + "取扱って": { + "w_type": "conjugated godan verb", + "romaji": "toriatsukatte" + }, + "留ら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "留り": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "留れ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "留ろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "留った": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "留って": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "降り立た": { + "w_type": "godan verb stem", + "romaji": "oritata" + }, + "降り立ち": { + "w_type": "godan verb stem", + "romaji": "oritachi" + }, + "降り立て": { + "w_type": "conjugated godan verb", + "romaji": "oritate" + }, + "降り立と": { + "w_type": "godan verb stem", + "romaji": "oritato" + }, + "降り立った": { + "w_type": "conjugated godan verb", + "romaji": "oritatta" + }, + "降り立って": { + "w_type": "conjugated godan verb", + "romaji": "oritatte" + }, + "吊るさ": { + "w_type": "godan verb stem", + "romaji": "tsurusa" + }, + "吊るし": { + "w_type": "godan verb stem", + "romaji": "tsurushi" + }, + "吊るせ": { + "w_type": "conjugated godan verb", + "romaji": "tsuruse" + }, + "吊るそ": { + "w_type": "godan verb stem", + "romaji": "tsuruso" + }, + "吊るした": { + "w_type": "conjugated godan verb", + "romaji": "tsurushita" + }, + "吊るして": { + "w_type": "conjugated godan verb", + "romaji": "tsurushite" + }, + "差し挾ま": { + "w_type": "godan verb stem", + "romaji": "sashihasama" + }, + "差し挾み": { + "w_type": "godan verb stem", + "romaji": "sashihasami" + }, + "差し挾め": { + "w_type": "conjugated godan verb", + "romaji": "sashihasame" + }, + "差し挾も": { + "w_type": "godan verb stem", + "romaji": "sashihasamo" + }, + "差し挾んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashihasanda" + }, + "差し挾んで": { + "w_type": "conjugated godan verb", + "romaji": "sashihasande" + }, + "引きぬか": { + "w_type": "godan verb stem", + "romaji": "hikinuka" + }, + "引きぬき": { + "w_type": "godan verb stem", + "romaji": "hikinuki" + }, + "引きぬけ": { + "w_type": "conjugated godan verb", + "romaji": "hikinuke" + }, + "引きぬこ": { + "w_type": "godan verb stem", + "romaji": "hikinuko" + }, + "引きぬいた": { + "w_type": "conjugated godan verb", + "romaji": "hikinuita" + }, + "引きぬいて": { + "w_type": "conjugated godan verb", + "romaji": "hikinuite" + }, + "喪わ": { + "w_type": "godan verb stem", + "romaji": "ushinawa" + }, + "喪い": { + "w_type": "godan verb stem", + "romaji": "ushinai" + }, + "喪え": { + "w_type": "conjugated godan verb", + "romaji": "ushinae" + }, + "喪お": { + "w_type": "godan verb stem", + "romaji": "ushinao" + }, + "喪った": { + "w_type": "conjugated godan verb", + "romaji": "ushinatta" + }, + "喪って": { + "w_type": "conjugated godan verb", + "romaji": "ushinatte" + }, + "やり出さ": { + "w_type": "godan verb stem", + "romaji": "yaridasa" + }, + "やり出し": { + "w_type": "godan verb stem", + "romaji": "yaridashi" + }, + "やり出せ": { + "w_type": "conjugated godan verb", + "romaji": "yaridase" + }, + "やり出そ": { + "w_type": "godan verb stem", + "romaji": "yaridaso" + }, + "やり出した": { + "w_type": "conjugated godan verb", + "romaji": "yaridashita" + }, + "やり出して": { + "w_type": "conjugated godan verb", + "romaji": "yaridashite" + }, + "採ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "採り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "採れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "採ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "採った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "採って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "出そろわ": { + "w_type": "godan verb stem", + "romaji": "desorowa" + }, + "出そろい": { + "w_type": "godan verb stem", + "romaji": "desoroi" + }, + "出そろえ": { + "w_type": "conjugated godan verb", + "romaji": "desoroe" + }, + "出そろお": { + "w_type": "godan verb stem", + "romaji": "desoroo" + }, + "出そろった": { + "w_type": "conjugated godan verb", + "romaji": "desorotta" + }, + "出そろって": { + "w_type": "conjugated godan verb", + "romaji": "desorotte" + }, + "食入ら": { + "w_type": "godan verb stem", + "romaji": "kuiira" + }, + "食入り": { + "w_type": "godan verb stem", + "romaji": "kuiiri" + }, + "食入れ": { + "w_type": "conjugated godan verb", + "romaji": "kuiire" + }, + "食入ろ": { + "w_type": "godan verb stem", + "romaji": "kuiiro" + }, + "食入った": { + "w_type": "conjugated godan verb", + "romaji": "kuiitta" + }, + "食入って": { + "w_type": "conjugated godan verb", + "romaji": "kuiitte" + }, + "突きこま": { + "w_type": "godan verb stem", + "romaji": "tsukikoma" + }, + "突きこみ": { + "w_type": "godan verb stem", + "romaji": "tsukikomi" + }, + "突きこめ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikome" + }, + "突きこも": { + "w_type": "godan verb stem", + "romaji": "tsukikomo" + }, + "突きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikonda" + }, + "突きこんで": { + "w_type": "conjugated godan verb", + "romaji": "tsukikonde" + }, + "闘わ": { + "w_type": "godan verb stem", + "romaji": "tatakawa" + }, + "闘い": { + "w_type": "godan verb stem", + "romaji": "tatakai" + }, + "闘え": { + "w_type": "conjugated godan verb", + "romaji": "tatakae" + }, + "闘お": { + "w_type": "godan verb stem", + "romaji": "tatakao" + }, + "闘った": { + "w_type": "conjugated godan verb", + "romaji": "tatakatta" + }, + "闘って": { + "w_type": "conjugated godan verb", + "romaji": "tatakatte" + }, + "振向か": { + "w_type": "godan verb stem", + "romaji": "furimuka" + }, + "振向き": { + "w_type": "godan verb stem", + "romaji": "furimuki" + }, + "振向け": { + "w_type": "conjugated godan verb", + "romaji": "furimuke" + }, + "振向こ": { + "w_type": "godan verb stem", + "romaji": "furimuko" + }, + "振向いた": { + "w_type": "conjugated godan verb", + "romaji": "furimuita" + }, + "振向いて": { + "w_type": "conjugated godan verb", + "romaji": "furimuite" + }, + "目覚まさ": { + "w_type": "godan verb stem", + "romaji": "mezamasa" + }, + "目覚まし": { + "w_type": "godan verb stem", + "romaji": "mezamashi" + }, + "目覚ませ": { + "w_type": "conjugated godan verb", + "romaji": "mezamase" + }, + "目覚まそ": { + "w_type": "godan verb stem", + "romaji": "mezamaso" + }, + "目覚ました": { + "w_type": "conjugated godan verb", + "romaji": "mezamashita" + }, + "目覚まして": { + "w_type": "conjugated godan verb", + "romaji": "mezamashite" + }, + "飛び上がら": { + "w_type": "godan verb stem", + "romaji": "tobiagara" + }, + "飛び上がり": { + "w_type": "godan verb stem", + "romaji": "tobiagari" + }, + "飛び上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tobiagare" + }, + "飛び上がろ": { + "w_type": "godan verb stem", + "romaji": "tobiagaro" + }, + "飛び上がった": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatta" + }, + "飛び上がって": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatte" + }, + "織り成さ": { + "w_type": "godan verb stem", + "romaji": "orinasa" + }, + "織り成し": { + "w_type": "godan verb stem", + "romaji": "orinashi" + }, + "織り成せ": { + "w_type": "conjugated godan verb", + "romaji": "orinase" + }, + "織り成そ": { + "w_type": "godan verb stem", + "romaji": "orinaso" + }, + "織り成した": { + "w_type": "conjugated godan verb", + "romaji": "orinashita" + }, + "織り成して": { + "w_type": "conjugated godan verb", + "romaji": "orinashite" + }, + "しゃちほこ張ら": { + "w_type": "godan verb stem", + "romaji": "shachihokobara" + }, + "しゃちほこ張り": { + "w_type": "godan verb stem", + "romaji": "shachihokobari" + }, + "しゃちほこ張れ": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobare" + }, + "しゃちほこ張ろ": { + "w_type": "godan verb stem", + "romaji": "shachihokobaro" + }, + "しゃちほこ張った": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobatta" + }, + "しゃちほこ張って": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobatte" + }, + "毛羽立た": { + "w_type": "godan verb stem", + "romaji": "kebadata" + }, + "毛羽立ち": { + "w_type": "godan verb stem", + "romaji": "kebadachi" + }, + "毛羽立て": { + "w_type": "conjugated godan verb", + "romaji": "kebadate" + }, + "毛羽立と": { + "w_type": "godan verb stem", + "romaji": "kebadato" + }, + "毛羽立った": { + "w_type": "conjugated godan verb", + "romaji": "kebadatta" + }, + "毛羽立って": { + "w_type": "conjugated godan verb", + "romaji": "kebadatte" + }, + "ゆで上がら": { + "w_type": "godan verb stem", + "romaji": "yudeagara" + }, + "ゆで上がり": { + "w_type": "godan verb stem", + "romaji": "yudeagari" + }, + "ゆで上がれ": { + "w_type": "conjugated godan verb", + "romaji": "yudeagare" + }, + "ゆで上がろ": { + "w_type": "godan verb stem", + "romaji": "yudeagaro" + }, + "ゆで上がった": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatta" + }, + "ゆで上がって": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatte" + }, + "働か": { + "w_type": "godan verb stem", + "romaji": "hataraka" + }, + "働き": { + "w_type": "godan verb stem", + "romaji": "hataraki" + }, + "働け": { + "w_type": "conjugated godan verb", + "romaji": "hatarake" + }, + "働こ": { + "w_type": "godan verb stem", + "romaji": "hatarako" + }, + "働いた": { + "w_type": "conjugated godan verb", + "romaji": "hataraita" + }, + "働いて": { + "w_type": "conjugated godan verb", + "romaji": "hataraite" + }, + "荘ら": { + "w_type": "godan verb stem", + "romaji": "kazara" + }, + "荘り": { + "w_type": "godan verb stem", + "romaji": "kazari" + }, + "荘れ": { + "w_type": "conjugated godan verb", + "romaji": "kazare" + }, + "荘ろ": { + "w_type": "godan verb stem", + "romaji": "kazaro" + }, + "荘った": { + "w_type": "conjugated godan verb", + "romaji": "kazatta" + }, + "荘って": { + "w_type": "conjugated godan verb", + "romaji": "kazatte" + }, + "先走ら": { + "w_type": "godan verb stem", + "romaji": "sakibashira" + }, + "先走り": { + "w_type": "godan verb stem", + "romaji": "sakibashiri" + }, + "先走れ": { + "w_type": "conjugated godan verb", + "romaji": "sakibashire" + }, + "先走ろ": { + "w_type": "godan verb stem", + "romaji": "sakibashiro" + }, + "先走った": { + "w_type": "conjugated godan verb", + "romaji": "sakibashitta" + }, + "先走って": { + "w_type": "conjugated godan verb", + "romaji": "sakibashitte" + }, + "怯ま": { + "w_type": "godan verb stem", + "romaji": "hiruma" + }, + "怯み": { + "w_type": "godan verb stem", + "romaji": "hirumi" + }, + "怯め": { + "w_type": "conjugated godan verb", + "romaji": "hirume" + }, + "怯も": { + "w_type": "godan verb stem", + "romaji": "hirumo" + }, + "怯んだ": { + "w_type": "conjugated godan verb", + "romaji": "hirunda" + }, + "怯んで": { + "w_type": "conjugated godan verb", + "romaji": "hirunde" + }, + "固まら": { + "w_type": "godan verb stem", + "romaji": "katamara" + }, + "固まり": { + "w_type": "godan verb stem", + "romaji": "katamari" + }, + "固まれ": { + "w_type": "conjugated godan verb", + "romaji": "katamare" + }, + "固まろ": { + "w_type": "godan verb stem", + "romaji": "katamaro" + }, + "固まった": { + "w_type": "conjugated godan verb", + "romaji": "katamatta" + }, + "固まって": { + "w_type": "conjugated godan verb", + "romaji": "katamatte" + }, + "逃げ惑わ": { + "w_type": "godan verb stem", + "romaji": "nigemadowa" + }, + "逃げ惑い": { + "w_type": "godan verb stem", + "romaji": "nigemadoi" + }, + "逃げ惑え": { + "w_type": "conjugated godan verb", + "romaji": "nigemadoe" + }, + "逃げ惑お": { + "w_type": "godan verb stem", + "romaji": "nigemadoo" + }, + "逃げ惑った": { + "w_type": "conjugated godan verb", + "romaji": "nigemadotta" + }, + "逃げ惑って": { + "w_type": "conjugated godan verb", + "romaji": "nigemadotte" + }, + "透徹さ": { + "w_type": "godan verb stem", + "romaji": "sukitoosa" + }, + "透徹し": { + "w_type": "godan verb stem", + "romaji": "sukitooshi" + }, + "透徹せ": { + "w_type": "conjugated godan verb", + "romaji": "sukitoose" + }, + "透徹そ": { + "w_type": "godan verb stem", + "romaji": "sukitooso" + }, + "透徹した": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshita" + }, + "透徹して": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshite" + }, + "輝き渡ら": { + "w_type": "godan verb stem", + "romaji": "kagayakiwatara" + }, + "輝き渡り": { + "w_type": "godan verb stem", + "romaji": "kagayakiwatari" + }, + "輝き渡れ": { + "w_type": "conjugated godan verb", + "romaji": "kagayakiwatare" + }, + "輝き渡ろ": { + "w_type": "godan verb stem", + "romaji": "kagayakiwataro" + }, + "輝き渡った": { + "w_type": "conjugated godan verb", + "romaji": "kagayakiwatatta" + }, + "輝き渡って": { + "w_type": "conjugated godan verb", + "romaji": "kagayakiwatatte" + }, + "泊り込ま": { + "w_type": "godan verb stem", + "romaji": "tomarikoma" + }, + "泊り込み": { + "w_type": "godan verb stem", + "romaji": "tomarikomi" + }, + "泊り込め": { + "w_type": "conjugated godan verb", + "romaji": "tomarikome" + }, + "泊り込も": { + "w_type": "godan verb stem", + "romaji": "tomarikomo" + }, + "泊り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tomarikonda" + }, + "泊り込んで": { + "w_type": "conjugated godan verb", + "romaji": "tomarikonde" + }, + "毒突か": { + "w_type": "godan verb stem", + "romaji": "dokuzuka" + }, + "毒突き": { + "w_type": "godan verb stem", + "romaji": "dokuzuki" + }, + "毒突け": { + "w_type": "conjugated godan verb", + "romaji": "dokuzuke" + }, + "毒突こ": { + "w_type": "godan verb stem", + "romaji": "dokuzuko" + }, + "毒突いた": { + "w_type": "conjugated godan verb", + "romaji": "dokuzuita" + }, + "毒突いて": { + "w_type": "conjugated godan verb", + "romaji": "dokuzuite" + }, + "書き送ら": { + "w_type": "godan verb stem", + "romaji": "kakiokura" + }, + "書き送り": { + "w_type": "godan verb stem", + "romaji": "kakiokuri" + }, + "書き送れ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokure" + }, + "書き送ろ": { + "w_type": "godan verb stem", + "romaji": "kakiokuro" + }, + "書き送った": { + "w_type": "conjugated godan verb", + "romaji": "kakiokutta" + }, + "書き送って": { + "w_type": "conjugated godan verb", + "romaji": "kakiokutte" + }, + "仕舞わ": { + "w_type": "godan verb stem", + "romaji": "shimawa" + }, + "仕舞い": { + "w_type": "godan verb stem", + "romaji": "shimai" + }, + "仕舞え": { + "w_type": "conjugated godan verb", + "romaji": "shimae" + }, + "仕舞お": { + "w_type": "godan verb stem", + "romaji": "shimao" + }, + "仕舞った": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "仕舞って": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "もたれ掛から": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "もたれ掛かり": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "もたれ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "もたれ掛かろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "もたれ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "もたれ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "篭ま": { + "w_type": "godan verb stem", + "romaji": "koma" + }, + "篭み": { + "w_type": "godan verb stem", + "romaji": "komi" + }, + "篭め": { + "w_type": "conjugated godan verb", + "romaji": "kome" + }, + "篭も": { + "w_type": "godan verb stem", + "romaji": "komo" + }, + "篭んだ": { + "w_type": "conjugated godan verb", + "romaji": "konda" + }, + "篭んで": { + "w_type": "conjugated godan verb", + "romaji": "konde" + }, + "荒らし回ら": { + "w_type": "godan verb stem", + "romaji": "arashimawara" + }, + "荒らし回り": { + "w_type": "godan verb stem", + "romaji": "arashimawari" + }, + "荒らし回れ": { + "w_type": "conjugated godan verb", + "romaji": "arashimaware" + }, + "荒らし回ろ": { + "w_type": "godan verb stem", + "romaji": "arashimawaro" + }, + "荒らし回った": { + "w_type": "conjugated godan verb", + "romaji": "arashimawatta" + }, + "荒らし回って": { + "w_type": "conjugated godan verb", + "romaji": "arashimawatte" + }, + "捜し回ら": { + "w_type": "godan verb stem", + "romaji": "sagashimawara" + }, + "捜し回り": { + "w_type": "godan verb stem", + "romaji": "sagashimawari" + }, + "捜し回れ": { + "w_type": "conjugated godan verb", + "romaji": "sagashimaware" + }, + "捜し回ろ": { + "w_type": "godan verb stem", + "romaji": "sagashimawaro" + }, + "捜し回った": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatta" + }, + "捜し回って": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatte" + }, + "天降ら": { + "w_type": "godan verb stem", + "romaji": "amakudara" + }, + "天降り": { + "w_type": "godan verb stem", + "romaji": "amakudari" + }, + "天降れ": { + "w_type": "conjugated godan verb", + "romaji": "amakudare" + }, + "天降ろ": { + "w_type": "godan verb stem", + "romaji": "amakudaro" + }, + "天降った": { + "w_type": "conjugated godan verb", + "romaji": "amakudatta" + }, + "天降って": { + "w_type": "conjugated godan verb", + "romaji": "amakudatte" + }, + "遜ら": { + "w_type": "godan verb stem", + "romaji": "herikudara" + }, + "遜り": { + "w_type": "godan verb stem", + "romaji": "herikudari" + }, + "遜れ": { + "w_type": "conjugated godan verb", + "romaji": "herikudare" + }, + "遜ろ": { + "w_type": "godan verb stem", + "romaji": "herikudaro" + }, + "遜った": { + "w_type": "conjugated godan verb", + "romaji": "herikudatta" + }, + "遜って": { + "w_type": "conjugated godan verb", + "romaji": "herikudatte" + }, + "炊上ら": { + "w_type": "godan verb stem", + "romaji": "takiagara" + }, + "炊上り": { + "w_type": "godan verb stem", + "romaji": "takiagari" + }, + "炊上れ": { + "w_type": "conjugated godan verb", + "romaji": "takiagare" + }, + "炊上ろ": { + "w_type": "godan verb stem", + "romaji": "takiagaro" + }, + "炊上った": { + "w_type": "conjugated godan verb", + "romaji": "takiagatta" + }, + "炊上って": { + "w_type": "conjugated godan verb", + "romaji": "takiagatte" + }, + "組み敷か": { + "w_type": "godan verb stem", + "romaji": "kumishika" + }, + "組み敷き": { + "w_type": "godan verb stem", + "romaji": "kumishiki" + }, + "組み敷け": { + "w_type": "conjugated godan verb", + "romaji": "kumishike" + }, + "組み敷こ": { + "w_type": "godan verb stem", + "romaji": "kumishiko" + }, + "組み敷いた": { + "w_type": "conjugated godan verb", + "romaji": "kumishiita" + }, + "組み敷いて": { + "w_type": "conjugated godan verb", + "romaji": "kumishiite" + }, + "覚込ま": { + "w_type": "godan verb stem", + "romaji": "oboekoma" + }, + "覚込み": { + "w_type": "godan verb stem", + "romaji": "oboekomi" + }, + "覚込め": { + "w_type": "conjugated godan verb", + "romaji": "oboekome" + }, + "覚込も": { + "w_type": "godan verb stem", + "romaji": "oboekomo" + }, + "覚込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oboekonda" + }, + "覚込んで": { + "w_type": "conjugated godan verb", + "romaji": "oboekonde" + }, + "補わ": { + "w_type": "godan verb stem", + "romaji": "oginawa" + }, + "補い": { + "w_type": "godan verb stem", + "romaji": "oginai" + }, + "補え": { + "w_type": "conjugated godan verb", + "romaji": "oginae" + }, + "補お": { + "w_type": "godan verb stem", + "romaji": "oginao" + }, + "補った": { + "w_type": "conjugated godan verb", + "romaji": "oginatta" + }, + "補って": { + "w_type": "conjugated godan verb", + "romaji": "oginatte" + }, + "跳ね返ら": { + "w_type": "godan verb stem", + "romaji": "hanekaera" + }, + "跳ね返り": { + "w_type": "godan verb stem", + "romaji": "hanekaeri" + }, + "跳ね返れ": { + "w_type": "conjugated godan verb", + "romaji": "hanekaere" + }, + "跳ね返ろ": { + "w_type": "godan verb stem", + "romaji": "hanekaero" + }, + "跳ね返った": { + "w_type": "conjugated godan verb", + "romaji": "hanekaetta" + }, + "跳ね返って": { + "w_type": "conjugated godan verb", + "romaji": "hanekaette" + }, + "鬻が": { + "w_type": "godan verb stem", + "romaji": "hisaga" + }, + "鬻ぎ": { + "w_type": "godan verb stem", + "romaji": "hisagi" + }, + "鬻げ": { + "w_type": "conjugated godan verb", + "romaji": "hisage" + }, + "鬻ご": { + "w_type": "godan verb stem", + "romaji": "hisago" + }, + "鬻いだ": { + "w_type": "conjugated godan verb", + "romaji": "hisaida" + }, + "鬻いで": { + "w_type": "conjugated godan verb", + "romaji": "hisaide" + }, + "ほっつき歩か": { + "w_type": "godan verb stem", + "romaji": "hottsukiaruka" + }, + "ほっつき歩き": { + "w_type": "godan verb stem", + "romaji": "hottsukiaruki" + }, + "ほっつき歩け": { + "w_type": "conjugated godan verb", + "romaji": "hottsukiaruke" + }, + "ほっつき歩こ": { + "w_type": "godan verb stem", + "romaji": "hottsukiaruko" + }, + "ほっつき歩いた": { + "w_type": "conjugated godan verb", + "romaji": "hottsukiaruita" + }, + "ほっつき歩いて": { + "w_type": "conjugated godan verb", + "romaji": "hottsukiaruite" + }, + "倚ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "倚り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "倚れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "倚ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "倚った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "倚って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "起ち上がら": { + "w_type": "godan verb stem", + "romaji": "tachiagara" + }, + "起ち上がり": { + "w_type": "godan verb stem", + "romaji": "tachiagari" + }, + "起ち上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tachiagare" + }, + "起ち上がろ": { + "w_type": "godan verb stem", + "romaji": "tachiagaro" + }, + "起ち上がった": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatta" + }, + "起ち上がって": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatte" + }, + "つけ入ら": { + "w_type": "godan verb stem", + "romaji": "tsukeira" + }, + "つけ入り": { + "w_type": "godan verb stem", + "romaji": "tsukeiri" + }, + "つけ入れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukeire" + }, + "つけ入ろ": { + "w_type": "godan verb stem", + "romaji": "tsukeiro" + }, + "つけ入った": { + "w_type": "conjugated godan verb", + "romaji": "tsukeitta" + }, + "つけ入って": { + "w_type": "conjugated godan verb", + "romaji": "tsukeitte" + }, + "和らが": { + "w_type": "godan verb stem", + "romaji": "yawaraga" + }, + "和らぎ": { + "w_type": "godan verb stem", + "romaji": "yawaragi" + }, + "和らげ": { + "w_type": "conjugated godan verb", + "romaji": "yawarage" + }, + "和らご": { + "w_type": "godan verb stem", + "romaji": "yawarago" + }, + "和らいだ": { + "w_type": "conjugated godan verb", + "romaji": "yawaraida" + }, + "和らいで": { + "w_type": "conjugated godan verb", + "romaji": "yawaraide" + }, + "当てこすら": { + "w_type": "godan verb stem", + "romaji": "atekosura" + }, + "当てこすり": { + "w_type": "godan verb stem", + "romaji": "atekosuri" + }, + "当てこすれ": { + "w_type": "conjugated godan verb", + "romaji": "atekosure" + }, + "当てこすろ": { + "w_type": "godan verb stem", + "romaji": "atekosuro" + }, + "当てこすった": { + "w_type": "conjugated godan verb", + "romaji": "atekosutta" + }, + "当てこすって": { + "w_type": "conjugated godan verb", + "romaji": "atekosutte" + }, + "威かさ": { + "w_type": "godan verb stem", + "romaji": "odokasa" + }, + "威かし": { + "w_type": "godan verb stem", + "romaji": "odokashi" + }, + "威かせ": { + "w_type": "conjugated godan verb", + "romaji": "odokase" + }, + "威かそ": { + "w_type": "godan verb stem", + "romaji": "odokaso" + }, + "威かした": { + "w_type": "conjugated godan verb", + "romaji": "odokashita" + }, + "威かして": { + "w_type": "conjugated godan verb", + "romaji": "odokashite" + }, + "跳ね返さ": { + "w_type": "godan verb stem", + "romaji": "hanekaesa" + }, + "跳ね返し": { + "w_type": "godan verb stem", + "romaji": "hanekaeshi" + }, + "跳ね返せ": { + "w_type": "conjugated godan verb", + "romaji": "hanekaese" + }, + "跳ね返そ": { + "w_type": "godan verb stem", + "romaji": "hanekaeso" + }, + "跳ね返した": { + "w_type": "conjugated godan verb", + "romaji": "hanekaeshita" + }, + "跳ね返して": { + "w_type": "conjugated godan verb", + "romaji": "hanekaeshite" + }, + "妬か": { + "w_type": "godan verb stem", + "romaji": "yaka" + }, + "妬き": { + "w_type": "godan verb stem", + "romaji": "yaki" + }, + "妬け": { + "w_type": "conjugated godan verb", + "romaji": "yake" + }, + "妬こ": { + "w_type": "godan verb stem", + "romaji": "yako" + }, + "妬いた": { + "w_type": "conjugated godan verb", + "romaji": "yaita" + }, + "妬いて": { + "w_type": "conjugated godan verb", + "romaji": "yaite" + }, + "そっぽを向か": { + "w_type": "godan verb stem", + "romaji": "soppo wo muka" + }, + "そっぽを向き": { + "w_type": "godan verb stem", + "romaji": "soppo wo muki" + }, + "そっぽを向け": { + "w_type": "conjugated godan verb", + "romaji": "soppo wo muke" + }, + "そっぽを向こ": { + "w_type": "godan verb stem", + "romaji": "soppo wo muko" + }, + "そっぽを向いた": { + "w_type": "conjugated godan verb", + "romaji": "soppo wo muita" + }, + "そっぽを向いて": { + "w_type": "conjugated godan verb", + "romaji": "soppo wo muite" + }, + "切り出さ": { + "w_type": "godan verb stem", + "romaji": "kiridasa" + }, + "切り出し": { + "w_type": "godan verb stem", + "romaji": "kiridashi" + }, + "切り出せ": { + "w_type": "conjugated godan verb", + "romaji": "kiridase" + }, + "切り出そ": { + "w_type": "godan verb stem", + "romaji": "kiridaso" + }, + "切り出した": { + "w_type": "conjugated godan verb", + "romaji": "kiridashita" + }, + "切り出して": { + "w_type": "conjugated godan verb", + "romaji": "kiridashite" + }, + "読み終わら": { + "w_type": "godan verb stem", + "romaji": "yomiowara" + }, + "読み終わり": { + "w_type": "godan verb stem", + "romaji": "yomiowari" + }, + "読み終われ": { + "w_type": "conjugated godan verb", + "romaji": "yomioware" + }, + "読み終わろ": { + "w_type": "godan verb stem", + "romaji": "yomiowaro" + }, + "読み終わった": { + "w_type": "conjugated godan verb", + "romaji": "yomiowatta" + }, + "読み終わって": { + "w_type": "conjugated godan verb", + "romaji": "yomiowatte" + }, + "行き着か": { + "w_type": "godan verb stem", + "romaji": "yukitsuka" + }, + "行き着き": { + "w_type": "godan verb stem", + "romaji": "yukitsuki" + }, + "行き着け": { + "w_type": "conjugated godan verb", + "romaji": "yukitsuke" + }, + "行き着こ": { + "w_type": "godan verb stem", + "romaji": "yukitsuko" + }, + "行き着いた": { + "w_type": "conjugated godan verb", + "romaji": "yukitsuita" + }, + "行き着いて": { + "w_type": "conjugated godan verb", + "romaji": "yukitsuite" + }, + "吐散らさ": { + "w_type": "godan verb stem", + "romaji": "hakichirasa" + }, + "吐散らし": { + "w_type": "godan verb stem", + "romaji": "hakichirashi" + }, + "吐散らせ": { + "w_type": "conjugated godan verb", + "romaji": "hakichirase" + }, + "吐散らそ": { + "w_type": "godan verb stem", + "romaji": "hakichiraso" + }, + "吐散らした": { + "w_type": "conjugated godan verb", + "romaji": "hakichirashita" + }, + "吐散らして": { + "w_type": "conjugated godan verb", + "romaji": "hakichirashite" + }, + "咳か": { + "w_type": "godan verb stem", + "romaji": "shiwabuka" + }, + "咳き": { + "w_type": "godan verb stem", + "romaji": "shiwabuki" + }, + "咳け": { + "w_type": "conjugated godan verb", + "romaji": "shiwabuke" + }, + "咳こ": { + "w_type": "godan verb stem", + "romaji": "shiwabuko" + }, + "咳いた": { + "w_type": "conjugated godan verb", + "romaji": "shiwabuita" + }, + "咳いて": { + "w_type": "conjugated godan verb", + "romaji": "shiwabuite" + }, + "取りなおさ": { + "w_type": "godan verb stem", + "romaji": "torinaosa" + }, + "取りなおし": { + "w_type": "godan verb stem", + "romaji": "torinaoshi" + }, + "取りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "torinaose" + }, + "取りなおそ": { + "w_type": "godan verb stem", + "romaji": "torinaoso" + }, + "取りなおした": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshita" + }, + "取りなおして": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshite" + }, + "先細ら": { + "w_type": "godan verb stem", + "romaji": "sakibosora" + }, + "先細り": { + "w_type": "godan verb stem", + "romaji": "sakibosori" + }, + "先細れ": { + "w_type": "conjugated godan verb", + "romaji": "sakibosore" + }, + "先細ろ": { + "w_type": "godan verb stem", + "romaji": "sakibosoro" + }, + "先細った": { + "w_type": "conjugated godan verb", + "romaji": "sakibosotta" + }, + "先細って": { + "w_type": "conjugated godan verb", + "romaji": "sakibosotte" + }, + "噎せ返ら": { + "w_type": "godan verb stem", + "romaji": "musekaera" + }, + "噎せ返り": { + "w_type": "godan verb stem", + "romaji": "musekaeri" + }, + "噎せ返れ": { + "w_type": "conjugated godan verb", + "romaji": "musekaere" + }, + "噎せ返ろ": { + "w_type": "godan verb stem", + "romaji": "musekaero" + }, + "噎せ返った": { + "w_type": "conjugated godan verb", + "romaji": "musekaetta" + }, + "噎せ返って": { + "w_type": "conjugated godan verb", + "romaji": "musekaette" + }, + "奏さ": { + "w_type": "godan verb stem", + "romaji": "sousa" + }, + "奏し": { + "w_type": "godan verb stem", + "romaji": "soushi" + }, + "奏せ": { + "w_type": "conjugated godan verb", + "romaji": "souse" + }, + "奏そ": { + "w_type": "godan verb stem", + "romaji": "souso" + }, + "奏した": { + "w_type": "conjugated godan verb", + "romaji": "soushita" + }, + "奏して": { + "w_type": "conjugated godan verb", + "romaji": "soushite" + }, + "感情にはしら": { + "w_type": "godan verb stem", + "romaji": "kanjounihashira" + }, + "感情にはしり": { + "w_type": "godan verb stem", + "romaji": "kanjounihashiri" + }, + "感情にはしれ": { + "w_type": "conjugated godan verb", + "romaji": "kanjounihashire" + }, + "感情にはしろ": { + "w_type": "godan verb stem", + "romaji": "kanjounihashiro" + }, + "感情にはしった": { + "w_type": "conjugated godan verb", + "romaji": "kanjounihashitta" + }, + "感情にはしって": { + "w_type": "conjugated godan verb", + "romaji": "kanjounihashitte" + }, + "まつわり付か": { + "w_type": "godan verb stem", + "romaji": "matowaritsuka" + }, + "まつわり付き": { + "w_type": "godan verb stem", + "romaji": "matowaritsuki" + }, + "まつわり付け": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuke" + }, + "まつわり付こ": { + "w_type": "godan verb stem", + "romaji": "matowaritsuko" + }, + "まつわり付いた": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuita" + }, + "まつわり付いて": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuite" + }, + "組織立た": { + "w_type": "godan verb stem", + "romaji": "soshikidata" + }, + "組織立ち": { + "w_type": "godan verb stem", + "romaji": "soshikidachi" + }, + "組織立て": { + "w_type": "conjugated godan verb", + "romaji": "soshikidate" + }, + "組織立と": { + "w_type": "godan verb stem", + "romaji": "soshikidato" + }, + "組織立った": { + "w_type": "conjugated godan verb", + "romaji": "soshikidatta" + }, + "組織立って": { + "w_type": "conjugated godan verb", + "romaji": "soshikidatte" + }, + "洗い出さ": { + "w_type": "godan verb stem", + "romaji": "araidasa" + }, + "洗い出し": { + "w_type": "godan verb stem", + "romaji": "araidashi" + }, + "洗い出せ": { + "w_type": "conjugated godan verb", + "romaji": "araidase" + }, + "洗い出そ": { + "w_type": "godan verb stem", + "romaji": "araidaso" + }, + "洗い出した": { + "w_type": "conjugated godan verb", + "romaji": "araidashita" + }, + "洗い出して": { + "w_type": "conjugated godan verb", + "romaji": "araidashite" + }, + "書き落さ": { + "w_type": "godan verb stem", + "romaji": "kakiotosa" + }, + "書き落し": { + "w_type": "godan verb stem", + "romaji": "kakiotoshi" + }, + "書き落せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiotose" + }, + "書き落そ": { + "w_type": "godan verb stem", + "romaji": "kakiotoso" + }, + "書き落した": { + "w_type": "conjugated godan verb", + "romaji": "kakiotoshita" + }, + "書き落して": { + "w_type": "conjugated godan verb", + "romaji": "kakiotoshite" + }, + "跳ね飛ばさ": { + "w_type": "godan verb stem", + "romaji": "hanetobasa" + }, + "跳ね飛ばし": { + "w_type": "godan verb stem", + "romaji": "hanetobashi" + }, + "跳ね飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hanetobase" + }, + "跳ね飛ばそ": { + "w_type": "godan verb stem", + "romaji": "hanetobaso" + }, + "跳ね飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "hanetobashita" + }, + "跳ね飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "hanetobashite" + }, + "うち続か": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuka" + }, + "うち続き": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuki" + }, + "うち続け": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuke" + }, + "うち続こ": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuko" + }, + "うち続いた": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuita" + }, + "うち続いて": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuite" + }, + "出し惜しま": { + "w_type": "godan verb stem", + "romaji": "dashioshima" + }, + "出し惜しみ": { + "w_type": "godan verb stem", + "romaji": "dashioshimi" + }, + "出し惜しめ": { + "w_type": "conjugated godan verb", + "romaji": "dashioshime" + }, + "出し惜しも": { + "w_type": "godan verb stem", + "romaji": "dashioshimo" + }, + "出し惜しんだ": { + "w_type": "conjugated godan verb", + "romaji": "dashioshinda" + }, + "出し惜しんで": { + "w_type": "conjugated godan verb", + "romaji": "dashioshinde" + }, + "進ま": { + "w_type": "godan verb stem", + "romaji": "susuma" + }, + "進み": { + "w_type": "godan verb stem", + "romaji": "susumi" + }, + "進め": { + "w_type": "conjugated godan verb", + "romaji": "susume" + }, + "進も": { + "w_type": "godan verb stem", + "romaji": "susumo" + }, + "進んだ": { + "w_type": "conjugated godan verb", + "romaji": "susunda" + }, + "進んで": { + "w_type": "conjugated godan verb", + "romaji": "susunde" + }, + "入り組ま": { + "w_type": "godan verb stem", + "romaji": "irikuma" + }, + "入り組み": { + "w_type": "godan verb stem", + "romaji": "irikumi" + }, + "入り組め": { + "w_type": "conjugated godan verb", + "romaji": "irikume" + }, + "入り組も": { + "w_type": "godan verb stem", + "romaji": "irikumo" + }, + "入り組んだ": { + "w_type": "conjugated godan verb", + "romaji": "irikunda" + }, + "入り組んで": { + "w_type": "conjugated godan verb", + "romaji": "irikunde" + }, + "和ま": { + "w_type": "godan verb stem", + "romaji": "nagoma" + }, + "和み": { + "w_type": "godan verb stem", + "romaji": "nagomi" + }, + "和め": { + "w_type": "conjugated godan verb", + "romaji": "nagome" + }, + "和も": { + "w_type": "godan verb stem", + "romaji": "nagomo" + }, + "和んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagonda" + }, + "和んで": { + "w_type": "conjugated godan verb", + "romaji": "nagonde" + }, + "推し測ら": { + "w_type": "godan verb stem", + "romaji": "oshihakara" + }, + "推し測り": { + "w_type": "godan verb stem", + "romaji": "oshihakari" + }, + "推し測れ": { + "w_type": "conjugated godan verb", + "romaji": "oshihakare" + }, + "推し測ろ": { + "w_type": "godan verb stem", + "romaji": "oshihakaro" + }, + "推し測った": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatta" + }, + "推し測って": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatte" + }, + "拗ら": { + "w_type": "godan verb stem", + "romaji": "nejira" + }, + "拗り": { + "w_type": "godan verb stem", + "romaji": "nejiri" + }, + "拗れ": { + "w_type": "conjugated godan verb", + "romaji": "nejire" + }, + "拗ろ": { + "w_type": "godan verb stem", + "romaji": "nejiro" + }, + "拗った": { + "w_type": "conjugated godan verb", + "romaji": "nejitta" + }, + "拗って": { + "w_type": "conjugated godan verb", + "romaji": "nejitte" + }, + "刷り上がら": { + "w_type": "godan verb stem", + "romaji": "suriagara" + }, + "刷り上がり": { + "w_type": "godan verb stem", + "romaji": "suriagari" + }, + "刷り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "suriagare" + }, + "刷り上がろ": { + "w_type": "godan verb stem", + "romaji": "suriagaro" + }, + "刷り上がった": { + "w_type": "conjugated godan verb", + "romaji": "suriagatta" + }, + "刷り上がって": { + "w_type": "conjugated godan verb", + "romaji": "suriagatte" + }, + "熟さ": { + "w_type": "godan verb stem", + "romaji": "konasa" + }, + "熟し": { + "w_type": "godan verb stem", + "romaji": "konashi" + }, + "熟せ": { + "w_type": "conjugated godan verb", + "romaji": "konase" + }, + "熟そ": { + "w_type": "godan verb stem", + "romaji": "konaso" + }, + "熟した": { + "w_type": "conjugated godan verb", + "romaji": "konashita" + }, + "熟して": { + "w_type": "conjugated godan verb", + "romaji": "konashite" + }, + "取り残さ": { + "w_type": "godan verb stem", + "romaji": "torinokosa" + }, + "取り残し": { + "w_type": "godan verb stem", + "romaji": "torinokoshi" + }, + "取り残せ": { + "w_type": "conjugated godan verb", + "romaji": "torinokose" + }, + "取り残そ": { + "w_type": "godan verb stem", + "romaji": "torinokoso" + }, + "取り残した": { + "w_type": "conjugated godan verb", + "romaji": "torinokoshita" + }, + "取り残して": { + "w_type": "conjugated godan verb", + "romaji": "torinokoshite" + }, + "見舞わ": { + "w_type": "godan verb stem", + "romaji": "mimawa" + }, + "見舞い": { + "w_type": "godan verb stem", + "romaji": "mimai" + }, + "見舞え": { + "w_type": "conjugated godan verb", + "romaji": "mimae" + }, + "見舞お": { + "w_type": "godan verb stem", + "romaji": "mimao" + }, + "見舞った": { + "w_type": "conjugated godan verb", + "romaji": "mimatta" + }, + "見舞って": { + "w_type": "conjugated godan verb", + "romaji": "mimatte" + }, + "撃ち払わ": { + "w_type": "godan verb stem", + "romaji": "uchiharawa" + }, + "撃ち払い": { + "w_type": "godan verb stem", + "romaji": "uchiharai" + }, + "撃ち払え": { + "w_type": "conjugated godan verb", + "romaji": "uchiharae" + }, + "撃ち払お": { + "w_type": "godan verb stem", + "romaji": "uchiharao" + }, + "撃ち払った": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatta" + }, + "撃ち払って": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatte" + }, + "つり合わ": { + "w_type": "godan verb stem", + "romaji": "tsuriawa" + }, + "つり合い": { + "w_type": "godan verb stem", + "romaji": "tsuriai" + }, + "つり合え": { + "w_type": "conjugated godan verb", + "romaji": "tsuriae" + }, + "つり合お": { + "w_type": "godan verb stem", + "romaji": "tsuriao" + }, + "つり合った": { + "w_type": "conjugated godan verb", + "romaji": "tsuriatta" + }, + "つり合って": { + "w_type": "conjugated godan verb", + "romaji": "tsuriatte" + }, + "込みあわ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "込みあい": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "込みあえ": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "込みあお": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "込みあった": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "込みあって": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "卸さ": { + "w_type": "godan verb stem", + "romaji": "orosa" + }, + "卸し": { + "w_type": "godan verb stem", + "romaji": "oroshi" + }, + "卸せ": { + "w_type": "conjugated godan verb", + "romaji": "orose" + }, + "卸そ": { + "w_type": "godan verb stem", + "romaji": "oroso" + }, + "卸した": { + "w_type": "conjugated godan verb", + "romaji": "oroshita" + }, + "卸して": { + "w_type": "conjugated godan verb", + "romaji": "oroshite" + }, + "ひた走ら": { + "w_type": "godan verb stem", + "romaji": "hitahashira" + }, + "ひた走り": { + "w_type": "godan verb stem", + "romaji": "hitahashiri" + }, + "ひた走れ": { + "w_type": "conjugated godan verb", + "romaji": "hitahashire" + }, + "ひた走ろ": { + "w_type": "godan verb stem", + "romaji": "hitahashiro" + }, + "ひた走った": { + "w_type": "conjugated godan verb", + "romaji": "hitahashitta" + }, + "ひた走って": { + "w_type": "conjugated godan verb", + "romaji": "hitahashitte" + }, + "見過さ": { + "w_type": "godan verb stem", + "romaji": "misugosa" + }, + "見過し": { + "w_type": "godan verb stem", + "romaji": "misugoshi" + }, + "見過せ": { + "w_type": "conjugated godan verb", + "romaji": "misugose" + }, + "見過そ": { + "w_type": "godan verb stem", + "romaji": "misugoso" + }, + "見過した": { + "w_type": "conjugated godan verb", + "romaji": "misugoshita" + }, + "見過して": { + "w_type": "conjugated godan verb", + "romaji": "misugoshite" + }, + "狩出さ": { + "w_type": "godan verb stem", + "romaji": "karidasa" + }, + "狩出し": { + "w_type": "godan verb stem", + "romaji": "karidashi" + }, + "狩出せ": { + "w_type": "conjugated godan verb", + "romaji": "karidase" + }, + "狩出そ": { + "w_type": "godan verb stem", + "romaji": "karidaso" + }, + "狩出した": { + "w_type": "conjugated godan verb", + "romaji": "karidashita" + }, + "狩出して": { + "w_type": "conjugated godan verb", + "romaji": "karidashite" + }, + "使い倒さ": { + "w_type": "godan verb stem", + "romaji": "tsukaitaosa" + }, + "使い倒し": { + "w_type": "godan verb stem", + "romaji": "tsukaitaoshi" + }, + "使い倒せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaitaose" + }, + "使い倒そ": { + "w_type": "godan verb stem", + "romaji": "tsukaitaoso" + }, + "使い倒した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaitaoshita" + }, + "使い倒して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaitaoshite" + }, + "はだ脱が": { + "w_type": "godan verb stem", + "romaji": "hadanuga" + }, + "はだ脱ぎ": { + "w_type": "godan verb stem", + "romaji": "hadanugi" + }, + "はだ脱げ": { + "w_type": "conjugated godan verb", + "romaji": "hadanuge" + }, + "はだ脱ご": { + "w_type": "godan verb stem", + "romaji": "hadanugo" + }, + "はだ脱いだ": { + "w_type": "conjugated godan verb", + "romaji": "hadanuida" + }, + "はだ脱いで": { + "w_type": "conjugated godan verb", + "romaji": "hadanuide" + }, + "噛み千切ら": { + "w_type": "godan verb stem", + "romaji": "kamichigira" + }, + "噛み千切り": { + "w_type": "godan verb stem", + "romaji": "kamichigiri" + }, + "噛み千切れ": { + "w_type": "conjugated godan verb", + "romaji": "kamichigire" + }, + "噛み千切ろ": { + "w_type": "godan verb stem", + "romaji": "kamichigiro" + }, + "噛み千切った": { + "w_type": "conjugated godan verb", + "romaji": "kamichigitta" + }, + "噛み千切って": { + "w_type": "conjugated godan verb", + "romaji": "kamichigitte" + }, + "読みきら": { + "w_type": "godan verb stem", + "romaji": "yomikira" + }, + "読みきり": { + "w_type": "godan verb stem", + "romaji": "yomikiri" + }, + "読みきれ": { + "w_type": "conjugated godan verb", + "romaji": "yomikire" + }, + "読みきろ": { + "w_type": "godan verb stem", + "romaji": "yomikiro" + }, + "読みきった": { + "w_type": "conjugated godan verb", + "romaji": "yomikitta" + }, + "読みきって": { + "w_type": "conjugated godan verb", + "romaji": "yomikitte" + }, + "でんぐり返ら": { + "w_type": "godan verb stem", + "romaji": "dengurigaera" + }, + "でんぐり返り": { + "w_type": "godan verb stem", + "romaji": "dengurigaeri" + }, + "でんぐり返れ": { + "w_type": "conjugated godan verb", + "romaji": "dengurigaere" + }, + "でんぐり返ろ": { + "w_type": "godan verb stem", + "romaji": "dengurigaero" + }, + "でんぐり返った": { + "w_type": "conjugated godan verb", + "romaji": "dengurigaetta" + }, + "でんぐり返って": { + "w_type": "conjugated godan verb", + "romaji": "dengurigaette" + }, + "煎りつか": { + "w_type": "godan verb stem", + "romaji": "iritsuka" + }, + "煎りつき": { + "w_type": "godan verb stem", + "romaji": "iritsuki" + }, + "煎りつけ": { + "w_type": "conjugated godan verb", + "romaji": "iritsuke" + }, + "煎りつこ": { + "w_type": "godan verb stem", + "romaji": "iritsuko" + }, + "煎りついた": { + "w_type": "conjugated godan verb", + "romaji": "iritsuita" + }, + "煎りついて": { + "w_type": "conjugated godan verb", + "romaji": "iritsuite" + }, + "ぶち砕か": { + "w_type": "godan verb stem", + "romaji": "uchikudaka" + }, + "ぶち砕き": { + "w_type": "godan verb stem", + "romaji": "uchikudaki" + }, + "ぶち砕け": { + "w_type": "conjugated godan verb", + "romaji": "uchikudake" + }, + "ぶち砕こ": { + "w_type": "godan verb stem", + "romaji": "uchikudako" + }, + "ぶち砕いた": { + "w_type": "conjugated godan verb", + "romaji": "uchikudaita" + }, + "ぶち砕いて": { + "w_type": "conjugated godan verb", + "romaji": "uchikudaite" + }, + "列ば": { + "w_type": "godan verb stem", + "romaji": "naraba" + }, + "列び": { + "w_type": "godan verb stem", + "romaji": "narabi" + }, + "列べ": { + "w_type": "conjugated godan verb", + "romaji": "narabe" + }, + "列ぼ": { + "w_type": "godan verb stem", + "romaji": "narabo" + }, + "列んだ": { + "w_type": "conjugated godan verb", + "romaji": "naranda" + }, + "列んで": { + "w_type": "conjugated godan verb", + "romaji": "narande" + }, + "責っ付か": { + "w_type": "godan verb stem", + "romaji": "settsuka" + }, + "責っ付き": { + "w_type": "godan verb stem", + "romaji": "settsuki" + }, + "責っ付け": { + "w_type": "conjugated godan verb", + "romaji": "settsuke" + }, + "責っ付こ": { + "w_type": "godan verb stem", + "romaji": "settsuko" + }, + "責っ付いた": { + "w_type": "conjugated godan verb", + "romaji": "settsuita" + }, + "責っ付いて": { + "w_type": "conjugated godan verb", + "romaji": "settsuite" + }, + "ぬぐい去ら": { + "w_type": "godan verb stem", + "romaji": "nuguisara" + }, + "ぬぐい去り": { + "w_type": "godan verb stem", + "romaji": "nuguisari" + }, + "ぬぐい去れ": { + "w_type": "conjugated godan verb", + "romaji": "nuguisare" + }, + "ぬぐい去ろ": { + "w_type": "godan verb stem", + "romaji": "nuguisaro" + }, + "ぬぐい去った": { + "w_type": "conjugated godan verb", + "romaji": "nuguisatta" + }, + "ぬぐい去って": { + "w_type": "conjugated godan verb", + "romaji": "nuguisatte" + }, + "織り交ざら": { + "w_type": "godan verb stem", + "romaji": "orimazara" + }, + "織り交ざり": { + "w_type": "godan verb stem", + "romaji": "orimazari" + }, + "織り交ざれ": { + "w_type": "conjugated godan verb", + "romaji": "orimazare" + }, + "織り交ざろ": { + "w_type": "godan verb stem", + "romaji": "orimazaro" + }, + "織り交ざった": { + "w_type": "conjugated godan verb", + "romaji": "orimazatta" + }, + "織り交ざって": { + "w_type": "conjugated godan verb", + "romaji": "orimazatte" + }, + "灯ら": { + "w_type": "godan verb stem", + "romaji": "tomora" + }, + "灯り": { + "w_type": "godan verb stem", + "romaji": "tomori" + }, + "灯れ": { + "w_type": "conjugated godan verb", + "romaji": "tomore" + }, + "灯ろ": { + "w_type": "godan verb stem", + "romaji": "tomoro" + }, + "灯った": { + "w_type": "conjugated godan verb", + "romaji": "tomotta" + }, + "灯って": { + "w_type": "conjugated godan verb", + "romaji": "tomotte" + }, + "拗らさ": { + "w_type": "godan verb stem", + "romaji": "kojirasa" + }, + "拗らし": { + "w_type": "godan verb stem", + "romaji": "kojirashi" + }, + "拗らせ": { + "w_type": "conjugated godan verb", + "romaji": "kojirase" + }, + "拗らそ": { + "w_type": "godan verb stem", + "romaji": "kojiraso" + }, + "拗らした": { + "w_type": "conjugated godan verb", + "romaji": "kojirashita" + }, + "拗らして": { + "w_type": "conjugated godan verb", + "romaji": "kojirashite" + }, + "哀れま": { + "w_type": "godan verb stem", + "romaji": "awarema" + }, + "哀れみ": { + "w_type": "godan verb stem", + "romaji": "awaremi" + }, + "哀れめ": { + "w_type": "conjugated godan verb", + "romaji": "awareme" + }, + "哀れも": { + "w_type": "godan verb stem", + "romaji": "awaremo" + }, + "哀れんだ": { + "w_type": "conjugated godan verb", + "romaji": "awarenda" + }, + "哀れんで": { + "w_type": "conjugated godan verb", + "romaji": "awarende" + }, + "乳くり合わ": { + "w_type": "godan verb stem", + "romaji": "chichikuriawa" + }, + "乳くり合い": { + "w_type": "godan verb stem", + "romaji": "chichikuriai" + }, + "乳くり合え": { + "w_type": "conjugated godan verb", + "romaji": "chichikuriae" + }, + "乳くり合お": { + "w_type": "godan verb stem", + "romaji": "chichikuriao" + }, + "乳くり合った": { + "w_type": "conjugated godan verb", + "romaji": "chichikuriatta" + }, + "乳くり合って": { + "w_type": "conjugated godan verb", + "romaji": "chichikuriatte" + }, + "諱ま": { + "w_type": "godan verb stem", + "romaji": "ima" + }, + "諱み": { + "w_type": "godan verb stem", + "romaji": "imi" + }, + "諱め": { + "w_type": "conjugated godan verb", + "romaji": "ime" + }, + "諱も": { + "w_type": "godan verb stem", + "romaji": "imo" + }, + "諱んだ": { + "w_type": "conjugated godan verb", + "romaji": "inda" + }, + "諱んで": { + "w_type": "conjugated godan verb", + "romaji": "inde" + }, + "僻ま": { + "w_type": "godan verb stem", + "romaji": "higama" + }, + "僻み": { + "w_type": "godan verb stem", + "romaji": "higami" + }, + "僻め": { + "w_type": "conjugated godan verb", + "romaji": "higame" + }, + "僻も": { + "w_type": "godan verb stem", + "romaji": "higamo" + }, + "僻んだ": { + "w_type": "conjugated godan verb", + "romaji": "higanda" + }, + "僻んで": { + "w_type": "conjugated godan verb", + "romaji": "higande" + }, + "面食らわ": { + "w_type": "godan verb stem", + "romaji": "menkurawa" + }, + "面食らい": { + "w_type": "godan verb stem", + "romaji": "menkurai" + }, + "面食らえ": { + "w_type": "conjugated godan verb", + "romaji": "menkurae" + }, + "面食らお": { + "w_type": "godan verb stem", + "romaji": "menkurao" + }, + "面食らった": { + "w_type": "conjugated godan verb", + "romaji": "menkuratta" + }, + "面食らって": { + "w_type": "conjugated godan verb", + "romaji": "menkuratte" + }, + "たち働か": { + "w_type": "godan verb stem", + "romaji": "tachihataraka" + }, + "たち働き": { + "w_type": "godan verb stem", + "romaji": "tachihataraki" + }, + "たち働け": { + "w_type": "conjugated godan verb", + "romaji": "tachihatarake" + }, + "たち働こ": { + "w_type": "godan verb stem", + "romaji": "tachihatarako" + }, + "たち働いた": { + "w_type": "conjugated godan verb", + "romaji": "tachihataraita" + }, + "たち働いて": { + "w_type": "conjugated godan verb", + "romaji": "tachihataraite" + }, + "降注が": { + "w_type": "godan verb stem", + "romaji": "furisosoga" + }, + "降注ぎ": { + "w_type": "godan verb stem", + "romaji": "furisosogi" + }, + "降注げ": { + "w_type": "conjugated godan verb", + "romaji": "furisosoge" + }, + "降注ご": { + "w_type": "godan verb stem", + "romaji": "furisosogo" + }, + "降注いだ": { + "w_type": "conjugated godan verb", + "romaji": "furisosoida" + }, + "降注いで": { + "w_type": "conjugated godan verb", + "romaji": "furisosoide" + }, + "打ち毀さ": { + "w_type": "godan verb stem", + "romaji": "buchikowasa" + }, + "打ち毀し": { + "w_type": "godan verb stem", + "romaji": "buchikowashi" + }, + "打ち毀せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikowase" + }, + "打ち毀そ": { + "w_type": "godan verb stem", + "romaji": "buchikowaso" + }, + "打ち毀した": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashita" + }, + "打ち毀して": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashite" + }, + "治ら": { + "w_type": "godan verb stem", + "romaji": "naora" + }, + "治り": { + "w_type": "godan verb stem", + "romaji": "naori" + }, + "治れ": { + "w_type": "conjugated godan verb", + "romaji": "naore" + }, + "治ろ": { + "w_type": "godan verb stem", + "romaji": "naoro" + }, + "治った": { + "w_type": "conjugated godan verb", + "romaji": "naotta" + }, + "治って": { + "w_type": "conjugated godan verb", + "romaji": "naotte" + }, + "圧し掛から": { + "w_type": "godan verb stem", + "romaji": "noshikakara" + }, + "圧し掛かり": { + "w_type": "godan verb stem", + "romaji": "noshikakari" + }, + "圧し掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "noshikakare" + }, + "圧し掛かろ": { + "w_type": "godan verb stem", + "romaji": "noshikakaro" + }, + "圧し掛かった": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatta" + }, + "圧し掛かって": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatte" + }, + "酔いつぶさ": { + "w_type": "godan verb stem", + "romaji": "yoitsubusa" + }, + "酔いつぶし": { + "w_type": "godan verb stem", + "romaji": "yoitsubushi" + }, + "酔いつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "yoitsubuse" + }, + "酔いつぶそ": { + "w_type": "godan verb stem", + "romaji": "yoitsubuso" + }, + "酔いつぶした": { + "w_type": "conjugated godan verb", + "romaji": "yoitsubushita" + }, + "酔いつぶして": { + "w_type": "conjugated godan verb", + "romaji": "yoitsubushite" + }, + "尖がら": { + "w_type": "godan verb stem", + "romaji": "togara" + }, + "尖がり": { + "w_type": "godan verb stem", + "romaji": "togari" + }, + "尖がれ": { + "w_type": "conjugated godan verb", + "romaji": "togare" + }, + "尖がろ": { + "w_type": "godan verb stem", + "romaji": "togaro" + }, + "尖がった": { + "w_type": "conjugated godan verb", + "romaji": "togatta" + }, + "尖がって": { + "w_type": "conjugated godan verb", + "romaji": "togatte" + }, + "分捕ら": { + "w_type": "godan verb stem", + "romaji": "bundora" + }, + "分捕り": { + "w_type": "godan verb stem", + "romaji": "bundori" + }, + "分捕れ": { + "w_type": "conjugated godan verb", + "romaji": "bundore" + }, + "分捕ろ": { + "w_type": "godan verb stem", + "romaji": "bundoro" + }, + "分捕った": { + "w_type": "conjugated godan verb", + "romaji": "bundotta" + }, + "分捕って": { + "w_type": "conjugated godan verb", + "romaji": "bundotte" + }, + "鬩ぎ合わ": { + "w_type": "godan verb stem", + "romaji": "semegiawa" + }, + "鬩ぎ合い": { + "w_type": "godan verb stem", + "romaji": "semegiai" + }, + "鬩ぎ合え": { + "w_type": "conjugated godan verb", + "romaji": "semegiae" + }, + "鬩ぎ合お": { + "w_type": "godan verb stem", + "romaji": "semegiao" + }, + "鬩ぎ合った": { + "w_type": "conjugated godan verb", + "romaji": "semegiatta" + }, + "鬩ぎ合って": { + "w_type": "conjugated godan verb", + "romaji": "semegiatte" + }, + "訓ま": { + "w_type": "godan verb stem", + "romaji": "yoma" + }, + "訓み": { + "w_type": "godan verb stem", + "romaji": "yomi" + }, + "訓め": { + "w_type": "conjugated godan verb", + "romaji": "yome" + }, + "訓も": { + "w_type": "godan verb stem", + "romaji": "yomo" + }, + "訓んだ": { + "w_type": "conjugated godan verb", + "romaji": "yonda" + }, + "訓んで": { + "w_type": "conjugated godan verb", + "romaji": "yonde" + }, + "纏わ": { + "w_type": "godan verb stem", + "romaji": "matowa" + }, + "纏い": { + "w_type": "godan verb stem", + "romaji": "matoi" + }, + "纏え": { + "w_type": "conjugated godan verb", + "romaji": "matoe" + }, + "纏お": { + "w_type": "godan verb stem", + "romaji": "matoo" + }, + "纏った": { + "w_type": "conjugated godan verb", + "romaji": "matotta" + }, + "纏って": { + "w_type": "conjugated godan verb", + "romaji": "matotte" + }, + "読み誤ら": { + "w_type": "godan verb stem", + "romaji": "yomiayamara" + }, + "読み誤り": { + "w_type": "godan verb stem", + "romaji": "yomiayamari" + }, + "読み誤れ": { + "w_type": "conjugated godan verb", + "romaji": "yomiayamare" + }, + "読み誤ろ": { + "w_type": "godan verb stem", + "romaji": "yomiayamaro" + }, + "読み誤った": { + "w_type": "conjugated godan verb", + "romaji": "yomiayamatta" + }, + "読み誤って": { + "w_type": "conjugated godan verb", + "romaji": "yomiayamatte" + }, + "阿ねら": { + "w_type": "godan verb stem", + "romaji": "omonera" + }, + "阿ねり": { + "w_type": "godan verb stem", + "romaji": "omoneri" + }, + "阿ねれ": { + "w_type": "conjugated godan verb", + "romaji": "omonere" + }, + "阿ねろ": { + "w_type": "godan verb stem", + "romaji": "omonero" + }, + "阿ねった": { + "w_type": "conjugated godan verb", + "romaji": "omonetta" + }, + "阿ねって": { + "w_type": "conjugated godan verb", + "romaji": "omonette" + }, + "回り込ま": { + "w_type": "godan verb stem", + "romaji": "mawarikoma" + }, + "回り込み": { + "w_type": "godan verb stem", + "romaji": "mawarikomi" + }, + "回り込め": { + "w_type": "conjugated godan verb", + "romaji": "mawarikome" + }, + "回り込も": { + "w_type": "godan verb stem", + "romaji": "mawarikomo" + }, + "回り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mawarikonda" + }, + "回り込んで": { + "w_type": "conjugated godan verb", + "romaji": "mawarikonde" + }, + "勝ち放さ": { + "w_type": "godan verb stem", + "romaji": "kachihanasa" + }, + "勝ち放し": { + "w_type": "godan verb stem", + "romaji": "kachihanashi" + }, + "勝ち放せ": { + "w_type": "conjugated godan verb", + "romaji": "kachihanase" + }, + "勝ち放そ": { + "w_type": "godan verb stem", + "romaji": "kachihanaso" + }, + "勝ち放した": { + "w_type": "conjugated godan verb", + "romaji": "kachihanashita" + }, + "勝ち放して": { + "w_type": "conjugated godan verb", + "romaji": "kachihanashite" + }, + "笑わかさ": { + "w_type": "godan verb stem", + "romaji": "warawakasa" + }, + "笑わかし": { + "w_type": "godan verb stem", + "romaji": "warawakashi" + }, + "笑わかせ": { + "w_type": "conjugated godan verb", + "romaji": "warawakase" + }, + "笑わかそ": { + "w_type": "godan verb stem", + "romaji": "warawakaso" + }, + "笑わかした": { + "w_type": "conjugated godan verb", + "romaji": "warawakashita" + }, + "笑わかして": { + "w_type": "conjugated godan verb", + "romaji": "warawakashite" + }, + "死に変ら": { + "w_type": "godan verb stem", + "romaji": "shinikawara" + }, + "死に変り": { + "w_type": "godan verb stem", + "romaji": "shinikawari" + }, + "死に変れ": { + "w_type": "conjugated godan verb", + "romaji": "shinikaware" + }, + "死に変ろ": { + "w_type": "godan verb stem", + "romaji": "shinikawaro" + }, + "死に変った": { + "w_type": "conjugated godan verb", + "romaji": "shinikawatta" + }, + "死に変って": { + "w_type": "conjugated godan verb", + "romaji": "shinikawatte" + }, + "略さ": { + "w_type": "godan verb stem", + "romaji": "ryakusa" + }, + "略し": { + "w_type": "godan verb stem", + "romaji": "ryakushi" + }, + "略せ": { + "w_type": "conjugated godan verb", + "romaji": "ryakuse" + }, + "略そ": { + "w_type": "godan verb stem", + "romaji": "ryakuso" + }, + "略した": { + "w_type": "conjugated godan verb", + "romaji": "ryakushita" + }, + "略して": { + "w_type": "conjugated godan verb", + "romaji": "ryakushite" + }, + "燃え上がら": { + "w_type": "godan verb stem", + "romaji": "moeagara" + }, + "燃え上がり": { + "w_type": "godan verb stem", + "romaji": "moeagari" + }, + "燃え上がれ": { + "w_type": "conjugated godan verb", + "romaji": "moeagare" + }, + "燃え上がろ": { + "w_type": "godan verb stem", + "romaji": "moeagaro" + }, + "燃え上がった": { + "w_type": "conjugated godan verb", + "romaji": "moeagatta" + }, + "燃え上がって": { + "w_type": "conjugated godan verb", + "romaji": "moeagatte" + }, + "分ちあわ": { + "w_type": "godan verb stem", + "romaji": "wakachiawa" + }, + "分ちあい": { + "w_type": "godan verb stem", + "romaji": "wakachiai" + }, + "分ちあえ": { + "w_type": "conjugated godan verb", + "romaji": "wakachiae" + }, + "分ちあお": { + "w_type": "godan verb stem", + "romaji": "wakachiao" + }, + "分ちあった": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatta" + }, + "分ちあって": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatte" + }, + "述べ合わ": { + "w_type": "godan verb stem", + "romaji": "nobeawa" + }, + "述べ合い": { + "w_type": "godan verb stem", + "romaji": "nobeai" + }, + "述べ合え": { + "w_type": "conjugated godan verb", + "romaji": "nobeae" + }, + "述べ合お": { + "w_type": "godan verb stem", + "romaji": "nobeao" + }, + "述べ合った": { + "w_type": "conjugated godan verb", + "romaji": "nobeatta" + }, + "述べ合って": { + "w_type": "conjugated godan verb", + "romaji": "nobeatte" + }, + "踊り狂わ": { + "w_type": "godan verb stem", + "romaji": "odorikuruwa" + }, + "踊り狂い": { + "w_type": "godan verb stem", + "romaji": "odorikurui" + }, + "踊り狂え": { + "w_type": "conjugated godan verb", + "romaji": "odorikurue" + }, + "踊り狂お": { + "w_type": "godan verb stem", + "romaji": "odorikuruo" + }, + "踊り狂った": { + "w_type": "conjugated godan verb", + "romaji": "odorikurutta" + }, + "踊り狂って": { + "w_type": "conjugated godan verb", + "romaji": "odorikurutte" + }, + "届か": { + "w_type": "godan verb stem", + "romaji": "todoka" + }, + "届き": { + "w_type": "godan verb stem", + "romaji": "todoki" + }, + "届け": { + "w_type": "conjugated godan verb", + "romaji": "todoke" + }, + "届こ": { + "w_type": "godan verb stem", + "romaji": "todoko" + }, + "届いた": { + "w_type": "conjugated godan verb", + "romaji": "todoita" + }, + "届いて": { + "w_type": "conjugated godan verb", + "romaji": "todoite" + }, + "噛砕か": { + "w_type": "godan verb stem", + "romaji": "kamikudaka" + }, + "噛砕き": { + "w_type": "godan verb stem", + "romaji": "kamikudaki" + }, + "噛砕け": { + "w_type": "conjugated godan verb", + "romaji": "kamikudake" + }, + "噛砕こ": { + "w_type": "godan verb stem", + "romaji": "kamikudako" + }, + "噛砕いた": { + "w_type": "conjugated godan verb", + "romaji": "kamikudaita" + }, + "噛砕いて": { + "w_type": "conjugated godan verb", + "romaji": "kamikudaite" + }, + "撃払わ": { + "w_type": "godan verb stem", + "romaji": "uchiharawa" + }, + "撃払い": { + "w_type": "godan verb stem", + "romaji": "uchiharai" + }, + "撃払え": { + "w_type": "conjugated godan verb", + "romaji": "uchiharae" + }, + "撃払お": { + "w_type": "godan verb stem", + "romaji": "uchiharao" + }, + "撃払った": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatta" + }, + "撃払って": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatte" + }, + "役だた": { + "w_type": "godan verb stem", + "romaji": "yakudata" + }, + "役だち": { + "w_type": "godan verb stem", + "romaji": "yakudachi" + }, + "役だて": { + "w_type": "conjugated godan verb", + "romaji": "yakudate" + }, + "役だと": { + "w_type": "godan verb stem", + "romaji": "yakudato" + }, + "役だった": { + "w_type": "conjugated godan verb", + "romaji": "yakudatta" + }, + "役だって": { + "w_type": "conjugated godan verb", + "romaji": "yakudatte" + }, + "巻き込ま": { + "w_type": "godan verb stem", + "romaji": "makikoma" + }, + "巻き込み": { + "w_type": "godan verb stem", + "romaji": "makikomi" + }, + "巻き込め": { + "w_type": "conjugated godan verb", + "romaji": "makikome" + }, + "巻き込も": { + "w_type": "godan verb stem", + "romaji": "makikomo" + }, + "巻き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "makikonda" + }, + "巻き込んで": { + "w_type": "conjugated godan verb", + "romaji": "makikonde" + }, + "給わら": { + "w_type": "godan verb stem", + "romaji": "tamawara" + }, + "給わり": { + "w_type": "godan verb stem", + "romaji": "tamawari" + }, + "給われ": { + "w_type": "conjugated godan verb", + "romaji": "tamaware" + }, + "給わろ": { + "w_type": "godan verb stem", + "romaji": "tamawaro" + }, + "給わった": { + "w_type": "conjugated godan verb", + "romaji": "tamawatta" + }, + "給わって": { + "w_type": "conjugated godan verb", + "romaji": "tamawatte" + }, + "償わ": { + "w_type": "godan verb stem", + "romaji": "tsugunawa" + }, + "償い": { + "w_type": "godan verb stem", + "romaji": "tsugunai" + }, + "償え": { + "w_type": "conjugated godan verb", + "romaji": "tsugunae" + }, + "償お": { + "w_type": "godan verb stem", + "romaji": "tsugunao" + }, + "償った": { + "w_type": "conjugated godan verb", + "romaji": "tsugunatta" + }, + "償って": { + "w_type": "conjugated godan verb", + "romaji": "tsugunatte" + }, + "揺り動か": { + "w_type": "godan verb stem", + "romaji": "yuriugoka" + }, + "揺り動き": { + "w_type": "godan verb stem", + "romaji": "yuriugoki" + }, + "揺り動け": { + "w_type": "conjugated godan verb", + "romaji": "yuriugoke" + }, + "揺り動こ": { + "w_type": "godan verb stem", + "romaji": "yuriugoko" + }, + "揺り動いた": { + "w_type": "conjugated godan verb", + "romaji": "yuriugoita" + }, + "揺り動いて": { + "w_type": "conjugated godan verb", + "romaji": "yuriugoite" + }, + "引継が": { + "w_type": "godan verb stem", + "romaji": "hikitsuga" + }, + "引継ぎ": { + "w_type": "godan verb stem", + "romaji": "hikitsugi" + }, + "引継げ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuge" + }, + "引継ご": { + "w_type": "godan verb stem", + "romaji": "hikitsugo" + }, + "引継いだ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuida" + }, + "引継いで": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuide" + }, + "繕わ": { + "w_type": "godan verb stem", + "romaji": "tsukurowa" + }, + "繕い": { + "w_type": "godan verb stem", + "romaji": "tsukuroi" + }, + "繕え": { + "w_type": "conjugated godan verb", + "romaji": "tsukuroe" + }, + "繕お": { + "w_type": "godan verb stem", + "romaji": "tsukuroo" + }, + "繕った": { + "w_type": "conjugated godan verb", + "romaji": "tsukurotta" + }, + "繕って": { + "w_type": "conjugated godan verb", + "romaji": "tsukurotte" + }, + "討ち合わ": { + "w_type": "godan verb stem", + "romaji": "uchiawa" + }, + "討ち合い": { + "w_type": "godan verb stem", + "romaji": "uchiai" + }, + "討ち合え": { + "w_type": "conjugated godan verb", + "romaji": "uchiae" + }, + "討ち合お": { + "w_type": "godan verb stem", + "romaji": "uchiao" + }, + "討ち合った": { + "w_type": "conjugated godan verb", + "romaji": "uchiatta" + }, + "討ち合って": { + "w_type": "conjugated godan verb", + "romaji": "uchiatte" + }, + "掛け合わ": { + "w_type": "godan verb stem", + "romaji": "kakeawa" + }, + "掛け合い": { + "w_type": "godan verb stem", + "romaji": "kakeai" + }, + "掛け合え": { + "w_type": "conjugated godan verb", + "romaji": "kakeae" + }, + "掛け合お": { + "w_type": "godan verb stem", + "romaji": "kakeao" + }, + "掛け合った": { + "w_type": "conjugated godan verb", + "romaji": "kakeatta" + }, + "掛け合って": { + "w_type": "conjugated godan verb", + "romaji": "kakeatte" + }, + "むせび泣か": { + "w_type": "godan verb stem", + "romaji": "musebinaka" + }, + "むせび泣き": { + "w_type": "godan verb stem", + "romaji": "musebinaki" + }, + "むせび泣け": { + "w_type": "conjugated godan verb", + "romaji": "musebinake" + }, + "むせび泣こ": { + "w_type": "godan verb stem", + "romaji": "musebinako" + }, + "むせび泣いた": { + "w_type": "conjugated godan verb", + "romaji": "musebinaita" + }, + "むせび泣いて": { + "w_type": "conjugated godan verb", + "romaji": "musebinaite" + }, + "眺め遣ら": { + "w_type": "godan verb stem", + "romaji": "nagameyara" + }, + "眺め遣り": { + "w_type": "godan verb stem", + "romaji": "nagameyari" + }, + "眺め遣れ": { + "w_type": "conjugated godan verb", + "romaji": "nagameyare" + }, + "眺め遣ろ": { + "w_type": "godan verb stem", + "romaji": "nagameyaro" + }, + "眺め遣った": { + "w_type": "conjugated godan verb", + "romaji": "nagameyatta" + }, + "眺め遣って": { + "w_type": "conjugated godan verb", + "romaji": "nagameyatte" + }, + "見繕わ": { + "w_type": "godan verb stem", + "romaji": "mitsukurowa" + }, + "見繕い": { + "w_type": "godan verb stem", + "romaji": "mitsukuroi" + }, + "見繕え": { + "w_type": "conjugated godan verb", + "romaji": "mitsukuroe" + }, + "見繕お": { + "w_type": "godan verb stem", + "romaji": "mitsukuroo" + }, + "見繕った": { + "w_type": "conjugated godan verb", + "romaji": "mitsukurotta" + }, + "見繕って": { + "w_type": "conjugated godan verb", + "romaji": "mitsukurotte" + }, + "溢れかえら": { + "w_type": "godan verb stem", + "romaji": "afurekaera" + }, + "溢れかえり": { + "w_type": "godan verb stem", + "romaji": "afurekaeri" + }, + "溢れかえれ": { + "w_type": "conjugated godan verb", + "romaji": "afurekaere" + }, + "溢れかえろ": { + "w_type": "godan verb stem", + "romaji": "afurekaero" + }, + "溢れかえった": { + "w_type": "conjugated godan verb", + "romaji": "afurekaetta" + }, + "溢れかえって": { + "w_type": "conjugated godan verb", + "romaji": "afurekaette" + }, + "抱き下ろさ": { + "w_type": "godan verb stem", + "romaji": "dakiorosa" + }, + "抱き下ろし": { + "w_type": "godan verb stem", + "romaji": "dakioroshi" + }, + "抱き下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "dakiorose" + }, + "抱き下ろそ": { + "w_type": "godan verb stem", + "romaji": "dakioroso" + }, + "抱き下ろした": { + "w_type": "conjugated godan verb", + "romaji": "dakioroshita" + }, + "抱き下ろして": { + "w_type": "conjugated godan verb", + "romaji": "dakioroshite" + }, + "粧わ": { + "w_type": "godan verb stem", + "romaji": "yosoowa" + }, + "粧い": { + "w_type": "godan verb stem", + "romaji": "yosooi" + }, + "粧え": { + "w_type": "conjugated godan verb", + "romaji": "yosooe" + }, + "粧お": { + "w_type": "godan verb stem", + "romaji": "yosooo" + }, + "粧った": { + "w_type": "conjugated godan verb", + "romaji": "yosootta" + }, + "粧って": { + "w_type": "conjugated godan verb", + "romaji": "yosootte" + }, + "平伏さ": { + "w_type": "godan verb stem", + "romaji": "hirefusa" + }, + "平伏し": { + "w_type": "godan verb stem", + "romaji": "hirefushi" + }, + "平伏せ": { + "w_type": "conjugated godan verb", + "romaji": "hirefuse" + }, + "平伏そ": { + "w_type": "godan verb stem", + "romaji": "hirefuso" + }, + "平伏した": { + "w_type": "conjugated godan verb", + "romaji": "hirefushita" + }, + "平伏して": { + "w_type": "conjugated godan verb", + "romaji": "hirefushite" + }, + "ほじくり返さ": { + "w_type": "godan verb stem", + "romaji": "hojikurikaesa" + }, + "ほじくり返し": { + "w_type": "godan verb stem", + "romaji": "hojikurikaeshi" + }, + "ほじくり返せ": { + "w_type": "conjugated godan verb", + "romaji": "hojikurikaese" + }, + "ほじくり返そ": { + "w_type": "godan verb stem", + "romaji": "hojikurikaeso" + }, + "ほじくり返した": { + "w_type": "conjugated godan verb", + "romaji": "hojikurikaeshita" + }, + "ほじくり返して": { + "w_type": "conjugated godan verb", + "romaji": "hojikurikaeshite" + }, + "暖まら": { + "w_type": "godan verb stem", + "romaji": "atatamara" + }, + "暖まり": { + "w_type": "godan verb stem", + "romaji": "atatamari" + }, + "暖まれ": { + "w_type": "conjugated godan verb", + "romaji": "atatamare" + }, + "暖まろ": { + "w_type": "godan verb stem", + "romaji": "atatamaro" + }, + "暖まった": { + "w_type": "conjugated godan verb", + "romaji": "atatamatta" + }, + "暖まって": { + "w_type": "conjugated godan verb", + "romaji": "atatamatte" + }, + "捜し出さ": { + "w_type": "godan verb stem", + "romaji": "sagashidasa" + }, + "捜し出し": { + "w_type": "godan verb stem", + "romaji": "sagashidashi" + }, + "捜し出せ": { + "w_type": "conjugated godan verb", + "romaji": "sagashidase" + }, + "捜し出そ": { + "w_type": "godan verb stem", + "romaji": "sagashidaso" + }, + "捜し出した": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashita" + }, + "捜し出して": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashite" + }, + "慶ば": { + "w_type": "godan verb stem", + "romaji": "yorokoba" + }, + "慶び": { + "w_type": "godan verb stem", + "romaji": "yorokobi" + }, + "慶べ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobe" + }, + "慶ぼ": { + "w_type": "godan verb stem", + "romaji": "yorokobo" + }, + "慶んだ": { + "w_type": "conjugated godan verb", + "romaji": "yorokonda" + }, + "慶んで": { + "w_type": "conjugated godan verb", + "romaji": "yorokonde" + }, + "読み損わ": { + "w_type": "godan verb stem", + "romaji": "yomisokonawa" + }, + "読み損い": { + "w_type": "godan verb stem", + "romaji": "yomisokonai" + }, + "読み損え": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonae" + }, + "読み損お": { + "w_type": "godan verb stem", + "romaji": "yomisokonao" + }, + "読み損った": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonatta" + }, + "読み損って": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonatte" + }, + "伸さ": { + "w_type": "godan verb stem", + "romaji": "nosa" + }, + "伸し": { + "w_type": "godan verb stem", + "romaji": "noshi" + }, + "伸せ": { + "w_type": "conjugated godan verb", + "romaji": "nose" + }, + "伸そ": { + "w_type": "godan verb stem", + "romaji": "noso" + }, + "伸した": { + "w_type": "conjugated godan verb", + "romaji": "noshita" + }, + "伸して": { + "w_type": "conjugated godan verb", + "romaji": "noshite" + }, + "巣くわ": { + "w_type": "godan verb stem", + "romaji": "sukuwa" + }, + "巣くい": { + "w_type": "godan verb stem", + "romaji": "sukui" + }, + "巣くえ": { + "w_type": "conjugated godan verb", + "romaji": "sukue" + }, + "巣くお": { + "w_type": "godan verb stem", + "romaji": "sukuo" + }, + "巣くった": { + "w_type": "conjugated godan verb", + "romaji": "sukutta" + }, + "巣くって": { + "w_type": "conjugated godan verb", + "romaji": "sukutte" + }, + "吹きしきら": { + "w_type": "godan verb stem", + "romaji": "fukishikira" + }, + "吹きしきり": { + "w_type": "godan verb stem", + "romaji": "fukishikiri" + }, + "吹きしきれ": { + "w_type": "conjugated godan verb", + "romaji": "fukishikire" + }, + "吹きしきろ": { + "w_type": "godan verb stem", + "romaji": "fukishikiro" + }, + "吹きしきった": { + "w_type": "conjugated godan verb", + "romaji": "fukishikitta" + }, + "吹きしきって": { + "w_type": "conjugated godan verb", + "romaji": "fukishikitte" + }, + "たけり立た": { + "w_type": "godan verb stem", + "romaji": "takeritata" + }, + "たけり立ち": { + "w_type": "godan verb stem", + "romaji": "takeritachi" + }, + "たけり立て": { + "w_type": "conjugated godan verb", + "romaji": "takeritate" + }, + "たけり立と": { + "w_type": "godan verb stem", + "romaji": "takeritato" + }, + "たけり立った": { + "w_type": "conjugated godan verb", + "romaji": "takeritatta" + }, + "たけり立って": { + "w_type": "conjugated godan verb", + "romaji": "takeritatte" + }, + "言合わ": { + "w_type": "godan verb stem", + "romaji": "iiawa" + }, + "言合い": { + "w_type": "godan verb stem", + "romaji": "iiai" + }, + "言合え": { + "w_type": "conjugated godan verb", + "romaji": "iiae" + }, + "言合お": { + "w_type": "godan verb stem", + "romaji": "iiao" + }, + "言合った": { + "w_type": "conjugated godan verb", + "romaji": "iiatta" + }, + "言合って": { + "w_type": "conjugated godan verb", + "romaji": "iiatte" + }, + "崩れ去ら": { + "w_type": "godan verb stem", + "romaji": "kuzuresara" + }, + "崩れ去り": { + "w_type": "godan verb stem", + "romaji": "kuzuresari" + }, + "崩れ去れ": { + "w_type": "conjugated godan verb", + "romaji": "kuzuresare" + }, + "崩れ去ろ": { + "w_type": "godan verb stem", + "romaji": "kuzuresaro" + }, + "崩れ去った": { + "w_type": "conjugated godan verb", + "romaji": "kuzuresatta" + }, + "崩れ去って": { + "w_type": "conjugated godan verb", + "romaji": "kuzuresatte" + }, + "入り浸ら": { + "w_type": "godan verb stem", + "romaji": "iribitara" + }, + "入り浸り": { + "w_type": "godan verb stem", + "romaji": "iribitari" + }, + "入り浸れ": { + "w_type": "conjugated godan verb", + "romaji": "iribitare" + }, + "入り浸ろ": { + "w_type": "godan verb stem", + "romaji": "iribitaro" + }, + "入り浸った": { + "w_type": "conjugated godan verb", + "romaji": "iribitatta" + }, + "入り浸って": { + "w_type": "conjugated godan verb", + "romaji": "iribitatte" + }, + "泣き喚か": { + "w_type": "godan verb stem", + "romaji": "nakiwameka" + }, + "泣き喚き": { + "w_type": "godan verb stem", + "romaji": "nakiwameki" + }, + "泣き喚け": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameke" + }, + "泣き喚こ": { + "w_type": "godan verb stem", + "romaji": "nakiwameko" + }, + "泣き喚いた": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameita" + }, + "泣き喚いて": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameite" + }, + "萌やさ": { + "w_type": "godan verb stem", + "romaji": "moyasa" + }, + "萌やし": { + "w_type": "godan verb stem", + "romaji": "moyashi" + }, + "萌やせ": { + "w_type": "conjugated godan verb", + "romaji": "moyase" + }, + "萌やそ": { + "w_type": "godan verb stem", + "romaji": "moyaso" + }, + "萌やした": { + "w_type": "conjugated godan verb", + "romaji": "moyashita" + }, + "萌やして": { + "w_type": "conjugated godan verb", + "romaji": "moyashite" + }, + "寝転がら": { + "w_type": "godan verb stem", + "romaji": "nekorogara" + }, + "寝転がり": { + "w_type": "godan verb stem", + "romaji": "nekorogari" + }, + "寝転がれ": { + "w_type": "conjugated godan verb", + "romaji": "nekorogare" + }, + "寝転がろ": { + "w_type": "godan verb stem", + "romaji": "nekorogaro" + }, + "寝転がった": { + "w_type": "conjugated godan verb", + "romaji": "nekorogatta" + }, + "寝転がって": { + "w_type": "conjugated godan verb", + "romaji": "nekorogatte" + }, + "恐れおののか": { + "w_type": "godan verb stem", + "romaji": "osoreononoka" + }, + "恐れおののき": { + "w_type": "godan verb stem", + "romaji": "osoreononoki" + }, + "恐れおののけ": { + "w_type": "conjugated godan verb", + "romaji": "osoreononoke" + }, + "恐れおののこ": { + "w_type": "godan verb stem", + "romaji": "osoreononoko" + }, + "恐れおののいた": { + "w_type": "conjugated godan verb", + "romaji": "osoreononoita" + }, + "恐れおののいて": { + "w_type": "conjugated godan verb", + "romaji": "osoreononoite" + }, + "踏み荒さ": { + "w_type": "godan verb stem", + "romaji": "fumiarasa" + }, + "踏み荒し": { + "w_type": "godan verb stem", + "romaji": "fumiarashi" + }, + "踏み荒せ": { + "w_type": "conjugated godan verb", + "romaji": "fumiarase" + }, + "踏み荒そ": { + "w_type": "godan verb stem", + "romaji": "fumiaraso" + }, + "踏み荒した": { + "w_type": "conjugated godan verb", + "romaji": "fumiarashita" + }, + "踏み荒して": { + "w_type": "conjugated godan verb", + "romaji": "fumiarashite" + }, + "泣き落とさ": { + "w_type": "godan verb stem", + "romaji": "nakiotosa" + }, + "泣き落とし": { + "w_type": "godan verb stem", + "romaji": "nakiotoshi" + }, + "泣き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "nakiotose" + }, + "泣き落とそ": { + "w_type": "godan verb stem", + "romaji": "nakiotoso" + }, + "泣き落とした": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshita" + }, + "泣き落として": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshite" + }, + "野次ら": { + "w_type": "godan verb stem", + "romaji": "yajira" + }, + "野次り": { + "w_type": "godan verb stem", + "romaji": "yajiri" + }, + "野次れ": { + "w_type": "conjugated godan verb", + "romaji": "yajire" + }, + "野次ろ": { + "w_type": "godan verb stem", + "romaji": "yajiro" + }, + "野次った": { + "w_type": "conjugated godan verb", + "romaji": "yajitta" + }, + "野次って": { + "w_type": "conjugated godan verb", + "romaji": "yajitte" + }, + "貶ま": { + "w_type": "godan verb stem", + "romaji": "sagesuma" + }, + "貶み": { + "w_type": "godan verb stem", + "romaji": "sagesumi" + }, + "貶め": { + "w_type": "conjugated godan verb", + "romaji": "sagesume" + }, + "貶も": { + "w_type": "godan verb stem", + "romaji": "sagesumo" + }, + "貶んだ": { + "w_type": "conjugated godan verb", + "romaji": "sagesunda" + }, + "貶んで": { + "w_type": "conjugated godan verb", + "romaji": "sagesunde" + }, + "泣潰さ": { + "w_type": "godan verb stem", + "romaji": "nakitsubusa" + }, + "泣潰し": { + "w_type": "godan verb stem", + "romaji": "nakitsubushi" + }, + "泣潰せ": { + "w_type": "conjugated godan verb", + "romaji": "nakitsubuse" + }, + "泣潰そ": { + "w_type": "godan verb stem", + "romaji": "nakitsubuso" + }, + "泣潰した": { + "w_type": "conjugated godan verb", + "romaji": "nakitsubushita" + }, + "泣潰して": { + "w_type": "conjugated godan verb", + "romaji": "nakitsubushite" + }, + "名告ら": { + "w_type": "godan verb stem", + "romaji": "nanora" + }, + "名告り": { + "w_type": "godan verb stem", + "romaji": "nanori" + }, + "名告れ": { + "w_type": "conjugated godan verb", + "romaji": "nanore" + }, + "名告ろ": { + "w_type": "godan verb stem", + "romaji": "nanoro" + }, + "名告った": { + "w_type": "conjugated godan verb", + "romaji": "nanotta" + }, + "名告って": { + "w_type": "conjugated godan verb", + "romaji": "nanotte" + }, + "出かから": { + "w_type": "godan verb stem", + "romaji": "dekakara" + }, + "出かかり": { + "w_type": "godan verb stem", + "romaji": "dekakari" + }, + "出かかれ": { + "w_type": "conjugated godan verb", + "romaji": "dekakare" + }, + "出かかろ": { + "w_type": "godan verb stem", + "romaji": "dekakaro" + }, + "出かかった": { + "w_type": "conjugated godan verb", + "romaji": "dekakatta" + }, + "出かかって": { + "w_type": "conjugated godan verb", + "romaji": "dekakatte" + }, + "交わし合わ": { + "w_type": "godan verb stem", + "romaji": "kawashiawa" + }, + "交わし合い": { + "w_type": "godan verb stem", + "romaji": "kawashiai" + }, + "交わし合え": { + "w_type": "conjugated godan verb", + "romaji": "kawashiae" + }, + "交わし合お": { + "w_type": "godan verb stem", + "romaji": "kawashiao" + }, + "交わし合った": { + "w_type": "conjugated godan verb", + "romaji": "kawashiatta" + }, + "交わし合って": { + "w_type": "conjugated godan verb", + "romaji": "kawashiatte" + }, + "言聞かさ": { + "w_type": "godan verb stem", + "romaji": "iikikasa" + }, + "言聞かし": { + "w_type": "godan verb stem", + "romaji": "iikikashi" + }, + "言聞かせ": { + "w_type": "conjugated godan verb", + "romaji": "iikikase" + }, + "言聞かそ": { + "w_type": "godan verb stem", + "romaji": "iikikaso" + }, + "言聞かした": { + "w_type": "conjugated godan verb", + "romaji": "iikikashita" + }, + "言聞かして": { + "w_type": "conjugated godan verb", + "romaji": "iikikashite" + }, + "貶さ": { + "w_type": "godan verb stem", + "romaji": "kenasa" + }, + "貶し": { + "w_type": "godan verb stem", + "romaji": "kenashi" + }, + "貶せ": { + "w_type": "conjugated godan verb", + "romaji": "kenase" + }, + "貶そ": { + "w_type": "godan verb stem", + "romaji": "kenaso" + }, + "貶した": { + "w_type": "conjugated godan verb", + "romaji": "kenashita" + }, + "貶して": { + "w_type": "conjugated godan verb", + "romaji": "kenashite" + }, + "塗りつぶさ": { + "w_type": "godan verb stem", + "romaji": "nuritsubusa" + }, + "塗りつぶし": { + "w_type": "godan verb stem", + "romaji": "nuritsubushi" + }, + "塗りつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "nuritsubuse" + }, + "塗りつぶそ": { + "w_type": "godan verb stem", + "romaji": "nuritsubuso" + }, + "塗りつぶした": { + "w_type": "conjugated godan verb", + "romaji": "nuritsubushita" + }, + "塗りつぶして": { + "w_type": "conjugated godan verb", + "romaji": "nuritsubushite" + }, + "縫いなおさ": { + "w_type": "godan verb stem", + "romaji": "nuinaosa" + }, + "縫いなおし": { + "w_type": "godan verb stem", + "romaji": "nuinaoshi" + }, + "縫いなおせ": { + "w_type": "conjugated godan verb", + "romaji": "nuinaose" + }, + "縫いなおそ": { + "w_type": "godan verb stem", + "romaji": "nuinaoso" + }, + "縫いなおした": { + "w_type": "conjugated godan verb", + "romaji": "nuinaoshita" + }, + "縫いなおして": { + "w_type": "conjugated godan verb", + "romaji": "nuinaoshite" + }, + "連れて行か": { + "w_type": "godan verb stem", + "romaji": "tsureteika" + }, + "連れて行き": { + "w_type": "godan verb stem", + "romaji": "tsureteiki" + }, + "連れて行け": { + "w_type": "conjugated godan verb", + "romaji": "tsureteike" + }, + "連れて行こ": { + "w_type": "godan verb stem", + "romaji": "tsureteiko" + }, + "連れて行いた": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiita" + }, + "連れて行いて": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiite" + }, + "取殺さ": { + "w_type": "godan verb stem", + "romaji": "torikorosa" + }, + "取殺し": { + "w_type": "godan verb stem", + "romaji": "torikoroshi" + }, + "取殺せ": { + "w_type": "conjugated godan verb", + "romaji": "torikorose" + }, + "取殺そ": { + "w_type": "godan verb stem", + "romaji": "torikoroso" + }, + "取殺した": { + "w_type": "conjugated godan verb", + "romaji": "torikoroshita" + }, + "取殺して": { + "w_type": "conjugated godan verb", + "romaji": "torikoroshite" + }, + "飛ばさ": { + "w_type": "godan verb stem", + "romaji": "tobasa" + }, + "飛ばし": { + "w_type": "godan verb stem", + "romaji": "tobashi" + }, + "飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "tobase" + }, + "飛ばそ": { + "w_type": "godan verb stem", + "romaji": "tobaso" + }, + "飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "tobashita" + }, + "飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "tobashite" + }, + "翻筋斗打た": { + "w_type": "godan verb stem", + "romaji": "mondoriuta" + }, + "翻筋斗打ち": { + "w_type": "godan verb stem", + "romaji": "mondoriuchi" + }, + "翻筋斗打て": { + "w_type": "conjugated godan verb", + "romaji": "mondoriute" + }, + "翻筋斗打と": { + "w_type": "godan verb stem", + "romaji": "mondoriuto" + }, + "翻筋斗打った": { + "w_type": "conjugated godan verb", + "romaji": "mondoriutta" + }, + "翻筋斗打って": { + "w_type": "conjugated godan verb", + "romaji": "mondoriutte" + }, + "掴み合わ": { + "w_type": "godan verb stem", + "romaji": "tsukamiawa" + }, + "掴み合い": { + "w_type": "godan verb stem", + "romaji": "tsukamiai" + }, + "掴み合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiae" + }, + "掴み合お": { + "w_type": "godan verb stem", + "romaji": "tsukamiao" + }, + "掴み合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiatta" + }, + "掴み合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiatte" + }, + "引離さ": { + "w_type": "godan verb stem", + "romaji": "hikihanasa" + }, + "引離し": { + "w_type": "godan verb stem", + "romaji": "hikihanashi" + }, + "引離せ": { + "w_type": "conjugated godan verb", + "romaji": "hikihanase" + }, + "引離そ": { + "w_type": "godan verb stem", + "romaji": "hikihanaso" + }, + "引離した": { + "w_type": "conjugated godan verb", + "romaji": "hikihanashita" + }, + "引離して": { + "w_type": "conjugated godan verb", + "romaji": "hikihanashite" + }, + "融け込ま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "融け込み": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "融け込め": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "融け込も": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "融け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "融け込んで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "ゆすり取ら": { + "w_type": "godan verb stem", + "romaji": "yusuritora" + }, + "ゆすり取り": { + "w_type": "godan verb stem", + "romaji": "yusuritori" + }, + "ゆすり取れ": { + "w_type": "conjugated godan verb", + "romaji": "yusuritore" + }, + "ゆすり取ろ": { + "w_type": "godan verb stem", + "romaji": "yusuritoro" + }, + "ゆすり取った": { + "w_type": "conjugated godan verb", + "romaji": "yusuritotta" + }, + "ゆすり取って": { + "w_type": "conjugated godan verb", + "romaji": "yusuritotte" + }, + "あきれ返ら": { + "w_type": "godan verb stem", + "romaji": "akirekaera" + }, + "あきれ返り": { + "w_type": "godan verb stem", + "romaji": "akirekaeri" + }, + "あきれ返れ": { + "w_type": "conjugated godan verb", + "romaji": "akirekaere" + }, + "あきれ返ろ": { + "w_type": "godan verb stem", + "romaji": "akirekaero" + }, + "あきれ返った": { + "w_type": "conjugated godan verb", + "romaji": "akirekaetta" + }, + "あきれ返って": { + "w_type": "conjugated godan verb", + "romaji": "akirekaette" + }, + "呑ま": { + "w_type": "godan verb stem", + "romaji": "noma" + }, + "呑み": { + "w_type": "godan verb stem", + "romaji": "nomi" + }, + "呑め": { + "w_type": "conjugated godan verb", + "romaji": "nome" + }, + "呑も": { + "w_type": "godan verb stem", + "romaji": "nomo" + }, + "呑んだ": { + "w_type": "conjugated godan verb", + "romaji": "nonda" + }, + "呑んで": { + "w_type": "conjugated godan verb", + "romaji": "nonde" + }, + "飛びかわ": { + "w_type": "godan verb stem", + "romaji": "tobikawa" + }, + "飛びかい": { + "w_type": "godan verb stem", + "romaji": "tobikai" + }, + "飛びかえ": { + "w_type": "conjugated godan verb", + "romaji": "tobikae" + }, + "飛びかお": { + "w_type": "godan verb stem", + "romaji": "tobikao" + }, + "飛びかった": { + "w_type": "conjugated godan verb", + "romaji": "tobikatta" + }, + "飛びかって": { + "w_type": "conjugated godan verb", + "romaji": "tobikatte" + }, + "貪り食わ": { + "w_type": "godan verb stem", + "romaji": "musaborikuwa" + }, + "貪り食い": { + "w_type": "godan verb stem", + "romaji": "musaborikui" + }, + "貪り食え": { + "w_type": "conjugated godan verb", + "romaji": "musaborikue" + }, + "貪り食お": { + "w_type": "godan verb stem", + "romaji": "musaborikuo" + }, + "貪り食った": { + "w_type": "conjugated godan verb", + "romaji": "musaborikutta" + }, + "貪り食って": { + "w_type": "conjugated godan verb", + "romaji": "musaborikutte" + }, + "降り掛ら": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降り掛り": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降り掛ろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降り掛った": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降り掛って": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "染込ま": { + "w_type": "godan verb stem", + "romaji": "shimikoma" + }, + "染込み": { + "w_type": "godan verb stem", + "romaji": "shimikomi" + }, + "染込め": { + "w_type": "conjugated godan verb", + "romaji": "shimikome" + }, + "染込も": { + "w_type": "godan verb stem", + "romaji": "shimikomo" + }, + "染込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimikonda" + }, + "染込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimikonde" + }, + "慕わ": { + "w_type": "godan verb stem", + "romaji": "shitawa" + }, + "慕い": { + "w_type": "godan verb stem", + "romaji": "shitai" + }, + "慕え": { + "w_type": "conjugated godan verb", + "romaji": "shitae" + }, + "慕お": { + "w_type": "godan verb stem", + "romaji": "shitao" + }, + "慕った": { + "w_type": "conjugated godan verb", + "romaji": "shitatta" + }, + "慕って": { + "w_type": "conjugated godan verb", + "romaji": "shitatte" + }, + "跳び付か": { + "w_type": "godan verb stem", + "romaji": "tobitsuka" + }, + "跳び付き": { + "w_type": "godan verb stem", + "romaji": "tobitsuki" + }, + "跳び付け": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuke" + }, + "跳び付こ": { + "w_type": "godan verb stem", + "romaji": "tobitsuko" + }, + "跳び付いた": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuita" + }, + "跳び付いて": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuite" + }, + "愚図付か": { + "w_type": "godan verb stem", + "romaji": "guzutsuka" + }, + "愚図付き": { + "w_type": "godan verb stem", + "romaji": "guzutsuki" + }, + "愚図付け": { + "w_type": "conjugated godan verb", + "romaji": "guzutsuke" + }, + "愚図付こ": { + "w_type": "godan verb stem", + "romaji": "guzutsuko" + }, + "愚図付いた": { + "w_type": "conjugated godan verb", + "romaji": "guzutsuita" + }, + "愚図付いて": { + "w_type": "conjugated godan verb", + "romaji": "guzutsuite" + }, + "言い放た": { + "w_type": "godan verb stem", + "romaji": "iihanata" + }, + "言い放ち": { + "w_type": "godan verb stem", + "romaji": "iihanachi" + }, + "言い放て": { + "w_type": "conjugated godan verb", + "romaji": "iihanate" + }, + "言い放と": { + "w_type": "godan verb stem", + "romaji": "iihanato" + }, + "言い放った": { + "w_type": "conjugated godan verb", + "romaji": "iihanatta" + }, + "言い放って": { + "w_type": "conjugated godan verb", + "romaji": "iihanatte" + }, + "取り去ら": { + "w_type": "godan verb stem", + "romaji": "torisara" + }, + "取り去り": { + "w_type": "godan verb stem", + "romaji": "torisari" + }, + "取り去れ": { + "w_type": "conjugated godan verb", + "romaji": "torisare" + }, + "取り去ろ": { + "w_type": "godan verb stem", + "romaji": "torisaro" + }, + "取り去った": { + "w_type": "conjugated godan verb", + "romaji": "torisatta" + }, + "取り去って": { + "w_type": "conjugated godan verb", + "romaji": "torisatte" + }, + "凍てつか": { + "w_type": "godan verb stem", + "romaji": "itetsuka" + }, + "凍てつき": { + "w_type": "godan verb stem", + "romaji": "itetsuki" + }, + "凍てつけ": { + "w_type": "conjugated godan verb", + "romaji": "itetsuke" + }, + "凍てつこ": { + "w_type": "godan verb stem", + "romaji": "itetsuko" + }, + "凍てついた": { + "w_type": "conjugated godan verb", + "romaji": "itetsuita" + }, + "凍てついて": { + "w_type": "conjugated godan verb", + "romaji": "itetsuite" + }, + "晴れ上がら": { + "w_type": "godan verb stem", + "romaji": "hareagara" + }, + "晴れ上がり": { + "w_type": "godan verb stem", + "romaji": "hareagari" + }, + "晴れ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hareagare" + }, + "晴れ上がろ": { + "w_type": "godan verb stem", + "romaji": "hareagaro" + }, + "晴れ上がった": { + "w_type": "conjugated godan verb", + "romaji": "hareagatta" + }, + "晴れ上がって": { + "w_type": "conjugated godan verb", + "romaji": "hareagatte" + }, + "炊か": { + "w_type": "godan verb stem", + "romaji": "taka" + }, + "炊き": { + "w_type": "godan verb stem", + "romaji": "taki" + }, + "炊け": { + "w_type": "conjugated godan verb", + "romaji": "take" + }, + "炊こ": { + "w_type": "godan verb stem", + "romaji": "tako" + }, + "炊いた": { + "w_type": "conjugated godan verb", + "romaji": "taita" + }, + "炊いて": { + "w_type": "conjugated godan verb", + "romaji": "taite" + }, + "引っ込まさ": { + "w_type": "godan verb stem", + "romaji": "hikkomasa" + }, + "引っ込まし": { + "w_type": "godan verb stem", + "romaji": "hikkomashi" + }, + "引っ込ませ": { + "w_type": "conjugated godan verb", + "romaji": "hikkomase" + }, + "引っ込まそ": { + "w_type": "godan verb stem", + "romaji": "hikkomaso" + }, + "引っ込ました": { + "w_type": "conjugated godan verb", + "romaji": "hikkomashita" + }, + "引っ込まして": { + "w_type": "conjugated godan verb", + "romaji": "hikkomashite" + }, + "追いやら": { + "w_type": "godan verb stem", + "romaji": "oiyara" + }, + "追いやり": { + "w_type": "godan verb stem", + "romaji": "oiyari" + }, + "追いやれ": { + "w_type": "conjugated godan verb", + "romaji": "oiyare" + }, + "追いやろ": { + "w_type": "godan verb stem", + "romaji": "oiyaro" + }, + "追いやった": { + "w_type": "conjugated godan verb", + "romaji": "oiyatta" + }, + "追いやって": { + "w_type": "conjugated godan verb", + "romaji": "oiyatte" + }, + "間誤付か": { + "w_type": "godan verb stem", + "romaji": "magotsuka" + }, + "間誤付き": { + "w_type": "godan verb stem", + "romaji": "magotsuki" + }, + "間誤付け": { + "w_type": "conjugated godan verb", + "romaji": "magotsuke" + }, + "間誤付こ": { + "w_type": "godan verb stem", + "romaji": "magotsuko" + }, + "間誤付いた": { + "w_type": "conjugated godan verb", + "romaji": "magotsuita" + }, + "間誤付いて": { + "w_type": "conjugated godan verb", + "romaji": "magotsuite" + }, + "立ち返ら": { + "w_type": "godan verb stem", + "romaji": "tachikaera" + }, + "立ち返り": { + "w_type": "godan verb stem", + "romaji": "tachikaeri" + }, + "立ち返れ": { + "w_type": "conjugated godan verb", + "romaji": "tachikaere" + }, + "立ち返ろ": { + "w_type": "godan verb stem", + "romaji": "tachikaero" + }, + "立ち返った": { + "w_type": "conjugated godan verb", + "romaji": "tachikaetta" + }, + "立ち返って": { + "w_type": "conjugated godan verb", + "romaji": "tachikaette" + }, + "寝取ら": { + "w_type": "godan verb stem", + "romaji": "netora" + }, + "寝取り": { + "w_type": "godan verb stem", + "romaji": "netori" + }, + "寝取れ": { + "w_type": "conjugated godan verb", + "romaji": "netore" + }, + "寝取ろ": { + "w_type": "godan verb stem", + "romaji": "netoro" + }, + "寝取った": { + "w_type": "conjugated godan verb", + "romaji": "netotta" + }, + "寝取って": { + "w_type": "conjugated godan verb", + "romaji": "netotte" + }, + "追い返さ": { + "w_type": "godan verb stem", + "romaji": "oikaesa" + }, + "追い返し": { + "w_type": "godan verb stem", + "romaji": "oikaeshi" + }, + "追い返せ": { + "w_type": "conjugated godan verb", + "romaji": "oikaese" + }, + "追い返そ": { + "w_type": "godan verb stem", + "romaji": "oikaeso" + }, + "追い返した": { + "w_type": "conjugated godan verb", + "romaji": "oikaeshita" + }, + "追い返して": { + "w_type": "conjugated godan verb", + "romaji": "oikaeshite" + }, + "押っ立た": { + "w_type": "godan verb stem", + "romaji": "ottata" + }, + "押っ立ち": { + "w_type": "godan verb stem", + "romaji": "ottachi" + }, + "押っ立て": { + "w_type": "conjugated godan verb", + "romaji": "ottate" + }, + "押っ立と": { + "w_type": "godan verb stem", + "romaji": "ottato" + }, + "押っ立った": { + "w_type": "conjugated godan verb", + "romaji": "ottatta" + }, + "押っ立って": { + "w_type": "conjugated godan verb", + "romaji": "ottatte" + }, + "踏ま": { + "w_type": "godan verb stem", + "romaji": "fuma" + }, + "踏み": { + "w_type": "godan verb stem", + "romaji": "fumi" + }, + "踏め": { + "w_type": "conjugated godan verb", + "romaji": "fume" + }, + "踏も": { + "w_type": "godan verb stem", + "romaji": "fumo" + }, + "踏んだ": { + "w_type": "conjugated godan verb", + "romaji": "funda" + }, + "踏んで": { + "w_type": "conjugated godan verb", + "romaji": "funde" + }, + "引き摺ら": { + "w_type": "godan verb stem", + "romaji": "hikizura" + }, + "引き摺り": { + "w_type": "godan verb stem", + "romaji": "hikizuri" + }, + "引き摺れ": { + "w_type": "conjugated godan verb", + "romaji": "hikizure" + }, + "引き摺ろ": { + "w_type": "godan verb stem", + "romaji": "hikizuro" + }, + "引き摺った": { + "w_type": "conjugated godan verb", + "romaji": "hikizutta" + }, + "引き摺って": { + "w_type": "conjugated godan verb", + "romaji": "hikizutte" + }, + "勾引さ": { + "w_type": "godan verb stem", + "romaji": "kadowasa" + }, + "勾引し": { + "w_type": "godan verb stem", + "romaji": "kadowashi" + }, + "勾引せ": { + "w_type": "conjugated godan verb", + "romaji": "kadowase" + }, + "勾引そ": { + "w_type": "godan verb stem", + "romaji": "kadowaso" + }, + "勾引した": { + "w_type": "conjugated godan verb", + "romaji": "kadowashita" + }, + "勾引して": { + "w_type": "conjugated godan verb", + "romaji": "kadowashite" + }, + "見てとら": { + "w_type": "godan verb stem", + "romaji": "mitetora" + }, + "見てとり": { + "w_type": "godan verb stem", + "romaji": "mitetori" + }, + "見てとれ": { + "w_type": "conjugated godan verb", + "romaji": "mitetore" + }, + "見てとろ": { + "w_type": "godan verb stem", + "romaji": "mitetoro" + }, + "見てとった": { + "w_type": "conjugated godan verb", + "romaji": "mitetotta" + }, + "見てとって": { + "w_type": "conjugated godan verb", + "romaji": "mitetotte" + }, + "見損なわ": { + "w_type": "godan verb stem", + "romaji": "misokonawa" + }, + "見損ない": { + "w_type": "godan verb stem", + "romaji": "misokonai" + }, + "見損なえ": { + "w_type": "conjugated godan verb", + "romaji": "misokonae" + }, + "見損なお": { + "w_type": "godan verb stem", + "romaji": "misokonao" + }, + "見損なった": { + "w_type": "conjugated godan verb", + "romaji": "misokonatta" + }, + "見損なって": { + "w_type": "conjugated godan verb", + "romaji": "misokonatte" + }, + "一席打た": { + "w_type": "godan verb stem", + "romaji": "issekibuta" + }, + "一席打ち": { + "w_type": "godan verb stem", + "romaji": "issekibuchi" + }, + "一席打て": { + "w_type": "conjugated godan verb", + "romaji": "issekibute" + }, + "一席打と": { + "w_type": "godan verb stem", + "romaji": "issekibuto" + }, + "一席打った": { + "w_type": "conjugated godan verb", + "romaji": "issekibutta" + }, + "一席打って": { + "w_type": "conjugated godan verb", + "romaji": "issekibutte" + }, + "ごった返さ": { + "w_type": "godan verb stem", + "romaji": "gottagaesa" + }, + "ごった返し": { + "w_type": "godan verb stem", + "romaji": "gottagaeshi" + }, + "ごった返せ": { + "w_type": "conjugated godan verb", + "romaji": "gottagaese" + }, + "ごった返そ": { + "w_type": "godan verb stem", + "romaji": "gottagaeso" + }, + "ごった返した": { + "w_type": "conjugated godan verb", + "romaji": "gottagaeshita" + }, + "ごった返して": { + "w_type": "conjugated godan verb", + "romaji": "gottagaeshite" + }, + "言囃さ": { + "w_type": "godan verb stem", + "romaji": "iihayasa" + }, + "言囃し": { + "w_type": "godan verb stem", + "romaji": "iihayashi" + }, + "言囃せ": { + "w_type": "conjugated godan verb", + "romaji": "iihayase" + }, + "言囃そ": { + "w_type": "godan verb stem", + "romaji": "iihayaso" + }, + "言囃した": { + "w_type": "conjugated godan verb", + "romaji": "iihayashita" + }, + "言囃して": { + "w_type": "conjugated godan verb", + "romaji": "iihayashite" + }, + "つれ帰ら": { + "w_type": "godan verb stem", + "romaji": "tsurekaera" + }, + "つれ帰り": { + "w_type": "godan verb stem", + "romaji": "tsurekaeri" + }, + "つれ帰れ": { + "w_type": "conjugated godan verb", + "romaji": "tsurekaere" + }, + "つれ帰ろ": { + "w_type": "godan verb stem", + "romaji": "tsurekaero" + }, + "つれ帰った": { + "w_type": "conjugated godan verb", + "romaji": "tsurekaetta" + }, + "つれ帰って": { + "w_type": "conjugated godan verb", + "romaji": "tsurekaette" + }, + "書き飛ばさ": { + "w_type": "godan verb stem", + "romaji": "kakitobasa" + }, + "書き飛ばし": { + "w_type": "godan verb stem", + "romaji": "kakitobashi" + }, + "書き飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kakitobase" + }, + "書き飛ばそ": { + "w_type": "godan verb stem", + "romaji": "kakitobaso" + }, + "書き飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "kakitobashita" + }, + "書き飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "kakitobashite" + }, + "邀え撃た": { + "w_type": "godan verb stem", + "romaji": "mukaeuta" + }, + "邀え撃ち": { + "w_type": "godan verb stem", + "romaji": "mukaeuchi" + }, + "邀え撃て": { + "w_type": "conjugated godan verb", + "romaji": "mukaeute" + }, + "邀え撃と": { + "w_type": "godan verb stem", + "romaji": "mukaeuto" + }, + "邀え撃った": { + "w_type": "conjugated godan verb", + "romaji": "mukaeutta" + }, + "邀え撃って": { + "w_type": "conjugated godan verb", + "romaji": "mukaeutte" + }, + "挾ま": { + "w_type": "godan verb stem", + "romaji": "hasama" + }, + "挾み": { + "w_type": "godan verb stem", + "romaji": "hasami" + }, + "挾め": { + "w_type": "conjugated godan verb", + "romaji": "hasame" + }, + "挾も": { + "w_type": "godan verb stem", + "romaji": "hasamo" + }, + "挾んだ": { + "w_type": "conjugated godan verb", + "romaji": "hasanda" + }, + "挾んで": { + "w_type": "conjugated godan verb", + "romaji": "hasande" + }, + "迫上がら": { + "w_type": "godan verb stem", + "romaji": "seriagara" + }, + "迫上がり": { + "w_type": "godan verb stem", + "romaji": "seriagari" + }, + "迫上がれ": { + "w_type": "conjugated godan verb", + "romaji": "seriagare" + }, + "迫上がろ": { + "w_type": "godan verb stem", + "romaji": "seriagaro" + }, + "迫上がった": { + "w_type": "conjugated godan verb", + "romaji": "seriagatta" + }, + "迫上がって": { + "w_type": "conjugated godan verb", + "romaji": "seriagatte" + }, + "空嘯か": { + "w_type": "godan verb stem", + "romaji": "sorausobuka" + }, + "空嘯き": { + "w_type": "godan verb stem", + "romaji": "sorausobuki" + }, + "空嘯け": { + "w_type": "conjugated godan verb", + "romaji": "sorausobuke" + }, + "空嘯こ": { + "w_type": "godan verb stem", + "romaji": "sorausobuko" + }, + "空嘯いた": { + "w_type": "conjugated godan verb", + "romaji": "sorausobuita" + }, + "空嘯いて": { + "w_type": "conjugated godan verb", + "romaji": "sorausobuite" + }, + "見まわさ": { + "w_type": "godan verb stem", + "romaji": "mimawasa" + }, + "見まわし": { + "w_type": "godan verb stem", + "romaji": "mimawashi" + }, + "見まわせ": { + "w_type": "conjugated godan verb", + "romaji": "mimawase" + }, + "見まわそ": { + "w_type": "godan verb stem", + "romaji": "mimawaso" + }, + "見まわした": { + "w_type": "conjugated godan verb", + "romaji": "mimawashita" + }, + "見まわして": { + "w_type": "conjugated godan verb", + "romaji": "mimawashite" + }, + "乗り潰さ": { + "w_type": "godan verb stem", + "romaji": "noritsubusa" + }, + "乗り潰し": { + "w_type": "godan verb stem", + "romaji": "noritsubushi" + }, + "乗り潰せ": { + "w_type": "conjugated godan verb", + "romaji": "noritsubuse" + }, + "乗り潰そ": { + "w_type": "godan verb stem", + "romaji": "noritsubuso" + }, + "乗り潰した": { + "w_type": "conjugated godan verb", + "romaji": "noritsubushita" + }, + "乗り潰して": { + "w_type": "conjugated godan verb", + "romaji": "noritsubushite" + }, + "割り出さ": { + "w_type": "godan verb stem", + "romaji": "waridasa" + }, + "割り出し": { + "w_type": "godan verb stem", + "romaji": "waridashi" + }, + "割り出せ": { + "w_type": "conjugated godan verb", + "romaji": "waridase" + }, + "割り出そ": { + "w_type": "godan verb stem", + "romaji": "waridaso" + }, + "割り出した": { + "w_type": "conjugated godan verb", + "romaji": "waridashita" + }, + "割り出して": { + "w_type": "conjugated godan verb", + "romaji": "waridashite" + }, + "攫わ": { + "w_type": "godan verb stem", + "romaji": "sarawa" + }, + "攫い": { + "w_type": "godan verb stem", + "romaji": "sarai" + }, + "攫え": { + "w_type": "conjugated godan verb", + "romaji": "sarae" + }, + "攫お": { + "w_type": "godan verb stem", + "romaji": "sarao" + }, + "攫った": { + "w_type": "conjugated godan verb", + "romaji": "saratta" + }, + "攫って": { + "w_type": "conjugated godan verb", + "romaji": "saratte" + }, + "挙ら": { + "w_type": "godan verb stem", + "romaji": "kozora" + }, + "挙り": { + "w_type": "godan verb stem", + "romaji": "kozori" + }, + "挙れ": { + "w_type": "conjugated godan verb", + "romaji": "kozore" + }, + "挙ろ": { + "w_type": "godan verb stem", + "romaji": "kozoro" + }, + "挙った": { + "w_type": "conjugated godan verb", + "romaji": "kozotta" + }, + "挙って": { + "w_type": "conjugated godan verb", + "romaji": "kozotte" + }, + "心づか": { + "w_type": "godan verb stem", + "romaji": "kokorozuka" + }, + "心づき": { + "w_type": "godan verb stem", + "romaji": "kokorozuki" + }, + "心づけ": { + "w_type": "conjugated godan verb", + "romaji": "kokorozuke" + }, + "心づこ": { + "w_type": "godan verb stem", + "romaji": "kokorozuko" + }, + "心づいた": { + "w_type": "conjugated godan verb", + "romaji": "kokorozuita" + }, + "心づいて": { + "w_type": "conjugated godan verb", + "romaji": "kokorozuite" + }, + "断ら": { + "w_type": "godan verb stem", + "romaji": "kotowara" + }, + "断り": { + "w_type": "godan verb stem", + "romaji": "kotowari" + }, + "断れ": { + "w_type": "conjugated godan verb", + "romaji": "kotoware" + }, + "断ろ": { + "w_type": "godan verb stem", + "romaji": "kotowaro" + }, + "断った": { + "w_type": "conjugated godan verb", + "romaji": "kotowatta" + }, + "断って": { + "w_type": "conjugated godan verb", + "romaji": "kotowatte" + }, + "言散らさ": { + "w_type": "godan verb stem", + "romaji": "iichirasa" + }, + "言散らし": { + "w_type": "godan verb stem", + "romaji": "iichirashi" + }, + "言散らせ": { + "w_type": "conjugated godan verb", + "romaji": "iichirase" + }, + "言散らそ": { + "w_type": "godan verb stem", + "romaji": "iichiraso" + }, + "言散らした": { + "w_type": "conjugated godan verb", + "romaji": "iichirashita" + }, + "言散らして": { + "w_type": "conjugated godan verb", + "romaji": "iichirashite" + }, + "感情に走ら": { + "w_type": "godan verb stem", + "romaji": "kanjounihashira" + }, + "感情に走り": { + "w_type": "godan verb stem", + "romaji": "kanjounihashiri" + }, + "感情に走れ": { + "w_type": "conjugated godan verb", + "romaji": "kanjounihashire" + }, + "感情に走ろ": { + "w_type": "godan verb stem", + "romaji": "kanjounihashiro" + }, + "感情に走った": { + "w_type": "conjugated godan verb", + "romaji": "kanjounihashitta" + }, + "感情に走って": { + "w_type": "conjugated godan verb", + "romaji": "kanjounihashitte" + }, + "喜歌わ": { + "w_type": "godan verb stem", + "romaji": "yorokobiutawa" + }, + "喜歌い": { + "w_type": "godan verb stem", + "romaji": "yorokobiutai" + }, + "喜歌え": { + "w_type": "conjugated godan verb", + "romaji": "yorokobiutae" + }, + "喜歌お": { + "w_type": "godan verb stem", + "romaji": "yorokobiutao" + }, + "喜歌った": { + "w_type": "conjugated godan verb", + "romaji": "yorokobiutatta" + }, + "喜歌って": { + "w_type": "conjugated godan verb", + "romaji": "yorokobiutatte" + }, + "刈り葺か": { + "w_type": "godan verb stem", + "romaji": "karifuka" + }, + "刈り葺き": { + "w_type": "godan verb stem", + "romaji": "karifuki" + }, + "刈り葺け": { + "w_type": "conjugated godan verb", + "romaji": "karifuke" + }, + "刈り葺こ": { + "w_type": "godan verb stem", + "romaji": "karifuko" + }, + "刈り葺いた": { + "w_type": "conjugated godan verb", + "romaji": "karifuita" + }, + "刈り葺いて": { + "w_type": "conjugated godan verb", + "romaji": "karifuite" + }, + "俟た": { + "w_type": "godan verb stem", + "romaji": "mata" + }, + "俟ち": { + "w_type": "godan verb stem", + "romaji": "machi" + }, + "俟て": { + "w_type": "conjugated godan verb", + "romaji": "mate" + }, + "俟と": { + "w_type": "godan verb stem", + "romaji": "mato" + }, + "俟った": { + "w_type": "conjugated godan verb", + "romaji": "matta" + }, + "俟って": { + "w_type": "conjugated godan verb", + "romaji": "matte" + }, + "噛み合わ": { + "w_type": "godan verb stem", + "romaji": "kamiawa" + }, + "噛み合い": { + "w_type": "godan verb stem", + "romaji": "kamiai" + }, + "噛み合え": { + "w_type": "conjugated godan verb", + "romaji": "kamiae" + }, + "噛み合お": { + "w_type": "godan verb stem", + "romaji": "kamiao" + }, + "噛み合った": { + "w_type": "conjugated godan verb", + "romaji": "kamiatta" + }, + "噛み合って": { + "w_type": "conjugated godan verb", + "romaji": "kamiatte" + }, + "溜め込ま": { + "w_type": "godan verb stem", + "romaji": "tamekoma" + }, + "溜め込み": { + "w_type": "godan verb stem", + "romaji": "tamekomi" + }, + "溜め込め": { + "w_type": "conjugated godan verb", + "romaji": "tamekome" + }, + "溜め込も": { + "w_type": "godan verb stem", + "romaji": "tamekomo" + }, + "溜め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tamekonda" + }, + "溜め込んで": { + "w_type": "conjugated godan verb", + "romaji": "tamekonde" + }, + "上廻ら": { + "w_type": "godan verb stem", + "romaji": "uwamawara" + }, + "上廻り": { + "w_type": "godan verb stem", + "romaji": "uwamawari" + }, + "上廻れ": { + "w_type": "conjugated godan verb", + "romaji": "uwamaware" + }, + "上廻ろ": { + "w_type": "godan verb stem", + "romaji": "uwamawaro" + }, + "上廻った": { + "w_type": "conjugated godan verb", + "romaji": "uwamawatta" + }, + "上廻って": { + "w_type": "conjugated godan verb", + "romaji": "uwamawatte" + }, + "練歩か": { + "w_type": "godan verb stem", + "romaji": "neriaruka" + }, + "練歩き": { + "w_type": "godan verb stem", + "romaji": "neriaruki" + }, + "練歩け": { + "w_type": "conjugated godan verb", + "romaji": "neriaruke" + }, + "練歩こ": { + "w_type": "godan verb stem", + "romaji": "neriaruko" + }, + "練歩いた": { + "w_type": "conjugated godan verb", + "romaji": "neriaruita" + }, + "練歩いて": { + "w_type": "conjugated godan verb", + "romaji": "neriaruite" + }, + "乗り過ごさ": { + "w_type": "godan verb stem", + "romaji": "norisugosa" + }, + "乗り過ごし": { + "w_type": "godan verb stem", + "romaji": "norisugoshi" + }, + "乗り過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "norisugose" + }, + "乗り過ごそ": { + "w_type": "godan verb stem", + "romaji": "norisugoso" + }, + "乗り過ごした": { + "w_type": "conjugated godan verb", + "romaji": "norisugoshita" + }, + "乗り過ごして": { + "w_type": "conjugated godan verb", + "romaji": "norisugoshite" + }, + "こね返さ": { + "w_type": "godan verb stem", + "romaji": "konekaesa" + }, + "こね返し": { + "w_type": "godan verb stem", + "romaji": "konekaeshi" + }, + "こね返せ": { + "w_type": "conjugated godan verb", + "romaji": "konekaese" + }, + "こね返そ": { + "w_type": "godan verb stem", + "romaji": "konekaeso" + }, + "こね返した": { + "w_type": "conjugated godan verb", + "romaji": "konekaeshita" + }, + "こね返して": { + "w_type": "conjugated godan verb", + "romaji": "konekaeshite" + }, + "通りすがら": { + "w_type": "godan verb stem", + "romaji": "toorisugara" + }, + "通りすがり": { + "w_type": "godan verb stem", + "romaji": "toorisugari" + }, + "通りすがれ": { + "w_type": "conjugated godan verb", + "romaji": "toorisugare" + }, + "通りすがろ": { + "w_type": "godan verb stem", + "romaji": "toorisugaro" + }, + "通りすがった": { + "w_type": "conjugated godan verb", + "romaji": "toorisugatta" + }, + "通りすがって": { + "w_type": "conjugated godan verb", + "romaji": "toorisugatte" + }, + "拭い去ら": { + "w_type": "godan verb stem", + "romaji": "nuguisara" + }, + "拭い去り": { + "w_type": "godan verb stem", + "romaji": "nuguisari" + }, + "拭い去れ": { + "w_type": "conjugated godan verb", + "romaji": "nuguisare" + }, + "拭い去ろ": { + "w_type": "godan verb stem", + "romaji": "nuguisaro" + }, + "拭い去った": { + "w_type": "conjugated godan verb", + "romaji": "nuguisatta" + }, + "拭い去って": { + "w_type": "conjugated godan verb", + "romaji": "nuguisatte" + }, + "佇ま": { + "w_type": "godan verb stem", + "romaji": "tatazuma" + }, + "佇み": { + "w_type": "godan verb stem", + "romaji": "tatazumi" + }, + "佇め": { + "w_type": "conjugated godan verb", + "romaji": "tatazume" + }, + "佇も": { + "w_type": "godan verb stem", + "romaji": "tatazumo" + }, + "佇んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatazunda" + }, + "佇んで": { + "w_type": "conjugated godan verb", + "romaji": "tatazunde" + }, + "脈打た": { + "w_type": "godan verb stem", + "romaji": "myakuuta" + }, + "脈打ち": { + "w_type": "godan verb stem", + "romaji": "myakuuchi" + }, + "脈打て": { + "w_type": "conjugated godan verb", + "romaji": "myakuute" + }, + "脈打と": { + "w_type": "godan verb stem", + "romaji": "myakuuto" + }, + "脈打った": { + "w_type": "conjugated godan verb", + "romaji": "myakuutta" + }, + "脈打って": { + "w_type": "conjugated godan verb", + "romaji": "myakuutte" + }, + "差しかから": { + "w_type": "godan verb stem", + "romaji": "sashikakara" + }, + "差しかかり": { + "w_type": "godan verb stem", + "romaji": "sashikakari" + }, + "差しかかれ": { + "w_type": "conjugated godan verb", + "romaji": "sashikakare" + }, + "差しかかろ": { + "w_type": "godan verb stem", + "romaji": "sashikakaro" + }, + "差しかかった": { + "w_type": "conjugated godan verb", + "romaji": "sashikakatta" + }, + "差しかかって": { + "w_type": "conjugated godan verb", + "romaji": "sashikakatte" + }, + "噛まさ": { + "w_type": "godan verb stem", + "romaji": "kamasa" + }, + "噛まし": { + "w_type": "godan verb stem", + "romaji": "kamashi" + }, + "噛ませ": { + "w_type": "conjugated godan verb", + "romaji": "kamase" + }, + "噛まそ": { + "w_type": "godan verb stem", + "romaji": "kamaso" + }, + "噛ました": { + "w_type": "conjugated godan verb", + "romaji": "kamashita" + }, + "噛まして": { + "w_type": "conjugated godan verb", + "romaji": "kamashite" + }, + "額ずか": { + "w_type": "godan verb stem", + "romaji": "nukazuka" + }, + "額ずき": { + "w_type": "godan verb stem", + "romaji": "nukazuki" + }, + "額ずけ": { + "w_type": "conjugated godan verb", + "romaji": "nukazuke" + }, + "額ずこ": { + "w_type": "godan verb stem", + "romaji": "nukazuko" + }, + "額ずいた": { + "w_type": "conjugated godan verb", + "romaji": "nukazuita" + }, + "額ずいて": { + "w_type": "conjugated godan verb", + "romaji": "nukazuite" + }, + "組み合さ": { + "w_type": "godan verb stem", + "romaji": "kumiawasa" + }, + "組み合し": { + "w_type": "godan verb stem", + "romaji": "kumiawashi" + }, + "組み合せ": { + "w_type": "conjugated godan verb", + "romaji": "kumiawase" + }, + "組み合そ": { + "w_type": "godan verb stem", + "romaji": "kumiawaso" + }, + "組み合した": { + "w_type": "conjugated godan verb", + "romaji": "kumiawashita" + }, + "組み合して": { + "w_type": "conjugated godan verb", + "romaji": "kumiawashite" + }, + "組み合わ": { + "w_type": "godan verb stem", + "romaji": "kumiawa" + }, + "組み合い": { + "w_type": "godan verb stem", + "romaji": "kumiai" + }, + "組み合え": { + "w_type": "conjugated godan verb", + "romaji": "kumiae" + }, + "組み合お": { + "w_type": "godan verb stem", + "romaji": "kumiao" + }, + "組み合った": { + "w_type": "conjugated godan verb", + "romaji": "kumiatta" + }, + "組み合って": { + "w_type": "conjugated godan verb", + "romaji": "kumiatte" + }, + "扱使わ": { + "w_type": "godan verb stem", + "romaji": "kokitsukawa" + }, + "扱使い": { + "w_type": "godan verb stem", + "romaji": "kokitsukai" + }, + "扱使え": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukae" + }, + "扱使お": { + "w_type": "godan verb stem", + "romaji": "kokitsukao" + }, + "扱使った": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukatta" + }, + "扱使って": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukatte" + }, + "張り倒さ": { + "w_type": "godan verb stem", + "romaji": "haritaosa" + }, + "張り倒し": { + "w_type": "godan verb stem", + "romaji": "haritaoshi" + }, + "張り倒せ": { + "w_type": "conjugated godan verb", + "romaji": "haritaose" + }, + "張り倒そ": { + "w_type": "godan verb stem", + "romaji": "haritaoso" + }, + "張り倒した": { + "w_type": "conjugated godan verb", + "romaji": "haritaoshita" + }, + "張り倒して": { + "w_type": "conjugated godan verb", + "romaji": "haritaoshite" + }, + "追い散らさ": { + "w_type": "godan verb stem", + "romaji": "oichirasa" + }, + "追い散らし": { + "w_type": "godan verb stem", + "romaji": "oichirashi" + }, + "追い散らせ": { + "w_type": "conjugated godan verb", + "romaji": "oichirase" + }, + "追い散らそ": { + "w_type": "godan verb stem", + "romaji": "oichiraso" + }, + "追い散らした": { + "w_type": "conjugated godan verb", + "romaji": "oichirashita" + }, + "追い散らして": { + "w_type": "conjugated godan verb", + "romaji": "oichirashite" + }, + "出し渋ら": { + "w_type": "godan verb stem", + "romaji": "dashishibura" + }, + "出し渋り": { + "w_type": "godan verb stem", + "romaji": "dashishiburi" + }, + "出し渋れ": { + "w_type": "conjugated godan verb", + "romaji": "dashishibure" + }, + "出し渋ろ": { + "w_type": "godan verb stem", + "romaji": "dashishiburo" + }, + "出し渋った": { + "w_type": "conjugated godan verb", + "romaji": "dashishibutta" + }, + "出し渋って": { + "w_type": "conjugated godan verb", + "romaji": "dashishibutte" + }, + "手伝わ": { + "w_type": "godan verb stem", + "romaji": "tetsudawa" + }, + "手伝い": { + "w_type": "godan verb stem", + "romaji": "tetsudai" + }, + "手伝え": { + "w_type": "conjugated godan verb", + "romaji": "tetsudae" + }, + "手伝お": { + "w_type": "godan verb stem", + "romaji": "tetsudao" + }, + "手伝った": { + "w_type": "conjugated godan verb", + "romaji": "tetsudatta" + }, + "手伝って": { + "w_type": "conjugated godan verb", + "romaji": "tetsudatte" + }, + "埋から": { + "w_type": "godan verb stem", + "romaji": "ikara" + }, + "埋かり": { + "w_type": "godan verb stem", + "romaji": "ikari" + }, + "埋かれ": { + "w_type": "conjugated godan verb", + "romaji": "ikare" + }, + "埋かろ": { + "w_type": "godan verb stem", + "romaji": "ikaro" + }, + "埋かった": { + "w_type": "conjugated godan verb", + "romaji": "ikatta" + }, + "埋かって": { + "w_type": "conjugated godan verb", + "romaji": "ikatte" + }, + "相照らさ": { + "w_type": "godan verb stem", + "romaji": "aiterasa" + }, + "相照らし": { + "w_type": "godan verb stem", + "romaji": "aiterashi" + }, + "相照らせ": { + "w_type": "conjugated godan verb", + "romaji": "aiterase" + }, + "相照らそ": { + "w_type": "godan verb stem", + "romaji": "aiteraso" + }, + "相照らした": { + "w_type": "conjugated godan verb", + "romaji": "aiterashita" + }, + "相照らして": { + "w_type": "conjugated godan verb", + "romaji": "aiterashite" + }, + "集わ": { + "w_type": "godan verb stem", + "romaji": "tsudowa" + }, + "集い": { + "w_type": "godan verb stem", + "romaji": "tsudoi" + }, + "集え": { + "w_type": "conjugated godan verb", + "romaji": "tsudoe" + }, + "集お": { + "w_type": "godan verb stem", + "romaji": "tsudoo" + }, + "集った": { + "w_type": "conjugated godan verb", + "romaji": "tsudotta" + }, + "集って": { + "w_type": "conjugated godan verb", + "romaji": "tsudotte" + }, + "降懸から": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降懸かり": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降懸かろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降懸かった": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降懸かって": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "煎ら": { + "w_type": "godan verb stem", + "romaji": "ira" + }, + "煎り": { + "w_type": "godan verb stem", + "romaji": "iri" + }, + "煎れ": { + "w_type": "conjugated godan verb", + "romaji": "ire" + }, + "煎ろ": { + "w_type": "godan verb stem", + "romaji": "iro" + }, + "煎った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "煎って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "引ん剥か": { + "w_type": "godan verb stem", + "romaji": "hinmuka" + }, + "引ん剥き": { + "w_type": "godan verb stem", + "romaji": "hinmuki" + }, + "引ん剥け": { + "w_type": "conjugated godan verb", + "romaji": "hinmuke" + }, + "引ん剥こ": { + "w_type": "godan verb stem", + "romaji": "hinmuko" + }, + "引ん剥いた": { + "w_type": "conjugated godan verb", + "romaji": "hinmuita" + }, + "引ん剥いて": { + "w_type": "conjugated godan verb", + "romaji": "hinmuite" + }, + "咬ま": { + "w_type": "godan verb stem", + "romaji": "kama" + }, + "咬み": { + "w_type": "godan verb stem", + "romaji": "kami" + }, + "咬め": { + "w_type": "conjugated godan verb", + "romaji": "kame" + }, + "咬も": { + "w_type": "godan verb stem", + "romaji": "kamo" + }, + "咬んだ": { + "w_type": "conjugated godan verb", + "romaji": "kanda" + }, + "咬んで": { + "w_type": "conjugated godan verb", + "romaji": "kande" + }, + "盛りあがら": { + "w_type": "godan verb stem", + "romaji": "moriagara" + }, + "盛りあがり": { + "w_type": "godan verb stem", + "romaji": "moriagari" + }, + "盛りあがれ": { + "w_type": "conjugated godan verb", + "romaji": "moriagare" + }, + "盛りあがろ": { + "w_type": "godan verb stem", + "romaji": "moriagaro" + }, + "盛りあがった": { + "w_type": "conjugated godan verb", + "romaji": "moriagatta" + }, + "盛りあがって": { + "w_type": "conjugated godan verb", + "romaji": "moriagatte" + }, + "刷ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "刷り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "刷れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "刷ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "刷った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "刷って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "塗りたくら": { + "w_type": "godan verb stem", + "romaji": "nuritakura" + }, + "塗りたくり": { + "w_type": "godan verb stem", + "romaji": "nuritakuri" + }, + "塗りたくれ": { + "w_type": "conjugated godan verb", + "romaji": "nuritakure" + }, + "塗りたくろ": { + "w_type": "godan verb stem", + "romaji": "nuritakuro" + }, + "塗りたくった": { + "w_type": "conjugated godan verb", + "romaji": "nuritakutta" + }, + "塗りたくって": { + "w_type": "conjugated godan verb", + "romaji": "nuritakutte" + }, + "蠢か": { + "w_type": "godan verb stem", + "romaji": "ugomeka" + }, + "蠢き": { + "w_type": "godan verb stem", + "romaji": "ugomeki" + }, + "蠢け": { + "w_type": "conjugated godan verb", + "romaji": "ugomeke" + }, + "蠢こ": { + "w_type": "godan verb stem", + "romaji": "ugomeko" + }, + "蠢いた": { + "w_type": "conjugated godan verb", + "romaji": "ugomeita" + }, + "蠢いて": { + "w_type": "conjugated godan verb", + "romaji": "ugomeite" + }, + "聞入ら": { + "w_type": "godan verb stem", + "romaji": "kikiira" + }, + "聞入り": { + "w_type": "godan verb stem", + "romaji": "kikiiri" + }, + "聞入れ": { + "w_type": "conjugated godan verb", + "romaji": "kikiire" + }, + "聞入ろ": { + "w_type": "godan verb stem", + "romaji": "kikiiro" + }, + "聞入った": { + "w_type": "conjugated godan verb", + "romaji": "kikiitta" + }, + "聞入って": { + "w_type": "conjugated godan verb", + "romaji": "kikiitte" + }, + "対わ": { + "w_type": "godan verb stem", + "romaji": "mukawa" + }, + "対い": { + "w_type": "godan verb stem", + "romaji": "mukai" + }, + "対え": { + "w_type": "conjugated godan verb", + "romaji": "mukae" + }, + "対お": { + "w_type": "godan verb stem", + "romaji": "mukao" + }, + "対った": { + "w_type": "conjugated godan verb", + "romaji": "mukatta" + }, + "対って": { + "w_type": "conjugated godan verb", + "romaji": "mukatte" + }, + "打ち倒さ": { + "w_type": "godan verb stem", + "romaji": "uchitaosa" + }, + "打ち倒し": { + "w_type": "godan verb stem", + "romaji": "uchitaoshi" + }, + "打ち倒せ": { + "w_type": "conjugated godan verb", + "romaji": "uchitaose" + }, + "打ち倒そ": { + "w_type": "godan verb stem", + "romaji": "uchitaoso" + }, + "打ち倒した": { + "w_type": "conjugated godan verb", + "romaji": "uchitaoshita" + }, + "打ち倒して": { + "w_type": "conjugated godan verb", + "romaji": "uchitaoshite" + }, + "押し合わ": { + "w_type": "godan verb stem", + "romaji": "oshiawa" + }, + "押し合い": { + "w_type": "godan verb stem", + "romaji": "oshiai" + }, + "押し合え": { + "w_type": "conjugated godan verb", + "romaji": "oshiae" + }, + "押し合お": { + "w_type": "godan verb stem", + "romaji": "oshiao" + }, + "押し合った": { + "w_type": "conjugated godan verb", + "romaji": "oshiatta" + }, + "押し合って": { + "w_type": "conjugated godan verb", + "romaji": "oshiatte" + }, + "引っぱりださ": { + "w_type": "godan verb stem", + "romaji": "hipparidasa" + }, + "引っぱりだし": { + "w_type": "godan verb stem", + "romaji": "hipparidashi" + }, + "引っぱりだせ": { + "w_type": "conjugated godan verb", + "romaji": "hipparidase" + }, + "引っぱりだそ": { + "w_type": "godan verb stem", + "romaji": "hipparidaso" + }, + "引っぱりだした": { + "w_type": "conjugated godan verb", + "romaji": "hipparidashita" + }, + "引っぱりだして": { + "w_type": "conjugated godan verb", + "romaji": "hipparidashite" + }, + "博さ": { + "w_type": "godan verb stem", + "romaji": "hakusa" + }, + "博し": { + "w_type": "godan verb stem", + "romaji": "hakushi" + }, + "博せ": { + "w_type": "conjugated godan verb", + "romaji": "hakuse" + }, + "博そ": { + "w_type": "godan verb stem", + "romaji": "hakuso" + }, + "博した": { + "w_type": "conjugated godan verb", + "romaji": "hakushita" + }, + "博して": { + "w_type": "conjugated godan verb", + "romaji": "hakushite" + }, + "褒め殺さ": { + "w_type": "godan verb stem", + "romaji": "homegorosa" + }, + "褒め殺し": { + "w_type": "godan verb stem", + "romaji": "homegoroshi" + }, + "褒め殺せ": { + "w_type": "conjugated godan verb", + "romaji": "homegorose" + }, + "褒め殺そ": { + "w_type": "godan verb stem", + "romaji": "homegoroso" + }, + "褒め殺した": { + "w_type": "conjugated godan verb", + "romaji": "homegoroshita" + }, + "褒め殺して": { + "w_type": "conjugated godan verb", + "romaji": "homegoroshite" + }, + "遣り合わ": { + "w_type": "godan verb stem", + "romaji": "yariawa" + }, + "遣り合い": { + "w_type": "godan verb stem", + "romaji": "yariai" + }, + "遣り合え": { + "w_type": "conjugated godan verb", + "romaji": "yariae" + }, + "遣り合お": { + "w_type": "godan verb stem", + "romaji": "yariao" + }, + "遣り合った": { + "w_type": "conjugated godan verb", + "romaji": "yariatta" + }, + "遣り合って": { + "w_type": "conjugated godan verb", + "romaji": "yariatte" + }, + "立ち向かわ": { + "w_type": "godan verb stem", + "romaji": "tachimukawa" + }, + "立ち向かい": { + "w_type": "godan verb stem", + "romaji": "tachimukai" + }, + "立ち向かえ": { + "w_type": "conjugated godan verb", + "romaji": "tachimukae" + }, + "立ち向かお": { + "w_type": "godan verb stem", + "romaji": "tachimukao" + }, + "立ち向かった": { + "w_type": "conjugated godan verb", + "romaji": "tachimukatta" + }, + "立ち向かって": { + "w_type": "conjugated godan verb", + "romaji": "tachimukatte" + }, + "在り付か": { + "w_type": "godan verb stem", + "romaji": "aritsuka" + }, + "在り付き": { + "w_type": "godan verb stem", + "romaji": "aritsuki" + }, + "在り付け": { + "w_type": "conjugated godan verb", + "romaji": "aritsuke" + }, + "在り付こ": { + "w_type": "godan verb stem", + "romaji": "aritsuko" + }, + "在り付いた": { + "w_type": "conjugated godan verb", + "romaji": "aritsuita" + }, + "在り付いて": { + "w_type": "conjugated godan verb", + "romaji": "aritsuite" + }, + "気づか": { + "w_type": "godan verb stem", + "romaji": "kizuka" + }, + "気づき": { + "w_type": "godan verb stem", + "romaji": "kizuki" + }, + "気づけ": { + "w_type": "conjugated godan verb", + "romaji": "kizuke" + }, + "気づこ": { + "w_type": "godan verb stem", + "romaji": "kizuko" + }, + "気づいた": { + "w_type": "conjugated godan verb", + "romaji": "kizuita" + }, + "気づいて": { + "w_type": "conjugated godan verb", + "romaji": "kizuite" + }, + "買い込ま": { + "w_type": "godan verb stem", + "romaji": "kaikoma" + }, + "買い込み": { + "w_type": "godan verb stem", + "romaji": "kaikomi" + }, + "買い込め": { + "w_type": "conjugated godan verb", + "romaji": "kaikome" + }, + "買い込も": { + "w_type": "godan verb stem", + "romaji": "kaikomo" + }, + "買い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaikonda" + }, + "買い込んで": { + "w_type": "conjugated godan verb", + "romaji": "kaikonde" + }, + "忍びよら": { + "w_type": "godan verb stem", + "romaji": "shinobiyora" + }, + "忍びより": { + "w_type": "godan verb stem", + "romaji": "shinobiyori" + }, + "忍びよれ": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyore" + }, + "忍びよろ": { + "w_type": "godan verb stem", + "romaji": "shinobiyoro" + }, + "忍びよった": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyotta" + }, + "忍びよって": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyotte" + }, + "伸し掛から": { + "w_type": "godan verb stem", + "romaji": "noshikakara" + }, + "伸し掛かり": { + "w_type": "godan verb stem", + "romaji": "noshikakari" + }, + "伸し掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "noshikakare" + }, + "伸し掛かろ": { + "w_type": "godan verb stem", + "romaji": "noshikakaro" + }, + "伸し掛かった": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatta" + }, + "伸し掛かって": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatte" + }, + "出渋ら": { + "w_type": "godan verb stem", + "romaji": "deshibura" + }, + "出渋り": { + "w_type": "godan verb stem", + "romaji": "deshiburi" + }, + "出渋れ": { + "w_type": "conjugated godan verb", + "romaji": "deshibure" + }, + "出渋ろ": { + "w_type": "godan verb stem", + "romaji": "deshiburo" + }, + "出渋った": { + "w_type": "conjugated godan verb", + "romaji": "deshibutta" + }, + "出渋って": { + "w_type": "conjugated godan verb", + "romaji": "deshibutte" + }, + "擽ぐら": { + "w_type": "godan verb stem", + "romaji": "kusugura" + }, + "擽ぐり": { + "w_type": "godan verb stem", + "romaji": "kusuguri" + }, + "擽ぐれ": { + "w_type": "conjugated godan verb", + "romaji": "kusugure" + }, + "擽ぐろ": { + "w_type": "godan verb stem", + "romaji": "kusuguro" + }, + "擽ぐった": { + "w_type": "conjugated godan verb", + "romaji": "kusugutta" + }, + "擽ぐって": { + "w_type": "conjugated godan verb", + "romaji": "kusugutte" + }, + "匂わさ": { + "w_type": "godan verb stem", + "romaji": "niowasa" + }, + "匂わし": { + "w_type": "godan verb stem", + "romaji": "niowashi" + }, + "匂わせ": { + "w_type": "conjugated godan verb", + "romaji": "niowase" + }, + "匂わそ": { + "w_type": "godan verb stem", + "romaji": "niowaso" + }, + "匂わした": { + "w_type": "conjugated godan verb", + "romaji": "niowashita" + }, + "匂わして": { + "w_type": "conjugated godan verb", + "romaji": "niowashite" + }, + "急かさ": { + "w_type": "godan verb stem", + "romaji": "sekasa" + }, + "急かし": { + "w_type": "godan verb stem", + "romaji": "sekashi" + }, + "急かせ": { + "w_type": "conjugated godan verb", + "romaji": "sekase" + }, + "急かそ": { + "w_type": "godan verb stem", + "romaji": "sekaso" + }, + "急かした": { + "w_type": "conjugated godan verb", + "romaji": "sekashita" + }, + "急かして": { + "w_type": "conjugated godan verb", + "romaji": "sekashite" + }, + "暮れ掛から": { + "w_type": "godan verb stem", + "romaji": "kurekakara" + }, + "暮れ掛かり": { + "w_type": "godan verb stem", + "romaji": "kurekakari" + }, + "暮れ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kurekakare" + }, + "暮れ掛かろ": { + "w_type": "godan verb stem", + "romaji": "kurekakaro" + }, + "暮れ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kurekakatta" + }, + "暮れ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kurekakatte" + }, + "織ら": { + "w_type": "godan verb stem", + "romaji": "ora" + }, + "織り": { + "w_type": "godan verb stem", + "romaji": "ori" + }, + "織れ": { + "w_type": "conjugated godan verb", + "romaji": "ore" + }, + "織ろ": { + "w_type": "godan verb stem", + "romaji": "oro" + }, + "織った": { + "w_type": "conjugated godan verb", + "romaji": "otta" + }, + "織って": { + "w_type": "conjugated godan verb", + "romaji": "otte" + }, + "相継が": { + "w_type": "godan verb stem", + "romaji": "aitsuga" + }, + "相継ぎ": { + "w_type": "godan verb stem", + "romaji": "aitsugi" + }, + "相継げ": { + "w_type": "conjugated godan verb", + "romaji": "aitsuge" + }, + "相継ご": { + "w_type": "godan verb stem", + "romaji": "aitsugo" + }, + "相継いだ": { + "w_type": "conjugated godan verb", + "romaji": "aitsuida" + }, + "相継いで": { + "w_type": "conjugated godan verb", + "romaji": "aitsuide" + }, + "臆さ": { + "w_type": "godan verb stem", + "romaji": "okusa" + }, + "臆し": { + "w_type": "godan verb stem", + "romaji": "okushi" + }, + "臆せ": { + "w_type": "conjugated godan verb", + "romaji": "okuse" + }, + "臆そ": { + "w_type": "godan verb stem", + "romaji": "okuso" + }, + "臆した": { + "w_type": "conjugated godan verb", + "romaji": "okushita" + }, + "臆して": { + "w_type": "conjugated godan verb", + "romaji": "okushite" + }, + "打勝た": { + "w_type": "godan verb stem", + "romaji": "uchikata" + }, + "打勝ち": { + "w_type": "godan verb stem", + "romaji": "uchikachi" + }, + "打勝て": { + "w_type": "conjugated godan verb", + "romaji": "uchikate" + }, + "打勝と": { + "w_type": "godan verb stem", + "romaji": "uchikato" + }, + "打勝った": { + "w_type": "conjugated godan verb", + "romaji": "uchikatta" + }, + "打勝って": { + "w_type": "conjugated godan verb", + "romaji": "uchikatte" + }, + "取り交わさ": { + "w_type": "godan verb stem", + "romaji": "torikawasa" + }, + "取り交わし": { + "w_type": "godan verb stem", + "romaji": "torikawashi" + }, + "取り交わせ": { + "w_type": "conjugated godan verb", + "romaji": "torikawase" + }, + "取り交わそ": { + "w_type": "godan verb stem", + "romaji": "torikawaso" + }, + "取り交わした": { + "w_type": "conjugated godan verb", + "romaji": "torikawashita" + }, + "取り交わして": { + "w_type": "conjugated godan verb", + "romaji": "torikawashite" + }, + "仰せ付から": { + "w_type": "godan verb stem", + "romaji": "oosetsukara" + }, + "仰せ付かり": { + "w_type": "godan verb stem", + "romaji": "oosetsukari" + }, + "仰せ付かれ": { + "w_type": "conjugated godan verb", + "romaji": "oosetsukare" + }, + "仰せ付かろ": { + "w_type": "godan verb stem", + "romaji": "oosetsukaro" + }, + "仰せ付かった": { + "w_type": "conjugated godan verb", + "romaji": "oosetsukatta" + }, + "仰せ付かって": { + "w_type": "conjugated godan verb", + "romaji": "oosetsukatte" + }, + "飛びまわら": { + "w_type": "godan verb stem", + "romaji": "tobimawara" + }, + "飛びまわり": { + "w_type": "godan verb stem", + "romaji": "tobimawari" + }, + "飛びまわれ": { + "w_type": "conjugated godan verb", + "romaji": "tobimaware" + }, + "飛びまわろ": { + "w_type": "godan verb stem", + "romaji": "tobimawaro" + }, + "飛びまわった": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatta" + }, + "飛びまわって": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatte" + }, + "振り撒か": { + "w_type": "godan verb stem", + "romaji": "furimaka" + }, + "振り撒き": { + "w_type": "godan verb stem", + "romaji": "furimaki" + }, + "振り撒け": { + "w_type": "conjugated godan verb", + "romaji": "furimake" + }, + "振り撒こ": { + "w_type": "godan verb stem", + "romaji": "furimako" + }, + "振り撒いた": { + "w_type": "conjugated godan verb", + "romaji": "furimaita" + }, + "振り撒いて": { + "w_type": "conjugated godan verb", + "romaji": "furimaite" + }, + "晴れ渡ら": { + "w_type": "godan verb stem", + "romaji": "harewatara" + }, + "晴れ渡り": { + "w_type": "godan verb stem", + "romaji": "harewatari" + }, + "晴れ渡れ": { + "w_type": "conjugated godan verb", + "romaji": "harewatare" + }, + "晴れ渡ろ": { + "w_type": "godan verb stem", + "romaji": "harewataro" + }, + "晴れ渡った": { + "w_type": "conjugated godan verb", + "romaji": "harewatatta" + }, + "晴れ渡って": { + "w_type": "conjugated godan verb", + "romaji": "harewatatte" + }, + "辿ら": { + "w_type": "godan verb stem", + "romaji": "tadora" + }, + "辿り": { + "w_type": "godan verb stem", + "romaji": "tadori" + }, + "辿れ": { + "w_type": "conjugated godan verb", + "romaji": "tadore" + }, + "辿ろ": { + "w_type": "godan verb stem", + "romaji": "tadoro" + }, + "辿った": { + "w_type": "conjugated godan verb", + "romaji": "tadotta" + }, + "辿って": { + "w_type": "conjugated godan verb", + "romaji": "tadotte" + }, + "明るま": { + "w_type": "godan verb stem", + "romaji": "akaruma" + }, + "明るみ": { + "w_type": "godan verb stem", + "romaji": "akarumi" + }, + "明るめ": { + "w_type": "conjugated godan verb", + "romaji": "akarume" + }, + "明るも": { + "w_type": "godan verb stem", + "romaji": "akarumo" + }, + "明るんだ": { + "w_type": "conjugated godan verb", + "romaji": "akarunda" + }, + "明るんで": { + "w_type": "conjugated godan verb", + "romaji": "akarunde" + }, + "寄りそわ": { + "w_type": "godan verb stem", + "romaji": "yorisowa" + }, + "寄りそい": { + "w_type": "godan verb stem", + "romaji": "yorisoi" + }, + "寄りそえ": { + "w_type": "conjugated godan verb", + "romaji": "yorisoe" + }, + "寄りそお": { + "w_type": "godan verb stem", + "romaji": "yorisoo" + }, + "寄りそった": { + "w_type": "conjugated godan verb", + "romaji": "yorisotta" + }, + "寄りそって": { + "w_type": "conjugated godan verb", + "romaji": "yorisotte" + }, + "言出さ": { + "w_type": "godan verb stem", + "romaji": "iidasa" + }, + "言出し": { + "w_type": "godan verb stem", + "romaji": "iidashi" + }, + "言出せ": { + "w_type": "conjugated godan verb", + "romaji": "iidase" + }, + "言出そ": { + "w_type": "godan verb stem", + "romaji": "iidaso" + }, + "言出した": { + "w_type": "conjugated godan verb", + "romaji": "iidashita" + }, + "言出して": { + "w_type": "conjugated godan verb", + "romaji": "iidashite" + }, + "引き下がら": { + "w_type": "godan verb stem", + "romaji": "hikisagara" + }, + "引き下がり": { + "w_type": "godan verb stem", + "romaji": "hikisagari" + }, + "引き下がれ": { + "w_type": "conjugated godan verb", + "romaji": "hikisagare" + }, + "引き下がろ": { + "w_type": "godan verb stem", + "romaji": "hikisagaro" + }, + "引き下がった": { + "w_type": "conjugated godan verb", + "romaji": "hikisagatta" + }, + "引き下がって": { + "w_type": "conjugated godan verb", + "romaji": "hikisagatte" + }, + "漬から": { + "w_type": "godan verb stem", + "romaji": "tsukara" + }, + "漬かり": { + "w_type": "godan verb stem", + "romaji": "tsukari" + }, + "漬かれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukare" + }, + "漬かろ": { + "w_type": "godan verb stem", + "romaji": "tsukaro" + }, + "漬かった": { + "w_type": "conjugated godan verb", + "romaji": "tsukatta" + }, + "漬かって": { + "w_type": "conjugated godan verb", + "romaji": "tsukatte" + }, + "揉解さ": { + "w_type": "godan verb stem", + "romaji": "momihogusa" + }, + "揉解し": { + "w_type": "godan verb stem", + "romaji": "momihogushi" + }, + "揉解せ": { + "w_type": "conjugated godan verb", + "romaji": "momihoguse" + }, + "揉解そ": { + "w_type": "godan verb stem", + "romaji": "momihoguso" + }, + "揉解した": { + "w_type": "conjugated godan verb", + "romaji": "momihogushita" + }, + "揉解して": { + "w_type": "conjugated godan verb", + "romaji": "momihogushite" + }, + "積増さ": { + "w_type": "godan verb stem", + "romaji": "tsumimasa" + }, + "積増し": { + "w_type": "godan verb stem", + "romaji": "tsumimashi" + }, + "積増せ": { + "w_type": "conjugated godan verb", + "romaji": "tsumimase" + }, + "積増そ": { + "w_type": "godan verb stem", + "romaji": "tsumimaso" + }, + "積増した": { + "w_type": "conjugated godan verb", + "romaji": "tsumimashita" + }, + "積増して": { + "w_type": "conjugated godan verb", + "romaji": "tsumimashite" + }, + "ぶっ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "buttobasa" + }, + "ぶっ飛ばし": { + "w_type": "godan verb stem", + "romaji": "buttobashi" + }, + "ぶっ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "buttobase" + }, + "ぶっ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "buttobaso" + }, + "ぶっ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "buttobashita" + }, + "ぶっ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "buttobashite" + }, + "悩ま": { + "w_type": "godan verb stem", + "romaji": "nayama" + }, + "悩み": { + "w_type": "godan verb stem", + "romaji": "nayami" + }, + "悩め": { + "w_type": "conjugated godan verb", + "romaji": "nayame" + }, + "悩も": { + "w_type": "godan verb stem", + "romaji": "nayamo" + }, + "悩んだ": { + "w_type": "conjugated godan verb", + "romaji": "nayanda" + }, + "悩んで": { + "w_type": "conjugated godan verb", + "romaji": "nayande" + }, + "躱さ": { + "w_type": "godan verb stem", + "romaji": "kawasa" + }, + "躱し": { + "w_type": "godan verb stem", + "romaji": "kawashi" + }, + "躱せ": { + "w_type": "conjugated godan verb", + "romaji": "kawase" + }, + "躱そ": { + "w_type": "godan verb stem", + "romaji": "kawaso" + }, + "躱した": { + "w_type": "conjugated godan verb", + "romaji": "kawashita" + }, + "躱して": { + "w_type": "conjugated godan verb", + "romaji": "kawashite" + }, + "重吹か": { + "w_type": "godan verb stem", + "romaji": "shibuka" + }, + "重吹き": { + "w_type": "godan verb stem", + "romaji": "shibuki" + }, + "重吹け": { + "w_type": "conjugated godan verb", + "romaji": "shibuke" + }, + "重吹こ": { + "w_type": "godan verb stem", + "romaji": "shibuko" + }, + "重吹いた": { + "w_type": "conjugated godan verb", + "romaji": "shibuita" + }, + "重吹いて": { + "w_type": "conjugated godan verb", + "romaji": "shibuite" + }, + "突っ立た": { + "w_type": "godan verb stem", + "romaji": "tsuttata" + }, + "突っ立ち": { + "w_type": "godan verb stem", + "romaji": "tsuttachi" + }, + "突っ立て": { + "w_type": "conjugated godan verb", + "romaji": "tsuttate" + }, + "突っ立と": { + "w_type": "godan verb stem", + "romaji": "tsuttato" + }, + "突っ立った": { + "w_type": "conjugated godan verb", + "romaji": "tsuttatta" + }, + "突っ立って": { + "w_type": "conjugated godan verb", + "romaji": "tsuttatte" + }, + "読込ま": { + "w_type": "godan verb stem", + "romaji": "yomikoma" + }, + "読込み": { + "w_type": "godan verb stem", + "romaji": "yomikomi" + }, + "読込め": { + "w_type": "conjugated godan verb", + "romaji": "yomikome" + }, + "読込も": { + "w_type": "godan verb stem", + "romaji": "yomikomo" + }, + "読込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yomikonda" + }, + "読込んで": { + "w_type": "conjugated godan verb", + "romaji": "yomikonde" + }, + "摑ま": { + "w_type": "godan verb stem", + "romaji": "tsukama" + }, + "摑み": { + "w_type": "godan verb stem", + "romaji": "tsukami" + }, + "摑め": { + "w_type": "conjugated godan verb", + "romaji": "tsukame" + }, + "摑も": { + "w_type": "godan verb stem", + "romaji": "tsukamo" + }, + "摑んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukanda" + }, + "摑んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukande" + }, + "回りださ": { + "w_type": "godan verb stem", + "romaji": "mawaridasa" + }, + "回りだし": { + "w_type": "godan verb stem", + "romaji": "mawaridashi" + }, + "回りだせ": { + "w_type": "conjugated godan verb", + "romaji": "mawaridase" + }, + "回りだそ": { + "w_type": "godan verb stem", + "romaji": "mawaridaso" + }, + "回りだした": { + "w_type": "conjugated godan verb", + "romaji": "mawaridashita" + }, + "回りだして": { + "w_type": "conjugated godan verb", + "romaji": "mawaridashite" + }, + "帰さ": { + "w_type": "godan verb stem", + "romaji": "kaesa" + }, + "帰し": { + "w_type": "godan verb stem", + "romaji": "kaeshi" + }, + "帰せ": { + "w_type": "conjugated godan verb", + "romaji": "kaese" + }, + "帰そ": { + "w_type": "godan verb stem", + "romaji": "kaeso" + }, + "帰した": { + "w_type": "conjugated godan verb", + "romaji": "kaeshita" + }, + "帰して": { + "w_type": "conjugated godan verb", + "romaji": "kaeshite" + }, + "起ら": { + "w_type": "godan verb stem", + "romaji": "okora" + }, + "起り": { + "w_type": "godan verb stem", + "romaji": "okori" + }, + "起れ": { + "w_type": "conjugated godan verb", + "romaji": "okore" + }, + "起ろ": { + "w_type": "godan verb stem", + "romaji": "okoro" + }, + "起った": { + "w_type": "conjugated godan verb", + "romaji": "okotta" + }, + "起って": { + "w_type": "conjugated godan verb", + "romaji": "okotte" + }, + "つれ添わ": { + "w_type": "godan verb stem", + "romaji": "tsuresowa" + }, + "つれ添い": { + "w_type": "godan verb stem", + "romaji": "tsuresoi" + }, + "つれ添え": { + "w_type": "conjugated godan verb", + "romaji": "tsuresoe" + }, + "つれ添お": { + "w_type": "godan verb stem", + "romaji": "tsuresoo" + }, + "つれ添った": { + "w_type": "conjugated godan verb", + "romaji": "tsuresotta" + }, + "つれ添って": { + "w_type": "conjugated godan verb", + "romaji": "tsuresotte" + }, + "点ら": { + "w_type": "godan verb stem", + "romaji": "tomora" + }, + "点り": { + "w_type": "godan verb stem", + "romaji": "tomori" + }, + "点れ": { + "w_type": "conjugated godan verb", + "romaji": "tomore" + }, + "点ろ": { + "w_type": "godan verb stem", + "romaji": "tomoro" + }, + "点った": { + "w_type": "conjugated godan verb", + "romaji": "tomotta" + }, + "点って": { + "w_type": "conjugated godan verb", + "romaji": "tomotte" + }, + "繰廻さ": { + "w_type": "godan verb stem", + "romaji": "kurimawasa" + }, + "繰廻し": { + "w_type": "godan verb stem", + "romaji": "kurimawashi" + }, + "繰廻せ": { + "w_type": "conjugated godan verb", + "romaji": "kurimawase" + }, + "繰廻そ": { + "w_type": "godan verb stem", + "romaji": "kurimawaso" + }, + "繰廻した": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashita" + }, + "繰廻して": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashite" + }, + "考え直さ": { + "w_type": "godan verb stem", + "romaji": "kangaenaosa" + }, + "考え直し": { + "w_type": "godan verb stem", + "romaji": "kangaenaoshi" + }, + "考え直せ": { + "w_type": "conjugated godan verb", + "romaji": "kangaenaose" + }, + "考え直そ": { + "w_type": "godan verb stem", + "romaji": "kangaenaoso" + }, + "考え直した": { + "w_type": "conjugated godan verb", + "romaji": "kangaenaoshita" + }, + "考え直して": { + "w_type": "conjugated godan verb", + "romaji": "kangaenaoshite" + }, + "討取ら": { + "w_type": "godan verb stem", + "romaji": "uchitora" + }, + "討取り": { + "w_type": "godan verb stem", + "romaji": "uchitori" + }, + "討取れ": { + "w_type": "conjugated godan verb", + "romaji": "uchitore" + }, + "討取ろ": { + "w_type": "godan verb stem", + "romaji": "uchitoro" + }, + "討取った": { + "w_type": "conjugated godan verb", + "romaji": "uchitotta" + }, + "討取って": { + "w_type": "conjugated godan verb", + "romaji": "uchitotte" + }, + "うつ向か": { + "w_type": "godan verb stem", + "romaji": "utsumuka" + }, + "うつ向き": { + "w_type": "godan verb stem", + "romaji": "utsumuki" + }, + "うつ向け": { + "w_type": "conjugated godan verb", + "romaji": "utsumuke" + }, + "うつ向こ": { + "w_type": "godan verb stem", + "romaji": "utsumuko" + }, + "うつ向いた": { + "w_type": "conjugated godan verb", + "romaji": "utsumuita" + }, + "うつ向いて": { + "w_type": "conjugated godan verb", + "romaji": "utsumuite" + }, + "患いつか": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuka" + }, + "患いつき": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuki" + }, + "患いつけ": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuke" + }, + "患いつこ": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuko" + }, + "患いついた": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuita" + }, + "患いついて": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuite" + }, + "わり込ま": { + "w_type": "godan verb stem", + "romaji": "warikoma" + }, + "わり込み": { + "w_type": "godan verb stem", + "romaji": "warikomi" + }, + "わり込め": { + "w_type": "conjugated godan verb", + "romaji": "warikome" + }, + "わり込も": { + "w_type": "godan verb stem", + "romaji": "warikomo" + }, + "わり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "warikonda" + }, + "わり込んで": { + "w_type": "conjugated godan verb", + "romaji": "warikonde" + }, + "従わ": { + "w_type": "godan verb stem", + "romaji": "shitagawa" + }, + "従い": { + "w_type": "godan verb stem", + "romaji": "shitagai" + }, + "従え": { + "w_type": "conjugated godan verb", + "romaji": "shitagae" + }, + "従お": { + "w_type": "godan verb stem", + "romaji": "shitagao" + }, + "従った": { + "w_type": "conjugated godan verb", + "romaji": "shitagatta" + }, + "従って": { + "w_type": "conjugated godan verb", + "romaji": "shitagatte" + }, + "売捌か": { + "w_type": "godan verb stem", + "romaji": "urisabaka" + }, + "売捌き": { + "w_type": "godan verb stem", + "romaji": "urisabaki" + }, + "売捌け": { + "w_type": "conjugated godan verb", + "romaji": "urisabake" + }, + "売捌こ": { + "w_type": "godan verb stem", + "romaji": "urisabako" + }, + "売捌いた": { + "w_type": "conjugated godan verb", + "romaji": "urisabaita" + }, + "売捌いて": { + "w_type": "conjugated godan verb", + "romaji": "urisabaite" + }, + "着込ま": { + "w_type": "godan verb stem", + "romaji": "kikoma" + }, + "着込み": { + "w_type": "godan verb stem", + "romaji": "kikomi" + }, + "着込め": { + "w_type": "conjugated godan verb", + "romaji": "kikome" + }, + "着込も": { + "w_type": "godan verb stem", + "romaji": "kikomo" + }, + "着込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kikonda" + }, + "着込んで": { + "w_type": "conjugated godan verb", + "romaji": "kikonde" + }, + "覆い隠さ": { + "w_type": "godan verb stem", + "romaji": "ooikakusa" + }, + "覆い隠し": { + "w_type": "godan verb stem", + "romaji": "ooikakushi" + }, + "覆い隠せ": { + "w_type": "conjugated godan verb", + "romaji": "ooikakuse" + }, + "覆い隠そ": { + "w_type": "godan verb stem", + "romaji": "ooikakuso" + }, + "覆い隠した": { + "w_type": "conjugated godan verb", + "romaji": "ooikakushita" + }, + "覆い隠して": { + "w_type": "conjugated godan verb", + "romaji": "ooikakushite" + }, + "煮え立た": { + "w_type": "godan verb stem", + "romaji": "nietata" + }, + "煮え立ち": { + "w_type": "godan verb stem", + "romaji": "nietachi" + }, + "煮え立て": { + "w_type": "conjugated godan verb", + "romaji": "nietate" + }, + "煮え立と": { + "w_type": "godan verb stem", + "romaji": "nietato" + }, + "煮え立った": { + "w_type": "conjugated godan verb", + "romaji": "nietatta" + }, + "煮え立って": { + "w_type": "conjugated godan verb", + "romaji": "nietatte" + }, + "擂り潰さ": { + "w_type": "godan verb stem", + "romaji": "suritsubusa" + }, + "擂り潰し": { + "w_type": "godan verb stem", + "romaji": "suritsubushi" + }, + "擂り潰せ": { + "w_type": "conjugated godan verb", + "romaji": "suritsubuse" + }, + "擂り潰そ": { + "w_type": "godan verb stem", + "romaji": "suritsubuso" + }, + "擂り潰した": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushita" + }, + "擂り潰して": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushite" + }, + "纏まら": { + "w_type": "godan verb stem", + "romaji": "matomara" + }, + "纏まり": { + "w_type": "godan verb stem", + "romaji": "matomari" + }, + "纏まれ": { + "w_type": "conjugated godan verb", + "romaji": "matomare" + }, + "纏まろ": { + "w_type": "godan verb stem", + "romaji": "matomaro" + }, + "纏まった": { + "w_type": "conjugated godan verb", + "romaji": "matomatta" + }, + "纏まって": { + "w_type": "conjugated godan verb", + "romaji": "matomatte" + }, + "摘み取ら": { + "w_type": "godan verb stem", + "romaji": "tsumamitora" + }, + "摘み取り": { + "w_type": "godan verb stem", + "romaji": "tsumamitori" + }, + "摘み取れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumamitore" + }, + "摘み取ろ": { + "w_type": "godan verb stem", + "romaji": "tsumamitoro" + }, + "摘み取った": { + "w_type": "conjugated godan verb", + "romaji": "tsumamitotta" + }, + "摘み取って": { + "w_type": "conjugated godan verb", + "romaji": "tsumamitotte" + }, + "取り結ば": { + "w_type": "godan verb stem", + "romaji": "torimusuba" + }, + "取り結び": { + "w_type": "godan verb stem", + "romaji": "torimusubi" + }, + "取り結べ": { + "w_type": "conjugated godan verb", + "romaji": "torimusube" + }, + "取り結ぼ": { + "w_type": "godan verb stem", + "romaji": "torimusubo" + }, + "取り結んだ": { + "w_type": "conjugated godan verb", + "romaji": "torimusunda" + }, + "取り結んで": { + "w_type": "conjugated godan verb", + "romaji": "torimusunde" + }, + "書き著さ": { + "w_type": "godan verb stem", + "romaji": "kakiarawasa" + }, + "書き著し": { + "w_type": "godan verb stem", + "romaji": "kakiarawashi" + }, + "書き著せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawase" + }, + "書き著そ": { + "w_type": "godan verb stem", + "romaji": "kakiarawaso" + }, + "書き著した": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawashita" + }, + "書き著して": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawashite" + }, + "会わ": { + "w_type": "godan verb stem", + "romaji": "awa" + }, + "会い": { + "w_type": "godan verb stem", + "romaji": "ai" + }, + "会え": { + "w_type": "conjugated godan verb", + "romaji": "ae" + }, + "会お": { + "w_type": "godan verb stem", + "romaji": "ao" + }, + "会った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "会って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "鋳込ま": { + "w_type": "godan verb stem", + "romaji": "ikoma" + }, + "鋳込み": { + "w_type": "godan verb stem", + "romaji": "ikomi" + }, + "鋳込め": { + "w_type": "conjugated godan verb", + "romaji": "ikome" + }, + "鋳込も": { + "w_type": "godan verb stem", + "romaji": "ikomo" + }, + "鋳込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikonda" + }, + "鋳込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikonde" + }, + "折ら": { + "w_type": "godan verb stem", + "romaji": "ora" + }, + "折り": { + "w_type": "godan verb stem", + "romaji": "ori" + }, + "折れ": { + "w_type": "conjugated godan verb", + "romaji": "ore" + }, + "折ろ": { + "w_type": "godan verb stem", + "romaji": "oro" + }, + "折った": { + "w_type": "conjugated godan verb", + "romaji": "otta" + }, + "折って": { + "w_type": "conjugated godan verb", + "romaji": "otte" + }, + "為し終わら": { + "w_type": "godan verb stem", + "romaji": "nashiowara" + }, + "為し終わり": { + "w_type": "godan verb stem", + "romaji": "nashiowari" + }, + "為し終われ": { + "w_type": "conjugated godan verb", + "romaji": "nashioware" + }, + "為し終わろ": { + "w_type": "godan verb stem", + "romaji": "nashiowaro" + }, + "為し終わった": { + "w_type": "conjugated godan verb", + "romaji": "nashiowatta" + }, + "為し終わって": { + "w_type": "conjugated godan verb", + "romaji": "nashiowatte" + }, + "集まら": { + "w_type": "godan verb stem", + "romaji": "atsumara" + }, + "集まり": { + "w_type": "godan verb stem", + "romaji": "atsumari" + }, + "集まれ": { + "w_type": "conjugated godan verb", + "romaji": "atsumare" + }, + "集まろ": { + "w_type": "godan verb stem", + "romaji": "atsumaro" + }, + "集まった": { + "w_type": "conjugated godan verb", + "romaji": "atsumatta" + }, + "集まって": { + "w_type": "conjugated godan verb", + "romaji": "atsumatte" + }, + "折が": { + "w_type": "godan verb stem", + "romaji": "haga" + }, + "折ぎ": { + "w_type": "godan verb stem", + "romaji": "hagi" + }, + "折げ": { + "w_type": "conjugated godan verb", + "romaji": "hage" + }, + "折ご": { + "w_type": "godan verb stem", + "romaji": "hago" + }, + "折いだ": { + "w_type": "conjugated godan verb", + "romaji": "haida" + }, + "折いで": { + "w_type": "conjugated godan verb", + "romaji": "haide" + }, + "這い上がら": { + "w_type": "godan verb stem", + "romaji": "haiagara" + }, + "這い上がり": { + "w_type": "godan verb stem", + "romaji": "haiagari" + }, + "這い上がれ": { + "w_type": "conjugated godan verb", + "romaji": "haiagare" + }, + "這い上がろ": { + "w_type": "godan verb stem", + "romaji": "haiagaro" + }, + "這い上がった": { + "w_type": "conjugated godan verb", + "romaji": "haiagatta" + }, + "這い上がって": { + "w_type": "conjugated godan verb", + "romaji": "haiagatte" + }, + "張ら": { + "w_type": "godan verb stem", + "romaji": "hara" + }, + "張り": { + "w_type": "godan verb stem", + "romaji": "hari" + }, + "張れ": { + "w_type": "conjugated godan verb", + "romaji": "hare" + }, + "張ろ": { + "w_type": "godan verb stem", + "romaji": "haro" + }, + "張った": { + "w_type": "conjugated godan verb", + "romaji": "hatta" + }, + "張って": { + "w_type": "conjugated godan verb", + "romaji": "hatte" + }, + "斥か": { + "w_type": "godan verb stem", + "romaji": "shirizoka" + }, + "斥き": { + "w_type": "godan verb stem", + "romaji": "shirizoki" + }, + "斥け": { + "w_type": "conjugated godan verb", + "romaji": "shirizoke" + }, + "斥こ": { + "w_type": "godan verb stem", + "romaji": "shirizoko" + }, + "斥いた": { + "w_type": "conjugated godan verb", + "romaji": "shirizoita" + }, + "斥いて": { + "w_type": "conjugated godan verb", + "romaji": "shirizoite" + }, + "障ら": { + "w_type": "godan verb stem", + "romaji": "sawara" + }, + "障り": { + "w_type": "godan verb stem", + "romaji": "sawari" + }, + "障れ": { + "w_type": "conjugated godan verb", + "romaji": "saware" + }, + "障ろ": { + "w_type": "godan verb stem", + "romaji": "sawaro" + }, + "障った": { + "w_type": "conjugated godan verb", + "romaji": "sawatta" + }, + "障って": { + "w_type": "conjugated godan verb", + "romaji": "sawatte" + }, + "斬掛から": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "斬掛かり": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "斬掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "斬掛かろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "斬掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "斬掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "圧潰さ": { + "w_type": "godan verb stem", + "romaji": "oshitsubusa" + }, + "圧潰し": { + "w_type": "godan verb stem", + "romaji": "oshitsubushi" + }, + "圧潰せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubuse" + }, + "圧潰そ": { + "w_type": "godan verb stem", + "romaji": "oshitsubuso" + }, + "圧潰した": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushita" + }, + "圧潰して": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushite" + }, + "眠ら": { + "w_type": "godan verb stem", + "romaji": "nemura" + }, + "眠り": { + "w_type": "godan verb stem", + "romaji": "nemuri" + }, + "眠れ": { + "w_type": "conjugated godan verb", + "romaji": "nemure" + }, + "眠ろ": { + "w_type": "godan verb stem", + "romaji": "nemuro" + }, + "眠った": { + "w_type": "conjugated godan verb", + "romaji": "nemutta" + }, + "眠って": { + "w_type": "conjugated godan verb", + "romaji": "nemutte" + }, + "せり上ら": { + "w_type": "godan verb stem", + "romaji": "seriagara" + }, + "せり上り": { + "w_type": "godan verb stem", + "romaji": "seriagari" + }, + "せり上れ": { + "w_type": "conjugated godan verb", + "romaji": "seriagare" + }, + "せり上ろ": { + "w_type": "godan verb stem", + "romaji": "seriagaro" + }, + "せり上った": { + "w_type": "conjugated godan verb", + "romaji": "seriagatta" + }, + "せり上って": { + "w_type": "conjugated godan verb", + "romaji": "seriagatte" + }, + "行き渡ら": { + "w_type": "godan verb stem", + "romaji": "ikiwatara" + }, + "行き渡り": { + "w_type": "godan verb stem", + "romaji": "ikiwatari" + }, + "行き渡れ": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatare" + }, + "行き渡ろ": { + "w_type": "godan verb stem", + "romaji": "ikiwataro" + }, + "行き渡った": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatatta" + }, + "行き渡って": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatatte" + }, + "詰め寄ら": { + "w_type": "godan verb stem", + "romaji": "tsumeyora" + }, + "詰め寄り": { + "w_type": "godan verb stem", + "romaji": "tsumeyori" + }, + "詰め寄れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumeyore" + }, + "詰め寄ろ": { + "w_type": "godan verb stem", + "romaji": "tsumeyoro" + }, + "詰め寄った": { + "w_type": "conjugated godan verb", + "romaji": "tsumeyotta" + }, + "詰め寄って": { + "w_type": "conjugated godan verb", + "romaji": "tsumeyotte" + }, + "粋がら": { + "w_type": "godan verb stem", + "romaji": "ikigara" + }, + "粋がり": { + "w_type": "godan verb stem", + "romaji": "ikigari" + }, + "粋がれ": { + "w_type": "conjugated godan verb", + "romaji": "ikigare" + }, + "粋がろ": { + "w_type": "godan verb stem", + "romaji": "ikigaro" + }, + "粋がった": { + "w_type": "conjugated godan verb", + "romaji": "ikigatta" + }, + "粋がって": { + "w_type": "conjugated godan verb", + "romaji": "ikigatte" + }, + "溜ら": { + "w_type": "godan verb stem", + "romaji": "tamara" + }, + "溜り": { + "w_type": "godan verb stem", + "romaji": "tamari" + }, + "溜れ": { + "w_type": "conjugated godan verb", + "romaji": "tamare" + }, + "溜ろ": { + "w_type": "godan verb stem", + "romaji": "tamaro" + }, + "溜った": { + "w_type": "conjugated godan verb", + "romaji": "tamatta" + }, + "溜って": { + "w_type": "conjugated godan verb", + "romaji": "tamatte" + }, + "引き伸ばさ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引き伸ばし": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引き伸ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引き伸ばそ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引き伸ばした": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引き伸ばして": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "伸び上がら": { + "w_type": "godan verb stem", + "romaji": "nobiagara" + }, + "伸び上がり": { + "w_type": "godan verb stem", + "romaji": "nobiagari" + }, + "伸び上がれ": { + "w_type": "conjugated godan verb", + "romaji": "nobiagare" + }, + "伸び上がろ": { + "w_type": "godan verb stem", + "romaji": "nobiagaro" + }, + "伸び上がった": { + "w_type": "conjugated godan verb", + "romaji": "nobiagatta" + }, + "伸び上がって": { + "w_type": "conjugated godan verb", + "romaji": "nobiagatte" + }, + "入り切ら": { + "w_type": "godan verb stem", + "romaji": "hairikira" + }, + "入り切り": { + "w_type": "godan verb stem", + "romaji": "hairikiri" + }, + "入り切れ": { + "w_type": "conjugated godan verb", + "romaji": "hairikire" + }, + "入り切ろ": { + "w_type": "godan verb stem", + "romaji": "hairikiro" + }, + "入り切った": { + "w_type": "conjugated godan verb", + "romaji": "hairikitta" + }, + "入り切って": { + "w_type": "conjugated godan verb", + "romaji": "hairikitte" + }, + "引きたた": { + "w_type": "godan verb stem", + "romaji": "hikitata" + }, + "引きたち": { + "w_type": "godan verb stem", + "romaji": "hikitachi" + }, + "引きたて": { + "w_type": "conjugated godan verb", + "romaji": "hikitate" + }, + "引きたと": { + "w_type": "godan verb stem", + "romaji": "hikitato" + }, + "引きたった": { + "w_type": "conjugated godan verb", + "romaji": "hikitatta" + }, + "引きたって": { + "w_type": "conjugated godan verb", + "romaji": "hikitatte" + }, + "穿り返さ": { + "w_type": "godan verb stem", + "romaji": "hojikurikaesa" + }, + "穿り返し": { + "w_type": "godan verb stem", + "romaji": "hojikurikaeshi" + }, + "穿り返せ": { + "w_type": "conjugated godan verb", + "romaji": "hojikurikaese" + }, + "穿り返そ": { + "w_type": "godan verb stem", + "romaji": "hojikurikaeso" + }, + "穿り返した": { + "w_type": "conjugated godan verb", + "romaji": "hojikurikaeshita" + }, + "穿り返して": { + "w_type": "conjugated godan verb", + "romaji": "hojikurikaeshite" + }, + "追回さ": { + "w_type": "godan verb stem", + "romaji": "oimawasa" + }, + "追回し": { + "w_type": "godan verb stem", + "romaji": "oimawashi" + }, + "追回せ": { + "w_type": "conjugated godan verb", + "romaji": "oimawase" + }, + "追回そ": { + "w_type": "godan verb stem", + "romaji": "oimawaso" + }, + "追回した": { + "w_type": "conjugated godan verb", + "romaji": "oimawashita" + }, + "追回して": { + "w_type": "conjugated godan verb", + "romaji": "oimawashite" + }, + "呼びならわさ": { + "w_type": "godan verb stem", + "romaji": "yobinarawasa" + }, + "呼びならわし": { + "w_type": "godan verb stem", + "romaji": "yobinarawashi" + }, + "呼びならわせ": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawase" + }, + "呼びならわそ": { + "w_type": "godan verb stem", + "romaji": "yobinarawaso" + }, + "呼びならわした": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashita" + }, + "呼びならわして": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashite" + }, + "押しころさ": { + "w_type": "godan verb stem", + "romaji": "oshikorosa" + }, + "押しころし": { + "w_type": "godan verb stem", + "romaji": "oshikoroshi" + }, + "押しころせ": { + "w_type": "conjugated godan verb", + "romaji": "oshikorose" + }, + "押しころそ": { + "w_type": "godan verb stem", + "romaji": "oshikoroso" + }, + "押しころした": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshita" + }, + "押しころして": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshite" + }, + "運びださ": { + "w_type": "godan verb stem", + "romaji": "hakobidasa" + }, + "運びだし": { + "w_type": "godan verb stem", + "romaji": "hakobidashi" + }, + "運びだせ": { + "w_type": "conjugated godan verb", + "romaji": "hakobidase" + }, + "運びだそ": { + "w_type": "godan verb stem", + "romaji": "hakobidaso" + }, + "運びだした": { + "w_type": "conjugated godan verb", + "romaji": "hakobidashita" + }, + "運びだして": { + "w_type": "conjugated godan verb", + "romaji": "hakobidashite" + }, + "立ち寄ら": { + "w_type": "godan verb stem", + "romaji": "tachiyora" + }, + "立ち寄り": { + "w_type": "godan verb stem", + "romaji": "tachiyori" + }, + "立ち寄れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiyore" + }, + "立ち寄ろ": { + "w_type": "godan verb stem", + "romaji": "tachiyoro" + }, + "立ち寄った": { + "w_type": "conjugated godan verb", + "romaji": "tachiyotta" + }, + "立ち寄って": { + "w_type": "conjugated godan verb", + "romaji": "tachiyotte" + }, + "裏問わ": { + "w_type": "godan verb stem", + "romaji": "uradowa" + }, + "裏問い": { + "w_type": "godan verb stem", + "romaji": "uradoi" + }, + "裏問え": { + "w_type": "conjugated godan verb", + "romaji": "uradoe" + }, + "裏問お": { + "w_type": "godan verb stem", + "romaji": "uradoo" + }, + "裏問った": { + "w_type": "conjugated godan verb", + "romaji": "uradotta" + }, + "裏問って": { + "w_type": "conjugated godan verb", + "romaji": "uradotte" + }, + "引き継が": { + "w_type": "godan verb stem", + "romaji": "hikitsuga" + }, + "引き継ぎ": { + "w_type": "godan verb stem", + "romaji": "hikitsugi" + }, + "引き継げ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuge" + }, + "引き継ご": { + "w_type": "godan verb stem", + "romaji": "hikitsugo" + }, + "引き継いだ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuida" + }, + "引き継いで": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuide" + }, + "驚き入ら": { + "w_type": "godan verb stem", + "romaji": "odorokiira" + }, + "驚き入り": { + "w_type": "godan verb stem", + "romaji": "odorokiiri" + }, + "驚き入れ": { + "w_type": "conjugated godan verb", + "romaji": "odorokiire" + }, + "驚き入ろ": { + "w_type": "godan verb stem", + "romaji": "odorokiiro" + }, + "驚き入った": { + "w_type": "conjugated godan verb", + "romaji": "odorokiitta" + }, + "驚き入って": { + "w_type": "conjugated godan verb", + "romaji": "odorokiitte" + }, + "衝き当たら": { + "w_type": "godan verb stem", + "romaji": "tsukiatara" + }, + "衝き当たり": { + "w_type": "godan verb stem", + "romaji": "tsukiatari" + }, + "衝き当たれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatare" + }, + "衝き当たろ": { + "w_type": "godan verb stem", + "romaji": "tsukiataro" + }, + "衝き当たった": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatta" + }, + "衝き当たって": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatte" + }, + "事寄さ": { + "w_type": "godan verb stem", + "romaji": "kotoyosa" + }, + "事寄し": { + "w_type": "godan verb stem", + "romaji": "kotoyoshi" + }, + "事寄せ": { + "w_type": "conjugated godan verb", + "romaji": "kotoyose" + }, + "事寄そ": { + "w_type": "godan verb stem", + "romaji": "kotoyoso" + }, + "事寄した": { + "w_type": "conjugated godan verb", + "romaji": "kotoyoshita" + }, + "事寄して": { + "w_type": "conjugated godan verb", + "romaji": "kotoyoshite" + }, + "のぼせ上がら": { + "w_type": "godan verb stem", + "romaji": "noboseagara" + }, + "のぼせ上がり": { + "w_type": "godan verb stem", + "romaji": "noboseagari" + }, + "のぼせ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "noboseagare" + }, + "のぼせ上がろ": { + "w_type": "godan verb stem", + "romaji": "noboseagaro" + }, + "のぼせ上がった": { + "w_type": "conjugated godan verb", + "romaji": "noboseagatta" + }, + "のぼせ上がって": { + "w_type": "conjugated godan verb", + "romaji": "noboseagatte" + }, + "追い捲ら": { + "w_type": "godan verb stem", + "romaji": "oimakura" + }, + "追い捲り": { + "w_type": "godan verb stem", + "romaji": "oimakuri" + }, + "追い捲れ": { + "w_type": "conjugated godan verb", + "romaji": "oimakure" + }, + "追い捲ろ": { + "w_type": "godan verb stem", + "romaji": "oimakuro" + }, + "追い捲った": { + "w_type": "conjugated godan verb", + "romaji": "oimakutta" + }, + "追い捲って": { + "w_type": "conjugated godan verb", + "romaji": "oimakutte" + }, + "据わら": { + "w_type": "godan verb stem", + "romaji": "suwara" + }, + "据わり": { + "w_type": "godan verb stem", + "romaji": "suwari" + }, + "据われ": { + "w_type": "conjugated godan verb", + "romaji": "suware" + }, + "据わろ": { + "w_type": "godan verb stem", + "romaji": "suwaro" + }, + "据わった": { + "w_type": "conjugated godan verb", + "romaji": "suwatta" + }, + "据わって": { + "w_type": "conjugated godan verb", + "romaji": "suwatte" + }, + "禿げ上がら": { + "w_type": "godan verb stem", + "romaji": "hageagara" + }, + "禿げ上がり": { + "w_type": "godan verb stem", + "romaji": "hageagari" + }, + "禿げ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hageagare" + }, + "禿げ上がろ": { + "w_type": "godan verb stem", + "romaji": "hageagaro" + }, + "禿げ上がった": { + "w_type": "conjugated godan verb", + "romaji": "hageagatta" + }, + "禿げ上がって": { + "w_type": "conjugated godan verb", + "romaji": "hageagatte" + }, + "切り掛ら": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "切り掛り": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "切り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "切り掛ろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "切り掛った": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "切り掛って": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "去り行か": { + "w_type": "godan verb stem", + "romaji": "sariika" + }, + "去り行き": { + "w_type": "godan verb stem", + "romaji": "sariiki" + }, + "去り行け": { + "w_type": "conjugated godan verb", + "romaji": "sariike" + }, + "去り行こ": { + "w_type": "godan verb stem", + "romaji": "sariiko" + }, + "去り行いた": { + "w_type": "conjugated godan verb", + "romaji": "sariiita" + }, + "去り行いて": { + "w_type": "conjugated godan verb", + "romaji": "sariiite" + }, + "揉ま": { + "w_type": "godan verb stem", + "romaji": "moma" + }, + "揉み": { + "w_type": "godan verb stem", + "romaji": "momi" + }, + "揉め": { + "w_type": "conjugated godan verb", + "romaji": "mome" + }, + "揉も": { + "w_type": "godan verb stem", + "romaji": "momo" + }, + "揉んだ": { + "w_type": "conjugated godan verb", + "romaji": "monda" + }, + "揉んで": { + "w_type": "conjugated godan verb", + "romaji": "monde" + }, + "浮出さ": { + "w_type": "godan verb stem", + "romaji": "ukidasa" + }, + "浮出し": { + "w_type": "godan verb stem", + "romaji": "ukidashi" + }, + "浮出せ": { + "w_type": "conjugated godan verb", + "romaji": "ukidase" + }, + "浮出そ": { + "w_type": "godan verb stem", + "romaji": "ukidaso" + }, + "浮出した": { + "w_type": "conjugated godan verb", + "romaji": "ukidashita" + }, + "浮出して": { + "w_type": "conjugated godan verb", + "romaji": "ukidashite" + }, + "かい摘ま": { + "w_type": "godan verb stem", + "romaji": "kaitsumama" + }, + "かい摘み": { + "w_type": "godan verb stem", + "romaji": "kaitsumami" + }, + "かい摘め": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumame" + }, + "かい摘も": { + "w_type": "godan verb stem", + "romaji": "kaitsumamo" + }, + "かい摘んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumanda" + }, + "かい摘んで": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumande" + }, + "釣合わ": { + "w_type": "godan verb stem", + "romaji": "tsuriawa" + }, + "釣合い": { + "w_type": "godan verb stem", + "romaji": "tsuriai" + }, + "釣合え": { + "w_type": "conjugated godan verb", + "romaji": "tsuriae" + }, + "釣合お": { + "w_type": "godan verb stem", + "romaji": "tsuriao" + }, + "釣合った": { + "w_type": "conjugated godan verb", + "romaji": "tsuriatta" + }, + "釣合って": { + "w_type": "conjugated godan verb", + "romaji": "tsuriatte" + }, + "包隠さ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakusa" + }, + "包隠し": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakushi" + }, + "包隠せ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakuse" + }, + "包隠そ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakuso" + }, + "包隠した": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushita" + }, + "包隠して": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushite" + }, + "殴り殺さ": { + "w_type": "godan verb stem", + "romaji": "nagurikorosa" + }, + "殴り殺し": { + "w_type": "godan verb stem", + "romaji": "nagurikoroshi" + }, + "殴り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "nagurikorose" + }, + "殴り殺そ": { + "w_type": "godan verb stem", + "romaji": "nagurikoroso" + }, + "殴り殺した": { + "w_type": "conjugated godan verb", + "romaji": "nagurikoroshita" + }, + "殴り殺して": { + "w_type": "conjugated godan verb", + "romaji": "nagurikoroshite" + }, + "寝ころば": { + "w_type": "godan verb stem", + "romaji": "nekoroba" + }, + "寝ころび": { + "w_type": "godan verb stem", + "romaji": "nekorobi" + }, + "寝ころべ": { + "w_type": "conjugated godan verb", + "romaji": "nekorobe" + }, + "寝ころぼ": { + "w_type": "godan verb stem", + "romaji": "nekorobo" + }, + "寝ころんだ": { + "w_type": "conjugated godan verb", + "romaji": "nekoronda" + }, + "寝ころんで": { + "w_type": "conjugated godan verb", + "romaji": "nekoronde" + }, + "買戻さ": { + "w_type": "godan verb stem", + "romaji": "kaimodosa" + }, + "買戻し": { + "w_type": "godan verb stem", + "romaji": "kaimodoshi" + }, + "買戻せ": { + "w_type": "conjugated godan verb", + "romaji": "kaimodose" + }, + "買戻そ": { + "w_type": "godan verb stem", + "romaji": "kaimodoso" + }, + "買戻した": { + "w_type": "conjugated godan verb", + "romaji": "kaimodoshita" + }, + "買戻して": { + "w_type": "conjugated godan verb", + "romaji": "kaimodoshite" + }, + "揚がら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "揚がり": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "揚がれ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "揚がろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "揚がった": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "揚がって": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "氏な": { + "w_type": "godan verb stem", + "romaji": "shina" + }, + "氏に": { + "w_type": "godan verb stem", + "romaji": "shini" + }, + "氏ね": { + "w_type": "conjugated godan verb", + "romaji": "shine" + }, + "氏の": { + "w_type": "godan verb stem", + "romaji": "shino" + }, + "氏んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinda" + }, + "氏んで": { + "w_type": "conjugated godan verb", + "romaji": "shinde" + }, + "扼さ": { + "w_type": "godan verb stem", + "romaji": "yakusa" + }, + "扼し": { + "w_type": "godan verb stem", + "romaji": "yakushi" + }, + "扼せ": { + "w_type": "conjugated godan verb", + "romaji": "yakuse" + }, + "扼そ": { + "w_type": "godan verb stem", + "romaji": "yakuso" + }, + "扼した": { + "w_type": "conjugated godan verb", + "romaji": "yakushita" + }, + "扼して": { + "w_type": "conjugated godan verb", + "romaji": "yakushite" + }, + "食わさ": { + "w_type": "godan verb stem", + "romaji": "kuwasa" + }, + "食わし": { + "w_type": "godan verb stem", + "romaji": "kuwashi" + }, + "食わせ": { + "w_type": "conjugated godan verb", + "romaji": "kuwase" + }, + "食わそ": { + "w_type": "godan verb stem", + "romaji": "kuwaso" + }, + "食わした": { + "w_type": "conjugated godan verb", + "romaji": "kuwashita" + }, + "食わして": { + "w_type": "conjugated godan verb", + "romaji": "kuwashite" + }, + "掘り出さ": { + "w_type": "godan verb stem", + "romaji": "horidasa" + }, + "掘り出し": { + "w_type": "godan verb stem", + "romaji": "horidashi" + }, + "掘り出せ": { + "w_type": "conjugated godan verb", + "romaji": "horidase" + }, + "掘り出そ": { + "w_type": "godan verb stem", + "romaji": "horidaso" + }, + "掘り出した": { + "w_type": "conjugated godan verb", + "romaji": "horidashita" + }, + "掘り出して": { + "w_type": "conjugated godan verb", + "romaji": "horidashite" + }, + "掻い込ま": { + "w_type": "godan verb stem", + "romaji": "kaikoma" + }, + "掻い込み": { + "w_type": "godan verb stem", + "romaji": "kaikomi" + }, + "掻い込め": { + "w_type": "conjugated godan verb", + "romaji": "kaikome" + }, + "掻い込も": { + "w_type": "godan verb stem", + "romaji": "kaikomo" + }, + "掻い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaikonda" + }, + "掻い込んで": { + "w_type": "conjugated godan verb", + "romaji": "kaikonde" + }, + "息せき切ら": { + "w_type": "godan verb stem", + "romaji": "ikisekikira" + }, + "息せき切り": { + "w_type": "godan verb stem", + "romaji": "ikisekikiri" + }, + "息せき切れ": { + "w_type": "conjugated godan verb", + "romaji": "ikisekikire" + }, + "息せき切ろ": { + "w_type": "godan verb stem", + "romaji": "ikisekikiro" + }, + "息せき切った": { + "w_type": "conjugated godan verb", + "romaji": "ikisekikitta" + }, + "息せき切って": { + "w_type": "conjugated godan verb", + "romaji": "ikisekikitte" + }, + "溺れ損なわ": { + "w_type": "godan verb stem", + "romaji": "oboresokonawa" + }, + "溺れ損ない": { + "w_type": "godan verb stem", + "romaji": "oboresokonai" + }, + "溺れ損なえ": { + "w_type": "conjugated godan verb", + "romaji": "oboresokonae" + }, + "溺れ損なお": { + "w_type": "godan verb stem", + "romaji": "oboresokonao" + }, + "溺れ損なった": { + "w_type": "conjugated godan verb", + "romaji": "oboresokonatta" + }, + "溺れ損なって": { + "w_type": "conjugated godan verb", + "romaji": "oboresokonatte" + }, + "賑あわ": { + "w_type": "godan verb stem", + "romaji": "nigiawa" + }, + "賑あい": { + "w_type": "godan verb stem", + "romaji": "nigiai" + }, + "賑あえ": { + "w_type": "conjugated godan verb", + "romaji": "nigiae" + }, + "賑あお": { + "w_type": "godan verb stem", + "romaji": "nigiao" + }, + "賑あった": { + "w_type": "conjugated godan verb", + "romaji": "nigiatta" + }, + "賑あって": { + "w_type": "conjugated godan verb", + "romaji": "nigiatte" + }, + "懲らさ": { + "w_type": "godan verb stem", + "romaji": "korasa" + }, + "懲らし": { + "w_type": "godan verb stem", + "romaji": "korashi" + }, + "懲らせ": { + "w_type": "conjugated godan verb", + "romaji": "korase" + }, + "懲らそ": { + "w_type": "godan verb stem", + "romaji": "koraso" + }, + "懲らした": { + "w_type": "conjugated godan verb", + "romaji": "korashita" + }, + "懲らして": { + "w_type": "conjugated godan verb", + "romaji": "korashite" + }, + "払い切ら": { + "w_type": "godan verb stem", + "romaji": "haraikira" + }, + "払い切り": { + "w_type": "godan verb stem", + "romaji": "haraikiri" + }, + "払い切れ": { + "w_type": "conjugated godan verb", + "romaji": "haraikire" + }, + "払い切ろ": { + "w_type": "godan verb stem", + "romaji": "haraikiro" + }, + "払い切った": { + "w_type": "conjugated godan verb", + "romaji": "haraikitta" + }, + "払い切って": { + "w_type": "conjugated godan verb", + "romaji": "haraikitte" + }, + "絡ま": { + "w_type": "godan verb stem", + "romaji": "karama" + }, + "絡み": { + "w_type": "godan verb stem", + "romaji": "karami" + }, + "絡め": { + "w_type": "conjugated godan verb", + "romaji": "karame" + }, + "絡も": { + "w_type": "godan verb stem", + "romaji": "karamo" + }, + "絡んだ": { + "w_type": "conjugated godan verb", + "romaji": "karanda" + }, + "絡んで": { + "w_type": "conjugated godan verb", + "romaji": "karande" + }, + "掬い取ら": { + "w_type": "godan verb stem", + "romaji": "sukuitora" + }, + "掬い取り": { + "w_type": "godan verb stem", + "romaji": "sukuitori" + }, + "掬い取れ": { + "w_type": "conjugated godan verb", + "romaji": "sukuitore" + }, + "掬い取ろ": { + "w_type": "godan verb stem", + "romaji": "sukuitoro" + }, + "掬い取った": { + "w_type": "conjugated godan verb", + "romaji": "sukuitotta" + }, + "掬い取って": { + "w_type": "conjugated godan verb", + "romaji": "sukuitotte" + }, + "戯れ付か": { + "w_type": "godan verb stem", + "romaji": "jaretsuka" + }, + "戯れ付き": { + "w_type": "godan verb stem", + "romaji": "jaretsuki" + }, + "戯れ付け": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuke" + }, + "戯れ付こ": { + "w_type": "godan verb stem", + "romaji": "jaretsuko" + }, + "戯れ付いた": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuita" + }, + "戯れ付いて": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuite" + }, + "輔か": { + "w_type": "godan verb stem", + "romaji": "tasuka" + }, + "輔き": { + "w_type": "godan verb stem", + "romaji": "tasuki" + }, + "輔け": { + "w_type": "conjugated godan verb", + "romaji": "tasuke" + }, + "輔こ": { + "w_type": "godan verb stem", + "romaji": "tasuko" + }, + "輔いた": { + "w_type": "conjugated godan verb", + "romaji": "tasuita" + }, + "輔いて": { + "w_type": "conjugated godan verb", + "romaji": "tasuite" + }, + "すっ転ば": { + "w_type": "godan verb stem", + "romaji": "sukkoroba" + }, + "すっ転び": { + "w_type": "godan verb stem", + "romaji": "sukkorobi" + }, + "すっ転べ": { + "w_type": "conjugated godan verb", + "romaji": "sukkorobe" + }, + "すっ転ぼ": { + "w_type": "godan verb stem", + "romaji": "sukkorobo" + }, + "すっ転んだ": { + "w_type": "conjugated godan verb", + "romaji": "sukkoronda" + }, + "すっ転んで": { + "w_type": "conjugated godan verb", + "romaji": "sukkoronde" + }, + "古さ": { + "w_type": "godan verb stem", + "romaji": "furusa" + }, + "古し": { + "w_type": "godan verb stem", + "romaji": "furushi" + }, + "古せ": { + "w_type": "conjugated godan verb", + "romaji": "furuse" + }, + "古そ": { + "w_type": "godan verb stem", + "romaji": "furuso" + }, + "古した": { + "w_type": "conjugated godan verb", + "romaji": "furushita" + }, + "古して": { + "w_type": "conjugated godan verb", + "romaji": "furushite" + }, + "踊り明かさ": { + "w_type": "godan verb stem", + "romaji": "odoriakasa" + }, + "踊り明かし": { + "w_type": "godan verb stem", + "romaji": "odoriakashi" + }, + "踊り明かせ": { + "w_type": "conjugated godan verb", + "romaji": "odoriakase" + }, + "踊り明かそ": { + "w_type": "godan verb stem", + "romaji": "odoriakaso" + }, + "踊り明かした": { + "w_type": "conjugated godan verb", + "romaji": "odoriakashita" + }, + "踊り明かして": { + "w_type": "conjugated godan verb", + "romaji": "odoriakashite" + }, + "造り出さ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "造り出し": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "造り出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "造り出そ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "造り出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "造り出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "ごった返えさ": { + "w_type": "godan verb stem", + "romaji": "gottagaesa" + }, + "ごった返えし": { + "w_type": "godan verb stem", + "romaji": "gottagaeshi" + }, + "ごった返えせ": { + "w_type": "conjugated godan verb", + "romaji": "gottagaese" + }, + "ごった返えそ": { + "w_type": "godan verb stem", + "romaji": "gottagaeso" + }, + "ごった返えした": { + "w_type": "conjugated godan verb", + "romaji": "gottagaeshita" + }, + "ごった返えして": { + "w_type": "conjugated godan verb", + "romaji": "gottagaeshite" + }, + "引絞ら": { + "w_type": "godan verb stem", + "romaji": "hikishibora" + }, + "引絞り": { + "w_type": "godan verb stem", + "romaji": "hikishibori" + }, + "引絞れ": { + "w_type": "conjugated godan verb", + "romaji": "hikishibore" + }, + "引絞ろ": { + "w_type": "godan verb stem", + "romaji": "hikishiboro" + }, + "引絞った": { + "w_type": "conjugated godan verb", + "romaji": "hikishibotta" + }, + "引絞って": { + "w_type": "conjugated godan verb", + "romaji": "hikishibotte" + }, + "填め込ま": { + "w_type": "godan verb stem", + "romaji": "hamekoma" + }, + "填め込み": { + "w_type": "godan verb stem", + "romaji": "hamekomi" + }, + "填め込め": { + "w_type": "conjugated godan verb", + "romaji": "hamekome" + }, + "填め込も": { + "w_type": "godan verb stem", + "romaji": "hamekomo" + }, + "填め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamekonda" + }, + "填め込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamekonde" + }, + "飛びつか": { + "w_type": "godan verb stem", + "romaji": "tobitsuka" + }, + "飛びつき": { + "w_type": "godan verb stem", + "romaji": "tobitsuki" + }, + "飛びつけ": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuke" + }, + "飛びつこ": { + "w_type": "godan verb stem", + "romaji": "tobitsuko" + }, + "飛びついた": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuita" + }, + "飛びついて": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuite" + }, + "書き出さ": { + "w_type": "godan verb stem", + "romaji": "kakidasa" + }, + "書き出し": { + "w_type": "godan verb stem", + "romaji": "kakidashi" + }, + "書き出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakidase" + }, + "書き出そ": { + "w_type": "godan verb stem", + "romaji": "kakidaso" + }, + "書き出した": { + "w_type": "conjugated godan verb", + "romaji": "kakidashita" + }, + "書き出して": { + "w_type": "conjugated godan verb", + "romaji": "kakidashite" + }, + "受け戻さ": { + "w_type": "godan verb stem", + "romaji": "ukemodosa" + }, + "受け戻し": { + "w_type": "godan verb stem", + "romaji": "ukemodoshi" + }, + "受け戻せ": { + "w_type": "conjugated godan verb", + "romaji": "ukemodose" + }, + "受け戻そ": { + "w_type": "godan verb stem", + "romaji": "ukemodoso" + }, + "受け戻した": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshita" + }, + "受け戻して": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshite" + }, + "話し合わ": { + "w_type": "godan verb stem", + "romaji": "hanashiawa" + }, + "話し合い": { + "w_type": "godan verb stem", + "romaji": "hanashiai" + }, + "話し合え": { + "w_type": "conjugated godan verb", + "romaji": "hanashiae" + }, + "話し合お": { + "w_type": "godan verb stem", + "romaji": "hanashiao" + }, + "話し合った": { + "w_type": "conjugated godan verb", + "romaji": "hanashiatta" + }, + "話し合って": { + "w_type": "conjugated godan verb", + "romaji": "hanashiatte" + }, + "斎わ": { + "w_type": "godan verb stem", + "romaji": "iwawa" + }, + "斎い": { + "w_type": "godan verb stem", + "romaji": "iwai" + }, + "斎え": { + "w_type": "conjugated godan verb", + "romaji": "iwae" + }, + "斎お": { + "w_type": "godan verb stem", + "romaji": "iwao" + }, + "斎った": { + "w_type": "conjugated godan verb", + "romaji": "iwatta" + }, + "斎って": { + "w_type": "conjugated godan verb", + "romaji": "iwatte" + }, + "溜込ま": { + "w_type": "godan verb stem", + "romaji": "tamekoma" + }, + "溜込み": { + "w_type": "godan verb stem", + "romaji": "tamekomi" + }, + "溜込め": { + "w_type": "conjugated godan verb", + "romaji": "tamekome" + }, + "溜込も": { + "w_type": "godan verb stem", + "romaji": "tamekomo" + }, + "溜込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tamekonda" + }, + "溜込んで": { + "w_type": "conjugated godan verb", + "romaji": "tamekonde" + }, + "責付か": { + "w_type": "godan verb stem", + "romaji": "settsuka" + }, + "責付き": { + "w_type": "godan verb stem", + "romaji": "settsuki" + }, + "責付け": { + "w_type": "conjugated godan verb", + "romaji": "settsuke" + }, + "責付こ": { + "w_type": "godan verb stem", + "romaji": "settsuko" + }, + "責付いた": { + "w_type": "conjugated godan verb", + "romaji": "settsuita" + }, + "責付いて": { + "w_type": "conjugated godan verb", + "romaji": "settsuite" + }, + "捩込ま": { + "w_type": "godan verb stem", + "romaji": "nejikoma" + }, + "捩込み": { + "w_type": "godan verb stem", + "romaji": "nejikomi" + }, + "捩込め": { + "w_type": "conjugated godan verb", + "romaji": "nejikome" + }, + "捩込も": { + "w_type": "godan verb stem", + "romaji": "nejikomo" + }, + "捩込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nejikonda" + }, + "捩込んで": { + "w_type": "conjugated godan verb", + "romaji": "nejikonde" + }, + "書きなおさ": { + "w_type": "godan verb stem", + "romaji": "kakinaosa" + }, + "書きなおし": { + "w_type": "godan verb stem", + "romaji": "kakinaoshi" + }, + "書きなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kakinaose" + }, + "書きなおそ": { + "w_type": "godan verb stem", + "romaji": "kakinaoso" + }, + "書きなおした": { + "w_type": "conjugated godan verb", + "romaji": "kakinaoshita" + }, + "書きなおして": { + "w_type": "conjugated godan verb", + "romaji": "kakinaoshite" + }, + "かけ合わ": { + "w_type": "godan verb stem", + "romaji": "kakeawa" + }, + "かけ合い": { + "w_type": "godan verb stem", + "romaji": "kakeai" + }, + "かけ合え": { + "w_type": "conjugated godan verb", + "romaji": "kakeae" + }, + "かけ合お": { + "w_type": "godan verb stem", + "romaji": "kakeao" + }, + "かけ合った": { + "w_type": "conjugated godan verb", + "romaji": "kakeatta" + }, + "かけ合って": { + "w_type": "conjugated godan verb", + "romaji": "kakeatte" + }, + "買足さ": { + "w_type": "godan verb stem", + "romaji": "kaitasa" + }, + "買足し": { + "w_type": "godan verb stem", + "romaji": "kaitashi" + }, + "買足せ": { + "w_type": "conjugated godan verb", + "romaji": "kaitase" + }, + "買足そ": { + "w_type": "godan verb stem", + "romaji": "kaitaso" + }, + "買足した": { + "w_type": "conjugated godan verb", + "romaji": "kaitashita" + }, + "買足して": { + "w_type": "conjugated godan verb", + "romaji": "kaitashite" + }, + "囲わ": { + "w_type": "godan verb stem", + "romaji": "kakowa" + }, + "囲い": { + "w_type": "godan verb stem", + "romaji": "kakoi" + }, + "囲え": { + "w_type": "conjugated godan verb", + "romaji": "kakoe" + }, + "囲お": { + "w_type": "godan verb stem", + "romaji": "kakoo" + }, + "囲った": { + "w_type": "conjugated godan verb", + "romaji": "kakotta" + }, + "囲って": { + "w_type": "conjugated godan verb", + "romaji": "kakotte" + }, + "呶鳴り出さ": { + "w_type": "godan verb stem", + "romaji": "donaridasa" + }, + "呶鳴り出し": { + "w_type": "godan verb stem", + "romaji": "donaridashi" + }, + "呶鳴り出せ": { + "w_type": "conjugated godan verb", + "romaji": "donaridase" + }, + "呶鳴り出そ": { + "w_type": "godan verb stem", + "romaji": "donaridaso" + }, + "呶鳴り出した": { + "w_type": "conjugated godan verb", + "romaji": "donaridashita" + }, + "呶鳴り出して": { + "w_type": "conjugated godan verb", + "romaji": "donaridashite" + }, + "説き及ば": { + "w_type": "godan verb stem", + "romaji": "tokioyoba" + }, + "説き及び": { + "w_type": "godan verb stem", + "romaji": "tokioyobi" + }, + "説き及べ": { + "w_type": "conjugated godan verb", + "romaji": "tokioyobe" + }, + "説き及ぼ": { + "w_type": "godan verb stem", + "romaji": "tokioyobo" + }, + "説き及んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokioyonda" + }, + "説き及んで": { + "w_type": "conjugated godan verb", + "romaji": "tokioyonde" + }, + "篭もら": { + "w_type": "godan verb stem", + "romaji": "komora" + }, + "篭もり": { + "w_type": "godan verb stem", + "romaji": "komori" + }, + "篭もれ": { + "w_type": "conjugated godan verb", + "romaji": "komore" + }, + "篭もろ": { + "w_type": "godan verb stem", + "romaji": "komoro" + }, + "篭もった": { + "w_type": "conjugated godan verb", + "romaji": "komotta" + }, + "篭もって": { + "w_type": "conjugated godan verb", + "romaji": "komotte" + }, + "躍り掛から": { + "w_type": "godan verb stem", + "romaji": "odorikakara" + }, + "躍り掛かり": { + "w_type": "godan verb stem", + "romaji": "odorikakari" + }, + "躍り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "odorikakare" + }, + "躍り掛かろ": { + "w_type": "godan verb stem", + "romaji": "odorikakaro" + }, + "躍り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatta" + }, + "躍り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatte" + }, + "刮が": { + "w_type": "godan verb stem", + "romaji": "kosoga" + }, + "刮ぎ": { + "w_type": "godan verb stem", + "romaji": "kosogi" + }, + "刮げ": { + "w_type": "conjugated godan verb", + "romaji": "kosoge" + }, + "刮ご": { + "w_type": "godan verb stem", + "romaji": "kosogo" + }, + "刮いだ": { + "w_type": "conjugated godan verb", + "romaji": "kosoida" + }, + "刮いで": { + "w_type": "conjugated godan verb", + "romaji": "kosoide" + }, + "下り立た": { + "w_type": "godan verb stem", + "romaji": "oritata" + }, + "下り立ち": { + "w_type": "godan verb stem", + "romaji": "oritachi" + }, + "下り立て": { + "w_type": "conjugated godan verb", + "romaji": "oritate" + }, + "下り立と": { + "w_type": "godan verb stem", + "romaji": "oritato" + }, + "下り立った": { + "w_type": "conjugated godan verb", + "romaji": "oritatta" + }, + "下り立って": { + "w_type": "conjugated godan verb", + "romaji": "oritatte" + }, + "絞込ま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "絞込み": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "絞込め": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "絞込も": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "絞込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "絞込んで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "ずり下がら": { + "w_type": "godan verb stem", + "romaji": "zurisagara" + }, + "ずり下がり": { + "w_type": "godan verb stem", + "romaji": "zurisagari" + }, + "ずり下がれ": { + "w_type": "conjugated godan verb", + "romaji": "zurisagare" + }, + "ずり下がろ": { + "w_type": "godan verb stem", + "romaji": "zurisagaro" + }, + "ずり下がった": { + "w_type": "conjugated godan verb", + "romaji": "zurisagatta" + }, + "ずり下がって": { + "w_type": "conjugated godan verb", + "romaji": "zurisagatte" + }, + "殴り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "naguritobasa" + }, + "殴り飛ばし": { + "w_type": "godan verb stem", + "romaji": "naguritobashi" + }, + "殴り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "naguritobase" + }, + "殴り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "naguritobaso" + }, + "殴り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "naguritobashita" + }, + "殴り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "naguritobashite" + }, + "読み返さ": { + "w_type": "godan verb stem", + "romaji": "yomikaesa" + }, + "読み返し": { + "w_type": "godan verb stem", + "romaji": "yomikaeshi" + }, + "読み返せ": { + "w_type": "conjugated godan verb", + "romaji": "yomikaese" + }, + "読み返そ": { + "w_type": "godan verb stem", + "romaji": "yomikaeso" + }, + "読み返した": { + "w_type": "conjugated godan verb", + "romaji": "yomikaeshita" + }, + "読み返して": { + "w_type": "conjugated godan verb", + "romaji": "yomikaeshite" + }, + "悖ら": { + "w_type": "godan verb stem", + "romaji": "motora" + }, + "悖り": { + "w_type": "godan verb stem", + "romaji": "motori" + }, + "悖れ": { + "w_type": "conjugated godan verb", + "romaji": "motore" + }, + "悖ろ": { + "w_type": "godan verb stem", + "romaji": "motoro" + }, + "悖った": { + "w_type": "conjugated godan verb", + "romaji": "mototta" + }, + "悖って": { + "w_type": "conjugated godan verb", + "romaji": "mototte" + }, + "度重なら": { + "w_type": "godan verb stem", + "romaji": "tabikasanara" + }, + "度重なり": { + "w_type": "godan verb stem", + "romaji": "tabikasanari" + }, + "度重なれ": { + "w_type": "conjugated godan verb", + "romaji": "tabikasanare" + }, + "度重なろ": { + "w_type": "godan verb stem", + "romaji": "tabikasanaro" + }, + "度重なった": { + "w_type": "conjugated godan verb", + "romaji": "tabikasanatta" + }, + "度重なって": { + "w_type": "conjugated godan verb", + "romaji": "tabikasanatte" + }, + "終ら": { + "w_type": "godan verb stem", + "romaji": "owara" + }, + "終り": { + "w_type": "godan verb stem", + "romaji": "owari" + }, + "終れ": { + "w_type": "conjugated godan verb", + "romaji": "oware" + }, + "終ろ": { + "w_type": "godan verb stem", + "romaji": "owaro" + }, + "終った": { + "w_type": "conjugated godan verb", + "romaji": "owatta" + }, + "終って": { + "w_type": "conjugated godan verb", + "romaji": "owatte" + }, + "叩きなおさ": { + "w_type": "godan verb stem", + "romaji": "tatakinaosa" + }, + "叩きなおし": { + "w_type": "godan verb stem", + "romaji": "tatakinaoshi" + }, + "叩きなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakinaose" + }, + "叩きなおそ": { + "w_type": "godan verb stem", + "romaji": "tatakinaoso" + }, + "叩きなおした": { + "w_type": "conjugated godan verb", + "romaji": "tatakinaoshita" + }, + "叩きなおして": { + "w_type": "conjugated godan verb", + "romaji": "tatakinaoshite" + }, + "折り返さ": { + "w_type": "godan verb stem", + "romaji": "orikaesa" + }, + "折り返し": { + "w_type": "godan verb stem", + "romaji": "orikaeshi" + }, + "折り返せ": { + "w_type": "conjugated godan verb", + "romaji": "orikaese" + }, + "折り返そ": { + "w_type": "godan verb stem", + "romaji": "orikaeso" + }, + "折り返した": { + "w_type": "conjugated godan verb", + "romaji": "orikaeshita" + }, + "折り返して": { + "w_type": "conjugated godan verb", + "romaji": "orikaeshite" + }, + "洗いざらさ": { + "w_type": "godan verb stem", + "romaji": "araizarasa" + }, + "洗いざらし": { + "w_type": "godan verb stem", + "romaji": "araizarashi" + }, + "洗いざらせ": { + "w_type": "conjugated godan verb", + "romaji": "araizarase" + }, + "洗いざらそ": { + "w_type": "godan verb stem", + "romaji": "araizaraso" + }, + "洗いざらした": { + "w_type": "conjugated godan verb", + "romaji": "araizarashita" + }, + "洗いざらして": { + "w_type": "conjugated godan verb", + "romaji": "araizarashite" + }, + "打ち殺さ": { + "w_type": "godan verb stem", + "romaji": "uchikorosa" + }, + "打ち殺し": { + "w_type": "godan verb stem", + "romaji": "uchikoroshi" + }, + "打ち殺せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikorose" + }, + "打ち殺そ": { + "w_type": "godan verb stem", + "romaji": "uchikoroso" + }, + "打ち殺した": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshita" + }, + "打ち殺して": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshite" + }, + "発か": { + "w_type": "godan verb stem", + "romaji": "abaka" + }, + "発き": { + "w_type": "godan verb stem", + "romaji": "abaki" + }, + "発け": { + "w_type": "conjugated godan verb", + "romaji": "abake" + }, + "発こ": { + "w_type": "godan verb stem", + "romaji": "abako" + }, + "発いた": { + "w_type": "conjugated godan verb", + "romaji": "abaita" + }, + "発いて": { + "w_type": "conjugated godan verb", + "romaji": "abaite" + }, + "刷り込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "刷り込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "刷り込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "刷り込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "刷り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "刷り込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "荒ま": { + "w_type": "godan verb stem", + "romaji": "susama" + }, + "荒み": { + "w_type": "godan verb stem", + "romaji": "susami" + }, + "荒め": { + "w_type": "conjugated godan verb", + "romaji": "susame" + }, + "荒も": { + "w_type": "godan verb stem", + "romaji": "susamo" + }, + "荒んだ": { + "w_type": "conjugated godan verb", + "romaji": "susanda" + }, + "荒んで": { + "w_type": "conjugated godan verb", + "romaji": "susande" + }, + "起さ": { + "w_type": "godan verb stem", + "romaji": "okosa" + }, + "起し": { + "w_type": "godan verb stem", + "romaji": "okoshi" + }, + "起せ": { + "w_type": "conjugated godan verb", + "romaji": "okose" + }, + "起そ": { + "w_type": "godan verb stem", + "romaji": "okoso" + }, + "起した": { + "w_type": "conjugated godan verb", + "romaji": "okoshita" + }, + "起して": { + "w_type": "conjugated godan verb", + "romaji": "okoshite" + }, + "踊りださ": { + "w_type": "godan verb stem", + "romaji": "odoridasa" + }, + "踊りだし": { + "w_type": "godan verb stem", + "romaji": "odoridashi" + }, + "踊りだせ": { + "w_type": "conjugated godan verb", + "romaji": "odoridase" + }, + "踊りだそ": { + "w_type": "godan verb stem", + "romaji": "odoridaso" + }, + "踊りだした": { + "w_type": "conjugated godan verb", + "romaji": "odoridashita" + }, + "踊りだして": { + "w_type": "conjugated godan verb", + "romaji": "odoridashite" + }, + "為ら": { + "w_type": "godan verb stem", + "romaji": "nara" + }, + "為り": { + "w_type": "godan verb stem", + "romaji": "nari" + }, + "為れ": { + "w_type": "conjugated godan verb", + "romaji": "nare" + }, + "為ろ": { + "w_type": "godan verb stem", + "romaji": "naro" + }, + "為った": { + "w_type": "conjugated godan verb", + "romaji": "natta" + }, + "為って": { + "w_type": "conjugated godan verb", + "romaji": "natte" + }, + "囓ら": { + "w_type": "godan verb stem", + "romaji": "kajira" + }, + "囓り": { + "w_type": "godan verb stem", + "romaji": "kajiri" + }, + "囓れ": { + "w_type": "conjugated godan verb", + "romaji": "kajire" + }, + "囓ろ": { + "w_type": "godan verb stem", + "romaji": "kajiro" + }, + "囓った": { + "w_type": "conjugated godan verb", + "romaji": "kajitta" + }, + "囓って": { + "w_type": "conjugated godan verb", + "romaji": "kajitte" + }, + "跳びつか": { + "w_type": "godan verb stem", + "romaji": "tobitsuka" + }, + "跳びつき": { + "w_type": "godan verb stem", + "romaji": "tobitsuki" + }, + "跳びつけ": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuke" + }, + "跳びつこ": { + "w_type": "godan verb stem", + "romaji": "tobitsuko" + }, + "跳びついた": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuita" + }, + "跳びついて": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuite" + }, + "誘わ": { + "w_type": "godan verb stem", + "romaji": "sasowa" + }, + "誘い": { + "w_type": "godan verb stem", + "romaji": "sasoi" + }, + "誘え": { + "w_type": "conjugated godan verb", + "romaji": "sasoe" + }, + "誘お": { + "w_type": "godan verb stem", + "romaji": "sasoo" + }, + "誘った": { + "w_type": "conjugated godan verb", + "romaji": "sasotta" + }, + "誘って": { + "w_type": "conjugated godan verb", + "romaji": "sasotte" + }, + "滑り落とさ": { + "w_type": "godan verb stem", + "romaji": "suberiotosa" + }, + "滑り落とし": { + "w_type": "godan verb stem", + "romaji": "suberiotoshi" + }, + "滑り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "suberiotose" + }, + "滑り落とそ": { + "w_type": "godan verb stem", + "romaji": "suberiotoso" + }, + "滑り落とした": { + "w_type": "conjugated godan verb", + "romaji": "suberiotoshita" + }, + "滑り落として": { + "w_type": "conjugated godan verb", + "romaji": "suberiotoshite" + }, + "咲き出さ": { + "w_type": "godan verb stem", + "romaji": "sakidasa" + }, + "咲き出し": { + "w_type": "godan verb stem", + "romaji": "sakidashi" + }, + "咲き出せ": { + "w_type": "conjugated godan verb", + "romaji": "sakidase" + }, + "咲き出そ": { + "w_type": "godan verb stem", + "romaji": "sakidaso" + }, + "咲き出した": { + "w_type": "conjugated godan verb", + "romaji": "sakidashita" + }, + "咲き出して": { + "w_type": "conjugated godan verb", + "romaji": "sakidashite" + }, + "下ろさ": { + "w_type": "godan verb stem", + "romaji": "orosa" + }, + "下ろし": { + "w_type": "godan verb stem", + "romaji": "oroshi" + }, + "下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "orose" + }, + "下ろそ": { + "w_type": "godan verb stem", + "romaji": "oroso" + }, + "下ろした": { + "w_type": "conjugated godan verb", + "romaji": "oroshita" + }, + "下ろして": { + "w_type": "conjugated godan verb", + "romaji": "oroshite" + }, + "移り変わら": { + "w_type": "godan verb stem", + "romaji": "utsurikawara" + }, + "移り変わり": { + "w_type": "godan verb stem", + "romaji": "utsurikawari" + }, + "移り変われ": { + "w_type": "conjugated godan verb", + "romaji": "utsurikaware" + }, + "移り変わろ": { + "w_type": "godan verb stem", + "romaji": "utsurikawaro" + }, + "移り変わった": { + "w_type": "conjugated godan verb", + "romaji": "utsurikawatta" + }, + "移り変わって": { + "w_type": "conjugated godan verb", + "romaji": "utsurikawatte" + }, + "為さ": { + "w_type": "godan verb stem", + "romaji": "nasa" + }, + "為し": { + "w_type": "godan verb stem", + "romaji": "nashi" + }, + "為せ": { + "w_type": "conjugated godan verb", + "romaji": "nase" + }, + "為そ": { + "w_type": "godan verb stem", + "romaji": "naso" + }, + "為した": { + "w_type": "conjugated godan verb", + "romaji": "nashita" + }, + "為して": { + "w_type": "conjugated godan verb", + "romaji": "nashite" + }, + "割切ら": { + "w_type": "godan verb stem", + "romaji": "warikira" + }, + "割切り": { + "w_type": "godan verb stem", + "romaji": "warikiri" + }, + "割切れ": { + "w_type": "conjugated godan verb", + "romaji": "warikire" + }, + "割切ろ": { + "w_type": "godan verb stem", + "romaji": "warikiro" + }, + "割切った": { + "w_type": "conjugated godan verb", + "romaji": "warikitta" + }, + "割切って": { + "w_type": "conjugated godan verb", + "romaji": "warikitte" + }, + "奮い起さ": { + "w_type": "godan verb stem", + "romaji": "furuiokosa" + }, + "奮い起し": { + "w_type": "godan verb stem", + "romaji": "furuiokoshi" + }, + "奮い起せ": { + "w_type": "conjugated godan verb", + "romaji": "furuiokose" + }, + "奮い起そ": { + "w_type": "godan verb stem", + "romaji": "furuiokoso" + }, + "奮い起した": { + "w_type": "conjugated godan verb", + "romaji": "furuiokoshita" + }, + "奮い起して": { + "w_type": "conjugated godan verb", + "romaji": "furuiokoshite" + }, + "出てゆか": { + "w_type": "godan verb stem", + "romaji": "deteika" + }, + "出てゆき": { + "w_type": "godan verb stem", + "romaji": "deteiki" + }, + "出てゆけ": { + "w_type": "conjugated godan verb", + "romaji": "deteike" + }, + "出てゆこ": { + "w_type": "godan verb stem", + "romaji": "deteiko" + }, + "出てゆいた": { + "w_type": "conjugated godan verb", + "romaji": "deteiita" + }, + "出てゆいて": { + "w_type": "conjugated godan verb", + "romaji": "deteiite" + }, + "反っくり返ら": { + "w_type": "godan verb stem", + "romaji": "sokkurikaera" + }, + "反っくり返り": { + "w_type": "godan verb stem", + "romaji": "sokkurikaeri" + }, + "反っくり返れ": { + "w_type": "conjugated godan verb", + "romaji": "sokkurikaere" + }, + "反っくり返ろ": { + "w_type": "godan verb stem", + "romaji": "sokkurikaero" + }, + "反っくり返った": { + "w_type": "conjugated godan verb", + "romaji": "sokkurikaetta" + }, + "反っくり返って": { + "w_type": "conjugated godan verb", + "romaji": "sokkurikaette" + }, + "啜り込ま": { + "w_type": "godan verb stem", + "romaji": "susurikoma" + }, + "啜り込み": { + "w_type": "godan verb stem", + "romaji": "susurikomi" + }, + "啜り込め": { + "w_type": "conjugated godan verb", + "romaji": "susurikome" + }, + "啜り込も": { + "w_type": "godan verb stem", + "romaji": "susurikomo" + }, + "啜り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "susurikonda" + }, + "啜り込んで": { + "w_type": "conjugated godan verb", + "romaji": "susurikonde" + }, + "趣か": { + "w_type": "godan verb stem", + "romaji": "omomuka" + }, + "趣き": { + "w_type": "godan verb stem", + "romaji": "omomuki" + }, + "趣け": { + "w_type": "conjugated godan verb", + "romaji": "omomuke" + }, + "趣こ": { + "w_type": "godan verb stem", + "romaji": "omomuko" + }, + "趣いた": { + "w_type": "conjugated godan verb", + "romaji": "omomuita" + }, + "趣いて": { + "w_type": "conjugated godan verb", + "romaji": "omomuite" + }, + "次が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "次ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "次げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "次ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "次いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "次いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "壊さ": { + "w_type": "godan verb stem", + "romaji": "kowasa" + }, + "壊し": { + "w_type": "godan verb stem", + "romaji": "kowashi" + }, + "壊せ": { + "w_type": "conjugated godan verb", + "romaji": "kowase" + }, + "壊そ": { + "w_type": "godan verb stem", + "romaji": "kowaso" + }, + "壊した": { + "w_type": "conjugated godan verb", + "romaji": "kowashita" + }, + "壊して": { + "w_type": "conjugated godan verb", + "romaji": "kowashite" + }, + "掘り起さ": { + "w_type": "godan verb stem", + "romaji": "horiokosa" + }, + "掘り起し": { + "w_type": "godan verb stem", + "romaji": "horiokoshi" + }, + "掘り起せ": { + "w_type": "conjugated godan verb", + "romaji": "horiokose" + }, + "掘り起そ": { + "w_type": "godan verb stem", + "romaji": "horiokoso" + }, + "掘り起した": { + "w_type": "conjugated godan verb", + "romaji": "horiokoshita" + }, + "掘り起して": { + "w_type": "conjugated godan verb", + "romaji": "horiokoshite" + }, + "貪りつくさ": { + "w_type": "godan verb stem", + "romaji": "musaboritsukusa" + }, + "貪りつくし": { + "w_type": "godan verb stem", + "romaji": "musaboritsukushi" + }, + "貪りつくせ": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukuse" + }, + "貪りつくそ": { + "w_type": "godan verb stem", + "romaji": "musaboritsukuso" + }, + "貪りつくした": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukushita" + }, + "貪りつくして": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukushite" + }, + "ちぎり取ら": { + "w_type": "godan verb stem", + "romaji": "chigiritora" + }, + "ちぎり取り": { + "w_type": "godan verb stem", + "romaji": "chigiritori" + }, + "ちぎり取れ": { + "w_type": "conjugated godan verb", + "romaji": "chigiritore" + }, + "ちぎり取ろ": { + "w_type": "godan verb stem", + "romaji": "chigiritoro" + }, + "ちぎり取った": { + "w_type": "conjugated godan verb", + "romaji": "chigiritotta" + }, + "ちぎり取って": { + "w_type": "conjugated godan verb", + "romaji": "chigiritotte" + }, + "使い慣らさ": { + "w_type": "godan verb stem", + "romaji": "tsukainarasa" + }, + "使い慣らし": { + "w_type": "godan verb stem", + "romaji": "tsukainarashi" + }, + "使い慣らせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukainarase" + }, + "使い慣らそ": { + "w_type": "godan verb stem", + "romaji": "tsukainaraso" + }, + "使い慣らした": { + "w_type": "conjugated godan verb", + "romaji": "tsukainarashita" + }, + "使い慣らして": { + "w_type": "conjugated godan verb", + "romaji": "tsukainarashite" + }, + "切り捲ら": { + "w_type": "godan verb stem", + "romaji": "kirimakura" + }, + "切り捲り": { + "w_type": "godan verb stem", + "romaji": "kirimakuri" + }, + "切り捲れ": { + "w_type": "conjugated godan verb", + "romaji": "kirimakure" + }, + "切り捲ろ": { + "w_type": "godan verb stem", + "romaji": "kirimakuro" + }, + "切り捲った": { + "w_type": "conjugated godan verb", + "romaji": "kirimakutta" + }, + "切り捲って": { + "w_type": "conjugated godan verb", + "romaji": "kirimakutte" + }, + "先だた": { + "w_type": "godan verb stem", + "romaji": "sakidata" + }, + "先だち": { + "w_type": "godan verb stem", + "romaji": "sakidachi" + }, + "先だて": { + "w_type": "conjugated godan verb", + "romaji": "sakidate" + }, + "先だと": { + "w_type": "godan verb stem", + "romaji": "sakidato" + }, + "先だった": { + "w_type": "conjugated godan verb", + "romaji": "sakidatta" + }, + "先だって": { + "w_type": "conjugated godan verb", + "romaji": "sakidatte" + }, + "追払わ": { + "w_type": "godan verb stem", + "romaji": "oiharawa" + }, + "追払い": { + "w_type": "godan verb stem", + "romaji": "oiharai" + }, + "追払え": { + "w_type": "conjugated godan verb", + "romaji": "oiharae" + }, + "追払お": { + "w_type": "godan verb stem", + "romaji": "oiharao" + }, + "追払った": { + "w_type": "conjugated godan verb", + "romaji": "oiharatta" + }, + "追払って": { + "w_type": "conjugated godan verb", + "romaji": "oiharatte" + }, + "稼ぎ取ら": { + "w_type": "godan verb stem", + "romaji": "kasegitora" + }, + "稼ぎ取り": { + "w_type": "godan verb stem", + "romaji": "kasegitori" + }, + "稼ぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kasegitore" + }, + "稼ぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "kasegitoro" + }, + "稼ぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "kasegitotta" + }, + "稼ぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "kasegitotte" + }, + "打切ら": { + "w_type": "godan verb stem", + "romaji": "uchikira" + }, + "打切り": { + "w_type": "godan verb stem", + "romaji": "uchikiri" + }, + "打切れ": { + "w_type": "conjugated godan verb", + "romaji": "uchikire" + }, + "打切ろ": { + "w_type": "godan verb stem", + "romaji": "uchikiro" + }, + "打切った": { + "w_type": "conjugated godan verb", + "romaji": "uchikitta" + }, + "打切って": { + "w_type": "conjugated godan verb", + "romaji": "uchikitte" + }, + "渋ら": { + "w_type": "godan verb stem", + "romaji": "shibura" + }, + "渋り": { + "w_type": "godan verb stem", + "romaji": "shiburi" + }, + "渋れ": { + "w_type": "conjugated godan verb", + "romaji": "shibure" + }, + "渋ろ": { + "w_type": "godan verb stem", + "romaji": "shiburo" + }, + "渋った": { + "w_type": "conjugated godan verb", + "romaji": "shibutta" + }, + "渋って": { + "w_type": "conjugated godan verb", + "romaji": "shibutte" + }, + "引き越さ": { + "w_type": "godan verb stem", + "romaji": "hikkosa" + }, + "引き越し": { + "w_type": "godan verb stem", + "romaji": "hikkoshi" + }, + "引き越せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkose" + }, + "引き越そ": { + "w_type": "godan verb stem", + "romaji": "hikkoso" + }, + "引き越した": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshita" + }, + "引き越して": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshite" + }, + "からめ取ら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "からめ取り": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "からめ取れ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "からめ取ろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "からめ取った": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "からめ取って": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "打た": { + "w_type": "godan verb stem", + "romaji": "uta" + }, + "打ち": { + "w_type": "godan verb stem", + "romaji": "uchi" + }, + "打て": { + "w_type": "conjugated godan verb", + "romaji": "ute" + }, + "打と": { + "w_type": "godan verb stem", + "romaji": "uto" + }, + "打った": { + "w_type": "conjugated godan verb", + "romaji": "utta" + }, + "打って": { + "w_type": "conjugated godan verb", + "romaji": "utte" + }, + "醂さ": { + "w_type": "godan verb stem", + "romaji": "sawasa" + }, + "醂し": { + "w_type": "godan verb stem", + "romaji": "sawashi" + }, + "醂せ": { + "w_type": "conjugated godan verb", + "romaji": "sawase" + }, + "醂そ": { + "w_type": "godan verb stem", + "romaji": "sawaso" + }, + "醂した": { + "w_type": "conjugated godan verb", + "romaji": "sawashita" + }, + "醂して": { + "w_type": "conjugated godan verb", + "romaji": "sawashite" + }, + "受け合わ": { + "w_type": "godan verb stem", + "romaji": "ukeawa" + }, + "受け合い": { + "w_type": "godan verb stem", + "romaji": "ukeai" + }, + "受け合え": { + "w_type": "conjugated godan verb", + "romaji": "ukeae" + }, + "受け合お": { + "w_type": "godan verb stem", + "romaji": "ukeao" + }, + "受け合った": { + "w_type": "conjugated godan verb", + "romaji": "ukeatta" + }, + "受け合って": { + "w_type": "conjugated godan verb", + "romaji": "ukeatte" + }, + "誓わ": { + "w_type": "godan verb stem", + "romaji": "chikawa" + }, + "誓い": { + "w_type": "godan verb stem", + "romaji": "chikai" + }, + "誓え": { + "w_type": "conjugated godan verb", + "romaji": "chikae" + }, + "誓お": { + "w_type": "godan verb stem", + "romaji": "chikao" + }, + "誓った": { + "w_type": "conjugated godan verb", + "romaji": "chikatta" + }, + "誓って": { + "w_type": "conjugated godan verb", + "romaji": "chikatte" + }, + "さて置か": { + "w_type": "godan verb stem", + "romaji": "sateoka" + }, + "さて置き": { + "w_type": "godan verb stem", + "romaji": "sateoki" + }, + "さて置け": { + "w_type": "conjugated godan verb", + "romaji": "sateoke" + }, + "さて置こ": { + "w_type": "godan verb stem", + "romaji": "sateoko" + }, + "さて置いた": { + "w_type": "conjugated godan verb", + "romaji": "sateoita" + }, + "さて置いて": { + "w_type": "conjugated godan verb", + "romaji": "sateoite" + }, + "扨措か": { + "w_type": "godan verb stem", + "romaji": "sateoka" + }, + "扨措き": { + "w_type": "godan verb stem", + "romaji": "sateoki" + }, + "扨措け": { + "w_type": "conjugated godan verb", + "romaji": "sateoke" + }, + "扨措こ": { + "w_type": "godan verb stem", + "romaji": "sateoko" + }, + "扨措いた": { + "w_type": "conjugated godan verb", + "romaji": "sateoita" + }, + "扨措いて": { + "w_type": "conjugated godan verb", + "romaji": "sateoite" + }, + "話し出さ": { + "w_type": "godan verb stem", + "romaji": "hanashidasa" + }, + "話し出し": { + "w_type": "godan verb stem", + "romaji": "hanashidashi" + }, + "話し出せ": { + "w_type": "conjugated godan verb", + "romaji": "hanashidase" + }, + "話し出そ": { + "w_type": "godan verb stem", + "romaji": "hanashidaso" + }, + "話し出した": { + "w_type": "conjugated godan verb", + "romaji": "hanashidashita" + }, + "話し出して": { + "w_type": "conjugated godan verb", + "romaji": "hanashidashite" + }, + "吹雪か": { + "w_type": "godan verb stem", + "romaji": "fubuka" + }, + "吹雪き": { + "w_type": "godan verb stem", + "romaji": "fubuki" + }, + "吹雪け": { + "w_type": "conjugated godan verb", + "romaji": "fubuke" + }, + "吹雪こ": { + "w_type": "godan verb stem", + "romaji": "fubuko" + }, + "吹雪いた": { + "w_type": "conjugated godan verb", + "romaji": "fubuita" + }, + "吹雪いて": { + "w_type": "conjugated godan verb", + "romaji": "fubuite" + }, + "照り上がら": { + "w_type": "godan verb stem", + "romaji": "teriagara" + }, + "照り上がり": { + "w_type": "godan verb stem", + "romaji": "teriagari" + }, + "照り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "teriagare" + }, + "照り上がろ": { + "w_type": "godan verb stem", + "romaji": "teriagaro" + }, + "照り上がった": { + "w_type": "conjugated godan verb", + "romaji": "teriagatta" + }, + "照り上がって": { + "w_type": "conjugated godan verb", + "romaji": "teriagatte" + }, + "仕込ま": { + "w_type": "godan verb stem", + "romaji": "shikoma" + }, + "仕込み": { + "w_type": "godan verb stem", + "romaji": "shikomi" + }, + "仕込め": { + "w_type": "conjugated godan verb", + "romaji": "shikome" + }, + "仕込も": { + "w_type": "godan verb stem", + "romaji": "shikomo" + }, + "仕込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shikonda" + }, + "仕込んで": { + "w_type": "conjugated godan verb", + "romaji": "shikonde" + }, + "立合わ": { + "w_type": "godan verb stem", + "romaji": "tachiawa" + }, + "立合い": { + "w_type": "godan verb stem", + "romaji": "tachiai" + }, + "立合え": { + "w_type": "conjugated godan verb", + "romaji": "tachiae" + }, + "立合お": { + "w_type": "godan verb stem", + "romaji": "tachiao" + }, + "立合った": { + "w_type": "conjugated godan verb", + "romaji": "tachiatta" + }, + "立合って": { + "w_type": "conjugated godan verb", + "romaji": "tachiatte" + }, + "好き好ま": { + "w_type": "godan verb stem", + "romaji": "sukikonoma" + }, + "好き好み": { + "w_type": "godan verb stem", + "romaji": "sukikonomi" + }, + "好き好め": { + "w_type": "conjugated godan verb", + "romaji": "sukikonome" + }, + "好き好も": { + "w_type": "godan verb stem", + "romaji": "sukikonomo" + }, + "好き好んだ": { + "w_type": "conjugated godan verb", + "romaji": "sukikononda" + }, + "好き好んで": { + "w_type": "conjugated godan verb", + "romaji": "sukikononde" + }, + "搔込ま": { + "w_type": "godan verb stem", + "romaji": "kakkoma" + }, + "搔込み": { + "w_type": "godan verb stem", + "romaji": "kakkomi" + }, + "搔込め": { + "w_type": "conjugated godan verb", + "romaji": "kakkome" + }, + "搔込も": { + "w_type": "godan verb stem", + "romaji": "kakkomo" + }, + "搔込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakkonda" + }, + "搔込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakkonde" + }, + "刮げ取ら": { + "w_type": "godan verb stem", + "romaji": "kosogetora" + }, + "刮げ取り": { + "w_type": "godan verb stem", + "romaji": "kosogetori" + }, + "刮げ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kosogetore" + }, + "刮げ取ろ": { + "w_type": "godan verb stem", + "romaji": "kosogetoro" + }, + "刮げ取った": { + "w_type": "conjugated godan verb", + "romaji": "kosogetotta" + }, + "刮げ取って": { + "w_type": "conjugated godan verb", + "romaji": "kosogetotte" + }, + "貼り出さ": { + "w_type": "godan verb stem", + "romaji": "haridasa" + }, + "貼り出し": { + "w_type": "godan verb stem", + "romaji": "haridashi" + }, + "貼り出せ": { + "w_type": "conjugated godan verb", + "romaji": "haridase" + }, + "貼り出そ": { + "w_type": "godan verb stem", + "romaji": "haridaso" + }, + "貼り出した": { + "w_type": "conjugated godan verb", + "romaji": "haridashita" + }, + "貼り出して": { + "w_type": "conjugated godan verb", + "romaji": "haridashite" + }, + "突っ突か": { + "w_type": "godan verb stem", + "romaji": "tsuttsuka" + }, + "突っ突き": { + "w_type": "godan verb stem", + "romaji": "tsuttsuki" + }, + "突っ突け": { + "w_type": "conjugated godan verb", + "romaji": "tsuttsuke" + }, + "突っ突こ": { + "w_type": "godan verb stem", + "romaji": "tsuttsuko" + }, + "突っ突いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuttsuita" + }, + "突っ突いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuttsuite" + }, + "行き当ら": { + "w_type": "godan verb stem", + "romaji": "yukiatara" + }, + "行き当り": { + "w_type": "godan verb stem", + "romaji": "yukiatari" + }, + "行き当れ": { + "w_type": "conjugated godan verb", + "romaji": "yukiatare" + }, + "行き当ろ": { + "w_type": "godan verb stem", + "romaji": "yukiataro" + }, + "行き当った": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatta" + }, + "行き当って": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatte" + }, + "喰らいつか": { + "w_type": "godan verb stem", + "romaji": "kuraitsuka" + }, + "喰らいつき": { + "w_type": "godan verb stem", + "romaji": "kuraitsuki" + }, + "喰らいつけ": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuke" + }, + "喰らいつこ": { + "w_type": "godan verb stem", + "romaji": "kuraitsuko" + }, + "喰らいついた": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuita" + }, + "喰らいついて": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuite" + }, + "覗きこま": { + "w_type": "godan verb stem", + "romaji": "nozokikoma" + }, + "覗きこみ": { + "w_type": "godan verb stem", + "romaji": "nozokikomi" + }, + "覗きこめ": { + "w_type": "conjugated godan verb", + "romaji": "nozokikome" + }, + "覗きこも": { + "w_type": "godan verb stem", + "romaji": "nozokikomo" + }, + "覗きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nozokikonda" + }, + "覗きこんで": { + "w_type": "conjugated godan verb", + "romaji": "nozokikonde" + }, + "切りまくら": { + "w_type": "godan verb stem", + "romaji": "kirimakura" + }, + "切りまくり": { + "w_type": "godan verb stem", + "romaji": "kirimakuri" + }, + "切りまくれ": { + "w_type": "conjugated godan verb", + "romaji": "kirimakure" + }, + "切りまくろ": { + "w_type": "godan verb stem", + "romaji": "kirimakuro" + }, + "切りまくった": { + "w_type": "conjugated godan verb", + "romaji": "kirimakutta" + }, + "切りまくって": { + "w_type": "conjugated godan verb", + "romaji": "kirimakutte" + }, + "打ち克た": { + "w_type": "godan verb stem", + "romaji": "uchikata" + }, + "打ち克ち": { + "w_type": "godan verb stem", + "romaji": "uchikachi" + }, + "打ち克て": { + "w_type": "conjugated godan verb", + "romaji": "uchikate" + }, + "打ち克と": { + "w_type": "godan verb stem", + "romaji": "uchikato" + }, + "打ち克った": { + "w_type": "conjugated godan verb", + "romaji": "uchikatta" + }, + "打ち克って": { + "w_type": "conjugated godan verb", + "romaji": "uchikatte" + }, + "塗り潰さ": { + "w_type": "godan verb stem", + "romaji": "nuritsubusa" + }, + "塗り潰し": { + "w_type": "godan verb stem", + "romaji": "nuritsubushi" + }, + "塗り潰せ": { + "w_type": "conjugated godan verb", + "romaji": "nuritsubuse" + }, + "塗り潰そ": { + "w_type": "godan verb stem", + "romaji": "nuritsubuso" + }, + "塗り潰した": { + "w_type": "conjugated godan verb", + "romaji": "nuritsubushita" + }, + "塗り潰して": { + "w_type": "conjugated godan verb", + "romaji": "nuritsubushite" + }, + "目付から": { + "w_type": "godan verb stem", + "romaji": "mekkara" + }, + "目付かり": { + "w_type": "godan verb stem", + "romaji": "mekkari" + }, + "目付かれ": { + "w_type": "conjugated godan verb", + "romaji": "mekkare" + }, + "目付かろ": { + "w_type": "godan verb stem", + "romaji": "mekkaro" + }, + "目付かった": { + "w_type": "conjugated godan verb", + "romaji": "mekkatta" + }, + "目付かって": { + "w_type": "conjugated godan verb", + "romaji": "mekkatte" + }, + "飛び乗ら": { + "w_type": "godan verb stem", + "romaji": "tobinora" + }, + "飛び乗り": { + "w_type": "godan verb stem", + "romaji": "tobinori" + }, + "飛び乗れ": { + "w_type": "conjugated godan verb", + "romaji": "tobinore" + }, + "飛び乗ろ": { + "w_type": "godan verb stem", + "romaji": "tobinoro" + }, + "飛び乗った": { + "w_type": "conjugated godan verb", + "romaji": "tobinotta" + }, + "飛び乗って": { + "w_type": "conjugated godan verb", + "romaji": "tobinotte" + }, + "垂れ流さ": { + "w_type": "godan verb stem", + "romaji": "tarenagasa" + }, + "垂れ流し": { + "w_type": "godan verb stem", + "romaji": "tarenagashi" + }, + "垂れ流せ": { + "w_type": "conjugated godan verb", + "romaji": "tarenagase" + }, + "垂れ流そ": { + "w_type": "godan verb stem", + "romaji": "tarenagaso" + }, + "垂れ流した": { + "w_type": "conjugated godan verb", + "romaji": "tarenagashita" + }, + "垂れ流して": { + "w_type": "conjugated godan verb", + "romaji": "tarenagashite" + }, + "偉ぶら": { + "w_type": "godan verb stem", + "romaji": "erabura" + }, + "偉ぶり": { + "w_type": "godan verb stem", + "romaji": "eraburi" + }, + "偉ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "erabure" + }, + "偉ぶろ": { + "w_type": "godan verb stem", + "romaji": "eraburo" + }, + "偉ぶった": { + "w_type": "conjugated godan verb", + "romaji": "erabutta" + }, + "偉ぶって": { + "w_type": "conjugated godan verb", + "romaji": "erabutte" + }, + "遣って行か": { + "w_type": "godan verb stem", + "romaji": "yatteika" + }, + "遣って行き": { + "w_type": "godan verb stem", + "romaji": "yatteiki" + }, + "遣って行け": { + "w_type": "conjugated godan verb", + "romaji": "yatteike" + }, + "遣って行こ": { + "w_type": "godan verb stem", + "romaji": "yatteiko" + }, + "遣って行いた": { + "w_type": "conjugated godan verb", + "romaji": "yatteiita" + }, + "遣って行いて": { + "w_type": "conjugated godan verb", + "romaji": "yatteiite" + }, + "茹であがら": { + "w_type": "godan verb stem", + "romaji": "yudeagara" + }, + "茹であがり": { + "w_type": "godan verb stem", + "romaji": "yudeagari" + }, + "茹であがれ": { + "w_type": "conjugated godan verb", + "romaji": "yudeagare" + }, + "茹であがろ": { + "w_type": "godan verb stem", + "romaji": "yudeagaro" + }, + "茹であがった": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatta" + }, + "茹であがって": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatte" + }, + "痒がら": { + "w_type": "godan verb stem", + "romaji": "kayugara" + }, + "痒がり": { + "w_type": "godan verb stem", + "romaji": "kayugari" + }, + "痒がれ": { + "w_type": "conjugated godan verb", + "romaji": "kayugare" + }, + "痒がろ": { + "w_type": "godan verb stem", + "romaji": "kayugaro" + }, + "痒がった": { + "w_type": "conjugated godan verb", + "romaji": "kayugatta" + }, + "痒がって": { + "w_type": "conjugated godan verb", + "romaji": "kayugatte" + }, + "滑りこま": { + "w_type": "godan verb stem", + "romaji": "suberikoma" + }, + "滑りこみ": { + "w_type": "godan verb stem", + "romaji": "suberikomi" + }, + "滑りこめ": { + "w_type": "conjugated godan verb", + "romaji": "suberikome" + }, + "滑りこも": { + "w_type": "godan verb stem", + "romaji": "suberikomo" + }, + "滑りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "suberikonda" + }, + "滑りこんで": { + "w_type": "conjugated godan verb", + "romaji": "suberikonde" + }, + "黄ばま": { + "w_type": "godan verb stem", + "romaji": "kibama" + }, + "黄ばみ": { + "w_type": "godan verb stem", + "romaji": "kibami" + }, + "黄ばめ": { + "w_type": "conjugated godan verb", + "romaji": "kibame" + }, + "黄ばも": { + "w_type": "godan verb stem", + "romaji": "kibamo" + }, + "黄ばんだ": { + "w_type": "conjugated godan verb", + "romaji": "kibanda" + }, + "黄ばんで": { + "w_type": "conjugated godan verb", + "romaji": "kibande" + }, + "鶏肌になら": { + "w_type": "godan verb stem", + "romaji": "torihadaninara" + }, + "鶏肌になり": { + "w_type": "godan verb stem", + "romaji": "torihadaninari" + }, + "鶏肌になれ": { + "w_type": "conjugated godan verb", + "romaji": "torihadaninare" + }, + "鶏肌になろ": { + "w_type": "godan verb stem", + "romaji": "torihadaninaro" + }, + "鶏肌になった": { + "w_type": "conjugated godan verb", + "romaji": "torihadaninatta" + }, + "鶏肌になって": { + "w_type": "conjugated godan verb", + "romaji": "torihadaninatte" + }, + "ど突か": { + "w_type": "godan verb stem", + "romaji": "dotsuka" + }, + "ど突き": { + "w_type": "godan verb stem", + "romaji": "dotsuki" + }, + "ど突け": { + "w_type": "conjugated godan verb", + "romaji": "dotsuke" + }, + "ど突こ": { + "w_type": "godan verb stem", + "romaji": "dotsuko" + }, + "ど突いた": { + "w_type": "conjugated godan verb", + "romaji": "dotsuita" + }, + "ど突いて": { + "w_type": "conjugated godan verb", + "romaji": "dotsuite" + }, + "唸ら": { + "w_type": "godan verb stem", + "romaji": "unara" + }, + "唸り": { + "w_type": "godan verb stem", + "romaji": "unari" + }, + "唸れ": { + "w_type": "conjugated godan verb", + "romaji": "unare" + }, + "唸ろ": { + "w_type": "godan verb stem", + "romaji": "unaro" + }, + "唸った": { + "w_type": "conjugated godan verb", + "romaji": "unatta" + }, + "唸って": { + "w_type": "conjugated godan verb", + "romaji": "unatte" + }, + "染付か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "染付き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "染付け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "染付こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "染付いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "染付いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "咳込ま": { + "w_type": "godan verb stem", + "romaji": "sekikoma" + }, + "咳込み": { + "w_type": "godan verb stem", + "romaji": "sekikomi" + }, + "咳込め": { + "w_type": "conjugated godan verb", + "romaji": "sekikome" + }, + "咳込も": { + "w_type": "godan verb stem", + "romaji": "sekikomo" + }, + "咳込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sekikonda" + }, + "咳込んで": { + "w_type": "conjugated godan verb", + "romaji": "sekikonde" + }, + "磨が": { + "w_type": "godan verb stem", + "romaji": "toga" + }, + "磨ぎ": { + "w_type": "godan verb stem", + "romaji": "togi" + }, + "磨げ": { + "w_type": "conjugated godan verb", + "romaji": "toge" + }, + "磨ご": { + "w_type": "godan verb stem", + "romaji": "togo" + }, + "磨いだ": { + "w_type": "conjugated godan verb", + "romaji": "toida" + }, + "磨いで": { + "w_type": "conjugated godan verb", + "romaji": "toide" + }, + "降り止ま": { + "w_type": "godan verb stem", + "romaji": "furiyama" + }, + "降り止み": { + "w_type": "godan verb stem", + "romaji": "furiyami" + }, + "降り止め": { + "w_type": "conjugated godan verb", + "romaji": "furiyame" + }, + "降り止も": { + "w_type": "godan verb stem", + "romaji": "furiyamo" + }, + "降り止んだ": { + "w_type": "conjugated godan verb", + "romaji": "furiyanda" + }, + "降り止んで": { + "w_type": "conjugated godan verb", + "romaji": "furiyande" + }, + "受けつが": { + "w_type": "godan verb stem", + "romaji": "uketsuga" + }, + "受けつぎ": { + "w_type": "godan verb stem", + "romaji": "uketsugi" + }, + "受けつげ": { + "w_type": "conjugated godan verb", + "romaji": "uketsuge" + }, + "受けつご": { + "w_type": "godan verb stem", + "romaji": "uketsugo" + }, + "受けついだ": { + "w_type": "conjugated godan verb", + "romaji": "uketsuida" + }, + "受けついで": { + "w_type": "conjugated godan verb", + "romaji": "uketsuide" + }, + "舞散ら": { + "w_type": "godan verb stem", + "romaji": "maichira" + }, + "舞散り": { + "w_type": "godan verb stem", + "romaji": "maichiri" + }, + "舞散れ": { + "w_type": "conjugated godan verb", + "romaji": "maichire" + }, + "舞散ろ": { + "w_type": "godan verb stem", + "romaji": "maichiro" + }, + "舞散った": { + "w_type": "conjugated godan verb", + "romaji": "maichitta" + }, + "舞散って": { + "w_type": "conjugated godan verb", + "romaji": "maichitte" + }, + "推測ら": { + "w_type": "godan verb stem", + "romaji": "oshihakara" + }, + "推測り": { + "w_type": "godan verb stem", + "romaji": "oshihakari" + }, + "推測れ": { + "w_type": "conjugated godan verb", + "romaji": "oshihakare" + }, + "推測ろ": { + "w_type": "godan verb stem", + "romaji": "oshihakaro" + }, + "推測った": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatta" + }, + "推測って": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatte" + }, + "裁ち出さ": { + "w_type": "godan verb stem", + "romaji": "tachidasa" + }, + "裁ち出し": { + "w_type": "godan verb stem", + "romaji": "tachidashi" + }, + "裁ち出せ": { + "w_type": "conjugated godan verb", + "romaji": "tachidase" + }, + "裁ち出そ": { + "w_type": "godan verb stem", + "romaji": "tachidaso" + }, + "裁ち出した": { + "w_type": "conjugated godan verb", + "romaji": "tachidashita" + }, + "裁ち出して": { + "w_type": "conjugated godan verb", + "romaji": "tachidashite" + }, + "曳か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "曳き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "曳け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "曳こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "曳いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "曳いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "すれ合わ": { + "w_type": "godan verb stem", + "romaji": "sureawa" + }, + "すれ合い": { + "w_type": "godan verb stem", + "romaji": "sureai" + }, + "すれ合え": { + "w_type": "conjugated godan verb", + "romaji": "sureae" + }, + "すれ合お": { + "w_type": "godan verb stem", + "romaji": "sureao" + }, + "すれ合った": { + "w_type": "conjugated godan verb", + "romaji": "sureatta" + }, + "すれ合って": { + "w_type": "conjugated godan verb", + "romaji": "sureatte" + }, + "釣り込ま": { + "w_type": "godan verb stem", + "romaji": "tsurikoma" + }, + "釣り込み": { + "w_type": "godan verb stem", + "romaji": "tsurikomi" + }, + "釣り込め": { + "w_type": "conjugated godan verb", + "romaji": "tsurikome" + }, + "釣り込も": { + "w_type": "godan verb stem", + "romaji": "tsurikomo" + }, + "釣り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurikonda" + }, + "釣り込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurikonde" + }, + "躍り上がら": { + "w_type": "godan verb stem", + "romaji": "odoriagara" + }, + "躍り上がり": { + "w_type": "godan verb stem", + "romaji": "odoriagari" + }, + "躍り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "odoriagare" + }, + "躍り上がろ": { + "w_type": "godan verb stem", + "romaji": "odoriagaro" + }, + "躍り上がった": { + "w_type": "conjugated godan verb", + "romaji": "odoriagatta" + }, + "躍り上がって": { + "w_type": "conjugated godan verb", + "romaji": "odoriagatte" + }, + "浮付か": { + "w_type": "godan verb stem", + "romaji": "uwatsuka" + }, + "浮付き": { + "w_type": "godan verb stem", + "romaji": "uwatsuki" + }, + "浮付け": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuke" + }, + "浮付こ": { + "w_type": "godan verb stem", + "romaji": "uwatsuko" + }, + "浮付いた": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuita" + }, + "浮付いて": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuite" + }, + "劈か": { + "w_type": "godan verb stem", + "romaji": "tsunzaka" + }, + "劈き": { + "w_type": "godan verb stem", + "romaji": "tsunzaki" + }, + "劈け": { + "w_type": "conjugated godan verb", + "romaji": "tsunzake" + }, + "劈こ": { + "w_type": "godan verb stem", + "romaji": "tsunzako" + }, + "劈いた": { + "w_type": "conjugated godan verb", + "romaji": "tsunzaita" + }, + "劈いて": { + "w_type": "conjugated godan verb", + "romaji": "tsunzaite" + }, + "考え込ま": { + "w_type": "godan verb stem", + "romaji": "kangaekoma" + }, + "考え込み": { + "w_type": "godan verb stem", + "romaji": "kangaekomi" + }, + "考え込め": { + "w_type": "conjugated godan verb", + "romaji": "kangaekome" + }, + "考え込も": { + "w_type": "godan verb stem", + "romaji": "kangaekomo" + }, + "考え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kangaekonda" + }, + "考え込んで": { + "w_type": "conjugated godan verb", + "romaji": "kangaekonde" + }, + "立ち去ら": { + "w_type": "godan verb stem", + "romaji": "tachisara" + }, + "立ち去り": { + "w_type": "godan verb stem", + "romaji": "tachisari" + }, + "立ち去れ": { + "w_type": "conjugated godan verb", + "romaji": "tachisare" + }, + "立ち去ろ": { + "w_type": "godan verb stem", + "romaji": "tachisaro" + }, + "立ち去った": { + "w_type": "conjugated godan verb", + "romaji": "tachisatta" + }, + "立ち去って": { + "w_type": "conjugated godan verb", + "romaji": "tachisatte" + }, + "売渡さ": { + "w_type": "godan verb stem", + "romaji": "uriwatasa" + }, + "売渡し": { + "w_type": "godan verb stem", + "romaji": "uriwatashi" + }, + "売渡せ": { + "w_type": "conjugated godan verb", + "romaji": "uriwatase" + }, + "売渡そ": { + "w_type": "godan verb stem", + "romaji": "uriwataso" + }, + "売渡した": { + "w_type": "conjugated godan verb", + "romaji": "uriwatashita" + }, + "売渡して": { + "w_type": "conjugated godan verb", + "romaji": "uriwatashite" + }, + "白ま": { + "w_type": "godan verb stem", + "romaji": "shirama" + }, + "白み": { + "w_type": "godan verb stem", + "romaji": "shirami" + }, + "白め": { + "w_type": "conjugated godan verb", + "romaji": "shirame" + }, + "白も": { + "w_type": "godan verb stem", + "romaji": "shiramo" + }, + "白んだ": { + "w_type": "conjugated godan verb", + "romaji": "shiranda" + }, + "白んで": { + "w_type": "conjugated godan verb", + "romaji": "shirande" + }, + "舞い立た": { + "w_type": "godan verb stem", + "romaji": "maitata" + }, + "舞い立ち": { + "w_type": "godan verb stem", + "romaji": "maitachi" + }, + "舞い立て": { + "w_type": "conjugated godan verb", + "romaji": "maitate" + }, + "舞い立と": { + "w_type": "godan verb stem", + "romaji": "maitato" + }, + "舞い立った": { + "w_type": "conjugated godan verb", + "romaji": "maitatta" + }, + "舞い立って": { + "w_type": "conjugated godan verb", + "romaji": "maitatte" + }, + "骨肉相食ま": { + "w_type": "godan verb stem", + "romaji": "kotsunikuaihama" + }, + "骨肉相食み": { + "w_type": "godan verb stem", + "romaji": "kotsunikuaihami" + }, + "骨肉相食め": { + "w_type": "conjugated godan verb", + "romaji": "kotsunikuaihame" + }, + "骨肉相食も": { + "w_type": "godan verb stem", + "romaji": "kotsunikuaihamo" + }, + "骨肉相食んだ": { + "w_type": "conjugated godan verb", + "romaji": "kotsunikuaihanda" + }, + "骨肉相食んで": { + "w_type": "conjugated godan verb", + "romaji": "kotsunikuaihande" + }, + "塗込ま": { + "w_type": "godan verb stem", + "romaji": "nurikoma" + }, + "塗込み": { + "w_type": "godan verb stem", + "romaji": "nurikomi" + }, + "塗込め": { + "w_type": "conjugated godan verb", + "romaji": "nurikome" + }, + "塗込も": { + "w_type": "godan verb stem", + "romaji": "nurikomo" + }, + "塗込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nurikonda" + }, + "塗込んで": { + "w_type": "conjugated godan verb", + "romaji": "nurikonde" + }, + "持扱わ": { + "w_type": "godan verb stem", + "romaji": "mochiatsukawa" + }, + "持扱い": { + "w_type": "godan verb stem", + "romaji": "mochiatsukai" + }, + "持扱え": { + "w_type": "conjugated godan verb", + "romaji": "mochiatsukae" + }, + "持扱お": { + "w_type": "godan verb stem", + "romaji": "mochiatsukao" + }, + "持扱った": { + "w_type": "conjugated godan verb", + "romaji": "mochiatsukatta" + }, + "持扱って": { + "w_type": "conjugated godan verb", + "romaji": "mochiatsukatte" + }, + "吹込ま": { + "w_type": "godan verb stem", + "romaji": "fukikoma" + }, + "吹込み": { + "w_type": "godan verb stem", + "romaji": "fukikomi" + }, + "吹込め": { + "w_type": "conjugated godan verb", + "romaji": "fukikome" + }, + "吹込も": { + "w_type": "godan verb stem", + "romaji": "fukikomo" + }, + "吹込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukikonda" + }, + "吹込んで": { + "w_type": "conjugated godan verb", + "romaji": "fukikonde" + }, + "間に合わ": { + "w_type": "godan verb stem", + "romaji": "maniawa" + }, + "間に合い": { + "w_type": "godan verb stem", + "romaji": "maniai" + }, + "間に合え": { + "w_type": "conjugated godan verb", + "romaji": "maniae" + }, + "間に合お": { + "w_type": "godan verb stem", + "romaji": "maniao" + }, + "間に合った": { + "w_type": "conjugated godan verb", + "romaji": "maniatta" + }, + "間に合って": { + "w_type": "conjugated godan verb", + "romaji": "maniatte" + }, + "一本取ら": { + "w_type": "godan verb stem", + "romaji": "ippontora" + }, + "一本取り": { + "w_type": "godan verb stem", + "romaji": "ippontori" + }, + "一本取れ": { + "w_type": "conjugated godan verb", + "romaji": "ippontore" + }, + "一本取ろ": { + "w_type": "godan verb stem", + "romaji": "ippontoro" + }, + "一本取った": { + "w_type": "conjugated godan verb", + "romaji": "ippontotta" + }, + "一本取って": { + "w_type": "conjugated godan verb", + "romaji": "ippontotte" + }, + "引きあわ": { + "w_type": "godan verb stem", + "romaji": "hikiawa" + }, + "引きあい": { + "w_type": "godan verb stem", + "romaji": "hikiai" + }, + "引きあえ": { + "w_type": "conjugated godan verb", + "romaji": "hikiae" + }, + "引きあお": { + "w_type": "godan verb stem", + "romaji": "hikiao" + }, + "引きあった": { + "w_type": "conjugated godan verb", + "romaji": "hikiatta" + }, + "引きあって": { + "w_type": "conjugated godan verb", + "romaji": "hikiatte" + }, + "拱ねか": { + "w_type": "godan verb stem", + "romaji": "komanuka" + }, + "拱ねき": { + "w_type": "godan verb stem", + "romaji": "komanuki" + }, + "拱ねけ": { + "w_type": "conjugated godan verb", + "romaji": "komanuke" + }, + "拱ねこ": { + "w_type": "godan verb stem", + "romaji": "komanuko" + }, + "拱ねいた": { + "w_type": "conjugated godan verb", + "romaji": "komanuita" + }, + "拱ねいて": { + "w_type": "conjugated godan verb", + "romaji": "komanuite" + }, + "思い残さ": { + "w_type": "godan verb stem", + "romaji": "omoinokosa" + }, + "思い残し": { + "w_type": "godan verb stem", + "romaji": "omoinokoshi" + }, + "思い残せ": { + "w_type": "conjugated godan verb", + "romaji": "omoinokose" + }, + "思い残そ": { + "w_type": "godan verb stem", + "romaji": "omoinokoso" + }, + "思い残した": { + "w_type": "conjugated godan verb", + "romaji": "omoinokoshita" + }, + "思い残して": { + "w_type": "conjugated godan verb", + "romaji": "omoinokoshite" + }, + "命じ終わら": { + "w_type": "godan verb stem", + "romaji": "meijiowara" + }, + "命じ終わり": { + "w_type": "godan verb stem", + "romaji": "meijiowari" + }, + "命じ終われ": { + "w_type": "conjugated godan verb", + "romaji": "meijioware" + }, + "命じ終わろ": { + "w_type": "godan verb stem", + "romaji": "meijiowaro" + }, + "命じ終わった": { + "w_type": "conjugated godan verb", + "romaji": "meijiowatta" + }, + "命じ終わって": { + "w_type": "conjugated godan verb", + "romaji": "meijiowatte" + }, + "立ち退か": { + "w_type": "godan verb stem", + "romaji": "tachinoka" + }, + "立ち退き": { + "w_type": "godan verb stem", + "romaji": "tachinoki" + }, + "立ち退け": { + "w_type": "conjugated godan verb", + "romaji": "tachinoke" + }, + "立ち退こ": { + "w_type": "godan verb stem", + "romaji": "tachinoko" + }, + "立ち退いた": { + "w_type": "conjugated godan verb", + "romaji": "tachinoita" + }, + "立ち退いて": { + "w_type": "conjugated godan verb", + "romaji": "tachinoite" + }, + "押黙ら": { + "w_type": "godan verb stem", + "romaji": "oshidamara" + }, + "押黙り": { + "w_type": "godan verb stem", + "romaji": "oshidamari" + }, + "押黙れ": { + "w_type": "conjugated godan verb", + "romaji": "oshidamare" + }, + "押黙ろ": { + "w_type": "godan verb stem", + "romaji": "oshidamaro" + }, + "押黙った": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatta" + }, + "押黙って": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatte" + }, + "行き損なわ": { + "w_type": "godan verb stem", + "romaji": "ikisokonawa" + }, + "行き損ない": { + "w_type": "godan verb stem", + "romaji": "ikisokonai" + }, + "行き損なえ": { + "w_type": "conjugated godan verb", + "romaji": "ikisokonae" + }, + "行き損なお": { + "w_type": "godan verb stem", + "romaji": "ikisokonao" + }, + "行き損なった": { + "w_type": "conjugated godan verb", + "romaji": "ikisokonatta" + }, + "行き損なって": { + "w_type": "conjugated godan verb", + "romaji": "ikisokonatte" + }, + "降りそそが": { + "w_type": "godan verb stem", + "romaji": "furisosoga" + }, + "降りそそぎ": { + "w_type": "godan verb stem", + "romaji": "furisosogi" + }, + "降りそそげ": { + "w_type": "conjugated godan verb", + "romaji": "furisosoge" + }, + "降りそそご": { + "w_type": "godan verb stem", + "romaji": "furisosogo" + }, + "降りそそいだ": { + "w_type": "conjugated godan verb", + "romaji": "furisosoida" + }, + "降りそそいで": { + "w_type": "conjugated godan verb", + "romaji": "furisosoide" + }, + "盗ま": { + "w_type": "godan verb stem", + "romaji": "nusuma" + }, + "盗み": { + "w_type": "godan verb stem", + "romaji": "nusumi" + }, + "盗め": { + "w_type": "conjugated godan verb", + "romaji": "nusume" + }, + "盗も": { + "w_type": "godan verb stem", + "romaji": "nusumo" + }, + "盗んだ": { + "w_type": "conjugated godan verb", + "romaji": "nusunda" + }, + "盗んで": { + "w_type": "conjugated godan verb", + "romaji": "nusunde" + }, + "言い諭さ": { + "w_type": "godan verb stem", + "romaji": "iisatosa" + }, + "言い諭し": { + "w_type": "godan verb stem", + "romaji": "iisatoshi" + }, + "言い諭せ": { + "w_type": "conjugated godan verb", + "romaji": "iisatose" + }, + "言い諭そ": { + "w_type": "godan verb stem", + "romaji": "iisatoso" + }, + "言い諭した": { + "w_type": "conjugated godan verb", + "romaji": "iisatoshita" + }, + "言い諭して": { + "w_type": "conjugated godan verb", + "romaji": "iisatoshite" + }, + "消し飛ば": { + "w_type": "godan verb stem", + "romaji": "keshitoba" + }, + "消し飛び": { + "w_type": "godan verb stem", + "romaji": "keshitobi" + }, + "消し飛べ": { + "w_type": "conjugated godan verb", + "romaji": "keshitobe" + }, + "消し飛ぼ": { + "w_type": "godan verb stem", + "romaji": "keshitobo" + }, + "消し飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "keshitonda" + }, + "消し飛んで": { + "w_type": "conjugated godan verb", + "romaji": "keshitonde" + }, + "摩り切ら": { + "w_type": "godan verb stem", + "romaji": "surikira" + }, + "摩り切り": { + "w_type": "godan verb stem", + "romaji": "surikiri" + }, + "摩り切れ": { + "w_type": "conjugated godan verb", + "romaji": "surikire" + }, + "摩り切ろ": { + "w_type": "godan verb stem", + "romaji": "surikiro" + }, + "摩り切った": { + "w_type": "conjugated godan verb", + "romaji": "surikitta" + }, + "摩り切って": { + "w_type": "conjugated godan verb", + "romaji": "surikitte" + }, + "移り行か": { + "w_type": "godan verb stem", + "romaji": "utsuriyuka" + }, + "移り行き": { + "w_type": "godan verb stem", + "romaji": "utsuriyuki" + }, + "移り行け": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuke" + }, + "移り行こ": { + "w_type": "godan verb stem", + "romaji": "utsuriyuko" + }, + "移り行いた": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuita" + }, + "移り行いて": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuite" + }, + "振り返さ": { + "w_type": "godan verb stem", + "romaji": "furikaesa" + }, + "振り返し": { + "w_type": "godan verb stem", + "romaji": "furikaeshi" + }, + "振り返せ": { + "w_type": "conjugated godan verb", + "romaji": "furikaese" + }, + "振り返そ": { + "w_type": "godan verb stem", + "romaji": "furikaeso" + }, + "振り返した": { + "w_type": "conjugated godan verb", + "romaji": "furikaeshita" + }, + "振り返して": { + "w_type": "conjugated godan verb", + "romaji": "furikaeshite" + }, + "取急が": { + "w_type": "godan verb stem", + "romaji": "toriisoga" + }, + "取急ぎ": { + "w_type": "godan verb stem", + "romaji": "toriisogi" + }, + "取急げ": { + "w_type": "conjugated godan verb", + "romaji": "toriisoge" + }, + "取急ご": { + "w_type": "godan verb stem", + "romaji": "toriisogo" + }, + "取急いだ": { + "w_type": "conjugated godan verb", + "romaji": "toriisoida" + }, + "取急いで": { + "w_type": "conjugated godan verb", + "romaji": "toriisoide" + }, + "話しあわ": { + "w_type": "godan verb stem", + "romaji": "hanashiawa" + }, + "話しあい": { + "w_type": "godan verb stem", + "romaji": "hanashiai" + }, + "話しあえ": { + "w_type": "conjugated godan verb", + "romaji": "hanashiae" + }, + "話しあお": { + "w_type": "godan verb stem", + "romaji": "hanashiao" + }, + "話しあった": { + "w_type": "conjugated godan verb", + "romaji": "hanashiatta" + }, + "話しあって": { + "w_type": "conjugated godan verb", + "romaji": "hanashiatte" + }, + "履ま": { + "w_type": "godan verb stem", + "romaji": "fuma" + }, + "履み": { + "w_type": "godan verb stem", + "romaji": "fumi" + }, + "履め": { + "w_type": "conjugated godan verb", + "romaji": "fume" + }, + "履も": { + "w_type": "godan verb stem", + "romaji": "fumo" + }, + "履んだ": { + "w_type": "conjugated godan verb", + "romaji": "funda" + }, + "履んで": { + "w_type": "conjugated godan verb", + "romaji": "funde" + }, + "押しつまら": { + "w_type": "godan verb stem", + "romaji": "oshitsumara" + }, + "押しつまり": { + "w_type": "godan verb stem", + "romaji": "oshitsumari" + }, + "押しつまれ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumare" + }, + "押しつまろ": { + "w_type": "godan verb stem", + "romaji": "oshitsumaro" + }, + "押しつまった": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumatta" + }, + "押しつまって": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumatte" + }, + "振り返ら": { + "w_type": "godan verb stem", + "romaji": "furikaera" + }, + "振り返り": { + "w_type": "godan verb stem", + "romaji": "furikaeri" + }, + "振り返れ": { + "w_type": "conjugated godan verb", + "romaji": "furikaere" + }, + "振り返ろ": { + "w_type": "godan verb stem", + "romaji": "furikaero" + }, + "振り返った": { + "w_type": "conjugated godan verb", + "romaji": "furikaetta" + }, + "振り返って": { + "w_type": "conjugated godan verb", + "romaji": "furikaette" + }, + "燃えあがら": { + "w_type": "godan verb stem", + "romaji": "moeagara" + }, + "燃えあがり": { + "w_type": "godan verb stem", + "romaji": "moeagari" + }, + "燃えあがれ": { + "w_type": "conjugated godan verb", + "romaji": "moeagare" + }, + "燃えあがろ": { + "w_type": "godan verb stem", + "romaji": "moeagaro" + }, + "燃えあがった": { + "w_type": "conjugated godan verb", + "romaji": "moeagatta" + }, + "燃えあがって": { + "w_type": "conjugated godan verb", + "romaji": "moeagatte" + }, + "切取ら": { + "w_type": "godan verb stem", + "romaji": "kiritora" + }, + "切取り": { + "w_type": "godan verb stem", + "romaji": "kiritori" + }, + "切取れ": { + "w_type": "conjugated godan verb", + "romaji": "kiritore" + }, + "切取ろ": { + "w_type": "godan verb stem", + "romaji": "kiritoro" + }, + "切取った": { + "w_type": "conjugated godan verb", + "romaji": "kiritotta" + }, + "切取って": { + "w_type": "conjugated godan verb", + "romaji": "kiritotte" + }, + "相分ら": { + "w_type": "godan verb stem", + "romaji": "aiwakara" + }, + "相分り": { + "w_type": "godan verb stem", + "romaji": "aiwakari" + }, + "相分れ": { + "w_type": "conjugated godan verb", + "romaji": "aiwakare" + }, + "相分ろ": { + "w_type": "godan verb stem", + "romaji": "aiwakaro" + }, + "相分った": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatta" + }, + "相分って": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatte" + }, + "舐めずら": { + "w_type": "godan verb stem", + "romaji": "namezura" + }, + "舐めずり": { + "w_type": "godan verb stem", + "romaji": "namezuri" + }, + "舐めずれ": { + "w_type": "conjugated godan verb", + "romaji": "namezure" + }, + "舐めずろ": { + "w_type": "godan verb stem", + "romaji": "namezuro" + }, + "舐めずった": { + "w_type": "conjugated godan verb", + "romaji": "namezutta" + }, + "舐めずって": { + "w_type": "conjugated godan verb", + "romaji": "namezutte" + }, + "相食ま": { + "w_type": "godan verb stem", + "romaji": "aihama" + }, + "相食み": { + "w_type": "godan verb stem", + "romaji": "aihami" + }, + "相食め": { + "w_type": "conjugated godan verb", + "romaji": "aihame" + }, + "相食も": { + "w_type": "godan verb stem", + "romaji": "aihamo" + }, + "相食んだ": { + "w_type": "conjugated godan verb", + "romaji": "aihanda" + }, + "相食んで": { + "w_type": "conjugated godan verb", + "romaji": "aihande" + }, + "為腐ら": { + "w_type": "godan verb stem", + "romaji": "shikusara" + }, + "為腐り": { + "w_type": "godan verb stem", + "romaji": "shikusari" + }, + "為腐れ": { + "w_type": "conjugated godan verb", + "romaji": "shikusare" + }, + "為腐ろ": { + "w_type": "godan verb stem", + "romaji": "shikusaro" + }, + "為腐った": { + "w_type": "conjugated godan verb", + "romaji": "shikusatta" + }, + "為腐って": { + "w_type": "conjugated godan verb", + "romaji": "shikusatte" + }, + "押倒さ": { + "w_type": "godan verb stem", + "romaji": "oshitaosa" + }, + "押倒し": { + "w_type": "godan verb stem", + "romaji": "oshitaoshi" + }, + "押倒せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitaose" + }, + "押倒そ": { + "w_type": "godan verb stem", + "romaji": "oshitaoso" + }, + "押倒した": { + "w_type": "conjugated godan verb", + "romaji": "oshitaoshita" + }, + "押倒して": { + "w_type": "conjugated godan verb", + "romaji": "oshitaoshite" + }, + "惜しがら": { + "w_type": "godan verb stem", + "romaji": "oshigara" + }, + "惜しがり": { + "w_type": "godan verb stem", + "romaji": "oshigari" + }, + "惜しがれ": { + "w_type": "conjugated godan verb", + "romaji": "oshigare" + }, + "惜しがろ": { + "w_type": "godan verb stem", + "romaji": "oshigaro" + }, + "惜しがった": { + "w_type": "conjugated godan verb", + "romaji": "oshigatta" + }, + "惜しがって": { + "w_type": "conjugated godan verb", + "romaji": "oshigatte" + }, + "ねじ切ら": { + "w_type": "godan verb stem", + "romaji": "nejikira" + }, + "ねじ切り": { + "w_type": "godan verb stem", + "romaji": "nejikiri" + }, + "ねじ切れ": { + "w_type": "conjugated godan verb", + "romaji": "nejikire" + }, + "ねじ切ろ": { + "w_type": "godan verb stem", + "romaji": "nejikiro" + }, + "ねじ切った": { + "w_type": "conjugated godan verb", + "romaji": "nejikitta" + }, + "ねじ切って": { + "w_type": "conjugated godan verb", + "romaji": "nejikitte" + }, + "呑み込ま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "呑み込み": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "呑み込め": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "呑み込も": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "呑み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "呑み込んで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "沸かさ": { + "w_type": "godan verb stem", + "romaji": "wakasa" + }, + "沸かし": { + "w_type": "godan verb stem", + "romaji": "wakashi" + }, + "沸かせ": { + "w_type": "conjugated godan verb", + "romaji": "wakase" + }, + "沸かそ": { + "w_type": "godan verb stem", + "romaji": "wakaso" + }, + "沸かした": { + "w_type": "conjugated godan verb", + "romaji": "wakashita" + }, + "沸かして": { + "w_type": "conjugated godan verb", + "romaji": "wakashite" + }, + "振回さ": { + "w_type": "godan verb stem", + "romaji": "furimawasa" + }, + "振回し": { + "w_type": "godan verb stem", + "romaji": "furimawashi" + }, + "振回せ": { + "w_type": "conjugated godan verb", + "romaji": "furimawase" + }, + "振回そ": { + "w_type": "godan verb stem", + "romaji": "furimawaso" + }, + "振回した": { + "w_type": "conjugated godan verb", + "romaji": "furimawashita" + }, + "振回して": { + "w_type": "conjugated godan verb", + "romaji": "furimawashite" + }, + "くり抜か": { + "w_type": "godan verb stem", + "romaji": "kurinuka" + }, + "くり抜き": { + "w_type": "godan verb stem", + "romaji": "kurinuki" + }, + "くり抜け": { + "w_type": "conjugated godan verb", + "romaji": "kurinuke" + }, + "くり抜こ": { + "w_type": "godan verb stem", + "romaji": "kurinuko" + }, + "くり抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kurinuita" + }, + "くり抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kurinuite" + }, + "擂潰さ": { + "w_type": "godan verb stem", + "romaji": "suritsubusa" + }, + "擂潰し": { + "w_type": "godan verb stem", + "romaji": "suritsubushi" + }, + "擂潰せ": { + "w_type": "conjugated godan verb", + "romaji": "suritsubuse" + }, + "擂潰そ": { + "w_type": "godan verb stem", + "romaji": "suritsubuso" + }, + "擂潰した": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushita" + }, + "擂潰して": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushite" + }, + "溶込ま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "溶込み": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "溶込め": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "溶込も": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "溶込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "溶込んで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "煌めか": { + "w_type": "godan verb stem", + "romaji": "kirameka" + }, + "煌めき": { + "w_type": "godan verb stem", + "romaji": "kirameki" + }, + "煌めけ": { + "w_type": "conjugated godan verb", + "romaji": "kirameke" + }, + "煌めこ": { + "w_type": "godan verb stem", + "romaji": "kirameko" + }, + "煌めいた": { + "w_type": "conjugated godan verb", + "romaji": "kirameita" + }, + "煌めいて": { + "w_type": "conjugated godan verb", + "romaji": "kirameite" + }, + "くり貫か": { + "w_type": "godan verb stem", + "romaji": "kurinuka" + }, + "くり貫き": { + "w_type": "godan verb stem", + "romaji": "kurinuki" + }, + "くり貫け": { + "w_type": "conjugated godan verb", + "romaji": "kurinuke" + }, + "くり貫こ": { + "w_type": "godan verb stem", + "romaji": "kurinuko" + }, + "くり貫いた": { + "w_type": "conjugated godan verb", + "romaji": "kurinuita" + }, + "くり貫いて": { + "w_type": "conjugated godan verb", + "romaji": "kurinuite" + }, + "俯か": { + "w_type": "godan verb stem", + "romaji": "utsumuka" + }, + "俯き": { + "w_type": "godan verb stem", + "romaji": "utsumuki" + }, + "俯け": { + "w_type": "conjugated godan verb", + "romaji": "utsumuke" + }, + "俯こ": { + "w_type": "godan verb stem", + "romaji": "utsumuko" + }, + "俯いた": { + "w_type": "conjugated godan verb", + "romaji": "utsumuita" + }, + "俯いて": { + "w_type": "conjugated godan verb", + "romaji": "utsumuite" + }, + "立ち回ら": { + "w_type": "godan verb stem", + "romaji": "tachimawara" + }, + "立ち回り": { + "w_type": "godan verb stem", + "romaji": "tachimawari" + }, + "立ち回れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimaware" + }, + "立ち回ろ": { + "w_type": "godan verb stem", + "romaji": "tachimawaro" + }, + "立ち回った": { + "w_type": "conjugated godan verb", + "romaji": "tachimawatta" + }, + "立ち回って": { + "w_type": "conjugated godan verb", + "romaji": "tachimawatte" + }, + "いたみ悲しま": { + "w_type": "godan verb stem", + "romaji": "itamikanashima" + }, + "いたみ悲しみ": { + "w_type": "godan verb stem", + "romaji": "itamikanashimi" + }, + "いたみ悲しめ": { + "w_type": "conjugated godan verb", + "romaji": "itamikanashime" + }, + "いたみ悲しも": { + "w_type": "godan verb stem", + "romaji": "itamikanashimo" + }, + "いたみ悲しんだ": { + "w_type": "conjugated godan verb", + "romaji": "itamikanashinda" + }, + "いたみ悲しんで": { + "w_type": "conjugated godan verb", + "romaji": "itamikanashinde" + }, + "彫ら": { + "w_type": "godan verb stem", + "romaji": "hora" + }, + "彫り": { + "w_type": "godan verb stem", + "romaji": "hori" + }, + "彫れ": { + "w_type": "conjugated godan verb", + "romaji": "hore" + }, + "彫ろ": { + "w_type": "godan verb stem", + "romaji": "horo" + }, + "彫った": { + "w_type": "conjugated godan verb", + "romaji": "hotta" + }, + "彫って": { + "w_type": "conjugated godan verb", + "romaji": "hotte" + }, + "満たさ": { + "w_type": "godan verb stem", + "romaji": "mitasa" + }, + "満たし": { + "w_type": "godan verb stem", + "romaji": "mitashi" + }, + "満たせ": { + "w_type": "conjugated godan verb", + "romaji": "mitase" + }, + "満たそ": { + "w_type": "godan verb stem", + "romaji": "mitaso" + }, + "満たした": { + "w_type": "conjugated godan verb", + "romaji": "mitashita" + }, + "満たして": { + "w_type": "conjugated godan verb", + "romaji": "mitashite" + }, + "聞き置か": { + "w_type": "godan verb stem", + "romaji": "kikioka" + }, + "聞き置き": { + "w_type": "godan verb stem", + "romaji": "kikioki" + }, + "聞き置け": { + "w_type": "conjugated godan verb", + "romaji": "kikioke" + }, + "聞き置こ": { + "w_type": "godan verb stem", + "romaji": "kikioko" + }, + "聞き置いた": { + "w_type": "conjugated godan verb", + "romaji": "kikioita" + }, + "聞き置いて": { + "w_type": "conjugated godan verb", + "romaji": "kikioite" + }, + "紛らわさ": { + "w_type": "godan verb stem", + "romaji": "magirawasa" + }, + "紛らわし": { + "w_type": "godan verb stem", + "romaji": "magirawashi" + }, + "紛らわせ": { + "w_type": "conjugated godan verb", + "romaji": "magirawase" + }, + "紛らわそ": { + "w_type": "godan verb stem", + "romaji": "magirawaso" + }, + "紛らわした": { + "w_type": "conjugated godan verb", + "romaji": "magirawashita" + }, + "紛らわして": { + "w_type": "conjugated godan verb", + "romaji": "magirawashite" + }, + "上げ離さ": { + "w_type": "godan verb stem", + "romaji": "agehanasa" + }, + "上げ離し": { + "w_type": "godan verb stem", + "romaji": "agehanashi" + }, + "上げ離せ": { + "w_type": "conjugated godan verb", + "romaji": "agehanase" + }, + "上げ離そ": { + "w_type": "godan verb stem", + "romaji": "agehanaso" + }, + "上げ離した": { + "w_type": "conjugated godan verb", + "romaji": "agehanashita" + }, + "上げ離して": { + "w_type": "conjugated godan verb", + "romaji": "agehanashite" + }, + "黒ま": { + "w_type": "godan verb stem", + "romaji": "kuroma" + }, + "黒み": { + "w_type": "godan verb stem", + "romaji": "kuromi" + }, + "黒め": { + "w_type": "conjugated godan verb", + "romaji": "kurome" + }, + "黒も": { + "w_type": "godan verb stem", + "romaji": "kuromo" + }, + "黒んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuronda" + }, + "黒んで": { + "w_type": "conjugated godan verb", + "romaji": "kuronde" + }, + "躍り懸から": { + "w_type": "godan verb stem", + "romaji": "odorikakara" + }, + "躍り懸かり": { + "w_type": "godan verb stem", + "romaji": "odorikakari" + }, + "躍り懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "odorikakare" + }, + "躍り懸かろ": { + "w_type": "godan verb stem", + "romaji": "odorikakaro" + }, + "躍り懸かった": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatta" + }, + "躍り懸かって": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatte" + }, + "思い到ら": { + "w_type": "godan verb stem", + "romaji": "omoiitara" + }, + "思い到り": { + "w_type": "godan verb stem", + "romaji": "omoiitari" + }, + "思い到れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiitare" + }, + "思い到ろ": { + "w_type": "godan verb stem", + "romaji": "omoiitaro" + }, + "思い到った": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatta" + }, + "思い到って": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatte" + }, + "瞬が": { + "w_type": "godan verb stem", + "romaji": "majiroga" + }, + "瞬ぎ": { + "w_type": "godan verb stem", + "romaji": "majirogi" + }, + "瞬げ": { + "w_type": "conjugated godan verb", + "romaji": "majiroge" + }, + "瞬ご": { + "w_type": "godan verb stem", + "romaji": "majirogo" + }, + "瞬いだ": { + "w_type": "conjugated godan verb", + "romaji": "majiroida" + }, + "瞬いで": { + "w_type": "conjugated godan verb", + "romaji": "majiroide" + }, + "歎か": { + "w_type": "godan verb stem", + "romaji": "nageka" + }, + "歎き": { + "w_type": "godan verb stem", + "romaji": "nageki" + }, + "歎け": { + "w_type": "conjugated godan verb", + "romaji": "nageke" + }, + "歎こ": { + "w_type": "godan verb stem", + "romaji": "nageko" + }, + "歎いた": { + "w_type": "conjugated godan verb", + "romaji": "nageita" + }, + "歎いて": { + "w_type": "conjugated godan verb", + "romaji": "nageite" + }, + "感付か": { + "w_type": "godan verb stem", + "romaji": "kanzuka" + }, + "感付き": { + "w_type": "godan verb stem", + "romaji": "kanzuki" + }, + "感付け": { + "w_type": "conjugated godan verb", + "romaji": "kanzuke" + }, + "感付こ": { + "w_type": "godan verb stem", + "romaji": "kanzuko" + }, + "感付いた": { + "w_type": "conjugated godan verb", + "romaji": "kanzuita" + }, + "感付いて": { + "w_type": "conjugated godan verb", + "romaji": "kanzuite" + }, + "生き急が": { + "w_type": "godan verb stem", + "romaji": "ikiisoga" + }, + "生き急ぎ": { + "w_type": "godan verb stem", + "romaji": "ikiisogi" + }, + "生き急げ": { + "w_type": "conjugated godan verb", + "romaji": "ikiisoge" + }, + "生き急ご": { + "w_type": "godan verb stem", + "romaji": "ikiisogo" + }, + "生き急いだ": { + "w_type": "conjugated godan verb", + "romaji": "ikiisoida" + }, + "生き急いで": { + "w_type": "conjugated godan verb", + "romaji": "ikiisoide" + }, + "差し挟ま": { + "w_type": "godan verb stem", + "romaji": "sashihasama" + }, + "差し挟み": { + "w_type": "godan verb stem", + "romaji": "sashihasami" + }, + "差し挟め": { + "w_type": "conjugated godan verb", + "romaji": "sashihasame" + }, + "差し挟も": { + "w_type": "godan verb stem", + "romaji": "sashihasamo" + }, + "差し挟んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashihasanda" + }, + "差し挟んで": { + "w_type": "conjugated godan verb", + "romaji": "sashihasande" + }, + "照らさ": { + "w_type": "godan verb stem", + "romaji": "terasa" + }, + "照らし": { + "w_type": "godan verb stem", + "romaji": "terashi" + }, + "照らせ": { + "w_type": "conjugated godan verb", + "romaji": "terase" + }, + "照らそ": { + "w_type": "godan verb stem", + "romaji": "teraso" + }, + "照らした": { + "w_type": "conjugated godan verb", + "romaji": "terashita" + }, + "照らして": { + "w_type": "conjugated godan verb", + "romaji": "terashite" + }, + "明け払わ": { + "w_type": "godan verb stem", + "romaji": "akeharawa" + }, + "明け払い": { + "w_type": "godan verb stem", + "romaji": "akeharai" + }, + "明け払え": { + "w_type": "conjugated godan verb", + "romaji": "akeharae" + }, + "明け払お": { + "w_type": "godan verb stem", + "romaji": "akeharao" + }, + "明け払った": { + "w_type": "conjugated godan verb", + "romaji": "akeharatta" + }, + "明け払って": { + "w_type": "conjugated godan verb", + "romaji": "akeharatte" + }, + "掌ら": { + "w_type": "godan verb stem", + "romaji": "tsukasadora" + }, + "掌り": { + "w_type": "godan verb stem", + "romaji": "tsukasadori" + }, + "掌れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadore" + }, + "掌ろ": { + "w_type": "godan verb stem", + "romaji": "tsukasadoro" + }, + "掌った": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadotta" + }, + "掌って": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadotte" + }, + "相わから": { + "w_type": "godan verb stem", + "romaji": "aiwakara" + }, + "相わかり": { + "w_type": "godan verb stem", + "romaji": "aiwakari" + }, + "相わかれ": { + "w_type": "conjugated godan verb", + "romaji": "aiwakare" + }, + "相わかろ": { + "w_type": "godan verb stem", + "romaji": "aiwakaro" + }, + "相わかった": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatta" + }, + "相わかって": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatte" + }, + "尊ま": { + "w_type": "godan verb stem", + "romaji": "tattoma" + }, + "尊み": { + "w_type": "godan verb stem", + "romaji": "tattomi" + }, + "尊め": { + "w_type": "conjugated godan verb", + "romaji": "tattome" + }, + "尊も": { + "w_type": "godan verb stem", + "romaji": "tattomo" + }, + "尊んだ": { + "w_type": "conjugated godan verb", + "romaji": "tattonda" + }, + "尊んで": { + "w_type": "conjugated godan verb", + "romaji": "tattonde" + }, + "振りほどか": { + "w_type": "godan verb stem", + "romaji": "furihodoka" + }, + "振りほどき": { + "w_type": "godan verb stem", + "romaji": "furihodoki" + }, + "振りほどけ": { + "w_type": "conjugated godan verb", + "romaji": "furihodoke" + }, + "振りほどこ": { + "w_type": "godan verb stem", + "romaji": "furihodoko" + }, + "振りほどいた": { + "w_type": "conjugated godan verb", + "romaji": "furihodoita" + }, + "振りほどいて": { + "w_type": "conjugated godan verb", + "romaji": "furihodoite" + }, + "後退ら": { + "w_type": "godan verb stem", + "romaji": "atozusara" + }, + "後退り": { + "w_type": "godan verb stem", + "romaji": "atozusari" + }, + "後退れ": { + "w_type": "conjugated godan verb", + "romaji": "atozusare" + }, + "後退ろ": { + "w_type": "godan verb stem", + "romaji": "atozusaro" + }, + "後退った": { + "w_type": "conjugated godan verb", + "romaji": "atozusatta" + }, + "後退って": { + "w_type": "conjugated godan verb", + "romaji": "atozusatte" + }, + "擦り剥か": { + "w_type": "godan verb stem", + "romaji": "surimuka" + }, + "擦り剥き": { + "w_type": "godan verb stem", + "romaji": "surimuki" + }, + "擦り剥け": { + "w_type": "conjugated godan verb", + "romaji": "surimuke" + }, + "擦り剥こ": { + "w_type": "godan verb stem", + "romaji": "surimuko" + }, + "擦り剥いた": { + "w_type": "conjugated godan verb", + "romaji": "surimuita" + }, + "擦り剥いて": { + "w_type": "conjugated godan verb", + "romaji": "surimuite" + }, + "ぶら下がら": { + "w_type": "godan verb stem", + "romaji": "burasagara" + }, + "ぶら下がり": { + "w_type": "godan verb stem", + "romaji": "burasagari" + }, + "ぶら下がれ": { + "w_type": "conjugated godan verb", + "romaji": "burasagare" + }, + "ぶら下がろ": { + "w_type": "godan verb stem", + "romaji": "burasagaro" + }, + "ぶら下がった": { + "w_type": "conjugated godan verb", + "romaji": "burasagatta" + }, + "ぶら下がって": { + "w_type": "conjugated godan verb", + "romaji": "burasagatte" + }, + "呼込ま": { + "w_type": "godan verb stem", + "romaji": "yobikoma" + }, + "呼込み": { + "w_type": "godan verb stem", + "romaji": "yobikomi" + }, + "呼込め": { + "w_type": "conjugated godan verb", + "romaji": "yobikome" + }, + "呼込も": { + "w_type": "godan verb stem", + "romaji": "yobikomo" + }, + "呼込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yobikonda" + }, + "呼込んで": { + "w_type": "conjugated godan verb", + "romaji": "yobikonde" + }, + "掠わ": { + "w_type": "godan verb stem", + "romaji": "sarawa" + }, + "掠い": { + "w_type": "godan verb stem", + "romaji": "sarai" + }, + "掠え": { + "w_type": "conjugated godan verb", + "romaji": "sarae" + }, + "掠お": { + "w_type": "godan verb stem", + "romaji": "sarao" + }, + "掠った": { + "w_type": "conjugated godan verb", + "romaji": "saratta" + }, + "掠って": { + "w_type": "conjugated godan verb", + "romaji": "saratte" + }, + "厭ま": { + "w_type": "godan verb stem", + "romaji": "aguma" + }, + "厭み": { + "w_type": "godan verb stem", + "romaji": "agumi" + }, + "厭め": { + "w_type": "conjugated godan verb", + "romaji": "agume" + }, + "厭も": { + "w_type": "godan verb stem", + "romaji": "agumo" + }, + "厭んだ": { + "w_type": "conjugated godan verb", + "romaji": "agunda" + }, + "厭んで": { + "w_type": "conjugated godan verb", + "romaji": "agunde" + }, + "染み込ま": { + "w_type": "godan verb stem", + "romaji": "shimikoma" + }, + "染み込み": { + "w_type": "godan verb stem", + "romaji": "shimikomi" + }, + "染み込め": { + "w_type": "conjugated godan verb", + "romaji": "shimikome" + }, + "染み込も": { + "w_type": "godan verb stem", + "romaji": "shimikomo" + }, + "染み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimikonda" + }, + "染み込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimikonde" + }, + "祓わ": { + "w_type": "godan verb stem", + "romaji": "harawa" + }, + "祓い": { + "w_type": "godan verb stem", + "romaji": "harai" + }, + "祓え": { + "w_type": "conjugated godan verb", + "romaji": "harae" + }, + "祓お": { + "w_type": "godan verb stem", + "romaji": "harao" + }, + "祓った": { + "w_type": "conjugated godan verb", + "romaji": "haratta" + }, + "祓って": { + "w_type": "conjugated godan verb", + "romaji": "haratte" + }, + "積込ま": { + "w_type": "godan verb stem", + "romaji": "tsumikoma" + }, + "積込み": { + "w_type": "godan verb stem", + "romaji": "tsumikomi" + }, + "積込め": { + "w_type": "conjugated godan verb", + "romaji": "tsumikome" + }, + "積込も": { + "w_type": "godan verb stem", + "romaji": "tsumikomo" + }, + "積込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumikonda" + }, + "積込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumikonde" + }, + "忌み嫌わ": { + "w_type": "godan verb stem", + "romaji": "imikirawa" + }, + "忌み嫌い": { + "w_type": "godan verb stem", + "romaji": "imikirai" + }, + "忌み嫌え": { + "w_type": "conjugated godan verb", + "romaji": "imikirae" + }, + "忌み嫌お": { + "w_type": "godan verb stem", + "romaji": "imikirao" + }, + "忌み嫌った": { + "w_type": "conjugated godan verb", + "romaji": "imikiratta" + }, + "忌み嫌って": { + "w_type": "conjugated godan verb", + "romaji": "imikiratte" + }, + "嘶か": { + "w_type": "godan verb stem", + "romaji": "inanaka" + }, + "嘶き": { + "w_type": "godan verb stem", + "romaji": "inanaki" + }, + "嘶け": { + "w_type": "conjugated godan verb", + "romaji": "inanake" + }, + "嘶こ": { + "w_type": "godan verb stem", + "romaji": "inanako" + }, + "嘶いた": { + "w_type": "conjugated godan verb", + "romaji": "inanaita" + }, + "嘶いて": { + "w_type": "conjugated godan verb", + "romaji": "inanaite" + }, + "気負わ": { + "w_type": "godan verb stem", + "romaji": "kiowa" + }, + "気負い": { + "w_type": "godan verb stem", + "romaji": "kioi" + }, + "気負え": { + "w_type": "conjugated godan verb", + "romaji": "kioe" + }, + "気負お": { + "w_type": "godan verb stem", + "romaji": "kioo" + }, + "気負った": { + "w_type": "conjugated godan verb", + "romaji": "kiotta" + }, + "気負って": { + "w_type": "conjugated godan verb", + "romaji": "kiotte" + }, + "酬わ": { + "w_type": "godan verb stem", + "romaji": "mukuwa" + }, + "酬い": { + "w_type": "godan verb stem", + "romaji": "mukui" + }, + "酬え": { + "w_type": "conjugated godan verb", + "romaji": "mukue" + }, + "酬お": { + "w_type": "godan verb stem", + "romaji": "mukuo" + }, + "酬った": { + "w_type": "conjugated godan verb", + "romaji": "mukutta" + }, + "酬って": { + "w_type": "conjugated godan verb", + "romaji": "mukutte" + }, + "殴りころさ": { + "w_type": "godan verb stem", + "romaji": "nagurikorosa" + }, + "殴りころし": { + "w_type": "godan verb stem", + "romaji": "nagurikoroshi" + }, + "殴りころせ": { + "w_type": "conjugated godan verb", + "romaji": "nagurikorose" + }, + "殴りころそ": { + "w_type": "godan verb stem", + "romaji": "nagurikoroso" + }, + "殴りころした": { + "w_type": "conjugated godan verb", + "romaji": "nagurikoroshita" + }, + "殴りころして": { + "w_type": "conjugated godan verb", + "romaji": "nagurikoroshite" + }, + "見回さ": { + "w_type": "godan verb stem", + "romaji": "mimawasa" + }, + "見回し": { + "w_type": "godan verb stem", + "romaji": "mimawashi" + }, + "見回せ": { + "w_type": "conjugated godan verb", + "romaji": "mimawase" + }, + "見回そ": { + "w_type": "godan verb stem", + "romaji": "mimawaso" + }, + "見回した": { + "w_type": "conjugated godan verb", + "romaji": "mimawashita" + }, + "見回して": { + "w_type": "conjugated godan verb", + "romaji": "mimawashite" + }, + "打振ら": { + "w_type": "godan verb stem", + "romaji": "uchifura" + }, + "打振り": { + "w_type": "godan verb stem", + "romaji": "uchifuri" + }, + "打振れ": { + "w_type": "conjugated godan verb", + "romaji": "uchifure" + }, + "打振ろ": { + "w_type": "godan verb stem", + "romaji": "uchifuro" + }, + "打振った": { + "w_type": "conjugated godan verb", + "romaji": "uchifutta" + }, + "打振って": { + "w_type": "conjugated godan verb", + "romaji": "uchifutte" + }, + "憎しみあわ": { + "w_type": "godan verb stem", + "romaji": "nikushimiawa" + }, + "憎しみあい": { + "w_type": "godan verb stem", + "romaji": "nikushimiai" + }, + "憎しみあえ": { + "w_type": "conjugated godan verb", + "romaji": "nikushimiae" + }, + "憎しみあお": { + "w_type": "godan verb stem", + "romaji": "nikushimiao" + }, + "憎しみあった": { + "w_type": "conjugated godan verb", + "romaji": "nikushimiatta" + }, + "憎しみあって": { + "w_type": "conjugated godan verb", + "romaji": "nikushimiatte" + }, + "隣り合わ": { + "w_type": "godan verb stem", + "romaji": "tonariawa" + }, + "隣り合い": { + "w_type": "godan verb stem", + "romaji": "tonariai" + }, + "隣り合え": { + "w_type": "conjugated godan verb", + "romaji": "tonariae" + }, + "隣り合お": { + "w_type": "godan verb stem", + "romaji": "tonariao" + }, + "隣り合った": { + "w_type": "conjugated godan verb", + "romaji": "tonariatta" + }, + "隣り合って": { + "w_type": "conjugated godan verb", + "romaji": "tonariatte" + }, + "笑ま": { + "w_type": "godan verb stem", + "romaji": "ema" + }, + "笑み": { + "w_type": "godan verb stem", + "romaji": "emi" + }, + "笑め": { + "w_type": "conjugated godan verb", + "romaji": "eme" + }, + "笑も": { + "w_type": "godan verb stem", + "romaji": "emo" + }, + "笑んだ": { + "w_type": "conjugated godan verb", + "romaji": "enda" + }, + "笑んで": { + "w_type": "conjugated godan verb", + "romaji": "ende" + }, + "通ぶら": { + "w_type": "godan verb stem", + "romaji": "tsuubura" + }, + "通ぶり": { + "w_type": "godan verb stem", + "romaji": "tsuuburi" + }, + "通ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuubure" + }, + "通ぶろ": { + "w_type": "godan verb stem", + "romaji": "tsuuburo" + }, + "通ぶった": { + "w_type": "conjugated godan verb", + "romaji": "tsuubutta" + }, + "通ぶって": { + "w_type": "conjugated godan verb", + "romaji": "tsuubutte" + }, + "隣合わ": { + "w_type": "godan verb stem", + "romaji": "tonariawa" + }, + "隣合い": { + "w_type": "godan verb stem", + "romaji": "tonariai" + }, + "隣合え": { + "w_type": "conjugated godan verb", + "romaji": "tonariae" + }, + "隣合お": { + "w_type": "godan verb stem", + "romaji": "tonariao" + }, + "隣合った": { + "w_type": "conjugated godan verb", + "romaji": "tonariatta" + }, + "隣合って": { + "w_type": "conjugated godan verb", + "romaji": "tonariatte" + }, + "見回ら": { + "w_type": "godan verb stem", + "romaji": "mimawara" + }, + "見回り": { + "w_type": "godan verb stem", + "romaji": "mimawari" + }, + "見回れ": { + "w_type": "conjugated godan verb", + "romaji": "mimaware" + }, + "見回ろ": { + "w_type": "godan verb stem", + "romaji": "mimawaro" + }, + "見回った": { + "w_type": "conjugated godan verb", + "romaji": "mimawatta" + }, + "見回って": { + "w_type": "conjugated godan verb", + "romaji": "mimawatte" + }, + "薄れゆか": { + "w_type": "godan verb stem", + "romaji": "usureyuka" + }, + "薄れゆき": { + "w_type": "godan verb stem", + "romaji": "usureyuki" + }, + "薄れゆけ": { + "w_type": "conjugated godan verb", + "romaji": "usureyuke" + }, + "薄れゆこ": { + "w_type": "godan verb stem", + "romaji": "usureyuko" + }, + "薄れゆいた": { + "w_type": "conjugated godan verb", + "romaji": "usureyuita" + }, + "薄れゆいて": { + "w_type": "conjugated godan verb", + "romaji": "usureyuite" + }, + "掘り抜か": { + "w_type": "godan verb stem", + "romaji": "horinuka" + }, + "掘り抜き": { + "w_type": "godan verb stem", + "romaji": "horinuki" + }, + "掘り抜け": { + "w_type": "conjugated godan verb", + "romaji": "horinuke" + }, + "掘り抜こ": { + "w_type": "godan verb stem", + "romaji": "horinuko" + }, + "掘り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "horinuita" + }, + "掘り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "horinuite" + }, + "艶か": { + "w_type": "godan verb stem", + "romaji": "namameka" + }, + "艶き": { + "w_type": "godan verb stem", + "romaji": "namameki" + }, + "艶け": { + "w_type": "conjugated godan verb", + "romaji": "namameke" + }, + "艶こ": { + "w_type": "godan verb stem", + "romaji": "namameko" + }, + "艶いた": { + "w_type": "conjugated godan verb", + "romaji": "namameita" + }, + "艶いて": { + "w_type": "conjugated godan verb", + "romaji": "namameite" + }, + "思い起こさ": { + "w_type": "godan verb stem", + "romaji": "omoiokosa" + }, + "思い起こし": { + "w_type": "godan verb stem", + "romaji": "omoiokoshi" + }, + "思い起こせ": { + "w_type": "conjugated godan verb", + "romaji": "omoiokose" + }, + "思い起こそ": { + "w_type": "godan verb stem", + "romaji": "omoiokoso" + }, + "思い起こした": { + "w_type": "conjugated godan verb", + "romaji": "omoiokoshita" + }, + "思い起こして": { + "w_type": "conjugated godan verb", + "romaji": "omoiokoshite" + }, + "搾り取ら": { + "w_type": "godan verb stem", + "romaji": "shiboritora" + }, + "搾り取り": { + "w_type": "godan verb stem", + "romaji": "shiboritori" + }, + "搾り取れ": { + "w_type": "conjugated godan verb", + "romaji": "shiboritore" + }, + "搾り取ろ": { + "w_type": "godan verb stem", + "romaji": "shiboritoro" + }, + "搾り取った": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotta" + }, + "搾り取って": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotte" + }, + "呼び覚まさ": { + "w_type": "godan verb stem", + "romaji": "yobisamasa" + }, + "呼び覚まし": { + "w_type": "godan verb stem", + "romaji": "yobisamashi" + }, + "呼び覚ませ": { + "w_type": "conjugated godan verb", + "romaji": "yobisamase" + }, + "呼び覚まそ": { + "w_type": "godan verb stem", + "romaji": "yobisamaso" + }, + "呼び覚ました": { + "w_type": "conjugated godan verb", + "romaji": "yobisamashita" + }, + "呼び覚まして": { + "w_type": "conjugated godan verb", + "romaji": "yobisamashite" + }, + "触れあわ": { + "w_type": "godan verb stem", + "romaji": "fureawa" + }, + "触れあい": { + "w_type": "godan verb stem", + "romaji": "fureai" + }, + "触れあえ": { + "w_type": "conjugated godan verb", + "romaji": "fureae" + }, + "触れあお": { + "w_type": "godan verb stem", + "romaji": "fureao" + }, + "触れあった": { + "w_type": "conjugated godan verb", + "romaji": "fureatta" + }, + "触れあって": { + "w_type": "conjugated godan verb", + "romaji": "fureatte" + }, + "巻付か": { + "w_type": "godan verb stem", + "romaji": "makitsuka" + }, + "巻付き": { + "w_type": "godan verb stem", + "romaji": "makitsuki" + }, + "巻付け": { + "w_type": "conjugated godan verb", + "romaji": "makitsuke" + }, + "巻付こ": { + "w_type": "godan verb stem", + "romaji": "makitsuko" + }, + "巻付いた": { + "w_type": "conjugated godan verb", + "romaji": "makitsuita" + }, + "巻付いて": { + "w_type": "conjugated godan verb", + "romaji": "makitsuite" + }, + "餌付か": { + "w_type": "godan verb stem", + "romaji": "ezuka" + }, + "餌付き": { + "w_type": "godan verb stem", + "romaji": "ezuki" + }, + "餌付け": { + "w_type": "conjugated godan verb", + "romaji": "ezuke" + }, + "餌付こ": { + "w_type": "godan verb stem", + "romaji": "ezuko" + }, + "餌付いた": { + "w_type": "conjugated godan verb", + "romaji": "ezuita" + }, + "餌付いて": { + "w_type": "conjugated godan verb", + "romaji": "ezuite" + }, + "跳付か": { + "w_type": "godan verb stem", + "romaji": "tobitsuka" + }, + "跳付き": { + "w_type": "godan verb stem", + "romaji": "tobitsuki" + }, + "跳付け": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuke" + }, + "跳付こ": { + "w_type": "godan verb stem", + "romaji": "tobitsuko" + }, + "跳付いた": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuita" + }, + "跳付いて": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuite" + }, + "駆け上ら": { + "w_type": "godan verb stem", + "romaji": "kakeagara" + }, + "駆け上り": { + "w_type": "godan verb stem", + "romaji": "kakeagari" + }, + "駆け上れ": { + "w_type": "conjugated godan verb", + "romaji": "kakeagare" + }, + "駆け上ろ": { + "w_type": "godan verb stem", + "romaji": "kakeagaro" + }, + "駆け上った": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatta" + }, + "駆け上って": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatte" + }, + "平らが": { + "w_type": "godan verb stem", + "romaji": "tairaga" + }, + "平らぎ": { + "w_type": "godan verb stem", + "romaji": "tairagi" + }, + "平らげ": { + "w_type": "conjugated godan verb", + "romaji": "tairage" + }, + "平らご": { + "w_type": "godan verb stem", + "romaji": "tairago" + }, + "平らいだ": { + "w_type": "conjugated godan verb", + "romaji": "tairaida" + }, + "平らいで": { + "w_type": "conjugated godan verb", + "romaji": "tairaide" + }, + "痛ま": { + "w_type": "godan verb stem", + "romaji": "itama" + }, + "痛み": { + "w_type": "godan verb stem", + "romaji": "itami" + }, + "痛め": { + "w_type": "conjugated godan verb", + "romaji": "itame" + }, + "痛も": { + "w_type": "godan verb stem", + "romaji": "itamo" + }, + "痛んだ": { + "w_type": "conjugated godan verb", + "romaji": "itanda" + }, + "痛んで": { + "w_type": "conjugated godan verb", + "romaji": "itande" + }, + "捻じ曲がら": { + "w_type": "godan verb stem", + "romaji": "nejimagara" + }, + "捻じ曲がり": { + "w_type": "godan verb stem", + "romaji": "nejimagari" + }, + "捻じ曲がれ": { + "w_type": "conjugated godan verb", + "romaji": "nejimagare" + }, + "捻じ曲がろ": { + "w_type": "godan verb stem", + "romaji": "nejimagaro" + }, + "捻じ曲がった": { + "w_type": "conjugated godan verb", + "romaji": "nejimagatta" + }, + "捻じ曲がって": { + "w_type": "conjugated godan verb", + "romaji": "nejimagatte" + }, + "引か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "引き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "引け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "引こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "引いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "引いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "可笑しがら": { + "w_type": "godan verb stem", + "romaji": "okashigara" + }, + "可笑しがり": { + "w_type": "godan verb stem", + "romaji": "okashigari" + }, + "可笑しがれ": { + "w_type": "conjugated godan verb", + "romaji": "okashigare" + }, + "可笑しがろ": { + "w_type": "godan verb stem", + "romaji": "okashigaro" + }, + "可笑しがった": { + "w_type": "conjugated godan verb", + "romaji": "okashigatta" + }, + "可笑しがって": { + "w_type": "conjugated godan verb", + "romaji": "okashigatte" + }, + "取持た": { + "w_type": "godan verb stem", + "romaji": "torimota" + }, + "取持ち": { + "w_type": "godan verb stem", + "romaji": "torimochi" + }, + "取持て": { + "w_type": "conjugated godan verb", + "romaji": "torimote" + }, + "取持と": { + "w_type": "godan verb stem", + "romaji": "torimoto" + }, + "取持った": { + "w_type": "conjugated godan verb", + "romaji": "torimotta" + }, + "取持って": { + "w_type": "conjugated godan verb", + "romaji": "torimotte" + }, + "吹き散らさ": { + "w_type": "godan verb stem", + "romaji": "fukichirasa" + }, + "吹き散らし": { + "w_type": "godan verb stem", + "romaji": "fukichirashi" + }, + "吹き散らせ": { + "w_type": "conjugated godan verb", + "romaji": "fukichirase" + }, + "吹き散らそ": { + "w_type": "godan verb stem", + "romaji": "fukichiraso" + }, + "吹き散らした": { + "w_type": "conjugated godan verb", + "romaji": "fukichirashita" + }, + "吹き散らして": { + "w_type": "conjugated godan verb", + "romaji": "fukichirashite" + }, + "灌が": { + "w_type": "godan verb stem", + "romaji": "sosoga" + }, + "灌ぎ": { + "w_type": "godan verb stem", + "romaji": "sosogi" + }, + "灌げ": { + "w_type": "conjugated godan verb", + "romaji": "sosoge" + }, + "灌ご": { + "w_type": "godan verb stem", + "romaji": "sosogo" + }, + "灌いだ": { + "w_type": "conjugated godan verb", + "romaji": "sosoida" + }, + "灌いで": { + "w_type": "conjugated godan verb", + "romaji": "sosoide" + }, + "打つかり合わ": { + "w_type": "godan verb stem", + "romaji": "butsukariawa" + }, + "打つかり合い": { + "w_type": "godan verb stem", + "romaji": "butsukariai" + }, + "打つかり合え": { + "w_type": "conjugated godan verb", + "romaji": "butsukariae" + }, + "打つかり合お": { + "w_type": "godan verb stem", + "romaji": "butsukariao" + }, + "打つかり合った": { + "w_type": "conjugated godan verb", + "romaji": "butsukariatta" + }, + "打つかり合って": { + "w_type": "conjugated godan verb", + "romaji": "butsukariatte" + }, + "食いちがわ": { + "w_type": "godan verb stem", + "romaji": "kuichigawa" + }, + "食いちがい": { + "w_type": "godan verb stem", + "romaji": "kuichigai" + }, + "食いちがえ": { + "w_type": "conjugated godan verb", + "romaji": "kuichigae" + }, + "食いちがお": { + "w_type": "godan verb stem", + "romaji": "kuichigao" + }, + "食いちがった": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatta" + }, + "食いちがって": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatte" + }, + "著さ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "著し": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "著せ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "著そ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "著した": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "著して": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "酔わさ": { + "w_type": "godan verb stem", + "romaji": "yowasa" + }, + "酔わし": { + "w_type": "godan verb stem", + "romaji": "yowashi" + }, + "酔わせ": { + "w_type": "conjugated godan verb", + "romaji": "yowase" + }, + "酔わそ": { + "w_type": "godan verb stem", + "romaji": "yowaso" + }, + "酔わした": { + "w_type": "conjugated godan verb", + "romaji": "yowashita" + }, + "酔わして": { + "w_type": "conjugated godan verb", + "romaji": "yowashite" + }, + "かさかさ鳴ら": { + "w_type": "godan verb stem", + "romaji": "kasakasanara" + }, + "かさかさ鳴り": { + "w_type": "godan verb stem", + "romaji": "kasakasanari" + }, + "かさかさ鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "kasakasanare" + }, + "かさかさ鳴ろ": { + "w_type": "godan verb stem", + "romaji": "kasakasanaro" + }, + "かさかさ鳴った": { + "w_type": "conjugated godan verb", + "romaji": "kasakasanatta" + }, + "かさかさ鳴って": { + "w_type": "conjugated godan verb", + "romaji": "kasakasanatte" + }, + "付け落とさ": { + "w_type": "godan verb stem", + "romaji": "tsukeotosa" + }, + "付け落とし": { + "w_type": "godan verb stem", + "romaji": "tsukeotoshi" + }, + "付け落とせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukeotose" + }, + "付け落とそ": { + "w_type": "godan verb stem", + "romaji": "tsukeotoso" + }, + "付け落とした": { + "w_type": "conjugated godan verb", + "romaji": "tsukeotoshita" + }, + "付け落として": { + "w_type": "conjugated godan verb", + "romaji": "tsukeotoshite" + }, + "踏み止まら": { + "w_type": "godan verb stem", + "romaji": "fumitodomara" + }, + "踏み止まり": { + "w_type": "godan verb stem", + "romaji": "fumitodomari" + }, + "踏み止まれ": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomare" + }, + "踏み止まろ": { + "w_type": "godan verb stem", + "romaji": "fumitodomaro" + }, + "踏み止まった": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomatta" + }, + "踏み止まって": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomatte" + }, + "選りすぐら": { + "w_type": "godan verb stem", + "romaji": "erisugura" + }, + "選りすぐり": { + "w_type": "godan verb stem", + "romaji": "erisuguri" + }, + "選りすぐれ": { + "w_type": "conjugated godan verb", + "romaji": "erisugure" + }, + "選りすぐろ": { + "w_type": "godan verb stem", + "romaji": "erisuguro" + }, + "選りすぐった": { + "w_type": "conjugated godan verb", + "romaji": "erisugutta" + }, + "選りすぐって": { + "w_type": "conjugated godan verb", + "romaji": "erisugutte" + }, + "勾引かさ": { + "w_type": "godan verb stem", + "romaji": "kadowakasa" + }, + "勾引かし": { + "w_type": "godan verb stem", + "romaji": "kadowakashi" + }, + "勾引かせ": { + "w_type": "conjugated godan verb", + "romaji": "kadowakase" + }, + "勾引かそ": { + "w_type": "godan verb stem", + "romaji": "kadowakaso" + }, + "勾引かした": { + "w_type": "conjugated godan verb", + "romaji": "kadowakashita" + }, + "勾引かして": { + "w_type": "conjugated godan verb", + "romaji": "kadowakashite" + }, + "区切ら": { + "w_type": "godan verb stem", + "romaji": "kugira" + }, + "区切り": { + "w_type": "godan verb stem", + "romaji": "kugiri" + }, + "区切れ": { + "w_type": "conjugated godan verb", + "romaji": "kugire" + }, + "区切ろ": { + "w_type": "godan verb stem", + "romaji": "kugiro" + }, + "区切った": { + "w_type": "conjugated godan verb", + "romaji": "kugitta" + }, + "区切って": { + "w_type": "conjugated godan verb", + "romaji": "kugitte" + }, + "つけ込ま": { + "w_type": "godan verb stem", + "romaji": "tsukekoma" + }, + "つけ込み": { + "w_type": "godan verb stem", + "romaji": "tsukekomi" + }, + "つけ込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukekome" + }, + "つけ込も": { + "w_type": "godan verb stem", + "romaji": "tsukekomo" + }, + "つけ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonda" + }, + "つけ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonde" + }, + "繰取ら": { + "w_type": "godan verb stem", + "romaji": "kuritora" + }, + "繰取り": { + "w_type": "godan verb stem", + "romaji": "kuritori" + }, + "繰取れ": { + "w_type": "conjugated godan verb", + "romaji": "kuritore" + }, + "繰取ろ": { + "w_type": "godan verb stem", + "romaji": "kuritoro" + }, + "繰取った": { + "w_type": "conjugated godan verb", + "romaji": "kuritotta" + }, + "繰取って": { + "w_type": "conjugated godan verb", + "romaji": "kuritotte" + }, + "取りださ": { + "w_type": "godan verb stem", + "romaji": "toridasa" + }, + "取りだし": { + "w_type": "godan verb stem", + "romaji": "toridashi" + }, + "取りだせ": { + "w_type": "conjugated godan verb", + "romaji": "toridase" + }, + "取りだそ": { + "w_type": "godan verb stem", + "romaji": "toridaso" + }, + "取りだした": { + "w_type": "conjugated godan verb", + "romaji": "toridashita" + }, + "取りだして": { + "w_type": "conjugated godan verb", + "romaji": "toridashite" + }, + "立直ら": { + "w_type": "godan verb stem", + "romaji": "tachinaora" + }, + "立直り": { + "w_type": "godan verb stem", + "romaji": "tachinaori" + }, + "立直れ": { + "w_type": "conjugated godan verb", + "romaji": "tachinaore" + }, + "立直ろ": { + "w_type": "godan verb stem", + "romaji": "tachinaoro" + }, + "立直った": { + "w_type": "conjugated godan verb", + "romaji": "tachinaotta" + }, + "立直って": { + "w_type": "conjugated godan verb", + "romaji": "tachinaotte" + }, + "泣き縋ら": { + "w_type": "godan verb stem", + "romaji": "nakisugara" + }, + "泣き縋り": { + "w_type": "godan verb stem", + "romaji": "nakisugari" + }, + "泣き縋れ": { + "w_type": "conjugated godan verb", + "romaji": "nakisugare" + }, + "泣き縋ろ": { + "w_type": "godan verb stem", + "romaji": "nakisugaro" + }, + "泣き縋った": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatta" + }, + "泣き縋って": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatte" + }, + "弱り切ら": { + "w_type": "godan verb stem", + "romaji": "yowarikira" + }, + "弱り切り": { + "w_type": "godan verb stem", + "romaji": "yowarikiri" + }, + "弱り切れ": { + "w_type": "conjugated godan verb", + "romaji": "yowarikire" + }, + "弱り切ろ": { + "w_type": "godan verb stem", + "romaji": "yowarikiro" + }, + "弱り切った": { + "w_type": "conjugated godan verb", + "romaji": "yowarikitta" + }, + "弱り切って": { + "w_type": "conjugated godan verb", + "romaji": "yowarikitte" + }, + "取り仕切ら": { + "w_type": "godan verb stem", + "romaji": "torishikira" + }, + "取り仕切り": { + "w_type": "godan verb stem", + "romaji": "torishikiri" + }, + "取り仕切れ": { + "w_type": "conjugated godan verb", + "romaji": "torishikire" + }, + "取り仕切ろ": { + "w_type": "godan verb stem", + "romaji": "torishikiro" + }, + "取り仕切った": { + "w_type": "conjugated godan verb", + "romaji": "torishikitta" + }, + "取り仕切って": { + "w_type": "conjugated godan verb", + "romaji": "torishikitte" + }, + "弄り回さ": { + "w_type": "godan verb stem", + "romaji": "ijirimawasa" + }, + "弄り回し": { + "w_type": "godan verb stem", + "romaji": "ijirimawashi" + }, + "弄り回せ": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawase" + }, + "弄り回そ": { + "w_type": "godan verb stem", + "romaji": "ijirimawaso" + }, + "弄り回した": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawashita" + }, + "弄り回して": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawashite" + }, + "すくい出さ": { + "w_type": "godan verb stem", + "romaji": "sukuidasa" + }, + "すくい出し": { + "w_type": "godan verb stem", + "romaji": "sukuidashi" + }, + "すくい出せ": { + "w_type": "conjugated godan verb", + "romaji": "sukuidase" + }, + "すくい出そ": { + "w_type": "godan verb stem", + "romaji": "sukuidaso" + }, + "すくい出した": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashita" + }, + "すくい出して": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashite" + }, + "睦ば": { + "w_type": "godan verb stem", + "romaji": "mutsuba" + }, + "睦び": { + "w_type": "godan verb stem", + "romaji": "mutsubi" + }, + "睦べ": { + "w_type": "conjugated godan verb", + "romaji": "mutsube" + }, + "睦ぼ": { + "w_type": "godan verb stem", + "romaji": "mutsubo" + }, + "睦んだ": { + "w_type": "conjugated godan verb", + "romaji": "mutsunda" + }, + "睦んで": { + "w_type": "conjugated godan verb", + "romaji": "mutsunde" + }, + "食い下がら": { + "w_type": "godan verb stem", + "romaji": "kuisagara" + }, + "食い下がり": { + "w_type": "godan verb stem", + "romaji": "kuisagari" + }, + "食い下がれ": { + "w_type": "conjugated godan verb", + "romaji": "kuisagare" + }, + "食い下がろ": { + "w_type": "godan verb stem", + "romaji": "kuisagaro" + }, + "食い下がった": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatta" + }, + "食い下がって": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatte" + }, + "重ら": { + "w_type": "godan verb stem", + "romaji": "omora" + }, + "重り": { + "w_type": "godan verb stem", + "romaji": "omori" + }, + "重れ": { + "w_type": "conjugated godan verb", + "romaji": "omore" + }, + "重ろ": { + "w_type": "godan verb stem", + "romaji": "omoro" + }, + "重った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "重って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "出来損なわ": { + "w_type": "godan verb stem", + "romaji": "dekisokonawa" + }, + "出来損ない": { + "w_type": "godan verb stem", + "romaji": "dekisokonai" + }, + "出来損なえ": { + "w_type": "conjugated godan verb", + "romaji": "dekisokonae" + }, + "出来損なお": { + "w_type": "godan verb stem", + "romaji": "dekisokonao" + }, + "出来損なった": { + "w_type": "conjugated godan verb", + "romaji": "dekisokonatta" + }, + "出来損なって": { + "w_type": "conjugated godan verb", + "romaji": "dekisokonatte" + }, + "まき込ま": { + "w_type": "godan verb stem", + "romaji": "makikoma" + }, + "まき込み": { + "w_type": "godan verb stem", + "romaji": "makikomi" + }, + "まき込め": { + "w_type": "conjugated godan verb", + "romaji": "makikome" + }, + "まき込も": { + "w_type": "godan verb stem", + "romaji": "makikomo" + }, + "まき込んだ": { + "w_type": "conjugated godan verb", + "romaji": "makikonda" + }, + "まき込んで": { + "w_type": "conjugated godan verb", + "romaji": "makikonde" + }, + "もの言わ": { + "w_type": "godan verb stem", + "romaji": "monoiwa" + }, + "もの言い": { + "w_type": "godan verb stem", + "romaji": "monoii" + }, + "もの言え": { + "w_type": "conjugated godan verb", + "romaji": "monoie" + }, + "もの言お": { + "w_type": "godan verb stem", + "romaji": "monoio" + }, + "もの言った": { + "w_type": "conjugated godan verb", + "romaji": "monoitta" + }, + "もの言って": { + "w_type": "conjugated godan verb", + "romaji": "monoitte" + }, + "付足さ": { + "w_type": "godan verb stem", + "romaji": "tsuketasa" + }, + "付足し": { + "w_type": "godan verb stem", + "romaji": "tsuketashi" + }, + "付足せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuketase" + }, + "付足そ": { + "w_type": "godan verb stem", + "romaji": "tsuketaso" + }, + "付足した": { + "w_type": "conjugated godan verb", + "romaji": "tsuketashita" + }, + "付足して": { + "w_type": "conjugated godan verb", + "romaji": "tsuketashite" + }, + "奪いとら": { + "w_type": "godan verb stem", + "romaji": "ubaitora" + }, + "奪いとり": { + "w_type": "godan verb stem", + "romaji": "ubaitori" + }, + "奪いとれ": { + "w_type": "conjugated godan verb", + "romaji": "ubaitore" + }, + "奪いとろ": { + "w_type": "godan verb stem", + "romaji": "ubaitoro" + }, + "奪いとった": { + "w_type": "conjugated godan verb", + "romaji": "ubaitotta" + }, + "奪いとって": { + "w_type": "conjugated godan verb", + "romaji": "ubaitotte" + }, + "透か": { + "w_type": "godan verb stem", + "romaji": "suka" + }, + "透き": { + "w_type": "godan verb stem", + "romaji": "suki" + }, + "透け": { + "w_type": "conjugated godan verb", + "romaji": "suke" + }, + "透こ": { + "w_type": "godan verb stem", + "romaji": "suko" + }, + "透いた": { + "w_type": "conjugated godan verb", + "romaji": "suita" + }, + "透いて": { + "w_type": "conjugated godan verb", + "romaji": "suite" + }, + "怒りださ": { + "w_type": "godan verb stem", + "romaji": "okoridasa" + }, + "怒りだし": { + "w_type": "godan verb stem", + "romaji": "okoridashi" + }, + "怒りだせ": { + "w_type": "conjugated godan verb", + "romaji": "okoridase" + }, + "怒りだそ": { + "w_type": "godan verb stem", + "romaji": "okoridaso" + }, + "怒りだした": { + "w_type": "conjugated godan verb", + "romaji": "okoridashita" + }, + "怒りだして": { + "w_type": "conjugated godan verb", + "romaji": "okoridashite" + }, + "憎み合わ": { + "w_type": "godan verb stem", + "romaji": "nikumiawa" + }, + "憎み合い": { + "w_type": "godan verb stem", + "romaji": "nikumiai" + }, + "憎み合え": { + "w_type": "conjugated godan verb", + "romaji": "nikumiae" + }, + "憎み合お": { + "w_type": "godan verb stem", + "romaji": "nikumiao" + }, + "憎み合った": { + "w_type": "conjugated godan verb", + "romaji": "nikumiatta" + }, + "憎み合って": { + "w_type": "conjugated godan verb", + "romaji": "nikumiatte" + }, + "押し入ら": { + "w_type": "godan verb stem", + "romaji": "oshiira" + }, + "押し入り": { + "w_type": "godan verb stem", + "romaji": "oshiiri" + }, + "押し入れ": { + "w_type": "conjugated godan verb", + "romaji": "oshiire" + }, + "押し入ろ": { + "w_type": "godan verb stem", + "romaji": "oshiiro" + }, + "押し入った": { + "w_type": "conjugated godan verb", + "romaji": "oshiitta" + }, + "押し入って": { + "w_type": "conjugated godan verb", + "romaji": "oshiitte" + }, + "透さ": { + "w_type": "godan verb stem", + "romaji": "toosa" + }, + "透し": { + "w_type": "godan verb stem", + "romaji": "tooshi" + }, + "透せ": { + "w_type": "conjugated godan verb", + "romaji": "toose" + }, + "透そ": { + "w_type": "godan verb stem", + "romaji": "tooso" + }, + "透した": { + "w_type": "conjugated godan verb", + "romaji": "tooshita" + }, + "透して": { + "w_type": "conjugated godan verb", + "romaji": "tooshite" + }, + "伝えあわ": { + "w_type": "godan verb stem", + "romaji": "tsutaeawa" + }, + "伝えあい": { + "w_type": "godan verb stem", + "romaji": "tsutaeai" + }, + "伝えあえ": { + "w_type": "conjugated godan verb", + "romaji": "tsutaeae" + }, + "伝えあお": { + "w_type": "godan verb stem", + "romaji": "tsutaeao" + }, + "伝えあった": { + "w_type": "conjugated godan verb", + "romaji": "tsutaeatta" + }, + "伝えあって": { + "w_type": "conjugated godan verb", + "romaji": "tsutaeatte" + }, + "連去ら": { + "w_type": "godan verb stem", + "romaji": "tsuresara" + }, + "連去り": { + "w_type": "godan verb stem", + "romaji": "tsuresari" + }, + "連去れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuresare" + }, + "連去ろ": { + "w_type": "godan verb stem", + "romaji": "tsuresaro" + }, + "連去った": { + "w_type": "conjugated godan verb", + "romaji": "tsuresatta" + }, + "連去って": { + "w_type": "conjugated godan verb", + "romaji": "tsuresatte" + }, + "かっ込ま": { + "w_type": "godan verb stem", + "romaji": "kakkoma" + }, + "かっ込み": { + "w_type": "godan verb stem", + "romaji": "kakkomi" + }, + "かっ込め": { + "w_type": "conjugated godan verb", + "romaji": "kakkome" + }, + "かっ込も": { + "w_type": "godan verb stem", + "romaji": "kakkomo" + }, + "かっ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakkonda" + }, + "かっ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakkonde" + }, + "読み耽けら": { + "w_type": "godan verb stem", + "romaji": "yomifukera" + }, + "読み耽けり": { + "w_type": "godan verb stem", + "romaji": "yomifukeri" + }, + "読み耽けれ": { + "w_type": "conjugated godan verb", + "romaji": "yomifukere" + }, + "読み耽けろ": { + "w_type": "godan verb stem", + "romaji": "yomifukero" + }, + "読み耽けった": { + "w_type": "conjugated godan verb", + "romaji": "yomifuketta" + }, + "読み耽けって": { + "w_type": "conjugated godan verb", + "romaji": "yomifukette" + }, + "来さ": { + "w_type": "godan verb stem", + "romaji": "kitasa" + }, + "来し": { + "w_type": "godan verb stem", + "romaji": "kitashi" + }, + "来せ": { + "w_type": "conjugated godan verb", + "romaji": "kitase" + }, + "来そ": { + "w_type": "godan verb stem", + "romaji": "kitaso" + }, + "来した": { + "w_type": "conjugated godan verb", + "romaji": "kitashita" + }, + "来して": { + "w_type": "conjugated godan verb", + "romaji": "kitashite" + }, + "言做さ": { + "w_type": "godan verb stem", + "romaji": "iinasa" + }, + "言做し": { + "w_type": "godan verb stem", + "romaji": "iinashi" + }, + "言做せ": { + "w_type": "conjugated godan verb", + "romaji": "iinase" + }, + "言做そ": { + "w_type": "godan verb stem", + "romaji": "iinaso" + }, + "言做した": { + "w_type": "conjugated godan verb", + "romaji": "iinashita" + }, + "言做して": { + "w_type": "conjugated godan verb", + "romaji": "iinashite" + }, + "切払わ": { + "w_type": "godan verb stem", + "romaji": "kiriharawa" + }, + "切払い": { + "w_type": "godan verb stem", + "romaji": "kiriharai" + }, + "切払え": { + "w_type": "conjugated godan verb", + "romaji": "kiriharae" + }, + "切払お": { + "w_type": "godan verb stem", + "romaji": "kiriharao" + }, + "切払った": { + "w_type": "conjugated godan verb", + "romaji": "kiriharatta" + }, + "切払って": { + "w_type": "conjugated godan verb", + "romaji": "kiriharatte" + }, + "繰り廻さ": { + "w_type": "godan verb stem", + "romaji": "kurimawasa" + }, + "繰り廻し": { + "w_type": "godan verb stem", + "romaji": "kurimawashi" + }, + "繰り廻せ": { + "w_type": "conjugated godan verb", + "romaji": "kurimawase" + }, + "繰り廻そ": { + "w_type": "godan verb stem", + "romaji": "kurimawaso" + }, + "繰り廻した": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashita" + }, + "繰り廻して": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashite" + }, + "揉合わ": { + "w_type": "godan verb stem", + "romaji": "momiawa" + }, + "揉合い": { + "w_type": "godan verb stem", + "romaji": "momiai" + }, + "揉合え": { + "w_type": "conjugated godan verb", + "romaji": "momiae" + }, + "揉合お": { + "w_type": "godan verb stem", + "romaji": "momiao" + }, + "揉合った": { + "w_type": "conjugated godan verb", + "romaji": "momiatta" + }, + "揉合って": { + "w_type": "conjugated godan verb", + "romaji": "momiatte" + }, + "揉み解さ": { + "w_type": "godan verb stem", + "romaji": "momihogusa" + }, + "揉み解し": { + "w_type": "godan verb stem", + "romaji": "momihogushi" + }, + "揉み解せ": { + "w_type": "conjugated godan verb", + "romaji": "momihoguse" + }, + "揉み解そ": { + "w_type": "godan verb stem", + "romaji": "momihoguso" + }, + "揉み解した": { + "w_type": "conjugated godan verb", + "romaji": "momihogushita" + }, + "揉み解して": { + "w_type": "conjugated godan verb", + "romaji": "momihogushite" + }, + "たたき切ら": { + "w_type": "godan verb stem", + "romaji": "tatakikira" + }, + "たたき切り": { + "w_type": "godan verb stem", + "romaji": "tatakikiri" + }, + "たたき切れ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikire" + }, + "たたき切ろ": { + "w_type": "godan verb stem", + "romaji": "tatakikiro" + }, + "たたき切った": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitta" + }, + "たたき切って": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitte" + }, + "畳み込ま": { + "w_type": "godan verb stem", + "romaji": "tatamikoma" + }, + "畳み込み": { + "w_type": "godan verb stem", + "romaji": "tatamikomi" + }, + "畳み込め": { + "w_type": "conjugated godan verb", + "romaji": "tatamikome" + }, + "畳み込も": { + "w_type": "godan verb stem", + "romaji": "tatamikomo" + }, + "畳み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatamikonda" + }, + "畳み込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatamikonde" + }, + "乗継が": { + "w_type": "godan verb stem", + "romaji": "noritsuga" + }, + "乗継ぎ": { + "w_type": "godan verb stem", + "romaji": "noritsugi" + }, + "乗継げ": { + "w_type": "conjugated godan verb", + "romaji": "noritsuge" + }, + "乗継ご": { + "w_type": "godan verb stem", + "romaji": "noritsugo" + }, + "乗継いだ": { + "w_type": "conjugated godan verb", + "romaji": "noritsuida" + }, + "乗継いで": { + "w_type": "conjugated godan verb", + "romaji": "noritsuide" + }, + "押し殺さ": { + "w_type": "godan verb stem", + "romaji": "oshikorosa" + }, + "押し殺し": { + "w_type": "godan verb stem", + "romaji": "oshikoroshi" + }, + "押し殺せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikorose" + }, + "押し殺そ": { + "w_type": "godan verb stem", + "romaji": "oshikoroso" + }, + "押し殺した": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshita" + }, + "押し殺して": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshite" + }, + "覘か": { + "w_type": "godan verb stem", + "romaji": "nozoka" + }, + "覘き": { + "w_type": "godan verb stem", + "romaji": "nozoki" + }, + "覘け": { + "w_type": "conjugated godan verb", + "romaji": "nozoke" + }, + "覘こ": { + "w_type": "godan verb stem", + "romaji": "nozoko" + }, + "覘いた": { + "w_type": "conjugated godan verb", + "romaji": "nozoita" + }, + "覘いて": { + "w_type": "conjugated godan verb", + "romaji": "nozoite" + }, + "まかり間違わ": { + "w_type": "godan verb stem", + "romaji": "makarimachigawa" + }, + "まかり間違い": { + "w_type": "godan verb stem", + "romaji": "makarimachigai" + }, + "まかり間違え": { + "w_type": "conjugated godan verb", + "romaji": "makarimachigae" + }, + "まかり間違お": { + "w_type": "godan verb stem", + "romaji": "makarimachigao" + }, + "まかり間違った": { + "w_type": "conjugated godan verb", + "romaji": "makarimachigatta" + }, + "まかり間違って": { + "w_type": "conjugated godan verb", + "romaji": "makarimachigatte" + }, + "導きださ": { + "w_type": "godan verb stem", + "romaji": "michibikidasa" + }, + "導きだし": { + "w_type": "godan verb stem", + "romaji": "michibikidashi" + }, + "導きだせ": { + "w_type": "conjugated godan verb", + "romaji": "michibikidase" + }, + "導きだそ": { + "w_type": "godan verb stem", + "romaji": "michibikidaso" + }, + "導きだした": { + "w_type": "conjugated godan verb", + "romaji": "michibikidashita" + }, + "導きだして": { + "w_type": "conjugated godan verb", + "romaji": "michibikidashite" + }, + "叩か": { + "w_type": "godan verb stem", + "romaji": "tataka" + }, + "叩き": { + "w_type": "godan verb stem", + "romaji": "tataki" + }, + "叩け": { + "w_type": "conjugated godan verb", + "romaji": "tatake" + }, + "叩こ": { + "w_type": "godan verb stem", + "romaji": "tatako" + }, + "叩いた": { + "w_type": "conjugated godan verb", + "romaji": "tataita" + }, + "叩いて": { + "w_type": "conjugated godan verb", + "romaji": "tataite" + }, + "喜び勇ま": { + "w_type": "godan verb stem", + "romaji": "yorokobiisama" + }, + "喜び勇み": { + "w_type": "godan verb stem", + "romaji": "yorokobiisami" + }, + "喜び勇め": { + "w_type": "conjugated godan verb", + "romaji": "yorokobiisame" + }, + "喜び勇も": { + "w_type": "godan verb stem", + "romaji": "yorokobiisamo" + }, + "喜び勇んだ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobiisanda" + }, + "喜び勇んで": { + "w_type": "conjugated godan verb", + "romaji": "yorokobiisande" + }, + "滋ら": { + "w_type": "godan verb stem", + "romaji": "shigera" + }, + "滋り": { + "w_type": "godan verb stem", + "romaji": "shigeri" + }, + "滋れ": { + "w_type": "conjugated godan verb", + "romaji": "shigere" + }, + "滋ろ": { + "w_type": "godan verb stem", + "romaji": "shigero" + }, + "滋った": { + "w_type": "conjugated godan verb", + "romaji": "shigetta" + }, + "滋って": { + "w_type": "conjugated godan verb", + "romaji": "shigette" + }, + "寄り付か": { + "w_type": "godan verb stem", + "romaji": "yoritsuka" + }, + "寄り付き": { + "w_type": "godan verb stem", + "romaji": "yoritsuki" + }, + "寄り付け": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuke" + }, + "寄り付こ": { + "w_type": "godan verb stem", + "romaji": "yoritsuko" + }, + "寄り付いた": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuita" + }, + "寄り付いて": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuite" + }, + "掻っ込ま": { + "w_type": "godan verb stem", + "romaji": "kakkoma" + }, + "掻っ込み": { + "w_type": "godan verb stem", + "romaji": "kakkomi" + }, + "掻っ込め": { + "w_type": "conjugated godan verb", + "romaji": "kakkome" + }, + "掻っ込も": { + "w_type": "godan verb stem", + "romaji": "kakkomo" + }, + "掻っ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakkonda" + }, + "掻っ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakkonde" + }, + "見栄張ら": { + "w_type": "godan verb stem", + "romaji": "miebara" + }, + "見栄張り": { + "w_type": "godan verb stem", + "romaji": "miebari" + }, + "見栄張れ": { + "w_type": "conjugated godan verb", + "romaji": "miebare" + }, + "見栄張ろ": { + "w_type": "godan verb stem", + "romaji": "miebaro" + }, + "見栄張った": { + "w_type": "conjugated godan verb", + "romaji": "miebatta" + }, + "見栄張って": { + "w_type": "conjugated godan verb", + "romaji": "miebatte" + }, + "結びつか": { + "w_type": "godan verb stem", + "romaji": "musubitsuka" + }, + "結びつき": { + "w_type": "godan verb stem", + "romaji": "musubitsuki" + }, + "結びつけ": { + "w_type": "conjugated godan verb", + "romaji": "musubitsuke" + }, + "結びつこ": { + "w_type": "godan verb stem", + "romaji": "musubitsuko" + }, + "結びついた": { + "w_type": "conjugated godan verb", + "romaji": "musubitsuita" + }, + "結びついて": { + "w_type": "conjugated godan verb", + "romaji": "musubitsuite" + }, + "相対さ": { + "w_type": "godan verb stem", + "romaji": "aitaisa" + }, + "相対し": { + "w_type": "godan verb stem", + "romaji": "aitaishi" + }, + "相対せ": { + "w_type": "conjugated godan verb", + "romaji": "aitaise" + }, + "相対そ": { + "w_type": "godan verb stem", + "romaji": "aitaiso" + }, + "相対した": { + "w_type": "conjugated godan verb", + "romaji": "aitaishita" + }, + "相対して": { + "w_type": "conjugated godan verb", + "romaji": "aitaishite" + }, + "包まら": { + "w_type": "godan verb stem", + "romaji": "kurumara" + }, + "包まり": { + "w_type": "godan verb stem", + "romaji": "kurumari" + }, + "包まれ": { + "w_type": "conjugated godan verb", + "romaji": "kurumare" + }, + "包まろ": { + "w_type": "godan verb stem", + "romaji": "kurumaro" + }, + "包まった": { + "w_type": "conjugated godan verb", + "romaji": "kurumatta" + }, + "包まって": { + "w_type": "conjugated godan verb", + "romaji": "kurumatte" + }, + "ふるい落さ": { + "w_type": "godan verb stem", + "romaji": "furuiotosa" + }, + "ふるい落し": { + "w_type": "godan verb stem", + "romaji": "furuiotoshi" + }, + "ふるい落せ": { + "w_type": "conjugated godan verb", + "romaji": "furuiotose" + }, + "ふるい落そ": { + "w_type": "godan verb stem", + "romaji": "furuiotoso" + }, + "ふるい落した": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshita" + }, + "ふるい落して": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshite" + }, + "遊び暮らさ": { + "w_type": "godan verb stem", + "romaji": "asobikurasa" + }, + "遊び暮らし": { + "w_type": "godan verb stem", + "romaji": "asobikurashi" + }, + "遊び暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "asobikurase" + }, + "遊び暮らそ": { + "w_type": "godan verb stem", + "romaji": "asobikuraso" + }, + "遊び暮らした": { + "w_type": "conjugated godan verb", + "romaji": "asobikurashita" + }, + "遊び暮らして": { + "w_type": "conjugated godan verb", + "romaji": "asobikurashite" + }, + "紕わ": { + "w_type": "godan verb stem", + "romaji": "mayowa" + }, + "紕い": { + "w_type": "godan verb stem", + "romaji": "mayoi" + }, + "紕え": { + "w_type": "conjugated godan verb", + "romaji": "mayoe" + }, + "紕お": { + "w_type": "godan verb stem", + "romaji": "mayoo" + }, + "紕った": { + "w_type": "conjugated godan verb", + "romaji": "mayotta" + }, + "紕って": { + "w_type": "conjugated godan verb", + "romaji": "mayotte" + }, + "待ち暮らさ": { + "w_type": "godan verb stem", + "romaji": "machikurasa" + }, + "待ち暮らし": { + "w_type": "godan verb stem", + "romaji": "machikurashi" + }, + "待ち暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "machikurase" + }, + "待ち暮らそ": { + "w_type": "godan verb stem", + "romaji": "machikuraso" + }, + "待ち暮らした": { + "w_type": "conjugated godan verb", + "romaji": "machikurashita" + }, + "待ち暮らして": { + "w_type": "conjugated godan verb", + "romaji": "machikurashite" + }, + "躊躇わ": { + "w_type": "godan verb stem", + "romaji": "tamerawa" + }, + "躊躇い": { + "w_type": "godan verb stem", + "romaji": "tamerai" + }, + "躊躇え": { + "w_type": "conjugated godan verb", + "romaji": "tamerae" + }, + "躊躇お": { + "w_type": "godan verb stem", + "romaji": "tamerao" + }, + "躊躇った": { + "w_type": "conjugated godan verb", + "romaji": "tameratta" + }, + "躊躇って": { + "w_type": "conjugated godan verb", + "romaji": "tameratte" + }, + "上まわら": { + "w_type": "godan verb stem", + "romaji": "uwamawara" + }, + "上まわり": { + "w_type": "godan verb stem", + "romaji": "uwamawari" + }, + "上まわれ": { + "w_type": "conjugated godan verb", + "romaji": "uwamaware" + }, + "上まわろ": { + "w_type": "godan verb stem", + "romaji": "uwamawaro" + }, + "上まわった": { + "w_type": "conjugated godan verb", + "romaji": "uwamawatta" + }, + "上まわって": { + "w_type": "conjugated godan verb", + "romaji": "uwamawatte" + }, + "あざ笑わ": { + "w_type": "godan verb stem", + "romaji": "azawarawa" + }, + "あざ笑い": { + "w_type": "godan verb stem", + "romaji": "azawarai" + }, + "あざ笑え": { + "w_type": "conjugated godan verb", + "romaji": "azawarae" + }, + "あざ笑お": { + "w_type": "godan verb stem", + "romaji": "azawarao" + }, + "あざ笑った": { + "w_type": "conjugated godan verb", + "romaji": "azawaratta" + }, + "あざ笑って": { + "w_type": "conjugated godan verb", + "romaji": "azawaratte" + }, + "対さ": { + "w_type": "godan verb stem", + "romaji": "taisa" + }, + "対し": { + "w_type": "godan verb stem", + "romaji": "taishi" + }, + "対せ": { + "w_type": "conjugated godan verb", + "romaji": "taise" + }, + "対そ": { + "w_type": "godan verb stem", + "romaji": "taiso" + }, + "対した": { + "w_type": "conjugated godan verb", + "romaji": "taishita" + }, + "対して": { + "w_type": "conjugated godan verb", + "romaji": "taishite" + }, + "吹き倒さ": { + "w_type": "godan verb stem", + "romaji": "fukitaosa" + }, + "吹き倒し": { + "w_type": "godan verb stem", + "romaji": "fukitaoshi" + }, + "吹き倒せ": { + "w_type": "conjugated godan verb", + "romaji": "fukitaose" + }, + "吹き倒そ": { + "w_type": "godan verb stem", + "romaji": "fukitaoso" + }, + "吹き倒した": { + "w_type": "conjugated godan verb", + "romaji": "fukitaoshita" + }, + "吹き倒して": { + "w_type": "conjugated godan verb", + "romaji": "fukitaoshite" + }, + "散り残ら": { + "w_type": "godan verb stem", + "romaji": "chirinokora" + }, + "散り残り": { + "w_type": "godan verb stem", + "romaji": "chirinokori" + }, + "散り残れ": { + "w_type": "conjugated godan verb", + "romaji": "chirinokore" + }, + "散り残ろ": { + "w_type": "godan verb stem", + "romaji": "chirinokoro" + }, + "散り残った": { + "w_type": "conjugated godan verb", + "romaji": "chirinokotta" + }, + "散り残って": { + "w_type": "conjugated godan verb", + "romaji": "chirinokotte" + }, + "当てはまら": { + "w_type": "godan verb stem", + "romaji": "atehamara" + }, + "当てはまり": { + "w_type": "godan verb stem", + "romaji": "atehamari" + }, + "当てはまれ": { + "w_type": "conjugated godan verb", + "romaji": "atehamare" + }, + "当てはまろ": { + "w_type": "godan verb stem", + "romaji": "atehamaro" + }, + "当てはまった": { + "w_type": "conjugated godan verb", + "romaji": "atehamatta" + }, + "当てはまって": { + "w_type": "conjugated godan verb", + "romaji": "atehamatte" + }, + "汲込ま": { + "w_type": "godan verb stem", + "romaji": "kumikoma" + }, + "汲込み": { + "w_type": "godan verb stem", + "romaji": "kumikomi" + }, + "汲込め": { + "w_type": "conjugated godan verb", + "romaji": "kumikome" + }, + "汲込も": { + "w_type": "godan verb stem", + "romaji": "kumikomo" + }, + "汲込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kumikonda" + }, + "汲込んで": { + "w_type": "conjugated godan verb", + "romaji": "kumikonde" + }, + "話込ま": { + "w_type": "godan verb stem", + "romaji": "hanashikoma" + }, + "話込み": { + "w_type": "godan verb stem", + "romaji": "hanashikomi" + }, + "話込め": { + "w_type": "conjugated godan verb", + "romaji": "hanashikome" + }, + "話込も": { + "w_type": "godan verb stem", + "romaji": "hanashikomo" + }, + "話込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hanashikonda" + }, + "話込んで": { + "w_type": "conjugated godan verb", + "romaji": "hanashikonde" + }, + "病ま": { + "w_type": "godan verb stem", + "romaji": "yama" + }, + "病み": { + "w_type": "godan verb stem", + "romaji": "yami" + }, + "病め": { + "w_type": "conjugated godan verb", + "romaji": "yame" + }, + "病も": { + "w_type": "godan verb stem", + "romaji": "yamo" + }, + "病んだ": { + "w_type": "conjugated godan verb", + "romaji": "yanda" + }, + "病んで": { + "w_type": "conjugated godan verb", + "romaji": "yande" + }, + "汲みとら": { + "w_type": "godan verb stem", + "romaji": "kumitora" + }, + "汲みとり": { + "w_type": "godan verb stem", + "romaji": "kumitori" + }, + "汲みとれ": { + "w_type": "conjugated godan verb", + "romaji": "kumitore" + }, + "汲みとろ": { + "w_type": "godan verb stem", + "romaji": "kumitoro" + }, + "汲みとった": { + "w_type": "conjugated godan verb", + "romaji": "kumitotta" + }, + "汲みとって": { + "w_type": "conjugated godan verb", + "romaji": "kumitotte" + }, + "弥増さら": { + "w_type": "godan verb stem", + "romaji": "iyamasara" + }, + "弥増さり": { + "w_type": "godan verb stem", + "romaji": "iyamasari" + }, + "弥増され": { + "w_type": "conjugated godan verb", + "romaji": "iyamasare" + }, + "弥増さろ": { + "w_type": "godan verb stem", + "romaji": "iyamasaro" + }, + "弥増さった": { + "w_type": "conjugated godan verb", + "romaji": "iyamasatta" + }, + "弥増さって": { + "w_type": "conjugated godan verb", + "romaji": "iyamasatte" + }, + "賑わさ": { + "w_type": "godan verb stem", + "romaji": "nigiwasa" + }, + "賑わし": { + "w_type": "godan verb stem", + "romaji": "nigiwashi" + }, + "賑わせ": { + "w_type": "conjugated godan verb", + "romaji": "nigiwase" + }, + "賑わそ": { + "w_type": "godan verb stem", + "romaji": "nigiwaso" + }, + "賑わした": { + "w_type": "conjugated godan verb", + "romaji": "nigiwashita" + }, + "賑わして": { + "w_type": "conjugated godan verb", + "romaji": "nigiwashite" + }, + "賑わわ": { + "w_type": "godan verb stem", + "romaji": "nigiwawa" + }, + "賑わい": { + "w_type": "godan verb stem", + "romaji": "nigiwai" + }, + "賑わえ": { + "w_type": "conjugated godan verb", + "romaji": "nigiwae" + }, + "賑わお": { + "w_type": "godan verb stem", + "romaji": "nigiwao" + }, + "賑わった": { + "w_type": "conjugated godan verb", + "romaji": "nigiwatta" + }, + "賑わって": { + "w_type": "conjugated godan verb", + "romaji": "nigiwatte" + }, + "剃ら": { + "w_type": "godan verb stem", + "romaji": "sora" + }, + "剃り": { + "w_type": "godan verb stem", + "romaji": "sori" + }, + "剃れ": { + "w_type": "conjugated godan verb", + "romaji": "sore" + }, + "剃ろ": { + "w_type": "godan verb stem", + "romaji": "soro" + }, + "剃った": { + "w_type": "conjugated godan verb", + "romaji": "sotta" + }, + "剃って": { + "w_type": "conjugated godan verb", + "romaji": "sotte" + }, + "散り敷か": { + "w_type": "godan verb stem", + "romaji": "chirishika" + }, + "散り敷き": { + "w_type": "godan verb stem", + "romaji": "chirishiki" + }, + "散り敷け": { + "w_type": "conjugated godan verb", + "romaji": "chirishike" + }, + "散り敷こ": { + "w_type": "godan verb stem", + "romaji": "chirishiko" + }, + "散り敷いた": { + "w_type": "conjugated godan verb", + "romaji": "chirishiita" + }, + "散り敷いて": { + "w_type": "conjugated godan verb", + "romaji": "chirishiite" + }, + "食いつなが": { + "w_type": "godan verb stem", + "romaji": "kuitsunaga" + }, + "食いつなぎ": { + "w_type": "godan verb stem", + "romaji": "kuitsunagi" + }, + "食いつなげ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsunage" + }, + "食いつなご": { + "w_type": "godan verb stem", + "romaji": "kuitsunago" + }, + "食いつないだ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsunaida" + }, + "食いつないで": { + "w_type": "conjugated godan verb", + "romaji": "kuitsunaide" + }, + "追い落とさ": { + "w_type": "godan verb stem", + "romaji": "oiotosa" + }, + "追い落とし": { + "w_type": "godan verb stem", + "romaji": "oiotoshi" + }, + "追い落とせ": { + "w_type": "conjugated godan verb", + "romaji": "oiotose" + }, + "追い落とそ": { + "w_type": "godan verb stem", + "romaji": "oiotoso" + }, + "追い落とした": { + "w_type": "conjugated godan verb", + "romaji": "oiotoshita" + }, + "追い落として": { + "w_type": "conjugated godan verb", + "romaji": "oiotoshite" + }, + "揺すり起こさ": { + "w_type": "godan verb stem", + "romaji": "yusuriokosa" + }, + "揺すり起こし": { + "w_type": "godan verb stem", + "romaji": "yusuriokoshi" + }, + "揺すり起こせ": { + "w_type": "conjugated godan verb", + "romaji": "yusuriokose" + }, + "揺すり起こそ": { + "w_type": "godan verb stem", + "romaji": "yusuriokoso" + }, + "揺すり起こした": { + "w_type": "conjugated godan verb", + "romaji": "yusuriokoshita" + }, + "揺すり起こして": { + "w_type": "conjugated godan verb", + "romaji": "yusuriokoshite" + }, + "吹き払わ": { + "w_type": "godan verb stem", + "romaji": "fukiharawa" + }, + "吹き払い": { + "w_type": "godan verb stem", + "romaji": "fukiharai" + }, + "吹き払え": { + "w_type": "conjugated godan verb", + "romaji": "fukiharae" + }, + "吹き払お": { + "w_type": "godan verb stem", + "romaji": "fukiharao" + }, + "吹き払った": { + "w_type": "conjugated godan verb", + "romaji": "fukiharatta" + }, + "吹き払って": { + "w_type": "conjugated godan verb", + "romaji": "fukiharatte" + }, + "明渡さ": { + "w_type": "godan verb stem", + "romaji": "akewatasa" + }, + "明渡し": { + "w_type": "godan verb stem", + "romaji": "akewatashi" + }, + "明渡せ": { + "w_type": "conjugated godan verb", + "romaji": "akewatase" + }, + "明渡そ": { + "w_type": "godan verb stem", + "romaji": "akewataso" + }, + "明渡した": { + "w_type": "conjugated godan verb", + "romaji": "akewatashita" + }, + "明渡して": { + "w_type": "conjugated godan verb", + "romaji": "akewatashite" + }, + "剝き出さ": { + "w_type": "godan verb stem", + "romaji": "mukidasa" + }, + "剝き出し": { + "w_type": "godan verb stem", + "romaji": "mukidashi" + }, + "剝き出せ": { + "w_type": "conjugated godan verb", + "romaji": "mukidase" + }, + "剝き出そ": { + "w_type": "godan verb stem", + "romaji": "mukidaso" + }, + "剝き出した": { + "w_type": "conjugated godan verb", + "romaji": "mukidashita" + }, + "剝き出して": { + "w_type": "conjugated godan verb", + "romaji": "mukidashite" + }, + "写し出さ": { + "w_type": "godan verb stem", + "romaji": "utsushidasa" + }, + "写し出し": { + "w_type": "godan verb stem", + "romaji": "utsushidashi" + }, + "写し出せ": { + "w_type": "conjugated godan verb", + "romaji": "utsushidase" + }, + "写し出そ": { + "w_type": "godan verb stem", + "romaji": "utsushidaso" + }, + "写し出した": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashita" + }, + "写し出して": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashite" + }, + "感づか": { + "w_type": "godan verb stem", + "romaji": "kanzuka" + }, + "感づき": { + "w_type": "godan verb stem", + "romaji": "kanzuki" + }, + "感づけ": { + "w_type": "conjugated godan verb", + "romaji": "kanzuke" + }, + "感づこ": { + "w_type": "godan verb stem", + "romaji": "kanzuko" + }, + "感づいた": { + "w_type": "conjugated godan verb", + "romaji": "kanzuita" + }, + "感づいて": { + "w_type": "conjugated godan verb", + "romaji": "kanzuite" + }, + "泣沈ま": { + "w_type": "godan verb stem", + "romaji": "nakishizuma" + }, + "泣沈み": { + "w_type": "godan verb stem", + "romaji": "nakishizumi" + }, + "泣沈め": { + "w_type": "conjugated godan verb", + "romaji": "nakishizume" + }, + "泣沈も": { + "w_type": "godan verb stem", + "romaji": "nakishizumo" + }, + "泣沈んだ": { + "w_type": "conjugated godan verb", + "romaji": "nakishizunda" + }, + "泣沈んで": { + "w_type": "conjugated godan verb", + "romaji": "nakishizunde" + }, + "剥がさ": { + "w_type": "godan verb stem", + "romaji": "hagasa" + }, + "剥がし": { + "w_type": "godan verb stem", + "romaji": "hagashi" + }, + "剥がせ": { + "w_type": "conjugated godan verb", + "romaji": "hagase" + }, + "剥がそ": { + "w_type": "godan verb stem", + "romaji": "hagaso" + }, + "剥がした": { + "w_type": "conjugated godan verb", + "romaji": "hagashita" + }, + "剥がして": { + "w_type": "conjugated godan verb", + "romaji": "hagashite" + }, + "噛みしだか": { + "w_type": "godan verb stem", + "romaji": "kamishidaka" + }, + "噛みしだき": { + "w_type": "godan verb stem", + "romaji": "kamishidaki" + }, + "噛みしだけ": { + "w_type": "conjugated godan verb", + "romaji": "kamishidake" + }, + "噛みしだこ": { + "w_type": "godan verb stem", + "romaji": "kamishidako" + }, + "噛みしだいた": { + "w_type": "conjugated godan verb", + "romaji": "kamishidaita" + }, + "噛みしだいて": { + "w_type": "conjugated godan verb", + "romaji": "kamishidaite" + }, + "濺が": { + "w_type": "godan verb stem", + "romaji": "sosoga" + }, + "濺ぎ": { + "w_type": "godan verb stem", + "romaji": "sosogi" + }, + "濺げ": { + "w_type": "conjugated godan verb", + "romaji": "sosoge" + }, + "濺ご": { + "w_type": "godan verb stem", + "romaji": "sosogo" + }, + "濺いだ": { + "w_type": "conjugated godan verb", + "romaji": "sosoida" + }, + "濺いで": { + "w_type": "conjugated godan verb", + "romaji": "sosoide" + }, + "言い通さ": { + "w_type": "godan verb stem", + "romaji": "iitoosa" + }, + "言い通し": { + "w_type": "godan verb stem", + "romaji": "iitooshi" + }, + "言い通せ": { + "w_type": "conjugated godan verb", + "romaji": "iitoose" + }, + "言い通そ": { + "w_type": "godan verb stem", + "romaji": "iitooso" + }, + "言い通した": { + "w_type": "conjugated godan verb", + "romaji": "iitooshita" + }, + "言い通して": { + "w_type": "conjugated godan verb", + "romaji": "iitooshite" + }, + "飛び越さ": { + "w_type": "godan verb stem", + "romaji": "tobikosa" + }, + "飛び越し": { + "w_type": "godan verb stem", + "romaji": "tobikoshi" + }, + "飛び越せ": { + "w_type": "conjugated godan verb", + "romaji": "tobikose" + }, + "飛び越そ": { + "w_type": "godan verb stem", + "romaji": "tobikoso" + }, + "飛び越した": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshita" + }, + "飛び越して": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshite" + }, + "啄ま": { + "w_type": "godan verb stem", + "romaji": "tsuibama" + }, + "啄み": { + "w_type": "godan verb stem", + "romaji": "tsuibami" + }, + "啄め": { + "w_type": "conjugated godan verb", + "romaji": "tsuibame" + }, + "啄も": { + "w_type": "godan verb stem", + "romaji": "tsuibamo" + }, + "啄んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuibanda" + }, + "啄んで": { + "w_type": "conjugated godan verb", + "romaji": "tsuibande" + }, + "見やら": { + "w_type": "godan verb stem", + "romaji": "miyara" + }, + "見やり": { + "w_type": "godan verb stem", + "romaji": "miyari" + }, + "見やれ": { + "w_type": "conjugated godan verb", + "romaji": "miyare" + }, + "見やろ": { + "w_type": "godan verb stem", + "romaji": "miyaro" + }, + "見やった": { + "w_type": "conjugated godan verb", + "romaji": "miyatta" + }, + "見やって": { + "w_type": "conjugated godan verb", + "romaji": "miyatte" + }, + "出来上がら": { + "w_type": "godan verb stem", + "romaji": "dekiagara" + }, + "出来上がり": { + "w_type": "godan verb stem", + "romaji": "dekiagari" + }, + "出来上がれ": { + "w_type": "conjugated godan verb", + "romaji": "dekiagare" + }, + "出来上がろ": { + "w_type": "godan verb stem", + "romaji": "dekiagaro" + }, + "出来上がった": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatta" + }, + "出来上がって": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatte" + }, + "引きしぼら": { + "w_type": "godan verb stem", + "romaji": "hikishibora" + }, + "引きしぼり": { + "w_type": "godan verb stem", + "romaji": "hikishibori" + }, + "引きしぼれ": { + "w_type": "conjugated godan verb", + "romaji": "hikishibore" + }, + "引きしぼろ": { + "w_type": "godan verb stem", + "romaji": "hikishiboro" + }, + "引きしぼった": { + "w_type": "conjugated godan verb", + "romaji": "hikishibotta" + }, + "引きしぼって": { + "w_type": "conjugated godan verb", + "romaji": "hikishibotte" + }, + "はい出さ": { + "w_type": "godan verb stem", + "romaji": "haidasa" + }, + "はい出し": { + "w_type": "godan verb stem", + "romaji": "haidashi" + }, + "はい出せ": { + "w_type": "conjugated godan verb", + "romaji": "haidase" + }, + "はい出そ": { + "w_type": "godan verb stem", + "romaji": "haidaso" + }, + "はい出した": { + "w_type": "conjugated godan verb", + "romaji": "haidashita" + }, + "はい出して": { + "w_type": "conjugated godan verb", + "romaji": "haidashite" + }, + "外方を向か": { + "w_type": "godan verb stem", + "romaji": "soppo wo muka" + }, + "外方を向き": { + "w_type": "godan verb stem", + "romaji": "soppo wo muki" + }, + "外方を向け": { + "w_type": "conjugated godan verb", + "romaji": "soppo wo muke" + }, + "外方を向こ": { + "w_type": "godan verb stem", + "romaji": "soppo wo muko" + }, + "外方を向いた": { + "w_type": "conjugated godan verb", + "romaji": "soppo wo muita" + }, + "外方を向いて": { + "w_type": "conjugated godan verb", + "romaji": "soppo wo muite" + }, + "位取ら": { + "w_type": "godan verb stem", + "romaji": "kuraidora" + }, + "位取り": { + "w_type": "godan verb stem", + "romaji": "kuraidori" + }, + "位取れ": { + "w_type": "conjugated godan verb", + "romaji": "kuraidore" + }, + "位取ろ": { + "w_type": "godan verb stem", + "romaji": "kuraidoro" + }, + "位取った": { + "w_type": "conjugated godan verb", + "romaji": "kuraidotta" + }, + "位取って": { + "w_type": "conjugated godan verb", + "romaji": "kuraidotte" + }, + "日和ら": { + "w_type": "godan verb stem", + "romaji": "hiyora" + }, + "日和り": { + "w_type": "godan verb stem", + "romaji": "hiyori" + }, + "日和れ": { + "w_type": "conjugated godan verb", + "romaji": "hiyore" + }, + "日和ろ": { + "w_type": "godan verb stem", + "romaji": "hiyoro" + }, + "日和った": { + "w_type": "conjugated godan verb", + "romaji": "hiyotta" + }, + "日和って": { + "w_type": "conjugated godan verb", + "romaji": "hiyotte" + }, + "突合わ": { + "w_type": "godan verb stem", + "romaji": "tsukiawa" + }, + "突合い": { + "w_type": "godan verb stem", + "romaji": "tsukiai" + }, + "突合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukiae" + }, + "突合お": { + "w_type": "godan verb stem", + "romaji": "tsukiao" + }, + "突合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatta" + }, + "突合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatte" + }, + "疼か": { + "w_type": "godan verb stem", + "romaji": "uzuka" + }, + "疼き": { + "w_type": "godan verb stem", + "romaji": "uzuki" + }, + "疼け": { + "w_type": "conjugated godan verb", + "romaji": "uzuke" + }, + "疼こ": { + "w_type": "godan verb stem", + "romaji": "uzuko" + }, + "疼いた": { + "w_type": "conjugated godan verb", + "romaji": "uzuita" + }, + "疼いて": { + "w_type": "conjugated godan verb", + "romaji": "uzuite" + }, + "呻か": { + "w_type": "godan verb stem", + "romaji": "umeka" + }, + "呻き": { + "w_type": "godan verb stem", + "romaji": "umeki" + }, + "呻け": { + "w_type": "conjugated godan verb", + "romaji": "umeke" + }, + "呻こ": { + "w_type": "godan verb stem", + "romaji": "umeko" + }, + "呻いた": { + "w_type": "conjugated godan verb", + "romaji": "umeita" + }, + "呻いて": { + "w_type": "conjugated godan verb", + "romaji": "umeite" + }, + "聞き及ば": { + "w_type": "godan verb stem", + "romaji": "kikioyoba" + }, + "聞き及び": { + "w_type": "godan verb stem", + "romaji": "kikioyobi" + }, + "聞き及べ": { + "w_type": "conjugated godan verb", + "romaji": "kikioyobe" + }, + "聞き及ぼ": { + "w_type": "godan verb stem", + "romaji": "kikioyobo" + }, + "聞き及んだ": { + "w_type": "conjugated godan verb", + "romaji": "kikioyonda" + }, + "聞き及んで": { + "w_type": "conjugated godan verb", + "romaji": "kikioyonde" + }, + "甦えら": { + "w_type": "godan verb stem", + "romaji": "yomigaera" + }, + "甦えり": { + "w_type": "godan verb stem", + "romaji": "yomigaeri" + }, + "甦えれ": { + "w_type": "conjugated godan verb", + "romaji": "yomigaere" + }, + "甦えろ": { + "w_type": "godan verb stem", + "romaji": "yomigaero" + }, + "甦えった": { + "w_type": "conjugated godan verb", + "romaji": "yomigaetta" + }, + "甦えって": { + "w_type": "conjugated godan verb", + "romaji": "yomigaette" + }, + "叩き斬ら": { + "w_type": "godan verb stem", + "romaji": "tatakikira" + }, + "叩き斬り": { + "w_type": "godan verb stem", + "romaji": "tatakikiri" + }, + "叩き斬れ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikire" + }, + "叩き斬ろ": { + "w_type": "godan verb stem", + "romaji": "tatakikiro" + }, + "叩き斬った": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitta" + }, + "叩き斬って": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitte" + }, + "蒸かさ": { + "w_type": "godan verb stem", + "romaji": "fukasa" + }, + "蒸かし": { + "w_type": "godan verb stem", + "romaji": "fukashi" + }, + "蒸かせ": { + "w_type": "conjugated godan verb", + "romaji": "fukase" + }, + "蒸かそ": { + "w_type": "godan verb stem", + "romaji": "fukaso" + }, + "蒸かした": { + "w_type": "conjugated godan verb", + "romaji": "fukashita" + }, + "蒸かして": { + "w_type": "conjugated godan verb", + "romaji": "fukashite" + }, + "突き回さ": { + "w_type": "godan verb stem", + "romaji": "tsutsukimawasa" + }, + "突き回し": { + "w_type": "godan verb stem", + "romaji": "tsutsukimawashi" + }, + "突き回せ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsukimawase" + }, + "突き回そ": { + "w_type": "godan verb stem", + "romaji": "tsutsukimawaso" + }, + "突き回した": { + "w_type": "conjugated godan verb", + "romaji": "tsutsukimawashita" + }, + "突き回して": { + "w_type": "conjugated godan verb", + "romaji": "tsutsukimawashite" + }, + "濁さ": { + "w_type": "godan verb stem", + "romaji": "nigosa" + }, + "濁し": { + "w_type": "godan verb stem", + "romaji": "nigoshi" + }, + "濁せ": { + "w_type": "conjugated godan verb", + "romaji": "nigose" + }, + "濁そ": { + "w_type": "godan verb stem", + "romaji": "nigoso" + }, + "濁した": { + "w_type": "conjugated godan verb", + "romaji": "nigoshita" + }, + "濁して": { + "w_type": "conjugated godan verb", + "romaji": "nigoshite" + }, + "疑わ": { + "w_type": "godan verb stem", + "romaji": "utagawa" + }, + "疑い": { + "w_type": "godan verb stem", + "romaji": "utagai" + }, + "疑え": { + "w_type": "conjugated godan verb", + "romaji": "utagae" + }, + "疑お": { + "w_type": "godan verb stem", + "romaji": "utagao" + }, + "疑った": { + "w_type": "conjugated godan verb", + "romaji": "utagatta" + }, + "疑って": { + "w_type": "conjugated godan verb", + "romaji": "utagatte" + }, + "掻っ攫わ": { + "w_type": "godan verb stem", + "romaji": "kassarawa" + }, + "掻っ攫い": { + "w_type": "godan verb stem", + "romaji": "kassarai" + }, + "掻っ攫え": { + "w_type": "conjugated godan verb", + "romaji": "kassarae" + }, + "掻っ攫お": { + "w_type": "godan verb stem", + "romaji": "kassarao" + }, + "掻っ攫った": { + "w_type": "conjugated godan verb", + "romaji": "kassaratta" + }, + "掻っ攫って": { + "w_type": "conjugated godan verb", + "romaji": "kassaratte" + }, + "生えそろわ": { + "w_type": "godan verb stem", + "romaji": "haesorowa" + }, + "生えそろい": { + "w_type": "godan verb stem", + "romaji": "haesoroi" + }, + "生えそろえ": { + "w_type": "conjugated godan verb", + "romaji": "haesoroe" + }, + "生えそろお": { + "w_type": "godan verb stem", + "romaji": "haesoroo" + }, + "生えそろった": { + "w_type": "conjugated godan verb", + "romaji": "haesorotta" + }, + "生えそろって": { + "w_type": "conjugated godan verb", + "romaji": "haesorotte" + }, + "見当付か": { + "w_type": "godan verb stem", + "romaji": "kentoutsuka" + }, + "見当付き": { + "w_type": "godan verb stem", + "romaji": "kentoutsuki" + }, + "見当付け": { + "w_type": "conjugated godan verb", + "romaji": "kentoutsuke" + }, + "見当付こ": { + "w_type": "godan verb stem", + "romaji": "kentoutsuko" + }, + "見当付いた": { + "w_type": "conjugated godan verb", + "romaji": "kentoutsuita" + }, + "見当付いて": { + "w_type": "conjugated godan verb", + "romaji": "kentoutsuite" + }, + "吹き飛ば": { + "w_type": "godan verb stem", + "romaji": "fukitoba" + }, + "吹き飛び": { + "w_type": "godan verb stem", + "romaji": "fukitobi" + }, + "吹き飛べ": { + "w_type": "conjugated godan verb", + "romaji": "fukitobe" + }, + "吹き飛ぼ": { + "w_type": "godan verb stem", + "romaji": "fukitobo" + }, + "吹き飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukitonda" + }, + "吹き飛んで": { + "w_type": "conjugated godan verb", + "romaji": "fukitonde" + }, + "焼け死な": { + "w_type": "godan verb stem", + "romaji": "yakeshina" + }, + "焼け死に": { + "w_type": "godan verb stem", + "romaji": "yakeshini" + }, + "焼け死ね": { + "w_type": "conjugated godan verb", + "romaji": "yakeshine" + }, + "焼け死の": { + "w_type": "godan verb stem", + "romaji": "yakeshino" + }, + "焼け死んだ": { + "w_type": "conjugated godan verb", + "romaji": "yakeshinda" + }, + "焼け死んで": { + "w_type": "conjugated godan verb", + "romaji": "yakeshinde" + }, + "引き剥がさ": { + "w_type": "godan verb stem", + "romaji": "hikihagasa" + }, + "引き剥がし": { + "w_type": "godan verb stem", + "romaji": "hikihagashi" + }, + "引き剥がせ": { + "w_type": "conjugated godan verb", + "romaji": "hikihagase" + }, + "引き剥がそ": { + "w_type": "godan verb stem", + "romaji": "hikihagaso" + }, + "引き剥がした": { + "w_type": "conjugated godan verb", + "romaji": "hikihagashita" + }, + "引き剥がして": { + "w_type": "conjugated godan verb", + "romaji": "hikihagashite" + }, + "差戻さ": { + "w_type": "godan verb stem", + "romaji": "sashimodosa" + }, + "差戻し": { + "w_type": "godan verb stem", + "romaji": "sashimodoshi" + }, + "差戻せ": { + "w_type": "conjugated godan verb", + "romaji": "sashimodose" + }, + "差戻そ": { + "w_type": "godan verb stem", + "romaji": "sashimodoso" + }, + "差戻した": { + "w_type": "conjugated godan verb", + "romaji": "sashimodoshita" + }, + "差戻して": { + "w_type": "conjugated godan verb", + "romaji": "sashimodoshite" + }, + "這い蹲わ": { + "w_type": "godan verb stem", + "romaji": "haitsukubawa" + }, + "這い蹲い": { + "w_type": "godan verb stem", + "romaji": "haitsukubai" + }, + "這い蹲え": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubae" + }, + "這い蹲お": { + "w_type": "godan verb stem", + "romaji": "haitsukubao" + }, + "這い蹲った": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubatta" + }, + "這い蹲って": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubatte" + }, + "懐わ": { + "w_type": "godan verb stem", + "romaji": "omowa" + }, + "懐い": { + "w_type": "godan verb stem", + "romaji": "omoi" + }, + "懐え": { + "w_type": "conjugated godan verb", + "romaji": "omoe" + }, + "懐お": { + "w_type": "godan verb stem", + "romaji": "omoo" + }, + "懐った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "懐って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "濁ら": { + "w_type": "godan verb stem", + "romaji": "nigora" + }, + "濁り": { + "w_type": "godan verb stem", + "romaji": "nigori" + }, + "濁れ": { + "w_type": "conjugated godan verb", + "romaji": "nigore" + }, + "濁ろ": { + "w_type": "godan verb stem", + "romaji": "nigoro" + }, + "濁った": { + "w_type": "conjugated godan verb", + "romaji": "nigotta" + }, + "濁って": { + "w_type": "conjugated godan verb", + "romaji": "nigotte" + }, + "基か": { + "w_type": "godan verb stem", + "romaji": "motozuka" + }, + "基き": { + "w_type": "godan verb stem", + "romaji": "motozuki" + }, + "基け": { + "w_type": "conjugated godan verb", + "romaji": "motozuke" + }, + "基こ": { + "w_type": "godan verb stem", + "romaji": "motozuko" + }, + "基いた": { + "w_type": "conjugated godan verb", + "romaji": "motozuita" + }, + "基いて": { + "w_type": "conjugated godan verb", + "romaji": "motozuite" + }, + "起上がら": { + "w_type": "godan verb stem", + "romaji": "okiagara" + }, + "起上がり": { + "w_type": "godan verb stem", + "romaji": "okiagari" + }, + "起上がれ": { + "w_type": "conjugated godan verb", + "romaji": "okiagare" + }, + "起上がろ": { + "w_type": "godan verb stem", + "romaji": "okiagaro" + }, + "起上がった": { + "w_type": "conjugated godan verb", + "romaji": "okiagatta" + }, + "起上がって": { + "w_type": "conjugated godan verb", + "romaji": "okiagatte" + }, + "嫉か": { + "w_type": "godan verb stem", + "romaji": "yaka" + }, + "嫉き": { + "w_type": "godan verb stem", + "romaji": "yaki" + }, + "嫉け": { + "w_type": "conjugated godan verb", + "romaji": "yake" + }, + "嫉こ": { + "w_type": "godan verb stem", + "romaji": "yako" + }, + "嫉いた": { + "w_type": "conjugated godan verb", + "romaji": "yaita" + }, + "嫉いて": { + "w_type": "conjugated godan verb", + "romaji": "yaite" + }, + "剥き出さ": { + "w_type": "godan verb stem", + "romaji": "mukidasa" + }, + "剥き出し": { + "w_type": "godan verb stem", + "romaji": "mukidashi" + }, + "剥き出せ": { + "w_type": "conjugated godan verb", + "romaji": "mukidase" + }, + "剥き出そ": { + "w_type": "godan verb stem", + "romaji": "mukidaso" + }, + "剥き出した": { + "w_type": "conjugated godan verb", + "romaji": "mukidashita" + }, + "剥き出して": { + "w_type": "conjugated godan verb", + "romaji": "mukidashite" + }, + "水がかから": { + "w_type": "godan verb stem", + "romaji": "mizugakakara" + }, + "水がかかり": { + "w_type": "godan verb stem", + "romaji": "mizugakakari" + }, + "水がかかれ": { + "w_type": "conjugated godan verb", + "romaji": "mizugakakare" + }, + "水がかかろ": { + "w_type": "godan verb stem", + "romaji": "mizugakakaro" + }, + "水がかかった": { + "w_type": "conjugated godan verb", + "romaji": "mizugakakatta" + }, + "水がかかって": { + "w_type": "conjugated godan verb", + "romaji": "mizugakakatte" + }, + "這い蹲ら": { + "w_type": "godan verb stem", + "romaji": "haitsukubara" + }, + "這い蹲り": { + "w_type": "godan verb stem", + "romaji": "haitsukubari" + }, + "這い蹲れ": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubare" + }, + "這い蹲ろ": { + "w_type": "godan verb stem", + "romaji": "haitsukubaro" + }, + "斬り殺さ": { + "w_type": "godan verb stem", + "romaji": "kirikorosa" + }, + "斬り殺し": { + "w_type": "godan verb stem", + "romaji": "kirikoroshi" + }, + "斬り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kirikorose" + }, + "斬り殺そ": { + "w_type": "godan verb stem", + "romaji": "kirikoroso" + }, + "斬り殺した": { + "w_type": "conjugated godan verb", + "romaji": "kirikoroshita" + }, + "斬り殺して": { + "w_type": "conjugated godan verb", + "romaji": "kirikoroshite" + }, + "売り切ら": { + "w_type": "godan verb stem", + "romaji": "urikira" + }, + "売り切り": { + "w_type": "godan verb stem", + "romaji": "urikiri" + }, + "売り切れ": { + "w_type": "conjugated godan verb", + "romaji": "urikire" + }, + "売り切ろ": { + "w_type": "godan verb stem", + "romaji": "urikiro" + }, + "売り切った": { + "w_type": "conjugated godan verb", + "romaji": "urikitta" + }, + "売り切って": { + "w_type": "conjugated godan verb", + "romaji": "urikitte" + }, + "捧げ持た": { + "w_type": "godan verb stem", + "romaji": "sasagemota" + }, + "捧げ持ち": { + "w_type": "godan verb stem", + "romaji": "sasagemochi" + }, + "捧げ持て": { + "w_type": "conjugated godan verb", + "romaji": "sasagemote" + }, + "捧げ持と": { + "w_type": "godan verb stem", + "romaji": "sasagemoto" + }, + "捧げ持った": { + "w_type": "conjugated godan verb", + "romaji": "sasagemotta" + }, + "捧げ持って": { + "w_type": "conjugated godan verb", + "romaji": "sasagemotte" + }, + "買いこま": { + "w_type": "godan verb stem", + "romaji": "kaikoma" + }, + "買いこみ": { + "w_type": "godan verb stem", + "romaji": "kaikomi" + }, + "買いこめ": { + "w_type": "conjugated godan verb", + "romaji": "kaikome" + }, + "買いこも": { + "w_type": "godan verb stem", + "romaji": "kaikomo" + }, + "買いこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kaikonda" + }, + "買いこんで": { + "w_type": "conjugated godan verb", + "romaji": "kaikonde" + }, + "差出さ": { + "w_type": "godan verb stem", + "romaji": "sashidasa" + }, + "差出し": { + "w_type": "godan verb stem", + "romaji": "sashidashi" + }, + "差出せ": { + "w_type": "conjugated godan verb", + "romaji": "sashidase" + }, + "差出そ": { + "w_type": "godan verb stem", + "romaji": "sashidaso" + }, + "差出した": { + "w_type": "conjugated godan verb", + "romaji": "sashidashita" + }, + "差出して": { + "w_type": "conjugated godan verb", + "romaji": "sashidashite" + }, + "凭ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "凭り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "凭れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "凭ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "凭った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "凭って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "噤ま": { + "w_type": "godan verb stem", + "romaji": "tsuguma" + }, + "噤み": { + "w_type": "godan verb stem", + "romaji": "tsugumi" + }, + "噤め": { + "w_type": "conjugated godan verb", + "romaji": "tsugume" + }, + "噤も": { + "w_type": "godan verb stem", + "romaji": "tsugumo" + }, + "噤んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsugunda" + }, + "噤んで": { + "w_type": "conjugated godan verb", + "romaji": "tsugunde" + }, + "掻き乱さ": { + "w_type": "godan verb stem", + "romaji": "kakimidasa" + }, + "掻き乱し": { + "w_type": "godan verb stem", + "romaji": "kakimidashi" + }, + "掻き乱せ": { + "w_type": "conjugated godan verb", + "romaji": "kakimidase" + }, + "掻き乱そ": { + "w_type": "godan verb stem", + "romaji": "kakimidaso" + }, + "掻き乱した": { + "w_type": "conjugated godan verb", + "romaji": "kakimidashita" + }, + "掻き乱して": { + "w_type": "conjugated godan verb", + "romaji": "kakimidashite" + }, + "閉め切ら": { + "w_type": "godan verb stem", + "romaji": "shimekira" + }, + "閉め切り": { + "w_type": "godan verb stem", + "romaji": "shimekiri" + }, + "閉め切れ": { + "w_type": "conjugated godan verb", + "romaji": "shimekire" + }, + "閉め切ろ": { + "w_type": "godan verb stem", + "romaji": "shimekiro" + }, + "閉め切った": { + "w_type": "conjugated godan verb", + "romaji": "shimekitta" + }, + "閉め切って": { + "w_type": "conjugated godan verb", + "romaji": "shimekitte" + }, + "捕まら": { + "w_type": "godan verb stem", + "romaji": "tsukamara" + }, + "捕まり": { + "w_type": "godan verb stem", + "romaji": "tsukamari" + }, + "捕まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamare" + }, + "捕まろ": { + "w_type": "godan verb stem", + "romaji": "tsukamaro" + }, + "捕まった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatta" + }, + "捕まって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatte" + }, + "縮らさ": { + "w_type": "godan verb stem", + "romaji": "chijirasa" + }, + "縮らし": { + "w_type": "godan verb stem", + "romaji": "chijirashi" + }, + "縮らせ": { + "w_type": "conjugated godan verb", + "romaji": "chijirase" + }, + "縮らそ": { + "w_type": "godan verb stem", + "romaji": "chijiraso" + }, + "縮らした": { + "w_type": "conjugated godan verb", + "romaji": "chijirashita" + }, + "縮らして": { + "w_type": "conjugated godan verb", + "romaji": "chijirashite" + }, + "報わ": { + "w_type": "godan verb stem", + "romaji": "mukuwa" + }, + "報い": { + "w_type": "godan verb stem", + "romaji": "mukui" + }, + "報え": { + "w_type": "conjugated godan verb", + "romaji": "mukue" + }, + "報お": { + "w_type": "godan verb stem", + "romaji": "mukuo" + }, + "報った": { + "w_type": "conjugated godan verb", + "romaji": "mukutta" + }, + "報って": { + "w_type": "conjugated godan verb", + "romaji": "mukutte" + }, + "齧り付か": { + "w_type": "godan verb stem", + "romaji": "kaburitsuka" + }, + "齧り付き": { + "w_type": "godan verb stem", + "romaji": "kaburitsuki" + }, + "齧り付け": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuke" + }, + "齧り付こ": { + "w_type": "godan verb stem", + "romaji": "kaburitsuko" + }, + "齧り付いた": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuita" + }, + "齧り付いて": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuite" + }, + "巡りあわ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "巡りあい": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "巡りあえ": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "巡りあお": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "巡りあった": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "巡りあって": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "泣かさ": { + "w_type": "godan verb stem", + "romaji": "nakasa" + }, + "泣かし": { + "w_type": "godan verb stem", + "romaji": "nakashi" + }, + "泣かせ": { + "w_type": "conjugated godan verb", + "romaji": "nakase" + }, + "泣かそ": { + "w_type": "godan verb stem", + "romaji": "nakaso" + }, + "泣かした": { + "w_type": "conjugated godan verb", + "romaji": "nakashita" + }, + "泣かして": { + "w_type": "conjugated godan verb", + "romaji": "nakashite" + }, + "聞取ら": { + "w_type": "godan verb stem", + "romaji": "kikitora" + }, + "聞取り": { + "w_type": "godan verb stem", + "romaji": "kikitori" + }, + "聞取れ": { + "w_type": "conjugated godan verb", + "romaji": "kikitore" + }, + "聞取ろ": { + "w_type": "godan verb stem", + "romaji": "kikitoro" + }, + "聞取った": { + "w_type": "conjugated godan verb", + "romaji": "kikitotta" + }, + "聞取って": { + "w_type": "conjugated godan verb", + "romaji": "kikitotte" + }, + "規則立た": { + "w_type": "godan verb stem", + "romaji": "kisokudata" + }, + "規則立ち": { + "w_type": "godan verb stem", + "romaji": "kisokudachi" + }, + "規則立て": { + "w_type": "conjugated godan verb", + "romaji": "kisokudate" + }, + "規則立と": { + "w_type": "godan verb stem", + "romaji": "kisokudato" + }, + "規則立った": { + "w_type": "conjugated godan verb", + "romaji": "kisokudatta" + }, + "規則立って": { + "w_type": "conjugated godan verb", + "romaji": "kisokudatte" + }, + "泣き出さ": { + "w_type": "godan verb stem", + "romaji": "nakidasa" + }, + "泣き出し": { + "w_type": "godan verb stem", + "romaji": "nakidashi" + }, + "泣き出せ": { + "w_type": "conjugated godan verb", + "romaji": "nakidase" + }, + "泣き出そ": { + "w_type": "godan verb stem", + "romaji": "nakidaso" + }, + "泣き出した": { + "w_type": "conjugated godan verb", + "romaji": "nakidashita" + }, + "泣き出して": { + "w_type": "conjugated godan verb", + "romaji": "nakidashite" + }, + "遊ば": { + "w_type": "godan verb stem", + "romaji": "asoba" + }, + "遊び": { + "w_type": "godan verb stem", + "romaji": "asobi" + }, + "遊べ": { + "w_type": "conjugated godan verb", + "romaji": "asobe" + }, + "遊ぼ": { + "w_type": "godan verb stem", + "romaji": "asobo" + }, + "遊んだ": { + "w_type": "conjugated godan verb", + "romaji": "asonda" + }, + "遊んで": { + "w_type": "conjugated godan verb", + "romaji": "asonde" + }, + "持ち古さ": { + "w_type": "godan verb stem", + "romaji": "mochifurusa" + }, + "持ち古し": { + "w_type": "godan verb stem", + "romaji": "mochifurushi" + }, + "持ち古せ": { + "w_type": "conjugated godan verb", + "romaji": "mochifuruse" + }, + "持ち古そ": { + "w_type": "godan verb stem", + "romaji": "mochifuruso" + }, + "持ち古した": { + "w_type": "conjugated godan verb", + "romaji": "mochifurushita" + }, + "持ち古して": { + "w_type": "conjugated godan verb", + "romaji": "mochifurushite" + }, + "流行ら": { + "w_type": "godan verb stem", + "romaji": "hayara" + }, + "流行り": { + "w_type": "godan verb stem", + "romaji": "hayari" + }, + "流行れ": { + "w_type": "conjugated godan verb", + "romaji": "hayare" + }, + "流行ろ": { + "w_type": "godan verb stem", + "romaji": "hayaro" + }, + "流行った": { + "w_type": "conjugated godan verb", + "romaji": "hayatta" + }, + "流行って": { + "w_type": "conjugated godan verb", + "romaji": "hayatte" + }, + "透かさ": { + "w_type": "godan verb stem", + "romaji": "sukasa" + }, + "透かし": { + "w_type": "godan verb stem", + "romaji": "sukashi" + }, + "透かせ": { + "w_type": "conjugated godan verb", + "romaji": "sukase" + }, + "透かそ": { + "w_type": "godan verb stem", + "romaji": "sukaso" + }, + "透かした": { + "w_type": "conjugated godan verb", + "romaji": "sukashita" + }, + "透かして": { + "w_type": "conjugated godan verb", + "romaji": "sukashite" + }, + "ずれ込ま": { + "w_type": "godan verb stem", + "romaji": "zurekoma" + }, + "ずれ込み": { + "w_type": "godan verb stem", + "romaji": "zurekomi" + }, + "ずれ込め": { + "w_type": "conjugated godan verb", + "romaji": "zurekome" + }, + "ずれ込も": { + "w_type": "godan verb stem", + "romaji": "zurekomo" + }, + "ずれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "zurekonda" + }, + "ずれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "zurekonde" + }, + "埋め合わさ": { + "w_type": "godan verb stem", + "romaji": "umeawasa" + }, + "埋め合わし": { + "w_type": "godan verb stem", + "romaji": "umeawashi" + }, + "埋め合わせ": { + "w_type": "conjugated godan verb", + "romaji": "umeawase" + }, + "埋め合わそ": { + "w_type": "godan verb stem", + "romaji": "umeawaso" + }, + "埋め合わした": { + "w_type": "conjugated godan verb", + "romaji": "umeawashita" + }, + "埋め合わして": { + "w_type": "conjugated godan verb", + "romaji": "umeawashite" + }, + "座ら": { + "w_type": "godan verb stem", + "romaji": "suwara" + }, + "座り": { + "w_type": "godan verb stem", + "romaji": "suwari" + }, + "座れ": { + "w_type": "conjugated godan verb", + "romaji": "suware" + }, + "座ろ": { + "w_type": "godan verb stem", + "romaji": "suwaro" + }, + "座った": { + "w_type": "conjugated godan verb", + "romaji": "suwatta" + }, + "座って": { + "w_type": "conjugated godan verb", + "romaji": "suwatte" + }, + "戯つか": { + "w_type": "godan verb stem", + "romaji": "jaratsuka" + }, + "戯つき": { + "w_type": "godan verb stem", + "romaji": "jaratsuki" + }, + "戯つけ": { + "w_type": "conjugated godan verb", + "romaji": "jaratsuke" + }, + "戯つこ": { + "w_type": "godan verb stem", + "romaji": "jaratsuko" + }, + "戯ついた": { + "w_type": "conjugated godan verb", + "romaji": "jaratsuita" + }, + "戯ついて": { + "w_type": "conjugated godan verb", + "romaji": "jaratsuite" + }, + "打つから": { + "w_type": "godan verb stem", + "romaji": "butsukara" + }, + "打つかり": { + "w_type": "godan verb stem", + "romaji": "butsukari" + }, + "打つかれ": { + "w_type": "conjugated godan verb", + "romaji": "butsukare" + }, + "打つかろ": { + "w_type": "godan verb stem", + "romaji": "butsukaro" + }, + "打つかった": { + "w_type": "conjugated godan verb", + "romaji": "butsukatta" + }, + "打つかって": { + "w_type": "conjugated godan verb", + "romaji": "butsukatte" + }, + "遊ま": { + "w_type": "godan verb stem", + "romaji": "susama" + }, + "遊み": { + "w_type": "godan verb stem", + "romaji": "susami" + }, + "遊め": { + "w_type": "conjugated godan verb", + "romaji": "susame" + }, + "遊も": { + "w_type": "godan verb stem", + "romaji": "susamo" + }, + "めかし込ま": { + "w_type": "godan verb stem", + "romaji": "mekashikoma" + }, + "めかし込み": { + "w_type": "godan verb stem", + "romaji": "mekashikomi" + }, + "めかし込め": { + "w_type": "conjugated godan verb", + "romaji": "mekashikome" + }, + "めかし込も": { + "w_type": "godan verb stem", + "romaji": "mekashikomo" + }, + "めかし込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mekashikonda" + }, + "めかし込んで": { + "w_type": "conjugated godan verb", + "romaji": "mekashikonde" + }, + "圧しこま": { + "w_type": "godan verb stem", + "romaji": "heshikoma" + }, + "圧しこみ": { + "w_type": "godan verb stem", + "romaji": "heshikomi" + }, + "圧しこめ": { + "w_type": "conjugated godan verb", + "romaji": "heshikome" + }, + "圧しこも": { + "w_type": "godan verb stem", + "romaji": "heshikomo" + }, + "圧しこんだ": { + "w_type": "conjugated godan verb", + "romaji": "heshikonda" + }, + "圧しこんで": { + "w_type": "conjugated godan verb", + "romaji": "heshikonde" + }, + "煩がら": { + "w_type": "godan verb stem", + "romaji": "urusagara" + }, + "煩がり": { + "w_type": "godan verb stem", + "romaji": "urusagari" + }, + "煩がれ": { + "w_type": "conjugated godan verb", + "romaji": "urusagare" + }, + "煩がろ": { + "w_type": "godan verb stem", + "romaji": "urusagaro" + }, + "煩がった": { + "w_type": "conjugated godan verb", + "romaji": "urusagatta" + }, + "煩がって": { + "w_type": "conjugated godan verb", + "romaji": "urusagatte" + }, + "探さ": { + "w_type": "godan verb stem", + "romaji": "sagasa" + }, + "探し": { + "w_type": "godan verb stem", + "romaji": "sagashi" + }, + "探せ": { + "w_type": "conjugated godan verb", + "romaji": "sagase" + }, + "探そ": { + "w_type": "godan verb stem", + "romaji": "sagaso" + }, + "探した": { + "w_type": "conjugated godan verb", + "romaji": "sagashita" + }, + "探して": { + "w_type": "conjugated godan verb", + "romaji": "sagashite" + }, + "振舞わ": { + "w_type": "godan verb stem", + "romaji": "furumawa" + }, + "振舞い": { + "w_type": "godan verb stem", + "romaji": "furumai" + }, + "振舞え": { + "w_type": "conjugated godan verb", + "romaji": "furumae" + }, + "振舞お": { + "w_type": "godan verb stem", + "romaji": "furumao" + }, + "振舞った": { + "w_type": "conjugated godan verb", + "romaji": "furumatta" + }, + "振舞って": { + "w_type": "conjugated godan verb", + "romaji": "furumatte" + }, + "ぶち当たら": { + "w_type": "godan verb stem", + "romaji": "buchiatara" + }, + "ぶち当たり": { + "w_type": "godan verb stem", + "romaji": "buchiatari" + }, + "ぶち当たれ": { + "w_type": "conjugated godan verb", + "romaji": "buchiatare" + }, + "ぶち当たろ": { + "w_type": "godan verb stem", + "romaji": "buchiataro" + }, + "ぶち当たった": { + "w_type": "conjugated godan verb", + "romaji": "buchiatatta" + }, + "ぶち当たって": { + "w_type": "conjugated godan verb", + "romaji": "buchiatatte" + }, + "千切りとら": { + "w_type": "godan verb stem", + "romaji": "chigiritora" + }, + "千切りとり": { + "w_type": "godan verb stem", + "romaji": "chigiritori" + }, + "千切りとれ": { + "w_type": "conjugated godan verb", + "romaji": "chigiritore" + }, + "千切りとろ": { + "w_type": "godan verb stem", + "romaji": "chigiritoro" + }, + "千切りとった": { + "w_type": "conjugated godan verb", + "romaji": "chigiritotta" + }, + "千切りとって": { + "w_type": "conjugated godan verb", + "romaji": "chigiritotte" + }, + "出歩か": { + "w_type": "godan verb stem", + "romaji": "dearuka" + }, + "出歩き": { + "w_type": "godan verb stem", + "romaji": "dearuki" + }, + "出歩け": { + "w_type": "conjugated godan verb", + "romaji": "dearuke" + }, + "出歩こ": { + "w_type": "godan verb stem", + "romaji": "dearuko" + }, + "出歩いた": { + "w_type": "conjugated godan verb", + "romaji": "dearuita" + }, + "出歩いて": { + "w_type": "conjugated godan verb", + "romaji": "dearuite" + }, + "取り返さ": { + "w_type": "godan verb stem", + "romaji": "torikaesa" + }, + "取り返し": { + "w_type": "godan verb stem", + "romaji": "torikaeshi" + }, + "取り返せ": { + "w_type": "conjugated godan verb", + "romaji": "torikaese" + }, + "取り返そ": { + "w_type": "godan verb stem", + "romaji": "torikaeso" + }, + "取り返した": { + "w_type": "conjugated godan verb", + "romaji": "torikaeshita" + }, + "取り返して": { + "w_type": "conjugated godan verb", + "romaji": "torikaeshite" + }, + "待ち望ま": { + "w_type": "godan verb stem", + "romaji": "machinozoma" + }, + "待ち望み": { + "w_type": "godan verb stem", + "romaji": "machinozomi" + }, + "待ち望め": { + "w_type": "conjugated godan verb", + "romaji": "machinozome" + }, + "待ち望も": { + "w_type": "godan verb stem", + "romaji": "machinozomo" + }, + "待ち望んだ": { + "w_type": "conjugated godan verb", + "romaji": "machinozonda" + }, + "待ち望んで": { + "w_type": "conjugated godan verb", + "romaji": "machinozonde" + }, + "踏殺さ": { + "w_type": "godan verb stem", + "romaji": "fumikorosa" + }, + "踏殺し": { + "w_type": "godan verb stem", + "romaji": "fumikoroshi" + }, + "踏殺せ": { + "w_type": "conjugated godan verb", + "romaji": "fumikorose" + }, + "踏殺そ": { + "w_type": "godan verb stem", + "romaji": "fumikoroso" + }, + "踏殺した": { + "w_type": "conjugated godan verb", + "romaji": "fumikoroshita" + }, + "踏殺して": { + "w_type": "conjugated godan verb", + "romaji": "fumikoroshite" + }, + "筋張ら": { + "w_type": "godan verb stem", + "romaji": "sujibara" + }, + "筋張り": { + "w_type": "godan verb stem", + "romaji": "sujibari" + }, + "筋張れ": { + "w_type": "conjugated godan verb", + "romaji": "sujibare" + }, + "筋張ろ": { + "w_type": "godan verb stem", + "romaji": "sujibaro" + }, + "筋張った": { + "w_type": "conjugated godan verb", + "romaji": "sujibatta" + }, + "筋張って": { + "w_type": "conjugated godan verb", + "romaji": "sujibatte" + }, + "庶幾わ": { + "w_type": "godan verb stem", + "romaji": "koinegawa" + }, + "庶幾い": { + "w_type": "godan verb stem", + "romaji": "koinegai" + }, + "庶幾え": { + "w_type": "conjugated godan verb", + "romaji": "koinegae" + }, + "庶幾お": { + "w_type": "godan verb stem", + "romaji": "koinegao" + }, + "庶幾った": { + "w_type": "conjugated godan verb", + "romaji": "koinegatta" + }, + "庶幾って": { + "w_type": "conjugated godan verb", + "romaji": "koinegatte" + }, + "盾突か": { + "w_type": "godan verb stem", + "romaji": "tatetsuka" + }, + "盾突き": { + "w_type": "godan verb stem", + "romaji": "tatetsuki" + }, + "盾突け": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuke" + }, + "盾突こ": { + "w_type": "godan verb stem", + "romaji": "tatetsuko" + }, + "盾突いた": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuita" + }, + "盾突いて": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuite" + }, + "遣り出さ": { + "w_type": "godan verb stem", + "romaji": "yaridasa" + }, + "遣り出し": { + "w_type": "godan verb stem", + "romaji": "yaridashi" + }, + "遣り出せ": { + "w_type": "conjugated godan verb", + "romaji": "yaridase" + }, + "遣り出そ": { + "w_type": "godan verb stem", + "romaji": "yaridaso" + }, + "遣り出した": { + "w_type": "conjugated godan verb", + "romaji": "yaridashita" + }, + "遣り出して": { + "w_type": "conjugated godan verb", + "romaji": "yaridashite" + }, + "かき直さ": { + "w_type": "godan verb stem", + "romaji": "kakinaosa" + }, + "かき直し": { + "w_type": "godan verb stem", + "romaji": "kakinaoshi" + }, + "かき直せ": { + "w_type": "conjugated godan verb", + "romaji": "kakinaose" + }, + "かき直そ": { + "w_type": "godan verb stem", + "romaji": "kakinaoso" + }, + "かき直した": { + "w_type": "conjugated godan verb", + "romaji": "kakinaoshita" + }, + "かき直して": { + "w_type": "conjugated godan verb", + "romaji": "kakinaoshite" + }, + "詠わ": { + "w_type": "godan verb stem", + "romaji": "utawa" + }, + "詠い": { + "w_type": "godan verb stem", + "romaji": "utai" + }, + "詠え": { + "w_type": "conjugated godan verb", + "romaji": "utae" + }, + "詠お": { + "w_type": "godan verb stem", + "romaji": "utao" + }, + "詠った": { + "w_type": "conjugated godan verb", + "romaji": "utatta" + }, + "詠って": { + "w_type": "conjugated godan verb", + "romaji": "utatte" + }, + "吐き出さ": { + "w_type": "godan verb stem", + "romaji": "hakidasa" + }, + "吐き出し": { + "w_type": "godan verb stem", + "romaji": "hakidashi" + }, + "吐き出せ": { + "w_type": "conjugated godan verb", + "romaji": "hakidase" + }, + "吐き出そ": { + "w_type": "godan verb stem", + "romaji": "hakidaso" + }, + "吐き出した": { + "w_type": "conjugated godan verb", + "romaji": "hakidashita" + }, + "吐き出して": { + "w_type": "conjugated godan verb", + "romaji": "hakidashite" + }, + "好い子ぶら": { + "w_type": "godan verb stem", + "romaji": "iikobura" + }, + "好い子ぶり": { + "w_type": "godan verb stem", + "romaji": "iikoburi" + }, + "好い子ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "iikobure" + }, + "好い子ぶろ": { + "w_type": "godan verb stem", + "romaji": "iikoburo" + }, + "好い子ぶった": { + "w_type": "conjugated godan verb", + "romaji": "iikobutta" + }, + "好い子ぶって": { + "w_type": "conjugated godan verb", + "romaji": "iikobutte" + }, + "嘆き悲しま": { + "w_type": "godan verb stem", + "romaji": "nagekikanashima" + }, + "嘆き悲しみ": { + "w_type": "godan verb stem", + "romaji": "nagekikanashimi" + }, + "嘆き悲しめ": { + "w_type": "conjugated godan verb", + "romaji": "nagekikanashime" + }, + "嘆き悲しも": { + "w_type": "godan verb stem", + "romaji": "nagekikanashimo" + }, + "嘆き悲しんだ": { + "w_type": "conjugated godan verb", + "romaji": "nagekikanashinda" + }, + "嘆き悲しんで": { + "w_type": "conjugated godan verb", + "romaji": "nagekikanashinde" + }, + "襲わ": { + "w_type": "godan verb stem", + "romaji": "osowa" + }, + "襲い": { + "w_type": "godan verb stem", + "romaji": "osoi" + }, + "襲え": { + "w_type": "conjugated godan verb", + "romaji": "osoe" + }, + "襲お": { + "w_type": "godan verb stem", + "romaji": "osoo" + }, + "襲った": { + "w_type": "conjugated godan verb", + "romaji": "osotta" + }, + "襲って": { + "w_type": "conjugated godan verb", + "romaji": "osotte" + }, + "遊び歩か": { + "w_type": "godan verb stem", + "romaji": "asobiaruka" + }, + "遊び歩き": { + "w_type": "godan verb stem", + "romaji": "asobiaruki" + }, + "遊び歩け": { + "w_type": "conjugated godan verb", + "romaji": "asobiaruke" + }, + "遊び歩こ": { + "w_type": "godan verb stem", + "romaji": "asobiaruko" + }, + "遊び歩いた": { + "w_type": "conjugated godan verb", + "romaji": "asobiaruita" + }, + "遊び歩いて": { + "w_type": "conjugated godan verb", + "romaji": "asobiaruite" + }, + "吊さ": { + "w_type": "godan verb stem", + "romaji": "tsurusa" + }, + "吊し": { + "w_type": "godan verb stem", + "romaji": "tsurushi" + }, + "吊せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuruse" + }, + "吊そ": { + "w_type": "godan verb stem", + "romaji": "tsuruso" + }, + "吊した": { + "w_type": "conjugated godan verb", + "romaji": "tsurushita" + }, + "吊して": { + "w_type": "conjugated godan verb", + "romaji": "tsurushite" + }, + "継ぎ足さ": { + "w_type": "godan verb stem", + "romaji": "tsugitasa" + }, + "継ぎ足し": { + "w_type": "godan verb stem", + "romaji": "tsugitashi" + }, + "継ぎ足せ": { + "w_type": "conjugated godan verb", + "romaji": "tsugitase" + }, + "継ぎ足そ": { + "w_type": "godan verb stem", + "romaji": "tsugitaso" + }, + "継ぎ足した": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashita" + }, + "継ぎ足して": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashite" + }, + "休らわ": { + "w_type": "godan verb stem", + "romaji": "yasurawa" + }, + "休らい": { + "w_type": "godan verb stem", + "romaji": "yasurai" + }, + "休らえ": { + "w_type": "conjugated godan verb", + "romaji": "yasurae" + }, + "休らお": { + "w_type": "godan verb stem", + "romaji": "yasurao" + }, + "休らった": { + "w_type": "conjugated godan verb", + "romaji": "yasuratta" + }, + "休らって": { + "w_type": "conjugated godan verb", + "romaji": "yasuratte" + }, + "縊り殺さ": { + "w_type": "godan verb stem", + "romaji": "kubirikorosa" + }, + "縊り殺し": { + "w_type": "godan verb stem", + "romaji": "kubirikoroshi" + }, + "縊り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kubirikorose" + }, + "縊り殺そ": { + "w_type": "godan verb stem", + "romaji": "kubirikoroso" + }, + "縊り殺した": { + "w_type": "conjugated godan verb", + "romaji": "kubirikoroshita" + }, + "縊り殺して": { + "w_type": "conjugated godan verb", + "romaji": "kubirikoroshite" + }, + "引っ浚わ": { + "w_type": "godan verb stem", + "romaji": "hissarawa" + }, + "引っ浚い": { + "w_type": "godan verb stem", + "romaji": "hissarai" + }, + "引っ浚え": { + "w_type": "conjugated godan verb", + "romaji": "hissarae" + }, + "引っ浚お": { + "w_type": "godan verb stem", + "romaji": "hissarao" + }, + "引っ浚った": { + "w_type": "conjugated godan verb", + "romaji": "hissaratta" + }, + "引っ浚って": { + "w_type": "conjugated godan verb", + "romaji": "hissaratte" + }, + "突き倒さ": { + "w_type": "godan verb stem", + "romaji": "tsukitaosa" + }, + "突き倒し": { + "w_type": "godan verb stem", + "romaji": "tsukitaoshi" + }, + "突き倒せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukitaose" + }, + "突き倒そ": { + "w_type": "godan verb stem", + "romaji": "tsukitaoso" + }, + "突き倒した": { + "w_type": "conjugated godan verb", + "romaji": "tsukitaoshita" + }, + "突き倒して": { + "w_type": "conjugated godan verb", + "romaji": "tsukitaoshite" + }, + "証さ": { + "w_type": "godan verb stem", + "romaji": "akasa" + }, + "証し": { + "w_type": "godan verb stem", + "romaji": "akashi" + }, + "証せ": { + "w_type": "conjugated godan verb", + "romaji": "akase" + }, + "証そ": { + "w_type": "godan verb stem", + "romaji": "akaso" + }, + "証した": { + "w_type": "conjugated godan verb", + "romaji": "akashita" + }, + "証して": { + "w_type": "conjugated godan verb", + "romaji": "akashite" + }, + "赤がから": { + "w_type": "godan verb stem", + "romaji": "akagakara" + }, + "赤がかり": { + "w_type": "godan verb stem", + "romaji": "akagakari" + }, + "赤がかれ": { + "w_type": "conjugated godan verb", + "romaji": "akagakare" + }, + "赤がかろ": { + "w_type": "godan verb stem", + "romaji": "akagakaro" + }, + "赤がかった": { + "w_type": "conjugated godan verb", + "romaji": "akagakatta" + }, + "赤がかって": { + "w_type": "conjugated godan verb", + "romaji": "akagakatte" + }, + "吊り出さ": { + "w_type": "godan verb stem", + "romaji": "tsuridasa" + }, + "吊り出し": { + "w_type": "godan verb stem", + "romaji": "tsuridashi" + }, + "吊り出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuridase" + }, + "吊り出そ": { + "w_type": "godan verb stem", + "romaji": "tsuridaso" + }, + "吊り出した": { + "w_type": "conjugated godan verb", + "romaji": "tsuridashita" + }, + "吊り出して": { + "w_type": "conjugated godan verb", + "romaji": "tsuridashite" + }, + "食らいつか": { + "w_type": "godan verb stem", + "romaji": "kuraitsuka" + }, + "食らいつき": { + "w_type": "godan verb stem", + "romaji": "kuraitsuki" + }, + "食らいつけ": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuke" + }, + "食らいつこ": { + "w_type": "godan verb stem", + "romaji": "kuraitsuko" + }, + "食らいついた": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuita" + }, + "食らいついて": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuite" + }, + "寝付か": { + "w_type": "godan verb stem", + "romaji": "netsuka" + }, + "寝付き": { + "w_type": "godan verb stem", + "romaji": "netsuki" + }, + "寝付け": { + "w_type": "conjugated godan verb", + "romaji": "netsuke" + }, + "寝付こ": { + "w_type": "godan verb stem", + "romaji": "netsuko" + }, + "寝付いた": { + "w_type": "conjugated godan verb", + "romaji": "netsuita" + }, + "寝付いて": { + "w_type": "conjugated godan verb", + "romaji": "netsuite" + }, + "脹らさ": { + "w_type": "godan verb stem", + "romaji": "fukurasa" + }, + "脹らし": { + "w_type": "godan verb stem", + "romaji": "fukurashi" + }, + "脹らせ": { + "w_type": "conjugated godan verb", + "romaji": "fukurase" + }, + "脹らそ": { + "w_type": "godan verb stem", + "romaji": "fukuraso" + }, + "脹らした": { + "w_type": "conjugated godan verb", + "romaji": "fukurashita" + }, + "脹らして": { + "w_type": "conjugated godan verb", + "romaji": "fukurashite" + }, + "食ってかから": { + "w_type": "godan verb stem", + "romaji": "kuttekakara" + }, + "食ってかかり": { + "w_type": "godan verb stem", + "romaji": "kuttekakari" + }, + "食ってかかれ": { + "w_type": "conjugated godan verb", + "romaji": "kuttekakare" + }, + "食ってかかろ": { + "w_type": "godan verb stem", + "romaji": "kuttekakaro" + }, + "食ってかかった": { + "w_type": "conjugated godan verb", + "romaji": "kuttekakatta" + }, + "食ってかかって": { + "w_type": "conjugated godan verb", + "romaji": "kuttekakatte" + }, + "縮み上がら": { + "w_type": "godan verb stem", + "romaji": "chijimiagara" + }, + "縮み上がり": { + "w_type": "godan verb stem", + "romaji": "chijimiagari" + }, + "縮み上がれ": { + "w_type": "conjugated godan verb", + "romaji": "chijimiagare" + }, + "縮み上がろ": { + "w_type": "godan verb stem", + "romaji": "chijimiagaro" + }, + "縮み上がった": { + "w_type": "conjugated godan verb", + "romaji": "chijimiagatta" + }, + "縮み上がって": { + "w_type": "conjugated godan verb", + "romaji": "chijimiagatte" + }, + "耐え忍ば": { + "w_type": "godan verb stem", + "romaji": "taeshinoba" + }, + "耐え忍び": { + "w_type": "godan verb stem", + "romaji": "taeshinobi" + }, + "耐え忍べ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinobe" + }, + "耐え忍ぼ": { + "w_type": "godan verb stem", + "romaji": "taeshinobo" + }, + "耐え忍んだ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonda" + }, + "耐え忍んで": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonde" + }, + "摸さ": { + "w_type": "godan verb stem", + "romaji": "mosa" + }, + "摸し": { + "w_type": "godan verb stem", + "romaji": "moshi" + }, + "摸せ": { + "w_type": "conjugated godan verb", + "romaji": "mose" + }, + "摸そ": { + "w_type": "godan verb stem", + "romaji": "moso" + }, + "摸した": { + "w_type": "conjugated godan verb", + "romaji": "moshita" + }, + "摸して": { + "w_type": "conjugated godan verb", + "romaji": "moshite" + }, + "狂わ": { + "w_type": "godan verb stem", + "romaji": "kuruwa" + }, + "狂い": { + "w_type": "godan verb stem", + "romaji": "kurui" + }, + "狂え": { + "w_type": "conjugated godan verb", + "romaji": "kurue" + }, + "狂お": { + "w_type": "godan verb stem", + "romaji": "kuruo" + }, + "狂った": { + "w_type": "conjugated godan verb", + "romaji": "kurutta" + }, + "狂って": { + "w_type": "conjugated godan verb", + "romaji": "kurutte" + }, + "言い渋ら": { + "w_type": "godan verb stem", + "romaji": "iishibura" + }, + "言い渋り": { + "w_type": "godan verb stem", + "romaji": "iishiburi" + }, + "言い渋れ": { + "w_type": "conjugated godan verb", + "romaji": "iishibure" + }, + "言い渋ろ": { + "w_type": "godan verb stem", + "romaji": "iishiburo" + }, + "言い渋った": { + "w_type": "conjugated godan verb", + "romaji": "iishibutta" + }, + "言い渋って": { + "w_type": "conjugated godan verb", + "romaji": "iishibutte" + }, + "心ゆか": { + "w_type": "godan verb stem", + "romaji": "kokoroyuka" + }, + "心ゆき": { + "w_type": "godan verb stem", + "romaji": "kokoroyuki" + }, + "心ゆけ": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyuke" + }, + "心ゆこ": { + "w_type": "godan verb stem", + "romaji": "kokoroyuko" + }, + "心ゆいた": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyuita" + }, + "心ゆいて": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyuite" + }, + "打込ま": { + "w_type": "godan verb stem", + "romaji": "uchikoma" + }, + "打込み": { + "w_type": "godan verb stem", + "romaji": "uchikomi" + }, + "打込め": { + "w_type": "conjugated godan verb", + "romaji": "uchikome" + }, + "打込も": { + "w_type": "godan verb stem", + "romaji": "uchikomo" + }, + "打込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uchikonda" + }, + "打込んで": { + "w_type": "conjugated godan verb", + "romaji": "uchikonde" + }, + "駆巡ら": { + "w_type": "godan verb stem", + "romaji": "kakemegura" + }, + "駆巡り": { + "w_type": "godan verb stem", + "romaji": "kakemeguri" + }, + "駆巡れ": { + "w_type": "conjugated godan verb", + "romaji": "kakemegure" + }, + "駆巡ろ": { + "w_type": "godan verb stem", + "romaji": "kakemeguro" + }, + "駆巡った": { + "w_type": "conjugated godan verb", + "romaji": "kakemegutta" + }, + "駆巡って": { + "w_type": "conjugated godan verb", + "romaji": "kakemegutte" + }, + "持た": { + "w_type": "godan verb stem", + "romaji": "mota" + }, + "持ち": { + "w_type": "godan verb stem", + "romaji": "mochi" + }, + "持て": { + "w_type": "conjugated godan verb", + "romaji": "mote" + }, + "持と": { + "w_type": "godan verb stem", + "romaji": "moto" + }, + "持った": { + "w_type": "conjugated godan verb", + "romaji": "motta" + }, + "持って": { + "w_type": "conjugated godan verb", + "romaji": "motte" + }, + "思い悩ま": { + "w_type": "godan verb stem", + "romaji": "omoinayama" + }, + "思い悩み": { + "w_type": "godan verb stem", + "romaji": "omoinayami" + }, + "思い悩め": { + "w_type": "conjugated godan verb", + "romaji": "omoinayame" + }, + "思い悩も": { + "w_type": "godan verb stem", + "romaji": "omoinayamo" + }, + "思い悩んだ": { + "w_type": "conjugated godan verb", + "romaji": "omoinayanda" + }, + "思い悩んで": { + "w_type": "conjugated godan verb", + "romaji": "omoinayande" + }, + "過た": { + "w_type": "godan verb stem", + "romaji": "ayamata" + }, + "過ち": { + "w_type": "godan verb stem", + "romaji": "ayamachi" + }, + "過て": { + "w_type": "conjugated godan verb", + "romaji": "ayamate" + }, + "過と": { + "w_type": "godan verb stem", + "romaji": "ayamato" + }, + "過った": { + "w_type": "conjugated godan verb", + "romaji": "ayamatta" + }, + "過って": { + "w_type": "conjugated godan verb", + "romaji": "ayamatte" + }, + "耐え抜か": { + "w_type": "godan verb stem", + "romaji": "taenuka" + }, + "耐え抜き": { + "w_type": "godan verb stem", + "romaji": "taenuki" + }, + "耐え抜け": { + "w_type": "conjugated godan verb", + "romaji": "taenuke" + }, + "耐え抜こ": { + "w_type": "godan verb stem", + "romaji": "taenuko" + }, + "耐え抜いた": { + "w_type": "conjugated godan verb", + "romaji": "taenuita" + }, + "耐え抜いて": { + "w_type": "conjugated godan verb", + "romaji": "taenuite" + }, + "霾ら": { + "w_type": "godan verb stem", + "romaji": "tsuchifura" + }, + "霾り": { + "w_type": "godan verb stem", + "romaji": "tsuchifuri" + }, + "霾れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuchifure" + }, + "霾ろ": { + "w_type": "godan verb stem", + "romaji": "tsuchifuro" + }, + "霾った": { + "w_type": "conjugated godan verb", + "romaji": "tsuchifutta" + }, + "霾って": { + "w_type": "conjugated godan verb", + "romaji": "tsuchifutte" + }, + "撲ら": { + "w_type": "godan verb stem", + "romaji": "nagura" + }, + "撲り": { + "w_type": "godan verb stem", + "romaji": "naguri" + }, + "撲れ": { + "w_type": "conjugated godan verb", + "romaji": "nagure" + }, + "撲ろ": { + "w_type": "godan verb stem", + "romaji": "naguro" + }, + "撲った": { + "w_type": "conjugated godan verb", + "romaji": "nagutta" + }, + "撲って": { + "w_type": "conjugated godan verb", + "romaji": "nagutte" + }, + "押し迫ら": { + "w_type": "godan verb stem", + "romaji": "oshisemara" + }, + "押し迫り": { + "w_type": "godan verb stem", + "romaji": "oshisemari" + }, + "押し迫れ": { + "w_type": "conjugated godan verb", + "romaji": "oshisemare" + }, + "押し迫ろ": { + "w_type": "godan verb stem", + "romaji": "oshisemaro" + }, + "押し迫った": { + "w_type": "conjugated godan verb", + "romaji": "oshisematta" + }, + "押し迫って": { + "w_type": "conjugated godan verb", + "romaji": "oshisematte" + }, + "こそげ取ら": { + "w_type": "godan verb stem", + "romaji": "kosogetora" + }, + "こそげ取り": { + "w_type": "godan verb stem", + "romaji": "kosogetori" + }, + "こそげ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kosogetore" + }, + "こそげ取ろ": { + "w_type": "godan verb stem", + "romaji": "kosogetoro" + }, + "こそげ取った": { + "w_type": "conjugated godan verb", + "romaji": "kosogetotta" + }, + "こそげ取って": { + "w_type": "conjugated godan verb", + "romaji": "kosogetotte" + }, + "かち割ら": { + "w_type": "godan verb stem", + "romaji": "kachiwara" + }, + "かち割り": { + "w_type": "godan verb stem", + "romaji": "kachiwari" + }, + "かち割れ": { + "w_type": "conjugated godan verb", + "romaji": "kachiware" + }, + "かち割ろ": { + "w_type": "godan verb stem", + "romaji": "kachiwaro" + }, + "かち割った": { + "w_type": "conjugated godan verb", + "romaji": "kachiwatta" + }, + "かち割って": { + "w_type": "conjugated godan verb", + "romaji": "kachiwatte" + }, + "過さ": { + "w_type": "godan verb stem", + "romaji": "sugosa" + }, + "過し": { + "w_type": "godan verb stem", + "romaji": "sugoshi" + }, + "過せ": { + "w_type": "conjugated godan verb", + "romaji": "sugose" + }, + "過そ": { + "w_type": "godan verb stem", + "romaji": "sugoso" + }, + "過した": { + "w_type": "conjugated godan verb", + "romaji": "sugoshita" + }, + "過して": { + "w_type": "conjugated godan verb", + "romaji": "sugoshite" + }, + "擂りつぶさ": { + "w_type": "godan verb stem", + "romaji": "suritsubusa" + }, + "擂りつぶし": { + "w_type": "godan verb stem", + "romaji": "suritsubushi" + }, + "擂りつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "suritsubuse" + }, + "擂りつぶそ": { + "w_type": "godan verb stem", + "romaji": "suritsubuso" + }, + "擂りつぶした": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushita" + }, + "擂りつぶして": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushite" + }, + "水際だた": { + "w_type": "godan verb stem", + "romaji": "mizugiwadata" + }, + "水際だち": { + "w_type": "godan verb stem", + "romaji": "mizugiwadachi" + }, + "水際だて": { + "w_type": "conjugated godan verb", + "romaji": "mizugiwadate" + }, + "水際だと": { + "w_type": "godan verb stem", + "romaji": "mizugiwadato" + }, + "水際だった": { + "w_type": "conjugated godan verb", + "romaji": "mizugiwadatta" + }, + "水際だって": { + "w_type": "conjugated godan verb", + "romaji": "mizugiwadatte" + }, + "睡らさ": { + "w_type": "godan verb stem", + "romaji": "nemurasa" + }, + "睡らし": { + "w_type": "godan verb stem", + "romaji": "nemurashi" + }, + "睡らせ": { + "w_type": "conjugated godan verb", + "romaji": "nemurase" + }, + "睡らそ": { + "w_type": "godan verb stem", + "romaji": "nemuraso" + }, + "睡らした": { + "w_type": "conjugated godan verb", + "romaji": "nemurashita" + }, + "睡らして": { + "w_type": "conjugated godan verb", + "romaji": "nemurashite" + }, + "ひっくり返ら": { + "w_type": "godan verb stem", + "romaji": "hikkurikaera" + }, + "ひっくり返り": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeri" + }, + "ひっくり返れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaere" + }, + "ひっくり返ろ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaero" + }, + "ひっくり返った": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaetta" + }, + "ひっくり返って": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaette" + }, + "食い繋が": { + "w_type": "godan verb stem", + "romaji": "kuitsunaga" + }, + "食い繋ぎ": { + "w_type": "godan verb stem", + "romaji": "kuitsunagi" + }, + "食い繋げ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsunage" + }, + "食い繋ご": { + "w_type": "godan verb stem", + "romaji": "kuitsunago" + }, + "食い繋いだ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsunaida" + }, + "食い繋いで": { + "w_type": "conjugated godan verb", + "romaji": "kuitsunaide" + }, + "ひっくり返さ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaesa" + }, + "ひっくり返し": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeshi" + }, + "ひっくり返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaese" + }, + "ひっくり返そ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeso" + }, + "ひっくり返した": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshita" + }, + "ひっくり返して": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshite" + }, + "振り絞ら": { + "w_type": "godan verb stem", + "romaji": "furishibora" + }, + "振り絞り": { + "w_type": "godan verb stem", + "romaji": "furishibori" + }, + "振り絞れ": { + "w_type": "conjugated godan verb", + "romaji": "furishibore" + }, + "振り絞ろ": { + "w_type": "godan verb stem", + "romaji": "furishiboro" + }, + "振り絞った": { + "w_type": "conjugated godan verb", + "romaji": "furishibotta" + }, + "振り絞って": { + "w_type": "conjugated godan verb", + "romaji": "furishibotte" + }, + "顔を曇らさ": { + "w_type": "godan verb stem", + "romaji": "kao wo kumorasa" + }, + "顔を曇らし": { + "w_type": "godan verb stem", + "romaji": "kao wo kumorashi" + }, + "顔を曇らせ": { + "w_type": "conjugated godan verb", + "romaji": "kao wo kumorase" + }, + "顔を曇らそ": { + "w_type": "godan verb stem", + "romaji": "kao wo kumoraso" + }, + "顔を曇らした": { + "w_type": "conjugated godan verb", + "romaji": "kao wo kumorashita" + }, + "顔を曇らして": { + "w_type": "conjugated godan verb", + "romaji": "kao wo kumorashite" + }, + "叩きのめさ": { + "w_type": "godan verb stem", + "romaji": "tatakinomesa" + }, + "叩きのめし": { + "w_type": "godan verb stem", + "romaji": "tatakinomeshi" + }, + "叩きのめせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakinomese" + }, + "叩きのめそ": { + "w_type": "godan verb stem", + "romaji": "tatakinomeso" + }, + "叩きのめした": { + "w_type": "conjugated godan verb", + "romaji": "tatakinomeshita" + }, + "叩きのめして": { + "w_type": "conjugated godan verb", + "romaji": "tatakinomeshite" + }, + "結び付か": { + "w_type": "godan verb stem", + "romaji": "musubitsuka" + }, + "結び付き": { + "w_type": "godan verb stem", + "romaji": "musubitsuki" + }, + "結び付け": { + "w_type": "conjugated godan verb", + "romaji": "musubitsuke" + }, + "結び付こ": { + "w_type": "godan verb stem", + "romaji": "musubitsuko" + }, + "結び付いた": { + "w_type": "conjugated godan verb", + "romaji": "musubitsuita" + }, + "結び付いて": { + "w_type": "conjugated godan verb", + "romaji": "musubitsuite" + }, + "相成ら": { + "w_type": "godan verb stem", + "romaji": "ainara" + }, + "相成り": { + "w_type": "godan verb stem", + "romaji": "ainari" + }, + "相成れ": { + "w_type": "conjugated godan verb", + "romaji": "ainare" + }, + "相成ろ": { + "w_type": "godan verb stem", + "romaji": "ainaro" + }, + "相成った": { + "w_type": "conjugated godan verb", + "romaji": "ainatta" + }, + "相成って": { + "w_type": "conjugated godan verb", + "romaji": "ainatte" + }, + "燿か": { + "w_type": "godan verb stem", + "romaji": "kagayaka" + }, + "燿き": { + "w_type": "godan verb stem", + "romaji": "kagayaki" + }, + "燿け": { + "w_type": "conjugated godan verb", + "romaji": "kagayake" + }, + "燿こ": { + "w_type": "godan verb stem", + "romaji": "kagayako" + }, + "燿いた": { + "w_type": "conjugated godan verb", + "romaji": "kagayaita" + }, + "燿いて": { + "w_type": "conjugated godan verb", + "romaji": "kagayaite" + }, + "淋しがら": { + "w_type": "godan verb stem", + "romaji": "sabishigara" + }, + "淋しがり": { + "w_type": "godan verb stem", + "romaji": "sabishigari" + }, + "淋しがれ": { + "w_type": "conjugated godan verb", + "romaji": "sabishigare" + }, + "淋しがろ": { + "w_type": "godan verb stem", + "romaji": "sabishigaro" + }, + "淋しがった": { + "w_type": "conjugated godan verb", + "romaji": "sabishigatta" + }, + "淋しがって": { + "w_type": "conjugated godan verb", + "romaji": "sabishigatte" + }, + "暈さ": { + "w_type": "godan verb stem", + "romaji": "bokasa" + }, + "暈し": { + "w_type": "godan verb stem", + "romaji": "bokashi" + }, + "暈せ": { + "w_type": "conjugated godan verb", + "romaji": "bokase" + }, + "暈そ": { + "w_type": "godan verb stem", + "romaji": "bokaso" + }, + "暈した": { + "w_type": "conjugated godan verb", + "romaji": "bokashita" + }, + "暈して": { + "w_type": "conjugated godan verb", + "romaji": "bokashite" + }, + "閲さ": { + "w_type": "godan verb stem", + "romaji": "essa" + }, + "閲し": { + "w_type": "godan verb stem", + "romaji": "esshi" + }, + "閲せ": { + "w_type": "conjugated godan verb", + "romaji": "esse" + }, + "閲そ": { + "w_type": "godan verb stem", + "romaji": "esso" + }, + "閲した": { + "w_type": "conjugated godan verb", + "romaji": "esshita" + }, + "閲して": { + "w_type": "conjugated godan verb", + "romaji": "esshite" + }, + "棲ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "棲み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "棲め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "棲も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "棲んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "棲んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "慎ま": { + "w_type": "godan verb stem", + "romaji": "tsutsushima" + }, + "慎み": { + "w_type": "godan verb stem", + "romaji": "tsutsushimi" + }, + "慎め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushime" + }, + "慎も": { + "w_type": "godan verb stem", + "romaji": "tsutsushimo" + }, + "慎んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushinda" + }, + "慎んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushinde" + }, + "殴り込ま": { + "w_type": "godan verb stem", + "romaji": "nagurikoma" + }, + "殴り込み": { + "w_type": "godan verb stem", + "romaji": "nagurikomi" + }, + "殴り込め": { + "w_type": "conjugated godan verb", + "romaji": "nagurikome" + }, + "殴り込も": { + "w_type": "godan verb stem", + "romaji": "nagurikomo" + }, + "殴り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagurikonda" + }, + "殴り込んで": { + "w_type": "conjugated godan verb", + "romaji": "nagurikonde" + }, + "甘え掛から": { + "w_type": "godan verb stem", + "romaji": "amaekakara" + }, + "甘え掛かり": { + "w_type": "godan verb stem", + "romaji": "amaekakari" + }, + "甘え掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "amaekakare" + }, + "甘え掛かろ": { + "w_type": "godan verb stem", + "romaji": "amaekakaro" + }, + "甘え掛かった": { + "w_type": "conjugated godan verb", + "romaji": "amaekakatta" + }, + "甘え掛かって": { + "w_type": "conjugated godan verb", + "romaji": "amaekakatte" + }, + "勾かさ": { + "w_type": "godan verb stem", + "romaji": "kadowakasa" + }, + "勾かし": { + "w_type": "godan verb stem", + "romaji": "kadowakashi" + }, + "勾かせ": { + "w_type": "conjugated godan verb", + "romaji": "kadowakase" + }, + "勾かそ": { + "w_type": "godan verb stem", + "romaji": "kadowakaso" + }, + "勾かした": { + "w_type": "conjugated godan verb", + "romaji": "kadowakashita" + }, + "勾かして": { + "w_type": "conjugated godan verb", + "romaji": "kadowakashite" + }, + "湧き立た": { + "w_type": "godan verb stem", + "romaji": "wakitata" + }, + "湧き立ち": { + "w_type": "godan verb stem", + "romaji": "wakitachi" + }, + "湧き立て": { + "w_type": "conjugated godan verb", + "romaji": "wakitate" + }, + "湧き立と": { + "w_type": "godan verb stem", + "romaji": "wakitato" + }, + "湧き立った": { + "w_type": "conjugated godan verb", + "romaji": "wakitatta" + }, + "湧き立って": { + "w_type": "conjugated godan verb", + "romaji": "wakitatte" + }, + "倒れ込ま": { + "w_type": "godan verb stem", + "romaji": "taorekoma" + }, + "倒れ込み": { + "w_type": "godan verb stem", + "romaji": "taorekomi" + }, + "倒れ込め": { + "w_type": "conjugated godan verb", + "romaji": "taorekome" + }, + "倒れ込も": { + "w_type": "godan verb stem", + "romaji": "taorekomo" + }, + "倒れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "taorekonda" + }, + "倒れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "taorekonde" + }, + "片さ": { + "w_type": "godan verb stem", + "romaji": "katasa" + }, + "片し": { + "w_type": "godan verb stem", + "romaji": "katashi" + }, + "片せ": { + "w_type": "conjugated godan verb", + "romaji": "katase" + }, + "片そ": { + "w_type": "godan verb stem", + "romaji": "kataso" + }, + "片した": { + "w_type": "conjugated godan verb", + "romaji": "katashita" + }, + "片して": { + "w_type": "conjugated godan verb", + "romaji": "katashite" + }, + "駆け上がら": { + "w_type": "godan verb stem", + "romaji": "kakeagara" + }, + "駆け上がり": { + "w_type": "godan verb stem", + "romaji": "kakeagari" + }, + "駆け上がれ": { + "w_type": "conjugated godan verb", + "romaji": "kakeagare" + }, + "駆け上がろ": { + "w_type": "godan verb stem", + "romaji": "kakeagaro" + }, + "駆け上がった": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatta" + }, + "駆け上がって": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatte" + }, + "憑か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "憑き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "憑け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "憑こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "憑いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "憑いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "言漏らさ": { + "w_type": "godan verb stem", + "romaji": "iimorasa" + }, + "言漏らし": { + "w_type": "godan verb stem", + "romaji": "iimorashi" + }, + "言漏らせ": { + "w_type": "conjugated godan verb", + "romaji": "iimorase" + }, + "言漏らそ": { + "w_type": "godan verb stem", + "romaji": "iimoraso" + }, + "言漏らした": { + "w_type": "conjugated godan verb", + "romaji": "iimorashita" + }, + "言漏らして": { + "w_type": "conjugated godan verb", + "romaji": "iimorashite" + }, + "頬笑ま": { + "w_type": "godan verb stem", + "romaji": "hohoema" + }, + "頬笑み": { + "w_type": "godan verb stem", + "romaji": "hohoemi" + }, + "頬笑め": { + "w_type": "conjugated godan verb", + "romaji": "hohoeme" + }, + "頬笑も": { + "w_type": "godan verb stem", + "romaji": "hohoemo" + }, + "頬笑んだ": { + "w_type": "conjugated godan verb", + "romaji": "hohoenda" + }, + "頬笑んで": { + "w_type": "conjugated godan verb", + "romaji": "hohoende" + }, + "靡か": { + "w_type": "godan verb stem", + "romaji": "nabika" + }, + "靡き": { + "w_type": "godan verb stem", + "romaji": "nabiki" + }, + "靡け": { + "w_type": "conjugated godan verb", + "romaji": "nabike" + }, + "靡こ": { + "w_type": "godan verb stem", + "romaji": "nabiko" + }, + "靡いた": { + "w_type": "conjugated godan verb", + "romaji": "nabiita" + }, + "靡いて": { + "w_type": "conjugated godan verb", + "romaji": "nabiite" + }, + "事欠か": { + "w_type": "godan verb stem", + "romaji": "kotokaka" + }, + "事欠き": { + "w_type": "godan verb stem", + "romaji": "kotokaki" + }, + "事欠け": { + "w_type": "conjugated godan verb", + "romaji": "kotokake" + }, + "事欠こ": { + "w_type": "godan verb stem", + "romaji": "kotokako" + }, + "事欠いた": { + "w_type": "conjugated godan verb", + "romaji": "kotokaita" + }, + "事欠いて": { + "w_type": "conjugated godan verb", + "romaji": "kotokaite" + }, + "憑ま": { + "w_type": "godan verb stem", + "romaji": "tanoma" + }, + "憑み": { + "w_type": "godan verb stem", + "romaji": "tanomi" + }, + "憑め": { + "w_type": "conjugated godan verb", + "romaji": "tanome" + }, + "憑も": { + "w_type": "godan verb stem", + "romaji": "tanomo" + }, + "憑んだ": { + "w_type": "conjugated godan verb", + "romaji": "tanonda" + }, + "憑んで": { + "w_type": "conjugated godan verb", + "romaji": "tanonde" + }, + "ほほえみ返さ": { + "w_type": "godan verb stem", + "romaji": "hohoemikaesa" + }, + "ほほえみ返し": { + "w_type": "godan verb stem", + "romaji": "hohoemikaeshi" + }, + "ほほえみ返せ": { + "w_type": "conjugated godan verb", + "romaji": "hohoemikaese" + }, + "ほほえみ返そ": { + "w_type": "godan verb stem", + "romaji": "hohoemikaeso" + }, + "ほほえみ返した": { + "w_type": "conjugated godan verb", + "romaji": "hohoemikaeshita" + }, + "ほほえみ返して": { + "w_type": "conjugated godan verb", + "romaji": "hohoemikaeshite" + }, + "角ばら": { + "w_type": "godan verb stem", + "romaji": "kakubara" + }, + "角ばり": { + "w_type": "godan verb stem", + "romaji": "kakubari" + }, + "角ばれ": { + "w_type": "conjugated godan verb", + "romaji": "kakubare" + }, + "角ばろ": { + "w_type": "godan verb stem", + "romaji": "kakubaro" + }, + "角ばった": { + "w_type": "conjugated godan verb", + "romaji": "kakubatta" + }, + "角ばって": { + "w_type": "conjugated godan verb", + "romaji": "kakubatte" + }, + "問い質さ": { + "w_type": "godan verb stem", + "romaji": "toitadasa" + }, + "問い質し": { + "w_type": "godan verb stem", + "romaji": "toitadashi" + }, + "問い質せ": { + "w_type": "conjugated godan verb", + "romaji": "toitadase" + }, + "問い質そ": { + "w_type": "godan verb stem", + "romaji": "toitadaso" + }, + "問い質した": { + "w_type": "conjugated godan verb", + "romaji": "toitadashita" + }, + "問い質して": { + "w_type": "conjugated godan verb", + "romaji": "toitadashite" + }, + "炊が": { + "w_type": "godan verb stem", + "romaji": "kashiga" + }, + "炊ぎ": { + "w_type": "godan verb stem", + "romaji": "kashigi" + }, + "炊げ": { + "w_type": "conjugated godan verb", + "romaji": "kashige" + }, + "炊ご": { + "w_type": "godan verb stem", + "romaji": "kashigo" + }, + "炊いだ": { + "w_type": "conjugated godan verb", + "romaji": "kashiida" + }, + "炊いで": { + "w_type": "conjugated godan verb", + "romaji": "kashiide" + }, + "聴さ": { + "w_type": "godan verb stem", + "romaji": "yurusa" + }, + "聴し": { + "w_type": "godan verb stem", + "romaji": "yurushi" + }, + "聴せ": { + "w_type": "conjugated godan verb", + "romaji": "yuruse" + }, + "聴そ": { + "w_type": "godan verb stem", + "romaji": "yuruso" + }, + "聴した": { + "w_type": "conjugated godan verb", + "romaji": "yurushita" + }, + "聴して": { + "w_type": "conjugated godan verb", + "romaji": "yurushite" + }, + "薫か": { + "w_type": "godan verb stem", + "romaji": "taka" + }, + "薫き": { + "w_type": "godan verb stem", + "romaji": "taki" + }, + "薫け": { + "w_type": "conjugated godan verb", + "romaji": "take" + }, + "薫こ": { + "w_type": "godan verb stem", + "romaji": "tako" + }, + "薫いた": { + "w_type": "conjugated godan verb", + "romaji": "taita" + }, + "薫いて": { + "w_type": "conjugated godan verb", + "romaji": "taite" + }, + "搾りこま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "搾りこみ": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "搾りこめ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "搾りこも": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "搾りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "搾りこんで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "呑み歩か": { + "w_type": "godan verb stem", + "romaji": "nomiaruka" + }, + "呑み歩き": { + "w_type": "godan verb stem", + "romaji": "nomiaruki" + }, + "呑み歩け": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruke" + }, + "呑み歩こ": { + "w_type": "godan verb stem", + "romaji": "nomiaruko" + }, + "呑み歩いた": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruita" + }, + "呑み歩いて": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruite" + }, + "捨て置か": { + "w_type": "godan verb stem", + "romaji": "suteoka" + }, + "捨て置き": { + "w_type": "godan verb stem", + "romaji": "suteoki" + }, + "捨て置け": { + "w_type": "conjugated godan verb", + "romaji": "suteoke" + }, + "捨て置こ": { + "w_type": "godan verb stem", + "romaji": "suteoko" + }, + "捨て置いた": { + "w_type": "conjugated godan verb", + "romaji": "suteoita" + }, + "捨て置いて": { + "w_type": "conjugated godan verb", + "romaji": "suteoite" + }, + "覆い尽くさ": { + "w_type": "godan verb stem", + "romaji": "ooitsukusa" + }, + "覆い尽くし": { + "w_type": "godan verb stem", + "romaji": "ooitsukushi" + }, + "覆い尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "ooitsukuse" + }, + "覆い尽くそ": { + "w_type": "godan verb stem", + "romaji": "ooitsukuso" + }, + "覆い尽くした": { + "w_type": "conjugated godan verb", + "romaji": "ooitsukushita" + }, + "覆い尽くして": { + "w_type": "conjugated godan verb", + "romaji": "ooitsukushite" + }, + "薫ら": { + "w_type": "godan verb stem", + "romaji": "kaora" + }, + "薫り": { + "w_type": "godan verb stem", + "romaji": "kaori" + }, + "薫れ": { + "w_type": "conjugated godan verb", + "romaji": "kaore" + }, + "薫ろ": { + "w_type": "godan verb stem", + "romaji": "kaoro" + }, + "薫った": { + "w_type": "conjugated godan verb", + "romaji": "kaotta" + }, + "薫って": { + "w_type": "conjugated godan verb", + "romaji": "kaotte" + }, + "召上がら": { + "w_type": "godan verb stem", + "romaji": "meshiagara" + }, + "召上がり": { + "w_type": "godan verb stem", + "romaji": "meshiagari" + }, + "召上がれ": { + "w_type": "conjugated godan verb", + "romaji": "meshiagare" + }, + "召上がろ": { + "w_type": "godan verb stem", + "romaji": "meshiagaro" + }, + "召上がった": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatta" + }, + "召上がって": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatte" + }, + "興さ": { + "w_type": "godan verb stem", + "romaji": "okosa" + }, + "興し": { + "w_type": "godan verb stem", + "romaji": "okoshi" + }, + "興せ": { + "w_type": "conjugated godan verb", + "romaji": "okose" + }, + "興そ": { + "w_type": "godan verb stem", + "romaji": "okoso" + }, + "興した": { + "w_type": "conjugated godan verb", + "romaji": "okoshita" + }, + "興して": { + "w_type": "conjugated godan verb", + "romaji": "okoshite" + }, + "打って掛から": { + "w_type": "godan verb stem", + "romaji": "uttekakara" + }, + "打って掛かり": { + "w_type": "godan verb stem", + "romaji": "uttekakari" + }, + "打って掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "uttekakare" + }, + "打って掛かろ": { + "w_type": "godan verb stem", + "romaji": "uttekakaro" + }, + "打って掛かった": { + "w_type": "conjugated godan verb", + "romaji": "uttekakatta" + }, + "打って掛かって": { + "w_type": "conjugated godan verb", + "romaji": "uttekakatte" + }, + "燻さ": { + "w_type": "godan verb stem", + "romaji": "ibusa" + }, + "燻し": { + "w_type": "godan verb stem", + "romaji": "ibushi" + }, + "燻せ": { + "w_type": "conjugated godan verb", + "romaji": "ibuse" + }, + "燻そ": { + "w_type": "godan verb stem", + "romaji": "ibuso" + }, + "燻した": { + "w_type": "conjugated godan verb", + "romaji": "ibushita" + }, + "燻して": { + "w_type": "conjugated godan verb", + "romaji": "ibushite" + }, + "掴みかから": { + "w_type": "godan verb stem", + "romaji": "tsukamikakara" + }, + "掴みかかり": { + "w_type": "godan verb stem", + "romaji": "tsukamikakari" + }, + "掴みかかれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamikakare" + }, + "掴みかかろ": { + "w_type": "godan verb stem", + "romaji": "tsukamikakaro" + }, + "掴みかかった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamikakatta" + }, + "掴みかかって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamikakatte" + }, + "燻ら": { + "w_type": "godan verb stem", + "romaji": "kusubura" + }, + "燻り": { + "w_type": "godan verb stem", + "romaji": "kusuburi" + }, + "燻れ": { + "w_type": "conjugated godan verb", + "romaji": "kusubure" + }, + "燻ろ": { + "w_type": "godan verb stem", + "romaji": "kusuburo" + }, + "燻った": { + "w_type": "conjugated godan verb", + "romaji": "kusubutta" + }, + "燻って": { + "w_type": "conjugated godan verb", + "romaji": "kusubutte" + }, + "言古さ": { + "w_type": "godan verb stem", + "romaji": "iifurusa" + }, + "言古し": { + "w_type": "godan verb stem", + "romaji": "iifurushi" + }, + "言古せ": { + "w_type": "conjugated godan verb", + "romaji": "iifuruse" + }, + "言古そ": { + "w_type": "godan verb stem", + "romaji": "iifuruso" + }, + "言古した": { + "w_type": "conjugated godan verb", + "romaji": "iifurushita" + }, + "言古して": { + "w_type": "conjugated godan verb", + "romaji": "iifurushite" + }, + "聞きいただか": { + "w_type": "godan verb stem", + "romaji": "kikiitadaka" + }, + "聞きいただき": { + "w_type": "godan verb stem", + "romaji": "kikiitadaki" + }, + "聞きいただけ": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadake" + }, + "聞きいただこ": { + "w_type": "godan verb stem", + "romaji": "kikiitadako" + }, + "聞きいただいた": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadaita" + }, + "聞きいただいて": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadaite" + }, + "慊ら": { + "w_type": "godan verb stem", + "romaji": "akitara" + }, + "慊り": { + "w_type": "godan verb stem", + "romaji": "akitari" + }, + "慊れ": { + "w_type": "conjugated godan verb", + "romaji": "akitare" + }, + "慊ろ": { + "w_type": "godan verb stem", + "romaji": "akitaro" + }, + "慊った": { + "w_type": "conjugated godan verb", + "romaji": "akitatta" + }, + "慊って": { + "w_type": "conjugated godan verb", + "romaji": "akitatte" + }, + "歌いまくら": { + "w_type": "godan verb stem", + "romaji": "utaimakura" + }, + "歌いまくり": { + "w_type": "godan verb stem", + "romaji": "utaimakuri" + }, + "歌いまくれ": { + "w_type": "conjugated godan verb", + "romaji": "utaimakure" + }, + "歌いまくろ": { + "w_type": "godan verb stem", + "romaji": "utaimakuro" + }, + "歌いまくった": { + "w_type": "conjugated godan verb", + "romaji": "utaimakutta" + }, + "歌いまくって": { + "w_type": "conjugated godan verb", + "romaji": "utaimakutte" + }, + "束ね積ま": { + "w_type": "godan verb stem", + "romaji": "tabanetsuma" + }, + "束ね積み": { + "w_type": "godan verb stem", + "romaji": "tabanetsumi" + }, + "束ね積め": { + "w_type": "conjugated godan verb", + "romaji": "tabanetsume" + }, + "束ね積も": { + "w_type": "godan verb stem", + "romaji": "tabanetsumo" + }, + "束ね積んだ": { + "w_type": "conjugated godan verb", + "romaji": "tabanetsunda" + }, + "束ね積んで": { + "w_type": "conjugated godan verb", + "romaji": "tabanetsunde" + }, + "取りさら": { + "w_type": "godan verb stem", + "romaji": "torisara" + }, + "取りさり": { + "w_type": "godan verb stem", + "romaji": "torisari" + }, + "取りされ": { + "w_type": "conjugated godan verb", + "romaji": "torisare" + }, + "取りさろ": { + "w_type": "godan verb stem", + "romaji": "torisaro" + }, + "取りさった": { + "w_type": "conjugated godan verb", + "romaji": "torisatta" + }, + "取りさって": { + "w_type": "conjugated godan verb", + "romaji": "torisatte" + }, + "拭わ": { + "w_type": "godan verb stem", + "romaji": "nuguwa" + }, + "拭い": { + "w_type": "godan verb stem", + "romaji": "nugui" + }, + "拭え": { + "w_type": "conjugated godan verb", + "romaji": "nugue" + }, + "拭お": { + "w_type": "godan verb stem", + "romaji": "nuguo" + }, + "拭った": { + "w_type": "conjugated godan verb", + "romaji": "nugutta" + }, + "拭って": { + "w_type": "conjugated godan verb", + "romaji": "nugutte" + }, + "載っから": { + "w_type": "godan verb stem", + "romaji": "nokkara" + }, + "載っかり": { + "w_type": "godan verb stem", + "romaji": "nokkari" + }, + "載っかれ": { + "w_type": "conjugated godan verb", + "romaji": "nokkare" + }, + "載っかろ": { + "w_type": "godan verb stem", + "romaji": "nokkaro" + }, + "載っかった": { + "w_type": "conjugated godan verb", + "romaji": "nokkatta" + }, + "載っかって": { + "w_type": "conjugated godan verb", + "romaji": "nokkatte" + }, + "もぐり込ま": { + "w_type": "godan verb stem", + "romaji": "mogurikoma" + }, + "もぐり込み": { + "w_type": "godan verb stem", + "romaji": "mogurikomi" + }, + "もぐり込め": { + "w_type": "conjugated godan verb", + "romaji": "mogurikome" + }, + "もぐり込も": { + "w_type": "godan verb stem", + "romaji": "mogurikomo" + }, + "もぐり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mogurikonda" + }, + "もぐり込んで": { + "w_type": "conjugated godan verb", + "romaji": "mogurikonde" + }, + "突通ら": { + "w_type": "godan verb stem", + "romaji": "tsukitoora" + }, + "突通り": { + "w_type": "godan verb stem", + "romaji": "tsukitoori" + }, + "突通れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukitoore" + }, + "突通ろ": { + "w_type": "godan verb stem", + "romaji": "tsukitooro" + }, + "突通った": { + "w_type": "conjugated godan verb", + "romaji": "tsukitootta" + }, + "突通って": { + "w_type": "conjugated godan verb", + "romaji": "tsukitootte" + }, + "おれ込ま": { + "w_type": "godan verb stem", + "romaji": "orekoma" + }, + "おれ込み": { + "w_type": "godan verb stem", + "romaji": "orekomi" + }, + "おれ込め": { + "w_type": "conjugated godan verb", + "romaji": "orekome" + }, + "おれ込も": { + "w_type": "godan verb stem", + "romaji": "orekomo" + }, + "おれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "orekonda" + }, + "おれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "orekonde" + }, + "かじり付か": { + "w_type": "godan verb stem", + "romaji": "kaburitsuka" + }, + "かじり付き": { + "w_type": "godan verb stem", + "romaji": "kaburitsuki" + }, + "かじり付け": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuke" + }, + "かじり付こ": { + "w_type": "godan verb stem", + "romaji": "kaburitsuko" + }, + "かじり付いた": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuita" + }, + "かじり付いて": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuite" + }, + "演劇付か": { + "w_type": "godan verb stem", + "romaji": "engekizuka" + }, + "演劇付き": { + "w_type": "godan verb stem", + "romaji": "engekizuki" + }, + "演劇付け": { + "w_type": "conjugated godan verb", + "romaji": "engekizuke" + }, + "演劇付こ": { + "w_type": "godan verb stem", + "romaji": "engekizuko" + }, + "演劇付いた": { + "w_type": "conjugated godan verb", + "romaji": "engekizuita" + }, + "演劇付いて": { + "w_type": "conjugated godan verb", + "romaji": "engekizuite" + }, + "見なさ": { + "w_type": "godan verb stem", + "romaji": "minasa" + }, + "見なし": { + "w_type": "godan verb stem", + "romaji": "minashi" + }, + "見なせ": { + "w_type": "conjugated godan verb", + "romaji": "minase" + }, + "見なそ": { + "w_type": "godan verb stem", + "romaji": "minaso" + }, + "見なした": { + "w_type": "conjugated godan verb", + "romaji": "minashita" + }, + "見なして": { + "w_type": "conjugated godan verb", + "romaji": "minashite" + }, + "搾ら": { + "w_type": "godan verb stem", + "romaji": "shibora" + }, + "搾り": { + "w_type": "godan verb stem", + "romaji": "shibori" + }, + "搾れ": { + "w_type": "conjugated godan verb", + "romaji": "shibore" + }, + "搾ろ": { + "w_type": "godan verb stem", + "romaji": "shiboro" + }, + "搾った": { + "w_type": "conjugated godan verb", + "romaji": "shibotta" + }, + "搾って": { + "w_type": "conjugated godan verb", + "romaji": "shibotte" + }, + "掻込ま": { + "w_type": "godan verb stem", + "romaji": "kakkoma" + }, + "掻込み": { + "w_type": "godan verb stem", + "romaji": "kakkomi" + }, + "掻込め": { + "w_type": "conjugated godan verb", + "romaji": "kakkome" + }, + "掻込も": { + "w_type": "godan verb stem", + "romaji": "kakkomo" + }, + "掻込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakkonda" + }, + "掻込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakkonde" + }, + "差し当ら": { + "w_type": "godan verb stem", + "romaji": "sashiatara" + }, + "差し当り": { + "w_type": "godan verb stem", + "romaji": "sashiatari" + }, + "差し当れ": { + "w_type": "conjugated godan verb", + "romaji": "sashiatare" + }, + "差し当ろ": { + "w_type": "godan verb stem", + "romaji": "sashiataro" + }, + "差し当った": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatta" + }, + "差し当って": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatte" + }, + "出懸から": { + "w_type": "godan verb stem", + "romaji": "dekakara" + }, + "出懸かり": { + "w_type": "godan verb stem", + "romaji": "dekakari" + }, + "出懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "dekakare" + }, + "出懸かろ": { + "w_type": "godan verb stem", + "romaji": "dekakaro" + }, + "出懸かった": { + "w_type": "conjugated godan verb", + "romaji": "dekakatta" + }, + "出懸かって": { + "w_type": "conjugated godan verb", + "romaji": "dekakatte" + }, + "打っ切ら": { + "w_type": "godan verb stem", + "romaji": "bukkira" + }, + "打っ切り": { + "w_type": "godan verb stem", + "romaji": "bukkiri" + }, + "打っ切れ": { + "w_type": "conjugated godan verb", + "romaji": "bukkire" + }, + "打っ切ろ": { + "w_type": "godan verb stem", + "romaji": "bukkiro" + }, + "打っ切った": { + "w_type": "conjugated godan verb", + "romaji": "bukkitta" + }, + "打っ切って": { + "w_type": "conjugated godan verb", + "romaji": "bukkitte" + }, + "打抜か": { + "w_type": "godan verb stem", + "romaji": "uchinuka" + }, + "打抜き": { + "w_type": "godan verb stem", + "romaji": "uchinuki" + }, + "打抜け": { + "w_type": "conjugated godan verb", + "romaji": "uchinuke" + }, + "打抜こ": { + "w_type": "godan verb stem", + "romaji": "uchinuko" + }, + "打抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uchinuita" + }, + "打抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uchinuite" + }, + "ゆり落とさ": { + "w_type": "godan verb stem", + "romaji": "yuriotosa" + }, + "ゆり落とし": { + "w_type": "godan verb stem", + "romaji": "yuriotoshi" + }, + "ゆり落とせ": { + "w_type": "conjugated godan verb", + "romaji": "yuriotose" + }, + "ゆり落とそ": { + "w_type": "godan verb stem", + "romaji": "yuriotoso" + }, + "ゆり落とした": { + "w_type": "conjugated godan verb", + "romaji": "yuriotoshita" + }, + "ゆり落として": { + "w_type": "conjugated godan verb", + "romaji": "yuriotoshite" + }, + "吸込ま": { + "w_type": "godan verb stem", + "romaji": "suikoma" + }, + "吸込み": { + "w_type": "godan verb stem", + "romaji": "suikomi" + }, + "吸込め": { + "w_type": "conjugated godan verb", + "romaji": "suikome" + }, + "吸込も": { + "w_type": "godan verb stem", + "romaji": "suikomo" + }, + "吸込んだ": { + "w_type": "conjugated godan verb", + "romaji": "suikonda" + }, + "吸込んで": { + "w_type": "conjugated godan verb", + "romaji": "suikonde" + }, + "摩寄ら": { + "w_type": "godan verb stem", + "romaji": "suriyora" + }, + "摩寄り": { + "w_type": "godan verb stem", + "romaji": "suriyori" + }, + "摩寄れ": { + "w_type": "conjugated godan verb", + "romaji": "suriyore" + }, + "摩寄ろ": { + "w_type": "godan verb stem", + "romaji": "suriyoro" + }, + "摩寄った": { + "w_type": "conjugated godan verb", + "romaji": "suriyotta" + }, + "摩寄って": { + "w_type": "conjugated godan verb", + "romaji": "suriyotte" + }, + "かき回さ": { + "w_type": "godan verb stem", + "romaji": "kakimawasa" + }, + "かき回し": { + "w_type": "godan verb stem", + "romaji": "kakimawashi" + }, + "かき回せ": { + "w_type": "conjugated godan verb", + "romaji": "kakimawase" + }, + "かき回そ": { + "w_type": "godan verb stem", + "romaji": "kakimawaso" + }, + "かき回した": { + "w_type": "conjugated godan verb", + "romaji": "kakimawashita" + }, + "かき回して": { + "w_type": "conjugated godan verb", + "romaji": "kakimawashite" + }, + "探り回ら": { + "w_type": "godan verb stem", + "romaji": "sagurimawara" + }, + "探り回り": { + "w_type": "godan verb stem", + "romaji": "sagurimawari" + }, + "探り回れ": { + "w_type": "conjugated godan verb", + "romaji": "sagurimaware" + }, + "探り回ろ": { + "w_type": "godan verb stem", + "romaji": "sagurimawaro" + }, + "探り回った": { + "w_type": "conjugated godan verb", + "romaji": "sagurimawatta" + }, + "探り回って": { + "w_type": "conjugated godan verb", + "romaji": "sagurimawatte" + }, + "引き締まら": { + "w_type": "godan verb stem", + "romaji": "hikishimara" + }, + "引き締まり": { + "w_type": "godan verb stem", + "romaji": "hikishimari" + }, + "引き締まれ": { + "w_type": "conjugated godan verb", + "romaji": "hikishimare" + }, + "引き締まろ": { + "w_type": "godan verb stem", + "romaji": "hikishimaro" + }, + "引き締まった": { + "w_type": "conjugated godan verb", + "romaji": "hikishimatta" + }, + "引き締まって": { + "w_type": "conjugated godan verb", + "romaji": "hikishimatte" + }, + "立留まら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立留まり": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立留まれ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立留まろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立留まった": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立留まって": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "配さ": { + "w_type": "godan verb stem", + "romaji": "haisa" + }, + "配し": { + "w_type": "godan verb stem", + "romaji": "haishi" + }, + "配せ": { + "w_type": "conjugated godan verb", + "romaji": "haise" + }, + "配そ": { + "w_type": "godan verb stem", + "romaji": "haiso" + }, + "配した": { + "w_type": "conjugated godan verb", + "romaji": "haishita" + }, + "配して": { + "w_type": "conjugated godan verb", + "romaji": "haishite" + }, + "足さ": { + "w_type": "godan verb stem", + "romaji": "tasa" + }, + "足し": { + "w_type": "godan verb stem", + "romaji": "tashi" + }, + "足せ": { + "w_type": "conjugated godan verb", + "romaji": "tase" + }, + "足そ": { + "w_type": "godan verb stem", + "romaji": "taso" + }, + "足した": { + "w_type": "conjugated godan verb", + "romaji": "tashita" + }, + "足して": { + "w_type": "conjugated godan verb", + "romaji": "tashite" + }, + "嘖ま": { + "w_type": "godan verb stem", + "romaji": "sainama" + }, + "嘖み": { + "w_type": "godan verb stem", + "romaji": "sainami" + }, + "嘖め": { + "w_type": "conjugated godan verb", + "romaji": "sainame" + }, + "嘖も": { + "w_type": "godan verb stem", + "romaji": "sainamo" + }, + "嘖んだ": { + "w_type": "conjugated godan verb", + "romaji": "sainanda" + }, + "嘖んで": { + "w_type": "conjugated godan verb", + "romaji": "sainande" + }, + "研ぎ澄まさ": { + "w_type": "godan verb stem", + "romaji": "togisumasa" + }, + "研ぎ澄まし": { + "w_type": "godan verb stem", + "romaji": "togisumashi" + }, + "研ぎ澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "togisumase" + }, + "研ぎ澄まそ": { + "w_type": "godan verb stem", + "romaji": "togisumaso" + }, + "研ぎ澄ました": { + "w_type": "conjugated godan verb", + "romaji": "togisumashita" + }, + "研ぎ澄まして": { + "w_type": "conjugated godan verb", + "romaji": "togisumashite" + }, + "切り開か": { + "w_type": "godan verb stem", + "romaji": "kirihiraka" + }, + "切り開き": { + "w_type": "godan verb stem", + "romaji": "kirihiraki" + }, + "切り開け": { + "w_type": "conjugated godan verb", + "romaji": "kirihirake" + }, + "切り開こ": { + "w_type": "godan verb stem", + "romaji": "kirihirako" + }, + "切り開いた": { + "w_type": "conjugated godan verb", + "romaji": "kirihiraita" + }, + "切り開いて": { + "w_type": "conjugated godan verb", + "romaji": "kirihiraite" + }, + "巻戻さ": { + "w_type": "godan verb stem", + "romaji": "makimodosa" + }, + "巻戻し": { + "w_type": "godan verb stem", + "romaji": "makimodoshi" + }, + "巻戻せ": { + "w_type": "conjugated godan verb", + "romaji": "makimodose" + }, + "巻戻そ": { + "w_type": "godan verb stem", + "romaji": "makimodoso" + }, + "巻戻した": { + "w_type": "conjugated godan verb", + "romaji": "makimodoshita" + }, + "巻戻して": { + "w_type": "conjugated godan verb", + "romaji": "makimodoshite" + }, + "し出さ": { + "w_type": "godan verb stem", + "romaji": "shidasa" + }, + "し出し": { + "w_type": "godan verb stem", + "romaji": "shidashi" + }, + "し出せ": { + "w_type": "conjugated godan verb", + "romaji": "shidase" + }, + "し出そ": { + "w_type": "godan verb stem", + "romaji": "shidaso" + }, + "し出した": { + "w_type": "conjugated godan verb", + "romaji": "shidashita" + }, + "し出して": { + "w_type": "conjugated godan verb", + "romaji": "shidashite" + }, + "練り直さ": { + "w_type": "godan verb stem", + "romaji": "nerinaosa" + }, + "練り直し": { + "w_type": "godan verb stem", + "romaji": "nerinaoshi" + }, + "練り直せ": { + "w_type": "conjugated godan verb", + "romaji": "nerinaose" + }, + "練り直そ": { + "w_type": "godan verb stem", + "romaji": "nerinaoso" + }, + "練り直した": { + "w_type": "conjugated godan verb", + "romaji": "nerinaoshita" + }, + "練り直して": { + "w_type": "conjugated godan verb", + "romaji": "nerinaoshite" + }, + "作さ": { + "w_type": "godan verb stem", + "romaji": "nasa" + }, + "作し": { + "w_type": "godan verb stem", + "romaji": "nashi" + }, + "作せ": { + "w_type": "conjugated godan verb", + "romaji": "nase" + }, + "作そ": { + "w_type": "godan verb stem", + "romaji": "naso" + }, + "作した": { + "w_type": "conjugated godan verb", + "romaji": "nashita" + }, + "作して": { + "w_type": "conjugated godan verb", + "romaji": "nashite" + }, + "手ばなさ": { + "w_type": "godan verb stem", + "romaji": "tebanasa" + }, + "手ばなし": { + "w_type": "godan verb stem", + "romaji": "tebanashi" + }, + "手ばなせ": { + "w_type": "conjugated godan verb", + "romaji": "tebanase" + }, + "手ばなそ": { + "w_type": "godan verb stem", + "romaji": "tebanaso" + }, + "手ばなした": { + "w_type": "conjugated godan verb", + "romaji": "tebanashita" + }, + "手ばなして": { + "w_type": "conjugated godan verb", + "romaji": "tebanashite" + }, + "愚図つか": { + "w_type": "godan verb stem", + "romaji": "guzutsuka" + }, + "愚図つき": { + "w_type": "godan verb stem", + "romaji": "guzutsuki" + }, + "愚図つけ": { + "w_type": "conjugated godan verb", + "romaji": "guzutsuke" + }, + "愚図つこ": { + "w_type": "godan verb stem", + "romaji": "guzutsuko" + }, + "愚図ついた": { + "w_type": "conjugated godan verb", + "romaji": "guzutsuita" + }, + "愚図ついて": { + "w_type": "conjugated godan verb", + "romaji": "guzutsuite" + }, + "誑かさ": { + "w_type": "godan verb stem", + "romaji": "taburakasa" + }, + "誑かし": { + "w_type": "godan verb stem", + "romaji": "taburakashi" + }, + "誑かせ": { + "w_type": "conjugated godan verb", + "romaji": "taburakase" + }, + "誑かそ": { + "w_type": "godan verb stem", + "romaji": "taburakaso" + }, + "誑かした": { + "w_type": "conjugated godan verb", + "romaji": "taburakashita" + }, + "誑かして": { + "w_type": "conjugated godan verb", + "romaji": "taburakashite" + }, + "照ら": { + "w_type": "godan verb stem", + "romaji": "tera" + }, + "照り": { + "w_type": "godan verb stem", + "romaji": "teri" + }, + "照れ": { + "w_type": "conjugated godan verb", + "romaji": "tere" + }, + "照ろ": { + "w_type": "godan verb stem", + "romaji": "tero" + }, + "照った": { + "w_type": "conjugated godan verb", + "romaji": "tetta" + }, + "照って": { + "w_type": "conjugated godan verb", + "romaji": "tette" + }, + "推量ら": { + "w_type": "godan verb stem", + "romaji": "oshihakara" + }, + "推量り": { + "w_type": "godan verb stem", + "romaji": "oshihakari" + }, + "推量れ": { + "w_type": "conjugated godan verb", + "romaji": "oshihakare" + }, + "推量ろ": { + "w_type": "godan verb stem", + "romaji": "oshihakaro" + }, + "推量った": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatta" + }, + "推量って": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatte" + }, + "立至ら": { + "w_type": "godan verb stem", + "romaji": "tachiitara" + }, + "立至り": { + "w_type": "godan verb stem", + "romaji": "tachiitari" + }, + "立至れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiitare" + }, + "立至ろ": { + "w_type": "godan verb stem", + "romaji": "tachiitaro" + }, + "立至った": { + "w_type": "conjugated godan verb", + "romaji": "tachiitatta" + }, + "立至って": { + "w_type": "conjugated godan verb", + "romaji": "tachiitatte" + }, + "居直ら": { + "w_type": "godan verb stem", + "romaji": "inaora" + }, + "居直り": { + "w_type": "godan verb stem", + "romaji": "inaori" + }, + "居直れ": { + "w_type": "conjugated godan verb", + "romaji": "inaore" + }, + "居直ろ": { + "w_type": "godan verb stem", + "romaji": "inaoro" + }, + "居直った": { + "w_type": "conjugated godan verb", + "romaji": "inaotta" + }, + "居直って": { + "w_type": "conjugated godan verb", + "romaji": "inaotte" + }, + "経た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "経ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "経て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "経と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "経った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "経って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "押しあわ": { + "w_type": "godan verb stem", + "romaji": "oshiawa" + }, + "押しあい": { + "w_type": "godan verb stem", + "romaji": "oshiai" + }, + "押しあえ": { + "w_type": "conjugated godan verb", + "romaji": "oshiae" + }, + "押しあお": { + "w_type": "godan verb stem", + "romaji": "oshiao" + }, + "押しあった": { + "w_type": "conjugated godan verb", + "romaji": "oshiatta" + }, + "押しあって": { + "w_type": "conjugated godan verb", + "romaji": "oshiatte" + }, + "砕ら": { + "w_type": "godan verb stem", + "romaji": "hatsura" + }, + "砕り": { + "w_type": "godan verb stem", + "romaji": "hatsuri" + }, + "砕れ": { + "w_type": "conjugated godan verb", + "romaji": "hatsure" + }, + "砕ろ": { + "w_type": "godan verb stem", + "romaji": "hatsuro" + }, + "砕った": { + "w_type": "conjugated godan verb", + "romaji": "hatsutta" + }, + "砕って": { + "w_type": "conjugated godan verb", + "romaji": "hatsutte" + }, + "舞い上がら": { + "w_type": "godan verb stem", + "romaji": "maiagara" + }, + "舞い上がり": { + "w_type": "godan verb stem", + "romaji": "maiagari" + }, + "舞い上がれ": { + "w_type": "conjugated godan verb", + "romaji": "maiagare" + }, + "舞い上がろ": { + "w_type": "godan verb stem", + "romaji": "maiagaro" + }, + "舞い上がった": { + "w_type": "conjugated godan verb", + "romaji": "maiagatta" + }, + "舞い上がって": { + "w_type": "conjugated godan verb", + "romaji": "maiagatte" + }, + "嘲ら笑わ": { + "w_type": "godan verb stem", + "romaji": "seserawarawa" + }, + "嘲ら笑い": { + "w_type": "godan verb stem", + "romaji": "seserawarai" + }, + "嘲ら笑え": { + "w_type": "conjugated godan verb", + "romaji": "seserawarae" + }, + "嘲ら笑お": { + "w_type": "godan verb stem", + "romaji": "seserawarao" + }, + "嘲ら笑った": { + "w_type": "conjugated godan verb", + "romaji": "seserawaratta" + }, + "嘲ら笑って": { + "w_type": "conjugated godan verb", + "romaji": "seserawaratte" + }, + "穢さ": { + "w_type": "godan verb stem", + "romaji": "yogosa" + }, + "穢し": { + "w_type": "godan verb stem", + "romaji": "yogoshi" + }, + "穢せ": { + "w_type": "conjugated godan verb", + "romaji": "yogose" + }, + "穢そ": { + "w_type": "godan verb stem", + "romaji": "yogoso" + }, + "穢した": { + "w_type": "conjugated godan verb", + "romaji": "yogoshita" + }, + "穢して": { + "w_type": "conjugated godan verb", + "romaji": "yogoshite" + }, + "言残さ": { + "w_type": "godan verb stem", + "romaji": "iinokosa" + }, + "言残し": { + "w_type": "godan verb stem", + "romaji": "iinokoshi" + }, + "言残せ": { + "w_type": "conjugated godan verb", + "romaji": "iinokose" + }, + "言残そ": { + "w_type": "godan verb stem", + "romaji": "iinokoso" + }, + "言残した": { + "w_type": "conjugated godan verb", + "romaji": "iinokoshita" + }, + "言残して": { + "w_type": "conjugated godan verb", + "romaji": "iinokoshite" + }, + "逆上ら": { + "w_type": "godan verb stem", + "romaji": "sakanobora" + }, + "逆上り": { + "w_type": "godan verb stem", + "romaji": "sakanobori" + }, + "逆上れ": { + "w_type": "conjugated godan verb", + "romaji": "sakanobore" + }, + "逆上ろ": { + "w_type": "godan verb stem", + "romaji": "sakanoboro" + }, + "逆上った": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotta" + }, + "逆上って": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotte" + }, + "はみ出さ": { + "w_type": "godan verb stem", + "romaji": "hamidasa" + }, + "はみ出し": { + "w_type": "godan verb stem", + "romaji": "hamidashi" + }, + "はみ出せ": { + "w_type": "conjugated godan verb", + "romaji": "hamidase" + }, + "はみ出そ": { + "w_type": "godan verb stem", + "romaji": "hamidaso" + }, + "はみ出した": { + "w_type": "conjugated godan verb", + "romaji": "hamidashita" + }, + "はみ出して": { + "w_type": "conjugated godan verb", + "romaji": "hamidashite" + }, + "捲ら": { + "w_type": "godan verb stem", + "romaji": "makura" + }, + "捲り": { + "w_type": "godan verb stem", + "romaji": "makuri" + }, + "捲れ": { + "w_type": "conjugated godan verb", + "romaji": "makure" + }, + "捲ろ": { + "w_type": "godan verb stem", + "romaji": "makuro" + }, + "捲った": { + "w_type": "conjugated godan verb", + "romaji": "makutta" + }, + "捲って": { + "w_type": "conjugated godan verb", + "romaji": "makutte" + }, + "餝ら": { + "w_type": "godan verb stem", + "romaji": "kazara" + }, + "餝り": { + "w_type": "godan verb stem", + "romaji": "kazari" + }, + "餝れ": { + "w_type": "conjugated godan verb", + "romaji": "kazare" + }, + "餝ろ": { + "w_type": "godan verb stem", + "romaji": "kazaro" + }, + "餝った": { + "w_type": "conjugated godan verb", + "romaji": "kazatta" + }, + "餝って": { + "w_type": "conjugated godan verb", + "romaji": "kazatte" + }, + "記号で表さ": { + "w_type": "godan verb stem", + "romaji": "kigoudearawasa" + }, + "記号で表し": { + "w_type": "godan verb stem", + "romaji": "kigoudearawashi" + }, + "記号で表せ": { + "w_type": "conjugated godan verb", + "romaji": "kigoudearawase" + }, + "記号で表そ": { + "w_type": "godan verb stem", + "romaji": "kigoudearawaso" + }, + "記号で表した": { + "w_type": "conjugated godan verb", + "romaji": "kigoudearawashita" + }, + "記号で表して": { + "w_type": "conjugated godan verb", + "romaji": "kigoudearawashite" + }, + "打上がら": { + "w_type": "godan verb stem", + "romaji": "uchiagara" + }, + "打上がり": { + "w_type": "godan verb stem", + "romaji": "uchiagari" + }, + "打上がれ": { + "w_type": "conjugated godan verb", + "romaji": "uchiagare" + }, + "打上がろ": { + "w_type": "godan verb stem", + "romaji": "uchiagaro" + }, + "打上がった": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatta" + }, + "打上がって": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatte" + }, + "かみ砕か": { + "w_type": "godan verb stem", + "romaji": "kamikudaka" + }, + "かみ砕き": { + "w_type": "godan verb stem", + "romaji": "kamikudaki" + }, + "かみ砕け": { + "w_type": "conjugated godan verb", + "romaji": "kamikudake" + }, + "かみ砕こ": { + "w_type": "godan verb stem", + "romaji": "kamikudako" + }, + "かみ砕いた": { + "w_type": "conjugated godan verb", + "romaji": "kamikudaita" + }, + "かみ砕いて": { + "w_type": "conjugated godan verb", + "romaji": "kamikudaite" + }, + "閉切ら": { + "w_type": "godan verb stem", + "romaji": "shimekira" + }, + "閉切り": { + "w_type": "godan verb stem", + "romaji": "shimekiri" + }, + "閉切れ": { + "w_type": "conjugated godan verb", + "romaji": "shimekire" + }, + "閉切ろ": { + "w_type": "godan verb stem", + "romaji": "shimekiro" + }, + "閉切った": { + "w_type": "conjugated godan verb", + "romaji": "shimekitta" + }, + "閉切って": { + "w_type": "conjugated godan verb", + "romaji": "shimekitte" + }, + "取払わ": { + "w_type": "godan verb stem", + "romaji": "toriharawa" + }, + "取払い": { + "w_type": "godan verb stem", + "romaji": "toriharai" + }, + "取払え": { + "w_type": "conjugated godan verb", + "romaji": "toriharae" + }, + "取払お": { + "w_type": "godan verb stem", + "romaji": "toriharao" + }, + "取払った": { + "w_type": "conjugated godan verb", + "romaji": "toriharatta" + }, + "取払って": { + "w_type": "conjugated godan verb", + "romaji": "toriharatte" + }, + "食い殺さ": { + "w_type": "godan verb stem", + "romaji": "kuikorosa" + }, + "食い殺し": { + "w_type": "godan verb stem", + "romaji": "kuikoroshi" + }, + "食い殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kuikorose" + }, + "食い殺そ": { + "w_type": "godan verb stem", + "romaji": "kuikoroso" + }, + "食い殺した": { + "w_type": "conjugated godan verb", + "romaji": "kuikoroshita" + }, + "食い殺して": { + "w_type": "conjugated godan verb", + "romaji": "kuikoroshite" + }, + "渫わ": { + "w_type": "godan verb stem", + "romaji": "sarawa" + }, + "渫い": { + "w_type": "godan verb stem", + "romaji": "sarai" + }, + "渫え": { + "w_type": "conjugated godan verb", + "romaji": "sarae" + }, + "渫お": { + "w_type": "godan verb stem", + "romaji": "sarao" + }, + "渫った": { + "w_type": "conjugated godan verb", + "romaji": "saratta" + }, + "渫って": { + "w_type": "conjugated godan verb", + "romaji": "saratte" + }, + "齎らさ": { + "w_type": "godan verb stem", + "romaji": "motarasa" + }, + "齎らし": { + "w_type": "godan verb stem", + "romaji": "motarashi" + }, + "齎らせ": { + "w_type": "conjugated godan verb", + "romaji": "motarase" + }, + "齎らそ": { + "w_type": "godan verb stem", + "romaji": "motaraso" + }, + "齎らした": { + "w_type": "conjugated godan verb", + "romaji": "motarashita" + }, + "齎らして": { + "w_type": "conjugated godan verb", + "romaji": "motarashite" + }, + "拾わ": { + "w_type": "godan verb stem", + "romaji": "hirowa" + }, + "拾い": { + "w_type": "godan verb stem", + "romaji": "hiroi" + }, + "拾え": { + "w_type": "conjugated godan verb", + "romaji": "hiroe" + }, + "拾お": { + "w_type": "godan verb stem", + "romaji": "hiroo" + }, + "拾った": { + "w_type": "conjugated godan verb", + "romaji": "hirotta" + }, + "拾って": { + "w_type": "conjugated godan verb", + "romaji": "hirotte" + }, + "挿しこま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "挿しこみ": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "挿しこめ": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "挿しこも": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "挿しこんだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "挿しこんで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "語らわ": { + "w_type": "godan verb stem", + "romaji": "katarawa" + }, + "語らい": { + "w_type": "godan verb stem", + "romaji": "katarai" + }, + "語らえ": { + "w_type": "conjugated godan verb", + "romaji": "katarae" + }, + "語らお": { + "w_type": "godan verb stem", + "romaji": "katarao" + }, + "語らった": { + "w_type": "conjugated godan verb", + "romaji": "kataratta" + }, + "語らって": { + "w_type": "conjugated godan verb", + "romaji": "kataratte" + }, + "堀散らさ": { + "w_type": "godan verb stem", + "romaji": "horichirasa" + }, + "堀散らし": { + "w_type": "godan verb stem", + "romaji": "horichirashi" + }, + "堀散らせ": { + "w_type": "conjugated godan verb", + "romaji": "horichirase" + }, + "堀散らそ": { + "w_type": "godan verb stem", + "romaji": "horichiraso" + }, + "堀散らした": { + "w_type": "conjugated godan verb", + "romaji": "horichirashita" + }, + "堀散らして": { + "w_type": "conjugated godan verb", + "romaji": "horichirashite" + }, + "言いよどま": { + "w_type": "godan verb stem", + "romaji": "iiyodoma" + }, + "言いよどみ": { + "w_type": "godan verb stem", + "romaji": "iiyodomi" + }, + "言いよどめ": { + "w_type": "conjugated godan verb", + "romaji": "iiyodome" + }, + "言いよども": { + "w_type": "godan verb stem", + "romaji": "iiyodomo" + }, + "言いよどんだ": { + "w_type": "conjugated godan verb", + "romaji": "iiyodonda" + }, + "言いよどんで": { + "w_type": "conjugated godan verb", + "romaji": "iiyodonde" + }, + "微笑み返さ": { + "w_type": "godan verb stem", + "romaji": "hohoemikaesa" + }, + "微笑み返し": { + "w_type": "godan verb stem", + "romaji": "hohoemikaeshi" + }, + "微笑み返せ": { + "w_type": "conjugated godan verb", + "romaji": "hohoemikaese" + }, + "微笑み返そ": { + "w_type": "godan verb stem", + "romaji": "hohoemikaeso" + }, + "微笑み返した": { + "w_type": "conjugated godan verb", + "romaji": "hohoemikaeshita" + }, + "微笑み返して": { + "w_type": "conjugated godan verb", + "romaji": "hohoemikaeshite" + }, + "出しっ放さ": { + "w_type": "godan verb stem", + "romaji": "dashippanasa" + }, + "出しっ放し": { + "w_type": "godan verb stem", + "romaji": "dashippanashi" + }, + "出しっ放せ": { + "w_type": "conjugated godan verb", + "romaji": "dashippanase" + }, + "出しっ放そ": { + "w_type": "godan verb stem", + "romaji": "dashippanaso" + }, + "出しっ放した": { + "w_type": "conjugated godan verb", + "romaji": "dashippanashita" + }, + "出しっ放して": { + "w_type": "conjugated godan verb", + "romaji": "dashippanashite" + }, + "飲みほさ": { + "w_type": "godan verb stem", + "romaji": "nomihosa" + }, + "飲みほし": { + "w_type": "godan verb stem", + "romaji": "nomihoshi" + }, + "飲みほせ": { + "w_type": "conjugated godan verb", + "romaji": "nomihose" + }, + "飲みほそ": { + "w_type": "godan verb stem", + "romaji": "nomihoso" + }, + "飲みほした": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshita" + }, + "飲みほして": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshite" + }, + "擦り減ら": { + "w_type": "godan verb stem", + "romaji": "surihera" + }, + "擦り減り": { + "w_type": "godan verb stem", + "romaji": "suriheri" + }, + "擦り減れ": { + "w_type": "conjugated godan verb", + "romaji": "surihere" + }, + "擦り減ろ": { + "w_type": "godan verb stem", + "romaji": "surihero" + }, + "擦り減った": { + "w_type": "conjugated godan verb", + "romaji": "surihetta" + }, + "擦り減って": { + "w_type": "conjugated godan verb", + "romaji": "surihette" + }, + "注が": { + "w_type": "godan verb stem", + "romaji": "sosoga" + }, + "注ぎ": { + "w_type": "godan verb stem", + "romaji": "sosogi" + }, + "注げ": { + "w_type": "conjugated godan verb", + "romaji": "sosoge" + }, + "注ご": { + "w_type": "godan verb stem", + "romaji": "sosogo" + }, + "注いだ": { + "w_type": "conjugated godan verb", + "romaji": "sosoida" + }, + "注いで": { + "w_type": "conjugated godan verb", + "romaji": "sosoide" + }, + "額衝か": { + "w_type": "godan verb stem", + "romaji": "nukazuka" + }, + "額衝き": { + "w_type": "godan verb stem", + "romaji": "nukazuki" + }, + "額衝け": { + "w_type": "conjugated godan verb", + "romaji": "nukazuke" + }, + "額衝こ": { + "w_type": "godan verb stem", + "romaji": "nukazuko" + }, + "額衝いた": { + "w_type": "conjugated godan verb", + "romaji": "nukazuita" + }, + "額衝いて": { + "w_type": "conjugated godan verb", + "romaji": "nukazuite" + }, + "寄ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "寄り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "寄れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "寄ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "寄った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "寄って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "炭酸で割ら": { + "w_type": "godan verb stem", + "romaji": "tansandewara" + }, + "炭酸で割り": { + "w_type": "godan verb stem", + "romaji": "tansandewari" + }, + "炭酸で割れ": { + "w_type": "conjugated godan verb", + "romaji": "tansandeware" + }, + "炭酸で割ろ": { + "w_type": "godan verb stem", + "romaji": "tansandewaro" + }, + "炭酸で割った": { + "w_type": "conjugated godan verb", + "romaji": "tansandewatta" + }, + "炭酸で割って": { + "w_type": "conjugated godan verb", + "romaji": "tansandewatte" + }, + "護ら": { + "w_type": "godan verb stem", + "romaji": "mamora" + }, + "護り": { + "w_type": "godan verb stem", + "romaji": "mamori" + }, + "護れ": { + "w_type": "conjugated godan verb", + "romaji": "mamore" + }, + "護ろ": { + "w_type": "godan verb stem", + "romaji": "mamoro" + }, + "護った": { + "w_type": "conjugated godan verb", + "romaji": "mamotta" + }, + "護って": { + "w_type": "conjugated godan verb", + "romaji": "mamotte" + }, + "語りあわ": { + "w_type": "godan verb stem", + "romaji": "katariawa" + }, + "語りあい": { + "w_type": "godan verb stem", + "romaji": "katariai" + }, + "語りあえ": { + "w_type": "conjugated godan verb", + "romaji": "katariae" + }, + "語りあお": { + "w_type": "godan verb stem", + "romaji": "katariao" + }, + "語りあった": { + "w_type": "conjugated godan verb", + "romaji": "katariatta" + }, + "語りあって": { + "w_type": "conjugated godan verb", + "romaji": "katariatte" + }, + "引っ張り降ろさ": { + "w_type": "godan verb stem", + "romaji": "hippariorosa" + }, + "引っ張り降ろし": { + "w_type": "godan verb stem", + "romaji": "hipparioroshi" + }, + "引っ張り降ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hippariorose" + }, + "引っ張り降ろそ": { + "w_type": "godan verb stem", + "romaji": "hipparioroso" + }, + "引っ張り降ろした": { + "w_type": "conjugated godan verb", + "romaji": "hipparioroshita" + }, + "引っ張り降ろして": { + "w_type": "conjugated godan verb", + "romaji": "hipparioroshite" + }, + "飲倒さ": { + "w_type": "godan verb stem", + "romaji": "nomitaosa" + }, + "飲倒し": { + "w_type": "godan verb stem", + "romaji": "nomitaoshi" + }, + "飲倒せ": { + "w_type": "conjugated godan verb", + "romaji": "nomitaose" + }, + "飲倒そ": { + "w_type": "godan verb stem", + "romaji": "nomitaoso" + }, + "飲倒した": { + "w_type": "conjugated godan verb", + "romaji": "nomitaoshita" + }, + "飲倒して": { + "w_type": "conjugated godan verb", + "romaji": "nomitaoshite" + }, + "籠ま": { + "w_type": "godan verb stem", + "romaji": "koma" + }, + "籠み": { + "w_type": "godan verb stem", + "romaji": "komi" + }, + "籠め": { + "w_type": "conjugated godan verb", + "romaji": "kome" + }, + "籠も": { + "w_type": "godan verb stem", + "romaji": "komo" + }, + "籠んだ": { + "w_type": "conjugated godan verb", + "romaji": "konda" + }, + "籠んで": { + "w_type": "conjugated godan verb", + "romaji": "konde" + }, + "憎しみ合わ": { + "w_type": "godan verb stem", + "romaji": "nikushimiawa" + }, + "憎しみ合い": { + "w_type": "godan verb stem", + "romaji": "nikushimiai" + }, + "憎しみ合え": { + "w_type": "conjugated godan verb", + "romaji": "nikushimiae" + }, + "憎しみ合お": { + "w_type": "godan verb stem", + "romaji": "nikushimiao" + }, + "憎しみ合った": { + "w_type": "conjugated godan verb", + "romaji": "nikushimiatta" + }, + "憎しみ合って": { + "w_type": "conjugated godan verb", + "romaji": "nikushimiatte" + }, + "繰上ら": { + "w_type": "godan verb stem", + "romaji": "kuriagara" + }, + "繰上り": { + "w_type": "godan verb stem", + "romaji": "kuriagari" + }, + "繰上れ": { + "w_type": "conjugated godan verb", + "romaji": "kuriagare" + }, + "繰上ろ": { + "w_type": "godan verb stem", + "romaji": "kuriagaro" + }, + "繰上った": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatta" + }, + "繰上って": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatte" + }, + "食付か": { + "w_type": "godan verb stem", + "romaji": "kuitsuka" + }, + "食付き": { + "w_type": "godan verb stem", + "romaji": "kuitsuki" + }, + "食付け": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuke" + }, + "食付こ": { + "w_type": "godan verb stem", + "romaji": "kuitsuko" + }, + "食付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuita" + }, + "食付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuite" + }, + "響き渡ら": { + "w_type": "godan verb stem", + "romaji": "hibikiwatara" + }, + "響き渡り": { + "w_type": "godan verb stem", + "romaji": "hibikiwatari" + }, + "響き渡れ": { + "w_type": "conjugated godan verb", + "romaji": "hibikiwatare" + }, + "響き渡ろ": { + "w_type": "godan verb stem", + "romaji": "hibikiwataro" + }, + "響き渡った": { + "w_type": "conjugated godan verb", + "romaji": "hibikiwatatta" + }, + "響き渡って": { + "w_type": "conjugated godan verb", + "romaji": "hibikiwatatte" + }, + "罷り越さ": { + "w_type": "godan verb stem", + "romaji": "makarikosa" + }, + "罷り越し": { + "w_type": "godan verb stem", + "romaji": "makarikoshi" + }, + "罷り越せ": { + "w_type": "conjugated godan verb", + "romaji": "makarikose" + }, + "罷り越そ": { + "w_type": "godan verb stem", + "romaji": "makarikoso" + }, + "罷り越した": { + "w_type": "conjugated godan verb", + "romaji": "makarikoshita" + }, + "罷り越して": { + "w_type": "conjugated godan verb", + "romaji": "makarikoshite" + }, + "して遣ら": { + "w_type": "godan verb stem", + "romaji": "shiteyara" + }, + "して遣り": { + "w_type": "godan verb stem", + "romaji": "shiteyari" + }, + "して遣れ": { + "w_type": "conjugated godan verb", + "romaji": "shiteyare" + }, + "して遣ろ": { + "w_type": "godan verb stem", + "romaji": "shiteyaro" + }, + "して遣った": { + "w_type": "conjugated godan verb", + "romaji": "shiteyatta" + }, + "して遣って": { + "w_type": "conjugated godan verb", + "romaji": "shiteyatte" + }, + "殺気だた": { + "w_type": "godan verb stem", + "romaji": "sakkidata" + }, + "殺気だち": { + "w_type": "godan verb stem", + "romaji": "sakkidachi" + }, + "殺気だて": { + "w_type": "conjugated godan verb", + "romaji": "sakkidate" + }, + "殺気だと": { + "w_type": "godan verb stem", + "romaji": "sakkidato" + }, + "殺気だった": { + "w_type": "conjugated godan verb", + "romaji": "sakkidatta" + }, + "殺気だって": { + "w_type": "conjugated godan verb", + "romaji": "sakkidatte" + }, + "繰り戻さ": { + "w_type": "godan verb stem", + "romaji": "kurimodosa" + }, + "繰り戻し": { + "w_type": "godan verb stem", + "romaji": "kurimodoshi" + }, + "繰り戻せ": { + "w_type": "conjugated godan verb", + "romaji": "kurimodose" + }, + "繰り戻そ": { + "w_type": "godan verb stem", + "romaji": "kurimodoso" + }, + "繰り戻した": { + "w_type": "conjugated godan verb", + "romaji": "kurimodoshita" + }, + "繰り戻して": { + "w_type": "conjugated godan verb", + "romaji": "kurimodoshite" + }, + "爪弾か": { + "w_type": "godan verb stem", + "romaji": "tsumabika" + }, + "爪弾き": { + "w_type": "godan verb stem", + "romaji": "tsumabiki" + }, + "爪弾け": { + "w_type": "conjugated godan verb", + "romaji": "tsumabike" + }, + "爪弾こ": { + "w_type": "godan verb stem", + "romaji": "tsumabiko" + }, + "爪弾いた": { + "w_type": "conjugated godan verb", + "romaji": "tsumabiita" + }, + "爪弾いて": { + "w_type": "conjugated godan verb", + "romaji": "tsumabiite" + }, + "なし終わら": { + "w_type": "godan verb stem", + "romaji": "nashiowara" + }, + "なし終わり": { + "w_type": "godan verb stem", + "romaji": "nashiowari" + }, + "なし終われ": { + "w_type": "conjugated godan verb", + "romaji": "nashioware" + }, + "なし終わろ": { + "w_type": "godan verb stem", + "romaji": "nashiowaro" + }, + "なし終わった": { + "w_type": "conjugated godan verb", + "romaji": "nashiowatta" + }, + "なし終わって": { + "w_type": "conjugated godan verb", + "romaji": "nashiowatte" + }, + "駈け出さ": { + "w_type": "godan verb stem", + "romaji": "kakedasa" + }, + "駈け出し": { + "w_type": "godan verb stem", + "romaji": "kakedashi" + }, + "駈け出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakedase" + }, + "駈け出そ": { + "w_type": "godan verb stem", + "romaji": "kakedaso" + }, + "駈け出した": { + "w_type": "conjugated godan verb", + "romaji": "kakedashita" + }, + "駈け出して": { + "w_type": "conjugated godan verb", + "romaji": "kakedashite" + }, + "呼びにやら": { + "w_type": "godan verb stem", + "romaji": "yobiniyara" + }, + "呼びにやり": { + "w_type": "godan verb stem", + "romaji": "yobiniyari" + }, + "呼びにやれ": { + "w_type": "conjugated godan verb", + "romaji": "yobiniyare" + }, + "呼びにやろ": { + "w_type": "godan verb stem", + "romaji": "yobiniyaro" + }, + "呼びにやった": { + "w_type": "conjugated godan verb", + "romaji": "yobiniyatta" + }, + "呼びにやって": { + "w_type": "conjugated godan verb", + "romaji": "yobiniyatte" + }, + "利か": { + "w_type": "godan verb stem", + "romaji": "kika" + }, + "利き": { + "w_type": "godan verb stem", + "romaji": "kiki" + }, + "利け": { + "w_type": "conjugated godan verb", + "romaji": "kike" + }, + "利こ": { + "w_type": "godan verb stem", + "romaji": "kiko" + }, + "利いた": { + "w_type": "conjugated godan verb", + "romaji": "kiita" + }, + "利いて": { + "w_type": "conjugated godan verb", + "romaji": "kiite" + }, + "掛から": { + "w_type": "godan verb stem", + "romaji": "kakara" + }, + "掛かり": { + "w_type": "godan verb stem", + "romaji": "kakari" + }, + "掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kakare" + }, + "掛かろ": { + "w_type": "godan verb stem", + "romaji": "kakaro" + }, + "掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kakatta" + }, + "掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kakatte" + }, + "やって行か": { + "w_type": "godan verb stem", + "romaji": "yatteika" + }, + "やって行き": { + "w_type": "godan verb stem", + "romaji": "yatteiki" + }, + "やって行け": { + "w_type": "conjugated godan verb", + "romaji": "yatteike" + }, + "やって行こ": { + "w_type": "godan verb stem", + "romaji": "yatteiko" + }, + "やって行いた": { + "w_type": "conjugated godan verb", + "romaji": "yatteiita" + }, + "やって行いて": { + "w_type": "conjugated godan verb", + "romaji": "yatteiite" + }, + "治さ": { + "w_type": "godan verb stem", + "romaji": "naosa" + }, + "治し": { + "w_type": "godan verb stem", + "romaji": "naoshi" + }, + "治せ": { + "w_type": "conjugated godan verb", + "romaji": "naose" + }, + "治そ": { + "w_type": "godan verb stem", + "romaji": "naoso" + }, + "治した": { + "w_type": "conjugated godan verb", + "romaji": "naoshita" + }, + "治して": { + "w_type": "conjugated godan verb", + "romaji": "naoshite" + }, + "明け放さ": { + "w_type": "godan verb stem", + "romaji": "akehanasa" + }, + "明け放し": { + "w_type": "godan verb stem", + "romaji": "akehanashi" + }, + "明け放せ": { + "w_type": "conjugated godan verb", + "romaji": "akehanase" + }, + "明け放そ": { + "w_type": "godan verb stem", + "romaji": "akehanaso" + }, + "明け放した": { + "w_type": "conjugated godan verb", + "romaji": "akehanashita" + }, + "明け放して": { + "w_type": "conjugated godan verb", + "romaji": "akehanashite" + }, + "吹き出さ": { + "w_type": "godan verb stem", + "romaji": "fukidasa" + }, + "吹き出し": { + "w_type": "godan verb stem", + "romaji": "fukidashi" + }, + "吹き出せ": { + "w_type": "conjugated godan verb", + "romaji": "fukidase" + }, + "吹き出そ": { + "w_type": "godan verb stem", + "romaji": "fukidaso" + }, + "吹き出した": { + "w_type": "conjugated godan verb", + "romaji": "fukidashita" + }, + "吹き出して": { + "w_type": "conjugated godan verb", + "romaji": "fukidashite" + }, + "ふん反り返ら": { + "w_type": "godan verb stem", + "romaji": "funzorikaera" + }, + "ふん反り返り": { + "w_type": "godan verb stem", + "romaji": "funzorikaeri" + }, + "ふん反り返れ": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaere" + }, + "ふん反り返ろ": { + "w_type": "godan verb stem", + "romaji": "funzorikaero" + }, + "ふん反り返った": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaetta" + }, + "ふん反り返って": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaette" + }, + "縁付か": { + "w_type": "godan verb stem", + "romaji": "enzuka" + }, + "縁付き": { + "w_type": "godan verb stem", + "romaji": "enzuki" + }, + "縁付け": { + "w_type": "conjugated godan verb", + "romaji": "enzuke" + }, + "縁付こ": { + "w_type": "godan verb stem", + "romaji": "enzuko" + }, + "縁付いた": { + "w_type": "conjugated godan verb", + "romaji": "enzuita" + }, + "縁付いて": { + "w_type": "conjugated godan verb", + "romaji": "enzuite" + }, + "取り逃さ": { + "w_type": "godan verb stem", + "romaji": "torinigasa" + }, + "取り逃し": { + "w_type": "godan verb stem", + "romaji": "torinigashi" + }, + "取り逃せ": { + "w_type": "conjugated godan verb", + "romaji": "torinigase" + }, + "取り逃そ": { + "w_type": "godan verb stem", + "romaji": "torinigaso" + }, + "取り逃した": { + "w_type": "conjugated godan verb", + "romaji": "torinigashita" + }, + "取り逃して": { + "w_type": "conjugated godan verb", + "romaji": "torinigashite" + }, + "差さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "差し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "差せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "差そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "差した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "差して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "突ん出さ": { + "w_type": "godan verb stem", + "romaji": "tsukidasa" + }, + "突ん出し": { + "w_type": "godan verb stem", + "romaji": "tsukidashi" + }, + "突ん出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukidase" + }, + "突ん出そ": { + "w_type": "godan verb stem", + "romaji": "tsukidaso" + }, + "突ん出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashita" + }, + "突ん出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashite" + }, + "飛回ら": { + "w_type": "godan verb stem", + "romaji": "tobimawara" + }, + "飛回り": { + "w_type": "godan verb stem", + "romaji": "tobimawari" + }, + "飛回れ": { + "w_type": "conjugated godan verb", + "romaji": "tobimaware" + }, + "飛回ろ": { + "w_type": "godan verb stem", + "romaji": "tobimawaro" + }, + "飛回った": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatta" + }, + "飛回って": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatte" + }, + "砥が": { + "w_type": "godan verb stem", + "romaji": "toga" + }, + "砥ぎ": { + "w_type": "godan verb stem", + "romaji": "togi" + }, + "砥げ": { + "w_type": "conjugated godan verb", + "romaji": "toge" + }, + "砥ご": { + "w_type": "godan verb stem", + "romaji": "togo" + }, + "砥いだ": { + "w_type": "conjugated godan verb", + "romaji": "toida" + }, + "砥いで": { + "w_type": "conjugated godan verb", + "romaji": "toide" + }, + "痩せ細ら": { + "w_type": "godan verb stem", + "romaji": "yasehosora" + }, + "痩せ細り": { + "w_type": "godan verb stem", + "romaji": "yasehosori" + }, + "痩せ細れ": { + "w_type": "conjugated godan verb", + "romaji": "yasehosore" + }, + "痩せ細ろ": { + "w_type": "godan verb stem", + "romaji": "yasehosoro" + }, + "痩せ細った": { + "w_type": "conjugated godan verb", + "romaji": "yasehosotta" + }, + "痩せ細って": { + "w_type": "conjugated godan verb", + "romaji": "yasehosotte" + }, + "嵌ら": { + "w_type": "godan verb stem", + "romaji": "hamara" + }, + "嵌り": { + "w_type": "godan verb stem", + "romaji": "hamari" + }, + "嵌れ": { + "w_type": "conjugated godan verb", + "romaji": "hamare" + }, + "嵌ろ": { + "w_type": "godan verb stem", + "romaji": "hamaro" + }, + "嵌った": { + "w_type": "conjugated godan verb", + "romaji": "hamatta" + }, + "嵌って": { + "w_type": "conjugated godan verb", + "romaji": "hamatte" + }, + "好ま": { + "w_type": "godan verb stem", + "romaji": "konoma" + }, + "好み": { + "w_type": "godan verb stem", + "romaji": "konomi" + }, + "好め": { + "w_type": "conjugated godan verb", + "romaji": "konome" + }, + "好も": { + "w_type": "godan verb stem", + "romaji": "konomo" + }, + "好んだ": { + "w_type": "conjugated godan verb", + "romaji": "kononda" + }, + "好んで": { + "w_type": "conjugated godan verb", + "romaji": "kononde" + }, + "借り出さ": { + "w_type": "godan verb stem", + "romaji": "karidasa" + }, + "借り出し": { + "w_type": "godan verb stem", + "romaji": "karidashi" + }, + "借り出せ": { + "w_type": "conjugated godan verb", + "romaji": "karidase" + }, + "借り出そ": { + "w_type": "godan verb stem", + "romaji": "karidaso" + }, + "借り出した": { + "w_type": "conjugated godan verb", + "romaji": "karidashita" + }, + "借り出して": { + "w_type": "conjugated godan verb", + "romaji": "karidashite" + }, + "きき返さ": { + "w_type": "godan verb stem", + "romaji": "kikikaesa" + }, + "きき返し": { + "w_type": "godan verb stem", + "romaji": "kikikaeshi" + }, + "きき返せ": { + "w_type": "conjugated godan verb", + "romaji": "kikikaese" + }, + "きき返そ": { + "w_type": "godan verb stem", + "romaji": "kikikaeso" + }, + "きき返した": { + "w_type": "conjugated godan verb", + "romaji": "kikikaeshita" + }, + "きき返して": { + "w_type": "conjugated godan verb", + "romaji": "kikikaeshite" + }, + "引き摺り降ろさ": { + "w_type": "godan verb stem", + "romaji": "hikizuriorosa" + }, + "引き摺り降ろし": { + "w_type": "godan verb stem", + "romaji": "hikizurioroshi" + }, + "引き摺り降ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuriorose" + }, + "引き摺り降ろそ": { + "w_type": "godan verb stem", + "romaji": "hikizurioroso" + }, + "引き摺り降ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshita" + }, + "引き摺り降ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshite" + }, + "結ば": { + "w_type": "godan verb stem", + "romaji": "musuba" + }, + "結び": { + "w_type": "godan verb stem", + "romaji": "musubi" + }, + "結べ": { + "w_type": "conjugated godan verb", + "romaji": "musube" + }, + "結ぼ": { + "w_type": "godan verb stem", + "romaji": "musubo" + }, + "結んだ": { + "w_type": "conjugated godan verb", + "romaji": "musunda" + }, + "結んで": { + "w_type": "conjugated godan verb", + "romaji": "musunde" + }, + "係わら": { + "w_type": "godan verb stem", + "romaji": "kakawara" + }, + "係わり": { + "w_type": "godan verb stem", + "romaji": "kakawari" + }, + "係われ": { + "w_type": "conjugated godan verb", + "romaji": "kakaware" + }, + "係わろ": { + "w_type": "godan verb stem", + "romaji": "kakawaro" + }, + "係わった": { + "w_type": "conjugated godan verb", + "romaji": "kakawatta" + }, + "係わって": { + "w_type": "conjugated godan verb", + "romaji": "kakawatte" + }, + "降り出さ": { + "w_type": "godan verb stem", + "romaji": "furidasa" + }, + "降り出し": { + "w_type": "godan verb stem", + "romaji": "furidashi" + }, + "降り出せ": { + "w_type": "conjugated godan verb", + "romaji": "furidase" + }, + "降り出そ": { + "w_type": "godan verb stem", + "romaji": "furidaso" + }, + "降り出した": { + "w_type": "conjugated godan verb", + "romaji": "furidashita" + }, + "降り出して": { + "w_type": "conjugated godan verb", + "romaji": "furidashite" + }, + "結わ": { + "w_type": "godan verb stem", + "romaji": "yuwa" + }, + "結い": { + "w_type": "godan verb stem", + "romaji": "yui" + }, + "結え": { + "w_type": "conjugated godan verb", + "romaji": "yue" + }, + "結お": { + "w_type": "godan verb stem", + "romaji": "yuo" + }, + "結った": { + "w_type": "conjugated godan verb", + "romaji": "yutta" + }, + "結って": { + "w_type": "conjugated godan verb", + "romaji": "yutte" + }, + "倒れ伏さ": { + "w_type": "godan verb stem", + "romaji": "taorefusa" + }, + "倒れ伏し": { + "w_type": "godan verb stem", + "romaji": "taorefushi" + }, + "倒れ伏せ": { + "w_type": "conjugated godan verb", + "romaji": "taorefuse" + }, + "倒れ伏そ": { + "w_type": "godan verb stem", + "romaji": "taorefuso" + }, + "倒れ伏した": { + "w_type": "conjugated godan verb", + "romaji": "taorefushita" + }, + "倒れ伏して": { + "w_type": "conjugated godan verb", + "romaji": "taorefushite" + }, + "生み落とさ": { + "w_type": "godan verb stem", + "romaji": "umiotosa" + }, + "生み落とし": { + "w_type": "godan verb stem", + "romaji": "umiotoshi" + }, + "生み落とせ": { + "w_type": "conjugated godan verb", + "romaji": "umiotose" + }, + "生み落とそ": { + "w_type": "godan verb stem", + "romaji": "umiotoso" + }, + "生み落とした": { + "w_type": "conjugated godan verb", + "romaji": "umiotoshita" + }, + "生み落として": { + "w_type": "conjugated godan verb", + "romaji": "umiotoshite" + }, + "入れ代ら": { + "w_type": "godan verb stem", + "romaji": "irekawara" + }, + "入れ代り": { + "w_type": "godan verb stem", + "romaji": "irekawari" + }, + "入れ代れ": { + "w_type": "conjugated godan verb", + "romaji": "irekaware" + }, + "入れ代ろ": { + "w_type": "godan verb stem", + "romaji": "irekawaro" + }, + "入れ代った": { + "w_type": "conjugated godan verb", + "romaji": "irekawatta" + }, + "入れ代って": { + "w_type": "conjugated godan verb", + "romaji": "irekawatte" + }, + "愚図ら": { + "w_type": "godan verb stem", + "romaji": "guzura" + }, + "愚図り": { + "w_type": "godan verb stem", + "romaji": "guzuri" + }, + "愚図れ": { + "w_type": "conjugated godan verb", + "romaji": "guzure" + }, + "愚図ろ": { + "w_type": "godan verb stem", + "romaji": "guzuro" + }, + "愚図った": { + "w_type": "conjugated godan verb", + "romaji": "guzutta" + }, + "愚図って": { + "w_type": "conjugated godan verb", + "romaji": "guzutte" + }, + "換わら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "換わり": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "換われ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "換わろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "換わった": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "換わって": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "煩い付か": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuka" + }, + "煩い付き": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuki" + }, + "煩い付け": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuke" + }, + "煩い付こ": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuko" + }, + "煩い付いた": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuita" + }, + "煩い付いて": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuite" + }, + "布か": { + "w_type": "godan verb stem", + "romaji": "shika" + }, + "布き": { + "w_type": "godan verb stem", + "romaji": "shiki" + }, + "布け": { + "w_type": "conjugated godan verb", + "romaji": "shike" + }, + "布こ": { + "w_type": "godan verb stem", + "romaji": "shiko" + }, + "布いた": { + "w_type": "conjugated godan verb", + "romaji": "shiita" + }, + "布いて": { + "w_type": "conjugated godan verb", + "romaji": "shiite" + }, + "入り替わら": { + "w_type": "godan verb stem", + "romaji": "irikawara" + }, + "入り替わり": { + "w_type": "godan verb stem", + "romaji": "irikawari" + }, + "入り替われ": { + "w_type": "conjugated godan verb", + "romaji": "irikaware" + }, + "入り替わろ": { + "w_type": "godan verb stem", + "romaji": "irikawaro" + }, + "入り替わった": { + "w_type": "conjugated godan verb", + "romaji": "irikawatta" + }, + "入り替わって": { + "w_type": "conjugated godan verb", + "romaji": "irikawatte" + }, + "滲ま": { + "w_type": "godan verb stem", + "romaji": "nijima" + }, + "滲み": { + "w_type": "godan verb stem", + "romaji": "nijimi" + }, + "滲め": { + "w_type": "conjugated godan verb", + "romaji": "nijime" + }, + "滲も": { + "w_type": "godan verb stem", + "romaji": "nijimo" + }, + "滲んだ": { + "w_type": "conjugated godan verb", + "romaji": "nijinda" + }, + "滲んで": { + "w_type": "conjugated godan verb", + "romaji": "nijinde" + }, + "嫌わ": { + "w_type": "godan verb stem", + "romaji": "kirawa" + }, + "嫌い": { + "w_type": "godan verb stem", + "romaji": "kirai" + }, + "嫌え": { + "w_type": "conjugated godan verb", + "romaji": "kirae" + }, + "嫌お": { + "w_type": "godan verb stem", + "romaji": "kirao" + }, + "嫌った": { + "w_type": "conjugated godan verb", + "romaji": "kiratta" + }, + "嫌って": { + "w_type": "conjugated godan verb", + "romaji": "kiratte" + }, + "鳴り渡ら": { + "w_type": "godan verb stem", + "romaji": "nariwatara" + }, + "鳴り渡り": { + "w_type": "godan verb stem", + "romaji": "nariwatari" + }, + "鳴り渡れ": { + "w_type": "conjugated godan verb", + "romaji": "nariwatare" + }, + "鳴り渡ろ": { + "w_type": "godan verb stem", + "romaji": "nariwataro" + }, + "鳴り渡った": { + "w_type": "conjugated godan verb", + "romaji": "nariwatatta" + }, + "鳴り渡って": { + "w_type": "conjugated godan verb", + "romaji": "nariwatatte" + }, + "漕が": { + "w_type": "godan verb stem", + "romaji": "koga" + }, + "漕ぎ": { + "w_type": "godan verb stem", + "romaji": "kogi" + }, + "漕げ": { + "w_type": "conjugated godan verb", + "romaji": "koge" + }, + "漕ご": { + "w_type": "godan verb stem", + "romaji": "kogo" + }, + "漕いだ": { + "w_type": "conjugated godan verb", + "romaji": "koida" + }, + "漕いで": { + "w_type": "conjugated godan verb", + "romaji": "koide" + }, + "くい違わ": { + "w_type": "godan verb stem", + "romaji": "kuichigawa" + }, + "くい違い": { + "w_type": "godan verb stem", + "romaji": "kuichigai" + }, + "くい違え": { + "w_type": "conjugated godan verb", + "romaji": "kuichigae" + }, + "くい違お": { + "w_type": "godan verb stem", + "romaji": "kuichigao" + }, + "くい違った": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatta" + }, + "くい違って": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatte" + }, + "吹き通さ": { + "w_type": "godan verb stem", + "romaji": "fukitoosa" + }, + "吹き通し": { + "w_type": "godan verb stem", + "romaji": "fukitooshi" + }, + "吹き通せ": { + "w_type": "conjugated godan verb", + "romaji": "fukitoose" + }, + "吹き通そ": { + "w_type": "godan verb stem", + "romaji": "fukitooso" + }, + "吹き通した": { + "w_type": "conjugated godan verb", + "romaji": "fukitooshita" + }, + "吹き通して": { + "w_type": "conjugated godan verb", + "romaji": "fukitooshite" + }, + "付いて行か": { + "w_type": "godan verb stem", + "romaji": "tsuiteika" + }, + "付いて行き": { + "w_type": "godan verb stem", + "romaji": "tsuiteiki" + }, + "付いて行け": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteike" + }, + "付いて行こ": { + "w_type": "godan verb stem", + "romaji": "tsuiteiko" + }, + "付いて行いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiita" + }, + "付いて行いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiite" + }, + "堀りつくさ": { + "w_type": "godan verb stem", + "romaji": "horitsukusa" + }, + "堀りつくし": { + "w_type": "godan verb stem", + "romaji": "horitsukushi" + }, + "堀りつくせ": { + "w_type": "conjugated godan verb", + "romaji": "horitsukuse" + }, + "堀りつくそ": { + "w_type": "godan verb stem", + "romaji": "horitsukuso" + }, + "堀りつくした": { + "w_type": "conjugated godan verb", + "romaji": "horitsukushita" + }, + "堀りつくして": { + "w_type": "conjugated godan verb", + "romaji": "horitsukushite" + }, + "実ら": { + "w_type": "godan verb stem", + "romaji": "minora" + }, + "実り": { + "w_type": "godan verb stem", + "romaji": "minori" + }, + "実れ": { + "w_type": "conjugated godan verb", + "romaji": "minore" + }, + "実ろ": { + "w_type": "godan verb stem", + "romaji": "minoro" + }, + "実った": { + "w_type": "conjugated godan verb", + "romaji": "minotta" + }, + "実って": { + "w_type": "conjugated godan verb", + "romaji": "minotte" + }, + "聳やかさ": { + "w_type": "godan verb stem", + "romaji": "sobiyakasa" + }, + "聳やかし": { + "w_type": "godan verb stem", + "romaji": "sobiyakashi" + }, + "聳やかせ": { + "w_type": "conjugated godan verb", + "romaji": "sobiyakase" + }, + "聳やかそ": { + "w_type": "godan verb stem", + "romaji": "sobiyakaso" + }, + "聳やかした": { + "w_type": "conjugated godan verb", + "romaji": "sobiyakashita" + }, + "聳やかして": { + "w_type": "conjugated godan verb", + "romaji": "sobiyakashite" + }, + "素見さ": { + "w_type": "godan verb stem", + "romaji": "hiyakasa" + }, + "素見し": { + "w_type": "godan verb stem", + "romaji": "hiyakashi" + }, + "素見せ": { + "w_type": "conjugated godan verb", + "romaji": "hiyakase" + }, + "素見そ": { + "w_type": "godan verb stem", + "romaji": "hiyakaso" + }, + "素見した": { + "w_type": "conjugated godan verb", + "romaji": "hiyakashita" + }, + "素見して": { + "w_type": "conjugated godan verb", + "romaji": "hiyakashite" + }, + "継足さ": { + "w_type": "godan verb stem", + "romaji": "tsugitasa" + }, + "継足し": { + "w_type": "godan verb stem", + "romaji": "tsugitashi" + }, + "継足せ": { + "w_type": "conjugated godan verb", + "romaji": "tsugitase" + }, + "継足そ": { + "w_type": "godan verb stem", + "romaji": "tsugitaso" + }, + "継足した": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashita" + }, + "継足して": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashite" + }, + "生け込ま": { + "w_type": "godan verb stem", + "romaji": "ikekoma" + }, + "生け込み": { + "w_type": "godan verb stem", + "romaji": "ikekomi" + }, + "生け込め": { + "w_type": "conjugated godan verb", + "romaji": "ikekome" + }, + "生け込も": { + "w_type": "godan verb stem", + "romaji": "ikekomo" + }, + "生け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikekonda" + }, + "生け込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikekonde" + }, + "纏い付か": { + "w_type": "godan verb stem", + "romaji": "matoitsuka" + }, + "纏い付き": { + "w_type": "godan verb stem", + "romaji": "matoitsuki" + }, + "纏い付け": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuke" + }, + "纏い付こ": { + "w_type": "godan verb stem", + "romaji": "matoitsuko" + }, + "纏い付いた": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuita" + }, + "纏い付いて": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuite" + }, + "打ち上がら": { + "w_type": "godan verb stem", + "romaji": "uchiagara" + }, + "打ち上がり": { + "w_type": "godan verb stem", + "romaji": "uchiagari" + }, + "打ち上がれ": { + "w_type": "conjugated godan verb", + "romaji": "uchiagare" + }, + "打ち上がろ": { + "w_type": "godan verb stem", + "romaji": "uchiagaro" + }, + "打ち上がった": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatta" + }, + "打ち上がって": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatte" + }, + "語り尽さ": { + "w_type": "godan verb stem", + "romaji": "kataritsukusa" + }, + "語り尽し": { + "w_type": "godan verb stem", + "romaji": "kataritsukushi" + }, + "語り尽せ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukuse" + }, + "語り尽そ": { + "w_type": "godan verb stem", + "romaji": "kataritsukuso" + }, + "語り尽した": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukushita" + }, + "語り尽して": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukushite" + }, + "取り逃がさ": { + "w_type": "godan verb stem", + "romaji": "torinigasa" + }, + "取り逃がし": { + "w_type": "godan verb stem", + "romaji": "torinigashi" + }, + "取り逃がせ": { + "w_type": "conjugated godan verb", + "romaji": "torinigase" + }, + "取り逃がそ": { + "w_type": "godan verb stem", + "romaji": "torinigaso" + }, + "取り逃がした": { + "w_type": "conjugated godan verb", + "romaji": "torinigashita" + }, + "取り逃がして": { + "w_type": "conjugated godan verb", + "romaji": "torinigashite" + }, + "上擦ら": { + "w_type": "godan verb stem", + "romaji": "uwazura" + }, + "上擦り": { + "w_type": "godan verb stem", + "romaji": "uwazuri" + }, + "上擦れ": { + "w_type": "conjugated godan verb", + "romaji": "uwazure" + }, + "上擦ろ": { + "w_type": "godan verb stem", + "romaji": "uwazuro" + }, + "上擦った": { + "w_type": "conjugated godan verb", + "romaji": "uwazutta" + }, + "上擦って": { + "w_type": "conjugated godan verb", + "romaji": "uwazutte" + }, + "出替わら": { + "w_type": "godan verb stem", + "romaji": "dekawara" + }, + "出替わり": { + "w_type": "godan verb stem", + "romaji": "dekawari" + }, + "出替われ": { + "w_type": "conjugated godan verb", + "romaji": "dekaware" + }, + "出替わろ": { + "w_type": "godan verb stem", + "romaji": "dekawaro" + }, + "出替わった": { + "w_type": "conjugated godan verb", + "romaji": "dekawatta" + }, + "出替わって": { + "w_type": "conjugated godan verb", + "romaji": "dekawatte" + }, + "はね返さ": { + "w_type": "godan verb stem", + "romaji": "hanekaesa" + }, + "はね返し": { + "w_type": "godan verb stem", + "romaji": "hanekaeshi" + }, + "はね返せ": { + "w_type": "conjugated godan verb", + "romaji": "hanekaese" + }, + "はね返そ": { + "w_type": "godan verb stem", + "romaji": "hanekaeso" + }, + "はね返した": { + "w_type": "conjugated godan verb", + "romaji": "hanekaeshita" + }, + "はね返して": { + "w_type": "conjugated godan verb", + "romaji": "hanekaeshite" + }, + "舞上がら": { + "w_type": "godan verb stem", + "romaji": "maiagara" + }, + "舞上がり": { + "w_type": "godan verb stem", + "romaji": "maiagari" + }, + "舞上がれ": { + "w_type": "conjugated godan verb", + "romaji": "maiagare" + }, + "舞上がろ": { + "w_type": "godan verb stem", + "romaji": "maiagaro" + }, + "舞上がった": { + "w_type": "conjugated godan verb", + "romaji": "maiagatta" + }, + "舞上がって": { + "w_type": "conjugated godan verb", + "romaji": "maiagatte" + }, + "滅ぼさ": { + "w_type": "godan verb stem", + "romaji": "horobosa" + }, + "滅ぼし": { + "w_type": "godan verb stem", + "romaji": "horoboshi" + }, + "滅ぼせ": { + "w_type": "conjugated godan verb", + "romaji": "horobose" + }, + "滅ぼそ": { + "w_type": "godan verb stem", + "romaji": "horoboso" + }, + "滅ぼした": { + "w_type": "conjugated godan verb", + "romaji": "horoboshita" + }, + "滅ぼして": { + "w_type": "conjugated godan verb", + "romaji": "horoboshite" + }, + "達さ": { + "w_type": "godan verb stem", + "romaji": "tassa" + }, + "達し": { + "w_type": "godan verb stem", + "romaji": "tasshi" + }, + "達せ": { + "w_type": "conjugated godan verb", + "romaji": "tasse" + }, + "達そ": { + "w_type": "godan verb stem", + "romaji": "tasso" + }, + "達した": { + "w_type": "conjugated godan verb", + "romaji": "tasshita" + }, + "達して": { + "w_type": "conjugated godan verb", + "romaji": "tasshite" + }, + "祈ら": { + "w_type": "godan verb stem", + "romaji": "inora" + }, + "祈り": { + "w_type": "godan verb stem", + "romaji": "inori" + }, + "祈れ": { + "w_type": "conjugated godan verb", + "romaji": "inore" + }, + "祈ろ": { + "w_type": "godan verb stem", + "romaji": "inoro" + }, + "祈った": { + "w_type": "conjugated godan verb", + "romaji": "inotta" + }, + "祈って": { + "w_type": "conjugated godan verb", + "romaji": "inotte" + }, + "賦ら": { + "w_type": "godan verb stem", + "romaji": "kubara" + }, + "賦り": { + "w_type": "godan verb stem", + "romaji": "kubari" + }, + "賦れ": { + "w_type": "conjugated godan verb", + "romaji": "kubare" + }, + "賦ろ": { + "w_type": "godan verb stem", + "romaji": "kubaro" + }, + "賦った": { + "w_type": "conjugated godan verb", + "romaji": "kubatta" + }, + "賦って": { + "w_type": "conjugated godan verb", + "romaji": "kubatte" + }, + "舞い躍ら": { + "w_type": "godan verb stem", + "romaji": "maiodora" + }, + "舞い躍り": { + "w_type": "godan verb stem", + "romaji": "maiodori" + }, + "舞い躍れ": { + "w_type": "conjugated godan verb", + "romaji": "maiodore" + }, + "舞い躍ろ": { + "w_type": "godan verb stem", + "romaji": "maiodoro" + }, + "舞い躍った": { + "w_type": "conjugated godan verb", + "romaji": "maiodotta" + }, + "舞い躍って": { + "w_type": "conjugated godan verb", + "romaji": "maiodotte" + }, + "はね返ら": { + "w_type": "godan verb stem", + "romaji": "hanekaera" + }, + "はね返り": { + "w_type": "godan verb stem", + "romaji": "hanekaeri" + }, + "はね返れ": { + "w_type": "conjugated godan verb", + "romaji": "hanekaere" + }, + "はね返ろ": { + "w_type": "godan verb stem", + "romaji": "hanekaero" + }, + "はね返った": { + "w_type": "conjugated godan verb", + "romaji": "hanekaetta" + }, + "はね返って": { + "w_type": "conjugated godan verb", + "romaji": "hanekaette" + }, + "どち狂わ": { + "w_type": "godan verb stem", + "romaji": "dochiguruwa" + }, + "どち狂い": { + "w_type": "godan verb stem", + "romaji": "dochigurui" + }, + "どち狂え": { + "w_type": "conjugated godan verb", + "romaji": "dochigurue" + }, + "どち狂お": { + "w_type": "godan verb stem", + "romaji": "dochiguruo" + }, + "どち狂った": { + "w_type": "conjugated godan verb", + "romaji": "dochigurutta" + }, + "どち狂って": { + "w_type": "conjugated godan verb", + "romaji": "dochigurutte" + }, + "引っかぶら": { + "w_type": "godan verb stem", + "romaji": "hikkabura" + }, + "引っかぶり": { + "w_type": "godan verb stem", + "romaji": "hikkaburi" + }, + "引っかぶれ": { + "w_type": "conjugated godan verb", + "romaji": "hikkabure" + }, + "引っかぶろ": { + "w_type": "godan verb stem", + "romaji": "hikkaburo" + }, + "引っかぶった": { + "w_type": "conjugated godan verb", + "romaji": "hikkabutta" + }, + "引っかぶって": { + "w_type": "conjugated godan verb", + "romaji": "hikkabutte" + }, + "泣き暮さ": { + "w_type": "godan verb stem", + "romaji": "nakikurasa" + }, + "泣き暮し": { + "w_type": "godan verb stem", + "romaji": "nakikurashi" + }, + "泣き暮せ": { + "w_type": "conjugated godan verb", + "romaji": "nakikurase" + }, + "泣き暮そ": { + "w_type": "godan verb stem", + "romaji": "nakikuraso" + }, + "泣き暮した": { + "w_type": "conjugated godan verb", + "romaji": "nakikurashita" + }, + "泣き暮して": { + "w_type": "conjugated godan verb", + "romaji": "nakikurashite" + }, + "暝ら": { + "w_type": "godan verb stem", + "romaji": "tsubura" + }, + "暝り": { + "w_type": "godan verb stem", + "romaji": "tsuburi" + }, + "暝れ": { + "w_type": "conjugated godan verb", + "romaji": "tsubure" + }, + "暝ろ": { + "w_type": "godan verb stem", + "romaji": "tsuburo" + }, + "暝った": { + "w_type": "conjugated godan verb", + "romaji": "tsubutta" + }, + "暝って": { + "w_type": "conjugated godan verb", + "romaji": "tsubutte" + }, + "悄気込ま": { + "w_type": "godan verb stem", + "romaji": "shogekoma" + }, + "悄気込み": { + "w_type": "godan verb stem", + "romaji": "shogekomi" + }, + "悄気込め": { + "w_type": "conjugated godan verb", + "romaji": "shogekome" + }, + "悄気込も": { + "w_type": "godan verb stem", + "romaji": "shogekomo" + }, + "悄気込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shogekonda" + }, + "悄気込んで": { + "w_type": "conjugated godan verb", + "romaji": "shogekonde" + }, + "打っ飛ば": { + "w_type": "godan verb stem", + "romaji": "buttoba" + }, + "打っ飛び": { + "w_type": "godan verb stem", + "romaji": "buttobi" + }, + "打っ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "buttobe" + }, + "打っ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "buttobo" + }, + "打っ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "buttonda" + }, + "打っ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "buttonde" + }, + "使い果さ": { + "w_type": "godan verb stem", + "romaji": "tsukaihatasa" + }, + "使い果し": { + "w_type": "godan verb stem", + "romaji": "tsukaihatashi" + }, + "使い果せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatase" + }, + "使い果そ": { + "w_type": "godan verb stem", + "romaji": "tsukaihataso" + }, + "使い果した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashita" + }, + "使い果して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashite" + }, + "差し出さ": { + "w_type": "godan verb stem", + "romaji": "sashidasa" + }, + "差し出し": { + "w_type": "godan verb stem", + "romaji": "sashidashi" + }, + "差し出せ": { + "w_type": "conjugated godan verb", + "romaji": "sashidase" + }, + "差し出そ": { + "w_type": "godan verb stem", + "romaji": "sashidaso" + }, + "差し出した": { + "w_type": "conjugated godan verb", + "romaji": "sashidashita" + }, + "差し出して": { + "w_type": "conjugated godan verb", + "romaji": "sashidashite" + }, + "取り払わ": { + "w_type": "godan verb stem", + "romaji": "toriharawa" + }, + "取り払い": { + "w_type": "godan verb stem", + "romaji": "toriharai" + }, + "取り払え": { + "w_type": "conjugated godan verb", + "romaji": "toriharae" + }, + "取り払お": { + "w_type": "godan verb stem", + "romaji": "toriharao" + }, + "取り払った": { + "w_type": "conjugated godan verb", + "romaji": "toriharatta" + }, + "取り払って": { + "w_type": "conjugated godan verb", + "romaji": "toriharatte" + }, + "溶け込ま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "溶け込み": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "溶け込め": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "溶け込も": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "溶け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "溶け込んで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "泣き悲しま": { + "w_type": "godan verb stem", + "romaji": "nakikanashima" + }, + "泣き悲しみ": { + "w_type": "godan verb stem", + "romaji": "nakikanashimi" + }, + "泣き悲しめ": { + "w_type": "conjugated godan verb", + "romaji": "nakikanashime" + }, + "泣き悲しも": { + "w_type": "godan verb stem", + "romaji": "nakikanashimo" + }, + "泣き悲しんだ": { + "w_type": "conjugated godan verb", + "romaji": "nakikanashinda" + }, + "泣き悲しんで": { + "w_type": "conjugated godan verb", + "romaji": "nakikanashinde" + }, + "恥じ入ら": { + "w_type": "godan verb stem", + "romaji": "hajiira" + }, + "恥じ入り": { + "w_type": "godan verb stem", + "romaji": "hajiiri" + }, + "恥じ入れ": { + "w_type": "conjugated godan verb", + "romaji": "hajiire" + }, + "恥じ入ろ": { + "w_type": "godan verb stem", + "romaji": "hajiiro" + }, + "恥じ入った": { + "w_type": "conjugated godan verb", + "romaji": "hajiitta" + }, + "恥じ入って": { + "w_type": "conjugated godan verb", + "romaji": "hajiitte" + }, + "粧さ": { + "w_type": "godan verb stem", + "romaji": "mekasa" + }, + "粧し": { + "w_type": "godan verb stem", + "romaji": "mekashi" + }, + "粧せ": { + "w_type": "conjugated godan verb", + "romaji": "mekase" + }, + "粧そ": { + "w_type": "godan verb stem", + "romaji": "mekaso" + }, + "粧した": { + "w_type": "conjugated godan verb", + "romaji": "mekashita" + }, + "粧して": { + "w_type": "conjugated godan verb", + "romaji": "mekashite" + }, + "ぶつけ合わ": { + "w_type": "godan verb stem", + "romaji": "butsukeawa" + }, + "ぶつけ合い": { + "w_type": "godan verb stem", + "romaji": "butsukeai" + }, + "ぶつけ合え": { + "w_type": "conjugated godan verb", + "romaji": "butsukeae" + }, + "ぶつけ合お": { + "w_type": "godan verb stem", + "romaji": "butsukeao" + }, + "ぶつけ合った": { + "w_type": "conjugated godan verb", + "romaji": "butsukeatta" + }, + "ぶつけ合って": { + "w_type": "conjugated godan verb", + "romaji": "butsukeatte" + }, + "わき起こら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "わき起こり": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "わき起これ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "わき起ころ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "わき起こった": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "わき起こって": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "猜ま": { + "w_type": "godan verb stem", + "romaji": "netama" + }, + "猜み": { + "w_type": "godan verb stem", + "romaji": "netami" + }, + "猜め": { + "w_type": "conjugated godan verb", + "romaji": "netame" + }, + "猜も": { + "w_type": "godan verb stem", + "romaji": "netamo" + }, + "猜んだ": { + "w_type": "conjugated godan verb", + "romaji": "netanda" + }, + "猜んで": { + "w_type": "conjugated godan verb", + "romaji": "netande" + }, + "燃やさ": { + "w_type": "godan verb stem", + "romaji": "moyasa" + }, + "燃やし": { + "w_type": "godan verb stem", + "romaji": "moyashi" + }, + "燃やせ": { + "w_type": "conjugated godan verb", + "romaji": "moyase" + }, + "燃やそ": { + "w_type": "godan verb stem", + "romaji": "moyaso" + }, + "燃やした": { + "w_type": "conjugated godan verb", + "romaji": "moyashita" + }, + "燃やして": { + "w_type": "conjugated godan verb", + "romaji": "moyashite" + }, + "寄合わ": { + "w_type": "godan verb stem", + "romaji": "yoriawa" + }, + "寄合い": { + "w_type": "godan verb stem", + "romaji": "yoriai" + }, + "寄合え": { + "w_type": "conjugated godan verb", + "romaji": "yoriae" + }, + "寄合お": { + "w_type": "godan verb stem", + "romaji": "yoriao" + }, + "寄合った": { + "w_type": "conjugated godan verb", + "romaji": "yoriatta" + }, + "寄合って": { + "w_type": "conjugated godan verb", + "romaji": "yoriatte" + }, + "立ち合わ": { + "w_type": "godan verb stem", + "romaji": "tachiawa" + }, + "立ち合い": { + "w_type": "godan verb stem", + "romaji": "tachiai" + }, + "立ち合え": { + "w_type": "conjugated godan verb", + "romaji": "tachiae" + }, + "立ち合お": { + "w_type": "godan verb stem", + "romaji": "tachiao" + }, + "立ち合った": { + "w_type": "conjugated godan verb", + "romaji": "tachiatta" + }, + "立ち合って": { + "w_type": "conjugated godan verb", + "romaji": "tachiatte" + }, + "奪い返さ": { + "w_type": "godan verb stem", + "romaji": "ubaikaesa" + }, + "奪い返し": { + "w_type": "godan verb stem", + "romaji": "ubaikaeshi" + }, + "奪い返せ": { + "w_type": "conjugated godan verb", + "romaji": "ubaikaese" + }, + "奪い返そ": { + "w_type": "godan verb stem", + "romaji": "ubaikaeso" + }, + "奪い返した": { + "w_type": "conjugated godan verb", + "romaji": "ubaikaeshita" + }, + "奪い返して": { + "w_type": "conjugated godan verb", + "romaji": "ubaikaeshite" + }, + "張り込ま": { + "w_type": "godan verb stem", + "romaji": "harikoma" + }, + "張り込み": { + "w_type": "godan verb stem", + "romaji": "harikomi" + }, + "張り込め": { + "w_type": "conjugated godan verb", + "romaji": "harikome" + }, + "張り込も": { + "w_type": "godan verb stem", + "romaji": "harikomo" + }, + "張り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "harikonda" + }, + "張り込んで": { + "w_type": "conjugated godan verb", + "romaji": "harikonde" + }, + "急込ま": { + "w_type": "godan verb stem", + "romaji": "sekikoma" + }, + "急込み": { + "w_type": "godan verb stem", + "romaji": "sekikomi" + }, + "急込め": { + "w_type": "conjugated godan verb", + "romaji": "sekikome" + }, + "急込も": { + "w_type": "godan verb stem", + "romaji": "sekikomo" + }, + "急込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sekikonda" + }, + "急込んで": { + "w_type": "conjugated godan verb", + "romaji": "sekikonde" + }, + "いびり出さ": { + "w_type": "godan verb stem", + "romaji": "ibiridasa" + }, + "いびり出し": { + "w_type": "godan verb stem", + "romaji": "ibiridashi" + }, + "いびり出せ": { + "w_type": "conjugated godan verb", + "romaji": "ibiridase" + }, + "いびり出そ": { + "w_type": "godan verb stem", + "romaji": "ibiridaso" + }, + "いびり出した": { + "w_type": "conjugated godan verb", + "romaji": "ibiridashita" + }, + "いびり出して": { + "w_type": "conjugated godan verb", + "romaji": "ibiridashite" + }, + "染みこま": { + "w_type": "godan verb stem", + "romaji": "shimikoma" + }, + "染みこみ": { + "w_type": "godan verb stem", + "romaji": "shimikomi" + }, + "染みこめ": { + "w_type": "conjugated godan verb", + "romaji": "shimikome" + }, + "染みこも": { + "w_type": "godan verb stem", + "romaji": "shimikomo" + }, + "染みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "shimikonda" + }, + "染みこんで": { + "w_type": "conjugated godan verb", + "romaji": "shimikonde" + }, + "吹き遊ば": { + "w_type": "godan verb stem", + "romaji": "fukisusaba" + }, + "吹き遊び": { + "w_type": "godan verb stem", + "romaji": "fukisusabi" + }, + "吹き遊べ": { + "w_type": "conjugated godan verb", + "romaji": "fukisusabe" + }, + "吹き遊ぼ": { + "w_type": "godan verb stem", + "romaji": "fukisusabo" + }, + "吹き遊んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukisusanda" + }, + "吹き遊んで": { + "w_type": "conjugated godan verb", + "romaji": "fukisusande" + }, + "盪さ": { + "w_type": "godan verb stem", + "romaji": "torokasa" + }, + "盪し": { + "w_type": "godan verb stem", + "romaji": "torokashi" + }, + "盪せ": { + "w_type": "conjugated godan verb", + "romaji": "torokase" + }, + "盪そ": { + "w_type": "godan verb stem", + "romaji": "torokaso" + }, + "盪した": { + "w_type": "conjugated godan verb", + "romaji": "torokashita" + }, + "盪して": { + "w_type": "conjugated godan verb", + "romaji": "torokashite" + }, + "凭り掛から": { + "w_type": "godan verb stem", + "romaji": "yorikakara" + }, + "凭り掛かり": { + "w_type": "godan verb stem", + "romaji": "yorikakari" + }, + "凭り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "yorikakare" + }, + "凭り掛かろ": { + "w_type": "godan verb stem", + "romaji": "yorikakaro" + }, + "凭り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatta" + }, + "凭り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatte" + }, + "聞きなおさ": { + "w_type": "godan verb stem", + "romaji": "kikinaosa" + }, + "聞きなおし": { + "w_type": "godan verb stem", + "romaji": "kikinaoshi" + }, + "聞きなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kikinaose" + }, + "聞きなおそ": { + "w_type": "godan verb stem", + "romaji": "kikinaoso" + }, + "聞きなおした": { + "w_type": "conjugated godan verb", + "romaji": "kikinaoshita" + }, + "聞きなおして": { + "w_type": "conjugated godan verb", + "romaji": "kikinaoshite" + }, + "隠くさ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "隠くし": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "隠くせ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "隠くそ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "隠くした": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "隠くして": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "剃り落とさ": { + "w_type": "godan verb stem", + "romaji": "soriotosa" + }, + "剃り落とし": { + "w_type": "godan verb stem", + "romaji": "soriotoshi" + }, + "剃り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "soriotose" + }, + "剃り落とそ": { + "w_type": "godan verb stem", + "romaji": "soriotoso" + }, + "剃り落とした": { + "w_type": "conjugated godan verb", + "romaji": "soriotoshita" + }, + "剃り落として": { + "w_type": "conjugated godan verb", + "romaji": "soriotoshite" + }, + "轢殺さ": { + "w_type": "godan verb stem", + "romaji": "hikikorosa" + }, + "轢殺し": { + "w_type": "godan verb stem", + "romaji": "hikikoroshi" + }, + "轢殺せ": { + "w_type": "conjugated godan verb", + "romaji": "hikikorose" + }, + "轢殺そ": { + "w_type": "godan verb stem", + "romaji": "hikikoroso" + }, + "轢殺した": { + "w_type": "conjugated godan verb", + "romaji": "hikikoroshita" + }, + "轢殺して": { + "w_type": "conjugated godan verb", + "romaji": "hikikoroshite" + }, + "かけ寄ら": { + "w_type": "godan verb stem", + "romaji": "kakeyora" + }, + "かけ寄り": { + "w_type": "godan verb stem", + "romaji": "kakeyori" + }, + "かけ寄れ": { + "w_type": "conjugated godan verb", + "romaji": "kakeyore" + }, + "かけ寄ろ": { + "w_type": "godan verb stem", + "romaji": "kakeyoro" + }, + "かけ寄った": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotta" + }, + "かけ寄って": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotte" + }, + "肉づか": { + "w_type": "godan verb stem", + "romaji": "nikuzuka" + }, + "肉づき": { + "w_type": "godan verb stem", + "romaji": "nikuzuki" + }, + "肉づけ": { + "w_type": "conjugated godan verb", + "romaji": "nikuzuke" + }, + "肉づこ": { + "w_type": "godan verb stem", + "romaji": "nikuzuko" + }, + "肉づいた": { + "w_type": "conjugated godan verb", + "romaji": "nikuzuita" + }, + "肉づいて": { + "w_type": "conjugated godan verb", + "romaji": "nikuzuite" + }, + "取り付か": { + "w_type": "godan verb stem", + "romaji": "toritsuka" + }, + "取り付き": { + "w_type": "godan verb stem", + "romaji": "toritsuki" + }, + "取り付け": { + "w_type": "conjugated godan verb", + "romaji": "toritsuke" + }, + "取り付こ": { + "w_type": "godan verb stem", + "romaji": "toritsuko" + }, + "取り付いた": { + "w_type": "conjugated godan verb", + "romaji": "toritsuita" + }, + "取り付いて": { + "w_type": "conjugated godan verb", + "romaji": "toritsuite" + }, + "居据わら": { + "w_type": "godan verb stem", + "romaji": "isuwara" + }, + "居据わり": { + "w_type": "godan verb stem", + "romaji": "isuwari" + }, + "居据われ": { + "w_type": "conjugated godan verb", + "romaji": "isuware" + }, + "居据わろ": { + "w_type": "godan verb stem", + "romaji": "isuwaro" + }, + "居据わった": { + "w_type": "conjugated godan verb", + "romaji": "isuwatta" + }, + "居据わって": { + "w_type": "conjugated godan verb", + "romaji": "isuwatte" + }, + "生で飲ま": { + "w_type": "godan verb stem", + "romaji": "kidenoma" + }, + "生で飲み": { + "w_type": "godan verb stem", + "romaji": "kidenomi" + }, + "生で飲め": { + "w_type": "conjugated godan verb", + "romaji": "kidenome" + }, + "生で飲も": { + "w_type": "godan verb stem", + "romaji": "kidenomo" + }, + "生で飲んだ": { + "w_type": "conjugated godan verb", + "romaji": "kidenonda" + }, + "生で飲んで": { + "w_type": "conjugated godan verb", + "romaji": "kidenonde" + }, + "利かさ": { + "w_type": "godan verb stem", + "romaji": "kikasa" + }, + "利かし": { + "w_type": "godan verb stem", + "romaji": "kikashi" + }, + "利かせ": { + "w_type": "conjugated godan verb", + "romaji": "kikase" + }, + "利かそ": { + "w_type": "godan verb stem", + "romaji": "kikaso" + }, + "利かした": { + "w_type": "conjugated godan verb", + "romaji": "kikashita" + }, + "利かして": { + "w_type": "conjugated godan verb", + "romaji": "kikashite" + }, + "打ち滅ぼさ": { + "w_type": "godan verb stem", + "romaji": "uchihorobosa" + }, + "打ち滅ぼし": { + "w_type": "godan verb stem", + "romaji": "uchihoroboshi" + }, + "打ち滅ぼせ": { + "w_type": "conjugated godan verb", + "romaji": "uchihorobose" + }, + "打ち滅ぼそ": { + "w_type": "godan verb stem", + "romaji": "uchihoroboso" + }, + "打ち滅ぼした": { + "w_type": "conjugated godan verb", + "romaji": "uchihoroboshita" + }, + "打ち滅ぼして": { + "w_type": "conjugated godan verb", + "romaji": "uchihoroboshite" + }, + "打ち果たさ": { + "w_type": "godan verb stem", + "romaji": "uchihatasa" + }, + "打ち果たし": { + "w_type": "godan verb stem", + "romaji": "uchihatashi" + }, + "打ち果たせ": { + "w_type": "conjugated godan verb", + "romaji": "uchihatase" + }, + "打ち果たそ": { + "w_type": "godan verb stem", + "romaji": "uchihataso" + }, + "打ち果たした": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashita" + }, + "打ち果たして": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashite" + }, + "乗り込ま": { + "w_type": "godan verb stem", + "romaji": "norikoma" + }, + "乗り込み": { + "w_type": "godan verb stem", + "romaji": "norikomi" + }, + "乗り込め": { + "w_type": "conjugated godan verb", + "romaji": "norikome" + }, + "乗り込も": { + "w_type": "godan verb stem", + "romaji": "norikomo" + }, + "乗り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "norikonda" + }, + "乗り込んで": { + "w_type": "conjugated godan verb", + "romaji": "norikonde" + }, + "書き捲ら": { + "w_type": "godan verb stem", + "romaji": "kakimakura" + }, + "書き捲り": { + "w_type": "godan verb stem", + "romaji": "kakimakuri" + }, + "書き捲れ": { + "w_type": "conjugated godan verb", + "romaji": "kakimakure" + }, + "書き捲ろ": { + "w_type": "godan verb stem", + "romaji": "kakimakuro" + }, + "書き捲った": { + "w_type": "conjugated godan verb", + "romaji": "kakimakutta" + }, + "書き捲って": { + "w_type": "conjugated godan verb", + "romaji": "kakimakutte" + }, + "描き出さ": { + "w_type": "godan verb stem", + "romaji": "egakidasa" + }, + "描き出し": { + "w_type": "godan verb stem", + "romaji": "egakidashi" + }, + "描き出せ": { + "w_type": "conjugated godan verb", + "romaji": "egakidase" + }, + "描き出そ": { + "w_type": "godan verb stem", + "romaji": "egakidaso" + }, + "描き出した": { + "w_type": "conjugated godan verb", + "romaji": "egakidashita" + }, + "描き出して": { + "w_type": "conjugated godan verb", + "romaji": "egakidashite" + }, + "酌みかわさ": { + "w_type": "godan verb stem", + "romaji": "kumikawasa" + }, + "酌みかわし": { + "w_type": "godan verb stem", + "romaji": "kumikawashi" + }, + "酌みかわせ": { + "w_type": "conjugated godan verb", + "romaji": "kumikawase" + }, + "酌みかわそ": { + "w_type": "godan verb stem", + "romaji": "kumikawaso" + }, + "酌みかわした": { + "w_type": "conjugated godan verb", + "romaji": "kumikawashita" + }, + "酌みかわして": { + "w_type": "conjugated godan verb", + "romaji": "kumikawashite" + }, + "呆れ返ら": { + "w_type": "godan verb stem", + "romaji": "akirekaera" + }, + "呆れ返り": { + "w_type": "godan verb stem", + "romaji": "akirekaeri" + }, + "呆れ返れ": { + "w_type": "conjugated godan verb", + "romaji": "akirekaere" + }, + "呆れ返ろ": { + "w_type": "godan verb stem", + "romaji": "akirekaero" + }, + "呆れ返った": { + "w_type": "conjugated godan verb", + "romaji": "akirekaetta" + }, + "呆れ返って": { + "w_type": "conjugated godan verb", + "romaji": "akirekaette" + }, + "浮上がら": { + "w_type": "godan verb stem", + "romaji": "ukiagara" + }, + "浮上がり": { + "w_type": "godan verb stem", + "romaji": "ukiagari" + }, + "浮上がれ": { + "w_type": "conjugated godan verb", + "romaji": "ukiagare" + }, + "浮上がろ": { + "w_type": "godan verb stem", + "romaji": "ukiagaro" + }, + "浮上がった": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatta" + }, + "浮上がって": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatte" + }, + "盡さ": { + "w_type": "godan verb stem", + "romaji": "tsukusa" + }, + "盡し": { + "w_type": "godan verb stem", + "romaji": "tsukushi" + }, + "盡せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuse" + }, + "盡そ": { + "w_type": "godan verb stem", + "romaji": "tsukuso" + }, + "盡した": { + "w_type": "conjugated godan verb", + "romaji": "tsukushita" + }, + "盡して": { + "w_type": "conjugated godan verb", + "romaji": "tsukushite" + }, + "当て嵌まら": { + "w_type": "godan verb stem", + "romaji": "atehamara" + }, + "当て嵌まり": { + "w_type": "godan verb stem", + "romaji": "atehamari" + }, + "当て嵌まれ": { + "w_type": "conjugated godan verb", + "romaji": "atehamare" + }, + "当て嵌まろ": { + "w_type": "godan verb stem", + "romaji": "atehamaro" + }, + "当て嵌まった": { + "w_type": "conjugated godan verb", + "romaji": "atehamatta" + }, + "当て嵌まって": { + "w_type": "conjugated godan verb", + "romaji": "atehamatte" + }, + "思い惑わ": { + "w_type": "godan verb stem", + "romaji": "omoimadowa" + }, + "思い惑い": { + "w_type": "godan verb stem", + "romaji": "omoimadoi" + }, + "思い惑え": { + "w_type": "conjugated godan verb", + "romaji": "omoimadoe" + }, + "思い惑お": { + "w_type": "godan verb stem", + "romaji": "omoimadoo" + }, + "思い惑った": { + "w_type": "conjugated godan verb", + "romaji": "omoimadotta" + }, + "思い惑って": { + "w_type": "conjugated godan verb", + "romaji": "omoimadotte" + }, + "押し返さ": { + "w_type": "godan verb stem", + "romaji": "oshikaesa" + }, + "押し返し": { + "w_type": "godan verb stem", + "romaji": "oshikaeshi" + }, + "押し返せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikaese" + }, + "押し返そ": { + "w_type": "godan verb stem", + "romaji": "oshikaeso" + }, + "押し返した": { + "w_type": "conjugated godan verb", + "romaji": "oshikaeshita" + }, + "押し返して": { + "w_type": "conjugated godan verb", + "romaji": "oshikaeshite" + }, + "読み切ら": { + "w_type": "godan verb stem", + "romaji": "yomikira" + }, + "読み切り": { + "w_type": "godan verb stem", + "romaji": "yomikiri" + }, + "読み切れ": { + "w_type": "conjugated godan verb", + "romaji": "yomikire" + }, + "読み切ろ": { + "w_type": "godan verb stem", + "romaji": "yomikiro" + }, + "読み切った": { + "w_type": "conjugated godan verb", + "romaji": "yomikitta" + }, + "読み切って": { + "w_type": "conjugated godan verb", + "romaji": "yomikitte" + }, + "斫ら": { + "w_type": "godan verb stem", + "romaji": "hatsura" + }, + "斫り": { + "w_type": "godan verb stem", + "romaji": "hatsuri" + }, + "斫れ": { + "w_type": "conjugated godan verb", + "romaji": "hatsure" + }, + "斫ろ": { + "w_type": "godan verb stem", + "romaji": "hatsuro" + }, + "斫った": { + "w_type": "conjugated godan verb", + "romaji": "hatsutta" + }, + "斫って": { + "w_type": "conjugated godan verb", + "romaji": "hatsutte" + }, + "からめ捕ら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "からめ捕り": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "からめ捕れ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "からめ捕ろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "からめ捕った": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "からめ捕って": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "晒さ": { + "w_type": "godan verb stem", + "romaji": "sarasa" + }, + "晒し": { + "w_type": "godan verb stem", + "romaji": "sarashi" + }, + "晒せ": { + "w_type": "conjugated godan verb", + "romaji": "sarase" + }, + "晒そ": { + "w_type": "godan verb stem", + "romaji": "saraso" + }, + "晒した": { + "w_type": "conjugated godan verb", + "romaji": "sarashita" + }, + "晒して": { + "w_type": "conjugated godan verb", + "romaji": "sarashite" + }, + "下掛から": { + "w_type": "godan verb stem", + "romaji": "shimogakara" + }, + "下掛かり": { + "w_type": "godan verb stem", + "romaji": "shimogakari" + }, + "下掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "shimogakare" + }, + "下掛かろ": { + "w_type": "godan verb stem", + "romaji": "shimogakaro" + }, + "下掛かった": { + "w_type": "conjugated godan verb", + "romaji": "shimogakatta" + }, + "下掛かって": { + "w_type": "conjugated godan verb", + "romaji": "shimogakatte" + }, + "鳴りはためか": { + "w_type": "godan verb stem", + "romaji": "narihatameka" + }, + "鳴りはためき": { + "w_type": "godan verb stem", + "romaji": "narihatameki" + }, + "鳴りはためけ": { + "w_type": "conjugated godan verb", + "romaji": "narihatameke" + }, + "鳴りはためこ": { + "w_type": "godan verb stem", + "romaji": "narihatameko" + }, + "鳴りはためいた": { + "w_type": "conjugated godan verb", + "romaji": "narihatameita" + }, + "鳴りはためいて": { + "w_type": "conjugated godan verb", + "romaji": "narihatameite" + }, + "合わせ持た": { + "w_type": "godan verb stem", + "romaji": "awasemota" + }, + "合わせ持ち": { + "w_type": "godan verb stem", + "romaji": "awasemochi" + }, + "合わせ持て": { + "w_type": "conjugated godan verb", + "romaji": "awasemote" + }, + "合わせ持と": { + "w_type": "godan verb stem", + "romaji": "awasemoto" + }, + "合わせ持った": { + "w_type": "conjugated godan verb", + "romaji": "awasemotta" + }, + "合わせ持って": { + "w_type": "conjugated godan verb", + "romaji": "awasemotte" + }, + "隱くさ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "隱くし": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "隱くせ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "隱くそ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "隱くした": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "隱くして": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "譃わら": { + "w_type": "godan verb stem", + "romaji": "itsuwara" + }, + "譃わり": { + "w_type": "godan verb stem", + "romaji": "itsuwari" + }, + "譃われ": { + "w_type": "conjugated godan verb", + "romaji": "itsuware" + }, + "譃わろ": { + "w_type": "godan verb stem", + "romaji": "itsuwaro" + }, + "譃わった": { + "w_type": "conjugated godan verb", + "romaji": "itsuwatta" + }, + "譃わって": { + "w_type": "conjugated godan verb", + "romaji": "itsuwatte" + }, + "飛び付か": { + "w_type": "godan verb stem", + "romaji": "tobitsuka" + }, + "飛び付き": { + "w_type": "godan verb stem", + "romaji": "tobitsuki" + }, + "飛び付け": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuke" + }, + "飛び付こ": { + "w_type": "godan verb stem", + "romaji": "tobitsuko" + }, + "飛び付いた": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuita" + }, + "飛び付いて": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuite" + }, + "決込ま": { + "w_type": "godan verb stem", + "romaji": "kimekoma" + }, + "決込み": { + "w_type": "godan verb stem", + "romaji": "kimekomi" + }, + "決込め": { + "w_type": "conjugated godan verb", + "romaji": "kimekome" + }, + "決込も": { + "w_type": "godan verb stem", + "romaji": "kimekomo" + }, + "決込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kimekonda" + }, + "決込んで": { + "w_type": "conjugated godan verb", + "romaji": "kimekonde" + }, + "書き誤ら": { + "w_type": "godan verb stem", + "romaji": "kakiayamara" + }, + "書き誤り": { + "w_type": "godan verb stem", + "romaji": "kakiayamari" + }, + "書き誤れ": { + "w_type": "conjugated godan verb", + "romaji": "kakiayamare" + }, + "書き誤ろ": { + "w_type": "godan verb stem", + "romaji": "kakiayamaro" + }, + "書き誤った": { + "w_type": "conjugated godan verb", + "romaji": "kakiayamatta" + }, + "書き誤って": { + "w_type": "conjugated godan verb", + "romaji": "kakiayamatte" + }, + "射ち込ま": { + "w_type": "godan verb stem", + "romaji": "uchikoma" + }, + "射ち込み": { + "w_type": "godan verb stem", + "romaji": "uchikomi" + }, + "射ち込め": { + "w_type": "conjugated godan verb", + "romaji": "uchikome" + }, + "射ち込も": { + "w_type": "godan verb stem", + "romaji": "uchikomo" + }, + "射ち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uchikonda" + }, + "射ち込んで": { + "w_type": "conjugated godan verb", + "romaji": "uchikonde" + }, + "立ち開から": { + "w_type": "godan verb stem", + "romaji": "tachihadakara" + }, + "立ち開かり": { + "w_type": "godan verb stem", + "romaji": "tachihadakari" + }, + "立ち開かれ": { + "w_type": "conjugated godan verb", + "romaji": "tachihadakare" + }, + "立ち開かろ": { + "w_type": "godan verb stem", + "romaji": "tachihadakaro" + }, + "立ち開かった": { + "w_type": "conjugated godan verb", + "romaji": "tachihadakatta" + }, + "立ち開かって": { + "w_type": "conjugated godan verb", + "romaji": "tachihadakatte" + }, + "かみ殺さ": { + "w_type": "godan verb stem", + "romaji": "kamikorosa" + }, + "かみ殺し": { + "w_type": "godan verb stem", + "romaji": "kamikoroshi" + }, + "かみ殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kamikorose" + }, + "かみ殺そ": { + "w_type": "godan verb stem", + "romaji": "kamikoroso" + }, + "かみ殺した": { + "w_type": "conjugated godan verb", + "romaji": "kamikoroshita" + }, + "かみ殺して": { + "w_type": "conjugated godan verb", + "romaji": "kamikoroshite" + }, + "撓ま": { + "w_type": "godan verb stem", + "romaji": "tawama" + }, + "撓み": { + "w_type": "godan verb stem", + "romaji": "tawami" + }, + "撓め": { + "w_type": "conjugated godan verb", + "romaji": "tawame" + }, + "撓も": { + "w_type": "godan verb stem", + "romaji": "tawamo" + }, + "撓んだ": { + "w_type": "conjugated godan verb", + "romaji": "tawanda" + }, + "撓んで": { + "w_type": "conjugated godan verb", + "romaji": "tawande" + }, + "勝ちっ放さ": { + "w_type": "godan verb stem", + "romaji": "kachippanasa" + }, + "勝ちっ放し": { + "w_type": "godan verb stem", + "romaji": "kachippanashi" + }, + "勝ちっ放せ": { + "w_type": "conjugated godan verb", + "romaji": "kachippanase" + }, + "勝ちっ放そ": { + "w_type": "godan verb stem", + "romaji": "kachippanaso" + }, + "勝ちっ放した": { + "w_type": "conjugated godan verb", + "romaji": "kachippanashita" + }, + "勝ちっ放して": { + "w_type": "conjugated godan verb", + "romaji": "kachippanashite" + }, + "増さ": { + "w_type": "godan verb stem", + "romaji": "masa" + }, + "増し": { + "w_type": "godan verb stem", + "romaji": "mashi" + }, + "増せ": { + "w_type": "conjugated godan verb", + "romaji": "mase" + }, + "増そ": { + "w_type": "godan verb stem", + "romaji": "maso" + }, + "増した": { + "w_type": "conjugated godan verb", + "romaji": "mashita" + }, + "増して": { + "w_type": "conjugated godan verb", + "romaji": "mashite" + }, + "務まら": { + "w_type": "godan verb stem", + "romaji": "tsutomara" + }, + "務まり": { + "w_type": "godan verb stem", + "romaji": "tsutomari" + }, + "務まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsutomare" + }, + "務まろ": { + "w_type": "godan verb stem", + "romaji": "tsutomaro" + }, + "務まった": { + "w_type": "conjugated godan verb", + "romaji": "tsutomatta" + }, + "務まって": { + "w_type": "conjugated godan verb", + "romaji": "tsutomatte" + }, + "諮ら": { + "w_type": "godan verb stem", + "romaji": "hakara" + }, + "諮り": { + "w_type": "godan verb stem", + "romaji": "hakari" + }, + "諮れ": { + "w_type": "conjugated godan verb", + "romaji": "hakare" + }, + "諮ろ": { + "w_type": "godan verb stem", + "romaji": "hakaro" + }, + "諮った": { + "w_type": "conjugated godan verb", + "romaji": "hakatta" + }, + "諮って": { + "w_type": "conjugated godan verb", + "romaji": "hakatte" + }, + "着飾ら": { + "w_type": "godan verb stem", + "romaji": "kikazara" + }, + "着飾り": { + "w_type": "godan verb stem", + "romaji": "kikazari" + }, + "着飾れ": { + "w_type": "conjugated godan verb", + "romaji": "kikazare" + }, + "着飾ろ": { + "w_type": "godan verb stem", + "romaji": "kikazaro" + }, + "着飾った": { + "w_type": "conjugated godan verb", + "romaji": "kikazatta" + }, + "着飾って": { + "w_type": "conjugated godan verb", + "romaji": "kikazatte" + }, + "行き逢わ": { + "w_type": "godan verb stem", + "romaji": "ikiawa" + }, + "行き逢い": { + "w_type": "godan verb stem", + "romaji": "ikiai" + }, + "行き逢え": { + "w_type": "conjugated godan verb", + "romaji": "ikiae" + }, + "行き逢お": { + "w_type": "godan verb stem", + "romaji": "ikiao" + }, + "行き逢った": { + "w_type": "conjugated godan verb", + "romaji": "ikiatta" + }, + "行き逢って": { + "w_type": "conjugated godan verb", + "romaji": "ikiatte" + }, + "淡さ": { + "w_type": "godan verb stem", + "romaji": "sawasa" + }, + "淡し": { + "w_type": "godan verb stem", + "romaji": "sawashi" + }, + "淡せ": { + "w_type": "conjugated godan verb", + "romaji": "sawase" + }, + "淡そ": { + "w_type": "godan verb stem", + "romaji": "sawaso" + }, + "淡した": { + "w_type": "conjugated godan verb", + "romaji": "sawashita" + }, + "淡して": { + "w_type": "conjugated godan verb", + "romaji": "sawashite" + }, + "飛び立た": { + "w_type": "godan verb stem", + "romaji": "tobitata" + }, + "飛び立ち": { + "w_type": "godan verb stem", + "romaji": "tobitachi" + }, + "飛び立て": { + "w_type": "conjugated godan verb", + "romaji": "tobitate" + }, + "飛び立と": { + "w_type": "godan verb stem", + "romaji": "tobitato" + }, + "飛び立った": { + "w_type": "conjugated godan verb", + "romaji": "tobitatta" + }, + "飛び立って": { + "w_type": "conjugated godan verb", + "romaji": "tobitatte" + }, + "勤しま": { + "w_type": "godan verb stem", + "romaji": "isoshima" + }, + "勤しみ": { + "w_type": "godan verb stem", + "romaji": "isoshimi" + }, + "勤しめ": { + "w_type": "conjugated godan verb", + "romaji": "isoshime" + }, + "勤しも": { + "w_type": "godan verb stem", + "romaji": "isoshimo" + }, + "勤しんだ": { + "w_type": "conjugated godan verb", + "romaji": "isoshinda" + }, + "勤しんで": { + "w_type": "conjugated godan verb", + "romaji": "isoshinde" + }, + "暴れ回ら": { + "w_type": "godan verb stem", + "romaji": "abaremawara" + }, + "暴れ回り": { + "w_type": "godan verb stem", + "romaji": "abaremawari" + }, + "暴れ回れ": { + "w_type": "conjugated godan verb", + "romaji": "abaremaware" + }, + "暴れ回ろ": { + "w_type": "godan verb stem", + "romaji": "abaremawaro" + }, + "暴れ回った": { + "w_type": "conjugated godan verb", + "romaji": "abaremawatta" + }, + "暴れ回って": { + "w_type": "conjugated godan verb", + "romaji": "abaremawatte" + }, + "逃げまどわ": { + "w_type": "godan verb stem", + "romaji": "nigemadowa" + }, + "逃げまどい": { + "w_type": "godan verb stem", + "romaji": "nigemadoi" + }, + "逃げまどえ": { + "w_type": "conjugated godan verb", + "romaji": "nigemadoe" + }, + "逃げまどお": { + "w_type": "godan verb stem", + "romaji": "nigemadoo" + }, + "逃げまどった": { + "w_type": "conjugated godan verb", + "romaji": "nigemadotta" + }, + "逃げまどって": { + "w_type": "conjugated godan verb", + "romaji": "nigemadotte" + }, + "目指さ": { + "w_type": "godan verb stem", + "romaji": "mezasa" + }, + "目指し": { + "w_type": "godan verb stem", + "romaji": "mezashi" + }, + "目指せ": { + "w_type": "conjugated godan verb", + "romaji": "mezase" + }, + "目指そ": { + "w_type": "godan verb stem", + "romaji": "mezaso" + }, + "目指した": { + "w_type": "conjugated godan verb", + "romaji": "mezashita" + }, + "目指して": { + "w_type": "conjugated godan verb", + "romaji": "mezashite" + }, + "姙ら": { + "w_type": "godan verb stem", + "romaji": "migomora" + }, + "姙り": { + "w_type": "godan verb stem", + "romaji": "migomori" + }, + "姙れ": { + "w_type": "conjugated godan verb", + "romaji": "migomore" + }, + "姙ろ": { + "w_type": "godan verb stem", + "romaji": "migomoro" + }, + "姙った": { + "w_type": "conjugated godan verb", + "romaji": "migomotta" + }, + "姙って": { + "w_type": "conjugated godan verb", + "romaji": "migomotte" + }, + "抛ら": { + "w_type": "godan verb stem", + "romaji": "houra" + }, + "抛り": { + "w_type": "godan verb stem", + "romaji": "houri" + }, + "抛れ": { + "w_type": "conjugated godan verb", + "romaji": "houre" + }, + "抛ろ": { + "w_type": "godan verb stem", + "romaji": "houro" + }, + "抛った": { + "w_type": "conjugated godan verb", + "romaji": "houtta" + }, + "抛って": { + "w_type": "conjugated godan verb", + "romaji": "houtte" + }, + "読み飛ばさ": { + "w_type": "godan verb stem", + "romaji": "yomitobasa" + }, + "読み飛ばし": { + "w_type": "godan verb stem", + "romaji": "yomitobashi" + }, + "読み飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "yomitobase" + }, + "読み飛ばそ": { + "w_type": "godan verb stem", + "romaji": "yomitobaso" + }, + "読み飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "yomitobashita" + }, + "読み飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "yomitobashite" + }, + "屈みこま": { + "w_type": "godan verb stem", + "romaji": "kagamikoma" + }, + "屈みこみ": { + "w_type": "godan verb stem", + "romaji": "kagamikomi" + }, + "屈みこめ": { + "w_type": "conjugated godan verb", + "romaji": "kagamikome" + }, + "屈みこも": { + "w_type": "godan verb stem", + "romaji": "kagamikomo" + }, + "屈みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kagamikonda" + }, + "屈みこんで": { + "w_type": "conjugated godan verb", + "romaji": "kagamikonde" + }, + "貯め込ま": { + "w_type": "godan verb stem", + "romaji": "tamekoma" + }, + "貯め込み": { + "w_type": "godan verb stem", + "romaji": "tamekomi" + }, + "貯め込め": { + "w_type": "conjugated godan verb", + "romaji": "tamekome" + }, + "貯め込も": { + "w_type": "godan verb stem", + "romaji": "tamekomo" + }, + "貯め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tamekonda" + }, + "貯め込んで": { + "w_type": "conjugated godan verb", + "romaji": "tamekonde" + }, + "戯らさ": { + "w_type": "godan verb stem", + "romaji": "jarasa" + }, + "戯らし": { + "w_type": "godan verb stem", + "romaji": "jarashi" + }, + "戯らせ": { + "w_type": "conjugated godan verb", + "romaji": "jarase" + }, + "戯らそ": { + "w_type": "godan verb stem", + "romaji": "jaraso" + }, + "戯らした": { + "w_type": "conjugated godan verb", + "romaji": "jarashita" + }, + "戯らして": { + "w_type": "conjugated godan verb", + "romaji": "jarashite" + }, + "挽き切ら": { + "w_type": "godan verb stem", + "romaji": "hikikira" + }, + "挽き切り": { + "w_type": "godan verb stem", + "romaji": "hikikiri" + }, + "挽き切れ": { + "w_type": "conjugated godan verb", + "romaji": "hikikire" + }, + "挽き切ろ": { + "w_type": "godan verb stem", + "romaji": "hikikiro" + }, + "挽き切った": { + "w_type": "conjugated godan verb", + "romaji": "hikikitta" + }, + "挽き切って": { + "w_type": "conjugated godan verb", + "romaji": "hikikitte" + }, + "引払わ": { + "w_type": "godan verb stem", + "romaji": "hikiharawa" + }, + "引払い": { + "w_type": "godan verb stem", + "romaji": "hikiharai" + }, + "引払え": { + "w_type": "conjugated godan verb", + "romaji": "hikiharae" + }, + "引払お": { + "w_type": "godan verb stem", + "romaji": "hikiharao" + }, + "引払った": { + "w_type": "conjugated godan verb", + "romaji": "hikiharatta" + }, + "引払って": { + "w_type": "conjugated godan verb", + "romaji": "hikiharatte" + }, + "立ち至ら": { + "w_type": "godan verb stem", + "romaji": "tachiitara" + }, + "立ち至り": { + "w_type": "godan verb stem", + "romaji": "tachiitari" + }, + "立ち至れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiitare" + }, + "立ち至ろ": { + "w_type": "godan verb stem", + "romaji": "tachiitaro" + }, + "立ち至った": { + "w_type": "conjugated godan verb", + "romaji": "tachiitatta" + }, + "立ち至って": { + "w_type": "conjugated godan verb", + "romaji": "tachiitatte" + }, + "洗い直さ": { + "w_type": "godan verb stem", + "romaji": "arainaosa" + }, + "洗い直し": { + "w_type": "godan verb stem", + "romaji": "arainaoshi" + }, + "洗い直せ": { + "w_type": "conjugated godan verb", + "romaji": "arainaose" + }, + "洗い直そ": { + "w_type": "godan verb stem", + "romaji": "arainaoso" + }, + "洗い直した": { + "w_type": "conjugated godan verb", + "romaji": "arainaoshita" + }, + "洗い直して": { + "w_type": "conjugated godan verb", + "romaji": "arainaoshite" + }, + "ぶち破ら": { + "w_type": "godan verb stem", + "romaji": "buchiyabura" + }, + "ぶち破り": { + "w_type": "godan verb stem", + "romaji": "buchiyaburi" + }, + "ぶち破れ": { + "w_type": "conjugated godan verb", + "romaji": "buchiyabure" + }, + "ぶち破ろ": { + "w_type": "godan verb stem", + "romaji": "buchiyaburo" + }, + "ぶち破った": { + "w_type": "conjugated godan verb", + "romaji": "buchiyabutta" + }, + "ぶち破って": { + "w_type": "conjugated godan verb", + "romaji": "buchiyabutte" + }, + "咽ば": { + "w_type": "godan verb stem", + "romaji": "museba" + }, + "咽び": { + "w_type": "godan verb stem", + "romaji": "musebi" + }, + "咽べ": { + "w_type": "conjugated godan verb", + "romaji": "musebe" + }, + "咽ぼ": { + "w_type": "godan verb stem", + "romaji": "musebo" + }, + "咽んだ": { + "w_type": "conjugated godan verb", + "romaji": "musenda" + }, + "咽んで": { + "w_type": "conjugated godan verb", + "romaji": "musende" + }, + "敗ら": { + "w_type": "godan verb stem", + "romaji": "yabura" + }, + "敗り": { + "w_type": "godan verb stem", + "romaji": "yaburi" + }, + "敗れ": { + "w_type": "conjugated godan verb", + "romaji": "yabure" + }, + "敗ろ": { + "w_type": "godan verb stem", + "romaji": "yaburo" + }, + "敗った": { + "w_type": "conjugated godan verb", + "romaji": "yabutta" + }, + "敗って": { + "w_type": "conjugated godan verb", + "romaji": "yabutte" + }, + "燃さ": { + "w_type": "godan verb stem", + "romaji": "moyasa" + }, + "燃し": { + "w_type": "godan verb stem", + "romaji": "moyashi" + }, + "燃せ": { + "w_type": "conjugated godan verb", + "romaji": "moyase" + }, + "燃そ": { + "w_type": "godan verb stem", + "romaji": "moyaso" + }, + "燃した": { + "w_type": "conjugated godan verb", + "romaji": "moyashita" + }, + "燃して": { + "w_type": "conjugated godan verb", + "romaji": "moyashite" + }, + "見込ま": { + "w_type": "godan verb stem", + "romaji": "mikoma" + }, + "見込み": { + "w_type": "godan verb stem", + "romaji": "mikomi" + }, + "見込め": { + "w_type": "conjugated godan verb", + "romaji": "mikome" + }, + "見込も": { + "w_type": "godan verb stem", + "romaji": "mikomo" + }, + "見込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mikonda" + }, + "見込んで": { + "w_type": "conjugated godan verb", + "romaji": "mikonde" + }, + "混ぜっ返さ": { + "w_type": "godan verb stem", + "romaji": "mazekkaesa" + }, + "混ぜっ返し": { + "w_type": "godan verb stem", + "romaji": "mazekkaeshi" + }, + "混ぜっ返せ": { + "w_type": "conjugated godan verb", + "romaji": "mazekkaese" + }, + "混ぜっ返そ": { + "w_type": "godan verb stem", + "romaji": "mazekkaeso" + }, + "混ぜっ返した": { + "w_type": "conjugated godan verb", + "romaji": "mazekkaeshita" + }, + "混ぜっ返して": { + "w_type": "conjugated godan verb", + "romaji": "mazekkaeshite" + }, + "生めか": { + "w_type": "godan verb stem", + "romaji": "namameka" + }, + "生めき": { + "w_type": "godan verb stem", + "romaji": "namameki" + }, + "生めけ": { + "w_type": "conjugated godan verb", + "romaji": "namameke" + }, + "生めこ": { + "w_type": "godan verb stem", + "romaji": "namameko" + }, + "生めいた": { + "w_type": "conjugated godan verb", + "romaji": "namameita" + }, + "生めいて": { + "w_type": "conjugated godan verb", + "romaji": "namameite" + }, + "目さ": { + "w_type": "godan verb stem", + "romaji": "mokusa" + }, + "目し": { + "w_type": "godan verb stem", + "romaji": "mokushi" + }, + "目せ": { + "w_type": "conjugated godan verb", + "romaji": "mokuse" + }, + "目そ": { + "w_type": "godan verb stem", + "romaji": "mokuso" + }, + "目した": { + "w_type": "conjugated godan verb", + "romaji": "mokushita" + }, + "目して": { + "w_type": "conjugated godan verb", + "romaji": "mokushite" + }, + "引伸ばさ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引伸ばし": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引伸ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引伸ばそ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引伸ばした": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引伸ばして": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "下種ばら": { + "w_type": "godan verb stem", + "romaji": "gesubara" + }, + "下種ばり": { + "w_type": "godan verb stem", + "romaji": "gesubari" + }, + "下種ばれ": { + "w_type": "conjugated godan verb", + "romaji": "gesubare" + }, + "下種ばろ": { + "w_type": "godan verb stem", + "romaji": "gesubaro" + }, + "下種ばった": { + "w_type": "conjugated godan verb", + "romaji": "gesubatta" + }, + "下種ばって": { + "w_type": "conjugated godan verb", + "romaji": "gesubatte" + }, + "氷ら": { + "w_type": "godan verb stem", + "romaji": "koora" + }, + "氷り": { + "w_type": "godan verb stem", + "romaji": "koori" + }, + "氷れ": { + "w_type": "conjugated godan verb", + "romaji": "koore" + }, + "氷ろ": { + "w_type": "godan verb stem", + "romaji": "kooro" + }, + "氷った": { + "w_type": "conjugated godan verb", + "romaji": "kootta" + }, + "氷って": { + "w_type": "conjugated godan verb", + "romaji": "kootte" + }, + "伐り出さ": { + "w_type": "godan verb stem", + "romaji": "kiridasa" + }, + "伐り出し": { + "w_type": "godan verb stem", + "romaji": "kiridashi" + }, + "伐り出せ": { + "w_type": "conjugated godan verb", + "romaji": "kiridase" + }, + "伐り出そ": { + "w_type": "godan verb stem", + "romaji": "kiridaso" + }, + "伐り出した": { + "w_type": "conjugated godan verb", + "romaji": "kiridashita" + }, + "伐り出して": { + "w_type": "conjugated godan verb", + "romaji": "kiridashite" + }, + "抄か": { + "w_type": "godan verb stem", + "romaji": "suka" + }, + "抄き": { + "w_type": "godan verb stem", + "romaji": "suki" + }, + "抄け": { + "w_type": "conjugated godan verb", + "romaji": "suke" + }, + "抄こ": { + "w_type": "godan verb stem", + "romaji": "suko" + }, + "抄いた": { + "w_type": "conjugated godan verb", + "romaji": "suita" + }, + "抄いて": { + "w_type": "conjugated godan verb", + "romaji": "suite" + }, + "読み破ら": { + "w_type": "godan verb stem", + "romaji": "yomiyabura" + }, + "読み破り": { + "w_type": "godan verb stem", + "romaji": "yomiyaburi" + }, + "読み破れ": { + "w_type": "conjugated godan verb", + "romaji": "yomiyabure" + }, + "読み破ろ": { + "w_type": "godan verb stem", + "romaji": "yomiyaburo" + }, + "読み破った": { + "w_type": "conjugated godan verb", + "romaji": "yomiyabutta" + }, + "読み破って": { + "w_type": "conjugated godan verb", + "romaji": "yomiyabutte" + }, + "撥ね返さ": { + "w_type": "godan verb stem", + "romaji": "hanekaesa" + }, + "撥ね返し": { + "w_type": "godan verb stem", + "romaji": "hanekaeshi" + }, + "撥ね返せ": { + "w_type": "conjugated godan verb", + "romaji": "hanekaese" + }, + "撥ね返そ": { + "w_type": "godan verb stem", + "romaji": "hanekaeso" + }, + "撥ね返した": { + "w_type": "conjugated godan verb", + "romaji": "hanekaeshita" + }, + "撥ね返して": { + "w_type": "conjugated godan verb", + "romaji": "hanekaeshite" + }, + "蒔か": { + "w_type": "godan verb stem", + "romaji": "maka" + }, + "蒔き": { + "w_type": "godan verb stem", + "romaji": "maki" + }, + "蒔け": { + "w_type": "conjugated godan verb", + "romaji": "make" + }, + "蒔こ": { + "w_type": "godan verb stem", + "romaji": "mako" + }, + "蒔いた": { + "w_type": "conjugated godan verb", + "romaji": "maita" + }, + "蒔いて": { + "w_type": "conjugated godan verb", + "romaji": "maite" + }, + "突掛ら": { + "w_type": "godan verb stem", + "romaji": "tsukikakara" + }, + "突掛り": { + "w_type": "godan verb stem", + "romaji": "tsukikakari" + }, + "突掛れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakare" + }, + "突掛ろ": { + "w_type": "godan verb stem", + "romaji": "tsukikakaro" + }, + "突掛った": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatta" + }, + "突掛って": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatte" + }, + "呼びださ": { + "w_type": "godan verb stem", + "romaji": "yobidasa" + }, + "呼びだし": { + "w_type": "godan verb stem", + "romaji": "yobidashi" + }, + "呼びだせ": { + "w_type": "conjugated godan verb", + "romaji": "yobidase" + }, + "呼びだそ": { + "w_type": "godan verb stem", + "romaji": "yobidaso" + }, + "呼びだした": { + "w_type": "conjugated godan verb", + "romaji": "yobidashita" + }, + "呼びだして": { + "w_type": "conjugated godan verb", + "romaji": "yobidashite" + }, + "生茂ら": { + "w_type": "godan verb stem", + "romaji": "oishigera" + }, + "生茂り": { + "w_type": "godan verb stem", + "romaji": "oishigeri" + }, + "生茂れ": { + "w_type": "conjugated godan verb", + "romaji": "oishigere" + }, + "生茂ろ": { + "w_type": "godan verb stem", + "romaji": "oishigero" + }, + "生茂った": { + "w_type": "conjugated godan verb", + "romaji": "oishigetta" + }, + "生茂って": { + "w_type": "conjugated godan verb", + "romaji": "oishigette" + }, + "踏み込ま": { + "w_type": "godan verb stem", + "romaji": "fumikoma" + }, + "踏み込み": { + "w_type": "godan verb stem", + "romaji": "fumikomi" + }, + "踏み込め": { + "w_type": "conjugated godan verb", + "romaji": "fumikome" + }, + "踏み込も": { + "w_type": "godan verb stem", + "romaji": "fumikomo" + }, + "踏み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fumikonda" + }, + "踏み込んで": { + "w_type": "conjugated godan verb", + "romaji": "fumikonde" + }, + "駆込ま": { + "w_type": "godan verb stem", + "romaji": "kakekoma" + }, + "駆込み": { + "w_type": "godan verb stem", + "romaji": "kakekomi" + }, + "駆込め": { + "w_type": "conjugated godan verb", + "romaji": "kakekome" + }, + "駆込も": { + "w_type": "godan verb stem", + "romaji": "kakekomo" + }, + "駆込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakekonda" + }, + "駆込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakekonde" + }, + "飲み下さ": { + "w_type": "godan verb stem", + "romaji": "nomikudasa" + }, + "飲み下し": { + "w_type": "godan verb stem", + "romaji": "nomikudashi" + }, + "飲み下せ": { + "w_type": "conjugated godan verb", + "romaji": "nomikudase" + }, + "飲み下そ": { + "w_type": "godan verb stem", + "romaji": "nomikudaso" + }, + "飲み下した": { + "w_type": "conjugated godan verb", + "romaji": "nomikudashita" + }, + "飲み下して": { + "w_type": "conjugated godan verb", + "romaji": "nomikudashite" + }, + "取り消さ": { + "w_type": "godan verb stem", + "romaji": "torikesa" + }, + "取り消し": { + "w_type": "godan verb stem", + "romaji": "torikeshi" + }, + "取り消せ": { + "w_type": "conjugated godan verb", + "romaji": "torikese" + }, + "取り消そ": { + "w_type": "godan verb stem", + "romaji": "torikeso" + }, + "取り消した": { + "w_type": "conjugated godan verb", + "romaji": "torikeshita" + }, + "取り消して": { + "w_type": "conjugated godan verb", + "romaji": "torikeshite" + }, + "狩り出さ": { + "w_type": "godan verb stem", + "romaji": "karidasa" + }, + "狩り出し": { + "w_type": "godan verb stem", + "romaji": "karidashi" + }, + "狩り出せ": { + "w_type": "conjugated godan verb", + "romaji": "karidase" + }, + "狩り出そ": { + "w_type": "godan verb stem", + "romaji": "karidaso" + }, + "狩り出した": { + "w_type": "conjugated godan verb", + "romaji": "karidashita" + }, + "狩り出して": { + "w_type": "conjugated godan verb", + "romaji": "karidashite" + }, + "知合わ": { + "w_type": "godan verb stem", + "romaji": "shiriawa" + }, + "知合い": { + "w_type": "godan verb stem", + "romaji": "shiriai" + }, + "知合え": { + "w_type": "conjugated godan verb", + "romaji": "shiriae" + }, + "知合お": { + "w_type": "godan verb stem", + "romaji": "shiriao" + }, + "知合った": { + "w_type": "conjugated godan verb", + "romaji": "shiriatta" + }, + "知合って": { + "w_type": "conjugated godan verb", + "romaji": "shiriatte" + }, + "引っ込ま": { + "w_type": "godan verb stem", + "romaji": "hikkoma" + }, + "引っ込み": { + "w_type": "godan verb stem", + "romaji": "hikkomi" + }, + "引っ込め": { + "w_type": "conjugated godan verb", + "romaji": "hikkome" + }, + "引っ込も": { + "w_type": "godan verb stem", + "romaji": "hikkomo" + }, + "引っ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hikkonda" + }, + "引っ込んで": { + "w_type": "conjugated godan verb", + "romaji": "hikkonde" + }, + "促さ": { + "w_type": "godan verb stem", + "romaji": "unagasa" + }, + "促し": { + "w_type": "godan verb stem", + "romaji": "unagashi" + }, + "促せ": { + "w_type": "conjugated godan verb", + "romaji": "unagase" + }, + "促そ": { + "w_type": "godan verb stem", + "romaji": "unagaso" + }, + "促した": { + "w_type": "conjugated godan verb", + "romaji": "unagashita" + }, + "促して": { + "w_type": "conjugated godan verb", + "romaji": "unagashite" + }, + "染み出さ": { + "w_type": "godan verb stem", + "romaji": "shimidasa" + }, + "染み出し": { + "w_type": "godan verb stem", + "romaji": "shimidashi" + }, + "染み出せ": { + "w_type": "conjugated godan verb", + "romaji": "shimidase" + }, + "染み出そ": { + "w_type": "godan verb stem", + "romaji": "shimidaso" + }, + "染み出した": { + "w_type": "conjugated godan verb", + "romaji": "shimidashita" + }, + "染み出して": { + "w_type": "conjugated godan verb", + "romaji": "shimidashite" + }, + "托さ": { + "w_type": "godan verb stem", + "romaji": "takusa" + }, + "托し": { + "w_type": "godan verb stem", + "romaji": "takushi" + }, + "托せ": { + "w_type": "conjugated godan verb", + "romaji": "takuse" + }, + "托そ": { + "w_type": "godan verb stem", + "romaji": "takuso" + }, + "托した": { + "w_type": "conjugated godan verb", + "romaji": "takushita" + }, + "托して": { + "w_type": "conjugated godan verb", + "romaji": "takushite" + }, + "甦ら": { + "w_type": "godan verb stem", + "romaji": "yomigaera" + }, + "甦り": { + "w_type": "godan verb stem", + "romaji": "yomigaeri" + }, + "甦れ": { + "w_type": "conjugated godan verb", + "romaji": "yomigaere" + }, + "甦ろ": { + "w_type": "godan verb stem", + "romaji": "yomigaero" + }, + "甦った": { + "w_type": "conjugated godan verb", + "romaji": "yomigaetta" + }, + "甦って": { + "w_type": "conjugated godan verb", + "romaji": "yomigaette" + }, + "刷りなおさ": { + "w_type": "godan verb stem", + "romaji": "surinaosa" + }, + "刷りなおし": { + "w_type": "godan verb stem", + "romaji": "surinaoshi" + }, + "刷りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "surinaose" + }, + "刷りなおそ": { + "w_type": "godan verb stem", + "romaji": "surinaoso" + }, + "刷りなおした": { + "w_type": "conjugated godan verb", + "romaji": "surinaoshita" + }, + "刷りなおして": { + "w_type": "conjugated godan verb", + "romaji": "surinaoshite" + }, + "恵ま": { + "w_type": "godan verb stem", + "romaji": "meguma" + }, + "恵み": { + "w_type": "godan verb stem", + "romaji": "megumi" + }, + "恵め": { + "w_type": "conjugated godan verb", + "romaji": "megume" + }, + "恵も": { + "w_type": "godan verb stem", + "romaji": "megumo" + }, + "恵んだ": { + "w_type": "conjugated godan verb", + "romaji": "megunda" + }, + "恵んで": { + "w_type": "conjugated godan verb", + "romaji": "megunde" + }, + "坐ら": { + "w_type": "godan verb stem", + "romaji": "suwara" + }, + "坐り": { + "w_type": "godan verb stem", + "romaji": "suwari" + }, + "坐れ": { + "w_type": "conjugated godan verb", + "romaji": "suware" + }, + "坐ろ": { + "w_type": "godan verb stem", + "romaji": "suwaro" + }, + "坐った": { + "w_type": "conjugated godan verb", + "romaji": "suwatta" + }, + "坐って": { + "w_type": "conjugated godan verb", + "romaji": "suwatte" + }, + "軋み合わ": { + "w_type": "godan verb stem", + "romaji": "kishimiawa" + }, + "軋み合い": { + "w_type": "godan verb stem", + "romaji": "kishimiai" + }, + "軋み合え": { + "w_type": "conjugated godan verb", + "romaji": "kishimiae" + }, + "軋み合お": { + "w_type": "godan verb stem", + "romaji": "kishimiao" + }, + "軋み合った": { + "w_type": "conjugated godan verb", + "romaji": "kishimiatta" + }, + "軋み合って": { + "w_type": "conjugated godan verb", + "romaji": "kishimiatte" + }, + "要さ": { + "w_type": "godan verb stem", + "romaji": "yousa" + }, + "要し": { + "w_type": "godan verb stem", + "romaji": "youshi" + }, + "要せ": { + "w_type": "conjugated godan verb", + "romaji": "youse" + }, + "要そ": { + "w_type": "godan verb stem", + "romaji": "youso" + }, + "要した": { + "w_type": "conjugated godan verb", + "romaji": "youshita" + }, + "要して": { + "w_type": "conjugated godan verb", + "romaji": "youshite" + }, + "産み落とさ": { + "w_type": "godan verb stem", + "romaji": "umiotosa" + }, + "産み落とし": { + "w_type": "godan verb stem", + "romaji": "umiotoshi" + }, + "産み落とせ": { + "w_type": "conjugated godan verb", + "romaji": "umiotose" + }, + "産み落とそ": { + "w_type": "godan verb stem", + "romaji": "umiotoso" + }, + "産み落とした": { + "w_type": "conjugated godan verb", + "romaji": "umiotoshita" + }, + "産み落として": { + "w_type": "conjugated godan verb", + "romaji": "umiotoshite" + }, + "響か": { + "w_type": "godan verb stem", + "romaji": "hibika" + }, + "響き": { + "w_type": "godan verb stem", + "romaji": "hibiki" + }, + "響け": { + "w_type": "conjugated godan verb", + "romaji": "hibike" + }, + "響こ": { + "w_type": "godan verb stem", + "romaji": "hibiko" + }, + "響いた": { + "w_type": "conjugated godan verb", + "romaji": "hibiita" + }, + "響いて": { + "w_type": "conjugated godan verb", + "romaji": "hibiite" + }, + "食い荒らさ": { + "w_type": "godan verb stem", + "romaji": "kuiarasa" + }, + "食い荒らし": { + "w_type": "godan verb stem", + "romaji": "kuiarashi" + }, + "食い荒らせ": { + "w_type": "conjugated godan verb", + "romaji": "kuiarase" + }, + "食い荒らそ": { + "w_type": "godan verb stem", + "romaji": "kuiaraso" + }, + "食い荒らした": { + "w_type": "conjugated godan verb", + "romaji": "kuiarashita" + }, + "食い荒らして": { + "w_type": "conjugated godan verb", + "romaji": "kuiarashite" + }, + "掻い潜ら": { + "w_type": "godan verb stem", + "romaji": "kaikugura" + }, + "掻い潜り": { + "w_type": "godan verb stem", + "romaji": "kaikuguri" + }, + "掻い潜れ": { + "w_type": "conjugated godan verb", + "romaji": "kaikugure" + }, + "掻い潜ろ": { + "w_type": "godan verb stem", + "romaji": "kaikuguro" + }, + "掻い潜った": { + "w_type": "conjugated godan verb", + "romaji": "kaikugutta" + }, + "掻い潜って": { + "w_type": "conjugated godan verb", + "romaji": "kaikugutte" + }, + "要ら": { + "w_type": "godan verb stem", + "romaji": "ira" + }, + "要り": { + "w_type": "godan verb stem", + "romaji": "iri" + }, + "要れ": { + "w_type": "conjugated godan verb", + "romaji": "ire" + }, + "要ろ": { + "w_type": "godan verb stem", + "romaji": "iro" + }, + "要った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "要って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "引きなおさ": { + "w_type": "godan verb stem", + "romaji": "hikinaosa" + }, + "引きなおし": { + "w_type": "godan verb stem", + "romaji": "hikinaoshi" + }, + "引きなおせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinaose" + }, + "引きなおそ": { + "w_type": "godan verb stem", + "romaji": "hikinaoso" + }, + "引きなおした": { + "w_type": "conjugated godan verb", + "romaji": "hikinaoshita" + }, + "引きなおして": { + "w_type": "conjugated godan verb", + "romaji": "hikinaoshite" + }, + "曇らさ": { + "w_type": "godan verb stem", + "romaji": "kumorasa" + }, + "曇らし": { + "w_type": "godan verb stem", + "romaji": "kumorashi" + }, + "曇らせ": { + "w_type": "conjugated godan verb", + "romaji": "kumorase" + }, + "曇らそ": { + "w_type": "godan verb stem", + "romaji": "kumoraso" + }, + "曇らした": { + "w_type": "conjugated godan verb", + "romaji": "kumorashita" + }, + "曇らして": { + "w_type": "conjugated godan verb", + "romaji": "kumorashite" + }, + "詰め込ま": { + "w_type": "godan verb stem", + "romaji": "tsumekoma" + }, + "詰め込み": { + "w_type": "godan verb stem", + "romaji": "tsumekomi" + }, + "詰め込め": { + "w_type": "conjugated godan verb", + "romaji": "tsumekome" + }, + "詰め込も": { + "w_type": "godan verb stem", + "romaji": "tsumekomo" + }, + "詰め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumekonda" + }, + "詰め込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumekonde" + }, + "凪が": { + "w_type": "godan verb stem", + "romaji": "naga" + }, + "凪ぎ": { + "w_type": "godan verb stem", + "romaji": "nagi" + }, + "凪げ": { + "w_type": "conjugated godan verb", + "romaji": "nage" + }, + "凪ご": { + "w_type": "godan verb stem", + "romaji": "nago" + }, + "凪いだ": { + "w_type": "conjugated godan verb", + "romaji": "naida" + }, + "凪いで": { + "w_type": "conjugated godan verb", + "romaji": "naide" + }, + "向わ": { + "w_type": "godan verb stem", + "romaji": "mukawa" + }, + "向い": { + "w_type": "godan verb stem", + "romaji": "mukai" + }, + "向え": { + "w_type": "conjugated godan verb", + "romaji": "mukae" + }, + "向お": { + "w_type": "godan verb stem", + "romaji": "mukao" + }, + "向った": { + "w_type": "conjugated godan verb", + "romaji": "mukatta" + }, + "向って": { + "w_type": "conjugated godan verb", + "romaji": "mukatte" + }, + "組み合わさら": { + "w_type": "godan verb stem", + "romaji": "kumiawasara" + }, + "組み合わさり": { + "w_type": "godan verb stem", + "romaji": "kumiawasari" + }, + "組み合わされ": { + "w_type": "conjugated godan verb", + "romaji": "kumiawasare" + }, + "組み合わさろ": { + "w_type": "godan verb stem", + "romaji": "kumiawasaro" + }, + "組み合わさった": { + "w_type": "conjugated godan verb", + "romaji": "kumiawasatta" + }, + "組み合わさって": { + "w_type": "conjugated godan verb", + "romaji": "kumiawasatte" + }, + "担ぎださ": { + "w_type": "godan verb stem", + "romaji": "katsugidasa" + }, + "担ぎだし": { + "w_type": "godan verb stem", + "romaji": "katsugidashi" + }, + "担ぎだせ": { + "w_type": "conjugated godan verb", + "romaji": "katsugidase" + }, + "担ぎだそ": { + "w_type": "godan verb stem", + "romaji": "katsugidaso" + }, + "担ぎだした": { + "w_type": "conjugated godan verb", + "romaji": "katsugidashita" + }, + "担ぎだして": { + "w_type": "conjugated godan verb", + "romaji": "katsugidashite" + }, + "申し送ら": { + "w_type": "godan verb stem", + "romaji": "moushiokura" + }, + "申し送り": { + "w_type": "godan verb stem", + "romaji": "moushiokuri" + }, + "申し送れ": { + "w_type": "conjugated godan verb", + "romaji": "moushiokure" + }, + "申し送ろ": { + "w_type": "godan verb stem", + "romaji": "moushiokuro" + }, + "申し送った": { + "w_type": "conjugated godan verb", + "romaji": "moushiokutta" + }, + "申し送って": { + "w_type": "conjugated godan verb", + "romaji": "moushiokutte" + }, + "揺す振ら": { + "w_type": "godan verb stem", + "romaji": "yusubura" + }, + "揺す振り": { + "w_type": "godan verb stem", + "romaji": "yusuburi" + }, + "揺す振れ": { + "w_type": "conjugated godan verb", + "romaji": "yusubure" + }, + "揺す振ろ": { + "w_type": "godan verb stem", + "romaji": "yusuburo" + }, + "揺す振った": { + "w_type": "conjugated godan verb", + "romaji": "yusubutta" + }, + "揺す振って": { + "w_type": "conjugated godan verb", + "romaji": "yusubutte" + }, + "逆巻か": { + "w_type": "godan verb stem", + "romaji": "sakamaka" + }, + "逆巻き": { + "w_type": "godan verb stem", + "romaji": "sakamaki" + }, + "逆巻け": { + "w_type": "conjugated godan verb", + "romaji": "sakamake" + }, + "逆巻こ": { + "w_type": "godan verb stem", + "romaji": "sakamako" + }, + "逆巻いた": { + "w_type": "conjugated godan verb", + "romaji": "sakamaita" + }, + "逆巻いて": { + "w_type": "conjugated godan verb", + "romaji": "sakamaite" + }, + "掘り返さ": { + "w_type": "godan verb stem", + "romaji": "horikaesa" + }, + "掘り返し": { + "w_type": "godan verb stem", + "romaji": "horikaeshi" + }, + "掘り返せ": { + "w_type": "conjugated godan verb", + "romaji": "horikaese" + }, + "掘り返そ": { + "w_type": "godan verb stem", + "romaji": "horikaeso" + }, + "掘り返した": { + "w_type": "conjugated godan verb", + "romaji": "horikaeshita" + }, + "掘り返して": { + "w_type": "conjugated godan verb", + "romaji": "horikaeshite" + }, + "送り返さ": { + "w_type": "godan verb stem", + "romaji": "okurikaesa" + }, + "送り返し": { + "w_type": "godan verb stem", + "romaji": "okurikaeshi" + }, + "送り返せ": { + "w_type": "conjugated godan verb", + "romaji": "okurikaese" + }, + "送り返そ": { + "w_type": "godan verb stem", + "romaji": "okurikaeso" + }, + "送り返した": { + "w_type": "conjugated godan verb", + "romaji": "okurikaeshita" + }, + "送り返して": { + "w_type": "conjugated godan verb", + "romaji": "okurikaeshite" + }, + "面くらわ": { + "w_type": "godan verb stem", + "romaji": "menkurawa" + }, + "面くらい": { + "w_type": "godan verb stem", + "romaji": "menkurai" + }, + "面くらえ": { + "w_type": "conjugated godan verb", + "romaji": "menkurae" + }, + "面くらお": { + "w_type": "godan verb stem", + "romaji": "menkurao" + }, + "面くらった": { + "w_type": "conjugated godan verb", + "romaji": "menkuratta" + }, + "面くらって": { + "w_type": "conjugated godan verb", + "romaji": "menkuratte" + }, + "啜り泣か": { + "w_type": "godan verb stem", + "romaji": "susurinaka" + }, + "啜り泣き": { + "w_type": "godan verb stem", + "romaji": "susurinaki" + }, + "啜り泣け": { + "w_type": "conjugated godan verb", + "romaji": "susurinake" + }, + "啜り泣こ": { + "w_type": "godan verb stem", + "romaji": "susurinako" + }, + "啜り泣いた": { + "w_type": "conjugated godan verb", + "romaji": "susurinaita" + }, + "啜り泣いて": { + "w_type": "conjugated godan verb", + "romaji": "susurinaite" + }, + "泣き明かさ": { + "w_type": "godan verb stem", + "romaji": "nakiakasa" + }, + "泣き明かし": { + "w_type": "godan verb stem", + "romaji": "nakiakashi" + }, + "泣き明かせ": { + "w_type": "conjugated godan verb", + "romaji": "nakiakase" + }, + "泣き明かそ": { + "w_type": "godan verb stem", + "romaji": "nakiakaso" + }, + "泣き明かした": { + "w_type": "conjugated godan verb", + "romaji": "nakiakashita" + }, + "泣き明かして": { + "w_type": "conjugated godan verb", + "romaji": "nakiakashite" + }, + "陞ら": { + "w_type": "godan verb stem", + "romaji": "nobora" + }, + "陞り": { + "w_type": "godan verb stem", + "romaji": "nobori" + }, + "陞れ": { + "w_type": "conjugated godan verb", + "romaji": "nobore" + }, + "陞ろ": { + "w_type": "godan verb stem", + "romaji": "noboro" + }, + "陞った": { + "w_type": "conjugated godan verb", + "romaji": "nobotta" + }, + "陞って": { + "w_type": "conjugated godan verb", + "romaji": "nobotte" + }, + "洗い晒さ": { + "w_type": "godan verb stem", + "romaji": "araizarasa" + }, + "洗い晒し": { + "w_type": "godan verb stem", + "romaji": "araizarashi" + }, + "洗い晒せ": { + "w_type": "conjugated godan verb", + "romaji": "araizarase" + }, + "洗い晒そ": { + "w_type": "godan verb stem", + "romaji": "araizaraso" + }, + "洗い晒した": { + "w_type": "conjugated godan verb", + "romaji": "araizarashita" + }, + "洗い晒して": { + "w_type": "conjugated godan verb", + "romaji": "araizarashite" + }, + "択ば": { + "w_type": "godan verb stem", + "romaji": "eraba" + }, + "択び": { + "w_type": "godan verb stem", + "romaji": "erabi" + }, + "択べ": { + "w_type": "conjugated godan verb", + "romaji": "erabe" + }, + "択ぼ": { + "w_type": "godan verb stem", + "romaji": "erabo" + }, + "択んだ": { + "w_type": "conjugated godan verb", + "romaji": "eranda" + }, + "択んで": { + "w_type": "conjugated godan verb", + "romaji": "erande" + }, + "大人ぶら": { + "w_type": "godan verb stem", + "romaji": "otonabura" + }, + "大人ぶり": { + "w_type": "godan verb stem", + "romaji": "otonaburi" + }, + "大人ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "otonabure" + }, + "大人ぶろ": { + "w_type": "godan verb stem", + "romaji": "otonaburo" + }, + "大人ぶった": { + "w_type": "conjugated godan verb", + "romaji": "otonabutta" + }, + "大人ぶって": { + "w_type": "conjugated godan verb", + "romaji": "otonabutte" + }, + "宿さ": { + "w_type": "godan verb stem", + "romaji": "yadosa" + }, + "宿し": { + "w_type": "godan verb stem", + "romaji": "yadoshi" + }, + "宿せ": { + "w_type": "conjugated godan verb", + "romaji": "yadose" + }, + "宿そ": { + "w_type": "godan verb stem", + "romaji": "yadoso" + }, + "宿した": { + "w_type": "conjugated godan verb", + "romaji": "yadoshita" + }, + "宿して": { + "w_type": "conjugated godan verb", + "romaji": "yadoshite" + }, + "暴れ廻ら": { + "w_type": "godan verb stem", + "romaji": "abaremawara" + }, + "暴れ廻り": { + "w_type": "godan verb stem", + "romaji": "abaremawari" + }, + "暴れ廻れ": { + "w_type": "conjugated godan verb", + "romaji": "abaremaware" + }, + "暴れ廻ろ": { + "w_type": "godan verb stem", + "romaji": "abaremawaro" + }, + "暴れ廻った": { + "w_type": "conjugated godan verb", + "romaji": "abaremawatta" + }, + "暴れ廻って": { + "w_type": "conjugated godan verb", + "romaji": "abaremawatte" + }, + "取って参ら": { + "w_type": "godan verb stem", + "romaji": "tottemaira" + }, + "取って参り": { + "w_type": "godan verb stem", + "romaji": "tottemairi" + }, + "取って参れ": { + "w_type": "conjugated godan verb", + "romaji": "tottemaire" + }, + "取って参ろ": { + "w_type": "godan verb stem", + "romaji": "tottemairo" + }, + "取って参った": { + "w_type": "conjugated godan verb", + "romaji": "tottemaitta" + }, + "取って参って": { + "w_type": "conjugated godan verb", + "romaji": "tottemaitte" + }, + "言いよら": { + "w_type": "godan verb stem", + "romaji": "iiyora" + }, + "言いより": { + "w_type": "godan verb stem", + "romaji": "iiyori" + }, + "言いよれ": { + "w_type": "conjugated godan verb", + "romaji": "iiyore" + }, + "言いよろ": { + "w_type": "godan verb stem", + "romaji": "iiyoro" + }, + "言いよった": { + "w_type": "conjugated godan verb", + "romaji": "iiyotta" + }, + "言いよって": { + "w_type": "conjugated godan verb", + "romaji": "iiyotte" + }, + "積み残さ": { + "w_type": "godan verb stem", + "romaji": "tsuminokosa" + }, + "積み残し": { + "w_type": "godan verb stem", + "romaji": "tsuminokoshi" + }, + "積み残せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuminokose" + }, + "積み残そ": { + "w_type": "godan verb stem", + "romaji": "tsuminokoso" + }, + "積み残した": { + "w_type": "conjugated godan verb", + "romaji": "tsuminokoshita" + }, + "積み残して": { + "w_type": "conjugated godan verb", + "romaji": "tsuminokoshite" + }, + "買い煽ら": { + "w_type": "godan verb stem", + "romaji": "kaiaora" + }, + "買い煽り": { + "w_type": "godan verb stem", + "romaji": "kaiaori" + }, + "買い煽れ": { + "w_type": "conjugated godan verb", + "romaji": "kaiaore" + }, + "買い煽ろ": { + "w_type": "godan verb stem", + "romaji": "kaiaoro" + }, + "買い煽った": { + "w_type": "conjugated godan verb", + "romaji": "kaiaotta" + }, + "買い煽って": { + "w_type": "conjugated godan verb", + "romaji": "kaiaotte" + }, + "執成さ": { + "w_type": "godan verb stem", + "romaji": "torinasa" + }, + "執成し": { + "w_type": "godan verb stem", + "romaji": "torinashi" + }, + "執成せ": { + "w_type": "conjugated godan verb", + "romaji": "torinase" + }, + "執成そ": { + "w_type": "godan verb stem", + "romaji": "torinaso" + }, + "執成した": { + "w_type": "conjugated godan verb", + "romaji": "torinashita" + }, + "執成して": { + "w_type": "conjugated godan verb", + "romaji": "torinashite" + }, + "垂らし込ま": { + "w_type": "godan verb stem", + "romaji": "tarashikoma" + }, + "垂らし込み": { + "w_type": "godan verb stem", + "romaji": "tarashikomi" + }, + "垂らし込め": { + "w_type": "conjugated godan verb", + "romaji": "tarashikome" + }, + "垂らし込も": { + "w_type": "godan verb stem", + "romaji": "tarashikomo" + }, + "垂らし込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tarashikonda" + }, + "垂らし込んで": { + "w_type": "conjugated godan verb", + "romaji": "tarashikonde" + }, + "訪わ": { + "w_type": "godan verb stem", + "romaji": "towa" + }, + "訪い": { + "w_type": "godan verb stem", + "romaji": "toi" + }, + "訪え": { + "w_type": "conjugated godan verb", + "romaji": "toe" + }, + "訪お": { + "w_type": "godan verb stem", + "romaji": "too" + }, + "訪った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "訪って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "食い千切ら": { + "w_type": "godan verb stem", + "romaji": "kuichigira" + }, + "食い千切り": { + "w_type": "godan verb stem", + "romaji": "kuichigiri" + }, + "食い千切れ": { + "w_type": "conjugated godan verb", + "romaji": "kuichigire" + }, + "食い千切ろ": { + "w_type": "godan verb stem", + "romaji": "kuichigiro" + }, + "食い千切った": { + "w_type": "conjugated godan verb", + "romaji": "kuichigitta" + }, + "食い千切って": { + "w_type": "conjugated godan verb", + "romaji": "kuichigitte" + }, + "挵ら": { + "w_type": "godan verb stem", + "romaji": "sesera" + }, + "挵り": { + "w_type": "godan verb stem", + "romaji": "seseri" + }, + "挵れ": { + "w_type": "conjugated godan verb", + "romaji": "sesere" + }, + "挵ろ": { + "w_type": "godan verb stem", + "romaji": "sesero" + }, + "挵った": { + "w_type": "conjugated godan verb", + "romaji": "sesetta" + }, + "挵って": { + "w_type": "conjugated godan verb", + "romaji": "sesette" + }, + "攫ま": { + "w_type": "godan verb stem", + "romaji": "tsukama" + }, + "攫み": { + "w_type": "godan verb stem", + "romaji": "tsukami" + }, + "攫め": { + "w_type": "conjugated godan verb", + "romaji": "tsukame" + }, + "攫も": { + "w_type": "godan verb stem", + "romaji": "tsukamo" + }, + "攫んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukanda" + }, + "攫んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukande" + }, + "稼ぎださ": { + "w_type": "godan verb stem", + "romaji": "kasegidasa" + }, + "稼ぎだし": { + "w_type": "godan verb stem", + "romaji": "kasegidashi" + }, + "稼ぎだせ": { + "w_type": "conjugated godan verb", + "romaji": "kasegidase" + }, + "稼ぎだそ": { + "w_type": "godan verb stem", + "romaji": "kasegidaso" + }, + "稼ぎだした": { + "w_type": "conjugated godan verb", + "romaji": "kasegidashita" + }, + "稼ぎだして": { + "w_type": "conjugated godan verb", + "romaji": "kasegidashite" + }, + "実になら": { + "w_type": "godan verb stem", + "romaji": "mininara" + }, + "実になり": { + "w_type": "godan verb stem", + "romaji": "mininari" + }, + "実になれ": { + "w_type": "conjugated godan verb", + "romaji": "mininare" + }, + "実になろ": { + "w_type": "godan verb stem", + "romaji": "mininaro" + }, + "実になった": { + "w_type": "conjugated godan verb", + "romaji": "mininatta" + }, + "実になって": { + "w_type": "conjugated godan verb", + "romaji": "mininatte" + }, + "充てがわ": { + "w_type": "godan verb stem", + "romaji": "ategawa" + }, + "充てがい": { + "w_type": "godan verb stem", + "romaji": "ategai" + }, + "充てがえ": { + "w_type": "conjugated godan verb", + "romaji": "ategae" + }, + "充てがお": { + "w_type": "godan verb stem", + "romaji": "ategao" + }, + "充てがった": { + "w_type": "conjugated godan verb", + "romaji": "ategatta" + }, + "充てがって": { + "w_type": "conjugated godan verb", + "romaji": "ategatte" + }, + "考えこま": { + "w_type": "godan verb stem", + "romaji": "kangaekoma" + }, + "考えこみ": { + "w_type": "godan verb stem", + "romaji": "kangaekomi" + }, + "考えこめ": { + "w_type": "conjugated godan verb", + "romaji": "kangaekome" + }, + "考えこも": { + "w_type": "godan verb stem", + "romaji": "kangaekomo" + }, + "考えこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kangaekonda" + }, + "考えこんで": { + "w_type": "conjugated godan verb", + "romaji": "kangaekonde" + }, + "火照ら": { + "w_type": "godan verb stem", + "romaji": "hotera" + }, + "火照り": { + "w_type": "godan verb stem", + "romaji": "hoteri" + }, + "火照れ": { + "w_type": "conjugated godan verb", + "romaji": "hotere" + }, + "火照ろ": { + "w_type": "godan verb stem", + "romaji": "hotero" + }, + "火照った": { + "w_type": "conjugated godan verb", + "romaji": "hotetta" + }, + "火照って": { + "w_type": "conjugated godan verb", + "romaji": "hotette" + }, + "震え出さ": { + "w_type": "godan verb stem", + "romaji": "furuedasa" + }, + "震え出し": { + "w_type": "godan verb stem", + "romaji": "furuedashi" + }, + "震え出せ": { + "w_type": "conjugated godan verb", + "romaji": "furuedase" + }, + "震え出そ": { + "w_type": "godan verb stem", + "romaji": "furuedaso" + }, + "震え出した": { + "w_type": "conjugated godan verb", + "romaji": "furuedashita" + }, + "震え出して": { + "w_type": "conjugated godan verb", + "romaji": "furuedashite" + }, + "蔓延ら": { + "w_type": "godan verb stem", + "romaji": "habikora" + }, + "蔓延り": { + "w_type": "godan verb stem", + "romaji": "habikori" + }, + "蔓延れ": { + "w_type": "conjugated godan verb", + "romaji": "habikore" + }, + "蔓延ろ": { + "w_type": "godan verb stem", + "romaji": "habikoro" + }, + "蔓延った": { + "w_type": "conjugated godan verb", + "romaji": "habikotta" + }, + "蔓延って": { + "w_type": "conjugated godan verb", + "romaji": "habikotte" + }, + "茹でこぼさ": { + "w_type": "godan verb stem", + "romaji": "yudekobosa" + }, + "茹でこぼし": { + "w_type": "godan verb stem", + "romaji": "yudekoboshi" + }, + "茹でこぼせ": { + "w_type": "conjugated godan verb", + "romaji": "yudekobose" + }, + "茹でこぼそ": { + "w_type": "godan verb stem", + "romaji": "yudekoboso" + }, + "茹でこぼした": { + "w_type": "conjugated godan verb", + "romaji": "yudekoboshita" + }, + "茹でこぼして": { + "w_type": "conjugated godan verb", + "romaji": "yudekoboshite" + }, + "切り起こさ": { + "w_type": "godan verb stem", + "romaji": "kiriokosa" + }, + "切り起こし": { + "w_type": "godan verb stem", + "romaji": "kiriokoshi" + }, + "切り起こせ": { + "w_type": "conjugated godan verb", + "romaji": "kiriokose" + }, + "切り起こそ": { + "w_type": "godan verb stem", + "romaji": "kiriokoso" + }, + "切り起こした": { + "w_type": "conjugated godan verb", + "romaji": "kiriokoshita" + }, + "切り起こして": { + "w_type": "conjugated godan verb", + "romaji": "kiriokoshite" + }, + "下がから": { + "w_type": "godan verb stem", + "romaji": "shimogakara" + }, + "下がかり": { + "w_type": "godan verb stem", + "romaji": "shimogakari" + }, + "下がかれ": { + "w_type": "conjugated godan verb", + "romaji": "shimogakare" + }, + "下がかろ": { + "w_type": "godan verb stem", + "romaji": "shimogakaro" + }, + "下がかった": { + "w_type": "conjugated godan verb", + "romaji": "shimogakatta" + }, + "下がかって": { + "w_type": "conjugated godan verb", + "romaji": "shimogakatte" + }, + "揉み消さ": { + "w_type": "godan verb stem", + "romaji": "momikesa" + }, + "揉み消し": { + "w_type": "godan verb stem", + "romaji": "momikeshi" + }, + "揉み消せ": { + "w_type": "conjugated godan verb", + "romaji": "momikese" + }, + "揉み消そ": { + "w_type": "godan verb stem", + "romaji": "momikeso" + }, + "揉み消した": { + "w_type": "conjugated godan verb", + "romaji": "momikeshita" + }, + "揉み消して": { + "w_type": "conjugated godan verb", + "romaji": "momikeshite" + }, + "乾あがら": { + "w_type": "godan verb stem", + "romaji": "hiagara" + }, + "乾あがり": { + "w_type": "godan verb stem", + "romaji": "hiagari" + }, + "乾あがれ": { + "w_type": "conjugated godan verb", + "romaji": "hiagare" + }, + "乾あがろ": { + "w_type": "godan verb stem", + "romaji": "hiagaro" + }, + "乾あがった": { + "w_type": "conjugated godan verb", + "romaji": "hiagatta" + }, + "乾あがって": { + "w_type": "conjugated godan verb", + "romaji": "hiagatte" + }, + "掛け合わさ": { + "w_type": "godan verb stem", + "romaji": "kakeawasa" + }, + "掛け合わし": { + "w_type": "godan verb stem", + "romaji": "kakeawashi" + }, + "掛け合わせ": { + "w_type": "conjugated godan verb", + "romaji": "kakeawase" + }, + "掛け合わそ": { + "w_type": "godan verb stem", + "romaji": "kakeawaso" + }, + "掛け合わした": { + "w_type": "conjugated godan verb", + "romaji": "kakeawashita" + }, + "掛け合わして": { + "w_type": "conjugated godan verb", + "romaji": "kakeawashite" + }, + "吝しま": { + "w_type": "godan verb stem", + "romaji": "oshima" + }, + "吝しみ": { + "w_type": "godan verb stem", + "romaji": "oshimi" + }, + "吝しめ": { + "w_type": "conjugated godan verb", + "romaji": "oshime" + }, + "吝しも": { + "w_type": "godan verb stem", + "romaji": "oshimo" + }, + "吝しんだ": { + "w_type": "conjugated godan verb", + "romaji": "oshinda" + }, + "吝しんで": { + "w_type": "conjugated godan verb", + "romaji": "oshinde" + }, + "立ち止ら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立ち止り": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立ち止れ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立ち止ろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立ち止った": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立ち止って": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "突落とさ": { + "w_type": "godan verb stem", + "romaji": "tsukiotosa" + }, + "突落とし": { + "w_type": "godan verb stem", + "romaji": "tsukiotoshi" + }, + "突落とせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotose" + }, + "突落とそ": { + "w_type": "godan verb stem", + "romaji": "tsukiotoso" + }, + "突落とした": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshita" + }, + "突落として": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshite" + }, + "立ちなおら": { + "w_type": "godan verb stem", + "romaji": "tachinaora" + }, + "立ちなおり": { + "w_type": "godan verb stem", + "romaji": "tachinaori" + }, + "立ちなおれ": { + "w_type": "conjugated godan verb", + "romaji": "tachinaore" + }, + "立ちなおろ": { + "w_type": "godan verb stem", + "romaji": "tachinaoro" + }, + "立ちなおった": { + "w_type": "conjugated godan verb", + "romaji": "tachinaotta" + }, + "立ちなおって": { + "w_type": "conjugated godan verb", + "romaji": "tachinaotte" + }, + "割振ら": { + "w_type": "godan verb stem", + "romaji": "warifura" + }, + "割振り": { + "w_type": "godan verb stem", + "romaji": "warifuri" + }, + "割振れ": { + "w_type": "conjugated godan verb", + "romaji": "warifure" + }, + "割振ろ": { + "w_type": "godan verb stem", + "romaji": "warifuro" + }, + "割振った": { + "w_type": "conjugated godan verb", + "romaji": "warifutta" + }, + "割振って": { + "w_type": "conjugated godan verb", + "romaji": "warifutte" + }, + "凄ま": { + "w_type": "godan verb stem", + "romaji": "sugoma" + }, + "凄み": { + "w_type": "godan verb stem", + "romaji": "sugomi" + }, + "凄め": { + "w_type": "conjugated godan verb", + "romaji": "sugome" + }, + "凄も": { + "w_type": "godan verb stem", + "romaji": "sugomo" + }, + "凄んだ": { + "w_type": "conjugated godan verb", + "romaji": "sugonda" + }, + "凄んで": { + "w_type": "conjugated godan verb", + "romaji": "sugonde" + }, + "尽さ": { + "w_type": "godan verb stem", + "romaji": "tsukusa" + }, + "尽し": { + "w_type": "godan verb stem", + "romaji": "tsukushi" + }, + "尽せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuse" + }, + "尽そ": { + "w_type": "godan verb stem", + "romaji": "tsukuso" + }, + "尽した": { + "w_type": "conjugated godan verb", + "romaji": "tsukushita" + }, + "尽して": { + "w_type": "conjugated godan verb", + "romaji": "tsukushite" + }, + "押え込ま": { + "w_type": "godan verb stem", + "romaji": "osaekoma" + }, + "押え込み": { + "w_type": "godan verb stem", + "romaji": "osaekomi" + }, + "押え込め": { + "w_type": "conjugated godan verb", + "romaji": "osaekome" + }, + "押え込も": { + "w_type": "godan verb stem", + "romaji": "osaekomo" + }, + "押え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "osaekonda" + }, + "押え込んで": { + "w_type": "conjugated godan verb", + "romaji": "osaekonde" + }, + "傾れ込ま": { + "w_type": "godan verb stem", + "romaji": "nadarekoma" + }, + "傾れ込み": { + "w_type": "godan verb stem", + "romaji": "nadarekomi" + }, + "傾れ込め": { + "w_type": "conjugated godan verb", + "romaji": "nadarekome" + }, + "傾れ込も": { + "w_type": "godan verb stem", + "romaji": "nadarekomo" + }, + "傾れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nadarekonda" + }, + "傾れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nadarekonde" + }, + "択ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "択り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "択れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "択ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "択った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "択って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "寄っかから": { + "w_type": "godan verb stem", + "romaji": "yokkakara" + }, + "寄っかかり": { + "w_type": "godan verb stem", + "romaji": "yokkakari" + }, + "寄っかかれ": { + "w_type": "conjugated godan verb", + "romaji": "yokkakare" + }, + "寄っかかろ": { + "w_type": "godan verb stem", + "romaji": "yokkakaro" + }, + "寄っかかった": { + "w_type": "conjugated godan verb", + "romaji": "yokkakatta" + }, + "寄っかかって": { + "w_type": "conjugated godan verb", + "romaji": "yokkakatte" + }, + "引きずり降ろさ": { + "w_type": "godan verb stem", + "romaji": "hikizuriorosa" + }, + "引きずり降ろし": { + "w_type": "godan verb stem", + "romaji": "hikizurioroshi" + }, + "引きずり降ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuriorose" + }, + "引きずり降ろそ": { + "w_type": "godan verb stem", + "romaji": "hikizurioroso" + }, + "引きずり降ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshita" + }, + "引きずり降ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshite" + }, + "押し破ら": { + "w_type": "godan verb stem", + "romaji": "oshiyabura" + }, + "押し破り": { + "w_type": "godan verb stem", + "romaji": "oshiyaburi" + }, + "押し破れ": { + "w_type": "conjugated godan verb", + "romaji": "oshiyabure" + }, + "押し破ろ": { + "w_type": "godan verb stem", + "romaji": "oshiyaburo" + }, + "押し破った": { + "w_type": "conjugated godan verb", + "romaji": "oshiyabutta" + }, + "押し破って": { + "w_type": "conjugated godan verb", + "romaji": "oshiyabutte" + }, + "天翔ら": { + "w_type": "godan verb stem", + "romaji": "amagakera" + }, + "天翔り": { + "w_type": "godan verb stem", + "romaji": "amagakeri" + }, + "天翔れ": { + "w_type": "conjugated godan verb", + "romaji": "amagakere" + }, + "天翔ろ": { + "w_type": "godan verb stem", + "romaji": "amagakero" + }, + "天翔った": { + "w_type": "conjugated godan verb", + "romaji": "amagaketta" + }, + "天翔って": { + "w_type": "conjugated godan verb", + "romaji": "amagakette" + }, + "剪ま": { + "w_type": "godan verb stem", + "romaji": "hasama" + }, + "剪み": { + "w_type": "godan verb stem", + "romaji": "hasami" + }, + "剪め": { + "w_type": "conjugated godan verb", + "romaji": "hasame" + }, + "剪も": { + "w_type": "godan verb stem", + "romaji": "hasamo" + }, + "剪んだ": { + "w_type": "conjugated godan verb", + "romaji": "hasanda" + }, + "剪んで": { + "w_type": "conjugated godan verb", + "romaji": "hasande" + }, + "誘き出さ": { + "w_type": "godan verb stem", + "romaji": "obikidasa" + }, + "誘き出し": { + "w_type": "godan verb stem", + "romaji": "obikidashi" + }, + "誘き出せ": { + "w_type": "conjugated godan verb", + "romaji": "obikidase" + }, + "誘き出そ": { + "w_type": "godan verb stem", + "romaji": "obikidaso" + }, + "誘き出した": { + "w_type": "conjugated godan verb", + "romaji": "obikidashita" + }, + "誘き出して": { + "w_type": "conjugated godan verb", + "romaji": "obikidashite" + }, + "癒やさ": { + "w_type": "godan verb stem", + "romaji": "iyasa" + }, + "癒やし": { + "w_type": "godan verb stem", + "romaji": "iyashi" + }, + "癒やせ": { + "w_type": "conjugated godan verb", + "romaji": "iyase" + }, + "癒やそ": { + "w_type": "godan verb stem", + "romaji": "iyaso" + }, + "癒やした": { + "w_type": "conjugated godan verb", + "romaji": "iyashita" + }, + "癒やして": { + "w_type": "conjugated godan verb", + "romaji": "iyashite" + }, + "惑わ": { + "w_type": "godan verb stem", + "romaji": "madowa" + }, + "惑い": { + "w_type": "godan verb stem", + "romaji": "madoi" + }, + "惑え": { + "w_type": "conjugated godan verb", + "romaji": "madoe" + }, + "惑お": { + "w_type": "godan verb stem", + "romaji": "madoo" + }, + "惑った": { + "w_type": "conjugated godan verb", + "romaji": "madotta" + }, + "惑って": { + "w_type": "conjugated godan verb", + "romaji": "madotte" + }, + "震い付か": { + "w_type": "godan verb stem", + "romaji": "furuitsuka" + }, + "震い付き": { + "w_type": "godan verb stem", + "romaji": "furuitsuki" + }, + "震い付け": { + "w_type": "conjugated godan verb", + "romaji": "furuitsuke" + }, + "震い付こ": { + "w_type": "godan verb stem", + "romaji": "furuitsuko" + }, + "震い付いた": { + "w_type": "conjugated godan verb", + "romaji": "furuitsuita" + }, + "震い付いて": { + "w_type": "conjugated godan verb", + "romaji": "furuitsuite" + }, + "聞損なわ": { + "w_type": "godan verb stem", + "romaji": "kikisokonawa" + }, + "聞損ない": { + "w_type": "godan verb stem", + "romaji": "kikisokonai" + }, + "聞損なえ": { + "w_type": "conjugated godan verb", + "romaji": "kikisokonae" + }, + "聞損なお": { + "w_type": "godan verb stem", + "romaji": "kikisokonao" + }, + "聞損なった": { + "w_type": "conjugated godan verb", + "romaji": "kikisokonatta" + }, + "聞損なって": { + "w_type": "conjugated godan verb", + "romaji": "kikisokonatte" + }, + "鳴き交わさ": { + "w_type": "godan verb stem", + "romaji": "nakikawasa" + }, + "鳴き交わし": { + "w_type": "godan verb stem", + "romaji": "nakikawashi" + }, + "鳴き交わせ": { + "w_type": "conjugated godan verb", + "romaji": "nakikawase" + }, + "鳴き交わそ": { + "w_type": "godan verb stem", + "romaji": "nakikawaso" + }, + "鳴き交わした": { + "w_type": "conjugated godan verb", + "romaji": "nakikawashita" + }, + "鳴き交わして": { + "w_type": "conjugated godan verb", + "romaji": "nakikawashite" + }, + "取掛ら": { + "w_type": "godan verb stem", + "romaji": "torikakara" + }, + "取掛り": { + "w_type": "godan verb stem", + "romaji": "torikakari" + }, + "取掛れ": { + "w_type": "conjugated godan verb", + "romaji": "torikakare" + }, + "取掛ろ": { + "w_type": "godan verb stem", + "romaji": "torikakaro" + }, + "取掛った": { + "w_type": "conjugated godan verb", + "romaji": "torikakatta" + }, + "取掛って": { + "w_type": "conjugated godan verb", + "romaji": "torikakatte" + }, + "聞き逃さ": { + "w_type": "godan verb stem", + "romaji": "kikinogasa" + }, + "聞き逃し": { + "w_type": "godan verb stem", + "romaji": "kikinogashi" + }, + "聞き逃せ": { + "w_type": "conjugated godan verb", + "romaji": "kikinogase" + }, + "聞き逃そ": { + "w_type": "godan verb stem", + "romaji": "kikinogaso" + }, + "聞き逃した": { + "w_type": "conjugated godan verb", + "romaji": "kikinogashita" + }, + "聞き逃して": { + "w_type": "conjugated godan verb", + "romaji": "kikinogashite" + }, + "弛ま": { + "w_type": "godan verb stem", + "romaji": "yuruma" + }, + "弛み": { + "w_type": "godan verb stem", + "romaji": "yurumi" + }, + "弛め": { + "w_type": "conjugated godan verb", + "romaji": "yurume" + }, + "弛も": { + "w_type": "godan verb stem", + "romaji": "yurumo" + }, + "弛んだ": { + "w_type": "conjugated godan verb", + "romaji": "yurunda" + }, + "弛んで": { + "w_type": "conjugated godan verb", + "romaji": "yurunde" + }, + "かち合わ": { + "w_type": "godan verb stem", + "romaji": "kachiawa" + }, + "かち合い": { + "w_type": "godan verb stem", + "romaji": "kachiai" + }, + "かち合え": { + "w_type": "conjugated godan verb", + "romaji": "kachiae" + }, + "かち合お": { + "w_type": "godan verb stem", + "romaji": "kachiao" + }, + "かち合った": { + "w_type": "conjugated godan verb", + "romaji": "kachiatta" + }, + "かち合って": { + "w_type": "conjugated godan verb", + "romaji": "kachiatte" + }, + "付き纏わ": { + "w_type": "godan verb stem", + "romaji": "tsukimatowa" + }, + "付き纏い": { + "w_type": "godan verb stem", + "romaji": "tsukimatoi" + }, + "付き纏え": { + "w_type": "conjugated godan verb", + "romaji": "tsukimatoe" + }, + "付き纏お": { + "w_type": "godan verb stem", + "romaji": "tsukimatoo" + }, + "付き纏った": { + "w_type": "conjugated godan verb", + "romaji": "tsukimatotta" + }, + "付き纏って": { + "w_type": "conjugated godan verb", + "romaji": "tsukimatotte" + }, + "言い争わ": { + "w_type": "godan verb stem", + "romaji": "iiarasowa" + }, + "言い争い": { + "w_type": "godan verb stem", + "romaji": "iiarasoi" + }, + "言い争え": { + "w_type": "conjugated godan verb", + "romaji": "iiarasoe" + }, + "言い争お": { + "w_type": "godan verb stem", + "romaji": "iiarasoo" + }, + "言い争った": { + "w_type": "conjugated godan verb", + "romaji": "iiarasotta" + }, + "言い争って": { + "w_type": "conjugated godan verb", + "romaji": "iiarasotte" + }, + "華やが": { + "w_type": "godan verb stem", + "romaji": "hanayaga" + }, + "華やぎ": { + "w_type": "godan verb stem", + "romaji": "hanayagi" + }, + "華やげ": { + "w_type": "conjugated godan verb", + "romaji": "hanayage" + }, + "華やご": { + "w_type": "godan verb stem", + "romaji": "hanayago" + }, + "華やいだ": { + "w_type": "conjugated godan verb", + "romaji": "hanayaida" + }, + "華やいで": { + "w_type": "conjugated godan verb", + "romaji": "hanayaide" + }, + "怠ら": { + "w_type": "godan verb stem", + "romaji": "okotara" + }, + "怠り": { + "w_type": "godan verb stem", + "romaji": "okotari" + }, + "怠れ": { + "w_type": "conjugated godan verb", + "romaji": "okotare" + }, + "怠ろ": { + "w_type": "godan verb stem", + "romaji": "okotaro" + }, + "怠った": { + "w_type": "conjugated godan verb", + "romaji": "okotatta" + }, + "怠って": { + "w_type": "conjugated godan verb", + "romaji": "okotatte" + }, + "謝ら": { + "w_type": "godan verb stem", + "romaji": "ayamara" + }, + "謝り": { + "w_type": "godan verb stem", + "romaji": "ayamari" + }, + "謝れ": { + "w_type": "conjugated godan verb", + "romaji": "ayamare" + }, + "謝ろ": { + "w_type": "godan verb stem", + "romaji": "ayamaro" + }, + "謝った": { + "w_type": "conjugated godan verb", + "romaji": "ayamatta" + }, + "謝って": { + "w_type": "conjugated godan verb", + "romaji": "ayamatte" + }, + "忍び出さ": { + "w_type": "godan verb stem", + "romaji": "shinobidasa" + }, + "忍び出し": { + "w_type": "godan verb stem", + "romaji": "shinobidashi" + }, + "忍び出せ": { + "w_type": "conjugated godan verb", + "romaji": "shinobidase" + }, + "忍び出そ": { + "w_type": "godan verb stem", + "romaji": "shinobidaso" + }, + "忍び出した": { + "w_type": "conjugated godan verb", + "romaji": "shinobidashita" + }, + "忍び出して": { + "w_type": "conjugated godan verb", + "romaji": "shinobidashite" + }, + "詰ら": { + "w_type": "godan verb stem", + "romaji": "najira" + }, + "詰り": { + "w_type": "godan verb stem", + "romaji": "najiri" + }, + "詰れ": { + "w_type": "conjugated godan verb", + "romaji": "najire" + }, + "詰ろ": { + "w_type": "godan verb stem", + "romaji": "najiro" + }, + "詰った": { + "w_type": "conjugated godan verb", + "romaji": "najitta" + }, + "詰って": { + "w_type": "conjugated godan verb", + "romaji": "najitte" + }, + "蕩さ": { + "w_type": "godan verb stem", + "romaji": "tarasa" + }, + "蕩し": { + "w_type": "godan verb stem", + "romaji": "tarashi" + }, + "蕩せ": { + "w_type": "conjugated godan verb", + "romaji": "tarase" + }, + "蕩そ": { + "w_type": "godan verb stem", + "romaji": "taraso" + }, + "蕩した": { + "w_type": "conjugated godan verb", + "romaji": "tarashita" + }, + "蕩して": { + "w_type": "conjugated godan verb", + "romaji": "tarashite" + }, + "戯かさ": { + "w_type": "godan verb stem", + "romaji": "jarakasa" + }, + "戯かし": { + "w_type": "godan verb stem", + "romaji": "jarakashi" + }, + "戯かせ": { + "w_type": "conjugated godan verb", + "romaji": "jarakase" + }, + "戯かそ": { + "w_type": "godan verb stem", + "romaji": "jarakaso" + }, + "戯かした": { + "w_type": "conjugated godan verb", + "romaji": "jarakashita" + }, + "戯かして": { + "w_type": "conjugated godan verb", + "romaji": "jarakashite" + }, + "差交さ": { + "w_type": "godan verb stem", + "romaji": "sashikawasa" + }, + "差交し": { + "w_type": "godan verb stem", + "romaji": "sashikawashi" + }, + "差交せ": { + "w_type": "conjugated godan verb", + "romaji": "sashikawase" + }, + "差交そ": { + "w_type": "godan verb stem", + "romaji": "sashikawaso" + }, + "差交した": { + "w_type": "conjugated godan verb", + "romaji": "sashikawashita" + }, + "差交して": { + "w_type": "conjugated godan verb", + "romaji": "sashikawashite" + }, + "締めくくら": { + "w_type": "godan verb stem", + "romaji": "shimekukura" + }, + "締めくくり": { + "w_type": "godan verb stem", + "romaji": "shimekukuri" + }, + "締めくくれ": { + "w_type": "conjugated godan verb", + "romaji": "shimekukure" + }, + "締めくくろ": { + "w_type": "godan verb stem", + "romaji": "shimekukuro" + }, + "締めくくった": { + "w_type": "conjugated godan verb", + "romaji": "shimekukutta" + }, + "締めくくって": { + "w_type": "conjugated godan verb", + "romaji": "shimekukutte" + }, + "言通さ": { + "w_type": "godan verb stem", + "romaji": "iitoosa" + }, + "言通し": { + "w_type": "godan verb stem", + "romaji": "iitooshi" + }, + "言通せ": { + "w_type": "conjugated godan verb", + "romaji": "iitoose" + }, + "言通そ": { + "w_type": "godan verb stem", + "romaji": "iitooso" + }, + "言通した": { + "w_type": "conjugated godan verb", + "romaji": "iitooshita" + }, + "言通して": { + "w_type": "conjugated godan verb", + "romaji": "iitooshite" + }, + "包み飾ら": { + "w_type": "godan verb stem", + "romaji": "tsutsumikazara" + }, + "包み飾り": { + "w_type": "godan verb stem", + "romaji": "tsutsumikazari" + }, + "包み飾れ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikazare" + }, + "包み飾ろ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikazaro" + }, + "包み飾った": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikazatta" + }, + "包み飾って": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikazatte" + }, + "堪ら": { + "w_type": "godan verb stem", + "romaji": "tamara" + }, + "堪り": { + "w_type": "godan verb stem", + "romaji": "tamari" + }, + "堪れ": { + "w_type": "conjugated godan verb", + "romaji": "tamare" + }, + "堪ろ": { + "w_type": "godan verb stem", + "romaji": "tamaro" + }, + "堪った": { + "w_type": "conjugated godan verb", + "romaji": "tamatta" + }, + "堪って": { + "w_type": "conjugated godan verb", + "romaji": "tamatte" + }, + "吹きすさば": { + "w_type": "godan verb stem", + "romaji": "fukisusaba" + }, + "吹きすさび": { + "w_type": "godan verb stem", + "romaji": "fukisusabi" + }, + "吹きすさべ": { + "w_type": "conjugated godan verb", + "romaji": "fukisusabe" + }, + "吹きすさぼ": { + "w_type": "godan verb stem", + "romaji": "fukisusabo" + }, + "吹きすさんだ": { + "w_type": "conjugated godan verb", + "romaji": "fukisusanda" + }, + "吹きすさんで": { + "w_type": "conjugated godan verb", + "romaji": "fukisusande" + }, + "恥じらわ": { + "w_type": "godan verb stem", + "romaji": "hajirawa" + }, + "恥じらい": { + "w_type": "godan verb stem", + "romaji": "hajirai" + }, + "恥じらえ": { + "w_type": "conjugated godan verb", + "romaji": "hajirae" + }, + "恥じらお": { + "w_type": "godan verb stem", + "romaji": "hajirao" + }, + "恥じらった": { + "w_type": "conjugated godan verb", + "romaji": "hajiratta" + }, + "恥じらって": { + "w_type": "conjugated godan verb", + "romaji": "hajiratte" + }, + "繋がら": { + "w_type": "godan verb stem", + "romaji": "tsunagara" + }, + "繋がり": { + "w_type": "godan verb stem", + "romaji": "tsunagari" + }, + "繋がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsunagare" + }, + "繋がろ": { + "w_type": "godan verb stem", + "romaji": "tsunagaro" + }, + "繋がった": { + "w_type": "conjugated godan verb", + "romaji": "tsunagatta" + }, + "繋がって": { + "w_type": "conjugated godan verb", + "romaji": "tsunagatte" + }, + "拒ま": { + "w_type": "godan verb stem", + "romaji": "kobama" + }, + "拒み": { + "w_type": "godan verb stem", + "romaji": "kobami" + }, + "拒め": { + "w_type": "conjugated godan verb", + "romaji": "kobame" + }, + "拒も": { + "w_type": "godan verb stem", + "romaji": "kobamo" + }, + "拒んだ": { + "w_type": "conjugated godan verb", + "romaji": "kobanda" + }, + "拒んで": { + "w_type": "conjugated godan verb", + "romaji": "kobande" + }, + "靠れ掛から": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "靠れ掛かり": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "靠れ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "靠れ掛かろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "靠れ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "靠れ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "拒が": { + "w_type": "godan verb stem", + "romaji": "fusega" + }, + "拒ぎ": { + "w_type": "godan verb stem", + "romaji": "fusegi" + }, + "拒げ": { + "w_type": "conjugated godan verb", + "romaji": "fusege" + }, + "拒ご": { + "w_type": "godan verb stem", + "romaji": "fusego" + }, + "拒いだ": { + "w_type": "conjugated godan verb", + "romaji": "fuseida" + }, + "拒いで": { + "w_type": "conjugated godan verb", + "romaji": "fuseide" + }, + "書き延ばさ": { + "w_type": "godan verb stem", + "romaji": "kakinobasa" + }, + "書き延ばし": { + "w_type": "godan verb stem", + "romaji": "kakinobashi" + }, + "書き延ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kakinobase" + }, + "書き延ばそ": { + "w_type": "godan verb stem", + "romaji": "kakinobaso" + }, + "書き延ばした": { + "w_type": "conjugated godan verb", + "romaji": "kakinobashita" + }, + "書き延ばして": { + "w_type": "conjugated godan verb", + "romaji": "kakinobashite" + }, + "書きつづら": { + "w_type": "godan verb stem", + "romaji": "kakitsuzura" + }, + "書きつづり": { + "w_type": "godan verb stem", + "romaji": "kakitsuzuri" + }, + "書きつづれ": { + "w_type": "conjugated godan verb", + "romaji": "kakitsuzure" + }, + "書きつづろ": { + "w_type": "godan verb stem", + "romaji": "kakitsuzuro" + }, + "書きつづった": { + "w_type": "conjugated godan verb", + "romaji": "kakitsuzutta" + }, + "書きつづって": { + "w_type": "conjugated godan verb", + "romaji": "kakitsuzutte" + }, + "相まら": { + "w_type": "godan verb stem", + "romaji": "aimara" + }, + "相まり": { + "w_type": "godan verb stem", + "romaji": "aimari" + }, + "相まれ": { + "w_type": "conjugated godan verb", + "romaji": "aimare" + }, + "相まろ": { + "w_type": "godan verb stem", + "romaji": "aimaro" + }, + "相まった": { + "w_type": "conjugated godan verb", + "romaji": "aimatta" + }, + "相まって": { + "w_type": "conjugated godan verb", + "romaji": "aimatte" + }, + "揉みほぐさ": { + "w_type": "godan verb stem", + "romaji": "momihogusa" + }, + "揉みほぐし": { + "w_type": "godan verb stem", + "romaji": "momihogushi" + }, + "揉みほぐせ": { + "w_type": "conjugated godan verb", + "romaji": "momihoguse" + }, + "揉みほぐそ": { + "w_type": "godan verb stem", + "romaji": "momihoguso" + }, + "揉みほぐした": { + "w_type": "conjugated godan verb", + "romaji": "momihogushita" + }, + "揉みほぐして": { + "w_type": "conjugated godan verb", + "romaji": "momihogushite" + }, + "カチ割ら": { + "w_type": "godan verb stem", + "romaji": "kachiwara" + }, + "カチ割り": { + "w_type": "godan verb stem", + "romaji": "kachiwari" + }, + "カチ割れ": { + "w_type": "conjugated godan verb", + "romaji": "kachiware" + }, + "カチ割ろ": { + "w_type": "godan verb stem", + "romaji": "kachiwaro" + }, + "カチ割った": { + "w_type": "conjugated godan verb", + "romaji": "kachiwatta" + }, + "カチ割って": { + "w_type": "conjugated godan verb", + "romaji": "kachiwatte" + }, + "開から": { + "w_type": "godan verb stem", + "romaji": "hadakara" + }, + "開かり": { + "w_type": "godan verb stem", + "romaji": "hadakari" + }, + "開かれ": { + "w_type": "conjugated godan verb", + "romaji": "hadakare" + }, + "開かろ": { + "w_type": "godan verb stem", + "romaji": "hadakaro" + }, + "開かった": { + "w_type": "conjugated godan verb", + "romaji": "hadakatta" + }, + "開かって": { + "w_type": "conjugated godan verb", + "romaji": "hadakatte" + }, + "呼び出さ": { + "w_type": "godan verb stem", + "romaji": "yobidasa" + }, + "呼び出し": { + "w_type": "godan verb stem", + "romaji": "yobidashi" + }, + "呼び出せ": { + "w_type": "conjugated godan verb", + "romaji": "yobidase" + }, + "呼び出そ": { + "w_type": "godan verb stem", + "romaji": "yobidaso" + }, + "呼び出した": { + "w_type": "conjugated godan verb", + "romaji": "yobidashita" + }, + "呼び出して": { + "w_type": "conjugated godan verb", + "romaji": "yobidashite" + }, + "言いださ": { + "w_type": "godan verb stem", + "romaji": "iidasa" + }, + "言いだし": { + "w_type": "godan verb stem", + "romaji": "iidashi" + }, + "言いだせ": { + "w_type": "conjugated godan verb", + "romaji": "iidase" + }, + "言いだそ": { + "w_type": "godan verb stem", + "romaji": "iidaso" + }, + "言いだした": { + "w_type": "conjugated godan verb", + "romaji": "iidashita" + }, + "言いだして": { + "w_type": "conjugated godan verb", + "romaji": "iidashite" + }, + "仕済まさ": { + "w_type": "godan verb stem", + "romaji": "shisumasa" + }, + "仕済まし": { + "w_type": "godan verb stem", + "romaji": "shisumashi" + }, + "仕済ませ": { + "w_type": "conjugated godan verb", + "romaji": "shisumase" + }, + "仕済まそ": { + "w_type": "godan verb stem", + "romaji": "shisumaso" + }, + "仕済ました": { + "w_type": "conjugated godan verb", + "romaji": "shisumashita" + }, + "仕済まして": { + "w_type": "conjugated godan verb", + "romaji": "shisumashite" + }, + "綴込ま": { + "w_type": "godan verb stem", + "romaji": "tojikoma" + }, + "綴込み": { + "w_type": "godan verb stem", + "romaji": "tojikomi" + }, + "綴込め": { + "w_type": "conjugated godan verb", + "romaji": "tojikome" + }, + "綴込も": { + "w_type": "godan verb stem", + "romaji": "tojikomo" + }, + "綴込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tojikonda" + }, + "綴込んで": { + "w_type": "conjugated godan verb", + "romaji": "tojikonde" + }, + "つき従わ": { + "w_type": "godan verb stem", + "romaji": "tsukishitagawa" + }, + "つき従い": { + "w_type": "godan verb stem", + "romaji": "tsukishitagai" + }, + "つき従え": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagae" + }, + "つき従お": { + "w_type": "godan verb stem", + "romaji": "tsukishitagao" + }, + "つき従った": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatta" + }, + "つき従って": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatte" + }, + "取り直さ": { + "w_type": "godan verb stem", + "romaji": "torinaosa" + }, + "取り直し": { + "w_type": "godan verb stem", + "romaji": "torinaoshi" + }, + "取り直せ": { + "w_type": "conjugated godan verb", + "romaji": "torinaose" + }, + "取り直そ": { + "w_type": "godan verb stem", + "romaji": "torinaoso" + }, + "取り直した": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshita" + }, + "取り直して": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshite" + }, + "伝染ら": { + "w_type": "godan verb stem", + "romaji": "utsura" + }, + "伝染り": { + "w_type": "godan verb stem", + "romaji": "utsuri" + }, + "伝染れ": { + "w_type": "conjugated godan verb", + "romaji": "utsure" + }, + "伝染ろ": { + "w_type": "godan verb stem", + "romaji": "utsuro" + }, + "伝染った": { + "w_type": "conjugated godan verb", + "romaji": "utsutta" + }, + "伝染って": { + "w_type": "conjugated godan verb", + "romaji": "utsutte" + }, + "もたれ掛ら": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "もたれ掛り": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "もたれ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "もたれ掛ろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "もたれ掛った": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "もたれ掛って": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "やり通さ": { + "w_type": "godan verb stem", + "romaji": "yaritoosa" + }, + "やり通し": { + "w_type": "godan verb stem", + "romaji": "yaritooshi" + }, + "やり通せ": { + "w_type": "conjugated godan verb", + "romaji": "yaritoose" + }, + "やり通そ": { + "w_type": "godan verb stem", + "romaji": "yaritooso" + }, + "やり通した": { + "w_type": "conjugated godan verb", + "romaji": "yaritooshita" + }, + "やり通して": { + "w_type": "conjugated godan verb", + "romaji": "yaritooshite" + }, + "玩ば": { + "w_type": "godan verb stem", + "romaji": "moteasoba" + }, + "玩び": { + "w_type": "godan verb stem", + "romaji": "moteasobi" + }, + "玩べ": { + "w_type": "conjugated godan verb", + "romaji": "moteasobe" + }, + "玩ぼ": { + "w_type": "godan verb stem", + "romaji": "moteasobo" + }, + "玩んだ": { + "w_type": "conjugated godan verb", + "romaji": "moteasonda" + }, + "玩んで": { + "w_type": "conjugated godan verb", + "romaji": "moteasonde" + }, + "悩まさ": { + "w_type": "godan verb stem", + "romaji": "nayamasa" + }, + "悩まし": { + "w_type": "godan verb stem", + "romaji": "nayamashi" + }, + "悩ませ": { + "w_type": "conjugated godan verb", + "romaji": "nayamase" + }, + "悩まそ": { + "w_type": "godan verb stem", + "romaji": "nayamaso" + }, + "悩ました": { + "w_type": "conjugated godan verb", + "romaji": "nayamashita" + }, + "悩まして": { + "w_type": "conjugated godan verb", + "romaji": "nayamashite" + }, + "向かいあわ": { + "w_type": "godan verb stem", + "romaji": "mukaiawa" + }, + "向かいあい": { + "w_type": "godan verb stem", + "romaji": "mukaiai" + }, + "向かいあえ": { + "w_type": "conjugated godan verb", + "romaji": "mukaiae" + }, + "向かいあお": { + "w_type": "godan verb stem", + "romaji": "mukaiao" + }, + "向かいあった": { + "w_type": "conjugated godan verb", + "romaji": "mukaiatta" + }, + "向かいあって": { + "w_type": "conjugated godan verb", + "romaji": "mukaiatte" + }, + "開か": { + "w_type": "godan verb stem", + "romaji": "aka" + }, + "開き": { + "w_type": "godan verb stem", + "romaji": "aki" + }, + "開け": { + "w_type": "conjugated godan verb", + "romaji": "ake" + }, + "開こ": { + "w_type": "godan verb stem", + "romaji": "ako" + }, + "開いた": { + "w_type": "conjugated godan verb", + "romaji": "aita" + }, + "開いて": { + "w_type": "conjugated godan verb", + "romaji": "aite" + }, + "調べて置か": { + "w_type": "godan verb stem", + "romaji": "shirabeteoka" + }, + "調べて置き": { + "w_type": "godan verb stem", + "romaji": "shirabeteoki" + }, + "調べて置け": { + "w_type": "conjugated godan verb", + "romaji": "shirabeteoke" + }, + "調べて置こ": { + "w_type": "godan verb stem", + "romaji": "shirabeteoko" + }, + "調べて置いた": { + "w_type": "conjugated godan verb", + "romaji": "shirabeteoita" + }, + "調べて置いて": { + "w_type": "conjugated godan verb", + "romaji": "shirabeteoite" + }, + "敷か": { + "w_type": "godan verb stem", + "romaji": "shika" + }, + "敷き": { + "w_type": "godan verb stem", + "romaji": "shiki" + }, + "敷け": { + "w_type": "conjugated godan verb", + "romaji": "shike" + }, + "敷こ": { + "w_type": "godan verb stem", + "romaji": "shiko" + }, + "敷いた": { + "w_type": "conjugated godan verb", + "romaji": "shiita" + }, + "敷いて": { + "w_type": "conjugated godan verb", + "romaji": "shiite" + }, + "動か": { + "w_type": "godan verb stem", + "romaji": "ugoka" + }, + "動き": { + "w_type": "godan verb stem", + "romaji": "ugoki" + }, + "動け": { + "w_type": "conjugated godan verb", + "romaji": "ugoke" + }, + "動こ": { + "w_type": "godan verb stem", + "romaji": "ugoko" + }, + "動いた": { + "w_type": "conjugated godan verb", + "romaji": "ugoita" + }, + "動いて": { + "w_type": "conjugated godan verb", + "romaji": "ugoite" + }, + "飛び交わ": { + "w_type": "godan verb stem", + "romaji": "tobikawa" + }, + "飛び交い": { + "w_type": "godan verb stem", + "romaji": "tobikai" + }, + "飛び交え": { + "w_type": "conjugated godan verb", + "romaji": "tobikae" + }, + "飛び交お": { + "w_type": "godan verb stem", + "romaji": "tobikao" + }, + "飛び交った": { + "w_type": "conjugated godan verb", + "romaji": "tobikatta" + }, + "飛び交って": { + "w_type": "conjugated godan verb", + "romaji": "tobikatte" + }, + "引き剝がさ": { + "w_type": "godan verb stem", + "romaji": "hikihagasa" + }, + "引き剝がし": { + "w_type": "godan verb stem", + "romaji": "hikihagashi" + }, + "引き剝がせ": { + "w_type": "conjugated godan verb", + "romaji": "hikihagase" + }, + "引き剝がそ": { + "w_type": "godan verb stem", + "romaji": "hikihagaso" + }, + "引き剝がした": { + "w_type": "conjugated godan verb", + "romaji": "hikihagashita" + }, + "引き剝がして": { + "w_type": "conjugated godan verb", + "romaji": "hikihagashite" + }, + "喚び起さ": { + "w_type": "godan verb stem", + "romaji": "yobiokosa" + }, + "喚び起し": { + "w_type": "godan verb stem", + "romaji": "yobiokoshi" + }, + "喚び起せ": { + "w_type": "conjugated godan verb", + "romaji": "yobiokose" + }, + "喚び起そ": { + "w_type": "godan verb stem", + "romaji": "yobiokoso" + }, + "喚び起した": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshita" + }, + "喚び起して": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshite" + }, + "掘返さ": { + "w_type": "godan verb stem", + "romaji": "horikaesa" + }, + "掘返し": { + "w_type": "godan verb stem", + "romaji": "horikaeshi" + }, + "掘返せ": { + "w_type": "conjugated godan verb", + "romaji": "horikaese" + }, + "掘返そ": { + "w_type": "godan verb stem", + "romaji": "horikaeso" + }, + "掘返した": { + "w_type": "conjugated godan verb", + "romaji": "horikaeshita" + }, + "掘返して": { + "w_type": "conjugated godan verb", + "romaji": "horikaeshite" + }, + "掬わ": { + "w_type": "godan verb stem", + "romaji": "sukuwa" + }, + "掬い": { + "w_type": "godan verb stem", + "romaji": "sukui" + }, + "掬え": { + "w_type": "conjugated godan verb", + "romaji": "sukue" + }, + "掬お": { + "w_type": "godan verb stem", + "romaji": "sukuo" + }, + "掬った": { + "w_type": "conjugated godan verb", + "romaji": "sukutta" + }, + "掬って": { + "w_type": "conjugated godan verb", + "romaji": "sukutte" + }, + "引摺ら": { + "w_type": "godan verb stem", + "romaji": "hikizura" + }, + "引摺り": { + "w_type": "godan verb stem", + "romaji": "hikizuri" + }, + "引摺れ": { + "w_type": "conjugated godan verb", + "romaji": "hikizure" + }, + "引摺ろ": { + "w_type": "godan verb stem", + "romaji": "hikizuro" + }, + "引摺った": { + "w_type": "conjugated godan verb", + "romaji": "hikizutta" + }, + "引摺って": { + "w_type": "conjugated godan verb", + "romaji": "hikizutte" + }, + "撮りなおさ": { + "w_type": "godan verb stem", + "romaji": "torinaosa" + }, + "撮りなおし": { + "w_type": "godan verb stem", + "romaji": "torinaoshi" + }, + "撮りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "torinaose" + }, + "撮りなおそ": { + "w_type": "godan verb stem", + "romaji": "torinaoso" + }, + "撮りなおした": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshita" + }, + "撮りなおして": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshite" + }, + "覚え込ま": { + "w_type": "godan verb stem", + "romaji": "oboekoma" + }, + "覚え込み": { + "w_type": "godan verb stem", + "romaji": "oboekomi" + }, + "覚え込め": { + "w_type": "conjugated godan verb", + "romaji": "oboekome" + }, + "覚え込も": { + "w_type": "godan verb stem", + "romaji": "oboekomo" + }, + "覚え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oboekonda" + }, + "覚え込んで": { + "w_type": "conjugated godan verb", + "romaji": "oboekonde" + }, + "解き解さ": { + "w_type": "godan verb stem", + "romaji": "tokihogusa" + }, + "解き解し": { + "w_type": "godan verb stem", + "romaji": "tokihogushi" + }, + "解き解せ": { + "w_type": "conjugated godan verb", + "romaji": "tokihoguse" + }, + "解き解そ": { + "w_type": "godan verb stem", + "romaji": "tokihoguso" + }, + "解き解した": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushita" + }, + "解き解して": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushite" + }, + "切り去ら": { + "w_type": "godan verb stem", + "romaji": "kirisara" + }, + "切り去り": { + "w_type": "godan verb stem", + "romaji": "kirisari" + }, + "切り去れ": { + "w_type": "conjugated godan verb", + "romaji": "kirisare" + }, + "切り去ろ": { + "w_type": "godan verb stem", + "romaji": "kirisaro" + }, + "切り去った": { + "w_type": "conjugated godan verb", + "romaji": "kirisatta" + }, + "切り去って": { + "w_type": "conjugated godan verb", + "romaji": "kirisatte" + }, + "折れ込ま": { + "w_type": "godan verb stem", + "romaji": "orekoma" + }, + "折れ込み": { + "w_type": "godan verb stem", + "romaji": "orekomi" + }, + "折れ込め": { + "w_type": "conjugated godan verb", + "romaji": "orekome" + }, + "折れ込も": { + "w_type": "godan verb stem", + "romaji": "orekomo" + }, + "折れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "orekonda" + }, + "折れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "orekonde" + }, + "酔っ払わ": { + "w_type": "godan verb stem", + "romaji": "yopparawa" + }, + "酔っ払い": { + "w_type": "godan verb stem", + "romaji": "yopparai" + }, + "酔っ払え": { + "w_type": "conjugated godan verb", + "romaji": "yopparae" + }, + "酔っ払お": { + "w_type": "godan verb stem", + "romaji": "yopparao" + }, + "酔っ払った": { + "w_type": "conjugated godan verb", + "romaji": "yopparatta" + }, + "酔っ払って": { + "w_type": "conjugated godan verb", + "romaji": "yopparatte" + }, + "聞き違わ": { + "w_type": "godan verb stem", + "romaji": "kikichigawa" + }, + "聞き違い": { + "w_type": "godan verb stem", + "romaji": "kikichigai" + }, + "聞き違え": { + "w_type": "conjugated godan verb", + "romaji": "kikichigae" + }, + "聞き違お": { + "w_type": "godan verb stem", + "romaji": "kikichigao" + }, + "聞き違った": { + "w_type": "conjugated godan verb", + "romaji": "kikichigatta" + }, + "聞き違って": { + "w_type": "conjugated godan verb", + "romaji": "kikichigatte" + }, + "撃た": { + "w_type": "godan verb stem", + "romaji": "uta" + }, + "撃ち": { + "w_type": "godan verb stem", + "romaji": "uchi" + }, + "撃て": { + "w_type": "conjugated godan verb", + "romaji": "ute" + }, + "撃と": { + "w_type": "godan verb stem", + "romaji": "uto" + }, + "撃った": { + "w_type": "conjugated godan verb", + "romaji": "utta" + }, + "撃って": { + "w_type": "conjugated godan verb", + "romaji": "utte" + }, + "忍び込ま": { + "w_type": "godan verb stem", + "romaji": "shinobikoma" + }, + "忍び込み": { + "w_type": "godan verb stem", + "romaji": "shinobikomi" + }, + "忍び込め": { + "w_type": "conjugated godan verb", + "romaji": "shinobikome" + }, + "忍び込も": { + "w_type": "godan verb stem", + "romaji": "shinobikomo" + }, + "忍び込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinobikonda" + }, + "忍び込んで": { + "w_type": "conjugated godan verb", + "romaji": "shinobikonde" + }, + "振起さ": { + "w_type": "godan verb stem", + "romaji": "furiokosa" + }, + "振起し": { + "w_type": "godan verb stem", + "romaji": "furiokoshi" + }, + "振起せ": { + "w_type": "conjugated godan verb", + "romaji": "furiokose" + }, + "振起そ": { + "w_type": "godan verb stem", + "romaji": "furiokoso" + }, + "振起した": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshita" + }, + "振起して": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshite" + }, + "退かさ": { + "w_type": "godan verb stem", + "romaji": "dokasa" + }, + "退かし": { + "w_type": "godan verb stem", + "romaji": "dokashi" + }, + "退かせ": { + "w_type": "conjugated godan verb", + "romaji": "dokase" + }, + "退かそ": { + "w_type": "godan verb stem", + "romaji": "dokaso" + }, + "退かした": { + "w_type": "conjugated godan verb", + "romaji": "dokashita" + }, + "退かして": { + "w_type": "conjugated godan verb", + "romaji": "dokashite" + }, + "酌ま": { + "w_type": "godan verb stem", + "romaji": "kuma" + }, + "酌み": { + "w_type": "godan verb stem", + "romaji": "kumi" + }, + "酌め": { + "w_type": "conjugated godan verb", + "romaji": "kume" + }, + "酌も": { + "w_type": "godan verb stem", + "romaji": "kumo" + }, + "酌んだ": { + "w_type": "conjugated godan verb", + "romaji": "kunda" + }, + "酌んで": { + "w_type": "conjugated godan verb", + "romaji": "kunde" + }, + "屯わ": { + "w_type": "godan verb stem", + "romaji": "tamurowa" + }, + "屯い": { + "w_type": "godan verb stem", + "romaji": "tamuroi" + }, + "屯え": { + "w_type": "conjugated godan verb", + "romaji": "tamuroe" + }, + "屯お": { + "w_type": "godan verb stem", + "romaji": "tamuroo" + }, + "屯った": { + "w_type": "conjugated godan verb", + "romaji": "tamurotta" + }, + "屯って": { + "w_type": "conjugated godan verb", + "romaji": "tamurotte" + }, + "分け入ら": { + "w_type": "godan verb stem", + "romaji": "wakeira" + }, + "分け入り": { + "w_type": "godan verb stem", + "romaji": "wakeiri" + }, + "分け入れ": { + "w_type": "conjugated godan verb", + "romaji": "wakeire" + }, + "分け入ろ": { + "w_type": "godan verb stem", + "romaji": "wakeiro" + }, + "分け入った": { + "w_type": "conjugated godan verb", + "romaji": "wakeitta" + }, + "分け入って": { + "w_type": "conjugated godan verb", + "romaji": "wakeitte" + }, + "修羅場ら": { + "w_type": "godan verb stem", + "romaji": "shurabara" + }, + "修羅場り": { + "w_type": "godan verb stem", + "romaji": "shurabari" + }, + "修羅場れ": { + "w_type": "conjugated godan verb", + "romaji": "shurabare" + }, + "修羅場ろ": { + "w_type": "godan verb stem", + "romaji": "shurabaro" + }, + "修羅場った": { + "w_type": "conjugated godan verb", + "romaji": "shurabatta" + }, + "修羅場って": { + "w_type": "conjugated godan verb", + "romaji": "shurabatte" + }, + "触れ込ま": { + "w_type": "godan verb stem", + "romaji": "furekoma" + }, + "触れ込み": { + "w_type": "godan verb stem", + "romaji": "furekomi" + }, + "触れ込め": { + "w_type": "conjugated godan verb", + "romaji": "furekome" + }, + "触れ込も": { + "w_type": "godan verb stem", + "romaji": "furekomo" + }, + "触れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "furekonda" + }, + "触れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "furekonde" + }, + "起き上ら": { + "w_type": "godan verb stem", + "romaji": "okiagara" + }, + "起き上り": { + "w_type": "godan verb stem", + "romaji": "okiagari" + }, + "起き上れ": { + "w_type": "conjugated godan verb", + "romaji": "okiagare" + }, + "起き上ろ": { + "w_type": "godan verb stem", + "romaji": "okiagaro" + }, + "起き上った": { + "w_type": "conjugated godan verb", + "romaji": "okiagatta" + }, + "起き上って": { + "w_type": "conjugated godan verb", + "romaji": "okiagatte" + }, + "買いあさら": { + "w_type": "godan verb stem", + "romaji": "kaiasara" + }, + "買いあさり": { + "w_type": "godan verb stem", + "romaji": "kaiasari" + }, + "買いあされ": { + "w_type": "conjugated godan verb", + "romaji": "kaiasare" + }, + "買いあさろ": { + "w_type": "godan verb stem", + "romaji": "kaiasaro" + }, + "買いあさった": { + "w_type": "conjugated godan verb", + "romaji": "kaiasatta" + }, + "買いあさって": { + "w_type": "conjugated godan verb", + "romaji": "kaiasatte" + }, + "読み込ま": { + "w_type": "godan verb stem", + "romaji": "yomikoma" + }, + "読み込み": { + "w_type": "godan verb stem", + "romaji": "yomikomi" + }, + "読み込め": { + "w_type": "conjugated godan verb", + "romaji": "yomikome" + }, + "読み込も": { + "w_type": "godan verb stem", + "romaji": "yomikomo" + }, + "読み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yomikonda" + }, + "読み込んで": { + "w_type": "conjugated godan verb", + "romaji": "yomikonde" + }, + "明かさ": { + "w_type": "godan verb stem", + "romaji": "akasa" + }, + "明かし": { + "w_type": "godan verb stem", + "romaji": "akashi" + }, + "明かせ": { + "w_type": "conjugated godan verb", + "romaji": "akase" + }, + "明かそ": { + "w_type": "godan verb stem", + "romaji": "akaso" + }, + "明かした": { + "w_type": "conjugated godan verb", + "romaji": "akashita" + }, + "明かして": { + "w_type": "conjugated godan verb", + "romaji": "akashite" + }, + "流れ出さ": { + "w_type": "godan verb stem", + "romaji": "nagaredasa" + }, + "流れ出し": { + "w_type": "godan verb stem", + "romaji": "nagaredashi" + }, + "流れ出せ": { + "w_type": "conjugated godan verb", + "romaji": "nagaredase" + }, + "流れ出そ": { + "w_type": "godan verb stem", + "romaji": "nagaredaso" + }, + "流れ出した": { + "w_type": "conjugated godan verb", + "romaji": "nagaredashita" + }, + "流れ出して": { + "w_type": "conjugated godan verb", + "romaji": "nagaredashite" + }, + "冴え返ら": { + "w_type": "godan verb stem", + "romaji": "saekaera" + }, + "冴え返り": { + "w_type": "godan verb stem", + "romaji": "saekaeri" + }, + "冴え返れ": { + "w_type": "conjugated godan verb", + "romaji": "saekaere" + }, + "冴え返ろ": { + "w_type": "godan verb stem", + "romaji": "saekaero" + }, + "冴え返った": { + "w_type": "conjugated godan verb", + "romaji": "saekaetta" + }, + "冴え返って": { + "w_type": "conjugated godan verb", + "romaji": "saekaette" + }, + "拝さ": { + "w_type": "godan verb stem", + "romaji": "haisa" + }, + "拝し": { + "w_type": "godan verb stem", + "romaji": "haishi" + }, + "拝せ": { + "w_type": "conjugated godan verb", + "romaji": "haise" + }, + "拝そ": { + "w_type": "godan verb stem", + "romaji": "haiso" + }, + "拝した": { + "w_type": "conjugated godan verb", + "romaji": "haishita" + }, + "拝して": { + "w_type": "conjugated godan verb", + "romaji": "haishite" + }, + "混合わ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "混合い": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "混合え": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "混合お": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "混合った": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "混合って": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "遣り直さ": { + "w_type": "godan verb stem", + "romaji": "yarinaosa" + }, + "遣り直し": { + "w_type": "godan verb stem", + "romaji": "yarinaoshi" + }, + "遣り直せ": { + "w_type": "conjugated godan verb", + "romaji": "yarinaose" + }, + "遣り直そ": { + "w_type": "godan verb stem", + "romaji": "yarinaoso" + }, + "遣り直した": { + "w_type": "conjugated godan verb", + "romaji": "yarinaoshita" + }, + "遣り直して": { + "w_type": "conjugated godan verb", + "romaji": "yarinaoshite" + }, + "のたうち回ら": { + "w_type": "godan verb stem", + "romaji": "notauchimawara" + }, + "のたうち回り": { + "w_type": "godan verb stem", + "romaji": "notauchimawari" + }, + "のたうち回れ": { + "w_type": "conjugated godan verb", + "romaji": "notauchimaware" + }, + "のたうち回ろ": { + "w_type": "godan verb stem", + "romaji": "notauchimawaro" + }, + "のたうち回った": { + "w_type": "conjugated godan verb", + "romaji": "notauchimawatta" + }, + "のたうち回って": { + "w_type": "conjugated godan verb", + "romaji": "notauchimawatte" + }, + "傾が": { + "w_type": "godan verb stem", + "romaji": "kashiga" + }, + "傾ぎ": { + "w_type": "godan verb stem", + "romaji": "kashigi" + }, + "傾げ": { + "w_type": "conjugated godan verb", + "romaji": "kashige" + }, + "傾ご": { + "w_type": "godan verb stem", + "romaji": "kashigo" + }, + "傾いだ": { + "w_type": "conjugated godan verb", + "romaji": "kashiida" + }, + "傾いで": { + "w_type": "conjugated godan verb", + "romaji": "kashiide" + }, + "禦が": { + "w_type": "godan verb stem", + "romaji": "fusega" + }, + "禦ぎ": { + "w_type": "godan verb stem", + "romaji": "fusegi" + }, + "禦げ": { + "w_type": "conjugated godan verb", + "romaji": "fusege" + }, + "禦ご": { + "w_type": "godan verb stem", + "romaji": "fusego" + }, + "禦いだ": { + "w_type": "conjugated godan verb", + "romaji": "fuseida" + }, + "禦いで": { + "w_type": "conjugated godan verb", + "romaji": "fuseide" + }, + "咲きほこら": { + "w_type": "godan verb stem", + "romaji": "sakihokora" + }, + "咲きほこり": { + "w_type": "godan verb stem", + "romaji": "sakihokori" + }, + "咲きほこれ": { + "w_type": "conjugated godan verb", + "romaji": "sakihokore" + }, + "咲きほころ": { + "w_type": "godan verb stem", + "romaji": "sakihokoro" + }, + "咲きほこった": { + "w_type": "conjugated godan verb", + "romaji": "sakihokotta" + }, + "咲きほこって": { + "w_type": "conjugated godan verb", + "romaji": "sakihokotte" + }, + "傾か": { + "w_type": "godan verb stem", + "romaji": "katamuka" + }, + "傾き": { + "w_type": "godan verb stem", + "romaji": "katamuki" + }, + "傾け": { + "w_type": "conjugated godan verb", + "romaji": "katamuke" + }, + "傾こ": { + "w_type": "godan verb stem", + "romaji": "katamuko" + }, + "傾いた": { + "w_type": "conjugated godan verb", + "romaji": "katamuita" + }, + "傾いて": { + "w_type": "conjugated godan verb", + "romaji": "katamuite" + }, + "抛た": { + "w_type": "godan verb stem", + "romaji": "nageuta" + }, + "抛ち": { + "w_type": "godan verb stem", + "romaji": "nageuchi" + }, + "抛て": { + "w_type": "conjugated godan verb", + "romaji": "nageute" + }, + "抛と": { + "w_type": "godan verb stem", + "romaji": "nageuto" + }, + "見付から": { + "w_type": "godan verb stem", + "romaji": "mitsukara" + }, + "見付かり": { + "w_type": "godan verb stem", + "romaji": "mitsukari" + }, + "見付かれ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukare" + }, + "見付かろ": { + "w_type": "godan verb stem", + "romaji": "mitsukaro" + }, + "見付かった": { + "w_type": "conjugated godan verb", + "romaji": "mitsukatta" + }, + "見付かって": { + "w_type": "conjugated godan verb", + "romaji": "mitsukatte" + }, + "引き回さ": { + "w_type": "godan verb stem", + "romaji": "hikimawasa" + }, + "引き回し": { + "w_type": "godan verb stem", + "romaji": "hikimawashi" + }, + "引き回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikimawase" + }, + "引き回そ": { + "w_type": "godan verb stem", + "romaji": "hikimawaso" + }, + "引き回した": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashita" + }, + "引き回して": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashite" + }, + "働き通さ": { + "w_type": "godan verb stem", + "romaji": "hatarakitoosa" + }, + "働き通し": { + "w_type": "godan verb stem", + "romaji": "hatarakitooshi" + }, + "働き通せ": { + "w_type": "conjugated godan verb", + "romaji": "hatarakitoose" + }, + "働き通そ": { + "w_type": "godan verb stem", + "romaji": "hatarakitooso" + }, + "働き通した": { + "w_type": "conjugated godan verb", + "romaji": "hatarakitooshita" + }, + "働き通して": { + "w_type": "conjugated godan verb", + "romaji": "hatarakitooshite" + }, + "切りまわさ": { + "w_type": "godan verb stem", + "romaji": "kirimawasa" + }, + "切りまわし": { + "w_type": "godan verb stem", + "romaji": "kirimawashi" + }, + "切りまわせ": { + "w_type": "conjugated godan verb", + "romaji": "kirimawase" + }, + "切りまわそ": { + "w_type": "godan verb stem", + "romaji": "kirimawaso" + }, + "切りまわした": { + "w_type": "conjugated godan verb", + "romaji": "kirimawashita" + }, + "切りまわして": { + "w_type": "conjugated godan verb", + "romaji": "kirimawashite" + }, + "笑い出さ": { + "w_type": "godan verb stem", + "romaji": "waraidasa" + }, + "笑い出し": { + "w_type": "godan verb stem", + "romaji": "waraidashi" + }, + "笑い出せ": { + "w_type": "conjugated godan verb", + "romaji": "waraidase" + }, + "笑い出そ": { + "w_type": "godan verb stem", + "romaji": "waraidaso" + }, + "笑い出した": { + "w_type": "conjugated godan verb", + "romaji": "waraidashita" + }, + "笑い出して": { + "w_type": "conjugated godan verb", + "romaji": "waraidashite" + }, + "叩き合わ": { + "w_type": "godan verb stem", + "romaji": "tatakiawa" + }, + "叩き合い": { + "w_type": "godan verb stem", + "romaji": "tatakiai" + }, + "叩き合え": { + "w_type": "conjugated godan verb", + "romaji": "tatakiae" + }, + "叩き合お": { + "w_type": "godan verb stem", + "romaji": "tatakiao" + }, + "叩き合った": { + "w_type": "conjugated godan verb", + "romaji": "tatakiatta" + }, + "叩き合って": { + "w_type": "conjugated godan verb", + "romaji": "tatakiatte" + }, + "気抜か": { + "w_type": "godan verb stem", + "romaji": "kinuka" + }, + "気抜き": { + "w_type": "godan verb stem", + "romaji": "kinuki" + }, + "気抜け": { + "w_type": "conjugated godan verb", + "romaji": "kinuke" + }, + "気抜こ": { + "w_type": "godan verb stem", + "romaji": "kinuko" + }, + "気抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kinuita" + }, + "気抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kinuite" + }, + "混じり合わ": { + "w_type": "godan verb stem", + "romaji": "majiriawa" + }, + "混じり合い": { + "w_type": "godan verb stem", + "romaji": "majiriai" + }, + "混じり合え": { + "w_type": "conjugated godan verb", + "romaji": "majiriae" + }, + "混じり合お": { + "w_type": "godan verb stem", + "romaji": "majiriao" + }, + "混じり合った": { + "w_type": "conjugated godan verb", + "romaji": "majiriatta" + }, + "混じり合って": { + "w_type": "conjugated godan verb", + "romaji": "majiriatte" + }, + "ばら撒か": { + "w_type": "godan verb stem", + "romaji": "baramaka" + }, + "ばら撒き": { + "w_type": "godan verb stem", + "romaji": "baramaki" + }, + "ばら撒け": { + "w_type": "conjugated godan verb", + "romaji": "baramake" + }, + "ばら撒こ": { + "w_type": "godan verb stem", + "romaji": "baramako" + }, + "ばら撒いた": { + "w_type": "conjugated godan verb", + "romaji": "baramaita" + }, + "ばら撒いて": { + "w_type": "conjugated godan verb", + "romaji": "baramaite" + }, + "捉ま": { + "w_type": "godan verb stem", + "romaji": "tsukama" + }, + "捉み": { + "w_type": "godan verb stem", + "romaji": "tsukami" + }, + "捉め": { + "w_type": "conjugated godan verb", + "romaji": "tsukame" + }, + "捉も": { + "w_type": "godan verb stem", + "romaji": "tsukamo" + }, + "捉んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukanda" + }, + "捉んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukande" + }, + "突っ張ら": { + "w_type": "godan verb stem", + "romaji": "tsuppara" + }, + "突っ張り": { + "w_type": "godan verb stem", + "romaji": "tsuppari" + }, + "突っ張れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuppare" + }, + "突っ張ろ": { + "w_type": "godan verb stem", + "romaji": "tsupparo" + }, + "突っ張った": { + "w_type": "conjugated godan verb", + "romaji": "tsuppatta" + }, + "突っ張って": { + "w_type": "conjugated godan verb", + "romaji": "tsuppatte" + }, + "落ち着か": { + "w_type": "godan verb stem", + "romaji": "ochitsuka" + }, + "落ち着き": { + "w_type": "godan verb stem", + "romaji": "ochitsuki" + }, + "落ち着け": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuke" + }, + "落ち着こ": { + "w_type": "godan verb stem", + "romaji": "ochitsuko" + }, + "落ち着いた": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuita" + }, + "落ち着いて": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuite" + }, + "鋳直さ": { + "w_type": "godan verb stem", + "romaji": "inaosa" + }, + "鋳直し": { + "w_type": "godan verb stem", + "romaji": "inaoshi" + }, + "鋳直せ": { + "w_type": "conjugated godan verb", + "romaji": "inaose" + }, + "鋳直そ": { + "w_type": "godan verb stem", + "romaji": "inaoso" + }, + "鋳直した": { + "w_type": "conjugated godan verb", + "romaji": "inaoshita" + }, + "鋳直して": { + "w_type": "conjugated godan verb", + "romaji": "inaoshite" + }, + "取り持た": { + "w_type": "godan verb stem", + "romaji": "torimota" + }, + "取り持ち": { + "w_type": "godan verb stem", + "romaji": "torimochi" + }, + "取り持て": { + "w_type": "conjugated godan verb", + "romaji": "torimote" + }, + "取り持と": { + "w_type": "godan verb stem", + "romaji": "torimoto" + }, + "取り持った": { + "w_type": "conjugated godan verb", + "romaji": "torimotta" + }, + "取り持って": { + "w_type": "conjugated godan verb", + "romaji": "torimotte" + }, + "休さ": { + "w_type": "godan verb stem", + "romaji": "kyuusa" + }, + "休し": { + "w_type": "godan verb stem", + "romaji": "kyuushi" + }, + "休せ": { + "w_type": "conjugated godan verb", + "romaji": "kyuuse" + }, + "休そ": { + "w_type": "godan verb stem", + "romaji": "kyuuso" + }, + "休した": { + "w_type": "conjugated godan verb", + "romaji": "kyuushita" + }, + "休して": { + "w_type": "conjugated godan verb", + "romaji": "kyuushite" + }, + "充たさ": { + "w_type": "godan verb stem", + "romaji": "mitasa" + }, + "充たし": { + "w_type": "godan verb stem", + "romaji": "mitashi" + }, + "充たせ": { + "w_type": "conjugated godan verb", + "romaji": "mitase" + }, + "充たそ": { + "w_type": "godan verb stem", + "romaji": "mitaso" + }, + "充たした": { + "w_type": "conjugated godan verb", + "romaji": "mitashita" + }, + "充たして": { + "w_type": "conjugated godan verb", + "romaji": "mitashite" + }, + "舞わ": { + "w_type": "godan verb stem", + "romaji": "mawa" + }, + "舞い": { + "w_type": "godan verb stem", + "romaji": "mai" + }, + "舞え": { + "w_type": "conjugated godan verb", + "romaji": "mae" + }, + "舞お": { + "w_type": "godan verb stem", + "romaji": "mao" + }, + "舞った": { + "w_type": "conjugated godan verb", + "romaji": "matta" + }, + "舞って": { + "w_type": "conjugated godan verb", + "romaji": "matte" + }, + "仄めか": { + "w_type": "godan verb stem", + "romaji": "honomeka" + }, + "仄めき": { + "w_type": "godan verb stem", + "romaji": "honomeki" + }, + "仄めけ": { + "w_type": "conjugated godan verb", + "romaji": "honomeke" + }, + "仄めこ": { + "w_type": "godan verb stem", + "romaji": "honomeko" + }, + "仄めいた": { + "w_type": "conjugated godan verb", + "romaji": "honomeita" + }, + "仄めいて": { + "w_type": "conjugated godan verb", + "romaji": "honomeite" + }, + "巻き上がら": { + "w_type": "godan verb stem", + "romaji": "makiagara" + }, + "巻き上がり": { + "w_type": "godan verb stem", + "romaji": "makiagari" + }, + "巻き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "makiagare" + }, + "巻き上がろ": { + "w_type": "godan verb stem", + "romaji": "makiagaro" + }, + "巻き上がった": { + "w_type": "conjugated godan verb", + "romaji": "makiagatta" + }, + "巻き上がって": { + "w_type": "conjugated godan verb", + "romaji": "makiagatte" + }, + "吹き送ら": { + "w_type": "godan verb stem", + "romaji": "fukiokura" + }, + "吹き送り": { + "w_type": "godan verb stem", + "romaji": "fukiokuri" + }, + "吹き送れ": { + "w_type": "conjugated godan verb", + "romaji": "fukiokure" + }, + "吹き送ろ": { + "w_type": "godan verb stem", + "romaji": "fukiokuro" + }, + "吹き送った": { + "w_type": "conjugated godan verb", + "romaji": "fukiokutta" + }, + "吹き送って": { + "w_type": "conjugated godan verb", + "romaji": "fukiokutte" + }, + "千切り取ら": { + "w_type": "godan verb stem", + "romaji": "chigiritora" + }, + "千切り取り": { + "w_type": "godan verb stem", + "romaji": "chigiritori" + }, + "千切り取れ": { + "w_type": "conjugated godan verb", + "romaji": "chigiritore" + }, + "千切り取ろ": { + "w_type": "godan verb stem", + "romaji": "chigiritoro" + }, + "千切り取った": { + "w_type": "conjugated godan verb", + "romaji": "chigiritotta" + }, + "千切り取って": { + "w_type": "conjugated godan verb", + "romaji": "chigiritotte" + }, + "立ちつくさ": { + "w_type": "godan verb stem", + "romaji": "tachitsukusa" + }, + "立ちつくし": { + "w_type": "godan verb stem", + "romaji": "tachitsukushi" + }, + "立ちつくせ": { + "w_type": "conjugated godan verb", + "romaji": "tachitsukuse" + }, + "立ちつくそ": { + "w_type": "godan verb stem", + "romaji": "tachitsukuso" + }, + "立ちつくした": { + "w_type": "conjugated godan verb", + "romaji": "tachitsukushita" + }, + "立ちつくして": { + "w_type": "conjugated godan verb", + "romaji": "tachitsukushite" + }, + "刳抜か": { + "w_type": "godan verb stem", + "romaji": "kurinuka" + }, + "刳抜き": { + "w_type": "godan verb stem", + "romaji": "kurinuki" + }, + "刳抜け": { + "w_type": "conjugated godan verb", + "romaji": "kurinuke" + }, + "刳抜こ": { + "w_type": "godan verb stem", + "romaji": "kurinuko" + }, + "刳抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kurinuita" + }, + "刳抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kurinuite" + }, + "学び取ら": { + "w_type": "godan verb stem", + "romaji": "manabitora" + }, + "学び取り": { + "w_type": "godan verb stem", + "romaji": "manabitori" + }, + "学び取れ": { + "w_type": "conjugated godan verb", + "romaji": "manabitore" + }, + "学び取ろ": { + "w_type": "godan verb stem", + "romaji": "manabitoro" + }, + "学び取った": { + "w_type": "conjugated godan verb", + "romaji": "manabitotta" + }, + "学び取って": { + "w_type": "conjugated godan verb", + "romaji": "manabitotte" + }, + "垂れ込ま": { + "w_type": "godan verb stem", + "romaji": "tarekoma" + }, + "垂れ込み": { + "w_type": "godan verb stem", + "romaji": "tarekomi" + }, + "垂れ込め": { + "w_type": "conjugated godan verb", + "romaji": "tarekome" + }, + "垂れ込も": { + "w_type": "godan verb stem", + "romaji": "tarekomo" + }, + "垂れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tarekonda" + }, + "垂れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tarekonde" + }, + "揉み合わ": { + "w_type": "godan verb stem", + "romaji": "momiawa" + }, + "揉み合い": { + "w_type": "godan verb stem", + "romaji": "momiai" + }, + "揉み合え": { + "w_type": "conjugated godan verb", + "romaji": "momiae" + }, + "揉み合お": { + "w_type": "godan verb stem", + "romaji": "momiao" + }, + "揉み合った": { + "w_type": "conjugated godan verb", + "romaji": "momiatta" + }, + "揉み合って": { + "w_type": "conjugated godan verb", + "romaji": "momiatte" + }, + "威張り腐ら": { + "w_type": "godan verb stem", + "romaji": "ibarikusara" + }, + "威張り腐り": { + "w_type": "godan verb stem", + "romaji": "ibarikusari" + }, + "威張り腐れ": { + "w_type": "conjugated godan verb", + "romaji": "ibarikusare" + }, + "威張り腐ろ": { + "w_type": "godan verb stem", + "romaji": "ibarikusaro" + }, + "威張り腐った": { + "w_type": "conjugated godan verb", + "romaji": "ibarikusatta" + }, + "威張り腐って": { + "w_type": "conjugated godan verb", + "romaji": "ibarikusatte" + }, + "訝しま": { + "w_type": "godan verb stem", + "romaji": "ibukashima" + }, + "訝しみ": { + "w_type": "godan verb stem", + "romaji": "ibukashimi" + }, + "訝しめ": { + "w_type": "conjugated godan verb", + "romaji": "ibukashime" + }, + "訝しも": { + "w_type": "godan verb stem", + "romaji": "ibukashimo" + }, + "訝しんだ": { + "w_type": "conjugated godan verb", + "romaji": "ibukashinda" + }, + "訝しんで": { + "w_type": "conjugated godan verb", + "romaji": "ibukashinde" + }, + "働きださ": { + "w_type": "godan verb stem", + "romaji": "hatarakidasa" + }, + "働きだし": { + "w_type": "godan verb stem", + "romaji": "hatarakidashi" + }, + "働きだせ": { + "w_type": "conjugated godan verb", + "romaji": "hatarakidase" + }, + "働きだそ": { + "w_type": "godan verb stem", + "romaji": "hatarakidaso" + }, + "働きだした": { + "w_type": "conjugated godan verb", + "romaji": "hatarakidashita" + }, + "働きだして": { + "w_type": "conjugated godan verb", + "romaji": "hatarakidashite" + }, + "粘つか": { + "w_type": "godan verb stem", + "romaji": "nebatsuka" + }, + "粘つき": { + "w_type": "godan verb stem", + "romaji": "nebatsuki" + }, + "粘つけ": { + "w_type": "conjugated godan verb", + "romaji": "nebatsuke" + }, + "粘つこ": { + "w_type": "godan verb stem", + "romaji": "nebatsuko" + }, + "粘ついた": { + "w_type": "conjugated godan verb", + "romaji": "nebatsuita" + }, + "粘ついて": { + "w_type": "conjugated godan verb", + "romaji": "nebatsuite" + }, + "撰ば": { + "w_type": "godan verb stem", + "romaji": "eraba" + }, + "撰び": { + "w_type": "godan verb stem", + "romaji": "erabi" + }, + "撰べ": { + "w_type": "conjugated godan verb", + "romaji": "erabe" + }, + "撰ぼ": { + "w_type": "godan verb stem", + "romaji": "erabo" + }, + "撰んだ": { + "w_type": "conjugated godan verb", + "romaji": "eranda" + }, + "撰んで": { + "w_type": "conjugated godan verb", + "romaji": "erande" + }, + "弾か": { + "w_type": "godan verb stem", + "romaji": "hajika" + }, + "弾き": { + "w_type": "godan verb stem", + "romaji": "hajiki" + }, + "弾け": { + "w_type": "conjugated godan verb", + "romaji": "hajike" + }, + "弾こ": { + "w_type": "godan verb stem", + "romaji": "hajiko" + }, + "弾いた": { + "w_type": "conjugated godan verb", + "romaji": "hajiita" + }, + "弾いて": { + "w_type": "conjugated godan verb", + "romaji": "hajiite" + }, + "召し上ら": { + "w_type": "godan verb stem", + "romaji": "meshiagara" + }, + "召し上り": { + "w_type": "godan verb stem", + "romaji": "meshiagari" + }, + "召し上れ": { + "w_type": "conjugated godan verb", + "romaji": "meshiagare" + }, + "召し上ろ": { + "w_type": "godan verb stem", + "romaji": "meshiagaro" + }, + "召し上った": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatta" + }, + "召し上って": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatte" + }, + "降り懸から": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降り懸かり": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降り懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降り懸かろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降り懸かった": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降り懸かって": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "弾ま": { + "w_type": "godan verb stem", + "romaji": "hazuma" + }, + "弾み": { + "w_type": "godan verb stem", + "romaji": "hazumi" + }, + "弾め": { + "w_type": "conjugated godan verb", + "romaji": "hazume" + }, + "弾も": { + "w_type": "godan verb stem", + "romaji": "hazumo" + }, + "弾んだ": { + "w_type": "conjugated godan verb", + "romaji": "hazunda" + }, + "弾んで": { + "w_type": "conjugated godan verb", + "romaji": "hazunde" + }, + "打壊さ": { + "w_type": "godan verb stem", + "romaji": "buchikowasa" + }, + "打壊し": { + "w_type": "godan verb stem", + "romaji": "buchikowashi" + }, + "打壊せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikowase" + }, + "打壊そ": { + "w_type": "godan verb stem", + "romaji": "buchikowaso" + }, + "打壊した": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashita" + }, + "打壊して": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashite" + }, + "立ち上ら": { + "w_type": "godan verb stem", + "romaji": "tachinobora" + }, + "立ち上り": { + "w_type": "godan verb stem", + "romaji": "tachinobori" + }, + "立ち上れ": { + "w_type": "conjugated godan verb", + "romaji": "tachinobore" + }, + "立ち上ろ": { + "w_type": "godan verb stem", + "romaji": "tachinoboro" + }, + "立ち上った": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotta" + }, + "立ち上って": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotte" + }, + "取回さ": { + "w_type": "godan verb stem", + "romaji": "torimawasa" + }, + "取回し": { + "w_type": "godan verb stem", + "romaji": "torimawashi" + }, + "取回せ": { + "w_type": "conjugated godan verb", + "romaji": "torimawase" + }, + "取回そ": { + "w_type": "godan verb stem", + "romaji": "torimawaso" + }, + "取回した": { + "w_type": "conjugated godan verb", + "romaji": "torimawashita" + }, + "取回して": { + "w_type": "conjugated godan verb", + "romaji": "torimawashite" + }, + "引っくり返ら": { + "w_type": "godan verb stem", + "romaji": "hikkurikaera" + }, + "引っくり返り": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeri" + }, + "引っくり返れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaere" + }, + "引っくり返ろ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaero" + }, + "引っくり返った": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaetta" + }, + "引っくり返って": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaette" + }, + "暗ま": { + "w_type": "godan verb stem", + "romaji": "kurama" + }, + "暗み": { + "w_type": "godan verb stem", + "romaji": "kurami" + }, + "暗め": { + "w_type": "conjugated godan verb", + "romaji": "kurame" + }, + "暗も": { + "w_type": "godan verb stem", + "romaji": "kuramo" + }, + "暗んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuranda" + }, + "暗んで": { + "w_type": "conjugated godan verb", + "romaji": "kurande" + }, + "飲歩か": { + "w_type": "godan verb stem", + "romaji": "nomiaruka" + }, + "飲歩き": { + "w_type": "godan verb stem", + "romaji": "nomiaruki" + }, + "飲歩け": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruke" + }, + "飲歩こ": { + "w_type": "godan verb stem", + "romaji": "nomiaruko" + }, + "飲歩いた": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruita" + }, + "飲歩いて": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruite" + }, + "打ち破ら": { + "w_type": "godan verb stem", + "romaji": "uchiyabura" + }, + "打ち破り": { + "w_type": "godan verb stem", + "romaji": "uchiyaburi" + }, + "打ち破れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabure" + }, + "打ち破ろ": { + "w_type": "godan verb stem", + "romaji": "uchiyaburo" + }, + "打ち破った": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutta" + }, + "打ち破って": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutte" + }, + "降って湧か": { + "w_type": "godan verb stem", + "romaji": "futtewaka" + }, + "降って湧き": { + "w_type": "godan verb stem", + "romaji": "futtewaki" + }, + "降って湧け": { + "w_type": "conjugated godan verb", + "romaji": "futtewake" + }, + "降って湧こ": { + "w_type": "godan verb stem", + "romaji": "futtewako" + }, + "降って湧いた": { + "w_type": "conjugated godan verb", + "romaji": "futtewaita" + }, + "降って湧いて": { + "w_type": "conjugated godan verb", + "romaji": "futtewaite" + }, + "云わ": { + "w_type": "godan verb stem", + "romaji": "iwa" + }, + "云い": { + "w_type": "godan verb stem", + "romaji": "ii" + }, + "云え": { + "w_type": "conjugated godan verb", + "romaji": "ie" + }, + "云お": { + "w_type": "godan verb stem", + "romaji": "io" + }, + "云った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "云って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "販が": { + "w_type": "godan verb stem", + "romaji": "hisaga" + }, + "販ぎ": { + "w_type": "godan verb stem", + "romaji": "hisagi" + }, + "販げ": { + "w_type": "conjugated godan verb", + "romaji": "hisage" + }, + "販ご": { + "w_type": "godan verb stem", + "romaji": "hisago" + }, + "販いだ": { + "w_type": "conjugated godan verb", + "romaji": "hisaida" + }, + "販いで": { + "w_type": "conjugated godan verb", + "romaji": "hisaide" + }, + "緊まら": { + "w_type": "godan verb stem", + "romaji": "shimara" + }, + "緊まり": { + "w_type": "godan verb stem", + "romaji": "shimari" + }, + "緊まれ": { + "w_type": "conjugated godan verb", + "romaji": "shimare" + }, + "緊まろ": { + "w_type": "godan verb stem", + "romaji": "shimaro" + }, + "緊まった": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "緊まって": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "勇み立た": { + "w_type": "godan verb stem", + "romaji": "isamitata" + }, + "勇み立ち": { + "w_type": "godan verb stem", + "romaji": "isamitachi" + }, + "勇み立て": { + "w_type": "conjugated godan verb", + "romaji": "isamitate" + }, + "勇み立と": { + "w_type": "godan verb stem", + "romaji": "isamitato" + }, + "勇み立った": { + "w_type": "conjugated godan verb", + "romaji": "isamitatta" + }, + "勇み立って": { + "w_type": "conjugated godan verb", + "romaji": "isamitatte" + }, + "連れ歩か": { + "w_type": "godan verb stem", + "romaji": "tsurearuka" + }, + "連れ歩き": { + "w_type": "godan verb stem", + "romaji": "tsurearuki" + }, + "連れ歩け": { + "w_type": "conjugated godan verb", + "romaji": "tsurearuke" + }, + "連れ歩こ": { + "w_type": "godan verb stem", + "romaji": "tsurearuko" + }, + "連れ歩いた": { + "w_type": "conjugated godan verb", + "romaji": "tsurearuita" + }, + "連れ歩いて": { + "w_type": "conjugated godan verb", + "romaji": "tsurearuite" + }, + "息張ら": { + "w_type": "godan verb stem", + "romaji": "ikibara" + }, + "息張り": { + "w_type": "godan verb stem", + "romaji": "ikibari" + }, + "息張れ": { + "w_type": "conjugated godan verb", + "romaji": "ikibare" + }, + "息張ろ": { + "w_type": "godan verb stem", + "romaji": "ikibaro" + }, + "息張った": { + "w_type": "conjugated godan verb", + "romaji": "ikibatta" + }, + "息張って": { + "w_type": "conjugated godan verb", + "romaji": "ikibatte" + }, + "彩なさ": { + "w_type": "godan verb stem", + "romaji": "ayanasa" + }, + "彩なし": { + "w_type": "godan verb stem", + "romaji": "ayanashi" + }, + "彩なせ": { + "w_type": "conjugated godan verb", + "romaji": "ayanase" + }, + "彩なそ": { + "w_type": "godan verb stem", + "romaji": "ayanaso" + }, + "彩なした": { + "w_type": "conjugated godan verb", + "romaji": "ayanashita" + }, + "彩なして": { + "w_type": "conjugated godan verb", + "romaji": "ayanashite" + }, + "引込ま": { + "w_type": "godan verb stem", + "romaji": "hikikoma" + }, + "引込み": { + "w_type": "godan verb stem", + "romaji": "hikikomi" + }, + "引込め": { + "w_type": "conjugated godan verb", + "romaji": "hikikome" + }, + "引込も": { + "w_type": "godan verb stem", + "romaji": "hikikomo" + }, + "引込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hikikonda" + }, + "引込んで": { + "w_type": "conjugated godan verb", + "romaji": "hikikonde" + }, + "住さ": { + "w_type": "godan verb stem", + "romaji": "juusa" + }, + "住し": { + "w_type": "godan verb stem", + "romaji": "juushi" + }, + "住せ": { + "w_type": "conjugated godan verb", + "romaji": "juuse" + }, + "住そ": { + "w_type": "godan verb stem", + "romaji": "juuso" + }, + "住した": { + "w_type": "conjugated godan verb", + "romaji": "juushita" + }, + "住して": { + "w_type": "conjugated godan verb", + "romaji": "juushite" + }, + "解ぐさ": { + "w_type": "godan verb stem", + "romaji": "hogusa" + }, + "解ぐし": { + "w_type": "godan verb stem", + "romaji": "hogushi" + }, + "解ぐせ": { + "w_type": "conjugated godan verb", + "romaji": "hoguse" + }, + "解ぐそ": { + "w_type": "godan verb stem", + "romaji": "hoguso" + }, + "解ぐした": { + "w_type": "conjugated godan verb", + "romaji": "hogushita" + }, + "解ぐして": { + "w_type": "conjugated godan verb", + "romaji": "hogushite" + }, + "成り掛から": { + "w_type": "godan verb stem", + "romaji": "narikakara" + }, + "成り掛かり": { + "w_type": "godan verb stem", + "romaji": "narikakari" + }, + "成り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "narikakare" + }, + "成り掛かろ": { + "w_type": "godan verb stem", + "romaji": "narikakaro" + }, + "成り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "narikakatta" + }, + "成り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "narikakatte" + }, + "突きささら": { + "w_type": "godan verb stem", + "romaji": "tsukisasara" + }, + "突きささり": { + "w_type": "godan verb stem", + "romaji": "tsukisasari" + }, + "突きさされ": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasare" + }, + "突きささろ": { + "w_type": "godan verb stem", + "romaji": "tsukisasaro" + }, + "突きささった": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasatta" + }, + "突きささって": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasatte" + }, + "遣い果たさ": { + "w_type": "godan verb stem", + "romaji": "tsukaihatasa" + }, + "遣い果たし": { + "w_type": "godan verb stem", + "romaji": "tsukaihatashi" + }, + "遣い果たせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatase" + }, + "遣い果たそ": { + "w_type": "godan verb stem", + "romaji": "tsukaihataso" + }, + "遣い果たした": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashita" + }, + "遣い果たして": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashite" + }, + "乗り損なわ": { + "w_type": "godan verb stem", + "romaji": "norisokonawa" + }, + "乗り損ない": { + "w_type": "godan verb stem", + "romaji": "norisokonai" + }, + "乗り損なえ": { + "w_type": "conjugated godan verb", + "romaji": "norisokonae" + }, + "乗り損なお": { + "w_type": "godan verb stem", + "romaji": "norisokonao" + }, + "乗り損なった": { + "w_type": "conjugated godan verb", + "romaji": "norisokonatta" + }, + "乗り損なって": { + "w_type": "conjugated godan verb", + "romaji": "norisokonatte" + }, + "引っかき回さ": { + "w_type": "godan verb stem", + "romaji": "hikkakimawasa" + }, + "引っかき回し": { + "w_type": "godan verb stem", + "romaji": "hikkakimawashi" + }, + "引っかき回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawase" + }, + "引っかき回そ": { + "w_type": "godan verb stem", + "romaji": "hikkakimawaso" + }, + "引っかき回した": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawashita" + }, + "引っかき回して": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawashite" + }, + "押し倒さ": { + "w_type": "godan verb stem", + "romaji": "oshitaosa" + }, + "押し倒し": { + "w_type": "godan verb stem", + "romaji": "oshitaoshi" + }, + "押し倒せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitaose" + }, + "押し倒そ": { + "w_type": "godan verb stem", + "romaji": "oshitaoso" + }, + "押し倒した": { + "w_type": "conjugated godan verb", + "romaji": "oshitaoshita" + }, + "押し倒して": { + "w_type": "conjugated godan verb", + "romaji": "oshitaoshite" + }, + "入りまじら": { + "w_type": "godan verb stem", + "romaji": "irimajira" + }, + "入りまじり": { + "w_type": "godan verb stem", + "romaji": "irimajiri" + }, + "入りまじれ": { + "w_type": "conjugated godan verb", + "romaji": "irimajire" + }, + "入りまじろ": { + "w_type": "godan verb stem", + "romaji": "irimajiro" + }, + "入りまじった": { + "w_type": "conjugated godan verb", + "romaji": "irimajitta" + }, + "入りまじって": { + "w_type": "conjugated godan verb", + "romaji": "irimajitte" + }, + "し尽くさ": { + "w_type": "godan verb stem", + "romaji": "shitsukusa" + }, + "し尽くし": { + "w_type": "godan verb stem", + "romaji": "shitsukushi" + }, + "し尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "shitsukuse" + }, + "し尽くそ": { + "w_type": "godan verb stem", + "romaji": "shitsukuso" + }, + "し尽くした": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushita" + }, + "し尽くして": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushite" + }, + "行交わ": { + "w_type": "godan verb stem", + "romaji": "yukikawa" + }, + "行交い": { + "w_type": "godan verb stem", + "romaji": "yukikai" + }, + "行交え": { + "w_type": "conjugated godan verb", + "romaji": "yukikae" + }, + "行交お": { + "w_type": "godan verb stem", + "romaji": "yukikao" + }, + "行交った": { + "w_type": "conjugated godan verb", + "romaji": "yukikatta" + }, + "行交って": { + "w_type": "conjugated godan verb", + "romaji": "yukikatte" + }, + "捥ぎ取ら": { + "w_type": "godan verb stem", + "romaji": "mogitora" + }, + "捥ぎ取り": { + "w_type": "godan verb stem", + "romaji": "mogitori" + }, + "捥ぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "mogitore" + }, + "捥ぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "mogitoro" + }, + "捥ぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "mogitotta" + }, + "捥ぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "mogitotte" + }, + "攻め入ら": { + "w_type": "godan verb stem", + "romaji": "semeira" + }, + "攻め入り": { + "w_type": "godan verb stem", + "romaji": "semeiri" + }, + "攻め入れ": { + "w_type": "conjugated godan verb", + "romaji": "semeire" + }, + "攻め入ろ": { + "w_type": "godan verb stem", + "romaji": "semeiro" + }, + "攻め入った": { + "w_type": "conjugated godan verb", + "romaji": "semeitta" + }, + "攻め入って": { + "w_type": "conjugated godan verb", + "romaji": "semeitte" + }, + "転ば": { + "w_type": "godan verb stem", + "romaji": "koroba" + }, + "転び": { + "w_type": "godan verb stem", + "romaji": "korobi" + }, + "転べ": { + "w_type": "conjugated godan verb", + "romaji": "korobe" + }, + "転ぼ": { + "w_type": "godan verb stem", + "romaji": "korobo" + }, + "転んだ": { + "w_type": "conjugated godan verb", + "romaji": "koronda" + }, + "転んで": { + "w_type": "conjugated godan verb", + "romaji": "koronde" + }, + "研か": { + "w_type": "godan verb stem", + "romaji": "migaka" + }, + "研き": { + "w_type": "godan verb stem", + "romaji": "migaki" + }, + "研け": { + "w_type": "conjugated godan verb", + "romaji": "migake" + }, + "研こ": { + "w_type": "godan verb stem", + "romaji": "migako" + }, + "研いた": { + "w_type": "conjugated godan verb", + "romaji": "migaita" + }, + "研いて": { + "w_type": "conjugated godan verb", + "romaji": "migaite" + }, + "解ら": { + "w_type": "godan verb stem", + "romaji": "wakara" + }, + "解り": { + "w_type": "godan verb stem", + "romaji": "wakari" + }, + "解れ": { + "w_type": "conjugated godan verb", + "romaji": "wakare" + }, + "解ろ": { + "w_type": "godan verb stem", + "romaji": "wakaro" + }, + "解った": { + "w_type": "conjugated godan verb", + "romaji": "wakatta" + }, + "解って": { + "w_type": "conjugated godan verb", + "romaji": "wakatte" + }, + "抜き取ら": { + "w_type": "godan verb stem", + "romaji": "nukitora" + }, + "抜き取り": { + "w_type": "godan verb stem", + "romaji": "nukitori" + }, + "抜き取れ": { + "w_type": "conjugated godan verb", + "romaji": "nukitore" + }, + "抜き取ろ": { + "w_type": "godan verb stem", + "romaji": "nukitoro" + }, + "抜き取った": { + "w_type": "conjugated godan verb", + "romaji": "nukitotta" + }, + "抜き取って": { + "w_type": "conjugated godan verb", + "romaji": "nukitotte" + }, + "閉じ籠ら": { + "w_type": "godan verb stem", + "romaji": "tojikomora" + }, + "閉じ籠り": { + "w_type": "godan verb stem", + "romaji": "tojikomori" + }, + "閉じ籠れ": { + "w_type": "conjugated godan verb", + "romaji": "tojikomore" + }, + "閉じ籠ろ": { + "w_type": "godan verb stem", + "romaji": "tojikomoro" + }, + "閉じ籠った": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotta" + }, + "閉じ籠って": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotte" + }, + "見まごわ": { + "w_type": "godan verb stem", + "romaji": "mimagawa" + }, + "見まごい": { + "w_type": "godan verb stem", + "romaji": "mimagai" + }, + "見まごえ": { + "w_type": "conjugated godan verb", + "romaji": "mimagae" + }, + "見まごお": { + "w_type": "godan verb stem", + "romaji": "mimagao" + }, + "見まごった": { + "w_type": "conjugated godan verb", + "romaji": "mimagatta" + }, + "見まごって": { + "w_type": "conjugated godan verb", + "romaji": "mimagatte" + }, + "反り返ら": { + "w_type": "godan verb stem", + "romaji": "sorikaera" + }, + "反り返り": { + "w_type": "godan verb stem", + "romaji": "sorikaeri" + }, + "反り返れ": { + "w_type": "conjugated godan verb", + "romaji": "sorikaere" + }, + "反り返ろ": { + "w_type": "godan verb stem", + "romaji": "sorikaero" + }, + "反り返った": { + "w_type": "conjugated godan verb", + "romaji": "sorikaetta" + }, + "反り返って": { + "w_type": "conjugated godan verb", + "romaji": "sorikaette" + }, + "磨き込ま": { + "w_type": "godan verb stem", + "romaji": "migakikoma" + }, + "磨き込み": { + "w_type": "godan verb stem", + "romaji": "migakikomi" + }, + "磨き込め": { + "w_type": "conjugated godan verb", + "romaji": "migakikome" + }, + "磨き込も": { + "w_type": "godan verb stem", + "romaji": "migakikomo" + }, + "磨き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "migakikonda" + }, + "磨き込んで": { + "w_type": "conjugated godan verb", + "romaji": "migakikonde" + }, + "坐さ": { + "w_type": "godan verb stem", + "romaji": "zasa" + }, + "坐し": { + "w_type": "godan verb stem", + "romaji": "zashi" + }, + "坐せ": { + "w_type": "conjugated godan verb", + "romaji": "zase" + }, + "坐そ": { + "w_type": "godan verb stem", + "romaji": "zaso" + }, + "坐した": { + "w_type": "conjugated godan verb", + "romaji": "zashita" + }, + "坐して": { + "w_type": "conjugated godan verb", + "romaji": "zashite" + }, + "建込ま": { + "w_type": "godan verb stem", + "romaji": "tatekoma" + }, + "建込み": { + "w_type": "godan verb stem", + "romaji": "tatekomi" + }, + "建込め": { + "w_type": "conjugated godan verb", + "romaji": "tatekome" + }, + "建込も": { + "w_type": "godan verb stem", + "romaji": "tatekomo" + }, + "建込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatekonda" + }, + "建込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatekonde" + }, + "燃え盛ら": { + "w_type": "godan verb stem", + "romaji": "moesakara" + }, + "燃え盛り": { + "w_type": "godan verb stem", + "romaji": "moesakari" + }, + "燃え盛れ": { + "w_type": "conjugated godan verb", + "romaji": "moesakare" + }, + "燃え盛ろ": { + "w_type": "godan verb stem", + "romaji": "moesakaro" + }, + "燃え盛った": { + "w_type": "conjugated godan verb", + "romaji": "moesakatta" + }, + "燃え盛って": { + "w_type": "conjugated godan verb", + "romaji": "moesakatte" + }, + "飼い慣らさ": { + "w_type": "godan verb stem", + "romaji": "kainarasa" + }, + "飼い慣らし": { + "w_type": "godan verb stem", + "romaji": "kainarashi" + }, + "飼い慣らせ": { + "w_type": "conjugated godan verb", + "romaji": "kainarase" + }, + "飼い慣らそ": { + "w_type": "godan verb stem", + "romaji": "kainaraso" + }, + "飼い慣らした": { + "w_type": "conjugated godan verb", + "romaji": "kainarashita" + }, + "飼い慣らして": { + "w_type": "conjugated godan verb", + "romaji": "kainarashite" + }, + "食い入ら": { + "w_type": "godan verb stem", + "romaji": "kuiira" + }, + "食い入り": { + "w_type": "godan verb stem", + "romaji": "kuiiri" + }, + "食い入れ": { + "w_type": "conjugated godan verb", + "romaji": "kuiire" + }, + "食い入ろ": { + "w_type": "godan verb stem", + "romaji": "kuiiro" + }, + "食い入った": { + "w_type": "conjugated godan verb", + "romaji": "kuiitta" + }, + "食い入って": { + "w_type": "conjugated godan verb", + "romaji": "kuiitte" + }, + "可愛がら": { + "w_type": "godan verb stem", + "romaji": "kawaigara" + }, + "可愛がり": { + "w_type": "godan verb stem", + "romaji": "kawaigari" + }, + "可愛がれ": { + "w_type": "conjugated godan verb", + "romaji": "kawaigare" + }, + "可愛がろ": { + "w_type": "godan verb stem", + "romaji": "kawaigaro" + }, + "可愛がった": { + "w_type": "conjugated godan verb", + "romaji": "kawaigatta" + }, + "可愛がって": { + "w_type": "conjugated godan verb", + "romaji": "kawaigatte" + }, + "留まら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "留まり": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "留まれ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "留まろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "留まった": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "留まって": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "紫掛から": { + "w_type": "godan verb stem", + "romaji": "murasakigakara" + }, + "紫掛かり": { + "w_type": "godan verb stem", + "romaji": "murasakigakari" + }, + "紫掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "murasakigakare" + }, + "紫掛かろ": { + "w_type": "godan verb stem", + "romaji": "murasakigakaro" + }, + "紫掛かった": { + "w_type": "conjugated godan verb", + "romaji": "murasakigakatta" + }, + "紫掛かって": { + "w_type": "conjugated godan verb", + "romaji": "murasakigakatte" + }, + "囁か": { + "w_type": "godan verb stem", + "romaji": "sasayaka" + }, + "囁き": { + "w_type": "godan verb stem", + "romaji": "sasayaki" + }, + "囁け": { + "w_type": "conjugated godan verb", + "romaji": "sasayake" + }, + "囁こ": { + "w_type": "godan verb stem", + "romaji": "sasayako" + }, + "囁いた": { + "w_type": "conjugated godan verb", + "romaji": "sasayaita" + }, + "囁いて": { + "w_type": "conjugated godan verb", + "romaji": "sasayaite" + }, + "即か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "即き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "即け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "即こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "即いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "即いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "持ち出さ": { + "w_type": "godan verb stem", + "romaji": "mochidasa" + }, + "持ち出し": { + "w_type": "godan verb stem", + "romaji": "mochidashi" + }, + "持ち出せ": { + "w_type": "conjugated godan verb", + "romaji": "mochidase" + }, + "持ち出そ": { + "w_type": "godan verb stem", + "romaji": "mochidaso" + }, + "持ち出した": { + "w_type": "conjugated godan verb", + "romaji": "mochidashita" + }, + "持ち出して": { + "w_type": "conjugated godan verb", + "romaji": "mochidashite" + }, + "丸まら": { + "w_type": "godan verb stem", + "romaji": "marumara" + }, + "丸まり": { + "w_type": "godan verb stem", + "romaji": "marumari" + }, + "丸まれ": { + "w_type": "conjugated godan verb", + "romaji": "marumare" + }, + "丸まろ": { + "w_type": "godan verb stem", + "romaji": "marumaro" + }, + "丸まった": { + "w_type": "conjugated godan verb", + "romaji": "marumatta" + }, + "丸まって": { + "w_type": "conjugated godan verb", + "romaji": "marumatte" + }, + "きしみ合わ": { + "w_type": "godan verb stem", + "romaji": "kishimiawa" + }, + "きしみ合い": { + "w_type": "godan verb stem", + "romaji": "kishimiai" + }, + "きしみ合え": { + "w_type": "conjugated godan verb", + "romaji": "kishimiae" + }, + "きしみ合お": { + "w_type": "godan verb stem", + "romaji": "kishimiao" + }, + "きしみ合った": { + "w_type": "conjugated godan verb", + "romaji": "kishimiatta" + }, + "きしみ合って": { + "w_type": "conjugated godan verb", + "romaji": "kishimiatte" + }, + "切り裂か": { + "w_type": "godan verb stem", + "romaji": "kirisaka" + }, + "切り裂き": { + "w_type": "godan verb stem", + "romaji": "kirisaki" + }, + "切り裂け": { + "w_type": "conjugated godan verb", + "romaji": "kirisake" + }, + "切り裂こ": { + "w_type": "godan verb stem", + "romaji": "kirisako" + }, + "切り裂いた": { + "w_type": "conjugated godan verb", + "romaji": "kirisaita" + }, + "切り裂いて": { + "w_type": "conjugated godan verb", + "romaji": "kirisaite" + }, + "揺るがさ": { + "w_type": "godan verb stem", + "romaji": "yurugasa" + }, + "揺るがし": { + "w_type": "godan verb stem", + "romaji": "yurugashi" + }, + "揺るがせ": { + "w_type": "conjugated godan verb", + "romaji": "yurugase" + }, + "揺るがそ": { + "w_type": "godan verb stem", + "romaji": "yurugaso" + }, + "揺るがした": { + "w_type": "conjugated godan verb", + "romaji": "yurugashita" + }, + "揺るがして": { + "w_type": "conjugated godan verb", + "romaji": "yurugashite" + }, + "謀ら": { + "w_type": "godan verb stem", + "romaji": "hakara" + }, + "謀り": { + "w_type": "godan verb stem", + "romaji": "hakari" + }, + "謀れ": { + "w_type": "conjugated godan verb", + "romaji": "hakare" + }, + "謀ろ": { + "w_type": "godan verb stem", + "romaji": "hakaro" + }, + "謀った": { + "w_type": "conjugated godan verb", + "romaji": "hakatta" + }, + "謀って": { + "w_type": "conjugated godan verb", + "romaji": "hakatte" + }, + "会わさ": { + "w_type": "godan verb stem", + "romaji": "awasa" + }, + "会わし": { + "w_type": "godan verb stem", + "romaji": "awashi" + }, + "会わせ": { + "w_type": "conjugated godan verb", + "romaji": "awase" + }, + "会わそ": { + "w_type": "godan verb stem", + "romaji": "awaso" + }, + "会わした": { + "w_type": "conjugated godan verb", + "romaji": "awashita" + }, + "会わして": { + "w_type": "conjugated godan verb", + "romaji": "awashite" + }, + "売り尽さ": { + "w_type": "godan verb stem", + "romaji": "uritsukusa" + }, + "売り尽し": { + "w_type": "godan verb stem", + "romaji": "uritsukushi" + }, + "売り尽せ": { + "w_type": "conjugated godan verb", + "romaji": "uritsukuse" + }, + "売り尽そ": { + "w_type": "godan verb stem", + "romaji": "uritsukuso" + }, + "売り尽した": { + "w_type": "conjugated godan verb", + "romaji": "uritsukushita" + }, + "売り尽して": { + "w_type": "conjugated godan verb", + "romaji": "uritsukushite" + }, + "焼きあがら": { + "w_type": "godan verb stem", + "romaji": "yakiagara" + }, + "焼きあがり": { + "w_type": "godan verb stem", + "romaji": "yakiagari" + }, + "焼きあがれ": { + "w_type": "conjugated godan verb", + "romaji": "yakiagare" + }, + "焼きあがろ": { + "w_type": "godan verb stem", + "romaji": "yakiagaro" + }, + "焼きあがった": { + "w_type": "conjugated godan verb", + "romaji": "yakiagatta" + }, + "焼きあがって": { + "w_type": "conjugated godan verb", + "romaji": "yakiagatte" + }, + "聞き正さ": { + "w_type": "godan verb stem", + "romaji": "kikitadasa" + }, + "聞き正し": { + "w_type": "godan verb stem", + "romaji": "kikitadashi" + }, + "聞き正せ": { + "w_type": "conjugated godan verb", + "romaji": "kikitadase" + }, + "聞き正そ": { + "w_type": "godan verb stem", + "romaji": "kikitadaso" + }, + "聞き正した": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashita" + }, + "聞き正して": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashite" + }, + "流れ込ま": { + "w_type": "godan verb stem", + "romaji": "nagarekoma" + }, + "流れ込み": { + "w_type": "godan verb stem", + "romaji": "nagarekomi" + }, + "流れ込め": { + "w_type": "conjugated godan verb", + "romaji": "nagarekome" + }, + "流れ込も": { + "w_type": "godan verb stem", + "romaji": "nagarekomo" + }, + "流れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagarekonda" + }, + "流れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nagarekonde" + }, + "掛け直さ": { + "w_type": "godan verb stem", + "romaji": "kakenaosa" + }, + "掛け直し": { + "w_type": "godan verb stem", + "romaji": "kakenaoshi" + }, + "掛け直せ": { + "w_type": "conjugated godan verb", + "romaji": "kakenaose" + }, + "掛け直そ": { + "w_type": "godan verb stem", + "romaji": "kakenaoso" + }, + "掛け直した": { + "w_type": "conjugated godan verb", + "romaji": "kakenaoshita" + }, + "掛け直して": { + "w_type": "conjugated godan verb", + "romaji": "kakenaoshite" + }, + "取りまか": { + "w_type": "godan verb stem", + "romaji": "torimaka" + }, + "取りまき": { + "w_type": "godan verb stem", + "romaji": "torimaki" + }, + "取りまけ": { + "w_type": "conjugated godan verb", + "romaji": "torimake" + }, + "取りまこ": { + "w_type": "godan verb stem", + "romaji": "torimako" + }, + "取りまいた": { + "w_type": "conjugated godan verb", + "romaji": "torimaita" + }, + "取りまいて": { + "w_type": "conjugated godan verb", + "romaji": "torimaite" + }, + "梃子摺ら": { + "w_type": "godan verb stem", + "romaji": "tekozura" + }, + "梃子摺り": { + "w_type": "godan verb stem", + "romaji": "tekozuri" + }, + "梃子摺れ": { + "w_type": "conjugated godan verb", + "romaji": "tekozure" + }, + "梃子摺ろ": { + "w_type": "godan verb stem", + "romaji": "tekozuro" + }, + "梃子摺った": { + "w_type": "conjugated godan verb", + "romaji": "tekozutta" + }, + "梃子摺って": { + "w_type": "conjugated godan verb", + "romaji": "tekozutte" + }, + "手間どら": { + "w_type": "godan verb stem", + "romaji": "temadora" + }, + "手間どり": { + "w_type": "godan verb stem", + "romaji": "temadori" + }, + "手間どれ": { + "w_type": "conjugated godan verb", + "romaji": "temadore" + }, + "手間どろ": { + "w_type": "godan verb stem", + "romaji": "temadoro" + }, + "手間どった": { + "w_type": "conjugated godan verb", + "romaji": "temadotta" + }, + "手間どって": { + "w_type": "conjugated godan verb", + "romaji": "temadotte" + }, + "分ら": { + "w_type": "godan verb stem", + "romaji": "wakara" + }, + "分り": { + "w_type": "godan verb stem", + "romaji": "wakari" + }, + "分れ": { + "w_type": "conjugated godan verb", + "romaji": "wakare" + }, + "分ろ": { + "w_type": "godan verb stem", + "romaji": "wakaro" + }, + "分った": { + "w_type": "conjugated godan verb", + "romaji": "wakatta" + }, + "分って": { + "w_type": "conjugated godan verb", + "romaji": "wakatte" + }, + "ぶち込ま": { + "w_type": "godan verb stem", + "romaji": "buchikoma" + }, + "ぶち込み": { + "w_type": "godan verb stem", + "romaji": "buchikomi" + }, + "ぶち込め": { + "w_type": "conjugated godan verb", + "romaji": "buchikome" + }, + "ぶち込も": { + "w_type": "godan verb stem", + "romaji": "buchikomo" + }, + "ぶち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "buchikonda" + }, + "ぶち込んで": { + "w_type": "conjugated godan verb", + "romaji": "buchikonde" + }, + "蔵わ": { + "w_type": "godan verb stem", + "romaji": "shimawa" + }, + "蔵い": { + "w_type": "godan verb stem", + "romaji": "shimai" + }, + "蔵え": { + "w_type": "conjugated godan verb", + "romaji": "shimae" + }, + "蔵お": { + "w_type": "godan verb stem", + "romaji": "shimao" + }, + "蔵った": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "蔵って": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "張り切ら": { + "w_type": "godan verb stem", + "romaji": "harikira" + }, + "張り切り": { + "w_type": "godan verb stem", + "romaji": "harikiri" + }, + "張り切れ": { + "w_type": "conjugated godan verb", + "romaji": "harikire" + }, + "張り切ろ": { + "w_type": "godan verb stem", + "romaji": "harikiro" + }, + "張り切った": { + "w_type": "conjugated godan verb", + "romaji": "harikitta" + }, + "張り切って": { + "w_type": "conjugated godan verb", + "romaji": "harikitte" + }, + "割出さ": { + "w_type": "godan verb stem", + "romaji": "waridasa" + }, + "割出し": { + "w_type": "godan verb stem", + "romaji": "waridashi" + }, + "割出せ": { + "w_type": "conjugated godan verb", + "romaji": "waridase" + }, + "割出そ": { + "w_type": "godan verb stem", + "romaji": "waridaso" + }, + "割出した": { + "w_type": "conjugated godan verb", + "romaji": "waridashita" + }, + "割出して": { + "w_type": "conjugated godan verb", + "romaji": "waridashite" + }, + "呑みこま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "呑みこみ": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "呑みこめ": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "呑みこも": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "呑みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "呑みこんで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "靠れ掛ら": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "靠れ掛り": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "靠れ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "靠れ掛ろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "靠れ掛った": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "靠れ掛って": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "呻ら": { + "w_type": "godan verb stem", + "romaji": "unara" + }, + "呻り": { + "w_type": "godan verb stem", + "romaji": "unari" + }, + "呻れ": { + "w_type": "conjugated godan verb", + "romaji": "unare" + }, + "呻ろ": { + "w_type": "godan verb stem", + "romaji": "unaro" + }, + "呻った": { + "w_type": "conjugated godan verb", + "romaji": "unatta" + }, + "呻って": { + "w_type": "conjugated godan verb", + "romaji": "unatte" + }, + "むしり取ら": { + "w_type": "godan verb stem", + "romaji": "mushiritora" + }, + "むしり取り": { + "w_type": "godan verb stem", + "romaji": "mushiritori" + }, + "むしり取れ": { + "w_type": "conjugated godan verb", + "romaji": "mushiritore" + }, + "むしり取ろ": { + "w_type": "godan verb stem", + "romaji": "mushiritoro" + }, + "むしり取った": { + "w_type": "conjugated godan verb", + "romaji": "mushiritotta" + }, + "むしり取って": { + "w_type": "conjugated godan verb", + "romaji": "mushiritotte" + }, + "山成さ": { + "w_type": "godan verb stem", + "romaji": "yamanasa" + }, + "山成し": { + "w_type": "godan verb stem", + "romaji": "yamanashi" + }, + "山成せ": { + "w_type": "conjugated godan verb", + "romaji": "yamanase" + }, + "山成そ": { + "w_type": "godan verb stem", + "romaji": "yamanaso" + }, + "山成した": { + "w_type": "conjugated godan verb", + "romaji": "yamanashita" + }, + "山成して": { + "w_type": "conjugated godan verb", + "romaji": "yamanashite" + }, + "言置か": { + "w_type": "godan verb stem", + "romaji": "iioka" + }, + "言置き": { + "w_type": "godan verb stem", + "romaji": "iioki" + }, + "言置け": { + "w_type": "conjugated godan verb", + "romaji": "iioke" + }, + "言置こ": { + "w_type": "godan verb stem", + "romaji": "iioko" + }, + "言置いた": { + "w_type": "conjugated godan verb", + "romaji": "iioita" + }, + "言置いて": { + "w_type": "conjugated godan verb", + "romaji": "iioite" + }, + "重立た": { + "w_type": "godan verb stem", + "romaji": "omodata" + }, + "重立ち": { + "w_type": "godan verb stem", + "romaji": "omodachi" + }, + "重立て": { + "w_type": "conjugated godan verb", + "romaji": "omodate" + }, + "重立と": { + "w_type": "godan verb stem", + "romaji": "omodato" + }, + "重立った": { + "w_type": "conjugated godan verb", + "romaji": "omodatta" + }, + "重立って": { + "w_type": "conjugated godan verb", + "romaji": "omodatte" + }, + "捻くり回さ": { + "w_type": "godan verb stem", + "romaji": "hinekurimawasa" + }, + "捻くり回し": { + "w_type": "godan verb stem", + "romaji": "hinekurimawashi" + }, + "捻くり回せ": { + "w_type": "conjugated godan verb", + "romaji": "hinekurimawase" + }, + "捻くり回そ": { + "w_type": "godan verb stem", + "romaji": "hinekurimawaso" + }, + "捻くり回した": { + "w_type": "conjugated godan verb", + "romaji": "hinekurimawashita" + }, + "捻くり回して": { + "w_type": "conjugated godan verb", + "romaji": "hinekurimawashite" + }, + "煮出さ": { + "w_type": "godan verb stem", + "romaji": "nidasa" + }, + "煮出し": { + "w_type": "godan verb stem", + "romaji": "nidashi" + }, + "煮出せ": { + "w_type": "conjugated godan verb", + "romaji": "nidase" + }, + "煮出そ": { + "w_type": "godan verb stem", + "romaji": "nidaso" + }, + "煮出した": { + "w_type": "conjugated godan verb", + "romaji": "nidashita" + }, + "煮出して": { + "w_type": "conjugated godan verb", + "romaji": "nidashite" + }, + "挑ま": { + "w_type": "godan verb stem", + "romaji": "idoma" + }, + "挑み": { + "w_type": "godan verb stem", + "romaji": "idomi" + }, + "挑め": { + "w_type": "conjugated godan verb", + "romaji": "idome" + }, + "挑も": { + "w_type": "godan verb stem", + "romaji": "idomo" + }, + "挑んだ": { + "w_type": "conjugated godan verb", + "romaji": "idonda" + }, + "挑んで": { + "w_type": "conjugated godan verb", + "romaji": "idonde" + }, + "呼ば": { + "w_type": "godan verb stem", + "romaji": "yoba" + }, + "呼び": { + "w_type": "godan verb stem", + "romaji": "yobi" + }, + "呼べ": { + "w_type": "conjugated godan verb", + "romaji": "yobe" + }, + "呼ぼ": { + "w_type": "godan verb stem", + "romaji": "yobo" + }, + "呼んだ": { + "w_type": "conjugated godan verb", + "romaji": "yonda" + }, + "呼んで": { + "w_type": "conjugated godan verb", + "romaji": "yonde" + }, + "射さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "射し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "射せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "射そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "射した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "射して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "扶か": { + "w_type": "godan verb stem", + "romaji": "tasuka" + }, + "扶き": { + "w_type": "godan verb stem", + "romaji": "tasuki" + }, + "扶け": { + "w_type": "conjugated godan verb", + "romaji": "tasuke" + }, + "扶こ": { + "w_type": "godan verb stem", + "romaji": "tasuko" + }, + "扶いた": { + "w_type": "conjugated godan verb", + "romaji": "tasuita" + }, + "扶いて": { + "w_type": "conjugated godan verb", + "romaji": "tasuite" + }, + "思い切ら": { + "w_type": "godan verb stem", + "romaji": "omoikira" + }, + "思い切り": { + "w_type": "godan verb stem", + "romaji": "omoikiri" + }, + "思い切れ": { + "w_type": "conjugated godan verb", + "romaji": "omoikire" + }, + "思い切ろ": { + "w_type": "godan verb stem", + "romaji": "omoikiro" + }, + "思い切った": { + "w_type": "conjugated godan verb", + "romaji": "omoikitta" + }, + "思い切って": { + "w_type": "conjugated godan verb", + "romaji": "omoikitte" + }, + "言いきら": { + "w_type": "godan verb stem", + "romaji": "iikira" + }, + "言いきり": { + "w_type": "godan verb stem", + "romaji": "iikiri" + }, + "言いきれ": { + "w_type": "conjugated godan verb", + "romaji": "iikire" + }, + "言いきろ": { + "w_type": "godan verb stem", + "romaji": "iikiro" + }, + "言いきった": { + "w_type": "conjugated godan verb", + "romaji": "iikitta" + }, + "言いきって": { + "w_type": "conjugated godan verb", + "romaji": "iikitte" + }, + "つき出さ": { + "w_type": "godan verb stem", + "romaji": "tsukidasa" + }, + "つき出し": { + "w_type": "godan verb stem", + "romaji": "tsukidashi" + }, + "つき出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukidase" + }, + "つき出そ": { + "w_type": "godan verb stem", + "romaji": "tsukidaso" + }, + "つき出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashita" + }, + "つき出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashite" + }, + "極ら": { + "w_type": "godan verb stem", + "romaji": "kimara" + }, + "極り": { + "w_type": "godan verb stem", + "romaji": "kimari" + }, + "極れ": { + "w_type": "conjugated godan verb", + "romaji": "kimare" + }, + "極ろ": { + "w_type": "godan verb stem", + "romaji": "kimaro" + }, + "極った": { + "w_type": "conjugated godan verb", + "romaji": "kimatta" + }, + "極って": { + "w_type": "conjugated godan verb", + "romaji": "kimatte" + }, + "かかわり合わ": { + "w_type": "godan verb stem", + "romaji": "kakawariawa" + }, + "かかわり合い": { + "w_type": "godan verb stem", + "romaji": "kakawariai" + }, + "かかわり合え": { + "w_type": "conjugated godan verb", + "romaji": "kakawariae" + }, + "かかわり合お": { + "w_type": "godan verb stem", + "romaji": "kakawariao" + }, + "かかわり合った": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatta" + }, + "かかわり合って": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatte" + }, + "戦わさ": { + "w_type": "godan verb stem", + "romaji": "tatakawasa" + }, + "戦わし": { + "w_type": "godan verb stem", + "romaji": "tatakawashi" + }, + "戦わせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakawase" + }, + "戦わそ": { + "w_type": "godan verb stem", + "romaji": "tatakawaso" + }, + "戦わした": { + "w_type": "conjugated godan verb", + "romaji": "tatakawashita" + }, + "戦わして": { + "w_type": "conjugated godan verb", + "romaji": "tatakawashite" + }, + "遊び回ら": { + "w_type": "godan verb stem", + "romaji": "asobimawara" + }, + "遊び回り": { + "w_type": "godan verb stem", + "romaji": "asobimawari" + }, + "遊び回れ": { + "w_type": "conjugated godan verb", + "romaji": "asobimaware" + }, + "遊び回ろ": { + "w_type": "godan verb stem", + "romaji": "asobimawaro" + }, + "遊び回った": { + "w_type": "conjugated godan verb", + "romaji": "asobimawatta" + }, + "遊び回って": { + "w_type": "conjugated godan verb", + "romaji": "asobimawatte" + }, + "受戻さ": { + "w_type": "godan verb stem", + "romaji": "ukemodosa" + }, + "受戻し": { + "w_type": "godan verb stem", + "romaji": "ukemodoshi" + }, + "受戻せ": { + "w_type": "conjugated godan verb", + "romaji": "ukemodose" + }, + "受戻そ": { + "w_type": "godan verb stem", + "romaji": "ukemodoso" + }, + "受戻した": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshita" + }, + "受戻して": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshite" + }, + "這い上ら": { + "w_type": "godan verb stem", + "romaji": "haiagara" + }, + "這い上り": { + "w_type": "godan verb stem", + "romaji": "haiagari" + }, + "這い上れ": { + "w_type": "conjugated godan verb", + "romaji": "haiagare" + }, + "這い上ろ": { + "w_type": "godan verb stem", + "romaji": "haiagaro" + }, + "這い上った": { + "w_type": "conjugated godan verb", + "romaji": "haiagatta" + }, + "這い上って": { + "w_type": "conjugated godan verb", + "romaji": "haiagatte" + }, + "入り雑じら": { + "w_type": "godan verb stem", + "romaji": "irimajira" + }, + "入り雑じり": { + "w_type": "godan verb stem", + "romaji": "irimajiri" + }, + "入り雑じれ": { + "w_type": "conjugated godan verb", + "romaji": "irimajire" + }, + "入り雑じろ": { + "w_type": "godan verb stem", + "romaji": "irimajiro" + }, + "入り雑じった": { + "w_type": "conjugated godan verb", + "romaji": "irimajitta" + }, + "入り雑じって": { + "w_type": "conjugated godan verb", + "romaji": "irimajitte" + }, + "交ざら": { + "w_type": "godan verb stem", + "romaji": "mazara" + }, + "交ざり": { + "w_type": "godan verb stem", + "romaji": "mazari" + }, + "交ざれ": { + "w_type": "conjugated godan verb", + "romaji": "mazare" + }, + "交ざろ": { + "w_type": "godan verb stem", + "romaji": "mazaro" + }, + "交ざった": { + "w_type": "conjugated godan verb", + "romaji": "mazatta" + }, + "交ざって": { + "w_type": "conjugated godan verb", + "romaji": "mazatte" + }, + "探し廻ら": { + "w_type": "godan verb stem", + "romaji": "sagashimawara" + }, + "探し廻り": { + "w_type": "godan verb stem", + "romaji": "sagashimawari" + }, + "探し廻れ": { + "w_type": "conjugated godan verb", + "romaji": "sagashimaware" + }, + "探し廻ろ": { + "w_type": "godan verb stem", + "romaji": "sagashimawaro" + }, + "探し廻った": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatta" + }, + "探し廻って": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatte" + }, + "掴み掛から": { + "w_type": "godan verb stem", + "romaji": "tsukamikakara" + }, + "掴み掛かり": { + "w_type": "godan verb stem", + "romaji": "tsukamikakari" + }, + "掴み掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamikakare" + }, + "掴み掛かろ": { + "w_type": "godan verb stem", + "romaji": "tsukamikakaro" + }, + "掴み掛かった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamikakatta" + }, + "掴み掛かって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamikakatte" + }, + "悪ま": { + "w_type": "godan verb stem", + "romaji": "nikuma" + }, + "悪み": { + "w_type": "godan verb stem", + "romaji": "nikumi" + }, + "悪め": { + "w_type": "conjugated godan verb", + "romaji": "nikume" + }, + "悪も": { + "w_type": "godan verb stem", + "romaji": "nikumo" + }, + "悪んだ": { + "w_type": "conjugated godan verb", + "romaji": "nikunda" + }, + "悪んで": { + "w_type": "conjugated godan verb", + "romaji": "nikunde" + }, + "黒まら": { + "w_type": "godan verb stem", + "romaji": "kuromara" + }, + "黒まり": { + "w_type": "godan verb stem", + "romaji": "kuromari" + }, + "黒まれ": { + "w_type": "conjugated godan verb", + "romaji": "kuromare" + }, + "黒まろ": { + "w_type": "godan verb stem", + "romaji": "kuromaro" + }, + "黒まった": { + "w_type": "conjugated godan verb", + "romaji": "kuromatta" + }, + "黒まって": { + "w_type": "conjugated godan verb", + "romaji": "kuromatte" + }, + "長引か": { + "w_type": "godan verb stem", + "romaji": "nagabika" + }, + "長引き": { + "w_type": "godan verb stem", + "romaji": "nagabiki" + }, + "長引け": { + "w_type": "conjugated godan verb", + "romaji": "nagabike" + }, + "長引こ": { + "w_type": "godan verb stem", + "romaji": "nagabiko" + }, + "長引いた": { + "w_type": "conjugated godan verb", + "romaji": "nagabiita" + }, + "長引いて": { + "w_type": "conjugated godan verb", + "romaji": "nagabiite" + }, + "巡らさ": { + "w_type": "godan verb stem", + "romaji": "megurasa" + }, + "巡らし": { + "w_type": "godan verb stem", + "romaji": "megurashi" + }, + "巡らせ": { + "w_type": "conjugated godan verb", + "romaji": "megurase" + }, + "巡らそ": { + "w_type": "godan verb stem", + "romaji": "meguraso" + }, + "巡らした": { + "w_type": "conjugated godan verb", + "romaji": "megurashita" + }, + "巡らして": { + "w_type": "conjugated godan verb", + "romaji": "megurashite" + }, + "知り渡ら": { + "w_type": "godan verb stem", + "romaji": "shiriwatara" + }, + "知り渡り": { + "w_type": "godan verb stem", + "romaji": "shiriwatari" + }, + "知り渡れ": { + "w_type": "conjugated godan verb", + "romaji": "shiriwatare" + }, + "知り渡ろ": { + "w_type": "godan verb stem", + "romaji": "shiriwataro" + }, + "知り渡った": { + "w_type": "conjugated godan verb", + "romaji": "shiriwatatta" + }, + "知り渡って": { + "w_type": "conjugated godan verb", + "romaji": "shiriwatatte" + }, + "うろ抜か": { + "w_type": "godan verb stem", + "romaji": "uronuka" + }, + "うろ抜き": { + "w_type": "godan verb stem", + "romaji": "uronuki" + }, + "うろ抜け": { + "w_type": "conjugated godan verb", + "romaji": "uronuke" + }, + "うろ抜こ": { + "w_type": "godan verb stem", + "romaji": "uronuko" + }, + "うろ抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uronuita" + }, + "うろ抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uronuite" + }, + "吹き消さ": { + "w_type": "godan verb stem", + "romaji": "fukikesa" + }, + "吹き消し": { + "w_type": "godan verb stem", + "romaji": "fukikeshi" + }, + "吹き消せ": { + "w_type": "conjugated godan verb", + "romaji": "fukikese" + }, + "吹き消そ": { + "w_type": "godan verb stem", + "romaji": "fukikeso" + }, + "吹き消した": { + "w_type": "conjugated godan verb", + "romaji": "fukikeshita" + }, + "吹き消して": { + "w_type": "conjugated godan verb", + "romaji": "fukikeshite" + }, + "もつれ込ま": { + "w_type": "godan verb stem", + "romaji": "motsurekoma" + }, + "もつれ込み": { + "w_type": "godan verb stem", + "romaji": "motsurekomi" + }, + "もつれ込め": { + "w_type": "conjugated godan verb", + "romaji": "motsurekome" + }, + "もつれ込も": { + "w_type": "godan verb stem", + "romaji": "motsurekomo" + }, + "もつれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "motsurekonda" + }, + "もつれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "motsurekonde" + }, + "挟み込ま": { + "w_type": "godan verb stem", + "romaji": "hasamikoma" + }, + "挟み込み": { + "w_type": "godan verb stem", + "romaji": "hasamikomi" + }, + "挟み込め": { + "w_type": "conjugated godan verb", + "romaji": "hasamikome" + }, + "挟み込も": { + "w_type": "godan verb stem", + "romaji": "hasamikomo" + }, + "挟み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hasamikonda" + }, + "挟み込んで": { + "w_type": "conjugated godan verb", + "romaji": "hasamikonde" + }, + "焼きが回ら": { + "w_type": "godan verb stem", + "romaji": "yakigamawara" + }, + "焼きが回り": { + "w_type": "godan verb stem", + "romaji": "yakigamawari" + }, + "焼きが回れ": { + "w_type": "conjugated godan verb", + "romaji": "yakigamaware" + }, + "焼きが回ろ": { + "w_type": "godan verb stem", + "romaji": "yakigamawaro" + }, + "焼きが回った": { + "w_type": "conjugated godan verb", + "romaji": "yakigamawatta" + }, + "焼きが回って": { + "w_type": "conjugated godan verb", + "romaji": "yakigamawatte" + }, + "持ち崩さ": { + "w_type": "godan verb stem", + "romaji": "mochikuzusa" + }, + "持ち崩し": { + "w_type": "godan verb stem", + "romaji": "mochikuzushi" + }, + "持ち崩せ": { + "w_type": "conjugated godan verb", + "romaji": "mochikuzuse" + }, + "持ち崩そ": { + "w_type": "godan verb stem", + "romaji": "mochikuzuso" + }, + "持ち崩した": { + "w_type": "conjugated godan verb", + "romaji": "mochikuzushita" + }, + "持ち崩して": { + "w_type": "conjugated godan verb", + "romaji": "mochikuzushite" + }, + "降さ": { + "w_type": "godan verb stem", + "romaji": "kudasa" + }, + "降し": { + "w_type": "godan verb stem", + "romaji": "kudashi" + }, + "降せ": { + "w_type": "conjugated godan verb", + "romaji": "kudase" + }, + "降そ": { + "w_type": "godan verb stem", + "romaji": "kudaso" + }, + "降した": { + "w_type": "conjugated godan verb", + "romaji": "kudashita" + }, + "降して": { + "w_type": "conjugated godan verb", + "romaji": "kudashite" + }, + "つけ上がら": { + "w_type": "godan verb stem", + "romaji": "tsukeagara" + }, + "つけ上がり": { + "w_type": "godan verb stem", + "romaji": "tsukeagari" + }, + "つけ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukeagare" + }, + "つけ上がろ": { + "w_type": "godan verb stem", + "romaji": "tsukeagaro" + }, + "つけ上がった": { + "w_type": "conjugated godan verb", + "romaji": "tsukeagatta" + }, + "つけ上がって": { + "w_type": "conjugated godan verb", + "romaji": "tsukeagatte" + }, + "逃げ帰ら": { + "w_type": "godan verb stem", + "romaji": "nigekaera" + }, + "逃げ帰り": { + "w_type": "godan verb stem", + "romaji": "nigekaeri" + }, + "逃げ帰れ": { + "w_type": "conjugated godan verb", + "romaji": "nigekaere" + }, + "逃げ帰ろ": { + "w_type": "godan verb stem", + "romaji": "nigekaero" + }, + "逃げ帰った": { + "w_type": "conjugated godan verb", + "romaji": "nigekaetta" + }, + "逃げ帰って": { + "w_type": "conjugated godan verb", + "romaji": "nigekaette" + }, + "引きさか": { + "w_type": "godan verb stem", + "romaji": "hikisaka" + }, + "引きさき": { + "w_type": "godan verb stem", + "romaji": "hikisaki" + }, + "引きさけ": { + "w_type": "conjugated godan verb", + "romaji": "hikisake" + }, + "引きさこ": { + "w_type": "godan verb stem", + "romaji": "hikisako" + }, + "引きさいた": { + "w_type": "conjugated godan verb", + "romaji": "hikisaita" + }, + "引きさいて": { + "w_type": "conjugated godan verb", + "romaji": "hikisaite" + }, + "引きさら": { + "w_type": "godan verb stem", + "romaji": "hikisara" + }, + "引きさり": { + "w_type": "godan verb stem", + "romaji": "hikisari" + }, + "引きされ": { + "w_type": "conjugated godan verb", + "romaji": "hikisare" + }, + "引きさろ": { + "w_type": "godan verb stem", + "romaji": "hikisaro" + }, + "引きさった": { + "w_type": "conjugated godan verb", + "romaji": "hikisatta" + }, + "引きさって": { + "w_type": "conjugated godan verb", + "romaji": "hikisatte" + }, + "迫ら": { + "w_type": "godan verb stem", + "romaji": "semara" + }, + "迫り": { + "w_type": "godan verb stem", + "romaji": "semari" + }, + "迫れ": { + "w_type": "conjugated godan verb", + "romaji": "semare" + }, + "迫ろ": { + "w_type": "godan verb stem", + "romaji": "semaro" + }, + "迫った": { + "w_type": "conjugated godan verb", + "romaji": "sematta" + }, + "迫って": { + "w_type": "conjugated godan verb", + "romaji": "sematte" + }, + "口ごもら": { + "w_type": "godan verb stem", + "romaji": "kuchigomora" + }, + "口ごもり": { + "w_type": "godan verb stem", + "romaji": "kuchigomori" + }, + "口ごもれ": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomore" + }, + "口ごもろ": { + "w_type": "godan verb stem", + "romaji": "kuchigomoro" + }, + "口ごもった": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotta" + }, + "口ごもって": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotte" + }, + "掘り起こさ": { + "w_type": "godan verb stem", + "romaji": "horiokosa" + }, + "掘り起こし": { + "w_type": "godan verb stem", + "romaji": "horiokoshi" + }, + "掘り起こせ": { + "w_type": "conjugated godan verb", + "romaji": "horiokose" + }, + "掘り起こそ": { + "w_type": "godan verb stem", + "romaji": "horiokoso" + }, + "掘り起こした": { + "w_type": "conjugated godan verb", + "romaji": "horiokoshita" + }, + "掘り起こして": { + "w_type": "conjugated godan verb", + "romaji": "horiokoshite" + }, + "九州へ下ら": { + "w_type": "godan verb stem", + "romaji": "kyuushuuhekudara" + }, + "九州へ下り": { + "w_type": "godan verb stem", + "romaji": "kyuushuuhekudari" + }, + "九州へ下れ": { + "w_type": "conjugated godan verb", + "romaji": "kyuushuuhekudare" + }, + "九州へ下ろ": { + "w_type": "godan verb stem", + "romaji": "kyuushuuhekudaro" + }, + "九州へ下った": { + "w_type": "conjugated godan verb", + "romaji": "kyuushuuhekudatta" + }, + "九州へ下って": { + "w_type": "conjugated godan verb", + "romaji": "kyuushuuhekudatte" + }, + "炊き上がら": { + "w_type": "godan verb stem", + "romaji": "takiagara" + }, + "炊き上がり": { + "w_type": "godan verb stem", + "romaji": "takiagari" + }, + "炊き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "takiagare" + }, + "炊き上がろ": { + "w_type": "godan verb stem", + "romaji": "takiagaro" + }, + "炊き上がった": { + "w_type": "conjugated godan verb", + "romaji": "takiagatta" + }, + "炊き上がって": { + "w_type": "conjugated godan verb", + "romaji": "takiagatte" + }, + "今めかさ": { + "w_type": "godan verb stem", + "romaji": "imamekasa" + }, + "今めかし": { + "w_type": "godan verb stem", + "romaji": "imamekashi" + }, + "今めかせ": { + "w_type": "conjugated godan verb", + "romaji": "imamekase" + }, + "今めかそ": { + "w_type": "godan verb stem", + "romaji": "imamekaso" + }, + "今めかした": { + "w_type": "conjugated godan verb", + "romaji": "imamekashita" + }, + "今めかして": { + "w_type": "conjugated godan verb", + "romaji": "imamekashite" + }, + "取縋ら": { + "w_type": "godan verb stem", + "romaji": "torisugara" + }, + "取縋り": { + "w_type": "godan verb stem", + "romaji": "torisugari" + }, + "取縋れ": { + "w_type": "conjugated godan verb", + "romaji": "torisugare" + }, + "取縋ろ": { + "w_type": "godan verb stem", + "romaji": "torisugaro" + }, + "取縋った": { + "w_type": "conjugated godan verb", + "romaji": "torisugatta" + }, + "取縋って": { + "w_type": "conjugated godan verb", + "romaji": "torisugatte" + }, + "食いつか": { + "w_type": "godan verb stem", + "romaji": "kuitsuka" + }, + "食いつき": { + "w_type": "godan verb stem", + "romaji": "kuitsuki" + }, + "食いつけ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuke" + }, + "食いつこ": { + "w_type": "godan verb stem", + "romaji": "kuitsuko" + }, + "食いついた": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuita" + }, + "食いついて": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuite" + }, + "催さ": { + "w_type": "godan verb stem", + "romaji": "moyoosa" + }, + "催し": { + "w_type": "godan verb stem", + "romaji": "moyooshi" + }, + "催せ": { + "w_type": "conjugated godan verb", + "romaji": "moyoose" + }, + "催そ": { + "w_type": "godan verb stem", + "romaji": "moyooso" + }, + "催した": { + "w_type": "conjugated godan verb", + "romaji": "moyooshita" + }, + "催して": { + "w_type": "conjugated godan verb", + "romaji": "moyooshite" + }, + "居座ら": { + "w_type": "godan verb stem", + "romaji": "isuwara" + }, + "居座り": { + "w_type": "godan verb stem", + "romaji": "isuwari" + }, + "居座れ": { + "w_type": "conjugated godan verb", + "romaji": "isuware" + }, + "居座ろ": { + "w_type": "godan verb stem", + "romaji": "isuwaro" + }, + "居座った": { + "w_type": "conjugated godan verb", + "romaji": "isuwatta" + }, + "居座って": { + "w_type": "conjugated godan verb", + "romaji": "isuwatte" + }, + "すれ違わ": { + "w_type": "godan verb stem", + "romaji": "surechigawa" + }, + "すれ違い": { + "w_type": "godan verb stem", + "romaji": "surechigai" + }, + "すれ違え": { + "w_type": "conjugated godan verb", + "romaji": "surechigae" + }, + "すれ違お": { + "w_type": "godan verb stem", + "romaji": "surechigao" + }, + "すれ違った": { + "w_type": "conjugated godan verb", + "romaji": "surechigatta" + }, + "すれ違って": { + "w_type": "conjugated godan verb", + "romaji": "surechigatte" + }, + "唄わ": { + "w_type": "godan verb stem", + "romaji": "utawa" + }, + "唄い": { + "w_type": "godan verb stem", + "romaji": "utai" + }, + "唄え": { + "w_type": "conjugated godan verb", + "romaji": "utae" + }, + "唄お": { + "w_type": "godan verb stem", + "romaji": "utao" + }, + "唄った": { + "w_type": "conjugated godan verb", + "romaji": "utatta" + }, + "唄って": { + "w_type": "conjugated godan verb", + "romaji": "utatte" + }, + "勿体振ら": { + "w_type": "godan verb stem", + "romaji": "mottaibura" + }, + "勿体振り": { + "w_type": "godan verb stem", + "romaji": "mottaiburi" + }, + "勿体振れ": { + "w_type": "conjugated godan verb", + "romaji": "mottaibure" + }, + "勿体振ろ": { + "w_type": "godan verb stem", + "romaji": "mottaiburo" + }, + "勿体振った": { + "w_type": "conjugated godan verb", + "romaji": "mottaibutta" + }, + "勿体振って": { + "w_type": "conjugated godan verb", + "romaji": "mottaibutte" + }, + "瞋らさ": { + "w_type": "godan verb stem", + "romaji": "ikarasa" + }, + "瞋らし": { + "w_type": "godan verb stem", + "romaji": "ikarashi" + }, + "瞋らせ": { + "w_type": "conjugated godan verb", + "romaji": "ikarase" + }, + "瞋らそ": { + "w_type": "godan verb stem", + "romaji": "ikaraso" + }, + "瞋らした": { + "w_type": "conjugated godan verb", + "romaji": "ikarashita" + }, + "瞋らして": { + "w_type": "conjugated godan verb", + "romaji": "ikarashite" + }, + "切り苛ま": { + "w_type": "godan verb stem", + "romaji": "kirisainama" + }, + "切り苛み": { + "w_type": "godan verb stem", + "romaji": "kirisainami" + }, + "切り苛め": { + "w_type": "conjugated godan verb", + "romaji": "kirisainame" + }, + "切り苛も": { + "w_type": "godan verb stem", + "romaji": "kirisainamo" + }, + "切り苛んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirisainanda" + }, + "切り苛んで": { + "w_type": "conjugated godan verb", + "romaji": "kirisainande" + }, + "思い入ら": { + "w_type": "godan verb stem", + "romaji": "omoiira" + }, + "思い入り": { + "w_type": "godan verb stem", + "romaji": "omoiiri" + }, + "思い入れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiire" + }, + "思い入ろ": { + "w_type": "godan verb stem", + "romaji": "omoiiro" + }, + "思い入った": { + "w_type": "conjugated godan verb", + "romaji": "omoiitta" + }, + "思い入って": { + "w_type": "conjugated godan verb", + "romaji": "omoiitte" + }, + "為落さ": { + "w_type": "godan verb stem", + "romaji": "shiotosa" + }, + "為落し": { + "w_type": "godan verb stem", + "romaji": "shiotoshi" + }, + "為落せ": { + "w_type": "conjugated godan verb", + "romaji": "shiotose" + }, + "為落そ": { + "w_type": "godan verb stem", + "romaji": "shiotoso" + }, + "為落した": { + "w_type": "conjugated godan verb", + "romaji": "shiotoshita" + }, + "為落して": { + "w_type": "conjugated godan verb", + "romaji": "shiotoshite" + }, + "圧し潰さ": { + "w_type": "godan verb stem", + "romaji": "oshitsubusa" + }, + "圧し潰し": { + "w_type": "godan verb stem", + "romaji": "oshitsubushi" + }, + "圧し潰せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubuse" + }, + "圧し潰そ": { + "w_type": "godan verb stem", + "romaji": "oshitsubuso" + }, + "圧し潰した": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushita" + }, + "圧し潰して": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushite" + }, + "晦ま": { + "w_type": "godan verb stem", + "romaji": "kurama" + }, + "晦み": { + "w_type": "godan verb stem", + "romaji": "kurami" + }, + "晦め": { + "w_type": "conjugated godan verb", + "romaji": "kurame" + }, + "晦も": { + "w_type": "godan verb stem", + "romaji": "kuramo" + }, + "晦んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuranda" + }, + "晦んで": { + "w_type": "conjugated godan verb", + "romaji": "kurande" + }, + "鼻白ま": { + "w_type": "godan verb stem", + "romaji": "hanajiroma" + }, + "鼻白み": { + "w_type": "godan verb stem", + "romaji": "hanajiromi" + }, + "鼻白め": { + "w_type": "conjugated godan verb", + "romaji": "hanajirome" + }, + "鼻白も": { + "w_type": "godan verb stem", + "romaji": "hanajiromo" + }, + "鼻白んだ": { + "w_type": "conjugated godan verb", + "romaji": "hanajironda" + }, + "鼻白んで": { + "w_type": "conjugated godan verb", + "romaji": "hanajironde" + }, + "取運ば": { + "w_type": "godan verb stem", + "romaji": "torihakoba" + }, + "取運び": { + "w_type": "godan verb stem", + "romaji": "torihakobi" + }, + "取運べ": { + "w_type": "conjugated godan verb", + "romaji": "torihakobe" + }, + "取運ぼ": { + "w_type": "godan verb stem", + "romaji": "torihakobo" + }, + "取運んだ": { + "w_type": "conjugated godan verb", + "romaji": "torihakonda" + }, + "取運んで": { + "w_type": "conjugated godan verb", + "romaji": "torihakonde" + }, + "照り輝か": { + "w_type": "godan verb stem", + "romaji": "terikagayaka" + }, + "照り輝き": { + "w_type": "godan verb stem", + "romaji": "terikagayaki" + }, + "照り輝け": { + "w_type": "conjugated godan verb", + "romaji": "terikagayake" + }, + "照り輝こ": { + "w_type": "godan verb stem", + "romaji": "terikagayako" + }, + "照り輝いた": { + "w_type": "conjugated godan verb", + "romaji": "terikagayaita" + }, + "照り輝いて": { + "w_type": "conjugated godan verb", + "romaji": "terikagayaite" + }, + "唱わ": { + "w_type": "godan verb stem", + "romaji": "utawa" + }, + "唱い": { + "w_type": "godan verb stem", + "romaji": "utai" + }, + "唱え": { + "w_type": "conjugated godan verb", + "romaji": "utae" + }, + "唱お": { + "w_type": "godan verb stem", + "romaji": "utao" + }, + "唱った": { + "w_type": "conjugated godan verb", + "romaji": "utatta" + }, + "唱って": { + "w_type": "conjugated godan verb", + "romaji": "utatte" + }, + "謝さ": { + "w_type": "godan verb stem", + "romaji": "shasa" + }, + "謝し": { + "w_type": "godan verb stem", + "romaji": "shashi" + }, + "謝せ": { + "w_type": "conjugated godan verb", + "romaji": "shase" + }, + "謝そ": { + "w_type": "godan verb stem", + "romaji": "shaso" + }, + "謝した": { + "w_type": "conjugated godan verb", + "romaji": "shashita" + }, + "謝して": { + "w_type": "conjugated godan verb", + "romaji": "shashite" + }, + "吹渡ら": { + "w_type": "godan verb stem", + "romaji": "fukiwatara" + }, + "吹渡り": { + "w_type": "godan verb stem", + "romaji": "fukiwatari" + }, + "吹渡れ": { + "w_type": "conjugated godan verb", + "romaji": "fukiwatare" + }, + "吹渡ろ": { + "w_type": "godan verb stem", + "romaji": "fukiwataro" + }, + "吹渡った": { + "w_type": "conjugated godan verb", + "romaji": "fukiwatatta" + }, + "吹渡って": { + "w_type": "conjugated godan verb", + "romaji": "fukiwatatte" + }, + "復習わ": { + "w_type": "godan verb stem", + "romaji": "sarawa" + }, + "復習い": { + "w_type": "godan verb stem", + "romaji": "sarai" + }, + "復習え": { + "w_type": "conjugated godan verb", + "romaji": "sarae" + }, + "復習お": { + "w_type": "godan verb stem", + "romaji": "sarao" + }, + "復習った": { + "w_type": "conjugated godan verb", + "romaji": "saratta" + }, + "復習って": { + "w_type": "conjugated godan verb", + "romaji": "saratte" + }, + "受合わ": { + "w_type": "godan verb stem", + "romaji": "ukeawa" + }, + "受合い": { + "w_type": "godan verb stem", + "romaji": "ukeai" + }, + "受合え": { + "w_type": "conjugated godan verb", + "romaji": "ukeae" + }, + "受合お": { + "w_type": "godan verb stem", + "romaji": "ukeao" + }, + "受合った": { + "w_type": "conjugated godan verb", + "romaji": "ukeatta" + }, + "受合って": { + "w_type": "conjugated godan verb", + "romaji": "ukeatte" + }, + "食らい込ま": { + "w_type": "godan verb stem", + "romaji": "kuraikoma" + }, + "食らい込み": { + "w_type": "godan verb stem", + "romaji": "kuraikomi" + }, + "食らい込め": { + "w_type": "conjugated godan verb", + "romaji": "kuraikome" + }, + "食らい込も": { + "w_type": "godan verb stem", + "romaji": "kuraikomo" + }, + "食らい込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuraikonda" + }, + "食らい込んで": { + "w_type": "conjugated godan verb", + "romaji": "kuraikonde" + }, + "打ち放さ": { + "w_type": "godan verb stem", + "romaji": "buchihanasa" + }, + "打ち放し": { + "w_type": "godan verb stem", + "romaji": "buchihanashi" + }, + "打ち放せ": { + "w_type": "conjugated godan verb", + "romaji": "buchihanase" + }, + "打ち放そ": { + "w_type": "godan verb stem", + "romaji": "buchihanaso" + }, + "打ち放した": { + "w_type": "conjugated godan verb", + "romaji": "buchihanashita" + }, + "打ち放して": { + "w_type": "conjugated godan verb", + "romaji": "buchihanashite" + }, + "打った切ら": { + "w_type": "godan verb stem", + "romaji": "buttagira" + }, + "打った切り": { + "w_type": "godan verb stem", + "romaji": "buttagiri" + }, + "打った切れ": { + "w_type": "conjugated godan verb", + "romaji": "buttagire" + }, + "打った切ろ": { + "w_type": "godan verb stem", + "romaji": "buttagiro" + }, + "打った切った": { + "w_type": "conjugated godan verb", + "romaji": "buttagitta" + }, + "打った切って": { + "w_type": "conjugated godan verb", + "romaji": "buttagitte" + }, + "打出さ": { + "w_type": "godan verb stem", + "romaji": "uchidasa" + }, + "打出し": { + "w_type": "godan verb stem", + "romaji": "uchidashi" + }, + "打出せ": { + "w_type": "conjugated godan verb", + "romaji": "uchidase" + }, + "打出そ": { + "w_type": "godan verb stem", + "romaji": "uchidaso" + }, + "打出した": { + "w_type": "conjugated godan verb", + "romaji": "uchidashita" + }, + "打出して": { + "w_type": "conjugated godan verb", + "romaji": "uchidashite" + }, + "止めておか": { + "w_type": "godan verb stem", + "romaji": "yameteoka" + }, + "止めておき": { + "w_type": "godan verb stem", + "romaji": "yameteoki" + }, + "止めておけ": { + "w_type": "conjugated godan verb", + "romaji": "yameteoke" + }, + "止めておこ": { + "w_type": "godan verb stem", + "romaji": "yameteoko" + }, + "止めておいた": { + "w_type": "conjugated godan verb", + "romaji": "yameteoita" + }, + "止めておいて": { + "w_type": "conjugated godan verb", + "romaji": "yameteoite" + }, + "震いつか": { + "w_type": "godan verb stem", + "romaji": "furuitsuka" + }, + "震いつき": { + "w_type": "godan verb stem", + "romaji": "furuitsuki" + }, + "震いつけ": { + "w_type": "conjugated godan verb", + "romaji": "furuitsuke" + }, + "震いつこ": { + "w_type": "godan verb stem", + "romaji": "furuitsuko" + }, + "震いついた": { + "w_type": "conjugated godan verb", + "romaji": "furuitsuita" + }, + "震いついて": { + "w_type": "conjugated godan verb", + "romaji": "furuitsuite" + }, + "駆け去ら": { + "w_type": "godan verb stem", + "romaji": "kakesara" + }, + "駆け去り": { + "w_type": "godan verb stem", + "romaji": "kakesari" + }, + "駆け去れ": { + "w_type": "conjugated godan verb", + "romaji": "kakesare" + }, + "駆け去ろ": { + "w_type": "godan verb stem", + "romaji": "kakesaro" + }, + "駆け去った": { + "w_type": "conjugated godan verb", + "romaji": "kakesatta" + }, + "駆け去って": { + "w_type": "conjugated godan verb", + "romaji": "kakesatte" + }, + "小突か": { + "w_type": "godan verb stem", + "romaji": "kozuka" + }, + "小突き": { + "w_type": "godan verb stem", + "romaji": "kozuki" + }, + "小突け": { + "w_type": "conjugated godan verb", + "romaji": "kozuke" + }, + "小突こ": { + "w_type": "godan verb stem", + "romaji": "kozuko" + }, + "小突いた": { + "w_type": "conjugated godan verb", + "romaji": "kozuita" + }, + "小突いて": { + "w_type": "conjugated godan verb", + "romaji": "kozuite" + }, + "見おろさ": { + "w_type": "godan verb stem", + "romaji": "miorosa" + }, + "見おろし": { + "w_type": "godan verb stem", + "romaji": "mioroshi" + }, + "見おろせ": { + "w_type": "conjugated godan verb", + "romaji": "miorose" + }, + "見おろそ": { + "w_type": "godan verb stem", + "romaji": "mioroso" + }, + "見おろした": { + "w_type": "conjugated godan verb", + "romaji": "mioroshita" + }, + "見おろして": { + "w_type": "conjugated godan verb", + "romaji": "mioroshite" + }, + "肥やさ": { + "w_type": "godan verb stem", + "romaji": "koyasa" + }, + "肥やし": { + "w_type": "godan verb stem", + "romaji": "koyashi" + }, + "肥やせ": { + "w_type": "conjugated godan verb", + "romaji": "koyase" + }, + "肥やそ": { + "w_type": "godan verb stem", + "romaji": "koyaso" + }, + "肥やした": { + "w_type": "conjugated godan verb", + "romaji": "koyashita" + }, + "肥やして": { + "w_type": "conjugated godan verb", + "romaji": "koyashite" + }, + "吹き返さ": { + "w_type": "godan verb stem", + "romaji": "fukikaesa" + }, + "吹き返し": { + "w_type": "godan verb stem", + "romaji": "fukikaeshi" + }, + "吹き返せ": { + "w_type": "conjugated godan verb", + "romaji": "fukikaese" + }, + "吹き返そ": { + "w_type": "godan verb stem", + "romaji": "fukikaeso" + }, + "吹き返した": { + "w_type": "conjugated godan verb", + "romaji": "fukikaeshita" + }, + "吹き返して": { + "w_type": "conjugated godan verb", + "romaji": "fukikaeshite" + }, + "不思議がら": { + "w_type": "godan verb stem", + "romaji": "fushigigara" + }, + "不思議がり": { + "w_type": "godan verb stem", + "romaji": "fushigigari" + }, + "不思議がれ": { + "w_type": "conjugated godan verb", + "romaji": "fushigigare" + }, + "不思議がろ": { + "w_type": "godan verb stem", + "romaji": "fushigigaro" + }, + "不思議がった": { + "w_type": "conjugated godan verb", + "romaji": "fushigigatta" + }, + "不思議がって": { + "w_type": "conjugated godan verb", + "romaji": "fushigigatte" + }, + "乗り越さ": { + "w_type": "godan verb stem", + "romaji": "norikosa" + }, + "乗り越し": { + "w_type": "godan verb stem", + "romaji": "norikoshi" + }, + "乗り越せ": { + "w_type": "conjugated godan verb", + "romaji": "norikose" + }, + "乗り越そ": { + "w_type": "godan verb stem", + "romaji": "norikoso" + }, + "乗り越した": { + "w_type": "conjugated godan verb", + "romaji": "norikoshita" + }, + "乗り越して": { + "w_type": "conjugated godan verb", + "romaji": "norikoshite" + }, + "買いなおさ": { + "w_type": "godan verb stem", + "romaji": "kainaosa" + }, + "買いなおし": { + "w_type": "godan verb stem", + "romaji": "kainaoshi" + }, + "買いなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kainaose" + }, + "買いなおそ": { + "w_type": "godan verb stem", + "romaji": "kainaoso" + }, + "買いなおした": { + "w_type": "conjugated godan verb", + "romaji": "kainaoshita" + }, + "買いなおして": { + "w_type": "conjugated godan verb", + "romaji": "kainaoshite" + }, + "斬刻ま": { + "w_type": "godan verb stem", + "romaji": "kirikizama" + }, + "斬刻み": { + "w_type": "godan verb stem", + "romaji": "kirikizami" + }, + "斬刻め": { + "w_type": "conjugated godan verb", + "romaji": "kirikizame" + }, + "斬刻も": { + "w_type": "godan verb stem", + "romaji": "kirikizamo" + }, + "斬刻んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirikizanda" + }, + "斬刻んで": { + "w_type": "conjugated godan verb", + "romaji": "kirikizande" + }, + "止まら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "止まり": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "止まれ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "止まろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "止まった": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "止まって": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "降敷か": { + "w_type": "godan verb stem", + "romaji": "furishika" + }, + "降敷き": { + "w_type": "godan verb stem", + "romaji": "furishiki" + }, + "降敷け": { + "w_type": "conjugated godan verb", + "romaji": "furishike" + }, + "降敷こ": { + "w_type": "godan verb stem", + "romaji": "furishiko" + }, + "降敷いた": { + "w_type": "conjugated godan verb", + "romaji": "furishiita" + }, + "降敷いて": { + "w_type": "conjugated godan verb", + "romaji": "furishiite" + }, + "奮い起こさ": { + "w_type": "godan verb stem", + "romaji": "furuiokosa" + }, + "奮い起こし": { + "w_type": "godan verb stem", + "romaji": "furuiokoshi" + }, + "奮い起こせ": { + "w_type": "conjugated godan verb", + "romaji": "furuiokose" + }, + "奮い起こそ": { + "w_type": "godan verb stem", + "romaji": "furuiokoso" + }, + "奮い起こした": { + "w_type": "conjugated godan verb", + "romaji": "furuiokoshita" + }, + "奮い起こして": { + "w_type": "conjugated godan verb", + "romaji": "furuiokoshite" + }, + "跪か": { + "w_type": "godan verb stem", + "romaji": "hizamazuka" + }, + "跪き": { + "w_type": "godan verb stem", + "romaji": "hizamazuki" + }, + "跪け": { + "w_type": "conjugated godan verb", + "romaji": "hizamazuke" + }, + "跪こ": { + "w_type": "godan verb stem", + "romaji": "hizamazuko" + }, + "跪いた": { + "w_type": "conjugated godan verb", + "romaji": "hizamazuita" + }, + "跪いて": { + "w_type": "conjugated godan verb", + "romaji": "hizamazuite" + }, + "仰しゃら": { + "w_type": "godan verb stem", + "romaji": "osshara" + }, + "仰しゃり": { + "w_type": "godan verb stem", + "romaji": "osshari" + }, + "仰しゃれ": { + "w_type": "conjugated godan verb", + "romaji": "osshare" + }, + "仰しゃろ": { + "w_type": "godan verb stem", + "romaji": "ossharo" + }, + "仰しゃった": { + "w_type": "conjugated godan verb", + "romaji": "osshatta" + }, + "仰しゃって": { + "w_type": "conjugated godan verb", + "romaji": "osshatte" + }, + "辿り着か": { + "w_type": "godan verb stem", + "romaji": "tadoritsuka" + }, + "辿り着き": { + "w_type": "godan verb stem", + "romaji": "tadoritsuki" + }, + "辿り着け": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuke" + }, + "辿り着こ": { + "w_type": "godan verb stem", + "romaji": "tadoritsuko" + }, + "辿り着いた": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuita" + }, + "辿り着いて": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuite" + }, + "取っ組み合わ": { + "w_type": "godan verb stem", + "romaji": "tokkumiawa" + }, + "取っ組み合い": { + "w_type": "godan verb stem", + "romaji": "tokkumiai" + }, + "取っ組み合え": { + "w_type": "conjugated godan verb", + "romaji": "tokkumiae" + }, + "取っ組み合お": { + "w_type": "godan verb stem", + "romaji": "tokkumiao" + }, + "取っ組み合った": { + "w_type": "conjugated godan verb", + "romaji": "tokkumiatta" + }, + "取っ組み合って": { + "w_type": "conjugated godan verb", + "romaji": "tokkumiatte" + }, + "言い回さ": { + "w_type": "godan verb stem", + "romaji": "iimawasa" + }, + "言い回し": { + "w_type": "godan verb stem", + "romaji": "iimawashi" + }, + "言い回せ": { + "w_type": "conjugated godan verb", + "romaji": "iimawase" + }, + "言い回そ": { + "w_type": "godan verb stem", + "romaji": "iimawaso" + }, + "言い回した": { + "w_type": "conjugated godan verb", + "romaji": "iimawashita" + }, + "言い回して": { + "w_type": "conjugated godan verb", + "romaji": "iimawashite" + }, + "瞬か": { + "w_type": "godan verb stem", + "romaji": "matataka" + }, + "瞬き": { + "w_type": "godan verb stem", + "romaji": "matataki" + }, + "瞬け": { + "w_type": "conjugated godan verb", + "romaji": "matatake" + }, + "瞬こ": { + "w_type": "godan verb stem", + "romaji": "matatako" + }, + "瞬いた": { + "w_type": "conjugated godan verb", + "romaji": "matataita" + }, + "瞬いて": { + "w_type": "conjugated godan verb", + "romaji": "matataite" + }, + "行きとどか": { + "w_type": "godan verb stem", + "romaji": "ikitodoka" + }, + "行きとどき": { + "w_type": "godan verb stem", + "romaji": "ikitodoki" + }, + "行きとどけ": { + "w_type": "conjugated godan verb", + "romaji": "ikitodoke" + }, + "行きとどこ": { + "w_type": "godan verb stem", + "romaji": "ikitodoko" + }, + "行きとどいた": { + "w_type": "conjugated godan verb", + "romaji": "ikitodoita" + }, + "行きとどいて": { + "w_type": "conjugated godan verb", + "romaji": "ikitodoite" + }, + "行き掛から": { + "w_type": "godan verb stem", + "romaji": "yukikakara" + }, + "行き掛かり": { + "w_type": "godan verb stem", + "romaji": "yukikakari" + }, + "行き掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "yukikakare" + }, + "行き掛かろ": { + "w_type": "godan verb stem", + "romaji": "yukikakaro" + }, + "行き掛かった": { + "w_type": "conjugated godan verb", + "romaji": "yukikakatta" + }, + "行き掛かって": { + "w_type": "conjugated godan verb", + "romaji": "yukikakatte" + }, + "当ら": { + "w_type": "godan verb stem", + "romaji": "atara" + }, + "当り": { + "w_type": "godan verb stem", + "romaji": "atari" + }, + "当れ": { + "w_type": "conjugated godan verb", + "romaji": "atare" + }, + "当ろ": { + "w_type": "godan verb stem", + "romaji": "ataro" + }, + "当った": { + "w_type": "conjugated godan verb", + "romaji": "atatta" + }, + "当って": { + "w_type": "conjugated godan verb", + "romaji": "atatte" + }, + "押し渡ら": { + "w_type": "godan verb stem", + "romaji": "oshiwatara" + }, + "押し渡り": { + "w_type": "godan verb stem", + "romaji": "oshiwatari" + }, + "押し渡れ": { + "w_type": "conjugated godan verb", + "romaji": "oshiwatare" + }, + "押し渡ろ": { + "w_type": "godan verb stem", + "romaji": "oshiwataro" + }, + "押し渡った": { + "w_type": "conjugated godan verb", + "romaji": "oshiwatatta" + }, + "押し渡って": { + "w_type": "conjugated godan verb", + "romaji": "oshiwatatte" + }, + "払い渡さ": { + "w_type": "godan verb stem", + "romaji": "haraiwatasa" + }, + "払い渡し": { + "w_type": "godan verb stem", + "romaji": "haraiwatashi" + }, + "払い渡せ": { + "w_type": "conjugated godan verb", + "romaji": "haraiwatase" + }, + "払い渡そ": { + "w_type": "godan verb stem", + "romaji": "haraiwataso" + }, + "払い渡した": { + "w_type": "conjugated godan verb", + "romaji": "haraiwatashita" + }, + "払い渡して": { + "w_type": "conjugated godan verb", + "romaji": "haraiwatashite" + }, + "行き詰まら": { + "w_type": "godan verb stem", + "romaji": "ikizumara" + }, + "行き詰まり": { + "w_type": "godan verb stem", + "romaji": "ikizumari" + }, + "行き詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "ikizumare" + }, + "行き詰まろ": { + "w_type": "godan verb stem", + "romaji": "ikizumaro" + }, + "行き詰まった": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatta" + }, + "行き詰まって": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatte" + }, + "磨り砕か": { + "w_type": "godan verb stem", + "romaji": "surikudaka" + }, + "磨り砕き": { + "w_type": "godan verb stem", + "romaji": "surikudaki" + }, + "磨り砕け": { + "w_type": "conjugated godan verb", + "romaji": "surikudake" + }, + "磨り砕こ": { + "w_type": "godan verb stem", + "romaji": "surikudako" + }, + "磨り砕いた": { + "w_type": "conjugated godan verb", + "romaji": "surikudaita" + }, + "磨り砕いて": { + "w_type": "conjugated godan verb", + "romaji": "surikudaite" + }, + "獲ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "獲り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "獲れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "獲ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "獲った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "獲って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "戦い抜か": { + "w_type": "godan verb stem", + "romaji": "tatakainuka" + }, + "戦い抜き": { + "w_type": "godan verb stem", + "romaji": "tatakainuki" + }, + "戦い抜け": { + "w_type": "conjugated godan verb", + "romaji": "tatakainuke" + }, + "戦い抜こ": { + "w_type": "godan verb stem", + "romaji": "tatakainuko" + }, + "戦い抜いた": { + "w_type": "conjugated godan verb", + "romaji": "tatakainuita" + }, + "戦い抜いて": { + "w_type": "conjugated godan verb", + "romaji": "tatakainuite" + }, + "奮い立た": { + "w_type": "godan verb stem", + "romaji": "furuitata" + }, + "奮い立ち": { + "w_type": "godan verb stem", + "romaji": "furuitachi" + }, + "奮い立て": { + "w_type": "conjugated godan verb", + "romaji": "furuitate" + }, + "奮い立と": { + "w_type": "godan verb stem", + "romaji": "furuitato" + }, + "奮い立った": { + "w_type": "conjugated godan verb", + "romaji": "furuitatta" + }, + "奮い立って": { + "w_type": "conjugated godan verb", + "romaji": "furuitatte" + }, + "立ち振舞わ": { + "w_type": "godan verb stem", + "romaji": "tachifurumawa" + }, + "立ち振舞い": { + "w_type": "godan verb stem", + "romaji": "tachifurumai" + }, + "立ち振舞え": { + "w_type": "conjugated godan verb", + "romaji": "tachifurumae" + }, + "立ち振舞お": { + "w_type": "godan verb stem", + "romaji": "tachifurumao" + }, + "立ち振舞った": { + "w_type": "conjugated godan verb", + "romaji": "tachifurumatta" + }, + "立ち振舞って": { + "w_type": "conjugated godan verb", + "romaji": "tachifurumatte" + }, + "意気込ま": { + "w_type": "godan verb stem", + "romaji": "ikigoma" + }, + "意気込み": { + "w_type": "godan verb stem", + "romaji": "ikigomi" + }, + "意気込め": { + "w_type": "conjugated godan verb", + "romaji": "ikigome" + }, + "意気込も": { + "w_type": "godan verb stem", + "romaji": "ikigomo" + }, + "意気込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikigonda" + }, + "意気込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikigonde" + }, + "振りかえら": { + "w_type": "godan verb stem", + "romaji": "furikaera" + }, + "振りかえり": { + "w_type": "godan verb stem", + "romaji": "furikaeri" + }, + "振りかえれ": { + "w_type": "conjugated godan verb", + "romaji": "furikaere" + }, + "振りかえろ": { + "w_type": "godan verb stem", + "romaji": "furikaero" + }, + "振りかえった": { + "w_type": "conjugated godan verb", + "romaji": "furikaetta" + }, + "振りかえって": { + "w_type": "conjugated godan verb", + "romaji": "furikaette" + }, + "見なおさ": { + "w_type": "godan verb stem", + "romaji": "minaosa" + }, + "見なおし": { + "w_type": "godan verb stem", + "romaji": "minaoshi" + }, + "見なおせ": { + "w_type": "conjugated godan verb", + "romaji": "minaose" + }, + "見なおそ": { + "w_type": "godan verb stem", + "romaji": "minaoso" + }, + "見なおした": { + "w_type": "conjugated godan verb", + "romaji": "minaoshita" + }, + "見なおして": { + "w_type": "conjugated godan verb", + "romaji": "minaoshite" + }, + "見損わ": { + "w_type": "godan verb stem", + "romaji": "misokonawa" + }, + "見損い": { + "w_type": "godan verb stem", + "romaji": "misokonai" + }, + "見損え": { + "w_type": "conjugated godan verb", + "romaji": "misokonae" + }, + "見損お": { + "w_type": "godan verb stem", + "romaji": "misokonao" + }, + "見損った": { + "w_type": "conjugated godan verb", + "romaji": "misokonatta" + }, + "見損って": { + "w_type": "conjugated godan verb", + "romaji": "misokonatte" + }, + "取っつか": { + "w_type": "godan verb stem", + "romaji": "tottsuka" + }, + "取っつき": { + "w_type": "godan verb stem", + "romaji": "tottsuki" + }, + "取っつけ": { + "w_type": "conjugated godan verb", + "romaji": "tottsuke" + }, + "取っつこ": { + "w_type": "godan verb stem", + "romaji": "tottsuko" + }, + "取っついた": { + "w_type": "conjugated godan verb", + "romaji": "tottsuita" + }, + "取っついて": { + "w_type": "conjugated godan verb", + "romaji": "tottsuite" + }, + "振るい落とさ": { + "w_type": "godan verb stem", + "romaji": "furuiotosa" + }, + "振るい落とし": { + "w_type": "godan verb stem", + "romaji": "furuiotoshi" + }, + "振るい落とせ": { + "w_type": "conjugated godan verb", + "romaji": "furuiotose" + }, + "振るい落とそ": { + "w_type": "godan verb stem", + "romaji": "furuiotoso" + }, + "振るい落とした": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshita" + }, + "振るい落として": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshite" + }, + "往な": { + "w_type": "godan verb stem", + "romaji": "ina" + }, + "往に": { + "w_type": "godan verb stem", + "romaji": "ini" + }, + "往ね": { + "w_type": "conjugated godan verb", + "romaji": "ine" + }, + "往の": { + "w_type": "godan verb stem", + "romaji": "ino" + }, + "往んだ": { + "w_type": "conjugated godan verb", + "romaji": "inda" + }, + "往んで": { + "w_type": "conjugated godan verb", + "romaji": "inde" + }, + "寝損なわ": { + "w_type": "godan verb stem", + "romaji": "nesokonawa" + }, + "寝損ない": { + "w_type": "godan verb stem", + "romaji": "nesokonai" + }, + "寝損なえ": { + "w_type": "conjugated godan verb", + "romaji": "nesokonae" + }, + "寝損なお": { + "w_type": "godan verb stem", + "romaji": "nesokonao" + }, + "寝損なった": { + "w_type": "conjugated godan verb", + "romaji": "nesokonatta" + }, + "寝損なって": { + "w_type": "conjugated godan verb", + "romaji": "nesokonatte" + }, + "細ら": { + "w_type": "godan verb stem", + "romaji": "hosora" + }, + "細り": { + "w_type": "godan verb stem", + "romaji": "hosori" + }, + "細れ": { + "w_type": "conjugated godan verb", + "romaji": "hosore" + }, + "細ろ": { + "w_type": "godan verb stem", + "romaji": "hosoro" + }, + "細った": { + "w_type": "conjugated godan verb", + "romaji": "hosotta" + }, + "細って": { + "w_type": "conjugated godan verb", + "romaji": "hosotte" + }, + "吠え出さ": { + "w_type": "godan verb stem", + "romaji": "hoedasa" + }, + "吠え出し": { + "w_type": "godan verb stem", + "romaji": "hoedashi" + }, + "吠え出せ": { + "w_type": "conjugated godan verb", + "romaji": "hoedase" + }, + "吠え出そ": { + "w_type": "godan verb stem", + "romaji": "hoedaso" + }, + "吠え出した": { + "w_type": "conjugated godan verb", + "romaji": "hoedashita" + }, + "吠え出して": { + "w_type": "conjugated godan verb", + "romaji": "hoedashite" + }, + "力ま": { + "w_type": "godan verb stem", + "romaji": "rikima" + }, + "力み": { + "w_type": "godan verb stem", + "romaji": "rikimi" + }, + "力め": { + "w_type": "conjugated godan verb", + "romaji": "rikime" + }, + "力も": { + "w_type": "godan verb stem", + "romaji": "rikimo" + }, + "力んだ": { + "w_type": "conjugated godan verb", + "romaji": "rikinda" + }, + "力んで": { + "w_type": "conjugated godan verb", + "romaji": "rikinde" + }, + "連れ添わ": { + "w_type": "godan verb stem", + "romaji": "tsuresowa" + }, + "連れ添い": { + "w_type": "godan verb stem", + "romaji": "tsuresoi" + }, + "連れ添え": { + "w_type": "conjugated godan verb", + "romaji": "tsuresoe" + }, + "連れ添お": { + "w_type": "godan verb stem", + "romaji": "tsuresoo" + }, + "連れ添った": { + "w_type": "conjugated godan verb", + "romaji": "tsuresotta" + }, + "連れ添って": { + "w_type": "conjugated godan verb", + "romaji": "tsuresotte" + }, + "炒ら": { + "w_type": "godan verb stem", + "romaji": "ira" + }, + "炒り": { + "w_type": "godan verb stem", + "romaji": "iri" + }, + "炒れ": { + "w_type": "conjugated godan verb", + "romaji": "ire" + }, + "炒ろ": { + "w_type": "godan verb stem", + "romaji": "iro" + }, + "炒った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "炒って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "言淀ま": { + "w_type": "godan verb stem", + "romaji": "iiyodoma" + }, + "言淀み": { + "w_type": "godan verb stem", + "romaji": "iiyodomi" + }, + "言淀め": { + "w_type": "conjugated godan verb", + "romaji": "iiyodome" + }, + "言淀も": { + "w_type": "godan verb stem", + "romaji": "iiyodomo" + }, + "言淀んだ": { + "w_type": "conjugated godan verb", + "romaji": "iiyodonda" + }, + "言淀んで": { + "w_type": "conjugated godan verb", + "romaji": "iiyodonde" + }, + "震えださ": { + "w_type": "godan verb stem", + "romaji": "furuedasa" + }, + "震えだし": { + "w_type": "godan verb stem", + "romaji": "furuedashi" + }, + "震えだせ": { + "w_type": "conjugated godan verb", + "romaji": "furuedase" + }, + "震えだそ": { + "w_type": "godan verb stem", + "romaji": "furuedaso" + }, + "震えだした": { + "w_type": "conjugated godan verb", + "romaji": "furuedashita" + }, + "震えだして": { + "w_type": "conjugated godan verb", + "romaji": "furuedashite" + }, + "擦剥か": { + "w_type": "godan verb stem", + "romaji": "surimuka" + }, + "擦剥き": { + "w_type": "godan verb stem", + "romaji": "surimuki" + }, + "擦剥け": { + "w_type": "conjugated godan verb", + "romaji": "surimuke" + }, + "擦剥こ": { + "w_type": "godan verb stem", + "romaji": "surimuko" + }, + "擦剥いた": { + "w_type": "conjugated godan verb", + "romaji": "surimuita" + }, + "擦剥いて": { + "w_type": "conjugated godan verb", + "romaji": "surimuite" + }, + "補い合わ": { + "w_type": "godan verb stem", + "romaji": "oginaiawa" + }, + "補い合い": { + "w_type": "godan verb stem", + "romaji": "oginaiai" + }, + "補い合え": { + "w_type": "conjugated godan verb", + "romaji": "oginaiae" + }, + "補い合お": { + "w_type": "godan verb stem", + "romaji": "oginaiao" + }, + "補い合った": { + "w_type": "conjugated godan verb", + "romaji": "oginaiatta" + }, + "補い合って": { + "w_type": "conjugated godan verb", + "romaji": "oginaiatte" + }, + "突っつか": { + "w_type": "godan verb stem", + "romaji": "tsuttsuka" + }, + "突っつき": { + "w_type": "godan verb stem", + "romaji": "tsuttsuki" + }, + "突っつけ": { + "w_type": "conjugated godan verb", + "romaji": "tsuttsuke" + }, + "突っつこ": { + "w_type": "godan verb stem", + "romaji": "tsuttsuko" + }, + "突っついた": { + "w_type": "conjugated godan verb", + "romaji": "tsuttsuita" + }, + "突っついて": { + "w_type": "conjugated godan verb", + "romaji": "tsuttsuite" + }, + "堪え忍ば": { + "w_type": "godan verb stem", + "romaji": "taeshinoba" + }, + "堪え忍び": { + "w_type": "godan verb stem", + "romaji": "taeshinobi" + }, + "堪え忍べ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinobe" + }, + "堪え忍ぼ": { + "w_type": "godan verb stem", + "romaji": "taeshinobo" + }, + "堪え忍んだ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonda" + }, + "堪え忍んで": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonde" + }, + "亜が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "亜ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "亜げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "亜ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "亜いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "亜いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "捕ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "捕り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "捕れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "捕ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "捕った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "捕って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "知ら": { + "w_type": "godan verb stem", + "romaji": "shira" + }, + "知り": { + "w_type": "godan verb stem", + "romaji": "shiri" + }, + "知れ": { + "w_type": "conjugated godan verb", + "romaji": "shire" + }, + "知ろ": { + "w_type": "godan verb stem", + "romaji": "shiro" + }, + "知った": { + "w_type": "conjugated godan verb", + "romaji": "shitta" + }, + "知って": { + "w_type": "conjugated godan verb", + "romaji": "shitte" + }, + "のみ込ま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "のみ込み": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "のみ込め": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "のみ込も": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "のみ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "のみ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "談じ込ま": { + "w_type": "godan verb stem", + "romaji": "danjikoma" + }, + "談じ込み": { + "w_type": "godan verb stem", + "romaji": "danjikomi" + }, + "談じ込め": { + "w_type": "conjugated godan verb", + "romaji": "danjikome" + }, + "談じ込も": { + "w_type": "godan verb stem", + "romaji": "danjikomo" + }, + "談じ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "danjikonda" + }, + "談じ込んで": { + "w_type": "conjugated godan verb", + "romaji": "danjikonde" + }, + "浸から": { + "w_type": "godan verb stem", + "romaji": "tsukara" + }, + "浸かり": { + "w_type": "godan verb stem", + "romaji": "tsukari" + }, + "浸かれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukare" + }, + "浸かろ": { + "w_type": "godan verb stem", + "romaji": "tsukaro" + }, + "浸かった": { + "w_type": "conjugated godan verb", + "romaji": "tsukatta" + }, + "浸かって": { + "w_type": "conjugated godan verb", + "romaji": "tsukatte" + }, + "とり囲ま": { + "w_type": "godan verb stem", + "romaji": "torikakoma" + }, + "とり囲み": { + "w_type": "godan verb stem", + "romaji": "torikakomi" + }, + "とり囲め": { + "w_type": "conjugated godan verb", + "romaji": "torikakome" + }, + "とり囲も": { + "w_type": "godan verb stem", + "romaji": "torikakomo" + }, + "とり囲んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikakonda" + }, + "とり囲んで": { + "w_type": "conjugated godan verb", + "romaji": "torikakonde" + }, + "思い過ごさ": { + "w_type": "godan verb stem", + "romaji": "omoisugosa" + }, + "思い過ごし": { + "w_type": "godan verb stem", + "romaji": "omoisugoshi" + }, + "思い過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "omoisugose" + }, + "思い過ごそ": { + "w_type": "godan verb stem", + "romaji": "omoisugoso" + }, + "思い過ごした": { + "w_type": "conjugated godan verb", + "romaji": "omoisugoshita" + }, + "思い過ごして": { + "w_type": "conjugated godan verb", + "romaji": "omoisugoshite" + }, + "拱か": { + "w_type": "godan verb stem", + "romaji": "komanuka" + }, + "拱き": { + "w_type": "godan verb stem", + "romaji": "komanuki" + }, + "拱け": { + "w_type": "conjugated godan verb", + "romaji": "komanuke" + }, + "拱こ": { + "w_type": "godan verb stem", + "romaji": "komanuko" + }, + "拱いた": { + "w_type": "conjugated godan verb", + "romaji": "komanuita" + }, + "拱いて": { + "w_type": "conjugated godan verb", + "romaji": "komanuite" + }, + "相会わ": { + "w_type": "godan verb stem", + "romaji": "aiawa" + }, + "相会い": { + "w_type": "godan verb stem", + "romaji": "aiai" + }, + "相会え": { + "w_type": "conjugated godan verb", + "romaji": "aiae" + }, + "相会お": { + "w_type": "godan verb stem", + "romaji": "aiao" + }, + "相会った": { + "w_type": "conjugated godan verb", + "romaji": "aiatta" + }, + "相会って": { + "w_type": "conjugated godan verb", + "romaji": "aiatte" + }, + "別れ争わ": { + "w_type": "godan verb stem", + "romaji": "wakarearasowa" + }, + "別れ争い": { + "w_type": "godan verb stem", + "romaji": "wakarearasoi" + }, + "別れ争え": { + "w_type": "conjugated godan verb", + "romaji": "wakarearasoe" + }, + "別れ争お": { + "w_type": "godan verb stem", + "romaji": "wakarearasoo" + }, + "別れ争った": { + "w_type": "conjugated godan verb", + "romaji": "wakarearasotta" + }, + "別れ争って": { + "w_type": "conjugated godan verb", + "romaji": "wakarearasotte" + }, + "切立た": { + "w_type": "godan verb stem", + "romaji": "kiritata" + }, + "切立ち": { + "w_type": "godan verb stem", + "romaji": "kiritachi" + }, + "切立て": { + "w_type": "conjugated godan verb", + "romaji": "kiritate" + }, + "切立と": { + "w_type": "godan verb stem", + "romaji": "kiritato" + }, + "切立った": { + "w_type": "conjugated godan verb", + "romaji": "kiritatta" + }, + "切立って": { + "w_type": "conjugated godan verb", + "romaji": "kiritatte" + }, + "はい回ら": { + "w_type": "godan verb stem", + "romaji": "haimawara" + }, + "はい回り": { + "w_type": "godan verb stem", + "romaji": "haimawari" + }, + "はい回れ": { + "w_type": "conjugated godan verb", + "romaji": "haimaware" + }, + "はい回ろ": { + "w_type": "godan verb stem", + "romaji": "haimawaro" + }, + "はい回った": { + "w_type": "conjugated godan verb", + "romaji": "haimawatta" + }, + "はい回って": { + "w_type": "conjugated godan verb", + "romaji": "haimawatte" + }, + "思いあたら": { + "w_type": "godan verb stem", + "romaji": "omoiatara" + }, + "思いあたり": { + "w_type": "godan verb stem", + "romaji": "omoiatari" + }, + "思いあたれ": { + "w_type": "conjugated godan verb", + "romaji": "omoiatare" + }, + "思いあたろ": { + "w_type": "godan verb stem", + "romaji": "omoiataro" + }, + "思いあたった": { + "w_type": "conjugated godan verb", + "romaji": "omoiatatta" + }, + "思いあたって": { + "w_type": "conjugated godan verb", + "romaji": "omoiatatte" + }, + "誘い出さ": { + "w_type": "godan verb stem", + "romaji": "sasoidasa" + }, + "誘い出し": { + "w_type": "godan verb stem", + "romaji": "sasoidashi" + }, + "誘い出せ": { + "w_type": "conjugated godan verb", + "romaji": "sasoidase" + }, + "誘い出そ": { + "w_type": "godan verb stem", + "romaji": "sasoidaso" + }, + "誘い出した": { + "w_type": "conjugated godan verb", + "romaji": "sasoidashita" + }, + "誘い出して": { + "w_type": "conjugated godan verb", + "romaji": "sasoidashite" + }, + "相また": { + "w_type": "godan verb stem", + "romaji": "aimata" + }, + "相まち": { + "w_type": "godan verb stem", + "romaji": "aimachi" + }, + "相まて": { + "w_type": "conjugated godan verb", + "romaji": "aimate" + }, + "相まと": { + "w_type": "godan verb stem", + "romaji": "aimato" + }, + "盛上がら": { + "w_type": "godan verb stem", + "romaji": "moriagara" + }, + "盛上がり": { + "w_type": "godan verb stem", + "romaji": "moriagari" + }, + "盛上がれ": { + "w_type": "conjugated godan verb", + "romaji": "moriagare" + }, + "盛上がろ": { + "w_type": "godan verb stem", + "romaji": "moriagaro" + }, + "盛上がった": { + "w_type": "conjugated godan verb", + "romaji": "moriagatta" + }, + "盛上がって": { + "w_type": "conjugated godan verb", + "romaji": "moriagatte" + }, + "脈があら": { + "w_type": "godan verb stem", + "romaji": "myakugaara" + }, + "脈があり": { + "w_type": "godan verb stem", + "romaji": "myakugaari" + }, + "脈があれ": { + "w_type": "conjugated godan verb", + "romaji": "myakugaare" + }, + "脈があろ": { + "w_type": "godan verb stem", + "romaji": "myakugaaro" + }, + "脈があった": { + "w_type": "conjugated godan verb", + "romaji": "myakugaatta" + }, + "脈があって": { + "w_type": "conjugated godan verb", + "romaji": "myakugaatte" + }, + "撃ち込ま": { + "w_type": "godan verb stem", + "romaji": "uchikoma" + }, + "撃ち込み": { + "w_type": "godan verb stem", + "romaji": "uchikomi" + }, + "撃ち込め": { + "w_type": "conjugated godan verb", + "romaji": "uchikome" + }, + "撃ち込も": { + "w_type": "godan verb stem", + "romaji": "uchikomo" + }, + "撃ち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uchikonda" + }, + "撃ち込んで": { + "w_type": "conjugated godan verb", + "romaji": "uchikonde" + }, + "持ち込ま": { + "w_type": "godan verb stem", + "romaji": "mochikoma" + }, + "持ち込み": { + "w_type": "godan verb stem", + "romaji": "mochikomi" + }, + "持ち込め": { + "w_type": "conjugated godan verb", + "romaji": "mochikome" + }, + "持ち込も": { + "w_type": "godan verb stem", + "romaji": "mochikomo" + }, + "持ち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mochikonda" + }, + "持ち込んで": { + "w_type": "conjugated godan verb", + "romaji": "mochikonde" + }, + "捺か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "捺き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "捺け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "捺こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "捺いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "捺いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "点か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "点き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "点け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "点こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "点いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "点いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "抱き込ま": { + "w_type": "godan verb stem", + "romaji": "dakikoma" + }, + "抱き込み": { + "w_type": "godan verb stem", + "romaji": "dakikomi" + }, + "抱き込め": { + "w_type": "conjugated godan verb", + "romaji": "dakikome" + }, + "抱き込も": { + "w_type": "godan verb stem", + "romaji": "dakikomo" + }, + "抱き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "dakikonda" + }, + "抱き込んで": { + "w_type": "conjugated godan verb", + "romaji": "dakikonde" + }, + "引っこ抜か": { + "w_type": "godan verb stem", + "romaji": "hikkonuka" + }, + "引っこ抜き": { + "w_type": "godan verb stem", + "romaji": "hikkonuki" + }, + "引っこ抜け": { + "w_type": "conjugated godan verb", + "romaji": "hikkonuke" + }, + "引っこ抜こ": { + "w_type": "godan verb stem", + "romaji": "hikkonuko" + }, + "引っこ抜いた": { + "w_type": "conjugated godan verb", + "romaji": "hikkonuita" + }, + "引っこ抜いて": { + "w_type": "conjugated godan verb", + "romaji": "hikkonuite" + }, + "鋤か": { + "w_type": "godan verb stem", + "romaji": "suka" + }, + "鋤き": { + "w_type": "godan verb stem", + "romaji": "suki" + }, + "鋤け": { + "w_type": "conjugated godan verb", + "romaji": "suke" + }, + "鋤こ": { + "w_type": "godan verb stem", + "romaji": "suko" + }, + "鋤いた": { + "w_type": "conjugated godan verb", + "romaji": "suita" + }, + "鋤いて": { + "w_type": "conjugated godan verb", + "romaji": "suite" + }, + "歩き去ら": { + "w_type": "godan verb stem", + "romaji": "arukisara" + }, + "歩き去り": { + "w_type": "godan verb stem", + "romaji": "arukisari" + }, + "歩き去れ": { + "w_type": "conjugated godan verb", + "romaji": "arukisare" + }, + "歩き去ろ": { + "w_type": "godan verb stem", + "romaji": "arukisaro" + }, + "歩き去った": { + "w_type": "conjugated godan verb", + "romaji": "arukisatta" + }, + "歩き去って": { + "w_type": "conjugated godan verb", + "romaji": "arukisatte" + }, + "双ば": { + "w_type": "godan verb stem", + "romaji": "naraba" + }, + "双び": { + "w_type": "godan verb stem", + "romaji": "narabi" + }, + "双べ": { + "w_type": "conjugated godan verb", + "romaji": "narabe" + }, + "双ぼ": { + "w_type": "godan verb stem", + "romaji": "narabo" + }, + "双んだ": { + "w_type": "conjugated godan verb", + "romaji": "naranda" + }, + "双んで": { + "w_type": "conjugated godan verb", + "romaji": "narande" + }, + "悔しがら": { + "w_type": "godan verb stem", + "romaji": "kuyashigara" + }, + "悔しがり": { + "w_type": "godan verb stem", + "romaji": "kuyashigari" + }, + "悔しがれ": { + "w_type": "conjugated godan verb", + "romaji": "kuyashigare" + }, + "悔しがろ": { + "w_type": "godan verb stem", + "romaji": "kuyashigaro" + }, + "悔しがった": { + "w_type": "conjugated godan verb", + "romaji": "kuyashigatta" + }, + "悔しがって": { + "w_type": "conjugated godan verb", + "romaji": "kuyashigatte" + }, + "おし黙ら": { + "w_type": "godan verb stem", + "romaji": "oshidamara" + }, + "おし黙り": { + "w_type": "godan verb stem", + "romaji": "oshidamari" + }, + "おし黙れ": { + "w_type": "conjugated godan verb", + "romaji": "oshidamare" + }, + "おし黙ろ": { + "w_type": "godan verb stem", + "romaji": "oshidamaro" + }, + "おし黙った": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatta" + }, + "おし黙って": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatte" + }, + "唾か": { + "w_type": "godan verb stem", + "romaji": "tsubaka" + }, + "唾き": { + "w_type": "godan verb stem", + "romaji": "tsubaki" + }, + "唾け": { + "w_type": "conjugated godan verb", + "romaji": "tsubake" + }, + "唾こ": { + "w_type": "godan verb stem", + "romaji": "tsubako" + }, + "唾いた": { + "w_type": "conjugated godan verb", + "romaji": "tsubaita" + }, + "唾いて": { + "w_type": "conjugated godan verb", + "romaji": "tsubaite" + }, + "斎ま": { + "w_type": "godan verb stem", + "romaji": "ima" + }, + "斎み": { + "w_type": "godan verb stem", + "romaji": "imi" + }, + "斎め": { + "w_type": "conjugated godan verb", + "romaji": "ime" + }, + "斎も": { + "w_type": "godan verb stem", + "romaji": "imo" + }, + "斎んだ": { + "w_type": "conjugated godan verb", + "romaji": "inda" + }, + "斎んで": { + "w_type": "conjugated godan verb", + "romaji": "inde" + }, + "諂わ": { + "w_type": "godan verb stem", + "romaji": "hetsurawa" + }, + "諂い": { + "w_type": "godan verb stem", + "romaji": "hetsurai" + }, + "諂え": { + "w_type": "conjugated godan verb", + "romaji": "hetsurae" + }, + "諂お": { + "w_type": "godan verb stem", + "romaji": "hetsurao" + }, + "諂った": { + "w_type": "conjugated godan verb", + "romaji": "hetsuratta" + }, + "諂って": { + "w_type": "conjugated godan verb", + "romaji": "hetsuratte" + }, + "言付から": { + "w_type": "godan verb stem", + "romaji": "iitsukara" + }, + "言付かり": { + "w_type": "godan verb stem", + "romaji": "iitsukari" + }, + "言付かれ": { + "w_type": "conjugated godan verb", + "romaji": "iitsukare" + }, + "言付かろ": { + "w_type": "godan verb stem", + "romaji": "iitsukaro" + }, + "言付かった": { + "w_type": "conjugated godan verb", + "romaji": "iitsukatta" + }, + "言付かって": { + "w_type": "conjugated godan verb", + "romaji": "iitsukatte" + }, + "追い出さ": { + "w_type": "godan verb stem", + "romaji": "oidasa" + }, + "追い出し": { + "w_type": "godan verb stem", + "romaji": "oidashi" + }, + "追い出せ": { + "w_type": "conjugated godan verb", + "romaji": "oidase" + }, + "追い出そ": { + "w_type": "godan verb stem", + "romaji": "oidaso" + }, + "追い出した": { + "w_type": "conjugated godan verb", + "romaji": "oidashita" + }, + "追い出して": { + "w_type": "conjugated godan verb", + "romaji": "oidashite" + }, + "叢がら": { + "w_type": "godan verb stem", + "romaji": "muragara" + }, + "叢がり": { + "w_type": "godan verb stem", + "romaji": "muragari" + }, + "叢がれ": { + "w_type": "conjugated godan verb", + "romaji": "muragare" + }, + "叢がろ": { + "w_type": "godan verb stem", + "romaji": "muragaro" + }, + "叢がった": { + "w_type": "conjugated godan verb", + "romaji": "muragatta" + }, + "叢がって": { + "w_type": "conjugated godan verb", + "romaji": "muragatte" + }, + "綴が": { + "w_type": "godan verb stem", + "romaji": "haga" + }, + "綴ぎ": { + "w_type": "godan verb stem", + "romaji": "hagi" + }, + "綴げ": { + "w_type": "conjugated godan verb", + "romaji": "hage" + }, + "綴ご": { + "w_type": "godan verb stem", + "romaji": "hago" + }, + "綴いだ": { + "w_type": "conjugated godan verb", + "romaji": "haida" + }, + "綴いで": { + "w_type": "conjugated godan verb", + "romaji": "haide" + }, + "受けて立た": { + "w_type": "godan verb stem", + "romaji": "uketetata" + }, + "受けて立ち": { + "w_type": "godan verb stem", + "romaji": "uketetachi" + }, + "受けて立て": { + "w_type": "conjugated godan verb", + "romaji": "uketetate" + }, + "受けて立と": { + "w_type": "godan verb stem", + "romaji": "uketetato" + }, + "受けて立った": { + "w_type": "conjugated godan verb", + "romaji": "uketetatta" + }, + "受けて立って": { + "w_type": "conjugated godan verb", + "romaji": "uketetatte" + }, + "弓引か": { + "w_type": "godan verb stem", + "romaji": "yumihika" + }, + "弓引き": { + "w_type": "godan verb stem", + "romaji": "yumihiki" + }, + "弓引け": { + "w_type": "conjugated godan verb", + "romaji": "yumihike" + }, + "弓引こ": { + "w_type": "godan verb stem", + "romaji": "yumihiko" + }, + "弓引いた": { + "w_type": "conjugated godan verb", + "romaji": "yumihiita" + }, + "弓引いて": { + "w_type": "conjugated godan verb", + "romaji": "yumihiite" + }, + "助け合わ": { + "w_type": "godan verb stem", + "romaji": "tasukeawa" + }, + "助け合い": { + "w_type": "godan verb stem", + "romaji": "tasukeai" + }, + "助け合え": { + "w_type": "conjugated godan verb", + "romaji": "tasukeae" + }, + "助け合お": { + "w_type": "godan verb stem", + "romaji": "tasukeao" + }, + "助け合った": { + "w_type": "conjugated godan verb", + "romaji": "tasukeatta" + }, + "助け合って": { + "w_type": "conjugated godan verb", + "romaji": "tasukeatte" + }, + "飲みあかさ": { + "w_type": "godan verb stem", + "romaji": "nomiakasa" + }, + "飲みあかし": { + "w_type": "godan verb stem", + "romaji": "nomiakashi" + }, + "飲みあかせ": { + "w_type": "conjugated godan verb", + "romaji": "nomiakase" + }, + "飲みあかそ": { + "w_type": "godan verb stem", + "romaji": "nomiakaso" + }, + "飲みあかした": { + "w_type": "conjugated godan verb", + "romaji": "nomiakashita" + }, + "飲みあかして": { + "w_type": "conjugated godan verb", + "romaji": "nomiakashite" + }, + "生れ付か": { + "w_type": "godan verb stem", + "romaji": "umaretsuka" + }, + "生れ付き": { + "w_type": "godan verb stem", + "romaji": "umaretsuki" + }, + "生れ付け": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuke" + }, + "生れ付こ": { + "w_type": "godan verb stem", + "romaji": "umaretsuko" + }, + "生れ付いた": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuita" + }, + "生れ付いて": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuite" + }, + "付きまとわ": { + "w_type": "godan verb stem", + "romaji": "tsukimatowa" + }, + "付きまとい": { + "w_type": "godan verb stem", + "romaji": "tsukimatoi" + }, + "付きまとえ": { + "w_type": "conjugated godan verb", + "romaji": "tsukimatoe" + }, + "付きまとお": { + "w_type": "godan verb stem", + "romaji": "tsukimatoo" + }, + "付きまとった": { + "w_type": "conjugated godan verb", + "romaji": "tsukimatotta" + }, + "付きまとって": { + "w_type": "conjugated godan verb", + "romaji": "tsukimatotte" + }, + "申し越さ": { + "w_type": "godan verb stem", + "romaji": "moushikosa" + }, + "申し越し": { + "w_type": "godan verb stem", + "romaji": "moushikoshi" + }, + "申し越せ": { + "w_type": "conjugated godan verb", + "romaji": "moushikose" + }, + "申し越そ": { + "w_type": "godan verb stem", + "romaji": "moushikoso" + }, + "申し越した": { + "w_type": "conjugated godan verb", + "romaji": "moushikoshita" + }, + "申し越して": { + "w_type": "conjugated godan verb", + "romaji": "moushikoshite" + }, + "脂ぎら": { + "w_type": "godan verb stem", + "romaji": "aburagira" + }, + "脂ぎり": { + "w_type": "godan verb stem", + "romaji": "aburagiri" + }, + "脂ぎれ": { + "w_type": "conjugated godan verb", + "romaji": "aburagire" + }, + "脂ぎろ": { + "w_type": "godan verb stem", + "romaji": "aburagiro" + }, + "脂ぎった": { + "w_type": "conjugated godan verb", + "romaji": "aburagitta" + }, + "脂ぎって": { + "w_type": "conjugated godan verb", + "romaji": "aburagitte" + }, + "返ら": { + "w_type": "godan verb stem", + "romaji": "kaera" + }, + "返り": { + "w_type": "godan verb stem", + "romaji": "kaeri" + }, + "返れ": { + "w_type": "conjugated godan verb", + "romaji": "kaere" + }, + "返ろ": { + "w_type": "godan verb stem", + "romaji": "kaero" + }, + "返った": { + "w_type": "conjugated godan verb", + "romaji": "kaetta" + }, + "返って": { + "w_type": "conjugated godan verb", + "romaji": "kaette" + }, + "成りすまさ": { + "w_type": "godan verb stem", + "romaji": "narisumasa" + }, + "成りすまし": { + "w_type": "godan verb stem", + "romaji": "narisumashi" + }, + "成りすませ": { + "w_type": "conjugated godan verb", + "romaji": "narisumase" + }, + "成りすまそ": { + "w_type": "godan verb stem", + "romaji": "narisumaso" + }, + "成りすました": { + "w_type": "conjugated godan verb", + "romaji": "narisumashita" + }, + "成りすまして": { + "w_type": "conjugated godan verb", + "romaji": "narisumashite" + }, + "目戍ら": { + "w_type": "godan verb stem", + "romaji": "mimamora" + }, + "目戍り": { + "w_type": "godan verb stem", + "romaji": "mimamori" + }, + "目戍れ": { + "w_type": "conjugated godan verb", + "romaji": "mimamore" + }, + "目戍ろ": { + "w_type": "godan verb stem", + "romaji": "mimamoro" + }, + "目戍った": { + "w_type": "conjugated godan verb", + "romaji": "mimamotta" + }, + "目戍って": { + "w_type": "conjugated godan verb", + "romaji": "mimamotte" + }, + "挽か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "挽き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "挽け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "挽こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "挽いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "挽いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "煮え繰り返ら": { + "w_type": "godan verb stem", + "romaji": "niekurikaera" + }, + "煮え繰り返り": { + "w_type": "godan verb stem", + "romaji": "niekurikaeri" + }, + "煮え繰り返れ": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaere" + }, + "煮え繰り返ろ": { + "w_type": "godan verb stem", + "romaji": "niekurikaero" + }, + "煮え繰り返った": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaetta" + }, + "煮え繰り返って": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaette" + }, + "付いてゆか": { + "w_type": "godan verb stem", + "romaji": "tsuiteika" + }, + "付いてゆき": { + "w_type": "godan verb stem", + "romaji": "tsuiteiki" + }, + "付いてゆけ": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteike" + }, + "付いてゆこ": { + "w_type": "godan verb stem", + "romaji": "tsuiteiko" + }, + "付いてゆいた": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiita" + }, + "付いてゆいて": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiite" + }, + "縢ら": { + "w_type": "godan verb stem", + "romaji": "kagara" + }, + "縢り": { + "w_type": "godan verb stem", + "romaji": "kagari" + }, + "縢れ": { + "w_type": "conjugated godan verb", + "romaji": "kagare" + }, + "縢ろ": { + "w_type": "godan verb stem", + "romaji": "kagaro" + }, + "縢った": { + "w_type": "conjugated godan verb", + "romaji": "kagatta" + }, + "縢って": { + "w_type": "conjugated godan verb", + "romaji": "kagatte" + }, + "荒ぶら": { + "w_type": "godan verb stem", + "romaji": "arabura" + }, + "荒ぶり": { + "w_type": "godan verb stem", + "romaji": "araburi" + }, + "荒ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "arabure" + }, + "荒ぶろ": { + "w_type": "godan verb stem", + "romaji": "araburo" + }, + "荒ぶった": { + "w_type": "conjugated godan verb", + "romaji": "arabutta" + }, + "荒ぶって": { + "w_type": "conjugated godan verb", + "romaji": "arabutte" + }, + "鑽り出さ": { + "w_type": "godan verb stem", + "romaji": "kiridasa" + }, + "鑽り出し": { + "w_type": "godan verb stem", + "romaji": "kiridashi" + }, + "鑽り出せ": { + "w_type": "conjugated godan verb", + "romaji": "kiridase" + }, + "鑽り出そ": { + "w_type": "godan verb stem", + "romaji": "kiridaso" + }, + "鑽り出した": { + "w_type": "conjugated godan verb", + "romaji": "kiridashita" + }, + "鑽り出して": { + "w_type": "conjugated godan verb", + "romaji": "kiridashite" + }, + "驚かさ": { + "w_type": "godan verb stem", + "romaji": "odorokasa" + }, + "驚かし": { + "w_type": "godan verb stem", + "romaji": "odorokashi" + }, + "驚かせ": { + "w_type": "conjugated godan verb", + "romaji": "odorokase" + }, + "驚かそ": { + "w_type": "godan verb stem", + "romaji": "odorokaso" + }, + "驚かした": { + "w_type": "conjugated godan verb", + "romaji": "odorokashita" + }, + "驚かして": { + "w_type": "conjugated godan verb", + "romaji": "odorokashite" + }, + "もつれ合わ": { + "w_type": "godan verb stem", + "romaji": "motsureawa" + }, + "もつれ合い": { + "w_type": "godan verb stem", + "romaji": "motsureai" + }, + "もつれ合え": { + "w_type": "conjugated godan verb", + "romaji": "motsureae" + }, + "もつれ合お": { + "w_type": "godan verb stem", + "romaji": "motsureao" + }, + "もつれ合った": { + "w_type": "conjugated godan verb", + "romaji": "motsureatta" + }, + "もつれ合って": { + "w_type": "conjugated godan verb", + "romaji": "motsureatte" + }, + "呟か": { + "w_type": "godan verb stem", + "romaji": "tsubuyaka" + }, + "呟き": { + "w_type": "godan verb stem", + "romaji": "tsubuyaki" + }, + "呟け": { + "w_type": "conjugated godan verb", + "romaji": "tsubuyake" + }, + "呟こ": { + "w_type": "godan verb stem", + "romaji": "tsubuyako" + }, + "呟いた": { + "w_type": "conjugated godan verb", + "romaji": "tsubuyaita" + }, + "呟いて": { + "w_type": "conjugated godan verb", + "romaji": "tsubuyaite" + }, + "面白がら": { + "w_type": "godan verb stem", + "romaji": "omoshirogara" + }, + "面白がり": { + "w_type": "godan verb stem", + "romaji": "omoshirogari" + }, + "面白がれ": { + "w_type": "conjugated godan verb", + "romaji": "omoshirogare" + }, + "面白がろ": { + "w_type": "godan verb stem", + "romaji": "omoshirogaro" + }, + "面白がった": { + "w_type": "conjugated godan verb", + "romaji": "omoshirogatta" + }, + "面白がって": { + "w_type": "conjugated godan verb", + "romaji": "omoshirogatte" + }, + "生き残ら": { + "w_type": "godan verb stem", + "romaji": "ikinokora" + }, + "生き残り": { + "w_type": "godan verb stem", + "romaji": "ikinokori" + }, + "生き残れ": { + "w_type": "conjugated godan verb", + "romaji": "ikinokore" + }, + "生き残ろ": { + "w_type": "godan verb stem", + "romaji": "ikinokoro" + }, + "生き残った": { + "w_type": "conjugated godan verb", + "romaji": "ikinokotta" + }, + "生き残って": { + "w_type": "conjugated godan verb", + "romaji": "ikinokotte" + }, + "寝いら": { + "w_type": "godan verb stem", + "romaji": "neira" + }, + "寝いり": { + "w_type": "godan verb stem", + "romaji": "neiri" + }, + "寝いれ": { + "w_type": "conjugated godan verb", + "romaji": "neire" + }, + "寝いろ": { + "w_type": "godan verb stem", + "romaji": "neiro" + }, + "寝いった": { + "w_type": "conjugated godan verb", + "romaji": "neitta" + }, + "寝いって": { + "w_type": "conjugated godan verb", + "romaji": "neitte" + }, + "併さら": { + "w_type": "godan verb stem", + "romaji": "awasara" + }, + "併さり": { + "w_type": "godan verb stem", + "romaji": "awasari" + }, + "併され": { + "w_type": "conjugated godan verb", + "romaji": "awasare" + }, + "併さろ": { + "w_type": "godan verb stem", + "romaji": "awasaro" + }, + "併さった": { + "w_type": "conjugated godan verb", + "romaji": "awasatta" + }, + "併さって": { + "w_type": "conjugated godan verb", + "romaji": "awasatte" + }, + "沸きあがら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "沸きあがり": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "沸きあがれ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "沸きあがろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "沸きあがった": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "沸きあがって": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "感じとら": { + "w_type": "godan verb stem", + "romaji": "kanjitora" + }, + "感じとり": { + "w_type": "godan verb stem", + "romaji": "kanjitori" + }, + "感じとれ": { + "w_type": "conjugated godan verb", + "romaji": "kanjitore" + }, + "感じとろ": { + "w_type": "godan verb stem", + "romaji": "kanjitoro" + }, + "感じとった": { + "w_type": "conjugated godan verb", + "romaji": "kanjitotta" + }, + "感じとって": { + "w_type": "conjugated godan verb", + "romaji": "kanjitotte" + }, + "醸しださ": { + "w_type": "godan verb stem", + "romaji": "kamoshidasa" + }, + "醸しだし": { + "w_type": "godan verb stem", + "romaji": "kamoshidashi" + }, + "醸しだせ": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidase" + }, + "醸しだそ": { + "w_type": "godan verb stem", + "romaji": "kamoshidaso" + }, + "醸しだした": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidashita" + }, + "醸しだして": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidashite" + }, + "抱付か": { + "w_type": "godan verb stem", + "romaji": "dakitsuka" + }, + "抱付き": { + "w_type": "godan verb stem", + "romaji": "dakitsuki" + }, + "抱付け": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuke" + }, + "抱付こ": { + "w_type": "godan verb stem", + "romaji": "dakitsuko" + }, + "抱付いた": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuita" + }, + "抱付いて": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuite" + }, + "脹れ上がら": { + "w_type": "godan verb stem", + "romaji": "fukureagara" + }, + "脹れ上がり": { + "w_type": "godan verb stem", + "romaji": "fukureagari" + }, + "脹れ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "fukureagare" + }, + "脹れ上がろ": { + "w_type": "godan verb stem", + "romaji": "fukureagaro" + }, + "脹れ上がった": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatta" + }, + "脹れ上がって": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatte" + }, + "購わ": { + "w_type": "godan verb stem", + "romaji": "aganawa" + }, + "購い": { + "w_type": "godan verb stem", + "romaji": "aganai" + }, + "購え": { + "w_type": "conjugated godan verb", + "romaji": "aganae" + }, + "購お": { + "w_type": "godan verb stem", + "romaji": "aganao" + }, + "購った": { + "w_type": "conjugated godan verb", + "romaji": "aganatta" + }, + "購って": { + "w_type": "conjugated godan verb", + "romaji": "aganatte" + }, + "踠き苦しま": { + "w_type": "godan verb stem", + "romaji": "mogakikurushima" + }, + "踠き苦しみ": { + "w_type": "godan verb stem", + "romaji": "mogakikurushimi" + }, + "踠き苦しめ": { + "w_type": "conjugated godan verb", + "romaji": "mogakikurushime" + }, + "踠き苦しも": { + "w_type": "godan verb stem", + "romaji": "mogakikurushimo" + }, + "踠き苦しんだ": { + "w_type": "conjugated godan verb", + "romaji": "mogakikurushinda" + }, + "踠き苦しんで": { + "w_type": "conjugated godan verb", + "romaji": "mogakikurushinde" + }, + "探り出さ": { + "w_type": "godan verb stem", + "romaji": "saguridasa" + }, + "探り出し": { + "w_type": "godan verb stem", + "romaji": "saguridashi" + }, + "探り出せ": { + "w_type": "conjugated godan verb", + "romaji": "saguridase" + }, + "探り出そ": { + "w_type": "godan verb stem", + "romaji": "saguridaso" + }, + "探り出した": { + "w_type": "conjugated godan verb", + "romaji": "saguridashita" + }, + "探り出して": { + "w_type": "conjugated godan verb", + "romaji": "saguridashite" + }, + "引戻さ": { + "w_type": "godan verb stem", + "romaji": "hikimodosa" + }, + "引戻し": { + "w_type": "godan verb stem", + "romaji": "hikimodoshi" + }, + "引戻せ": { + "w_type": "conjugated godan verb", + "romaji": "hikimodose" + }, + "引戻そ": { + "w_type": "godan verb stem", + "romaji": "hikimodoso" + }, + "引戻した": { + "w_type": "conjugated godan verb", + "romaji": "hikimodoshita" + }, + "引戻して": { + "w_type": "conjugated godan verb", + "romaji": "hikimodoshite" + }, + "言い終わら": { + "w_type": "godan verb stem", + "romaji": "iiowara" + }, + "言い終わり": { + "w_type": "godan verb stem", + "romaji": "iiowari" + }, + "言い終われ": { + "w_type": "conjugated godan verb", + "romaji": "iioware" + }, + "言い終わろ": { + "w_type": "godan verb stem", + "romaji": "iiowaro" + }, + "言い終わった": { + "w_type": "conjugated godan verb", + "romaji": "iiowatta" + }, + "言い終わって": { + "w_type": "conjugated godan verb", + "romaji": "iiowatte" + }, + "身罷ら": { + "w_type": "godan verb stem", + "romaji": "mimakara" + }, + "身罷り": { + "w_type": "godan verb stem", + "romaji": "mimakari" + }, + "身罷れ": { + "w_type": "conjugated godan verb", + "romaji": "mimakare" + }, + "身罷ろ": { + "w_type": "godan verb stem", + "romaji": "mimakaro" + }, + "身罷った": { + "w_type": "conjugated godan verb", + "romaji": "mimakatta" + }, + "身罷って": { + "w_type": "conjugated godan verb", + "romaji": "mimakatte" + }, + "運び込ま": { + "w_type": "godan verb stem", + "romaji": "hakobikoma" + }, + "運び込み": { + "w_type": "godan verb stem", + "romaji": "hakobikomi" + }, + "運び込め": { + "w_type": "conjugated godan verb", + "romaji": "hakobikome" + }, + "運び込も": { + "w_type": "godan verb stem", + "romaji": "hakobikomo" + }, + "運び込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hakobikonda" + }, + "運び込んで": { + "w_type": "conjugated godan verb", + "romaji": "hakobikonde" + }, + "熔か": { + "w_type": "godan verb stem", + "romaji": "toka" + }, + "熔き": { + "w_type": "godan verb stem", + "romaji": "toki" + }, + "熔け": { + "w_type": "conjugated godan verb", + "romaji": "toke" + }, + "熔こ": { + "w_type": "godan verb stem", + "romaji": "toko" + }, + "熔いた": { + "w_type": "conjugated godan verb", + "romaji": "toita" + }, + "熔いて": { + "w_type": "conjugated godan verb", + "romaji": "toite" + }, + "役立た": { + "w_type": "godan verb stem", + "romaji": "yakudata" + }, + "役立ち": { + "w_type": "godan verb stem", + "romaji": "yakudachi" + }, + "役立て": { + "w_type": "conjugated godan verb", + "romaji": "yakudate" + }, + "役立と": { + "w_type": "godan verb stem", + "romaji": "yakudato" + }, + "役立った": { + "w_type": "conjugated godan verb", + "romaji": "yakudatta" + }, + "役立って": { + "w_type": "conjugated godan verb", + "romaji": "yakudatte" + }, + "立勝ら": { + "w_type": "godan verb stem", + "romaji": "tachimasara" + }, + "立勝り": { + "w_type": "godan verb stem", + "romaji": "tachimasari" + }, + "立勝れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimasare" + }, + "立勝ろ": { + "w_type": "godan verb stem", + "romaji": "tachimasaro" + }, + "立勝った": { + "w_type": "conjugated godan verb", + "romaji": "tachimasatta" + }, + "立勝って": { + "w_type": "conjugated godan verb", + "romaji": "tachimasatte" + }, + "巡り歩か": { + "w_type": "godan verb stem", + "romaji": "meguriaruka" + }, + "巡り歩き": { + "w_type": "godan verb stem", + "romaji": "meguriaruki" + }, + "巡り歩け": { + "w_type": "conjugated godan verb", + "romaji": "meguriaruke" + }, + "巡り歩こ": { + "w_type": "godan verb stem", + "romaji": "meguriaruko" + }, + "巡り歩いた": { + "w_type": "conjugated godan verb", + "romaji": "meguriaruita" + }, + "巡り歩いて": { + "w_type": "conjugated godan verb", + "romaji": "meguriaruite" + }, + "伍さ": { + "w_type": "godan verb stem", + "romaji": "gosa" + }, + "伍し": { + "w_type": "godan verb stem", + "romaji": "goshi" + }, + "伍せ": { + "w_type": "conjugated godan verb", + "romaji": "gose" + }, + "伍そ": { + "w_type": "godan verb stem", + "romaji": "goso" + }, + "伍した": { + "w_type": "conjugated godan verb", + "romaji": "goshita" + }, + "伍して": { + "w_type": "conjugated godan verb", + "romaji": "goshite" + }, + "告ら": { + "w_type": "godan verb stem", + "romaji": "kokura" + }, + "告り": { + "w_type": "godan verb stem", + "romaji": "kokuri" + }, + "告れ": { + "w_type": "conjugated godan verb", + "romaji": "kokure" + }, + "告ろ": { + "w_type": "godan verb stem", + "romaji": "kokuro" + }, + "告った": { + "w_type": "conjugated godan verb", + "romaji": "kokutta" + }, + "告って": { + "w_type": "conjugated godan verb", + "romaji": "kokutte" + }, + "食さ": { + "w_type": "godan verb stem", + "romaji": "shokusa" + }, + "食し": { + "w_type": "godan verb stem", + "romaji": "shokushi" + }, + "食せ": { + "w_type": "conjugated godan verb", + "romaji": "shokuse" + }, + "食そ": { + "w_type": "godan verb stem", + "romaji": "shokuso" + }, + "食した": { + "w_type": "conjugated godan verb", + "romaji": "shokushita" + }, + "食して": { + "w_type": "conjugated godan verb", + "romaji": "shokushite" + }, + "食わ": { + "w_type": "godan verb stem", + "romaji": "kuwa" + }, + "食い": { + "w_type": "godan verb stem", + "romaji": "kui" + }, + "食え": { + "w_type": "conjugated godan verb", + "romaji": "kue" + }, + "食お": { + "w_type": "godan verb stem", + "romaji": "kuo" + }, + "食った": { + "w_type": "conjugated godan verb", + "romaji": "kutta" + }, + "食って": { + "w_type": "conjugated godan verb", + "romaji": "kutte" + }, + "値切ら": { + "w_type": "godan verb stem", + "romaji": "negira" + }, + "値切り": { + "w_type": "godan verb stem", + "romaji": "negiri" + }, + "値切れ": { + "w_type": "conjugated godan verb", + "romaji": "negire" + }, + "値切ろ": { + "w_type": "godan verb stem", + "romaji": "negiro" + }, + "値切った": { + "w_type": "conjugated godan verb", + "romaji": "negitta" + }, + "値切って": { + "w_type": "conjugated godan verb", + "romaji": "negitte" + }, + "喋くら": { + "w_type": "godan verb stem", + "romaji": "shabekura" + }, + "喋くり": { + "w_type": "godan verb stem", + "romaji": "shabekuri" + }, + "喋くれ": { + "w_type": "conjugated godan verb", + "romaji": "shabekure" + }, + "喋くろ": { + "w_type": "godan verb stem", + "romaji": "shabekuro" + }, + "喋くった": { + "w_type": "conjugated godan verb", + "romaji": "shabekutta" + }, + "喋くって": { + "w_type": "conjugated godan verb", + "romaji": "shabekutte" + }, + "騙し込ま": { + "w_type": "godan verb stem", + "romaji": "damashikoma" + }, + "騙し込み": { + "w_type": "godan verb stem", + "romaji": "damashikomi" + }, + "騙し込め": { + "w_type": "conjugated godan verb", + "romaji": "damashikome" + }, + "騙し込も": { + "w_type": "godan verb stem", + "romaji": "damashikomo" + }, + "騙し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "damashikonda" + }, + "騙し込んで": { + "w_type": "conjugated godan verb", + "romaji": "damashikonde" + }, + "おい付か": { + "w_type": "godan verb stem", + "romaji": "oitsuka" + }, + "おい付き": { + "w_type": "godan verb stem", + "romaji": "oitsuki" + }, + "おい付け": { + "w_type": "conjugated godan verb", + "romaji": "oitsuke" + }, + "おい付こ": { + "w_type": "godan verb stem", + "romaji": "oitsuko" + }, + "おい付いた": { + "w_type": "conjugated godan verb", + "romaji": "oitsuita" + }, + "おい付いて": { + "w_type": "conjugated godan verb", + "romaji": "oitsuite" + }, + "相並ば": { + "w_type": "godan verb stem", + "romaji": "ainaraba" + }, + "相並び": { + "w_type": "godan verb stem", + "romaji": "ainarabi" + }, + "相並べ": { + "w_type": "conjugated godan verb", + "romaji": "ainarabe" + }, + "相並ぼ": { + "w_type": "godan verb stem", + "romaji": "ainarabo" + }, + "相並んだ": { + "w_type": "conjugated godan verb", + "romaji": "ainaranda" + }, + "相並んで": { + "w_type": "conjugated godan verb", + "romaji": "ainarande" + }, + "言い損なわ": { + "w_type": "godan verb stem", + "romaji": "iisokonawa" + }, + "言い損ない": { + "w_type": "godan verb stem", + "romaji": "iisokonai" + }, + "言い損なえ": { + "w_type": "conjugated godan verb", + "romaji": "iisokonae" + }, + "言い損なお": { + "w_type": "godan verb stem", + "romaji": "iisokonao" + }, + "言い損なった": { + "w_type": "conjugated godan verb", + "romaji": "iisokonatta" + }, + "言い損なって": { + "w_type": "conjugated godan verb", + "romaji": "iisokonatte" + }, + "隨わ": { + "w_type": "godan verb stem", + "romaji": "shitagawa" + }, + "隨い": { + "w_type": "godan verb stem", + "romaji": "shitagai" + }, + "隨え": { + "w_type": "conjugated godan verb", + "romaji": "shitagae" + }, + "隨お": { + "w_type": "godan verb stem", + "romaji": "shitagao" + }, + "隨った": { + "w_type": "conjugated godan verb", + "romaji": "shitagatta" + }, + "隨って": { + "w_type": "conjugated godan verb", + "romaji": "shitagatte" + }, + "草生さ": { + "w_type": "godan verb stem", + "romaji": "kusamusa" + }, + "草生し": { + "w_type": "godan verb stem", + "romaji": "kusamushi" + }, + "草生せ": { + "w_type": "conjugated godan verb", + "romaji": "kusamuse" + }, + "草生そ": { + "w_type": "godan verb stem", + "romaji": "kusamuso" + }, + "草生した": { + "w_type": "conjugated godan verb", + "romaji": "kusamushita" + }, + "草生して": { + "w_type": "conjugated godan verb", + "romaji": "kusamushite" + }, + "聞かさ": { + "w_type": "godan verb stem", + "romaji": "kikasa" + }, + "聞かし": { + "w_type": "godan verb stem", + "romaji": "kikashi" + }, + "聞かせ": { + "w_type": "conjugated godan verb", + "romaji": "kikase" + }, + "聞かそ": { + "w_type": "godan verb stem", + "romaji": "kikaso" + }, + "聞かした": { + "w_type": "conjugated godan verb", + "romaji": "kikashita" + }, + "聞かして": { + "w_type": "conjugated godan verb", + "romaji": "kikashite" + }, + "聳え立た": { + "w_type": "godan verb stem", + "romaji": "sobietata" + }, + "聳え立ち": { + "w_type": "godan verb stem", + "romaji": "sobietachi" + }, + "聳え立て": { + "w_type": "conjugated godan verb", + "romaji": "sobietate" + }, + "聳え立と": { + "w_type": "godan verb stem", + "romaji": "sobietato" + }, + "聳え立った": { + "w_type": "conjugated godan verb", + "romaji": "sobietatta" + }, + "聳え立って": { + "w_type": "conjugated godan verb", + "romaji": "sobietatte" + }, + "毒づか": { + "w_type": "godan verb stem", + "romaji": "dokuzuka" + }, + "毒づき": { + "w_type": "godan verb stem", + "romaji": "dokuzuki" + }, + "毒づけ": { + "w_type": "conjugated godan verb", + "romaji": "dokuzuke" + }, + "毒づこ": { + "w_type": "godan verb stem", + "romaji": "dokuzuko" + }, + "毒づいた": { + "w_type": "conjugated godan verb", + "romaji": "dokuzuita" + }, + "毒づいて": { + "w_type": "conjugated godan verb", + "romaji": "dokuzuite" + }, + "巻き返さ": { + "w_type": "godan verb stem", + "romaji": "makikaesa" + }, + "巻き返し": { + "w_type": "godan verb stem", + "romaji": "makikaeshi" + }, + "巻き返せ": { + "w_type": "conjugated godan verb", + "romaji": "makikaese" + }, + "巻き返そ": { + "w_type": "godan verb stem", + "romaji": "makikaeso" + }, + "巻き返した": { + "w_type": "conjugated godan verb", + "romaji": "makikaeshita" + }, + "巻き返して": { + "w_type": "conjugated godan verb", + "romaji": "makikaeshite" + }, + "春めか": { + "w_type": "godan verb stem", + "romaji": "harumeka" + }, + "春めき": { + "w_type": "godan verb stem", + "romaji": "harumeki" + }, + "春めけ": { + "w_type": "conjugated godan verb", + "romaji": "harumeke" + }, + "春めこ": { + "w_type": "godan verb stem", + "romaji": "harumeko" + }, + "春めいた": { + "w_type": "conjugated godan verb", + "romaji": "harumeita" + }, + "春めいて": { + "w_type": "conjugated godan verb", + "romaji": "harumeite" + }, + "隠し持た": { + "w_type": "godan verb stem", + "romaji": "kakushimota" + }, + "隠し持ち": { + "w_type": "godan verb stem", + "romaji": "kakushimochi" + }, + "隠し持て": { + "w_type": "conjugated godan verb", + "romaji": "kakushimote" + }, + "隠し持と": { + "w_type": "godan verb stem", + "romaji": "kakushimoto" + }, + "隠し持った": { + "w_type": "conjugated godan verb", + "romaji": "kakushimotta" + }, + "隠し持って": { + "w_type": "conjugated godan verb", + "romaji": "kakushimotte" + }, + "巻き取ら": { + "w_type": "godan verb stem", + "romaji": "makitora" + }, + "巻き取り": { + "w_type": "godan verb stem", + "romaji": "makitori" + }, + "巻き取れ": { + "w_type": "conjugated godan verb", + "romaji": "makitore" + }, + "巻き取ろ": { + "w_type": "godan verb stem", + "romaji": "makitoro" + }, + "巻き取った": { + "w_type": "conjugated godan verb", + "romaji": "makitotta" + }, + "巻き取って": { + "w_type": "conjugated godan verb", + "romaji": "makitotte" + }, + "申し開らか": { + "w_type": "godan verb stem", + "romaji": "moushihiraka" + }, + "申し開らき": { + "w_type": "godan verb stem", + "romaji": "moushihiraki" + }, + "申し開らけ": { + "w_type": "conjugated godan verb", + "romaji": "moushihirake" + }, + "申し開らこ": { + "w_type": "godan verb stem", + "romaji": "moushihirako" + }, + "申し開らいた": { + "w_type": "conjugated godan verb", + "romaji": "moushihiraita" + }, + "申し開らいて": { + "w_type": "conjugated godan verb", + "romaji": "moushihiraite" + }, + "揺ら": { + "w_type": "godan verb stem", + "romaji": "yura" + }, + "揺り": { + "w_type": "godan verb stem", + "romaji": "yuri" + }, + "揺れ": { + "w_type": "conjugated godan verb", + "romaji": "yure" + }, + "揺ろ": { + "w_type": "godan verb stem", + "romaji": "yuro" + }, + "揺った": { + "w_type": "conjugated godan verb", + "romaji": "yutta" + }, + "揺って": { + "w_type": "conjugated godan verb", + "romaji": "yutte" + }, + "漉さ": { + "w_type": "godan verb stem", + "romaji": "kosa" + }, + "漉し": { + "w_type": "godan verb stem", + "romaji": "koshi" + }, + "漉せ": { + "w_type": "conjugated godan verb", + "romaji": "kose" + }, + "漉そ": { + "w_type": "godan verb stem", + "romaji": "koso" + }, + "漉した": { + "w_type": "conjugated godan verb", + "romaji": "koshita" + }, + "漉して": { + "w_type": "conjugated godan verb", + "romaji": "koshite" + }, + "振りかざさ": { + "w_type": "godan verb stem", + "romaji": "furikazasa" + }, + "振りかざし": { + "w_type": "godan verb stem", + "romaji": "furikazashi" + }, + "振りかざせ": { + "w_type": "conjugated godan verb", + "romaji": "furikazase" + }, + "振りかざそ": { + "w_type": "godan verb stem", + "romaji": "furikazaso" + }, + "振りかざした": { + "w_type": "conjugated godan verb", + "romaji": "furikazashita" + }, + "振りかざして": { + "w_type": "conjugated godan verb", + "romaji": "furikazashite" + }, + "連ま": { + "w_type": "godan verb stem", + "romaji": "tsuruma" + }, + "連み": { + "w_type": "godan verb stem", + "romaji": "tsurumi" + }, + "連め": { + "w_type": "conjugated godan verb", + "romaji": "tsurume" + }, + "連も": { + "w_type": "godan verb stem", + "romaji": "tsurumo" + }, + "連んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurunda" + }, + "連んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurunde" + }, + "有り余ら": { + "w_type": "godan verb stem", + "romaji": "ariamara" + }, + "有り余り": { + "w_type": "godan verb stem", + "romaji": "ariamari" + }, + "有り余れ": { + "w_type": "conjugated godan verb", + "romaji": "ariamare" + }, + "有り余ろ": { + "w_type": "godan verb stem", + "romaji": "ariamaro" + }, + "有り余った": { + "w_type": "conjugated godan verb", + "romaji": "ariamatta" + }, + "有り余って": { + "w_type": "conjugated godan verb", + "romaji": "ariamatte" + }, + "過去ら": { + "w_type": "godan verb stem", + "romaji": "sugisara" + }, + "過去り": { + "w_type": "godan verb stem", + "romaji": "sugisari" + }, + "過去れ": { + "w_type": "conjugated godan verb", + "romaji": "sugisare" + }, + "過去ろ": { + "w_type": "godan verb stem", + "romaji": "sugisaro" + }, + "過去った": { + "w_type": "conjugated godan verb", + "romaji": "sugisatta" + }, + "過去って": { + "w_type": "conjugated godan verb", + "romaji": "sugisatte" + }, + "寄さ": { + "w_type": "godan verb stem", + "romaji": "yosa" + }, + "寄し": { + "w_type": "godan verb stem", + "romaji": "yoshi" + }, + "寄せ": { + "w_type": "conjugated godan verb", + "romaji": "yose" + }, + "寄そ": { + "w_type": "godan verb stem", + "romaji": "yoso" + }, + "寄した": { + "w_type": "conjugated godan verb", + "romaji": "yoshita" + }, + "寄して": { + "w_type": "conjugated godan verb", + "romaji": "yoshite" + }, + "煩さがら": { + "w_type": "godan verb stem", + "romaji": "urusagara" + }, + "煩さがり": { + "w_type": "godan verb stem", + "romaji": "urusagari" + }, + "煩さがれ": { + "w_type": "conjugated godan verb", + "romaji": "urusagare" + }, + "煩さがろ": { + "w_type": "godan verb stem", + "romaji": "urusagaro" + }, + "煩さがった": { + "w_type": "conjugated godan verb", + "romaji": "urusagatta" + }, + "煩さがって": { + "w_type": "conjugated godan verb", + "romaji": "urusagatte" + }, + "問い返さ": { + "w_type": "godan verb stem", + "romaji": "toikaesa" + }, + "問い返し": { + "w_type": "godan verb stem", + "romaji": "toikaeshi" + }, + "問い返せ": { + "w_type": "conjugated godan verb", + "romaji": "toikaese" + }, + "問い返そ": { + "w_type": "godan verb stem", + "romaji": "toikaeso" + }, + "問い返した": { + "w_type": "conjugated godan verb", + "romaji": "toikaeshita" + }, + "問い返して": { + "w_type": "conjugated godan verb", + "romaji": "toikaeshite" + }, + "仰けぞら": { + "w_type": "godan verb stem", + "romaji": "nokezora" + }, + "仰けぞり": { + "w_type": "godan verb stem", + "romaji": "nokezori" + }, + "仰けぞれ": { + "w_type": "conjugated godan verb", + "romaji": "nokezore" + }, + "仰けぞろ": { + "w_type": "godan verb stem", + "romaji": "nokezoro" + }, + "仰けぞった": { + "w_type": "conjugated godan verb", + "romaji": "nokezotta" + }, + "仰けぞって": { + "w_type": "conjugated godan verb", + "romaji": "nokezotte" + }, + "締め込ま": { + "w_type": "godan verb stem", + "romaji": "shimekoma" + }, + "締め込み": { + "w_type": "godan verb stem", + "romaji": "shimekomi" + }, + "締め込め": { + "w_type": "conjugated godan verb", + "romaji": "shimekome" + }, + "締め込も": { + "w_type": "godan verb stem", + "romaji": "shimekomo" + }, + "締め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimekonda" + }, + "締め込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimekonde" + }, + "押切ら": { + "w_type": "godan verb stem", + "romaji": "oshikira" + }, + "押切り": { + "w_type": "godan verb stem", + "romaji": "oshikiri" + }, + "押切れ": { + "w_type": "conjugated godan verb", + "romaji": "oshikire" + }, + "押切ろ": { + "w_type": "godan verb stem", + "romaji": "oshikiro" + }, + "押切った": { + "w_type": "conjugated godan verb", + "romaji": "oshikitta" + }, + "押切って": { + "w_type": "conjugated godan verb", + "romaji": "oshikitte" + }, + "依ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "依り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "依れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "依ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "依った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "依って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "引き延さ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引き延し": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引き延せ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引き延そ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引き延した": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引き延して": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "弄くりまわさ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawasa" + }, + "弄くりまわし": { + "w_type": "godan verb stem", + "romaji": "ijikurimawashi" + }, + "弄くりまわせ": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawase" + }, + "弄くりまわそ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawaso" + }, + "弄くりまわした": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashita" + }, + "弄くりまわして": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashite" + }, + "取去ら": { + "w_type": "godan verb stem", + "romaji": "torisara" + }, + "取去り": { + "w_type": "godan verb stem", + "romaji": "torisari" + }, + "取去れ": { + "w_type": "conjugated godan verb", + "romaji": "torisare" + }, + "取去ろ": { + "w_type": "godan verb stem", + "romaji": "torisaro" + }, + "取去った": { + "w_type": "conjugated godan verb", + "romaji": "torisatta" + }, + "取去って": { + "w_type": "conjugated godan verb", + "romaji": "torisatte" + }, + "取り出さ": { + "w_type": "godan verb stem", + "romaji": "toridasa" + }, + "取り出し": { + "w_type": "godan verb stem", + "romaji": "toridashi" + }, + "取り出せ": { + "w_type": "conjugated godan verb", + "romaji": "toridase" + }, + "取り出そ": { + "w_type": "godan verb stem", + "romaji": "toridaso" + }, + "取り出した": { + "w_type": "conjugated godan verb", + "romaji": "toridashita" + }, + "取り出して": { + "w_type": "conjugated godan verb", + "romaji": "toridashite" + }, + "手招か": { + "w_type": "godan verb stem", + "romaji": "temaneka" + }, + "手招き": { + "w_type": "godan verb stem", + "romaji": "temaneki" + }, + "手招け": { + "w_type": "conjugated godan verb", + "romaji": "temaneke" + }, + "手招こ": { + "w_type": "godan verb stem", + "romaji": "temaneko" + }, + "手招いた": { + "w_type": "conjugated godan verb", + "romaji": "temaneita" + }, + "手招いて": { + "w_type": "conjugated godan verb", + "romaji": "temaneite" + }, + "溺れ込ま": { + "w_type": "godan verb stem", + "romaji": "oborekoma" + }, + "溺れ込み": { + "w_type": "godan verb stem", + "romaji": "oborekomi" + }, + "溺れ込め": { + "w_type": "conjugated godan verb", + "romaji": "oborekome" + }, + "溺れ込も": { + "w_type": "godan verb stem", + "romaji": "oborekomo" + }, + "溺れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oborekonda" + }, + "溺れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "oborekonde" + }, + "傭わ": { + "w_type": "godan verb stem", + "romaji": "yatowa" + }, + "傭い": { + "w_type": "godan verb stem", + "romaji": "yatoi" + }, + "傭え": { + "w_type": "conjugated godan verb", + "romaji": "yatoe" + }, + "傭お": { + "w_type": "godan verb stem", + "romaji": "yatoo" + }, + "傭った": { + "w_type": "conjugated godan verb", + "romaji": "yatotta" + }, + "傭って": { + "w_type": "conjugated godan verb", + "romaji": "yatotte" + }, + "舐め回さ": { + "w_type": "godan verb stem", + "romaji": "namemawasa" + }, + "舐め回し": { + "w_type": "godan verb stem", + "romaji": "namemawashi" + }, + "舐め回せ": { + "w_type": "conjugated godan verb", + "romaji": "namemawase" + }, + "舐め回そ": { + "w_type": "godan verb stem", + "romaji": "namemawaso" + }, + "舐め回した": { + "w_type": "conjugated godan verb", + "romaji": "namemawashita" + }, + "舐め回して": { + "w_type": "conjugated godan verb", + "romaji": "namemawashite" + }, + "いがみ合わ": { + "w_type": "godan verb stem", + "romaji": "igamiawa" + }, + "いがみ合い": { + "w_type": "godan verb stem", + "romaji": "igamiai" + }, + "いがみ合え": { + "w_type": "conjugated godan verb", + "romaji": "igamiae" + }, + "いがみ合お": { + "w_type": "godan verb stem", + "romaji": "igamiao" + }, + "いがみ合った": { + "w_type": "conjugated godan verb", + "romaji": "igamiatta" + }, + "いがみ合って": { + "w_type": "conjugated godan verb", + "romaji": "igamiatte" + }, + "切掛ら": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "切掛り": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "切掛れ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "切掛ろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "切掛った": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "切掛って": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "泣き縋がら": { + "w_type": "godan verb stem", + "romaji": "nakisugara" + }, + "泣き縋がり": { + "w_type": "godan verb stem", + "romaji": "nakisugari" + }, + "泣き縋がれ": { + "w_type": "conjugated godan verb", + "romaji": "nakisugare" + }, + "泣き縋がろ": { + "w_type": "godan verb stem", + "romaji": "nakisugaro" + }, + "泣き縋がった": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatta" + }, + "泣き縋がって": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatte" + }, + "圧しあわ": { + "w_type": "godan verb stem", + "romaji": "heshiawa" + }, + "圧しあい": { + "w_type": "godan verb stem", + "romaji": "heshiai" + }, + "圧しあえ": { + "w_type": "conjugated godan verb", + "romaji": "heshiae" + }, + "圧しあお": { + "w_type": "godan verb stem", + "romaji": "heshiao" + }, + "圧しあった": { + "w_type": "conjugated godan verb", + "romaji": "heshiatta" + }, + "圧しあって": { + "w_type": "conjugated godan verb", + "romaji": "heshiatte" + }, + "寄越さ": { + "w_type": "godan verb stem", + "romaji": "yokosa" + }, + "寄越し": { + "w_type": "godan verb stem", + "romaji": "yokoshi" + }, + "寄越せ": { + "w_type": "conjugated godan verb", + "romaji": "yokose" + }, + "寄越そ": { + "w_type": "godan verb stem", + "romaji": "yokoso" + }, + "寄越した": { + "w_type": "conjugated godan verb", + "romaji": "yokoshita" + }, + "寄越して": { + "w_type": "conjugated godan verb", + "romaji": "yokoshite" + }, + "取消さ": { + "w_type": "godan verb stem", + "romaji": "torikesa" + }, + "取消し": { + "w_type": "godan verb stem", + "romaji": "torikeshi" + }, + "取消せ": { + "w_type": "conjugated godan verb", + "romaji": "torikese" + }, + "取消そ": { + "w_type": "godan verb stem", + "romaji": "torikeso" + }, + "取消した": { + "w_type": "conjugated godan verb", + "romaji": "torikeshita" + }, + "取消して": { + "w_type": "conjugated godan verb", + "romaji": "torikeshite" + }, + "聞き過ごさ": { + "w_type": "godan verb stem", + "romaji": "kikisugosa" + }, + "聞き過ごし": { + "w_type": "godan verb stem", + "romaji": "kikisugoshi" + }, + "聞き過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "kikisugose" + }, + "聞き過ごそ": { + "w_type": "godan verb stem", + "romaji": "kikisugoso" + }, + "聞き過ごした": { + "w_type": "conjugated godan verb", + "romaji": "kikisugoshita" + }, + "聞き過ごして": { + "w_type": "conjugated godan verb", + "romaji": "kikisugoshite" + }, + "付け入ら": { + "w_type": "godan verb stem", + "romaji": "tsukeira" + }, + "付け入り": { + "w_type": "godan verb stem", + "romaji": "tsukeiri" + }, + "付け入れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukeire" + }, + "付け入ろ": { + "w_type": "godan verb stem", + "romaji": "tsukeiro" + }, + "付け入った": { + "w_type": "conjugated godan verb", + "romaji": "tsukeitta" + }, + "付け入って": { + "w_type": "conjugated godan verb", + "romaji": "tsukeitte" + }, + "打取ら": { + "w_type": "godan verb stem", + "romaji": "uchitora" + }, + "打取り": { + "w_type": "godan verb stem", + "romaji": "uchitori" + }, + "打取れ": { + "w_type": "conjugated godan verb", + "romaji": "uchitore" + }, + "打取ろ": { + "w_type": "godan verb stem", + "romaji": "uchitoro" + }, + "打取った": { + "w_type": "conjugated godan verb", + "romaji": "uchitotta" + }, + "打取って": { + "w_type": "conjugated godan verb", + "romaji": "uchitotte" + }, + "炊き上ら": { + "w_type": "godan verb stem", + "romaji": "takiagara" + }, + "炊き上り": { + "w_type": "godan verb stem", + "romaji": "takiagari" + }, + "炊き上れ": { + "w_type": "conjugated godan verb", + "romaji": "takiagare" + }, + "炊き上ろ": { + "w_type": "godan verb stem", + "romaji": "takiagaro" + }, + "炊き上った": { + "w_type": "conjugated godan verb", + "romaji": "takiagatta" + }, + "炊き上って": { + "w_type": "conjugated godan verb", + "romaji": "takiagatte" + }, + "うり抜か": { + "w_type": "godan verb stem", + "romaji": "urinuka" + }, + "うり抜き": { + "w_type": "godan verb stem", + "romaji": "urinuki" + }, + "うり抜け": { + "w_type": "conjugated godan verb", + "romaji": "urinuke" + }, + "うり抜こ": { + "w_type": "godan verb stem", + "romaji": "urinuko" + }, + "うり抜いた": { + "w_type": "conjugated godan verb", + "romaji": "urinuita" + }, + "うり抜いて": { + "w_type": "conjugated godan verb", + "romaji": "urinuite" + }, + "言繕わ": { + "w_type": "godan verb stem", + "romaji": "iitsukurowa" + }, + "言繕い": { + "w_type": "godan verb stem", + "romaji": "iitsukuroi" + }, + "言繕え": { + "w_type": "conjugated godan verb", + "romaji": "iitsukuroe" + }, + "言繕お": { + "w_type": "godan verb stem", + "romaji": "iitsukuroo" + }, + "言繕った": { + "w_type": "conjugated godan verb", + "romaji": "iitsukurotta" + }, + "言繕って": { + "w_type": "conjugated godan verb", + "romaji": "iitsukurotte" + }, + "引き放た": { + "w_type": "godan verb stem", + "romaji": "hikihanata" + }, + "引き放ち": { + "w_type": "godan verb stem", + "romaji": "hikihanachi" + }, + "引き放て": { + "w_type": "conjugated godan verb", + "romaji": "hikihanate" + }, + "引き放と": { + "w_type": "godan verb stem", + "romaji": "hikihanato" + }, + "引き放った": { + "w_type": "conjugated godan verb", + "romaji": "hikihanatta" + }, + "引き放って": { + "w_type": "conjugated godan verb", + "romaji": "hikihanatte" + }, + "焼き尽くさ": { + "w_type": "godan verb stem", + "romaji": "yakitsukusa" + }, + "焼き尽くし": { + "w_type": "godan verb stem", + "romaji": "yakitsukushi" + }, + "焼き尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "yakitsukuse" + }, + "焼き尽くそ": { + "w_type": "godan verb stem", + "romaji": "yakitsukuso" + }, + "焼き尽くした": { + "w_type": "conjugated godan verb", + "romaji": "yakitsukushita" + }, + "焼き尽くして": { + "w_type": "conjugated godan verb", + "romaji": "yakitsukushite" + }, + "煮詰まら": { + "w_type": "godan verb stem", + "romaji": "nitsumara" + }, + "煮詰まり": { + "w_type": "godan verb stem", + "romaji": "nitsumari" + }, + "煮詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "nitsumare" + }, + "煮詰まろ": { + "w_type": "godan verb stem", + "romaji": "nitsumaro" + }, + "煮詰まった": { + "w_type": "conjugated godan verb", + "romaji": "nitsumatta" + }, + "煮詰まって": { + "w_type": "conjugated godan verb", + "romaji": "nitsumatte" + }, + "し合わ": { + "w_type": "godan verb stem", + "romaji": "shiawa" + }, + "し合い": { + "w_type": "godan verb stem", + "romaji": "shiai" + }, + "し合え": { + "w_type": "conjugated godan verb", + "romaji": "shiae" + }, + "し合お": { + "w_type": "godan verb stem", + "romaji": "shiao" + }, + "し合った": { + "w_type": "conjugated godan verb", + "romaji": "shiatta" + }, + "し合って": { + "w_type": "conjugated godan verb", + "romaji": "shiatte" + }, + "差し向かわ": { + "w_type": "godan verb stem", + "romaji": "sashimukawa" + }, + "差し向かい": { + "w_type": "godan verb stem", + "romaji": "sashimukai" + }, + "差し向かえ": { + "w_type": "conjugated godan verb", + "romaji": "sashimukae" + }, + "差し向かお": { + "w_type": "godan verb stem", + "romaji": "sashimukao" + }, + "差し向かった": { + "w_type": "conjugated godan verb", + "romaji": "sashimukatta" + }, + "差し向かって": { + "w_type": "conjugated godan verb", + "romaji": "sashimukatte" + }, + "運びこま": { + "w_type": "godan verb stem", + "romaji": "hakobikoma" + }, + "運びこみ": { + "w_type": "godan verb stem", + "romaji": "hakobikomi" + }, + "運びこめ": { + "w_type": "conjugated godan verb", + "romaji": "hakobikome" + }, + "運びこも": { + "w_type": "godan verb stem", + "romaji": "hakobikomo" + }, + "運びこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hakobikonda" + }, + "運びこんで": { + "w_type": "conjugated godan verb", + "romaji": "hakobikonde" + }, + "借り越さ": { + "w_type": "godan verb stem", + "romaji": "karikosa" + }, + "借り越し": { + "w_type": "godan verb stem", + "romaji": "karikoshi" + }, + "借り越せ": { + "w_type": "conjugated godan verb", + "romaji": "karikose" + }, + "借り越そ": { + "w_type": "godan verb stem", + "romaji": "karikoso" + }, + "借り越した": { + "w_type": "conjugated godan verb", + "romaji": "karikoshita" + }, + "借り越して": { + "w_type": "conjugated godan verb", + "romaji": "karikoshite" + }, + "組みつか": { + "w_type": "godan verb stem", + "romaji": "kumitsuka" + }, + "組みつき": { + "w_type": "godan verb stem", + "romaji": "kumitsuki" + }, + "組みつけ": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuke" + }, + "組みつこ": { + "w_type": "godan verb stem", + "romaji": "kumitsuko" + }, + "組みついた": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuita" + }, + "組みついて": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuite" + }, + "火がつか": { + "w_type": "godan verb stem", + "romaji": "higatsuka" + }, + "火がつき": { + "w_type": "godan verb stem", + "romaji": "higatsuki" + }, + "火がつけ": { + "w_type": "conjugated godan verb", + "romaji": "higatsuke" + }, + "火がつこ": { + "w_type": "godan verb stem", + "romaji": "higatsuko" + }, + "火がついた": { + "w_type": "conjugated godan verb", + "romaji": "higatsuita" + }, + "火がついて": { + "w_type": "conjugated godan verb", + "romaji": "higatsuite" + }, + "当たら": { + "w_type": "godan verb stem", + "romaji": "atara" + }, + "当たり": { + "w_type": "godan verb stem", + "romaji": "atari" + }, + "当たれ": { + "w_type": "conjugated godan verb", + "romaji": "atare" + }, + "当たろ": { + "w_type": "godan verb stem", + "romaji": "ataro" + }, + "当たった": { + "w_type": "conjugated godan verb", + "romaji": "atatta" + }, + "当たって": { + "w_type": "conjugated godan verb", + "romaji": "atatte" + }, + "譲ら": { + "w_type": "godan verb stem", + "romaji": "yuzura" + }, + "譲り": { + "w_type": "godan verb stem", + "romaji": "yuzuri" + }, + "譲れ": { + "w_type": "conjugated godan verb", + "romaji": "yuzure" + }, + "譲ろ": { + "w_type": "godan verb stem", + "romaji": "yuzuro" + }, + "譲った": { + "w_type": "conjugated godan verb", + "romaji": "yuzutta" + }, + "譲って": { + "w_type": "conjugated godan verb", + "romaji": "yuzutte" + }, + "鈍ら": { + "w_type": "godan verb stem", + "romaji": "nibura" + }, + "鈍り": { + "w_type": "godan verb stem", + "romaji": "niburi" + }, + "鈍れ": { + "w_type": "conjugated godan verb", + "romaji": "nibure" + }, + "鈍ろ": { + "w_type": "godan verb stem", + "romaji": "niburo" + }, + "鈍った": { + "w_type": "conjugated godan verb", + "romaji": "nibutta" + }, + "鈍って": { + "w_type": "conjugated godan verb", + "romaji": "nibutte" + }, + "血走ら": { + "w_type": "godan verb stem", + "romaji": "chibashira" + }, + "血走り": { + "w_type": "godan verb stem", + "romaji": "chibashiri" + }, + "血走れ": { + "w_type": "conjugated godan verb", + "romaji": "chibashire" + }, + "血走ろ": { + "w_type": "godan verb stem", + "romaji": "chibashiro" + }, + "血走った": { + "w_type": "conjugated godan verb", + "romaji": "chibashitta" + }, + "血走って": { + "w_type": "conjugated godan verb", + "romaji": "chibashitte" + }, + "拡がら": { + "w_type": "godan verb stem", + "romaji": "hirogara" + }, + "拡がり": { + "w_type": "godan verb stem", + "romaji": "hirogari" + }, + "拡がれ": { + "w_type": "conjugated godan verb", + "romaji": "hirogare" + }, + "拡がろ": { + "w_type": "godan verb stem", + "romaji": "hirogaro" + }, + "拡がった": { + "w_type": "conjugated godan verb", + "romaji": "hirogatta" + }, + "拡がって": { + "w_type": "conjugated godan verb", + "romaji": "hirogatte" + }, + "飛びすさら": { + "w_type": "godan verb stem", + "romaji": "tobisusara" + }, + "飛びすさり": { + "w_type": "godan verb stem", + "romaji": "tobisusari" + }, + "飛びすされ": { + "w_type": "conjugated godan verb", + "romaji": "tobisusare" + }, + "飛びすさろ": { + "w_type": "godan verb stem", + "romaji": "tobisusaro" + }, + "飛びすさった": { + "w_type": "conjugated godan verb", + "romaji": "tobisusatta" + }, + "飛びすさって": { + "w_type": "conjugated godan verb", + "romaji": "tobisusatte" + }, + "司どら": { + "w_type": "godan verb stem", + "romaji": "tsukasadora" + }, + "司どり": { + "w_type": "godan verb stem", + "romaji": "tsukasadori" + }, + "司どれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadore" + }, + "司どろ": { + "w_type": "godan verb stem", + "romaji": "tsukasadoro" + }, + "司どった": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadotta" + }, + "司どって": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadotte" + }, + "取散らから": { + "w_type": "godan verb stem", + "romaji": "torichirakara" + }, + "取散らかり": { + "w_type": "godan verb stem", + "romaji": "torichirakari" + }, + "取散らかれ": { + "w_type": "conjugated godan verb", + "romaji": "torichirakare" + }, + "取散らかろ": { + "w_type": "godan verb stem", + "romaji": "torichirakaro" + }, + "取散らかった": { + "w_type": "conjugated godan verb", + "romaji": "torichirakatta" + }, + "取散らかって": { + "w_type": "conjugated godan verb", + "romaji": "torichirakatte" + }, + "富まさ": { + "w_type": "godan verb stem", + "romaji": "tomasa" + }, + "富まし": { + "w_type": "godan verb stem", + "romaji": "tomashi" + }, + "富ませ": { + "w_type": "conjugated godan verb", + "romaji": "tomase" + }, + "富まそ": { + "w_type": "godan verb stem", + "romaji": "tomaso" + }, + "富ました": { + "w_type": "conjugated godan verb", + "romaji": "tomashita" + }, + "富まして": { + "w_type": "conjugated godan verb", + "romaji": "tomashite" + }, + "蹴り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "keritobasa" + }, + "蹴り飛ばし": { + "w_type": "godan verb stem", + "romaji": "keritobashi" + }, + "蹴り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "keritobase" + }, + "蹴り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "keritobaso" + }, + "蹴り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "keritobashita" + }, + "蹴り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "keritobashite" + }, + "削ぎ落とさ": { + "w_type": "godan verb stem", + "romaji": "sogiotosa" + }, + "削ぎ落とし": { + "w_type": "godan verb stem", + "romaji": "sogiotoshi" + }, + "削ぎ落とせ": { + "w_type": "conjugated godan verb", + "romaji": "sogiotose" + }, + "削ぎ落とそ": { + "w_type": "godan verb stem", + "romaji": "sogiotoso" + }, + "削ぎ落とした": { + "w_type": "conjugated godan verb", + "romaji": "sogiotoshita" + }, + "削ぎ落として": { + "w_type": "conjugated godan verb", + "romaji": "sogiotoshite" + }, + "込入ら": { + "w_type": "godan verb stem", + "romaji": "komiira" + }, + "込入り": { + "w_type": "godan verb stem", + "romaji": "komiiri" + }, + "込入れ": { + "w_type": "conjugated godan verb", + "romaji": "komiire" + }, + "込入ろ": { + "w_type": "godan verb stem", + "romaji": "komiiro" + }, + "込入った": { + "w_type": "conjugated godan verb", + "romaji": "komiitta" + }, + "込入って": { + "w_type": "conjugated godan verb", + "romaji": "komiitte" + }, + "聞き直さ": { + "w_type": "godan verb stem", + "romaji": "kikinaosa" + }, + "聞き直し": { + "w_type": "godan verb stem", + "romaji": "kikinaoshi" + }, + "聞き直せ": { + "w_type": "conjugated godan verb", + "romaji": "kikinaose" + }, + "聞き直そ": { + "w_type": "godan verb stem", + "romaji": "kikinaoso" + }, + "聞き直した": { + "w_type": "conjugated godan verb", + "romaji": "kikinaoshita" + }, + "聞き直して": { + "w_type": "conjugated godan verb", + "romaji": "kikinaoshite" + }, + "乞わ": { + "w_type": "godan verb stem", + "romaji": "kowa" + }, + "乞い": { + "w_type": "godan verb stem", + "romaji": "koi" + }, + "乞え": { + "w_type": "conjugated godan verb", + "romaji": "koe" + }, + "乞お": { + "w_type": "godan verb stem", + "romaji": "koo" + }, + "乞った": { + "w_type": "conjugated godan verb", + "romaji": "kotta" + }, + "乞って": { + "w_type": "conjugated godan verb", + "romaji": "kotte" + }, + "取返さ": { + "w_type": "godan verb stem", + "romaji": "torikaesa" + }, + "取返し": { + "w_type": "godan verb stem", + "romaji": "torikaeshi" + }, + "取返せ": { + "w_type": "conjugated godan verb", + "romaji": "torikaese" + }, + "取返そ": { + "w_type": "godan verb stem", + "romaji": "torikaeso" + }, + "取返した": { + "w_type": "conjugated godan verb", + "romaji": "torikaeshita" + }, + "取返して": { + "w_type": "conjugated godan verb", + "romaji": "torikaeshite" + }, + "窺い探ら": { + "w_type": "godan verb stem", + "romaji": "ukagaisagura" + }, + "窺い探り": { + "w_type": "godan verb stem", + "romaji": "ukagaisaguri" + }, + "窺い探れ": { + "w_type": "conjugated godan verb", + "romaji": "ukagaisagure" + }, + "窺い探ろ": { + "w_type": "godan verb stem", + "romaji": "ukagaisaguro" + }, + "窺い探った": { + "w_type": "conjugated godan verb", + "romaji": "ukagaisagutta" + }, + "窺い探って": { + "w_type": "conjugated godan verb", + "romaji": "ukagaisagutte" + }, + "言い交わさ": { + "w_type": "godan verb stem", + "romaji": "iikawasa" + }, + "言い交わし": { + "w_type": "godan verb stem", + "romaji": "iikawashi" + }, + "言い交わせ": { + "w_type": "conjugated godan verb", + "romaji": "iikawase" + }, + "言い交わそ": { + "w_type": "godan verb stem", + "romaji": "iikawaso" + }, + "言い交わした": { + "w_type": "conjugated godan verb", + "romaji": "iikawashita" + }, + "言い交わして": { + "w_type": "conjugated godan verb", + "romaji": "iikawashite" + }, + "遅らさ": { + "w_type": "godan verb stem", + "romaji": "okurasa" + }, + "遅らし": { + "w_type": "godan verb stem", + "romaji": "okurashi" + }, + "遅らせ": { + "w_type": "conjugated godan verb", + "romaji": "okurase" + }, + "遅らそ": { + "w_type": "godan verb stem", + "romaji": "okuraso" + }, + "遅らした": { + "w_type": "conjugated godan verb", + "romaji": "okurashita" + }, + "遅らして": { + "w_type": "conjugated godan verb", + "romaji": "okurashite" + }, + "撓垂れ掛から": { + "w_type": "godan verb stem", + "romaji": "shinadarekakara" + }, + "撓垂れ掛かり": { + "w_type": "godan verb stem", + "romaji": "shinadarekakari" + }, + "撓垂れ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "shinadarekakare" + }, + "撓垂れ掛かろ": { + "w_type": "godan verb stem", + "romaji": "shinadarekakaro" + }, + "撓垂れ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "shinadarekakatta" + }, + "撓垂れ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "shinadarekakatte" + }, + "ほれ込ま": { + "w_type": "godan verb stem", + "romaji": "horekoma" + }, + "ほれ込み": { + "w_type": "godan verb stem", + "romaji": "horekomi" + }, + "ほれ込め": { + "w_type": "conjugated godan verb", + "romaji": "horekome" + }, + "ほれ込も": { + "w_type": "godan verb stem", + "romaji": "horekomo" + }, + "ほれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "horekonda" + }, + "ほれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "horekonde" + }, + "ご覧なさら": { + "w_type": "godan verb stem", + "romaji": "gorannasara" + }, + "ご覧なさり": { + "w_type": "godan verb stem", + "romaji": "gorannasari" + }, + "ご覧なされ": { + "w_type": "conjugated godan verb", + "romaji": "gorannasare" + }, + "ご覧なさろ": { + "w_type": "godan verb stem", + "romaji": "gorannasaro" + }, + "ご覧なさった": { + "w_type": "conjugated godan verb", + "romaji": "gorannasatta" + }, + "ご覧なさって": { + "w_type": "conjugated godan verb", + "romaji": "gorannasatte" + }, + "篭ら": { + "w_type": "godan verb stem", + "romaji": "komora" + }, + "篭り": { + "w_type": "godan verb stem", + "romaji": "komori" + }, + "篭れ": { + "w_type": "conjugated godan verb", + "romaji": "komore" + }, + "篭ろ": { + "w_type": "godan verb stem", + "romaji": "komoro" + }, + "篭った": { + "w_type": "conjugated godan verb", + "romaji": "komotta" + }, + "篭って": { + "w_type": "conjugated godan verb", + "romaji": "komotte" + }, + "かつぎ出さ": { + "w_type": "godan verb stem", + "romaji": "katsugidasa" + }, + "かつぎ出し": { + "w_type": "godan verb stem", + "romaji": "katsugidashi" + }, + "かつぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "katsugidase" + }, + "かつぎ出そ": { + "w_type": "godan verb stem", + "romaji": "katsugidaso" + }, + "かつぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "katsugidashita" + }, + "かつぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "katsugidashite" + }, + "決さ": { + "w_type": "godan verb stem", + "romaji": "kessa" + }, + "決し": { + "w_type": "godan verb stem", + "romaji": "kesshi" + }, + "決せ": { + "w_type": "conjugated godan verb", + "romaji": "kesse" + }, + "決そ": { + "w_type": "godan verb stem", + "romaji": "kesso" + }, + "決した": { + "w_type": "conjugated godan verb", + "romaji": "kesshita" + }, + "決して": { + "w_type": "conjugated godan verb", + "romaji": "kesshite" + }, + "引きとら": { + "w_type": "godan verb stem", + "romaji": "hikitora" + }, + "引きとり": { + "w_type": "godan verb stem", + "romaji": "hikitori" + }, + "引きとれ": { + "w_type": "conjugated godan verb", + "romaji": "hikitore" + }, + "引きとろ": { + "w_type": "godan verb stem", + "romaji": "hikitoro" + }, + "引きとった": { + "w_type": "conjugated godan verb", + "romaji": "hikitotta" + }, + "引きとって": { + "w_type": "conjugated godan verb", + "romaji": "hikitotte" + }, + "心をつかま": { + "w_type": "godan verb stem", + "romaji": "kokoro wo tsukama" + }, + "心をつかみ": { + "w_type": "godan verb stem", + "romaji": "kokoro wo tsukami" + }, + "心をつかめ": { + "w_type": "conjugated godan verb", + "romaji": "kokoro wo tsukame" + }, + "心をつかも": { + "w_type": "godan verb stem", + "romaji": "kokoro wo tsukamo" + }, + "心をつかんだ": { + "w_type": "conjugated godan verb", + "romaji": "kokoro wo tsukanda" + }, + "心をつかんで": { + "w_type": "conjugated godan verb", + "romaji": "kokoro wo tsukande" + }, + "泣入ら": { + "w_type": "godan verb stem", + "romaji": "nakiira" + }, + "泣入り": { + "w_type": "godan verb stem", + "romaji": "nakiiri" + }, + "泣入れ": { + "w_type": "conjugated godan verb", + "romaji": "nakiire" + }, + "泣入ろ": { + "w_type": "godan verb stem", + "romaji": "nakiiro" + }, + "泣入った": { + "w_type": "conjugated godan verb", + "romaji": "nakiitta" + }, + "泣入って": { + "w_type": "conjugated godan verb", + "romaji": "nakiitte" + }, + "落行か": { + "w_type": "godan verb stem", + "romaji": "ochiyuka" + }, + "落行き": { + "w_type": "godan verb stem", + "romaji": "ochiyuki" + }, + "落行け": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuke" + }, + "落行こ": { + "w_type": "godan verb stem", + "romaji": "ochiyuko" + }, + "落行いた": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuita" + }, + "落行いて": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuite" + }, + "量ら": { + "w_type": "godan verb stem", + "romaji": "hakara" + }, + "量り": { + "w_type": "godan verb stem", + "romaji": "hakari" + }, + "量れ": { + "w_type": "conjugated godan verb", + "romaji": "hakare" + }, + "量ろ": { + "w_type": "godan verb stem", + "romaji": "hakaro" + }, + "量った": { + "w_type": "conjugated godan verb", + "romaji": "hakatta" + }, + "量って": { + "w_type": "conjugated godan verb", + "romaji": "hakatte" + }, + "巻か": { + "w_type": "godan verb stem", + "romaji": "maka" + }, + "巻き": { + "w_type": "godan verb stem", + "romaji": "maki" + }, + "巻け": { + "w_type": "conjugated godan verb", + "romaji": "make" + }, + "巻こ": { + "w_type": "godan verb stem", + "romaji": "mako" + }, + "巻いた": { + "w_type": "conjugated godan verb", + "romaji": "maita" + }, + "巻いて": { + "w_type": "conjugated godan verb", + "romaji": "maite" + }, + "口走ら": { + "w_type": "godan verb stem", + "romaji": "kuchibashira" + }, + "口走り": { + "w_type": "godan verb stem", + "romaji": "kuchibashiri" + }, + "口走れ": { + "w_type": "conjugated godan verb", + "romaji": "kuchibashire" + }, + "口走ろ": { + "w_type": "godan verb stem", + "romaji": "kuchibashiro" + }, + "口走った": { + "w_type": "conjugated godan verb", + "romaji": "kuchibashitta" + }, + "口走って": { + "w_type": "conjugated godan verb", + "romaji": "kuchibashitte" + }, + "忌嫌わ": { + "w_type": "godan verb stem", + "romaji": "imikirawa" + }, + "忌嫌い": { + "w_type": "godan verb stem", + "romaji": "imikirai" + }, + "忌嫌え": { + "w_type": "conjugated godan verb", + "romaji": "imikirae" + }, + "忌嫌お": { + "w_type": "godan verb stem", + "romaji": "imikirao" + }, + "忌嫌った": { + "w_type": "conjugated godan verb", + "romaji": "imikiratta" + }, + "忌嫌って": { + "w_type": "conjugated godan verb", + "romaji": "imikiratte" + }, + "引き剥が": { + "w_type": "godan verb stem", + "romaji": "hikihaga" + }, + "引き剥ぎ": { + "w_type": "godan verb stem", + "romaji": "hikihagi" + }, + "引き剥げ": { + "w_type": "conjugated godan verb", + "romaji": "hikihage" + }, + "引き剥ご": { + "w_type": "godan verb stem", + "romaji": "hikihago" + }, + "引き剥いだ": { + "w_type": "conjugated godan verb", + "romaji": "hikihaida" + }, + "引き剥いで": { + "w_type": "conjugated godan verb", + "romaji": "hikihaide" + }, + "取りなさ": { + "w_type": "godan verb stem", + "romaji": "torinasa" + }, + "取りなし": { + "w_type": "godan verb stem", + "romaji": "torinashi" + }, + "取りなせ": { + "w_type": "conjugated godan verb", + "romaji": "torinase" + }, + "取りなそ": { + "w_type": "godan verb stem", + "romaji": "torinaso" + }, + "取りなした": { + "w_type": "conjugated godan verb", + "romaji": "torinashita" + }, + "取りなして": { + "w_type": "conjugated godan verb", + "romaji": "torinashite" + }, + "眩ま": { + "w_type": "godan verb stem", + "romaji": "kurama" + }, + "眩み": { + "w_type": "godan verb stem", + "romaji": "kurami" + }, + "眩め": { + "w_type": "conjugated godan verb", + "romaji": "kurame" + }, + "眩も": { + "w_type": "godan verb stem", + "romaji": "kuramo" + }, + "眩んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuranda" + }, + "眩んで": { + "w_type": "conjugated godan verb", + "romaji": "kurande" + }, + "唸り出さ": { + "w_type": "godan verb stem", + "romaji": "unaridasa" + }, + "唸り出し": { + "w_type": "godan verb stem", + "romaji": "unaridashi" + }, + "唸り出せ": { + "w_type": "conjugated godan verb", + "romaji": "unaridase" + }, + "唸り出そ": { + "w_type": "godan verb stem", + "romaji": "unaridaso" + }, + "唸り出した": { + "w_type": "conjugated godan verb", + "romaji": "unaridashita" + }, + "唸り出して": { + "w_type": "conjugated godan verb", + "romaji": "unaridashite" + }, + "孵さ": { + "w_type": "godan verb stem", + "romaji": "kaesa" + }, + "孵し": { + "w_type": "godan verb stem", + "romaji": "kaeshi" + }, + "孵せ": { + "w_type": "conjugated godan verb", + "romaji": "kaese" + }, + "孵そ": { + "w_type": "godan verb stem", + "romaji": "kaeso" + }, + "孵した": { + "w_type": "conjugated godan verb", + "romaji": "kaeshita" + }, + "孵して": { + "w_type": "conjugated godan verb", + "romaji": "kaeshite" + }, + "通り超さ": { + "w_type": "godan verb stem", + "romaji": "toorikosa" + }, + "通り超し": { + "w_type": "godan verb stem", + "romaji": "toorikoshi" + }, + "通り超せ": { + "w_type": "conjugated godan verb", + "romaji": "toorikose" + }, + "通り超そ": { + "w_type": "godan verb stem", + "romaji": "toorikoso" + }, + "通り超した": { + "w_type": "conjugated godan verb", + "romaji": "toorikoshita" + }, + "通り超して": { + "w_type": "conjugated godan verb", + "romaji": "toorikoshite" + }, + "しまい込ま": { + "w_type": "godan verb stem", + "romaji": "shimaikoma" + }, + "しまい込み": { + "w_type": "godan verb stem", + "romaji": "shimaikomi" + }, + "しまい込め": { + "w_type": "conjugated godan verb", + "romaji": "shimaikome" + }, + "しまい込も": { + "w_type": "godan verb stem", + "romaji": "shimaikomo" + }, + "しまい込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimaikonda" + }, + "しまい込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimaikonde" + }, + "呼び合わ": { + "w_type": "godan verb stem", + "romaji": "yobiawa" + }, + "呼び合い": { + "w_type": "godan verb stem", + "romaji": "yobiai" + }, + "呼び合え": { + "w_type": "conjugated godan verb", + "romaji": "yobiae" + }, + "呼び合お": { + "w_type": "godan verb stem", + "romaji": "yobiao" + }, + "呼び合った": { + "w_type": "conjugated godan verb", + "romaji": "yobiatta" + }, + "呼び合って": { + "w_type": "conjugated godan verb", + "romaji": "yobiatte" + }, + "孵ら": { + "w_type": "godan verb stem", + "romaji": "kaera" + }, + "孵り": { + "w_type": "godan verb stem", + "romaji": "kaeri" + }, + "孵れ": { + "w_type": "conjugated godan verb", + "romaji": "kaere" + }, + "孵ろ": { + "w_type": "godan verb stem", + "romaji": "kaero" + }, + "孵った": { + "w_type": "conjugated godan verb", + "romaji": "kaetta" + }, + "孵って": { + "w_type": "conjugated godan verb", + "romaji": "kaette" + }, + "思いこま": { + "w_type": "godan verb stem", + "romaji": "omoikoma" + }, + "思いこみ": { + "w_type": "godan verb stem", + "romaji": "omoikomi" + }, + "思いこめ": { + "w_type": "conjugated godan verb", + "romaji": "omoikome" + }, + "思いこも": { + "w_type": "godan verb stem", + "romaji": "omoikomo" + }, + "思いこんだ": { + "w_type": "conjugated godan verb", + "romaji": "omoikonda" + }, + "思いこんで": { + "w_type": "conjugated godan verb", + "romaji": "omoikonde" + }, + "おっ死な": { + "w_type": "godan verb stem", + "romaji": "otchina" + }, + "おっ死に": { + "w_type": "godan verb stem", + "romaji": "otchini" + }, + "おっ死ね": { + "w_type": "conjugated godan verb", + "romaji": "otchine" + }, + "おっ死の": { + "w_type": "godan verb stem", + "romaji": "otchino" + }, + "おっ死んだ": { + "w_type": "conjugated godan verb", + "romaji": "otchinda" + }, + "おっ死んで": { + "w_type": "conjugated godan verb", + "romaji": "otchinde" + }, + "引き攣ら": { + "w_type": "godan verb stem", + "romaji": "hikitsura" + }, + "引き攣り": { + "w_type": "godan verb stem", + "romaji": "hikitsuri" + }, + "引き攣れ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsure" + }, + "引き攣ろ": { + "w_type": "godan verb stem", + "romaji": "hikitsuro" + }, + "引き攣った": { + "w_type": "conjugated godan verb", + "romaji": "hikitsutta" + }, + "引き攣って": { + "w_type": "conjugated godan verb", + "romaji": "hikitsutte" + }, + "掻っ払わ": { + "w_type": "godan verb stem", + "romaji": "kapparawa" + }, + "掻っ払い": { + "w_type": "godan verb stem", + "romaji": "kapparai" + }, + "掻っ払え": { + "w_type": "conjugated godan verb", + "romaji": "kapparae" + }, + "掻っ払お": { + "w_type": "godan verb stem", + "romaji": "kapparao" + }, + "掻っ払った": { + "w_type": "conjugated godan verb", + "romaji": "kapparatta" + }, + "掻っ払って": { + "w_type": "conjugated godan verb", + "romaji": "kapparatte" + }, + "逃がさ": { + "w_type": "godan verb stem", + "romaji": "nigasa" + }, + "逃がし": { + "w_type": "godan verb stem", + "romaji": "nigashi" + }, + "逃がせ": { + "w_type": "conjugated godan verb", + "romaji": "nigase" + }, + "逃がそ": { + "w_type": "godan verb stem", + "romaji": "nigaso" + }, + "逃がした": { + "w_type": "conjugated godan verb", + "romaji": "nigashita" + }, + "逃がして": { + "w_type": "conjugated godan verb", + "romaji": "nigashite" + }, + "営ま": { + "w_type": "godan verb stem", + "romaji": "itonama" + }, + "営み": { + "w_type": "godan verb stem", + "romaji": "itonami" + }, + "営め": { + "w_type": "conjugated godan verb", + "romaji": "itoname" + }, + "営も": { + "w_type": "godan verb stem", + "romaji": "itonamo" + }, + "営んだ": { + "w_type": "conjugated godan verb", + "romaji": "itonanda" + }, + "営んで": { + "w_type": "conjugated godan verb", + "romaji": "itonande" + }, + "剥か": { + "w_type": "godan verb stem", + "romaji": "muka" + }, + "剥き": { + "w_type": "godan verb stem", + "romaji": "muki" + }, + "剥け": { + "w_type": "conjugated godan verb", + "romaji": "muke" + }, + "剥こ": { + "w_type": "godan verb stem", + "romaji": "muko" + }, + "剥いた": { + "w_type": "conjugated godan verb", + "romaji": "muita" + }, + "剥いて": { + "w_type": "conjugated godan verb", + "romaji": "muite" + }, + "ついて行か": { + "w_type": "godan verb stem", + "romaji": "tsuiteika" + }, + "ついて行き": { + "w_type": "godan verb stem", + "romaji": "tsuiteiki" + }, + "ついて行け": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteike" + }, + "ついて行こ": { + "w_type": "godan verb stem", + "romaji": "tsuiteiko" + }, + "ついて行いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiita" + }, + "ついて行いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiite" + }, + "入れ替ら": { + "w_type": "godan verb stem", + "romaji": "irekawara" + }, + "入れ替り": { + "w_type": "godan verb stem", + "romaji": "irekawari" + }, + "入れ替れ": { + "w_type": "conjugated godan verb", + "romaji": "irekaware" + }, + "入れ替ろ": { + "w_type": "godan verb stem", + "romaji": "irekawaro" + }, + "入れ替った": { + "w_type": "conjugated godan verb", + "romaji": "irekawatta" + }, + "入れ替って": { + "w_type": "conjugated godan verb", + "romaji": "irekawatte" + }, + "振合わ": { + "w_type": "godan verb stem", + "romaji": "furiawa" + }, + "振合い": { + "w_type": "godan verb stem", + "romaji": "furiai" + }, + "振合え": { + "w_type": "conjugated godan verb", + "romaji": "furiae" + }, + "振合お": { + "w_type": "godan verb stem", + "romaji": "furiao" + }, + "振合った": { + "w_type": "conjugated godan verb", + "romaji": "furiatta" + }, + "振合って": { + "w_type": "conjugated godan verb", + "romaji": "furiatte" + }, + "目立た": { + "w_type": "godan verb stem", + "romaji": "medata" + }, + "目立ち": { + "w_type": "godan verb stem", + "romaji": "medachi" + }, + "目立て": { + "w_type": "conjugated godan verb", + "romaji": "medate" + }, + "目立と": { + "w_type": "godan verb stem", + "romaji": "medato" + }, + "目立った": { + "w_type": "conjugated godan verb", + "romaji": "medatta" + }, + "目立って": { + "w_type": "conjugated godan verb", + "romaji": "medatte" + }, + "掻っさらわ": { + "w_type": "godan verb stem", + "romaji": "kassarawa" + }, + "掻っさらい": { + "w_type": "godan verb stem", + "romaji": "kassarai" + }, + "掻っさらえ": { + "w_type": "conjugated godan verb", + "romaji": "kassarae" + }, + "掻っさらお": { + "w_type": "godan verb stem", + "romaji": "kassarao" + }, + "掻っさらった": { + "w_type": "conjugated godan verb", + "romaji": "kassaratta" + }, + "掻っさらって": { + "w_type": "conjugated godan verb", + "romaji": "kassaratte" + }, + "捌か": { + "w_type": "godan verb stem", + "romaji": "sabaka" + }, + "捌き": { + "w_type": "godan verb stem", + "romaji": "sabaki" + }, + "捌け": { + "w_type": "conjugated godan verb", + "romaji": "sabake" + }, + "捌こ": { + "w_type": "godan verb stem", + "romaji": "sabako" + }, + "捌いた": { + "w_type": "conjugated godan verb", + "romaji": "sabaita" + }, + "捌いて": { + "w_type": "conjugated godan verb", + "romaji": "sabaite" + }, + "担ぎ回ら": { + "w_type": "godan verb stem", + "romaji": "katsugimawara" + }, + "担ぎ回り": { + "w_type": "godan verb stem", + "romaji": "katsugimawari" + }, + "担ぎ回れ": { + "w_type": "conjugated godan verb", + "romaji": "katsugimaware" + }, + "担ぎ回ろ": { + "w_type": "godan verb stem", + "romaji": "katsugimawaro" + }, + "担ぎ回った": { + "w_type": "conjugated godan verb", + "romaji": "katsugimawatta" + }, + "担ぎ回って": { + "w_type": "conjugated godan verb", + "romaji": "katsugimawatte" + }, + "無くさ": { + "w_type": "godan verb stem", + "romaji": "nakusa" + }, + "無くし": { + "w_type": "godan verb stem", + "romaji": "nakushi" + }, + "無くせ": { + "w_type": "conjugated godan verb", + "romaji": "nakuse" + }, + "無くそ": { + "w_type": "godan verb stem", + "romaji": "nakuso" + }, + "無くした": { + "w_type": "conjugated godan verb", + "romaji": "nakushita" + }, + "無くして": { + "w_type": "conjugated godan verb", + "romaji": "nakushite" + }, + "分り切ら": { + "w_type": "godan verb stem", + "romaji": "wakarikira" + }, + "分り切り": { + "w_type": "godan verb stem", + "romaji": "wakarikiri" + }, + "分り切れ": { + "w_type": "conjugated godan verb", + "romaji": "wakarikire" + }, + "分り切ろ": { + "w_type": "godan verb stem", + "romaji": "wakarikiro" + }, + "分り切った": { + "w_type": "conjugated godan verb", + "romaji": "wakarikitta" + }, + "分り切って": { + "w_type": "conjugated godan verb", + "romaji": "wakarikitte" + }, + "尖ま": { + "w_type": "godan verb stem", + "romaji": "kosuma" + }, + "尖み": { + "w_type": "godan verb stem", + "romaji": "kosumi" + }, + "尖め": { + "w_type": "conjugated godan verb", + "romaji": "kosume" + }, + "尖も": { + "w_type": "godan verb stem", + "romaji": "kosumo" + }, + "尖んだ": { + "w_type": "conjugated godan verb", + "romaji": "kosunda" + }, + "尖んで": { + "w_type": "conjugated godan verb", + "romaji": "kosunde" + }, + "贏た": { + "w_type": "godan verb stem", + "romaji": "kata" + }, + "贏ち": { + "w_type": "godan verb stem", + "romaji": "kachi" + }, + "贏て": { + "w_type": "conjugated godan verb", + "romaji": "kate" + }, + "贏と": { + "w_type": "godan verb stem", + "romaji": "kato" + }, + "贏った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "贏って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "困り切ら": { + "w_type": "godan verb stem", + "romaji": "komarikira" + }, + "困り切り": { + "w_type": "godan verb stem", + "romaji": "komarikiri" + }, + "困り切れ": { + "w_type": "conjugated godan verb", + "romaji": "komarikire" + }, + "困り切ろ": { + "w_type": "godan verb stem", + "romaji": "komarikiro" + }, + "困り切った": { + "w_type": "conjugated godan verb", + "romaji": "komarikitta" + }, + "困り切って": { + "w_type": "conjugated godan verb", + "romaji": "komarikitte" + }, + "被さら": { + "w_type": "godan verb stem", + "romaji": "kabusara" + }, + "被さり": { + "w_type": "godan verb stem", + "romaji": "kabusari" + }, + "被され": { + "w_type": "conjugated godan verb", + "romaji": "kabusare" + }, + "被さろ": { + "w_type": "godan verb stem", + "romaji": "kabusaro" + }, + "被さった": { + "w_type": "conjugated godan verb", + "romaji": "kabusatta" + }, + "被さって": { + "w_type": "conjugated godan verb", + "romaji": "kabusatte" + }, + "誑さ": { + "w_type": "godan verb stem", + "romaji": "tarasa" + }, + "誑し": { + "w_type": "godan verb stem", + "romaji": "tarashi" + }, + "誑せ": { + "w_type": "conjugated godan verb", + "romaji": "tarase" + }, + "誑そ": { + "w_type": "godan verb stem", + "romaji": "taraso" + }, + "誑した": { + "w_type": "conjugated godan verb", + "romaji": "tarashita" + }, + "誑して": { + "w_type": "conjugated godan verb", + "romaji": "tarashite" + }, + "読み下さ": { + "w_type": "godan verb stem", + "romaji": "yomikudasa" + }, + "読み下し": { + "w_type": "godan verb stem", + "romaji": "yomikudashi" + }, + "読み下せ": { + "w_type": "conjugated godan verb", + "romaji": "yomikudase" + }, + "読み下そ": { + "w_type": "godan verb stem", + "romaji": "yomikudaso" + }, + "読み下した": { + "w_type": "conjugated godan verb", + "romaji": "yomikudashita" + }, + "読み下して": { + "w_type": "conjugated godan verb", + "romaji": "yomikudashite" + }, + "渡さ": { + "w_type": "godan verb stem", + "romaji": "watasa" + }, + "渡し": { + "w_type": "godan verb stem", + "romaji": "watashi" + }, + "渡せ": { + "w_type": "conjugated godan verb", + "romaji": "watase" + }, + "渡そ": { + "w_type": "godan verb stem", + "romaji": "wataso" + }, + "渡した": { + "w_type": "conjugated godan verb", + "romaji": "watashita" + }, + "渡して": { + "w_type": "conjugated godan verb", + "romaji": "watashite" + }, + "立てなおさ": { + "w_type": "godan verb stem", + "romaji": "tatenaosa" + }, + "立てなおし": { + "w_type": "godan verb stem", + "romaji": "tatenaoshi" + }, + "立てなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaose" + }, + "立てなおそ": { + "w_type": "godan verb stem", + "romaji": "tatenaoso" + }, + "立てなおした": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshita" + }, + "立てなおして": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshite" + }, + "祝わ": { + "w_type": "godan verb stem", + "romaji": "iwawa" + }, + "祝い": { + "w_type": "godan verb stem", + "romaji": "iwai" + }, + "祝え": { + "w_type": "conjugated godan verb", + "romaji": "iwae" + }, + "祝お": { + "w_type": "godan verb stem", + "romaji": "iwao" + }, + "祝った": { + "w_type": "conjugated godan verb", + "romaji": "iwatta" + }, + "祝って": { + "w_type": "conjugated godan verb", + "romaji": "iwatte" + }, + "渡ら": { + "w_type": "godan verb stem", + "romaji": "watara" + }, + "渡り": { + "w_type": "godan verb stem", + "romaji": "watari" + }, + "渡れ": { + "w_type": "conjugated godan verb", + "romaji": "watare" + }, + "渡ろ": { + "w_type": "godan verb stem", + "romaji": "wataro" + }, + "渡った": { + "w_type": "conjugated godan verb", + "romaji": "watatta" + }, + "渡って": { + "w_type": "conjugated godan verb", + "romaji": "watatte" + }, + "電気で動か": { + "w_type": "godan verb stem", + "romaji": "denkideugoka" + }, + "電気で動き": { + "w_type": "godan verb stem", + "romaji": "denkideugoki" + }, + "電気で動け": { + "w_type": "conjugated godan verb", + "romaji": "denkideugoke" + }, + "電気で動こ": { + "w_type": "godan verb stem", + "romaji": "denkideugoko" + }, + "電気で動いた": { + "w_type": "conjugated godan verb", + "romaji": "denkideugoita" + }, + "電気で動いて": { + "w_type": "conjugated godan verb", + "romaji": "denkideugoite" + }, + "剝取ら": { + "w_type": "godan verb stem", + "romaji": "hagitora" + }, + "剝取り": { + "w_type": "godan verb stem", + "romaji": "hagitori" + }, + "剝取れ": { + "w_type": "conjugated godan verb", + "romaji": "hagitore" + }, + "剝取ろ": { + "w_type": "godan verb stem", + "romaji": "hagitoro" + }, + "剝取った": { + "w_type": "conjugated godan verb", + "romaji": "hagitotta" + }, + "剝取って": { + "w_type": "conjugated godan verb", + "romaji": "hagitotte" + }, + "因ま": { + "w_type": "godan verb stem", + "romaji": "chinama" + }, + "因み": { + "w_type": "godan verb stem", + "romaji": "chinami" + }, + "因め": { + "w_type": "conjugated godan verb", + "romaji": "chiname" + }, + "因も": { + "w_type": "godan verb stem", + "romaji": "chinamo" + }, + "因んだ": { + "w_type": "conjugated godan verb", + "romaji": "chinanda" + }, + "因んで": { + "w_type": "conjugated godan verb", + "romaji": "chinande" + }, + "追い抜か": { + "w_type": "godan verb stem", + "romaji": "oinuka" + }, + "追い抜き": { + "w_type": "godan verb stem", + "romaji": "oinuki" + }, + "追い抜け": { + "w_type": "conjugated godan verb", + "romaji": "oinuke" + }, + "追い抜こ": { + "w_type": "godan verb stem", + "romaji": "oinuko" + }, + "追い抜いた": { + "w_type": "conjugated godan verb", + "romaji": "oinuita" + }, + "追い抜いて": { + "w_type": "conjugated godan verb", + "romaji": "oinuite" + }, + "漬ら": { + "w_type": "godan verb stem", + "romaji": "hitara" + }, + "漬り": { + "w_type": "godan verb stem", + "romaji": "hitari" + }, + "漬れ": { + "w_type": "conjugated godan verb", + "romaji": "hitare" + }, + "漬ろ": { + "w_type": "godan verb stem", + "romaji": "hitaro" + }, + "漬った": { + "w_type": "conjugated godan verb", + "romaji": "hitatta" + }, + "漬って": { + "w_type": "conjugated godan verb", + "romaji": "hitatte" + }, + "乗さ": { + "w_type": "godan verb stem", + "romaji": "nosa" + }, + "乗し": { + "w_type": "godan verb stem", + "romaji": "noshi" + }, + "乗せ": { + "w_type": "conjugated godan verb", + "romaji": "nose" + }, + "乗そ": { + "w_type": "godan verb stem", + "romaji": "noso" + }, + "乗した": { + "w_type": "conjugated godan verb", + "romaji": "noshita" + }, + "乗して": { + "w_type": "conjugated godan verb", + "romaji": "noshite" + }, + "叩き切ら": { + "w_type": "godan verb stem", + "romaji": "tatakikira" + }, + "叩き切り": { + "w_type": "godan verb stem", + "romaji": "tatakikiri" + }, + "叩き切れ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikire" + }, + "叩き切ろ": { + "w_type": "godan verb stem", + "romaji": "tatakikiro" + }, + "叩き切った": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitta" + }, + "叩き切って": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitte" + }, + "言い古さ": { + "w_type": "godan verb stem", + "romaji": "iifurusa" + }, + "言い古し": { + "w_type": "godan verb stem", + "romaji": "iifurushi" + }, + "言い古せ": { + "w_type": "conjugated godan verb", + "romaji": "iifuruse" + }, + "言い古そ": { + "w_type": "godan verb stem", + "romaji": "iifuruso" + }, + "言い古した": { + "w_type": "conjugated godan verb", + "romaji": "iifurushita" + }, + "言い古して": { + "w_type": "conjugated godan verb", + "romaji": "iifurushite" + }, + "錯ら": { + "w_type": "godan verb stem", + "romaji": "kosura" + }, + "錯り": { + "w_type": "godan verb stem", + "romaji": "kosuri" + }, + "錯れ": { + "w_type": "conjugated godan verb", + "romaji": "kosure" + }, + "錯ろ": { + "w_type": "godan verb stem", + "romaji": "kosuro" + }, + "錯った": { + "w_type": "conjugated godan verb", + "romaji": "kosutta" + }, + "錯って": { + "w_type": "conjugated godan verb", + "romaji": "kosutte" + }, + "残ら": { + "w_type": "godan verb stem", + "romaji": "nokora" + }, + "残り": { + "w_type": "godan verb stem", + "romaji": "nokori" + }, + "残れ": { + "w_type": "conjugated godan verb", + "romaji": "nokore" + }, + "残ろ": { + "w_type": "godan verb stem", + "romaji": "nokoro" + }, + "残った": { + "w_type": "conjugated godan verb", + "romaji": "nokotta" + }, + "残って": { + "w_type": "conjugated godan verb", + "romaji": "nokotte" + }, + "愕か": { + "w_type": "godan verb stem", + "romaji": "odoroka" + }, + "愕き": { + "w_type": "godan verb stem", + "romaji": "odoroki" + }, + "愕け": { + "w_type": "conjugated godan verb", + "romaji": "odoroke" + }, + "愕こ": { + "w_type": "godan verb stem", + "romaji": "odoroko" + }, + "愕いた": { + "w_type": "conjugated godan verb", + "romaji": "odoroita" + }, + "愕いて": { + "w_type": "conjugated godan verb", + "romaji": "odoroite" + }, + "穿り出さ": { + "w_type": "godan verb stem", + "romaji": "hojikuridasa" + }, + "穿り出し": { + "w_type": "godan verb stem", + "romaji": "hojikuridashi" + }, + "穿り出せ": { + "w_type": "conjugated godan verb", + "romaji": "hojikuridase" + }, + "穿り出そ": { + "w_type": "godan verb stem", + "romaji": "hojikuridaso" + }, + "穿り出した": { + "w_type": "conjugated godan verb", + "romaji": "hojikuridashita" + }, + "穿り出して": { + "w_type": "conjugated godan verb", + "romaji": "hojikuridashite" + }, + "引起さ": { + "w_type": "godan verb stem", + "romaji": "hikiokosa" + }, + "引起し": { + "w_type": "godan verb stem", + "romaji": "hikiokoshi" + }, + "引起せ": { + "w_type": "conjugated godan verb", + "romaji": "hikiokose" + }, + "引起そ": { + "w_type": "godan verb stem", + "romaji": "hikiokoso" + }, + "引起した": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshita" + }, + "引起して": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshite" + }, + "漬か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "漬き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "漬け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "漬こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "漬いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "漬いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "塗り込ま": { + "w_type": "godan verb stem", + "romaji": "nurikoma" + }, + "塗り込み": { + "w_type": "godan verb stem", + "romaji": "nurikomi" + }, + "塗り込め": { + "w_type": "conjugated godan verb", + "romaji": "nurikome" + }, + "塗り込も": { + "w_type": "godan verb stem", + "romaji": "nurikomo" + }, + "塗り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nurikonda" + }, + "塗り込んで": { + "w_type": "conjugated godan verb", + "romaji": "nurikonde" + }, + "乗ら": { + "w_type": "godan verb stem", + "romaji": "nora" + }, + "乗り": { + "w_type": "godan verb stem", + "romaji": "nori" + }, + "乗れ": { + "w_type": "conjugated godan verb", + "romaji": "nore" + }, + "乗ろ": { + "w_type": "godan verb stem", + "romaji": "noro" + }, + "乗った": { + "w_type": "conjugated godan verb", + "romaji": "notta" + }, + "乗って": { + "w_type": "conjugated godan verb", + "romaji": "notte" + }, + "摂ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "摂り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "摂れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "摂ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "摂った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "摂って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "沸き上ら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "沸き上り": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "沸き上れ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "沸き上ろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "沸き上った": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "沸き上って": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "突っ込ま": { + "w_type": "godan verb stem", + "romaji": "tsukkoma" + }, + "突っ込み": { + "w_type": "godan verb stem", + "romaji": "tsukkomi" + }, + "突っ込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukkome" + }, + "突っ込も": { + "w_type": "godan verb stem", + "romaji": "tsukkomo" + }, + "突っ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkonda" + }, + "突っ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukkonde" + }, + "立て篭もら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "立て篭もり": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "立て篭もれ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "立て篭もろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "立て篭もった": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "立て篭もって": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "恤ま": { + "w_type": "godan verb stem", + "romaji": "meguma" + }, + "恤み": { + "w_type": "godan verb stem", + "romaji": "megumi" + }, + "恤め": { + "w_type": "conjugated godan verb", + "romaji": "megume" + }, + "恤も": { + "w_type": "godan verb stem", + "romaji": "megumo" + }, + "恤んだ": { + "w_type": "conjugated godan verb", + "romaji": "megunda" + }, + "恤んで": { + "w_type": "conjugated godan verb", + "romaji": "megunde" + }, + "撓ら": { + "w_type": "godan verb stem", + "romaji": "shinara" + }, + "撓り": { + "w_type": "godan verb stem", + "romaji": "shinari" + }, + "撓れ": { + "w_type": "conjugated godan verb", + "romaji": "shinare" + }, + "撓ろ": { + "w_type": "godan verb stem", + "romaji": "shinaro" + }, + "撓った": { + "w_type": "conjugated godan verb", + "romaji": "shinatta" + }, + "撓って": { + "w_type": "conjugated godan verb", + "romaji": "shinatte" + }, + "打ち切ら": { + "w_type": "godan verb stem", + "romaji": "uchikira" + }, + "打ち切り": { + "w_type": "godan verb stem", + "romaji": "uchikiri" + }, + "打ち切れ": { + "w_type": "conjugated godan verb", + "romaji": "uchikire" + }, + "打ち切ろ": { + "w_type": "godan verb stem", + "romaji": "uchikiro" + }, + "打ち切った": { + "w_type": "conjugated godan verb", + "romaji": "uchikitta" + }, + "打ち切って": { + "w_type": "conjugated godan verb", + "romaji": "uchikitte" + }, + "敵と戦わ": { + "w_type": "godan verb stem", + "romaji": "tekitotatakawa" + }, + "敵と戦い": { + "w_type": "godan verb stem", + "romaji": "tekitotatakai" + }, + "敵と戦え": { + "w_type": "conjugated godan verb", + "romaji": "tekitotatakae" + }, + "敵と戦お": { + "w_type": "godan verb stem", + "romaji": "tekitotatakao" + }, + "敵と戦った": { + "w_type": "conjugated godan verb", + "romaji": "tekitotatakatta" + }, + "敵と戦って": { + "w_type": "conjugated godan verb", + "romaji": "tekitotatakatte" + }, + "騙くらかさ": { + "w_type": "godan verb stem", + "romaji": "damakurakasa" + }, + "騙くらかし": { + "w_type": "godan verb stem", + "romaji": "damakurakashi" + }, + "騙くらかせ": { + "w_type": "conjugated godan verb", + "romaji": "damakurakase" + }, + "騙くらかそ": { + "w_type": "godan verb stem", + "romaji": "damakurakaso" + }, + "騙くらかした": { + "w_type": "conjugated godan verb", + "romaji": "damakurakashita" + }, + "騙くらかして": { + "w_type": "conjugated godan verb", + "romaji": "damakurakashite" + }, + "吹き渡ら": { + "w_type": "godan verb stem", + "romaji": "fukiwatara" + }, + "吹き渡り": { + "w_type": "godan verb stem", + "romaji": "fukiwatari" + }, + "吹き渡れ": { + "w_type": "conjugated godan verb", + "romaji": "fukiwatare" + }, + "吹き渡ろ": { + "w_type": "godan verb stem", + "romaji": "fukiwataro" + }, + "吹き渡った": { + "w_type": "conjugated godan verb", + "romaji": "fukiwatatta" + }, + "吹き渡って": { + "w_type": "conjugated godan verb", + "romaji": "fukiwatatte" + }, + "売り抜か": { + "w_type": "godan verb stem", + "romaji": "urinuka" + }, + "売り抜き": { + "w_type": "godan verb stem", + "romaji": "urinuki" + }, + "売り抜け": { + "w_type": "conjugated godan verb", + "romaji": "urinuke" + }, + "売り抜こ": { + "w_type": "godan verb stem", + "romaji": "urinuko" + }, + "売り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "urinuita" + }, + "売り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "urinuite" + }, + "造ら": { + "w_type": "godan verb stem", + "romaji": "tsukura" + }, + "造り": { + "w_type": "godan verb stem", + "romaji": "tsukuri" + }, + "造れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukure" + }, + "造ろ": { + "w_type": "godan verb stem", + "romaji": "tsukuro" + }, + "造った": { + "w_type": "conjugated godan verb", + "romaji": "tsukutta" + }, + "造って": { + "w_type": "conjugated godan verb", + "romaji": "tsukutte" + }, + "寝転ば": { + "w_type": "godan verb stem", + "romaji": "nekoroba" + }, + "寝転び": { + "w_type": "godan verb stem", + "romaji": "nekorobi" + }, + "寝転べ": { + "w_type": "conjugated godan verb", + "romaji": "nekorobe" + }, + "寝転ぼ": { + "w_type": "godan verb stem", + "romaji": "nekorobo" + }, + "寝転んだ": { + "w_type": "conjugated godan verb", + "romaji": "nekoronda" + }, + "寝転んで": { + "w_type": "conjugated godan verb", + "romaji": "nekoronde" + }, + "剥さ": { + "w_type": "godan verb stem", + "romaji": "hagasa" + }, + "剥し": { + "w_type": "godan verb stem", + "romaji": "hagashi" + }, + "剥せ": { + "w_type": "conjugated godan verb", + "romaji": "hagase" + }, + "剥そ": { + "w_type": "godan verb stem", + "romaji": "hagaso" + }, + "剥した": { + "w_type": "conjugated godan verb", + "romaji": "hagashita" + }, + "剥して": { + "w_type": "conjugated godan verb", + "romaji": "hagashite" + }, + "燃えつか": { + "w_type": "godan verb stem", + "romaji": "moetsuka" + }, + "燃えつき": { + "w_type": "godan verb stem", + "romaji": "moetsuki" + }, + "燃えつけ": { + "w_type": "conjugated godan verb", + "romaji": "moetsuke" + }, + "燃えつこ": { + "w_type": "godan verb stem", + "romaji": "moetsuko" + }, + "燃えついた": { + "w_type": "conjugated godan verb", + "romaji": "moetsuita" + }, + "燃えついて": { + "w_type": "conjugated godan verb", + "romaji": "moetsuite" + }, + "しがみ付か": { + "w_type": "godan verb stem", + "romaji": "shigamitsuka" + }, + "しがみ付き": { + "w_type": "godan verb stem", + "romaji": "shigamitsuki" + }, + "しがみ付け": { + "w_type": "conjugated godan verb", + "romaji": "shigamitsuke" + }, + "しがみ付こ": { + "w_type": "godan verb stem", + "romaji": "shigamitsuko" + }, + "しがみ付いた": { + "w_type": "conjugated godan verb", + "romaji": "shigamitsuita" + }, + "しがみ付いて": { + "w_type": "conjugated godan verb", + "romaji": "shigamitsuite" + }, + "託から": { + "w_type": "godan verb stem", + "romaji": "kotozukara" + }, + "託かり": { + "w_type": "godan verb stem", + "romaji": "kotozukari" + }, + "託かれ": { + "w_type": "conjugated godan verb", + "romaji": "kotozukare" + }, + "託かろ": { + "w_type": "godan verb stem", + "romaji": "kotozukaro" + }, + "託かった": { + "w_type": "conjugated godan verb", + "romaji": "kotozukatta" + }, + "託かって": { + "w_type": "conjugated godan verb", + "romaji": "kotozukatte" + }, + "据え置か": { + "w_type": "godan verb stem", + "romaji": "sueoka" + }, + "据え置き": { + "w_type": "godan verb stem", + "romaji": "sueoki" + }, + "据え置け": { + "w_type": "conjugated godan verb", + "romaji": "sueoke" + }, + "据え置こ": { + "w_type": "godan verb stem", + "romaji": "sueoko" + }, + "据え置いた": { + "w_type": "conjugated godan verb", + "romaji": "sueoita" + }, + "据え置いて": { + "w_type": "conjugated godan verb", + "romaji": "sueoite" + }, + "探しださ": { + "w_type": "godan verb stem", + "romaji": "sagashidasa" + }, + "探しだし": { + "w_type": "godan verb stem", + "romaji": "sagashidashi" + }, + "探しだせ": { + "w_type": "conjugated godan verb", + "romaji": "sagashidase" + }, + "探しだそ": { + "w_type": "godan verb stem", + "romaji": "sagashidaso" + }, + "探しだした": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashita" + }, + "探しだして": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashite" + }, + "行き会わ": { + "w_type": "godan verb stem", + "romaji": "ikiawa" + }, + "行き会い": { + "w_type": "godan verb stem", + "romaji": "ikiai" + }, + "行き会え": { + "w_type": "conjugated godan verb", + "romaji": "ikiae" + }, + "行き会お": { + "w_type": "godan verb stem", + "romaji": "ikiao" + }, + "行き会った": { + "w_type": "conjugated godan verb", + "romaji": "ikiatta" + }, + "行き会って": { + "w_type": "conjugated godan verb", + "romaji": "ikiatte" + }, + "燃付か": { + "w_type": "godan verb stem", + "romaji": "moetsuka" + }, + "燃付き": { + "w_type": "godan verb stem", + "romaji": "moetsuki" + }, + "燃付け": { + "w_type": "conjugated godan verb", + "romaji": "moetsuke" + }, + "燃付こ": { + "w_type": "godan verb stem", + "romaji": "moetsuko" + }, + "燃付いた": { + "w_type": "conjugated godan verb", + "romaji": "moetsuita" + }, + "燃付いて": { + "w_type": "conjugated godan verb", + "romaji": "moetsuite" + }, + "泣付か": { + "w_type": "godan verb stem", + "romaji": "nakitsuka" + }, + "泣付き": { + "w_type": "godan verb stem", + "romaji": "nakitsuki" + }, + "泣付け": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuke" + }, + "泣付こ": { + "w_type": "godan verb stem", + "romaji": "nakitsuko" + }, + "泣付いた": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuita" + }, + "泣付いて": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuite" + }, + "輝かさ": { + "w_type": "godan verb stem", + "romaji": "kagayakasa" + }, + "輝かし": { + "w_type": "godan verb stem", + "romaji": "kagayakashi" + }, + "輝かせ": { + "w_type": "conjugated godan verb", + "romaji": "kagayakase" + }, + "輝かそ": { + "w_type": "godan verb stem", + "romaji": "kagayakaso" + }, + "輝かした": { + "w_type": "conjugated godan verb", + "romaji": "kagayakashita" + }, + "輝かして": { + "w_type": "conjugated godan verb", + "romaji": "kagayakashite" + }, + "知り抜か": { + "w_type": "godan verb stem", + "romaji": "shirinuka" + }, + "知り抜き": { + "w_type": "godan verb stem", + "romaji": "shirinuki" + }, + "知り抜け": { + "w_type": "conjugated godan verb", + "romaji": "shirinuke" + }, + "知り抜こ": { + "w_type": "godan verb stem", + "romaji": "shirinuko" + }, + "知り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "shirinuita" + }, + "知り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "shirinuite" + }, + "言表さ": { + "w_type": "godan verb stem", + "romaji": "iiarawasa" + }, + "言表し": { + "w_type": "godan verb stem", + "romaji": "iiarawashi" + }, + "言表せ": { + "w_type": "conjugated godan verb", + "romaji": "iiarawase" + }, + "言表そ": { + "w_type": "godan verb stem", + "romaji": "iiarawaso" + }, + "言表した": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashita" + }, + "言表して": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashite" + }, + "立ち振る舞わ": { + "w_type": "godan verb stem", + "romaji": "tachifurumawa" + }, + "立ち振る舞い": { + "w_type": "godan verb stem", + "romaji": "tachifurumai" + }, + "立ち振る舞え": { + "w_type": "conjugated godan verb", + "romaji": "tachifurumae" + }, + "立ち振る舞お": { + "w_type": "godan verb stem", + "romaji": "tachifurumao" + }, + "立ち振る舞った": { + "w_type": "conjugated godan verb", + "romaji": "tachifurumatta" + }, + "立ち振る舞って": { + "w_type": "conjugated godan verb", + "romaji": "tachifurumatte" + }, + "栖ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "栖み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "栖め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "栖も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "栖んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "栖んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "込み合わ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "込み合い": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "込み合え": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "込み合お": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "込み合った": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "込み合って": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "痛がら": { + "w_type": "godan verb stem", + "romaji": "itagara" + }, + "痛がり": { + "w_type": "godan verb stem", + "romaji": "itagari" + }, + "痛がれ": { + "w_type": "conjugated godan verb", + "romaji": "itagare" + }, + "痛がろ": { + "w_type": "godan verb stem", + "romaji": "itagaro" + }, + "痛がった": { + "w_type": "conjugated godan verb", + "romaji": "itagatta" + }, + "痛がって": { + "w_type": "conjugated godan verb", + "romaji": "itagatte" + }, + "けらけら笑わ": { + "w_type": "godan verb stem", + "romaji": "kerakerawarawa" + }, + "けらけら笑い": { + "w_type": "godan verb stem", + "romaji": "kerakerawarai" + }, + "けらけら笑え": { + "w_type": "conjugated godan verb", + "romaji": "kerakerawarae" + }, + "けらけら笑お": { + "w_type": "godan verb stem", + "romaji": "kerakerawarao" + }, + "けらけら笑った": { + "w_type": "conjugated godan verb", + "romaji": "kerakerawaratta" + }, + "けらけら笑って": { + "w_type": "conjugated godan verb", + "romaji": "kerakerawaratte" + }, + "仕上ら": { + "w_type": "godan verb stem", + "romaji": "shiagara" + }, + "仕上り": { + "w_type": "godan verb stem", + "romaji": "shiagari" + }, + "仕上れ": { + "w_type": "conjugated godan verb", + "romaji": "shiagare" + }, + "仕上ろ": { + "w_type": "godan verb stem", + "romaji": "shiagaro" + }, + "仕上った": { + "w_type": "conjugated godan verb", + "romaji": "shiagatta" + }, + "仕上って": { + "w_type": "conjugated godan verb", + "romaji": "shiagatte" + }, + "絶た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "絶ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "絶て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "絶と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "絶った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "絶って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "引っ張り出さ": { + "w_type": "godan verb stem", + "romaji": "hipparidasa" + }, + "引っ張り出し": { + "w_type": "godan verb stem", + "romaji": "hipparidashi" + }, + "引っ張り出せ": { + "w_type": "conjugated godan verb", + "romaji": "hipparidase" + }, + "引っ張り出そ": { + "w_type": "godan verb stem", + "romaji": "hipparidaso" + }, + "引っ張り出した": { + "w_type": "conjugated godan verb", + "romaji": "hipparidashita" + }, + "引っ張り出して": { + "w_type": "conjugated godan verb", + "romaji": "hipparidashite" + }, + "薄れ行か": { + "w_type": "godan verb stem", + "romaji": "usureyuka" + }, + "薄れ行き": { + "w_type": "godan verb stem", + "romaji": "usureyuki" + }, + "薄れ行け": { + "w_type": "conjugated godan verb", + "romaji": "usureyuke" + }, + "薄れ行こ": { + "w_type": "godan verb stem", + "romaji": "usureyuko" + }, + "薄れ行いた": { + "w_type": "conjugated godan verb", + "romaji": "usureyuita" + }, + "薄れ行いて": { + "w_type": "conjugated godan verb", + "romaji": "usureyuite" + }, + "流行らさ": { + "w_type": "godan verb stem", + "romaji": "hayarasa" + }, + "流行らし": { + "w_type": "godan verb stem", + "romaji": "hayarashi" + }, + "流行らせ": { + "w_type": "conjugated godan verb", + "romaji": "hayarase" + }, + "流行らそ": { + "w_type": "godan verb stem", + "romaji": "hayaraso" + }, + "流行らした": { + "w_type": "conjugated godan verb", + "romaji": "hayarashita" + }, + "流行らして": { + "w_type": "conjugated godan verb", + "romaji": "hayarashite" + }, + "引摺り回さ": { + "w_type": "godan verb stem", + "romaji": "hikizurimawasa" + }, + "引摺り回し": { + "w_type": "godan verb stem", + "romaji": "hikizurimawashi" + }, + "引摺り回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawase" + }, + "引摺り回そ": { + "w_type": "godan verb stem", + "romaji": "hikizurimawaso" + }, + "引摺り回した": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawashita" + }, + "引摺り回して": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawashite" + }, + "尽くさ": { + "w_type": "godan verb stem", + "romaji": "tsukusa" + }, + "尽くし": { + "w_type": "godan verb stem", + "romaji": "tsukushi" + }, + "尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuse" + }, + "尽くそ": { + "w_type": "godan verb stem", + "romaji": "tsukuso" + }, + "尽くした": { + "w_type": "conjugated godan verb", + "romaji": "tsukushita" + }, + "尽くして": { + "w_type": "conjugated godan verb", + "romaji": "tsukushite" + }, + "受渡さ": { + "w_type": "godan verb stem", + "romaji": "ukewatasa" + }, + "受渡し": { + "w_type": "godan verb stem", + "romaji": "ukewatashi" + }, + "受渡せ": { + "w_type": "conjugated godan verb", + "romaji": "ukewatase" + }, + "受渡そ": { + "w_type": "godan verb stem", + "romaji": "ukewataso" + }, + "受渡した": { + "w_type": "conjugated godan verb", + "romaji": "ukewatashita" + }, + "受渡して": { + "w_type": "conjugated godan verb", + "romaji": "ukewatashite" + }, + "選ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "選り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "選れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "選ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "選った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "選って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "覆わ": { + "w_type": "godan verb stem", + "romaji": "oowa" + }, + "覆い": { + "w_type": "godan verb stem", + "romaji": "ooi" + }, + "覆え": { + "w_type": "conjugated godan verb", + "romaji": "ooe" + }, + "覆お": { + "w_type": "godan verb stem", + "romaji": "ooo" + }, + "覆った": { + "w_type": "conjugated godan verb", + "romaji": "ootta" + }, + "覆って": { + "w_type": "conjugated godan verb", + "romaji": "ootte" + }, + "値下がら": { + "w_type": "godan verb stem", + "romaji": "nesagara" + }, + "値下がり": { + "w_type": "godan verb stem", + "romaji": "nesagari" + }, + "値下がれ": { + "w_type": "conjugated godan verb", + "romaji": "nesagare" + }, + "値下がろ": { + "w_type": "godan verb stem", + "romaji": "nesagaro" + }, + "値下がった": { + "w_type": "conjugated godan verb", + "romaji": "nesagatta" + }, + "値下がって": { + "w_type": "conjugated godan verb", + "romaji": "nesagatte" + }, + "覆ら": { + "w_type": "godan verb stem", + "romaji": "kutsugaera" + }, + "覆り": { + "w_type": "godan verb stem", + "romaji": "kutsugaeri" + }, + "覆れ": { + "w_type": "conjugated godan verb", + "romaji": "kutsugaere" + }, + "覆ろ": { + "w_type": "godan verb stem", + "romaji": "kutsugaero" + }, + "かっ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "kattobasa" + }, + "かっ飛ばし": { + "w_type": "godan verb stem", + "romaji": "kattobashi" + }, + "かっ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kattobase" + }, + "かっ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "kattobaso" + }, + "かっ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "kattobashita" + }, + "かっ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "kattobashite" + }, + "繰り越さ": { + "w_type": "godan verb stem", + "romaji": "kurikosa" + }, + "繰り越し": { + "w_type": "godan verb stem", + "romaji": "kurikoshi" + }, + "繰り越せ": { + "w_type": "conjugated godan verb", + "romaji": "kurikose" + }, + "繰り越そ": { + "w_type": "godan verb stem", + "romaji": "kurikoso" + }, + "繰り越した": { + "w_type": "conjugated godan verb", + "romaji": "kurikoshita" + }, + "繰り越して": { + "w_type": "conjugated godan verb", + "romaji": "kurikoshite" + }, + "引落とさ": { + "w_type": "godan verb stem", + "romaji": "hikiotosa" + }, + "引落とし": { + "w_type": "godan verb stem", + "romaji": "hikiotoshi" + }, + "引落とせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiotose" + }, + "引落とそ": { + "w_type": "godan verb stem", + "romaji": "hikiotoso" + }, + "引落とした": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshita" + }, + "引落として": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshite" + }, + "切り崩さ": { + "w_type": "godan verb stem", + "romaji": "kirikuzusa" + }, + "切り崩し": { + "w_type": "godan verb stem", + "romaji": "kirikuzushi" + }, + "切り崩せ": { + "w_type": "conjugated godan verb", + "romaji": "kirikuzuse" + }, + "切り崩そ": { + "w_type": "godan verb stem", + "romaji": "kirikuzuso" + }, + "切り崩した": { + "w_type": "conjugated godan verb", + "romaji": "kirikuzushita" + }, + "切り崩して": { + "w_type": "conjugated godan verb", + "romaji": "kirikuzushite" + }, + "読みあさら": { + "w_type": "godan verb stem", + "romaji": "yomiasara" + }, + "読みあさり": { + "w_type": "godan verb stem", + "romaji": "yomiasari" + }, + "読みあされ": { + "w_type": "conjugated godan verb", + "romaji": "yomiasare" + }, + "読みあさろ": { + "w_type": "godan verb stem", + "romaji": "yomiasaro" + }, + "読みあさった": { + "w_type": "conjugated godan verb", + "romaji": "yomiasatta" + }, + "読みあさって": { + "w_type": "conjugated godan verb", + "romaji": "yomiasatte" + }, + "立ちまじら": { + "w_type": "godan verb stem", + "romaji": "tachimajira" + }, + "立ちまじり": { + "w_type": "godan verb stem", + "romaji": "tachimajiri" + }, + "立ちまじれ": { + "w_type": "conjugated godan verb", + "romaji": "tachimajire" + }, + "立ちまじろ": { + "w_type": "godan verb stem", + "romaji": "tachimajiro" + }, + "立ちまじった": { + "w_type": "conjugated godan verb", + "romaji": "tachimajitta" + }, + "立ちまじって": { + "w_type": "conjugated godan verb", + "romaji": "tachimajitte" + }, + "引き摺り回さ": { + "w_type": "godan verb stem", + "romaji": "hikizurimawasa" + }, + "引き摺り回し": { + "w_type": "godan verb stem", + "romaji": "hikizurimawashi" + }, + "引き摺り回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawase" + }, + "引き摺り回そ": { + "w_type": "godan verb stem", + "romaji": "hikizurimawaso" + }, + "引き摺り回した": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawashita" + }, + "引き摺り回して": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawashite" + }, + "噛合わ": { + "w_type": "godan verb stem", + "romaji": "kamiawa" + }, + "噛合い": { + "w_type": "godan verb stem", + "romaji": "kamiai" + }, + "噛合え": { + "w_type": "conjugated godan verb", + "romaji": "kamiae" + }, + "噛合お": { + "w_type": "godan verb stem", + "romaji": "kamiao" + }, + "噛合った": { + "w_type": "conjugated godan verb", + "romaji": "kamiatta" + }, + "噛合って": { + "w_type": "conjugated godan verb", + "romaji": "kamiatte" + }, + "起きあがら": { + "w_type": "godan verb stem", + "romaji": "okiagara" + }, + "起きあがり": { + "w_type": "godan verb stem", + "romaji": "okiagari" + }, + "起きあがれ": { + "w_type": "conjugated godan verb", + "romaji": "okiagare" + }, + "起きあがろ": { + "w_type": "godan verb stem", + "romaji": "okiagaro" + }, + "起きあがった": { + "w_type": "conjugated godan verb", + "romaji": "okiagatta" + }, + "起きあがって": { + "w_type": "conjugated godan verb", + "romaji": "okiagatte" + }, + "甚振ら": { + "w_type": "godan verb stem", + "romaji": "itabura" + }, + "甚振り": { + "w_type": "godan verb stem", + "romaji": "itaburi" + }, + "甚振れ": { + "w_type": "conjugated godan verb", + "romaji": "itabure" + }, + "甚振ろ": { + "w_type": "godan verb stem", + "romaji": "itaburo" + }, + "甚振った": { + "w_type": "conjugated godan verb", + "romaji": "itabutta" + }, + "甚振って": { + "w_type": "conjugated godan verb", + "romaji": "itabutte" + }, + "架から": { + "w_type": "godan verb stem", + "romaji": "kakara" + }, + "架かり": { + "w_type": "godan verb stem", + "romaji": "kakari" + }, + "架かれ": { + "w_type": "conjugated godan verb", + "romaji": "kakare" + }, + "架かろ": { + "w_type": "godan verb stem", + "romaji": "kakaro" + }, + "架かった": { + "w_type": "conjugated godan verb", + "romaji": "kakatta" + }, + "架かって": { + "w_type": "conjugated godan verb", + "romaji": "kakatte" + }, + "駈け込ま": { + "w_type": "godan verb stem", + "romaji": "kakekoma" + }, + "駈け込み": { + "w_type": "godan verb stem", + "romaji": "kakekomi" + }, + "駈け込め": { + "w_type": "conjugated godan verb", + "romaji": "kakekome" + }, + "駈け込も": { + "w_type": "godan verb stem", + "romaji": "kakekomo" + }, + "駈け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakekonda" + }, + "駈け込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakekonde" + }, + "囲い込ま": { + "w_type": "godan verb stem", + "romaji": "kakoikoma" + }, + "囲い込み": { + "w_type": "godan verb stem", + "romaji": "kakoikomi" + }, + "囲い込め": { + "w_type": "conjugated godan verb", + "romaji": "kakoikome" + }, + "囲い込も": { + "w_type": "godan verb stem", + "romaji": "kakoikomo" + }, + "囲い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakoikonda" + }, + "囲い込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakoikonde" + }, + "漕ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "kogidasa" + }, + "漕ぎ出し": { + "w_type": "godan verb stem", + "romaji": "kogidashi" + }, + "漕ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "kogidase" + }, + "漕ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "kogidaso" + }, + "漕ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "kogidashita" + }, + "漕ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "kogidashite" + }, + "突っ切ら": { + "w_type": "godan verb stem", + "romaji": "tsukkira" + }, + "突っ切り": { + "w_type": "godan verb stem", + "romaji": "tsukkiri" + }, + "突っ切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkire" + }, + "突っ切ろ": { + "w_type": "godan verb stem", + "romaji": "tsukkiro" + }, + "突っ切った": { + "w_type": "conjugated godan verb", + "romaji": "tsukkitta" + }, + "突っ切って": { + "w_type": "conjugated godan verb", + "romaji": "tsukkitte" + }, + "引っ手繰ら": { + "w_type": "godan verb stem", + "romaji": "hittakura" + }, + "引っ手繰り": { + "w_type": "godan verb stem", + "romaji": "hittakuri" + }, + "引っ手繰れ": { + "w_type": "conjugated godan verb", + "romaji": "hittakure" + }, + "引っ手繰ろ": { + "w_type": "godan verb stem", + "romaji": "hittakuro" + }, + "引っ手繰った": { + "w_type": "conjugated godan verb", + "romaji": "hittakutta" + }, + "引っ手繰って": { + "w_type": "conjugated godan verb", + "romaji": "hittakutte" + }, + "取乱さ": { + "w_type": "godan verb stem", + "romaji": "torimidasa" + }, + "取乱し": { + "w_type": "godan verb stem", + "romaji": "torimidashi" + }, + "取乱せ": { + "w_type": "conjugated godan verb", + "romaji": "torimidase" + }, + "取乱そ": { + "w_type": "godan verb stem", + "romaji": "torimidaso" + }, + "取乱した": { + "w_type": "conjugated godan verb", + "romaji": "torimidashita" + }, + "取乱して": { + "w_type": "conjugated godan verb", + "romaji": "torimidashite" + }, + "名乗ら": { + "w_type": "godan verb stem", + "romaji": "nanora" + }, + "名乗り": { + "w_type": "godan verb stem", + "romaji": "nanori" + }, + "名乗れ": { + "w_type": "conjugated godan verb", + "romaji": "nanore" + }, + "名乗ろ": { + "w_type": "godan verb stem", + "romaji": "nanoro" + }, + "名乗った": { + "w_type": "conjugated godan verb", + "romaji": "nanotta" + }, + "名乗って": { + "w_type": "conjugated godan verb", + "romaji": "nanotte" + }, + "たて突か": { + "w_type": "godan verb stem", + "romaji": "tatetsuka" + }, + "たて突き": { + "w_type": "godan verb stem", + "romaji": "tatetsuki" + }, + "たて突け": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuke" + }, + "たて突こ": { + "w_type": "godan verb stem", + "romaji": "tatetsuko" + }, + "たて突いた": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuita" + }, + "たて突いて": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuite" + }, + "突っかから": { + "w_type": "godan verb stem", + "romaji": "tsukkakara" + }, + "突っかかり": { + "w_type": "godan verb stem", + "romaji": "tsukkakari" + }, + "突っかかれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkakare" + }, + "突っかかろ": { + "w_type": "godan verb stem", + "romaji": "tsukkakaro" + }, + "突っかかった": { + "w_type": "conjugated godan verb", + "romaji": "tsukkakatta" + }, + "突っかかって": { + "w_type": "conjugated godan verb", + "romaji": "tsukkakatte" + }, + "付け足さ": { + "w_type": "godan verb stem", + "romaji": "tsuketasa" + }, + "付け足し": { + "w_type": "godan verb stem", + "romaji": "tsuketashi" + }, + "付け足せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuketase" + }, + "付け足そ": { + "w_type": "godan verb stem", + "romaji": "tsuketaso" + }, + "付け足した": { + "w_type": "conjugated godan verb", + "romaji": "tsuketashita" + }, + "付け足して": { + "w_type": "conjugated godan verb", + "romaji": "tsuketashite" + }, + "めくれ上がら": { + "w_type": "godan verb stem", + "romaji": "mekureagara" + }, + "めくれ上がり": { + "w_type": "godan verb stem", + "romaji": "mekureagari" + }, + "めくれ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "mekureagare" + }, + "めくれ上がろ": { + "w_type": "godan verb stem", + "romaji": "mekureagaro" + }, + "めくれ上がった": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatta" + }, + "めくれ上がって": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatte" + }, + "取り下ろさ": { + "w_type": "godan verb stem", + "romaji": "toriorosa" + }, + "取り下ろし": { + "w_type": "godan verb stem", + "romaji": "torioroshi" + }, + "取り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "toriorose" + }, + "取り下ろそ": { + "w_type": "godan verb stem", + "romaji": "torioroso" + }, + "取り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "torioroshita" + }, + "取り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "torioroshite" + }, + "透けて写ら": { + "w_type": "godan verb stem", + "romaji": "suketeutsura" + }, + "透けて写り": { + "w_type": "godan verb stem", + "romaji": "suketeutsuri" + }, + "透けて写れ": { + "w_type": "conjugated godan verb", + "romaji": "suketeutsure" + }, + "透けて写ろ": { + "w_type": "godan verb stem", + "romaji": "suketeutsuro" + }, + "透けて写った": { + "w_type": "conjugated godan verb", + "romaji": "suketeutsutta" + }, + "透けて写って": { + "w_type": "conjugated godan verb", + "romaji": "suketeutsutte" + }, + "へばり付か": { + "w_type": "godan verb stem", + "romaji": "hebaritsuka" + }, + "へばり付き": { + "w_type": "godan verb stem", + "romaji": "hebaritsuki" + }, + "へばり付け": { + "w_type": "conjugated godan verb", + "romaji": "hebaritsuke" + }, + "へばり付こ": { + "w_type": "godan verb stem", + "romaji": "hebaritsuko" + }, + "へばり付いた": { + "w_type": "conjugated godan verb", + "romaji": "hebaritsuita" + }, + "へばり付いて": { + "w_type": "conjugated godan verb", + "romaji": "hebaritsuite" + }, + "取り計らわ": { + "w_type": "godan verb stem", + "romaji": "torihakarawa" + }, + "取り計らい": { + "w_type": "godan verb stem", + "romaji": "torihakarai" + }, + "取り計らえ": { + "w_type": "conjugated godan verb", + "romaji": "torihakarae" + }, + "取り計らお": { + "w_type": "godan verb stem", + "romaji": "torihakarao" + }, + "取り計らった": { + "w_type": "conjugated godan verb", + "romaji": "torihakaratta" + }, + "取り計らって": { + "w_type": "conjugated godan verb", + "romaji": "torihakaratte" + }, + "掠ら": { + "w_type": "godan verb stem", + "romaji": "kasura" + }, + "掠り": { + "w_type": "godan verb stem", + "romaji": "kasuri" + }, + "掠れ": { + "w_type": "conjugated godan verb", + "romaji": "kasure" + }, + "掠ろ": { + "w_type": "godan verb stem", + "romaji": "kasuro" + }, + "問い正さ": { + "w_type": "godan verb stem", + "romaji": "toitadasa" + }, + "問い正し": { + "w_type": "godan verb stem", + "romaji": "toitadashi" + }, + "問い正せ": { + "w_type": "conjugated godan verb", + "romaji": "toitadase" + }, + "問い正そ": { + "w_type": "godan verb stem", + "romaji": "toitadaso" + }, + "問い正した": { + "w_type": "conjugated godan verb", + "romaji": "toitadashita" + }, + "問い正して": { + "w_type": "conjugated godan verb", + "romaji": "toitadashite" + }, + "成り上がら": { + "w_type": "godan verb stem", + "romaji": "nariagara" + }, + "成り上がり": { + "w_type": "godan verb stem", + "romaji": "nariagari" + }, + "成り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "nariagare" + }, + "成り上がろ": { + "w_type": "godan verb stem", + "romaji": "nariagaro" + }, + "成り上がった": { + "w_type": "conjugated godan verb", + "romaji": "nariagatta" + }, + "成り上がって": { + "w_type": "conjugated godan verb", + "romaji": "nariagatte" + }, + "空かさ": { + "w_type": "godan verb stem", + "romaji": "sukasa" + }, + "空かし": { + "w_type": "godan verb stem", + "romaji": "sukashi" + }, + "空かせ": { + "w_type": "conjugated godan verb", + "romaji": "sukase" + }, + "空かそ": { + "w_type": "godan verb stem", + "romaji": "sukaso" + }, + "空かした": { + "w_type": "conjugated godan verb", + "romaji": "sukashita" + }, + "空かして": { + "w_type": "conjugated godan verb", + "romaji": "sukashite" + }, + "惟わ": { + "w_type": "godan verb stem", + "romaji": "omowa" + }, + "惟い": { + "w_type": "godan verb stem", + "romaji": "omoi" + }, + "惟え": { + "w_type": "conjugated godan verb", + "romaji": "omoe" + }, + "惟お": { + "w_type": "godan verb stem", + "romaji": "omoo" + }, + "惟った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "惟って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "弱まら": { + "w_type": "godan verb stem", + "romaji": "yowamara" + }, + "弱まり": { + "w_type": "godan verb stem", + "romaji": "yowamari" + }, + "弱まれ": { + "w_type": "conjugated godan verb", + "romaji": "yowamare" + }, + "弱まろ": { + "w_type": "godan verb stem", + "romaji": "yowamaro" + }, + "弱まった": { + "w_type": "conjugated godan verb", + "romaji": "yowamatta" + }, + "弱まって": { + "w_type": "conjugated godan verb", + "romaji": "yowamatte" + }, + "繁吹か": { + "w_type": "godan verb stem", + "romaji": "shibuka" + }, + "繁吹き": { + "w_type": "godan verb stem", + "romaji": "shibuki" + }, + "繁吹け": { + "w_type": "conjugated godan verb", + "romaji": "shibuke" + }, + "繁吹こ": { + "w_type": "godan verb stem", + "romaji": "shibuko" + }, + "繁吹いた": { + "w_type": "conjugated godan verb", + "romaji": "shibuita" + }, + "繁吹いて": { + "w_type": "conjugated godan verb", + "romaji": "shibuite" + }, + "挙がら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "挙がり": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "挙がれ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "挙がろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "挙がった": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "挙がって": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "弾鳴らさ": { + "w_type": "godan verb stem", + "romaji": "hikinarasa" + }, + "弾鳴らし": { + "w_type": "godan verb stem", + "romaji": "hikinarashi" + }, + "弾鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinarase" + }, + "弾鳴らそ": { + "w_type": "godan verb stem", + "romaji": "hikinaraso" + }, + "弾鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "hikinarashita" + }, + "弾鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "hikinarashite" + }, + "握り潰さ": { + "w_type": "godan verb stem", + "romaji": "nigiritsubusa" + }, + "握り潰し": { + "w_type": "godan verb stem", + "romaji": "nigiritsubushi" + }, + "握り潰せ": { + "w_type": "conjugated godan verb", + "romaji": "nigiritsubuse" + }, + "握り潰そ": { + "w_type": "godan verb stem", + "romaji": "nigiritsubuso" + }, + "握り潰した": { + "w_type": "conjugated godan verb", + "romaji": "nigiritsubushita" + }, + "握り潰して": { + "w_type": "conjugated godan verb", + "romaji": "nigiritsubushite" + }, + "跳ね上がら": { + "w_type": "godan verb stem", + "romaji": "haneagara" + }, + "跳ね上がり": { + "w_type": "godan verb stem", + "romaji": "haneagari" + }, + "跳ね上がれ": { + "w_type": "conjugated godan verb", + "romaji": "haneagare" + }, + "跳ね上がろ": { + "w_type": "godan verb stem", + "romaji": "haneagaro" + }, + "跳ね上がった": { + "w_type": "conjugated godan verb", + "romaji": "haneagatta" + }, + "跳ね上がって": { + "w_type": "conjugated godan verb", + "romaji": "haneagatte" + }, + "狙い澄まさ": { + "w_type": "godan verb stem", + "romaji": "neraisumasa" + }, + "狙い澄まし": { + "w_type": "godan verb stem", + "romaji": "neraisumashi" + }, + "狙い澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "neraisumase" + }, + "狙い澄まそ": { + "w_type": "godan verb stem", + "romaji": "neraisumaso" + }, + "狙い澄ました": { + "w_type": "conjugated godan verb", + "romaji": "neraisumashita" + }, + "狙い澄まして": { + "w_type": "conjugated godan verb", + "romaji": "neraisumashite" + }, + "群がら": { + "w_type": "godan verb stem", + "romaji": "muragara" + }, + "群がり": { + "w_type": "godan verb stem", + "romaji": "muragari" + }, + "群がれ": { + "w_type": "conjugated godan verb", + "romaji": "muragare" + }, + "群がろ": { + "w_type": "godan verb stem", + "romaji": "muragaro" + }, + "群がった": { + "w_type": "conjugated godan verb", + "romaji": "muragatta" + }, + "群がって": { + "w_type": "conjugated godan verb", + "romaji": "muragatte" + }, + "仰むか": { + "w_type": "godan verb stem", + "romaji": "aomuka" + }, + "仰むき": { + "w_type": "godan verb stem", + "romaji": "aomuki" + }, + "仰むけ": { + "w_type": "conjugated godan verb", + "romaji": "aomuke" + }, + "仰むこ": { + "w_type": "godan verb stem", + "romaji": "aomuko" + }, + "仰むいた": { + "w_type": "conjugated godan verb", + "romaji": "aomuita" + }, + "仰むいて": { + "w_type": "conjugated godan verb", + "romaji": "aomuite" + }, + "突刺さ": { + "w_type": "godan verb stem", + "romaji": "tsukisasa" + }, + "突刺し": { + "w_type": "godan verb stem", + "romaji": "tsukisashi" + }, + "突刺せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukisase" + }, + "突刺そ": { + "w_type": "godan verb stem", + "romaji": "tsukisaso" + }, + "突刺した": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashita" + }, + "突刺して": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashite" + }, + "乗りつぶさ": { + "w_type": "godan verb stem", + "romaji": "noritsubusa" + }, + "乗りつぶし": { + "w_type": "godan verb stem", + "romaji": "noritsubushi" + }, + "乗りつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "noritsubuse" + }, + "乗りつぶそ": { + "w_type": "godan verb stem", + "romaji": "noritsubuso" + }, + "乗りつぶした": { + "w_type": "conjugated godan verb", + "romaji": "noritsubushita" + }, + "乗りつぶして": { + "w_type": "conjugated godan verb", + "romaji": "noritsubushite" + }, + "取り捌か": { + "w_type": "godan verb stem", + "romaji": "torisabaka" + }, + "取り捌き": { + "w_type": "godan verb stem", + "romaji": "torisabaki" + }, + "取り捌け": { + "w_type": "conjugated godan verb", + "romaji": "torisabake" + }, + "取り捌こ": { + "w_type": "godan verb stem", + "romaji": "torisabako" + }, + "取り捌いた": { + "w_type": "conjugated godan verb", + "romaji": "torisabaita" + }, + "取り捌いて": { + "w_type": "conjugated godan verb", + "romaji": "torisabaite" + }, + "泣き止ま": { + "w_type": "godan verb stem", + "romaji": "nakiyama" + }, + "泣き止み": { + "w_type": "godan verb stem", + "romaji": "nakiyami" + }, + "泣き止め": { + "w_type": "conjugated godan verb", + "romaji": "nakiyame" + }, + "泣き止も": { + "w_type": "godan verb stem", + "romaji": "nakiyamo" + }, + "泣き止んだ": { + "w_type": "conjugated godan verb", + "romaji": "nakiyanda" + }, + "泣き止んで": { + "w_type": "conjugated godan verb", + "romaji": "nakiyande" + }, + "のし歩か": { + "w_type": "godan verb stem", + "romaji": "noshiaruka" + }, + "のし歩き": { + "w_type": "godan verb stem", + "romaji": "noshiaruki" + }, + "のし歩け": { + "w_type": "conjugated godan verb", + "romaji": "noshiaruke" + }, + "のし歩こ": { + "w_type": "godan verb stem", + "romaji": "noshiaruko" + }, + "のし歩いた": { + "w_type": "conjugated godan verb", + "romaji": "noshiaruita" + }, + "のし歩いて": { + "w_type": "conjugated godan verb", + "romaji": "noshiaruite" + }, + "揺れ動か": { + "w_type": "godan verb stem", + "romaji": "yureugoka" + }, + "揺れ動き": { + "w_type": "godan verb stem", + "romaji": "yureugoki" + }, + "揺れ動け": { + "w_type": "conjugated godan verb", + "romaji": "yureugoke" + }, + "揺れ動こ": { + "w_type": "godan verb stem", + "romaji": "yureugoko" + }, + "揺れ動いた": { + "w_type": "conjugated godan verb", + "romaji": "yureugoita" + }, + "揺れ動いて": { + "w_type": "conjugated godan verb", + "romaji": "yureugoite" + }, + "飛び退か": { + "w_type": "godan verb stem", + "romaji": "tobinoka" + }, + "飛び退き": { + "w_type": "godan verb stem", + "romaji": "tobinoki" + }, + "飛び退け": { + "w_type": "conjugated godan verb", + "romaji": "tobinoke" + }, + "飛び退こ": { + "w_type": "godan verb stem", + "romaji": "tobinoko" + }, + "飛び退いた": { + "w_type": "conjugated godan verb", + "romaji": "tobinoita" + }, + "飛び退いて": { + "w_type": "conjugated godan verb", + "romaji": "tobinoite" + }, + "攻め込ま": { + "w_type": "godan verb stem", + "romaji": "semekoma" + }, + "攻め込み": { + "w_type": "godan verb stem", + "romaji": "semekomi" + }, + "攻め込め": { + "w_type": "conjugated godan verb", + "romaji": "semekome" + }, + "攻め込も": { + "w_type": "godan verb stem", + "romaji": "semekomo" + }, + "攻め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "semekonda" + }, + "攻め込んで": { + "w_type": "conjugated godan verb", + "romaji": "semekonde" + }, + "吐き散らさ": { + "w_type": "godan verb stem", + "romaji": "hakichirasa" + }, + "吐き散らし": { + "w_type": "godan verb stem", + "romaji": "hakichirashi" + }, + "吐き散らせ": { + "w_type": "conjugated godan verb", + "romaji": "hakichirase" + }, + "吐き散らそ": { + "w_type": "godan verb stem", + "romaji": "hakichiraso" + }, + "吐き散らした": { + "w_type": "conjugated godan verb", + "romaji": "hakichirashita" + }, + "吐き散らして": { + "w_type": "conjugated godan verb", + "romaji": "hakichirashite" + }, + "冬めか": { + "w_type": "godan verb stem", + "romaji": "fuyumeka" + }, + "冬めき": { + "w_type": "godan verb stem", + "romaji": "fuyumeki" + }, + "冬めけ": { + "w_type": "conjugated godan verb", + "romaji": "fuyumeke" + }, + "冬めこ": { + "w_type": "godan verb stem", + "romaji": "fuyumeko" + }, + "冬めいた": { + "w_type": "conjugated godan verb", + "romaji": "fuyumeita" + }, + "冬めいて": { + "w_type": "conjugated godan verb", + "romaji": "fuyumeite" + }, + "乾かさ": { + "w_type": "godan verb stem", + "romaji": "kawakasa" + }, + "乾かし": { + "w_type": "godan verb stem", + "romaji": "kawakashi" + }, + "乾かせ": { + "w_type": "conjugated godan verb", + "romaji": "kawakase" + }, + "乾かそ": { + "w_type": "godan verb stem", + "romaji": "kawakaso" + }, + "乾かした": { + "w_type": "conjugated godan verb", + "romaji": "kawakashita" + }, + "乾かして": { + "w_type": "conjugated godan verb", + "romaji": "kawakashite" + }, + "掩わ": { + "w_type": "godan verb stem", + "romaji": "oowa" + }, + "掩い": { + "w_type": "godan verb stem", + "romaji": "ooi" + }, + "掩え": { + "w_type": "conjugated godan verb", + "romaji": "ooe" + }, + "掩お": { + "w_type": "godan verb stem", + "romaji": "ooo" + }, + "掩った": { + "w_type": "conjugated godan verb", + "romaji": "ootta" + }, + "掩って": { + "w_type": "conjugated godan verb", + "romaji": "ootte" + }, + "炙ら": { + "w_type": "godan verb stem", + "romaji": "abura" + }, + "炙り": { + "w_type": "godan verb stem", + "romaji": "aburi" + }, + "炙れ": { + "w_type": "conjugated godan verb", + "romaji": "abure" + }, + "炙ろ": { + "w_type": "godan verb stem", + "romaji": "aburo" + }, + "炙った": { + "w_type": "conjugated godan verb", + "romaji": "abutta" + }, + "炙って": { + "w_type": "conjugated godan verb", + "romaji": "abutte" + }, + "降りかから": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降りかかり": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降りかかろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降りかかった": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降りかかって": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "競り勝た": { + "w_type": "godan verb stem", + "romaji": "serikata" + }, + "競り勝ち": { + "w_type": "godan verb stem", + "romaji": "serikachi" + }, + "競り勝て": { + "w_type": "conjugated godan verb", + "romaji": "serikate" + }, + "競り勝と": { + "w_type": "godan verb stem", + "romaji": "serikato" + }, + "競り勝った": { + "w_type": "conjugated godan verb", + "romaji": "serikatta" + }, + "競り勝って": { + "w_type": "conjugated godan verb", + "romaji": "serikatte" + }, + "寄せ合わ": { + "w_type": "godan verb stem", + "romaji": "yoseawa" + }, + "寄せ合い": { + "w_type": "godan verb stem", + "romaji": "yoseai" + }, + "寄せ合え": { + "w_type": "conjugated godan verb", + "romaji": "yoseae" + }, + "寄せ合お": { + "w_type": "godan verb stem", + "romaji": "yoseao" + }, + "寄せ合った": { + "w_type": "conjugated godan verb", + "romaji": "yoseatta" + }, + "寄せ合って": { + "w_type": "conjugated godan verb", + "romaji": "yoseatte" + }, + "田舎めか": { + "w_type": "godan verb stem", + "romaji": "inakameka" + }, + "田舎めき": { + "w_type": "godan verb stem", + "romaji": "inakameki" + }, + "田舎めけ": { + "w_type": "conjugated godan verb", + "romaji": "inakameke" + }, + "田舎めこ": { + "w_type": "godan verb stem", + "romaji": "inakameko" + }, + "田舎めいた": { + "w_type": "conjugated godan verb", + "romaji": "inakameita" + }, + "田舎めいて": { + "w_type": "conjugated godan verb", + "romaji": "inakameite" + }, + "縫い直さ": { + "w_type": "godan verb stem", + "romaji": "nuinaosa" + }, + "縫い直し": { + "w_type": "godan verb stem", + "romaji": "nuinaoshi" + }, + "縫い直せ": { + "w_type": "conjugated godan verb", + "romaji": "nuinaose" + }, + "縫い直そ": { + "w_type": "godan verb stem", + "romaji": "nuinaoso" + }, + "縫い直した": { + "w_type": "conjugated godan verb", + "romaji": "nuinaoshita" + }, + "縫い直して": { + "w_type": "conjugated godan verb", + "romaji": "nuinaoshite" + }, + "打っ手繰ら": { + "w_type": "godan verb stem", + "romaji": "buttakura" + }, + "打っ手繰り": { + "w_type": "godan verb stem", + "romaji": "buttakuri" + }, + "打っ手繰れ": { + "w_type": "conjugated godan verb", + "romaji": "buttakure" + }, + "打っ手繰ろ": { + "w_type": "godan verb stem", + "romaji": "buttakuro" + }, + "打っ手繰った": { + "w_type": "conjugated godan verb", + "romaji": "buttakutta" + }, + "打っ手繰って": { + "w_type": "conjugated godan verb", + "romaji": "buttakutte" + }, + "嬲ら": { + "w_type": "godan verb stem", + "romaji": "nabura" + }, + "嬲り": { + "w_type": "godan verb stem", + "romaji": "naburi" + }, + "嬲れ": { + "w_type": "conjugated godan verb", + "romaji": "nabure" + }, + "嬲ろ": { + "w_type": "godan verb stem", + "romaji": "naburo" + }, + "嬲った": { + "w_type": "conjugated godan verb", + "romaji": "nabutta" + }, + "嬲って": { + "w_type": "conjugated godan verb", + "romaji": "nabutte" + }, + "移り住ま": { + "w_type": "godan verb stem", + "romaji": "utsurisuma" + }, + "移り住み": { + "w_type": "godan verb stem", + "romaji": "utsurisumi" + }, + "移り住め": { + "w_type": "conjugated godan verb", + "romaji": "utsurisume" + }, + "移り住も": { + "w_type": "godan verb stem", + "romaji": "utsurisumo" + }, + "移り住んだ": { + "w_type": "conjugated godan verb", + "romaji": "utsurisunda" + }, + "移り住んで": { + "w_type": "conjugated godan verb", + "romaji": "utsurisunde" + }, + "揺すぶら": { + "w_type": "godan verb stem", + "romaji": "yusubura" + }, + "揺すぶり": { + "w_type": "godan verb stem", + "romaji": "yusuburi" + }, + "揺すぶれ": { + "w_type": "conjugated godan verb", + "romaji": "yusubure" + }, + "揺すぶろ": { + "w_type": "godan verb stem", + "romaji": "yusuburo" + }, + "揺すぶった": { + "w_type": "conjugated godan verb", + "romaji": "yusubutta" + }, + "揺すぶって": { + "w_type": "conjugated godan verb", + "romaji": "yusubutte" + }, + "感じ取ら": { + "w_type": "godan verb stem", + "romaji": "kanjitora" + }, + "感じ取り": { + "w_type": "godan verb stem", + "romaji": "kanjitori" + }, + "感じ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kanjitore" + }, + "感じ取ろ": { + "w_type": "godan verb stem", + "romaji": "kanjitoro" + }, + "感じ取った": { + "w_type": "conjugated godan verb", + "romaji": "kanjitotta" + }, + "感じ取って": { + "w_type": "conjugated godan verb", + "romaji": "kanjitotte" + }, + "汲み出さ": { + "w_type": "godan verb stem", + "romaji": "kumidasa" + }, + "汲み出し": { + "w_type": "godan verb stem", + "romaji": "kumidashi" + }, + "汲み出せ": { + "w_type": "conjugated godan verb", + "romaji": "kumidase" + }, + "汲み出そ": { + "w_type": "godan verb stem", + "romaji": "kumidaso" + }, + "汲み出した": { + "w_type": "conjugated godan verb", + "romaji": "kumidashita" + }, + "汲み出して": { + "w_type": "conjugated godan verb", + "romaji": "kumidashite" + }, + "思い迷わ": { + "w_type": "godan verb stem", + "romaji": "omoimayowa" + }, + "思い迷い": { + "w_type": "godan verb stem", + "romaji": "omoimayoi" + }, + "思い迷え": { + "w_type": "conjugated godan verb", + "romaji": "omoimayoe" + }, + "思い迷お": { + "w_type": "godan verb stem", + "romaji": "omoimayoo" + }, + "思い迷った": { + "w_type": "conjugated godan verb", + "romaji": "omoimayotta" + }, + "思い迷って": { + "w_type": "conjugated godan verb", + "romaji": "omoimayotte" + }, + "寝なおさ": { + "w_type": "godan verb stem", + "romaji": "nenaosa" + }, + "寝なおし": { + "w_type": "godan verb stem", + "romaji": "nenaoshi" + }, + "寝なおせ": { + "w_type": "conjugated godan verb", + "romaji": "nenaose" + }, + "寝なおそ": { + "w_type": "godan verb stem", + "romaji": "nenaoso" + }, + "寝なおした": { + "w_type": "conjugated godan verb", + "romaji": "nenaoshita" + }, + "寝なおして": { + "w_type": "conjugated godan verb", + "romaji": "nenaoshite" + }, + "遣り残さ": { + "w_type": "godan verb stem", + "romaji": "yarinokosa" + }, + "遣り残し": { + "w_type": "godan verb stem", + "romaji": "yarinokoshi" + }, + "遣り残せ": { + "w_type": "conjugated godan verb", + "romaji": "yarinokose" + }, + "遣り残そ": { + "w_type": "godan verb stem", + "romaji": "yarinokoso" + }, + "遣り残した": { + "w_type": "conjugated godan verb", + "romaji": "yarinokoshita" + }, + "遣り残して": { + "w_type": "conjugated godan verb", + "romaji": "yarinokoshite" + }, + "打っ殺さ": { + "w_type": "godan verb stem", + "romaji": "bukkorosa" + }, + "打っ殺し": { + "w_type": "godan verb stem", + "romaji": "bukkoroshi" + }, + "打っ殺せ": { + "w_type": "conjugated godan verb", + "romaji": "bukkorose" + }, + "打っ殺そ": { + "w_type": "godan verb stem", + "romaji": "bukkoroso" + }, + "打っ殺した": { + "w_type": "conjugated godan verb", + "romaji": "bukkoroshita" + }, + "打っ殺して": { + "w_type": "conjugated godan verb", + "romaji": "bukkoroshite" + }, + "上ずら": { + "w_type": "godan verb stem", + "romaji": "uwazura" + }, + "上ずり": { + "w_type": "godan verb stem", + "romaji": "uwazuri" + }, + "上ずれ": { + "w_type": "conjugated godan verb", + "romaji": "uwazure" + }, + "上ずろ": { + "w_type": "godan verb stem", + "romaji": "uwazuro" + }, + "上ずった": { + "w_type": "conjugated godan verb", + "romaji": "uwazutta" + }, + "上ずって": { + "w_type": "conjugated godan verb", + "romaji": "uwazutte" + }, + "なだれ込ま": { + "w_type": "godan verb stem", + "romaji": "nadarekoma" + }, + "なだれ込み": { + "w_type": "godan verb stem", + "romaji": "nadarekomi" + }, + "なだれ込め": { + "w_type": "conjugated godan verb", + "romaji": "nadarekome" + }, + "なだれ込も": { + "w_type": "godan verb stem", + "romaji": "nadarekomo" + }, + "なだれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nadarekonda" + }, + "なだれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nadarekonde" + }, + "亙ら": { + "w_type": "godan verb stem", + "romaji": "watara" + }, + "亙り": { + "w_type": "godan verb stem", + "romaji": "watari" + }, + "亙れ": { + "w_type": "conjugated godan verb", + "romaji": "watare" + }, + "亙ろ": { + "w_type": "godan verb stem", + "romaji": "wataro" + }, + "亙った": { + "w_type": "conjugated godan verb", + "romaji": "watatta" + }, + "亙って": { + "w_type": "conjugated godan verb", + "romaji": "watatte" + }, + "進ば": { + "w_type": "godan verb stem", + "romaji": "susaba" + }, + "進び": { + "w_type": "godan verb stem", + "romaji": "susabi" + }, + "進べ": { + "w_type": "conjugated godan verb", + "romaji": "susabe" + }, + "進ぼ": { + "w_type": "godan verb stem", + "romaji": "susabo" + }, + "踊ら": { + "w_type": "godan verb stem", + "romaji": "odora" + }, + "踊り": { + "w_type": "godan verb stem", + "romaji": "odori" + }, + "踊れ": { + "w_type": "conjugated godan verb", + "romaji": "odore" + }, + "踊ろ": { + "w_type": "godan verb stem", + "romaji": "odoro" + }, + "踊った": { + "w_type": "conjugated godan verb", + "romaji": "odotta" + }, + "踊って": { + "w_type": "conjugated godan verb", + "romaji": "odotte" + }, + "噎ば": { + "w_type": "godan verb stem", + "romaji": "museba" + }, + "噎び": { + "w_type": "godan verb stem", + "romaji": "musebi" + }, + "噎べ": { + "w_type": "conjugated godan verb", + "romaji": "musebe" + }, + "噎ぼ": { + "w_type": "godan verb stem", + "romaji": "musebo" + }, + "噎んだ": { + "w_type": "conjugated godan verb", + "romaji": "musenda" + }, + "噎んで": { + "w_type": "conjugated godan verb", + "romaji": "musende" + }, + "落着か": { + "w_type": "godan verb stem", + "romaji": "ochitsuka" + }, + "落着き": { + "w_type": "godan verb stem", + "romaji": "ochitsuki" + }, + "落着け": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuke" + }, + "落着こ": { + "w_type": "godan verb stem", + "romaji": "ochitsuko" + }, + "落着いた": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuita" + }, + "落着いて": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuite" + }, + "脅し取ら": { + "w_type": "godan verb stem", + "romaji": "odoshitora" + }, + "脅し取り": { + "w_type": "godan verb stem", + "romaji": "odoshitori" + }, + "脅し取れ": { + "w_type": "conjugated godan verb", + "romaji": "odoshitore" + }, + "脅し取ろ": { + "w_type": "godan verb stem", + "romaji": "odoshitoro" + }, + "脅し取った": { + "w_type": "conjugated godan verb", + "romaji": "odoshitotta" + }, + "脅し取って": { + "w_type": "conjugated godan verb", + "romaji": "odoshitotte" + }, + "感じ入ら": { + "w_type": "godan verb stem", + "romaji": "kanjiira" + }, + "感じ入り": { + "w_type": "godan verb stem", + "romaji": "kanjiiri" + }, + "感じ入れ": { + "w_type": "conjugated godan verb", + "romaji": "kanjiire" + }, + "感じ入ろ": { + "w_type": "godan verb stem", + "romaji": "kanjiiro" + }, + "感じ入った": { + "w_type": "conjugated godan verb", + "romaji": "kanjiitta" + }, + "感じ入って": { + "w_type": "conjugated godan verb", + "romaji": "kanjiitte" + }, + "苦ら": { + "w_type": "godan verb stem", + "romaji": "nigara" + }, + "苦り": { + "w_type": "godan verb stem", + "romaji": "nigari" + }, + "苦れ": { + "w_type": "conjugated godan verb", + "romaji": "nigare" + }, + "苦ろ": { + "w_type": "godan verb stem", + "romaji": "nigaro" + }, + "苦った": { + "w_type": "conjugated godan verb", + "romaji": "nigatta" + }, + "苦って": { + "w_type": "conjugated godan verb", + "romaji": "nigatte" + }, + "繰り返さ": { + "w_type": "godan verb stem", + "romaji": "kurikaesa" + }, + "繰り返し": { + "w_type": "godan verb stem", + "romaji": "kurikaeshi" + }, + "繰り返せ": { + "w_type": "conjugated godan verb", + "romaji": "kurikaese" + }, + "繰り返そ": { + "w_type": "godan verb stem", + "romaji": "kurikaeso" + }, + "繰り返した": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshita" + }, + "繰り返して": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshite" + }, + "振返ら": { + "w_type": "godan verb stem", + "romaji": "furikaera" + }, + "振返り": { + "w_type": "godan verb stem", + "romaji": "furikaeri" + }, + "振返れ": { + "w_type": "conjugated godan verb", + "romaji": "furikaere" + }, + "振返ろ": { + "w_type": "godan verb stem", + "romaji": "furikaero" + }, + "振返った": { + "w_type": "conjugated godan verb", + "romaji": "furikaetta" + }, + "振返って": { + "w_type": "conjugated godan verb", + "romaji": "furikaette" + }, + "毀た": { + "w_type": "godan verb stem", + "romaji": "kobota" + }, + "毀ち": { + "w_type": "godan verb stem", + "romaji": "kobochi" + }, + "毀て": { + "w_type": "conjugated godan verb", + "romaji": "kobote" + }, + "毀と": { + "w_type": "godan verb stem", + "romaji": "koboto" + }, + "毀った": { + "w_type": "conjugated godan verb", + "romaji": "kobotta" + }, + "毀って": { + "w_type": "conjugated godan verb", + "romaji": "kobotte" + }, + "割ら": { + "w_type": "godan verb stem", + "romaji": "wara" + }, + "割り": { + "w_type": "godan verb stem", + "romaji": "wari" + }, + "割れ": { + "w_type": "conjugated godan verb", + "romaji": "ware" + }, + "割ろ": { + "w_type": "godan verb stem", + "romaji": "waro" + }, + "割った": { + "w_type": "conjugated godan verb", + "romaji": "watta" + }, + "割って": { + "w_type": "conjugated godan verb", + "romaji": "watte" + }, + "群れ集わ": { + "w_type": "godan verb stem", + "romaji": "muretsudowa" + }, + "群れ集い": { + "w_type": "godan verb stem", + "romaji": "muretsudoi" + }, + "群れ集え": { + "w_type": "conjugated godan verb", + "romaji": "muretsudoe" + }, + "群れ集お": { + "w_type": "godan verb stem", + "romaji": "muretsudoo" + }, + "群れ集った": { + "w_type": "conjugated godan verb", + "romaji": "muretsudotta" + }, + "群れ集って": { + "w_type": "conjugated godan verb", + "romaji": "muretsudotte" + }, + "怒り狂わ": { + "w_type": "godan verb stem", + "romaji": "ikarikuruwa" + }, + "怒り狂い": { + "w_type": "godan verb stem", + "romaji": "ikarikurui" + }, + "怒り狂え": { + "w_type": "conjugated godan verb", + "romaji": "ikarikurue" + }, + "怒り狂お": { + "w_type": "godan verb stem", + "romaji": "ikarikuruo" + }, + "怒り狂った": { + "w_type": "conjugated godan verb", + "romaji": "ikarikurutta" + }, + "怒り狂って": { + "w_type": "conjugated godan verb", + "romaji": "ikarikurutte" + }, + "搦ま": { + "w_type": "godan verb stem", + "romaji": "karama" + }, + "搦み": { + "w_type": "godan verb stem", + "romaji": "karami" + }, + "搦め": { + "w_type": "conjugated godan verb", + "romaji": "karame" + }, + "搦も": { + "w_type": "godan verb stem", + "romaji": "karamo" + }, + "搦んだ": { + "w_type": "conjugated godan verb", + "romaji": "karanda" + }, + "搦んで": { + "w_type": "conjugated godan verb", + "romaji": "karande" + }, + "縫わ": { + "w_type": "godan verb stem", + "romaji": "nuwa" + }, + "縫い": { + "w_type": "godan verb stem", + "romaji": "nui" + }, + "縫え": { + "w_type": "conjugated godan verb", + "romaji": "nue" + }, + "縫お": { + "w_type": "godan verb stem", + "romaji": "nuo" + }, + "縫った": { + "w_type": "conjugated godan verb", + "romaji": "nutta" + }, + "縫って": { + "w_type": "conjugated godan verb", + "romaji": "nutte" + }, + "取捌か": { + "w_type": "godan verb stem", + "romaji": "torisabaka" + }, + "取捌き": { + "w_type": "godan verb stem", + "romaji": "torisabaki" + }, + "取捌け": { + "w_type": "conjugated godan verb", + "romaji": "torisabake" + }, + "取捌こ": { + "w_type": "godan verb stem", + "romaji": "torisabako" + }, + "取捌いた": { + "w_type": "conjugated godan verb", + "romaji": "torisabaita" + }, + "取捌いて": { + "w_type": "conjugated godan verb", + "romaji": "torisabaite" + }, + "積もり積もら": { + "w_type": "godan verb stem", + "romaji": "tsumoritsumora" + }, + "積もり積もり": { + "w_type": "godan verb stem", + "romaji": "tsumoritsumori" + }, + "積もり積もれ": { + "w_type": "conjugated godan verb", + "romaji": "tsumoritsumore" + }, + "積もり積もろ": { + "w_type": "godan verb stem", + "romaji": "tsumoritsumoro" + }, + "積もり積もった": { + "w_type": "conjugated godan verb", + "romaji": "tsumoritsumotta" + }, + "積もり積もって": { + "w_type": "conjugated godan verb", + "romaji": "tsumoritsumotte" + }, + "皺ばま": { + "w_type": "godan verb stem", + "romaji": "shiwabama" + }, + "皺ばみ": { + "w_type": "godan verb stem", + "romaji": "shiwabami" + }, + "皺ばめ": { + "w_type": "conjugated godan verb", + "romaji": "shiwabame" + }, + "皺ばも": { + "w_type": "godan verb stem", + "romaji": "shiwabamo" + }, + "皺ばんだ": { + "w_type": "conjugated godan verb", + "romaji": "shiwabanda" + }, + "皺ばんで": { + "w_type": "conjugated godan verb", + "romaji": "shiwabande" + }, + "割か": { + "w_type": "godan verb stem", + "romaji": "saka" + }, + "割き": { + "w_type": "godan verb stem", + "romaji": "saki" + }, + "割け": { + "w_type": "conjugated godan verb", + "romaji": "sake" + }, + "割こ": { + "w_type": "godan verb stem", + "romaji": "sako" + }, + "割いた": { + "w_type": "conjugated godan verb", + "romaji": "saita" + }, + "割いて": { + "w_type": "conjugated godan verb", + "romaji": "saite" + }, + "引き延ばさ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引き延ばし": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引き延ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引き延ばそ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引き延ばした": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引き延ばして": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "差遣わさ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawasa" + }, + "差遣わし": { + "w_type": "godan verb stem", + "romaji": "sashitsukawashi" + }, + "差遣わせ": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawase" + }, + "差遣わそ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawaso" + }, + "差遣わした": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashita" + }, + "差遣わして": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashite" + }, + "澄みきら": { + "w_type": "godan verb stem", + "romaji": "sumikira" + }, + "澄みきり": { + "w_type": "godan verb stem", + "romaji": "sumikiri" + }, + "澄みきれ": { + "w_type": "conjugated godan verb", + "romaji": "sumikire" + }, + "澄みきろ": { + "w_type": "godan verb stem", + "romaji": "sumikiro" + }, + "澄みきった": { + "w_type": "conjugated godan verb", + "romaji": "sumikitta" + }, + "澄みきって": { + "w_type": "conjugated godan verb", + "romaji": "sumikitte" + }, + "睨ま": { + "w_type": "godan verb stem", + "romaji": "nirama" + }, + "睨み": { + "w_type": "godan verb stem", + "romaji": "nirami" + }, + "睨め": { + "w_type": "conjugated godan verb", + "romaji": "nirame" + }, + "睨も": { + "w_type": "godan verb stem", + "romaji": "niramo" + }, + "睨んだ": { + "w_type": "conjugated godan verb", + "romaji": "niranda" + }, + "睨んで": { + "w_type": "conjugated godan verb", + "romaji": "nirande" + }, + "ぶり返さ": { + "w_type": "godan verb stem", + "romaji": "burikaesa" + }, + "ぶり返し": { + "w_type": "godan verb stem", + "romaji": "burikaeshi" + }, + "ぶり返せ": { + "w_type": "conjugated godan verb", + "romaji": "burikaese" + }, + "ぶり返そ": { + "w_type": "godan verb stem", + "romaji": "burikaeso" + }, + "ぶり返した": { + "w_type": "conjugated godan verb", + "romaji": "burikaeshita" + }, + "ぶり返して": { + "w_type": "conjugated godan verb", + "romaji": "burikaeshite" + }, + "勝ち残ら": { + "w_type": "godan verb stem", + "romaji": "kachinokora" + }, + "勝ち残り": { + "w_type": "godan verb stem", + "romaji": "kachinokori" + }, + "勝ち残れ": { + "w_type": "conjugated godan verb", + "romaji": "kachinokore" + }, + "勝ち残ろ": { + "w_type": "godan verb stem", + "romaji": "kachinokoro" + }, + "勝ち残った": { + "w_type": "conjugated godan verb", + "romaji": "kachinokotta" + }, + "勝ち残って": { + "w_type": "conjugated godan verb", + "romaji": "kachinokotte" + }, + "目差さ": { + "w_type": "godan verb stem", + "romaji": "mezasa" + }, + "目差し": { + "w_type": "godan verb stem", + "romaji": "mezashi" + }, + "目差せ": { + "w_type": "conjugated godan verb", + "romaji": "mezase" + }, + "目差そ": { + "w_type": "godan verb stem", + "romaji": "mezaso" + }, + "目差した": { + "w_type": "conjugated godan verb", + "romaji": "mezashita" + }, + "目差して": { + "w_type": "conjugated godan verb", + "romaji": "mezashite" + }, + "相伴わ": { + "w_type": "godan verb stem", + "romaji": "aitomonawa" + }, + "相伴い": { + "w_type": "godan verb stem", + "romaji": "aitomonai" + }, + "相伴え": { + "w_type": "conjugated godan verb", + "romaji": "aitomonae" + }, + "相伴お": { + "w_type": "godan verb stem", + "romaji": "aitomonao" + }, + "相伴った": { + "w_type": "conjugated godan verb", + "romaji": "aitomonatta" + }, + "相伴って": { + "w_type": "conjugated godan verb", + "romaji": "aitomonatte" + }, + "差当たら": { + "w_type": "godan verb stem", + "romaji": "sashiatara" + }, + "差当たり": { + "w_type": "godan verb stem", + "romaji": "sashiatari" + }, + "差当たれ": { + "w_type": "conjugated godan verb", + "romaji": "sashiatare" + }, + "差当たろ": { + "w_type": "godan verb stem", + "romaji": "sashiataro" + }, + "差当たった": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatta" + }, + "差当たって": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatte" + }, + "噛潰さ": { + "w_type": "godan verb stem", + "romaji": "kamitsubusa" + }, + "噛潰し": { + "w_type": "godan verb stem", + "romaji": "kamitsubushi" + }, + "噛潰せ": { + "w_type": "conjugated godan verb", + "romaji": "kamitsubuse" + }, + "噛潰そ": { + "w_type": "godan verb stem", + "romaji": "kamitsubuso" + }, + "噛潰した": { + "w_type": "conjugated godan verb", + "romaji": "kamitsubushita" + }, + "噛潰して": { + "w_type": "conjugated godan verb", + "romaji": "kamitsubushite" + }, + "言尽くさ": { + "w_type": "godan verb stem", + "romaji": "iitsukusa" + }, + "言尽くし": { + "w_type": "godan verb stem", + "romaji": "iitsukushi" + }, + "言尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "iitsukuse" + }, + "言尽くそ": { + "w_type": "godan verb stem", + "romaji": "iitsukuso" + }, + "言尽くした": { + "w_type": "conjugated godan verb", + "romaji": "iitsukushita" + }, + "言尽くして": { + "w_type": "conjugated godan verb", + "romaji": "iitsukushite" + }, + "惚れ込ま": { + "w_type": "godan verb stem", + "romaji": "horekoma" + }, + "惚れ込み": { + "w_type": "godan verb stem", + "romaji": "horekomi" + }, + "惚れ込め": { + "w_type": "conjugated godan verb", + "romaji": "horekome" + }, + "惚れ込も": { + "w_type": "godan verb stem", + "romaji": "horekomo" + }, + "惚れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "horekonda" + }, + "惚れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "horekonde" + }, + "食い残さ": { + "w_type": "godan verb stem", + "romaji": "kuinokosa" + }, + "食い残し": { + "w_type": "godan verb stem", + "romaji": "kuinokoshi" + }, + "食い残せ": { + "w_type": "conjugated godan verb", + "romaji": "kuinokose" + }, + "食い残そ": { + "w_type": "godan verb stem", + "romaji": "kuinokoso" + }, + "食い残した": { + "w_type": "conjugated godan verb", + "romaji": "kuinokoshita" + }, + "食い残して": { + "w_type": "conjugated godan verb", + "romaji": "kuinokoshite" + }, + "翳さ": { + "w_type": "godan verb stem", + "romaji": "kazasa" + }, + "翳し": { + "w_type": "godan verb stem", + "romaji": "kazashi" + }, + "翳せ": { + "w_type": "conjugated godan verb", + "romaji": "kazase" + }, + "翳そ": { + "w_type": "godan verb stem", + "romaji": "kazaso" + }, + "翳した": { + "w_type": "conjugated godan verb", + "romaji": "kazashita" + }, + "翳して": { + "w_type": "conjugated godan verb", + "romaji": "kazashite" + }, + "引き摺りおろさ": { + "w_type": "godan verb stem", + "romaji": "hikizuriorosa" + }, + "引き摺りおろし": { + "w_type": "godan verb stem", + "romaji": "hikizurioroshi" + }, + "引き摺りおろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuriorose" + }, + "引き摺りおろそ": { + "w_type": "godan verb stem", + "romaji": "hikizurioroso" + }, + "引き摺りおろした": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshita" + }, + "引き摺りおろして": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshite" + }, + "翳ら": { + "w_type": "godan verb stem", + "romaji": "kagera" + }, + "翳り": { + "w_type": "godan verb stem", + "romaji": "kageri" + }, + "翳れ": { + "w_type": "conjugated godan verb", + "romaji": "kagere" + }, + "翳ろ": { + "w_type": "godan verb stem", + "romaji": "kagero" + }, + "翳った": { + "w_type": "conjugated godan verb", + "romaji": "kagetta" + }, + "翳って": { + "w_type": "conjugated godan verb", + "romaji": "kagette" + }, + "這いつくばら": { + "w_type": "godan verb stem", + "romaji": "haitsukubara" + }, + "這いつくばり": { + "w_type": "godan verb stem", + "romaji": "haitsukubari" + }, + "這いつくばれ": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubare" + }, + "這いつくばろ": { + "w_type": "godan verb stem", + "romaji": "haitsukubaro" + }, + "這いつくばった": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubatta" + }, + "這いつくばって": { + "w_type": "conjugated godan verb", + "romaji": "haitsukubatte" + }, + "剥ぎ取ら": { + "w_type": "godan verb stem", + "romaji": "hagitora" + }, + "剥ぎ取り": { + "w_type": "godan verb stem", + "romaji": "hagitori" + }, + "剥ぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "hagitore" + }, + "剥ぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "hagitoro" + }, + "剥ぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "hagitotta" + }, + "剥ぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "hagitotte" + }, + "突き飛ばさ": { + "w_type": "godan verb stem", + "romaji": "tsukitobasa" + }, + "突き飛ばし": { + "w_type": "godan verb stem", + "romaji": "tsukitobashi" + }, + "突き飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukitobase" + }, + "突き飛ばそ": { + "w_type": "godan verb stem", + "romaji": "tsukitobaso" + }, + "突き飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "tsukitobashita" + }, + "突き飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "tsukitobashite" + }, + "鋤き返さ": { + "w_type": "godan verb stem", + "romaji": "sukikaesa" + }, + "鋤き返し": { + "w_type": "godan verb stem", + "romaji": "sukikaeshi" + }, + "鋤き返せ": { + "w_type": "conjugated godan verb", + "romaji": "sukikaese" + }, + "鋤き返そ": { + "w_type": "godan verb stem", + "romaji": "sukikaeso" + }, + "鋤き返した": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshita" + }, + "鋤き返して": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshite" + }, + "気負い立た": { + "w_type": "godan verb stem", + "romaji": "kioitata" + }, + "気負い立ち": { + "w_type": "godan verb stem", + "romaji": "kioitachi" + }, + "気負い立て": { + "w_type": "conjugated godan verb", + "romaji": "kioitate" + }, + "気負い立と": { + "w_type": "godan verb stem", + "romaji": "kioitato" + }, + "気負い立った": { + "w_type": "conjugated godan verb", + "romaji": "kioitatta" + }, + "気負い立って": { + "w_type": "conjugated godan verb", + "romaji": "kioitatte" + }, + "切落さ": { + "w_type": "godan verb stem", + "romaji": "kiriotosa" + }, + "切落し": { + "w_type": "godan verb stem", + "romaji": "kiriotoshi" + }, + "切落せ": { + "w_type": "conjugated godan verb", + "romaji": "kiriotose" + }, + "切落そ": { + "w_type": "godan verb stem", + "romaji": "kiriotoso" + }, + "切落した": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshita" + }, + "切落して": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshite" + }, + "飲み明かさ": { + "w_type": "godan verb stem", + "romaji": "nomiakasa" + }, + "飲み明かし": { + "w_type": "godan verb stem", + "romaji": "nomiakashi" + }, + "飲み明かせ": { + "w_type": "conjugated godan verb", + "romaji": "nomiakase" + }, + "飲み明かそ": { + "w_type": "godan verb stem", + "romaji": "nomiakaso" + }, + "飲み明かした": { + "w_type": "conjugated godan verb", + "romaji": "nomiakashita" + }, + "飲み明かして": { + "w_type": "conjugated godan verb", + "romaji": "nomiakashite" + }, + "掬い出さ": { + "w_type": "godan verb stem", + "romaji": "sukuidasa" + }, + "掬い出し": { + "w_type": "godan verb stem", + "romaji": "sukuidashi" + }, + "掬い出せ": { + "w_type": "conjugated godan verb", + "romaji": "sukuidase" + }, + "掬い出そ": { + "w_type": "godan verb stem", + "romaji": "sukuidaso" + }, + "掬い出した": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashita" + }, + "掬い出して": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashite" + }, + "掴ま": { + "w_type": "godan verb stem", + "romaji": "tsukama" + }, + "掴み": { + "w_type": "godan verb stem", + "romaji": "tsukami" + }, + "掴め": { + "w_type": "conjugated godan verb", + "romaji": "tsukame" + }, + "掴も": { + "w_type": "godan verb stem", + "romaji": "tsukamo" + }, + "掴んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukanda" + }, + "掴んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukande" + }, + "めぐり合わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "めぐり合い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "めぐり合え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "めぐり合お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "めぐり合った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "めぐり合って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "立会わ": { + "w_type": "godan verb stem", + "romaji": "tachiawa" + }, + "立会い": { + "w_type": "godan verb stem", + "romaji": "tachiai" + }, + "立会え": { + "w_type": "conjugated godan verb", + "romaji": "tachiae" + }, + "立会お": { + "w_type": "godan verb stem", + "romaji": "tachiao" + }, + "立会った": { + "w_type": "conjugated godan verb", + "romaji": "tachiatta" + }, + "立会って": { + "w_type": "conjugated godan verb", + "romaji": "tachiatte" + }, + "ぶっ込ま": { + "w_type": "godan verb stem", + "romaji": "bukkoma" + }, + "ぶっ込み": { + "w_type": "godan verb stem", + "romaji": "bukkomi" + }, + "ぶっ込め": { + "w_type": "conjugated godan verb", + "romaji": "bukkome" + }, + "ぶっ込も": { + "w_type": "godan verb stem", + "romaji": "bukkomo" + }, + "ぶっ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "bukkonda" + }, + "ぶっ込んで": { + "w_type": "conjugated godan verb", + "romaji": "bukkonde" + }, + "切欠か": { + "w_type": "godan verb stem", + "romaji": "kirikaka" + }, + "切欠き": { + "w_type": "godan verb stem", + "romaji": "kirikaki" + }, + "切欠け": { + "w_type": "conjugated godan verb", + "romaji": "kirikake" + }, + "切欠こ": { + "w_type": "godan verb stem", + "romaji": "kirikako" + }, + "切欠いた": { + "w_type": "conjugated godan verb", + "romaji": "kirikaita" + }, + "切欠いて": { + "w_type": "conjugated godan verb", + "romaji": "kirikaite" + }, + "立ち竦ま": { + "w_type": "godan verb stem", + "romaji": "tachisukuma" + }, + "立ち竦み": { + "w_type": "godan verb stem", + "romaji": "tachisukumi" + }, + "立ち竦め": { + "w_type": "conjugated godan verb", + "romaji": "tachisukume" + }, + "立ち竦も": { + "w_type": "godan verb stem", + "romaji": "tachisukumo" + }, + "立ち竦んだ": { + "w_type": "conjugated godan verb", + "romaji": "tachisukunda" + }, + "立ち竦んで": { + "w_type": "conjugated godan verb", + "romaji": "tachisukunde" + }, + "果たさ": { + "w_type": "godan verb stem", + "romaji": "hatasa" + }, + "果たし": { + "w_type": "godan verb stem", + "romaji": "hatashi" + }, + "果たせ": { + "w_type": "conjugated godan verb", + "romaji": "hatase" + }, + "果たそ": { + "w_type": "godan verb stem", + "romaji": "hataso" + }, + "果たした": { + "w_type": "conjugated godan verb", + "romaji": "hatashita" + }, + "果たして": { + "w_type": "conjugated godan verb", + "romaji": "hatashite" + }, + "突き進ま": { + "w_type": "godan verb stem", + "romaji": "tsukisusuma" + }, + "突き進み": { + "w_type": "godan verb stem", + "romaji": "tsukisusumi" + }, + "突き進め": { + "w_type": "conjugated godan verb", + "romaji": "tsukisusume" + }, + "突き進も": { + "w_type": "godan verb stem", + "romaji": "tsukisusumo" + }, + "突き進んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukisusunda" + }, + "突き進んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukisusunde" + }, + "似合わ": { + "w_type": "godan verb stem", + "romaji": "niawa" + }, + "似合い": { + "w_type": "godan verb stem", + "romaji": "niai" + }, + "似合え": { + "w_type": "conjugated godan verb", + "romaji": "niae" + }, + "似合お": { + "w_type": "godan verb stem", + "romaji": "niao" + }, + "似合った": { + "w_type": "conjugated godan verb", + "romaji": "niatta" + }, + "似合って": { + "w_type": "conjugated godan verb", + "romaji": "niatte" + }, + "捲き起こら": { + "w_type": "godan verb stem", + "romaji": "makiokora" + }, + "捲き起こり": { + "w_type": "godan verb stem", + "romaji": "makiokori" + }, + "捲き起これ": { + "w_type": "conjugated godan verb", + "romaji": "makiokore" + }, + "捲き起ころ": { + "w_type": "godan verb stem", + "romaji": "makiokoro" + }, + "捲き起こった": { + "w_type": "conjugated godan verb", + "romaji": "makiokotta" + }, + "捲き起こって": { + "w_type": "conjugated godan verb", + "romaji": "makiokotte" + }, + "勉ま": { + "w_type": "godan verb stem", + "romaji": "rikima" + }, + "勉み": { + "w_type": "godan verb stem", + "romaji": "rikimi" + }, + "勉め": { + "w_type": "conjugated godan verb", + "romaji": "rikime" + }, + "勉も": { + "w_type": "godan verb stem", + "romaji": "rikimo" + }, + "勉んだ": { + "w_type": "conjugated godan verb", + "romaji": "rikinda" + }, + "勉んで": { + "w_type": "conjugated godan verb", + "romaji": "rikinde" + }, + "書き取ら": { + "w_type": "godan verb stem", + "romaji": "kakitora" + }, + "書き取り": { + "w_type": "godan verb stem", + "romaji": "kakitori" + }, + "書き取れ": { + "w_type": "conjugated godan verb", + "romaji": "kakitore" + }, + "書き取ろ": { + "w_type": "godan verb stem", + "romaji": "kakitoro" + }, + "書き取った": { + "w_type": "conjugated godan verb", + "romaji": "kakitotta" + }, + "書き取って": { + "w_type": "conjugated godan verb", + "romaji": "kakitotte" + }, + "赤掛から": { + "w_type": "godan verb stem", + "romaji": "akagakara" + }, + "赤掛かり": { + "w_type": "godan verb stem", + "romaji": "akagakari" + }, + "赤掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "akagakare" + }, + "赤掛かろ": { + "w_type": "godan verb stem", + "romaji": "akagakaro" + }, + "赤掛かった": { + "w_type": "conjugated godan verb", + "romaji": "akagakatta" + }, + "赤掛かって": { + "w_type": "conjugated godan verb", + "romaji": "akagakatte" + }, + "積み込ま": { + "w_type": "godan verb stem", + "romaji": "tsumikoma" + }, + "積み込み": { + "w_type": "godan verb stem", + "romaji": "tsumikomi" + }, + "積み込め": { + "w_type": "conjugated godan verb", + "romaji": "tsumikome" + }, + "積み込も": { + "w_type": "godan verb stem", + "romaji": "tsumikomo" + }, + "積み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumikonda" + }, + "積み込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumikonde" + }, + "おっ放り出さ": { + "w_type": "godan verb stem", + "romaji": "opporidasa" + }, + "おっ放り出し": { + "w_type": "godan verb stem", + "romaji": "opporidashi" + }, + "おっ放り出せ": { + "w_type": "conjugated godan verb", + "romaji": "opporidase" + }, + "おっ放り出そ": { + "w_type": "godan verb stem", + "romaji": "opporidaso" + }, + "おっ放り出した": { + "w_type": "conjugated godan verb", + "romaji": "opporidashita" + }, + "おっ放り出して": { + "w_type": "conjugated godan verb", + "romaji": "opporidashite" + }, + "跳び越さ": { + "w_type": "godan verb stem", + "romaji": "tobikosa" + }, + "跳び越し": { + "w_type": "godan verb stem", + "romaji": "tobikoshi" + }, + "跳び越せ": { + "w_type": "conjugated godan verb", + "romaji": "tobikose" + }, + "跳び越そ": { + "w_type": "godan verb stem", + "romaji": "tobikoso" + }, + "跳び越した": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshita" + }, + "跳び越して": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshite" + }, + "食込ま": { + "w_type": "godan verb stem", + "romaji": "kuikoma" + }, + "食込み": { + "w_type": "godan verb stem", + "romaji": "kuikomi" + }, + "食込め": { + "w_type": "conjugated godan verb", + "romaji": "kuikome" + }, + "食込も": { + "w_type": "godan verb stem", + "romaji": "kuikomo" + }, + "食込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuikonda" + }, + "食込んで": { + "w_type": "conjugated godan verb", + "romaji": "kuikonde" + }, + "蹌踉めか": { + "w_type": "godan verb stem", + "romaji": "yoromeka" + }, + "蹌踉めき": { + "w_type": "godan verb stem", + "romaji": "yoromeki" + }, + "蹌踉めけ": { + "w_type": "conjugated godan verb", + "romaji": "yoromeke" + }, + "蹌踉めこ": { + "w_type": "godan verb stem", + "romaji": "yoromeko" + }, + "蹌踉めいた": { + "w_type": "conjugated godan verb", + "romaji": "yoromeita" + }, + "蹌踉めいて": { + "w_type": "conjugated godan verb", + "romaji": "yoromeite" + }, + "染めなおさ": { + "w_type": "godan verb stem", + "romaji": "somenaosa" + }, + "染めなおし": { + "w_type": "godan verb stem", + "romaji": "somenaoshi" + }, + "染めなおせ": { + "w_type": "conjugated godan verb", + "romaji": "somenaose" + }, + "染めなおそ": { + "w_type": "godan verb stem", + "romaji": "somenaoso" + }, + "染めなおした": { + "w_type": "conjugated godan verb", + "romaji": "somenaoshita" + }, + "染めなおして": { + "w_type": "conjugated godan verb", + "romaji": "somenaoshite" + }, + "売り尽くさ": { + "w_type": "godan verb stem", + "romaji": "uritsukusa" + }, + "売り尽くし": { + "w_type": "godan verb stem", + "romaji": "uritsukushi" + }, + "売り尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "uritsukuse" + }, + "売り尽くそ": { + "w_type": "godan verb stem", + "romaji": "uritsukuso" + }, + "売り尽くした": { + "w_type": "conjugated godan verb", + "romaji": "uritsukushita" + }, + "売り尽くして": { + "w_type": "conjugated godan verb", + "romaji": "uritsukushite" + }, + "抜け代ら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜け代り": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜け代れ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜け代ろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜け代った": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜け代って": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "汲み取ら": { + "w_type": "godan verb stem", + "romaji": "kumitora" + }, + "汲み取り": { + "w_type": "godan verb stem", + "romaji": "kumitori" + }, + "汲み取れ": { + "w_type": "conjugated godan verb", + "romaji": "kumitore" + }, + "汲み取ろ": { + "w_type": "godan verb stem", + "romaji": "kumitoro" + }, + "汲み取った": { + "w_type": "conjugated godan verb", + "romaji": "kumitotta" + }, + "汲み取って": { + "w_type": "conjugated godan verb", + "romaji": "kumitotte" + }, + "創ら": { + "w_type": "godan verb stem", + "romaji": "tsukura" + }, + "創り": { + "w_type": "godan verb stem", + "romaji": "tsukuri" + }, + "創れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukure" + }, + "創ろ": { + "w_type": "godan verb stem", + "romaji": "tsukuro" + }, + "創った": { + "w_type": "conjugated godan verb", + "romaji": "tsukutta" + }, + "創って": { + "w_type": "conjugated godan verb", + "romaji": "tsukutte" + }, + "ぶった切ら": { + "w_type": "godan verb stem", + "romaji": "buttagira" + }, + "ぶった切り": { + "w_type": "godan verb stem", + "romaji": "buttagiri" + }, + "ぶった切れ": { + "w_type": "conjugated godan verb", + "romaji": "buttagire" + }, + "ぶった切ろ": { + "w_type": "godan verb stem", + "romaji": "buttagiro" + }, + "ぶった切った": { + "w_type": "conjugated godan verb", + "romaji": "buttagitta" + }, + "ぶった切って": { + "w_type": "conjugated godan verb", + "romaji": "buttagitte" + }, + "叫びださ": { + "w_type": "godan verb stem", + "romaji": "sakebidasa" + }, + "叫びだし": { + "w_type": "godan verb stem", + "romaji": "sakebidashi" + }, + "叫びだせ": { + "w_type": "conjugated godan verb", + "romaji": "sakebidase" + }, + "叫びだそ": { + "w_type": "godan verb stem", + "romaji": "sakebidaso" + }, + "叫びだした": { + "w_type": "conjugated godan verb", + "romaji": "sakebidashita" + }, + "叫びだして": { + "w_type": "conjugated godan verb", + "romaji": "sakebidashite" + }, + "遊び暮さ": { + "w_type": "godan verb stem", + "romaji": "asobikurasa" + }, + "遊び暮し": { + "w_type": "godan verb stem", + "romaji": "asobikurashi" + }, + "遊び暮せ": { + "w_type": "conjugated godan verb", + "romaji": "asobikurase" + }, + "遊び暮そ": { + "w_type": "godan verb stem", + "romaji": "asobikuraso" + }, + "遊び暮した": { + "w_type": "conjugated godan verb", + "romaji": "asobikurashita" + }, + "遊び暮して": { + "w_type": "conjugated godan verb", + "romaji": "asobikurashite" + }, + "照り合わ": { + "w_type": "godan verb stem", + "romaji": "teriawa" + }, + "照り合い": { + "w_type": "godan verb stem", + "romaji": "teriai" + }, + "照り合え": { + "w_type": "conjugated godan verb", + "romaji": "teriae" + }, + "照り合お": { + "w_type": "godan verb stem", + "romaji": "teriao" + }, + "照り合った": { + "w_type": "conjugated godan verb", + "romaji": "teriatta" + }, + "照り合って": { + "w_type": "conjugated godan verb", + "romaji": "teriatte" + }, + "滑り寄ら": { + "w_type": "godan verb stem", + "romaji": "suberiyora" + }, + "滑り寄り": { + "w_type": "godan verb stem", + "romaji": "suberiyori" + }, + "滑り寄れ": { + "w_type": "conjugated godan verb", + "romaji": "suberiyore" + }, + "滑り寄ろ": { + "w_type": "godan verb stem", + "romaji": "suberiyoro" + }, + "滑り寄った": { + "w_type": "conjugated godan verb", + "romaji": "suberiyotta" + }, + "滑り寄って": { + "w_type": "conjugated godan verb", + "romaji": "suberiyotte" + }, + "勿体ぶら": { + "w_type": "godan verb stem", + "romaji": "mottaibura" + }, + "勿体ぶり": { + "w_type": "godan verb stem", + "romaji": "mottaiburi" + }, + "勿体ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "mottaibure" + }, + "勿体ぶろ": { + "w_type": "godan verb stem", + "romaji": "mottaiburo" + }, + "勿体ぶった": { + "w_type": "conjugated godan verb", + "romaji": "mottaibutta" + }, + "勿体ぶって": { + "w_type": "conjugated godan verb", + "romaji": "mottaibutte" + }, + "突き抜か": { + "w_type": "godan verb stem", + "romaji": "tsukinuka" + }, + "突き抜き": { + "w_type": "godan verb stem", + "romaji": "tsukinuki" + }, + "突き抜け": { + "w_type": "conjugated godan verb", + "romaji": "tsukinuke" + }, + "突き抜こ": { + "w_type": "godan verb stem", + "romaji": "tsukinuko" + }, + "突き抜いた": { + "w_type": "conjugated godan verb", + "romaji": "tsukinuita" + }, + "突き抜いて": { + "w_type": "conjugated godan verb", + "romaji": "tsukinuite" + }, + "透き徹さ": { + "w_type": "godan verb stem", + "romaji": "sukitoosa" + }, + "透き徹し": { + "w_type": "godan verb stem", + "romaji": "sukitooshi" + }, + "透き徹せ": { + "w_type": "conjugated godan verb", + "romaji": "sukitoose" + }, + "透き徹そ": { + "w_type": "godan verb stem", + "romaji": "sukitooso" + }, + "透き徹した": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshita" + }, + "透き徹して": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshite" + }, + "詠みこま": { + "w_type": "godan verb stem", + "romaji": "yomikoma" + }, + "詠みこみ": { + "w_type": "godan verb stem", + "romaji": "yomikomi" + }, + "詠みこめ": { + "w_type": "conjugated godan verb", + "romaji": "yomikome" + }, + "詠みこも": { + "w_type": "godan verb stem", + "romaji": "yomikomo" + }, + "詠みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "yomikonda" + }, + "詠みこんで": { + "w_type": "conjugated godan verb", + "romaji": "yomikonde" + }, + "拝ま": { + "w_type": "godan verb stem", + "romaji": "ogama" + }, + "拝み": { + "w_type": "godan verb stem", + "romaji": "ogami" + }, + "拝め": { + "w_type": "conjugated godan verb", + "romaji": "ogame" + }, + "拝も": { + "w_type": "godan verb stem", + "romaji": "ogamo" + }, + "拝んだ": { + "w_type": "conjugated godan verb", + "romaji": "oganda" + }, + "拝んで": { + "w_type": "conjugated godan verb", + "romaji": "ogande" + }, + "遣ら": { + "w_type": "godan verb stem", + "romaji": "yara" + }, + "遣り": { + "w_type": "godan verb stem", + "romaji": "yari" + }, + "遣れ": { + "w_type": "conjugated godan verb", + "romaji": "yare" + }, + "遣ろ": { + "w_type": "godan verb stem", + "romaji": "yaro" + }, + "遣った": { + "w_type": "conjugated godan verb", + "romaji": "yatta" + }, + "遣って": { + "w_type": "conjugated godan verb", + "romaji": "yatte" + }, + "拘り合わ": { + "w_type": "godan verb stem", + "romaji": "kakazuriawa" + }, + "拘り合い": { + "w_type": "godan verb stem", + "romaji": "kakazuriai" + }, + "拘り合え": { + "w_type": "conjugated godan verb", + "romaji": "kakazuriae" + }, + "拘り合お": { + "w_type": "godan verb stem", + "romaji": "kakazuriao" + }, + "拘り合った": { + "w_type": "conjugated godan verb", + "romaji": "kakazuriatta" + }, + "拘り合って": { + "w_type": "conjugated godan verb", + "romaji": "kakazuriatte" + }, + "吹出さ": { + "w_type": "godan verb stem", + "romaji": "fukidasa" + }, + "吹出し": { + "w_type": "godan verb stem", + "romaji": "fukidashi" + }, + "吹出せ": { + "w_type": "conjugated godan verb", + "romaji": "fukidase" + }, + "吹出そ": { + "w_type": "godan verb stem", + "romaji": "fukidaso" + }, + "吹出した": { + "w_type": "conjugated godan verb", + "romaji": "fukidashita" + }, + "吹出して": { + "w_type": "conjugated godan verb", + "romaji": "fukidashite" + }, + "仕懸ら": { + "w_type": "godan verb stem", + "romaji": "shikakara" + }, + "仕懸り": { + "w_type": "godan verb stem", + "romaji": "shikakari" + }, + "仕懸れ": { + "w_type": "conjugated godan verb", + "romaji": "shikakare" + }, + "仕懸ろ": { + "w_type": "godan verb stem", + "romaji": "shikakaro" + }, + "仕懸った": { + "w_type": "conjugated godan verb", + "romaji": "shikakatta" + }, + "仕懸って": { + "w_type": "conjugated godan verb", + "romaji": "shikakatte" + }, + "弾き飛ばさ": { + "w_type": "godan verb stem", + "romaji": "hajikitobasa" + }, + "弾き飛ばし": { + "w_type": "godan verb stem", + "romaji": "hajikitobashi" + }, + "弾き飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hajikitobase" + }, + "弾き飛ばそ": { + "w_type": "godan verb stem", + "romaji": "hajikitobaso" + }, + "弾き飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "hajikitobashita" + }, + "弾き飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "hajikitobashite" + }, + "癒さ": { + "w_type": "godan verb stem", + "romaji": "iyasa" + }, + "癒し": { + "w_type": "godan verb stem", + "romaji": "iyashi" + }, + "癒せ": { + "w_type": "conjugated godan verb", + "romaji": "iyase" + }, + "癒そ": { + "w_type": "godan verb stem", + "romaji": "iyaso" + }, + "癒した": { + "w_type": "conjugated godan verb", + "romaji": "iyashita" + }, + "癒して": { + "w_type": "conjugated godan verb", + "romaji": "iyashite" + }, + "取りはずさ": { + "w_type": "godan verb stem", + "romaji": "torihazusa" + }, + "取りはずし": { + "w_type": "godan verb stem", + "romaji": "torihazushi" + }, + "取りはずせ": { + "w_type": "conjugated godan verb", + "romaji": "torihazuse" + }, + "取りはずそ": { + "w_type": "godan verb stem", + "romaji": "torihazuso" + }, + "取りはずした": { + "w_type": "conjugated godan verb", + "romaji": "torihazushita" + }, + "取りはずして": { + "w_type": "conjugated godan verb", + "romaji": "torihazushite" + }, + "捜し廻ら": { + "w_type": "godan verb stem", + "romaji": "sagashimawara" + }, + "捜し廻り": { + "w_type": "godan verb stem", + "romaji": "sagashimawari" + }, + "捜し廻れ": { + "w_type": "conjugated godan verb", + "romaji": "sagashimaware" + }, + "捜し廻ろ": { + "w_type": "godan verb stem", + "romaji": "sagashimawaro" + }, + "捜し廻った": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatta" + }, + "捜し廻って": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatte" + }, + "遊び廻ら": { + "w_type": "godan verb stem", + "romaji": "asobimawara" + }, + "遊び廻り": { + "w_type": "godan verb stem", + "romaji": "asobimawari" + }, + "遊び廻れ": { + "w_type": "conjugated godan verb", + "romaji": "asobimaware" + }, + "遊び廻ろ": { + "w_type": "godan verb stem", + "romaji": "asobimawaro" + }, + "遊び廻った": { + "w_type": "conjugated godan verb", + "romaji": "asobimawatta" + }, + "遊び廻って": { + "w_type": "conjugated godan verb", + "romaji": "asobimawatte" + }, + "引っ掻か": { + "w_type": "godan verb stem", + "romaji": "hikkaka" + }, + "引っ掻き": { + "w_type": "godan verb stem", + "romaji": "hikkaki" + }, + "引っ掻け": { + "w_type": "conjugated godan verb", + "romaji": "hikkake" + }, + "引っ掻こ": { + "w_type": "godan verb stem", + "romaji": "hikkako" + }, + "引っ掻いた": { + "w_type": "conjugated godan verb", + "romaji": "hikkaita" + }, + "引っ掻いて": { + "w_type": "conjugated godan verb", + "romaji": "hikkaite" + }, + "引っ張たか": { + "w_type": "godan verb stem", + "romaji": "hippataka" + }, + "引っ張たき": { + "w_type": "godan verb stem", + "romaji": "hippataki" + }, + "引っ張たけ": { + "w_type": "conjugated godan verb", + "romaji": "hippatake" + }, + "引っ張たこ": { + "w_type": "godan verb stem", + "romaji": "hippatako" + }, + "引っ張たいた": { + "w_type": "conjugated godan verb", + "romaji": "hippataita" + }, + "引っ張たいて": { + "w_type": "conjugated godan verb", + "romaji": "hippataite" + }, + "気づかわ": { + "w_type": "godan verb stem", + "romaji": "kizukawa" + }, + "気づかい": { + "w_type": "godan verb stem", + "romaji": "kizukai" + }, + "気づかえ": { + "w_type": "conjugated godan verb", + "romaji": "kizukae" + }, + "気づかお": { + "w_type": "godan verb stem", + "romaji": "kizukao" + }, + "気づかった": { + "w_type": "conjugated godan verb", + "romaji": "kizukatta" + }, + "気づかって": { + "w_type": "conjugated godan verb", + "romaji": "kizukatte" + }, + "取っ組ま": { + "w_type": "godan verb stem", + "romaji": "torikuma" + }, + "取っ組み": { + "w_type": "godan verb stem", + "romaji": "torikumi" + }, + "取っ組め": { + "w_type": "conjugated godan verb", + "romaji": "torikume" + }, + "取っ組も": { + "w_type": "godan verb stem", + "romaji": "torikumo" + }, + "取っ組んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikunda" + }, + "取っ組んで": { + "w_type": "conjugated godan verb", + "romaji": "torikunde" + }, + "染め込ま": { + "w_type": "godan verb stem", + "romaji": "somekoma" + }, + "染め込み": { + "w_type": "godan verb stem", + "romaji": "somekomi" + }, + "染め込め": { + "w_type": "conjugated godan verb", + "romaji": "somekome" + }, + "染め込も": { + "w_type": "godan verb stem", + "romaji": "somekomo" + }, + "染め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "somekonda" + }, + "染め込んで": { + "w_type": "conjugated godan verb", + "romaji": "somekonde" + }, + "盗み取ら": { + "w_type": "godan verb stem", + "romaji": "nusumitora" + }, + "盗み取り": { + "w_type": "godan verb stem", + "romaji": "nusumitori" + }, + "盗み取れ": { + "w_type": "conjugated godan verb", + "romaji": "nusumitore" + }, + "盗み取ろ": { + "w_type": "godan verb stem", + "romaji": "nusumitoro" + }, + "盗み取った": { + "w_type": "conjugated godan verb", + "romaji": "nusumitotta" + }, + "盗み取って": { + "w_type": "conjugated godan verb", + "romaji": "nusumitotte" + }, + "掻き口説か": { + "w_type": "godan verb stem", + "romaji": "kakikudoka" + }, + "掻き口説き": { + "w_type": "godan verb stem", + "romaji": "kakikudoki" + }, + "掻き口説け": { + "w_type": "conjugated godan verb", + "romaji": "kakikudoke" + }, + "掻き口説こ": { + "w_type": "godan verb stem", + "romaji": "kakikudoko" + }, + "掻き口説いた": { + "w_type": "conjugated godan verb", + "romaji": "kakikudoita" + }, + "掻き口説いて": { + "w_type": "conjugated godan verb", + "romaji": "kakikudoite" + }, + "泳ぎださ": { + "w_type": "godan verb stem", + "romaji": "oyogidasa" + }, + "泳ぎだし": { + "w_type": "godan verb stem", + "romaji": "oyogidashi" + }, + "泳ぎだせ": { + "w_type": "conjugated godan verb", + "romaji": "oyogidase" + }, + "泳ぎだそ": { + "w_type": "godan verb stem", + "romaji": "oyogidaso" + }, + "泳ぎだした": { + "w_type": "conjugated godan verb", + "romaji": "oyogidashita" + }, + "泳ぎだして": { + "w_type": "conjugated godan verb", + "romaji": "oyogidashite" + }, + "巣食わ": { + "w_type": "godan verb stem", + "romaji": "sukuwa" + }, + "巣食い": { + "w_type": "godan verb stem", + "romaji": "sukui" + }, + "巣食え": { + "w_type": "conjugated godan verb", + "romaji": "sukue" + }, + "巣食お": { + "w_type": "godan verb stem", + "romaji": "sukuo" + }, + "巣食った": { + "w_type": "conjugated godan verb", + "romaji": "sukutta" + }, + "巣食って": { + "w_type": "conjugated godan verb", + "romaji": "sukutte" + }, + "凭れ掛から": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "凭れ掛かり": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "凭れ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "凭れ掛かろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "凭れ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "凭れ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "待ち倦ま": { + "w_type": "godan verb stem", + "romaji": "machiaguma" + }, + "待ち倦み": { + "w_type": "godan verb stem", + "romaji": "machiagumi" + }, + "待ち倦め": { + "w_type": "conjugated godan verb", + "romaji": "machiagume" + }, + "待ち倦も": { + "w_type": "godan verb stem", + "romaji": "machiagumo" + }, + "待ち倦んだ": { + "w_type": "conjugated godan verb", + "romaji": "machiagunda" + }, + "待ち倦んで": { + "w_type": "conjugated godan verb", + "romaji": "machiagunde" + }, + "剪み切ら": { + "w_type": "godan verb stem", + "romaji": "hasamikira" + }, + "剪み切り": { + "w_type": "godan verb stem", + "romaji": "hasamikiri" + }, + "剪み切れ": { + "w_type": "conjugated godan verb", + "romaji": "hasamikire" + }, + "剪み切ろ": { + "w_type": "godan verb stem", + "romaji": "hasamikiro" + }, + "剪み切った": { + "w_type": "conjugated godan verb", + "romaji": "hasamikitta" + }, + "剪み切って": { + "w_type": "conjugated godan verb", + "romaji": "hasamikitte" + }, + "引きもどさ": { + "w_type": "godan verb stem", + "romaji": "hikimodosa" + }, + "引きもどし": { + "w_type": "godan verb stem", + "romaji": "hikimodoshi" + }, + "引きもどせ": { + "w_type": "conjugated godan verb", + "romaji": "hikimodose" + }, + "引きもどそ": { + "w_type": "godan verb stem", + "romaji": "hikimodoso" + }, + "引きもどした": { + "w_type": "conjugated godan verb", + "romaji": "hikimodoshita" + }, + "引きもどして": { + "w_type": "conjugated godan verb", + "romaji": "hikimodoshite" + }, + "祭ら": { + "w_type": "godan verb stem", + "romaji": "matsura" + }, + "祭り": { + "w_type": "godan verb stem", + "romaji": "matsuri" + }, + "祭れ": { + "w_type": "conjugated godan verb", + "romaji": "matsure" + }, + "祭ろ": { + "w_type": "godan verb stem", + "romaji": "matsuro" + }, + "祭った": { + "w_type": "conjugated godan verb", + "romaji": "matsutta" + }, + "祭って": { + "w_type": "conjugated godan verb", + "romaji": "matsutte" + }, + "切り結ば": { + "w_type": "godan verb stem", + "romaji": "kirimusuba" + }, + "切り結び": { + "w_type": "godan verb stem", + "romaji": "kirimusubi" + }, + "切り結べ": { + "w_type": "conjugated godan verb", + "romaji": "kirimusube" + }, + "切り結ぼ": { + "w_type": "godan verb stem", + "romaji": "kirimusubo" + }, + "切り結んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirimusunda" + }, + "切り結んで": { + "w_type": "conjugated godan verb", + "romaji": "kirimusunde" + }, + "思しめさ": { + "w_type": "godan verb stem", + "romaji": "oboshimesa" + }, + "思しめし": { + "w_type": "godan verb stem", + "romaji": "oboshimeshi" + }, + "思しめせ": { + "w_type": "conjugated godan verb", + "romaji": "oboshimese" + }, + "思しめそ": { + "w_type": "godan verb stem", + "romaji": "oboshimeso" + }, + "思しめした": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshita" + }, + "思しめして": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshite" + }, + "茹で上がら": { + "w_type": "godan verb stem", + "romaji": "yudeagara" + }, + "茹で上がり": { + "w_type": "godan verb stem", + "romaji": "yudeagari" + }, + "茹で上がれ": { + "w_type": "conjugated godan verb", + "romaji": "yudeagare" + }, + "茹で上がろ": { + "w_type": "godan verb stem", + "romaji": "yudeagaro" + }, + "茹で上がった": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatta" + }, + "茹で上がって": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatte" + }, + "炊上がら": { + "w_type": "godan verb stem", + "romaji": "takiagara" + }, + "炊上がり": { + "w_type": "godan verb stem", + "romaji": "takiagari" + }, + "炊上がれ": { + "w_type": "conjugated godan verb", + "romaji": "takiagare" + }, + "炊上がろ": { + "w_type": "godan verb stem", + "romaji": "takiagaro" + }, + "炊上がった": { + "w_type": "conjugated godan verb", + "romaji": "takiagatta" + }, + "炊上がって": { + "w_type": "conjugated godan verb", + "romaji": "takiagatte" + }, + "おおい隠さ": { + "w_type": "godan verb stem", + "romaji": "ooikakusa" + }, + "おおい隠し": { + "w_type": "godan verb stem", + "romaji": "ooikakushi" + }, + "おおい隠せ": { + "w_type": "conjugated godan verb", + "romaji": "ooikakuse" + }, + "おおい隠そ": { + "w_type": "godan verb stem", + "romaji": "ooikakuso" + }, + "おおい隠した": { + "w_type": "conjugated godan verb", + "romaji": "ooikakushita" + }, + "おおい隠して": { + "w_type": "conjugated godan verb", + "romaji": "ooikakushite" + }, + "見当たら": { + "w_type": "godan verb stem", + "romaji": "miatara" + }, + "見当たり": { + "w_type": "godan verb stem", + "romaji": "miatari" + }, + "見当たれ": { + "w_type": "conjugated godan verb", + "romaji": "miatare" + }, + "見当たろ": { + "w_type": "godan verb stem", + "romaji": "miataro" + }, + "見当たった": { + "w_type": "conjugated godan verb", + "romaji": "miatatta" + }, + "見当たって": { + "w_type": "conjugated godan verb", + "romaji": "miatatte" + }, + "覆いかくさ": { + "w_type": "godan verb stem", + "romaji": "ooikakusa" + }, + "覆いかくし": { + "w_type": "godan verb stem", + "romaji": "ooikakushi" + }, + "覆いかくせ": { + "w_type": "conjugated godan verb", + "romaji": "ooikakuse" + }, + "覆いかくそ": { + "w_type": "godan verb stem", + "romaji": "ooikakuso" + }, + "覆いかくした": { + "w_type": "conjugated godan verb", + "romaji": "ooikakushita" + }, + "覆いかくして": { + "w_type": "conjugated godan verb", + "romaji": "ooikakushite" + }, + "売りさばか": { + "w_type": "godan verb stem", + "romaji": "urisabaka" + }, + "売りさばき": { + "w_type": "godan verb stem", + "romaji": "urisabaki" + }, + "売りさばけ": { + "w_type": "conjugated godan verb", + "romaji": "urisabake" + }, + "売りさばこ": { + "w_type": "godan verb stem", + "romaji": "urisabako" + }, + "売りさばいた": { + "w_type": "conjugated godan verb", + "romaji": "urisabaita" + }, + "売りさばいて": { + "w_type": "conjugated godan verb", + "romaji": "urisabaite" + }, + "賭さ": { + "w_type": "godan verb stem", + "romaji": "tosa" + }, + "賭し": { + "w_type": "godan verb stem", + "romaji": "toshi" + }, + "賭せ": { + "w_type": "conjugated godan verb", + "romaji": "tose" + }, + "賭そ": { + "w_type": "godan verb stem", + "romaji": "toso" + }, + "賭した": { + "w_type": "conjugated godan verb", + "romaji": "toshita" + }, + "賭して": { + "w_type": "conjugated godan verb", + "romaji": "toshite" + }, + "かみ切ら": { + "w_type": "godan verb stem", + "romaji": "kamikira" + }, + "かみ切り": { + "w_type": "godan verb stem", + "romaji": "kamikiri" + }, + "かみ切れ": { + "w_type": "conjugated godan verb", + "romaji": "kamikire" + }, + "かみ切ろ": { + "w_type": "godan verb stem", + "romaji": "kamikiro" + }, + "かみ切った": { + "w_type": "conjugated godan verb", + "romaji": "kamikitta" + }, + "かみ切って": { + "w_type": "conjugated godan verb", + "romaji": "kamikitte" + }, + "揺るが": { + "w_type": "godan verb stem", + "romaji": "yuruga" + }, + "揺るぎ": { + "w_type": "godan verb stem", + "romaji": "yurugi" + }, + "揺るげ": { + "w_type": "conjugated godan verb", + "romaji": "yuruge" + }, + "揺るご": { + "w_type": "godan verb stem", + "romaji": "yurugo" + }, + "揺るいだ": { + "w_type": "conjugated godan verb", + "romaji": "yuruida" + }, + "揺るいで": { + "w_type": "conjugated godan verb", + "romaji": "yuruide" + }, + "振り向か": { + "w_type": "godan verb stem", + "romaji": "furimuka" + }, + "振り向き": { + "w_type": "godan verb stem", + "romaji": "furimuki" + }, + "振り向け": { + "w_type": "conjugated godan verb", + "romaji": "furimuke" + }, + "振り向こ": { + "w_type": "godan verb stem", + "romaji": "furimuko" + }, + "振り向いた": { + "w_type": "conjugated godan verb", + "romaji": "furimuita" + }, + "振り向いて": { + "w_type": "conjugated godan verb", + "romaji": "furimuite" + }, + "見つから": { + "w_type": "godan verb stem", + "romaji": "mitsukara" + }, + "見つかり": { + "w_type": "godan verb stem", + "romaji": "mitsukari" + }, + "見つかれ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukare" + }, + "見つかろ": { + "w_type": "godan verb stem", + "romaji": "mitsukaro" + }, + "見つかった": { + "w_type": "conjugated godan verb", + "romaji": "mitsukatta" + }, + "見つかって": { + "w_type": "conjugated godan verb", + "romaji": "mitsukatte" + }, + "絞り込ま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "絞り込み": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "絞り込め": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "絞り込も": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "絞り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "絞り込んで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "張りめぐらさ": { + "w_type": "godan verb stem", + "romaji": "harimegurasa" + }, + "張りめぐらし": { + "w_type": "godan verb stem", + "romaji": "harimegurashi" + }, + "張りめぐらせ": { + "w_type": "conjugated godan verb", + "romaji": "harimegurase" + }, + "張りめぐらそ": { + "w_type": "godan verb stem", + "romaji": "harimeguraso" + }, + "張りめぐらした": { + "w_type": "conjugated godan verb", + "romaji": "harimegurashita" + }, + "張りめぐらして": { + "w_type": "conjugated godan verb", + "romaji": "harimegurashite" + }, + "引き起こさ": { + "w_type": "godan verb stem", + "romaji": "hikiokosa" + }, + "引き起こし": { + "w_type": "godan verb stem", + "romaji": "hikiokoshi" + }, + "引き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiokose" + }, + "引き起こそ": { + "w_type": "godan verb stem", + "romaji": "hikiokoso" + }, + "引き起こした": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshita" + }, + "引き起こして": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshite" + }, + "追い迫ら": { + "w_type": "godan verb stem", + "romaji": "oisemara" + }, + "追い迫り": { + "w_type": "godan verb stem", + "romaji": "oisemari" + }, + "追い迫れ": { + "w_type": "conjugated godan verb", + "romaji": "oisemare" + }, + "追い迫ろ": { + "w_type": "godan verb stem", + "romaji": "oisemaro" + }, + "追い迫った": { + "w_type": "conjugated godan verb", + "romaji": "oisematta" + }, + "追い迫って": { + "w_type": "conjugated godan verb", + "romaji": "oisematte" + }, + "出揃わ": { + "w_type": "godan verb stem", + "romaji": "desorowa" + }, + "出揃い": { + "w_type": "godan verb stem", + "romaji": "desoroi" + }, + "出揃え": { + "w_type": "conjugated godan verb", + "romaji": "desoroe" + }, + "出揃お": { + "w_type": "godan verb stem", + "romaji": "desoroo" + }, + "出揃った": { + "w_type": "conjugated godan verb", + "romaji": "desorotta" + }, + "出揃って": { + "w_type": "conjugated godan verb", + "romaji": "desorotte" + }, + "凝り出さ": { + "w_type": "godan verb stem", + "romaji": "koridasa" + }, + "凝り出し": { + "w_type": "godan verb stem", + "romaji": "koridashi" + }, + "凝り出せ": { + "w_type": "conjugated godan verb", + "romaji": "koridase" + }, + "凝り出そ": { + "w_type": "godan verb stem", + "romaji": "koridaso" + }, + "凝り出した": { + "w_type": "conjugated godan verb", + "romaji": "koridashita" + }, + "凝り出して": { + "w_type": "conjugated godan verb", + "romaji": "koridashite" + }, + "慮ら": { + "w_type": "godan verb stem", + "romaji": "omonpakara" + }, + "慮り": { + "w_type": "godan verb stem", + "romaji": "omonpakari" + }, + "慮れ": { + "w_type": "conjugated godan verb", + "romaji": "omonpakare" + }, + "慮ろ": { + "w_type": "godan verb stem", + "romaji": "omonpakaro" + }, + "慮った": { + "w_type": "conjugated godan verb", + "romaji": "omonpakatta" + }, + "慮って": { + "w_type": "conjugated godan verb", + "romaji": "omonpakatte" + }, + "取毀さ": { + "w_type": "godan verb stem", + "romaji": "torikowasa" + }, + "取毀し": { + "w_type": "godan verb stem", + "romaji": "torikowashi" + }, + "取毀せ": { + "w_type": "conjugated godan verb", + "romaji": "torikowase" + }, + "取毀そ": { + "w_type": "godan verb stem", + "romaji": "torikowaso" + }, + "取毀した": { + "w_type": "conjugated godan verb", + "romaji": "torikowashita" + }, + "取毀して": { + "w_type": "conjugated godan verb", + "romaji": "torikowashite" + }, + "篩わ": { + "w_type": "godan verb stem", + "romaji": "furuwa" + }, + "篩い": { + "w_type": "godan verb stem", + "romaji": "furui" + }, + "篩え": { + "w_type": "conjugated godan verb", + "romaji": "furue" + }, + "篩お": { + "w_type": "godan verb stem", + "romaji": "furuo" + }, + "篩った": { + "w_type": "conjugated godan verb", + "romaji": "furutta" + }, + "篩って": { + "w_type": "conjugated godan verb", + "romaji": "furutte" + }, + "貶なさ": { + "w_type": "godan verb stem", + "romaji": "kenasa" + }, + "貶なし": { + "w_type": "godan verb stem", + "romaji": "kenashi" + }, + "貶なせ": { + "w_type": "conjugated godan verb", + "romaji": "kenase" + }, + "貶なそ": { + "w_type": "godan verb stem", + "romaji": "kenaso" + }, + "貶なした": { + "w_type": "conjugated godan verb", + "romaji": "kenashita" + }, + "貶なして": { + "w_type": "conjugated godan verb", + "romaji": "kenashite" + }, + "打っ潰さ": { + "w_type": "godan verb stem", + "romaji": "buttsubusa" + }, + "打っ潰し": { + "w_type": "godan verb stem", + "romaji": "buttsubushi" + }, + "打っ潰せ": { + "w_type": "conjugated godan verb", + "romaji": "buttsubuse" + }, + "打っ潰そ": { + "w_type": "godan verb stem", + "romaji": "buttsubuso" + }, + "打っ潰した": { + "w_type": "conjugated godan verb", + "romaji": "buttsubushita" + }, + "打っ潰して": { + "w_type": "conjugated godan verb", + "romaji": "buttsubushite" + }, + "申しこま": { + "w_type": "godan verb stem", + "romaji": "moushikoma" + }, + "申しこみ": { + "w_type": "godan verb stem", + "romaji": "moushikomi" + }, + "申しこめ": { + "w_type": "conjugated godan verb", + "romaji": "moushikome" + }, + "申しこも": { + "w_type": "godan verb stem", + "romaji": "moushikomo" + }, + "申しこんだ": { + "w_type": "conjugated godan verb", + "romaji": "moushikonda" + }, + "申しこんで": { + "w_type": "conjugated godan verb", + "romaji": "moushikonde" + }, + "担わ": { + "w_type": "godan verb stem", + "romaji": "ninawa" + }, + "担い": { + "w_type": "godan verb stem", + "romaji": "ninai" + }, + "担え": { + "w_type": "conjugated godan verb", + "romaji": "ninae" + }, + "担お": { + "w_type": "godan verb stem", + "romaji": "ninao" + }, + "担った": { + "w_type": "conjugated godan verb", + "romaji": "ninatta" + }, + "担って": { + "w_type": "conjugated godan verb", + "romaji": "ninatte" + }, + "粒立た": { + "w_type": "godan verb stem", + "romaji": "tsubudata" + }, + "粒立ち": { + "w_type": "godan verb stem", + "romaji": "tsubudachi" + }, + "粒立て": { + "w_type": "conjugated godan verb", + "romaji": "tsubudate" + }, + "粒立と": { + "w_type": "godan verb stem", + "romaji": "tsubudato" + }, + "粒立った": { + "w_type": "conjugated godan verb", + "romaji": "tsubudatta" + }, + "粒立って": { + "w_type": "conjugated godan verb", + "romaji": "tsubudatte" + }, + "投げ出さ": { + "w_type": "godan verb stem", + "romaji": "nagedasa" + }, + "投げ出し": { + "w_type": "godan verb stem", + "romaji": "nagedashi" + }, + "投げ出せ": { + "w_type": "conjugated godan verb", + "romaji": "nagedase" + }, + "投げ出そ": { + "w_type": "godan verb stem", + "romaji": "nagedaso" + }, + "投げ出した": { + "w_type": "conjugated godan verb", + "romaji": "nagedashita" + }, + "投げ出して": { + "w_type": "conjugated godan verb", + "romaji": "nagedashite" + }, + "泊まら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "泊まり": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "泊まれ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "泊まろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "泊まった": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "泊まって": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "割り切ら": { + "w_type": "godan verb stem", + "romaji": "warikira" + }, + "割り切り": { + "w_type": "godan verb stem", + "romaji": "warikiri" + }, + "割り切れ": { + "w_type": "conjugated godan verb", + "romaji": "warikire" + }, + "割り切ろ": { + "w_type": "godan verb stem", + "romaji": "warikiro" + }, + "割り切った": { + "w_type": "conjugated godan verb", + "romaji": "warikitta" + }, + "割り切って": { + "w_type": "conjugated godan verb", + "romaji": "warikitte" + }, + "切り落とさ": { + "w_type": "godan verb stem", + "romaji": "kiriotosa" + }, + "切り落とし": { + "w_type": "godan verb stem", + "romaji": "kiriotoshi" + }, + "切り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kiriotose" + }, + "切り落とそ": { + "w_type": "godan verb stem", + "romaji": "kiriotoso" + }, + "切り落とした": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshita" + }, + "切り落として": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshite" + }, + "飛び出さ": { + "w_type": "godan verb stem", + "romaji": "tobidasa" + }, + "飛び出し": { + "w_type": "godan verb stem", + "romaji": "tobidashi" + }, + "飛び出せ": { + "w_type": "conjugated godan verb", + "romaji": "tobidase" + }, + "飛び出そ": { + "w_type": "godan verb stem", + "romaji": "tobidaso" + }, + "飛び出した": { + "w_type": "conjugated godan verb", + "romaji": "tobidashita" + }, + "飛び出して": { + "w_type": "conjugated godan verb", + "romaji": "tobidashite" + }, + "舁か": { + "w_type": "godan verb stem", + "romaji": "kaka" + }, + "舁き": { + "w_type": "godan verb stem", + "romaji": "kaki" + }, + "舁け": { + "w_type": "conjugated godan verb", + "romaji": "kake" + }, + "舁こ": { + "w_type": "godan verb stem", + "romaji": "kako" + }, + "舁いた": { + "w_type": "conjugated godan verb", + "romaji": "kaita" + }, + "舁いて": { + "w_type": "conjugated godan verb", + "romaji": "kaite" + }, + "うけ取ら": { + "w_type": "godan verb stem", + "romaji": "uketora" + }, + "うけ取り": { + "w_type": "godan verb stem", + "romaji": "uketori" + }, + "うけ取れ": { + "w_type": "conjugated godan verb", + "romaji": "uketore" + }, + "うけ取ろ": { + "w_type": "godan verb stem", + "romaji": "uketoro" + }, + "うけ取った": { + "w_type": "conjugated godan verb", + "romaji": "uketotta" + }, + "うけ取って": { + "w_type": "conjugated godan verb", + "romaji": "uketotte" + }, + "組みなおさ": { + "w_type": "godan verb stem", + "romaji": "kuminaosa" + }, + "組みなおし": { + "w_type": "godan verb stem", + "romaji": "kuminaoshi" + }, + "組みなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kuminaose" + }, + "組みなおそ": { + "w_type": "godan verb stem", + "romaji": "kuminaoso" + }, + "組みなおした": { + "w_type": "conjugated godan verb", + "romaji": "kuminaoshita" + }, + "組みなおして": { + "w_type": "conjugated godan verb", + "romaji": "kuminaoshite" + }, + "出切ら": { + "w_type": "godan verb stem", + "romaji": "dekira" + }, + "出切り": { + "w_type": "godan verb stem", + "romaji": "dekiri" + }, + "出切れ": { + "w_type": "conjugated godan verb", + "romaji": "dekire" + }, + "出切ろ": { + "w_type": "godan verb stem", + "romaji": "dekiro" + }, + "出切った": { + "w_type": "conjugated godan verb", + "romaji": "dekitta" + }, + "出切って": { + "w_type": "conjugated godan verb", + "romaji": "dekitte" + }, + "言わさ": { + "w_type": "godan verb stem", + "romaji": "iwasa" + }, + "言わし": { + "w_type": "godan verb stem", + "romaji": "iwashi" + }, + "言わせ": { + "w_type": "conjugated godan verb", + "romaji": "iwase" + }, + "言わそ": { + "w_type": "godan verb stem", + "romaji": "iwaso" + }, + "言わした": { + "w_type": "conjugated godan verb", + "romaji": "iwashita" + }, + "言わして": { + "w_type": "conjugated godan verb", + "romaji": "iwashite" + }, + "焦がさ": { + "w_type": "godan verb stem", + "romaji": "kogasa" + }, + "焦がし": { + "w_type": "godan verb stem", + "romaji": "kogashi" + }, + "焦がせ": { + "w_type": "conjugated godan verb", + "romaji": "kogase" + }, + "焦がそ": { + "w_type": "godan verb stem", + "romaji": "kogaso" + }, + "焦がした": { + "w_type": "conjugated godan verb", + "romaji": "kogashita" + }, + "焦がして": { + "w_type": "conjugated godan verb", + "romaji": "kogashite" + }, + "控目に言わ": { + "w_type": "godan verb stem", + "romaji": "hikaemeniiwa" + }, + "控目に言い": { + "w_type": "godan verb stem", + "romaji": "hikaemeniii" + }, + "控目に言え": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniie" + }, + "控目に言お": { + "w_type": "godan verb stem", + "romaji": "hikaemeniio" + }, + "控目に言った": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniitta" + }, + "控目に言って": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniitte" + }, + "突んのめら": { + "w_type": "godan verb stem", + "romaji": "tsunnomera" + }, + "突んのめり": { + "w_type": "godan verb stem", + "romaji": "tsunnomeri" + }, + "突んのめれ": { + "w_type": "conjugated godan verb", + "romaji": "tsunnomere" + }, + "突んのめろ": { + "w_type": "godan verb stem", + "romaji": "tsunnomero" + }, + "突んのめった": { + "w_type": "conjugated godan verb", + "romaji": "tsunnometta" + }, + "突んのめって": { + "w_type": "conjugated godan verb", + "romaji": "tsunnomette" + }, + "切り直さ": { + "w_type": "godan verb stem", + "romaji": "kirinaosa" + }, + "切り直し": { + "w_type": "godan verb stem", + "romaji": "kirinaoshi" + }, + "切り直せ": { + "w_type": "conjugated godan verb", + "romaji": "kirinaose" + }, + "切り直そ": { + "w_type": "godan verb stem", + "romaji": "kirinaoso" + }, + "切り直した": { + "w_type": "conjugated godan verb", + "romaji": "kirinaoshita" + }, + "切り直して": { + "w_type": "conjugated godan verb", + "romaji": "kirinaoshite" + }, + "耕さ": { + "w_type": "godan verb stem", + "romaji": "tagayasa" + }, + "耕し": { + "w_type": "godan verb stem", + "romaji": "tagayashi" + }, + "耕せ": { + "w_type": "conjugated godan verb", + "romaji": "tagayase" + }, + "耕そ": { + "w_type": "godan verb stem", + "romaji": "tagayaso" + }, + "耕した": { + "w_type": "conjugated godan verb", + "romaji": "tagayashita" + }, + "耕して": { + "w_type": "conjugated godan verb", + "romaji": "tagayashite" + }, + "言い囃さ": { + "w_type": "godan verb stem", + "romaji": "iihayasa" + }, + "言い囃し": { + "w_type": "godan verb stem", + "romaji": "iihayashi" + }, + "言い囃せ": { + "w_type": "conjugated godan verb", + "romaji": "iihayase" + }, + "言い囃そ": { + "w_type": "godan verb stem", + "romaji": "iihayaso" + }, + "言い囃した": { + "w_type": "conjugated godan verb", + "romaji": "iihayashita" + }, + "言い囃して": { + "w_type": "conjugated godan verb", + "romaji": "iihayashite" + }, + "嚼ま": { + "w_type": "godan verb stem", + "romaji": "kama" + }, + "嚼み": { + "w_type": "godan verb stem", + "romaji": "kami" + }, + "嚼め": { + "w_type": "conjugated godan verb", + "romaji": "kame" + }, + "嚼も": { + "w_type": "godan verb stem", + "romaji": "kamo" + }, + "嚼んだ": { + "w_type": "conjugated godan verb", + "romaji": "kanda" + }, + "嚼んで": { + "w_type": "conjugated godan verb", + "romaji": "kande" + }, + "過ぎ去ら": { + "w_type": "godan verb stem", + "romaji": "sugisara" + }, + "過ぎ去り": { + "w_type": "godan verb stem", + "romaji": "sugisari" + }, + "過ぎ去れ": { + "w_type": "conjugated godan verb", + "romaji": "sugisare" + }, + "過ぎ去ろ": { + "w_type": "godan verb stem", + "romaji": "sugisaro" + }, + "過ぎ去った": { + "w_type": "conjugated godan verb", + "romaji": "sugisatta" + }, + "過ぎ去って": { + "w_type": "conjugated godan verb", + "romaji": "sugisatte" + }, + "染み通ら": { + "w_type": "godan verb stem", + "romaji": "shimitoora" + }, + "染み通り": { + "w_type": "godan verb stem", + "romaji": "shimitoori" + }, + "染み通れ": { + "w_type": "conjugated godan verb", + "romaji": "shimitoore" + }, + "染み通ろ": { + "w_type": "godan verb stem", + "romaji": "shimitooro" + }, + "染み通った": { + "w_type": "conjugated godan verb", + "romaji": "shimitootta" + }, + "染み通って": { + "w_type": "conjugated godan verb", + "romaji": "shimitootte" + }, + "茹で溢さ": { + "w_type": "godan verb stem", + "romaji": "yudekobosa" + }, + "茹で溢し": { + "w_type": "godan verb stem", + "romaji": "yudekoboshi" + }, + "茹で溢せ": { + "w_type": "conjugated godan verb", + "romaji": "yudekobose" + }, + "茹で溢そ": { + "w_type": "godan verb stem", + "romaji": "yudekoboso" + }, + "茹で溢した": { + "w_type": "conjugated godan verb", + "romaji": "yudekoboshita" + }, + "茹で溢して": { + "w_type": "conjugated godan verb", + "romaji": "yudekoboshite" + }, + "切りたた": { + "w_type": "godan verb stem", + "romaji": "kiritata" + }, + "切りたち": { + "w_type": "godan verb stem", + "romaji": "kiritachi" + }, + "切りたて": { + "w_type": "conjugated godan verb", + "romaji": "kiritate" + }, + "切りたと": { + "w_type": "godan verb stem", + "romaji": "kiritato" + }, + "切りたった": { + "w_type": "conjugated godan verb", + "romaji": "kiritatta" + }, + "切りたって": { + "w_type": "conjugated godan verb", + "romaji": "kiritatte" + }, + "篠突か": { + "w_type": "godan verb stem", + "romaji": "shinotsuka" + }, + "篠突き": { + "w_type": "godan verb stem", + "romaji": "shinotsuki" + }, + "篠突け": { + "w_type": "conjugated godan verb", + "romaji": "shinotsuke" + }, + "篠突こ": { + "w_type": "godan verb stem", + "romaji": "shinotsuko" + }, + "篠突いた": { + "w_type": "conjugated godan verb", + "romaji": "shinotsuita" + }, + "篠突いて": { + "w_type": "conjugated godan verb", + "romaji": "shinotsuite" + }, + "匂い立た": { + "w_type": "godan verb stem", + "romaji": "nioitata" + }, + "匂い立ち": { + "w_type": "godan verb stem", + "romaji": "nioitachi" + }, + "匂い立て": { + "w_type": "conjugated godan verb", + "romaji": "nioitate" + }, + "匂い立と": { + "w_type": "godan verb stem", + "romaji": "nioitato" + }, + "匂い立った": { + "w_type": "conjugated godan verb", + "romaji": "nioitatta" + }, + "匂い立って": { + "w_type": "conjugated godan verb", + "romaji": "nioitatte" + }, + "射ぬか": { + "w_type": "godan verb stem", + "romaji": "inuka" + }, + "射ぬき": { + "w_type": "godan verb stem", + "romaji": "inuki" + }, + "射ぬけ": { + "w_type": "conjugated godan verb", + "romaji": "inuke" + }, + "射ぬこ": { + "w_type": "godan verb stem", + "romaji": "inuko" + }, + "射ぬいた": { + "w_type": "conjugated godan verb", + "romaji": "inuita" + }, + "射ぬいて": { + "w_type": "conjugated godan verb", + "romaji": "inuite" + }, + "数え直さ": { + "w_type": "godan verb stem", + "romaji": "kazoenaosa" + }, + "数え直し": { + "w_type": "godan verb stem", + "romaji": "kazoenaoshi" + }, + "数え直せ": { + "w_type": "conjugated godan verb", + "romaji": "kazoenaose" + }, + "数え直そ": { + "w_type": "godan verb stem", + "romaji": "kazoenaoso" + }, + "数え直した": { + "w_type": "conjugated godan verb", + "romaji": "kazoenaoshita" + }, + "数え直して": { + "w_type": "conjugated godan verb", + "romaji": "kazoenaoshite" + }, + "打ち拉が": { + "w_type": "godan verb stem", + "romaji": "uchihishiga" + }, + "打ち拉ぎ": { + "w_type": "godan verb stem", + "romaji": "uchihishigi" + }, + "打ち拉げ": { + "w_type": "conjugated godan verb", + "romaji": "uchihishige" + }, + "打ち拉ご": { + "w_type": "godan verb stem", + "romaji": "uchihishigo" + }, + "打ち拉いだ": { + "w_type": "conjugated godan verb", + "romaji": "uchihishiida" + }, + "打ち拉いで": { + "w_type": "conjugated godan verb", + "romaji": "uchihishiide" + }, + "裁ち割ら": { + "w_type": "godan verb stem", + "romaji": "tachiwara" + }, + "裁ち割り": { + "w_type": "godan verb stem", + "romaji": "tachiwari" + }, + "裁ち割れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiware" + }, + "裁ち割ろ": { + "w_type": "godan verb stem", + "romaji": "tachiwaro" + }, + "裁ち割った": { + "w_type": "conjugated godan verb", + "romaji": "tachiwatta" + }, + "裁ち割って": { + "w_type": "conjugated godan verb", + "romaji": "tachiwatte" + }, + "威さ": { + "w_type": "godan verb stem", + "romaji": "odosa" + }, + "威し": { + "w_type": "godan verb stem", + "romaji": "odoshi" + }, + "威せ": { + "w_type": "conjugated godan verb", + "romaji": "odose" + }, + "威そ": { + "w_type": "godan verb stem", + "romaji": "odoso" + }, + "威した": { + "w_type": "conjugated godan verb", + "romaji": "odoshita" + }, + "威して": { + "w_type": "conjugated godan verb", + "romaji": "odoshite" + }, + "注ぎ足さ": { + "w_type": "godan verb stem", + "romaji": "tsugitasa" + }, + "注ぎ足し": { + "w_type": "godan verb stem", + "romaji": "tsugitashi" + }, + "注ぎ足せ": { + "w_type": "conjugated godan verb", + "romaji": "tsugitase" + }, + "注ぎ足そ": { + "w_type": "godan verb stem", + "romaji": "tsugitaso" + }, + "注ぎ足した": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashita" + }, + "注ぎ足して": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashite" + }, + "言いなさ": { + "w_type": "godan verb stem", + "romaji": "iinasa" + }, + "言いなし": { + "w_type": "godan verb stem", + "romaji": "iinashi" + }, + "言いなせ": { + "w_type": "conjugated godan verb", + "romaji": "iinase" + }, + "言いなそ": { + "w_type": "godan verb stem", + "romaji": "iinaso" + }, + "言いなした": { + "w_type": "conjugated godan verb", + "romaji": "iinashita" + }, + "言いなして": { + "w_type": "conjugated godan verb", + "romaji": "iinashite" + }, + "匂いたた": { + "w_type": "godan verb stem", + "romaji": "nioitata" + }, + "匂いたち": { + "w_type": "godan verb stem", + "romaji": "nioitachi" + }, + "匂いたて": { + "w_type": "conjugated godan verb", + "romaji": "nioitate" + }, + "匂いたと": { + "w_type": "godan verb stem", + "romaji": "nioitato" + }, + "匂いたった": { + "w_type": "conjugated godan verb", + "romaji": "nioitatta" + }, + "匂いたって": { + "w_type": "conjugated godan verb", + "romaji": "nioitatte" + }, + "挟ま": { + "w_type": "godan verb stem", + "romaji": "hasama" + }, + "挟み": { + "w_type": "godan verb stem", + "romaji": "hasami" + }, + "挟め": { + "w_type": "conjugated godan verb", + "romaji": "hasame" + }, + "挟も": { + "w_type": "godan verb stem", + "romaji": "hasamo" + }, + "挟んだ": { + "w_type": "conjugated godan verb", + "romaji": "hasanda" + }, + "挟んで": { + "w_type": "conjugated godan verb", + "romaji": "hasande" + }, + "息込ま": { + "w_type": "godan verb stem", + "romaji": "ikigoma" + }, + "息込み": { + "w_type": "godan verb stem", + "romaji": "ikigomi" + }, + "息込め": { + "w_type": "conjugated godan verb", + "romaji": "ikigome" + }, + "息込も": { + "w_type": "godan verb stem", + "romaji": "ikigomo" + }, + "息込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikigonda" + }, + "息込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikigonde" + }, + "患い付か": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuka" + }, + "患い付き": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuki" + }, + "患い付け": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuke" + }, + "患い付こ": { + "w_type": "godan verb stem", + "romaji": "wazuraitsuko" + }, + "患い付いた": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuita" + }, + "患い付いて": { + "w_type": "conjugated godan verb", + "romaji": "wazuraitsuite" + }, + "不安がら": { + "w_type": "godan verb stem", + "romaji": "fuangara" + }, + "不安がり": { + "w_type": "godan verb stem", + "romaji": "fuangari" + }, + "不安がれ": { + "w_type": "conjugated godan verb", + "romaji": "fuangare" + }, + "不安がろ": { + "w_type": "godan verb stem", + "romaji": "fuangaro" + }, + "不安がった": { + "w_type": "conjugated godan verb", + "romaji": "fuangatta" + }, + "不安がって": { + "w_type": "conjugated godan verb", + "romaji": "fuangatte" + }, + "引裂か": { + "w_type": "godan verb stem", + "romaji": "hikisaka" + }, + "引裂き": { + "w_type": "godan verb stem", + "romaji": "hikisaki" + }, + "引裂け": { + "w_type": "conjugated godan verb", + "romaji": "hikisake" + }, + "引裂こ": { + "w_type": "godan verb stem", + "romaji": "hikisako" + }, + "引裂いた": { + "w_type": "conjugated godan verb", + "romaji": "hikisaita" + }, + "引裂いて": { + "w_type": "conjugated godan verb", + "romaji": "hikisaite" + }, + "言い熟さ": { + "w_type": "godan verb stem", + "romaji": "iikonasa" + }, + "言い熟し": { + "w_type": "godan verb stem", + "romaji": "iikonashi" + }, + "言い熟せ": { + "w_type": "conjugated godan verb", + "romaji": "iikonase" + }, + "言い熟そ": { + "w_type": "godan verb stem", + "romaji": "iikonaso" + }, + "言い熟した": { + "w_type": "conjugated godan verb", + "romaji": "iikonashita" + }, + "言い熟して": { + "w_type": "conjugated godan verb", + "romaji": "iikonashite" + }, + "張り合わ": { + "w_type": "godan verb stem", + "romaji": "hariawa" + }, + "張り合い": { + "w_type": "godan verb stem", + "romaji": "hariai" + }, + "張り合え": { + "w_type": "conjugated godan verb", + "romaji": "hariae" + }, + "張り合お": { + "w_type": "godan verb stem", + "romaji": "hariao" + }, + "張り合った": { + "w_type": "conjugated godan verb", + "romaji": "hariatta" + }, + "張り合って": { + "w_type": "conjugated godan verb", + "romaji": "hariatte" + }, + "壅がら": { + "w_type": "godan verb stem", + "romaji": "fusagara" + }, + "壅がり": { + "w_type": "godan verb stem", + "romaji": "fusagari" + }, + "壅がれ": { + "w_type": "conjugated godan verb", + "romaji": "fusagare" + }, + "壅がろ": { + "w_type": "godan verb stem", + "romaji": "fusagaro" + }, + "壅がった": { + "w_type": "conjugated godan verb", + "romaji": "fusagatta" + }, + "壅がって": { + "w_type": "conjugated godan verb", + "romaji": "fusagatte" + }, + "撫で下ろさ": { + "w_type": "godan verb stem", + "romaji": "nadeorosa" + }, + "撫で下ろし": { + "w_type": "godan verb stem", + "romaji": "nadeoroshi" + }, + "撫で下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "nadeorose" + }, + "撫で下ろそ": { + "w_type": "godan verb stem", + "romaji": "nadeoroso" + }, + "撫で下ろした": { + "w_type": "conjugated godan verb", + "romaji": "nadeoroshita" + }, + "撫で下ろして": { + "w_type": "conjugated godan verb", + "romaji": "nadeoroshite" + }, + "薙ぎ倒さ": { + "w_type": "godan verb stem", + "romaji": "nagitaosa" + }, + "薙ぎ倒し": { + "w_type": "godan verb stem", + "romaji": "nagitaoshi" + }, + "薙ぎ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "nagitaose" + }, + "薙ぎ倒そ": { + "w_type": "godan verb stem", + "romaji": "nagitaoso" + }, + "薙ぎ倒した": { + "w_type": "conjugated godan verb", + "romaji": "nagitaoshita" + }, + "薙ぎ倒して": { + "w_type": "conjugated godan verb", + "romaji": "nagitaoshite" + }, + "押し詰ら": { + "w_type": "godan verb stem", + "romaji": "oshitsumara" + }, + "押し詰り": { + "w_type": "godan verb stem", + "romaji": "oshitsumari" + }, + "押し詰れ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumare" + }, + "押し詰ろ": { + "w_type": "godan verb stem", + "romaji": "oshitsumaro" + }, + "押し詰った": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumatta" + }, + "押し詰って": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumatte" + }, + "選び抜か": { + "w_type": "godan verb stem", + "romaji": "erabinuka" + }, + "選び抜き": { + "w_type": "godan verb stem", + "romaji": "erabinuki" + }, + "選び抜け": { + "w_type": "conjugated godan verb", + "romaji": "erabinuke" + }, + "選び抜こ": { + "w_type": "godan verb stem", + "romaji": "erabinuko" + }, + "選び抜いた": { + "w_type": "conjugated godan verb", + "romaji": "erabinuita" + }, + "選び抜いて": { + "w_type": "conjugated godan verb", + "romaji": "erabinuite" + }, + "抜け替ら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜け替り": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜け替れ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜け替ろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜け替った": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜け替って": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "動めか": { + "w_type": "godan verb stem", + "romaji": "ugomeka" + }, + "動めき": { + "w_type": "godan verb stem", + "romaji": "ugomeki" + }, + "動めけ": { + "w_type": "conjugated godan verb", + "romaji": "ugomeke" + }, + "動めこ": { + "w_type": "godan verb stem", + "romaji": "ugomeko" + }, + "動めいた": { + "w_type": "conjugated godan verb", + "romaji": "ugomeita" + }, + "動めいて": { + "w_type": "conjugated godan verb", + "romaji": "ugomeite" + }, + "一役買わ": { + "w_type": "godan verb stem", + "romaji": "hitoyakukawa" + }, + "一役買い": { + "w_type": "godan verb stem", + "romaji": "hitoyakukai" + }, + "一役買え": { + "w_type": "conjugated godan verb", + "romaji": "hitoyakukae" + }, + "一役買お": { + "w_type": "godan verb stem", + "romaji": "hitoyakukao" + }, + "一役買った": { + "w_type": "conjugated godan verb", + "romaji": "hitoyakukatta" + }, + "一役買って": { + "w_type": "conjugated godan verb", + "romaji": "hitoyakukatte" + }, + "降り注が": { + "w_type": "godan verb stem", + "romaji": "furisosoga" + }, + "降り注ぎ": { + "w_type": "godan verb stem", + "romaji": "furisosogi" + }, + "降り注げ": { + "w_type": "conjugated godan verb", + "romaji": "furisosoge" + }, + "降り注ご": { + "w_type": "godan verb stem", + "romaji": "furisosogo" + }, + "降り注いだ": { + "w_type": "conjugated godan verb", + "romaji": "furisosoida" + }, + "降り注いで": { + "w_type": "conjugated godan verb", + "romaji": "furisosoide" + }, + "具わら": { + "w_type": "godan verb stem", + "romaji": "sonawara" + }, + "具わり": { + "w_type": "godan verb stem", + "romaji": "sonawari" + }, + "具われ": { + "w_type": "conjugated godan verb", + "romaji": "sonaware" + }, + "具わろ": { + "w_type": "godan verb stem", + "romaji": "sonawaro" + }, + "具わった": { + "w_type": "conjugated godan verb", + "romaji": "sonawatta" + }, + "具わって": { + "w_type": "conjugated godan verb", + "romaji": "sonawatte" + }, + "立ち塞がら": { + "w_type": "godan verb stem", + "romaji": "tachifusagara" + }, + "立ち塞がり": { + "w_type": "godan verb stem", + "romaji": "tachifusagari" + }, + "立ち塞がれ": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagare" + }, + "立ち塞がろ": { + "w_type": "godan verb stem", + "romaji": "tachifusagaro" + }, + "立ち塞がった": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagatta" + }, + "立ち塞がって": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagatte" + }, + "おっぽり出さ": { + "w_type": "godan verb stem", + "romaji": "opporidasa" + }, + "おっぽり出し": { + "w_type": "godan verb stem", + "romaji": "opporidashi" + }, + "おっぽり出せ": { + "w_type": "conjugated godan verb", + "romaji": "opporidase" + }, + "おっぽり出そ": { + "w_type": "godan verb stem", + "romaji": "opporidaso" + }, + "おっぽり出した": { + "w_type": "conjugated godan verb", + "romaji": "opporidashita" + }, + "おっぽり出して": { + "w_type": "conjugated godan verb", + "romaji": "opporidashite" + }, + "仕出かさ": { + "w_type": "godan verb stem", + "romaji": "shidekasa" + }, + "仕出かし": { + "w_type": "godan verb stem", + "romaji": "shidekashi" + }, + "仕出かせ": { + "w_type": "conjugated godan verb", + "romaji": "shidekase" + }, + "仕出かそ": { + "w_type": "godan verb stem", + "romaji": "shidekaso" + }, + "仕出かした": { + "w_type": "conjugated godan verb", + "romaji": "shidekashita" + }, + "仕出かして": { + "w_type": "conjugated godan verb", + "romaji": "shidekashite" + }, + "取りいら": { + "w_type": "godan verb stem", + "romaji": "toriira" + }, + "取りいり": { + "w_type": "godan verb stem", + "romaji": "toriiri" + }, + "取りいれ": { + "w_type": "conjugated godan verb", + "romaji": "toriire" + }, + "取りいろ": { + "w_type": "godan verb stem", + "romaji": "toriiro" + }, + "取りいった": { + "w_type": "conjugated godan verb", + "romaji": "toriitta" + }, + "取りいって": { + "w_type": "conjugated godan verb", + "romaji": "toriitte" + }, + "取り壊さ": { + "w_type": "godan verb stem", + "romaji": "torikowasa" + }, + "取り壊し": { + "w_type": "godan verb stem", + "romaji": "torikowashi" + }, + "取り壊せ": { + "w_type": "conjugated godan verb", + "romaji": "torikowase" + }, + "取り壊そ": { + "w_type": "godan verb stem", + "romaji": "torikowaso" + }, + "取り壊した": { + "w_type": "conjugated godan verb", + "romaji": "torikowashita" + }, + "取り壊して": { + "w_type": "conjugated godan verb", + "romaji": "torikowashite" + }, + "組み付か": { + "w_type": "godan verb stem", + "romaji": "kumitsuka" + }, + "組み付き": { + "w_type": "godan verb stem", + "romaji": "kumitsuki" + }, + "組み付け": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuke" + }, + "組み付こ": { + "w_type": "godan verb stem", + "romaji": "kumitsuko" + }, + "組み付いた": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuita" + }, + "組み付いて": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuite" + }, + "引き破ら": { + "w_type": "godan verb stem", + "romaji": "hikiyabura" + }, + "引き破り": { + "w_type": "godan verb stem", + "romaji": "hikiyaburi" + }, + "引き破れ": { + "w_type": "conjugated godan verb", + "romaji": "hikiyabure" + }, + "引き破ろ": { + "w_type": "godan verb stem", + "romaji": "hikiyaburo" + }, + "引き破った": { + "w_type": "conjugated godan verb", + "romaji": "hikiyabutta" + }, + "引き破って": { + "w_type": "conjugated godan verb", + "romaji": "hikiyabutte" + }, + "集ら": { + "w_type": "godan verb stem", + "romaji": "atsumara" + }, + "集り": { + "w_type": "godan verb stem", + "romaji": "atsumari" + }, + "集れ": { + "w_type": "conjugated godan verb", + "romaji": "atsumare" + }, + "集ろ": { + "w_type": "godan verb stem", + "romaji": "atsumaro" + }, + "戻ら": { + "w_type": "godan verb stem", + "romaji": "modora" + }, + "戻り": { + "w_type": "godan verb stem", + "romaji": "modori" + }, + "戻れ": { + "w_type": "conjugated godan verb", + "romaji": "modore" + }, + "戻ろ": { + "w_type": "godan verb stem", + "romaji": "modoro" + }, + "戻った": { + "w_type": "conjugated godan verb", + "romaji": "modotta" + }, + "戻って": { + "w_type": "conjugated godan verb", + "romaji": "modotte" + }, + "せり上がら": { + "w_type": "godan verb stem", + "romaji": "seriagara" + }, + "せり上がり": { + "w_type": "godan verb stem", + "romaji": "seriagari" + }, + "せり上がれ": { + "w_type": "conjugated godan verb", + "romaji": "seriagare" + }, + "せり上がろ": { + "w_type": "godan verb stem", + "romaji": "seriagaro" + }, + "せり上がった": { + "w_type": "conjugated godan verb", + "romaji": "seriagatta" + }, + "せり上がって": { + "w_type": "conjugated godan verb", + "romaji": "seriagatte" + }, + "戻さ": { + "w_type": "godan verb stem", + "romaji": "modosa" + }, + "戻し": { + "w_type": "godan verb stem", + "romaji": "modoshi" + }, + "戻せ": { + "w_type": "conjugated godan verb", + "romaji": "modose" + }, + "戻そ": { + "w_type": "godan verb stem", + "romaji": "modoso" + }, + "戻した": { + "w_type": "conjugated godan verb", + "romaji": "modoshita" + }, + "戻して": { + "w_type": "conjugated godan verb", + "romaji": "modoshite" + }, + "去な": { + "w_type": "godan verb stem", + "romaji": "ina" + }, + "去に": { + "w_type": "godan verb stem", + "romaji": "ini" + }, + "去ね": { + "w_type": "conjugated godan verb", + "romaji": "ine" + }, + "去の": { + "w_type": "godan verb stem", + "romaji": "ino" + }, + "去んだ": { + "w_type": "conjugated godan verb", + "romaji": "inda" + }, + "去んで": { + "w_type": "conjugated godan verb", + "romaji": "inde" + }, + "討ち破ら": { + "w_type": "godan verb stem", + "romaji": "uchiyabura" + }, + "討ち破り": { + "w_type": "godan verb stem", + "romaji": "uchiyaburi" + }, + "討ち破れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabure" + }, + "討ち破ろ": { + "w_type": "godan verb stem", + "romaji": "uchiyaburo" + }, + "討ち破った": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutta" + }, + "討ち破って": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutte" + }, + "御さ": { + "w_type": "godan verb stem", + "romaji": "gyosa" + }, + "御し": { + "w_type": "godan verb stem", + "romaji": "gyoshi" + }, + "御せ": { + "w_type": "conjugated godan verb", + "romaji": "gyose" + }, + "御そ": { + "w_type": "godan verb stem", + "romaji": "gyoso" + }, + "御した": { + "w_type": "conjugated godan verb", + "romaji": "gyoshita" + }, + "御して": { + "w_type": "conjugated godan verb", + "romaji": "gyoshite" + }, + "濡さ": { + "w_type": "godan verb stem", + "romaji": "nurasa" + }, + "濡し": { + "w_type": "godan verb stem", + "romaji": "nurashi" + }, + "濡せ": { + "w_type": "conjugated godan verb", + "romaji": "nurase" + }, + "濡そ": { + "w_type": "godan verb stem", + "romaji": "nuraso" + }, + "濡した": { + "w_type": "conjugated godan verb", + "romaji": "nurashita" + }, + "濡して": { + "w_type": "conjugated godan verb", + "romaji": "nurashite" + }, + "緑掛から": { + "w_type": "godan verb stem", + "romaji": "midorigakara" + }, + "緑掛かり": { + "w_type": "godan verb stem", + "romaji": "midorigakari" + }, + "緑掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "midorigakare" + }, + "緑掛かろ": { + "w_type": "godan verb stem", + "romaji": "midorigakaro" + }, + "緑掛かった": { + "w_type": "conjugated godan verb", + "romaji": "midorigakatta" + }, + "緑掛かって": { + "w_type": "conjugated godan verb", + "romaji": "midorigakatte" + }, + "晦まさ": { + "w_type": "godan verb stem", + "romaji": "kuramasa" + }, + "晦まし": { + "w_type": "godan verb stem", + "romaji": "kuramashi" + }, + "晦ませ": { + "w_type": "conjugated godan verb", + "romaji": "kuramase" + }, + "晦まそ": { + "w_type": "godan verb stem", + "romaji": "kuramaso" + }, + "晦ました": { + "w_type": "conjugated godan verb", + "romaji": "kuramashita" + }, + "晦まして": { + "w_type": "conjugated godan verb", + "romaji": "kuramashite" + }, + "引き込ま": { + "w_type": "godan verb stem", + "romaji": "hikikoma" + }, + "引き込み": { + "w_type": "godan verb stem", + "romaji": "hikikomi" + }, + "引き込め": { + "w_type": "conjugated godan verb", + "romaji": "hikikome" + }, + "引き込も": { + "w_type": "godan verb stem", + "romaji": "hikikomo" + }, + "引き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hikikonda" + }, + "引き込んで": { + "w_type": "conjugated godan verb", + "romaji": "hikikonde" + }, + "贖わ": { + "w_type": "godan verb stem", + "romaji": "aganawa" + }, + "贖い": { + "w_type": "godan verb stem", + "romaji": "aganai" + }, + "贖え": { + "w_type": "conjugated godan verb", + "romaji": "aganae" + }, + "贖お": { + "w_type": "godan verb stem", + "romaji": "aganao" + }, + "贖った": { + "w_type": "conjugated godan verb", + "romaji": "aganatta" + }, + "贖って": { + "w_type": "conjugated godan verb", + "romaji": "aganatte" + }, + "搦め取ら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "搦め取り": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "搦め取れ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "搦め取ろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "搦め取った": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "搦め取って": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "打ち振ら": { + "w_type": "godan verb stem", + "romaji": "uchifura" + }, + "打ち振り": { + "w_type": "godan verb stem", + "romaji": "uchifuri" + }, + "打ち振れ": { + "w_type": "conjugated godan verb", + "romaji": "uchifure" + }, + "打ち振ろ": { + "w_type": "godan verb stem", + "romaji": "uchifuro" + }, + "打ち振った": { + "w_type": "conjugated godan verb", + "romaji": "uchifutta" + }, + "打ち振って": { + "w_type": "conjugated godan verb", + "romaji": "uchifutte" + }, + "鎔か": { + "w_type": "godan verb stem", + "romaji": "toka" + }, + "鎔き": { + "w_type": "godan verb stem", + "romaji": "toki" + }, + "鎔け": { + "w_type": "conjugated godan verb", + "romaji": "toke" + }, + "鎔こ": { + "w_type": "godan verb stem", + "romaji": "toko" + }, + "鎔いた": { + "w_type": "conjugated godan verb", + "romaji": "toita" + }, + "鎔いて": { + "w_type": "conjugated godan verb", + "romaji": "toite" + }, + "めぐり会わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "めぐり会い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "めぐり会え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "めぐり会お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "めぐり会った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "めぐり会って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "卒わら": { + "w_type": "godan verb stem", + "romaji": "owara" + }, + "卒わり": { + "w_type": "godan verb stem", + "romaji": "owari" + }, + "卒われ": { + "w_type": "conjugated godan verb", + "romaji": "oware" + }, + "卒わろ": { + "w_type": "godan verb stem", + "romaji": "owaro" + }, + "卒わった": { + "w_type": "conjugated godan verb", + "romaji": "owatta" + }, + "卒わって": { + "w_type": "conjugated godan verb", + "romaji": "owatte" + }, + "問いたださ": { + "w_type": "godan verb stem", + "romaji": "toitadasa" + }, + "問いただし": { + "w_type": "godan verb stem", + "romaji": "toitadashi" + }, + "問いただせ": { + "w_type": "conjugated godan verb", + "romaji": "toitadase" + }, + "問いただそ": { + "w_type": "godan verb stem", + "romaji": "toitadaso" + }, + "問いただした": { + "w_type": "conjugated godan verb", + "romaji": "toitadashita" + }, + "問いただして": { + "w_type": "conjugated godan verb", + "romaji": "toitadashite" + }, + "揉出さ": { + "w_type": "godan verb stem", + "romaji": "momidasa" + }, + "揉出し": { + "w_type": "godan verb stem", + "romaji": "momidashi" + }, + "揉出せ": { + "w_type": "conjugated godan verb", + "romaji": "momidase" + }, + "揉出そ": { + "w_type": "godan verb stem", + "romaji": "momidaso" + }, + "揉出した": { + "w_type": "conjugated godan verb", + "romaji": "momidashita" + }, + "揉出して": { + "w_type": "conjugated godan verb", + "romaji": "momidashite" + }, + "容体振ら": { + "w_type": "godan verb stem", + "romaji": "youdaibura" + }, + "容体振り": { + "w_type": "godan verb stem", + "romaji": "youdaiburi" + }, + "容体振れ": { + "w_type": "conjugated godan verb", + "romaji": "youdaibure" + }, + "容体振ろ": { + "w_type": "godan verb stem", + "romaji": "youdaiburo" + }, + "容体振った": { + "w_type": "conjugated godan verb", + "romaji": "youdaibutta" + }, + "容体振って": { + "w_type": "conjugated godan verb", + "romaji": "youdaibutte" + }, + "搦めとら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "搦めとり": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "搦めとれ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "搦めとろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "搦めとった": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "搦めとって": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "寄縋ら": { + "w_type": "godan verb stem", + "romaji": "yorisugara" + }, + "寄縋り": { + "w_type": "godan verb stem", + "romaji": "yorisugari" + }, + "寄縋れ": { + "w_type": "conjugated godan verb", + "romaji": "yorisugare" + }, + "寄縋ろ": { + "w_type": "godan verb stem", + "romaji": "yorisugaro" + }, + "寄縋った": { + "w_type": "conjugated godan verb", + "romaji": "yorisugatta" + }, + "寄縋って": { + "w_type": "conjugated godan verb", + "romaji": "yorisugatte" + }, + "愛し合わ": { + "w_type": "godan verb stem", + "romaji": "aishiawa" + }, + "愛し合い": { + "w_type": "godan verb stem", + "romaji": "aishiai" + }, + "愛し合え": { + "w_type": "conjugated godan verb", + "romaji": "aishiae" + }, + "愛し合お": { + "w_type": "godan verb stem", + "romaji": "aishiao" + }, + "愛し合った": { + "w_type": "conjugated godan verb", + "romaji": "aishiatta" + }, + "愛し合って": { + "w_type": "conjugated godan verb", + "romaji": "aishiatte" + }, + "切り掛から": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "切り掛かり": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "切り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "切り掛かろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "切り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "切り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "打合わ": { + "w_type": "godan verb stem", + "romaji": "uchiawa" + }, + "打合い": { + "w_type": "godan verb stem", + "romaji": "uchiai" + }, + "打合え": { + "w_type": "conjugated godan verb", + "romaji": "uchiae" + }, + "打合お": { + "w_type": "godan verb stem", + "romaji": "uchiao" + }, + "打合った": { + "w_type": "conjugated godan verb", + "romaji": "uchiatta" + }, + "打合って": { + "w_type": "conjugated godan verb", + "romaji": "uchiatte" + }, + "読返さ": { + "w_type": "godan verb stem", + "romaji": "yomikaesa" + }, + "読返し": { + "w_type": "godan verb stem", + "romaji": "yomikaeshi" + }, + "読返せ": { + "w_type": "conjugated godan verb", + "romaji": "yomikaese" + }, + "読返そ": { + "w_type": "godan verb stem", + "romaji": "yomikaeso" + }, + "読返した": { + "w_type": "conjugated godan verb", + "romaji": "yomikaeshita" + }, + "読返して": { + "w_type": "conjugated godan verb", + "romaji": "yomikaeshite" + }, + "屁をひら": { + "w_type": "godan verb stem", + "romaji": "he wo hira" + }, + "屁をひり": { + "w_type": "godan verb stem", + "romaji": "he wo hiri" + }, + "屁をひれ": { + "w_type": "conjugated godan verb", + "romaji": "he wo hire" + }, + "屁をひろ": { + "w_type": "godan verb stem", + "romaji": "he wo hiro" + }, + "屁をひった": { + "w_type": "conjugated godan verb", + "romaji": "he wo hitta" + }, + "屁をひって": { + "w_type": "conjugated godan verb", + "romaji": "he wo hitte" + }, + "冴え行か": { + "w_type": "godan verb stem", + "romaji": "saeyuka" + }, + "冴え行き": { + "w_type": "godan verb stem", + "romaji": "saeyuki" + }, + "冴え行け": { + "w_type": "conjugated godan verb", + "romaji": "saeyuke" + }, + "冴え行こ": { + "w_type": "godan verb stem", + "romaji": "saeyuko" + }, + "冴え行いた": { + "w_type": "conjugated godan verb", + "romaji": "saeyuita" + }, + "冴え行いて": { + "w_type": "conjugated godan verb", + "romaji": "saeyuite" + }, + "感極まら": { + "w_type": "godan verb stem", + "romaji": "kankiwamara" + }, + "感極まり": { + "w_type": "godan verb stem", + "romaji": "kankiwamari" + }, + "感極まれ": { + "w_type": "conjugated godan verb", + "romaji": "kankiwamare" + }, + "感極まろ": { + "w_type": "godan verb stem", + "romaji": "kankiwamaro" + }, + "感極まった": { + "w_type": "conjugated godan verb", + "romaji": "kankiwamatta" + }, + "感極まって": { + "w_type": "conjugated godan verb", + "romaji": "kankiwamatte" + }, + "そそぎ込ま": { + "w_type": "godan verb stem", + "romaji": "sosogikoma" + }, + "そそぎ込み": { + "w_type": "godan verb stem", + "romaji": "sosogikomi" + }, + "そそぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "sosogikome" + }, + "そそぎ込も": { + "w_type": "godan verb stem", + "romaji": "sosogikomo" + }, + "そそぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sosogikonda" + }, + "そそぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "sosogikonde" + }, + "撓わ": { + "w_type": "godan verb stem", + "romaji": "shinawa" + }, + "撓い": { + "w_type": "godan verb stem", + "romaji": "shinai" + }, + "撓え": { + "w_type": "conjugated godan verb", + "romaji": "shinae" + }, + "撓お": { + "w_type": "godan verb stem", + "romaji": "shinao" + }, + "振り起さ": { + "w_type": "godan verb stem", + "romaji": "furiokosa" + }, + "振り起し": { + "w_type": "godan verb stem", + "romaji": "furiokoshi" + }, + "振り起せ": { + "w_type": "conjugated godan verb", + "romaji": "furiokose" + }, + "振り起そ": { + "w_type": "godan verb stem", + "romaji": "furiokoso" + }, + "振り起した": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshita" + }, + "振り起して": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshite" + }, + "湯引か": { + "w_type": "godan verb stem", + "romaji": "yubika" + }, + "湯引き": { + "w_type": "godan verb stem", + "romaji": "yubiki" + }, + "湯引け": { + "w_type": "conjugated godan verb", + "romaji": "yubike" + }, + "湯引こ": { + "w_type": "godan verb stem", + "romaji": "yubiko" + }, + "湯引いた": { + "w_type": "conjugated godan verb", + "romaji": "yubiita" + }, + "湯引いて": { + "w_type": "conjugated godan verb", + "romaji": "yubiite" + }, + "絞め殺さ": { + "w_type": "godan verb stem", + "romaji": "shimekorosa" + }, + "絞め殺し": { + "w_type": "godan verb stem", + "romaji": "shimekoroshi" + }, + "絞め殺せ": { + "w_type": "conjugated godan verb", + "romaji": "shimekorose" + }, + "絞め殺そ": { + "w_type": "godan verb stem", + "romaji": "shimekoroso" + }, + "絞め殺した": { + "w_type": "conjugated godan verb", + "romaji": "shimekoroshita" + }, + "絞め殺して": { + "w_type": "conjugated godan verb", + "romaji": "shimekoroshite" + }, + "分ち合わ": { + "w_type": "godan verb stem", + "romaji": "wakachiawa" + }, + "分ち合い": { + "w_type": "godan verb stem", + "romaji": "wakachiai" + }, + "分ち合え": { + "w_type": "conjugated godan verb", + "romaji": "wakachiae" + }, + "分ち合お": { + "w_type": "godan verb stem", + "romaji": "wakachiao" + }, + "分ち合った": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatta" + }, + "分ち合って": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatte" + }, + "跳上がら": { + "w_type": "godan verb stem", + "romaji": "tobiagara" + }, + "跳上がり": { + "w_type": "godan verb stem", + "romaji": "tobiagari" + }, + "跳上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tobiagare" + }, + "跳上がろ": { + "w_type": "godan verb stem", + "romaji": "tobiagaro" + }, + "跳上がった": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatta" + }, + "跳上がって": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatte" + }, + "薙が": { + "w_type": "godan verb stem", + "romaji": "naga" + }, + "薙ぎ": { + "w_type": "godan verb stem", + "romaji": "nagi" + }, + "薙げ": { + "w_type": "conjugated godan verb", + "romaji": "nage" + }, + "薙ご": { + "w_type": "godan verb stem", + "romaji": "nago" + }, + "薙いだ": { + "w_type": "conjugated godan verb", + "romaji": "naida" + }, + "薙いで": { + "w_type": "conjugated godan verb", + "romaji": "naide" + }, + "守り切ら": { + "w_type": "godan verb stem", + "romaji": "mamorikira" + }, + "守り切り": { + "w_type": "godan verb stem", + "romaji": "mamorikiri" + }, + "守り切れ": { + "w_type": "conjugated godan verb", + "romaji": "mamorikire" + }, + "守り切ろ": { + "w_type": "godan verb stem", + "romaji": "mamorikiro" + }, + "守り切った": { + "w_type": "conjugated godan verb", + "romaji": "mamorikitta" + }, + "守り切って": { + "w_type": "conjugated godan verb", + "romaji": "mamorikitte" + }, + "戴か": { + "w_type": "godan verb stem", + "romaji": "itadaka" + }, + "戴き": { + "w_type": "godan verb stem", + "romaji": "itadaki" + }, + "戴け": { + "w_type": "conjugated godan verb", + "romaji": "itadake" + }, + "戴こ": { + "w_type": "godan verb stem", + "romaji": "itadako" + }, + "戴いた": { + "w_type": "conjugated godan verb", + "romaji": "itadaita" + }, + "戴いて": { + "w_type": "conjugated godan verb", + "romaji": "itadaite" + }, + "研ぎすまさ": { + "w_type": "godan verb stem", + "romaji": "togisumasa" + }, + "研ぎすまし": { + "w_type": "godan verb stem", + "romaji": "togisumashi" + }, + "研ぎすませ": { + "w_type": "conjugated godan verb", + "romaji": "togisumase" + }, + "研ぎすまそ": { + "w_type": "godan verb stem", + "romaji": "togisumaso" + }, + "研ぎすました": { + "w_type": "conjugated godan verb", + "romaji": "togisumashita" + }, + "研ぎすまして": { + "w_type": "conjugated godan verb", + "romaji": "togisumashite" + }, + "相判ら": { + "w_type": "godan verb stem", + "romaji": "aiwakara" + }, + "相判り": { + "w_type": "godan verb stem", + "romaji": "aiwakari" + }, + "相判れ": { + "w_type": "conjugated godan verb", + "romaji": "aiwakare" + }, + "相判ろ": { + "w_type": "godan verb stem", + "romaji": "aiwakaro" + }, + "相判った": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatta" + }, + "相判って": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatte" + }, + "擦込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "擦込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "擦込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "擦込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "擦込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "擦込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "飛散ら": { + "w_type": "godan verb stem", + "romaji": "tobichira" + }, + "飛散り": { + "w_type": "godan verb stem", + "romaji": "tobichiri" + }, + "飛散れ": { + "w_type": "conjugated godan verb", + "romaji": "tobichire" + }, + "飛散ろ": { + "w_type": "godan verb stem", + "romaji": "tobichiro" + }, + "飛散った": { + "w_type": "conjugated godan verb", + "romaji": "tobichitta" + }, + "飛散って": { + "w_type": "conjugated godan verb", + "romaji": "tobichitte" + }, + "押しこま": { + "w_type": "godan verb stem", + "romaji": "oshikoma" + }, + "押しこみ": { + "w_type": "godan verb stem", + "romaji": "oshikomi" + }, + "押しこめ": { + "w_type": "conjugated godan verb", + "romaji": "oshikome" + }, + "押しこも": { + "w_type": "godan verb stem", + "romaji": "oshikomo" + }, + "押しこんだ": { + "w_type": "conjugated godan verb", + "romaji": "oshikonda" + }, + "押しこんで": { + "w_type": "conjugated godan verb", + "romaji": "oshikonde" + }, + "愛しま": { + "w_type": "godan verb stem", + "romaji": "oshima" + }, + "愛しみ": { + "w_type": "godan verb stem", + "romaji": "oshimi" + }, + "愛しめ": { + "w_type": "conjugated godan verb", + "romaji": "oshime" + }, + "愛しも": { + "w_type": "godan verb stem", + "romaji": "oshimo" + }, + "愛しんだ": { + "w_type": "conjugated godan verb", + "romaji": "oshinda" + }, + "愛しんで": { + "w_type": "conjugated godan verb", + "romaji": "oshinde" + }, + "重なら": { + "w_type": "godan verb stem", + "romaji": "kasanara" + }, + "重なり": { + "w_type": "godan verb stem", + "romaji": "kasanari" + }, + "重なれ": { + "w_type": "conjugated godan verb", + "romaji": "kasanare" + }, + "重なろ": { + "w_type": "godan verb stem", + "romaji": "kasanaro" + }, + "重なった": { + "w_type": "conjugated godan verb", + "romaji": "kasanatta" + }, + "重なって": { + "w_type": "conjugated godan verb", + "romaji": "kasanatte" + }, + "借り込ま": { + "w_type": "godan verb stem", + "romaji": "karikoma" + }, + "借り込み": { + "w_type": "godan verb stem", + "romaji": "karikomi" + }, + "借り込め": { + "w_type": "conjugated godan verb", + "romaji": "karikome" + }, + "借り込も": { + "w_type": "godan verb stem", + "romaji": "karikomo" + }, + "借り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "karikonda" + }, + "借り込んで": { + "w_type": "conjugated godan verb", + "romaji": "karikonde" + }, + "積み下ろさ": { + "w_type": "godan verb stem", + "romaji": "tsumiorosa" + }, + "積み下ろし": { + "w_type": "godan verb stem", + "romaji": "tsumioroshi" + }, + "積み下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "tsumiorose" + }, + "積み下ろそ": { + "w_type": "godan verb stem", + "romaji": "tsumioroso" + }, + "積み下ろした": { + "w_type": "conjugated godan verb", + "romaji": "tsumioroshita" + }, + "積み下ろして": { + "w_type": "conjugated godan verb", + "romaji": "tsumioroshite" + }, + "洒落のめさ": { + "w_type": "godan verb stem", + "romaji": "sharenomesa" + }, + "洒落のめし": { + "w_type": "godan verb stem", + "romaji": "sharenomeshi" + }, + "洒落のめせ": { + "w_type": "conjugated godan verb", + "romaji": "sharenomese" + }, + "洒落のめそ": { + "w_type": "godan verb stem", + "romaji": "sharenomeso" + }, + "洒落のめした": { + "w_type": "conjugated godan verb", + "romaji": "sharenomeshita" + }, + "洒落のめして": { + "w_type": "conjugated godan verb", + "romaji": "sharenomeshite" + }, + "選ば": { + "w_type": "godan verb stem", + "romaji": "eraba" + }, + "選び": { + "w_type": "godan verb stem", + "romaji": "erabi" + }, + "選べ": { + "w_type": "conjugated godan verb", + "romaji": "erabe" + }, + "選ぼ": { + "w_type": "godan verb stem", + "romaji": "erabo" + }, + "選んだ": { + "w_type": "conjugated godan verb", + "romaji": "eranda" + }, + "選んで": { + "w_type": "conjugated godan verb", + "romaji": "erande" + }, + "出廻ら": { + "w_type": "godan verb stem", + "romaji": "demawara" + }, + "出廻り": { + "w_type": "godan verb stem", + "romaji": "demawari" + }, + "出廻れ": { + "w_type": "conjugated godan verb", + "romaji": "demaware" + }, + "出廻ろ": { + "w_type": "godan verb stem", + "romaji": "demawaro" + }, + "出廻った": { + "w_type": "conjugated godan verb", + "romaji": "demawatta" + }, + "出廻って": { + "w_type": "conjugated godan verb", + "romaji": "demawatte" + }, + "繙か": { + "w_type": "godan verb stem", + "romaji": "himotoka" + }, + "繙き": { + "w_type": "godan verb stem", + "romaji": "himotoki" + }, + "繙け": { + "w_type": "conjugated godan verb", + "romaji": "himotoke" + }, + "繙こ": { + "w_type": "godan verb stem", + "romaji": "himotoko" + }, + "繙いた": { + "w_type": "conjugated godan verb", + "romaji": "himotoita" + }, + "繙いて": { + "w_type": "conjugated godan verb", + "romaji": "himotoite" + }, + "呵ら": { + "w_type": "godan verb stem", + "romaji": "shikara" + }, + "呵り": { + "w_type": "godan verb stem", + "romaji": "shikari" + }, + "呵れ": { + "w_type": "conjugated godan verb", + "romaji": "shikare" + }, + "呵ろ": { + "w_type": "godan verb stem", + "romaji": "shikaro" + }, + "呵った": { + "w_type": "conjugated godan verb", + "romaji": "shikatta" + }, + "呵って": { + "w_type": "conjugated godan verb", + "romaji": "shikatte" + }, + "引っぱたか": { + "w_type": "godan verb stem", + "romaji": "hippataka" + }, + "引っぱたき": { + "w_type": "godan verb stem", + "romaji": "hippataki" + }, + "引っぱたけ": { + "w_type": "conjugated godan verb", + "romaji": "hippatake" + }, + "引っぱたこ": { + "w_type": "godan verb stem", + "romaji": "hippatako" + }, + "引っぱたいた": { + "w_type": "conjugated godan verb", + "romaji": "hippataita" + }, + "引っぱたいて": { + "w_type": "conjugated godan verb", + "romaji": "hippataite" + }, + "着潰さ": { + "w_type": "godan verb stem", + "romaji": "kitsubusa" + }, + "着潰し": { + "w_type": "godan verb stem", + "romaji": "kitsubushi" + }, + "着潰せ": { + "w_type": "conjugated godan verb", + "romaji": "kitsubuse" + }, + "着潰そ": { + "w_type": "godan verb stem", + "romaji": "kitsubuso" + }, + "着潰した": { + "w_type": "conjugated godan verb", + "romaji": "kitsubushita" + }, + "着潰して": { + "w_type": "conjugated godan verb", + "romaji": "kitsubushite" + }, + "染み透ら": { + "w_type": "godan verb stem", + "romaji": "shimitoora" + }, + "染み透り": { + "w_type": "godan verb stem", + "romaji": "shimitoori" + }, + "染み透れ": { + "w_type": "conjugated godan verb", + "romaji": "shimitoore" + }, + "染み透ろ": { + "w_type": "godan verb stem", + "romaji": "shimitooro" + }, + "染み透った": { + "w_type": "conjugated godan verb", + "romaji": "shimitootta" + }, + "染み透って": { + "w_type": "conjugated godan verb", + "romaji": "shimitootte" + }, + "擦れ合わ": { + "w_type": "godan verb stem", + "romaji": "sureawa" + }, + "擦れ合い": { + "w_type": "godan verb stem", + "romaji": "sureai" + }, + "擦れ合え": { + "w_type": "conjugated godan verb", + "romaji": "sureae" + }, + "擦れ合お": { + "w_type": "godan verb stem", + "romaji": "sureao" + }, + "擦れ合った": { + "w_type": "conjugated godan verb", + "romaji": "sureatta" + }, + "擦れ合って": { + "w_type": "conjugated godan verb", + "romaji": "sureatte" + }, + "遣い切ら": { + "w_type": "godan verb stem", + "romaji": "tsukaikira" + }, + "遣い切り": { + "w_type": "godan verb stem", + "romaji": "tsukaikiri" + }, + "遣い切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikire" + }, + "遣い切ろ": { + "w_type": "godan verb stem", + "romaji": "tsukaikiro" + }, + "遣い切った": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikitta" + }, + "遣い切って": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikitte" + }, + "撒か": { + "w_type": "godan verb stem", + "romaji": "maka" + }, + "撒き": { + "w_type": "godan verb stem", + "romaji": "maki" + }, + "撒け": { + "w_type": "conjugated godan verb", + "romaji": "make" + }, + "撒こ": { + "w_type": "godan verb stem", + "romaji": "mako" + }, + "撒いた": { + "w_type": "conjugated godan verb", + "romaji": "maita" + }, + "撒いて": { + "w_type": "conjugated godan verb", + "romaji": "maite" + }, + "踏ん反り返ら": { + "w_type": "godan verb stem", + "romaji": "funzorikaera" + }, + "踏ん反り返り": { + "w_type": "godan verb stem", + "romaji": "funzorikaeri" + }, + "踏ん反り返れ": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaere" + }, + "踏ん反り返ろ": { + "w_type": "godan verb stem", + "romaji": "funzorikaero" + }, + "踏ん反り返った": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaetta" + }, + "踏ん反り返って": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaette" + }, + "長びか": { + "w_type": "godan verb stem", + "romaji": "nagabika" + }, + "長びき": { + "w_type": "godan verb stem", + "romaji": "nagabiki" + }, + "長びけ": { + "w_type": "conjugated godan verb", + "romaji": "nagabike" + }, + "長びこ": { + "w_type": "godan verb stem", + "romaji": "nagabiko" + }, + "長びいた": { + "w_type": "conjugated godan verb", + "romaji": "nagabiita" + }, + "長びいて": { + "w_type": "conjugated godan verb", + "romaji": "nagabiite" + }, + "思い上がら": { + "w_type": "godan verb stem", + "romaji": "omoiagara" + }, + "思い上がり": { + "w_type": "godan verb stem", + "romaji": "omoiagari" + }, + "思い上がれ": { + "w_type": "conjugated godan verb", + "romaji": "omoiagare" + }, + "思い上がろ": { + "w_type": "godan verb stem", + "romaji": "omoiagaro" + }, + "思い上がった": { + "w_type": "conjugated godan verb", + "romaji": "omoiagatta" + }, + "思い上がって": { + "w_type": "conjugated godan verb", + "romaji": "omoiagatte" + }, + "乗りまわさ": { + "w_type": "godan verb stem", + "romaji": "norimawasa" + }, + "乗りまわし": { + "w_type": "godan verb stem", + "romaji": "norimawashi" + }, + "乗りまわせ": { + "w_type": "conjugated godan verb", + "romaji": "norimawase" + }, + "乗りまわそ": { + "w_type": "godan verb stem", + "romaji": "norimawaso" + }, + "乗りまわした": { + "w_type": "conjugated godan verb", + "romaji": "norimawashita" + }, + "乗りまわして": { + "w_type": "conjugated godan verb", + "romaji": "norimawashite" + }, + "活気づか": { + "w_type": "godan verb stem", + "romaji": "kakkizuka" + }, + "活気づき": { + "w_type": "godan verb stem", + "romaji": "kakkizuki" + }, + "活気づけ": { + "w_type": "conjugated godan verb", + "romaji": "kakkizuke" + }, + "活気づこ": { + "w_type": "godan verb stem", + "romaji": "kakkizuko" + }, + "活気づいた": { + "w_type": "conjugated godan verb", + "romaji": "kakkizuita" + }, + "活気づいて": { + "w_type": "conjugated godan verb", + "romaji": "kakkizuite" + }, + "屢叩か": { + "w_type": "godan verb stem", + "romaji": "shibatataka" + }, + "屢叩き": { + "w_type": "godan verb stem", + "romaji": "shibatataki" + }, + "屢叩け": { + "w_type": "conjugated godan verb", + "romaji": "shibatatake" + }, + "屢叩こ": { + "w_type": "godan verb stem", + "romaji": "shibatatako" + }, + "屢叩いた": { + "w_type": "conjugated godan verb", + "romaji": "shibatataita" + }, + "屢叩いて": { + "w_type": "conjugated godan verb", + "romaji": "shibatataite" + }, + "転がり込ま": { + "w_type": "godan verb stem", + "romaji": "korogarikoma" + }, + "転がり込み": { + "w_type": "godan verb stem", + "romaji": "korogarikomi" + }, + "転がり込め": { + "w_type": "conjugated godan verb", + "romaji": "korogarikome" + }, + "転がり込も": { + "w_type": "godan verb stem", + "romaji": "korogarikomo" + }, + "転がり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "korogarikonda" + }, + "転がり込んで": { + "w_type": "conjugated godan verb", + "romaji": "korogarikonde" + }, + "因ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "因り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "因れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "因ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "因った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "因って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "屈まら": { + "w_type": "godan verb stem", + "romaji": "kagamara" + }, + "屈まり": { + "w_type": "godan verb stem", + "romaji": "kagamari" + }, + "屈まれ": { + "w_type": "conjugated godan verb", + "romaji": "kagamare" + }, + "屈まろ": { + "w_type": "godan verb stem", + "romaji": "kagamaro" + }, + "屈まった": { + "w_type": "conjugated godan verb", + "romaji": "kagamatta" + }, + "屈まって": { + "w_type": "conjugated godan verb", + "romaji": "kagamatte" + }, + "嚇かさ": { + "w_type": "godan verb stem", + "romaji": "odokasa" + }, + "嚇かし": { + "w_type": "godan verb stem", + "romaji": "odokashi" + }, + "嚇かせ": { + "w_type": "conjugated godan verb", + "romaji": "odokase" + }, + "嚇かそ": { + "w_type": "godan verb stem", + "romaji": "odokaso" + }, + "嚇かした": { + "w_type": "conjugated godan verb", + "romaji": "odokashita" + }, + "嚇かして": { + "w_type": "conjugated godan verb", + "romaji": "odokashite" + }, + "煙たがら": { + "w_type": "godan verb stem", + "romaji": "kemutagara" + }, + "煙たがり": { + "w_type": "godan verb stem", + "romaji": "kemutagari" + }, + "煙たがれ": { + "w_type": "conjugated godan verb", + "romaji": "kemutagare" + }, + "煙たがろ": { + "w_type": "godan verb stem", + "romaji": "kemutagaro" + }, + "煙たがった": { + "w_type": "conjugated godan verb", + "romaji": "kemutagatta" + }, + "煙たがって": { + "w_type": "conjugated godan verb", + "romaji": "kemutagatte" + }, + "落ち込ま": { + "w_type": "godan verb stem", + "romaji": "ochikoma" + }, + "落ち込み": { + "w_type": "godan verb stem", + "romaji": "ochikomi" + }, + "落ち込め": { + "w_type": "conjugated godan verb", + "romaji": "ochikome" + }, + "落ち込も": { + "w_type": "godan verb stem", + "romaji": "ochikomo" + }, + "落ち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ochikonda" + }, + "落ち込んで": { + "w_type": "conjugated godan verb", + "romaji": "ochikonde" + }, + "譲り渡さ": { + "w_type": "godan verb stem", + "romaji": "yuzuriwatasa" + }, + "譲り渡し": { + "w_type": "godan verb stem", + "romaji": "yuzuriwatashi" + }, + "譲り渡せ": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriwatase" + }, + "譲り渡そ": { + "w_type": "godan verb stem", + "romaji": "yuzuriwataso" + }, + "譲り渡した": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriwatashita" + }, + "譲り渡して": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriwatashite" + }, + "否ま": { + "w_type": "godan verb stem", + "romaji": "inama" + }, + "否み": { + "w_type": "godan verb stem", + "romaji": "inami" + }, + "否め": { + "w_type": "conjugated godan verb", + "romaji": "iname" + }, + "否も": { + "w_type": "godan verb stem", + "romaji": "inamo" + }, + "否んだ": { + "w_type": "conjugated godan verb", + "romaji": "inanda" + }, + "否んで": { + "w_type": "conjugated godan verb", + "romaji": "inande" + }, + "書き終わら": { + "w_type": "godan verb stem", + "romaji": "kakiowara" + }, + "書き終わり": { + "w_type": "godan verb stem", + "romaji": "kakiowari" + }, + "書き終われ": { + "w_type": "conjugated godan verb", + "romaji": "kakioware" + }, + "書き終わろ": { + "w_type": "godan verb stem", + "romaji": "kakiowaro" + }, + "書き終わった": { + "w_type": "conjugated godan verb", + "romaji": "kakiowatta" + }, + "書き終わって": { + "w_type": "conjugated godan verb", + "romaji": "kakiowatte" + }, + "叩き会わ": { + "w_type": "godan verb stem", + "romaji": "tatakiawa" + }, + "叩き会い": { + "w_type": "godan verb stem", + "romaji": "tatakiai" + }, + "叩き会え": { + "w_type": "conjugated godan verb", + "romaji": "tatakiae" + }, + "叩き会お": { + "w_type": "godan verb stem", + "romaji": "tatakiao" + }, + "叩き会った": { + "w_type": "conjugated godan verb", + "romaji": "tatakiatta" + }, + "叩き会って": { + "w_type": "conjugated godan verb", + "romaji": "tatakiatte" + }, + "切破ら": { + "w_type": "godan verb stem", + "romaji": "kiriyabura" + }, + "切破り": { + "w_type": "godan verb stem", + "romaji": "kiriyaburi" + }, + "切破れ": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabure" + }, + "切破ろ": { + "w_type": "godan verb stem", + "romaji": "kiriyaburo" + }, + "切破った": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabutta" + }, + "切破って": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabutte" + }, + "付き従わ": { + "w_type": "godan verb stem", + "romaji": "tsukishitagawa" + }, + "付き従い": { + "w_type": "godan verb stem", + "romaji": "tsukishitagai" + }, + "付き従え": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagae" + }, + "付き従お": { + "w_type": "godan verb stem", + "romaji": "tsukishitagao" + }, + "付き従った": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatta" + }, + "付き従って": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatte" + }, + "口説き落さ": { + "w_type": "godan verb stem", + "romaji": "kudokiotosa" + }, + "口説き落し": { + "w_type": "godan verb stem", + "romaji": "kudokiotoshi" + }, + "口説き落せ": { + "w_type": "conjugated godan verb", + "romaji": "kudokiotose" + }, + "口説き落そ": { + "w_type": "godan verb stem", + "romaji": "kudokiotoso" + }, + "口説き落した": { + "w_type": "conjugated godan verb", + "romaji": "kudokiotoshita" + }, + "口説き落して": { + "w_type": "conjugated godan verb", + "romaji": "kudokiotoshite" + }, + "挿し込ま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "挿し込み": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "挿し込め": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "挿し込も": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "挿し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "挿し込んで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "抄き返さ": { + "w_type": "godan verb stem", + "romaji": "sukikaesa" + }, + "抄き返し": { + "w_type": "godan verb stem", + "romaji": "sukikaeshi" + }, + "抄き返せ": { + "w_type": "conjugated godan verb", + "romaji": "sukikaese" + }, + "抄き返そ": { + "w_type": "godan verb stem", + "romaji": "sukikaeso" + }, + "抄き返した": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshita" + }, + "抄き返して": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshite" + }, + "掛けなおさ": { + "w_type": "godan verb stem", + "romaji": "kakenaosa" + }, + "掛けなおし": { + "w_type": "godan verb stem", + "romaji": "kakenaoshi" + }, + "掛けなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kakenaose" + }, + "掛けなおそ": { + "w_type": "godan verb stem", + "romaji": "kakenaoso" + }, + "掛けなおした": { + "w_type": "conjugated godan verb", + "romaji": "kakenaoshita" + }, + "掛けなおして": { + "w_type": "conjugated godan verb", + "romaji": "kakenaoshite" + }, + "湧き起ら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "湧き起り": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "湧き起れ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "湧き起ろ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "湧き起った": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "湧き起って": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "すっぱ抜か": { + "w_type": "godan verb stem", + "romaji": "suppanuka" + }, + "すっぱ抜き": { + "w_type": "godan verb stem", + "romaji": "suppanuki" + }, + "すっぱ抜け": { + "w_type": "conjugated godan verb", + "romaji": "suppanuke" + }, + "すっぱ抜こ": { + "w_type": "godan verb stem", + "romaji": "suppanuko" + }, + "すっぱ抜いた": { + "w_type": "conjugated godan verb", + "romaji": "suppanuita" + }, + "すっぱ抜いて": { + "w_type": "conjugated godan verb", + "romaji": "suppanuite" + }, + "暴れ出さ": { + "w_type": "godan verb stem", + "romaji": "abaredasa" + }, + "暴れ出し": { + "w_type": "godan verb stem", + "romaji": "abaredashi" + }, + "暴れ出せ": { + "w_type": "conjugated godan verb", + "romaji": "abaredase" + }, + "暴れ出そ": { + "w_type": "godan verb stem", + "romaji": "abaredaso" + }, + "暴れ出した": { + "w_type": "conjugated godan verb", + "romaji": "abaredashita" + }, + "暴れ出して": { + "w_type": "conjugated godan verb", + "romaji": "abaredashite" + }, + "言い合わ": { + "w_type": "godan verb stem", + "romaji": "iiawa" + }, + "言い合い": { + "w_type": "godan verb stem", + "romaji": "iiai" + }, + "言い合え": { + "w_type": "conjugated godan verb", + "romaji": "iiae" + }, + "言い合お": { + "w_type": "godan verb stem", + "romaji": "iiao" + }, + "言い合った": { + "w_type": "conjugated godan verb", + "romaji": "iiatta" + }, + "言い合って": { + "w_type": "conjugated godan verb", + "romaji": "iiatte" + }, + "貼りつか": { + "w_type": "godan verb stem", + "romaji": "haritsuka" + }, + "貼りつき": { + "w_type": "godan verb stem", + "romaji": "haritsuki" + }, + "貼りつけ": { + "w_type": "conjugated godan verb", + "romaji": "haritsuke" + }, + "貼りつこ": { + "w_type": "godan verb stem", + "romaji": "haritsuko" + }, + "貼りついた": { + "w_type": "conjugated godan verb", + "romaji": "haritsuita" + }, + "貼りついて": { + "w_type": "conjugated godan verb", + "romaji": "haritsuite" + }, + "つき刺さ": { + "w_type": "godan verb stem", + "romaji": "tsukisasa" + }, + "つき刺し": { + "w_type": "godan verb stem", + "romaji": "tsukisashi" + }, + "つき刺せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukisase" + }, + "つき刺そ": { + "w_type": "godan verb stem", + "romaji": "tsukisaso" + }, + "つき刺した": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashita" + }, + "つき刺して": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashite" + }, + "売払わ": { + "w_type": "godan verb stem", + "romaji": "uriharawa" + }, + "売払い": { + "w_type": "godan verb stem", + "romaji": "uriharai" + }, + "売払え": { + "w_type": "conjugated godan verb", + "romaji": "uriharae" + }, + "売払お": { + "w_type": "godan verb stem", + "romaji": "uriharao" + }, + "売払った": { + "w_type": "conjugated godan verb", + "romaji": "uriharatta" + }, + "売払って": { + "w_type": "conjugated godan verb", + "romaji": "uriharatte" + }, + "言い散らさ": { + "w_type": "godan verb stem", + "romaji": "iichirasa" + }, + "言い散らし": { + "w_type": "godan verb stem", + "romaji": "iichirashi" + }, + "言い散らせ": { + "w_type": "conjugated godan verb", + "romaji": "iichirase" + }, + "言い散らそ": { + "w_type": "godan verb stem", + "romaji": "iichiraso" + }, + "言い散らした": { + "w_type": "conjugated godan verb", + "romaji": "iichirashita" + }, + "言い散らして": { + "w_type": "conjugated godan verb", + "romaji": "iichirashite" + }, + "塞が": { + "w_type": "godan verb stem", + "romaji": "fusaga" + }, + "塞ぎ": { + "w_type": "godan verb stem", + "romaji": "fusagi" + }, + "塞げ": { + "w_type": "conjugated godan verb", + "romaji": "fusage" + }, + "塞ご": { + "w_type": "godan verb stem", + "romaji": "fusago" + }, + "塞いだ": { + "w_type": "conjugated godan verb", + "romaji": "fusaida" + }, + "塞いで": { + "w_type": "conjugated godan verb", + "romaji": "fusaide" + }, + "けり殺さ": { + "w_type": "godan verb stem", + "romaji": "kerikorosa" + }, + "けり殺し": { + "w_type": "godan verb stem", + "romaji": "kerikoroshi" + }, + "けり殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kerikorose" + }, + "けり殺そ": { + "w_type": "godan verb stem", + "romaji": "kerikoroso" + }, + "けり殺した": { + "w_type": "conjugated godan verb", + "romaji": "kerikoroshita" + }, + "けり殺して": { + "w_type": "conjugated godan verb", + "romaji": "kerikoroshite" + }, + "泣き付か": { + "w_type": "godan verb stem", + "romaji": "nakitsuka" + }, + "泣き付き": { + "w_type": "godan verb stem", + "romaji": "nakitsuki" + }, + "泣き付け": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuke" + }, + "泣き付こ": { + "w_type": "godan verb stem", + "romaji": "nakitsuko" + }, + "泣き付いた": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuita" + }, + "泣き付いて": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuite" + }, + "練り込ま": { + "w_type": "godan verb stem", + "romaji": "nerikoma" + }, + "練り込み": { + "w_type": "godan verb stem", + "romaji": "nerikomi" + }, + "練り込め": { + "w_type": "conjugated godan verb", + "romaji": "nerikome" + }, + "練り込も": { + "w_type": "godan verb stem", + "romaji": "nerikomo" + }, + "練り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nerikonda" + }, + "練り込んで": { + "w_type": "conjugated godan verb", + "romaji": "nerikonde" + }, + "引っこさ": { + "w_type": "godan verb stem", + "romaji": "hikkosa" + }, + "引っこし": { + "w_type": "godan verb stem", + "romaji": "hikkoshi" + }, + "引っこせ": { + "w_type": "conjugated godan verb", + "romaji": "hikkose" + }, + "引っこそ": { + "w_type": "godan verb stem", + "romaji": "hikkoso" + }, + "引っこした": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshita" + }, + "引っこして": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshite" + }, + "取尽くさ": { + "w_type": "godan verb stem", + "romaji": "toritsukusa" + }, + "取尽くし": { + "w_type": "godan verb stem", + "romaji": "toritsukushi" + }, + "取尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "toritsukuse" + }, + "取尽くそ": { + "w_type": "godan verb stem", + "romaji": "toritsukuso" + }, + "取尽くした": { + "w_type": "conjugated godan verb", + "romaji": "toritsukushita" + }, + "取尽くして": { + "w_type": "conjugated godan verb", + "romaji": "toritsukushite" + }, + "搗き砕か": { + "w_type": "godan verb stem", + "romaji": "tsukikudaka" + }, + "搗き砕き": { + "w_type": "godan verb stem", + "romaji": "tsukikudaki" + }, + "搗き砕け": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudake" + }, + "搗き砕こ": { + "w_type": "godan verb stem", + "romaji": "tsukikudako" + }, + "搗き砕いた": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaita" + }, + "搗き砕いて": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaite" + }, + "押し頂か": { + "w_type": "godan verb stem", + "romaji": "oshiitadaka" + }, + "押し頂き": { + "w_type": "godan verb stem", + "romaji": "oshiitadaki" + }, + "押し頂け": { + "w_type": "conjugated godan verb", + "romaji": "oshiitadake" + }, + "押し頂こ": { + "w_type": "godan verb stem", + "romaji": "oshiitadako" + }, + "押し頂いた": { + "w_type": "conjugated godan verb", + "romaji": "oshiitadaita" + }, + "押し頂いて": { + "w_type": "conjugated godan verb", + "romaji": "oshiitadaite" + }, + "引っこま": { + "w_type": "godan verb stem", + "romaji": "hikkoma" + }, + "引っこみ": { + "w_type": "godan verb stem", + "romaji": "hikkomi" + }, + "引っこめ": { + "w_type": "conjugated godan verb", + "romaji": "hikkome" + }, + "引っこも": { + "w_type": "godan verb stem", + "romaji": "hikkomo" + }, + "引っこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hikkonda" + }, + "引っこんで": { + "w_type": "conjugated godan verb", + "romaji": "hikkonde" + }, + "転がさ": { + "w_type": "godan verb stem", + "romaji": "korogasa" + }, + "転がし": { + "w_type": "godan verb stem", + "romaji": "korogashi" + }, + "転がせ": { + "w_type": "conjugated godan verb", + "romaji": "korogase" + }, + "転がそ": { + "w_type": "godan verb stem", + "romaji": "korogaso" + }, + "転がした": { + "w_type": "conjugated godan verb", + "romaji": "korogashita" + }, + "転がして": { + "w_type": "conjugated godan verb", + "romaji": "korogashite" + }, + "跳びださ": { + "w_type": "godan verb stem", + "romaji": "tobidasa" + }, + "跳びだし": { + "w_type": "godan verb stem", + "romaji": "tobidashi" + }, + "跳びだせ": { + "w_type": "conjugated godan verb", + "romaji": "tobidase" + }, + "跳びだそ": { + "w_type": "godan verb stem", + "romaji": "tobidaso" + }, + "跳びだした": { + "w_type": "conjugated godan verb", + "romaji": "tobidashita" + }, + "跳びだして": { + "w_type": "conjugated godan verb", + "romaji": "tobidashite" + }, + "除か": { + "w_type": "godan verb stem", + "romaji": "nozoka" + }, + "除き": { + "w_type": "godan verb stem", + "romaji": "nozoki" + }, + "除け": { + "w_type": "conjugated godan verb", + "romaji": "nozoke" + }, + "除こ": { + "w_type": "godan verb stem", + "romaji": "nozoko" + }, + "除いた": { + "w_type": "conjugated godan verb", + "romaji": "nozoita" + }, + "除いて": { + "w_type": "conjugated godan verb", + "romaji": "nozoite" + }, + "表わさ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "表わし": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "表わせ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "表わそ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "表わした": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "表わして": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "相和さ": { + "w_type": "godan verb stem", + "romaji": "aiwasa" + }, + "相和し": { + "w_type": "godan verb stem", + "romaji": "aiwashi" + }, + "相和せ": { + "w_type": "conjugated godan verb", + "romaji": "aiwase" + }, + "相和そ": { + "w_type": "godan verb stem", + "romaji": "aiwaso" + }, + "相和した": { + "w_type": "conjugated godan verb", + "romaji": "aiwashita" + }, + "相和して": { + "w_type": "conjugated godan verb", + "romaji": "aiwashite" + }, + "吐か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "吐き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "吐け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "吐こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "吐いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "吐いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "紛わ": { + "w_type": "godan verb stem", + "romaji": "magawa" + }, + "紛い": { + "w_type": "godan verb stem", + "romaji": "magai" + }, + "紛え": { + "w_type": "conjugated godan verb", + "romaji": "magae" + }, + "紛お": { + "w_type": "godan verb stem", + "romaji": "magao" + }, + "紛った": { + "w_type": "conjugated godan verb", + "romaji": "magatta" + }, + "紛って": { + "w_type": "conjugated godan verb", + "romaji": "magatte" + }, + "遠退か": { + "w_type": "godan verb stem", + "romaji": "toonoka" + }, + "遠退き": { + "w_type": "godan verb stem", + "romaji": "toonoki" + }, + "遠退け": { + "w_type": "conjugated godan verb", + "romaji": "toonoke" + }, + "遠退こ": { + "w_type": "godan verb stem", + "romaji": "toonoko" + }, + "遠退いた": { + "w_type": "conjugated godan verb", + "romaji": "toonoita" + }, + "遠退いて": { + "w_type": "conjugated godan verb", + "romaji": "toonoite" + }, + "納まり返ら": { + "w_type": "godan verb stem", + "romaji": "osamarikaera" + }, + "納まり返り": { + "w_type": "godan verb stem", + "romaji": "osamarikaeri" + }, + "納まり返れ": { + "w_type": "conjugated godan verb", + "romaji": "osamarikaere" + }, + "納まり返ろ": { + "w_type": "godan verb stem", + "romaji": "osamarikaero" + }, + "納まり返った": { + "w_type": "conjugated godan verb", + "romaji": "osamarikaetta" + }, + "納まり返って": { + "w_type": "conjugated godan verb", + "romaji": "osamarikaette" + }, + "切れ上がら": { + "w_type": "godan verb stem", + "romaji": "kireagara" + }, + "切れ上がり": { + "w_type": "godan verb stem", + "romaji": "kireagari" + }, + "切れ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "kireagare" + }, + "切れ上がろ": { + "w_type": "godan verb stem", + "romaji": "kireagaro" + }, + "切れ上がった": { + "w_type": "conjugated godan verb", + "romaji": "kireagatta" + }, + "切れ上がって": { + "w_type": "conjugated godan verb", + "romaji": "kireagatte" + }, + "泣暮さ": { + "w_type": "godan verb stem", + "romaji": "nakikurasa" + }, + "泣暮し": { + "w_type": "godan verb stem", + "romaji": "nakikurashi" + }, + "泣暮せ": { + "w_type": "conjugated godan verb", + "romaji": "nakikurase" + }, + "泣暮そ": { + "w_type": "godan verb stem", + "romaji": "nakikuraso" + }, + "泣暮した": { + "w_type": "conjugated godan verb", + "romaji": "nakikurashita" + }, + "泣暮して": { + "w_type": "conjugated godan verb", + "romaji": "nakikurashite" + }, + "仕出さ": { + "w_type": "godan verb stem", + "romaji": "shidasa" + }, + "仕出し": { + "w_type": "godan verb stem", + "romaji": "shidashi" + }, + "仕出せ": { + "w_type": "conjugated godan verb", + "romaji": "shidase" + }, + "仕出そ": { + "w_type": "godan verb stem", + "romaji": "shidaso" + }, + "仕出した": { + "w_type": "conjugated godan verb", + "romaji": "shidashita" + }, + "仕出して": { + "w_type": "conjugated godan verb", + "romaji": "shidashite" + }, + "謳わ": { + "w_type": "godan verb stem", + "romaji": "utawa" + }, + "謳い": { + "w_type": "godan verb stem", + "romaji": "utai" + }, + "謳え": { + "w_type": "conjugated godan verb", + "romaji": "utae" + }, + "謳お": { + "w_type": "godan verb stem", + "romaji": "utao" + }, + "謳った": { + "w_type": "conjugated godan verb", + "romaji": "utatta" + }, + "謳って": { + "w_type": "conjugated godan verb", + "romaji": "utatte" + }, + "書きおくら": { + "w_type": "godan verb stem", + "romaji": "kakiokura" + }, + "書きおくり": { + "w_type": "godan verb stem", + "romaji": "kakiokuri" + }, + "書きおくれ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokure" + }, + "書きおくろ": { + "w_type": "godan verb stem", + "romaji": "kakiokuro" + }, + "書きおくった": { + "w_type": "conjugated godan verb", + "romaji": "kakiokutta" + }, + "書きおくって": { + "w_type": "conjugated godan verb", + "romaji": "kakiokutte" + }, + "間切ら": { + "w_type": "godan verb stem", + "romaji": "magira" + }, + "間切り": { + "w_type": "godan verb stem", + "romaji": "magiri" + }, + "間切れ": { + "w_type": "conjugated godan verb", + "romaji": "magire" + }, + "間切ろ": { + "w_type": "godan verb stem", + "romaji": "magiro" + }, + "間切った": { + "w_type": "conjugated godan verb", + "romaji": "magitta" + }, + "間切って": { + "w_type": "conjugated godan verb", + "romaji": "magitte" + }, + "思い過さ": { + "w_type": "godan verb stem", + "romaji": "omoisugosa" + }, + "思い過し": { + "w_type": "godan verb stem", + "romaji": "omoisugoshi" + }, + "思い過せ": { + "w_type": "conjugated godan verb", + "romaji": "omoisugose" + }, + "思い過そ": { + "w_type": "godan verb stem", + "romaji": "omoisugoso" + }, + "思い過した": { + "w_type": "conjugated godan verb", + "romaji": "omoisugoshita" + }, + "思い過して": { + "w_type": "conjugated godan verb", + "romaji": "omoisugoshite" + }, + "巡ら": { + "w_type": "godan verb stem", + "romaji": "megura" + }, + "巡り": { + "w_type": "godan verb stem", + "romaji": "meguri" + }, + "巡れ": { + "w_type": "conjugated godan verb", + "romaji": "megure" + }, + "巡ろ": { + "w_type": "godan verb stem", + "romaji": "meguro" + }, + "巡った": { + "w_type": "conjugated godan verb", + "romaji": "megutta" + }, + "巡って": { + "w_type": "conjugated godan verb", + "romaji": "megutte" + }, + "基ずか": { + "w_type": "godan verb stem", + "romaji": "motozuka" + }, + "基ずき": { + "w_type": "godan verb stem", + "romaji": "motozuki" + }, + "基ずけ": { + "w_type": "conjugated godan verb", + "romaji": "motozuke" + }, + "基ずこ": { + "w_type": "godan verb stem", + "romaji": "motozuko" + }, + "基ずいた": { + "w_type": "conjugated godan verb", + "romaji": "motozuita" + }, + "基ずいて": { + "w_type": "conjugated godan verb", + "romaji": "motozuite" + }, + "澄ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "澄み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "澄め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "澄も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "澄んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "澄んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "繰込ま": { + "w_type": "godan verb stem", + "romaji": "kurikoma" + }, + "繰込み": { + "w_type": "godan verb stem", + "romaji": "kurikomi" + }, + "繰込め": { + "w_type": "conjugated godan verb", + "romaji": "kurikome" + }, + "繰込も": { + "w_type": "godan verb stem", + "romaji": "kurikomo" + }, + "繰込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kurikonda" + }, + "繰込んで": { + "w_type": "conjugated godan verb", + "romaji": "kurikonde" + }, + "飛び去ら": { + "w_type": "godan verb stem", + "romaji": "tobisara" + }, + "飛び去り": { + "w_type": "godan verb stem", + "romaji": "tobisari" + }, + "飛び去れ": { + "w_type": "conjugated godan verb", + "romaji": "tobisare" + }, + "飛び去ろ": { + "w_type": "godan verb stem", + "romaji": "tobisaro" + }, + "飛び去った": { + "w_type": "conjugated godan verb", + "romaji": "tobisatta" + }, + "飛び去って": { + "w_type": "conjugated godan verb", + "romaji": "tobisatte" + }, + "聞きもらさ": { + "w_type": "godan verb stem", + "romaji": "kikimorasa" + }, + "聞きもらし": { + "w_type": "godan verb stem", + "romaji": "kikimorashi" + }, + "聞きもらせ": { + "w_type": "conjugated godan verb", + "romaji": "kikimorase" + }, + "聞きもらそ": { + "w_type": "godan verb stem", + "romaji": "kikimoraso" + }, + "聞きもらした": { + "w_type": "conjugated godan verb", + "romaji": "kikimorashita" + }, + "聞きもらして": { + "w_type": "conjugated godan verb", + "romaji": "kikimorashite" + }, + "省か": { + "w_type": "godan verb stem", + "romaji": "habuka" + }, + "省き": { + "w_type": "godan verb stem", + "romaji": "habuki" + }, + "省け": { + "w_type": "conjugated godan verb", + "romaji": "habuke" + }, + "省こ": { + "w_type": "godan verb stem", + "romaji": "habuko" + }, + "省いた": { + "w_type": "conjugated godan verb", + "romaji": "habuita" + }, + "省いて": { + "w_type": "conjugated godan verb", + "romaji": "habuite" + }, + "泣悲しま": { + "w_type": "godan verb stem", + "romaji": "nakikanashima" + }, + "泣悲しみ": { + "w_type": "godan verb stem", + "romaji": "nakikanashimi" + }, + "泣悲しめ": { + "w_type": "conjugated godan verb", + "romaji": "nakikanashime" + }, + "泣悲しも": { + "w_type": "godan verb stem", + "romaji": "nakikanashimo" + }, + "泣悲しんだ": { + "w_type": "conjugated godan verb", + "romaji": "nakikanashinda" + }, + "泣悲しんで": { + "w_type": "conjugated godan verb", + "romaji": "nakikanashinde" + }, + "看破ら": { + "w_type": "godan verb stem", + "romaji": "miyabura" + }, + "看破り": { + "w_type": "godan verb stem", + "romaji": "miyaburi" + }, + "看破れ": { + "w_type": "conjugated godan verb", + "romaji": "miyabure" + }, + "看破ろ": { + "w_type": "godan verb stem", + "romaji": "miyaburo" + }, + "看破った": { + "w_type": "conjugated godan verb", + "romaji": "miyabutta" + }, + "看破って": { + "w_type": "conjugated godan verb", + "romaji": "miyabutte" + }, + "泡立た": { + "w_type": "godan verb stem", + "romaji": "awadata" + }, + "泡立ち": { + "w_type": "godan verb stem", + "romaji": "awadachi" + }, + "泡立て": { + "w_type": "conjugated godan verb", + "romaji": "awadate" + }, + "泡立と": { + "w_type": "godan verb stem", + "romaji": "awadato" + }, + "泡立った": { + "w_type": "conjugated godan verb", + "romaji": "awadatta" + }, + "泡立って": { + "w_type": "conjugated godan verb", + "romaji": "awadatte" + }, + "撚ら": { + "w_type": "godan verb stem", + "romaji": "hinera" + }, + "撚り": { + "w_type": "godan verb stem", + "romaji": "hineri" + }, + "撚れ": { + "w_type": "conjugated godan verb", + "romaji": "hinere" + }, + "撚ろ": { + "w_type": "godan verb stem", + "romaji": "hinero" + }, + "撚った": { + "w_type": "conjugated godan verb", + "romaji": "hinetta" + }, + "撚って": { + "w_type": "conjugated godan verb", + "romaji": "hinette" + }, + "出懸ら": { + "w_type": "godan verb stem", + "romaji": "dekakara" + }, + "出懸り": { + "w_type": "godan verb stem", + "romaji": "dekakari" + }, + "出懸れ": { + "w_type": "conjugated godan verb", + "romaji": "dekakare" + }, + "出懸ろ": { + "w_type": "godan verb stem", + "romaji": "dekakaro" + }, + "出懸った": { + "w_type": "conjugated godan verb", + "romaji": "dekakatta" + }, + "出懸って": { + "w_type": "conjugated godan verb", + "romaji": "dekakatte" + }, + "忍び寄ら": { + "w_type": "godan verb stem", + "romaji": "shinobiyora" + }, + "忍び寄り": { + "w_type": "godan verb stem", + "romaji": "shinobiyori" + }, + "忍び寄れ": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyore" + }, + "忍び寄ろ": { + "w_type": "godan verb stem", + "romaji": "shinobiyoro" + }, + "忍び寄った": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyotta" + }, + "忍び寄って": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyotte" + }, + "言い過ごさ": { + "w_type": "godan verb stem", + "romaji": "iisugosa" + }, + "言い過ごし": { + "w_type": "godan verb stem", + "romaji": "iisugoshi" + }, + "言い過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "iisugose" + }, + "言い過ごそ": { + "w_type": "godan verb stem", + "romaji": "iisugoso" + }, + "言い過ごした": { + "w_type": "conjugated godan verb", + "romaji": "iisugoshita" + }, + "言い過ごして": { + "w_type": "conjugated godan verb", + "romaji": "iisugoshite" + }, + "寄り切ら": { + "w_type": "godan verb stem", + "romaji": "yorikira" + }, + "寄り切り": { + "w_type": "godan verb stem", + "romaji": "yorikiri" + }, + "寄り切れ": { + "w_type": "conjugated godan verb", + "romaji": "yorikire" + }, + "寄り切ろ": { + "w_type": "godan verb stem", + "romaji": "yorikiro" + }, + "寄り切った": { + "w_type": "conjugated godan verb", + "romaji": "yorikitta" + }, + "寄り切って": { + "w_type": "conjugated godan verb", + "romaji": "yorikitte" + }, + "駆回ら": { + "w_type": "godan verb stem", + "romaji": "kakemawara" + }, + "駆回り": { + "w_type": "godan verb stem", + "romaji": "kakemawari" + }, + "駆回れ": { + "w_type": "conjugated godan verb", + "romaji": "kakemaware" + }, + "駆回ろ": { + "w_type": "godan verb stem", + "romaji": "kakemawaro" + }, + "駆回った": { + "w_type": "conjugated godan verb", + "romaji": "kakemawatta" + }, + "駆回って": { + "w_type": "conjugated godan verb", + "romaji": "kakemawatte" + }, + "搗ち合わ": { + "w_type": "godan verb stem", + "romaji": "kachiawa" + }, + "搗ち合い": { + "w_type": "godan verb stem", + "romaji": "kachiai" + }, + "搗ち合え": { + "w_type": "conjugated godan verb", + "romaji": "kachiae" + }, + "搗ち合お": { + "w_type": "godan verb stem", + "romaji": "kachiao" + }, + "搗ち合った": { + "w_type": "conjugated godan verb", + "romaji": "kachiatta" + }, + "搗ち合って": { + "w_type": "conjugated godan verb", + "romaji": "kachiatte" + }, + "立て通さ": { + "w_type": "godan verb stem", + "romaji": "tatetoosa" + }, + "立て通し": { + "w_type": "godan verb stem", + "romaji": "tatetooshi" + }, + "立て通せ": { + "w_type": "conjugated godan verb", + "romaji": "tatetoose" + }, + "立て通そ": { + "w_type": "godan verb stem", + "romaji": "tatetooso" + }, + "立て通した": { + "w_type": "conjugated godan verb", + "romaji": "tatetooshita" + }, + "立て通して": { + "w_type": "conjugated godan verb", + "romaji": "tatetooshite" + }, + "戦わ": { + "w_type": "godan verb stem", + "romaji": "tatakawa" + }, + "戦い": { + "w_type": "godan verb stem", + "romaji": "tatakai" + }, + "戦え": { + "w_type": "conjugated godan verb", + "romaji": "tatakae" + }, + "戦お": { + "w_type": "godan verb stem", + "romaji": "tatakao" + }, + "戦った": { + "w_type": "conjugated godan verb", + "romaji": "tatakatta" + }, + "戦って": { + "w_type": "conjugated godan verb", + "romaji": "tatakatte" + }, + "咥え込ま": { + "w_type": "godan verb stem", + "romaji": "kuwaekoma" + }, + "咥え込み": { + "w_type": "godan verb stem", + "romaji": "kuwaekomi" + }, + "咥え込め": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekome" + }, + "咥え込も": { + "w_type": "godan verb stem", + "romaji": "kuwaekomo" + }, + "咥え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonda" + }, + "咥え込んで": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonde" + }, + "出歯ら": { + "w_type": "godan verb stem", + "romaji": "debara" + }, + "出歯り": { + "w_type": "godan verb stem", + "romaji": "debari" + }, + "出歯れ": { + "w_type": "conjugated godan verb", + "romaji": "debare" + }, + "出歯ろ": { + "w_type": "godan verb stem", + "romaji": "debaro" + }, + "出歯った": { + "w_type": "conjugated godan verb", + "romaji": "debatta" + }, + "出歯って": { + "w_type": "conjugated godan verb", + "romaji": "debatte" + }, + "まき散らさ": { + "w_type": "godan verb stem", + "romaji": "makichirasa" + }, + "まき散らし": { + "w_type": "godan verb stem", + "romaji": "makichirashi" + }, + "まき散らせ": { + "w_type": "conjugated godan verb", + "romaji": "makichirase" + }, + "まき散らそ": { + "w_type": "godan verb stem", + "romaji": "makichiraso" + }, + "まき散らした": { + "w_type": "conjugated godan verb", + "romaji": "makichirashita" + }, + "まき散らして": { + "w_type": "conjugated godan verb", + "romaji": "makichirashite" + }, + "見習わ": { + "w_type": "godan verb stem", + "romaji": "minarawa" + }, + "見習い": { + "w_type": "godan verb stem", + "romaji": "minarai" + }, + "見習え": { + "w_type": "conjugated godan verb", + "romaji": "minarae" + }, + "見習お": { + "w_type": "godan verb stem", + "romaji": "minarao" + }, + "見習った": { + "w_type": "conjugated godan verb", + "romaji": "minaratta" + }, + "見習って": { + "w_type": "conjugated godan verb", + "romaji": "minaratte" + }, + "脈が有ら": { + "w_type": "godan verb stem", + "romaji": "myakugaara" + }, + "脈が有り": { + "w_type": "godan verb stem", + "romaji": "myakugaari" + }, + "脈が有れ": { + "w_type": "conjugated godan verb", + "romaji": "myakugaare" + }, + "脈が有ろ": { + "w_type": "godan verb stem", + "romaji": "myakugaaro" + }, + "脈が有った": { + "w_type": "conjugated godan verb", + "romaji": "myakugaatta" + }, + "脈が有って": { + "w_type": "conjugated godan verb", + "romaji": "myakugaatte" + }, + "言い張ら": { + "w_type": "godan verb stem", + "romaji": "iihara" + }, + "言い張り": { + "w_type": "godan verb stem", + "romaji": "iihari" + }, + "言い張れ": { + "w_type": "conjugated godan verb", + "romaji": "iihare" + }, + "言い張ろ": { + "w_type": "godan verb stem", + "romaji": "iiharo" + }, + "言い張った": { + "w_type": "conjugated godan verb", + "romaji": "iihatta" + }, + "言い張って": { + "w_type": "conjugated godan verb", + "romaji": "iihatte" + }, + "水際立た": { + "w_type": "godan verb stem", + "romaji": "mizugiwadata" + }, + "水際立ち": { + "w_type": "godan verb stem", + "romaji": "mizugiwadachi" + }, + "水際立て": { + "w_type": "conjugated godan verb", + "romaji": "mizugiwadate" + }, + "水際立と": { + "w_type": "godan verb stem", + "romaji": "mizugiwadato" + }, + "水際立った": { + "w_type": "conjugated godan verb", + "romaji": "mizugiwadatta" + }, + "水際立って": { + "w_type": "conjugated godan verb", + "romaji": "mizugiwadatte" + }, + "飲み乾さ": { + "w_type": "godan verb stem", + "romaji": "nomihosa" + }, + "飲み乾し": { + "w_type": "godan verb stem", + "romaji": "nomihoshi" + }, + "飲み乾せ": { + "w_type": "conjugated godan verb", + "romaji": "nomihose" + }, + "飲み乾そ": { + "w_type": "godan verb stem", + "romaji": "nomihoso" + }, + "飲み乾した": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshita" + }, + "飲み乾して": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshite" + }, + "泝ら": { + "w_type": "godan verb stem", + "romaji": "sakanobora" + }, + "泝り": { + "w_type": "godan verb stem", + "romaji": "sakanobori" + }, + "泝れ": { + "w_type": "conjugated godan verb", + "romaji": "sakanobore" + }, + "泝ろ": { + "w_type": "godan verb stem", + "romaji": "sakanoboro" + }, + "泝った": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotta" + }, + "泝って": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotte" + }, + "思い煩わ": { + "w_type": "godan verb stem", + "romaji": "omoiwazurawa" + }, + "思い煩い": { + "w_type": "godan verb stem", + "romaji": "omoiwazurai" + }, + "思い煩え": { + "w_type": "conjugated godan verb", + "romaji": "omoiwazurae" + }, + "思い煩お": { + "w_type": "godan verb stem", + "romaji": "omoiwazurao" + }, + "思い煩った": { + "w_type": "conjugated godan verb", + "romaji": "omoiwazuratta" + }, + "思い煩って": { + "w_type": "conjugated godan verb", + "romaji": "omoiwazuratte" + }, + "素っ転ば": { + "w_type": "godan verb stem", + "romaji": "sukkoroba" + }, + "素っ転び": { + "w_type": "godan verb stem", + "romaji": "sukkorobi" + }, + "素っ転べ": { + "w_type": "conjugated godan verb", + "romaji": "sukkorobe" + }, + "素っ転ぼ": { + "w_type": "godan verb stem", + "romaji": "sukkorobo" + }, + "素っ転んだ": { + "w_type": "conjugated godan verb", + "romaji": "sukkoronda" + }, + "素っ転んで": { + "w_type": "conjugated godan verb", + "romaji": "sukkoronde" + }, + "響かさ": { + "w_type": "godan verb stem", + "romaji": "hibikasa" + }, + "響かし": { + "w_type": "godan verb stem", + "romaji": "hibikashi" + }, + "響かせ": { + "w_type": "conjugated godan verb", + "romaji": "hibikase" + }, + "響かそ": { + "w_type": "godan verb stem", + "romaji": "hibikaso" + }, + "響かした": { + "w_type": "conjugated godan verb", + "romaji": "hibikashita" + }, + "響かして": { + "w_type": "conjugated godan verb", + "romaji": "hibikashite" + }, + "見つけ出さ": { + "w_type": "godan verb stem", + "romaji": "mitsukedasa" + }, + "見つけ出し": { + "w_type": "godan verb stem", + "romaji": "mitsukedashi" + }, + "見つけ出せ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedase" + }, + "見つけ出そ": { + "w_type": "godan verb stem", + "romaji": "mitsukedaso" + }, + "見つけ出した": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedashita" + }, + "見つけ出して": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedashite" + }, + "盛り下がら": { + "w_type": "godan verb stem", + "romaji": "morisagara" + }, + "盛り下がり": { + "w_type": "godan verb stem", + "romaji": "morisagari" + }, + "盛り下がれ": { + "w_type": "conjugated godan verb", + "romaji": "morisagare" + }, + "盛り下がろ": { + "w_type": "godan verb stem", + "romaji": "morisagaro" + }, + "盛り下がった": { + "w_type": "conjugated godan verb", + "romaji": "morisagatta" + }, + "盛り下がって": { + "w_type": "conjugated godan verb", + "romaji": "morisagatte" + }, + "掻っ切ら": { + "w_type": "godan verb stem", + "romaji": "kakkira" + }, + "掻っ切り": { + "w_type": "godan verb stem", + "romaji": "kakkiri" + }, + "掻っ切れ": { + "w_type": "conjugated godan verb", + "romaji": "kakkire" + }, + "掻っ切ろ": { + "w_type": "godan verb stem", + "romaji": "kakkiro" + }, + "掻っ切った": { + "w_type": "conjugated godan verb", + "romaji": "kakkitta" + }, + "掻っ切って": { + "w_type": "conjugated godan verb", + "romaji": "kakkitte" + }, + "面喰らわ": { + "w_type": "godan verb stem", + "romaji": "menkurawa" + }, + "面喰らい": { + "w_type": "godan verb stem", + "romaji": "menkurai" + }, + "面喰らえ": { + "w_type": "conjugated godan verb", + "romaji": "menkurae" + }, + "面喰らお": { + "w_type": "godan verb stem", + "romaji": "menkurao" + }, + "面喰らった": { + "w_type": "conjugated godan verb", + "romaji": "menkuratta" + }, + "面喰らって": { + "w_type": "conjugated godan verb", + "romaji": "menkuratte" + }, + "見尽くさ": { + "w_type": "godan verb stem", + "romaji": "mitsukusa" + }, + "見尽くし": { + "w_type": "godan verb stem", + "romaji": "mitsukushi" + }, + "見尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukuse" + }, + "見尽くそ": { + "w_type": "godan verb stem", + "romaji": "mitsukuso" + }, + "見尽くした": { + "w_type": "conjugated godan verb", + "romaji": "mitsukushita" + }, + "見尽くして": { + "w_type": "conjugated godan verb", + "romaji": "mitsukushite" + }, + "泣き伏さ": { + "w_type": "godan verb stem", + "romaji": "nakifusa" + }, + "泣き伏し": { + "w_type": "godan verb stem", + "romaji": "nakifushi" + }, + "泣き伏せ": { + "w_type": "conjugated godan verb", + "romaji": "nakifuse" + }, + "泣き伏そ": { + "w_type": "godan verb stem", + "romaji": "nakifuso" + }, + "泣き伏した": { + "w_type": "conjugated godan verb", + "romaji": "nakifushita" + }, + "泣き伏して": { + "w_type": "conjugated godan verb", + "romaji": "nakifushite" + }, + "上品ぶら": { + "w_type": "godan verb stem", + "romaji": "jouhinbura" + }, + "上品ぶり": { + "w_type": "godan verb stem", + "romaji": "jouhinburi" + }, + "上品ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "jouhinbure" + }, + "上品ぶろ": { + "w_type": "godan verb stem", + "romaji": "jouhinburo" + }, + "上品ぶった": { + "w_type": "conjugated godan verb", + "romaji": "jouhinbutta" + }, + "上品ぶって": { + "w_type": "conjugated godan verb", + "romaji": "jouhinbutte" + }, + "手子摺ら": { + "w_type": "godan verb stem", + "romaji": "tekozura" + }, + "手子摺り": { + "w_type": "godan verb stem", + "romaji": "tekozuri" + }, + "手子摺れ": { + "w_type": "conjugated godan verb", + "romaji": "tekozure" + }, + "手子摺ろ": { + "w_type": "godan verb stem", + "romaji": "tekozuro" + }, + "手子摺った": { + "w_type": "conjugated godan verb", + "romaji": "tekozutta" + }, + "手子摺って": { + "w_type": "conjugated godan verb", + "romaji": "tekozutte" + }, + "引きさがら": { + "w_type": "godan verb stem", + "romaji": "hikisagara" + }, + "引きさがり": { + "w_type": "godan verb stem", + "romaji": "hikisagari" + }, + "引きさがれ": { + "w_type": "conjugated godan verb", + "romaji": "hikisagare" + }, + "引きさがろ": { + "w_type": "godan verb stem", + "romaji": "hikisagaro" + }, + "引きさがった": { + "w_type": "conjugated godan verb", + "romaji": "hikisagatta" + }, + "引きさがって": { + "w_type": "conjugated godan verb", + "romaji": "hikisagatte" + }, + "付いていか": { + "w_type": "godan verb stem", + "romaji": "tsuiteika" + }, + "付いていき": { + "w_type": "godan verb stem", + "romaji": "tsuiteiki" + }, + "付いていけ": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteike" + }, + "付いていこ": { + "w_type": "godan verb stem", + "romaji": "tsuiteiko" + }, + "付いていいた": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiita" + }, + "付いていいて": { + "w_type": "conjugated godan verb", + "romaji": "tsuiteiite" + }, + "肌脱が": { + "w_type": "godan verb stem", + "romaji": "hadanuga" + }, + "肌脱ぎ": { + "w_type": "godan verb stem", + "romaji": "hadanugi" + }, + "肌脱げ": { + "w_type": "conjugated godan verb", + "romaji": "hadanuge" + }, + "肌脱ご": { + "w_type": "godan verb stem", + "romaji": "hadanugo" + }, + "肌脱いだ": { + "w_type": "conjugated godan verb", + "romaji": "hadanuida" + }, + "肌脱いで": { + "w_type": "conjugated godan verb", + "romaji": "hadanuide" + }, + "転げまわら": { + "w_type": "godan verb stem", + "romaji": "korogemawara" + }, + "転げまわり": { + "w_type": "godan verb stem", + "romaji": "korogemawari" + }, + "転げまわれ": { + "w_type": "conjugated godan verb", + "romaji": "korogemaware" + }, + "転げまわろ": { + "w_type": "godan verb stem", + "romaji": "korogemawaro" + }, + "転げまわった": { + "w_type": "conjugated godan verb", + "romaji": "korogemawatta" + }, + "転げまわって": { + "w_type": "conjugated godan verb", + "romaji": "korogemawatte" + }, + "仕損なわ": { + "w_type": "godan verb stem", + "romaji": "shisokonawa" + }, + "仕損ない": { + "w_type": "godan verb stem", + "romaji": "shisokonai" + }, + "仕損なえ": { + "w_type": "conjugated godan verb", + "romaji": "shisokonae" + }, + "仕損なお": { + "w_type": "godan verb stem", + "romaji": "shisokonao" + }, + "仕損なった": { + "w_type": "conjugated godan verb", + "romaji": "shisokonatta" + }, + "仕損なって": { + "w_type": "conjugated godan verb", + "romaji": "shisokonatte" + }, + "反ら": { + "w_type": "godan verb stem", + "romaji": "kaera" + }, + "反り": { + "w_type": "godan verb stem", + "romaji": "kaeri" + }, + "反れ": { + "w_type": "conjugated godan verb", + "romaji": "kaere" + }, + "反ろ": { + "w_type": "godan verb stem", + "romaji": "kaero" + }, + "反った": { + "w_type": "conjugated godan verb", + "romaji": "kaetta" + }, + "反って": { + "w_type": "conjugated godan verb", + "romaji": "kaette" + }, + "じゃら付か": { + "w_type": "godan verb stem", + "romaji": "jaratsuka" + }, + "じゃら付き": { + "w_type": "godan verb stem", + "romaji": "jaratsuki" + }, + "じゃら付け": { + "w_type": "conjugated godan verb", + "romaji": "jaratsuke" + }, + "じゃら付こ": { + "w_type": "godan verb stem", + "romaji": "jaratsuko" + }, + "じゃら付いた": { + "w_type": "conjugated godan verb", + "romaji": "jaratsuita" + }, + "じゃら付いて": { + "w_type": "conjugated godan verb", + "romaji": "jaratsuite" + }, + "擲り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "naguritobasa" + }, + "擲り飛ばし": { + "w_type": "godan verb stem", + "romaji": "naguritobashi" + }, + "擲り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "naguritobase" + }, + "擲り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "naguritobaso" + }, + "擲り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "naguritobashita" + }, + "擲り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "naguritobashite" + }, + "剰さ": { + "w_type": "godan verb stem", + "romaji": "amasa" + }, + "剰し": { + "w_type": "godan verb stem", + "romaji": "amashi" + }, + "剰せ": { + "w_type": "conjugated godan verb", + "romaji": "amase" + }, + "剰そ": { + "w_type": "godan verb stem", + "romaji": "amaso" + }, + "剰した": { + "w_type": "conjugated godan verb", + "romaji": "amashita" + }, + "剰して": { + "w_type": "conjugated godan verb", + "romaji": "amashite" + }, + "暑がら": { + "w_type": "godan verb stem", + "romaji": "atsugara" + }, + "暑がり": { + "w_type": "godan verb stem", + "romaji": "atsugari" + }, + "暑がれ": { + "w_type": "conjugated godan verb", + "romaji": "atsugare" + }, + "暑がろ": { + "w_type": "godan verb stem", + "romaji": "atsugaro" + }, + "暑がった": { + "w_type": "conjugated godan verb", + "romaji": "atsugatta" + }, + "暑がって": { + "w_type": "conjugated godan verb", + "romaji": "atsugatte" + }, + "射落とさ": { + "w_type": "godan verb stem", + "romaji": "iotosa" + }, + "射落とし": { + "w_type": "godan verb stem", + "romaji": "iotoshi" + }, + "射落とせ": { + "w_type": "conjugated godan verb", + "romaji": "iotose" + }, + "射落とそ": { + "w_type": "godan verb stem", + "romaji": "iotoso" + }, + "射落とした": { + "w_type": "conjugated godan verb", + "romaji": "iotoshita" + }, + "射落として": { + "w_type": "conjugated godan verb", + "romaji": "iotoshite" + }, + "逃げ出さ": { + "w_type": "godan verb stem", + "romaji": "nigedasa" + }, + "逃げ出し": { + "w_type": "godan verb stem", + "romaji": "nigedashi" + }, + "逃げ出せ": { + "w_type": "conjugated godan verb", + "romaji": "nigedase" + }, + "逃げ出そ": { + "w_type": "godan verb stem", + "romaji": "nigedaso" + }, + "逃げ出した": { + "w_type": "conjugated godan verb", + "romaji": "nigedashita" + }, + "逃げ出して": { + "w_type": "conjugated godan verb", + "romaji": "nigedashite" + }, + "皮肉ら": { + "w_type": "godan verb stem", + "romaji": "hinikura" + }, + "皮肉り": { + "w_type": "godan verb stem", + "romaji": "hinikuri" + }, + "皮肉れ": { + "w_type": "conjugated godan verb", + "romaji": "hinikure" + }, + "皮肉ろ": { + "w_type": "godan verb stem", + "romaji": "hinikuro" + }, + "皮肉った": { + "w_type": "conjugated godan verb", + "romaji": "hinikutta" + }, + "皮肉って": { + "w_type": "conjugated godan verb", + "romaji": "hinikutte" + }, + "かすめ取ら": { + "w_type": "godan verb stem", + "romaji": "kasumetora" + }, + "かすめ取り": { + "w_type": "godan verb stem", + "romaji": "kasumetori" + }, + "かすめ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kasumetore" + }, + "かすめ取ろ": { + "w_type": "godan verb stem", + "romaji": "kasumetoro" + }, + "かすめ取った": { + "w_type": "conjugated godan verb", + "romaji": "kasumetotta" + }, + "かすめ取って": { + "w_type": "conjugated godan verb", + "romaji": "kasumetotte" + }, + "丸め込ま": { + "w_type": "godan verb stem", + "romaji": "marumekoma" + }, + "丸め込み": { + "w_type": "godan verb stem", + "romaji": "marumekomi" + }, + "丸め込め": { + "w_type": "conjugated godan verb", + "romaji": "marumekome" + }, + "丸め込も": { + "w_type": "godan verb stem", + "romaji": "marumekomo" + }, + "丸め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "marumekonda" + }, + "丸め込んで": { + "w_type": "conjugated godan verb", + "romaji": "marumekonde" + }, + "容作ら": { + "w_type": "godan verb stem", + "romaji": "katachizukura" + }, + "容作り": { + "w_type": "godan verb stem", + "romaji": "katachizukuri" + }, + "容作れ": { + "w_type": "conjugated godan verb", + "romaji": "katachizukure" + }, + "容作ろ": { + "w_type": "godan verb stem", + "romaji": "katachizukuro" + }, + "容作った": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutta" + }, + "容作って": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutte" + }, + "当り散らさ": { + "w_type": "godan verb stem", + "romaji": "atarichirasa" + }, + "当り散らし": { + "w_type": "godan verb stem", + "romaji": "atarichirashi" + }, + "当り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "atarichirase" + }, + "当り散らそ": { + "w_type": "godan verb stem", + "romaji": "atarichiraso" + }, + "当り散らした": { + "w_type": "conjugated godan verb", + "romaji": "atarichirashita" + }, + "当り散らして": { + "w_type": "conjugated godan verb", + "romaji": "atarichirashite" + }, + "及ば": { + "w_type": "godan verb stem", + "romaji": "oyoba" + }, + "及び": { + "w_type": "godan verb stem", + "romaji": "oyobi" + }, + "及べ": { + "w_type": "conjugated godan verb", + "romaji": "oyobe" + }, + "及ぼ": { + "w_type": "godan verb stem", + "romaji": "oyobo" + }, + "及んだ": { + "w_type": "conjugated godan verb", + "romaji": "oyonda" + }, + "及んで": { + "w_type": "conjugated godan verb", + "romaji": "oyonde" + }, + "仰反ら": { + "w_type": "godan verb stem", + "romaji": "nokezora" + }, + "仰反り": { + "w_type": "godan verb stem", + "romaji": "nokezori" + }, + "仰反れ": { + "w_type": "conjugated godan verb", + "romaji": "nokezore" + }, + "仰反ろ": { + "w_type": "godan verb stem", + "romaji": "nokezoro" + }, + "仰反った": { + "w_type": "conjugated godan verb", + "romaji": "nokezotta" + }, + "仰反って": { + "w_type": "conjugated godan verb", + "romaji": "nokezotte" + }, + "損わ": { + "w_type": "godan verb stem", + "romaji": "sokonawa" + }, + "損い": { + "w_type": "godan verb stem", + "romaji": "sokonai" + }, + "損え": { + "w_type": "conjugated godan verb", + "romaji": "sokonae" + }, + "損お": { + "w_type": "godan verb stem", + "romaji": "sokonao" + }, + "損った": { + "w_type": "conjugated godan verb", + "romaji": "sokonatta" + }, + "損って": { + "w_type": "conjugated godan verb", + "romaji": "sokonatte" + }, + "のた打ち回ら": { + "w_type": "godan verb stem", + "romaji": "notauchimawara" + }, + "のた打ち回り": { + "w_type": "godan verb stem", + "romaji": "notauchimawari" + }, + "のた打ち回れ": { + "w_type": "conjugated godan verb", + "romaji": "notauchimaware" + }, + "のた打ち回ろ": { + "w_type": "godan verb stem", + "romaji": "notauchimawaro" + }, + "のた打ち回った": { + "w_type": "conjugated godan verb", + "romaji": "notauchimawatta" + }, + "のた打ち回って": { + "w_type": "conjugated godan verb", + "romaji": "notauchimawatte" + }, + "乗りうつら": { + "w_type": "godan verb stem", + "romaji": "noriutsura" + }, + "乗りうつり": { + "w_type": "godan verb stem", + "romaji": "noriutsuri" + }, + "乗りうつれ": { + "w_type": "conjugated godan verb", + "romaji": "noriutsure" + }, + "乗りうつろ": { + "w_type": "godan verb stem", + "romaji": "noriutsuro" + }, + "乗りうつった": { + "w_type": "conjugated godan verb", + "romaji": "noriutsutta" + }, + "乗りうつって": { + "w_type": "conjugated godan verb", + "romaji": "noriutsutte" + }, + "見いださ": { + "w_type": "godan verb stem", + "romaji": "miidasa" + }, + "見いだし": { + "w_type": "godan verb stem", + "romaji": "miidashi" + }, + "見いだせ": { + "w_type": "conjugated godan verb", + "romaji": "miidase" + }, + "見いだそ": { + "w_type": "godan verb stem", + "romaji": "miidaso" + }, + "見いだした": { + "w_type": "conjugated godan verb", + "romaji": "miidashita" + }, + "見いだして": { + "w_type": "conjugated godan verb", + "romaji": "miidashite" + }, + "もて余さ": { + "w_type": "godan verb stem", + "romaji": "moteamasa" + }, + "もて余し": { + "w_type": "godan verb stem", + "romaji": "moteamashi" + }, + "もて余せ": { + "w_type": "conjugated godan verb", + "romaji": "moteamase" + }, + "もて余そ": { + "w_type": "godan verb stem", + "romaji": "moteamaso" + }, + "もて余した": { + "w_type": "conjugated godan verb", + "romaji": "moteamashita" + }, + "もて余して": { + "w_type": "conjugated godan verb", + "romaji": "moteamashite" + }, + "言い捲ら": { + "w_type": "godan verb stem", + "romaji": "iimakura" + }, + "言い捲り": { + "w_type": "godan verb stem", + "romaji": "iimakuri" + }, + "言い捲れ": { + "w_type": "conjugated godan verb", + "romaji": "iimakure" + }, + "言い捲ろ": { + "w_type": "godan verb stem", + "romaji": "iimakuro" + }, + "言い捲った": { + "w_type": "conjugated godan verb", + "romaji": "iimakutta" + }, + "言い捲って": { + "w_type": "conjugated godan verb", + "romaji": "iimakutte" + }, + "孕ら": { + "w_type": "godan verb stem", + "romaji": "migomora" + }, + "孕り": { + "w_type": "godan verb stem", + "romaji": "migomori" + }, + "孕れ": { + "w_type": "conjugated godan verb", + "romaji": "migomore" + }, + "孕ろ": { + "w_type": "godan verb stem", + "romaji": "migomoro" + }, + "孕った": { + "w_type": "conjugated godan verb", + "romaji": "migomotta" + }, + "孕って": { + "w_type": "conjugated godan verb", + "romaji": "migomotte" + }, + "口をつぐま": { + "w_type": "godan verb stem", + "romaji": "kuchi wo tsuguma" + }, + "口をつぐみ": { + "w_type": "godan verb stem", + "romaji": "kuchi wo tsugumi" + }, + "口をつぐめ": { + "w_type": "conjugated godan verb", + "romaji": "kuchi wo tsugume" + }, + "口をつぐも": { + "w_type": "godan verb stem", + "romaji": "kuchi wo tsugumo" + }, + "口をつぐんだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchi wo tsugunda" + }, + "口をつぐんで": { + "w_type": "conjugated godan verb", + "romaji": "kuchi wo tsugunde" + }, + "差引か": { + "w_type": "godan verb stem", + "romaji": "sashihika" + }, + "差引き": { + "w_type": "godan verb stem", + "romaji": "sashihiki" + }, + "差引け": { + "w_type": "conjugated godan verb", + "romaji": "sashihike" + }, + "差引こ": { + "w_type": "godan verb stem", + "romaji": "sashihiko" + }, + "差引いた": { + "w_type": "conjugated godan verb", + "romaji": "sashihiita" + }, + "差引いて": { + "w_type": "conjugated godan verb", + "romaji": "sashihiite" + }, + "斬り合わ": { + "w_type": "godan verb stem", + "romaji": "kiriawa" + }, + "斬り合い": { + "w_type": "godan verb stem", + "romaji": "kiriai" + }, + "斬り合え": { + "w_type": "conjugated godan verb", + "romaji": "kiriae" + }, + "斬り合お": { + "w_type": "godan verb stem", + "romaji": "kiriao" + }, + "斬り合った": { + "w_type": "conjugated godan verb", + "romaji": "kiriatta" + }, + "斬り合って": { + "w_type": "conjugated godan verb", + "romaji": "kiriatte" + }, + "流れ下ら": { + "w_type": "godan verb stem", + "romaji": "nagarekudara" + }, + "流れ下り": { + "w_type": "godan verb stem", + "romaji": "nagarekudari" + }, + "流れ下れ": { + "w_type": "conjugated godan verb", + "romaji": "nagarekudare" + }, + "流れ下ろ": { + "w_type": "godan verb stem", + "romaji": "nagarekudaro" + }, + "流れ下った": { + "w_type": "conjugated godan verb", + "romaji": "nagarekudatta" + }, + "流れ下って": { + "w_type": "conjugated godan verb", + "romaji": "nagarekudatte" + }, + "貼り付か": { + "w_type": "godan verb stem", + "romaji": "haritsuka" + }, + "貼り付き": { + "w_type": "godan verb stem", + "romaji": "haritsuki" + }, + "貼り付け": { + "w_type": "conjugated godan verb", + "romaji": "haritsuke" + }, + "貼り付こ": { + "w_type": "godan verb stem", + "romaji": "haritsuko" + }, + "貼り付いた": { + "w_type": "conjugated godan verb", + "romaji": "haritsuita" + }, + "貼り付いて": { + "w_type": "conjugated godan verb", + "romaji": "haritsuite" + }, + "番わ": { + "w_type": "godan verb stem", + "romaji": "tsugawa" + }, + "番い": { + "w_type": "godan verb stem", + "romaji": "tsugai" + }, + "番え": { + "w_type": "conjugated godan verb", + "romaji": "tsugae" + }, + "番お": { + "w_type": "godan verb stem", + "romaji": "tsugao" + }, + "番った": { + "w_type": "conjugated godan verb", + "romaji": "tsugatta" + }, + "番って": { + "w_type": "conjugated godan verb", + "romaji": "tsugatte" + }, + "物申さ": { + "w_type": "godan verb stem", + "romaji": "monomousa" + }, + "物申し": { + "w_type": "godan verb stem", + "romaji": "monomoushi" + }, + "物申せ": { + "w_type": "conjugated godan verb", + "romaji": "monomouse" + }, + "物申そ": { + "w_type": "godan verb stem", + "romaji": "monomouso" + }, + "物申した": { + "w_type": "conjugated godan verb", + "romaji": "monomoushita" + }, + "物申して": { + "w_type": "conjugated godan verb", + "romaji": "monomoushite" + }, + "取結ば": { + "w_type": "godan verb stem", + "romaji": "torimusuba" + }, + "取結び": { + "w_type": "godan verb stem", + "romaji": "torimusubi" + }, + "取結べ": { + "w_type": "conjugated godan verb", + "romaji": "torimusube" + }, + "取結ぼ": { + "w_type": "godan verb stem", + "romaji": "torimusubo" + }, + "取結んだ": { + "w_type": "conjugated godan verb", + "romaji": "torimusunda" + }, + "取結んで": { + "w_type": "conjugated godan verb", + "romaji": "torimusunde" + }, + "駆け回ら": { + "w_type": "godan verb stem", + "romaji": "kakemawara" + }, + "駆け回り": { + "w_type": "godan verb stem", + "romaji": "kakemawari" + }, + "駆け回れ": { + "w_type": "conjugated godan verb", + "romaji": "kakemaware" + }, + "駆け回ろ": { + "w_type": "godan verb stem", + "romaji": "kakemawaro" + }, + "駆け回った": { + "w_type": "conjugated godan verb", + "romaji": "kakemawatta" + }, + "駆け回って": { + "w_type": "conjugated godan verb", + "romaji": "kakemawatte" + }, + "乗り切ら": { + "w_type": "godan verb stem", + "romaji": "norikira" + }, + "乗り切り": { + "w_type": "godan verb stem", + "romaji": "norikiri" + }, + "乗り切れ": { + "w_type": "conjugated godan verb", + "romaji": "norikire" + }, + "乗り切ろ": { + "w_type": "godan verb stem", + "romaji": "norikiro" + }, + "乗り切った": { + "w_type": "conjugated godan verb", + "romaji": "norikitta" + }, + "乗り切って": { + "w_type": "conjugated godan verb", + "romaji": "norikitte" + }, + "立ち留まら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立ち留まり": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立ち留まれ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立ち留まろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立ち留まった": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立ち留まって": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "保ち合わ": { + "w_type": "godan verb stem", + "romaji": "mochiawa" + }, + "保ち合い": { + "w_type": "godan verb stem", + "romaji": "mochiai" + }, + "保ち合え": { + "w_type": "conjugated godan verb", + "romaji": "mochiae" + }, + "保ち合お": { + "w_type": "godan verb stem", + "romaji": "mochiao" + }, + "保ち合った": { + "w_type": "conjugated godan verb", + "romaji": "mochiatta" + }, + "保ち合って": { + "w_type": "conjugated godan verb", + "romaji": "mochiatte" + }, + "捧が": { + "w_type": "godan verb stem", + "romaji": "sasaga" + }, + "捧ぎ": { + "w_type": "godan verb stem", + "romaji": "sasagi" + }, + "捧げ": { + "w_type": "conjugated godan verb", + "romaji": "sasage" + }, + "捧ご": { + "w_type": "godan verb stem", + "romaji": "sasago" + }, + "捧いだ": { + "w_type": "conjugated godan verb", + "romaji": "sasaida" + }, + "捧いで": { + "w_type": "conjugated godan verb", + "romaji": "sasaide" + }, + "慈しま": { + "w_type": "godan verb stem", + "romaji": "itsukushima" + }, + "慈しみ": { + "w_type": "godan verb stem", + "romaji": "itsukushimi" + }, + "慈しめ": { + "w_type": "conjugated godan verb", + "romaji": "itsukushime" + }, + "慈しも": { + "w_type": "godan verb stem", + "romaji": "itsukushimo" + }, + "慈しんだ": { + "w_type": "conjugated godan verb", + "romaji": "itsukushinda" + }, + "慈しんで": { + "w_type": "conjugated godan verb", + "romaji": "itsukushinde" + }, + "怨ま": { + "w_type": "godan verb stem", + "romaji": "urama" + }, + "怨み": { + "w_type": "godan verb stem", + "romaji": "urami" + }, + "怨め": { + "w_type": "conjugated godan verb", + "romaji": "urame" + }, + "怨も": { + "w_type": "godan verb stem", + "romaji": "uramo" + }, + "怨んだ": { + "w_type": "conjugated godan verb", + "romaji": "uranda" + }, + "怨んで": { + "w_type": "conjugated godan verb", + "romaji": "urande" + }, + "見合わさ": { + "w_type": "godan verb stem", + "romaji": "miawasa" + }, + "見合わし": { + "w_type": "godan verb stem", + "romaji": "miawashi" + }, + "見合わせ": { + "w_type": "conjugated godan verb", + "romaji": "miawase" + }, + "見合わそ": { + "w_type": "godan verb stem", + "romaji": "miawaso" + }, + "見合わした": { + "w_type": "conjugated godan verb", + "romaji": "miawashita" + }, + "見合わして": { + "w_type": "conjugated godan verb", + "romaji": "miawashite" + }, + "引張ら": { + "w_type": "godan verb stem", + "romaji": "hippara" + }, + "引張り": { + "w_type": "godan verb stem", + "romaji": "hippari" + }, + "引張れ": { + "w_type": "conjugated godan verb", + "romaji": "hippare" + }, + "引張ろ": { + "w_type": "godan verb stem", + "romaji": "hipparo" + }, + "引張った": { + "w_type": "conjugated godan verb", + "romaji": "hippatta" + }, + "引張って": { + "w_type": "conjugated godan verb", + "romaji": "hippatte" + }, + "かき鳴らさ": { + "w_type": "godan verb stem", + "romaji": "kakinarasa" + }, + "かき鳴らし": { + "w_type": "godan verb stem", + "romaji": "kakinarashi" + }, + "かき鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "kakinarase" + }, + "かき鳴らそ": { + "w_type": "godan verb stem", + "romaji": "kakinaraso" + }, + "かき鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "kakinarashita" + }, + "かき鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "kakinarashite" + }, + "汲干さ": { + "w_type": "godan verb stem", + "romaji": "kumihosa" + }, + "汲干し": { + "w_type": "godan verb stem", + "romaji": "kumihoshi" + }, + "汲干せ": { + "w_type": "conjugated godan verb", + "romaji": "kumihose" + }, + "汲干そ": { + "w_type": "godan verb stem", + "romaji": "kumihoso" + }, + "汲干した": { + "w_type": "conjugated godan verb", + "romaji": "kumihoshita" + }, + "汲干して": { + "w_type": "conjugated godan verb", + "romaji": "kumihoshite" + }, + "巻き付か": { + "w_type": "godan verb stem", + "romaji": "makitsuka" + }, + "巻き付き": { + "w_type": "godan verb stem", + "romaji": "makitsuki" + }, + "巻き付け": { + "w_type": "conjugated godan verb", + "romaji": "makitsuke" + }, + "巻き付こ": { + "w_type": "godan verb stem", + "romaji": "makitsuko" + }, + "巻き付いた": { + "w_type": "conjugated godan verb", + "romaji": "makitsuita" + }, + "巻き付いて": { + "w_type": "conjugated godan verb", + "romaji": "makitsuite" + }, + "押しとおら": { + "w_type": "godan verb stem", + "romaji": "oshitoora" + }, + "押しとおり": { + "w_type": "godan verb stem", + "romaji": "oshitoori" + }, + "押しとおれ": { + "w_type": "conjugated godan verb", + "romaji": "oshitoore" + }, + "押しとおろ": { + "w_type": "godan verb stem", + "romaji": "oshitooro" + }, + "押しとおった": { + "w_type": "conjugated godan verb", + "romaji": "oshitootta" + }, + "押しとおって": { + "w_type": "conjugated godan verb", + "romaji": "oshitootte" + }, + "棚曳か": { + "w_type": "godan verb stem", + "romaji": "tanabika" + }, + "棚曳き": { + "w_type": "godan verb stem", + "romaji": "tanabiki" + }, + "棚曳け": { + "w_type": "conjugated godan verb", + "romaji": "tanabike" + }, + "棚曳こ": { + "w_type": "godan verb stem", + "romaji": "tanabiko" + }, + "棚曳いた": { + "w_type": "conjugated godan verb", + "romaji": "tanabiita" + }, + "棚曳いて": { + "w_type": "conjugated godan verb", + "romaji": "tanabiite" + }, + "押しとおさ": { + "w_type": "godan verb stem", + "romaji": "oshitoosa" + }, + "押しとおし": { + "w_type": "godan verb stem", + "romaji": "oshitooshi" + }, + "押しとおせ": { + "w_type": "conjugated godan verb", + "romaji": "oshitoose" + }, + "押しとおそ": { + "w_type": "godan verb stem", + "romaji": "oshitooso" + }, + "押しとおした": { + "w_type": "conjugated godan verb", + "romaji": "oshitooshita" + }, + "押しとおして": { + "w_type": "conjugated godan verb", + "romaji": "oshitooshite" + }, + "出逢わ": { + "w_type": "godan verb stem", + "romaji": "deawa" + }, + "出逢い": { + "w_type": "godan verb stem", + "romaji": "deai" + }, + "出逢え": { + "w_type": "conjugated godan verb", + "romaji": "deae" + }, + "出逢お": { + "w_type": "godan verb stem", + "romaji": "deao" + }, + "出逢った": { + "w_type": "conjugated godan verb", + "romaji": "deatta" + }, + "出逢って": { + "w_type": "conjugated godan verb", + "romaji": "deatte" + }, + "啜りなか": { + "w_type": "godan verb stem", + "romaji": "susurinaka" + }, + "啜りなき": { + "w_type": "godan verb stem", + "romaji": "susurinaki" + }, + "啜りなけ": { + "w_type": "conjugated godan verb", + "romaji": "susurinake" + }, + "啜りなこ": { + "w_type": "godan verb stem", + "romaji": "susurinako" + }, + "啜りないた": { + "w_type": "conjugated godan verb", + "romaji": "susurinaita" + }, + "啜りないて": { + "w_type": "conjugated godan verb", + "romaji": "susurinaite" + }, + "呼び回ら": { + "w_type": "godan verb stem", + "romaji": "yobimawara" + }, + "呼び回り": { + "w_type": "godan verb stem", + "romaji": "yobimawari" + }, + "呼び回れ": { + "w_type": "conjugated godan verb", + "romaji": "yobimaware" + }, + "呼び回ろ": { + "w_type": "godan verb stem", + "romaji": "yobimawaro" + }, + "呼び回った": { + "w_type": "conjugated godan verb", + "romaji": "yobimawatta" + }, + "呼び回って": { + "w_type": "conjugated godan verb", + "romaji": "yobimawatte" + }, + "暴れ狂わ": { + "w_type": "godan verb stem", + "romaji": "abarekuruwa" + }, + "暴れ狂い": { + "w_type": "godan verb stem", + "romaji": "abarekurui" + }, + "暴れ狂え": { + "w_type": "conjugated godan verb", + "romaji": "abarekurue" + }, + "暴れ狂お": { + "w_type": "godan verb stem", + "romaji": "abarekuruo" + }, + "暴れ狂った": { + "w_type": "conjugated godan verb", + "romaji": "abarekurutta" + }, + "暴れ狂って": { + "w_type": "conjugated godan verb", + "romaji": "abarekurutte" + }, + "引き渡さ": { + "w_type": "godan verb stem", + "romaji": "hikiwatasa" + }, + "引き渡し": { + "w_type": "godan verb stem", + "romaji": "hikiwatashi" + }, + "引き渡せ": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatase" + }, + "引き渡そ": { + "w_type": "godan verb stem", + "romaji": "hikiwataso" + }, + "引き渡した": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatashita" + }, + "引き渡して": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatashite" + }, + "打遣らかさ": { + "w_type": "godan verb stem", + "romaji": "utcharakasa" + }, + "打遣らかし": { + "w_type": "godan verb stem", + "romaji": "utcharakashi" + }, + "打遣らかせ": { + "w_type": "conjugated godan verb", + "romaji": "utcharakase" + }, + "打遣らかそ": { + "w_type": "godan verb stem", + "romaji": "utcharakaso" + }, + "打遣らかした": { + "w_type": "conjugated godan verb", + "romaji": "utcharakashita" + }, + "打遣らかして": { + "w_type": "conjugated godan verb", + "romaji": "utcharakashite" + }, + "穿ら": { + "w_type": "godan verb stem", + "romaji": "hojira" + }, + "穿り": { + "w_type": "godan verb stem", + "romaji": "hojiri" + }, + "穿れ": { + "w_type": "conjugated godan verb", + "romaji": "hojire" + }, + "穿ろ": { + "w_type": "godan verb stem", + "romaji": "hojiro" + }, + "穿った": { + "w_type": "conjugated godan verb", + "romaji": "hojitta" + }, + "穿って": { + "w_type": "conjugated godan verb", + "romaji": "hojitte" + }, + "薙ぎ払わ": { + "w_type": "godan verb stem", + "romaji": "nagiharawa" + }, + "薙ぎ払い": { + "w_type": "godan verb stem", + "romaji": "nagiharai" + }, + "薙ぎ払え": { + "w_type": "conjugated godan verb", + "romaji": "nagiharae" + }, + "薙ぎ払お": { + "w_type": "godan verb stem", + "romaji": "nagiharao" + }, + "薙ぎ払った": { + "w_type": "conjugated godan verb", + "romaji": "nagiharatta" + }, + "薙ぎ払って": { + "w_type": "conjugated godan verb", + "romaji": "nagiharatte" + }, + "身ぶりで示さ": { + "w_type": "godan verb stem", + "romaji": "miburideshimesa" + }, + "身ぶりで示し": { + "w_type": "godan verb stem", + "romaji": "miburideshimeshi" + }, + "身ぶりで示せ": { + "w_type": "conjugated godan verb", + "romaji": "miburideshimese" + }, + "身ぶりで示そ": { + "w_type": "godan verb stem", + "romaji": "miburideshimeso" + }, + "身ぶりで示した": { + "w_type": "conjugated godan verb", + "romaji": "miburideshimeshita" + }, + "身ぶりで示して": { + "w_type": "conjugated godan verb", + "romaji": "miburideshimeshite" + }, + "そそけ立た": { + "w_type": "godan verb stem", + "romaji": "sosokedata" + }, + "そそけ立ち": { + "w_type": "godan verb stem", + "romaji": "sosokedachi" + }, + "そそけ立て": { + "w_type": "conjugated godan verb", + "romaji": "sosokedate" + }, + "そそけ立と": { + "w_type": "godan verb stem", + "romaji": "sosokedato" + }, + "そそけ立った": { + "w_type": "conjugated godan verb", + "romaji": "sosokedatta" + }, + "そそけ立って": { + "w_type": "conjugated godan verb", + "romaji": "sosokedatte" + }, + "哮り立た": { + "w_type": "godan verb stem", + "romaji": "takeritata" + }, + "哮り立ち": { + "w_type": "godan verb stem", + "romaji": "takeritachi" + }, + "哮り立て": { + "w_type": "conjugated godan verb", + "romaji": "takeritate" + }, + "哮り立と": { + "w_type": "godan verb stem", + "romaji": "takeritato" + }, + "哮り立った": { + "w_type": "conjugated godan verb", + "romaji": "takeritatta" + }, + "哮り立って": { + "w_type": "conjugated godan verb", + "romaji": "takeritatte" + }, + "読みふけら": { + "w_type": "godan verb stem", + "romaji": "yomifukera" + }, + "読みふけり": { + "w_type": "godan verb stem", + "romaji": "yomifukeri" + }, + "読みふけれ": { + "w_type": "conjugated godan verb", + "romaji": "yomifukere" + }, + "読みふけろ": { + "w_type": "godan verb stem", + "romaji": "yomifukero" + }, + "読みふけった": { + "w_type": "conjugated godan verb", + "romaji": "yomifuketta" + }, + "読みふけって": { + "w_type": "conjugated godan verb", + "romaji": "yomifukette" + }, + "落合わ": { + "w_type": "godan verb stem", + "romaji": "ochiawa" + }, + "落合い": { + "w_type": "godan verb stem", + "romaji": "ochiai" + }, + "落合え": { + "w_type": "conjugated godan verb", + "romaji": "ochiae" + }, + "落合お": { + "w_type": "godan verb stem", + "romaji": "ochiao" + }, + "落合った": { + "w_type": "conjugated godan verb", + "romaji": "ochiatta" + }, + "落合って": { + "w_type": "conjugated godan verb", + "romaji": "ochiatte" + }, + "逃出さ": { + "w_type": "godan verb stem", + "romaji": "nigedasa" + }, + "逃出し": { + "w_type": "godan verb stem", + "romaji": "nigedashi" + }, + "逃出せ": { + "w_type": "conjugated godan verb", + "romaji": "nigedase" + }, + "逃出そ": { + "w_type": "godan verb stem", + "romaji": "nigedaso" + }, + "逃出した": { + "w_type": "conjugated godan verb", + "romaji": "nigedashita" + }, + "逃出して": { + "w_type": "conjugated godan verb", + "romaji": "nigedashite" + }, + "ぶっ切ら": { + "w_type": "godan verb stem", + "romaji": "bukkira" + }, + "ぶっ切り": { + "w_type": "godan verb stem", + "romaji": "bukkiri" + }, + "ぶっ切れ": { + "w_type": "conjugated godan verb", + "romaji": "bukkire" + }, + "ぶっ切ろ": { + "w_type": "godan verb stem", + "romaji": "bukkiro" + }, + "ぶっ切った": { + "w_type": "conjugated godan verb", + "romaji": "bukkitta" + }, + "ぶっ切って": { + "w_type": "conjugated godan verb", + "romaji": "bukkitte" + }, + "刳り貫か": { + "w_type": "godan verb stem", + "romaji": "kurinuka" + }, + "刳り貫き": { + "w_type": "godan verb stem", + "romaji": "kurinuki" + }, + "刳り貫け": { + "w_type": "conjugated godan verb", + "romaji": "kurinuke" + }, + "刳り貫こ": { + "w_type": "godan verb stem", + "romaji": "kurinuko" + }, + "刳り貫いた": { + "w_type": "conjugated godan verb", + "romaji": "kurinuita" + }, + "刳り貫いて": { + "w_type": "conjugated godan verb", + "romaji": "kurinuite" + }, + "伺わ": { + "w_type": "godan verb stem", + "romaji": "ukagawa" + }, + "伺い": { + "w_type": "godan verb stem", + "romaji": "ukagai" + }, + "伺え": { + "w_type": "conjugated godan verb", + "romaji": "ukagae" + }, + "伺お": { + "w_type": "godan verb stem", + "romaji": "ukagao" + }, + "伺った": { + "w_type": "conjugated godan verb", + "romaji": "ukagatta" + }, + "伺って": { + "w_type": "conjugated godan verb", + "romaji": "ukagatte" + }, + "飼いならさ": { + "w_type": "godan verb stem", + "romaji": "kainarasa" + }, + "飼いならし": { + "w_type": "godan verb stem", + "romaji": "kainarashi" + }, + "飼いならせ": { + "w_type": "conjugated godan verb", + "romaji": "kainarase" + }, + "飼いならそ": { + "w_type": "godan verb stem", + "romaji": "kainaraso" + }, + "飼いならした": { + "w_type": "conjugated godan verb", + "romaji": "kainarashita" + }, + "飼いならして": { + "w_type": "conjugated godan verb", + "romaji": "kainarashite" + }, + "扱き使わ": { + "w_type": "godan verb stem", + "romaji": "kokitsukawa" + }, + "扱き使い": { + "w_type": "godan verb stem", + "romaji": "kokitsukai" + }, + "扱き使え": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukae" + }, + "扱き使お": { + "w_type": "godan verb stem", + "romaji": "kokitsukao" + }, + "扱き使った": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukatta" + }, + "扱き使って": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukatte" + }, + "しょげ返ら": { + "w_type": "godan verb stem", + "romaji": "shogekaera" + }, + "しょげ返り": { + "w_type": "godan verb stem", + "romaji": "shogekaeri" + }, + "しょげ返れ": { + "w_type": "conjugated godan verb", + "romaji": "shogekaere" + }, + "しょげ返ろ": { + "w_type": "godan verb stem", + "romaji": "shogekaero" + }, + "しょげ返った": { + "w_type": "conjugated godan verb", + "romaji": "shogekaetta" + }, + "しょげ返って": { + "w_type": "conjugated godan verb", + "romaji": "shogekaette" + }, + "格式張ら": { + "w_type": "godan verb stem", + "romaji": "kakushikibara" + }, + "格式張り": { + "w_type": "godan verb stem", + "romaji": "kakushikibari" + }, + "格式張れ": { + "w_type": "conjugated godan verb", + "romaji": "kakushikibare" + }, + "格式張ろ": { + "w_type": "godan verb stem", + "romaji": "kakushikibaro" + }, + "格式張った": { + "w_type": "conjugated godan verb", + "romaji": "kakushikibatta" + }, + "格式張って": { + "w_type": "conjugated godan verb", + "romaji": "kakushikibatte" + }, + "溢れださ": { + "w_type": "godan verb stem", + "romaji": "afuredasa" + }, + "溢れだし": { + "w_type": "godan verb stem", + "romaji": "afuredashi" + }, + "溢れだせ": { + "w_type": "conjugated godan verb", + "romaji": "afuredase" + }, + "溢れだそ": { + "w_type": "godan verb stem", + "romaji": "afuredaso" + }, + "溢れだした": { + "w_type": "conjugated godan verb", + "romaji": "afuredashita" + }, + "溢れだして": { + "w_type": "conjugated godan verb", + "romaji": "afuredashite" + }, + "冷え切ら": { + "w_type": "godan verb stem", + "romaji": "hiekira" + }, + "冷え切り": { + "w_type": "godan verb stem", + "romaji": "hiekiri" + }, + "冷え切れ": { + "w_type": "conjugated godan verb", + "romaji": "hiekire" + }, + "冷え切ろ": { + "w_type": "godan verb stem", + "romaji": "hiekiro" + }, + "冷え切った": { + "w_type": "conjugated godan verb", + "romaji": "hiekitta" + }, + "冷え切って": { + "w_type": "conjugated godan verb", + "romaji": "hiekitte" + }, + "揺さ振ら": { + "w_type": "godan verb stem", + "romaji": "yusabura" + }, + "揺さ振り": { + "w_type": "godan verb stem", + "romaji": "yusaburi" + }, + "揺さ振れ": { + "w_type": "conjugated godan verb", + "romaji": "yusabure" + }, + "揺さ振ろ": { + "w_type": "godan verb stem", + "romaji": "yusaburo" + }, + "揺さ振った": { + "w_type": "conjugated godan verb", + "romaji": "yusabutta" + }, + "揺さ振って": { + "w_type": "conjugated godan verb", + "romaji": "yusabutte" + }, + "卑しま": { + "w_type": "godan verb stem", + "romaji": "iyashima" + }, + "卑しみ": { + "w_type": "godan verb stem", + "romaji": "iyashimi" + }, + "卑しめ": { + "w_type": "conjugated godan verb", + "romaji": "iyashime" + }, + "卑しも": { + "w_type": "godan verb stem", + "romaji": "iyashimo" + }, + "卑しんだ": { + "w_type": "conjugated godan verb", + "romaji": "iyashinda" + }, + "卑しんで": { + "w_type": "conjugated godan verb", + "romaji": "iyashinde" + }, + "当て込ま": { + "w_type": "godan verb stem", + "romaji": "atekoma" + }, + "当て込み": { + "w_type": "godan verb stem", + "romaji": "atekomi" + }, + "当て込め": { + "w_type": "conjugated godan verb", + "romaji": "atekome" + }, + "当て込も": { + "w_type": "godan verb stem", + "romaji": "atekomo" + }, + "当て込んだ": { + "w_type": "conjugated godan verb", + "romaji": "atekonda" + }, + "当て込んで": { + "w_type": "conjugated godan verb", + "romaji": "atekonde" + }, + "泳が": { + "w_type": "godan verb stem", + "romaji": "oyoga" + }, + "泳ぎ": { + "w_type": "godan verb stem", + "romaji": "oyogi" + }, + "泳げ": { + "w_type": "conjugated godan verb", + "romaji": "oyoge" + }, + "泳ご": { + "w_type": "godan verb stem", + "romaji": "oyogo" + }, + "泳いだ": { + "w_type": "conjugated godan verb", + "romaji": "oyoida" + }, + "泳いで": { + "w_type": "conjugated godan verb", + "romaji": "oyoide" + }, + "上がら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "上がり": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "上がれ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "上がろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "上がった": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "上がって": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "一口喰わ": { + "w_type": "godan verb stem", + "romaji": "hitokuchikuwa" + }, + "一口喰い": { + "w_type": "godan verb stem", + "romaji": "hitokuchikui" + }, + "一口喰え": { + "w_type": "conjugated godan verb", + "romaji": "hitokuchikue" + }, + "一口喰お": { + "w_type": "godan verb stem", + "romaji": "hitokuchikuo" + }, + "一口喰った": { + "w_type": "conjugated godan verb", + "romaji": "hitokuchikutta" + }, + "一口喰って": { + "w_type": "conjugated godan verb", + "romaji": "hitokuchikutte" + }, + "乗っとら": { + "w_type": "godan verb stem", + "romaji": "nottora" + }, + "乗っとり": { + "w_type": "godan verb stem", + "romaji": "nottori" + }, + "乗っとれ": { + "w_type": "conjugated godan verb", + "romaji": "nottore" + }, + "乗っとろ": { + "w_type": "godan verb stem", + "romaji": "nottoro" + }, + "乗っとった": { + "w_type": "conjugated godan verb", + "romaji": "nottotta" + }, + "乗っとって": { + "w_type": "conjugated godan verb", + "romaji": "nottotte" + }, + "揺り落とさ": { + "w_type": "godan verb stem", + "romaji": "yuriotosa" + }, + "揺り落とし": { + "w_type": "godan verb stem", + "romaji": "yuriotoshi" + }, + "揺り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "yuriotose" + }, + "揺り落とそ": { + "w_type": "godan verb stem", + "romaji": "yuriotoso" + }, + "揺り落とした": { + "w_type": "conjugated godan verb", + "romaji": "yuriotoshita" + }, + "揺り落として": { + "w_type": "conjugated godan verb", + "romaji": "yuriotoshite" + }, + "かみ付か": { + "w_type": "godan verb stem", + "romaji": "kamitsuka" + }, + "かみ付き": { + "w_type": "godan verb stem", + "romaji": "kamitsuki" + }, + "かみ付け": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuke" + }, + "かみ付こ": { + "w_type": "godan verb stem", + "romaji": "kamitsuko" + }, + "かみ付いた": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuita" + }, + "かみ付いて": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuite" + }, + "減らさ": { + "w_type": "godan verb stem", + "romaji": "herasa" + }, + "減らし": { + "w_type": "godan verb stem", + "romaji": "herashi" + }, + "減らせ": { + "w_type": "conjugated godan verb", + "romaji": "herase" + }, + "減らそ": { + "w_type": "godan verb stem", + "romaji": "heraso" + }, + "減らした": { + "w_type": "conjugated godan verb", + "romaji": "herashita" + }, + "減らして": { + "w_type": "conjugated godan verb", + "romaji": "herashite" + }, + "描き起さ": { + "w_type": "godan verb stem", + "romaji": "kakiokosa" + }, + "描き起し": { + "w_type": "godan verb stem", + "romaji": "kakiokoshi" + }, + "描き起せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokose" + }, + "描き起そ": { + "w_type": "godan verb stem", + "romaji": "kakiokoso" + }, + "描き起した": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshita" + }, + "描き起して": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshite" + }, + "ゆれ動か": { + "w_type": "godan verb stem", + "romaji": "yureugoka" + }, + "ゆれ動き": { + "w_type": "godan verb stem", + "romaji": "yureugoki" + }, + "ゆれ動け": { + "w_type": "conjugated godan verb", + "romaji": "yureugoke" + }, + "ゆれ動こ": { + "w_type": "godan verb stem", + "romaji": "yureugoko" + }, + "ゆれ動いた": { + "w_type": "conjugated godan verb", + "romaji": "yureugoita" + }, + "ゆれ動いて": { + "w_type": "conjugated godan verb", + "romaji": "yureugoite" + }, + "測ら": { + "w_type": "godan verb stem", + "romaji": "hakara" + }, + "測り": { + "w_type": "godan verb stem", + "romaji": "hakari" + }, + "測れ": { + "w_type": "conjugated godan verb", + "romaji": "hakare" + }, + "測ろ": { + "w_type": "godan verb stem", + "romaji": "hakaro" + }, + "測った": { + "w_type": "conjugated godan verb", + "romaji": "hakatta" + }, + "測って": { + "w_type": "conjugated godan verb", + "romaji": "hakatte" + }, + "衝か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "衝き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "衝け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "衝こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "衝いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "衝いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "駆け戻ら": { + "w_type": "godan verb stem", + "romaji": "kakemodora" + }, + "駆け戻り": { + "w_type": "godan verb stem", + "romaji": "kakemodori" + }, + "駆け戻れ": { + "w_type": "conjugated godan verb", + "romaji": "kakemodore" + }, + "駆け戻ろ": { + "w_type": "godan verb stem", + "romaji": "kakemodoro" + }, + "駆け戻った": { + "w_type": "conjugated godan verb", + "romaji": "kakemodotta" + }, + "駆け戻って": { + "w_type": "conjugated godan verb", + "romaji": "kakemodotte" + }, + "惜しま": { + "w_type": "godan verb stem", + "romaji": "oshima" + }, + "惜しみ": { + "w_type": "godan verb stem", + "romaji": "oshimi" + }, + "惜しめ": { + "w_type": "conjugated godan verb", + "romaji": "oshime" + }, + "惜しも": { + "w_type": "godan verb stem", + "romaji": "oshimo" + }, + "惜しんだ": { + "w_type": "conjugated godan verb", + "romaji": "oshinda" + }, + "惜しんで": { + "w_type": "conjugated godan verb", + "romaji": "oshinde" + }, + "立て込ま": { + "w_type": "godan verb stem", + "romaji": "tatekoma" + }, + "立て込み": { + "w_type": "godan verb stem", + "romaji": "tatekomi" + }, + "立て込め": { + "w_type": "conjugated godan verb", + "romaji": "tatekome" + }, + "立て込も": { + "w_type": "godan verb stem", + "romaji": "tatekomo" + }, + "立て込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatekonda" + }, + "立て込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatekonde" + }, + "遭わさ": { + "w_type": "godan verb stem", + "romaji": "awasa" + }, + "遭わし": { + "w_type": "godan verb stem", + "romaji": "awashi" + }, + "遭わせ": { + "w_type": "conjugated godan verb", + "romaji": "awase" + }, + "遭わそ": { + "w_type": "godan verb stem", + "romaji": "awaso" + }, + "遭わした": { + "w_type": "conjugated godan verb", + "romaji": "awashita" + }, + "遭わして": { + "w_type": "conjugated godan verb", + "romaji": "awashite" + }, + "嘲り笑わ": { + "w_type": "godan verb stem", + "romaji": "azakeriwarawa" + }, + "嘲り笑い": { + "w_type": "godan verb stem", + "romaji": "azakeriwarai" + }, + "嘲り笑え": { + "w_type": "conjugated godan verb", + "romaji": "azakeriwarae" + }, + "嘲り笑お": { + "w_type": "godan verb stem", + "romaji": "azakeriwarao" + }, + "嘲り笑った": { + "w_type": "conjugated godan verb", + "romaji": "azakeriwaratta" + }, + "嘲り笑って": { + "w_type": "conjugated godan verb", + "romaji": "azakeriwaratte" + }, + "つれて行か": { + "w_type": "godan verb stem", + "romaji": "tsureteika" + }, + "つれて行き": { + "w_type": "godan verb stem", + "romaji": "tsureteiki" + }, + "つれて行け": { + "w_type": "conjugated godan verb", + "romaji": "tsureteike" + }, + "つれて行こ": { + "w_type": "godan verb stem", + "romaji": "tsureteiko" + }, + "つれて行いた": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiita" + }, + "つれて行いて": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiite" + }, + "出しきら": { + "w_type": "godan verb stem", + "romaji": "dashikira" + }, + "出しきり": { + "w_type": "godan verb stem", + "romaji": "dashikiri" + }, + "出しきれ": { + "w_type": "conjugated godan verb", + "romaji": "dashikire" + }, + "出しきろ": { + "w_type": "godan verb stem", + "romaji": "dashikiro" + }, + "出しきった": { + "w_type": "conjugated godan verb", + "romaji": "dashikitta" + }, + "出しきって": { + "w_type": "conjugated godan verb", + "romaji": "dashikitte" + }, + "憂い悩ま": { + "w_type": "godan verb stem", + "romaji": "ureinayama" + }, + "憂い悩み": { + "w_type": "godan verb stem", + "romaji": "ureinayami" + }, + "憂い悩め": { + "w_type": "conjugated godan verb", + "romaji": "ureinayame" + }, + "憂い悩も": { + "w_type": "godan verb stem", + "romaji": "ureinayamo" + }, + "憂い悩んだ": { + "w_type": "conjugated godan verb", + "romaji": "ureinayanda" + }, + "憂い悩んで": { + "w_type": "conjugated godan verb", + "romaji": "ureinayande" + }, + "縒ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "縒り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "縒れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "縒ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "縒った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "縒って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "怖じ気づか": { + "w_type": "godan verb stem", + "romaji": "ojikezuka" + }, + "怖じ気づき": { + "w_type": "godan verb stem", + "romaji": "ojikezuki" + }, + "怖じ気づけ": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuke" + }, + "怖じ気づこ": { + "w_type": "godan verb stem", + "romaji": "ojikezuko" + }, + "怖じ気づいた": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuita" + }, + "怖じ気づいて": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuite" + }, + "穿か": { + "w_type": "godan verb stem", + "romaji": "haka" + }, + "穿き": { + "w_type": "godan verb stem", + "romaji": "haki" + }, + "穿け": { + "w_type": "conjugated godan verb", + "romaji": "hake" + }, + "穿こ": { + "w_type": "godan verb stem", + "romaji": "hako" + }, + "穿いた": { + "w_type": "conjugated godan verb", + "romaji": "haita" + }, + "穿いて": { + "w_type": "conjugated godan verb", + "romaji": "haite" + }, + "粘付か": { + "w_type": "godan verb stem", + "romaji": "nebatsuka" + }, + "粘付き": { + "w_type": "godan verb stem", + "romaji": "nebatsuki" + }, + "粘付け": { + "w_type": "conjugated godan verb", + "romaji": "nebatsuke" + }, + "粘付こ": { + "w_type": "godan verb stem", + "romaji": "nebatsuko" + }, + "粘付いた": { + "w_type": "conjugated godan verb", + "romaji": "nebatsuita" + }, + "粘付いて": { + "w_type": "conjugated godan verb", + "romaji": "nebatsuite" + }, + "刺し殺さ": { + "w_type": "godan verb stem", + "romaji": "sashikorosa" + }, + "刺し殺し": { + "w_type": "godan verb stem", + "romaji": "sashikoroshi" + }, + "刺し殺せ": { + "w_type": "conjugated godan verb", + "romaji": "sashikorose" + }, + "刺し殺そ": { + "w_type": "godan verb stem", + "romaji": "sashikoroso" + }, + "刺し殺した": { + "w_type": "conjugated godan verb", + "romaji": "sashikoroshita" + }, + "刺し殺して": { + "w_type": "conjugated godan verb", + "romaji": "sashikoroshite" + }, + "探し出さ": { + "w_type": "godan verb stem", + "romaji": "sagashidasa" + }, + "探し出し": { + "w_type": "godan verb stem", + "romaji": "sagashidashi" + }, + "探し出せ": { + "w_type": "conjugated godan verb", + "romaji": "sagashidase" + }, + "探し出そ": { + "w_type": "godan verb stem", + "romaji": "sagashidaso" + }, + "探し出した": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashita" + }, + "探し出して": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashite" + }, + "売り渋ら": { + "w_type": "godan verb stem", + "romaji": "urishibura" + }, + "売り渋り": { + "w_type": "godan verb stem", + "romaji": "urishiburi" + }, + "売り渋れ": { + "w_type": "conjugated godan verb", + "romaji": "urishibure" + }, + "売り渋ろ": { + "w_type": "godan verb stem", + "romaji": "urishiburo" + }, + "売り渋った": { + "w_type": "conjugated godan verb", + "romaji": "urishibutta" + }, + "売り渋って": { + "w_type": "conjugated godan verb", + "romaji": "urishibutte" + }, + "差響か": { + "w_type": "godan verb stem", + "romaji": "sashihibika" + }, + "差響き": { + "w_type": "godan verb stem", + "romaji": "sashihibiki" + }, + "差響け": { + "w_type": "conjugated godan verb", + "romaji": "sashihibike" + }, + "差響こ": { + "w_type": "godan verb stem", + "romaji": "sashihibiko" + }, + "差響いた": { + "w_type": "conjugated godan verb", + "romaji": "sashihibiita" + }, + "差響いて": { + "w_type": "conjugated godan verb", + "romaji": "sashihibiite" + }, + "分かち取ら": { + "w_type": "godan verb stem", + "romaji": "wakachitora" + }, + "分かち取り": { + "w_type": "godan verb stem", + "romaji": "wakachitori" + }, + "分かち取れ": { + "w_type": "conjugated godan verb", + "romaji": "wakachitore" + }, + "分かち取ろ": { + "w_type": "godan verb stem", + "romaji": "wakachitoro" + }, + "分かち取った": { + "w_type": "conjugated godan verb", + "romaji": "wakachitotta" + }, + "分かち取って": { + "w_type": "conjugated godan verb", + "romaji": "wakachitotte" + }, + "かき乱さ": { + "w_type": "godan verb stem", + "romaji": "kakimidasa" + }, + "かき乱し": { + "w_type": "godan verb stem", + "romaji": "kakimidashi" + }, + "かき乱せ": { + "w_type": "conjugated godan verb", + "romaji": "kakimidase" + }, + "かき乱そ": { + "w_type": "godan verb stem", + "romaji": "kakimidaso" + }, + "かき乱した": { + "w_type": "conjugated godan verb", + "romaji": "kakimidashita" + }, + "かき乱して": { + "w_type": "conjugated godan verb", + "romaji": "kakimidashite" + }, + "定まら": { + "w_type": "godan verb stem", + "romaji": "sadamara" + }, + "定まり": { + "w_type": "godan verb stem", + "romaji": "sadamari" + }, + "定まれ": { + "w_type": "conjugated godan verb", + "romaji": "sadamare" + }, + "定まろ": { + "w_type": "godan verb stem", + "romaji": "sadamaro" + }, + "定まった": { + "w_type": "conjugated godan verb", + "romaji": "sadamatta" + }, + "定まって": { + "w_type": "conjugated godan verb", + "romaji": "sadamatte" + }, + "沸き起こら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "沸き起こり": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "沸き起これ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "沸き起ころ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "沸き起こった": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "沸き起こって": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "雕ら": { + "w_type": "godan verb stem", + "romaji": "hora" + }, + "雕り": { + "w_type": "godan verb stem", + "romaji": "hori" + }, + "雕れ": { + "w_type": "conjugated godan verb", + "romaji": "hore" + }, + "雕ろ": { + "w_type": "godan verb stem", + "romaji": "horo" + }, + "雕った": { + "w_type": "conjugated godan verb", + "romaji": "hotta" + }, + "雕って": { + "w_type": "conjugated godan verb", + "romaji": "hotte" + }, + "呈さ": { + "w_type": "godan verb stem", + "romaji": "teisa" + }, + "呈し": { + "w_type": "godan verb stem", + "romaji": "teishi" + }, + "呈せ": { + "w_type": "conjugated godan verb", + "romaji": "teise" + }, + "呈そ": { + "w_type": "godan verb stem", + "romaji": "teiso" + }, + "呈した": { + "w_type": "conjugated godan verb", + "romaji": "teishita" + }, + "呈して": { + "w_type": "conjugated godan verb", + "romaji": "teishite" + }, + "食べつくさ": { + "w_type": "godan verb stem", + "romaji": "tabetsukusa" + }, + "食べつくし": { + "w_type": "godan verb stem", + "romaji": "tabetsukushi" + }, + "食べつくせ": { + "w_type": "conjugated godan verb", + "romaji": "tabetsukuse" + }, + "食べつくそ": { + "w_type": "godan verb stem", + "romaji": "tabetsukuso" + }, + "食べつくした": { + "w_type": "conjugated godan verb", + "romaji": "tabetsukushita" + }, + "食べつくして": { + "w_type": "conjugated godan verb", + "romaji": "tabetsukushite" + }, + "押さえこま": { + "w_type": "godan verb stem", + "romaji": "osaekoma" + }, + "押さえこみ": { + "w_type": "godan verb stem", + "romaji": "osaekomi" + }, + "押さえこめ": { + "w_type": "conjugated godan verb", + "romaji": "osaekome" + }, + "押さえこも": { + "w_type": "godan verb stem", + "romaji": "osaekomo" + }, + "押さえこんだ": { + "w_type": "conjugated godan verb", + "romaji": "osaekonda" + }, + "押さえこんで": { + "w_type": "conjugated godan verb", + "romaji": "osaekonde" + }, + "詰込ま": { + "w_type": "godan verb stem", + "romaji": "tsumekoma" + }, + "詰込み": { + "w_type": "godan verb stem", + "romaji": "tsumekomi" + }, + "詰込め": { + "w_type": "conjugated godan verb", + "romaji": "tsumekome" + }, + "詰込も": { + "w_type": "godan verb stem", + "romaji": "tsumekomo" + }, + "詰込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumekonda" + }, + "詰込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumekonde" + }, + "ほっぽり出さ": { + "w_type": "godan verb stem", + "romaji": "hopporidasa" + }, + "ほっぽり出し": { + "w_type": "godan verb stem", + "romaji": "hopporidashi" + }, + "ほっぽり出せ": { + "w_type": "conjugated godan verb", + "romaji": "hopporidase" + }, + "ほっぽり出そ": { + "w_type": "godan verb stem", + "romaji": "hopporidaso" + }, + "ほっぽり出した": { + "w_type": "conjugated godan verb", + "romaji": "hopporidashita" + }, + "ほっぽり出して": { + "w_type": "conjugated godan verb", + "romaji": "hopporidashite" + }, + "撫で下さ": { + "w_type": "godan verb stem", + "romaji": "nadeorosa" + }, + "撫で下し": { + "w_type": "godan verb stem", + "romaji": "nadeoroshi" + }, + "撫で下せ": { + "w_type": "conjugated godan verb", + "romaji": "nadeorose" + }, + "撫で下そ": { + "w_type": "godan verb stem", + "romaji": "nadeoroso" + }, + "撫で下した": { + "w_type": "conjugated godan verb", + "romaji": "nadeoroshita" + }, + "撫で下して": { + "w_type": "conjugated godan verb", + "romaji": "nadeoroshite" + }, + "耽けら": { + "w_type": "godan verb stem", + "romaji": "fukera" + }, + "耽けり": { + "w_type": "godan verb stem", + "romaji": "fukeri" + }, + "耽けれ": { + "w_type": "conjugated godan verb", + "romaji": "fukere" + }, + "耽けろ": { + "w_type": "godan verb stem", + "romaji": "fukero" + }, + "耽けった": { + "w_type": "conjugated godan verb", + "romaji": "fuketta" + }, + "耽けって": { + "w_type": "conjugated godan verb", + "romaji": "fukette" + }, + "言紛らさ": { + "w_type": "godan verb stem", + "romaji": "iimagirasa" + }, + "言紛らし": { + "w_type": "godan verb stem", + "romaji": "iimagirashi" + }, + "言紛らせ": { + "w_type": "conjugated godan verb", + "romaji": "iimagirase" + }, + "言紛らそ": { + "w_type": "godan verb stem", + "romaji": "iimagiraso" + }, + "言紛らした": { + "w_type": "conjugated godan verb", + "romaji": "iimagirashita" + }, + "言紛らして": { + "w_type": "conjugated godan verb", + "romaji": "iimagirashite" + }, + "淀ま": { + "w_type": "godan verb stem", + "romaji": "yodoma" + }, + "淀み": { + "w_type": "godan verb stem", + "romaji": "yodomi" + }, + "淀め": { + "w_type": "conjugated godan verb", + "romaji": "yodome" + }, + "淀も": { + "w_type": "godan verb stem", + "romaji": "yodomo" + }, + "淀んだ": { + "w_type": "conjugated godan verb", + "romaji": "yodonda" + }, + "淀んで": { + "w_type": "conjugated godan verb", + "romaji": "yodonde" + }, + "聴き頂か": { + "w_type": "godan verb stem", + "romaji": "kikiitadaka" + }, + "聴き頂き": { + "w_type": "godan verb stem", + "romaji": "kikiitadaki" + }, + "聴き頂け": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadake" + }, + "聴き頂こ": { + "w_type": "godan verb stem", + "romaji": "kikiitadako" + }, + "聴き頂いた": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadaita" + }, + "聴き頂いて": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadaite" + }, + "成下ら": { + "w_type": "godan verb stem", + "romaji": "narisagara" + }, + "成下り": { + "w_type": "godan verb stem", + "romaji": "narisagari" + }, + "成下れ": { + "w_type": "conjugated godan verb", + "romaji": "narisagare" + }, + "成下ろ": { + "w_type": "godan verb stem", + "romaji": "narisagaro" + }, + "成下った": { + "w_type": "conjugated godan verb", + "romaji": "narisagatta" + }, + "成下って": { + "w_type": "conjugated godan verb", + "romaji": "narisagatte" + }, + "ほそぼそ話さ": { + "w_type": "godan verb stem", + "romaji": "hosobosohanasa" + }, + "ほそぼそ話し": { + "w_type": "godan verb stem", + "romaji": "hosobosohanashi" + }, + "ほそぼそ話せ": { + "w_type": "conjugated godan verb", + "romaji": "hosobosohanase" + }, + "ほそぼそ話そ": { + "w_type": "godan verb stem", + "romaji": "hosobosohanaso" + }, + "ほそぼそ話した": { + "w_type": "conjugated godan verb", + "romaji": "hosobosohanashita" + }, + "ほそぼそ話して": { + "w_type": "conjugated godan verb", + "romaji": "hosobosohanashite" + }, + "浸か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "浸き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "浸け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "浸こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "浸いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "浸いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "刻み出さ": { + "w_type": "godan verb stem", + "romaji": "kizamidasa" + }, + "刻み出し": { + "w_type": "godan verb stem", + "romaji": "kizamidashi" + }, + "刻み出せ": { + "w_type": "conjugated godan verb", + "romaji": "kizamidase" + }, + "刻み出そ": { + "w_type": "godan verb stem", + "romaji": "kizamidaso" + }, + "刻み出した": { + "w_type": "conjugated godan verb", + "romaji": "kizamidashita" + }, + "刻み出して": { + "w_type": "conjugated godan verb", + "romaji": "kizamidashite" + }, + "浸さ": { + "w_type": "godan verb stem", + "romaji": "hitasa" + }, + "浸し": { + "w_type": "godan verb stem", + "romaji": "hitashi" + }, + "浸せ": { + "w_type": "conjugated godan verb", + "romaji": "hitase" + }, + "浸そ": { + "w_type": "godan verb stem", + "romaji": "hitaso" + }, + "浸した": { + "w_type": "conjugated godan verb", + "romaji": "hitashita" + }, + "浸して": { + "w_type": "conjugated godan verb", + "romaji": "hitashite" + }, + "売出さ": { + "w_type": "godan verb stem", + "romaji": "uridasa" + }, + "売出し": { + "w_type": "godan verb stem", + "romaji": "uridashi" + }, + "売出せ": { + "w_type": "conjugated godan verb", + "romaji": "uridase" + }, + "売出そ": { + "w_type": "godan verb stem", + "romaji": "uridaso" + }, + "売出した": { + "w_type": "conjugated godan verb", + "romaji": "uridashita" + }, + "売出して": { + "w_type": "conjugated godan verb", + "romaji": "uridashite" + }, + "踏みあるか": { + "w_type": "godan verb stem", + "romaji": "fumiaruka" + }, + "踏みあるき": { + "w_type": "godan verb stem", + "romaji": "fumiaruki" + }, + "踏みあるけ": { + "w_type": "conjugated godan verb", + "romaji": "fumiaruke" + }, + "踏みあるこ": { + "w_type": "godan verb stem", + "romaji": "fumiaruko" + }, + "踏みあるいた": { + "w_type": "conjugated godan verb", + "romaji": "fumiaruita" + }, + "踏みあるいて": { + "w_type": "conjugated godan verb", + "romaji": "fumiaruite" + }, + "頬張ら": { + "w_type": "godan verb stem", + "romaji": "hoobara" + }, + "頬張り": { + "w_type": "godan verb stem", + "romaji": "hoobari" + }, + "頬張れ": { + "w_type": "conjugated godan verb", + "romaji": "hoobare" + }, + "頬張ろ": { + "w_type": "godan verb stem", + "romaji": "hoobaro" + }, + "頬張った": { + "w_type": "conjugated godan verb", + "romaji": "hoobatta" + }, + "頬張って": { + "w_type": "conjugated godan verb", + "romaji": "hoobatte" + }, + "浸ら": { + "w_type": "godan verb stem", + "romaji": "hitara" + }, + "浸り": { + "w_type": "godan verb stem", + "romaji": "hitari" + }, + "浸れ": { + "w_type": "conjugated godan verb", + "romaji": "hitare" + }, + "浸ろ": { + "w_type": "godan verb stem", + "romaji": "hitaro" + }, + "浸った": { + "w_type": "conjugated godan verb", + "romaji": "hitatta" + }, + "浸って": { + "w_type": "conjugated godan verb", + "romaji": "hitatte" + }, + "しけ込ま": { + "w_type": "godan verb stem", + "romaji": "shikekoma" + }, + "しけ込み": { + "w_type": "godan verb stem", + "romaji": "shikekomi" + }, + "しけ込め": { + "w_type": "conjugated godan verb", + "romaji": "shikekome" + }, + "しけ込も": { + "w_type": "godan verb stem", + "romaji": "shikekomo" + }, + "しけ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shikekonda" + }, + "しけ込んで": { + "w_type": "conjugated godan verb", + "romaji": "shikekonde" + }, + "押し通ら": { + "w_type": "godan verb stem", + "romaji": "oshitoora" + }, + "押し通り": { + "w_type": "godan verb stem", + "romaji": "oshitoori" + }, + "押し通れ": { + "w_type": "conjugated godan verb", + "romaji": "oshitoore" + }, + "押し通ろ": { + "w_type": "godan verb stem", + "romaji": "oshitooro" + }, + "押し通った": { + "w_type": "conjugated godan verb", + "romaji": "oshitootta" + }, + "押し通って": { + "w_type": "conjugated godan verb", + "romaji": "oshitootte" + }, + "霽らさ": { + "w_type": "godan verb stem", + "romaji": "harasa" + }, + "霽らし": { + "w_type": "godan verb stem", + "romaji": "harashi" + }, + "霽らせ": { + "w_type": "conjugated godan verb", + "romaji": "harase" + }, + "霽らそ": { + "w_type": "godan verb stem", + "romaji": "haraso" + }, + "霽らした": { + "w_type": "conjugated godan verb", + "romaji": "harashita" + }, + "霽らして": { + "w_type": "conjugated godan verb", + "romaji": "harashite" + }, + "飲み歩か": { + "w_type": "godan verb stem", + "romaji": "nomiaruka" + }, + "飲み歩き": { + "w_type": "godan verb stem", + "romaji": "nomiaruki" + }, + "飲み歩け": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruke" + }, + "飲み歩こ": { + "w_type": "godan verb stem", + "romaji": "nomiaruko" + }, + "飲み歩いた": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruita" + }, + "飲み歩いて": { + "w_type": "conjugated godan verb", + "romaji": "nomiaruite" + }, + "押し通さ": { + "w_type": "godan verb stem", + "romaji": "oshitoosa" + }, + "押し通し": { + "w_type": "godan verb stem", + "romaji": "oshitooshi" + }, + "押し通せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitoose" + }, + "押し通そ": { + "w_type": "godan verb stem", + "romaji": "oshitooso" + }, + "押し通した": { + "w_type": "conjugated godan verb", + "romaji": "oshitooshita" + }, + "押し通して": { + "w_type": "conjugated godan verb", + "romaji": "oshitooshite" + }, + "扱下ろさ": { + "w_type": "godan verb stem", + "romaji": "kokiorosa" + }, + "扱下ろし": { + "w_type": "godan verb stem", + "romaji": "kokioroshi" + }, + "扱下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "kokiorose" + }, + "扱下ろそ": { + "w_type": "godan verb stem", + "romaji": "kokioroso" + }, + "扱下ろした": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshita" + }, + "扱下ろして": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshite" + }, + "さえ渡ら": { + "w_type": "godan verb stem", + "romaji": "saewatara" + }, + "さえ渡り": { + "w_type": "godan verb stem", + "romaji": "saewatari" + }, + "さえ渡れ": { + "w_type": "conjugated godan verb", + "romaji": "saewatare" + }, + "さえ渡ろ": { + "w_type": "godan verb stem", + "romaji": "saewataro" + }, + "さえ渡った": { + "w_type": "conjugated godan verb", + "romaji": "saewatatta" + }, + "さえ渡って": { + "w_type": "conjugated godan verb", + "romaji": "saewatatte" + }, + "付き添わ": { + "w_type": "godan verb stem", + "romaji": "tsukisowa" + }, + "付き添い": { + "w_type": "godan verb stem", + "romaji": "tsukisoi" + }, + "付き添え": { + "w_type": "conjugated godan verb", + "romaji": "tsukisoe" + }, + "付き添お": { + "w_type": "godan verb stem", + "romaji": "tsukisoo" + }, + "付き添った": { + "w_type": "conjugated godan verb", + "romaji": "tsukisotta" + }, + "付き添って": { + "w_type": "conjugated godan verb", + "romaji": "tsukisotte" + }, + "籠ら": { + "w_type": "godan verb stem", + "romaji": "komora" + }, + "籠り": { + "w_type": "godan verb stem", + "romaji": "komori" + }, + "籠れ": { + "w_type": "conjugated godan verb", + "romaji": "komore" + }, + "籠ろ": { + "w_type": "godan verb stem", + "romaji": "komoro" + }, + "籠った": { + "w_type": "conjugated godan verb", + "romaji": "komotta" + }, + "籠って": { + "w_type": "conjugated godan verb", + "romaji": "komotte" + }, + "怒ら": { + "w_type": "godan verb stem", + "romaji": "okora" + }, + "怒り": { + "w_type": "godan verb stem", + "romaji": "okori" + }, + "怒れ": { + "w_type": "conjugated godan verb", + "romaji": "okore" + }, + "怒ろ": { + "w_type": "godan verb stem", + "romaji": "okoro" + }, + "怒った": { + "w_type": "conjugated godan verb", + "romaji": "okotta" + }, + "怒って": { + "w_type": "conjugated godan verb", + "romaji": "okotte" + }, + "睦み合わ": { + "w_type": "godan verb stem", + "romaji": "mutsumiawa" + }, + "睦み合い": { + "w_type": "godan verb stem", + "romaji": "mutsumiai" + }, + "睦み合え": { + "w_type": "conjugated godan verb", + "romaji": "mutsumiae" + }, + "睦み合お": { + "w_type": "godan verb stem", + "romaji": "mutsumiao" + }, + "睦み合った": { + "w_type": "conjugated godan verb", + "romaji": "mutsumiatta" + }, + "睦み合って": { + "w_type": "conjugated godan verb", + "romaji": "mutsumiatte" + }, + "もて栄やさ": { + "w_type": "godan verb stem", + "romaji": "motehayasa" + }, + "もて栄やし": { + "w_type": "godan verb stem", + "romaji": "motehayashi" + }, + "もて栄やせ": { + "w_type": "conjugated godan verb", + "romaji": "motehayase" + }, + "もて栄やそ": { + "w_type": "godan verb stem", + "romaji": "motehayaso" + }, + "もて栄やした": { + "w_type": "conjugated godan verb", + "romaji": "motehayashita" + }, + "もて栄やして": { + "w_type": "conjugated godan verb", + "romaji": "motehayashite" + }, + "消え去ら": { + "w_type": "godan verb stem", + "romaji": "kiesara" + }, + "消え去り": { + "w_type": "godan verb stem", + "romaji": "kiesari" + }, + "消え去れ": { + "w_type": "conjugated godan verb", + "romaji": "kiesare" + }, + "消え去ろ": { + "w_type": "godan verb stem", + "romaji": "kiesaro" + }, + "消え去った": { + "w_type": "conjugated godan verb", + "romaji": "kiesatta" + }, + "消え去って": { + "w_type": "conjugated godan verb", + "romaji": "kiesatte" + }, + "冷やかさ": { + "w_type": "godan verb stem", + "romaji": "hiyakasa" + }, + "冷やかし": { + "w_type": "godan verb stem", + "romaji": "hiyakashi" + }, + "冷やかせ": { + "w_type": "conjugated godan verb", + "romaji": "hiyakase" + }, + "冷やかそ": { + "w_type": "godan verb stem", + "romaji": "hiyakaso" + }, + "冷やかした": { + "w_type": "conjugated godan verb", + "romaji": "hiyakashita" + }, + "冷やかして": { + "w_type": "conjugated godan verb", + "romaji": "hiyakashite" + }, + "飛びださ": { + "w_type": "godan verb stem", + "romaji": "tobidasa" + }, + "飛びだし": { + "w_type": "godan verb stem", + "romaji": "tobidashi" + }, + "飛びだせ": { + "w_type": "conjugated godan verb", + "romaji": "tobidase" + }, + "飛びだそ": { + "w_type": "godan verb stem", + "romaji": "tobidaso" + }, + "飛びだした": { + "w_type": "conjugated godan verb", + "romaji": "tobidashita" + }, + "飛びだして": { + "w_type": "conjugated godan verb", + "romaji": "tobidashite" + }, + "射し込ま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "射し込み": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "射し込め": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "射し込も": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "射し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "射し込んで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "狂い回ら": { + "w_type": "godan verb stem", + "romaji": "kuruimawara" + }, + "狂い回り": { + "w_type": "godan verb stem", + "romaji": "kuruimawari" + }, + "狂い回れ": { + "w_type": "conjugated godan verb", + "romaji": "kuruimaware" + }, + "狂い回ろ": { + "w_type": "godan verb stem", + "romaji": "kuruimawaro" + }, + "狂い回った": { + "w_type": "conjugated godan verb", + "romaji": "kuruimawatta" + }, + "狂い回って": { + "w_type": "conjugated godan verb", + "romaji": "kuruimawatte" + }, + "粘り着か": { + "w_type": "godan verb stem", + "romaji": "nebaritsuka" + }, + "粘り着き": { + "w_type": "godan verb stem", + "romaji": "nebaritsuki" + }, + "粘り着け": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuke" + }, + "粘り着こ": { + "w_type": "godan verb stem", + "romaji": "nebaritsuko" + }, + "粘り着いた": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuita" + }, + "粘り着いて": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuite" + }, + "摑み取ら": { + "w_type": "godan verb stem", + "romaji": "tsukamitora" + }, + "摑み取り": { + "w_type": "godan verb stem", + "romaji": "tsukamitori" + }, + "摑み取れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitore" + }, + "摑み取ろ": { + "w_type": "godan verb stem", + "romaji": "tsukamitoro" + }, + "摑み取った": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitotta" + }, + "摑み取って": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitotte" + }, + "炊き込ま": { + "w_type": "godan verb stem", + "romaji": "takikoma" + }, + "炊き込み": { + "w_type": "godan verb stem", + "romaji": "takikomi" + }, + "炊き込め": { + "w_type": "conjugated godan verb", + "romaji": "takikome" + }, + "炊き込も": { + "w_type": "godan verb stem", + "romaji": "takikomo" + }, + "炊き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "takikonda" + }, + "炊き込んで": { + "w_type": "conjugated godan verb", + "romaji": "takikonde" + }, + "打ち噛まさ": { + "w_type": "godan verb stem", + "romaji": "buchikamasa" + }, + "打ち噛まし": { + "w_type": "godan verb stem", + "romaji": "buchikamashi" + }, + "打ち噛ませ": { + "w_type": "conjugated godan verb", + "romaji": "buchikamase" + }, + "打ち噛まそ": { + "w_type": "godan verb stem", + "romaji": "buchikamaso" + }, + "打ち噛ました": { + "w_type": "conjugated godan verb", + "romaji": "buchikamashita" + }, + "打ち噛まして": { + "w_type": "conjugated godan verb", + "romaji": "buchikamashite" + }, + "止さ": { + "w_type": "godan verb stem", + "romaji": "yosa" + }, + "止し": { + "w_type": "godan verb stem", + "romaji": "yoshi" + }, + "止せ": { + "w_type": "conjugated godan verb", + "romaji": "yose" + }, + "止そ": { + "w_type": "godan verb stem", + "romaji": "yoso" + }, + "止した": { + "w_type": "conjugated godan verb", + "romaji": "yoshita" + }, + "止して": { + "w_type": "conjugated godan verb", + "romaji": "yoshite" + }, + "涸らさ": { + "w_type": "godan verb stem", + "romaji": "karasa" + }, + "涸らし": { + "w_type": "godan verb stem", + "romaji": "karashi" + }, + "涸らせ": { + "w_type": "conjugated godan verb", + "romaji": "karase" + }, + "涸らそ": { + "w_type": "godan verb stem", + "romaji": "karaso" + }, + "涸らした": { + "w_type": "conjugated godan verb", + "romaji": "karashita" + }, + "涸らして": { + "w_type": "conjugated godan verb", + "romaji": "karashite" + }, + "捏ねくり返さ": { + "w_type": "godan verb stem", + "romaji": "konekurikaesa" + }, + "捏ねくり返し": { + "w_type": "godan verb stem", + "romaji": "konekurikaeshi" + }, + "捏ねくり返せ": { + "w_type": "conjugated godan verb", + "romaji": "konekurikaese" + }, + "捏ねくり返そ": { + "w_type": "godan verb stem", + "romaji": "konekurikaeso" + }, + "捏ねくり返した": { + "w_type": "conjugated godan verb", + "romaji": "konekurikaeshita" + }, + "捏ねくり返して": { + "w_type": "conjugated godan verb", + "romaji": "konekurikaeshite" + }, + "寄っ掛ら": { + "w_type": "godan verb stem", + "romaji": "yokkakara" + }, + "寄っ掛り": { + "w_type": "godan verb stem", + "romaji": "yokkakari" + }, + "寄っ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "yokkakare" + }, + "寄っ掛ろ": { + "w_type": "godan verb stem", + "romaji": "yokkakaro" + }, + "寄っ掛った": { + "w_type": "conjugated godan verb", + "romaji": "yokkakatta" + }, + "寄っ掛って": { + "w_type": "conjugated godan verb", + "romaji": "yokkakatte" + }, + "ほうり込ま": { + "w_type": "godan verb stem", + "romaji": "hourikoma" + }, + "ほうり込み": { + "w_type": "godan verb stem", + "romaji": "hourikomi" + }, + "ほうり込め": { + "w_type": "conjugated godan verb", + "romaji": "hourikome" + }, + "ほうり込も": { + "w_type": "godan verb stem", + "romaji": "hourikomo" + }, + "ほうり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hourikonda" + }, + "ほうり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hourikonde" + }, + "持て囃さ": { + "w_type": "godan verb stem", + "romaji": "motehayasa" + }, + "持て囃し": { + "w_type": "godan verb stem", + "romaji": "motehayashi" + }, + "持て囃せ": { + "w_type": "conjugated godan verb", + "romaji": "motehayase" + }, + "持て囃そ": { + "w_type": "godan verb stem", + "romaji": "motehayaso" + }, + "持て囃した": { + "w_type": "conjugated godan verb", + "romaji": "motehayashita" + }, + "持て囃して": { + "w_type": "conjugated godan verb", + "romaji": "motehayashite" + }, + "喜ば": { + "w_type": "godan verb stem", + "romaji": "yorokoba" + }, + "喜び": { + "w_type": "godan verb stem", + "romaji": "yorokobi" + }, + "喜べ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobe" + }, + "喜ぼ": { + "w_type": "godan verb stem", + "romaji": "yorokobo" + }, + "喜んだ": { + "w_type": "conjugated godan verb", + "romaji": "yorokonda" + }, + "喜んで": { + "w_type": "conjugated godan verb", + "romaji": "yorokonde" + }, + "言触らさ": { + "w_type": "godan verb stem", + "romaji": "iifurasa" + }, + "言触らし": { + "w_type": "godan verb stem", + "romaji": "iifurashi" + }, + "言触らせ": { + "w_type": "conjugated godan verb", + "romaji": "iifurase" + }, + "言触らそ": { + "w_type": "godan verb stem", + "romaji": "iifuraso" + }, + "言触らした": { + "w_type": "conjugated godan verb", + "romaji": "iifurashita" + }, + "言触らして": { + "w_type": "conjugated godan verb", + "romaji": "iifurashite" + }, + "振りまか": { + "w_type": "godan verb stem", + "romaji": "furimaka" + }, + "振りまき": { + "w_type": "godan verb stem", + "romaji": "furimaki" + }, + "振りまけ": { + "w_type": "conjugated godan verb", + "romaji": "furimake" + }, + "振りまこ": { + "w_type": "godan verb stem", + "romaji": "furimako" + }, + "振りまいた": { + "w_type": "conjugated godan verb", + "romaji": "furimaita" + }, + "振りまいて": { + "w_type": "conjugated godan verb", + "romaji": "furimaite" + }, + "近づか": { + "w_type": "godan verb stem", + "romaji": "chikazuka" + }, + "近づき": { + "w_type": "godan verb stem", + "romaji": "chikazuki" + }, + "近づけ": { + "w_type": "conjugated godan verb", + "romaji": "chikazuke" + }, + "近づこ": { + "w_type": "godan verb stem", + "romaji": "chikazuko" + }, + "近づいた": { + "w_type": "conjugated godan verb", + "romaji": "chikazuita" + }, + "近づいて": { + "w_type": "conjugated godan verb", + "romaji": "chikazuite" + }, + "ふっ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "futtobasa" + }, + "ふっ飛ばし": { + "w_type": "godan verb stem", + "romaji": "futtobashi" + }, + "ふっ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "futtobase" + }, + "ふっ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "futtobaso" + }, + "ふっ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "futtobashita" + }, + "ふっ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "futtobashite" + }, + "後らさ": { + "w_type": "godan verb stem", + "romaji": "okurasa" + }, + "後らし": { + "w_type": "godan verb stem", + "romaji": "okurashi" + }, + "後らせ": { + "w_type": "conjugated godan verb", + "romaji": "okurase" + }, + "後らそ": { + "w_type": "godan verb stem", + "romaji": "okuraso" + }, + "後らした": { + "w_type": "conjugated godan verb", + "romaji": "okurashita" + }, + "後らして": { + "w_type": "conjugated godan verb", + "romaji": "okurashite" + }, + "練りこま": { + "w_type": "godan verb stem", + "romaji": "nerikoma" + }, + "練りこみ": { + "w_type": "godan verb stem", + "romaji": "nerikomi" + }, + "練りこめ": { + "w_type": "conjugated godan verb", + "romaji": "nerikome" + }, + "練りこも": { + "w_type": "godan verb stem", + "romaji": "nerikomo" + }, + "練りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nerikonda" + }, + "練りこんで": { + "w_type": "conjugated godan verb", + "romaji": "nerikonde" + }, + "追い付か": { + "w_type": "godan verb stem", + "romaji": "oitsuka" + }, + "追い付き": { + "w_type": "godan verb stem", + "romaji": "oitsuki" + }, + "追い付け": { + "w_type": "conjugated godan verb", + "romaji": "oitsuke" + }, + "追い付こ": { + "w_type": "godan verb stem", + "romaji": "oitsuko" + }, + "追い付いた": { + "w_type": "conjugated godan verb", + "romaji": "oitsuita" + }, + "追い付いて": { + "w_type": "conjugated godan verb", + "romaji": "oitsuite" + }, + "数え込ま": { + "w_type": "godan verb stem", + "romaji": "kazoekoma" + }, + "数え込み": { + "w_type": "godan verb stem", + "romaji": "kazoekomi" + }, + "数え込め": { + "w_type": "conjugated godan verb", + "romaji": "kazoekome" + }, + "数え込も": { + "w_type": "godan verb stem", + "romaji": "kazoekomo" + }, + "数え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kazoekonda" + }, + "数え込んで": { + "w_type": "conjugated godan verb", + "romaji": "kazoekonde" + }, + "思いやら": { + "w_type": "godan verb stem", + "romaji": "omoiyara" + }, + "思いやり": { + "w_type": "godan verb stem", + "romaji": "omoiyari" + }, + "思いやれ": { + "w_type": "conjugated godan verb", + "romaji": "omoiyare" + }, + "思いやろ": { + "w_type": "godan verb stem", + "romaji": "omoiyaro" + }, + "思いやった": { + "w_type": "conjugated godan verb", + "romaji": "omoiyatta" + }, + "思いやって": { + "w_type": "conjugated godan verb", + "romaji": "omoiyatte" + }, + "練り歩か": { + "w_type": "godan verb stem", + "romaji": "neriaruka" + }, + "練り歩き": { + "w_type": "godan verb stem", + "romaji": "neriaruki" + }, + "練り歩け": { + "w_type": "conjugated godan verb", + "romaji": "neriaruke" + }, + "練り歩こ": { + "w_type": "godan verb stem", + "romaji": "neriaruko" + }, + "練り歩いた": { + "w_type": "conjugated godan verb", + "romaji": "neriaruita" + }, + "練り歩いて": { + "w_type": "conjugated godan verb", + "romaji": "neriaruite" + }, + "打ち落さ": { + "w_type": "godan verb stem", + "romaji": "uchiotosa" + }, + "打ち落し": { + "w_type": "godan verb stem", + "romaji": "uchiotoshi" + }, + "打ち落せ": { + "w_type": "conjugated godan verb", + "romaji": "uchiotose" + }, + "打ち落そ": { + "w_type": "godan verb stem", + "romaji": "uchiotoso" + }, + "打ち落した": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshita" + }, + "打ち落して": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshite" + }, + "言直さ": { + "w_type": "godan verb stem", + "romaji": "iinaosa" + }, + "言直し": { + "w_type": "godan verb stem", + "romaji": "iinaoshi" + }, + "言直せ": { + "w_type": "conjugated godan verb", + "romaji": "iinaose" + }, + "言直そ": { + "w_type": "godan verb stem", + "romaji": "iinaoso" + }, + "言直した": { + "w_type": "conjugated godan verb", + "romaji": "iinaoshita" + }, + "言直して": { + "w_type": "conjugated godan verb", + "romaji": "iinaoshite" + }, + "見遣ら": { + "w_type": "godan verb stem", + "romaji": "miyara" + }, + "見遣り": { + "w_type": "godan verb stem", + "romaji": "miyari" + }, + "見遣れ": { + "w_type": "conjugated godan verb", + "romaji": "miyare" + }, + "見遣ろ": { + "w_type": "godan verb stem", + "romaji": "miyaro" + }, + "見遣った": { + "w_type": "conjugated godan verb", + "romaji": "miyatta" + }, + "見遣って": { + "w_type": "conjugated godan verb", + "romaji": "miyatte" + }, + "刷込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "刷込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "刷込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "刷込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "刷込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "刷込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "縁どら": { + "w_type": "godan verb stem", + "romaji": "fuchidora" + }, + "縁どり": { + "w_type": "godan verb stem", + "romaji": "fuchidori" + }, + "縁どれ": { + "w_type": "conjugated godan verb", + "romaji": "fuchidore" + }, + "縁どろ": { + "w_type": "godan verb stem", + "romaji": "fuchidoro" + }, + "縁どった": { + "w_type": "conjugated godan verb", + "romaji": "fuchidotta" + }, + "縁どって": { + "w_type": "conjugated godan verb", + "romaji": "fuchidotte" + }, + "乗込ま": { + "w_type": "godan verb stem", + "romaji": "norikoma" + }, + "乗込み": { + "w_type": "godan verb stem", + "romaji": "norikomi" + }, + "乗込め": { + "w_type": "conjugated godan verb", + "romaji": "norikome" + }, + "乗込も": { + "w_type": "godan verb stem", + "romaji": "norikomo" + }, + "乗込んだ": { + "w_type": "conjugated godan verb", + "romaji": "norikonda" + }, + "乗込んで": { + "w_type": "conjugated godan verb", + "romaji": "norikonde" + }, + "拘わら": { + "w_type": "godan verb stem", + "romaji": "kakawara" + }, + "拘わり": { + "w_type": "godan verb stem", + "romaji": "kakawari" + }, + "拘われ": { + "w_type": "conjugated godan verb", + "romaji": "kakaware" + }, + "拘わろ": { + "w_type": "godan verb stem", + "romaji": "kakawaro" + }, + "拘わった": { + "w_type": "conjugated godan verb", + "romaji": "kakawatta" + }, + "拘わって": { + "w_type": "conjugated godan verb", + "romaji": "kakawatte" + }, + "乗せ込ま": { + "w_type": "godan verb stem", + "romaji": "nosekoma" + }, + "乗せ込み": { + "w_type": "godan verb stem", + "romaji": "nosekomi" + }, + "乗せ込め": { + "w_type": "conjugated godan verb", + "romaji": "nosekome" + }, + "乗せ込も": { + "w_type": "godan verb stem", + "romaji": "nosekomo" + }, + "乗せ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nosekonda" + }, + "乗せ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nosekonde" + }, + "出尽くさ": { + "w_type": "godan verb stem", + "romaji": "detsukusa" + }, + "出尽くし": { + "w_type": "godan verb stem", + "romaji": "detsukushi" + }, + "出尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "detsukuse" + }, + "出尽くそ": { + "w_type": "godan verb stem", + "romaji": "detsukuso" + }, + "出尽くした": { + "w_type": "conjugated godan verb", + "romaji": "detsukushita" + }, + "出尽くして": { + "w_type": "conjugated godan verb", + "romaji": "detsukushite" + }, + "縁ら": { + "w_type": "godan verb stem", + "romaji": "fuchidora" + }, + "縁り": { + "w_type": "godan verb stem", + "romaji": "fuchidori" + }, + "縁れ": { + "w_type": "conjugated godan verb", + "romaji": "fuchidore" + }, + "縁ろ": { + "w_type": "godan verb stem", + "romaji": "fuchidoro" + }, + "縁った": { + "w_type": "conjugated godan verb", + "romaji": "fuchidotta" + }, + "縁って": { + "w_type": "conjugated godan verb", + "romaji": "fuchidotte" + }, + "潤わ": { + "w_type": "godan verb stem", + "romaji": "uruowa" + }, + "潤い": { + "w_type": "godan verb stem", + "romaji": "uruoi" + }, + "潤え": { + "w_type": "conjugated godan verb", + "romaji": "uruoe" + }, + "潤お": { + "w_type": "godan verb stem", + "romaji": "uruoo" + }, + "潤った": { + "w_type": "conjugated godan verb", + "romaji": "uruotta" + }, + "潤って": { + "w_type": "conjugated godan verb", + "romaji": "uruotte" + }, + "擂り込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "擂り込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "擂り込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "擂り込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "擂り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "擂り込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "羞じらわ": { + "w_type": "godan verb stem", + "romaji": "hajirawa" + }, + "羞じらい": { + "w_type": "godan verb stem", + "romaji": "hajirai" + }, + "羞じらえ": { + "w_type": "conjugated godan verb", + "romaji": "hajirae" + }, + "羞じらお": { + "w_type": "godan verb stem", + "romaji": "hajirao" + }, + "羞じらった": { + "w_type": "conjugated godan verb", + "romaji": "hajiratta" + }, + "羞じらって": { + "w_type": "conjugated godan verb", + "romaji": "hajiratte" + }, + "べた付か": { + "w_type": "godan verb stem", + "romaji": "betatsuka" + }, + "べた付き": { + "w_type": "godan verb stem", + "romaji": "betatsuki" + }, + "べた付け": { + "w_type": "conjugated godan verb", + "romaji": "betatsuke" + }, + "べた付こ": { + "w_type": "godan verb stem", + "romaji": "betatsuko" + }, + "べた付いた": { + "w_type": "conjugated godan verb", + "romaji": "betatsuita" + }, + "べた付いて": { + "w_type": "conjugated godan verb", + "romaji": "betatsuite" + }, + "し損なわ": { + "w_type": "godan verb stem", + "romaji": "shisokonawa" + }, + "し損ない": { + "w_type": "godan verb stem", + "romaji": "shisokonai" + }, + "し損なえ": { + "w_type": "conjugated godan verb", + "romaji": "shisokonae" + }, + "し損なお": { + "w_type": "godan verb stem", + "romaji": "shisokonao" + }, + "し損なった": { + "w_type": "conjugated godan verb", + "romaji": "shisokonatta" + }, + "し損なって": { + "w_type": "conjugated godan verb", + "romaji": "shisokonatte" + }, + "乱れ飛ば": { + "w_type": "godan verb stem", + "romaji": "midaretoba" + }, + "乱れ飛び": { + "w_type": "godan verb stem", + "romaji": "midaretobi" + }, + "乱れ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "midaretobe" + }, + "乱れ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "midaretobo" + }, + "乱れ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "midaretonda" + }, + "乱れ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "midaretonde" + }, + "眺めやら": { + "w_type": "godan verb stem", + "romaji": "nagameyara" + }, + "眺めやり": { + "w_type": "godan verb stem", + "romaji": "nagameyari" + }, + "眺めやれ": { + "w_type": "conjugated godan verb", + "romaji": "nagameyare" + }, + "眺めやろ": { + "w_type": "godan verb stem", + "romaji": "nagameyaro" + }, + "眺めやった": { + "w_type": "conjugated godan verb", + "romaji": "nagameyatta" + }, + "眺めやって": { + "w_type": "conjugated godan verb", + "romaji": "nagameyatte" + }, + "褒め称さ": { + "w_type": "godan verb stem", + "romaji": "homesoyasa" + }, + "褒め称し": { + "w_type": "godan verb stem", + "romaji": "homesoyashi" + }, + "褒め称せ": { + "w_type": "conjugated godan verb", + "romaji": "homesoyase" + }, + "褒め称そ": { + "w_type": "godan verb stem", + "romaji": "homesoyaso" + }, + "褒め称した": { + "w_type": "conjugated godan verb", + "romaji": "homesoyashita" + }, + "褒め称して": { + "w_type": "conjugated godan verb", + "romaji": "homesoyashite" + }, + "攀じ上ら": { + "w_type": "godan verb stem", + "romaji": "yojinobora" + }, + "攀じ上り": { + "w_type": "godan verb stem", + "romaji": "yojinobori" + }, + "攀じ上れ": { + "w_type": "conjugated godan verb", + "romaji": "yojinobore" + }, + "攀じ上ろ": { + "w_type": "godan verb stem", + "romaji": "yojinoboro" + }, + "攀じ上った": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotta" + }, + "攀じ上って": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotte" + }, + "詠込ま": { + "w_type": "godan verb stem", + "romaji": "yomikoma" + }, + "詠込み": { + "w_type": "godan verb stem", + "romaji": "yomikomi" + }, + "詠込め": { + "w_type": "conjugated godan verb", + "romaji": "yomikome" + }, + "詠込も": { + "w_type": "godan verb stem", + "romaji": "yomikomo" + }, + "詠込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yomikonda" + }, + "詠込んで": { + "w_type": "conjugated godan verb", + "romaji": "yomikonde" + }, + "攻め滅ぼさ": { + "w_type": "godan verb stem", + "romaji": "semehorobosa" + }, + "攻め滅ぼし": { + "w_type": "godan verb stem", + "romaji": "semehoroboshi" + }, + "攻め滅ぼせ": { + "w_type": "conjugated godan verb", + "romaji": "semehorobose" + }, + "攻め滅ぼそ": { + "w_type": "godan verb stem", + "romaji": "semehoroboso" + }, + "攻め滅ぼした": { + "w_type": "conjugated godan verb", + "romaji": "semehoroboshita" + }, + "攻め滅ぼして": { + "w_type": "conjugated godan verb", + "romaji": "semehoroboshite" + }, + "追散らさ": { + "w_type": "godan verb stem", + "romaji": "oichirasa" + }, + "追散らし": { + "w_type": "godan verb stem", + "romaji": "oichirashi" + }, + "追散らせ": { + "w_type": "conjugated godan verb", + "romaji": "oichirase" + }, + "追散らそ": { + "w_type": "godan verb stem", + "romaji": "oichiraso" + }, + "追散らした": { + "w_type": "conjugated godan verb", + "romaji": "oichirashita" + }, + "追散らして": { + "w_type": "conjugated godan verb", + "romaji": "oichirashite" + }, + "打落さ": { + "w_type": "godan verb stem", + "romaji": "uchiotosa" + }, + "打落し": { + "w_type": "godan verb stem", + "romaji": "uchiotoshi" + }, + "打落せ": { + "w_type": "conjugated godan verb", + "romaji": "uchiotose" + }, + "打落そ": { + "w_type": "godan verb stem", + "romaji": "uchiotoso" + }, + "打落した": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshita" + }, + "打落して": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshite" + }, + "出し抜か": { + "w_type": "godan verb stem", + "romaji": "dashinuka" + }, + "出し抜き": { + "w_type": "godan verb stem", + "romaji": "dashinuki" + }, + "出し抜け": { + "w_type": "conjugated godan verb", + "romaji": "dashinuke" + }, + "出し抜こ": { + "w_type": "godan verb stem", + "romaji": "dashinuko" + }, + "出し抜いた": { + "w_type": "conjugated godan verb", + "romaji": "dashinuita" + }, + "出し抜いて": { + "w_type": "conjugated godan verb", + "romaji": "dashinuite" + }, + "慣わさ": { + "w_type": "godan verb stem", + "romaji": "narawasa" + }, + "慣わし": { + "w_type": "godan verb stem", + "romaji": "narawashi" + }, + "慣わせ": { + "w_type": "conjugated godan verb", + "romaji": "narawase" + }, + "慣わそ": { + "w_type": "godan verb stem", + "romaji": "narawaso" + }, + "慣わした": { + "w_type": "conjugated godan verb", + "romaji": "narawashita" + }, + "慣わして": { + "w_type": "conjugated godan verb", + "romaji": "narawashite" + }, + "打伏さ": { + "w_type": "godan verb stem", + "romaji": "uchifusa" + }, + "打伏し": { + "w_type": "godan verb stem", + "romaji": "uchifushi" + }, + "打伏せ": { + "w_type": "conjugated godan verb", + "romaji": "uchifuse" + }, + "打伏そ": { + "w_type": "godan verb stem", + "romaji": "uchifuso" + }, + "打伏した": { + "w_type": "conjugated godan verb", + "romaji": "uchifushita" + }, + "打伏して": { + "w_type": "conjugated godan verb", + "romaji": "uchifushite" + }, + "縋りつか": { + "w_type": "godan verb stem", + "romaji": "sugaritsuka" + }, + "縋りつき": { + "w_type": "godan verb stem", + "romaji": "sugaritsuki" + }, + "縋りつけ": { + "w_type": "conjugated godan verb", + "romaji": "sugaritsuke" + }, + "縋りつこ": { + "w_type": "godan verb stem", + "romaji": "sugaritsuko" + }, + "縋りついた": { + "w_type": "conjugated godan verb", + "romaji": "sugaritsuita" + }, + "縋りついて": { + "w_type": "conjugated godan verb", + "romaji": "sugaritsuite" + }, + "粘りつか": { + "w_type": "godan verb stem", + "romaji": "nebaritsuka" + }, + "粘りつき": { + "w_type": "godan verb stem", + "romaji": "nebaritsuki" + }, + "粘りつけ": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuke" + }, + "粘りつこ": { + "w_type": "godan verb stem", + "romaji": "nebaritsuko" + }, + "粘りついた": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuita" + }, + "粘りついて": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuite" + }, + "僭さ": { + "w_type": "godan verb stem", + "romaji": "sensa" + }, + "僭し": { + "w_type": "godan verb stem", + "romaji": "senshi" + }, + "僭せ": { + "w_type": "conjugated godan verb", + "romaji": "sense" + }, + "僭そ": { + "w_type": "godan verb stem", + "romaji": "senso" + }, + "僭した": { + "w_type": "conjugated godan verb", + "romaji": "senshita" + }, + "僭して": { + "w_type": "conjugated godan verb", + "romaji": "senshite" + }, + "見識張ら": { + "w_type": "godan verb stem", + "romaji": "kenshikibara" + }, + "見識張り": { + "w_type": "godan verb stem", + "romaji": "kenshikibari" + }, + "見識張れ": { + "w_type": "conjugated godan verb", + "romaji": "kenshikibare" + }, + "見識張ろ": { + "w_type": "godan verb stem", + "romaji": "kenshikibaro" + }, + "見識張った": { + "w_type": "conjugated godan verb", + "romaji": "kenshikibatta" + }, + "見識張って": { + "w_type": "conjugated godan verb", + "romaji": "kenshikibatte" + }, + "賜ら": { + "w_type": "godan verb stem", + "romaji": "tamawara" + }, + "賜り": { + "w_type": "godan verb stem", + "romaji": "tamawari" + }, + "賜れ": { + "w_type": "conjugated godan verb", + "romaji": "tamaware" + }, + "賜ろ": { + "w_type": "godan verb stem", + "romaji": "tamawaro" + }, + "賜った": { + "w_type": "conjugated godan verb", + "romaji": "tamawatta" + }, + "賜って": { + "w_type": "conjugated godan verb", + "romaji": "tamawatte" + }, + "思い知らさ": { + "w_type": "godan verb stem", + "romaji": "omoishirasa" + }, + "思い知らし": { + "w_type": "godan verb stem", + "romaji": "omoishirashi" + }, + "思い知らせ": { + "w_type": "conjugated godan verb", + "romaji": "omoishirase" + }, + "思い知らそ": { + "w_type": "godan verb stem", + "romaji": "omoishiraso" + }, + "思い知らした": { + "w_type": "conjugated godan verb", + "romaji": "omoishirashita" + }, + "思い知らして": { + "w_type": "conjugated godan verb", + "romaji": "omoishirashite" + }, + "散りしか": { + "w_type": "godan verb stem", + "romaji": "chirishika" + }, + "散りしき": { + "w_type": "godan verb stem", + "romaji": "chirishiki" + }, + "散りしけ": { + "w_type": "conjugated godan verb", + "romaji": "chirishike" + }, + "散りしこ": { + "w_type": "godan verb stem", + "romaji": "chirishiko" + }, + "散りしいた": { + "w_type": "conjugated godan verb", + "romaji": "chirishiita" + }, + "散りしいて": { + "w_type": "conjugated godan verb", + "romaji": "chirishiite" + }, + "根差さ": { + "w_type": "godan verb stem", + "romaji": "nezasa" + }, + "根差し": { + "w_type": "godan verb stem", + "romaji": "nezashi" + }, + "根差せ": { + "w_type": "conjugated godan verb", + "romaji": "nezase" + }, + "根差そ": { + "w_type": "godan verb stem", + "romaji": "nezaso" + }, + "根差した": { + "w_type": "conjugated godan verb", + "romaji": "nezashita" + }, + "根差して": { + "w_type": "conjugated godan verb", + "romaji": "nezashite" + }, + "羽搏か": { + "w_type": "godan verb stem", + "romaji": "habataka" + }, + "羽搏き": { + "w_type": "godan verb stem", + "romaji": "habataki" + }, + "羽搏け": { + "w_type": "conjugated godan verb", + "romaji": "habatake" + }, + "羽搏こ": { + "w_type": "godan verb stem", + "romaji": "habatako" + }, + "羽搏いた": { + "w_type": "conjugated godan verb", + "romaji": "habataita" + }, + "羽搏いて": { + "w_type": "conjugated godan verb", + "romaji": "habataite" + }, + "愛しがら": { + "w_type": "godan verb stem", + "romaji": "itoshigara" + }, + "愛しがり": { + "w_type": "godan verb stem", + "romaji": "itoshigari" + }, + "愛しがれ": { + "w_type": "conjugated godan verb", + "romaji": "itoshigare" + }, + "愛しがろ": { + "w_type": "godan verb stem", + "romaji": "itoshigaro" + }, + "愛しがった": { + "w_type": "conjugated godan verb", + "romaji": "itoshigatta" + }, + "愛しがって": { + "w_type": "conjugated godan verb", + "romaji": "itoshigatte" + }, + "乞い願わ": { + "w_type": "godan verb stem", + "romaji": "koinegawa" + }, + "乞い願い": { + "w_type": "godan verb stem", + "romaji": "koinegai" + }, + "乞い願え": { + "w_type": "conjugated godan verb", + "romaji": "koinegae" + }, + "乞い願お": { + "w_type": "godan verb stem", + "romaji": "koinegao" + }, + "乞い願った": { + "w_type": "conjugated godan verb", + "romaji": "koinegatta" + }, + "乞い願って": { + "w_type": "conjugated godan verb", + "romaji": "koinegatte" + }, + "茂ら": { + "w_type": "godan verb stem", + "romaji": "shigera" + }, + "茂り": { + "w_type": "godan verb stem", + "romaji": "shigeri" + }, + "茂れ": { + "w_type": "conjugated godan verb", + "romaji": "shigere" + }, + "茂ろ": { + "w_type": "godan verb stem", + "romaji": "shigero" + }, + "茂った": { + "w_type": "conjugated godan verb", + "romaji": "shigetta" + }, + "茂って": { + "w_type": "conjugated godan verb", + "romaji": "shigette" + }, + "押しかえさ": { + "w_type": "godan verb stem", + "romaji": "oshikaesa" + }, + "押しかえし": { + "w_type": "godan verb stem", + "romaji": "oshikaeshi" + }, + "押しかえせ": { + "w_type": "conjugated godan verb", + "romaji": "oshikaese" + }, + "押しかえそ": { + "w_type": "godan verb stem", + "romaji": "oshikaeso" + }, + "押しかえした": { + "w_type": "conjugated godan verb", + "romaji": "oshikaeshita" + }, + "押しかえして": { + "w_type": "conjugated godan verb", + "romaji": "oshikaeshite" + }, + "狙わ": { + "w_type": "godan verb stem", + "romaji": "nerawa" + }, + "狙い": { + "w_type": "godan verb stem", + "romaji": "nerai" + }, + "狙え": { + "w_type": "conjugated godan verb", + "romaji": "nerae" + }, + "狙お": { + "w_type": "godan verb stem", + "romaji": "nerao" + }, + "狙った": { + "w_type": "conjugated godan verb", + "romaji": "neratta" + }, + "狙って": { + "w_type": "conjugated godan verb", + "romaji": "neratte" + }, + "呉れて遣ら": { + "w_type": "godan verb stem", + "romaji": "kureteyara" + }, + "呉れて遣り": { + "w_type": "godan verb stem", + "romaji": "kureteyari" + }, + "呉れて遣れ": { + "w_type": "conjugated godan verb", + "romaji": "kureteyare" + }, + "呉れて遣ろ": { + "w_type": "godan verb stem", + "romaji": "kureteyaro" + }, + "呉れて遣った": { + "w_type": "conjugated godan verb", + "romaji": "kureteyatta" + }, + "呉れて遣って": { + "w_type": "conjugated godan verb", + "romaji": "kureteyatte" + }, + "売り出さ": { + "w_type": "godan verb stem", + "romaji": "uridasa" + }, + "売り出し": { + "w_type": "godan verb stem", + "romaji": "uridashi" + }, + "売り出せ": { + "w_type": "conjugated godan verb", + "romaji": "uridase" + }, + "売り出そ": { + "w_type": "godan verb stem", + "romaji": "uridaso" + }, + "売り出した": { + "w_type": "conjugated godan verb", + "romaji": "uridashita" + }, + "売り出して": { + "w_type": "conjugated godan verb", + "romaji": "uridashite" + }, + "請け出さ": { + "w_type": "godan verb stem", + "romaji": "ukedasa" + }, + "請け出し": { + "w_type": "godan verb stem", + "romaji": "ukedashi" + }, + "請け出せ": { + "w_type": "conjugated godan verb", + "romaji": "ukedase" + }, + "請け出そ": { + "w_type": "godan verb stem", + "romaji": "ukedaso" + }, + "請け出した": { + "w_type": "conjugated godan verb", + "romaji": "ukedashita" + }, + "請け出して": { + "w_type": "conjugated godan verb", + "romaji": "ukedashite" + }, + "産み出さ": { + "w_type": "godan verb stem", + "romaji": "umidasa" + }, + "産み出し": { + "w_type": "godan verb stem", + "romaji": "umidashi" + }, + "産み出せ": { + "w_type": "conjugated godan verb", + "romaji": "umidase" + }, + "産み出そ": { + "w_type": "godan verb stem", + "romaji": "umidaso" + }, + "産み出した": { + "w_type": "conjugated godan verb", + "romaji": "umidashita" + }, + "産み出して": { + "w_type": "conjugated godan verb", + "romaji": "umidashite" + }, + "為熟さ": { + "w_type": "godan verb stem", + "romaji": "shikonasa" + }, + "為熟し": { + "w_type": "godan verb stem", + "romaji": "shikonashi" + }, + "為熟せ": { + "w_type": "conjugated godan verb", + "romaji": "shikonase" + }, + "為熟そ": { + "w_type": "godan verb stem", + "romaji": "shikonaso" + }, + "為熟した": { + "w_type": "conjugated godan verb", + "romaji": "shikonashita" + }, + "為熟して": { + "w_type": "conjugated godan verb", + "romaji": "shikonashite" + }, + "閉じ篭ら": { + "w_type": "godan verb stem", + "romaji": "tojikomora" + }, + "閉じ篭り": { + "w_type": "godan verb stem", + "romaji": "tojikomori" + }, + "閉じ篭れ": { + "w_type": "conjugated godan verb", + "romaji": "tojikomore" + }, + "閉じ篭ろ": { + "w_type": "godan verb stem", + "romaji": "tojikomoro" + }, + "閉じ篭った": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotta" + }, + "閉じ篭って": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotte" + }, + "染みつか": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "染みつき": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "染みつけ": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "染みつこ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "染みついた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "染みついて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "呼起こさ": { + "w_type": "godan verb stem", + "romaji": "yobiokosa" + }, + "呼起こし": { + "w_type": "godan verb stem", + "romaji": "yobiokoshi" + }, + "呼起こせ": { + "w_type": "conjugated godan verb", + "romaji": "yobiokose" + }, + "呼起こそ": { + "w_type": "godan verb stem", + "romaji": "yobiokoso" + }, + "呼起こした": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshita" + }, + "呼起こして": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshite" + }, + "立ち入ら": { + "w_type": "godan verb stem", + "romaji": "tachiira" + }, + "立ち入り": { + "w_type": "godan verb stem", + "romaji": "tachiiri" + }, + "立ち入れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiire" + }, + "立ち入ろ": { + "w_type": "godan verb stem", + "romaji": "tachiiro" + }, + "立ち入った": { + "w_type": "conjugated godan verb", + "romaji": "tachiitta" + }, + "立ち入って": { + "w_type": "conjugated godan verb", + "romaji": "tachiitte" + }, + "犯さ": { + "w_type": "godan verb stem", + "romaji": "okasa" + }, + "犯し": { + "w_type": "godan verb stem", + "romaji": "okashi" + }, + "犯せ": { + "w_type": "conjugated godan verb", + "romaji": "okase" + }, + "犯そ": { + "w_type": "godan verb stem", + "romaji": "okaso" + }, + "犯した": { + "w_type": "conjugated godan verb", + "romaji": "okashita" + }, + "犯して": { + "w_type": "conjugated godan verb", + "romaji": "okashite" + }, + "付添わ": { + "w_type": "godan verb stem", + "romaji": "tsukisowa" + }, + "付添い": { + "w_type": "godan verb stem", + "romaji": "tsukisoi" + }, + "付添え": { + "w_type": "conjugated godan verb", + "romaji": "tsukisoe" + }, + "付添お": { + "w_type": "godan verb stem", + "romaji": "tsukisoo" + }, + "付添った": { + "w_type": "conjugated godan verb", + "romaji": "tsukisotta" + }, + "付添って": { + "w_type": "conjugated godan verb", + "romaji": "tsukisotte" + }, + "出ていか": { + "w_type": "godan verb stem", + "romaji": "deteika" + }, + "出ていき": { + "w_type": "godan verb stem", + "romaji": "deteiki" + }, + "出ていけ": { + "w_type": "conjugated godan verb", + "romaji": "deteike" + }, + "出ていこ": { + "w_type": "godan verb stem", + "romaji": "deteiko" + }, + "出ていいた": { + "w_type": "conjugated godan verb", + "romaji": "deteiita" + }, + "出ていいて": { + "w_type": "conjugated godan verb", + "romaji": "deteiite" + }, + "開け渡さ": { + "w_type": "godan verb stem", + "romaji": "akewatasa" + }, + "開け渡し": { + "w_type": "godan verb stem", + "romaji": "akewatashi" + }, + "開け渡せ": { + "w_type": "conjugated godan verb", + "romaji": "akewatase" + }, + "開け渡そ": { + "w_type": "godan verb stem", + "romaji": "akewataso" + }, + "開け渡した": { + "w_type": "conjugated godan verb", + "romaji": "akewatashita" + }, + "開け渡して": { + "w_type": "conjugated godan verb", + "romaji": "akewatashite" + }, + "蹴破ら": { + "w_type": "godan verb stem", + "romaji": "keyabura" + }, + "蹴破り": { + "w_type": "godan verb stem", + "romaji": "keyaburi" + }, + "蹴破れ": { + "w_type": "conjugated godan verb", + "romaji": "keyabure" + }, + "蹴破ろ": { + "w_type": "godan verb stem", + "romaji": "keyaburo" + }, + "蹴破った": { + "w_type": "conjugated godan verb", + "romaji": "keyabutta" + }, + "蹴破って": { + "w_type": "conjugated godan verb", + "romaji": "keyabutte" + }, + "見とら": { + "w_type": "godan verb stem", + "romaji": "mitora" + }, + "見とり": { + "w_type": "godan verb stem", + "romaji": "mitori" + }, + "見とれ": { + "w_type": "conjugated godan verb", + "romaji": "mitore" + }, + "見とろ": { + "w_type": "godan verb stem", + "romaji": "mitoro" + }, + "見とった": { + "w_type": "conjugated godan verb", + "romaji": "mitotta" + }, + "見とって": { + "w_type": "conjugated godan verb", + "romaji": "mitotte" + }, + "差し繰ら": { + "w_type": "godan verb stem", + "romaji": "sashikura" + }, + "差し繰り": { + "w_type": "godan verb stem", + "romaji": "sashikuri" + }, + "差し繰れ": { + "w_type": "conjugated godan verb", + "romaji": "sashikure" + }, + "差し繰ろ": { + "w_type": "godan verb stem", + "romaji": "sashikuro" + }, + "差し繰った": { + "w_type": "conjugated godan verb", + "romaji": "sashikutta" + }, + "差し繰って": { + "w_type": "conjugated godan verb", + "romaji": "sashikutte" + }, + "押っ被さら": { + "w_type": "godan verb stem", + "romaji": "okkabusara" + }, + "押っ被さり": { + "w_type": "godan verb stem", + "romaji": "okkabusari" + }, + "押っ被され": { + "w_type": "conjugated godan verb", + "romaji": "okkabusare" + }, + "押っ被さろ": { + "w_type": "godan verb stem", + "romaji": "okkabusaro" + }, + "押っ被さった": { + "w_type": "conjugated godan verb", + "romaji": "okkabusatta" + }, + "押っ被さって": { + "w_type": "conjugated godan verb", + "romaji": "okkabusatte" + }, + "生まれ付か": { + "w_type": "godan verb stem", + "romaji": "umaretsuka" + }, + "生まれ付き": { + "w_type": "godan verb stem", + "romaji": "umaretsuki" + }, + "生まれ付け": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuke" + }, + "生まれ付こ": { + "w_type": "godan verb stem", + "romaji": "umaretsuko" + }, + "生まれ付いた": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuita" + }, + "生まれ付いて": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuite" + }, + "暗まさ": { + "w_type": "godan verb stem", + "romaji": "kuramasa" + }, + "暗まし": { + "w_type": "godan verb stem", + "romaji": "kuramashi" + }, + "暗ませ": { + "w_type": "conjugated godan verb", + "romaji": "kuramase" + }, + "暗まそ": { + "w_type": "godan verb stem", + "romaji": "kuramaso" + }, + "暗ました": { + "w_type": "conjugated godan verb", + "romaji": "kuramashita" + }, + "暗まして": { + "w_type": "conjugated godan verb", + "romaji": "kuramashite" + }, + "訳さ": { + "w_type": "godan verb stem", + "romaji": "yakusa" + }, + "訳し": { + "w_type": "godan verb stem", + "romaji": "yakushi" + }, + "訳せ": { + "w_type": "conjugated godan verb", + "romaji": "yakuse" + }, + "訳そ": { + "w_type": "godan verb stem", + "romaji": "yakuso" + }, + "訳した": { + "w_type": "conjugated godan verb", + "romaji": "yakushita" + }, + "訳して": { + "w_type": "conjugated godan verb", + "romaji": "yakushite" + }, + "上ら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "上り": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "上れ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "上ろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "上った": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "上って": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "擦切ら": { + "w_type": "godan verb stem", + "romaji": "surikira" + }, + "擦切り": { + "w_type": "godan verb stem", + "romaji": "surikiri" + }, + "擦切れ": { + "w_type": "conjugated godan verb", + "romaji": "surikire" + }, + "擦切ろ": { + "w_type": "godan verb stem", + "romaji": "surikiro" + }, + "擦切った": { + "w_type": "conjugated godan verb", + "romaji": "surikitta" + }, + "擦切って": { + "w_type": "conjugated godan verb", + "romaji": "surikitte" + }, + "受け賜ら": { + "w_type": "godan verb stem", + "romaji": "uketamawara" + }, + "受け賜り": { + "w_type": "godan verb stem", + "romaji": "uketamawari" + }, + "受け賜れ": { + "w_type": "conjugated godan verb", + "romaji": "uketamaware" + }, + "受け賜ろ": { + "w_type": "godan verb stem", + "romaji": "uketamawaro" + }, + "受け賜った": { + "w_type": "conjugated godan verb", + "romaji": "uketamawatta" + }, + "受け賜って": { + "w_type": "conjugated godan verb", + "romaji": "uketamawatte" + }, + "起た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "起ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "起て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "起と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "捩じ切ら": { + "w_type": "godan verb stem", + "romaji": "nejikira" + }, + "捩じ切り": { + "w_type": "godan verb stem", + "romaji": "nejikiri" + }, + "捩じ切れ": { + "w_type": "conjugated godan verb", + "romaji": "nejikire" + }, + "捩じ切ろ": { + "w_type": "godan verb stem", + "romaji": "nejikiro" + }, + "捩じ切った": { + "w_type": "conjugated godan verb", + "romaji": "nejikitta" + }, + "捩じ切って": { + "w_type": "conjugated godan verb", + "romaji": "nejikitte" + }, + "縁づか": { + "w_type": "godan verb stem", + "romaji": "enzuka" + }, + "縁づき": { + "w_type": "godan verb stem", + "romaji": "enzuki" + }, + "縁づけ": { + "w_type": "conjugated godan verb", + "romaji": "enzuke" + }, + "縁づこ": { + "w_type": "godan verb stem", + "romaji": "enzuko" + }, + "縁づいた": { + "w_type": "conjugated godan verb", + "romaji": "enzuita" + }, + "縁づいて": { + "w_type": "conjugated godan verb", + "romaji": "enzuite" + }, + "回さ": { + "w_type": "godan verb stem", + "romaji": "mawasa" + }, + "回し": { + "w_type": "godan verb stem", + "romaji": "mawashi" + }, + "回せ": { + "w_type": "conjugated godan verb", + "romaji": "mawase" + }, + "回そ": { + "w_type": "godan verb stem", + "romaji": "mawaso" + }, + "回した": { + "w_type": "conjugated godan verb", + "romaji": "mawashita" + }, + "回して": { + "w_type": "conjugated godan verb", + "romaji": "mawashite" + }, + "手間取ら": { + "w_type": "godan verb stem", + "romaji": "temadora" + }, + "手間取り": { + "w_type": "godan verb stem", + "romaji": "temadori" + }, + "手間取れ": { + "w_type": "conjugated godan verb", + "romaji": "temadore" + }, + "手間取ろ": { + "w_type": "godan verb stem", + "romaji": "temadoro" + }, + "手間取った": { + "w_type": "conjugated godan verb", + "romaji": "temadotta" + }, + "手間取って": { + "w_type": "conjugated godan verb", + "romaji": "temadotte" + }, + "跳ら": { + "w_type": "godan verb stem", + "romaji": "odora" + }, + "跳り": { + "w_type": "godan verb stem", + "romaji": "odori" + }, + "跳れ": { + "w_type": "conjugated godan verb", + "romaji": "odore" + }, + "跳ろ": { + "w_type": "godan verb stem", + "romaji": "odoro" + }, + "跳った": { + "w_type": "conjugated godan verb", + "romaji": "odotta" + }, + "跳って": { + "w_type": "conjugated godan verb", + "romaji": "odotte" + }, + "回ら": { + "w_type": "godan verb stem", + "romaji": "megura" + }, + "回り": { + "w_type": "godan verb stem", + "romaji": "meguri" + }, + "回れ": { + "w_type": "conjugated godan verb", + "romaji": "megure" + }, + "回ろ": { + "w_type": "godan verb stem", + "romaji": "meguro" + }, + "回った": { + "w_type": "conjugated godan verb", + "romaji": "megutta" + }, + "回って": { + "w_type": "conjugated godan verb", + "romaji": "megutte" + }, + "燃えさから": { + "w_type": "godan verb stem", + "romaji": "moesakara" + }, + "燃えさかり": { + "w_type": "godan verb stem", + "romaji": "moesakari" + }, + "燃えさかれ": { + "w_type": "conjugated godan verb", + "romaji": "moesakare" + }, + "燃えさかろ": { + "w_type": "godan verb stem", + "romaji": "moesakaro" + }, + "燃えさかった": { + "w_type": "conjugated godan verb", + "romaji": "moesakatta" + }, + "燃えさかって": { + "w_type": "conjugated godan verb", + "romaji": "moesakatte" + }, + "にじり寄ら": { + "w_type": "godan verb stem", + "romaji": "nijiriyora" + }, + "にじり寄り": { + "w_type": "godan verb stem", + "romaji": "nijiriyori" + }, + "にじり寄れ": { + "w_type": "conjugated godan verb", + "romaji": "nijiriyore" + }, + "にじり寄ろ": { + "w_type": "godan verb stem", + "romaji": "nijiriyoro" + }, + "にじり寄った": { + "w_type": "conjugated godan verb", + "romaji": "nijiriyotta" + }, + "にじり寄って": { + "w_type": "conjugated godan verb", + "romaji": "nijiriyotte" + }, + "取りこま": { + "w_type": "godan verb stem", + "romaji": "torikoma" + }, + "取りこみ": { + "w_type": "godan verb stem", + "romaji": "torikomi" + }, + "取りこめ": { + "w_type": "conjugated godan verb", + "romaji": "torikome" + }, + "取りこも": { + "w_type": "godan verb stem", + "romaji": "torikomo" + }, + "取りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "torikonda" + }, + "取りこんで": { + "w_type": "conjugated godan verb", + "romaji": "torikonde" + }, + "降り続か": { + "w_type": "godan verb stem", + "romaji": "furitsuzuka" + }, + "降り続き": { + "w_type": "godan verb stem", + "romaji": "furitsuzuki" + }, + "降り続け": { + "w_type": "conjugated godan verb", + "romaji": "furitsuzuke" + }, + "降り続こ": { + "w_type": "godan verb stem", + "romaji": "furitsuzuko" + }, + "降り続いた": { + "w_type": "conjugated godan verb", + "romaji": "furitsuzuita" + }, + "降り続いて": { + "w_type": "conjugated godan verb", + "romaji": "furitsuzuite" + }, + "取巻か": { + "w_type": "godan verb stem", + "romaji": "torimaka" + }, + "取巻き": { + "w_type": "godan verb stem", + "romaji": "torimaki" + }, + "取巻け": { + "w_type": "conjugated godan verb", + "romaji": "torimake" + }, + "取巻こ": { + "w_type": "godan verb stem", + "romaji": "torimako" + }, + "取巻いた": { + "w_type": "conjugated godan verb", + "romaji": "torimaita" + }, + "取巻いて": { + "w_type": "conjugated godan verb", + "romaji": "torimaite" + }, + "繰り出さ": { + "w_type": "godan verb stem", + "romaji": "kuridasa" + }, + "繰り出し": { + "w_type": "godan verb stem", + "romaji": "kuridashi" + }, + "繰り出せ": { + "w_type": "conjugated godan verb", + "romaji": "kuridase" + }, + "繰り出そ": { + "w_type": "godan verb stem", + "romaji": "kuridaso" + }, + "繰り出した": { + "w_type": "conjugated godan verb", + "romaji": "kuridashita" + }, + "繰り出して": { + "w_type": "conjugated godan verb", + "romaji": "kuridashite" + }, + "俯伏さ": { + "w_type": "godan verb stem", + "romaji": "utsubusa" + }, + "俯伏し": { + "w_type": "godan verb stem", + "romaji": "utsubushi" + }, + "俯伏せ": { + "w_type": "conjugated godan verb", + "romaji": "utsubuse" + }, + "俯伏そ": { + "w_type": "godan verb stem", + "romaji": "utsubuso" + }, + "俯伏した": { + "w_type": "conjugated godan verb", + "romaji": "utsubushita" + }, + "俯伏して": { + "w_type": "conjugated godan verb", + "romaji": "utsubushite" + }, + "押さえ込ま": { + "w_type": "godan verb stem", + "romaji": "osaekoma" + }, + "押さえ込み": { + "w_type": "godan verb stem", + "romaji": "osaekomi" + }, + "押さえ込め": { + "w_type": "conjugated godan verb", + "romaji": "osaekome" + }, + "押さえ込も": { + "w_type": "godan verb stem", + "romaji": "osaekomo" + }, + "押さえ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "osaekonda" + }, + "押さえ込んで": { + "w_type": "conjugated godan verb", + "romaji": "osaekonde" + }, + "捲れ上がら": { + "w_type": "godan verb stem", + "romaji": "mekureagara" + }, + "捲れ上がり": { + "w_type": "godan verb stem", + "romaji": "mekureagari" + }, + "捲れ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "mekureagare" + }, + "捲れ上がろ": { + "w_type": "godan verb stem", + "romaji": "mekureagaro" + }, + "捲れ上がった": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatta" + }, + "捲れ上がって": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatte" + }, + "搾りとら": { + "w_type": "godan verb stem", + "romaji": "shiboritora" + }, + "搾りとり": { + "w_type": "godan verb stem", + "romaji": "shiboritori" + }, + "搾りとれ": { + "w_type": "conjugated godan verb", + "romaji": "shiboritore" + }, + "搾りとろ": { + "w_type": "godan verb stem", + "romaji": "shiboritoro" + }, + "搾りとった": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotta" + }, + "搾りとって": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotte" + }, + "住まわ": { + "w_type": "godan verb stem", + "romaji": "sumawa" + }, + "住まい": { + "w_type": "godan verb stem", + "romaji": "sumai" + }, + "住まえ": { + "w_type": "conjugated godan verb", + "romaji": "sumae" + }, + "住まお": { + "w_type": "godan verb stem", + "romaji": "sumao" + }, + "住まった": { + "w_type": "conjugated godan verb", + "romaji": "sumatta" + }, + "住まって": { + "w_type": "conjugated godan verb", + "romaji": "sumatte" + }, + "引摺り出さ": { + "w_type": "godan verb stem", + "romaji": "hikizuridasa" + }, + "引摺り出し": { + "w_type": "godan verb stem", + "romaji": "hikizuridashi" + }, + "引摺り出せ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridase" + }, + "引摺り出そ": { + "w_type": "godan verb stem", + "romaji": "hikizuridaso" + }, + "引摺り出した": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridashita" + }, + "引摺り出して": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridashite" + }, + "引き払わ": { + "w_type": "godan verb stem", + "romaji": "hikiharawa" + }, + "引き払い": { + "w_type": "godan verb stem", + "romaji": "hikiharai" + }, + "引き払え": { + "w_type": "conjugated godan verb", + "romaji": "hikiharae" + }, + "引き払お": { + "w_type": "godan verb stem", + "romaji": "hikiharao" + }, + "引き払った": { + "w_type": "conjugated godan verb", + "romaji": "hikiharatta" + }, + "引き払って": { + "w_type": "conjugated godan verb", + "romaji": "hikiharatte" + }, + "窮まら": { + "w_type": "godan verb stem", + "romaji": "kiwamara" + }, + "窮まり": { + "w_type": "godan verb stem", + "romaji": "kiwamari" + }, + "窮まれ": { + "w_type": "conjugated godan verb", + "romaji": "kiwamare" + }, + "窮まろ": { + "w_type": "godan verb stem", + "romaji": "kiwamaro" + }, + "窮まった": { + "w_type": "conjugated godan verb", + "romaji": "kiwamatta" + }, + "窮まって": { + "w_type": "conjugated godan verb", + "romaji": "kiwamatte" + }, + "駈けこま": { + "w_type": "godan verb stem", + "romaji": "kakekoma" + }, + "駈けこみ": { + "w_type": "godan verb stem", + "romaji": "kakekomi" + }, + "駈けこめ": { + "w_type": "conjugated godan verb", + "romaji": "kakekome" + }, + "駈けこも": { + "w_type": "godan verb stem", + "romaji": "kakekomo" + }, + "駈けこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kakekonda" + }, + "駈けこんで": { + "w_type": "conjugated godan verb", + "romaji": "kakekonde" + }, + "埋け込ま": { + "w_type": "godan verb stem", + "romaji": "ikekoma" + }, + "埋け込み": { + "w_type": "godan verb stem", + "romaji": "ikekomi" + }, + "埋け込め": { + "w_type": "conjugated godan verb", + "romaji": "ikekome" + }, + "埋け込も": { + "w_type": "godan verb stem", + "romaji": "ikekomo" + }, + "埋け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikekonda" + }, + "埋け込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikekonde" + }, + "冷え上がら": { + "w_type": "godan verb stem", + "romaji": "hieagara" + }, + "冷え上がり": { + "w_type": "godan verb stem", + "romaji": "hieagari" + }, + "冷え上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hieagare" + }, + "冷え上がろ": { + "w_type": "godan verb stem", + "romaji": "hieagaro" + }, + "冷え上がった": { + "w_type": "conjugated godan verb", + "romaji": "hieagatta" + }, + "冷え上がって": { + "w_type": "conjugated godan verb", + "romaji": "hieagatte" + }, + "思いなおさ": { + "w_type": "godan verb stem", + "romaji": "omoinaosa" + }, + "思いなおし": { + "w_type": "godan verb stem", + "romaji": "omoinaoshi" + }, + "思いなおせ": { + "w_type": "conjugated godan verb", + "romaji": "omoinaose" + }, + "思いなおそ": { + "w_type": "godan verb stem", + "romaji": "omoinaoso" + }, + "思いなおした": { + "w_type": "conjugated godan verb", + "romaji": "omoinaoshita" + }, + "思いなおして": { + "w_type": "conjugated godan verb", + "romaji": "omoinaoshite" + }, + "聞きとら": { + "w_type": "godan verb stem", + "romaji": "kikitora" + }, + "聞きとり": { + "w_type": "godan verb stem", + "romaji": "kikitori" + }, + "聞きとれ": { + "w_type": "conjugated godan verb", + "romaji": "kikitore" + }, + "聞きとろ": { + "w_type": "godan verb stem", + "romaji": "kikitoro" + }, + "聞きとった": { + "w_type": "conjugated godan verb", + "romaji": "kikitotta" + }, + "聞きとって": { + "w_type": "conjugated godan verb", + "romaji": "kikitotte" + }, + "若返ら": { + "w_type": "godan verb stem", + "romaji": "wakagaera" + }, + "若返り": { + "w_type": "godan verb stem", + "romaji": "wakagaeri" + }, + "若返れ": { + "w_type": "conjugated godan verb", + "romaji": "wakagaere" + }, + "若返ろ": { + "w_type": "godan verb stem", + "romaji": "wakagaero" + }, + "若返った": { + "w_type": "conjugated godan verb", + "romaji": "wakagaetta" + }, + "若返って": { + "w_type": "conjugated godan verb", + "romaji": "wakagaette" + }, + "寄せては返さ": { + "w_type": "godan verb stem", + "romaji": "yosetehakaesa" + }, + "寄せては返し": { + "w_type": "godan verb stem", + "romaji": "yosetehakaeshi" + }, + "寄せては返せ": { + "w_type": "conjugated godan verb", + "romaji": "yosetehakaese" + }, + "寄せては返そ": { + "w_type": "godan verb stem", + "romaji": "yosetehakaeso" + }, + "寄せては返した": { + "w_type": "conjugated godan verb", + "romaji": "yosetehakaeshita" + }, + "寄せては返して": { + "w_type": "conjugated godan verb", + "romaji": "yosetehakaeshite" + }, + "押し切ら": { + "w_type": "godan verb stem", + "romaji": "oshikira" + }, + "押し切り": { + "w_type": "godan verb stem", + "romaji": "oshikiri" + }, + "押し切れ": { + "w_type": "conjugated godan verb", + "romaji": "oshikire" + }, + "押し切ろ": { + "w_type": "godan verb stem", + "romaji": "oshikiro" + }, + "押し切った": { + "w_type": "conjugated godan verb", + "romaji": "oshikitta" + }, + "押し切って": { + "w_type": "conjugated godan verb", + "romaji": "oshikitte" + }, + "慣らわ": { + "w_type": "godan verb stem", + "romaji": "narawa" + }, + "慣らい": { + "w_type": "godan verb stem", + "romaji": "narai" + }, + "慣らえ": { + "w_type": "conjugated godan verb", + "romaji": "narae" + }, + "慣らお": { + "w_type": "godan verb stem", + "romaji": "narao" + }, + "慣らった": { + "w_type": "conjugated godan verb", + "romaji": "naratta" + }, + "慣らって": { + "w_type": "conjugated godan verb", + "romaji": "naratte" + }, + "取残さ": { + "w_type": "godan verb stem", + "romaji": "torinokosa" + }, + "取残し": { + "w_type": "godan verb stem", + "romaji": "torinokoshi" + }, + "取残せ": { + "w_type": "conjugated godan verb", + "romaji": "torinokose" + }, + "取残そ": { + "w_type": "godan verb stem", + "romaji": "torinokoso" + }, + "取残した": { + "w_type": "conjugated godan verb", + "romaji": "torinokoshita" + }, + "取残して": { + "w_type": "conjugated godan verb", + "romaji": "torinokoshite" + }, + "慣らさ": { + "w_type": "godan verb stem", + "romaji": "narasa" + }, + "慣らし": { + "w_type": "godan verb stem", + "romaji": "narashi" + }, + "慣らせ": { + "w_type": "conjugated godan verb", + "romaji": "narase" + }, + "慣らそ": { + "w_type": "godan verb stem", + "romaji": "naraso" + }, + "慣らした": { + "w_type": "conjugated godan verb", + "romaji": "narashita" + }, + "慣らして": { + "w_type": "conjugated godan verb", + "romaji": "narashite" + }, + "叩き割ら": { + "w_type": "godan verb stem", + "romaji": "tatakiwara" + }, + "叩き割り": { + "w_type": "godan verb stem", + "romaji": "tatakiwari" + }, + "叩き割れ": { + "w_type": "conjugated godan verb", + "romaji": "tatakiware" + }, + "叩き割ろ": { + "w_type": "godan verb stem", + "romaji": "tatakiwaro" + }, + "叩き割った": { + "w_type": "conjugated godan verb", + "romaji": "tatakiwatta" + }, + "叩き割って": { + "w_type": "conjugated godan verb", + "romaji": "tatakiwatte" + }, + "浮き出さ": { + "w_type": "godan verb stem", + "romaji": "ukidasa" + }, + "浮き出し": { + "w_type": "godan verb stem", + "romaji": "ukidashi" + }, + "浮き出せ": { + "w_type": "conjugated godan verb", + "romaji": "ukidase" + }, + "浮き出そ": { + "w_type": "godan verb stem", + "romaji": "ukidaso" + }, + "浮き出した": { + "w_type": "conjugated godan verb", + "romaji": "ukidashita" + }, + "浮き出して": { + "w_type": "conjugated godan verb", + "romaji": "ukidashite" + }, + "挘ら": { + "w_type": "godan verb stem", + "romaji": "mushira" + }, + "挘り": { + "w_type": "godan verb stem", + "romaji": "mushiri" + }, + "挘れ": { + "w_type": "conjugated godan verb", + "romaji": "mushire" + }, + "挘ろ": { + "w_type": "godan verb stem", + "romaji": "mushiro" + }, + "挘った": { + "w_type": "conjugated godan verb", + "romaji": "mushitta" + }, + "挘って": { + "w_type": "conjugated godan verb", + "romaji": "mushitte" + }, + "貪ら": { + "w_type": "godan verb stem", + "romaji": "musabora" + }, + "貪り": { + "w_type": "godan verb stem", + "romaji": "musabori" + }, + "貪れ": { + "w_type": "conjugated godan verb", + "romaji": "musabore" + }, + "貪ろ": { + "w_type": "godan verb stem", + "romaji": "musaboro" + }, + "貪った": { + "w_type": "conjugated godan verb", + "romaji": "musabotta" + }, + "貪って": { + "w_type": "conjugated godan verb", + "romaji": "musabotte" + }, + "取りこぼさ": { + "w_type": "godan verb stem", + "romaji": "torikobosa" + }, + "取りこぼし": { + "w_type": "godan verb stem", + "romaji": "torikoboshi" + }, + "取りこぼせ": { + "w_type": "conjugated godan verb", + "romaji": "torikobose" + }, + "取りこぼそ": { + "w_type": "godan verb stem", + "romaji": "torikoboso" + }, + "取りこぼした": { + "w_type": "conjugated godan verb", + "romaji": "torikoboshita" + }, + "取りこぼして": { + "w_type": "conjugated godan verb", + "romaji": "torikoboshite" + }, + "湧き出さ": { + "w_type": "godan verb stem", + "romaji": "wakidasa" + }, + "湧き出し": { + "w_type": "godan verb stem", + "romaji": "wakidashi" + }, + "湧き出せ": { + "w_type": "conjugated godan verb", + "romaji": "wakidase" + }, + "湧き出そ": { + "w_type": "godan verb stem", + "romaji": "wakidaso" + }, + "湧き出した": { + "w_type": "conjugated godan verb", + "romaji": "wakidashita" + }, + "湧き出して": { + "w_type": "conjugated godan verb", + "romaji": "wakidashite" + }, + "吸付か": { + "w_type": "godan verb stem", + "romaji": "suitsuka" + }, + "吸付き": { + "w_type": "godan verb stem", + "romaji": "suitsuki" + }, + "吸付け": { + "w_type": "conjugated godan verb", + "romaji": "suitsuke" + }, + "吸付こ": { + "w_type": "godan verb stem", + "romaji": "suitsuko" + }, + "吸付いた": { + "w_type": "conjugated godan verb", + "romaji": "suitsuita" + }, + "吸付いて": { + "w_type": "conjugated godan verb", + "romaji": "suitsuite" + }, + "細まら": { + "w_type": "godan verb stem", + "romaji": "hosomara" + }, + "細まり": { + "w_type": "godan verb stem", + "romaji": "hosomari" + }, + "細まれ": { + "w_type": "conjugated godan verb", + "romaji": "hosomare" + }, + "細まろ": { + "w_type": "godan verb stem", + "romaji": "hosomaro" + }, + "細まった": { + "w_type": "conjugated godan verb", + "romaji": "hosomatta" + }, + "細まって": { + "w_type": "conjugated godan verb", + "romaji": "hosomatte" + }, + "師と仰が": { + "w_type": "godan verb stem", + "romaji": "shitoaoga" + }, + "師と仰ぎ": { + "w_type": "godan verb stem", + "romaji": "shitoaogi" + }, + "師と仰げ": { + "w_type": "conjugated godan verb", + "romaji": "shitoaoge" + }, + "師と仰ご": { + "w_type": "godan verb stem", + "romaji": "shitoaogo" + }, + "師と仰いだ": { + "w_type": "conjugated godan verb", + "romaji": "shitoaoida" + }, + "師と仰いで": { + "w_type": "conjugated godan verb", + "romaji": "shitoaoide" + }, + "喋りあわ": { + "w_type": "godan verb stem", + "romaji": "shaberiawa" + }, + "喋りあい": { + "w_type": "godan verb stem", + "romaji": "shaberiai" + }, + "喋りあえ": { + "w_type": "conjugated godan verb", + "romaji": "shaberiae" + }, + "喋りあお": { + "w_type": "godan verb stem", + "romaji": "shaberiao" + }, + "喋りあった": { + "w_type": "conjugated godan verb", + "romaji": "shaberiatta" + }, + "喋りあって": { + "w_type": "conjugated godan verb", + "romaji": "shaberiatte" + }, + "揺り起こさ": { + "w_type": "godan verb stem", + "romaji": "yuriokosa" + }, + "揺り起こし": { + "w_type": "godan verb stem", + "romaji": "yuriokoshi" + }, + "揺り起こせ": { + "w_type": "conjugated godan verb", + "romaji": "yuriokose" + }, + "揺り起こそ": { + "w_type": "godan verb stem", + "romaji": "yuriokoso" + }, + "揺り起こした": { + "w_type": "conjugated godan verb", + "romaji": "yuriokoshita" + }, + "揺り起こして": { + "w_type": "conjugated godan verb", + "romaji": "yuriokoshite" + }, + "懸から": { + "w_type": "godan verb stem", + "romaji": "kakara" + }, + "懸かり": { + "w_type": "godan verb stem", + "romaji": "kakari" + }, + "懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "kakare" + }, + "懸かろ": { + "w_type": "godan verb stem", + "romaji": "kakaro" + }, + "懸かった": { + "w_type": "conjugated godan verb", + "romaji": "kakatta" + }, + "懸かって": { + "w_type": "conjugated godan verb", + "romaji": "kakatte" + }, + "肩肘張ら": { + "w_type": "godan verb stem", + "romaji": "katahijihara" + }, + "肩肘張り": { + "w_type": "godan verb stem", + "romaji": "katahijihari" + }, + "肩肘張れ": { + "w_type": "conjugated godan verb", + "romaji": "katahijihare" + }, + "肩肘張ろ": { + "w_type": "godan verb stem", + "romaji": "katahijiharo" + }, + "肩肘張った": { + "w_type": "conjugated godan verb", + "romaji": "katahijihatta" + }, + "肩肘張って": { + "w_type": "conjugated godan verb", + "romaji": "katahijihatte" + }, + "振ら": { + "w_type": "godan verb stem", + "romaji": "fura" + }, + "振り": { + "w_type": "godan verb stem", + "romaji": "furi" + }, + "振れ": { + "w_type": "conjugated godan verb", + "romaji": "fure" + }, + "振ろ": { + "w_type": "godan verb stem", + "romaji": "furo" + }, + "振った": { + "w_type": "conjugated godan verb", + "romaji": "futta" + }, + "振って": { + "w_type": "conjugated godan verb", + "romaji": "futte" + }, + "逆上せ上がら": { + "w_type": "godan verb stem", + "romaji": "noboseagara" + }, + "逆上せ上がり": { + "w_type": "godan verb stem", + "romaji": "noboseagari" + }, + "逆上せ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "noboseagare" + }, + "逆上せ上がろ": { + "w_type": "godan verb stem", + "romaji": "noboseagaro" + }, + "逆上せ上がった": { + "w_type": "conjugated godan verb", + "romaji": "noboseagatta" + }, + "逆上せ上がって": { + "w_type": "conjugated godan verb", + "romaji": "noboseagatte" + }, + "使いこなさ": { + "w_type": "godan verb stem", + "romaji": "tsukaikonasa" + }, + "使いこなし": { + "w_type": "godan verb stem", + "romaji": "tsukaikonashi" + }, + "使いこなせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonase" + }, + "使いこなそ": { + "w_type": "godan verb stem", + "romaji": "tsukaikonaso" + }, + "使いこなした": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonashita" + }, + "使いこなして": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonashite" + }, + "染み付か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "染み付き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "染み付け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "染み付こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "染み付いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "染み付いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "言回さ": { + "w_type": "godan verb stem", + "romaji": "iimawasa" + }, + "言回し": { + "w_type": "godan verb stem", + "romaji": "iimawashi" + }, + "言回せ": { + "w_type": "conjugated godan verb", + "romaji": "iimawase" + }, + "言回そ": { + "w_type": "godan verb stem", + "romaji": "iimawaso" + }, + "言回した": { + "w_type": "conjugated godan verb", + "romaji": "iimawashita" + }, + "言回して": { + "w_type": "conjugated godan verb", + "romaji": "iimawashite" + }, + "にげ出さ": { + "w_type": "godan verb stem", + "romaji": "nigedasa" + }, + "にげ出し": { + "w_type": "godan verb stem", + "romaji": "nigedashi" + }, + "にげ出せ": { + "w_type": "conjugated godan verb", + "romaji": "nigedase" + }, + "にげ出そ": { + "w_type": "godan verb stem", + "romaji": "nigedaso" + }, + "にげ出した": { + "w_type": "conjugated godan verb", + "romaji": "nigedashita" + }, + "にげ出して": { + "w_type": "conjugated godan verb", + "romaji": "nigedashite" + }, + "吹き荒ま": { + "w_type": "godan verb stem", + "romaji": "fukisusama" + }, + "吹き荒み": { + "w_type": "godan verb stem", + "romaji": "fukisusami" + }, + "吹き荒め": { + "w_type": "conjugated godan verb", + "romaji": "fukisusame" + }, + "吹き荒も": { + "w_type": "godan verb stem", + "romaji": "fukisusamo" + }, + "吹き荒んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukisusanda" + }, + "吹き荒んで": { + "w_type": "conjugated godan verb", + "romaji": "fukisusande" + }, + "お聞き頂か": { + "w_type": "godan verb stem", + "romaji": "okikiitadaka" + }, + "お聞き頂き": { + "w_type": "godan verb stem", + "romaji": "okikiitadaki" + }, + "お聞き頂け": { + "w_type": "conjugated godan verb", + "romaji": "okikiitadake" + }, + "お聞き頂こ": { + "w_type": "godan verb stem", + "romaji": "okikiitadako" + }, + "お聞き頂いた": { + "w_type": "conjugated godan verb", + "romaji": "okikiitadaita" + }, + "お聞き頂いて": { + "w_type": "conjugated godan verb", + "romaji": "okikiitadaite" + }, + "凍え死な": { + "w_type": "godan verb stem", + "romaji": "kogoeshina" + }, + "凍え死に": { + "w_type": "godan verb stem", + "romaji": "kogoeshini" + }, + "凍え死ね": { + "w_type": "conjugated godan verb", + "romaji": "kogoeshine" + }, + "凍え死の": { + "w_type": "godan verb stem", + "romaji": "kogoeshino" + }, + "凍え死んだ": { + "w_type": "conjugated godan verb", + "romaji": "kogoeshinda" + }, + "凍え死んで": { + "w_type": "conjugated godan verb", + "romaji": "kogoeshinde" + }, + "吹き荒ば": { + "w_type": "godan verb stem", + "romaji": "fukisusaba" + }, + "吹き荒び": { + "w_type": "godan verb stem", + "romaji": "fukisusabi" + }, + "吹き荒べ": { + "w_type": "conjugated godan verb", + "romaji": "fukisusabe" + }, + "吹き荒ぼ": { + "w_type": "godan verb stem", + "romaji": "fukisusabo" + }, + "生れ育た": { + "w_type": "godan verb stem", + "romaji": "umaresodata" + }, + "生れ育ち": { + "w_type": "godan verb stem", + "romaji": "umaresodachi" + }, + "生れ育て": { + "w_type": "conjugated godan verb", + "romaji": "umaresodate" + }, + "生れ育と": { + "w_type": "godan verb stem", + "romaji": "umaresodato" + }, + "生れ育った": { + "w_type": "conjugated godan verb", + "romaji": "umaresodatta" + }, + "生れ育って": { + "w_type": "conjugated godan verb", + "romaji": "umaresodatte" + }, + "ひり出さ": { + "w_type": "godan verb stem", + "romaji": "hiridasa" + }, + "ひり出し": { + "w_type": "godan verb stem", + "romaji": "hiridashi" + }, + "ひり出せ": { + "w_type": "conjugated godan verb", + "romaji": "hiridase" + }, + "ひり出そ": { + "w_type": "godan verb stem", + "romaji": "hiridaso" + }, + "ひり出した": { + "w_type": "conjugated godan verb", + "romaji": "hiridashita" + }, + "ひり出して": { + "w_type": "conjugated godan verb", + "romaji": "hiridashite" + }, + "引っ掠わ": { + "w_type": "godan verb stem", + "romaji": "hissarawa" + }, + "引っ掠い": { + "w_type": "godan verb stem", + "romaji": "hissarai" + }, + "引っ掠え": { + "w_type": "conjugated godan verb", + "romaji": "hissarae" + }, + "引っ掠お": { + "w_type": "godan verb stem", + "romaji": "hissarao" + }, + "引っ掠った": { + "w_type": "conjugated godan verb", + "romaji": "hissaratta" + }, + "引っ掠って": { + "w_type": "conjugated godan verb", + "romaji": "hissaratte" + }, + "叩き直さ": { + "w_type": "godan verb stem", + "romaji": "tatakinaosa" + }, + "叩き直し": { + "w_type": "godan verb stem", + "romaji": "tatakinaoshi" + }, + "叩き直せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakinaose" + }, + "叩き直そ": { + "w_type": "godan verb stem", + "romaji": "tatakinaoso" + }, + "叩き直した": { + "w_type": "conjugated godan verb", + "romaji": "tatakinaoshita" + }, + "叩き直して": { + "w_type": "conjugated godan verb", + "romaji": "tatakinaoshite" + }, + "むさぼり尽くさ": { + "w_type": "godan verb stem", + "romaji": "musaboritsukusa" + }, + "むさぼり尽くし": { + "w_type": "godan verb stem", + "romaji": "musaboritsukushi" + }, + "むさぼり尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukuse" + }, + "むさぼり尽くそ": { + "w_type": "godan verb stem", + "romaji": "musaboritsukuso" + }, + "むさぼり尽くした": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukushita" + }, + "むさぼり尽くして": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukushite" + }, + "見詰め直さ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaosa" + }, + "見詰め直し": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoshi" + }, + "見詰め直せ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaose" + }, + "見詰め直そ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoso" + }, + "見詰め直した": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshita" + }, + "見詰め直して": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshite" + }, + "閉篭ら": { + "w_type": "godan verb stem", + "romaji": "tojikomora" + }, + "閉篭り": { + "w_type": "godan verb stem", + "romaji": "tojikomori" + }, + "閉篭れ": { + "w_type": "conjugated godan verb", + "romaji": "tojikomore" + }, + "閉篭ろ": { + "w_type": "godan verb stem", + "romaji": "tojikomoro" + }, + "閉篭った": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotta" + }, + "閉篭って": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotte" + }, + "躍りかから": { + "w_type": "godan verb stem", + "romaji": "odorikakara" + }, + "躍りかかり": { + "w_type": "godan verb stem", + "romaji": "odorikakari" + }, + "躍りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "odorikakare" + }, + "躍りかかろ": { + "w_type": "godan verb stem", + "romaji": "odorikakaro" + }, + "躍りかかった": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatta" + }, + "躍りかかって": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatte" + }, + "謗ら": { + "w_type": "godan verb stem", + "romaji": "soshira" + }, + "謗り": { + "w_type": "godan verb stem", + "romaji": "soshiri" + }, + "謗れ": { + "w_type": "conjugated godan verb", + "romaji": "soshire" + }, + "謗ろ": { + "w_type": "godan verb stem", + "romaji": "soshiro" + }, + "謗った": { + "w_type": "conjugated godan verb", + "romaji": "soshitta" + }, + "謗って": { + "w_type": "conjugated godan verb", + "romaji": "soshitte" + }, + "痛みいら": { + "w_type": "godan verb stem", + "romaji": "itamiira" + }, + "痛みいり": { + "w_type": "godan verb stem", + "romaji": "itamiiri" + }, + "痛みいれ": { + "w_type": "conjugated godan verb", + "romaji": "itamiire" + }, + "痛みいろ": { + "w_type": "godan verb stem", + "romaji": "itamiiro" + }, + "痛みいった": { + "w_type": "conjugated godan verb", + "romaji": "itamiitta" + }, + "痛みいって": { + "w_type": "conjugated godan verb", + "romaji": "itamiitte" + }, + "紡が": { + "w_type": "godan verb stem", + "romaji": "tsumuga" + }, + "紡ぎ": { + "w_type": "godan verb stem", + "romaji": "tsumugi" + }, + "紡げ": { + "w_type": "conjugated godan verb", + "romaji": "tsumuge" + }, + "紡ご": { + "w_type": "godan verb stem", + "romaji": "tsumugo" + }, + "紡いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumuida" + }, + "紡いで": { + "w_type": "conjugated godan verb", + "romaji": "tsumuide" + }, + "退ら": { + "w_type": "godan verb stem", + "romaji": "shisara" + }, + "退り": { + "w_type": "godan verb stem", + "romaji": "shisari" + }, + "退れ": { + "w_type": "conjugated godan verb", + "romaji": "shisare" + }, + "退ろ": { + "w_type": "godan verb stem", + "romaji": "shisaro" + }, + "退った": { + "w_type": "conjugated godan verb", + "romaji": "shisatta" + }, + "退って": { + "w_type": "conjugated godan verb", + "romaji": "shisatte" + }, + "言いはやさ": { + "w_type": "godan verb stem", + "romaji": "iihayasa" + }, + "言いはやし": { + "w_type": "godan verb stem", + "romaji": "iihayashi" + }, + "言いはやせ": { + "w_type": "conjugated godan verb", + "romaji": "iihayase" + }, + "言いはやそ": { + "w_type": "godan verb stem", + "romaji": "iihayaso" + }, + "言いはやした": { + "w_type": "conjugated godan verb", + "romaji": "iihayashita" + }, + "言いはやして": { + "w_type": "conjugated godan verb", + "romaji": "iihayashite" + }, + "思いあがら": { + "w_type": "godan verb stem", + "romaji": "omoiagara" + }, + "思いあがり": { + "w_type": "godan verb stem", + "romaji": "omoiagari" + }, + "思いあがれ": { + "w_type": "conjugated godan verb", + "romaji": "omoiagare" + }, + "思いあがろ": { + "w_type": "godan verb stem", + "romaji": "omoiagaro" + }, + "思いあがった": { + "w_type": "conjugated godan verb", + "romaji": "omoiagatta" + }, + "思いあがって": { + "w_type": "conjugated godan verb", + "romaji": "omoiagatte" + }, + "食い延ばさ": { + "w_type": "godan verb stem", + "romaji": "kuinobasa" + }, + "食い延ばし": { + "w_type": "godan verb stem", + "romaji": "kuinobashi" + }, + "食い延ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kuinobase" + }, + "食い延ばそ": { + "w_type": "godan verb stem", + "romaji": "kuinobaso" + }, + "食い延ばした": { + "w_type": "conjugated godan verb", + "romaji": "kuinobashita" + }, + "食い延ばして": { + "w_type": "conjugated godan verb", + "romaji": "kuinobashite" + }, + "揺らが": { + "w_type": "godan verb stem", + "romaji": "yuraga" + }, + "揺らぎ": { + "w_type": "godan verb stem", + "romaji": "yuragi" + }, + "揺らげ": { + "w_type": "conjugated godan verb", + "romaji": "yurage" + }, + "揺らご": { + "w_type": "godan verb stem", + "romaji": "yurago" + }, + "揺らいだ": { + "w_type": "conjugated godan verb", + "romaji": "yuraida" + }, + "揺らいで": { + "w_type": "conjugated godan verb", + "romaji": "yuraide" + }, + "罷り間違わ": { + "w_type": "godan verb stem", + "romaji": "makarimachigawa" + }, + "罷り間違い": { + "w_type": "godan verb stem", + "romaji": "makarimachigai" + }, + "罷り間違え": { + "w_type": "conjugated godan verb", + "romaji": "makarimachigae" + }, + "罷り間違お": { + "w_type": "godan verb stem", + "romaji": "makarimachigao" + }, + "罷り間違った": { + "w_type": "conjugated godan verb", + "romaji": "makarimachigatta" + }, + "罷り間違って": { + "w_type": "conjugated godan verb", + "romaji": "makarimachigatte" + }, + "噛みこなさ": { + "w_type": "godan verb stem", + "romaji": "kamikonasa" + }, + "噛みこなし": { + "w_type": "godan verb stem", + "romaji": "kamikonashi" + }, + "噛みこなせ": { + "w_type": "conjugated godan verb", + "romaji": "kamikonase" + }, + "噛みこなそ": { + "w_type": "godan verb stem", + "romaji": "kamikonaso" + }, + "噛みこなした": { + "w_type": "conjugated godan verb", + "romaji": "kamikonashita" + }, + "噛みこなして": { + "w_type": "conjugated godan verb", + "romaji": "kamikonashite" + }, + "慕い寄ら": { + "w_type": "godan verb stem", + "romaji": "shitaiyora" + }, + "慕い寄り": { + "w_type": "godan verb stem", + "romaji": "shitaiyori" + }, + "慕い寄れ": { + "w_type": "conjugated godan verb", + "romaji": "shitaiyore" + }, + "慕い寄ろ": { + "w_type": "godan verb stem", + "romaji": "shitaiyoro" + }, + "慕い寄った": { + "w_type": "conjugated godan verb", + "romaji": "shitaiyotta" + }, + "慕い寄って": { + "w_type": "conjugated godan verb", + "romaji": "shitaiyotte" + }, + "引き下ろさ": { + "w_type": "godan verb stem", + "romaji": "hikiorosa" + }, + "引き下ろし": { + "w_type": "godan verb stem", + "romaji": "hikioroshi" + }, + "引き下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiorose" + }, + "引き下ろそ": { + "w_type": "godan verb stem", + "romaji": "hikioroso" + }, + "引き下ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshita" + }, + "引き下ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshite" + }, + "臥し転ば": { + "w_type": "godan verb stem", + "romaji": "fushimaroba" + }, + "臥し転び": { + "w_type": "godan verb stem", + "romaji": "fushimarobi" + }, + "臥し転べ": { + "w_type": "conjugated godan verb", + "romaji": "fushimarobe" + }, + "臥し転ぼ": { + "w_type": "godan verb stem", + "romaji": "fushimarobo" + }, + "臥し転んだ": { + "w_type": "conjugated godan verb", + "romaji": "fushimaronda" + }, + "臥し転んで": { + "w_type": "conjugated godan verb", + "romaji": "fushimaronde" + }, + "食べ酔わ": { + "w_type": "godan verb stem", + "romaji": "tabeyowa" + }, + "食べ酔い": { + "w_type": "godan verb stem", + "romaji": "tabeyoi" + }, + "食べ酔え": { + "w_type": "conjugated godan verb", + "romaji": "tabeyoe" + }, + "食べ酔お": { + "w_type": "godan verb stem", + "romaji": "tabeyoo" + }, + "食べ酔った": { + "w_type": "conjugated godan verb", + "romaji": "tabeyotta" + }, + "食べ酔って": { + "w_type": "conjugated godan verb", + "romaji": "tabeyotte" + }, + "切返さ": { + "w_type": "godan verb stem", + "romaji": "kirikaesa" + }, + "切返し": { + "w_type": "godan verb stem", + "romaji": "kirikaeshi" + }, + "切返せ": { + "w_type": "conjugated godan verb", + "romaji": "kirikaese" + }, + "切返そ": { + "w_type": "godan verb stem", + "romaji": "kirikaeso" + }, + "切返した": { + "w_type": "conjugated godan verb", + "romaji": "kirikaeshita" + }, + "切返して": { + "w_type": "conjugated godan verb", + "romaji": "kirikaeshite" + }, + "聞き出さ": { + "w_type": "godan verb stem", + "romaji": "kikidasa" + }, + "聞き出し": { + "w_type": "godan verb stem", + "romaji": "kikidashi" + }, + "聞き出せ": { + "w_type": "conjugated godan verb", + "romaji": "kikidase" + }, + "聞き出そ": { + "w_type": "godan verb stem", + "romaji": "kikidaso" + }, + "聞き出した": { + "w_type": "conjugated godan verb", + "romaji": "kikidashita" + }, + "聞き出して": { + "w_type": "conjugated godan verb", + "romaji": "kikidashite" + }, + "泣き落さ": { + "w_type": "godan verb stem", + "romaji": "nakiotosa" + }, + "泣き落し": { + "w_type": "godan verb stem", + "romaji": "nakiotoshi" + }, + "泣き落せ": { + "w_type": "conjugated godan verb", + "romaji": "nakiotose" + }, + "泣き落そ": { + "w_type": "godan verb stem", + "romaji": "nakiotoso" + }, + "泣き落した": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshita" + }, + "泣き落して": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshite" + }, + "尖らさ": { + "w_type": "godan verb stem", + "romaji": "togarasa" + }, + "尖らし": { + "w_type": "godan verb stem", + "romaji": "togarashi" + }, + "尖らせ": { + "w_type": "conjugated godan verb", + "romaji": "togarase" + }, + "尖らそ": { + "w_type": "godan verb stem", + "romaji": "togaraso" + }, + "尖らした": { + "w_type": "conjugated godan verb", + "romaji": "togarashita" + }, + "尖らして": { + "w_type": "conjugated godan verb", + "romaji": "togarashite" + }, + "遊びまわら": { + "w_type": "godan verb stem", + "romaji": "asobimawara" + }, + "遊びまわり": { + "w_type": "godan verb stem", + "romaji": "asobimawari" + }, + "遊びまわれ": { + "w_type": "conjugated godan verb", + "romaji": "asobimaware" + }, + "遊びまわろ": { + "w_type": "godan verb stem", + "romaji": "asobimawaro" + }, + "遊びまわった": { + "w_type": "conjugated godan verb", + "romaji": "asobimawatta" + }, + "遊びまわって": { + "w_type": "conjugated godan verb", + "romaji": "asobimawatte" + }, + "已ま": { + "w_type": "godan verb stem", + "romaji": "yama" + }, + "已み": { + "w_type": "godan verb stem", + "romaji": "yami" + }, + "已め": { + "w_type": "conjugated godan verb", + "romaji": "yame" + }, + "已も": { + "w_type": "godan verb stem", + "romaji": "yamo" + }, + "已んだ": { + "w_type": "conjugated godan verb", + "romaji": "yanda" + }, + "已んで": { + "w_type": "conjugated godan verb", + "romaji": "yande" + }, + "取り拉が": { + "w_type": "godan verb stem", + "romaji": "torihishiga" + }, + "取り拉ぎ": { + "w_type": "godan verb stem", + "romaji": "torihishigi" + }, + "取り拉げ": { + "w_type": "conjugated godan verb", + "romaji": "torihishige" + }, + "取り拉ご": { + "w_type": "godan verb stem", + "romaji": "torihishigo" + }, + "取り拉いだ": { + "w_type": "conjugated godan verb", + "romaji": "torihishiida" + }, + "取り拉いで": { + "w_type": "conjugated godan verb", + "romaji": "torihishiide" + }, + "会さ": { + "w_type": "godan verb stem", + "romaji": "awasa" + }, + "会し": { + "w_type": "godan verb stem", + "romaji": "awashi" + }, + "会せ": { + "w_type": "conjugated godan verb", + "romaji": "awase" + }, + "会そ": { + "w_type": "godan verb stem", + "romaji": "awaso" + }, + "会した": { + "w_type": "conjugated godan verb", + "romaji": "awashita" + }, + "会して": { + "w_type": "conjugated godan verb", + "romaji": "awashite" + }, + "ふき取ら": { + "w_type": "godan verb stem", + "romaji": "fukitora" + }, + "ふき取り": { + "w_type": "godan verb stem", + "romaji": "fukitori" + }, + "ふき取れ": { + "w_type": "conjugated godan verb", + "romaji": "fukitore" + }, + "ふき取ろ": { + "w_type": "godan verb stem", + "romaji": "fukitoro" + }, + "ふき取った": { + "w_type": "conjugated godan verb", + "romaji": "fukitotta" + }, + "ふき取って": { + "w_type": "conjugated godan verb", + "romaji": "fukitotte" + }, + "頭におか": { + "w_type": "godan verb stem", + "romaji": "atamanioka" + }, + "頭におき": { + "w_type": "godan verb stem", + "romaji": "atamanioki" + }, + "頭におけ": { + "w_type": "conjugated godan verb", + "romaji": "atamanioke" + }, + "頭におこ": { + "w_type": "godan verb stem", + "romaji": "atamanioko" + }, + "頭においた": { + "w_type": "conjugated godan verb", + "romaji": "atamanioita" + }, + "頭において": { + "w_type": "conjugated godan verb", + "romaji": "atamanioite" + }, + "降りしきら": { + "w_type": "godan verb stem", + "romaji": "furishikira" + }, + "降りしきり": { + "w_type": "godan verb stem", + "romaji": "furishikiri" + }, + "降りしきれ": { + "w_type": "conjugated godan verb", + "romaji": "furishikire" + }, + "降りしきろ": { + "w_type": "godan verb stem", + "romaji": "furishikiro" + }, + "降りしきった": { + "w_type": "conjugated godan verb", + "romaji": "furishikitta" + }, + "降りしきって": { + "w_type": "conjugated godan verb", + "romaji": "furishikitte" + }, + "畝ねら": { + "w_type": "godan verb stem", + "romaji": "unera" + }, + "畝ねり": { + "w_type": "godan verb stem", + "romaji": "uneri" + }, + "畝ねれ": { + "w_type": "conjugated godan verb", + "romaji": "unere" + }, + "畝ねろ": { + "w_type": "godan verb stem", + "romaji": "unero" + }, + "畝ねった": { + "w_type": "conjugated godan verb", + "romaji": "unetta" + }, + "畝ねって": { + "w_type": "conjugated godan verb", + "romaji": "unette" + }, + "微睡ま": { + "w_type": "godan verb stem", + "romaji": "madoroma" + }, + "微睡み": { + "w_type": "godan verb stem", + "romaji": "madoromi" + }, + "微睡め": { + "w_type": "conjugated godan verb", + "romaji": "madorome" + }, + "微睡も": { + "w_type": "godan verb stem", + "romaji": "madoromo" + }, + "微睡んだ": { + "w_type": "conjugated godan verb", + "romaji": "madoronda" + }, + "微睡んで": { + "w_type": "conjugated godan verb", + "romaji": "madoronde" + }, + "割り引か": { + "w_type": "godan verb stem", + "romaji": "waribika" + }, + "割り引き": { + "w_type": "godan verb stem", + "romaji": "waribiki" + }, + "割り引け": { + "w_type": "conjugated godan verb", + "romaji": "waribike" + }, + "割り引こ": { + "w_type": "godan verb stem", + "romaji": "waribiko" + }, + "割り引いた": { + "w_type": "conjugated godan verb", + "romaji": "waribiita" + }, + "割り引いて": { + "w_type": "conjugated godan verb", + "romaji": "waribiite" + }, + "うかび上がら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "うかび上がり": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "うかび上がれ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "うかび上がろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "うかび上がった": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "うかび上がって": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "考えなおさ": { + "w_type": "godan verb stem", + "romaji": "kangaenaosa" + }, + "考えなおし": { + "w_type": "godan verb stem", + "romaji": "kangaenaoshi" + }, + "考えなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kangaenaose" + }, + "考えなおそ": { + "w_type": "godan verb stem", + "romaji": "kangaenaoso" + }, + "考えなおした": { + "w_type": "conjugated godan verb", + "romaji": "kangaenaoshita" + }, + "考えなおして": { + "w_type": "conjugated godan verb", + "romaji": "kangaenaoshite" + }, + "言切ら": { + "w_type": "godan verb stem", + "romaji": "iikira" + }, + "言切り": { + "w_type": "godan verb stem", + "romaji": "iikiri" + }, + "言切れ": { + "w_type": "conjugated godan verb", + "romaji": "iikire" + }, + "言切ろ": { + "w_type": "godan verb stem", + "romaji": "iikiro" + }, + "言切った": { + "w_type": "conjugated godan verb", + "romaji": "iikitta" + }, + "言切って": { + "w_type": "conjugated godan verb", + "romaji": "iikitte" + }, + "見張ら": { + "w_type": "godan verb stem", + "romaji": "mihara" + }, + "見張り": { + "w_type": "godan verb stem", + "romaji": "mihari" + }, + "見張れ": { + "w_type": "conjugated godan verb", + "romaji": "mihare" + }, + "見張ろ": { + "w_type": "godan verb stem", + "romaji": "miharo" + }, + "見張った": { + "w_type": "conjugated godan verb", + "romaji": "mihatta" + }, + "見張って": { + "w_type": "conjugated godan verb", + "romaji": "mihatte" + }, + "濾さ": { + "w_type": "godan verb stem", + "romaji": "kosa" + }, + "濾し": { + "w_type": "godan verb stem", + "romaji": "koshi" + }, + "濾せ": { + "w_type": "conjugated godan verb", + "romaji": "kose" + }, + "濾そ": { + "w_type": "godan verb stem", + "romaji": "koso" + }, + "濾した": { + "w_type": "conjugated godan verb", + "romaji": "koshita" + }, + "濾して": { + "w_type": "conjugated godan verb", + "romaji": "koshite" + }, + "胡麻化さ": { + "w_type": "godan verb stem", + "romaji": "gomakasa" + }, + "胡麻化し": { + "w_type": "godan verb stem", + "romaji": "gomakashi" + }, + "胡麻化せ": { + "w_type": "conjugated godan verb", + "romaji": "gomakase" + }, + "胡麻化そ": { + "w_type": "godan verb stem", + "romaji": "gomakaso" + }, + "胡麻化した": { + "w_type": "conjugated godan verb", + "romaji": "gomakashita" + }, + "胡麻化して": { + "w_type": "conjugated godan verb", + "romaji": "gomakashite" + }, + "たれ込ま": { + "w_type": "godan verb stem", + "romaji": "tarekoma" + }, + "たれ込み": { + "w_type": "godan verb stem", + "romaji": "tarekomi" + }, + "たれ込め": { + "w_type": "conjugated godan verb", + "romaji": "tarekome" + }, + "たれ込も": { + "w_type": "godan verb stem", + "romaji": "tarekomo" + }, + "たれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tarekonda" + }, + "たれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tarekonde" + }, + "剥が": { + "w_type": "godan verb stem", + "romaji": "haga" + }, + "剥ぎ": { + "w_type": "godan verb stem", + "romaji": "hagi" + }, + "剥げ": { + "w_type": "conjugated godan verb", + "romaji": "hage" + }, + "剥ご": { + "w_type": "godan verb stem", + "romaji": "hago" + }, + "剥いだ": { + "w_type": "conjugated godan verb", + "romaji": "haida" + }, + "剥いで": { + "w_type": "conjugated godan verb", + "romaji": "haide" + }, + "悔やま": { + "w_type": "godan verb stem", + "romaji": "kuyama" + }, + "悔やみ": { + "w_type": "godan verb stem", + "romaji": "kuyami" + }, + "悔やめ": { + "w_type": "conjugated godan verb", + "romaji": "kuyame" + }, + "悔やも": { + "w_type": "godan verb stem", + "romaji": "kuyamo" + }, + "悔やんだ": { + "w_type": "conjugated godan verb", + "romaji": "kuyanda" + }, + "悔やんで": { + "w_type": "conjugated godan verb", + "romaji": "kuyande" + }, + "拉致ら": { + "w_type": "godan verb stem", + "romaji": "rachira" + }, + "拉致り": { + "w_type": "godan verb stem", + "romaji": "rachiri" + }, + "拉致れ": { + "w_type": "conjugated godan verb", + "romaji": "rachire" + }, + "拉致ろ": { + "w_type": "godan verb stem", + "romaji": "rachiro" + }, + "拉致った": { + "w_type": "conjugated godan verb", + "romaji": "rachitta" + }, + "拉致って": { + "w_type": "conjugated godan verb", + "romaji": "rachitte" + }, + "愛着が湧か": { + "w_type": "godan verb stem", + "romaji": "aichakugawaka" + }, + "愛着が湧き": { + "w_type": "godan verb stem", + "romaji": "aichakugawaki" + }, + "愛着が湧け": { + "w_type": "conjugated godan verb", + "romaji": "aichakugawake" + }, + "愛着が湧こ": { + "w_type": "godan verb stem", + "romaji": "aichakugawako" + }, + "愛着が湧いた": { + "w_type": "conjugated godan verb", + "romaji": "aichakugawaita" + }, + "愛着が湧いて": { + "w_type": "conjugated godan verb", + "romaji": "aichakugawaite" + }, + "剄ら": { + "w_type": "godan verb stem", + "romaji": "kubikira" + }, + "剄り": { + "w_type": "godan verb stem", + "romaji": "kubikiri" + }, + "剄れ": { + "w_type": "conjugated godan verb", + "romaji": "kubikire" + }, + "剄ろ": { + "w_type": "godan verb stem", + "romaji": "kubikiro" + }, + "剄った": { + "w_type": "conjugated godan verb", + "romaji": "kubikitta" + }, + "剄って": { + "w_type": "conjugated godan verb", + "romaji": "kubikitte" + }, + "生き返ら": { + "w_type": "godan verb stem", + "romaji": "ikikaera" + }, + "生き返り": { + "w_type": "godan verb stem", + "romaji": "ikikaeri" + }, + "生き返れ": { + "w_type": "conjugated godan verb", + "romaji": "ikikaere" + }, + "生き返ろ": { + "w_type": "godan verb stem", + "romaji": "ikikaero" + }, + "生き返った": { + "w_type": "conjugated godan verb", + "romaji": "ikikaetta" + }, + "生き返って": { + "w_type": "conjugated godan verb", + "romaji": "ikikaette" + }, + "急き込ま": { + "w_type": "godan verb stem", + "romaji": "sekikoma" + }, + "急き込み": { + "w_type": "godan verb stem", + "romaji": "sekikomi" + }, + "急き込め": { + "w_type": "conjugated godan verb", + "romaji": "sekikome" + }, + "急き込も": { + "w_type": "godan verb stem", + "romaji": "sekikomo" + }, + "急き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sekikonda" + }, + "急き込んで": { + "w_type": "conjugated godan verb", + "romaji": "sekikonde" + }, + "攻め倦ま": { + "w_type": "godan verb stem", + "romaji": "semeaguma" + }, + "攻め倦み": { + "w_type": "godan verb stem", + "romaji": "semeagumi" + }, + "攻め倦め": { + "w_type": "conjugated godan verb", + "romaji": "semeagume" + }, + "攻め倦も": { + "w_type": "godan verb stem", + "romaji": "semeagumo" + }, + "攻め倦んだ": { + "w_type": "conjugated godan verb", + "romaji": "semeagunda" + }, + "攻め倦んで": { + "w_type": "conjugated godan verb", + "romaji": "semeagunde" + }, + "時代がから": { + "w_type": "godan verb stem", + "romaji": "jidaigakara" + }, + "時代がかり": { + "w_type": "godan verb stem", + "romaji": "jidaigakari" + }, + "時代がかれ": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakare" + }, + "時代がかろ": { + "w_type": "godan verb stem", + "romaji": "jidaigakaro" + }, + "時代がかった": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakatta" + }, + "時代がかって": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakatte" + }, + "勝ち抜か": { + "w_type": "godan verb stem", + "romaji": "kachinuka" + }, + "勝ち抜き": { + "w_type": "godan verb stem", + "romaji": "kachinuki" + }, + "勝ち抜け": { + "w_type": "conjugated godan verb", + "romaji": "kachinuke" + }, + "勝ち抜こ": { + "w_type": "godan verb stem", + "romaji": "kachinuko" + }, + "勝ち抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kachinuita" + }, + "勝ち抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kachinuite" + }, + "引き移ら": { + "w_type": "godan verb stem", + "romaji": "hikiutsura" + }, + "引き移り": { + "w_type": "godan verb stem", + "romaji": "hikiutsuri" + }, + "引き移れ": { + "w_type": "conjugated godan verb", + "romaji": "hikiutsure" + }, + "引き移ろ": { + "w_type": "godan verb stem", + "romaji": "hikiutsuro" + }, + "引き移った": { + "w_type": "conjugated godan verb", + "romaji": "hikiutsutta" + }, + "引き移って": { + "w_type": "conjugated godan verb", + "romaji": "hikiutsutte" + }, + "力づか": { + "w_type": "godan verb stem", + "romaji": "chikarazuka" + }, + "力づき": { + "w_type": "godan verb stem", + "romaji": "chikarazuki" + }, + "力づけ": { + "w_type": "conjugated godan verb", + "romaji": "chikarazuke" + }, + "力づこ": { + "w_type": "godan verb stem", + "romaji": "chikarazuko" + }, + "力づいた": { + "w_type": "conjugated godan verb", + "romaji": "chikarazuita" + }, + "力づいて": { + "w_type": "conjugated godan verb", + "romaji": "chikarazuite" + }, + "引き合わ": { + "w_type": "godan verb stem", + "romaji": "hikiawa" + }, + "引き合い": { + "w_type": "godan verb stem", + "romaji": "hikiai" + }, + "引き合え": { + "w_type": "conjugated godan verb", + "romaji": "hikiae" + }, + "引き合お": { + "w_type": "godan verb stem", + "romaji": "hikiao" + }, + "引き合った": { + "w_type": "conjugated godan verb", + "romaji": "hikiatta" + }, + "引き合って": { + "w_type": "conjugated godan verb", + "romaji": "hikiatte" + }, + "閉じ込ま": { + "w_type": "godan verb stem", + "romaji": "tojikoma" + }, + "閉じ込み": { + "w_type": "godan verb stem", + "romaji": "tojikomi" + }, + "閉じ込め": { + "w_type": "conjugated godan verb", + "romaji": "tojikome" + }, + "閉じ込も": { + "w_type": "godan verb stem", + "romaji": "tojikomo" + }, + "閉じ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tojikonda" + }, + "閉じ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tojikonde" + }, + "飲干さ": { + "w_type": "godan verb stem", + "romaji": "nomihosa" + }, + "飲干し": { + "w_type": "godan verb stem", + "romaji": "nomihoshi" + }, + "飲干せ": { + "w_type": "conjugated godan verb", + "romaji": "nomihose" + }, + "飲干そ": { + "w_type": "godan verb stem", + "romaji": "nomihoso" + }, + "飲干した": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshita" + }, + "飲干して": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshite" + }, + "控え目に言わ": { + "w_type": "godan verb stem", + "romaji": "hikaemeniiwa" + }, + "控え目に言い": { + "w_type": "godan verb stem", + "romaji": "hikaemeniii" + }, + "控え目に言え": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniie" + }, + "控え目に言お": { + "w_type": "godan verb stem", + "romaji": "hikaemeniio" + }, + "控え目に言った": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniitta" + }, + "控え目に言って": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniitte" + }, + "馴れ合わ": { + "w_type": "godan verb stem", + "romaji": "nareawa" + }, + "馴れ合い": { + "w_type": "godan verb stem", + "romaji": "nareai" + }, + "馴れ合え": { + "w_type": "conjugated godan verb", + "romaji": "nareae" + }, + "馴れ合お": { + "w_type": "godan verb stem", + "romaji": "nareao" + }, + "馴れ合った": { + "w_type": "conjugated godan verb", + "romaji": "nareatta" + }, + "馴れ合って": { + "w_type": "conjugated godan verb", + "romaji": "nareatte" + }, + "低まら": { + "w_type": "godan verb stem", + "romaji": "hikumara" + }, + "低まり": { + "w_type": "godan verb stem", + "romaji": "hikumari" + }, + "低まれ": { + "w_type": "conjugated godan verb", + "romaji": "hikumare" + }, + "低まろ": { + "w_type": "godan verb stem", + "romaji": "hikumaro" + }, + "低まった": { + "w_type": "conjugated godan verb", + "romaji": "hikumatta" + }, + "低まって": { + "w_type": "conjugated godan verb", + "romaji": "hikumatte" + }, + "離れ去ら": { + "w_type": "godan verb stem", + "romaji": "hanaresara" + }, + "離れ去り": { + "w_type": "godan verb stem", + "romaji": "hanaresari" + }, + "離れ去れ": { + "w_type": "conjugated godan verb", + "romaji": "hanaresare" + }, + "離れ去ろ": { + "w_type": "godan verb stem", + "romaji": "hanaresaro" + }, + "離れ去った": { + "w_type": "conjugated godan verb", + "romaji": "hanaresatta" + }, + "離れ去って": { + "w_type": "conjugated godan verb", + "romaji": "hanaresatte" + }, + "積み直さ": { + "w_type": "godan verb stem", + "romaji": "tsuminaosa" + }, + "積み直し": { + "w_type": "godan verb stem", + "romaji": "tsuminaoshi" + }, + "積み直せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuminaose" + }, + "積み直そ": { + "w_type": "godan verb stem", + "romaji": "tsuminaoso" + }, + "積み直した": { + "w_type": "conjugated godan verb", + "romaji": "tsuminaoshita" + }, + "積み直して": { + "w_type": "conjugated godan verb", + "romaji": "tsuminaoshite" + }, + "駆け寄ら": { + "w_type": "godan verb stem", + "romaji": "kakeyora" + }, + "駆け寄り": { + "w_type": "godan verb stem", + "romaji": "kakeyori" + }, + "駆け寄れ": { + "w_type": "conjugated godan verb", + "romaji": "kakeyore" + }, + "駆け寄ろ": { + "w_type": "godan verb stem", + "romaji": "kakeyoro" + }, + "駆け寄った": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotta" + }, + "駆け寄って": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotte" + }, + "立ちのぼら": { + "w_type": "godan verb stem", + "romaji": "tachinobora" + }, + "立ちのぼり": { + "w_type": "godan verb stem", + "romaji": "tachinobori" + }, + "立ちのぼれ": { + "w_type": "conjugated godan verb", + "romaji": "tachinobore" + }, + "立ちのぼろ": { + "w_type": "godan verb stem", + "romaji": "tachinoboro" + }, + "立ちのぼった": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotta" + }, + "立ちのぼって": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotte" + }, + "負け越さ": { + "w_type": "godan verb stem", + "romaji": "makekosa" + }, + "負け越し": { + "w_type": "godan verb stem", + "romaji": "makekoshi" + }, + "負け越せ": { + "w_type": "conjugated godan verb", + "romaji": "makekose" + }, + "負け越そ": { + "w_type": "godan verb stem", + "romaji": "makekoso" + }, + "負け越した": { + "w_type": "conjugated godan verb", + "romaji": "makekoshita" + }, + "負け越して": { + "w_type": "conjugated godan verb", + "romaji": "makekoshite" + }, + "済ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "済み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "済め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "済も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "済んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "済んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "謂わ": { + "w_type": "godan verb stem", + "romaji": "iwa" + }, + "謂い": { + "w_type": "godan verb stem", + "romaji": "ii" + }, + "謂え": { + "w_type": "conjugated godan verb", + "romaji": "ie" + }, + "謂お": { + "w_type": "godan verb stem", + "romaji": "io" + }, + "謂った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "謂って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "嵌り込ま": { + "w_type": "godan verb stem", + "romaji": "hamarikoma" + }, + "嵌り込み": { + "w_type": "godan verb stem", + "romaji": "hamarikomi" + }, + "嵌り込め": { + "w_type": "conjugated godan verb", + "romaji": "hamarikome" + }, + "嵌り込も": { + "w_type": "godan verb stem", + "romaji": "hamarikomo" + }, + "嵌り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonda" + }, + "嵌り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonde" + }, + "追いつか": { + "w_type": "godan verb stem", + "romaji": "oitsuka" + }, + "追いつき": { + "w_type": "godan verb stem", + "romaji": "oitsuki" + }, + "追いつけ": { + "w_type": "conjugated godan verb", + "romaji": "oitsuke" + }, + "追いつこ": { + "w_type": "godan verb stem", + "romaji": "oitsuko" + }, + "追いついた": { + "w_type": "conjugated godan verb", + "romaji": "oitsuita" + }, + "追いついて": { + "w_type": "conjugated godan verb", + "romaji": "oitsuite" + }, + "延わ": { + "w_type": "godan verb stem", + "romaji": "hawa" + }, + "延い": { + "w_type": "godan verb stem", + "romaji": "hai" + }, + "延え": { + "w_type": "conjugated godan verb", + "romaji": "hae" + }, + "延お": { + "w_type": "godan verb stem", + "romaji": "hao" + }, + "延った": { + "w_type": "conjugated godan verb", + "romaji": "hatta" + }, + "延って": { + "w_type": "conjugated godan verb", + "romaji": "hatte" + }, + "録ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "録り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "録れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "録ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "録った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "録って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "ぶっ叩か": { + "w_type": "godan verb stem", + "romaji": "buttataka" + }, + "ぶっ叩き": { + "w_type": "godan verb stem", + "romaji": "buttataki" + }, + "ぶっ叩け": { + "w_type": "conjugated godan verb", + "romaji": "buttatake" + }, + "ぶっ叩こ": { + "w_type": "godan verb stem", + "romaji": "buttatako" + }, + "ぶっ叩いた": { + "w_type": "conjugated godan verb", + "romaji": "buttataita" + }, + "ぶっ叩いて": { + "w_type": "conjugated godan verb", + "romaji": "buttataite" + }, + "取って返さ": { + "w_type": "godan verb stem", + "romaji": "tottekaesa" + }, + "取って返し": { + "w_type": "godan verb stem", + "romaji": "tottekaeshi" + }, + "取って返せ": { + "w_type": "conjugated godan verb", + "romaji": "tottekaese" + }, + "取って返そ": { + "w_type": "godan verb stem", + "romaji": "tottekaeso" + }, + "取って返した": { + "w_type": "conjugated godan verb", + "romaji": "tottekaeshita" + }, + "取って返して": { + "w_type": "conjugated godan verb", + "romaji": "tottekaeshite" + }, + "言い返さ": { + "w_type": "godan verb stem", + "romaji": "iikaesa" + }, + "言い返し": { + "w_type": "godan verb stem", + "romaji": "iikaeshi" + }, + "言い返せ": { + "w_type": "conjugated godan verb", + "romaji": "iikaese" + }, + "言い返そ": { + "w_type": "godan verb stem", + "romaji": "iikaeso" + }, + "言い返した": { + "w_type": "conjugated godan verb", + "romaji": "iikaeshita" + }, + "言い返して": { + "w_type": "conjugated godan verb", + "romaji": "iikaeshite" + }, + "読み進ま": { + "w_type": "godan verb stem", + "romaji": "yomisusuma" + }, + "読み進み": { + "w_type": "godan verb stem", + "romaji": "yomisusumi" + }, + "読み進め": { + "w_type": "conjugated godan verb", + "romaji": "yomisusume" + }, + "読み進も": { + "w_type": "godan verb stem", + "romaji": "yomisusumo" + }, + "読み進んだ": { + "w_type": "conjugated godan verb", + "romaji": "yomisusunda" + }, + "読み進んで": { + "w_type": "conjugated godan verb", + "romaji": "yomisusunde" + }, + "使わさ": { + "w_type": "godan verb stem", + "romaji": "tsukawasa" + }, + "使わし": { + "w_type": "godan verb stem", + "romaji": "tsukawashi" + }, + "使わせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukawase" + }, + "使わそ": { + "w_type": "godan verb stem", + "romaji": "tsukawaso" + }, + "使わした": { + "w_type": "conjugated godan verb", + "romaji": "tsukawashita" + }, + "使わして": { + "w_type": "conjugated godan verb", + "romaji": "tsukawashite" + }, + "遣りこなさ": { + "w_type": "godan verb stem", + "romaji": "yarikonasa" + }, + "遣りこなし": { + "w_type": "godan verb stem", + "romaji": "yarikonashi" + }, + "遣りこなせ": { + "w_type": "conjugated godan verb", + "romaji": "yarikonase" + }, + "遣りこなそ": { + "w_type": "godan verb stem", + "romaji": "yarikonaso" + }, + "遣りこなした": { + "w_type": "conjugated godan verb", + "romaji": "yarikonashita" + }, + "遣りこなして": { + "w_type": "conjugated godan verb", + "romaji": "yarikonashite" + }, + "信じ込まさ": { + "w_type": "godan verb stem", + "romaji": "shinjikomasa" + }, + "信じ込まし": { + "w_type": "godan verb stem", + "romaji": "shinjikomashi" + }, + "信じ込ませ": { + "w_type": "conjugated godan verb", + "romaji": "shinjikomase" + }, + "信じ込まそ": { + "w_type": "godan verb stem", + "romaji": "shinjikomaso" + }, + "信じ込ました": { + "w_type": "conjugated godan verb", + "romaji": "shinjikomashita" + }, + "信じ込まして": { + "w_type": "conjugated godan verb", + "romaji": "shinjikomashite" + }, + "吹き散さ": { + "w_type": "godan verb stem", + "romaji": "fukichirasa" + }, + "吹き散し": { + "w_type": "godan verb stem", + "romaji": "fukichirashi" + }, + "吹き散せ": { + "w_type": "conjugated godan verb", + "romaji": "fukichirase" + }, + "吹き散そ": { + "w_type": "godan verb stem", + "romaji": "fukichiraso" + }, + "吹き散した": { + "w_type": "conjugated godan verb", + "romaji": "fukichirashita" + }, + "吹き散して": { + "w_type": "conjugated godan verb", + "romaji": "fukichirashite" + }, + "見交わさ": { + "w_type": "godan verb stem", + "romaji": "mikawasa" + }, + "見交わし": { + "w_type": "godan verb stem", + "romaji": "mikawashi" + }, + "見交わせ": { + "w_type": "conjugated godan verb", + "romaji": "mikawase" + }, + "見交わそ": { + "w_type": "godan verb stem", + "romaji": "mikawaso" + }, + "見交わした": { + "w_type": "conjugated godan verb", + "romaji": "mikawashita" + }, + "見交わして": { + "w_type": "conjugated godan verb", + "romaji": "mikawashite" + }, + "見えすか": { + "w_type": "godan verb stem", + "romaji": "miesuka" + }, + "見えすき": { + "w_type": "godan verb stem", + "romaji": "miesuki" + }, + "見えすけ": { + "w_type": "conjugated godan verb", + "romaji": "miesuke" + }, + "見えすこ": { + "w_type": "godan verb stem", + "romaji": "miesuko" + }, + "見えすいた": { + "w_type": "conjugated godan verb", + "romaji": "miesuita" + }, + "見えすいて": { + "w_type": "conjugated godan verb", + "romaji": "miesuite" + }, + "礼を尽くさ": { + "w_type": "godan verb stem", + "romaji": "rei wo tsukusa" + }, + "礼を尽くし": { + "w_type": "godan verb stem", + "romaji": "rei wo tsukushi" + }, + "礼を尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "rei wo tsukuse" + }, + "礼を尽くそ": { + "w_type": "godan verb stem", + "romaji": "rei wo tsukuso" + }, + "礼を尽くした": { + "w_type": "conjugated godan verb", + "romaji": "rei wo tsukushita" + }, + "礼を尽くして": { + "w_type": "conjugated godan verb", + "romaji": "rei wo tsukushite" + }, + "腫上がら": { + "w_type": "godan verb stem", + "romaji": "hareagara" + }, + "腫上がり": { + "w_type": "godan verb stem", + "romaji": "hareagari" + }, + "腫上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hareagare" + }, + "腫上がろ": { + "w_type": "godan verb stem", + "romaji": "hareagaro" + }, + "腫上がった": { + "w_type": "conjugated godan verb", + "romaji": "hareagatta" + }, + "腫上がって": { + "w_type": "conjugated godan verb", + "romaji": "hareagatte" + }, + "搗か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "搗き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "搗け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "搗こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "搗いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "搗いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "貯まら": { + "w_type": "godan verb stem", + "romaji": "tamara" + }, + "貯まり": { + "w_type": "godan verb stem", + "romaji": "tamari" + }, + "貯まれ": { + "w_type": "conjugated godan verb", + "romaji": "tamare" + }, + "貯まろ": { + "w_type": "godan verb stem", + "romaji": "tamaro" + }, + "貯まった": { + "w_type": "conjugated godan verb", + "romaji": "tamatta" + }, + "貯まって": { + "w_type": "conjugated godan verb", + "romaji": "tamatte" + }, + "沁みつか": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "沁みつき": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "沁みつけ": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "沁みつこ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "沁みついた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "沁みついて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "唸りださ": { + "w_type": "godan verb stem", + "romaji": "unaridasa" + }, + "唸りだし": { + "w_type": "godan verb stem", + "romaji": "unaridashi" + }, + "唸りだせ": { + "w_type": "conjugated godan verb", + "romaji": "unaridase" + }, + "唸りだそ": { + "w_type": "godan verb stem", + "romaji": "unaridaso" + }, + "唸りだした": { + "w_type": "conjugated godan verb", + "romaji": "unaridashita" + }, + "唸りだして": { + "w_type": "conjugated godan verb", + "romaji": "unaridashite" + }, + "思いきら": { + "w_type": "godan verb stem", + "romaji": "omoikira" + }, + "思いきり": { + "w_type": "godan verb stem", + "romaji": "omoikiri" + }, + "思いきれ": { + "w_type": "conjugated godan verb", + "romaji": "omoikire" + }, + "思いきろ": { + "w_type": "godan verb stem", + "romaji": "omoikiro" + }, + "思いきった": { + "w_type": "conjugated godan verb", + "romaji": "omoikitta" + }, + "思いきって": { + "w_type": "conjugated godan verb", + "romaji": "omoikitte" + }, + "鳴らさ": { + "w_type": "godan verb stem", + "romaji": "narasa" + }, + "鳴らし": { + "w_type": "godan verb stem", + "romaji": "narashi" + }, + "鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "narase" + }, + "鳴らそ": { + "w_type": "godan verb stem", + "romaji": "naraso" + }, + "鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "narashita" + }, + "鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "narashite" + }, + "逐わ": { + "w_type": "godan verb stem", + "romaji": "owa" + }, + "逐い": { + "w_type": "godan verb stem", + "romaji": "oi" + }, + "逐え": { + "w_type": "conjugated godan verb", + "romaji": "oe" + }, + "逐お": { + "w_type": "godan verb stem", + "romaji": "oo" + }, + "逐った": { + "w_type": "conjugated godan verb", + "romaji": "otta" + }, + "逐って": { + "w_type": "conjugated godan verb", + "romaji": "otte" + }, + "かい出さ": { + "w_type": "godan verb stem", + "romaji": "kaidasa" + }, + "かい出し": { + "w_type": "godan verb stem", + "romaji": "kaidashi" + }, + "かい出せ": { + "w_type": "conjugated godan verb", + "romaji": "kaidase" + }, + "かい出そ": { + "w_type": "godan verb stem", + "romaji": "kaidaso" + }, + "かい出した": { + "w_type": "conjugated godan verb", + "romaji": "kaidashita" + }, + "かい出して": { + "w_type": "conjugated godan verb", + "romaji": "kaidashite" + }, + "取りつか": { + "w_type": "godan verb stem", + "romaji": "toritsuka" + }, + "取りつき": { + "w_type": "godan verb stem", + "romaji": "toritsuki" + }, + "取りつけ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuke" + }, + "取りつこ": { + "w_type": "godan verb stem", + "romaji": "toritsuko" + }, + "取りついた": { + "w_type": "conjugated godan verb", + "romaji": "toritsuita" + }, + "取りついて": { + "w_type": "conjugated godan verb", + "romaji": "toritsuite" + }, + "掴み取ら": { + "w_type": "godan verb stem", + "romaji": "tsukamitora" + }, + "掴み取り": { + "w_type": "godan verb stem", + "romaji": "tsukamitori" + }, + "掴み取れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitore" + }, + "掴み取ろ": { + "w_type": "godan verb stem", + "romaji": "tsukamitoro" + }, + "掴み取った": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitotta" + }, + "掴み取って": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitotte" + }, + "請合わ": { + "w_type": "godan verb stem", + "romaji": "ukeawa" + }, + "請合い": { + "w_type": "godan verb stem", + "romaji": "ukeai" + }, + "請合え": { + "w_type": "conjugated godan verb", + "romaji": "ukeae" + }, + "請合お": { + "w_type": "godan verb stem", + "romaji": "ukeao" + }, + "請合った": { + "w_type": "conjugated godan verb", + "romaji": "ukeatta" + }, + "請合って": { + "w_type": "conjugated godan verb", + "romaji": "ukeatte" + }, + "曝け出さ": { + "w_type": "godan verb stem", + "romaji": "sarakedasa" + }, + "曝け出し": { + "w_type": "godan verb stem", + "romaji": "sarakedashi" + }, + "曝け出せ": { + "w_type": "conjugated godan verb", + "romaji": "sarakedase" + }, + "曝け出そ": { + "w_type": "godan verb stem", + "romaji": "sarakedaso" + }, + "曝け出した": { + "w_type": "conjugated godan verb", + "romaji": "sarakedashita" + }, + "曝け出して": { + "w_type": "conjugated godan verb", + "romaji": "sarakedashite" + }, + "侍らさ": { + "w_type": "godan verb stem", + "romaji": "haberasa" + }, + "侍らし": { + "w_type": "godan verb stem", + "romaji": "haberashi" + }, + "侍らせ": { + "w_type": "conjugated godan verb", + "romaji": "haberase" + }, + "侍らそ": { + "w_type": "godan verb stem", + "romaji": "haberaso" + }, + "侍らした": { + "w_type": "conjugated godan verb", + "romaji": "haberashita" + }, + "侍らして": { + "w_type": "conjugated godan verb", + "romaji": "haberashite" + }, + "誹ら": { + "w_type": "godan verb stem", + "romaji": "soshira" + }, + "誹り": { + "w_type": "godan verb stem", + "romaji": "soshiri" + }, + "誹れ": { + "w_type": "conjugated godan verb", + "romaji": "soshire" + }, + "誹ろ": { + "w_type": "godan verb stem", + "romaji": "soshiro" + }, + "誹った": { + "w_type": "conjugated godan verb", + "romaji": "soshitta" + }, + "誹って": { + "w_type": "conjugated godan verb", + "romaji": "soshitte" + }, + "払い込ま": { + "w_type": "godan verb stem", + "romaji": "haraikoma" + }, + "払い込み": { + "w_type": "godan verb stem", + "romaji": "haraikomi" + }, + "払い込め": { + "w_type": "conjugated godan verb", + "romaji": "haraikome" + }, + "払い込も": { + "w_type": "godan verb stem", + "romaji": "haraikomo" + }, + "払い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "haraikonda" + }, + "払い込んで": { + "w_type": "conjugated godan verb", + "romaji": "haraikonde" + }, + "跨が": { + "w_type": "godan verb stem", + "romaji": "mataga" + }, + "跨ぎ": { + "w_type": "godan verb stem", + "romaji": "matagi" + }, + "跨げ": { + "w_type": "conjugated godan verb", + "romaji": "matage" + }, + "跨ご": { + "w_type": "godan verb stem", + "romaji": "matago" + }, + "跨いだ": { + "w_type": "conjugated godan verb", + "romaji": "mataida" + }, + "跨いで": { + "w_type": "conjugated godan verb", + "romaji": "mataide" + }, + "漏らさ": { + "w_type": "godan verb stem", + "romaji": "morasa" + }, + "漏らし": { + "w_type": "godan verb stem", + "romaji": "morashi" + }, + "漏らせ": { + "w_type": "conjugated godan verb", + "romaji": "morase" + }, + "漏らそ": { + "w_type": "godan verb stem", + "romaji": "moraso" + }, + "漏らした": { + "w_type": "conjugated godan verb", + "romaji": "morashita" + }, + "漏らして": { + "w_type": "conjugated godan verb", + "romaji": "morashite" + }, + "飲まさ": { + "w_type": "godan verb stem", + "romaji": "nomasa" + }, + "飲まし": { + "w_type": "godan verb stem", + "romaji": "nomashi" + }, + "飲ませ": { + "w_type": "conjugated godan verb", + "romaji": "nomase" + }, + "飲まそ": { + "w_type": "godan verb stem", + "romaji": "nomaso" + }, + "飲ました": { + "w_type": "conjugated godan verb", + "romaji": "nomashita" + }, + "飲まして": { + "w_type": "conjugated godan verb", + "romaji": "nomashite" + }, + "年寄ら": { + "w_type": "godan verb stem", + "romaji": "toshiyora" + }, + "年寄り": { + "w_type": "godan verb stem", + "romaji": "toshiyori" + }, + "年寄れ": { + "w_type": "conjugated godan verb", + "romaji": "toshiyore" + }, + "年寄ろ": { + "w_type": "godan verb stem", + "romaji": "toshiyoro" + }, + "年寄った": { + "w_type": "conjugated godan verb", + "romaji": "toshiyotta" + }, + "年寄って": { + "w_type": "conjugated godan verb", + "romaji": "toshiyotte" + }, + "起き上がら": { + "w_type": "godan verb stem", + "romaji": "okiagara" + }, + "起き上がり": { + "w_type": "godan verb stem", + "romaji": "okiagari" + }, + "起き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "okiagare" + }, + "起き上がろ": { + "w_type": "godan verb stem", + "romaji": "okiagaro" + }, + "起き上がった": { + "w_type": "conjugated godan verb", + "romaji": "okiagatta" + }, + "起き上がって": { + "w_type": "conjugated godan verb", + "romaji": "okiagatte" + }, + "寝そべら": { + "w_type": "godan verb stem", + "romaji": "nesobera" + }, + "寝そべり": { + "w_type": "godan verb stem", + "romaji": "nesoberi" + }, + "寝そべれ": { + "w_type": "conjugated godan verb", + "romaji": "nesobere" + }, + "寝そべろ": { + "w_type": "godan verb stem", + "romaji": "nesobero" + }, + "寝そべった": { + "w_type": "conjugated godan verb", + "romaji": "nesobetta" + }, + "寝そべって": { + "w_type": "conjugated godan verb", + "romaji": "nesobette" + }, + "託た": { + "w_type": "godan verb stem", + "romaji": "kakota" + }, + "託ち": { + "w_type": "godan verb stem", + "romaji": "kakochi" + }, + "託て": { + "w_type": "conjugated godan verb", + "romaji": "kakote" + }, + "託と": { + "w_type": "godan verb stem", + "romaji": "kakoto" + }, + "託った": { + "w_type": "conjugated godan verb", + "romaji": "kakotta" + }, + "託って": { + "w_type": "conjugated godan verb", + "romaji": "kakotte" + }, + "圧しころさ": { + "w_type": "godan verb stem", + "romaji": "oshikorosa" + }, + "圧しころし": { + "w_type": "godan verb stem", + "romaji": "oshikoroshi" + }, + "圧しころせ": { + "w_type": "conjugated godan verb", + "romaji": "oshikorose" + }, + "圧しころそ": { + "w_type": "godan verb stem", + "romaji": "oshikoroso" + }, + "圧しころした": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshita" + }, + "圧しころして": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshite" + }, + "思いださ": { + "w_type": "godan verb stem", + "romaji": "omoidasa" + }, + "思いだし": { + "w_type": "godan verb stem", + "romaji": "omoidashi" + }, + "思いだせ": { + "w_type": "conjugated godan verb", + "romaji": "omoidase" + }, + "思いだそ": { + "w_type": "godan verb stem", + "romaji": "omoidaso" + }, + "思いだした": { + "w_type": "conjugated godan verb", + "romaji": "omoidashita" + }, + "思いだして": { + "w_type": "conjugated godan verb", + "romaji": "omoidashite" + }, + "突き砕か": { + "w_type": "godan verb stem", + "romaji": "tsukikudaka" + }, + "突き砕き": { + "w_type": "godan verb stem", + "romaji": "tsukikudaki" + }, + "突き砕け": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudake" + }, + "突き砕こ": { + "w_type": "godan verb stem", + "romaji": "tsukikudako" + }, + "突き砕いた": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaita" + }, + "突き砕いて": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaite" + }, + "儲から": { + "w_type": "godan verb stem", + "romaji": "moukara" + }, + "儲かり": { + "w_type": "godan verb stem", + "romaji": "moukari" + }, + "儲かれ": { + "w_type": "conjugated godan verb", + "romaji": "moukare" + }, + "儲かろ": { + "w_type": "godan verb stem", + "romaji": "moukaro" + }, + "儲かった": { + "w_type": "conjugated godan verb", + "romaji": "moukatta" + }, + "儲かって": { + "w_type": "conjugated godan verb", + "romaji": "moukatte" + }, + "掛け持た": { + "w_type": "godan verb stem", + "romaji": "kakemota" + }, + "掛け持ち": { + "w_type": "godan verb stem", + "romaji": "kakemochi" + }, + "掛け持て": { + "w_type": "conjugated godan verb", + "romaji": "kakemote" + }, + "掛け持と": { + "w_type": "godan verb stem", + "romaji": "kakemoto" + }, + "掛け持った": { + "w_type": "conjugated godan verb", + "romaji": "kakemotta" + }, + "掛け持って": { + "w_type": "conjugated godan verb", + "romaji": "kakemotte" + }, + "読取ら": { + "w_type": "godan verb stem", + "romaji": "yomitora" + }, + "読取り": { + "w_type": "godan verb stem", + "romaji": "yomitori" + }, + "読取れ": { + "w_type": "conjugated godan verb", + "romaji": "yomitore" + }, + "読取ろ": { + "w_type": "godan verb stem", + "romaji": "yomitoro" + }, + "読取った": { + "w_type": "conjugated godan verb", + "romaji": "yomitotta" + }, + "読取って": { + "w_type": "conjugated godan verb", + "romaji": "yomitotte" + }, + "濡らさ": { + "w_type": "godan verb stem", + "romaji": "nurasa" + }, + "濡らし": { + "w_type": "godan verb stem", + "romaji": "nurashi" + }, + "濡らせ": { + "w_type": "conjugated godan verb", + "romaji": "nurase" + }, + "濡らそ": { + "w_type": "godan verb stem", + "romaji": "nuraso" + }, + "濡らした": { + "w_type": "conjugated godan verb", + "romaji": "nurashita" + }, + "濡らして": { + "w_type": "conjugated godan verb", + "romaji": "nurashite" + }, + "想い到ら": { + "w_type": "godan verb stem", + "romaji": "omoiitara" + }, + "想い到り": { + "w_type": "godan verb stem", + "romaji": "omoiitari" + }, + "想い到れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiitare" + }, + "想い到ろ": { + "w_type": "godan verb stem", + "romaji": "omoiitaro" + }, + "想い到った": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatta" + }, + "想い到って": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatte" + }, + "追いすがら": { + "w_type": "godan verb stem", + "romaji": "oisugara" + }, + "追いすがり": { + "w_type": "godan verb stem", + "romaji": "oisugari" + }, + "追いすがれ": { + "w_type": "conjugated godan verb", + "romaji": "oisugare" + }, + "追いすがろ": { + "w_type": "godan verb stem", + "romaji": "oisugaro" + }, + "追いすがった": { + "w_type": "conjugated godan verb", + "romaji": "oisugatta" + }, + "追いすがって": { + "w_type": "conjugated godan verb", + "romaji": "oisugatte" + }, + "払出さ": { + "w_type": "godan verb stem", + "romaji": "haraidasa" + }, + "払出し": { + "w_type": "godan verb stem", + "romaji": "haraidashi" + }, + "払出せ": { + "w_type": "conjugated godan verb", + "romaji": "haraidase" + }, + "払出そ": { + "w_type": "godan verb stem", + "romaji": "haraidaso" + }, + "払出した": { + "w_type": "conjugated godan verb", + "romaji": "haraidashita" + }, + "払出して": { + "w_type": "conjugated godan verb", + "romaji": "haraidashite" + }, + "おっ開か": { + "w_type": "godan verb stem", + "romaji": "oppiraka" + }, + "おっ開き": { + "w_type": "godan verb stem", + "romaji": "oppiraki" + }, + "おっ開け": { + "w_type": "conjugated godan verb", + "romaji": "oppirake" + }, + "おっ開こ": { + "w_type": "godan verb stem", + "romaji": "oppirako" + }, + "おっ開いた": { + "w_type": "conjugated godan verb", + "romaji": "oppiraita" + }, + "おっ開いて": { + "w_type": "conjugated godan verb", + "romaji": "oppiraite" + }, + "冒さ": { + "w_type": "godan verb stem", + "romaji": "okasa" + }, + "冒し": { + "w_type": "godan verb stem", + "romaji": "okashi" + }, + "冒せ": { + "w_type": "conjugated godan verb", + "romaji": "okase" + }, + "冒そ": { + "w_type": "godan verb stem", + "romaji": "okaso" + }, + "冒した": { + "w_type": "conjugated godan verb", + "romaji": "okashita" + }, + "冒して": { + "w_type": "conjugated godan verb", + "romaji": "okashite" + }, + "煎じ出さ": { + "w_type": "godan verb stem", + "romaji": "senjidasa" + }, + "煎じ出し": { + "w_type": "godan verb stem", + "romaji": "senjidashi" + }, + "煎じ出せ": { + "w_type": "conjugated godan verb", + "romaji": "senjidase" + }, + "煎じ出そ": { + "w_type": "godan verb stem", + "romaji": "senjidaso" + }, + "煎じ出した": { + "w_type": "conjugated godan verb", + "romaji": "senjidashita" + }, + "煎じ出して": { + "w_type": "conjugated godan verb", + "romaji": "senjidashite" + }, + "節くれだた": { + "w_type": "godan verb stem", + "romaji": "fushikuredata" + }, + "節くれだち": { + "w_type": "godan verb stem", + "romaji": "fushikuredachi" + }, + "節くれだて": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredate" + }, + "節くれだと": { + "w_type": "godan verb stem", + "romaji": "fushikuredato" + }, + "節くれだった": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredatta" + }, + "節くれだって": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredatte" + }, + "打っ叩か": { + "w_type": "godan verb stem", + "romaji": "buttataka" + }, + "打っ叩き": { + "w_type": "godan verb stem", + "romaji": "buttataki" + }, + "打っ叩け": { + "w_type": "conjugated godan verb", + "romaji": "buttatake" + }, + "打っ叩こ": { + "w_type": "godan verb stem", + "romaji": "buttatako" + }, + "打っ叩いた": { + "w_type": "conjugated godan verb", + "romaji": "buttataita" + }, + "打っ叩いて": { + "w_type": "conjugated godan verb", + "romaji": "buttataite" + }, + "高鳴ら": { + "w_type": "godan verb stem", + "romaji": "takanara" + }, + "高鳴り": { + "w_type": "godan verb stem", + "romaji": "takanari" + }, + "高鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "takanare" + }, + "高鳴ろ": { + "w_type": "godan verb stem", + "romaji": "takanaro" + }, + "高鳴った": { + "w_type": "conjugated godan verb", + "romaji": "takanatta" + }, + "高鳴って": { + "w_type": "conjugated godan verb", + "romaji": "takanatte" + }, + "呉れてやら": { + "w_type": "godan verb stem", + "romaji": "kureteyara" + }, + "呉れてやり": { + "w_type": "godan verb stem", + "romaji": "kureteyari" + }, + "呉れてやれ": { + "w_type": "conjugated godan verb", + "romaji": "kureteyare" + }, + "呉れてやろ": { + "w_type": "godan verb stem", + "romaji": "kureteyaro" + }, + "呉れてやった": { + "w_type": "conjugated godan verb", + "romaji": "kureteyatta" + }, + "呉れてやって": { + "w_type": "conjugated godan verb", + "romaji": "kureteyatte" + }, + "学びなおさ": { + "w_type": "godan verb stem", + "romaji": "manabinaosa" + }, + "学びなおし": { + "w_type": "godan verb stem", + "romaji": "manabinaoshi" + }, + "学びなおせ": { + "w_type": "conjugated godan verb", + "romaji": "manabinaose" + }, + "学びなおそ": { + "w_type": "godan verb stem", + "romaji": "manabinaoso" + }, + "学びなおした": { + "w_type": "conjugated godan verb", + "romaji": "manabinaoshita" + }, + "学びなおして": { + "w_type": "conjugated godan verb", + "romaji": "manabinaoshite" + }, + "討ち取ら": { + "w_type": "godan verb stem", + "romaji": "uchitora" + }, + "討ち取り": { + "w_type": "godan verb stem", + "romaji": "uchitori" + }, + "討ち取れ": { + "w_type": "conjugated godan verb", + "romaji": "uchitore" + }, + "討ち取ろ": { + "w_type": "godan verb stem", + "romaji": "uchitoro" + }, + "討ち取った": { + "w_type": "conjugated godan verb", + "romaji": "uchitotta" + }, + "討ち取って": { + "w_type": "conjugated godan verb", + "romaji": "uchitotte" + }, + "気どら": { + "w_type": "godan verb stem", + "romaji": "kidora" + }, + "気どり": { + "w_type": "godan verb stem", + "romaji": "kidori" + }, + "気どれ": { + "w_type": "conjugated godan verb", + "romaji": "kidore" + }, + "気どろ": { + "w_type": "godan verb stem", + "romaji": "kidoro" + }, + "気どった": { + "w_type": "conjugated godan verb", + "romaji": "kidotta" + }, + "気どって": { + "w_type": "conjugated godan verb", + "romaji": "kidotte" + }, + "こすれ合わ": { + "w_type": "godan verb stem", + "romaji": "sureawa" + }, + "こすれ合い": { + "w_type": "godan verb stem", + "romaji": "sureai" + }, + "こすれ合え": { + "w_type": "conjugated godan verb", + "romaji": "sureae" + }, + "こすれ合お": { + "w_type": "godan verb stem", + "romaji": "sureao" + }, + "こすれ合った": { + "w_type": "conjugated godan verb", + "romaji": "sureatta" + }, + "こすれ合って": { + "w_type": "conjugated godan verb", + "romaji": "sureatte" + }, + "待た": { + "w_type": "godan verb stem", + "romaji": "mata" + }, + "待ち": { + "w_type": "godan verb stem", + "romaji": "machi" + }, + "待て": { + "w_type": "conjugated godan verb", + "romaji": "mate" + }, + "待と": { + "w_type": "godan verb stem", + "romaji": "mato" + }, + "待った": { + "w_type": "conjugated godan verb", + "romaji": "matta" + }, + "待って": { + "w_type": "conjugated godan verb", + "romaji": "matte" + }, + "降りしか": { + "w_type": "godan verb stem", + "romaji": "furishika" + }, + "降りしき": { + "w_type": "godan verb stem", + "romaji": "furishiki" + }, + "降りしけ": { + "w_type": "conjugated godan verb", + "romaji": "furishike" + }, + "降りしこ": { + "w_type": "godan verb stem", + "romaji": "furishiko" + }, + "降りしいた": { + "w_type": "conjugated godan verb", + "romaji": "furishiita" + }, + "降りしいて": { + "w_type": "conjugated godan verb", + "romaji": "furishiite" + }, + "終わら": { + "w_type": "godan verb stem", + "romaji": "owara" + }, + "終わり": { + "w_type": "godan verb stem", + "romaji": "owari" + }, + "終われ": { + "w_type": "conjugated godan verb", + "romaji": "oware" + }, + "終わろ": { + "w_type": "godan verb stem", + "romaji": "owaro" + }, + "終わった": { + "w_type": "conjugated godan verb", + "romaji": "owatta" + }, + "終わって": { + "w_type": "conjugated godan verb", + "romaji": "owatte" + }, + "規則で縛ら": { + "w_type": "godan verb stem", + "romaji": "kisokudeshibara" + }, + "規則で縛り": { + "w_type": "godan verb stem", + "romaji": "kisokudeshibari" + }, + "規則で縛れ": { + "w_type": "conjugated godan verb", + "romaji": "kisokudeshibare" + }, + "規則で縛ろ": { + "w_type": "godan verb stem", + "romaji": "kisokudeshibaro" + }, + "規則で縛った": { + "w_type": "conjugated godan verb", + "romaji": "kisokudeshibatta" + }, + "規則で縛って": { + "w_type": "conjugated godan verb", + "romaji": "kisokudeshibatte" + }, + "見向か": { + "w_type": "godan verb stem", + "romaji": "mimuka" + }, + "見向き": { + "w_type": "godan verb stem", + "romaji": "mimuki" + }, + "見向け": { + "w_type": "conjugated godan verb", + "romaji": "mimuke" + }, + "見向こ": { + "w_type": "godan verb stem", + "romaji": "mimuko" + }, + "見向いた": { + "w_type": "conjugated godan verb", + "romaji": "mimuita" + }, + "見向いて": { + "w_type": "conjugated godan verb", + "romaji": "mimuite" + }, + "生み出さ": { + "w_type": "godan verb stem", + "romaji": "umidasa" + }, + "生み出し": { + "w_type": "godan verb stem", + "romaji": "umidashi" + }, + "生み出せ": { + "w_type": "conjugated godan verb", + "romaji": "umidase" + }, + "生み出そ": { + "w_type": "godan verb stem", + "romaji": "umidaso" + }, + "生み出した": { + "w_type": "conjugated godan verb", + "romaji": "umidashita" + }, + "生み出して": { + "w_type": "conjugated godan verb", + "romaji": "umidashite" + }, + "躙り寄ら": { + "w_type": "godan verb stem", + "romaji": "nijiriyora" + }, + "躙り寄り": { + "w_type": "godan verb stem", + "romaji": "nijiriyori" + }, + "躙り寄れ": { + "w_type": "conjugated godan verb", + "romaji": "nijiriyore" + }, + "躙り寄ろ": { + "w_type": "godan verb stem", + "romaji": "nijiriyoro" + }, + "躙り寄った": { + "w_type": "conjugated godan verb", + "romaji": "nijiriyotta" + }, + "躙り寄って": { + "w_type": "conjugated godan verb", + "romaji": "nijiriyotte" + }, + "語り古さ": { + "w_type": "godan verb stem", + "romaji": "katarifurusa" + }, + "語り古し": { + "w_type": "godan verb stem", + "romaji": "katarifurushi" + }, + "語り古せ": { + "w_type": "conjugated godan verb", + "romaji": "katarifuruse" + }, + "語り古そ": { + "w_type": "godan verb stem", + "romaji": "katarifuruso" + }, + "語り古した": { + "w_type": "conjugated godan verb", + "romaji": "katarifurushita" + }, + "語り古して": { + "w_type": "conjugated godan verb", + "romaji": "katarifurushite" + }, + "見詰めあわ": { + "w_type": "godan verb stem", + "romaji": "mitsumeawa" + }, + "見詰めあい": { + "w_type": "godan verb stem", + "romaji": "mitsumeai" + }, + "見詰めあえ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeae" + }, + "見詰めあお": { + "w_type": "godan verb stem", + "romaji": "mitsumeao" + }, + "見詰めあった": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatta" + }, + "見詰めあって": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatte" + }, + "薫らさ": { + "w_type": "godan verb stem", + "romaji": "kuyurasa" + }, + "薫らし": { + "w_type": "godan verb stem", + "romaji": "kuyurashi" + }, + "薫らせ": { + "w_type": "conjugated godan verb", + "romaji": "kuyurase" + }, + "薫らそ": { + "w_type": "godan verb stem", + "romaji": "kuyuraso" + }, + "薫らした": { + "w_type": "conjugated godan verb", + "romaji": "kuyurashita" + }, + "薫らして": { + "w_type": "conjugated godan verb", + "romaji": "kuyurashite" + }, + "曇ら": { + "w_type": "godan verb stem", + "romaji": "kumora" + }, + "曇り": { + "w_type": "godan verb stem", + "romaji": "kumori" + }, + "曇れ": { + "w_type": "conjugated godan verb", + "romaji": "kumore" + }, + "曇ろ": { + "w_type": "godan verb stem", + "romaji": "kumoro" + }, + "曇った": { + "w_type": "conjugated godan verb", + "romaji": "kumotta" + }, + "曇って": { + "w_type": "conjugated godan verb", + "romaji": "kumotte" + }, + "言い遣ら": { + "w_type": "godan verb stem", + "romaji": "iiyara" + }, + "言い遣り": { + "w_type": "godan verb stem", + "romaji": "iiyari" + }, + "言い遣れ": { + "w_type": "conjugated godan verb", + "romaji": "iiyare" + }, + "言い遣ろ": { + "w_type": "godan verb stem", + "romaji": "iiyaro" + }, + "言い遣った": { + "w_type": "conjugated godan verb", + "romaji": "iiyatta" + }, + "言い遣って": { + "w_type": "conjugated godan verb", + "romaji": "iiyatte" + }, + "刻ま": { + "w_type": "godan verb stem", + "romaji": "kizama" + }, + "刻み": { + "w_type": "godan verb stem", + "romaji": "kizami" + }, + "刻め": { + "w_type": "conjugated godan verb", + "romaji": "kizame" + }, + "刻も": { + "w_type": "godan verb stem", + "romaji": "kizamo" + }, + "刻んだ": { + "w_type": "conjugated godan verb", + "romaji": "kizanda" + }, + "刻んで": { + "w_type": "conjugated godan verb", + "romaji": "kizande" + }, + "一服飲ま": { + "w_type": "godan verb stem", + "romaji": "ippukunoma" + }, + "一服飲み": { + "w_type": "godan verb stem", + "romaji": "ippukunomi" + }, + "一服飲め": { + "w_type": "conjugated godan verb", + "romaji": "ippukunome" + }, + "一服飲も": { + "w_type": "godan verb stem", + "romaji": "ippukunomo" + }, + "一服飲んだ": { + "w_type": "conjugated godan verb", + "romaji": "ippukunonda" + }, + "一服飲んで": { + "w_type": "conjugated godan verb", + "romaji": "ippukunonde" + }, + "通い合わ": { + "w_type": "godan verb stem", + "romaji": "kayoiawa" + }, + "通い合い": { + "w_type": "godan verb stem", + "romaji": "kayoiai" + }, + "通い合え": { + "w_type": "conjugated godan verb", + "romaji": "kayoiae" + }, + "通い合お": { + "w_type": "godan verb stem", + "romaji": "kayoiao" + }, + "通い合った": { + "w_type": "conjugated godan verb", + "romaji": "kayoiatta" + }, + "通い合って": { + "w_type": "conjugated godan verb", + "romaji": "kayoiatte" + }, + "弄繰り回さ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawasa" + }, + "弄繰り回し": { + "w_type": "godan verb stem", + "romaji": "ijikurimawashi" + }, + "弄繰り回せ": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawase" + }, + "弄繰り回そ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawaso" + }, + "弄繰り回した": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashita" + }, + "弄繰り回して": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashite" + }, + "在り合さ": { + "w_type": "godan verb stem", + "romaji": "ariawasa" + }, + "在り合し": { + "w_type": "godan verb stem", + "romaji": "ariawashi" + }, + "在り合せ": { + "w_type": "conjugated godan verb", + "romaji": "ariawase" + }, + "在り合そ": { + "w_type": "godan verb stem", + "romaji": "ariawaso" + }, + "在り合した": { + "w_type": "conjugated godan verb", + "romaji": "ariawashita" + }, + "在り合して": { + "w_type": "conjugated godan verb", + "romaji": "ariawashite" + }, + "ぶっ殺さ": { + "w_type": "godan verb stem", + "romaji": "bukkorosa" + }, + "ぶっ殺し": { + "w_type": "godan verb stem", + "romaji": "bukkoroshi" + }, + "ぶっ殺せ": { + "w_type": "conjugated godan verb", + "romaji": "bukkorose" + }, + "ぶっ殺そ": { + "w_type": "godan verb stem", + "romaji": "bukkoroso" + }, + "ぶっ殺した": { + "w_type": "conjugated godan verb", + "romaji": "bukkoroshita" + }, + "ぶっ殺して": { + "w_type": "conjugated godan verb", + "romaji": "bukkoroshite" + }, + "跳ば": { + "w_type": "godan verb stem", + "romaji": "toba" + }, + "跳び": { + "w_type": "godan verb stem", + "romaji": "tobi" + }, + "跳べ": { + "w_type": "conjugated godan verb", + "romaji": "tobe" + }, + "跳ぼ": { + "w_type": "godan verb stem", + "romaji": "tobo" + }, + "跳んだ": { + "w_type": "conjugated godan verb", + "romaji": "tonda" + }, + "跳んで": { + "w_type": "conjugated godan verb", + "romaji": "tonde" + }, + "からみ合わ": { + "w_type": "godan verb stem", + "romaji": "karamiawa" + }, + "からみ合い": { + "w_type": "godan verb stem", + "romaji": "karamiai" + }, + "からみ合え": { + "w_type": "conjugated godan verb", + "romaji": "karamiae" + }, + "からみ合お": { + "w_type": "godan verb stem", + "romaji": "karamiao" + }, + "からみ合った": { + "w_type": "conjugated godan verb", + "romaji": "karamiatta" + }, + "からみ合って": { + "w_type": "conjugated godan verb", + "romaji": "karamiatte" + }, + "一筆書か": { + "w_type": "godan verb stem", + "romaji": "hitofudekaka" + }, + "一筆書き": { + "w_type": "godan verb stem", + "romaji": "hitofudekaki" + }, + "一筆書け": { + "w_type": "conjugated godan verb", + "romaji": "hitofudekake" + }, + "一筆書こ": { + "w_type": "godan verb stem", + "romaji": "hitofudekako" + }, + "一筆書いた": { + "w_type": "conjugated godan verb", + "romaji": "hitofudekaita" + }, + "一筆書いて": { + "w_type": "conjugated godan verb", + "romaji": "hitofudekaite" + }, + "啼か": { + "w_type": "godan verb stem", + "romaji": "naka" + }, + "啼き": { + "w_type": "godan verb stem", + "romaji": "naki" + }, + "啼け": { + "w_type": "conjugated godan verb", + "romaji": "nake" + }, + "啼こ": { + "w_type": "godan verb stem", + "romaji": "nako" + }, + "啼いた": { + "w_type": "conjugated godan verb", + "romaji": "naita" + }, + "啼いて": { + "w_type": "conjugated godan verb", + "romaji": "naite" + }, + "思い寄ら": { + "w_type": "godan verb stem", + "romaji": "omoiyora" + }, + "思い寄り": { + "w_type": "godan verb stem", + "romaji": "omoiyori" + }, + "思い寄れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiyore" + }, + "思い寄ろ": { + "w_type": "godan verb stem", + "romaji": "omoiyoro" + }, + "思い寄った": { + "w_type": "conjugated godan verb", + "romaji": "omoiyotta" + }, + "思い寄って": { + "w_type": "conjugated godan verb", + "romaji": "omoiyotte" + }, + "見付け出さ": { + "w_type": "godan verb stem", + "romaji": "mitsukedasa" + }, + "見付け出し": { + "w_type": "godan verb stem", + "romaji": "mitsukedashi" + }, + "見付け出せ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedase" + }, + "見付け出そ": { + "w_type": "godan verb stem", + "romaji": "mitsukedaso" + }, + "見付け出した": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedashita" + }, + "見付け出して": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedashite" + }, + "附け狙わ": { + "w_type": "godan verb stem", + "romaji": "tsukenerawa" + }, + "附け狙い": { + "w_type": "godan verb stem", + "romaji": "tsukenerai" + }, + "附け狙え": { + "w_type": "conjugated godan verb", + "romaji": "tsukenerae" + }, + "附け狙お": { + "w_type": "godan verb stem", + "romaji": "tsukenerao" + }, + "附け狙った": { + "w_type": "conjugated godan verb", + "romaji": "tsukeneratta" + }, + "附け狙って": { + "w_type": "conjugated godan verb", + "romaji": "tsukeneratte" + }, + "引っくり返さ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaesa" + }, + "引っくり返し": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeshi" + }, + "引っくり返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaese" + }, + "引っくり返そ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeso" + }, + "引っくり返した": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshita" + }, + "引っくり返して": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshite" + }, + "涌き立た": { + "w_type": "godan verb stem", + "romaji": "wakitata" + }, + "涌き立ち": { + "w_type": "godan verb stem", + "romaji": "wakitachi" + }, + "涌き立て": { + "w_type": "conjugated godan verb", + "romaji": "wakitate" + }, + "涌き立と": { + "w_type": "godan verb stem", + "romaji": "wakitato" + }, + "涌き立った": { + "w_type": "conjugated godan verb", + "romaji": "wakitatta" + }, + "涌き立って": { + "w_type": "conjugated godan verb", + "romaji": "wakitatte" + }, + "振り払わ": { + "w_type": "godan verb stem", + "romaji": "furiharawa" + }, + "振り払い": { + "w_type": "godan verb stem", + "romaji": "furiharai" + }, + "振り払え": { + "w_type": "conjugated godan verb", + "romaji": "furiharae" + }, + "振り払お": { + "w_type": "godan verb stem", + "romaji": "furiharao" + }, + "振り払った": { + "w_type": "conjugated godan verb", + "romaji": "furiharatta" + }, + "振り払って": { + "w_type": "conjugated godan verb", + "romaji": "furiharatte" + }, + "立ち働か": { + "w_type": "godan verb stem", + "romaji": "tachihataraka" + }, + "立ち働き": { + "w_type": "godan verb stem", + "romaji": "tachihataraki" + }, + "立ち働け": { + "w_type": "conjugated godan verb", + "romaji": "tachihatarake" + }, + "立ち働こ": { + "w_type": "godan verb stem", + "romaji": "tachihatarako" + }, + "立ち働いた": { + "w_type": "conjugated godan verb", + "romaji": "tachihataraita" + }, + "立ち働いて": { + "w_type": "conjugated godan verb", + "romaji": "tachihataraite" + }, + "摘まま": { + "w_type": "godan verb stem", + "romaji": "tsumama" + }, + "摘まみ": { + "w_type": "godan verb stem", + "romaji": "tsumami" + }, + "摘まめ": { + "w_type": "conjugated godan verb", + "romaji": "tsumame" + }, + "摘まも": { + "w_type": "godan verb stem", + "romaji": "tsumamo" + }, + "摘まんだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumanda" + }, + "摘まんで": { + "w_type": "conjugated godan verb", + "romaji": "tsumande" + }, + "練込ま": { + "w_type": "godan verb stem", + "romaji": "nerikoma" + }, + "練込み": { + "w_type": "godan verb stem", + "romaji": "nerikomi" + }, + "練込め": { + "w_type": "conjugated godan verb", + "romaji": "nerikome" + }, + "練込も": { + "w_type": "godan verb stem", + "romaji": "nerikomo" + }, + "練込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nerikonda" + }, + "練込んで": { + "w_type": "conjugated godan verb", + "romaji": "nerikonde" + }, + "切回さ": { + "w_type": "godan verb stem", + "romaji": "kirimawasa" + }, + "切回し": { + "w_type": "godan verb stem", + "romaji": "kirimawashi" + }, + "切回せ": { + "w_type": "conjugated godan verb", + "romaji": "kirimawase" + }, + "切回そ": { + "w_type": "godan verb stem", + "romaji": "kirimawaso" + }, + "切回した": { + "w_type": "conjugated godan verb", + "romaji": "kirimawashita" + }, + "切回して": { + "w_type": "conjugated godan verb", + "romaji": "kirimawashite" + }, + "摩り寄ら": { + "w_type": "godan verb stem", + "romaji": "suriyora" + }, + "摩り寄り": { + "w_type": "godan verb stem", + "romaji": "suriyori" + }, + "摩り寄れ": { + "w_type": "conjugated godan verb", + "romaji": "suriyore" + }, + "摩り寄ろ": { + "w_type": "godan verb stem", + "romaji": "suriyoro" + }, + "摩り寄った": { + "w_type": "conjugated godan verb", + "romaji": "suriyotta" + }, + "摩り寄って": { + "w_type": "conjugated godan verb", + "romaji": "suriyotte" + }, + "立た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "立ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "立て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "立と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "立った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "立って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "混みあわ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "混みあい": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "混みあえ": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "混みあお": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "混みあった": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "混みあって": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "涌き起ら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "涌き起り": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "涌き起れ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "涌き起ろ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "涌き起った": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "涌き起って": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "泣き潰さ": { + "w_type": "godan verb stem", + "romaji": "nakitsubusa" + }, + "泣き潰し": { + "w_type": "godan verb stem", + "romaji": "nakitsubushi" + }, + "泣き潰せ": { + "w_type": "conjugated godan verb", + "romaji": "nakitsubuse" + }, + "泣き潰そ": { + "w_type": "godan verb stem", + "romaji": "nakitsubuso" + }, + "泣き潰した": { + "w_type": "conjugated godan verb", + "romaji": "nakitsubushita" + }, + "泣き潰して": { + "w_type": "conjugated godan verb", + "romaji": "nakitsubushite" + }, + "立ち聞か": { + "w_type": "godan verb stem", + "romaji": "tachikika" + }, + "立ち聞き": { + "w_type": "godan verb stem", + "romaji": "tachikiki" + }, + "立ち聞け": { + "w_type": "conjugated godan verb", + "romaji": "tachikike" + }, + "立ち聞こ": { + "w_type": "godan verb stem", + "romaji": "tachikiko" + }, + "立ち聞いた": { + "w_type": "conjugated godan verb", + "romaji": "tachikiita" + }, + "立ち聞いて": { + "w_type": "conjugated godan verb", + "romaji": "tachikiite" + }, + "劃さ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "劃し": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "劃せ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "劃そ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "劃した": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "劃して": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "駆け込ま": { + "w_type": "godan verb stem", + "romaji": "kakekoma" + }, + "駆け込み": { + "w_type": "godan verb stem", + "romaji": "kakekomi" + }, + "駆け込め": { + "w_type": "conjugated godan verb", + "romaji": "kakekome" + }, + "駆け込も": { + "w_type": "godan verb stem", + "romaji": "kakekomo" + }, + "駆け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakekonda" + }, + "駆け込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakekonde" + }, + "たな引か": { + "w_type": "godan verb stem", + "romaji": "tanabika" + }, + "たな引き": { + "w_type": "godan verb stem", + "romaji": "tanabiki" + }, + "たな引け": { + "w_type": "conjugated godan verb", + "romaji": "tanabike" + }, + "たな引こ": { + "w_type": "godan verb stem", + "romaji": "tanabiko" + }, + "たな引いた": { + "w_type": "conjugated godan verb", + "romaji": "tanabiita" + }, + "たな引いて": { + "w_type": "conjugated godan verb", + "romaji": "tanabiite" + }, + "取付か": { + "w_type": "godan verb stem", + "romaji": "toritsuka" + }, + "取付き": { + "w_type": "godan verb stem", + "romaji": "toritsuki" + }, + "取付け": { + "w_type": "conjugated godan verb", + "romaji": "toritsuke" + }, + "取付こ": { + "w_type": "godan verb stem", + "romaji": "toritsuko" + }, + "取付いた": { + "w_type": "conjugated godan verb", + "romaji": "toritsuita" + }, + "取付いて": { + "w_type": "conjugated godan verb", + "romaji": "toritsuite" + }, + "時代掛から": { + "w_type": "godan verb stem", + "romaji": "jidaigakara" + }, + "時代掛かり": { + "w_type": "godan verb stem", + "romaji": "jidaigakari" + }, + "時代掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakare" + }, + "時代掛かろ": { + "w_type": "godan verb stem", + "romaji": "jidaigakaro" + }, + "時代掛かった": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakatta" + }, + "時代掛かって": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakatte" + }, + "凝り固まら": { + "w_type": "godan verb stem", + "romaji": "korikatamara" + }, + "凝り固まり": { + "w_type": "godan verb stem", + "romaji": "korikatamari" + }, + "凝り固まれ": { + "w_type": "conjugated godan verb", + "romaji": "korikatamare" + }, + "凝り固まろ": { + "w_type": "godan verb stem", + "romaji": "korikatamaro" + }, + "凝り固まった": { + "w_type": "conjugated godan verb", + "romaji": "korikatamatta" + }, + "凝り固まって": { + "w_type": "conjugated godan verb", + "romaji": "korikatamatte" + }, + "群れ集まら": { + "w_type": "godan verb stem", + "romaji": "mureatsumara" + }, + "群れ集まり": { + "w_type": "godan verb stem", + "romaji": "mureatsumari" + }, + "群れ集まれ": { + "w_type": "conjugated godan verb", + "romaji": "mureatsumare" + }, + "群れ集まろ": { + "w_type": "godan verb stem", + "romaji": "mureatsumaro" + }, + "群れ集まった": { + "w_type": "conjugated godan verb", + "romaji": "mureatsumatta" + }, + "群れ集まって": { + "w_type": "conjugated godan verb", + "romaji": "mureatsumatte" + }, + "心付か": { + "w_type": "godan verb stem", + "romaji": "kokorozuka" + }, + "心付き": { + "w_type": "godan verb stem", + "romaji": "kokorozuki" + }, + "心付け": { + "w_type": "conjugated godan verb", + "romaji": "kokorozuke" + }, + "心付こ": { + "w_type": "godan verb stem", + "romaji": "kokorozuko" + }, + "心付いた": { + "w_type": "conjugated godan verb", + "romaji": "kokorozuita" + }, + "心付いて": { + "w_type": "conjugated godan verb", + "romaji": "kokorozuite" + }, + "消さ": { + "w_type": "godan verb stem", + "romaji": "kesa" + }, + "消し": { + "w_type": "godan verb stem", + "romaji": "keshi" + }, + "消せ": { + "w_type": "conjugated godan verb", + "romaji": "kese" + }, + "消そ": { + "w_type": "godan verb stem", + "romaji": "keso" + }, + "消した": { + "w_type": "conjugated godan verb", + "romaji": "keshita" + }, + "消して": { + "w_type": "conjugated godan verb", + "romaji": "keshite" + }, + "鑽ら": { + "w_type": "godan verb stem", + "romaji": "kira" + }, + "鑽り": { + "w_type": "godan verb stem", + "romaji": "kiri" + }, + "鑽れ": { + "w_type": "conjugated godan verb", + "romaji": "kire" + }, + "鑽ろ": { + "w_type": "godan verb stem", + "romaji": "kiro" + }, + "鑽った": { + "w_type": "conjugated godan verb", + "romaji": "kitta" + }, + "鑽って": { + "w_type": "conjugated godan verb", + "romaji": "kitte" + }, + "為残さ": { + "w_type": "godan verb stem", + "romaji": "shinokosa" + }, + "為残し": { + "w_type": "godan verb stem", + "romaji": "shinokoshi" + }, + "為残せ": { + "w_type": "conjugated godan verb", + "romaji": "shinokose" + }, + "為残そ": { + "w_type": "godan verb stem", + "romaji": "shinokoso" + }, + "為残した": { + "w_type": "conjugated godan verb", + "romaji": "shinokoshita" + }, + "為残して": { + "w_type": "conjugated godan verb", + "romaji": "shinokoshite" + }, + "醒まさ": { + "w_type": "godan verb stem", + "romaji": "samasa" + }, + "醒まし": { + "w_type": "godan verb stem", + "romaji": "samashi" + }, + "醒ませ": { + "w_type": "conjugated godan verb", + "romaji": "samase" + }, + "醒まそ": { + "w_type": "godan verb stem", + "romaji": "samaso" + }, + "醒ました": { + "w_type": "conjugated godan verb", + "romaji": "samashita" + }, + "醒まして": { + "w_type": "conjugated godan verb", + "romaji": "samashite" + }, + "叫か": { + "w_type": "godan verb stem", + "romaji": "wameka" + }, + "叫き": { + "w_type": "godan verb stem", + "romaji": "wameki" + }, + "叫け": { + "w_type": "conjugated godan verb", + "romaji": "wameke" + }, + "叫こ": { + "w_type": "godan verb stem", + "romaji": "wameko" + }, + "叫いた": { + "w_type": "conjugated godan verb", + "romaji": "wameita" + }, + "叫いて": { + "w_type": "conjugated godan verb", + "romaji": "wameite" + }, + "差し置か": { + "w_type": "godan verb stem", + "romaji": "sashioka" + }, + "差し置き": { + "w_type": "godan verb stem", + "romaji": "sashioki" + }, + "差し置け": { + "w_type": "conjugated godan verb", + "romaji": "sashioke" + }, + "差し置こ": { + "w_type": "godan verb stem", + "romaji": "sashioko" + }, + "差し置いた": { + "w_type": "conjugated godan verb", + "romaji": "sashioita" + }, + "差し置いて": { + "w_type": "conjugated godan verb", + "romaji": "sashioite" + }, + "叫ば": { + "w_type": "godan verb stem", + "romaji": "sakeba" + }, + "叫び": { + "w_type": "godan verb stem", + "romaji": "sakebi" + }, + "叫べ": { + "w_type": "conjugated godan verb", + "romaji": "sakebe" + }, + "叫ぼ": { + "w_type": "godan verb stem", + "romaji": "sakebo" + }, + "叫んだ": { + "w_type": "conjugated godan verb", + "romaji": "sakenda" + }, + "叫んで": { + "w_type": "conjugated godan verb", + "romaji": "sakende" + }, + "庇わ": { + "w_type": "godan verb stem", + "romaji": "kabawa" + }, + "庇い": { + "w_type": "godan verb stem", + "romaji": "kabai" + }, + "庇え": { + "w_type": "conjugated godan verb", + "romaji": "kabae" + }, + "庇お": { + "w_type": "godan verb stem", + "romaji": "kabao" + }, + "庇った": { + "w_type": "conjugated godan verb", + "romaji": "kabatta" + }, + "庇って": { + "w_type": "conjugated godan verb", + "romaji": "kabatte" + }, + "こびり付か": { + "w_type": "godan verb stem", + "romaji": "kobiritsuka" + }, + "こびり付き": { + "w_type": "godan verb stem", + "romaji": "kobiritsuki" + }, + "こびり付け": { + "w_type": "conjugated godan verb", + "romaji": "kobiritsuke" + }, + "こびり付こ": { + "w_type": "godan verb stem", + "romaji": "kobiritsuko" + }, + "こびり付いた": { + "w_type": "conjugated godan verb", + "romaji": "kobiritsuita" + }, + "こびり付いて": { + "w_type": "conjugated godan verb", + "romaji": "kobiritsuite" + }, + "巻き起こら": { + "w_type": "godan verb stem", + "romaji": "makiokora" + }, + "巻き起こり": { + "w_type": "godan verb stem", + "romaji": "makiokori" + }, + "巻き起これ": { + "w_type": "conjugated godan verb", + "romaji": "makiokore" + }, + "巻き起ころ": { + "w_type": "godan verb stem", + "romaji": "makiokoro" + }, + "巻き起こった": { + "w_type": "conjugated godan verb", + "romaji": "makiokotta" + }, + "巻き起こって": { + "w_type": "conjugated godan verb", + "romaji": "makiokotte" + }, + "追い払わ": { + "w_type": "godan verb stem", + "romaji": "oiharawa" + }, + "追い払い": { + "w_type": "godan verb stem", + "romaji": "oiharai" + }, + "追い払え": { + "w_type": "conjugated godan verb", + "romaji": "oiharae" + }, + "追い払お": { + "w_type": "godan verb stem", + "romaji": "oiharao" + }, + "追い払った": { + "w_type": "conjugated godan verb", + "romaji": "oiharatta" + }, + "追い払って": { + "w_type": "conjugated godan verb", + "romaji": "oiharatte" + }, + "降り敷か": { + "w_type": "godan verb stem", + "romaji": "furishika" + }, + "降り敷き": { + "w_type": "godan verb stem", + "romaji": "furishiki" + }, + "降り敷け": { + "w_type": "conjugated godan verb", + "romaji": "furishike" + }, + "降り敷こ": { + "w_type": "godan verb stem", + "romaji": "furishiko" + }, + "降り敷いた": { + "w_type": "conjugated godan verb", + "romaji": "furishiita" + }, + "降り敷いて": { + "w_type": "conjugated godan verb", + "romaji": "furishiite" + }, + "気に掛から": { + "w_type": "godan verb stem", + "romaji": "kinikakara" + }, + "気に掛かり": { + "w_type": "godan verb stem", + "romaji": "kinikakari" + }, + "気に掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kinikakare" + }, + "気に掛かろ": { + "w_type": "godan verb stem", + "romaji": "kinikakaro" + }, + "気に掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kinikakatta" + }, + "気に掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kinikakatte" + }, + "滑り出さ": { + "w_type": "godan verb stem", + "romaji": "suberidasa" + }, + "滑り出し": { + "w_type": "godan verb stem", + "romaji": "suberidashi" + }, + "滑り出せ": { + "w_type": "conjugated godan verb", + "romaji": "suberidase" + }, + "滑り出そ": { + "w_type": "godan verb stem", + "romaji": "suberidaso" + }, + "滑り出した": { + "w_type": "conjugated godan verb", + "romaji": "suberidashita" + }, + "滑り出して": { + "w_type": "conjugated godan verb", + "romaji": "suberidashite" + }, + "攻め苛ま": { + "w_type": "godan verb stem", + "romaji": "semesainama" + }, + "攻め苛み": { + "w_type": "godan verb stem", + "romaji": "semesainami" + }, + "攻め苛め": { + "w_type": "conjugated godan verb", + "romaji": "semesainame" + }, + "攻め苛も": { + "w_type": "godan verb stem", + "romaji": "semesainamo" + }, + "攻め苛んだ": { + "w_type": "conjugated godan verb", + "romaji": "semesainanda" + }, + "攻め苛んで": { + "w_type": "conjugated godan verb", + "romaji": "semesainande" + }, + "基付か": { + "w_type": "godan verb stem", + "romaji": "motozuka" + }, + "基付き": { + "w_type": "godan verb stem", + "romaji": "motozuki" + }, + "基付け": { + "w_type": "conjugated godan verb", + "romaji": "motozuke" + }, + "基付こ": { + "w_type": "godan verb stem", + "romaji": "motozuko" + }, + "基付いた": { + "w_type": "conjugated godan verb", + "romaji": "motozuita" + }, + "基付いて": { + "w_type": "conjugated godan verb", + "romaji": "motozuite" + }, + "寝直さ": { + "w_type": "godan verb stem", + "romaji": "nenaosa" + }, + "寝直し": { + "w_type": "godan verb stem", + "romaji": "nenaoshi" + }, + "寝直せ": { + "w_type": "conjugated godan verb", + "romaji": "nenaose" + }, + "寝直そ": { + "w_type": "godan verb stem", + "romaji": "nenaoso" + }, + "寝直した": { + "w_type": "conjugated godan verb", + "romaji": "nenaoshita" + }, + "寝直して": { + "w_type": "conjugated godan verb", + "romaji": "nenaoshite" + }, + "出し違わ": { + "w_type": "godan verb stem", + "romaji": "dashichigawa" + }, + "出し違い": { + "w_type": "godan verb stem", + "romaji": "dashichigai" + }, + "出し違え": { + "w_type": "conjugated godan verb", + "romaji": "dashichigae" + }, + "出し違お": { + "w_type": "godan verb stem", + "romaji": "dashichigao" + }, + "出し違った": { + "w_type": "conjugated godan verb", + "romaji": "dashichigatta" + }, + "出し違って": { + "w_type": "conjugated godan verb", + "romaji": "dashichigatte" + }, + "游が": { + "w_type": "godan verb stem", + "romaji": "oyoga" + }, + "游ぎ": { + "w_type": "godan verb stem", + "romaji": "oyogi" + }, + "游げ": { + "w_type": "conjugated godan verb", + "romaji": "oyoge" + }, + "游ご": { + "w_type": "godan verb stem", + "romaji": "oyogo" + }, + "游いだ": { + "w_type": "conjugated godan verb", + "romaji": "oyoida" + }, + "游いで": { + "w_type": "conjugated godan verb", + "romaji": "oyoide" + }, + "立ち交ら": { + "w_type": "godan verb stem", + "romaji": "tachimajira" + }, + "立ち交り": { + "w_type": "godan verb stem", + "romaji": "tachimajiri" + }, + "立ち交れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimajire" + }, + "立ち交ろ": { + "w_type": "godan verb stem", + "romaji": "tachimajiro" + }, + "立ち交った": { + "w_type": "conjugated godan verb", + "romaji": "tachimajitta" + }, + "立ち交って": { + "w_type": "conjugated godan verb", + "romaji": "tachimajitte" + }, + "避ら": { + "w_type": "godan verb stem", + "romaji": "sara" + }, + "避り": { + "w_type": "godan verb stem", + "romaji": "sari" + }, + "避れ": { + "w_type": "conjugated godan verb", + "romaji": "sare" + }, + "避ろ": { + "w_type": "godan verb stem", + "romaji": "saro" + }, + "避った": { + "w_type": "conjugated godan verb", + "romaji": "satta" + }, + "避って": { + "w_type": "conjugated godan verb", + "romaji": "satte" + }, + "調わ": { + "w_type": "godan verb stem", + "romaji": "totonowa" + }, + "調い": { + "w_type": "godan verb stem", + "romaji": "totonoi" + }, + "調え": { + "w_type": "conjugated godan verb", + "romaji": "totonoe" + }, + "調お": { + "w_type": "godan verb stem", + "romaji": "totonoo" + }, + "調った": { + "w_type": "conjugated godan verb", + "romaji": "totonotta" + }, + "調って": { + "w_type": "conjugated godan verb", + "romaji": "totonotte" + }, + "食い潰さ": { + "w_type": "godan verb stem", + "romaji": "kuitsubusa" + }, + "食い潰し": { + "w_type": "godan verb stem", + "romaji": "kuitsubushi" + }, + "食い潰せ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsubuse" + }, + "食い潰そ": { + "w_type": "godan verb stem", + "romaji": "kuitsubuso" + }, + "食い潰した": { + "w_type": "conjugated godan verb", + "romaji": "kuitsubushita" + }, + "食い潰して": { + "w_type": "conjugated godan verb", + "romaji": "kuitsubushite" + }, + "こき下ろさ": { + "w_type": "godan verb stem", + "romaji": "kokiorosa" + }, + "こき下ろし": { + "w_type": "godan verb stem", + "romaji": "kokioroshi" + }, + "こき下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "kokiorose" + }, + "こき下ろそ": { + "w_type": "godan verb stem", + "romaji": "kokioroso" + }, + "こき下ろした": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshita" + }, + "こき下ろして": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshite" + }, + "降り募ら": { + "w_type": "godan verb stem", + "romaji": "furitsunora" + }, + "降り募り": { + "w_type": "godan verb stem", + "romaji": "furitsunori" + }, + "降り募れ": { + "w_type": "conjugated godan verb", + "romaji": "furitsunore" + }, + "降り募ろ": { + "w_type": "godan verb stem", + "romaji": "furitsunoro" + }, + "降り募った": { + "w_type": "conjugated godan verb", + "romaji": "furitsunotta" + }, + "降り募って": { + "w_type": "conjugated godan verb", + "romaji": "furitsunotte" + }, + "刈ら": { + "w_type": "godan verb stem", + "romaji": "kara" + }, + "刈り": { + "w_type": "godan verb stem", + "romaji": "kari" + }, + "刈れ": { + "w_type": "conjugated godan verb", + "romaji": "kare" + }, + "刈ろ": { + "w_type": "godan verb stem", + "romaji": "karo" + }, + "刈った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "刈って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "売りぬか": { + "w_type": "godan verb stem", + "romaji": "urinuka" + }, + "売りぬき": { + "w_type": "godan verb stem", + "romaji": "urinuki" + }, + "売りぬけ": { + "w_type": "conjugated godan verb", + "romaji": "urinuke" + }, + "売りぬこ": { + "w_type": "godan verb stem", + "romaji": "urinuko" + }, + "売りぬいた": { + "w_type": "conjugated godan verb", + "romaji": "urinuita" + }, + "売りぬいて": { + "w_type": "conjugated godan verb", + "romaji": "urinuite" + }, + "緩ま": { + "w_type": "godan verb stem", + "romaji": "yuruma" + }, + "緩み": { + "w_type": "godan verb stem", + "romaji": "yurumi" + }, + "緩め": { + "w_type": "conjugated godan verb", + "romaji": "yurume" + }, + "緩も": { + "w_type": "godan verb stem", + "romaji": "yurumo" + }, + "緩んだ": { + "w_type": "conjugated godan verb", + "romaji": "yurunda" + }, + "緩んで": { + "w_type": "conjugated godan verb", + "romaji": "yurunde" + }, + "綻ばさ": { + "w_type": "godan verb stem", + "romaji": "hokorobasa" + }, + "綻ばし": { + "w_type": "godan verb stem", + "romaji": "hokorobashi" + }, + "綻ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hokorobase" + }, + "綻ばそ": { + "w_type": "godan verb stem", + "romaji": "hokorobaso" + }, + "綻ばした": { + "w_type": "conjugated godan verb", + "romaji": "hokorobashita" + }, + "綻ばして": { + "w_type": "conjugated godan verb", + "romaji": "hokorobashite" + }, + "見澄まさ": { + "w_type": "godan verb stem", + "romaji": "misumasa" + }, + "見澄まし": { + "w_type": "godan verb stem", + "romaji": "misumashi" + }, + "見澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "misumase" + }, + "見澄まそ": { + "w_type": "godan verb stem", + "romaji": "misumaso" + }, + "見澄ました": { + "w_type": "conjugated godan verb", + "romaji": "misumashita" + }, + "見澄まして": { + "w_type": "conjugated godan verb", + "romaji": "misumashite" + }, + "導き出さ": { + "w_type": "godan verb stem", + "romaji": "michibikidasa" + }, + "導き出し": { + "w_type": "godan verb stem", + "romaji": "michibikidashi" + }, + "導き出せ": { + "w_type": "conjugated godan verb", + "romaji": "michibikidase" + }, + "導き出そ": { + "w_type": "godan verb stem", + "romaji": "michibikidaso" + }, + "導き出した": { + "w_type": "conjugated godan verb", + "romaji": "michibikidashita" + }, + "導き出して": { + "w_type": "conjugated godan verb", + "romaji": "michibikidashite" + }, + "勢い込ま": { + "w_type": "godan verb stem", + "romaji": "ikioikoma" + }, + "勢い込み": { + "w_type": "godan verb stem", + "romaji": "ikioikomi" + }, + "勢い込め": { + "w_type": "conjugated godan verb", + "romaji": "ikioikome" + }, + "勢い込も": { + "w_type": "godan verb stem", + "romaji": "ikioikomo" + }, + "勢い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikioikonda" + }, + "勢い込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikioikonde" + }, + "寝かさ": { + "w_type": "godan verb stem", + "romaji": "nekasa" + }, + "寝かし": { + "w_type": "godan verb stem", + "romaji": "nekashi" + }, + "寝かせ": { + "w_type": "conjugated godan verb", + "romaji": "nekase" + }, + "寝かそ": { + "w_type": "godan verb stem", + "romaji": "nekaso" + }, + "寝かした": { + "w_type": "conjugated godan verb", + "romaji": "nekashita" + }, + "寝かして": { + "w_type": "conjugated godan verb", + "romaji": "nekashite" + }, + "突き刺さら": { + "w_type": "godan verb stem", + "romaji": "tsukisasara" + }, + "突き刺さり": { + "w_type": "godan verb stem", + "romaji": "tsukisasari" + }, + "突き刺され": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasare" + }, + "突き刺さろ": { + "w_type": "godan verb stem", + "romaji": "tsukisasaro" + }, + "突き刺さった": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasatta" + }, + "突き刺さって": { + "w_type": "conjugated godan verb", + "romaji": "tsukisasatte" + }, + "還ら": { + "w_type": "godan verb stem", + "romaji": "kaera" + }, + "還り": { + "w_type": "godan verb stem", + "romaji": "kaeri" + }, + "還れ": { + "w_type": "conjugated godan verb", + "romaji": "kaere" + }, + "還ろ": { + "w_type": "godan verb stem", + "romaji": "kaero" + }, + "還った": { + "w_type": "conjugated godan verb", + "romaji": "kaetta" + }, + "還って": { + "w_type": "conjugated godan verb", + "romaji": "kaette" + }, + "蹴返さ": { + "w_type": "godan verb stem", + "romaji": "kekaesa" + }, + "蹴返し": { + "w_type": "godan verb stem", + "romaji": "kekaeshi" + }, + "蹴返せ": { + "w_type": "conjugated godan verb", + "romaji": "kekaese" + }, + "蹴返そ": { + "w_type": "godan verb stem", + "romaji": "kekaeso" + }, + "蹴返した": { + "w_type": "conjugated godan verb", + "romaji": "kekaeshita" + }, + "蹴返して": { + "w_type": "conjugated godan verb", + "romaji": "kekaeshite" + }, + "蹴込ま": { + "w_type": "godan verb stem", + "romaji": "kekoma" + }, + "蹴込み": { + "w_type": "godan verb stem", + "romaji": "kekomi" + }, + "蹴込め": { + "w_type": "conjugated godan verb", + "romaji": "kekome" + }, + "蹴込も": { + "w_type": "godan verb stem", + "romaji": "kekomo" + }, + "蹴込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kekonda" + }, + "蹴込んで": { + "w_type": "conjugated godan verb", + "romaji": "kekonde" + }, + "振り翳ざさ": { + "w_type": "godan verb stem", + "romaji": "furikazasa" + }, + "振り翳ざし": { + "w_type": "godan verb stem", + "romaji": "furikazashi" + }, + "振り翳ざせ": { + "w_type": "conjugated godan verb", + "romaji": "furikazase" + }, + "振り翳ざそ": { + "w_type": "godan verb stem", + "romaji": "furikazaso" + }, + "振り翳ざした": { + "w_type": "conjugated godan verb", + "romaji": "furikazashita" + }, + "振り翳ざして": { + "w_type": "conjugated godan verb", + "romaji": "furikazashite" + }, + "終わ": { + "w_type": "godan verb stem", + "romaji": "shimawa" + }, + "終い": { + "w_type": "godan verb stem", + "romaji": "shimai" + }, + "終え": { + "w_type": "conjugated godan verb", + "romaji": "shimae" + }, + "終お": { + "w_type": "godan verb stem", + "romaji": "shimao" + }, + "活から": { + "w_type": "godan verb stem", + "romaji": "ikara" + }, + "活かり": { + "w_type": "godan verb stem", + "romaji": "ikari" + }, + "活かれ": { + "w_type": "conjugated godan verb", + "romaji": "ikare" + }, + "活かろ": { + "w_type": "godan verb stem", + "romaji": "ikaro" + }, + "活かった": { + "w_type": "conjugated godan verb", + "romaji": "ikatta" + }, + "活かって": { + "w_type": "conjugated godan verb", + "romaji": "ikatte" + }, + "躍り懸ら": { + "w_type": "godan verb stem", + "romaji": "odorikakara" + }, + "躍り懸り": { + "w_type": "godan verb stem", + "romaji": "odorikakari" + }, + "躍り懸れ": { + "w_type": "conjugated godan verb", + "romaji": "odorikakare" + }, + "躍り懸ろ": { + "w_type": "godan verb stem", + "romaji": "odorikakaro" + }, + "躍り懸った": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatta" + }, + "躍り懸って": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatte" + }, + "泛ば": { + "w_type": "godan verb stem", + "romaji": "ukaba" + }, + "泛び": { + "w_type": "godan verb stem", + "romaji": "ukabi" + }, + "泛べ": { + "w_type": "conjugated godan verb", + "romaji": "ukabe" + }, + "泛ぼ": { + "w_type": "godan verb stem", + "romaji": "ukabo" + }, + "泛んだ": { + "w_type": "conjugated godan verb", + "romaji": "ukanda" + }, + "泛んで": { + "w_type": "conjugated godan verb", + "romaji": "ukande" + }, + "救い出さ": { + "w_type": "godan verb stem", + "romaji": "sukuidasa" + }, + "救い出し": { + "w_type": "godan verb stem", + "romaji": "sukuidashi" + }, + "救い出せ": { + "w_type": "conjugated godan verb", + "romaji": "sukuidase" + }, + "救い出そ": { + "w_type": "godan verb stem", + "romaji": "sukuidaso" + }, + "救い出した": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashita" + }, + "救い出して": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashite" + }, + "苦しま": { + "w_type": "godan verb stem", + "romaji": "kurushima" + }, + "苦しみ": { + "w_type": "godan verb stem", + "romaji": "kurushimi" + }, + "苦しめ": { + "w_type": "conjugated godan verb", + "romaji": "kurushime" + }, + "苦しも": { + "w_type": "godan verb stem", + "romaji": "kurushimo" + }, + "苦しんだ": { + "w_type": "conjugated godan verb", + "romaji": "kurushinda" + }, + "苦しんで": { + "w_type": "conjugated godan verb", + "romaji": "kurushinde" + }, + "諜さ": { + "w_type": "godan verb stem", + "romaji": "chousa" + }, + "諜し": { + "w_type": "godan verb stem", + "romaji": "choushi" + }, + "諜せ": { + "w_type": "conjugated godan verb", + "romaji": "chouse" + }, + "諜そ": { + "w_type": "godan verb stem", + "romaji": "chouso" + }, + "諜した": { + "w_type": "conjugated godan verb", + "romaji": "choushita" + }, + "諜して": { + "w_type": "conjugated godan verb", + "romaji": "choushite" + }, + "洗い落とさ": { + "w_type": "godan verb stem", + "romaji": "araiotosa" + }, + "洗い落とし": { + "w_type": "godan verb stem", + "romaji": "araiotoshi" + }, + "洗い落とせ": { + "w_type": "conjugated godan verb", + "romaji": "araiotose" + }, + "洗い落とそ": { + "w_type": "godan verb stem", + "romaji": "araiotoso" + }, + "洗い落とした": { + "w_type": "conjugated godan verb", + "romaji": "araiotoshita" + }, + "洗い落として": { + "w_type": "conjugated godan verb", + "romaji": "araiotoshite" + }, + "引っさらわ": { + "w_type": "godan verb stem", + "romaji": "hissarawa" + }, + "引っさらい": { + "w_type": "godan verb stem", + "romaji": "hissarai" + }, + "引っさらえ": { + "w_type": "conjugated godan verb", + "romaji": "hissarae" + }, + "引っさらお": { + "w_type": "godan verb stem", + "romaji": "hissarao" + }, + "引っさらった": { + "w_type": "conjugated godan verb", + "romaji": "hissaratta" + }, + "引っさらって": { + "w_type": "conjugated godan verb", + "romaji": "hissaratte" + }, + "引渡さ": { + "w_type": "godan verb stem", + "romaji": "hikiwatasa" + }, + "引渡し": { + "w_type": "godan verb stem", + "romaji": "hikiwatashi" + }, + "引渡せ": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatase" + }, + "引渡そ": { + "w_type": "godan verb stem", + "romaji": "hikiwataso" + }, + "引渡した": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatashita" + }, + "引渡して": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatashite" + }, + "遇わ": { + "w_type": "godan verb stem", + "romaji": "awa" + }, + "遇い": { + "w_type": "godan verb stem", + "romaji": "ai" + }, + "遇え": { + "w_type": "conjugated godan verb", + "romaji": "ae" + }, + "遇お": { + "w_type": "godan verb stem", + "romaji": "ao" + }, + "遇った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "遇って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "再び取ら": { + "w_type": "godan verb stem", + "romaji": "futatabitora" + }, + "再び取り": { + "w_type": "godan verb stem", + "romaji": "futatabitori" + }, + "再び取れ": { + "w_type": "conjugated godan verb", + "romaji": "futatabitore" + }, + "再び取ろ": { + "w_type": "godan verb stem", + "romaji": "futatabitoro" + }, + "再び取った": { + "w_type": "conjugated godan verb", + "romaji": "futatabitotta" + }, + "再び取って": { + "w_type": "conjugated godan verb", + "romaji": "futatabitotte" + }, + "構わ": { + "w_type": "godan verb stem", + "romaji": "kamawa" + }, + "構い": { + "w_type": "godan verb stem", + "romaji": "kamai" + }, + "構え": { + "w_type": "conjugated godan verb", + "romaji": "kamae" + }, + "構お": { + "w_type": "godan verb stem", + "romaji": "kamao" + }, + "構った": { + "w_type": "conjugated godan verb", + "romaji": "kamatta" + }, + "構って": { + "w_type": "conjugated godan verb", + "romaji": "kamatte" + }, + "舞い戻ら": { + "w_type": "godan verb stem", + "romaji": "maimodora" + }, + "舞い戻り": { + "w_type": "godan verb stem", + "romaji": "maimodori" + }, + "舞い戻れ": { + "w_type": "conjugated godan verb", + "romaji": "maimodore" + }, + "舞い戻ろ": { + "w_type": "godan verb stem", + "romaji": "maimodoro" + }, + "舞い戻った": { + "w_type": "conjugated godan verb", + "romaji": "maimodotta" + }, + "舞い戻って": { + "w_type": "conjugated godan verb", + "romaji": "maimodotte" + }, + "呷ら": { + "w_type": "godan verb stem", + "romaji": "aora" + }, + "呷り": { + "w_type": "godan verb stem", + "romaji": "aori" + }, + "呷れ": { + "w_type": "conjugated godan verb", + "romaji": "aore" + }, + "呷ろ": { + "w_type": "godan verb stem", + "romaji": "aoro" + }, + "呷った": { + "w_type": "conjugated godan verb", + "romaji": "aotta" + }, + "呷って": { + "w_type": "conjugated godan verb", + "romaji": "aotte" + }, + "焼きなおさ": { + "w_type": "godan verb stem", + "romaji": "yakinaosa" + }, + "焼きなおし": { + "w_type": "godan verb stem", + "romaji": "yakinaoshi" + }, + "焼きなおせ": { + "w_type": "conjugated godan verb", + "romaji": "yakinaose" + }, + "焼きなおそ": { + "w_type": "godan verb stem", + "romaji": "yakinaoso" + }, + "焼きなおした": { + "w_type": "conjugated godan verb", + "romaji": "yakinaoshita" + }, + "焼きなおして": { + "w_type": "conjugated godan verb", + "romaji": "yakinaoshite" + }, + "期さ": { + "w_type": "godan verb stem", + "romaji": "kisa" + }, + "期し": { + "w_type": "godan verb stem", + "romaji": "kishi" + }, + "期せ": { + "w_type": "conjugated godan verb", + "romaji": "kise" + }, + "期そ": { + "w_type": "godan verb stem", + "romaji": "kiso" + }, + "期した": { + "w_type": "conjugated godan verb", + "romaji": "kishita" + }, + "期して": { + "w_type": "conjugated godan verb", + "romaji": "kishite" + }, + "害さ": { + "w_type": "godan verb stem", + "romaji": "gaisa" + }, + "害し": { + "w_type": "godan verb stem", + "romaji": "gaishi" + }, + "害せ": { + "w_type": "conjugated godan verb", + "romaji": "gaise" + }, + "害そ": { + "w_type": "godan verb stem", + "romaji": "gaiso" + }, + "害した": { + "w_type": "conjugated godan verb", + "romaji": "gaishita" + }, + "害して": { + "w_type": "conjugated godan verb", + "romaji": "gaishite" + }, + "打破ら": { + "w_type": "godan verb stem", + "romaji": "uchiyabura" + }, + "打破り": { + "w_type": "godan verb stem", + "romaji": "uchiyaburi" + }, + "打破れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabure" + }, + "打破ろ": { + "w_type": "godan verb stem", + "romaji": "uchiyaburo" + }, + "打破った": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutta" + }, + "打破って": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutte" + }, + "見そこなわ": { + "w_type": "godan verb stem", + "romaji": "misokonawa" + }, + "見そこない": { + "w_type": "godan verb stem", + "romaji": "misokonai" + }, + "見そこなえ": { + "w_type": "conjugated godan verb", + "romaji": "misokonae" + }, + "見そこなお": { + "w_type": "godan verb stem", + "romaji": "misokonao" + }, + "見そこなった": { + "w_type": "conjugated godan verb", + "romaji": "misokonatta" + }, + "見そこなって": { + "w_type": "conjugated godan verb", + "romaji": "misokonatte" + }, + "描か": { + "w_type": "godan verb stem", + "romaji": "egaka" + }, + "描き": { + "w_type": "godan verb stem", + "romaji": "egaki" + }, + "描け": { + "w_type": "conjugated godan verb", + "romaji": "egake" + }, + "描こ": { + "w_type": "godan verb stem", + "romaji": "egako" + }, + "描いた": { + "w_type": "conjugated godan verb", + "romaji": "egaita" + }, + "描いて": { + "w_type": "conjugated godan verb", + "romaji": "egaite" + }, + "おびき出さ": { + "w_type": "godan verb stem", + "romaji": "obikidasa" + }, + "おびき出し": { + "w_type": "godan verb stem", + "romaji": "obikidashi" + }, + "おびき出せ": { + "w_type": "conjugated godan verb", + "romaji": "obikidase" + }, + "おびき出そ": { + "w_type": "godan verb stem", + "romaji": "obikidaso" + }, + "おびき出した": { + "w_type": "conjugated godan verb", + "romaji": "obikidashita" + }, + "おびき出して": { + "w_type": "conjugated godan verb", + "romaji": "obikidashite" + }, + "書抜か": { + "w_type": "godan verb stem", + "romaji": "kakinuka" + }, + "書抜き": { + "w_type": "godan verb stem", + "romaji": "kakinuki" + }, + "書抜け": { + "w_type": "conjugated godan verb", + "romaji": "kakinuke" + }, + "書抜こ": { + "w_type": "godan verb stem", + "romaji": "kakinuko" + }, + "書抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kakinuita" + }, + "書抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kakinuite" + }, + "騙し合わ": { + "w_type": "godan verb stem", + "romaji": "damashiawa" + }, + "騙し合い": { + "w_type": "godan verb stem", + "romaji": "damashiai" + }, + "騙し合え": { + "w_type": "conjugated godan verb", + "romaji": "damashiae" + }, + "騙し合お": { + "w_type": "godan verb stem", + "romaji": "damashiao" + }, + "騙し合った": { + "w_type": "conjugated godan verb", + "romaji": "damashiatta" + }, + "騙し合って": { + "w_type": "conjugated godan verb", + "romaji": "damashiatte" + }, + "成上がら": { + "w_type": "godan verb stem", + "romaji": "nariagara" + }, + "成上がり": { + "w_type": "godan verb stem", + "romaji": "nariagari" + }, + "成上がれ": { + "w_type": "conjugated godan verb", + "romaji": "nariagare" + }, + "成上がろ": { + "w_type": "godan verb stem", + "romaji": "nariagaro" + }, + "成上がった": { + "w_type": "conjugated godan verb", + "romaji": "nariagatta" + }, + "成上がって": { + "w_type": "conjugated godan verb", + "romaji": "nariagatte" + }, + "掘起さ": { + "w_type": "godan verb stem", + "romaji": "horiokosa" + }, + "掘起し": { + "w_type": "godan verb stem", + "romaji": "horiokoshi" + }, + "掘起せ": { + "w_type": "conjugated godan verb", + "romaji": "horiokose" + }, + "掘起そ": { + "w_type": "godan verb stem", + "romaji": "horiokoso" + }, + "掘起した": { + "w_type": "conjugated godan verb", + "romaji": "horiokoshita" + }, + "掘起して": { + "w_type": "conjugated godan verb", + "romaji": "horiokoshite" + }, + "漁ら": { + "w_type": "godan verb stem", + "romaji": "asara" + }, + "漁り": { + "w_type": "godan verb stem", + "romaji": "asari" + }, + "漁れ": { + "w_type": "conjugated godan verb", + "romaji": "asare" + }, + "漁ろ": { + "w_type": "godan verb stem", + "romaji": "asaro" + }, + "漁った": { + "w_type": "conjugated godan verb", + "romaji": "asatta" + }, + "漁って": { + "w_type": "conjugated godan verb", + "romaji": "asatte" + }, + "言捲ら": { + "w_type": "godan verb stem", + "romaji": "iimakura" + }, + "言捲り": { + "w_type": "godan verb stem", + "romaji": "iimakuri" + }, + "言捲れ": { + "w_type": "conjugated godan verb", + "romaji": "iimakure" + }, + "言捲ろ": { + "w_type": "godan verb stem", + "romaji": "iimakuro" + }, + "言捲った": { + "w_type": "conjugated godan verb", + "romaji": "iimakutta" + }, + "言捲って": { + "w_type": "conjugated godan verb", + "romaji": "iimakutte" + }, + "縮こまら": { + "w_type": "godan verb stem", + "romaji": "chijikomara" + }, + "縮こまり": { + "w_type": "godan verb stem", + "romaji": "chijikomari" + }, + "縮こまれ": { + "w_type": "conjugated godan verb", + "romaji": "chijikomare" + }, + "縮こまろ": { + "w_type": "godan verb stem", + "romaji": "chijikomaro" + }, + "縮こまった": { + "w_type": "conjugated godan verb", + "romaji": "chijikomatta" + }, + "縮こまって": { + "w_type": "conjugated godan verb", + "romaji": "chijikomatte" + }, + "降懸ら": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降懸り": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降懸れ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降懸ろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降懸った": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降懸って": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "押しもどさ": { + "w_type": "godan verb stem", + "romaji": "oshimodosa" + }, + "押しもどし": { + "w_type": "godan verb stem", + "romaji": "oshimodoshi" + }, + "押しもどせ": { + "w_type": "conjugated godan verb", + "romaji": "oshimodose" + }, + "押しもどそ": { + "w_type": "godan verb stem", + "romaji": "oshimodoso" + }, + "押しもどした": { + "w_type": "conjugated godan verb", + "romaji": "oshimodoshita" + }, + "押しもどして": { + "w_type": "conjugated godan verb", + "romaji": "oshimodoshite" + }, + "燃え広がら": { + "w_type": "godan verb stem", + "romaji": "moehirogara" + }, + "燃え広がり": { + "w_type": "godan verb stem", + "romaji": "moehirogari" + }, + "燃え広がれ": { + "w_type": "conjugated godan verb", + "romaji": "moehirogare" + }, + "燃え広がろ": { + "w_type": "godan verb stem", + "romaji": "moehirogaro" + }, + "燃え広がった": { + "w_type": "conjugated godan verb", + "romaji": "moehirogatta" + }, + "燃え広がって": { + "w_type": "conjugated godan verb", + "romaji": "moehirogatte" + }, + "封切ら": { + "w_type": "godan verb stem", + "romaji": "fuukira" + }, + "封切り": { + "w_type": "godan verb stem", + "romaji": "fuukiri" + }, + "封切れ": { + "w_type": "conjugated godan verb", + "romaji": "fuukire" + }, + "封切ろ": { + "w_type": "godan verb stem", + "romaji": "fuukiro" + }, + "封切った": { + "w_type": "conjugated godan verb", + "romaji": "fuukitta" + }, + "封切って": { + "w_type": "conjugated godan verb", + "romaji": "fuukitte" + }, + "斉わ": { + "w_type": "godan verb stem", + "romaji": "totonowa" + }, + "斉い": { + "w_type": "godan verb stem", + "romaji": "totonoi" + }, + "斉え": { + "w_type": "conjugated godan verb", + "romaji": "totonoe" + }, + "斉お": { + "w_type": "godan verb stem", + "romaji": "totonoo" + }, + "斉った": { + "w_type": "conjugated godan verb", + "romaji": "totonotta" + }, + "斉って": { + "w_type": "conjugated godan verb", + "romaji": "totonotte" + }, + "振り仰が": { + "w_type": "godan verb stem", + "romaji": "furiaoga" + }, + "振り仰ぎ": { + "w_type": "godan verb stem", + "romaji": "furiaogi" + }, + "振り仰げ": { + "w_type": "conjugated godan verb", + "romaji": "furiaoge" + }, + "振り仰ご": { + "w_type": "godan verb stem", + "romaji": "furiaogo" + }, + "振り仰いだ": { + "w_type": "conjugated godan verb", + "romaji": "furiaoida" + }, + "振り仰いで": { + "w_type": "conjugated godan verb", + "romaji": "furiaoide" + }, + "押通さ": { + "w_type": "godan verb stem", + "romaji": "oshitoosa" + }, + "押通し": { + "w_type": "godan verb stem", + "romaji": "oshitooshi" + }, + "押通せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitoose" + }, + "押通そ": { + "w_type": "godan verb stem", + "romaji": "oshitooso" + }, + "押通した": { + "w_type": "conjugated godan verb", + "romaji": "oshitooshita" + }, + "押通して": { + "w_type": "conjugated godan verb", + "romaji": "oshitooshite" + }, + "吸いとら": { + "w_type": "godan verb stem", + "romaji": "suitora" + }, + "吸いとり": { + "w_type": "godan verb stem", + "romaji": "suitori" + }, + "吸いとれ": { + "w_type": "conjugated godan verb", + "romaji": "suitore" + }, + "吸いとろ": { + "w_type": "godan verb stem", + "romaji": "suitoro" + }, + "吸いとった": { + "w_type": "conjugated godan verb", + "romaji": "suitotta" + }, + "吸いとって": { + "w_type": "conjugated godan verb", + "romaji": "suitotte" + }, + "楯突か": { + "w_type": "godan verb stem", + "romaji": "tatetsuka" + }, + "楯突き": { + "w_type": "godan verb stem", + "romaji": "tatetsuki" + }, + "楯突け": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuke" + }, + "楯突こ": { + "w_type": "godan verb stem", + "romaji": "tatetsuko" + }, + "楯突いた": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuita" + }, + "楯突いて": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuite" + }, + "火を放た": { + "w_type": "godan verb stem", + "romaji": "hi wo hanata" + }, + "火を放ち": { + "w_type": "godan verb stem", + "romaji": "hi wo hanachi" + }, + "火を放て": { + "w_type": "conjugated godan verb", + "romaji": "hi wo hanate" + }, + "火を放と": { + "w_type": "godan verb stem", + "romaji": "hi wo hanato" + }, + "火を放った": { + "w_type": "conjugated godan verb", + "romaji": "hi wo hanatta" + }, + "火を放って": { + "w_type": "conjugated godan verb", + "romaji": "hi wo hanatte" + }, + "抜け代わら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜け代わり": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜け代われ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜け代わろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜け代わった": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜け代わって": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "竦みあがら": { + "w_type": "godan verb stem", + "romaji": "sukumiagara" + }, + "竦みあがり": { + "w_type": "godan verb stem", + "romaji": "sukumiagari" + }, + "竦みあがれ": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagare" + }, + "竦みあがろ": { + "w_type": "godan verb stem", + "romaji": "sukumiagaro" + }, + "竦みあがった": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagatta" + }, + "竦みあがって": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagatte" + }, + "冀わ": { + "w_type": "godan verb stem", + "romaji": "koinegawa" + }, + "冀い": { + "w_type": "godan verb stem", + "romaji": "koinegai" + }, + "冀え": { + "w_type": "conjugated godan verb", + "romaji": "koinegae" + }, + "冀お": { + "w_type": "godan verb stem", + "romaji": "koinegao" + }, + "冀った": { + "w_type": "conjugated godan verb", + "romaji": "koinegatta" + }, + "冀って": { + "w_type": "conjugated godan verb", + "romaji": "koinegatte" + }, + "取り組ま": { + "w_type": "godan verb stem", + "romaji": "torikuma" + }, + "取り組み": { + "w_type": "godan verb stem", + "romaji": "torikumi" + }, + "取り組め": { + "w_type": "conjugated godan verb", + "romaji": "torikume" + }, + "取り組も": { + "w_type": "godan verb stem", + "romaji": "torikumo" + }, + "取り組んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikunda" + }, + "取り組んで": { + "w_type": "conjugated godan verb", + "romaji": "torikunde" + }, + "詰寄ら": { + "w_type": "godan verb stem", + "romaji": "tsumeyora" + }, + "詰寄り": { + "w_type": "godan verb stem", + "romaji": "tsumeyori" + }, + "詰寄れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumeyore" + }, + "詰寄ろ": { + "w_type": "godan verb stem", + "romaji": "tsumeyoro" + }, + "詰寄った": { + "w_type": "conjugated godan verb", + "romaji": "tsumeyotta" + }, + "詰寄って": { + "w_type": "conjugated godan verb", + "romaji": "tsumeyotte" + }, + "買込ま": { + "w_type": "godan verb stem", + "romaji": "kaikoma" + }, + "買込み": { + "w_type": "godan verb stem", + "romaji": "kaikomi" + }, + "買込め": { + "w_type": "conjugated godan verb", + "romaji": "kaikome" + }, + "買込も": { + "w_type": "godan verb stem", + "romaji": "kaikomo" + }, + "買込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaikonda" + }, + "買込んで": { + "w_type": "conjugated godan verb", + "romaji": "kaikonde" + }, + "溺らさ": { + "w_type": "godan verb stem", + "romaji": "oborasa" + }, + "溺らし": { + "w_type": "godan verb stem", + "romaji": "oborashi" + }, + "溺らせ": { + "w_type": "conjugated godan verb", + "romaji": "oborase" + }, + "溺らそ": { + "w_type": "godan verb stem", + "romaji": "oboraso" + }, + "溺らした": { + "w_type": "conjugated godan verb", + "romaji": "oborashita" + }, + "溺らして": { + "w_type": "conjugated godan verb", + "romaji": "oborashite" + }, + "けり込ま": { + "w_type": "godan verb stem", + "romaji": "kerikoma" + }, + "けり込み": { + "w_type": "godan verb stem", + "romaji": "kerikomi" + }, + "けり込め": { + "w_type": "conjugated godan verb", + "romaji": "kerikome" + }, + "けり込も": { + "w_type": "godan verb stem", + "romaji": "kerikomo" + }, + "けり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kerikonda" + }, + "けり込んで": { + "w_type": "conjugated godan verb", + "romaji": "kerikonde" + }, + "還さ": { + "w_type": "godan verb stem", + "romaji": "kaesa" + }, + "還し": { + "w_type": "godan verb stem", + "romaji": "kaeshi" + }, + "還せ": { + "w_type": "conjugated godan verb", + "romaji": "kaese" + }, + "還そ": { + "w_type": "godan verb stem", + "romaji": "kaeso" + }, + "還した": { + "w_type": "conjugated godan verb", + "romaji": "kaeshita" + }, + "還して": { + "w_type": "conjugated godan verb", + "romaji": "kaeshite" + }, + "打ち守ら": { + "w_type": "godan verb stem", + "romaji": "uchimamora" + }, + "打ち守り": { + "w_type": "godan verb stem", + "romaji": "uchimamori" + }, + "打ち守れ": { + "w_type": "conjugated godan verb", + "romaji": "uchimamore" + }, + "打ち守ろ": { + "w_type": "godan verb stem", + "romaji": "uchimamoro" + }, + "打ち守った": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotta" + }, + "打ち守って": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotte" + }, + "つくり出さ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "つくり出し": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "つくり出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "つくり出そ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "つくり出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "つくり出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "噛み殺さ": { + "w_type": "godan verb stem", + "romaji": "kamikorosa" + }, + "噛み殺し": { + "w_type": "godan verb stem", + "romaji": "kamikoroshi" + }, + "噛み殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kamikorose" + }, + "噛み殺そ": { + "w_type": "godan verb stem", + "romaji": "kamikoroso" + }, + "噛み殺した": { + "w_type": "conjugated godan verb", + "romaji": "kamikoroshita" + }, + "噛み殺して": { + "w_type": "conjugated godan verb", + "romaji": "kamikoroshite" + }, + "言い落さ": { + "w_type": "godan verb stem", + "romaji": "iiotosa" + }, + "言い落し": { + "w_type": "godan verb stem", + "romaji": "iiotoshi" + }, + "言い落せ": { + "w_type": "conjugated godan verb", + "romaji": "iiotose" + }, + "言い落そ": { + "w_type": "godan verb stem", + "romaji": "iiotoso" + }, + "言い落した": { + "w_type": "conjugated godan verb", + "romaji": "iiotoshita" + }, + "言い落して": { + "w_type": "conjugated godan verb", + "romaji": "iiotoshite" + }, + "走り寄ら": { + "w_type": "godan verb stem", + "romaji": "hashiriyora" + }, + "走り寄り": { + "w_type": "godan verb stem", + "romaji": "hashiriyori" + }, + "走り寄れ": { + "w_type": "conjugated godan verb", + "romaji": "hashiriyore" + }, + "走り寄ろ": { + "w_type": "godan verb stem", + "romaji": "hashiriyoro" + }, + "走り寄った": { + "w_type": "conjugated godan verb", + "romaji": "hashiriyotta" + }, + "走り寄って": { + "w_type": "conjugated godan verb", + "romaji": "hashiriyotte" + }, + "斬り払わ": { + "w_type": "godan verb stem", + "romaji": "kiriharawa" + }, + "斬り払い": { + "w_type": "godan verb stem", + "romaji": "kiriharai" + }, + "斬り払え": { + "w_type": "conjugated godan verb", + "romaji": "kiriharae" + }, + "斬り払お": { + "w_type": "godan verb stem", + "romaji": "kiriharao" + }, + "斬り払った": { + "w_type": "conjugated godan verb", + "romaji": "kiriharatta" + }, + "斬り払って": { + "w_type": "conjugated godan verb", + "romaji": "kiriharatte" + }, + "穿た": { + "w_type": "godan verb stem", + "romaji": "ugata" + }, + "穿ち": { + "w_type": "godan verb stem", + "romaji": "ugachi" + }, + "穿て": { + "w_type": "conjugated godan verb", + "romaji": "ugate" + }, + "穿と": { + "w_type": "godan verb stem", + "romaji": "ugato" + }, + "曲ら": { + "w_type": "godan verb stem", + "romaji": "magara" + }, + "曲り": { + "w_type": "godan verb stem", + "romaji": "magari" + }, + "曲れ": { + "w_type": "conjugated godan verb", + "romaji": "magare" + }, + "曲ろ": { + "w_type": "godan verb stem", + "romaji": "magaro" + }, + "曲った": { + "w_type": "conjugated godan verb", + "romaji": "magatta" + }, + "曲って": { + "w_type": "conjugated godan verb", + "romaji": "magatte" + }, + "売り惜しま": { + "w_type": "godan verb stem", + "romaji": "urioshima" + }, + "売り惜しみ": { + "w_type": "godan verb stem", + "romaji": "urioshimi" + }, + "売り惜しめ": { + "w_type": "conjugated godan verb", + "romaji": "urioshime" + }, + "売り惜しも": { + "w_type": "godan verb stem", + "romaji": "urioshimo" + }, + "売り惜しんだ": { + "w_type": "conjugated godan verb", + "romaji": "urioshinda" + }, + "売り惜しんで": { + "w_type": "conjugated godan verb", + "romaji": "urioshinde" + }, + "小戻さ": { + "w_type": "godan verb stem", + "romaji": "komodosa" + }, + "小戻し": { + "w_type": "godan verb stem", + "romaji": "komodoshi" + }, + "小戻せ": { + "w_type": "conjugated godan verb", + "romaji": "komodose" + }, + "小戻そ": { + "w_type": "godan verb stem", + "romaji": "komodoso" + }, + "小戻した": { + "w_type": "conjugated godan verb", + "romaji": "komodoshita" + }, + "小戻して": { + "w_type": "conjugated godan verb", + "romaji": "komodoshite" + }, + "引き戻さ": { + "w_type": "godan verb stem", + "romaji": "hikimodosa" + }, + "引き戻し": { + "w_type": "godan verb stem", + "romaji": "hikimodoshi" + }, + "引き戻せ": { + "w_type": "conjugated godan verb", + "romaji": "hikimodose" + }, + "引き戻そ": { + "w_type": "godan verb stem", + "romaji": "hikimodoso" + }, + "引き戻した": { + "w_type": "conjugated godan verb", + "romaji": "hikimodoshita" + }, + "引き戻して": { + "w_type": "conjugated godan verb", + "romaji": "hikimodoshite" + }, + "煮切ら": { + "w_type": "godan verb stem", + "romaji": "nikira" + }, + "煮切り": { + "w_type": "godan verb stem", + "romaji": "nikiri" + }, + "煮切れ": { + "w_type": "conjugated godan verb", + "romaji": "nikire" + }, + "煮切ろ": { + "w_type": "godan verb stem", + "romaji": "nikiro" + }, + "煮切った": { + "w_type": "conjugated godan verb", + "romaji": "nikitta" + }, + "煮切って": { + "w_type": "conjugated godan verb", + "romaji": "nikitte" + }, + "すり潰さ": { + "w_type": "godan verb stem", + "romaji": "suritsubusa" + }, + "すり潰し": { + "w_type": "godan verb stem", + "romaji": "suritsubushi" + }, + "すり潰せ": { + "w_type": "conjugated godan verb", + "romaji": "suritsubuse" + }, + "すり潰そ": { + "w_type": "godan verb stem", + "romaji": "suritsubuso" + }, + "すり潰した": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushita" + }, + "すり潰して": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushite" + }, + "登ら": { + "w_type": "godan verb stem", + "romaji": "nobora" + }, + "登り": { + "w_type": "godan verb stem", + "romaji": "nobori" + }, + "登れ": { + "w_type": "conjugated godan verb", + "romaji": "nobore" + }, + "登ろ": { + "w_type": "godan verb stem", + "romaji": "noboro" + }, + "登った": { + "w_type": "conjugated godan verb", + "romaji": "nobotta" + }, + "登って": { + "w_type": "conjugated godan verb", + "romaji": "nobotte" + }, + "打ちこわさ": { + "w_type": "godan verb stem", + "romaji": "buchikowasa" + }, + "打ちこわし": { + "w_type": "godan verb stem", + "romaji": "buchikowashi" + }, + "打ちこわせ": { + "w_type": "conjugated godan verb", + "romaji": "buchikowase" + }, + "打ちこわそ": { + "w_type": "godan verb stem", + "romaji": "buchikowaso" + }, + "打ちこわした": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashita" + }, + "打ちこわして": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashite" + }, + "果敢なま": { + "w_type": "godan verb stem", + "romaji": "hakanama" + }, + "果敢なみ": { + "w_type": "godan verb stem", + "romaji": "hakanami" + }, + "果敢なめ": { + "w_type": "conjugated godan verb", + "romaji": "hakaname" + }, + "果敢なも": { + "w_type": "godan verb stem", + "romaji": "hakanamo" + }, + "果敢なんだ": { + "w_type": "conjugated godan verb", + "romaji": "hakananda" + }, + "果敢なんで": { + "w_type": "conjugated godan verb", + "romaji": "hakanande" + }, + "裏反ら": { + "w_type": "godan verb stem", + "romaji": "uragaera" + }, + "裏反り": { + "w_type": "godan verb stem", + "romaji": "uragaeri" + }, + "裏反れ": { + "w_type": "conjugated godan verb", + "romaji": "uragaere" + }, + "裏反ろ": { + "w_type": "godan verb stem", + "romaji": "uragaero" + }, + "裏反った": { + "w_type": "conjugated godan verb", + "romaji": "uragaetta" + }, + "裏反って": { + "w_type": "conjugated godan verb", + "romaji": "uragaette" + }, + "推し計ら": { + "w_type": "godan verb stem", + "romaji": "oshihakara" + }, + "推し計り": { + "w_type": "godan verb stem", + "romaji": "oshihakari" + }, + "推し計れ": { + "w_type": "conjugated godan verb", + "romaji": "oshihakare" + }, + "推し計ろ": { + "w_type": "godan verb stem", + "romaji": "oshihakaro" + }, + "推し計った": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatta" + }, + "推し計って": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatte" + }, + "回り出さ": { + "w_type": "godan verb stem", + "romaji": "mawaridasa" + }, + "回り出し": { + "w_type": "godan verb stem", + "romaji": "mawaridashi" + }, + "回り出せ": { + "w_type": "conjugated godan verb", + "romaji": "mawaridase" + }, + "回り出そ": { + "w_type": "godan verb stem", + "romaji": "mawaridaso" + }, + "回り出した": { + "w_type": "conjugated godan verb", + "romaji": "mawaridashita" + }, + "回り出して": { + "w_type": "conjugated godan verb", + "romaji": "mawaridashite" + }, + "行きかわ": { + "w_type": "godan verb stem", + "romaji": "yukikawa" + }, + "行きかい": { + "w_type": "godan verb stem", + "romaji": "yukikai" + }, + "行きかえ": { + "w_type": "conjugated godan verb", + "romaji": "yukikae" + }, + "行きかお": { + "w_type": "godan verb stem", + "romaji": "yukikao" + }, + "行きかった": { + "w_type": "conjugated godan verb", + "romaji": "yukikatta" + }, + "行きかって": { + "w_type": "conjugated godan verb", + "romaji": "yukikatte" + }, + "錆びつか": { + "w_type": "godan verb stem", + "romaji": "sabitsuka" + }, + "錆びつき": { + "w_type": "godan verb stem", + "romaji": "sabitsuki" + }, + "錆びつけ": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuke" + }, + "錆びつこ": { + "w_type": "godan verb stem", + "romaji": "sabitsuko" + }, + "錆びついた": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuita" + }, + "錆びついて": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuite" + }, + "吹き落とさ": { + "w_type": "godan verb stem", + "romaji": "fukiotosa" + }, + "吹き落とし": { + "w_type": "godan verb stem", + "romaji": "fukiotoshi" + }, + "吹き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "fukiotose" + }, + "吹き落とそ": { + "w_type": "godan verb stem", + "romaji": "fukiotoso" + }, + "吹き落とした": { + "w_type": "conjugated godan verb", + "romaji": "fukiotoshita" + }, + "吹き落として": { + "w_type": "conjugated godan verb", + "romaji": "fukiotoshite" + }, + "誤魔化さ": { + "w_type": "godan verb stem", + "romaji": "gomakasa" + }, + "誤魔化し": { + "w_type": "godan verb stem", + "romaji": "gomakashi" + }, + "誤魔化せ": { + "w_type": "conjugated godan verb", + "romaji": "gomakase" + }, + "誤魔化そ": { + "w_type": "godan verb stem", + "romaji": "gomakaso" + }, + "誤魔化した": { + "w_type": "conjugated godan verb", + "romaji": "gomakashita" + }, + "誤魔化して": { + "w_type": "conjugated godan verb", + "romaji": "gomakashite" + }, + "鉗ま": { + "w_type": "godan verb stem", + "romaji": "tsuguma" + }, + "鉗み": { + "w_type": "godan verb stem", + "romaji": "tsugumi" + }, + "鉗め": { + "w_type": "conjugated godan verb", + "romaji": "tsugume" + }, + "鉗も": { + "w_type": "godan verb stem", + "romaji": "tsugumo" + }, + "鉗んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsugunda" + }, + "鉗んで": { + "w_type": "conjugated godan verb", + "romaji": "tsugunde" + }, + "映しださ": { + "w_type": "godan verb stem", + "romaji": "utsushidasa" + }, + "映しだし": { + "w_type": "godan verb stem", + "romaji": "utsushidashi" + }, + "映しだせ": { + "w_type": "conjugated godan verb", + "romaji": "utsushidase" + }, + "映しだそ": { + "w_type": "godan verb stem", + "romaji": "utsushidaso" + }, + "映しだした": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashita" + }, + "映しだして": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashite" + }, + "召取ら": { + "w_type": "godan verb stem", + "romaji": "meshitora" + }, + "召取り": { + "w_type": "godan verb stem", + "romaji": "meshitori" + }, + "召取れ": { + "w_type": "conjugated godan verb", + "romaji": "meshitore" + }, + "召取ろ": { + "w_type": "godan verb stem", + "romaji": "meshitoro" + }, + "召取った": { + "w_type": "conjugated godan verb", + "romaji": "meshitotta" + }, + "召取って": { + "w_type": "conjugated godan verb", + "romaji": "meshitotte" + }, + "均さ": { + "w_type": "godan verb stem", + "romaji": "narasa" + }, + "均し": { + "w_type": "godan verb stem", + "romaji": "narashi" + }, + "均せ": { + "w_type": "conjugated godan verb", + "romaji": "narase" + }, + "均そ": { + "w_type": "godan verb stem", + "romaji": "naraso" + }, + "均した": { + "w_type": "conjugated godan verb", + "romaji": "narashita" + }, + "均して": { + "w_type": "conjugated godan verb", + "romaji": "narashite" + }, + "閃か": { + "w_type": "godan verb stem", + "romaji": "hirameka" + }, + "閃き": { + "w_type": "godan verb stem", + "romaji": "hirameki" + }, + "閃け": { + "w_type": "conjugated godan verb", + "romaji": "hirameke" + }, + "閃こ": { + "w_type": "godan verb stem", + "romaji": "hirameko" + }, + "閃いた": { + "w_type": "conjugated godan verb", + "romaji": "hirameita" + }, + "閃いて": { + "w_type": "conjugated godan verb", + "romaji": "hirameite" + }, + "切掛から": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "切掛かり": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "切掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "切掛かろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "切掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "切掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "噛熟さ": { + "w_type": "godan verb stem", + "romaji": "kamikonasa" + }, + "噛熟し": { + "w_type": "godan verb stem", + "romaji": "kamikonashi" + }, + "噛熟せ": { + "w_type": "conjugated godan verb", + "romaji": "kamikonase" + }, + "噛熟そ": { + "w_type": "godan verb stem", + "romaji": "kamikonaso" + }, + "噛熟した": { + "w_type": "conjugated godan verb", + "romaji": "kamikonashita" + }, + "噛熟して": { + "w_type": "conjugated godan verb", + "romaji": "kamikonashite" + }, + "立ちよら": { + "w_type": "godan verb stem", + "romaji": "tachiyora" + }, + "立ちより": { + "w_type": "godan verb stem", + "romaji": "tachiyori" + }, + "立ちよれ": { + "w_type": "conjugated godan verb", + "romaji": "tachiyore" + }, + "立ちよろ": { + "w_type": "godan verb stem", + "romaji": "tachiyoro" + }, + "立ちよった": { + "w_type": "conjugated godan verb", + "romaji": "tachiyotta" + }, + "立ちよって": { + "w_type": "conjugated godan verb", + "romaji": "tachiyotte" + }, + "突崩さ": { + "w_type": "godan verb stem", + "romaji": "tsukikuzusa" + }, + "突崩し": { + "w_type": "godan verb stem", + "romaji": "tsukikuzushi" + }, + "突崩せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikuzuse" + }, + "突崩そ": { + "w_type": "godan verb stem", + "romaji": "tsukikuzuso" + }, + "突崩した": { + "w_type": "conjugated godan verb", + "romaji": "tsukikuzushita" + }, + "突崩して": { + "w_type": "conjugated godan verb", + "romaji": "tsukikuzushite" + }, + "握り込ま": { + "w_type": "godan verb stem", + "romaji": "nigirikoma" + }, + "握り込み": { + "w_type": "godan verb stem", + "romaji": "nigirikomi" + }, + "握り込め": { + "w_type": "conjugated godan verb", + "romaji": "nigirikome" + }, + "握り込も": { + "w_type": "godan verb stem", + "romaji": "nigirikomo" + }, + "握り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nigirikonda" + }, + "握り込んで": { + "w_type": "conjugated godan verb", + "romaji": "nigirikonde" + }, + "指示さ": { + "w_type": "godan verb stem", + "romaji": "sashishimesa" + }, + "指示し": { + "w_type": "godan verb stem", + "romaji": "sashishimeshi" + }, + "指示せ": { + "w_type": "conjugated godan verb", + "romaji": "sashishimese" + }, + "指示そ": { + "w_type": "godan verb stem", + "romaji": "sashishimeso" + }, + "指示した": { + "w_type": "conjugated godan verb", + "romaji": "sashishimeshita" + }, + "指示して": { + "w_type": "conjugated godan verb", + "romaji": "sashishimeshite" + }, + "浮か": { + "w_type": "godan verb stem", + "romaji": "uka" + }, + "浮き": { + "w_type": "godan verb stem", + "romaji": "uki" + }, + "浮け": { + "w_type": "conjugated godan verb", + "romaji": "uke" + }, + "浮こ": { + "w_type": "godan verb stem", + "romaji": "uko" + }, + "浮いた": { + "w_type": "conjugated godan verb", + "romaji": "uita" + }, + "浮いて": { + "w_type": "conjugated godan verb", + "romaji": "uite" + }, + "交尾ま": { + "w_type": "godan verb stem", + "romaji": "tsuruma" + }, + "交尾み": { + "w_type": "godan verb stem", + "romaji": "tsurumi" + }, + "交尾め": { + "w_type": "conjugated godan verb", + "romaji": "tsurume" + }, + "交尾も": { + "w_type": "godan verb stem", + "romaji": "tsurumo" + }, + "交尾んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurunda" + }, + "交尾んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurunde" + }, + "こみ合わ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "こみ合い": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "こみ合え": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "こみ合お": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "こみ合った": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "こみ合って": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "打っ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "buttobasa" + }, + "打っ飛ばし": { + "w_type": "godan verb stem", + "romaji": "buttobashi" + }, + "打っ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "buttobase" + }, + "打っ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "buttobaso" + }, + "打っ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "buttobashita" + }, + "打っ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "buttobashite" + }, + "嗤わ": { + "w_type": "godan verb stem", + "romaji": "warawa" + }, + "嗤い": { + "w_type": "godan verb stem", + "romaji": "warai" + }, + "嗤え": { + "w_type": "conjugated godan verb", + "romaji": "warae" + }, + "嗤お": { + "w_type": "godan verb stem", + "romaji": "warao" + }, + "嗤った": { + "w_type": "conjugated godan verb", + "romaji": "waratta" + }, + "嗤って": { + "w_type": "conjugated godan verb", + "romaji": "waratte" + }, + "祀ら": { + "w_type": "godan verb stem", + "romaji": "matsura" + }, + "祀り": { + "w_type": "godan verb stem", + "romaji": "matsuri" + }, + "祀れ": { + "w_type": "conjugated godan verb", + "romaji": "matsure" + }, + "祀ろ": { + "w_type": "godan verb stem", + "romaji": "matsuro" + }, + "祀った": { + "w_type": "conjugated godan verb", + "romaji": "matsutta" + }, + "祀って": { + "w_type": "conjugated godan verb", + "romaji": "matsutte" + }, + "棹差さ": { + "w_type": "godan verb stem", + "romaji": "saosasa" + }, + "棹差し": { + "w_type": "godan verb stem", + "romaji": "saosashi" + }, + "棹差せ": { + "w_type": "conjugated godan verb", + "romaji": "saosase" + }, + "棹差そ": { + "w_type": "godan verb stem", + "romaji": "saosaso" + }, + "棹差した": { + "w_type": "conjugated godan verb", + "romaji": "saosashita" + }, + "棹差して": { + "w_type": "conjugated godan verb", + "romaji": "saosashite" + }, + "娶ら": { + "w_type": "godan verb stem", + "romaji": "metora" + }, + "娶り": { + "w_type": "godan verb stem", + "romaji": "metori" + }, + "娶れ": { + "w_type": "conjugated godan verb", + "romaji": "metore" + }, + "娶ろ": { + "w_type": "godan verb stem", + "romaji": "metoro" + }, + "娶った": { + "w_type": "conjugated godan verb", + "romaji": "metotta" + }, + "娶って": { + "w_type": "conjugated godan verb", + "romaji": "metotte" + }, + "踞わ": { + "w_type": "godan verb stem", + "romaji": "tsukubawa" + }, + "踞い": { + "w_type": "godan verb stem", + "romaji": "tsukubai" + }, + "踞え": { + "w_type": "conjugated godan verb", + "romaji": "tsukubae" + }, + "踞お": { + "w_type": "godan verb stem", + "romaji": "tsukubao" + }, + "踞った": { + "w_type": "conjugated godan verb", + "romaji": "tsukubatta" + }, + "踞って": { + "w_type": "conjugated godan verb", + "romaji": "tsukubatte" + }, + "腹が減ら": { + "w_type": "godan verb stem", + "romaji": "haragahera" + }, + "腹が減り": { + "w_type": "godan verb stem", + "romaji": "haragaheri" + }, + "腹が減れ": { + "w_type": "conjugated godan verb", + "romaji": "haragahere" + }, + "腹が減ろ": { + "w_type": "godan verb stem", + "romaji": "haragahero" + }, + "腹が減った": { + "w_type": "conjugated godan verb", + "romaji": "haragahetta" + }, + "腹が減って": { + "w_type": "conjugated godan verb", + "romaji": "haragahette" + }, + "引っつかま": { + "w_type": "godan verb stem", + "romaji": "hittsukama" + }, + "引っつかみ": { + "w_type": "godan verb stem", + "romaji": "hittsukami" + }, + "引っつかめ": { + "w_type": "conjugated godan verb", + "romaji": "hittsukame" + }, + "引っつかも": { + "w_type": "godan verb stem", + "romaji": "hittsukamo" + }, + "引っつかんだ": { + "w_type": "conjugated godan verb", + "romaji": "hittsukanda" + }, + "引っつかんで": { + "w_type": "conjugated godan verb", + "romaji": "hittsukande" + }, + "打殺さ": { + "w_type": "godan verb stem", + "romaji": "uchikorosa" + }, + "打殺し": { + "w_type": "godan verb stem", + "romaji": "uchikoroshi" + }, + "打殺せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikorose" + }, + "打殺そ": { + "w_type": "godan verb stem", + "romaji": "uchikoroso" + }, + "打殺した": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshita" + }, + "打殺して": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshite" + }, + "立て籠もら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "立て籠もり": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "立て籠もれ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "立て籠もろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "立て籠もった": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "立て籠もって": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "括ら": { + "w_type": "godan verb stem", + "romaji": "kukura" + }, + "括り": { + "w_type": "godan verb stem", + "romaji": "kukuri" + }, + "括れ": { + "w_type": "conjugated godan verb", + "romaji": "kukure" + }, + "括ろ": { + "w_type": "godan verb stem", + "romaji": "kukuro" + }, + "括った": { + "w_type": "conjugated godan verb", + "romaji": "kukutta" + }, + "括って": { + "w_type": "conjugated godan verb", + "romaji": "kukutte" + }, + "相具さ": { + "w_type": "godan verb stem", + "romaji": "aigusa" + }, + "相具し": { + "w_type": "godan verb stem", + "romaji": "aigushi" + }, + "相具せ": { + "w_type": "conjugated godan verb", + "romaji": "aiguse" + }, + "相具そ": { + "w_type": "godan verb stem", + "romaji": "aiguso" + }, + "相具した": { + "w_type": "conjugated godan verb", + "romaji": "aigushita" + }, + "相具して": { + "w_type": "conjugated godan verb", + "romaji": "aigushite" + }, + "言募ら": { + "w_type": "godan verb stem", + "romaji": "iitsunora" + }, + "言募り": { + "w_type": "godan verb stem", + "romaji": "iitsunori" + }, + "言募れ": { + "w_type": "conjugated godan verb", + "romaji": "iitsunore" + }, + "言募ろ": { + "w_type": "godan verb stem", + "romaji": "iitsunoro" + }, + "言募った": { + "w_type": "conjugated godan verb", + "romaji": "iitsunotta" + }, + "言募って": { + "w_type": "conjugated godan verb", + "romaji": "iitsunotte" + }, + "歩みよら": { + "w_type": "godan verb stem", + "romaji": "ayumiyora" + }, + "歩みより": { + "w_type": "godan verb stem", + "romaji": "ayumiyori" + }, + "歩みよれ": { + "w_type": "conjugated godan verb", + "romaji": "ayumiyore" + }, + "歩みよろ": { + "w_type": "godan verb stem", + "romaji": "ayumiyoro" + }, + "歩みよった": { + "w_type": "conjugated godan verb", + "romaji": "ayumiyotta" + }, + "歩みよって": { + "w_type": "conjugated godan verb", + "romaji": "ayumiyotte" + }, + "言い紛らさ": { + "w_type": "godan verb stem", + "romaji": "iimagirasa" + }, + "言い紛らし": { + "w_type": "godan verb stem", + "romaji": "iimagirashi" + }, + "言い紛らせ": { + "w_type": "conjugated godan verb", + "romaji": "iimagirase" + }, + "言い紛らそ": { + "w_type": "godan verb stem", + "romaji": "iimagiraso" + }, + "言い紛らした": { + "w_type": "conjugated godan verb", + "romaji": "iimagirashita" + }, + "言い紛らして": { + "w_type": "conjugated godan verb", + "romaji": "iimagirashite" + }, + "説か": { + "w_type": "godan verb stem", + "romaji": "toka" + }, + "説き": { + "w_type": "godan verb stem", + "romaji": "toki" + }, + "説け": { + "w_type": "conjugated godan verb", + "romaji": "toke" + }, + "説こ": { + "w_type": "godan verb stem", + "romaji": "toko" + }, + "説いた": { + "w_type": "conjugated godan verb", + "romaji": "toita" + }, + "説いて": { + "w_type": "conjugated godan verb", + "romaji": "toite" + }, + "付入ら": { + "w_type": "godan verb stem", + "romaji": "tsukeira" + }, + "付入り": { + "w_type": "godan verb stem", + "romaji": "tsukeiri" + }, + "付入れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukeire" + }, + "付入ろ": { + "w_type": "godan verb stem", + "romaji": "tsukeiro" + }, + "付入った": { + "w_type": "conjugated godan verb", + "romaji": "tsukeitta" + }, + "付入って": { + "w_type": "conjugated godan verb", + "romaji": "tsukeitte" + }, + "見すまさ": { + "w_type": "godan verb stem", + "romaji": "misumasa" + }, + "見すまし": { + "w_type": "godan verb stem", + "romaji": "misumashi" + }, + "見すませ": { + "w_type": "conjugated godan verb", + "romaji": "misumase" + }, + "見すまそ": { + "w_type": "godan verb stem", + "romaji": "misumaso" + }, + "見すました": { + "w_type": "conjugated godan verb", + "romaji": "misumashita" + }, + "見すまして": { + "w_type": "conjugated godan verb", + "romaji": "misumashite" + }, + "遣い果さ": { + "w_type": "godan verb stem", + "romaji": "tsukaihatasa" + }, + "遣い果し": { + "w_type": "godan verb stem", + "romaji": "tsukaihatashi" + }, + "遣い果せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatase" + }, + "遣い果そ": { + "w_type": "godan verb stem", + "romaji": "tsukaihataso" + }, + "遣い果した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashita" + }, + "遣い果して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashite" + }, + "食い倒さ": { + "w_type": "godan verb stem", + "romaji": "kuitaosa" + }, + "食い倒し": { + "w_type": "godan verb stem", + "romaji": "kuitaoshi" + }, + "食い倒せ": { + "w_type": "conjugated godan verb", + "romaji": "kuitaose" + }, + "食い倒そ": { + "w_type": "godan verb stem", + "romaji": "kuitaoso" + }, + "食い倒した": { + "w_type": "conjugated godan verb", + "romaji": "kuitaoshita" + }, + "食い倒して": { + "w_type": "conjugated godan verb", + "romaji": "kuitaoshite" + }, + "うかれ歩か": { + "w_type": "godan verb stem", + "romaji": "ukarearuka" + }, + "うかれ歩き": { + "w_type": "godan verb stem", + "romaji": "ukarearuki" + }, + "うかれ歩け": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuke" + }, + "うかれ歩こ": { + "w_type": "godan verb stem", + "romaji": "ukarearuko" + }, + "うかれ歩いた": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuita" + }, + "うかれ歩いて": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuite" + }, + "取りかこま": { + "w_type": "godan verb stem", + "romaji": "torikakoma" + }, + "取りかこみ": { + "w_type": "godan verb stem", + "romaji": "torikakomi" + }, + "取りかこめ": { + "w_type": "conjugated godan verb", + "romaji": "torikakome" + }, + "取りかこも": { + "w_type": "godan verb stem", + "romaji": "torikakomo" + }, + "取りかこんだ": { + "w_type": "conjugated godan verb", + "romaji": "torikakonda" + }, + "取りかこんで": { + "w_type": "conjugated godan verb", + "romaji": "torikakonde" + }, + "湯掻か": { + "w_type": "godan verb stem", + "romaji": "yugaka" + }, + "湯掻き": { + "w_type": "godan verb stem", + "romaji": "yugaki" + }, + "湯掻け": { + "w_type": "conjugated godan verb", + "romaji": "yugake" + }, + "湯掻こ": { + "w_type": "godan verb stem", + "romaji": "yugako" + }, + "湯掻いた": { + "w_type": "conjugated godan verb", + "romaji": "yugaita" + }, + "湯掻いて": { + "w_type": "conjugated godan verb", + "romaji": "yugaite" + }, + "弥増さ": { + "w_type": "godan verb stem", + "romaji": "iyamasa" + }, + "弥増し": { + "w_type": "godan verb stem", + "romaji": "iyamashi" + }, + "弥増せ": { + "w_type": "conjugated godan verb", + "romaji": "iyamase" + }, + "弥増そ": { + "w_type": "godan verb stem", + "romaji": "iyamaso" + }, + "弥増した": { + "w_type": "conjugated godan verb", + "romaji": "iyamashita" + }, + "弥増して": { + "w_type": "conjugated godan verb", + "romaji": "iyamashite" + }, + "動き回ら": { + "w_type": "godan verb stem", + "romaji": "ugokimawara" + }, + "動き回り": { + "w_type": "godan verb stem", + "romaji": "ugokimawari" + }, + "動き回れ": { + "w_type": "conjugated godan verb", + "romaji": "ugokimaware" + }, + "動き回ろ": { + "w_type": "godan verb stem", + "romaji": "ugokimawaro" + }, + "動き回った": { + "w_type": "conjugated godan verb", + "romaji": "ugokimawatta" + }, + "動き回って": { + "w_type": "conjugated godan verb", + "romaji": "ugokimawatte" + }, + "媚び諂わ": { + "w_type": "godan verb stem", + "romaji": "kobihetsurawa" + }, + "媚び諂い": { + "w_type": "godan verb stem", + "romaji": "kobihetsurai" + }, + "媚び諂え": { + "w_type": "conjugated godan verb", + "romaji": "kobihetsurae" + }, + "媚び諂お": { + "w_type": "godan verb stem", + "romaji": "kobihetsurao" + }, + "媚び諂った": { + "w_type": "conjugated godan verb", + "romaji": "kobihetsuratta" + }, + "媚び諂って": { + "w_type": "conjugated godan verb", + "romaji": "kobihetsuratte" + }, + "浮腫ま": { + "w_type": "godan verb stem", + "romaji": "mukuma" + }, + "浮腫み": { + "w_type": "godan verb stem", + "romaji": "mukumi" + }, + "浮腫め": { + "w_type": "conjugated godan verb", + "romaji": "mukume" + }, + "浮腫も": { + "w_type": "godan verb stem", + "romaji": "mukumo" + }, + "浮腫んだ": { + "w_type": "conjugated godan verb", + "romaji": "mukunda" + }, + "浮腫んで": { + "w_type": "conjugated godan verb", + "romaji": "mukunde" + }, + "釣り出さ": { + "w_type": "godan verb stem", + "romaji": "tsuridasa" + }, + "釣り出し": { + "w_type": "godan verb stem", + "romaji": "tsuridashi" + }, + "釣り出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuridase" + }, + "釣り出そ": { + "w_type": "godan verb stem", + "romaji": "tsuridaso" + }, + "釣り出した": { + "w_type": "conjugated godan verb", + "romaji": "tsuridashita" + }, + "釣り出して": { + "w_type": "conjugated godan verb", + "romaji": "tsuridashite" + }, + "茶目ら": { + "w_type": "godan verb stem", + "romaji": "chamera" + }, + "茶目り": { + "w_type": "godan verb stem", + "romaji": "chameri" + }, + "茶目れ": { + "w_type": "conjugated godan verb", + "romaji": "chamere" + }, + "茶目ろ": { + "w_type": "godan verb stem", + "romaji": "chamero" + }, + "茶目った": { + "w_type": "conjugated godan verb", + "romaji": "chametta" + }, + "茶目って": { + "w_type": "conjugated godan verb", + "romaji": "chamette" + }, + "使い出さ": { + "w_type": "godan verb stem", + "romaji": "tsukaidasa" + }, + "使い出し": { + "w_type": "godan verb stem", + "romaji": "tsukaidashi" + }, + "使い出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaidase" + }, + "使い出そ": { + "w_type": "godan verb stem", + "romaji": "tsukaidaso" + }, + "使い出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaidashita" + }, + "使い出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaidashite" + }, + "読み耽ら": { + "w_type": "godan verb stem", + "romaji": "yomifukera" + }, + "読み耽り": { + "w_type": "godan verb stem", + "romaji": "yomifukeri" + }, + "読み耽れ": { + "w_type": "conjugated godan verb", + "romaji": "yomifukere" + }, + "読み耽ろ": { + "w_type": "godan verb stem", + "romaji": "yomifukero" + }, + "読み耽った": { + "w_type": "conjugated godan verb", + "romaji": "yomifuketta" + }, + "読み耽って": { + "w_type": "conjugated godan verb", + "romaji": "yomifukette" + }, + "具さ": { + "w_type": "godan verb stem", + "romaji": "gusa" + }, + "具し": { + "w_type": "godan verb stem", + "romaji": "gushi" + }, + "具せ": { + "w_type": "conjugated godan verb", + "romaji": "guse" + }, + "具そ": { + "w_type": "godan verb stem", + "romaji": "guso" + }, + "具した": { + "w_type": "conjugated godan verb", + "romaji": "gushita" + }, + "具して": { + "w_type": "conjugated godan verb", + "romaji": "gushite" + }, + "竟わら": { + "w_type": "godan verb stem", + "romaji": "owara" + }, + "竟わり": { + "w_type": "godan verb stem", + "romaji": "owari" + }, + "竟われ": { + "w_type": "conjugated godan verb", + "romaji": "oware" + }, + "竟わろ": { + "w_type": "godan verb stem", + "romaji": "owaro" + }, + "竟わった": { + "w_type": "conjugated godan verb", + "romaji": "owatta" + }, + "竟わって": { + "w_type": "conjugated godan verb", + "romaji": "owatte" + }, + "喫わ": { + "w_type": "godan verb stem", + "romaji": "suwa" + }, + "喫い": { + "w_type": "godan verb stem", + "romaji": "sui" + }, + "喫え": { + "w_type": "conjugated godan verb", + "romaji": "sue" + }, + "喫お": { + "w_type": "godan verb stem", + "romaji": "suo" + }, + "喫った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "喫って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "褒め奉ら": { + "w_type": "godan verb stem", + "romaji": "homematsura" + }, + "褒め奉り": { + "w_type": "godan verb stem", + "romaji": "homematsuri" + }, + "褒め奉れ": { + "w_type": "conjugated godan verb", + "romaji": "homematsure" + }, + "褒め奉ろ": { + "w_type": "godan verb stem", + "romaji": "homematsuro" + }, + "褒め奉った": { + "w_type": "conjugated godan verb", + "romaji": "homematsutta" + }, + "褒め奉って": { + "w_type": "conjugated godan verb", + "romaji": "homematsutte" + }, + "喫さ": { + "w_type": "godan verb stem", + "romaji": "kissa" + }, + "喫し": { + "w_type": "godan verb stem", + "romaji": "kisshi" + }, + "喫せ": { + "w_type": "conjugated godan verb", + "romaji": "kisse" + }, + "喫そ": { + "w_type": "godan verb stem", + "romaji": "kisso" + }, + "喫した": { + "w_type": "conjugated godan verb", + "romaji": "kisshita" + }, + "喫して": { + "w_type": "conjugated godan verb", + "romaji": "kisshite" + }, + "靡かさ": { + "w_type": "godan verb stem", + "romaji": "nabikasa" + }, + "靡かし": { + "w_type": "godan verb stem", + "romaji": "nabikashi" + }, + "靡かせ": { + "w_type": "conjugated godan verb", + "romaji": "nabikase" + }, + "靡かそ": { + "w_type": "godan verb stem", + "romaji": "nabikaso" + }, + "靡かした": { + "w_type": "conjugated godan verb", + "romaji": "nabikashita" + }, + "靡かして": { + "w_type": "conjugated godan verb", + "romaji": "nabikashite" + }, + "澱ま": { + "w_type": "godan verb stem", + "romaji": "yodoma" + }, + "澱み": { + "w_type": "godan verb stem", + "romaji": "yodomi" + }, + "澱め": { + "w_type": "conjugated godan verb", + "romaji": "yodome" + }, + "澱も": { + "w_type": "godan verb stem", + "romaji": "yodomo" + }, + "澱んだ": { + "w_type": "conjugated godan verb", + "romaji": "yodonda" + }, + "澱んで": { + "w_type": "conjugated godan verb", + "romaji": "yodonde" + }, + "でき上がら": { + "w_type": "godan verb stem", + "romaji": "dekiagara" + }, + "でき上がり": { + "w_type": "godan verb stem", + "romaji": "dekiagari" + }, + "でき上がれ": { + "w_type": "conjugated godan verb", + "romaji": "dekiagare" + }, + "でき上がろ": { + "w_type": "godan verb stem", + "romaji": "dekiagaro" + }, + "でき上がった": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatta" + }, + "でき上がって": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatte" + }, + "射通さ": { + "w_type": "godan verb stem", + "romaji": "itoosa" + }, + "射通し": { + "w_type": "godan verb stem", + "romaji": "itooshi" + }, + "射通せ": { + "w_type": "conjugated godan verb", + "romaji": "itoose" + }, + "射通そ": { + "w_type": "godan verb stem", + "romaji": "itooso" + }, + "射通した": { + "w_type": "conjugated godan verb", + "romaji": "itooshita" + }, + "射通して": { + "w_type": "conjugated godan verb", + "romaji": "itooshite" + }, + "打ち臥さ": { + "w_type": "godan verb stem", + "romaji": "uchifusa" + }, + "打ち臥し": { + "w_type": "godan verb stem", + "romaji": "uchifushi" + }, + "打ち臥せ": { + "w_type": "conjugated godan verb", + "romaji": "uchifuse" + }, + "打ち臥そ": { + "w_type": "godan verb stem", + "romaji": "uchifuso" + }, + "打ち臥した": { + "w_type": "conjugated godan verb", + "romaji": "uchifushita" + }, + "打ち臥して": { + "w_type": "conjugated godan verb", + "romaji": "uchifushite" + }, + "躓か": { + "w_type": "godan verb stem", + "romaji": "tsumazuka" + }, + "躓き": { + "w_type": "godan verb stem", + "romaji": "tsumazuki" + }, + "躓け": { + "w_type": "conjugated godan verb", + "romaji": "tsumazuke" + }, + "躓こ": { + "w_type": "godan verb stem", + "romaji": "tsumazuko" + }, + "躓いた": { + "w_type": "conjugated godan verb", + "romaji": "tsumazuita" + }, + "躓いて": { + "w_type": "conjugated godan verb", + "romaji": "tsumazuite" + }, + "乗り回ら": { + "w_type": "godan verb stem", + "romaji": "norimawara" + }, + "乗り回り": { + "w_type": "godan verb stem", + "romaji": "norimawari" + }, + "乗り回れ": { + "w_type": "conjugated godan verb", + "romaji": "norimaware" + }, + "乗り回ろ": { + "w_type": "godan verb stem", + "romaji": "norimawaro" + }, + "乗り回った": { + "w_type": "conjugated godan verb", + "romaji": "norimawatta" + }, + "乗り回って": { + "w_type": "conjugated godan verb", + "romaji": "norimawatte" + }, + "拭き込ま": { + "w_type": "godan verb stem", + "romaji": "fukikoma" + }, + "拭き込み": { + "w_type": "godan verb stem", + "romaji": "fukikomi" + }, + "拭き込め": { + "w_type": "conjugated godan verb", + "romaji": "fukikome" + }, + "拭き込も": { + "w_type": "godan verb stem", + "romaji": "fukikomo" + }, + "拭き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukikonda" + }, + "拭き込んで": { + "w_type": "conjugated godan verb", + "romaji": "fukikonde" + }, + "閉ざさ": { + "w_type": "godan verb stem", + "romaji": "tozasa" + }, + "閉ざし": { + "w_type": "godan verb stem", + "romaji": "tozashi" + }, + "閉ざせ": { + "w_type": "conjugated godan verb", + "romaji": "tozase" + }, + "閉ざそ": { + "w_type": "godan verb stem", + "romaji": "tozaso" + }, + "閉ざした": { + "w_type": "conjugated godan verb", + "romaji": "tozashita" + }, + "閉ざして": { + "w_type": "conjugated godan verb", + "romaji": "tozashite" + }, + "ぶち殺さ": { + "w_type": "godan verb stem", + "romaji": "buchikorosa" + }, + "ぶち殺し": { + "w_type": "godan verb stem", + "romaji": "buchikoroshi" + }, + "ぶち殺せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikorose" + }, + "ぶち殺そ": { + "w_type": "godan verb stem", + "romaji": "buchikoroso" + }, + "ぶち殺した": { + "w_type": "conjugated godan verb", + "romaji": "buchikoroshita" + }, + "ぶち殺して": { + "w_type": "conjugated godan verb", + "romaji": "buchikoroshite" + }, + "言い置か": { + "w_type": "godan verb stem", + "romaji": "iioka" + }, + "言い置き": { + "w_type": "godan verb stem", + "romaji": "iioki" + }, + "言い置け": { + "w_type": "conjugated godan verb", + "romaji": "iioke" + }, + "言い置こ": { + "w_type": "godan verb stem", + "romaji": "iioko" + }, + "言い置いた": { + "w_type": "conjugated godan verb", + "romaji": "iioita" + }, + "言い置いて": { + "w_type": "conjugated godan verb", + "romaji": "iioite" + }, + "殖やさ": { + "w_type": "godan verb stem", + "romaji": "fuyasa" + }, + "殖やし": { + "w_type": "godan verb stem", + "romaji": "fuyashi" + }, + "殖やせ": { + "w_type": "conjugated godan verb", + "romaji": "fuyase" + }, + "殖やそ": { + "w_type": "godan verb stem", + "romaji": "fuyaso" + }, + "殖やした": { + "w_type": "conjugated godan verb", + "romaji": "fuyashita" + }, + "殖やして": { + "w_type": "conjugated godan verb", + "romaji": "fuyashite" + }, + "遅さ": { + "w_type": "godan verb stem", + "romaji": "okurasa" + }, + "遅し": { + "w_type": "godan verb stem", + "romaji": "okurashi" + }, + "遅せ": { + "w_type": "conjugated godan verb", + "romaji": "okurase" + }, + "遅そ": { + "w_type": "godan verb stem", + "romaji": "okuraso" + }, + "遅した": { + "w_type": "conjugated godan verb", + "romaji": "okurashita" + }, + "遅して": { + "w_type": "conjugated godan verb", + "romaji": "okurashite" + }, + "言い開か": { + "w_type": "godan verb stem", + "romaji": "iihiraka" + }, + "言い開き": { + "w_type": "godan verb stem", + "romaji": "iihiraki" + }, + "言い開け": { + "w_type": "conjugated godan verb", + "romaji": "iihirake" + }, + "言い開こ": { + "w_type": "godan verb stem", + "romaji": "iihirako" + }, + "言い開いた": { + "w_type": "conjugated godan verb", + "romaji": "iihiraita" + }, + "言い開いて": { + "w_type": "conjugated godan verb", + "romaji": "iihiraite" + }, + "更かさ": { + "w_type": "godan verb stem", + "romaji": "fukasa" + }, + "更かし": { + "w_type": "godan verb stem", + "romaji": "fukashi" + }, + "更かせ": { + "w_type": "conjugated godan verb", + "romaji": "fukase" + }, + "更かそ": { + "w_type": "godan verb stem", + "romaji": "fukaso" + }, + "更かした": { + "w_type": "conjugated godan verb", + "romaji": "fukashita" + }, + "更かして": { + "w_type": "conjugated godan verb", + "romaji": "fukashite" + }, + "打ちつづか": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuka" + }, + "打ちつづき": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuki" + }, + "打ちつづけ": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuke" + }, + "打ちつづこ": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuko" + }, + "打ちつづいた": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuita" + }, + "打ちつづいて": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuite" + }, + "弄くら": { + "w_type": "godan verb stem", + "romaji": "ijikura" + }, + "弄くり": { + "w_type": "godan verb stem", + "romaji": "ijikuri" + }, + "弄くれ": { + "w_type": "conjugated godan verb", + "romaji": "ijikure" + }, + "弄くろ": { + "w_type": "godan verb stem", + "romaji": "ijikuro" + }, + "弄くった": { + "w_type": "conjugated godan verb", + "romaji": "ijikutta" + }, + "弄くって": { + "w_type": "conjugated godan verb", + "romaji": "ijikutte" + }, + "繰り取ら": { + "w_type": "godan verb stem", + "romaji": "kuritora" + }, + "繰り取り": { + "w_type": "godan verb stem", + "romaji": "kuritori" + }, + "繰り取れ": { + "w_type": "conjugated godan verb", + "romaji": "kuritore" + }, + "繰り取ろ": { + "w_type": "godan verb stem", + "romaji": "kuritoro" + }, + "繰り取った": { + "w_type": "conjugated godan verb", + "romaji": "kuritotta" + }, + "繰り取って": { + "w_type": "conjugated godan verb", + "romaji": "kuritotte" + }, + "身振りで示さ": { + "w_type": "godan verb stem", + "romaji": "miburideshimesa" + }, + "身振りで示し": { + "w_type": "godan verb stem", + "romaji": "miburideshimeshi" + }, + "身振りで示せ": { + "w_type": "conjugated godan verb", + "romaji": "miburideshimese" + }, + "身振りで示そ": { + "w_type": "godan verb stem", + "romaji": "miburideshimeso" + }, + "身振りで示した": { + "w_type": "conjugated godan verb", + "romaji": "miburideshimeshita" + }, + "身振りで示して": { + "w_type": "conjugated godan verb", + "romaji": "miburideshimeshite" + }, + "睨み合わ": { + "w_type": "godan verb stem", + "romaji": "niramiawa" + }, + "睨み合い": { + "w_type": "godan verb stem", + "romaji": "niramiai" + }, + "睨み合え": { + "w_type": "conjugated godan verb", + "romaji": "niramiae" + }, + "睨み合お": { + "w_type": "godan verb stem", + "romaji": "niramiao" + }, + "睨み合った": { + "w_type": "conjugated godan verb", + "romaji": "niramiatta" + }, + "睨み合って": { + "w_type": "conjugated godan verb", + "romaji": "niramiatte" + }, + "言継が": { + "w_type": "godan verb stem", + "romaji": "iitsuga" + }, + "言継ぎ": { + "w_type": "godan verb stem", + "romaji": "iitsugi" + }, + "言継げ": { + "w_type": "conjugated godan verb", + "romaji": "iitsuge" + }, + "言継ご": { + "w_type": "godan verb stem", + "romaji": "iitsugo" + }, + "言継いだ": { + "w_type": "conjugated godan verb", + "romaji": "iitsuida" + }, + "言継いで": { + "w_type": "conjugated godan verb", + "romaji": "iitsuide" + }, + "間引か": { + "w_type": "godan verb stem", + "romaji": "mabika" + }, + "間引き": { + "w_type": "godan verb stem", + "romaji": "mabiki" + }, + "間引け": { + "w_type": "conjugated godan verb", + "romaji": "mabike" + }, + "間引こ": { + "w_type": "godan verb stem", + "romaji": "mabiko" + }, + "間引いた": { + "w_type": "conjugated godan verb", + "romaji": "mabiita" + }, + "間引いて": { + "w_type": "conjugated godan verb", + "romaji": "mabiite" + }, + "思い止まら": { + "w_type": "godan verb stem", + "romaji": "omoitodomara" + }, + "思い止まり": { + "w_type": "godan verb stem", + "romaji": "omoitodomari" + }, + "思い止まれ": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomare" + }, + "思い止まろ": { + "w_type": "godan verb stem", + "romaji": "omoitodomaro" + }, + "思い止まった": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomatta" + }, + "思い止まって": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomatte" + }, + "死に損なわ": { + "w_type": "godan verb stem", + "romaji": "shinisokonawa" + }, + "死に損ない": { + "w_type": "godan verb stem", + "romaji": "shinisokonai" + }, + "死に損なえ": { + "w_type": "conjugated godan verb", + "romaji": "shinisokonae" + }, + "死に損なお": { + "w_type": "godan verb stem", + "romaji": "shinisokonao" + }, + "死に損なった": { + "w_type": "conjugated godan verb", + "romaji": "shinisokonatta" + }, + "死に損なって": { + "w_type": "conjugated godan verb", + "romaji": "shinisokonatte" + }, + "混ぜ込ま": { + "w_type": "godan verb stem", + "romaji": "mazekoma" + }, + "混ぜ込み": { + "w_type": "godan verb stem", + "romaji": "mazekomi" + }, + "混ぜ込め": { + "w_type": "conjugated godan verb", + "romaji": "mazekome" + }, + "混ぜ込も": { + "w_type": "godan verb stem", + "romaji": "mazekomo" + }, + "混ぜ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mazekonda" + }, + "混ぜ込んで": { + "w_type": "conjugated godan verb", + "romaji": "mazekonde" + }, + "振りかぶら": { + "w_type": "godan verb stem", + "romaji": "furikabura" + }, + "振りかぶり": { + "w_type": "godan verb stem", + "romaji": "furikaburi" + }, + "振りかぶれ": { + "w_type": "conjugated godan verb", + "romaji": "furikabure" + }, + "振りかぶろ": { + "w_type": "godan verb stem", + "romaji": "furikaburo" + }, + "振りかぶった": { + "w_type": "conjugated godan verb", + "romaji": "furikabutta" + }, + "振りかぶって": { + "w_type": "conjugated godan verb", + "romaji": "furikabutte" + }, + "蹲み込ま": { + "w_type": "godan verb stem", + "romaji": "shagamikoma" + }, + "蹲み込み": { + "w_type": "godan verb stem", + "romaji": "shagamikomi" + }, + "蹲み込め": { + "w_type": "conjugated godan verb", + "romaji": "shagamikome" + }, + "蹲み込も": { + "w_type": "godan verb stem", + "romaji": "shagamikomo" + }, + "蹲み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shagamikonda" + }, + "蹲み込んで": { + "w_type": "conjugated godan verb", + "romaji": "shagamikonde" + }, + "明か": { + "w_type": "godan verb stem", + "romaji": "aka" + }, + "明き": { + "w_type": "godan verb stem", + "romaji": "aki" + }, + "明け": { + "w_type": "conjugated godan verb", + "romaji": "ake" + }, + "明こ": { + "w_type": "godan verb stem", + "romaji": "ako" + }, + "明いた": { + "w_type": "conjugated godan verb", + "romaji": "aita" + }, + "明いて": { + "w_type": "conjugated godan verb", + "romaji": "aite" + }, + "扱き下ろさ": { + "w_type": "godan verb stem", + "romaji": "kokiorosa" + }, + "扱き下ろし": { + "w_type": "godan verb stem", + "romaji": "kokioroshi" + }, + "扱き下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "kokiorose" + }, + "扱き下ろそ": { + "w_type": "godan verb stem", + "romaji": "kokioroso" + }, + "扱き下ろした": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshita" + }, + "扱き下ろして": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshite" + }, + "追い縋ら": { + "w_type": "godan verb stem", + "romaji": "oisugara" + }, + "追い縋り": { + "w_type": "godan verb stem", + "romaji": "oisugari" + }, + "追い縋れ": { + "w_type": "conjugated godan verb", + "romaji": "oisugare" + }, + "追い縋ろ": { + "w_type": "godan verb stem", + "romaji": "oisugaro" + }, + "追い縋った": { + "w_type": "conjugated godan verb", + "romaji": "oisugatta" + }, + "追い縋って": { + "w_type": "conjugated godan verb", + "romaji": "oisugatte" + }, + "調子づか": { + "w_type": "godan verb stem", + "romaji": "choushizuka" + }, + "調子づき": { + "w_type": "godan verb stem", + "romaji": "choushizuki" + }, + "調子づけ": { + "w_type": "conjugated godan verb", + "romaji": "choushizuke" + }, + "調子づこ": { + "w_type": "godan verb stem", + "romaji": "choushizuko" + }, + "調子づいた": { + "w_type": "conjugated godan verb", + "romaji": "choushizuita" + }, + "調子づいて": { + "w_type": "conjugated godan verb", + "romaji": "choushizuite" + }, + "臥さ": { + "w_type": "godan verb stem", + "romaji": "fusa" + }, + "臥し": { + "w_type": "godan verb stem", + "romaji": "fushi" + }, + "臥せ": { + "w_type": "conjugated godan verb", + "romaji": "fuse" + }, + "臥そ": { + "w_type": "godan verb stem", + "romaji": "fuso" + }, + "臥した": { + "w_type": "conjugated godan verb", + "romaji": "fushita" + }, + "臥して": { + "w_type": "conjugated godan verb", + "romaji": "fushite" + }, + "揉み出さ": { + "w_type": "godan verb stem", + "romaji": "momidasa" + }, + "揉み出し": { + "w_type": "godan verb stem", + "romaji": "momidashi" + }, + "揉み出せ": { + "w_type": "conjugated godan verb", + "romaji": "momidase" + }, + "揉み出そ": { + "w_type": "godan verb stem", + "romaji": "momidaso" + }, + "揉み出した": { + "w_type": "conjugated godan verb", + "romaji": "momidashita" + }, + "揉み出して": { + "w_type": "conjugated godan verb", + "romaji": "momidashite" + }, + "計らわ": { + "w_type": "godan verb stem", + "romaji": "hakarawa" + }, + "計らい": { + "w_type": "godan verb stem", + "romaji": "hakarai" + }, + "計らえ": { + "w_type": "conjugated godan verb", + "romaji": "hakarae" + }, + "計らお": { + "w_type": "godan verb stem", + "romaji": "hakarao" + }, + "計らった": { + "w_type": "conjugated godan verb", + "romaji": "hakaratta" + }, + "計らって": { + "w_type": "conjugated godan verb", + "romaji": "hakaratte" + }, + "立て籠ら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "立て籠り": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "立て籠れ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "立て籠ろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "立て籠った": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "立て籠って": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "書き流さ": { + "w_type": "godan verb stem", + "romaji": "kakinagasa" + }, + "書き流し": { + "w_type": "godan verb stem", + "romaji": "kakinagashi" + }, + "書き流せ": { + "w_type": "conjugated godan verb", + "romaji": "kakinagase" + }, + "書き流そ": { + "w_type": "godan verb stem", + "romaji": "kakinagaso" + }, + "書き流した": { + "w_type": "conjugated godan verb", + "romaji": "kakinagashita" + }, + "書き流して": { + "w_type": "conjugated godan verb", + "romaji": "kakinagashite" + }, + "骨折ら": { + "w_type": "godan verb stem", + "romaji": "honeora" + }, + "骨折り": { + "w_type": "godan verb stem", + "romaji": "honeori" + }, + "骨折れ": { + "w_type": "conjugated godan verb", + "romaji": "honeore" + }, + "骨折ろ": { + "w_type": "godan verb stem", + "romaji": "honeoro" + }, + "骨折った": { + "w_type": "conjugated godan verb", + "romaji": "honeotta" + }, + "骨折って": { + "w_type": "conjugated godan verb", + "romaji": "honeotte" + }, + "引っ剝がさ": { + "w_type": "godan verb stem", + "romaji": "hippagasa" + }, + "引っ剝がし": { + "w_type": "godan verb stem", + "romaji": "hippagashi" + }, + "引っ剝がせ": { + "w_type": "conjugated godan verb", + "romaji": "hippagase" + }, + "引っ剝がそ": { + "w_type": "godan verb stem", + "romaji": "hippagaso" + }, + "引っ剝がした": { + "w_type": "conjugated godan verb", + "romaji": "hippagashita" + }, + "引っ剝がして": { + "w_type": "conjugated godan verb", + "romaji": "hippagashite" + }, + "召さ": { + "w_type": "godan verb stem", + "romaji": "mesa" + }, + "召し": { + "w_type": "godan verb stem", + "romaji": "meshi" + }, + "召せ": { + "w_type": "conjugated godan verb", + "romaji": "mese" + }, + "召そ": { + "w_type": "godan verb stem", + "romaji": "meso" + }, + "召した": { + "w_type": "conjugated godan verb", + "romaji": "meshita" + }, + "召して": { + "w_type": "conjugated godan verb", + "romaji": "meshite" + }, + "照り返さ": { + "w_type": "godan verb stem", + "romaji": "terikaesa" + }, + "照り返し": { + "w_type": "godan verb stem", + "romaji": "terikaeshi" + }, + "照り返せ": { + "w_type": "conjugated godan verb", + "romaji": "terikaese" + }, + "照り返そ": { + "w_type": "godan verb stem", + "romaji": "terikaeso" + }, + "照り返した": { + "w_type": "conjugated godan verb", + "romaji": "terikaeshita" + }, + "照り返して": { + "w_type": "conjugated godan verb", + "romaji": "terikaeshite" + }, + "暮れ行か": { + "w_type": "godan verb stem", + "romaji": "kureyuka" + }, + "暮れ行き": { + "w_type": "godan verb stem", + "romaji": "kureyuki" + }, + "暮れ行け": { + "w_type": "conjugated godan verb", + "romaji": "kureyuke" + }, + "暮れ行こ": { + "w_type": "godan verb stem", + "romaji": "kureyuko" + }, + "暮れ行いた": { + "w_type": "conjugated godan verb", + "romaji": "kureyuita" + }, + "暮れ行いて": { + "w_type": "conjugated godan verb", + "romaji": "kureyuite" + }, + "堰か": { + "w_type": "godan verb stem", + "romaji": "seka" + }, + "堰き": { + "w_type": "godan verb stem", + "romaji": "seki" + }, + "堰け": { + "w_type": "conjugated godan verb", + "romaji": "seke" + }, + "堰こ": { + "w_type": "godan verb stem", + "romaji": "seko" + }, + "堰いた": { + "w_type": "conjugated godan verb", + "romaji": "seita" + }, + "堰いて": { + "w_type": "conjugated godan verb", + "romaji": "seite" + }, + "響めか": { + "w_type": "godan verb stem", + "romaji": "doyomeka" + }, + "響めき": { + "w_type": "godan verb stem", + "romaji": "doyomeki" + }, + "響めけ": { + "w_type": "conjugated godan verb", + "romaji": "doyomeke" + }, + "響めこ": { + "w_type": "godan verb stem", + "romaji": "doyomeko" + }, + "響めいた": { + "w_type": "conjugated godan verb", + "romaji": "doyomeita" + }, + "響めいて": { + "w_type": "conjugated godan verb", + "romaji": "doyomeite" + }, + "踊り抜か": { + "w_type": "godan verb stem", + "romaji": "odorinuka" + }, + "踊り抜き": { + "w_type": "godan verb stem", + "romaji": "odorinuki" + }, + "踊り抜け": { + "w_type": "conjugated godan verb", + "romaji": "odorinuke" + }, + "踊り抜こ": { + "w_type": "godan verb stem", + "romaji": "odorinuko" + }, + "踊り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "odorinuita" + }, + "踊り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "odorinuite" + }, + "媚びへつらわ": { + "w_type": "godan verb stem", + "romaji": "kobihetsurawa" + }, + "媚びへつらい": { + "w_type": "godan verb stem", + "romaji": "kobihetsurai" + }, + "媚びへつらえ": { + "w_type": "conjugated godan verb", + "romaji": "kobihetsurae" + }, + "媚びへつらお": { + "w_type": "godan verb stem", + "romaji": "kobihetsurao" + }, + "媚びへつらった": { + "w_type": "conjugated godan verb", + "romaji": "kobihetsuratta" + }, + "媚びへつらって": { + "w_type": "conjugated godan verb", + "romaji": "kobihetsuratte" + }, + "見逃がさ": { + "w_type": "godan verb stem", + "romaji": "minogasa" + }, + "見逃がし": { + "w_type": "godan verb stem", + "romaji": "minogashi" + }, + "見逃がせ": { + "w_type": "conjugated godan verb", + "romaji": "minogase" + }, + "見逃がそ": { + "w_type": "godan verb stem", + "romaji": "minogaso" + }, + "見逃がした": { + "w_type": "conjugated godan verb", + "romaji": "minogashita" + }, + "見逃がして": { + "w_type": "conjugated godan verb", + "romaji": "minogashite" + }, + "膨れ上ら": { + "w_type": "godan verb stem", + "romaji": "fukureagara" + }, + "膨れ上り": { + "w_type": "godan verb stem", + "romaji": "fukureagari" + }, + "膨れ上れ": { + "w_type": "conjugated godan verb", + "romaji": "fukureagare" + }, + "膨れ上ろ": { + "w_type": "godan verb stem", + "romaji": "fukureagaro" + }, + "膨れ上った": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatta" + }, + "膨れ上って": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatte" + }, + "差置か": { + "w_type": "godan verb stem", + "romaji": "sashioka" + }, + "差置き": { + "w_type": "godan verb stem", + "romaji": "sashioki" + }, + "差置け": { + "w_type": "conjugated godan verb", + "romaji": "sashioke" + }, + "差置こ": { + "w_type": "godan verb stem", + "romaji": "sashioko" + }, + "差置いた": { + "w_type": "conjugated godan verb", + "romaji": "sashioita" + }, + "差置いて": { + "w_type": "conjugated godan verb", + "romaji": "sashioite" + }, + "引っ剥がさ": { + "w_type": "godan verb stem", + "romaji": "hippagasa" + }, + "引っ剥がし": { + "w_type": "godan verb stem", + "romaji": "hippagashi" + }, + "引っ剥がせ": { + "w_type": "conjugated godan verb", + "romaji": "hippagase" + }, + "引っ剥がそ": { + "w_type": "godan verb stem", + "romaji": "hippagaso" + }, + "引っ剥がした": { + "w_type": "conjugated godan verb", + "romaji": "hippagashita" + }, + "引っ剥がして": { + "w_type": "conjugated godan verb", + "romaji": "hippagashite" + }, + "責めさいなま": { + "w_type": "godan verb stem", + "romaji": "semesainama" + }, + "責めさいなみ": { + "w_type": "godan verb stem", + "romaji": "semesainami" + }, + "責めさいなめ": { + "w_type": "conjugated godan verb", + "romaji": "semesainame" + }, + "責めさいなも": { + "w_type": "godan verb stem", + "romaji": "semesainamo" + }, + "責めさいなんだ": { + "w_type": "conjugated godan verb", + "romaji": "semesainanda" + }, + "責めさいなんで": { + "w_type": "conjugated godan verb", + "romaji": "semesainande" + }, + "遺ら": { + "w_type": "godan verb stem", + "romaji": "nokora" + }, + "遺り": { + "w_type": "godan verb stem", + "romaji": "nokori" + }, + "遺れ": { + "w_type": "conjugated godan verb", + "romaji": "nokore" + }, + "遺ろ": { + "w_type": "godan verb stem", + "romaji": "nokoro" + }, + "遺った": { + "w_type": "conjugated godan verb", + "romaji": "nokotta" + }, + "遺って": { + "w_type": "conjugated godan verb", + "romaji": "nokotte" + }, + "味わわ": { + "w_type": "godan verb stem", + "romaji": "ajiwawa" + }, + "味わい": { + "w_type": "godan verb stem", + "romaji": "ajiwai" + }, + "味わえ": { + "w_type": "conjugated godan verb", + "romaji": "ajiwae" + }, + "味わお": { + "w_type": "godan verb stem", + "romaji": "ajiwao" + }, + "味わった": { + "w_type": "conjugated godan verb", + "romaji": "ajiwatta" + }, + "味わって": { + "w_type": "conjugated godan verb", + "romaji": "ajiwatte" + }, + "遺さ": { + "w_type": "godan verb stem", + "romaji": "nokosa" + }, + "遺し": { + "w_type": "godan verb stem", + "romaji": "nokoshi" + }, + "遺せ": { + "w_type": "conjugated godan verb", + "romaji": "nokose" + }, + "遺そ": { + "w_type": "godan verb stem", + "romaji": "nokoso" + }, + "遺した": { + "w_type": "conjugated godan verb", + "romaji": "nokoshita" + }, + "遺して": { + "w_type": "conjugated godan verb", + "romaji": "nokoshite" + }, + "割ふら": { + "w_type": "godan verb stem", + "romaji": "warifura" + }, + "割ふり": { + "w_type": "godan verb stem", + "romaji": "warifuri" + }, + "割ふれ": { + "w_type": "conjugated godan verb", + "romaji": "warifure" + }, + "割ふろ": { + "w_type": "godan verb stem", + "romaji": "warifuro" + }, + "割ふった": { + "w_type": "conjugated godan verb", + "romaji": "warifutta" + }, + "割ふって": { + "w_type": "conjugated godan verb", + "romaji": "warifutte" + }, + "伺い探ら": { + "w_type": "godan verb stem", + "romaji": "ukagaisagura" + }, + "伺い探り": { + "w_type": "godan verb stem", + "romaji": "ukagaisaguri" + }, + "伺い探れ": { + "w_type": "conjugated godan verb", + "romaji": "ukagaisagure" + }, + "伺い探ろ": { + "w_type": "godan verb stem", + "romaji": "ukagaisaguro" + }, + "伺い探った": { + "w_type": "conjugated godan verb", + "romaji": "ukagaisagutta" + }, + "伺い探って": { + "w_type": "conjugated godan verb", + "romaji": "ukagaisagutte" + }, + "飲みつぶさ": { + "w_type": "godan verb stem", + "romaji": "nomitsubusa" + }, + "飲みつぶし": { + "w_type": "godan verb stem", + "romaji": "nomitsubushi" + }, + "飲みつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubuse" + }, + "飲みつぶそ": { + "w_type": "godan verb stem", + "romaji": "nomitsubuso" + }, + "飲みつぶした": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubushita" + }, + "飲みつぶして": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubushite" + }, + "首肯か": { + "w_type": "godan verb stem", + "romaji": "unazuka" + }, + "首肯き": { + "w_type": "godan verb stem", + "romaji": "unazuki" + }, + "首肯け": { + "w_type": "conjugated godan verb", + "romaji": "unazuke" + }, + "首肯こ": { + "w_type": "godan verb stem", + "romaji": "unazuko" + }, + "首肯いた": { + "w_type": "conjugated godan verb", + "romaji": "unazuita" + }, + "首肯いて": { + "w_type": "conjugated godan verb", + "romaji": "unazuite" + }, + "支払わ": { + "w_type": "godan verb stem", + "romaji": "shiharawa" + }, + "支払い": { + "w_type": "godan verb stem", + "romaji": "shiharai" + }, + "支払え": { + "w_type": "conjugated godan verb", + "romaji": "shiharae" + }, + "支払お": { + "w_type": "godan verb stem", + "romaji": "shiharao" + }, + "支払った": { + "w_type": "conjugated godan verb", + "romaji": "shiharatta" + }, + "支払って": { + "w_type": "conjugated godan verb", + "romaji": "shiharatte" + }, + "やり切ら": { + "w_type": "godan verb stem", + "romaji": "yarikira" + }, + "やり切り": { + "w_type": "godan verb stem", + "romaji": "yarikiri" + }, + "やり切れ": { + "w_type": "conjugated godan verb", + "romaji": "yarikire" + }, + "やり切ろ": { + "w_type": "godan verb stem", + "romaji": "yarikiro" + }, + "やり切った": { + "w_type": "conjugated godan verb", + "romaji": "yarikitta" + }, + "やり切って": { + "w_type": "conjugated godan verb", + "romaji": "yarikitte" + }, + "熬ら": { + "w_type": "godan verb stem", + "romaji": "ira" + }, + "熬り": { + "w_type": "godan verb stem", + "romaji": "iri" + }, + "熬れ": { + "w_type": "conjugated godan verb", + "romaji": "ire" + }, + "熬ろ": { + "w_type": "godan verb stem", + "romaji": "iro" + }, + "熬った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "熬って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "使いきら": { + "w_type": "godan verb stem", + "romaji": "tsukaikira" + }, + "使いきり": { + "w_type": "godan verb stem", + "romaji": "tsukaikiri" + }, + "使いきれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikire" + }, + "使いきろ": { + "w_type": "godan verb stem", + "romaji": "tsukaikiro" + }, + "使いきった": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikitta" + }, + "使いきって": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikitte" + }, + "据ら": { + "w_type": "godan verb stem", + "romaji": "suwara" + }, + "据り": { + "w_type": "godan verb stem", + "romaji": "suwari" + }, + "据れ": { + "w_type": "conjugated godan verb", + "romaji": "suware" + }, + "据ろ": { + "w_type": "godan verb stem", + "romaji": "suwaro" + }, + "据った": { + "w_type": "conjugated godan verb", + "romaji": "suwatta" + }, + "据って": { + "w_type": "conjugated godan verb", + "romaji": "suwatte" + }, + "増さら": { + "w_type": "godan verb stem", + "romaji": "masara" + }, + "増さり": { + "w_type": "godan verb stem", + "romaji": "masari" + }, + "増され": { + "w_type": "conjugated godan verb", + "romaji": "masare" + }, + "増さろ": { + "w_type": "godan verb stem", + "romaji": "masaro" + }, + "増さった": { + "w_type": "conjugated godan verb", + "romaji": "masatta" + }, + "増さって": { + "w_type": "conjugated godan verb", + "romaji": "masatte" + }, + "暮れ泥ま": { + "w_type": "godan verb stem", + "romaji": "kurenazuma" + }, + "暮れ泥み": { + "w_type": "godan verb stem", + "romaji": "kurenazumi" + }, + "暮れ泥め": { + "w_type": "conjugated godan verb", + "romaji": "kurenazume" + }, + "暮れ泥も": { + "w_type": "godan verb stem", + "romaji": "kurenazumo" + }, + "暮れ泥んだ": { + "w_type": "conjugated godan verb", + "romaji": "kurenazunda" + }, + "暮れ泥んで": { + "w_type": "conjugated godan verb", + "romaji": "kurenazunde" + }, + "刃向かわ": { + "w_type": "godan verb stem", + "romaji": "hamukawa" + }, + "刃向かい": { + "w_type": "godan verb stem", + "romaji": "hamukai" + }, + "刃向かえ": { + "w_type": "conjugated godan verb", + "romaji": "hamukae" + }, + "刃向かお": { + "w_type": "godan verb stem", + "romaji": "hamukao" + }, + "刃向かった": { + "w_type": "conjugated godan verb", + "romaji": "hamukatta" + }, + "刃向かって": { + "w_type": "conjugated godan verb", + "romaji": "hamukatte" + }, + "見え透か": { + "w_type": "godan verb stem", + "romaji": "miesuka" + }, + "見え透き": { + "w_type": "godan verb stem", + "romaji": "miesuki" + }, + "見え透け": { + "w_type": "conjugated godan verb", + "romaji": "miesuke" + }, + "見え透こ": { + "w_type": "godan verb stem", + "romaji": "miesuko" + }, + "見え透いた": { + "w_type": "conjugated godan verb", + "romaji": "miesuita" + }, + "見え透いて": { + "w_type": "conjugated godan verb", + "romaji": "miesuite" + }, + "消し飛ばさ": { + "w_type": "godan verb stem", + "romaji": "keshitobasa" + }, + "消し飛ばし": { + "w_type": "godan verb stem", + "romaji": "keshitobashi" + }, + "消し飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "keshitobase" + }, + "消し飛ばそ": { + "w_type": "godan verb stem", + "romaji": "keshitobaso" + }, + "消し飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "keshitobashita" + }, + "消し飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "keshitobashite" + }, + "脊負わ": { + "w_type": "godan verb stem", + "romaji": "seowa" + }, + "脊負い": { + "w_type": "godan verb stem", + "romaji": "seoi" + }, + "脊負え": { + "w_type": "conjugated godan verb", + "romaji": "seoe" + }, + "脊負お": { + "w_type": "godan verb stem", + "romaji": "seoo" + }, + "脊負った": { + "w_type": "conjugated godan verb", + "romaji": "seotta" + }, + "脊負って": { + "w_type": "conjugated godan verb", + "romaji": "seotte" + }, + "貼付か": { + "w_type": "godan verb stem", + "romaji": "haritsuka" + }, + "貼付き": { + "w_type": "godan verb stem", + "romaji": "haritsuki" + }, + "貼付け": { + "w_type": "conjugated godan verb", + "romaji": "haritsuke" + }, + "貼付こ": { + "w_type": "godan verb stem", + "romaji": "haritsuko" + }, + "貼付いた": { + "w_type": "conjugated godan verb", + "romaji": "haritsuita" + }, + "貼付いて": { + "w_type": "conjugated godan verb", + "romaji": "haritsuite" + }, + "苛ま": { + "w_type": "godan verb stem", + "romaji": "sainama" + }, + "苛み": { + "w_type": "godan verb stem", + "romaji": "sainami" + }, + "苛め": { + "w_type": "conjugated godan verb", + "romaji": "sainame" + }, + "苛も": { + "w_type": "godan verb stem", + "romaji": "sainamo" + }, + "苛んだ": { + "w_type": "conjugated godan verb", + "romaji": "sainanda" + }, + "苛んで": { + "w_type": "conjugated godan verb", + "romaji": "sainande" + }, + "食べ残さ": { + "w_type": "godan verb stem", + "romaji": "tabenokosa" + }, + "食べ残し": { + "w_type": "godan verb stem", + "romaji": "tabenokoshi" + }, + "食べ残せ": { + "w_type": "conjugated godan verb", + "romaji": "tabenokose" + }, + "食べ残そ": { + "w_type": "godan verb stem", + "romaji": "tabenokoso" + }, + "食べ残した": { + "w_type": "conjugated godan verb", + "romaji": "tabenokoshita" + }, + "食べ残して": { + "w_type": "conjugated godan verb", + "romaji": "tabenokoshite" + }, + "貸さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "貸し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "貸せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "貸そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "貸した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "貸して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "學ば": { + "w_type": "godan verb stem", + "romaji": "manaba" + }, + "學び": { + "w_type": "godan verb stem", + "romaji": "manabi" + }, + "學べ": { + "w_type": "conjugated godan verb", + "romaji": "manabe" + }, + "學ぼ": { + "w_type": "godan verb stem", + "romaji": "manabo" + }, + "學んだ": { + "w_type": "conjugated godan verb", + "romaji": "mananda" + }, + "學んで": { + "w_type": "conjugated godan verb", + "romaji": "manande" + }, + "縋り付か": { + "w_type": "godan verb stem", + "romaji": "sugaritsuka" + }, + "縋り付き": { + "w_type": "godan verb stem", + "romaji": "sugaritsuki" + }, + "縋り付け": { + "w_type": "conjugated godan verb", + "romaji": "sugaritsuke" + }, + "縋り付こ": { + "w_type": "godan verb stem", + "romaji": "sugaritsuko" + }, + "縋り付いた": { + "w_type": "conjugated godan verb", + "romaji": "sugaritsuita" + }, + "縋り付いて": { + "w_type": "conjugated godan verb", + "romaji": "sugaritsuite" + }, + "口ずさま": { + "w_type": "godan verb stem", + "romaji": "kuchizusama" + }, + "口ずさみ": { + "w_type": "godan verb stem", + "romaji": "kuchizusami" + }, + "口ずさめ": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusame" + }, + "口ずさも": { + "w_type": "godan verb stem", + "romaji": "kuchizusamo" + }, + "口ずさんだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusanda" + }, + "口ずさんで": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusande" + }, + "触り合わ": { + "w_type": "godan verb stem", + "romaji": "furiawa" + }, + "触り合い": { + "w_type": "godan verb stem", + "romaji": "furiai" + }, + "触り合え": { + "w_type": "conjugated godan verb", + "romaji": "furiae" + }, + "触り合お": { + "w_type": "godan verb stem", + "romaji": "furiao" + }, + "触り合った": { + "w_type": "conjugated godan verb", + "romaji": "furiatta" + }, + "触り合って": { + "w_type": "conjugated godan verb", + "romaji": "furiatte" + }, + "齧り散らさ": { + "w_type": "godan verb stem", + "romaji": "kajirichirasa" + }, + "齧り散らし": { + "w_type": "godan verb stem", + "romaji": "kajirichirashi" + }, + "齧り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kajirichirase" + }, + "齧り散らそ": { + "w_type": "godan verb stem", + "romaji": "kajirichiraso" + }, + "齧り散らした": { + "w_type": "conjugated godan verb", + "romaji": "kajirichirashita" + }, + "齧り散らして": { + "w_type": "conjugated godan verb", + "romaji": "kajirichirashite" + }, + "突き掛ら": { + "w_type": "godan verb stem", + "romaji": "tsukikakara" + }, + "突き掛り": { + "w_type": "godan verb stem", + "romaji": "tsukikakari" + }, + "突き掛れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakare" + }, + "突き掛ろ": { + "w_type": "godan verb stem", + "romaji": "tsukikakaro" + }, + "突き掛った": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatta" + }, + "突き掛って": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatte" + }, + "悔ま": { + "w_type": "godan verb stem", + "romaji": "kuyama" + }, + "悔み": { + "w_type": "godan verb stem", + "romaji": "kuyami" + }, + "悔め": { + "w_type": "conjugated godan verb", + "romaji": "kuyame" + }, + "悔も": { + "w_type": "godan verb stem", + "romaji": "kuyamo" + }, + "悔んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuyanda" + }, + "悔んで": { + "w_type": "conjugated godan verb", + "romaji": "kuyande" + }, + "推し量ら": { + "w_type": "godan verb stem", + "romaji": "oshihakara" + }, + "推し量り": { + "w_type": "godan verb stem", + "romaji": "oshihakari" + }, + "推し量れ": { + "w_type": "conjugated godan verb", + "romaji": "oshihakare" + }, + "推し量ろ": { + "w_type": "godan verb stem", + "romaji": "oshihakaro" + }, + "推し量った": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatta" + }, + "推し量って": { + "w_type": "conjugated godan verb", + "romaji": "oshihakatte" + }, + "拭き消さ": { + "w_type": "godan verb stem", + "romaji": "fukikesa" + }, + "拭き消し": { + "w_type": "godan verb stem", + "romaji": "fukikeshi" + }, + "拭き消せ": { + "w_type": "conjugated godan verb", + "romaji": "fukikese" + }, + "拭き消そ": { + "w_type": "godan verb stem", + "romaji": "fukikeso" + }, + "拭き消した": { + "w_type": "conjugated godan verb", + "romaji": "fukikeshita" + }, + "拭き消して": { + "w_type": "conjugated godan verb", + "romaji": "fukikeshite" + }, + "覆いかぶさら": { + "w_type": "godan verb stem", + "romaji": "ooikabusara" + }, + "覆いかぶさり": { + "w_type": "godan verb stem", + "romaji": "ooikabusari" + }, + "覆いかぶされ": { + "w_type": "conjugated godan verb", + "romaji": "ooikabusare" + }, + "覆いかぶさろ": { + "w_type": "godan verb stem", + "romaji": "ooikabusaro" + }, + "覆いかぶさった": { + "w_type": "conjugated godan verb", + "romaji": "ooikabusatta" + }, + "覆いかぶさって": { + "w_type": "conjugated godan verb", + "romaji": "ooikabusatte" + }, + "恋慕わ": { + "w_type": "godan verb stem", + "romaji": "koishitawa" + }, + "恋慕い": { + "w_type": "godan verb stem", + "romaji": "koishitai" + }, + "恋慕え": { + "w_type": "conjugated godan verb", + "romaji": "koishitae" + }, + "恋慕お": { + "w_type": "godan verb stem", + "romaji": "koishitao" + }, + "恋慕った": { + "w_type": "conjugated godan verb", + "romaji": "koishitatta" + }, + "恋慕って": { + "w_type": "conjugated godan verb", + "romaji": "koishitatte" + }, + "突き崩さ": { + "w_type": "godan verb stem", + "romaji": "tsukikuzusa" + }, + "突き崩し": { + "w_type": "godan verb stem", + "romaji": "tsukikuzushi" + }, + "突き崩せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikuzuse" + }, + "突き崩そ": { + "w_type": "godan verb stem", + "romaji": "tsukikuzuso" + }, + "突き崩した": { + "w_type": "conjugated godan verb", + "romaji": "tsukikuzushita" + }, + "突き崩して": { + "w_type": "conjugated godan verb", + "romaji": "tsukikuzushite" + }, + "乗りにがさ": { + "w_type": "godan verb stem", + "romaji": "norinogasa" + }, + "乗りにがし": { + "w_type": "godan verb stem", + "romaji": "norinogashi" + }, + "乗りにがせ": { + "w_type": "conjugated godan verb", + "romaji": "norinogase" + }, + "乗りにがそ": { + "w_type": "godan verb stem", + "romaji": "norinogaso" + }, + "乗りにがした": { + "w_type": "conjugated godan verb", + "romaji": "norinogashita" + }, + "乗りにがして": { + "w_type": "conjugated godan verb", + "romaji": "norinogashite" + }, + "引き直さ": { + "w_type": "godan verb stem", + "romaji": "hikinaosa" + }, + "引き直し": { + "w_type": "godan verb stem", + "romaji": "hikinaoshi" + }, + "引き直せ": { + "w_type": "conjugated godan verb", + "romaji": "hikinaose" + }, + "引き直そ": { + "w_type": "godan verb stem", + "romaji": "hikinaoso" + }, + "引き直した": { + "w_type": "conjugated godan verb", + "romaji": "hikinaoshita" + }, + "引き直して": { + "w_type": "conjugated godan verb", + "romaji": "hikinaoshite" + }, + "乳繰ら": { + "w_type": "godan verb stem", + "romaji": "chichikura" + }, + "乳繰り": { + "w_type": "godan verb stem", + "romaji": "chichikuri" + }, + "乳繰れ": { + "w_type": "conjugated godan verb", + "romaji": "chichikure" + }, + "乳繰ろ": { + "w_type": "godan verb stem", + "romaji": "chichikuro" + }, + "乳繰った": { + "w_type": "conjugated godan verb", + "romaji": "chichikutta" + }, + "乳繰って": { + "w_type": "conjugated godan verb", + "romaji": "chichikutte" + }, + "取り落とさ": { + "w_type": "godan verb stem", + "romaji": "toriotosa" + }, + "取り落とし": { + "w_type": "godan verb stem", + "romaji": "toriotoshi" + }, + "取り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "toriotose" + }, + "取り落とそ": { + "w_type": "godan verb stem", + "romaji": "toriotoso" + }, + "取り落とした": { + "w_type": "conjugated godan verb", + "romaji": "toriotoshita" + }, + "取り落として": { + "w_type": "conjugated godan verb", + "romaji": "toriotoshite" + }, + "持ち上がら": { + "w_type": "godan verb stem", + "romaji": "mochiagara" + }, + "持ち上がり": { + "w_type": "godan verb stem", + "romaji": "mochiagari" + }, + "持ち上がれ": { + "w_type": "conjugated godan verb", + "romaji": "mochiagare" + }, + "持ち上がろ": { + "w_type": "godan verb stem", + "romaji": "mochiagaro" + }, + "持ち上がった": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatta" + }, + "持ち上がって": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatte" + }, + "怖がら": { + "w_type": "godan verb stem", + "romaji": "kowagara" + }, + "怖がり": { + "w_type": "godan verb stem", + "romaji": "kowagari" + }, + "怖がれ": { + "w_type": "conjugated godan verb", + "romaji": "kowagare" + }, + "怖がろ": { + "w_type": "godan verb stem", + "romaji": "kowagaro" + }, + "怖がった": { + "w_type": "conjugated godan verb", + "romaji": "kowagatta" + }, + "怖がって": { + "w_type": "conjugated godan verb", + "romaji": "kowagatte" + }, + "吹散らさ": { + "w_type": "godan verb stem", + "romaji": "fukichirasa" + }, + "吹散らし": { + "w_type": "godan verb stem", + "romaji": "fukichirashi" + }, + "吹散らせ": { + "w_type": "conjugated godan verb", + "romaji": "fukichirase" + }, + "吹散らそ": { + "w_type": "godan verb stem", + "romaji": "fukichiraso" + }, + "吹散らした": { + "w_type": "conjugated godan verb", + "romaji": "fukichirashita" + }, + "吹散らして": { + "w_type": "conjugated godan verb", + "romaji": "fukichirashite" + }, + "画か": { + "w_type": "godan verb stem", + "romaji": "egaka" + }, + "画き": { + "w_type": "godan verb stem", + "romaji": "egaki" + }, + "画け": { + "w_type": "conjugated godan verb", + "romaji": "egake" + }, + "画こ": { + "w_type": "godan verb stem", + "romaji": "egako" + }, + "画いた": { + "w_type": "conjugated godan verb", + "romaji": "egaita" + }, + "画いて": { + "w_type": "conjugated godan verb", + "romaji": "egaite" + }, + "とり残さ": { + "w_type": "godan verb stem", + "romaji": "torinokosa" + }, + "とり残し": { + "w_type": "godan verb stem", + "romaji": "torinokoshi" + }, + "とり残せ": { + "w_type": "conjugated godan verb", + "romaji": "torinokose" + }, + "とり残そ": { + "w_type": "godan verb stem", + "romaji": "torinokoso" + }, + "とり残した": { + "w_type": "conjugated godan verb", + "romaji": "torinokoshita" + }, + "とり残して": { + "w_type": "conjugated godan verb", + "romaji": "torinokoshite" + }, + "押し詰まら": { + "w_type": "godan verb stem", + "romaji": "oshitsumara" + }, + "押し詰まり": { + "w_type": "godan verb stem", + "romaji": "oshitsumari" + }, + "押し詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumare" + }, + "押し詰まろ": { + "w_type": "godan verb stem", + "romaji": "oshitsumaro" + }, + "押し詰まった": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumatta" + }, + "押し詰まって": { + "w_type": "conjugated godan verb", + "romaji": "oshitsumatte" + }, + "座り込ま": { + "w_type": "godan verb stem", + "romaji": "suwarikoma" + }, + "座り込み": { + "w_type": "godan verb stem", + "romaji": "suwarikomi" + }, + "座り込め": { + "w_type": "conjugated godan verb", + "romaji": "suwarikome" + }, + "座り込も": { + "w_type": "godan verb stem", + "romaji": "suwarikomo" + }, + "座り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonda" + }, + "座り込んで": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonde" + }, + "ささげ持た": { + "w_type": "godan verb stem", + "romaji": "sasagemota" + }, + "ささげ持ち": { + "w_type": "godan verb stem", + "romaji": "sasagemochi" + }, + "ささげ持て": { + "w_type": "conjugated godan verb", + "romaji": "sasagemote" + }, + "ささげ持と": { + "w_type": "godan verb stem", + "romaji": "sasagemoto" + }, + "ささげ持った": { + "w_type": "conjugated godan verb", + "romaji": "sasagemotta" + }, + "ささげ持って": { + "w_type": "conjugated godan verb", + "romaji": "sasagemotte" + }, + "縮かま": { + "w_type": "godan verb stem", + "romaji": "chijikama" + }, + "縮かみ": { + "w_type": "godan verb stem", + "romaji": "chijikami" + }, + "縮かめ": { + "w_type": "conjugated godan verb", + "romaji": "chijikame" + }, + "縮かも": { + "w_type": "godan verb stem", + "romaji": "chijikamo" + }, + "縮かんだ": { + "w_type": "conjugated godan verb", + "romaji": "chijikanda" + }, + "縮かんで": { + "w_type": "conjugated godan verb", + "romaji": "chijikande" + }, + "書き足さ": { + "w_type": "godan verb stem", + "romaji": "kakitasa" + }, + "書き足し": { + "w_type": "godan verb stem", + "romaji": "kakitashi" + }, + "書き足せ": { + "w_type": "conjugated godan verb", + "romaji": "kakitase" + }, + "書き足そ": { + "w_type": "godan verb stem", + "romaji": "kakitaso" + }, + "書き足した": { + "w_type": "conjugated godan verb", + "romaji": "kakitashita" + }, + "書き足して": { + "w_type": "conjugated godan verb", + "romaji": "kakitashite" + }, + "突破ら": { + "w_type": "godan verb stem", + "romaji": "tsukiyabura" + }, + "突破り": { + "w_type": "godan verb stem", + "romaji": "tsukiyaburi" + }, + "突破れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiyabure" + }, + "突破ろ": { + "w_type": "godan verb stem", + "romaji": "tsukiyaburo" + }, + "突破った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiyabutta" + }, + "突破って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiyabutte" + }, + "溢れ返ら": { + "w_type": "godan verb stem", + "romaji": "afurekaera" + }, + "溢れ返り": { + "w_type": "godan verb stem", + "romaji": "afurekaeri" + }, + "溢れ返れ": { + "w_type": "conjugated godan verb", + "romaji": "afurekaere" + }, + "溢れ返ろ": { + "w_type": "godan verb stem", + "romaji": "afurekaero" + }, + "溢れ返った": { + "w_type": "conjugated godan verb", + "romaji": "afurekaetta" + }, + "溢れ返って": { + "w_type": "conjugated godan verb", + "romaji": "afurekaette" + }, + "張り付か": { + "w_type": "godan verb stem", + "romaji": "haritsuka" + }, + "張り付き": { + "w_type": "godan verb stem", + "romaji": "haritsuki" + }, + "張り付け": { + "w_type": "conjugated godan verb", + "romaji": "haritsuke" + }, + "張り付こ": { + "w_type": "godan verb stem", + "romaji": "haritsuko" + }, + "張り付いた": { + "w_type": "conjugated godan verb", + "romaji": "haritsuita" + }, + "張り付いて": { + "w_type": "conjugated godan verb", + "romaji": "haritsuite" + }, + "抗わ": { + "w_type": "godan verb stem", + "romaji": "aragawa" + }, + "抗い": { + "w_type": "godan verb stem", + "romaji": "aragai" + }, + "抗え": { + "w_type": "conjugated godan verb", + "romaji": "aragae" + }, + "抗お": { + "w_type": "godan verb stem", + "romaji": "aragao" + }, + "抗った": { + "w_type": "conjugated godan verb", + "romaji": "aragatta" + }, + "抗って": { + "w_type": "conjugated godan verb", + "romaji": "aragatte" + }, + "涙ぐま": { + "w_type": "godan verb stem", + "romaji": "namidaguma" + }, + "涙ぐみ": { + "w_type": "godan verb stem", + "romaji": "namidagumi" + }, + "涙ぐめ": { + "w_type": "conjugated godan verb", + "romaji": "namidagume" + }, + "涙ぐも": { + "w_type": "godan verb stem", + "romaji": "namidagumo" + }, + "涙ぐんだ": { + "w_type": "conjugated godan verb", + "romaji": "namidagunda" + }, + "涙ぐんで": { + "w_type": "conjugated godan verb", + "romaji": "namidagunde" + }, + "打ちださ": { + "w_type": "godan verb stem", + "romaji": "uchidasa" + }, + "打ちだし": { + "w_type": "godan verb stem", + "romaji": "uchidashi" + }, + "打ちだせ": { + "w_type": "conjugated godan verb", + "romaji": "uchidase" + }, + "打ちだそ": { + "w_type": "godan verb stem", + "romaji": "uchidaso" + }, + "打ちだした": { + "w_type": "conjugated godan verb", + "romaji": "uchidashita" + }, + "打ちだして": { + "w_type": "conjugated godan verb", + "romaji": "uchidashite" + }, + "落ち合わ": { + "w_type": "godan verb stem", + "romaji": "ochiawa" + }, + "落ち合い": { + "w_type": "godan verb stem", + "romaji": "ochiai" + }, + "落ち合え": { + "w_type": "conjugated godan verb", + "romaji": "ochiae" + }, + "落ち合お": { + "w_type": "godan verb stem", + "romaji": "ochiao" + }, + "落ち合った": { + "w_type": "conjugated godan verb", + "romaji": "ochiatta" + }, + "落ち合って": { + "w_type": "conjugated godan verb", + "romaji": "ochiatte" + }, + "論わ": { + "w_type": "godan verb stem", + "romaji": "agetsurawa" + }, + "論い": { + "w_type": "godan verb stem", + "romaji": "agetsurai" + }, + "論え": { + "w_type": "conjugated godan verb", + "romaji": "agetsurae" + }, + "論お": { + "w_type": "godan verb stem", + "romaji": "agetsurao" + }, + "論った": { + "w_type": "conjugated godan verb", + "romaji": "agetsuratta" + }, + "論って": { + "w_type": "conjugated godan verb", + "romaji": "agetsuratte" + }, + "錺ら": { + "w_type": "godan verb stem", + "romaji": "kazara" + }, + "錺り": { + "w_type": "godan verb stem", + "romaji": "kazari" + }, + "錺れ": { + "w_type": "conjugated godan verb", + "romaji": "kazare" + }, + "錺ろ": { + "w_type": "godan verb stem", + "romaji": "kazaro" + }, + "錺った": { + "w_type": "conjugated godan verb", + "romaji": "kazatta" + }, + "錺って": { + "w_type": "conjugated godan verb", + "romaji": "kazatte" + }, + "射殺さ": { + "w_type": "godan verb stem", + "romaji": "ikorosa" + }, + "射殺し": { + "w_type": "godan verb stem", + "romaji": "ikoroshi" + }, + "射殺せ": { + "w_type": "conjugated godan verb", + "romaji": "ikorose" + }, + "射殺そ": { + "w_type": "godan verb stem", + "romaji": "ikoroso" + }, + "射殺した": { + "w_type": "conjugated godan verb", + "romaji": "ikoroshita" + }, + "射殺して": { + "w_type": "conjugated godan verb", + "romaji": "ikoroshite" + }, + "出損なわ": { + "w_type": "godan verb stem", + "romaji": "desokonawa" + }, + "出損ない": { + "w_type": "godan verb stem", + "romaji": "desokonai" + }, + "出損なえ": { + "w_type": "conjugated godan verb", + "romaji": "desokonae" + }, + "出損なお": { + "w_type": "godan verb stem", + "romaji": "desokonao" + }, + "出損なった": { + "w_type": "conjugated godan verb", + "romaji": "desokonatta" + }, + "出損なって": { + "w_type": "conjugated godan verb", + "romaji": "desokonatte" + }, + "飛び翔ら": { + "w_type": "godan verb stem", + "romaji": "tobikakera" + }, + "飛び翔り": { + "w_type": "godan verb stem", + "romaji": "tobikakeri" + }, + "飛び翔れ": { + "w_type": "conjugated godan verb", + "romaji": "tobikakere" + }, + "飛び翔ろ": { + "w_type": "godan verb stem", + "romaji": "tobikakero" + }, + "飛び翔った": { + "w_type": "conjugated godan verb", + "romaji": "tobikaketta" + }, + "飛び翔って": { + "w_type": "conjugated godan verb", + "romaji": "tobikakette" + }, + "積み増さ": { + "w_type": "godan verb stem", + "romaji": "tsumimasa" + }, + "積み増し": { + "w_type": "godan verb stem", + "romaji": "tsumimashi" + }, + "積み増せ": { + "w_type": "conjugated godan verb", + "romaji": "tsumimase" + }, + "積み増そ": { + "w_type": "godan verb stem", + "romaji": "tsumimaso" + }, + "積み増した": { + "w_type": "conjugated godan verb", + "romaji": "tsumimashita" + }, + "積み増して": { + "w_type": "conjugated godan verb", + "romaji": "tsumimashite" + }, + "分かり切ら": { + "w_type": "godan verb stem", + "romaji": "wakarikira" + }, + "分かり切り": { + "w_type": "godan verb stem", + "romaji": "wakarikiri" + }, + "分かり切れ": { + "w_type": "conjugated godan verb", + "romaji": "wakarikire" + }, + "分かり切ろ": { + "w_type": "godan verb stem", + "romaji": "wakarikiro" + }, + "分かり切った": { + "w_type": "conjugated godan verb", + "romaji": "wakarikitta" + }, + "分かり切って": { + "w_type": "conjugated godan verb", + "romaji": "wakarikitte" + }, + "聞流さ": { + "w_type": "godan verb stem", + "romaji": "kikinagasa" + }, + "聞流し": { + "w_type": "godan verb stem", + "romaji": "kikinagashi" + }, + "聞流せ": { + "w_type": "conjugated godan verb", + "romaji": "kikinagase" + }, + "聞流そ": { + "w_type": "godan verb stem", + "romaji": "kikinagaso" + }, + "聞流した": { + "w_type": "conjugated godan verb", + "romaji": "kikinagashita" + }, + "聞流して": { + "w_type": "conjugated godan verb", + "romaji": "kikinagashite" + }, + "鳥肌になら": { + "w_type": "godan verb stem", + "romaji": "torihadaninara" + }, + "鳥肌になり": { + "w_type": "godan verb stem", + "romaji": "torihadaninari" + }, + "鳥肌になれ": { + "w_type": "conjugated godan verb", + "romaji": "torihadaninare" + }, + "鳥肌になろ": { + "w_type": "godan verb stem", + "romaji": "torihadaninaro" + }, + "鳥肌になった": { + "w_type": "conjugated godan verb", + "romaji": "torihadaninatta" + }, + "鳥肌になって": { + "w_type": "conjugated godan verb", + "romaji": "torihadaninatte" + }, + "突き返さ": { + "w_type": "godan verb stem", + "romaji": "tsukikaesa" + }, + "突き返し": { + "w_type": "godan verb stem", + "romaji": "tsukikaeshi" + }, + "突き返せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikaese" + }, + "突き返そ": { + "w_type": "godan verb stem", + "romaji": "tsukikaeso" + }, + "突き返した": { + "w_type": "conjugated godan verb", + "romaji": "tsukikaeshita" + }, + "突き返して": { + "w_type": "conjugated godan verb", + "romaji": "tsukikaeshite" + }, + "見開か": { + "w_type": "godan verb stem", + "romaji": "mihiraka" + }, + "見開き": { + "w_type": "godan verb stem", + "romaji": "mihiraki" + }, + "見開け": { + "w_type": "conjugated godan verb", + "romaji": "mihirake" + }, + "見開こ": { + "w_type": "godan verb stem", + "romaji": "mihirako" + }, + "見開いた": { + "w_type": "conjugated godan verb", + "romaji": "mihiraita" + }, + "見開いて": { + "w_type": "conjugated godan verb", + "romaji": "mihiraite" + }, + "差し回さ": { + "w_type": "godan verb stem", + "romaji": "sashimawasa" + }, + "差し回し": { + "w_type": "godan verb stem", + "romaji": "sashimawashi" + }, + "差し回せ": { + "w_type": "conjugated godan verb", + "romaji": "sashimawase" + }, + "差し回そ": { + "w_type": "godan verb stem", + "romaji": "sashimawaso" + }, + "差し回した": { + "w_type": "conjugated godan verb", + "romaji": "sashimawashita" + }, + "差し回して": { + "w_type": "conjugated godan verb", + "romaji": "sashimawashite" + }, + "尋ね出さ": { + "w_type": "godan verb stem", + "romaji": "tazuneidasa" + }, + "尋ね出し": { + "w_type": "godan verb stem", + "romaji": "tazuneidashi" + }, + "尋ね出せ": { + "w_type": "conjugated godan verb", + "romaji": "tazuneidase" + }, + "尋ね出そ": { + "w_type": "godan verb stem", + "romaji": "tazuneidaso" + }, + "尋ね出した": { + "w_type": "conjugated godan verb", + "romaji": "tazuneidashita" + }, + "尋ね出して": { + "w_type": "conjugated godan verb", + "romaji": "tazuneidashite" + }, + "放り出さ": { + "w_type": "godan verb stem", + "romaji": "houridasa" + }, + "放り出し": { + "w_type": "godan verb stem", + "romaji": "houridashi" + }, + "放り出せ": { + "w_type": "conjugated godan verb", + "romaji": "houridase" + }, + "放り出そ": { + "w_type": "godan verb stem", + "romaji": "houridaso" + }, + "放り出した": { + "w_type": "conjugated godan verb", + "romaji": "houridashita" + }, + "放り出して": { + "w_type": "conjugated godan verb", + "romaji": "houridashite" + }, + "奔ら": { + "w_type": "godan verb stem", + "romaji": "hashira" + }, + "奔り": { + "w_type": "godan verb stem", + "romaji": "hashiri" + }, + "奔れ": { + "w_type": "conjugated godan verb", + "romaji": "hashire" + }, + "奔ろ": { + "w_type": "godan verb stem", + "romaji": "hashiro" + }, + "奔った": { + "w_type": "conjugated godan verb", + "romaji": "hashitta" + }, + "奔って": { + "w_type": "conjugated godan verb", + "romaji": "hashitte" + }, + "泣き明さ": { + "w_type": "godan verb stem", + "romaji": "nakiakasa" + }, + "泣き明し": { + "w_type": "godan verb stem", + "romaji": "nakiakashi" + }, + "泣き明せ": { + "w_type": "conjugated godan verb", + "romaji": "nakiakase" + }, + "泣き明そ": { + "w_type": "godan verb stem", + "romaji": "nakiakaso" + }, + "泣き明した": { + "w_type": "conjugated godan verb", + "romaji": "nakiakashita" + }, + "泣き明して": { + "w_type": "conjugated godan verb", + "romaji": "nakiakashite" + }, + "立回ら": { + "w_type": "godan verb stem", + "romaji": "tachimawara" + }, + "立回り": { + "w_type": "godan verb stem", + "romaji": "tachimawari" + }, + "立回れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimaware" + }, + "立回ろ": { + "w_type": "godan verb stem", + "romaji": "tachimawaro" + }, + "立回った": { + "w_type": "conjugated godan verb", + "romaji": "tachimawatta" + }, + "立回って": { + "w_type": "conjugated godan verb", + "romaji": "tachimawatte" + }, + "出来合わ": { + "w_type": "godan verb stem", + "romaji": "dekiawa" + }, + "出来合い": { + "w_type": "godan verb stem", + "romaji": "dekiai" + }, + "出来合え": { + "w_type": "conjugated godan verb", + "romaji": "dekiae" + }, + "出来合お": { + "w_type": "godan verb stem", + "romaji": "dekiao" + }, + "出来合った": { + "w_type": "conjugated godan verb", + "romaji": "dekiatta" + }, + "出来合って": { + "w_type": "conjugated godan verb", + "romaji": "dekiatte" + }, + "担ぎ込ま": { + "w_type": "godan verb stem", + "romaji": "katsugikoma" + }, + "担ぎ込み": { + "w_type": "godan verb stem", + "romaji": "katsugikomi" + }, + "担ぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "katsugikome" + }, + "担ぎ込も": { + "w_type": "godan verb stem", + "romaji": "katsugikomo" + }, + "担ぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "katsugikonda" + }, + "担ぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "katsugikonde" + }, + "黙りこくら": { + "w_type": "godan verb stem", + "romaji": "damarikokura" + }, + "黙りこくり": { + "w_type": "godan verb stem", + "romaji": "damarikokuri" + }, + "黙りこくれ": { + "w_type": "conjugated godan verb", + "romaji": "damarikokure" + }, + "黙りこくろ": { + "w_type": "godan verb stem", + "romaji": "damarikokuro" + }, + "黙りこくった": { + "w_type": "conjugated godan verb", + "romaji": "damarikokutta" + }, + "黙りこくって": { + "w_type": "conjugated godan verb", + "romaji": "damarikokutte" + }, + "生みださ": { + "w_type": "godan verb stem", + "romaji": "umidasa" + }, + "生みだし": { + "w_type": "godan verb stem", + "romaji": "umidashi" + }, + "生みだせ": { + "w_type": "conjugated godan verb", + "romaji": "umidase" + }, + "生みだそ": { + "w_type": "godan verb stem", + "romaji": "umidaso" + }, + "生みだした": { + "w_type": "conjugated godan verb", + "romaji": "umidashita" + }, + "生みだして": { + "w_type": "conjugated godan verb", + "romaji": "umidashite" + }, + "聞き漏らさ": { + "w_type": "godan verb stem", + "romaji": "kikimorasa" + }, + "聞き漏らし": { + "w_type": "godan verb stem", + "romaji": "kikimorashi" + }, + "聞き漏らせ": { + "w_type": "conjugated godan verb", + "romaji": "kikimorase" + }, + "聞き漏らそ": { + "w_type": "godan verb stem", + "romaji": "kikimoraso" + }, + "聞き漏らした": { + "w_type": "conjugated godan verb", + "romaji": "kikimorashita" + }, + "聞き漏らして": { + "w_type": "conjugated godan verb", + "romaji": "kikimorashite" + }, + "打っちゃら": { + "w_type": "godan verb stem", + "romaji": "daasutchara" + }, + "打っちゃり": { + "w_type": "godan verb stem", + "romaji": "daasutchari" + }, + "打っちゃれ": { + "w_type": "conjugated godan verb", + "romaji": "daasutchare" + }, + "打っちゃろ": { + "w_type": "godan verb stem", + "romaji": "daasutcharo" + }, + "打っちゃった": { + "w_type": "conjugated godan verb", + "romaji": "daasutchatta" + }, + "打っちゃって": { + "w_type": "conjugated godan verb", + "romaji": "daasutchatte" + }, + "作りなおさ": { + "w_type": "godan verb stem", + "romaji": "tsukurinaosa" + }, + "作りなおし": { + "w_type": "godan verb stem", + "romaji": "tsukurinaoshi" + }, + "作りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaose" + }, + "作りなおそ": { + "w_type": "godan verb stem", + "romaji": "tsukurinaoso" + }, + "作りなおした": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaoshita" + }, + "作りなおして": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaoshite" + }, + "悟ら": { + "w_type": "godan verb stem", + "romaji": "satora" + }, + "悟り": { + "w_type": "godan verb stem", + "romaji": "satori" + }, + "悟れ": { + "w_type": "conjugated godan verb", + "romaji": "satore" + }, + "悟ろ": { + "w_type": "godan verb stem", + "romaji": "satoro" + }, + "悟った": { + "w_type": "conjugated godan verb", + "romaji": "satotta" + }, + "悟って": { + "w_type": "conjugated godan verb", + "romaji": "satotte" + }, + "行き違わ": { + "w_type": "godan verb stem", + "romaji": "yukichigawa" + }, + "行き違い": { + "w_type": "godan verb stem", + "romaji": "yukichigai" + }, + "行き違え": { + "w_type": "conjugated godan verb", + "romaji": "yukichigae" + }, + "行き違お": { + "w_type": "godan verb stem", + "romaji": "yukichigao" + }, + "行き違った": { + "w_type": "conjugated godan verb", + "romaji": "yukichigatta" + }, + "行き違って": { + "w_type": "conjugated godan verb", + "romaji": "yukichigatte" + }, + "泣き沈ま": { + "w_type": "godan verb stem", + "romaji": "nakishizuma" + }, + "泣き沈み": { + "w_type": "godan verb stem", + "romaji": "nakishizumi" + }, + "泣き沈め": { + "w_type": "conjugated godan verb", + "romaji": "nakishizume" + }, + "泣き沈も": { + "w_type": "godan verb stem", + "romaji": "nakishizumo" + }, + "泣き沈んだ": { + "w_type": "conjugated godan verb", + "romaji": "nakishizunda" + }, + "泣き沈んで": { + "w_type": "conjugated godan verb", + "romaji": "nakishizunde" + }, + "つくり直さ": { + "w_type": "godan verb stem", + "romaji": "tsukurinaosa" + }, + "つくり直し": { + "w_type": "godan verb stem", + "romaji": "tsukurinaoshi" + }, + "つくり直せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaose" + }, + "つくり直そ": { + "w_type": "godan verb stem", + "romaji": "tsukurinaoso" + }, + "つくり直した": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaoshita" + }, + "つくり直して": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaoshite" + }, + "才走ら": { + "w_type": "godan verb stem", + "romaji": "saibashira" + }, + "才走り": { + "w_type": "godan verb stem", + "romaji": "saibashiri" + }, + "才走れ": { + "w_type": "conjugated godan verb", + "romaji": "saibashire" + }, + "才走ろ": { + "w_type": "godan verb stem", + "romaji": "saibashiro" + }, + "才走った": { + "w_type": "conjugated godan verb", + "romaji": "saibashitta" + }, + "才走って": { + "w_type": "conjugated godan verb", + "romaji": "saibashitte" + }, + "爪先立た": { + "w_type": "godan verb stem", + "romaji": "tsumasakidata" + }, + "爪先立ち": { + "w_type": "godan verb stem", + "romaji": "tsumasakidachi" + }, + "爪先立て": { + "w_type": "conjugated godan verb", + "romaji": "tsumasakidate" + }, + "爪先立と": { + "w_type": "godan verb stem", + "romaji": "tsumasakidato" + }, + "爪先立った": { + "w_type": "conjugated godan verb", + "romaji": "tsumasakidatta" + }, + "爪先立って": { + "w_type": "conjugated godan verb", + "romaji": "tsumasakidatte" + }, + "振りしぼら": { + "w_type": "godan verb stem", + "romaji": "furishibora" + }, + "振りしぼり": { + "w_type": "godan verb stem", + "romaji": "furishibori" + }, + "振りしぼれ": { + "w_type": "conjugated godan verb", + "romaji": "furishibore" + }, + "振りしぼろ": { + "w_type": "godan verb stem", + "romaji": "furishiboro" + }, + "振りしぼった": { + "w_type": "conjugated godan verb", + "romaji": "furishibotta" + }, + "振りしぼって": { + "w_type": "conjugated godan verb", + "romaji": "furishibotte" + }, + "伝わら": { + "w_type": "godan verb stem", + "romaji": "tsutawara" + }, + "伝わり": { + "w_type": "godan verb stem", + "romaji": "tsutawari" + }, + "伝われ": { + "w_type": "conjugated godan verb", + "romaji": "tsutaware" + }, + "伝わろ": { + "w_type": "godan verb stem", + "romaji": "tsutawaro" + }, + "伝わった": { + "w_type": "conjugated godan verb", + "romaji": "tsutawatta" + }, + "伝わって": { + "w_type": "conjugated godan verb", + "romaji": "tsutawatte" + }, + "差上ら": { + "w_type": "godan verb stem", + "romaji": "sashinobora" + }, + "差上り": { + "w_type": "godan verb stem", + "romaji": "sashinobori" + }, + "差上れ": { + "w_type": "conjugated godan verb", + "romaji": "sashinobore" + }, + "差上ろ": { + "w_type": "godan verb stem", + "romaji": "sashinoboro" + }, + "差上った": { + "w_type": "conjugated godan verb", + "romaji": "sashinobotta" + }, + "差上って": { + "w_type": "conjugated godan verb", + "romaji": "sashinobotte" + }, + "放さ": { + "w_type": "godan verb stem", + "romaji": "hanasa" + }, + "放し": { + "w_type": "godan verb stem", + "romaji": "hanashi" + }, + "放せ": { + "w_type": "conjugated godan verb", + "romaji": "hanase" + }, + "放そ": { + "w_type": "godan verb stem", + "romaji": "hanaso" + }, + "放した": { + "w_type": "conjugated godan verb", + "romaji": "hanashita" + }, + "放して": { + "w_type": "conjugated godan verb", + "romaji": "hanashite" + }, + "放か": { + "w_type": "godan verb stem", + "romaji": "koka" + }, + "放き": { + "w_type": "godan verb stem", + "romaji": "koki" + }, + "放け": { + "w_type": "conjugated godan verb", + "romaji": "koke" + }, + "放こ": { + "w_type": "godan verb stem", + "romaji": "koko" + }, + "放いた": { + "w_type": "conjugated godan verb", + "romaji": "koita" + }, + "放いて": { + "w_type": "conjugated godan verb", + "romaji": "koite" + }, + "差っ引か": { + "w_type": "godan verb stem", + "romaji": "sappika" + }, + "差っ引き": { + "w_type": "godan verb stem", + "romaji": "sappiki" + }, + "差っ引け": { + "w_type": "conjugated godan verb", + "romaji": "sappike" + }, + "差っ引こ": { + "w_type": "godan verb stem", + "romaji": "sappiko" + }, + "差っ引いた": { + "w_type": "conjugated godan verb", + "romaji": "sappiita" + }, + "差っ引いて": { + "w_type": "conjugated godan verb", + "romaji": "sappiite" + }, + "有りつか": { + "w_type": "godan verb stem", + "romaji": "aritsuka" + }, + "有りつき": { + "w_type": "godan verb stem", + "romaji": "aritsuki" + }, + "有りつけ": { + "w_type": "conjugated godan verb", + "romaji": "aritsuke" + }, + "有りつこ": { + "w_type": "godan verb stem", + "romaji": "aritsuko" + }, + "有りついた": { + "w_type": "conjugated godan verb", + "romaji": "aritsuita" + }, + "有りついて": { + "w_type": "conjugated godan verb", + "romaji": "aritsuite" + }, + "放ら": { + "w_type": "godan verb stem", + "romaji": "houra" + }, + "放り": { + "w_type": "godan verb stem", + "romaji": "houri" + }, + "放れ": { + "w_type": "conjugated godan verb", + "romaji": "houre" + }, + "放ろ": { + "w_type": "godan verb stem", + "romaji": "houro" + }, + "放った": { + "w_type": "conjugated godan verb", + "romaji": "houtta" + }, + "放って": { + "w_type": "conjugated godan verb", + "romaji": "houtte" + }, + "押しながさ": { + "w_type": "godan verb stem", + "romaji": "oshinagasa" + }, + "押しながし": { + "w_type": "godan verb stem", + "romaji": "oshinagashi" + }, + "押しながせ": { + "w_type": "conjugated godan verb", + "romaji": "oshinagase" + }, + "押しながそ": { + "w_type": "godan verb stem", + "romaji": "oshinagaso" + }, + "押しながした": { + "w_type": "conjugated godan verb", + "romaji": "oshinagashita" + }, + "押しながして": { + "w_type": "conjugated godan verb", + "romaji": "oshinagashite" + }, + "混ざら": { + "w_type": "godan verb stem", + "romaji": "mazara" + }, + "混ざり": { + "w_type": "godan verb stem", + "romaji": "mazari" + }, + "混ざれ": { + "w_type": "conjugated godan verb", + "romaji": "mazare" + }, + "混ざろ": { + "w_type": "godan verb stem", + "romaji": "mazaro" + }, + "混ざった": { + "w_type": "conjugated godan verb", + "romaji": "mazatta" + }, + "混ざって": { + "w_type": "conjugated godan verb", + "romaji": "mazatte" + }, + "蓋わ": { + "w_type": "godan verb stem", + "romaji": "oowa" + }, + "蓋い": { + "w_type": "godan verb stem", + "romaji": "ooi" + }, + "蓋え": { + "w_type": "conjugated godan verb", + "romaji": "ooe" + }, + "蓋お": { + "w_type": "godan verb stem", + "romaji": "ooo" + }, + "蓋った": { + "w_type": "conjugated godan verb", + "romaji": "ootta" + }, + "蓋って": { + "w_type": "conjugated godan verb", + "romaji": "ootte" + }, + "這い登ら": { + "w_type": "godan verb stem", + "romaji": "hainobora" + }, + "這い登り": { + "w_type": "godan verb stem", + "romaji": "hainobori" + }, + "這い登れ": { + "w_type": "conjugated godan verb", + "romaji": "hainobore" + }, + "這い登ろ": { + "w_type": "godan verb stem", + "romaji": "hainoboro" + }, + "這い登った": { + "w_type": "conjugated godan verb", + "romaji": "hainobotta" + }, + "這い登って": { + "w_type": "conjugated godan verb", + "romaji": "hainobotte" + }, + "跳回ら": { + "w_type": "godan verb stem", + "romaji": "tobimawara" + }, + "跳回り": { + "w_type": "godan verb stem", + "romaji": "tobimawari" + }, + "跳回れ": { + "w_type": "conjugated godan verb", + "romaji": "tobimaware" + }, + "跳回ろ": { + "w_type": "godan verb stem", + "romaji": "tobimawaro" + }, + "跳回った": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatta" + }, + "跳回って": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatte" + }, + "躊ま": { + "w_type": "godan verb stem", + "romaji": "tsukunama" + }, + "躊み": { + "w_type": "godan verb stem", + "romaji": "tsukunami" + }, + "躊め": { + "w_type": "conjugated godan verb", + "romaji": "tsukuname" + }, + "躊も": { + "w_type": "godan verb stem", + "romaji": "tsukunamo" + }, + "躊んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukunanda" + }, + "躊んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukunande" + }, + "気色立た": { + "w_type": "godan verb stem", + "romaji": "keshikidata" + }, + "気色立ち": { + "w_type": "godan verb stem", + "romaji": "keshikidachi" + }, + "気色立て": { + "w_type": "conjugated godan verb", + "romaji": "keshikidate" + }, + "気色立と": { + "w_type": "godan verb stem", + "romaji": "keshikidato" + }, + "気色立った": { + "w_type": "conjugated godan verb", + "romaji": "keshikidatta" + }, + "気色立って": { + "w_type": "conjugated godan verb", + "romaji": "keshikidatte" + }, + "乗り過さ": { + "w_type": "godan verb stem", + "romaji": "norisugosa" + }, + "乗り過し": { + "w_type": "godan verb stem", + "romaji": "norisugoshi" + }, + "乗り過せ": { + "w_type": "conjugated godan verb", + "romaji": "norisugose" + }, + "乗り過そ": { + "w_type": "godan verb stem", + "romaji": "norisugoso" + }, + "乗り過した": { + "w_type": "conjugated godan verb", + "romaji": "norisugoshita" + }, + "乗り過して": { + "w_type": "conjugated godan verb", + "romaji": "norisugoshite" + }, + "割り解さ": { + "w_type": "godan verb stem", + "romaji": "warihogusa" + }, + "割り解し": { + "w_type": "godan verb stem", + "romaji": "warihogushi" + }, + "割り解せ": { + "w_type": "conjugated godan verb", + "romaji": "warihoguse" + }, + "割り解そ": { + "w_type": "godan verb stem", + "romaji": "warihoguso" + }, + "割り解した": { + "w_type": "conjugated godan verb", + "romaji": "warihogushita" + }, + "割り解して": { + "w_type": "conjugated godan verb", + "romaji": "warihogushite" + }, + "打ち沈ま": { + "w_type": "godan verb stem", + "romaji": "uchishizuma" + }, + "打ち沈み": { + "w_type": "godan verb stem", + "romaji": "uchishizumi" + }, + "打ち沈め": { + "w_type": "conjugated godan verb", + "romaji": "uchishizume" + }, + "打ち沈も": { + "w_type": "godan verb stem", + "romaji": "uchishizumo" + }, + "打ち沈んだ": { + "w_type": "conjugated godan verb", + "romaji": "uchishizunda" + }, + "打ち沈んで": { + "w_type": "conjugated godan verb", + "romaji": "uchishizunde" + }, + "取崩さ": { + "w_type": "godan verb stem", + "romaji": "torikuzusa" + }, + "取崩し": { + "w_type": "godan verb stem", + "romaji": "torikuzushi" + }, + "取崩せ": { + "w_type": "conjugated godan verb", + "romaji": "torikuzuse" + }, + "取崩そ": { + "w_type": "godan verb stem", + "romaji": "torikuzuso" + }, + "取崩した": { + "w_type": "conjugated godan verb", + "romaji": "torikuzushita" + }, + "取崩して": { + "w_type": "conjugated godan verb", + "romaji": "torikuzushite" + }, + "佩か": { + "w_type": "godan verb stem", + "romaji": "haka" + }, + "佩き": { + "w_type": "godan verb stem", + "romaji": "haki" + }, + "佩け": { + "w_type": "conjugated godan verb", + "romaji": "hake" + }, + "佩こ": { + "w_type": "godan verb stem", + "romaji": "hako" + }, + "佩いた": { + "w_type": "conjugated godan verb", + "romaji": "haita" + }, + "佩いて": { + "w_type": "conjugated godan verb", + "romaji": "haite" + }, + "額づか": { + "w_type": "godan verb stem", + "romaji": "nukazuka" + }, + "額づき": { + "w_type": "godan verb stem", + "romaji": "nukazuki" + }, + "額づけ": { + "w_type": "conjugated godan verb", + "romaji": "nukazuke" + }, + "額づこ": { + "w_type": "godan verb stem", + "romaji": "nukazuko" + }, + "額づいた": { + "w_type": "conjugated godan verb", + "romaji": "nukazuita" + }, + "額づいて": { + "w_type": "conjugated godan verb", + "romaji": "nukazuite" + }, + "散敷か": { + "w_type": "godan verb stem", + "romaji": "chirishika" + }, + "散敷き": { + "w_type": "godan verb stem", + "romaji": "chirishiki" + }, + "散敷け": { + "w_type": "conjugated godan verb", + "romaji": "chirishike" + }, + "散敷こ": { + "w_type": "godan verb stem", + "romaji": "chirishiko" + }, + "散敷いた": { + "w_type": "conjugated godan verb", + "romaji": "chirishiita" + }, + "散敷いて": { + "w_type": "conjugated godan verb", + "romaji": "chirishiite" + }, + "経上がら": { + "w_type": "godan verb stem", + "romaji": "heagara" + }, + "経上がり": { + "w_type": "godan verb stem", + "romaji": "heagari" + }, + "経上がれ": { + "w_type": "conjugated godan verb", + "romaji": "heagare" + }, + "経上がろ": { + "w_type": "godan verb stem", + "romaji": "heagaro" + }, + "経上がった": { + "w_type": "conjugated godan verb", + "romaji": "heagatta" + }, + "経上がって": { + "w_type": "conjugated godan verb", + "romaji": "heagatte" + }, + "降り込ま": { + "w_type": "godan verb stem", + "romaji": "furikoma" + }, + "降り込み": { + "w_type": "godan verb stem", + "romaji": "furikomi" + }, + "降り込め": { + "w_type": "conjugated godan verb", + "romaji": "furikome" + }, + "降り込も": { + "w_type": "godan verb stem", + "romaji": "furikomo" + }, + "降り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "furikonda" + }, + "降り込んで": { + "w_type": "conjugated godan verb", + "romaji": "furikonde" + }, + "聞こし召さ": { + "w_type": "godan verb stem", + "romaji": "kikoshimesa" + }, + "聞こし召し": { + "w_type": "godan verb stem", + "romaji": "kikoshimeshi" + }, + "聞こし召せ": { + "w_type": "conjugated godan verb", + "romaji": "kikoshimese" + }, + "聞こし召そ": { + "w_type": "godan verb stem", + "romaji": "kikoshimeso" + }, + "聞こし召した": { + "w_type": "conjugated godan verb", + "romaji": "kikoshimeshita" + }, + "聞こし召して": { + "w_type": "conjugated godan verb", + "romaji": "kikoshimeshite" + }, + "突っこま": { + "w_type": "godan verb stem", + "romaji": "tsukkoma" + }, + "突っこみ": { + "w_type": "godan verb stem", + "romaji": "tsukkomi" + }, + "突っこめ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkome" + }, + "突っこも": { + "w_type": "godan verb stem", + "romaji": "tsukkomo" + }, + "突っこんだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkonda" + }, + "突っこんで": { + "w_type": "conjugated godan verb", + "romaji": "tsukkonde" + }, + "憤ら": { + "w_type": "godan verb stem", + "romaji": "ikidoora" + }, + "憤り": { + "w_type": "godan verb stem", + "romaji": "ikidoori" + }, + "憤れ": { + "w_type": "conjugated godan verb", + "romaji": "ikidoore" + }, + "憤ろ": { + "w_type": "godan verb stem", + "romaji": "ikidooro" + }, + "憤った": { + "w_type": "conjugated godan verb", + "romaji": "ikidootta" + }, + "憤って": { + "w_type": "conjugated godan verb", + "romaji": "ikidootte" + }, + "波打た": { + "w_type": "godan verb stem", + "romaji": "namiuta" + }, + "波打ち": { + "w_type": "godan verb stem", + "romaji": "namiuchi" + }, + "波打て": { + "w_type": "conjugated godan verb", + "romaji": "namiute" + }, + "波打と": { + "w_type": "godan verb stem", + "romaji": "namiuto" + }, + "波打った": { + "w_type": "conjugated godan verb", + "romaji": "namiutta" + }, + "波打って": { + "w_type": "conjugated godan verb", + "romaji": "namiutte" + }, + "押し回さ": { + "w_type": "godan verb stem", + "romaji": "oshimawasa" + }, + "押し回し": { + "w_type": "godan verb stem", + "romaji": "oshimawashi" + }, + "押し回せ": { + "w_type": "conjugated godan verb", + "romaji": "oshimawase" + }, + "押し回そ": { + "w_type": "godan verb stem", + "romaji": "oshimawaso" + }, + "押し回した": { + "w_type": "conjugated godan verb", + "romaji": "oshimawashita" + }, + "押し回して": { + "w_type": "conjugated godan verb", + "romaji": "oshimawashite" + }, + "良がら": { + "w_type": "godan verb stem", + "romaji": "yogara" + }, + "良がり": { + "w_type": "godan verb stem", + "romaji": "yogari" + }, + "良がれ": { + "w_type": "conjugated godan verb", + "romaji": "yogare" + }, + "良がろ": { + "w_type": "godan verb stem", + "romaji": "yogaro" + }, + "良がった": { + "w_type": "conjugated godan verb", + "romaji": "yogatta" + }, + "良がって": { + "w_type": "conjugated godan verb", + "romaji": "yogatte" + }, + "削り出さ": { + "w_type": "godan verb stem", + "romaji": "kezuridasa" + }, + "削り出し": { + "w_type": "godan verb stem", + "romaji": "kezuridashi" + }, + "削り出せ": { + "w_type": "conjugated godan verb", + "romaji": "kezuridase" + }, + "削り出そ": { + "w_type": "godan verb stem", + "romaji": "kezuridaso" + }, + "削り出した": { + "w_type": "conjugated godan verb", + "romaji": "kezuridashita" + }, + "削り出して": { + "w_type": "conjugated godan verb", + "romaji": "kezuridashite" + }, + "宿ら": { + "w_type": "godan verb stem", + "romaji": "yadora" + }, + "宿り": { + "w_type": "godan verb stem", + "romaji": "yadori" + }, + "宿れ": { + "w_type": "conjugated godan verb", + "romaji": "yadore" + }, + "宿ろ": { + "w_type": "godan verb stem", + "romaji": "yadoro" + }, + "宿った": { + "w_type": "conjugated godan verb", + "romaji": "yadotta" + }, + "宿って": { + "w_type": "conjugated godan verb", + "romaji": "yadotte" + }, + "思い合わ": { + "w_type": "godan verb stem", + "romaji": "omoiawa" + }, + "思い合い": { + "w_type": "godan verb stem", + "romaji": "omoiai" + }, + "思い合え": { + "w_type": "conjugated godan verb", + "romaji": "omoiae" + }, + "思い合お": { + "w_type": "godan verb stem", + "romaji": "omoiao" + }, + "思い合った": { + "w_type": "conjugated godan verb", + "romaji": "omoiatta" + }, + "思い合って": { + "w_type": "conjugated godan verb", + "romaji": "omoiatte" + }, + "含羞ま": { + "w_type": "godan verb stem", + "romaji": "hanikama" + }, + "含羞み": { + "w_type": "godan verb stem", + "romaji": "hanikami" + }, + "含羞め": { + "w_type": "conjugated godan verb", + "romaji": "hanikame" + }, + "含羞も": { + "w_type": "godan verb stem", + "romaji": "hanikamo" + }, + "含羞んだ": { + "w_type": "conjugated godan verb", + "romaji": "hanikanda" + }, + "含羞んで": { + "w_type": "conjugated godan verb", + "romaji": "hanikande" + }, + "立ち騒が": { + "w_type": "godan verb stem", + "romaji": "tachisawaga" + }, + "立ち騒ぎ": { + "w_type": "godan verb stem", + "romaji": "tachisawagi" + }, + "立ち騒げ": { + "w_type": "conjugated godan verb", + "romaji": "tachisawage" + }, + "立ち騒ご": { + "w_type": "godan verb stem", + "romaji": "tachisawago" + }, + "立ち騒いだ": { + "w_type": "conjugated godan verb", + "romaji": "tachisawaida" + }, + "立ち騒いで": { + "w_type": "conjugated godan verb", + "romaji": "tachisawaide" + }, + "押出さ": { + "w_type": "godan verb stem", + "romaji": "oshidasa" + }, + "押出し": { + "w_type": "godan verb stem", + "romaji": "oshidashi" + }, + "押出せ": { + "w_type": "conjugated godan verb", + "romaji": "oshidase" + }, + "押出そ": { + "w_type": "godan verb stem", + "romaji": "oshidaso" + }, + "押出した": { + "w_type": "conjugated godan verb", + "romaji": "oshidashita" + }, + "押出して": { + "w_type": "conjugated godan verb", + "romaji": "oshidashite" + }, + "疲らさ": { + "w_type": "godan verb stem", + "romaji": "tsukarasa" + }, + "疲らし": { + "w_type": "godan verb stem", + "romaji": "tsukarashi" + }, + "疲らせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukarase" + }, + "疲らそ": { + "w_type": "godan verb stem", + "romaji": "tsukaraso" + }, + "疲らした": { + "w_type": "conjugated godan verb", + "romaji": "tsukarashita" + }, + "疲らして": { + "w_type": "conjugated godan verb", + "romaji": "tsukarashite" + }, + "霑わ": { + "w_type": "godan verb stem", + "romaji": "uruowa" + }, + "霑い": { + "w_type": "godan verb stem", + "romaji": "uruoi" + }, + "霑え": { + "w_type": "conjugated godan verb", + "romaji": "uruoe" + }, + "霑お": { + "w_type": "godan verb stem", + "romaji": "uruoo" + }, + "霑った": { + "w_type": "conjugated godan verb", + "romaji": "uruotta" + }, + "霑って": { + "w_type": "conjugated godan verb", + "romaji": "uruotte" + }, + "執り成さ": { + "w_type": "godan verb stem", + "romaji": "torinasa" + }, + "執り成し": { + "w_type": "godan verb stem", + "romaji": "torinashi" + }, + "執り成せ": { + "w_type": "conjugated godan verb", + "romaji": "torinase" + }, + "執り成そ": { + "w_type": "godan verb stem", + "romaji": "torinaso" + }, + "執り成した": { + "w_type": "conjugated godan verb", + "romaji": "torinashita" + }, + "執り成して": { + "w_type": "conjugated godan verb", + "romaji": "torinashite" + }, + "ほっつき回ら": { + "w_type": "godan verb stem", + "romaji": "hottsukimawara" + }, + "ほっつき回り": { + "w_type": "godan verb stem", + "romaji": "hottsukimawari" + }, + "ほっつき回れ": { + "w_type": "conjugated godan verb", + "romaji": "hottsukimaware" + }, + "ほっつき回ろ": { + "w_type": "godan verb stem", + "romaji": "hottsukimawaro" + }, + "ほっつき回った": { + "w_type": "conjugated godan verb", + "romaji": "hottsukimawatta" + }, + "ほっつき回って": { + "w_type": "conjugated godan verb", + "romaji": "hottsukimawatte" + }, + "持上ら": { + "w_type": "godan verb stem", + "romaji": "mochiagara" + }, + "持上り": { + "w_type": "godan verb stem", + "romaji": "mochiagari" + }, + "持上れ": { + "w_type": "conjugated godan verb", + "romaji": "mochiagare" + }, + "持上ろ": { + "w_type": "godan verb stem", + "romaji": "mochiagaro" + }, + "持上った": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatta" + }, + "持上って": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatte" + }, + "奢ら": { + "w_type": "godan verb stem", + "romaji": "ogora" + }, + "奢り": { + "w_type": "godan verb stem", + "romaji": "ogori" + }, + "奢れ": { + "w_type": "conjugated godan verb", + "romaji": "ogore" + }, + "奢ろ": { + "w_type": "godan verb stem", + "romaji": "ogoro" + }, + "奢った": { + "w_type": "conjugated godan verb", + "romaji": "ogotta" + }, + "奢って": { + "w_type": "conjugated godan verb", + "romaji": "ogotte" + }, + "切り取ら": { + "w_type": "godan verb stem", + "romaji": "kiritora" + }, + "切り取り": { + "w_type": "godan verb stem", + "romaji": "kiritori" + }, + "切り取れ": { + "w_type": "conjugated godan verb", + "romaji": "kiritore" + }, + "切り取ろ": { + "w_type": "godan verb stem", + "romaji": "kiritoro" + }, + "切り取った": { + "w_type": "conjugated godan verb", + "romaji": "kiritotta" + }, + "切り取って": { + "w_type": "conjugated godan verb", + "romaji": "kiritotte" + }, + "乗り入ら": { + "w_type": "godan verb stem", + "romaji": "noriira" + }, + "乗り入り": { + "w_type": "godan verb stem", + "romaji": "noriiri" + }, + "乗り入れ": { + "w_type": "conjugated godan verb", + "romaji": "noriire" + }, + "乗り入ろ": { + "w_type": "godan verb stem", + "romaji": "noriiro" + }, + "乗り入った": { + "w_type": "conjugated godan verb", + "romaji": "noriitta" + }, + "乗り入って": { + "w_type": "conjugated godan verb", + "romaji": "noriitte" + }, + "掠めとら": { + "w_type": "godan verb stem", + "romaji": "kasumetora" + }, + "掠めとり": { + "w_type": "godan verb stem", + "romaji": "kasumetori" + }, + "掠めとれ": { + "w_type": "conjugated godan verb", + "romaji": "kasumetore" + }, + "掠めとろ": { + "w_type": "godan verb stem", + "romaji": "kasumetoro" + }, + "掠めとった": { + "w_type": "conjugated godan verb", + "romaji": "kasumetotta" + }, + "掠めとって": { + "w_type": "conjugated godan verb", + "romaji": "kasumetotte" + }, + "巻き戻さ": { + "w_type": "godan verb stem", + "romaji": "makimodosa" + }, + "巻き戻し": { + "w_type": "godan verb stem", + "romaji": "makimodoshi" + }, + "巻き戻せ": { + "w_type": "conjugated godan verb", + "romaji": "makimodose" + }, + "巻き戻そ": { + "w_type": "godan verb stem", + "romaji": "makimodoso" + }, + "巻き戻した": { + "w_type": "conjugated godan verb", + "romaji": "makimodoshita" + }, + "巻き戻して": { + "w_type": "conjugated godan verb", + "romaji": "makimodoshite" + }, + "鳴りひびか": { + "w_type": "godan verb stem", + "romaji": "narihibika" + }, + "鳴りひびき": { + "w_type": "godan verb stem", + "romaji": "narihibiki" + }, + "鳴りひびけ": { + "w_type": "conjugated godan verb", + "romaji": "narihibike" + }, + "鳴りひびこ": { + "w_type": "godan verb stem", + "romaji": "narihibiko" + }, + "鳴りひびいた": { + "w_type": "conjugated godan verb", + "romaji": "narihibiita" + }, + "鳴りひびいて": { + "w_type": "conjugated godan verb", + "romaji": "narihibiite" + }, + "抉ら": { + "w_type": "godan verb stem", + "romaji": "kojira" + }, + "抉り": { + "w_type": "godan verb stem", + "romaji": "kojiri" + }, + "抉れ": { + "w_type": "conjugated godan verb", + "romaji": "kojire" + }, + "抉ろ": { + "w_type": "godan verb stem", + "romaji": "kojiro" + }, + "抉った": { + "w_type": "conjugated godan verb", + "romaji": "kojitta" + }, + "抉って": { + "w_type": "conjugated godan verb", + "romaji": "kojitte" + }, + "迸ら": { + "w_type": "godan verb stem", + "romaji": "hotobashira" + }, + "迸り": { + "w_type": "godan verb stem", + "romaji": "hotobashiri" + }, + "迸れ": { + "w_type": "conjugated godan verb", + "romaji": "hotobashire" + }, + "迸ろ": { + "w_type": "godan verb stem", + "romaji": "hotobashiro" + }, + "迸った": { + "w_type": "conjugated godan verb", + "romaji": "hotobashitta" + }, + "迸って": { + "w_type": "conjugated godan verb", + "romaji": "hotobashitte" + }, + "導か": { + "w_type": "godan verb stem", + "romaji": "michibika" + }, + "導き": { + "w_type": "godan verb stem", + "romaji": "michibiki" + }, + "導け": { + "w_type": "conjugated godan verb", + "romaji": "michibike" + }, + "導こ": { + "w_type": "godan verb stem", + "romaji": "michibiko" + }, + "導いた": { + "w_type": "conjugated godan verb", + "romaji": "michibiita" + }, + "導いて": { + "w_type": "conjugated godan verb", + "romaji": "michibiite" + }, + "思い巡らさ": { + "w_type": "godan verb stem", + "romaji": "omoimegurasa" + }, + "思い巡らし": { + "w_type": "godan verb stem", + "romaji": "omoimegurashi" + }, + "思い巡らせ": { + "w_type": "conjugated godan verb", + "romaji": "omoimegurase" + }, + "思い巡らそ": { + "w_type": "godan verb stem", + "romaji": "omoimeguraso" + }, + "思い巡らした": { + "w_type": "conjugated godan verb", + "romaji": "omoimegurashita" + }, + "思い巡らして": { + "w_type": "conjugated godan verb", + "romaji": "omoimegurashite" + }, + "突き離さ": { + "w_type": "godan verb stem", + "romaji": "tsukihanasa" + }, + "突き離し": { + "w_type": "godan verb stem", + "romaji": "tsukihanashi" + }, + "突き離せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanase" + }, + "突き離そ": { + "w_type": "godan verb stem", + "romaji": "tsukihanaso" + }, + "突き離した": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanashita" + }, + "突き離して": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanashite" + }, + "揉消さ": { + "w_type": "godan verb stem", + "romaji": "momikesa" + }, + "揉消し": { + "w_type": "godan verb stem", + "romaji": "momikeshi" + }, + "揉消せ": { + "w_type": "conjugated godan verb", + "romaji": "momikese" + }, + "揉消そ": { + "w_type": "godan verb stem", + "romaji": "momikeso" + }, + "揉消した": { + "w_type": "conjugated godan verb", + "romaji": "momikeshita" + }, + "揉消して": { + "w_type": "conjugated godan verb", + "romaji": "momikeshite" + }, + "掻き回さ": { + "w_type": "godan verb stem", + "romaji": "kakimawasa" + }, + "掻き回し": { + "w_type": "godan verb stem", + "romaji": "kakimawashi" + }, + "掻き回せ": { + "w_type": "conjugated godan verb", + "romaji": "kakimawase" + }, + "掻き回そ": { + "w_type": "godan verb stem", + "romaji": "kakimawaso" + }, + "掻き回した": { + "w_type": "conjugated godan verb", + "romaji": "kakimawashita" + }, + "掻き回して": { + "w_type": "conjugated godan verb", + "romaji": "kakimawashite" + }, + "突放さ": { + "w_type": "godan verb stem", + "romaji": "tsukihanasa" + }, + "突放し": { + "w_type": "godan verb stem", + "romaji": "tsukihanashi" + }, + "突放せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanase" + }, + "突放そ": { + "w_type": "godan verb stem", + "romaji": "tsukihanaso" + }, + "突放した": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanashita" + }, + "突放して": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanashite" + }, + "上回ら": { + "w_type": "godan verb stem", + "romaji": "uwamawara" + }, + "上回り": { + "w_type": "godan verb stem", + "romaji": "uwamawari" + }, + "上回れ": { + "w_type": "conjugated godan verb", + "romaji": "uwamaware" + }, + "上回ろ": { + "w_type": "godan verb stem", + "romaji": "uwamawaro" + }, + "上回った": { + "w_type": "conjugated godan verb", + "romaji": "uwamawatta" + }, + "上回って": { + "w_type": "conjugated godan verb", + "romaji": "uwamawatte" + }, + "上がりこま": { + "w_type": "godan verb stem", + "romaji": "agarikoma" + }, + "上がりこみ": { + "w_type": "godan verb stem", + "romaji": "agarikomi" + }, + "上がりこめ": { + "w_type": "conjugated godan verb", + "romaji": "agarikome" + }, + "上がりこも": { + "w_type": "godan verb stem", + "romaji": "agarikomo" + }, + "上がりこんだ": { + "w_type": "conjugated godan verb", + "romaji": "agarikonda" + }, + "上がりこんで": { + "w_type": "conjugated godan verb", + "romaji": "agarikonde" + }, + "踏みにじら": { + "w_type": "godan verb stem", + "romaji": "fuminijira" + }, + "踏みにじり": { + "w_type": "godan verb stem", + "romaji": "fuminijiri" + }, + "踏みにじれ": { + "w_type": "conjugated godan verb", + "romaji": "fuminijire" + }, + "踏みにじろ": { + "w_type": "godan verb stem", + "romaji": "fuminijiro" + }, + "踏みにじった": { + "w_type": "conjugated godan verb", + "romaji": "fuminijitta" + }, + "踏みにじって": { + "w_type": "conjugated godan verb", + "romaji": "fuminijitte" + }, + "判ら": { + "w_type": "godan verb stem", + "romaji": "wakara" + }, + "判り": { + "w_type": "godan verb stem", + "romaji": "wakari" + }, + "判れ": { + "w_type": "conjugated godan verb", + "romaji": "wakare" + }, + "判ろ": { + "w_type": "godan verb stem", + "romaji": "wakaro" + }, + "判った": { + "w_type": "conjugated godan verb", + "romaji": "wakatta" + }, + "判って": { + "w_type": "conjugated godan verb", + "romaji": "wakatte" + }, + "亡ぼさ": { + "w_type": "godan verb stem", + "romaji": "horobosa" + }, + "亡ぼし": { + "w_type": "godan verb stem", + "romaji": "horoboshi" + }, + "亡ぼせ": { + "w_type": "conjugated godan verb", + "romaji": "horobose" + }, + "亡ぼそ": { + "w_type": "godan verb stem", + "romaji": "horoboso" + }, + "亡ぼした": { + "w_type": "conjugated godan verb", + "romaji": "horoboshita" + }, + "亡ぼして": { + "w_type": "conjugated godan verb", + "romaji": "horoboshite" + }, + "嗅が": { + "w_type": "godan verb stem", + "romaji": "kaga" + }, + "嗅ぎ": { + "w_type": "godan verb stem", + "romaji": "kagi" + }, + "嗅げ": { + "w_type": "conjugated godan verb", + "romaji": "kage" + }, + "嗅ご": { + "w_type": "godan verb stem", + "romaji": "kago" + }, + "嗅いだ": { + "w_type": "conjugated godan verb", + "romaji": "kaida" + }, + "嗅いで": { + "w_type": "conjugated godan verb", + "romaji": "kaide" + }, + "綾なさ": { + "w_type": "godan verb stem", + "romaji": "ayanasa" + }, + "綾なし": { + "w_type": "godan verb stem", + "romaji": "ayanashi" + }, + "綾なせ": { + "w_type": "conjugated godan verb", + "romaji": "ayanase" + }, + "綾なそ": { + "w_type": "godan verb stem", + "romaji": "ayanaso" + }, + "綾なした": { + "w_type": "conjugated godan verb", + "romaji": "ayanashita" + }, + "綾なして": { + "w_type": "conjugated godan verb", + "romaji": "ayanashite" + }, + "使い果たさ": { + "w_type": "godan verb stem", + "romaji": "tsukaihatasa" + }, + "使い果たし": { + "w_type": "godan verb stem", + "romaji": "tsukaihatashi" + }, + "使い果たせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatase" + }, + "使い果たそ": { + "w_type": "godan verb stem", + "romaji": "tsukaihataso" + }, + "使い果たした": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashita" + }, + "使い果たして": { + "w_type": "conjugated godan verb", + "romaji": "tsukaihatashite" + }, + "引きちぎら": { + "w_type": "godan verb stem", + "romaji": "hikichigira" + }, + "引きちぎり": { + "w_type": "godan verb stem", + "romaji": "hikichigiri" + }, + "引きちぎれ": { + "w_type": "conjugated godan verb", + "romaji": "hikichigire" + }, + "引きちぎろ": { + "w_type": "godan verb stem", + "romaji": "hikichigiro" + }, + "引きちぎった": { + "w_type": "conjugated godan verb", + "romaji": "hikichigitta" + }, + "引きちぎって": { + "w_type": "conjugated godan verb", + "romaji": "hikichigitte" + }, + "絞まら": { + "w_type": "godan verb stem", + "romaji": "shimara" + }, + "絞まり": { + "w_type": "godan verb stem", + "romaji": "shimari" + }, + "絞まれ": { + "w_type": "conjugated godan verb", + "romaji": "shimare" + }, + "絞まろ": { + "w_type": "godan verb stem", + "romaji": "shimaro" + }, + "絞まった": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "絞まって": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "願わ": { + "w_type": "godan verb stem", + "romaji": "negawa" + }, + "願い": { + "w_type": "godan verb stem", + "romaji": "negai" + }, + "願え": { + "w_type": "conjugated godan verb", + "romaji": "negae" + }, + "願お": { + "w_type": "godan verb stem", + "romaji": "negao" + }, + "願った": { + "w_type": "conjugated godan verb", + "romaji": "negatta" + }, + "願って": { + "w_type": "conjugated godan verb", + "romaji": "negatte" + }, + "洗わ": { + "w_type": "godan verb stem", + "romaji": "arawa" + }, + "洗い": { + "w_type": "godan verb stem", + "romaji": "arai" + }, + "洗え": { + "w_type": "conjugated godan verb", + "romaji": "arae" + }, + "洗お": { + "w_type": "godan verb stem", + "romaji": "arao" + }, + "洗った": { + "w_type": "conjugated godan verb", + "romaji": "aratta" + }, + "洗って": { + "w_type": "conjugated godan verb", + "romaji": "aratte" + }, + "居着か": { + "w_type": "godan verb stem", + "romaji": "itsuka" + }, + "居着き": { + "w_type": "godan verb stem", + "romaji": "itsuki" + }, + "居着け": { + "w_type": "conjugated godan verb", + "romaji": "itsuke" + }, + "居着こ": { + "w_type": "godan verb stem", + "romaji": "itsuko" + }, + "居着いた": { + "w_type": "conjugated godan verb", + "romaji": "itsuita" + }, + "居着いて": { + "w_type": "conjugated godan verb", + "romaji": "itsuite" + }, + "落籍さ": { + "w_type": "godan verb stem", + "romaji": "hikasa" + }, + "落籍し": { + "w_type": "godan verb stem", + "romaji": "hikashi" + }, + "落籍せ": { + "w_type": "conjugated godan verb", + "romaji": "hikase" + }, + "落籍そ": { + "w_type": "godan verb stem", + "romaji": "hikaso" + }, + "落籍した": { + "w_type": "conjugated godan verb", + "romaji": "hikashita" + }, + "落籍して": { + "w_type": "conjugated godan verb", + "romaji": "hikashite" + }, + "手折ら": { + "w_type": "godan verb stem", + "romaji": "taora" + }, + "手折り": { + "w_type": "godan verb stem", + "romaji": "taori" + }, + "手折れ": { + "w_type": "conjugated godan verb", + "romaji": "taore" + }, + "手折ろ": { + "w_type": "godan verb stem", + "romaji": "taoro" + }, + "手折った": { + "w_type": "conjugated godan verb", + "romaji": "taotta" + }, + "手折って": { + "w_type": "conjugated godan verb", + "romaji": "taotte" + }, + "抜かさ": { + "w_type": "godan verb stem", + "romaji": "nukasa" + }, + "抜かし": { + "w_type": "godan verb stem", + "romaji": "nukashi" + }, + "抜かせ": { + "w_type": "conjugated godan verb", + "romaji": "nukase" + }, + "抜かそ": { + "w_type": "godan verb stem", + "romaji": "nukaso" + }, + "抜かした": { + "w_type": "conjugated godan verb", + "romaji": "nukashita" + }, + "抜かして": { + "w_type": "conjugated godan verb", + "romaji": "nukashite" + }, + "繰ら": { + "w_type": "godan verb stem", + "romaji": "kura" + }, + "繰り": { + "w_type": "godan verb stem", + "romaji": "kuri" + }, + "繰れ": { + "w_type": "conjugated godan verb", + "romaji": "kure" + }, + "繰ろ": { + "w_type": "godan verb stem", + "romaji": "kuro" + }, + "繰った": { + "w_type": "conjugated godan verb", + "romaji": "kutta" + }, + "繰って": { + "w_type": "conjugated godan verb", + "romaji": "kutte" + }, + "解かさ": { + "w_type": "godan verb stem", + "romaji": "tokasa" + }, + "解かし": { + "w_type": "godan verb stem", + "romaji": "tokashi" + }, + "解かせ": { + "w_type": "conjugated godan verb", + "romaji": "tokase" + }, + "解かそ": { + "w_type": "godan verb stem", + "romaji": "tokaso" + }, + "解かした": { + "w_type": "conjugated godan verb", + "romaji": "tokashita" + }, + "解かして": { + "w_type": "conjugated godan verb", + "romaji": "tokashite" + }, + "乗り逃がさ": { + "w_type": "godan verb stem", + "romaji": "norinogasa" + }, + "乗り逃がし": { + "w_type": "godan verb stem", + "romaji": "norinogashi" + }, + "乗り逃がせ": { + "w_type": "conjugated godan verb", + "romaji": "norinogase" + }, + "乗り逃がそ": { + "w_type": "godan verb stem", + "romaji": "norinogaso" + }, + "乗り逃がした": { + "w_type": "conjugated godan verb", + "romaji": "norinogashita" + }, + "乗り逃がして": { + "w_type": "conjugated godan verb", + "romaji": "norinogashite" + }, + "生け捕ら": { + "w_type": "godan verb stem", + "romaji": "ikedora" + }, + "生け捕り": { + "w_type": "godan verb stem", + "romaji": "ikedori" + }, + "生け捕れ": { + "w_type": "conjugated godan verb", + "romaji": "ikedore" + }, + "生け捕ろ": { + "w_type": "godan verb stem", + "romaji": "ikedoro" + }, + "生け捕った": { + "w_type": "conjugated godan verb", + "romaji": "ikedotta" + }, + "生け捕って": { + "w_type": "conjugated godan verb", + "romaji": "ikedotte" + }, + "引き伸さ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引き伸し": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引き伸せ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引き伸そ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引き伸した": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引き伸して": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "圧さ": { + "w_type": "godan verb stem", + "romaji": "osa" + }, + "圧し": { + "w_type": "godan verb stem", + "romaji": "oshi" + }, + "圧せ": { + "w_type": "conjugated godan verb", + "romaji": "ose" + }, + "圧そ": { + "w_type": "godan verb stem", + "romaji": "oso" + }, + "圧した": { + "w_type": "conjugated godan verb", + "romaji": "oshita" + }, + "圧して": { + "w_type": "conjugated godan verb", + "romaji": "oshite" + }, + "惚れ直さ": { + "w_type": "godan verb stem", + "romaji": "horenaosa" + }, + "惚れ直し": { + "w_type": "godan verb stem", + "romaji": "horenaoshi" + }, + "惚れ直せ": { + "w_type": "conjugated godan verb", + "romaji": "horenaose" + }, + "惚れ直そ": { + "w_type": "godan verb stem", + "romaji": "horenaoso" + }, + "惚れ直した": { + "w_type": "conjugated godan verb", + "romaji": "horenaoshita" + }, + "惚れ直して": { + "w_type": "conjugated godan verb", + "romaji": "horenaoshite" + }, + "建て増さ": { + "w_type": "godan verb stem", + "romaji": "tatemasa" + }, + "建て増し": { + "w_type": "godan verb stem", + "romaji": "tatemashi" + }, + "建て増せ": { + "w_type": "conjugated godan verb", + "romaji": "tatemase" + }, + "建て増そ": { + "w_type": "godan verb stem", + "romaji": "tatemaso" + }, + "建て増した": { + "w_type": "conjugated godan verb", + "romaji": "tatemashita" + }, + "建て増して": { + "w_type": "conjugated godan verb", + "romaji": "tatemashite" + }, + "押し潰さ": { + "w_type": "godan verb stem", + "romaji": "oshitsubusa" + }, + "押し潰し": { + "w_type": "godan verb stem", + "romaji": "oshitsubushi" + }, + "押し潰せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubuse" + }, + "押し潰そ": { + "w_type": "godan verb stem", + "romaji": "oshitsubuso" + }, + "押し潰した": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushita" + }, + "押し潰して": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushite" + }, + "興がら": { + "w_type": "godan verb stem", + "romaji": "kyougara" + }, + "興がり": { + "w_type": "godan verb stem", + "romaji": "kyougari" + }, + "興がれ": { + "w_type": "conjugated godan verb", + "romaji": "kyougare" + }, + "興がろ": { + "w_type": "godan verb stem", + "romaji": "kyougaro" + }, + "興がった": { + "w_type": "conjugated godan verb", + "romaji": "kyougatta" + }, + "興がって": { + "w_type": "conjugated godan verb", + "romaji": "kyougatte" + }, + "悴ま": { + "w_type": "godan verb stem", + "romaji": "kajikama" + }, + "悴み": { + "w_type": "godan verb stem", + "romaji": "kajikami" + }, + "悴め": { + "w_type": "conjugated godan verb", + "romaji": "kajikame" + }, + "悴も": { + "w_type": "godan verb stem", + "romaji": "kajikamo" + }, + "悴んだ": { + "w_type": "conjugated godan verb", + "romaji": "kajikanda" + }, + "悴んで": { + "w_type": "conjugated godan verb", + "romaji": "kajikande" + }, + "断切ら": { + "w_type": "godan verb stem", + "romaji": "tachikira" + }, + "断切り": { + "w_type": "godan verb stem", + "romaji": "tachikiri" + }, + "断切れ": { + "w_type": "conjugated godan verb", + "romaji": "tachikire" + }, + "断切ろ": { + "w_type": "godan verb stem", + "romaji": "tachikiro" + }, + "断切った": { + "w_type": "conjugated godan verb", + "romaji": "tachikitta" + }, + "断切って": { + "w_type": "conjugated godan verb", + "romaji": "tachikitte" + }, + "萌さ": { + "w_type": "godan verb stem", + "romaji": "kizasa" + }, + "萌し": { + "w_type": "godan verb stem", + "romaji": "kizashi" + }, + "萌せ": { + "w_type": "conjugated godan verb", + "romaji": "kizase" + }, + "萌そ": { + "w_type": "godan verb stem", + "romaji": "kizaso" + }, + "萌した": { + "w_type": "conjugated godan verb", + "romaji": "kizashita" + }, + "萌して": { + "w_type": "conjugated godan verb", + "romaji": "kizashite" + }, + "荷わ": { + "w_type": "godan verb stem", + "romaji": "ninawa" + }, + "荷い": { + "w_type": "godan verb stem", + "romaji": "ninai" + }, + "荷え": { + "w_type": "conjugated godan verb", + "romaji": "ninae" + }, + "荷お": { + "w_type": "godan verb stem", + "romaji": "ninao" + }, + "荷った": { + "w_type": "conjugated godan verb", + "romaji": "ninatta" + }, + "荷って": { + "w_type": "conjugated godan verb", + "romaji": "ninatte" + }, + "付け直さ": { + "w_type": "godan verb stem", + "romaji": "tsukenaosa" + }, + "付け直し": { + "w_type": "godan verb stem", + "romaji": "tsukenaoshi" + }, + "付け直せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukenaose" + }, + "付け直そ": { + "w_type": "godan verb stem", + "romaji": "tsukenaoso" + }, + "付け直した": { + "w_type": "conjugated godan verb", + "romaji": "tsukenaoshita" + }, + "付け直して": { + "w_type": "conjugated godan verb", + "romaji": "tsukenaoshite" + }, + "喚び起こさ": { + "w_type": "godan verb stem", + "romaji": "yobiokosa" + }, + "喚び起こし": { + "w_type": "godan verb stem", + "romaji": "yobiokoshi" + }, + "喚び起こせ": { + "w_type": "conjugated godan verb", + "romaji": "yobiokose" + }, + "喚び起こそ": { + "w_type": "godan verb stem", + "romaji": "yobiokoso" + }, + "喚び起こした": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshita" + }, + "喚び起こして": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshite" + }, + "売抜か": { + "w_type": "godan verb stem", + "romaji": "urinuka" + }, + "売抜き": { + "w_type": "godan verb stem", + "romaji": "urinuki" + }, + "売抜け": { + "w_type": "conjugated godan verb", + "romaji": "urinuke" + }, + "売抜こ": { + "w_type": "godan verb stem", + "romaji": "urinuko" + }, + "売抜いた": { + "w_type": "conjugated godan verb", + "romaji": "urinuita" + }, + "売抜いて": { + "w_type": "conjugated godan verb", + "romaji": "urinuite" + }, + "打ち壊さ": { + "w_type": "godan verb stem", + "romaji": "buchikowasa" + }, + "打ち壊し": { + "w_type": "godan verb stem", + "romaji": "buchikowashi" + }, + "打ち壊せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikowase" + }, + "打ち壊そ": { + "w_type": "godan verb stem", + "romaji": "buchikowaso" + }, + "打ち壊した": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashita" + }, + "打ち壊して": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashite" + }, + "苔むさ": { + "w_type": "godan verb stem", + "romaji": "kokemusa" + }, + "苔むし": { + "w_type": "godan verb stem", + "romaji": "kokemushi" + }, + "苔むせ": { + "w_type": "conjugated godan verb", + "romaji": "kokemuse" + }, + "苔むそ": { + "w_type": "godan verb stem", + "romaji": "kokemuso" + }, + "苔むした": { + "w_type": "conjugated godan verb", + "romaji": "kokemushita" + }, + "苔むして": { + "w_type": "conjugated godan verb", + "romaji": "kokemushite" + }, + "溶け合わ": { + "w_type": "godan verb stem", + "romaji": "tokeawa" + }, + "溶け合い": { + "w_type": "godan verb stem", + "romaji": "tokeai" + }, + "溶け合え": { + "w_type": "conjugated godan verb", + "romaji": "tokeae" + }, + "溶け合お": { + "w_type": "godan verb stem", + "romaji": "tokeao" + }, + "溶け合った": { + "w_type": "conjugated godan verb", + "romaji": "tokeatta" + }, + "溶け合って": { + "w_type": "conjugated godan verb", + "romaji": "tokeatte" + }, + "しみ込ま": { + "w_type": "godan verb stem", + "romaji": "shimikoma" + }, + "しみ込み": { + "w_type": "godan verb stem", + "romaji": "shimikomi" + }, + "しみ込め": { + "w_type": "conjugated godan verb", + "romaji": "shimikome" + }, + "しみ込も": { + "w_type": "godan verb stem", + "romaji": "shimikomo" + }, + "しみ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shimikonda" + }, + "しみ込んで": { + "w_type": "conjugated godan verb", + "romaji": "shimikonde" + }, + "振放さ": { + "w_type": "godan verb stem", + "romaji": "furihanasa" + }, + "振放し": { + "w_type": "godan verb stem", + "romaji": "furihanashi" + }, + "振放せ": { + "w_type": "conjugated godan verb", + "romaji": "furihanase" + }, + "振放そ": { + "w_type": "godan verb stem", + "romaji": "furihanaso" + }, + "振放した": { + "w_type": "conjugated godan verb", + "romaji": "furihanashita" + }, + "振放して": { + "w_type": "conjugated godan verb", + "romaji": "furihanashite" + }, + "散らさ": { + "w_type": "godan verb stem", + "romaji": "chirasa" + }, + "散らし": { + "w_type": "godan verb stem", + "romaji": "chirashi" + }, + "散らせ": { + "w_type": "conjugated godan verb", + "romaji": "chirase" + }, + "散らそ": { + "w_type": "godan verb stem", + "romaji": "chiraso" + }, + "散らした": { + "w_type": "conjugated godan verb", + "romaji": "chirashita" + }, + "散らして": { + "w_type": "conjugated godan verb", + "romaji": "chirashite" + }, + "とび交わ": { + "w_type": "godan verb stem", + "romaji": "tobikawa" + }, + "とび交い": { + "w_type": "godan verb stem", + "romaji": "tobikai" + }, + "とび交え": { + "w_type": "conjugated godan verb", + "romaji": "tobikae" + }, + "とび交お": { + "w_type": "godan verb stem", + "romaji": "tobikao" + }, + "とび交った": { + "w_type": "conjugated godan verb", + "romaji": "tobikatta" + }, + "とび交って": { + "w_type": "conjugated godan verb", + "romaji": "tobikatte" + }, + "失せ去ら": { + "w_type": "godan verb stem", + "romaji": "usesara" + }, + "失せ去り": { + "w_type": "godan verb stem", + "romaji": "usesari" + }, + "失せ去れ": { + "w_type": "conjugated godan verb", + "romaji": "usesare" + }, + "失せ去ろ": { + "w_type": "godan verb stem", + "romaji": "usesaro" + }, + "失せ去った": { + "w_type": "conjugated godan verb", + "romaji": "usesatta" + }, + "失せ去って": { + "w_type": "conjugated godan verb", + "romaji": "usesatte" + }, + "投げ打た": { + "w_type": "godan verb stem", + "romaji": "nageuta" + }, + "投げ打ち": { + "w_type": "godan verb stem", + "romaji": "nageuchi" + }, + "投げ打て": { + "w_type": "conjugated godan verb", + "romaji": "nageute" + }, + "投げ打と": { + "w_type": "godan verb stem", + "romaji": "nageuto" + }, + "投げ打った": { + "w_type": "conjugated godan verb", + "romaji": "nageutta" + }, + "投げ打って": { + "w_type": "conjugated godan verb", + "romaji": "nageutte" + }, + "むせ返ら": { + "w_type": "godan verb stem", + "romaji": "musekaera" + }, + "むせ返り": { + "w_type": "godan verb stem", + "romaji": "musekaeri" + }, + "むせ返れ": { + "w_type": "conjugated godan verb", + "romaji": "musekaere" + }, + "むせ返ろ": { + "w_type": "godan verb stem", + "romaji": "musekaero" + }, + "むせ返った": { + "w_type": "conjugated godan verb", + "romaji": "musekaetta" + }, + "むせ返って": { + "w_type": "conjugated godan verb", + "romaji": "musekaette" + }, + "打目戍ら": { + "w_type": "godan verb stem", + "romaji": "uchimamora" + }, + "打目戍り": { + "w_type": "godan verb stem", + "romaji": "uchimamori" + }, + "打目戍れ": { + "w_type": "conjugated godan verb", + "romaji": "uchimamore" + }, + "打目戍ろ": { + "w_type": "godan verb stem", + "romaji": "uchimamoro" + }, + "打目戍った": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotta" + }, + "打目戍って": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotte" + }, + "引破ら": { + "w_type": "godan verb stem", + "romaji": "hikiyabura" + }, + "引破り": { + "w_type": "godan verb stem", + "romaji": "hikiyaburi" + }, + "引破れ": { + "w_type": "conjugated godan verb", + "romaji": "hikiyabure" + }, + "引破ろ": { + "w_type": "godan verb stem", + "romaji": "hikiyaburo" + }, + "引破った": { + "w_type": "conjugated godan verb", + "romaji": "hikiyabutta" + }, + "引破って": { + "w_type": "conjugated godan verb", + "romaji": "hikiyabutte" + }, + "食べ散らさ": { + "w_type": "godan verb stem", + "romaji": "tabechirasa" + }, + "食べ散らし": { + "w_type": "godan verb stem", + "romaji": "tabechirashi" + }, + "食べ散らせ": { + "w_type": "conjugated godan verb", + "romaji": "tabechirase" + }, + "食べ散らそ": { + "w_type": "godan verb stem", + "romaji": "tabechiraso" + }, + "食べ散らした": { + "w_type": "conjugated godan verb", + "romaji": "tabechirashita" + }, + "食べ散らして": { + "w_type": "conjugated godan verb", + "romaji": "tabechirashite" + }, + "動きださ": { + "w_type": "godan verb stem", + "romaji": "ugokidasa" + }, + "動きだし": { + "w_type": "godan verb stem", + "romaji": "ugokidashi" + }, + "動きだせ": { + "w_type": "conjugated godan verb", + "romaji": "ugokidase" + }, + "動きだそ": { + "w_type": "godan verb stem", + "romaji": "ugokidaso" + }, + "動きだした": { + "w_type": "conjugated godan verb", + "romaji": "ugokidashita" + }, + "動きだして": { + "w_type": "conjugated godan verb", + "romaji": "ugokidashite" + }, + "払い出さ": { + "w_type": "godan verb stem", + "romaji": "haraidasa" + }, + "払い出し": { + "w_type": "godan verb stem", + "romaji": "haraidashi" + }, + "払い出せ": { + "w_type": "conjugated godan verb", + "romaji": "haraidase" + }, + "払い出そ": { + "w_type": "godan verb stem", + "romaji": "haraidaso" + }, + "払い出した": { + "w_type": "conjugated godan verb", + "romaji": "haraidashita" + }, + "払い出して": { + "w_type": "conjugated godan verb", + "romaji": "haraidashite" + }, + "震わさ": { + "w_type": "godan verb stem", + "romaji": "furuwasa" + }, + "震わし": { + "w_type": "godan verb stem", + "romaji": "furuwashi" + }, + "震わせ": { + "w_type": "conjugated godan verb", + "romaji": "furuwase" + }, + "震わそ": { + "w_type": "godan verb stem", + "romaji": "furuwaso" + }, + "震わした": { + "w_type": "conjugated godan verb", + "romaji": "furuwashita" + }, + "震わして": { + "w_type": "conjugated godan verb", + "romaji": "furuwashite" + }, + "畳ま": { + "w_type": "godan verb stem", + "romaji": "tatama" + }, + "畳み": { + "w_type": "godan verb stem", + "romaji": "tatami" + }, + "畳め": { + "w_type": "conjugated godan verb", + "romaji": "tatame" + }, + "畳も": { + "w_type": "godan verb stem", + "romaji": "tatamo" + }, + "畳んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatanda" + }, + "畳んで": { + "w_type": "conjugated godan verb", + "romaji": "tatande" + }, + "搗ち割ら": { + "w_type": "godan verb stem", + "romaji": "kachiwara" + }, + "搗ち割り": { + "w_type": "godan verb stem", + "romaji": "kachiwari" + }, + "搗ち割れ": { + "w_type": "conjugated godan verb", + "romaji": "kachiware" + }, + "搗ち割ろ": { + "w_type": "godan verb stem", + "romaji": "kachiwaro" + }, + "搗ち割った": { + "w_type": "conjugated godan verb", + "romaji": "kachiwatta" + }, + "搗ち割って": { + "w_type": "conjugated godan verb", + "romaji": "kachiwatte" + }, + "屈み込ま": { + "w_type": "godan verb stem", + "romaji": "kagamikoma" + }, + "屈み込み": { + "w_type": "godan verb stem", + "romaji": "kagamikomi" + }, + "屈み込め": { + "w_type": "conjugated godan verb", + "romaji": "kagamikome" + }, + "屈み込も": { + "w_type": "godan verb stem", + "romaji": "kagamikomo" + }, + "屈み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kagamikonda" + }, + "屈み込んで": { + "w_type": "conjugated godan verb", + "romaji": "kagamikonde" + }, + "射抜か": { + "w_type": "godan verb stem", + "romaji": "inuka" + }, + "射抜き": { + "w_type": "godan verb stem", + "romaji": "inuki" + }, + "射抜け": { + "w_type": "conjugated godan verb", + "romaji": "inuke" + }, + "射抜こ": { + "w_type": "godan verb stem", + "romaji": "inuko" + }, + "射抜いた": { + "w_type": "conjugated godan verb", + "romaji": "inuita" + }, + "射抜いて": { + "w_type": "conjugated godan verb", + "romaji": "inuite" + }, + "おどり上がら": { + "w_type": "godan verb stem", + "romaji": "odoriagara" + }, + "おどり上がり": { + "w_type": "godan verb stem", + "romaji": "odoriagari" + }, + "おどり上がれ": { + "w_type": "conjugated godan verb", + "romaji": "odoriagare" + }, + "おどり上がろ": { + "w_type": "godan verb stem", + "romaji": "odoriagaro" + }, + "おどり上がった": { + "w_type": "conjugated godan verb", + "romaji": "odoriagatta" + }, + "おどり上がって": { + "w_type": "conjugated godan verb", + "romaji": "odoriagatte" + }, + "保た": { + "w_type": "godan verb stem", + "romaji": "tamota" + }, + "保ち": { + "w_type": "godan verb stem", + "romaji": "tamochi" + }, + "保て": { + "w_type": "conjugated godan verb", + "romaji": "tamote" + }, + "保と": { + "w_type": "godan verb stem", + "romaji": "tamoto" + }, + "保った": { + "w_type": "conjugated godan verb", + "romaji": "tamotta" + }, + "保って": { + "w_type": "conjugated godan verb", + "romaji": "tamotte" + }, + "澄まし込ま": { + "w_type": "godan verb stem", + "romaji": "sumashikoma" + }, + "澄まし込み": { + "w_type": "godan verb stem", + "romaji": "sumashikomi" + }, + "澄まし込め": { + "w_type": "conjugated godan verb", + "romaji": "sumashikome" + }, + "澄まし込も": { + "w_type": "godan verb stem", + "romaji": "sumashikomo" + }, + "澄まし込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sumashikonda" + }, + "澄まし込んで": { + "w_type": "conjugated godan verb", + "romaji": "sumashikonde" + }, + "立上がら": { + "w_type": "godan verb stem", + "romaji": "tachiagara" + }, + "立上がり": { + "w_type": "godan verb stem", + "romaji": "tachiagari" + }, + "立上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tachiagare" + }, + "立上がろ": { + "w_type": "godan verb stem", + "romaji": "tachiagaro" + }, + "立上がった": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatta" + }, + "立上がって": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatte" + }, + "遣さ": { + "w_type": "godan verb stem", + "romaji": "yokosa" + }, + "遣し": { + "w_type": "godan verb stem", + "romaji": "yokoshi" + }, + "遣せ": { + "w_type": "conjugated godan verb", + "romaji": "yokose" + }, + "遣そ": { + "w_type": "godan verb stem", + "romaji": "yokoso" + }, + "遣した": { + "w_type": "conjugated godan verb", + "romaji": "yokoshita" + }, + "遣して": { + "w_type": "conjugated godan verb", + "romaji": "yokoshite" + }, + "錆付か": { + "w_type": "godan verb stem", + "romaji": "sabitsuka" + }, + "錆付き": { + "w_type": "godan verb stem", + "romaji": "sabitsuki" + }, + "錆付け": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuke" + }, + "錆付こ": { + "w_type": "godan verb stem", + "romaji": "sabitsuko" + }, + "錆付いた": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuita" + }, + "錆付いて": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuite" + }, + "掻っ穿ら": { + "w_type": "godan verb stem", + "romaji": "kappojira" + }, + "掻っ穿り": { + "w_type": "godan verb stem", + "romaji": "kappojiri" + }, + "掻っ穿れ": { + "w_type": "conjugated godan verb", + "romaji": "kappojire" + }, + "掻っ穿ろ": { + "w_type": "godan verb stem", + "romaji": "kappojiro" + }, + "掻っ穿った": { + "w_type": "conjugated godan verb", + "romaji": "kappojitta" + }, + "掻っ穿って": { + "w_type": "conjugated godan verb", + "romaji": "kappojitte" + }, + "叩き消さ": { + "w_type": "godan verb stem", + "romaji": "tatakikesa" + }, + "叩き消し": { + "w_type": "godan verb stem", + "romaji": "tatakikeshi" + }, + "叩き消せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikese" + }, + "叩き消そ": { + "w_type": "godan verb stem", + "romaji": "tatakikeso" + }, + "叩き消した": { + "w_type": "conjugated godan verb", + "romaji": "tatakikeshita" + }, + "叩き消して": { + "w_type": "conjugated godan verb", + "romaji": "tatakikeshite" + }, + "鳴きださ": { + "w_type": "godan verb stem", + "romaji": "nakidasa" + }, + "鳴きだし": { + "w_type": "godan verb stem", + "romaji": "nakidashi" + }, + "鳴きだせ": { + "w_type": "conjugated godan verb", + "romaji": "nakidase" + }, + "鳴きだそ": { + "w_type": "godan verb stem", + "romaji": "nakidaso" + }, + "鳴きだした": { + "w_type": "conjugated godan verb", + "romaji": "nakidashita" + }, + "鳴きだして": { + "w_type": "conjugated godan verb", + "romaji": "nakidashite" + }, + "支え合わ": { + "w_type": "godan verb stem", + "romaji": "sasaeawa" + }, + "支え合い": { + "w_type": "godan verb stem", + "romaji": "sasaeai" + }, + "支え合え": { + "w_type": "conjugated godan verb", + "romaji": "sasaeae" + }, + "支え合お": { + "w_type": "godan verb stem", + "romaji": "sasaeao" + }, + "支え合った": { + "w_type": "conjugated godan verb", + "romaji": "sasaeatta" + }, + "支え合って": { + "w_type": "conjugated godan verb", + "romaji": "sasaeatte" + }, + "賑やかさ": { + "w_type": "godan verb stem", + "romaji": "nigiyakasa" + }, + "賑やかし": { + "w_type": "godan verb stem", + "romaji": "nigiyakashi" + }, + "賑やかせ": { + "w_type": "conjugated godan verb", + "romaji": "nigiyakase" + }, + "賑やかそ": { + "w_type": "godan verb stem", + "romaji": "nigiyakaso" + }, + "賑やかした": { + "w_type": "conjugated godan verb", + "romaji": "nigiyakashita" + }, + "賑やかして": { + "w_type": "conjugated godan verb", + "romaji": "nigiyakashite" + }, + "仕上がら": { + "w_type": "godan verb stem", + "romaji": "shiagara" + }, + "仕上がり": { + "w_type": "godan verb stem", + "romaji": "shiagari" + }, + "仕上がれ": { + "w_type": "conjugated godan verb", + "romaji": "shiagare" + }, + "仕上がろ": { + "w_type": "godan verb stem", + "romaji": "shiagaro" + }, + "仕上がった": { + "w_type": "conjugated godan verb", + "romaji": "shiagatta" + }, + "仕上がって": { + "w_type": "conjugated godan verb", + "romaji": "shiagatte" + }, + "禿げ上ら": { + "w_type": "godan verb stem", + "romaji": "hageagara" + }, + "禿げ上り": { + "w_type": "godan verb stem", + "romaji": "hageagari" + }, + "禿げ上れ": { + "w_type": "conjugated godan verb", + "romaji": "hageagare" + }, + "禿げ上ろ": { + "w_type": "godan verb stem", + "romaji": "hageagaro" + }, + "禿げ上った": { + "w_type": "conjugated godan verb", + "romaji": "hageagatta" + }, + "禿げ上って": { + "w_type": "conjugated godan verb", + "romaji": "hageagatte" + }, + "喰い付か": { + "w_type": "godan verb stem", + "romaji": "kuitsuka" + }, + "喰い付き": { + "w_type": "godan verb stem", + "romaji": "kuitsuki" + }, + "喰い付け": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuke" + }, + "喰い付こ": { + "w_type": "godan verb stem", + "romaji": "kuitsuko" + }, + "喰い付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuita" + }, + "喰い付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuite" + }, + "立て切ら": { + "w_type": "godan verb stem", + "romaji": "tatekira" + }, + "立て切り": { + "w_type": "godan verb stem", + "romaji": "tatekiri" + }, + "立て切れ": { + "w_type": "conjugated godan verb", + "romaji": "tatekire" + }, + "立て切ろ": { + "w_type": "godan verb stem", + "romaji": "tatekiro" + }, + "立て切った": { + "w_type": "conjugated godan verb", + "romaji": "tatekitta" + }, + "立て切って": { + "w_type": "conjugated godan verb", + "romaji": "tatekitte" + }, + "押放り出さ": { + "w_type": "godan verb stem", + "romaji": "opporidasa" + }, + "押放り出し": { + "w_type": "godan verb stem", + "romaji": "opporidashi" + }, + "押放り出せ": { + "w_type": "conjugated godan verb", + "romaji": "opporidase" + }, + "押放り出そ": { + "w_type": "godan verb stem", + "romaji": "opporidaso" + }, + "押放り出した": { + "w_type": "conjugated godan verb", + "romaji": "opporidashita" + }, + "押放り出して": { + "w_type": "conjugated godan verb", + "romaji": "opporidashite" + }, + "昂ぶら": { + "w_type": "godan verb stem", + "romaji": "takabura" + }, + "昂ぶり": { + "w_type": "godan verb stem", + "romaji": "takaburi" + }, + "昂ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "takabure" + }, + "昂ぶろ": { + "w_type": "godan verb stem", + "romaji": "takaburo" + }, + "昂ぶった": { + "w_type": "conjugated godan verb", + "romaji": "takabutta" + }, + "昂ぶって": { + "w_type": "conjugated godan verb", + "romaji": "takabutte" + }, + "捏返さ": { + "w_type": "godan verb stem", + "romaji": "konekaesa" + }, + "捏返し": { + "w_type": "godan verb stem", + "romaji": "konekaeshi" + }, + "捏返せ": { + "w_type": "conjugated godan verb", + "romaji": "konekaese" + }, + "捏返そ": { + "w_type": "godan verb stem", + "romaji": "konekaeso" + }, + "捏返した": { + "w_type": "conjugated godan verb", + "romaji": "konekaeshita" + }, + "捏返して": { + "w_type": "conjugated godan verb", + "romaji": "konekaeshite" + }, + "捩切ら": { + "w_type": "godan verb stem", + "romaji": "nejikira" + }, + "捩切り": { + "w_type": "godan verb stem", + "romaji": "nejikiri" + }, + "捩切れ": { + "w_type": "conjugated godan verb", + "romaji": "nejikire" + }, + "捩切ろ": { + "w_type": "godan verb stem", + "romaji": "nejikiro" + }, + "捩切った": { + "w_type": "conjugated godan verb", + "romaji": "nejikitta" + }, + "捩切って": { + "w_type": "conjugated godan verb", + "romaji": "nejikitte" + }, + "形どら": { + "w_type": "godan verb stem", + "romaji": "katadora" + }, + "形どり": { + "w_type": "godan verb stem", + "romaji": "katadori" + }, + "形どれ": { + "w_type": "conjugated godan verb", + "romaji": "katadore" + }, + "形どろ": { + "w_type": "godan verb stem", + "romaji": "katadoro" + }, + "形どった": { + "w_type": "conjugated godan verb", + "romaji": "katadotta" + }, + "形どって": { + "w_type": "conjugated godan verb", + "romaji": "katadotte" + }, + "聞きいら": { + "w_type": "godan verb stem", + "romaji": "kikiira" + }, + "聞きいり": { + "w_type": "godan verb stem", + "romaji": "kikiiri" + }, + "聞きいれ": { + "w_type": "conjugated godan verb", + "romaji": "kikiire" + }, + "聞きいろ": { + "w_type": "godan verb stem", + "romaji": "kikiiro" + }, + "聞きいった": { + "w_type": "conjugated godan verb", + "romaji": "kikiitta" + }, + "聞きいって": { + "w_type": "conjugated godan verb", + "romaji": "kikiitte" + }, + "積み重なら": { + "w_type": "godan verb stem", + "romaji": "tsumikasanara" + }, + "積み重なり": { + "w_type": "godan verb stem", + "romaji": "tsumikasanari" + }, + "積み重なれ": { + "w_type": "conjugated godan verb", + "romaji": "tsumikasanare" + }, + "積み重なろ": { + "w_type": "godan verb stem", + "romaji": "tsumikasanaro" + }, + "積み重なった": { + "w_type": "conjugated godan verb", + "romaji": "tsumikasanatta" + }, + "積み重なって": { + "w_type": "conjugated godan verb", + "romaji": "tsumikasanatte" + }, + "死に急が": { + "w_type": "godan verb stem", + "romaji": "shiniisoga" + }, + "死に急ぎ": { + "w_type": "godan verb stem", + "romaji": "shiniisogi" + }, + "死に急げ": { + "w_type": "conjugated godan verb", + "romaji": "shiniisoge" + }, + "死に急ご": { + "w_type": "godan verb stem", + "romaji": "shiniisogo" + }, + "死に急いだ": { + "w_type": "conjugated godan verb", + "romaji": "shiniisoida" + }, + "死に急いで": { + "w_type": "conjugated godan verb", + "romaji": "shiniisoide" + }, + "払戻さ": { + "w_type": "godan verb stem", + "romaji": "haraimodosa" + }, + "払戻し": { + "w_type": "godan verb stem", + "romaji": "haraimodoshi" + }, + "払戻せ": { + "w_type": "conjugated godan verb", + "romaji": "haraimodose" + }, + "払戻そ": { + "w_type": "godan verb stem", + "romaji": "haraimodoso" + }, + "払戻した": { + "w_type": "conjugated godan verb", + "romaji": "haraimodoshita" + }, + "払戻して": { + "w_type": "conjugated godan verb", + "romaji": "haraimodoshite" + }, + "透き通ら": { + "w_type": "godan verb stem", + "romaji": "sukitoora" + }, + "透き通り": { + "w_type": "godan verb stem", + "romaji": "sukitoori" + }, + "透き通れ": { + "w_type": "conjugated godan verb", + "romaji": "sukitoore" + }, + "透き通ろ": { + "w_type": "godan verb stem", + "romaji": "sukitooro" + }, + "透き通った": { + "w_type": "conjugated godan verb", + "romaji": "sukitootta" + }, + "透き通って": { + "w_type": "conjugated godan verb", + "romaji": "sukitootte" + }, + "言い足さ": { + "w_type": "godan verb stem", + "romaji": "iitasa" + }, + "言い足し": { + "w_type": "godan verb stem", + "romaji": "iitashi" + }, + "言い足せ": { + "w_type": "conjugated godan verb", + "romaji": "iitase" + }, + "言い足そ": { + "w_type": "godan verb stem", + "romaji": "iitaso" + }, + "言い足した": { + "w_type": "conjugated godan verb", + "romaji": "iitashita" + }, + "言い足して": { + "w_type": "conjugated godan verb", + "romaji": "iitashite" + }, + "食いつぶさ": { + "w_type": "godan verb stem", + "romaji": "kuitsubusa" + }, + "食いつぶし": { + "w_type": "godan verb stem", + "romaji": "kuitsubushi" + }, + "食いつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsubuse" + }, + "食いつぶそ": { + "w_type": "godan verb stem", + "romaji": "kuitsubuso" + }, + "食いつぶした": { + "w_type": "conjugated godan verb", + "romaji": "kuitsubushita" + }, + "食いつぶして": { + "w_type": "conjugated godan verb", + "romaji": "kuitsubushite" + }, + "踏み破ら": { + "w_type": "godan verb stem", + "romaji": "fumiyabura" + }, + "踏み破り": { + "w_type": "godan verb stem", + "romaji": "fumiyaburi" + }, + "踏み破れ": { + "w_type": "conjugated godan verb", + "romaji": "fumiyabure" + }, + "踏み破ろ": { + "w_type": "godan verb stem", + "romaji": "fumiyaburo" + }, + "踏み破った": { + "w_type": "conjugated godan verb", + "romaji": "fumiyabutta" + }, + "踏み破って": { + "w_type": "conjugated godan verb", + "romaji": "fumiyabutte" + }, + "附さ": { + "w_type": "godan verb stem", + "romaji": "fusa" + }, + "附し": { + "w_type": "godan verb stem", + "romaji": "fushi" + }, + "附せ": { + "w_type": "conjugated godan verb", + "romaji": "fuse" + }, + "附そ": { + "w_type": "godan verb stem", + "romaji": "fuso" + }, + "附した": { + "w_type": "conjugated godan verb", + "romaji": "fushita" + }, + "附して": { + "w_type": "conjugated godan verb", + "romaji": "fushite" + }, + "手繰り込ま": { + "w_type": "godan verb stem", + "romaji": "tagurikoma" + }, + "手繰り込み": { + "w_type": "godan verb stem", + "romaji": "tagurikomi" + }, + "手繰り込め": { + "w_type": "conjugated godan verb", + "romaji": "tagurikome" + }, + "手繰り込も": { + "w_type": "godan verb stem", + "romaji": "tagurikomo" + }, + "手繰り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tagurikonda" + }, + "手繰り込んで": { + "w_type": "conjugated godan verb", + "romaji": "tagurikonde" + }, + "成り変わら": { + "w_type": "godan verb stem", + "romaji": "narikawara" + }, + "成り変わり": { + "w_type": "godan verb stem", + "romaji": "narikawari" + }, + "成り変われ": { + "w_type": "conjugated godan verb", + "romaji": "narikaware" + }, + "成り変わろ": { + "w_type": "godan verb stem", + "romaji": "narikawaro" + }, + "成り変わった": { + "w_type": "conjugated godan verb", + "romaji": "narikawatta" + }, + "成り変わって": { + "w_type": "conjugated godan verb", + "romaji": "narikawatte" + }, + "朝日ら": { + "w_type": "godan verb stem", + "romaji": "asahira" + }, + "朝日り": { + "w_type": "godan verb stem", + "romaji": "asahiri" + }, + "朝日れ": { + "w_type": "conjugated godan verb", + "romaji": "asahire" + }, + "朝日ろ": { + "w_type": "godan verb stem", + "romaji": "asahiro" + }, + "朝日った": { + "w_type": "conjugated godan verb", + "romaji": "asahitta" + }, + "朝日って": { + "w_type": "conjugated godan verb", + "romaji": "asahitte" + }, + "続か": { + "w_type": "godan verb stem", + "romaji": "tsuzuka" + }, + "続き": { + "w_type": "godan verb stem", + "romaji": "tsuzuki" + }, + "続け": { + "w_type": "conjugated godan verb", + "romaji": "tsuzuke" + }, + "続こ": { + "w_type": "godan verb stem", + "romaji": "tsuzuko" + }, + "続いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuzuita" + }, + "続いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuzuite" + }, + "鋳つぶさ": { + "w_type": "godan verb stem", + "romaji": "itsubusa" + }, + "鋳つぶし": { + "w_type": "godan verb stem", + "romaji": "itsubushi" + }, + "鋳つぶせ": { + "w_type": "conjugated godan verb", + "romaji": "itsubuse" + }, + "鋳つぶそ": { + "w_type": "godan verb stem", + "romaji": "itsubuso" + }, + "鋳つぶした": { + "w_type": "conjugated godan verb", + "romaji": "itsubushita" + }, + "鋳つぶして": { + "w_type": "conjugated godan verb", + "romaji": "itsubushite" + }, + "続が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "続ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "続げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "続ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "続いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "続いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "出違わ": { + "w_type": "godan verb stem", + "romaji": "dechigawa" + }, + "出違い": { + "w_type": "godan verb stem", + "romaji": "dechigai" + }, + "出違え": { + "w_type": "conjugated godan verb", + "romaji": "dechigae" + }, + "出違お": { + "w_type": "godan verb stem", + "romaji": "dechigao" + }, + "出違った": { + "w_type": "conjugated godan verb", + "romaji": "dechigatta" + }, + "出違って": { + "w_type": "conjugated godan verb", + "romaji": "dechigatte" + }, + "取っ払わ": { + "w_type": "godan verb stem", + "romaji": "topparawa" + }, + "取っ払い": { + "w_type": "godan verb stem", + "romaji": "topparai" + }, + "取っ払え": { + "w_type": "conjugated godan verb", + "romaji": "topparae" + }, + "取っ払お": { + "w_type": "godan verb stem", + "romaji": "topparao" + }, + "取っ払った": { + "w_type": "conjugated godan verb", + "romaji": "topparatta" + }, + "取っ払って": { + "w_type": "conjugated godan verb", + "romaji": "topparatte" + }, + "送りださ": { + "w_type": "godan verb stem", + "romaji": "okuridasa" + }, + "送りだし": { + "w_type": "godan verb stem", + "romaji": "okuridashi" + }, + "送りだせ": { + "w_type": "conjugated godan verb", + "romaji": "okuridase" + }, + "送りだそ": { + "w_type": "godan verb stem", + "romaji": "okuridaso" + }, + "送りだした": { + "w_type": "conjugated godan verb", + "romaji": "okuridashita" + }, + "送りだして": { + "w_type": "conjugated godan verb", + "romaji": "okuridashite" + }, + "さし招か": { + "w_type": "godan verb stem", + "romaji": "sashimaneka" + }, + "さし招き": { + "w_type": "godan verb stem", + "romaji": "sashimaneki" + }, + "さし招け": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneke" + }, + "さし招こ": { + "w_type": "godan verb stem", + "romaji": "sashimaneko" + }, + "さし招いた": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneita" + }, + "さし招いて": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneite" + }, + "募らさ": { + "w_type": "godan verb stem", + "romaji": "tsunorasa" + }, + "募らし": { + "w_type": "godan verb stem", + "romaji": "tsunorashi" + }, + "募らせ": { + "w_type": "conjugated godan verb", + "romaji": "tsunorase" + }, + "募らそ": { + "w_type": "godan verb stem", + "romaji": "tsunoraso" + }, + "募らした": { + "w_type": "conjugated godan verb", + "romaji": "tsunorashita" + }, + "募らして": { + "w_type": "conjugated godan verb", + "romaji": "tsunorashite" + }, + "かぎ回ら": { + "w_type": "godan verb stem", + "romaji": "kagimawara" + }, + "かぎ回り": { + "w_type": "godan verb stem", + "romaji": "kagimawari" + }, + "かぎ回れ": { + "w_type": "conjugated godan verb", + "romaji": "kagimaware" + }, + "かぎ回ろ": { + "w_type": "godan verb stem", + "romaji": "kagimawaro" + }, + "かぎ回った": { + "w_type": "conjugated godan verb", + "romaji": "kagimawatta" + }, + "かぎ回って": { + "w_type": "conjugated godan verb", + "romaji": "kagimawatte" + }, + "取っ付か": { + "w_type": "godan verb stem", + "romaji": "tottsuka" + }, + "取っ付き": { + "w_type": "godan verb stem", + "romaji": "tottsuki" + }, + "取っ付け": { + "w_type": "conjugated godan verb", + "romaji": "tottsuke" + }, + "取っ付こ": { + "w_type": "godan verb stem", + "romaji": "tottsuko" + }, + "取っ付いた": { + "w_type": "conjugated godan verb", + "romaji": "tottsuita" + }, + "取っ付いて": { + "w_type": "conjugated godan verb", + "romaji": "tottsuite" + }, + "組み込ま": { + "w_type": "godan verb stem", + "romaji": "kumikoma" + }, + "組み込み": { + "w_type": "godan verb stem", + "romaji": "kumikomi" + }, + "組み込め": { + "w_type": "conjugated godan verb", + "romaji": "kumikome" + }, + "組み込も": { + "w_type": "godan verb stem", + "romaji": "kumikomo" + }, + "組み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kumikonda" + }, + "組み込んで": { + "w_type": "conjugated godan verb", + "romaji": "kumikonde" + }, + "偽り誓わ": { + "w_type": "godan verb stem", + "romaji": "itsuwarichikawa" + }, + "偽り誓い": { + "w_type": "godan verb stem", + "romaji": "itsuwarichikai" + }, + "偽り誓え": { + "w_type": "conjugated godan verb", + "romaji": "itsuwarichikae" + }, + "偽り誓お": { + "w_type": "godan verb stem", + "romaji": "itsuwarichikao" + }, + "偽り誓った": { + "w_type": "conjugated godan verb", + "romaji": "itsuwarichikatta" + }, + "偽り誓って": { + "w_type": "conjugated godan verb", + "romaji": "itsuwarichikatte" + }, + "立並ば": { + "w_type": "godan verb stem", + "romaji": "tachinaraba" + }, + "立並び": { + "w_type": "godan verb stem", + "romaji": "tachinarabi" + }, + "立並べ": { + "w_type": "conjugated godan verb", + "romaji": "tachinarabe" + }, + "立並ぼ": { + "w_type": "godan verb stem", + "romaji": "tachinarabo" + }, + "立並んだ": { + "w_type": "conjugated godan verb", + "romaji": "tachinaranda" + }, + "立並んで": { + "w_type": "conjugated godan verb", + "romaji": "tachinarande" + }, + "激ら": { + "w_type": "godan verb stem", + "romaji": "tagira" + }, + "激り": { + "w_type": "godan verb stem", + "romaji": "tagiri" + }, + "激れ": { + "w_type": "conjugated godan verb", + "romaji": "tagire" + }, + "激ろ": { + "w_type": "godan verb stem", + "romaji": "tagiro" + }, + "激った": { + "w_type": "conjugated godan verb", + "romaji": "tagitta" + }, + "激って": { + "w_type": "conjugated godan verb", + "romaji": "tagitte" + }, + "圧し殺さ": { + "w_type": "godan verb stem", + "romaji": "oshikorosa" + }, + "圧し殺し": { + "w_type": "godan verb stem", + "romaji": "oshikoroshi" + }, + "圧し殺せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikorose" + }, + "圧し殺そ": { + "w_type": "godan verb stem", + "romaji": "oshikoroso" + }, + "圧し殺した": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshita" + }, + "圧し殺して": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshite" + }, + "休ま": { + "w_type": "godan verb stem", + "romaji": "yasuma" + }, + "休み": { + "w_type": "godan verb stem", + "romaji": "yasumi" + }, + "休め": { + "w_type": "conjugated godan verb", + "romaji": "yasume" + }, + "休も": { + "w_type": "godan verb stem", + "romaji": "yasumo" + }, + "休んだ": { + "w_type": "conjugated godan verb", + "romaji": "yasunda" + }, + "休んで": { + "w_type": "conjugated godan verb", + "romaji": "yasunde" + }, + "逸ら": { + "w_type": "godan verb stem", + "romaji": "hagura" + }, + "逸り": { + "w_type": "godan verb stem", + "romaji": "haguri" + }, + "逸れ": { + "w_type": "conjugated godan verb", + "romaji": "hagure" + }, + "逸ろ": { + "w_type": "godan verb stem", + "romaji": "haguro" + }, + "逸った": { + "w_type": "conjugated godan verb", + "romaji": "hagutta" + }, + "逸って": { + "w_type": "conjugated godan verb", + "romaji": "hagutte" + }, + "叫び出さ": { + "w_type": "godan verb stem", + "romaji": "sakebidasa" + }, + "叫び出し": { + "w_type": "godan verb stem", + "romaji": "sakebidashi" + }, + "叫び出せ": { + "w_type": "conjugated godan verb", + "romaji": "sakebidase" + }, + "叫び出そ": { + "w_type": "godan verb stem", + "romaji": "sakebidaso" + }, + "叫び出した": { + "w_type": "conjugated godan verb", + "romaji": "sakebidashita" + }, + "叫び出して": { + "w_type": "conjugated godan verb", + "romaji": "sakebidashite" + }, + "下種張ら": { + "w_type": "godan verb stem", + "romaji": "gesubara" + }, + "下種張り": { + "w_type": "godan verb stem", + "romaji": "gesubari" + }, + "下種張れ": { + "w_type": "conjugated godan verb", + "romaji": "gesubare" + }, + "下種張ろ": { + "w_type": "godan verb stem", + "romaji": "gesubaro" + }, + "下種張った": { + "w_type": "conjugated godan verb", + "romaji": "gesubatta" + }, + "下種張って": { + "w_type": "conjugated godan verb", + "romaji": "gesubatte" + }, + "口吟ま": { + "w_type": "godan verb stem", + "romaji": "kuchizusama" + }, + "口吟み": { + "w_type": "godan verb stem", + "romaji": "kuchizusami" + }, + "口吟め": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusame" + }, + "口吟も": { + "w_type": "godan verb stem", + "romaji": "kuchizusamo" + }, + "口吟んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusanda" + }, + "口吟んで": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusande" + }, + "住み荒らさ": { + "w_type": "godan verb stem", + "romaji": "sumiarasa" + }, + "住み荒らし": { + "w_type": "godan verb stem", + "romaji": "sumiarashi" + }, + "住み荒らせ": { + "w_type": "conjugated godan verb", + "romaji": "sumiarase" + }, + "住み荒らそ": { + "w_type": "godan verb stem", + "romaji": "sumiaraso" + }, + "住み荒らした": { + "w_type": "conjugated godan verb", + "romaji": "sumiarashita" + }, + "住み荒らして": { + "w_type": "conjugated godan verb", + "romaji": "sumiarashite" + }, + "抱き起こさ": { + "w_type": "godan verb stem", + "romaji": "dakiokosa" + }, + "抱き起こし": { + "w_type": "godan verb stem", + "romaji": "dakiokoshi" + }, + "抱き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "dakiokose" + }, + "抱き起こそ": { + "w_type": "godan verb stem", + "romaji": "dakiokoso" + }, + "抱き起こした": { + "w_type": "conjugated godan verb", + "romaji": "dakiokoshita" + }, + "抱き起こして": { + "w_type": "conjugated godan verb", + "romaji": "dakiokoshite" + }, + "猶予わ": { + "w_type": "godan verb stem", + "romaji": "tayutawa" + }, + "猶予い": { + "w_type": "godan verb stem", + "romaji": "tayutai" + }, + "猶予え": { + "w_type": "conjugated godan verb", + "romaji": "tayutae" + }, + "猶予お": { + "w_type": "godan verb stem", + "romaji": "tayutao" + }, + "猶予った": { + "w_type": "conjugated godan verb", + "romaji": "tayutatta" + }, + "猶予って": { + "w_type": "conjugated godan verb", + "romaji": "tayutatte" + }, + "押し戴か": { + "w_type": "godan verb stem", + "romaji": "oshiitadaka" + }, + "押し戴き": { + "w_type": "godan verb stem", + "romaji": "oshiitadaki" + }, + "押し戴け": { + "w_type": "conjugated godan verb", + "romaji": "oshiitadake" + }, + "押し戴こ": { + "w_type": "godan verb stem", + "romaji": "oshiitadako" + }, + "押し戴いた": { + "w_type": "conjugated godan verb", + "romaji": "oshiitadaita" + }, + "押し戴いて": { + "w_type": "conjugated godan verb", + "romaji": "oshiitadaite" + }, + "乗り取ら": { + "w_type": "godan verb stem", + "romaji": "noritora" + }, + "乗り取り": { + "w_type": "godan verb stem", + "romaji": "noritori" + }, + "乗り取れ": { + "w_type": "conjugated godan verb", + "romaji": "noritore" + }, + "乗り取ろ": { + "w_type": "godan verb stem", + "romaji": "noritoro" + }, + "乗り取った": { + "w_type": "conjugated godan verb", + "romaji": "noritotta" + }, + "乗り取って": { + "w_type": "conjugated godan verb", + "romaji": "noritotte" + }, + "懐かしま": { + "w_type": "godan verb stem", + "romaji": "natsukashima" + }, + "懐かしみ": { + "w_type": "godan verb stem", + "romaji": "natsukashimi" + }, + "懐かしめ": { + "w_type": "conjugated godan verb", + "romaji": "natsukashime" + }, + "懐かしも": { + "w_type": "godan verb stem", + "romaji": "natsukashimo" + }, + "懐かしんだ": { + "w_type": "conjugated godan verb", + "romaji": "natsukashinda" + }, + "懐かしんで": { + "w_type": "conjugated godan verb", + "romaji": "natsukashinde" + }, + "焦ら": { + "w_type": "godan verb stem", + "romaji": "asera" + }, + "焦り": { + "w_type": "godan verb stem", + "romaji": "aseri" + }, + "焦れ": { + "w_type": "conjugated godan verb", + "romaji": "asere" + }, + "焦ろ": { + "w_type": "godan verb stem", + "romaji": "asero" + }, + "焦った": { + "w_type": "conjugated godan verb", + "romaji": "asetta" + }, + "焦って": { + "w_type": "conjugated godan verb", + "romaji": "asette" + }, + "使いまわさ": { + "w_type": "godan verb stem", + "romaji": "tsukaimawasa" + }, + "使いまわし": { + "w_type": "godan verb stem", + "romaji": "tsukaimawashi" + }, + "使いまわせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaimawase" + }, + "使いまわそ": { + "w_type": "godan verb stem", + "romaji": "tsukaimawaso" + }, + "使いまわした": { + "w_type": "conjugated godan verb", + "romaji": "tsukaimawashita" + }, + "使いまわして": { + "w_type": "conjugated godan verb", + "romaji": "tsukaimawashite" + }, + "窄まら": { + "w_type": "godan verb stem", + "romaji": "subomara" + }, + "窄まり": { + "w_type": "godan verb stem", + "romaji": "subomari" + }, + "窄まれ": { + "w_type": "conjugated godan verb", + "romaji": "subomare" + }, + "窄まろ": { + "w_type": "godan verb stem", + "romaji": "subomaro" + }, + "窄まった": { + "w_type": "conjugated godan verb", + "romaji": "subomatta" + }, + "窄まって": { + "w_type": "conjugated godan verb", + "romaji": "subomatte" + }, + "飾ら": { + "w_type": "godan verb stem", + "romaji": "kazara" + }, + "飾り": { + "w_type": "godan verb stem", + "romaji": "kazari" + }, + "飾れ": { + "w_type": "conjugated godan verb", + "romaji": "kazare" + }, + "飾ろ": { + "w_type": "godan verb stem", + "romaji": "kazaro" + }, + "飾った": { + "w_type": "conjugated godan verb", + "romaji": "kazatta" + }, + "飾って": { + "w_type": "conjugated godan verb", + "romaji": "kazatte" + }, + "蠢かさ": { + "w_type": "godan verb stem", + "romaji": "ugomekasa" + }, + "蠢かし": { + "w_type": "godan verb stem", + "romaji": "ugomekashi" + }, + "蠢かせ": { + "w_type": "conjugated godan verb", + "romaji": "ugomekase" + }, + "蠢かそ": { + "w_type": "godan verb stem", + "romaji": "ugomekaso" + }, + "蠢かした": { + "w_type": "conjugated godan verb", + "romaji": "ugomekashita" + }, + "蠢かして": { + "w_type": "conjugated godan verb", + "romaji": "ugomekashite" + }, + "襲いかから": { + "w_type": "godan verb stem", + "romaji": "osoikakara" + }, + "襲いかかり": { + "w_type": "godan verb stem", + "romaji": "osoikakari" + }, + "襲いかかれ": { + "w_type": "conjugated godan verb", + "romaji": "osoikakare" + }, + "襲いかかろ": { + "w_type": "godan verb stem", + "romaji": "osoikakaro" + }, + "襲いかかった": { + "w_type": "conjugated godan verb", + "romaji": "osoikakatta" + }, + "襲いかかって": { + "w_type": "conjugated godan verb", + "romaji": "osoikakatte" + }, + "呼び交わさ": { + "w_type": "godan verb stem", + "romaji": "yobikawasa" + }, + "呼び交わし": { + "w_type": "godan verb stem", + "romaji": "yobikawashi" + }, + "呼び交わせ": { + "w_type": "conjugated godan verb", + "romaji": "yobikawase" + }, + "呼び交わそ": { + "w_type": "godan verb stem", + "romaji": "yobikawaso" + }, + "呼び交わした": { + "w_type": "conjugated godan verb", + "romaji": "yobikawashita" + }, + "呼び交わして": { + "w_type": "conjugated godan verb", + "romaji": "yobikawashite" + }, + "醸さ": { + "w_type": "godan verb stem", + "romaji": "kamosa" + }, + "醸し": { + "w_type": "godan verb stem", + "romaji": "kamoshi" + }, + "醸せ": { + "w_type": "conjugated godan verb", + "romaji": "kamose" + }, + "醸そ": { + "w_type": "godan verb stem", + "romaji": "kamoso" + }, + "醸した": { + "w_type": "conjugated godan verb", + "romaji": "kamoshita" + }, + "醸して": { + "w_type": "conjugated godan verb", + "romaji": "kamoshite" + }, + "明け残ら": { + "w_type": "godan verb stem", + "romaji": "akenokora" + }, + "明け残り": { + "w_type": "godan verb stem", + "romaji": "akenokori" + }, + "明け残れ": { + "w_type": "conjugated godan verb", + "romaji": "akenokore" + }, + "明け残ろ": { + "w_type": "godan verb stem", + "romaji": "akenokoro" + }, + "明け残った": { + "w_type": "conjugated godan verb", + "romaji": "akenokotta" + }, + "明け残って": { + "w_type": "conjugated godan verb", + "romaji": "akenokotte" + }, + "踏み抜か": { + "w_type": "godan verb stem", + "romaji": "fuminuka" + }, + "踏み抜き": { + "w_type": "godan verb stem", + "romaji": "fuminuki" + }, + "踏み抜け": { + "w_type": "conjugated godan verb", + "romaji": "fuminuke" + }, + "踏み抜こ": { + "w_type": "godan verb stem", + "romaji": "fuminuko" + }, + "踏み抜いた": { + "w_type": "conjugated godan verb", + "romaji": "fuminuita" + }, + "踏み抜いて": { + "w_type": "conjugated godan verb", + "romaji": "fuminuite" + }, + "ぶん殴ら": { + "w_type": "godan verb stem", + "romaji": "bunnagura" + }, + "ぶん殴り": { + "w_type": "godan verb stem", + "romaji": "bunnaguri" + }, + "ぶん殴れ": { + "w_type": "conjugated godan verb", + "romaji": "bunnagure" + }, + "ぶん殴ろ": { + "w_type": "godan verb stem", + "romaji": "bunnaguro" + }, + "ぶん殴った": { + "w_type": "conjugated godan verb", + "romaji": "bunnagutta" + }, + "ぶん殴って": { + "w_type": "conjugated godan verb", + "romaji": "bunnagutte" + }, + "沒ら": { + "w_type": "godan verb stem", + "romaji": "ira" + }, + "沒り": { + "w_type": "godan verb stem", + "romaji": "iri" + }, + "沒れ": { + "w_type": "conjugated godan verb", + "romaji": "ire" + }, + "沒ろ": { + "w_type": "godan verb stem", + "romaji": "iro" + }, + "沒った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "沒って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "蘇えら": { + "w_type": "godan verb stem", + "romaji": "yomigaera" + }, + "蘇えり": { + "w_type": "godan verb stem", + "romaji": "yomigaeri" + }, + "蘇えれ": { + "w_type": "conjugated godan verb", + "romaji": "yomigaere" + }, + "蘇えろ": { + "w_type": "godan verb stem", + "romaji": "yomigaero" + }, + "蘇えった": { + "w_type": "conjugated godan verb", + "romaji": "yomigaetta" + }, + "蘇えって": { + "w_type": "conjugated godan verb", + "romaji": "yomigaette" + }, + "湿ら": { + "w_type": "godan verb stem", + "romaji": "shimera" + }, + "湿り": { + "w_type": "godan verb stem", + "romaji": "shimeri" + }, + "湿れ": { + "w_type": "conjugated godan verb", + "romaji": "shimere" + }, + "湿ろ": { + "w_type": "godan verb stem", + "romaji": "shimero" + }, + "湿った": { + "w_type": "conjugated godan verb", + "romaji": "shimetta" + }, + "湿って": { + "w_type": "conjugated godan verb", + "romaji": "shimette" + }, + "思い知ら": { + "w_type": "godan verb stem", + "romaji": "omoishira" + }, + "思い知り": { + "w_type": "godan verb stem", + "romaji": "omoishiri" + }, + "思い知れ": { + "w_type": "conjugated godan verb", + "romaji": "omoishire" + }, + "思い知ろ": { + "w_type": "godan verb stem", + "romaji": "omoishiro" + }, + "思い知った": { + "w_type": "conjugated godan verb", + "romaji": "omoishitta" + }, + "思い知って": { + "w_type": "conjugated godan verb", + "romaji": "omoishitte" + }, + "突っ放さ": { + "w_type": "godan verb stem", + "romaji": "tsuppanasa" + }, + "突っ放し": { + "w_type": "godan verb stem", + "romaji": "tsuppanashi" + }, + "突っ放せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuppanase" + }, + "突っ放そ": { + "w_type": "godan verb stem", + "romaji": "tsuppanaso" + }, + "突っ放した": { + "w_type": "conjugated godan verb", + "romaji": "tsuppanashita" + }, + "突っ放して": { + "w_type": "conjugated godan verb", + "romaji": "tsuppanashite" + }, + "做さ": { + "w_type": "godan verb stem", + "romaji": "nasa" + }, + "做し": { + "w_type": "godan verb stem", + "romaji": "nashi" + }, + "做せ": { + "w_type": "conjugated godan verb", + "romaji": "nase" + }, + "做そ": { + "w_type": "godan verb stem", + "romaji": "naso" + }, + "做した": { + "w_type": "conjugated godan verb", + "romaji": "nashita" + }, + "做して": { + "w_type": "conjugated godan verb", + "romaji": "nashite" + }, + "くり出さ": { + "w_type": "godan verb stem", + "romaji": "kuridasa" + }, + "くり出し": { + "w_type": "godan verb stem", + "romaji": "kuridashi" + }, + "くり出せ": { + "w_type": "conjugated godan verb", + "romaji": "kuridase" + }, + "くり出そ": { + "w_type": "godan verb stem", + "romaji": "kuridaso" + }, + "くり出した": { + "w_type": "conjugated godan verb", + "romaji": "kuridashita" + }, + "くり出して": { + "w_type": "conjugated godan verb", + "romaji": "kuridashite" + }, + "嫁さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "嫁し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "嫁せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "嫁そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "嫁した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "嫁して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "見廻さ": { + "w_type": "godan verb stem", + "romaji": "mimawasa" + }, + "見廻し": { + "w_type": "godan verb stem", + "romaji": "mimawashi" + }, + "見廻せ": { + "w_type": "conjugated godan verb", + "romaji": "mimawase" + }, + "見廻そ": { + "w_type": "godan verb stem", + "romaji": "mimawaso" + }, + "見廻した": { + "w_type": "conjugated godan verb", + "romaji": "mimawashita" + }, + "見廻して": { + "w_type": "conjugated godan verb", + "romaji": "mimawashite" + }, + "追着か": { + "w_type": "godan verb stem", + "romaji": "oitsuka" + }, + "追着き": { + "w_type": "godan verb stem", + "romaji": "oitsuki" + }, + "追着け": { + "w_type": "conjugated godan verb", + "romaji": "oitsuke" + }, + "追着こ": { + "w_type": "godan verb stem", + "romaji": "oitsuko" + }, + "追着いた": { + "w_type": "conjugated godan verb", + "romaji": "oitsuita" + }, + "追着いて": { + "w_type": "conjugated godan verb", + "romaji": "oitsuite" + }, + "勝ち通さ": { + "w_type": "godan verb stem", + "romaji": "kachitoosa" + }, + "勝ち通し": { + "w_type": "godan verb stem", + "romaji": "kachitooshi" + }, + "勝ち通せ": { + "w_type": "conjugated godan verb", + "romaji": "kachitoose" + }, + "勝ち通そ": { + "w_type": "godan verb stem", + "romaji": "kachitooso" + }, + "勝ち通した": { + "w_type": "conjugated godan verb", + "romaji": "kachitooshita" + }, + "勝ち通して": { + "w_type": "conjugated godan verb", + "romaji": "kachitooshite" + }, + "言返さ": { + "w_type": "godan verb stem", + "romaji": "iikaesa" + }, + "言返し": { + "w_type": "godan verb stem", + "romaji": "iikaeshi" + }, + "言返せ": { + "w_type": "conjugated godan verb", + "romaji": "iikaese" + }, + "言返そ": { + "w_type": "godan verb stem", + "romaji": "iikaeso" + }, + "言返した": { + "w_type": "conjugated godan verb", + "romaji": "iikaeshita" + }, + "言返して": { + "w_type": "conjugated godan verb", + "romaji": "iikaeshite" + }, + "躄ら": { + "w_type": "godan verb stem", + "romaji": "izara" + }, + "躄り": { + "w_type": "godan verb stem", + "romaji": "izari" + }, + "躄れ": { + "w_type": "conjugated godan verb", + "romaji": "izare" + }, + "躄ろ": { + "w_type": "godan verb stem", + "romaji": "izaro" + }, + "躄った": { + "w_type": "conjugated godan verb", + "romaji": "izatta" + }, + "躄って": { + "w_type": "conjugated godan verb", + "romaji": "izatte" + }, + "寂しがら": { + "w_type": "godan verb stem", + "romaji": "sabishigara" + }, + "寂しがり": { + "w_type": "godan verb stem", + "romaji": "sabishigari" + }, + "寂しがれ": { + "w_type": "conjugated godan verb", + "romaji": "sabishigare" + }, + "寂しがろ": { + "w_type": "godan verb stem", + "romaji": "sabishigaro" + }, + "寂しがった": { + "w_type": "conjugated godan verb", + "romaji": "sabishigatta" + }, + "寂しがって": { + "w_type": "conjugated godan verb", + "romaji": "sabishigatte" + }, + "引落さ": { + "w_type": "godan verb stem", + "romaji": "hikiotosa" + }, + "引落し": { + "w_type": "godan verb stem", + "romaji": "hikiotoshi" + }, + "引落せ": { + "w_type": "conjugated godan verb", + "romaji": "hikiotose" + }, + "引落そ": { + "w_type": "godan verb stem", + "romaji": "hikiotoso" + }, + "引落した": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshita" + }, + "引落して": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshite" + }, + "掴み出さ": { + "w_type": "godan verb stem", + "romaji": "tsukamidasa" + }, + "掴み出し": { + "w_type": "godan verb stem", + "romaji": "tsukamidashi" + }, + "掴み出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamidase" + }, + "掴み出そ": { + "w_type": "godan verb stem", + "romaji": "tsukamidaso" + }, + "掴み出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukamidashita" + }, + "掴み出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukamidashite" + }, + "切羽つまら": { + "w_type": "godan verb stem", + "romaji": "seppatsumara" + }, + "切羽つまり": { + "w_type": "godan verb stem", + "romaji": "seppatsumari" + }, + "切羽つまれ": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumare" + }, + "切羽つまろ": { + "w_type": "godan verb stem", + "romaji": "seppatsumaro" + }, + "切羽つまった": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumatta" + }, + "切羽つまって": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumatte" + }, + "突か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "突き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "突け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "突こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "突いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "突いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "取り回さ": { + "w_type": "godan verb stem", + "romaji": "torimawasa" + }, + "取り回し": { + "w_type": "godan verb stem", + "romaji": "torimawashi" + }, + "取り回せ": { + "w_type": "conjugated godan verb", + "romaji": "torimawase" + }, + "取り回そ": { + "w_type": "godan verb stem", + "romaji": "torimawaso" + }, + "取り回した": { + "w_type": "conjugated godan verb", + "romaji": "torimawashita" + }, + "取り回して": { + "w_type": "conjugated godan verb", + "romaji": "torimawashite" + }, + "紫がから": { + "w_type": "godan verb stem", + "romaji": "murasakigakara" + }, + "紫がかり": { + "w_type": "godan verb stem", + "romaji": "murasakigakari" + }, + "紫がかれ": { + "w_type": "conjugated godan verb", + "romaji": "murasakigakare" + }, + "紫がかろ": { + "w_type": "godan verb stem", + "romaji": "murasakigakaro" + }, + "紫がかった": { + "w_type": "conjugated godan verb", + "romaji": "murasakigakatta" + }, + "紫がかって": { + "w_type": "conjugated godan verb", + "romaji": "murasakigakatte" + }, + "擦り剝か": { + "w_type": "godan verb stem", + "romaji": "surimuka" + }, + "擦り剝き": { + "w_type": "godan verb stem", + "romaji": "surimuki" + }, + "擦り剝け": { + "w_type": "conjugated godan verb", + "romaji": "surimuke" + }, + "擦り剝こ": { + "w_type": "godan verb stem", + "romaji": "surimuko" + }, + "擦り剝いた": { + "w_type": "conjugated godan verb", + "romaji": "surimuita" + }, + "擦り剝いて": { + "w_type": "conjugated godan verb", + "romaji": "surimuite" + }, + "下司ばら": { + "w_type": "godan verb stem", + "romaji": "gesubara" + }, + "下司ばり": { + "w_type": "godan verb stem", + "romaji": "gesubari" + }, + "下司ばれ": { + "w_type": "conjugated godan verb", + "romaji": "gesubare" + }, + "下司ばろ": { + "w_type": "godan verb stem", + "romaji": "gesubaro" + }, + "下司ばった": { + "w_type": "conjugated godan verb", + "romaji": "gesubatta" + }, + "下司ばって": { + "w_type": "conjugated godan verb", + "romaji": "gesubatte" + }, + "咲誇ら": { + "w_type": "godan verb stem", + "romaji": "sakihokora" + }, + "咲誇り": { + "w_type": "godan verb stem", + "romaji": "sakihokori" + }, + "咲誇れ": { + "w_type": "conjugated godan verb", + "romaji": "sakihokore" + }, + "咲誇ろ": { + "w_type": "godan verb stem", + "romaji": "sakihokoro" + }, + "咲誇った": { + "w_type": "conjugated godan verb", + "romaji": "sakihokotta" + }, + "咲誇って": { + "w_type": "conjugated godan verb", + "romaji": "sakihokotte" + }, + "取り崩さ": { + "w_type": "godan verb stem", + "romaji": "torikuzusa" + }, + "取り崩し": { + "w_type": "godan verb stem", + "romaji": "torikuzushi" + }, + "取り崩せ": { + "w_type": "conjugated godan verb", + "romaji": "torikuzuse" + }, + "取り崩そ": { + "w_type": "godan verb stem", + "romaji": "torikuzuso" + }, + "取り崩した": { + "w_type": "conjugated godan verb", + "romaji": "torikuzushita" + }, + "取り崩して": { + "w_type": "conjugated godan verb", + "romaji": "torikuzushite" + }, + "近寄ら": { + "w_type": "godan verb stem", + "romaji": "chikayora" + }, + "近寄り": { + "w_type": "godan verb stem", + "romaji": "chikayori" + }, + "近寄れ": { + "w_type": "conjugated godan verb", + "romaji": "chikayore" + }, + "近寄ろ": { + "w_type": "godan verb stem", + "romaji": "chikayoro" + }, + "近寄った": { + "w_type": "conjugated godan verb", + "romaji": "chikayotta" + }, + "近寄って": { + "w_type": "conjugated godan verb", + "romaji": "chikayotte" + }, + "聞き齧ら": { + "w_type": "godan verb stem", + "romaji": "kikikajira" + }, + "聞き齧り": { + "w_type": "godan verb stem", + "romaji": "kikikajiri" + }, + "聞き齧れ": { + "w_type": "conjugated godan verb", + "romaji": "kikikajire" + }, + "聞き齧ろ": { + "w_type": "godan verb stem", + "romaji": "kikikajiro" + }, + "聞き齧った": { + "w_type": "conjugated godan verb", + "romaji": "kikikajitta" + }, + "聞き齧って": { + "w_type": "conjugated godan verb", + "romaji": "kikikajitte" + }, + "思起さ": { + "w_type": "godan verb stem", + "romaji": "omoiokosa" + }, + "思起し": { + "w_type": "godan verb stem", + "romaji": "omoiokoshi" + }, + "思起せ": { + "w_type": "conjugated godan verb", + "romaji": "omoiokose" + }, + "思起そ": { + "w_type": "godan verb stem", + "romaji": "omoiokoso" + }, + "思起した": { + "w_type": "conjugated godan verb", + "romaji": "omoiokoshita" + }, + "思起して": { + "w_type": "conjugated godan verb", + "romaji": "omoiokoshite" + }, + "動きまわら": { + "w_type": "godan verb stem", + "romaji": "ugokimawara" + }, + "動きまわり": { + "w_type": "godan verb stem", + "romaji": "ugokimawari" + }, + "動きまわれ": { + "w_type": "conjugated godan verb", + "romaji": "ugokimaware" + }, + "動きまわろ": { + "w_type": "godan verb stem", + "romaji": "ugokimawaro" + }, + "動きまわった": { + "w_type": "conjugated godan verb", + "romaji": "ugokimawatta" + }, + "動きまわって": { + "w_type": "conjugated godan verb", + "romaji": "ugokimawatte" + }, + "手繰ら": { + "w_type": "godan verb stem", + "romaji": "tagura" + }, + "手繰り": { + "w_type": "godan verb stem", + "romaji": "taguri" + }, + "手繰れ": { + "w_type": "conjugated godan verb", + "romaji": "tagure" + }, + "手繰ろ": { + "w_type": "godan verb stem", + "romaji": "taguro" + }, + "手繰った": { + "w_type": "conjugated godan verb", + "romaji": "tagutta" + }, + "手繰って": { + "w_type": "conjugated godan verb", + "romaji": "tagutte" + }, + "塗ら": { + "w_type": "godan verb stem", + "romaji": "nura" + }, + "塗り": { + "w_type": "godan verb stem", + "romaji": "nuri" + }, + "塗れ": { + "w_type": "conjugated godan verb", + "romaji": "nure" + }, + "塗ろ": { + "w_type": "godan verb stem", + "romaji": "nuro" + }, + "塗った": { + "w_type": "conjugated godan verb", + "romaji": "nutta" + }, + "塗って": { + "w_type": "conjugated godan verb", + "romaji": "nutte" + }, + "高ぶら": { + "w_type": "godan verb stem", + "romaji": "takabura" + }, + "高ぶり": { + "w_type": "godan verb stem", + "romaji": "takaburi" + }, + "高ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "takabure" + }, + "高ぶろ": { + "w_type": "godan verb stem", + "romaji": "takaburo" + }, + "高ぶった": { + "w_type": "conjugated godan verb", + "romaji": "takabutta" + }, + "高ぶって": { + "w_type": "conjugated godan verb", + "romaji": "takabutte" + }, + "捩じ込ま": { + "w_type": "godan verb stem", + "romaji": "nejikoma" + }, + "捩じ込み": { + "w_type": "godan verb stem", + "romaji": "nejikomi" + }, + "捩じ込め": { + "w_type": "conjugated godan verb", + "romaji": "nejikome" + }, + "捩じ込も": { + "w_type": "godan verb stem", + "romaji": "nejikomo" + }, + "捩じ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nejikonda" + }, + "捩じ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nejikonde" + }, + "展か": { + "w_type": "godan verb stem", + "romaji": "hiraka" + }, + "展き": { + "w_type": "godan verb stem", + "romaji": "hiraki" + }, + "展け": { + "w_type": "conjugated godan verb", + "romaji": "hirake" + }, + "展こ": { + "w_type": "godan verb stem", + "romaji": "hirako" + }, + "展いた": { + "w_type": "conjugated godan verb", + "romaji": "hiraita" + }, + "展いて": { + "w_type": "conjugated godan verb", + "romaji": "hiraite" + }, + "入り交じら": { + "w_type": "godan verb stem", + "romaji": "irimajira" + }, + "入り交じり": { + "w_type": "godan verb stem", + "romaji": "irimajiri" + }, + "入り交じれ": { + "w_type": "conjugated godan verb", + "romaji": "irimajire" + }, + "入り交じろ": { + "w_type": "godan verb stem", + "romaji": "irimajiro" + }, + "入り交じった": { + "w_type": "conjugated godan verb", + "romaji": "irimajitta" + }, + "入り交じって": { + "w_type": "conjugated godan verb", + "romaji": "irimajitte" + }, + "砕け散ら": { + "w_type": "godan verb stem", + "romaji": "kudakechira" + }, + "砕け散り": { + "w_type": "godan verb stem", + "romaji": "kudakechiri" + }, + "砕け散れ": { + "w_type": "conjugated godan verb", + "romaji": "kudakechire" + }, + "砕け散ろ": { + "w_type": "godan verb stem", + "romaji": "kudakechiro" + }, + "砕け散った": { + "w_type": "conjugated godan verb", + "romaji": "kudakechitta" + }, + "砕け散って": { + "w_type": "conjugated godan verb", + "romaji": "kudakechitte" + }, + "堀り返さ": { + "w_type": "godan verb stem", + "romaji": "horikaesa" + }, + "堀り返し": { + "w_type": "godan verb stem", + "romaji": "horikaeshi" + }, + "堀り返せ": { + "w_type": "conjugated godan verb", + "romaji": "horikaese" + }, + "堀り返そ": { + "w_type": "godan verb stem", + "romaji": "horikaeso" + }, + "堀り返した": { + "w_type": "conjugated godan verb", + "romaji": "horikaeshita" + }, + "堀り返して": { + "w_type": "conjugated godan verb", + "romaji": "horikaeshite" + }, + "眠らさ": { + "w_type": "godan verb stem", + "romaji": "nemurasa" + }, + "眠らし": { + "w_type": "godan verb stem", + "romaji": "nemurashi" + }, + "眠らせ": { + "w_type": "conjugated godan verb", + "romaji": "nemurase" + }, + "眠らそ": { + "w_type": "godan verb stem", + "romaji": "nemuraso" + }, + "眠らした": { + "w_type": "conjugated godan verb", + "romaji": "nemurashita" + }, + "眠らして": { + "w_type": "conjugated godan verb", + "romaji": "nemurashite" + }, + "洗い流さ": { + "w_type": "godan verb stem", + "romaji": "arainagasa" + }, + "洗い流し": { + "w_type": "godan verb stem", + "romaji": "arainagashi" + }, + "洗い流せ": { + "w_type": "conjugated godan verb", + "romaji": "arainagase" + }, + "洗い流そ": { + "w_type": "godan verb stem", + "romaji": "arainagaso" + }, + "洗い流した": { + "w_type": "conjugated godan verb", + "romaji": "arainagashita" + }, + "洗い流して": { + "w_type": "conjugated godan verb", + "romaji": "arainagashite" + }, + "改まら": { + "w_type": "godan verb stem", + "romaji": "aratamara" + }, + "改まり": { + "w_type": "godan verb stem", + "romaji": "aratamari" + }, + "改まれ": { + "w_type": "conjugated godan verb", + "romaji": "aratamare" + }, + "改まろ": { + "w_type": "godan verb stem", + "romaji": "aratamaro" + }, + "改まった": { + "w_type": "conjugated godan verb", + "romaji": "aratamatta" + }, + "改まって": { + "w_type": "conjugated godan verb", + "romaji": "aratamatte" + }, + "育ち行か": { + "w_type": "godan verb stem", + "romaji": "sodachiyuka" + }, + "育ち行き": { + "w_type": "godan verb stem", + "romaji": "sodachiyuki" + }, + "育ち行け": { + "w_type": "conjugated godan verb", + "romaji": "sodachiyuke" + }, + "育ち行こ": { + "w_type": "godan verb stem", + "romaji": "sodachiyuko" + }, + "育ち行いた": { + "w_type": "conjugated godan verb", + "romaji": "sodachiyuita" + }, + "育ち行いて": { + "w_type": "conjugated godan verb", + "romaji": "sodachiyuite" + }, + "強つか": { + "w_type": "godan verb stem", + "romaji": "gowatsuka" + }, + "強つき": { + "w_type": "godan verb stem", + "romaji": "gowatsuki" + }, + "強つけ": { + "w_type": "conjugated godan verb", + "romaji": "gowatsuke" + }, + "強つこ": { + "w_type": "godan verb stem", + "romaji": "gowatsuko" + }, + "強ついた": { + "w_type": "conjugated godan verb", + "romaji": "gowatsuita" + }, + "強ついて": { + "w_type": "conjugated godan verb", + "romaji": "gowatsuite" + }, + "浮わつか": { + "w_type": "godan verb stem", + "romaji": "uwatsuka" + }, + "浮わつき": { + "w_type": "godan verb stem", + "romaji": "uwatsuki" + }, + "浮わつけ": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuke" + }, + "浮わつこ": { + "w_type": "godan verb stem", + "romaji": "uwatsuko" + }, + "浮わついた": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuita" + }, + "浮わついて": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuite" + }, + "植込ま": { + "w_type": "godan verb stem", + "romaji": "uekoma" + }, + "植込み": { + "w_type": "godan verb stem", + "romaji": "uekomi" + }, + "植込め": { + "w_type": "conjugated godan verb", + "romaji": "uekome" + }, + "植込も": { + "w_type": "godan verb stem", + "romaji": "uekomo" + }, + "植込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uekonda" + }, + "植込んで": { + "w_type": "conjugated godan verb", + "romaji": "uekonde" + }, + "抜け変ら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜け変り": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜け変れ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜け変ろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜け変った": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜け変って": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "読み継が": { + "w_type": "godan verb stem", + "romaji": "yomitsuga" + }, + "読み継ぎ": { + "w_type": "godan verb stem", + "romaji": "yomitsugi" + }, + "読み継げ": { + "w_type": "conjugated godan verb", + "romaji": "yomitsuge" + }, + "読み継ご": { + "w_type": "godan verb stem", + "romaji": "yomitsugo" + }, + "読み継いだ": { + "w_type": "conjugated godan verb", + "romaji": "yomitsuida" + }, + "読み継いで": { + "w_type": "conjugated godan verb", + "romaji": "yomitsuide" + }, + "口篭ら": { + "w_type": "godan verb stem", + "romaji": "kuchigomora" + }, + "口篭り": { + "w_type": "godan verb stem", + "romaji": "kuchigomori" + }, + "口篭れ": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomore" + }, + "口篭ろ": { + "w_type": "godan verb stem", + "romaji": "kuchigomoro" + }, + "口篭った": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotta" + }, + "口篭って": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotte" + }, + "零さ": { + "w_type": "godan verb stem", + "romaji": "kobosa" + }, + "零し": { + "w_type": "godan verb stem", + "romaji": "koboshi" + }, + "零せ": { + "w_type": "conjugated godan verb", + "romaji": "kobose" + }, + "零そ": { + "w_type": "godan verb stem", + "romaji": "koboso" + }, + "零した": { + "w_type": "conjugated godan verb", + "romaji": "koboshita" + }, + "零して": { + "w_type": "conjugated godan verb", + "romaji": "koboshite" + }, + "汗ばま": { + "w_type": "godan verb stem", + "romaji": "asebama" + }, + "汗ばみ": { + "w_type": "godan verb stem", + "romaji": "asebami" + }, + "汗ばめ": { + "w_type": "conjugated godan verb", + "romaji": "asebame" + }, + "汗ばも": { + "w_type": "godan verb stem", + "romaji": "asebamo" + }, + "汗ばんだ": { + "w_type": "conjugated godan verb", + "romaji": "asebanda" + }, + "汗ばんで": { + "w_type": "conjugated godan verb", + "romaji": "asebande" + }, + "読み止さ": { + "w_type": "godan verb stem", + "romaji": "yomisasa" + }, + "読み止し": { + "w_type": "godan verb stem", + "romaji": "yomisashi" + }, + "読み止せ": { + "w_type": "conjugated godan verb", + "romaji": "yomisase" + }, + "読み止そ": { + "w_type": "godan verb stem", + "romaji": "yomisaso" + }, + "読み止した": { + "w_type": "conjugated godan verb", + "romaji": "yomisashita" + }, + "読み止して": { + "w_type": "conjugated godan verb", + "romaji": "yomisashite" + }, + "向かわ": { + "w_type": "godan verb stem", + "romaji": "mukawa" + }, + "向かい": { + "w_type": "godan verb stem", + "romaji": "mukai" + }, + "向かえ": { + "w_type": "conjugated godan verb", + "romaji": "mukae" + }, + "向かお": { + "w_type": "godan verb stem", + "romaji": "mukao" + }, + "向かった": { + "w_type": "conjugated godan verb", + "romaji": "mukatta" + }, + "向かって": { + "w_type": "conjugated godan verb", + "romaji": "mukatte" + }, + "騙し取ら": { + "w_type": "godan verb stem", + "romaji": "damashitora" + }, + "騙し取り": { + "w_type": "godan verb stem", + "romaji": "damashitori" + }, + "騙し取れ": { + "w_type": "conjugated godan verb", + "romaji": "damashitore" + }, + "騙し取ろ": { + "w_type": "godan verb stem", + "romaji": "damashitoro" + }, + "騙し取った": { + "w_type": "conjugated godan verb", + "romaji": "damashitotta" + }, + "騙し取って": { + "w_type": "conjugated godan verb", + "romaji": "damashitotte" + }, + "口号ま": { + "w_type": "godan verb stem", + "romaji": "kuchizusama" + }, + "口号み": { + "w_type": "godan verb stem", + "romaji": "kuchizusami" + }, + "口号め": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusame" + }, + "口号も": { + "w_type": "godan verb stem", + "romaji": "kuchizusamo" + }, + "口号んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusanda" + }, + "口号んで": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusande" + }, + "抄わ": { + "w_type": "godan verb stem", + "romaji": "sukuwa" + }, + "抄い": { + "w_type": "godan verb stem", + "romaji": "sukui" + }, + "抄え": { + "w_type": "conjugated godan verb", + "romaji": "sukue" + }, + "抄お": { + "w_type": "godan verb stem", + "romaji": "sukuo" + }, + "抄った": { + "w_type": "conjugated godan verb", + "romaji": "sukutta" + }, + "抄って": { + "w_type": "conjugated godan verb", + "romaji": "sukutte" + }, + "冷え募ら": { + "w_type": "godan verb stem", + "romaji": "hietsunora" + }, + "冷え募り": { + "w_type": "godan verb stem", + "romaji": "hietsunori" + }, + "冷え募れ": { + "w_type": "conjugated godan verb", + "romaji": "hietsunore" + }, + "冷え募ろ": { + "w_type": "godan verb stem", + "romaji": "hietsunoro" + }, + "冷え募った": { + "w_type": "conjugated godan verb", + "romaji": "hietsunotta" + }, + "冷え募って": { + "w_type": "conjugated godan verb", + "romaji": "hietsunotte" + }, + "掻い摘ま": { + "w_type": "godan verb stem", + "romaji": "kaitsumama" + }, + "掻い摘み": { + "w_type": "godan verb stem", + "romaji": "kaitsumami" + }, + "掻い摘め": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumame" + }, + "掻い摘も": { + "w_type": "godan verb stem", + "romaji": "kaitsumamo" + }, + "掻い摘んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumanda" + }, + "掻い摘んで": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumande" + }, + "擦寄ら": { + "w_type": "godan verb stem", + "romaji": "suriyora" + }, + "擦寄り": { + "w_type": "godan verb stem", + "romaji": "suriyori" + }, + "擦寄れ": { + "w_type": "conjugated godan verb", + "romaji": "suriyore" + }, + "擦寄ろ": { + "w_type": "godan verb stem", + "romaji": "suriyoro" + }, + "擦寄った": { + "w_type": "conjugated godan verb", + "romaji": "suriyotta" + }, + "擦寄って": { + "w_type": "conjugated godan verb", + "romaji": "suriyotte" + }, + "騒ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "sawagidasa" + }, + "騒ぎ出し": { + "w_type": "godan verb stem", + "romaji": "sawagidashi" + }, + "騒ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "sawagidase" + }, + "騒ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "sawagidaso" + }, + "騒ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "sawagidashita" + }, + "騒ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "sawagidashite" + }, + "払わ": { + "w_type": "godan verb stem", + "romaji": "harawa" + }, + "払い": { + "w_type": "godan verb stem", + "romaji": "harai" + }, + "払え": { + "w_type": "conjugated godan verb", + "romaji": "harae" + }, + "払お": { + "w_type": "godan verb stem", + "romaji": "harao" + }, + "払った": { + "w_type": "conjugated godan verb", + "romaji": "haratta" + }, + "払って": { + "w_type": "conjugated godan verb", + "romaji": "haratte" + }, + "差向かわ": { + "w_type": "godan verb stem", + "romaji": "sashimukawa" + }, + "差向かい": { + "w_type": "godan verb stem", + "romaji": "sashimukai" + }, + "差向かえ": { + "w_type": "conjugated godan verb", + "romaji": "sashimukae" + }, + "差向かお": { + "w_type": "godan verb stem", + "romaji": "sashimukao" + }, + "差向かった": { + "w_type": "conjugated godan verb", + "romaji": "sashimukatta" + }, + "差向かって": { + "w_type": "conjugated godan verb", + "romaji": "sashimukatte" + }, + "泣きはらさ": { + "w_type": "godan verb stem", + "romaji": "nakiharasa" + }, + "泣きはらし": { + "w_type": "godan verb stem", + "romaji": "nakiharashi" + }, + "泣きはらせ": { + "w_type": "conjugated godan verb", + "romaji": "nakiharase" + }, + "泣きはらそ": { + "w_type": "godan verb stem", + "romaji": "nakiharaso" + }, + "泣きはらした": { + "w_type": "conjugated godan verb", + "romaji": "nakiharashita" + }, + "泣きはらして": { + "w_type": "conjugated godan verb", + "romaji": "nakiharashite" + }, + "畢わら": { + "w_type": "godan verb stem", + "romaji": "owara" + }, + "畢わり": { + "w_type": "godan verb stem", + "romaji": "owari" + }, + "畢われ": { + "w_type": "conjugated godan verb", + "romaji": "oware" + }, + "畢わろ": { + "w_type": "godan verb stem", + "romaji": "owaro" + }, + "畢わった": { + "w_type": "conjugated godan verb", + "romaji": "owatta" + }, + "畢わって": { + "w_type": "conjugated godan verb", + "romaji": "owatte" + }, + "来かから": { + "w_type": "godan verb stem", + "romaji": "kikakara" + }, + "来かかり": { + "w_type": "godan verb stem", + "romaji": "kikakari" + }, + "来かかれ": { + "w_type": "conjugated godan verb", + "romaji": "kikakare" + }, + "来かかろ": { + "w_type": "godan verb stem", + "romaji": "kikakaro" + }, + "来かかった": { + "w_type": "conjugated godan verb", + "romaji": "kikakatta" + }, + "来かかって": { + "w_type": "conjugated godan verb", + "romaji": "kikakatte" + }, + "思い止どまら": { + "w_type": "godan verb stem", + "romaji": "omoitodomara" + }, + "思い止どまり": { + "w_type": "godan verb stem", + "romaji": "omoitodomari" + }, + "思い止どまれ": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomare" + }, + "思い止どまろ": { + "w_type": "godan verb stem", + "romaji": "omoitodomaro" + }, + "思い止どまった": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomatta" + }, + "思い止どまって": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomatte" + }, + "刈り干さ": { + "w_type": "godan verb stem", + "romaji": "karihosa" + }, + "刈り干し": { + "w_type": "godan verb stem", + "romaji": "karihoshi" + }, + "刈り干せ": { + "w_type": "conjugated godan verb", + "romaji": "karihose" + }, + "刈り干そ": { + "w_type": "godan verb stem", + "romaji": "karihoso" + }, + "刈り干した": { + "w_type": "conjugated godan verb", + "romaji": "karihoshita" + }, + "刈り干して": { + "w_type": "conjugated godan verb", + "romaji": "karihoshite" + }, + "切り戻さ": { + "w_type": "godan verb stem", + "romaji": "kirimodosa" + }, + "切り戻し": { + "w_type": "godan verb stem", + "romaji": "kirimodoshi" + }, + "切り戻せ": { + "w_type": "conjugated godan verb", + "romaji": "kirimodose" + }, + "切り戻そ": { + "w_type": "godan verb stem", + "romaji": "kirimodoso" + }, + "切り戻した": { + "w_type": "conjugated godan verb", + "romaji": "kirimodoshita" + }, + "切り戻して": { + "w_type": "conjugated godan verb", + "romaji": "kirimodoshite" + }, + "打ち伸ばさ": { + "w_type": "godan verb stem", + "romaji": "uchinobasa" + }, + "打ち伸ばし": { + "w_type": "godan verb stem", + "romaji": "uchinobashi" + }, + "打ち伸ばせ": { + "w_type": "conjugated godan verb", + "romaji": "uchinobase" + }, + "打ち伸ばそ": { + "w_type": "godan verb stem", + "romaji": "uchinobaso" + }, + "打ち伸ばした": { + "w_type": "conjugated godan verb", + "romaji": "uchinobashita" + }, + "打ち伸ばして": { + "w_type": "conjugated godan verb", + "romaji": "uchinobashite" + }, + "負ぶわ": { + "w_type": "godan verb stem", + "romaji": "obuwa" + }, + "負ぶい": { + "w_type": "godan verb stem", + "romaji": "obui" + }, + "負ぶえ": { + "w_type": "conjugated godan verb", + "romaji": "obue" + }, + "負ぶお": { + "w_type": "godan verb stem", + "romaji": "obuo" + }, + "負ぶった": { + "w_type": "conjugated godan verb", + "romaji": "obutta" + }, + "負ぶって": { + "w_type": "conjugated godan verb", + "romaji": "obutte" + }, + "裏返ら": { + "w_type": "godan verb stem", + "romaji": "uragaera" + }, + "裏返り": { + "w_type": "godan verb stem", + "romaji": "uragaeri" + }, + "裏返れ": { + "w_type": "conjugated godan verb", + "romaji": "uragaere" + }, + "裏返ろ": { + "w_type": "godan verb stem", + "romaji": "uragaero" + }, + "裏返った": { + "w_type": "conjugated godan verb", + "romaji": "uragaetta" + }, + "裏返って": { + "w_type": "conjugated godan verb", + "romaji": "uragaette" + }, + "起上ら": { + "w_type": "godan verb stem", + "romaji": "okiagara" + }, + "起上り": { + "w_type": "godan verb stem", + "romaji": "okiagari" + }, + "起上れ": { + "w_type": "conjugated godan verb", + "romaji": "okiagare" + }, + "起上ろ": { + "w_type": "godan verb stem", + "romaji": "okiagaro" + }, + "起上った": { + "w_type": "conjugated godan verb", + "romaji": "okiagatta" + }, + "起上って": { + "w_type": "conjugated godan verb", + "romaji": "okiagatte" + }, + "蹴躓か": { + "w_type": "godan verb stem", + "romaji": "ketsumazuka" + }, + "蹴躓き": { + "w_type": "godan verb stem", + "romaji": "ketsumazuki" + }, + "蹴躓け": { + "w_type": "conjugated godan verb", + "romaji": "ketsumazuke" + }, + "蹴躓こ": { + "w_type": "godan verb stem", + "romaji": "ketsumazuko" + }, + "蹴躓いた": { + "w_type": "conjugated godan verb", + "romaji": "ketsumazuita" + }, + "蹴躓いて": { + "w_type": "conjugated godan verb", + "romaji": "ketsumazuite" + }, + "脅やかさ": { + "w_type": "godan verb stem", + "romaji": "obiyakasa" + }, + "脅やかし": { + "w_type": "godan verb stem", + "romaji": "obiyakashi" + }, + "脅やかせ": { + "w_type": "conjugated godan verb", + "romaji": "obiyakase" + }, + "脅やかそ": { + "w_type": "godan verb stem", + "romaji": "obiyakaso" + }, + "脅やかした": { + "w_type": "conjugated godan verb", + "romaji": "obiyakashita" + }, + "脅やかして": { + "w_type": "conjugated godan verb", + "romaji": "obiyakashite" + }, + "のた打た": { + "w_type": "godan verb stem", + "romaji": "notauta" + }, + "のた打ち": { + "w_type": "godan verb stem", + "romaji": "notauchi" + }, + "のた打て": { + "w_type": "conjugated godan verb", + "romaji": "notaute" + }, + "のた打と": { + "w_type": "godan verb stem", + "romaji": "notauto" + }, + "のた打った": { + "w_type": "conjugated godan verb", + "romaji": "notautta" + }, + "のた打って": { + "w_type": "conjugated godan verb", + "romaji": "notautte" + }, + "切り回さ": { + "w_type": "godan verb stem", + "romaji": "kirimawasa" + }, + "切り回し": { + "w_type": "godan verb stem", + "romaji": "kirimawashi" + }, + "切り回せ": { + "w_type": "conjugated godan verb", + "romaji": "kirimawase" + }, + "切り回そ": { + "w_type": "godan verb stem", + "romaji": "kirimawaso" + }, + "切り回した": { + "w_type": "conjugated godan verb", + "romaji": "kirimawashita" + }, + "切り回して": { + "w_type": "conjugated godan verb", + "romaji": "kirimawashite" + }, + "駆けのぼら": { + "w_type": "godan verb stem", + "romaji": "kakenobora" + }, + "駆けのぼり": { + "w_type": "godan verb stem", + "romaji": "kakenobori" + }, + "駆けのぼれ": { + "w_type": "conjugated godan verb", + "romaji": "kakenobore" + }, + "駆けのぼろ": { + "w_type": "godan verb stem", + "romaji": "kakenoboro" + }, + "駆けのぼった": { + "w_type": "conjugated godan verb", + "romaji": "kakenobotta" + }, + "駆けのぼって": { + "w_type": "conjugated godan verb", + "romaji": "kakenobotte" + }, + "仕え奉ら": { + "w_type": "godan verb stem", + "romaji": "tsukaematsura" + }, + "仕え奉り": { + "w_type": "godan verb stem", + "romaji": "tsukaematsuri" + }, + "仕え奉れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaematsure" + }, + "仕え奉ろ": { + "w_type": "godan verb stem", + "romaji": "tsukaematsuro" + }, + "仕え奉った": { + "w_type": "conjugated godan verb", + "romaji": "tsukaematsutta" + }, + "仕え奉って": { + "w_type": "conjugated godan verb", + "romaji": "tsukaematsutte" + }, + "経巡ら": { + "w_type": "godan verb stem", + "romaji": "hemegura" + }, + "経巡り": { + "w_type": "godan verb stem", + "romaji": "hemeguri" + }, + "経巡れ": { + "w_type": "conjugated godan verb", + "romaji": "hemegure" + }, + "経巡ろ": { + "w_type": "godan verb stem", + "romaji": "hemeguro" + }, + "経巡った": { + "w_type": "conjugated godan verb", + "romaji": "hemegutta" + }, + "経巡って": { + "w_type": "conjugated godan verb", + "romaji": "hemegutte" + }, + "泣き腫らさ": { + "w_type": "godan verb stem", + "romaji": "nakiharasa" + }, + "泣き腫らし": { + "w_type": "godan verb stem", + "romaji": "nakiharashi" + }, + "泣き腫らせ": { + "w_type": "conjugated godan verb", + "romaji": "nakiharase" + }, + "泣き腫らそ": { + "w_type": "godan verb stem", + "romaji": "nakiharaso" + }, + "泣き腫らした": { + "w_type": "conjugated godan verb", + "romaji": "nakiharashita" + }, + "泣き腫らして": { + "w_type": "conjugated godan verb", + "romaji": "nakiharashite" + }, + "負ぶら": { + "w_type": "godan verb stem", + "romaji": "obura" + }, + "負ぶり": { + "w_type": "godan verb stem", + "romaji": "oburi" + }, + "負ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "obure" + }, + "負ぶろ": { + "w_type": "godan verb stem", + "romaji": "oburo" + }, + "悦ばさ": { + "w_type": "godan verb stem", + "romaji": "yorokobasa" + }, + "悦ばし": { + "w_type": "godan verb stem", + "romaji": "yorokobashi" + }, + "悦ばせ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobase" + }, + "悦ばそ": { + "w_type": "godan verb stem", + "romaji": "yorokobaso" + }, + "悦ばした": { + "w_type": "conjugated godan verb", + "romaji": "yorokobashita" + }, + "悦ばして": { + "w_type": "conjugated godan verb", + "romaji": "yorokobashite" + }, + "裏返さ": { + "w_type": "godan verb stem", + "romaji": "uragaesa" + }, + "裏返し": { + "w_type": "godan verb stem", + "romaji": "uragaeshi" + }, + "裏返せ": { + "w_type": "conjugated godan verb", + "romaji": "uragaese" + }, + "裏返そ": { + "w_type": "godan verb stem", + "romaji": "uragaeso" + }, + "裏返した": { + "w_type": "conjugated godan verb", + "romaji": "uragaeshita" + }, + "裏返して": { + "w_type": "conjugated godan verb", + "romaji": "uragaeshite" + }, + "浮かれ歩か": { + "w_type": "godan verb stem", + "romaji": "ukarearuka" + }, + "浮かれ歩き": { + "w_type": "godan verb stem", + "romaji": "ukarearuki" + }, + "浮かれ歩け": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuke" + }, + "浮かれ歩こ": { + "w_type": "godan verb stem", + "romaji": "ukarearuko" + }, + "浮かれ歩いた": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuita" + }, + "浮かれ歩いて": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuite" + }, + "良く言わ": { + "w_type": "godan verb stem", + "romaji": "yokuiwa" + }, + "良く言い": { + "w_type": "godan verb stem", + "romaji": "yokuii" + }, + "良く言え": { + "w_type": "conjugated godan verb", + "romaji": "yokuie" + }, + "良く言お": { + "w_type": "godan verb stem", + "romaji": "yokuio" + }, + "良く言った": { + "w_type": "conjugated godan verb", + "romaji": "yokuitta" + }, + "良く言って": { + "w_type": "conjugated godan verb", + "romaji": "yokuitte" + }, + "はね上がら": { + "w_type": "godan verb stem", + "romaji": "haneagara" + }, + "はね上がり": { + "w_type": "godan verb stem", + "romaji": "haneagari" + }, + "はね上がれ": { + "w_type": "conjugated godan verb", + "romaji": "haneagare" + }, + "はね上がろ": { + "w_type": "godan verb stem", + "romaji": "haneagaro" + }, + "はね上がった": { + "w_type": "conjugated godan verb", + "romaji": "haneagatta" + }, + "はね上がって": { + "w_type": "conjugated godan verb", + "romaji": "haneagatte" + }, + "見落とさ": { + "w_type": "godan verb stem", + "romaji": "miotosa" + }, + "見落とし": { + "w_type": "godan verb stem", + "romaji": "miotoshi" + }, + "見落とせ": { + "w_type": "conjugated godan verb", + "romaji": "miotose" + }, + "見落とそ": { + "w_type": "godan verb stem", + "romaji": "miotoso" + }, + "見落とした": { + "w_type": "conjugated godan verb", + "romaji": "miotoshita" + }, + "見落として": { + "w_type": "conjugated godan verb", + "romaji": "miotoshite" + }, + "込み入ら": { + "w_type": "godan verb stem", + "romaji": "komiira" + }, + "込み入り": { + "w_type": "godan verb stem", + "romaji": "komiiri" + }, + "込み入れ": { + "w_type": "conjugated godan verb", + "romaji": "komiire" + }, + "込み入ろ": { + "w_type": "godan verb stem", + "romaji": "komiiro" + }, + "込み入った": { + "w_type": "conjugated godan verb", + "romaji": "komiitta" + }, + "込み入って": { + "w_type": "conjugated godan verb", + "romaji": "komiitte" + }, + "食い荒さ": { + "w_type": "godan verb stem", + "romaji": "kuiarasa" + }, + "食い荒し": { + "w_type": "godan verb stem", + "romaji": "kuiarashi" + }, + "食い荒せ": { + "w_type": "conjugated godan verb", + "romaji": "kuiarase" + }, + "食い荒そ": { + "w_type": "godan verb stem", + "romaji": "kuiaraso" + }, + "食い荒した": { + "w_type": "conjugated godan verb", + "romaji": "kuiarashita" + }, + "食い荒して": { + "w_type": "conjugated godan verb", + "romaji": "kuiarashite" + }, + "練直さ": { + "w_type": "godan verb stem", + "romaji": "nerinaosa" + }, + "練直し": { + "w_type": "godan verb stem", + "romaji": "nerinaoshi" + }, + "練直せ": { + "w_type": "conjugated godan verb", + "romaji": "nerinaose" + }, + "練直そ": { + "w_type": "godan verb stem", + "romaji": "nerinaoso" + }, + "練直した": { + "w_type": "conjugated godan verb", + "romaji": "nerinaoshita" + }, + "練直して": { + "w_type": "conjugated godan verb", + "romaji": "nerinaoshite" + }, + "買い切ら": { + "w_type": "godan verb stem", + "romaji": "kaikira" + }, + "買い切り": { + "w_type": "godan verb stem", + "romaji": "kaikiri" + }, + "買い切れ": { + "w_type": "conjugated godan verb", + "romaji": "kaikire" + }, + "買い切ろ": { + "w_type": "godan verb stem", + "romaji": "kaikiro" + }, + "買い切った": { + "w_type": "conjugated godan verb", + "romaji": "kaikitta" + }, + "買い切って": { + "w_type": "conjugated godan verb", + "romaji": "kaikitte" + }, + "読み聞かさ": { + "w_type": "godan verb stem", + "romaji": "yomikikasa" + }, + "読み聞かし": { + "w_type": "godan verb stem", + "romaji": "yomikikashi" + }, + "読み聞かせ": { + "w_type": "conjugated godan verb", + "romaji": "yomikikase" + }, + "読み聞かそ": { + "w_type": "godan verb stem", + "romaji": "yomikikaso" + }, + "読み聞かした": { + "w_type": "conjugated godan verb", + "romaji": "yomikikashita" + }, + "読み聞かして": { + "w_type": "conjugated godan verb", + "romaji": "yomikikashite" + }, + "いじり回さ": { + "w_type": "godan verb stem", + "romaji": "ijirimawasa" + }, + "いじり回し": { + "w_type": "godan verb stem", + "romaji": "ijirimawashi" + }, + "いじり回せ": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawase" + }, + "いじり回そ": { + "w_type": "godan verb stem", + "romaji": "ijirimawaso" + }, + "いじり回した": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawashita" + }, + "いじり回して": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawashite" + }, + "解ごさ": { + "w_type": "godan verb stem", + "romaji": "hogosa" + }, + "解ごし": { + "w_type": "godan verb stem", + "romaji": "hogoshi" + }, + "解ごせ": { + "w_type": "conjugated godan verb", + "romaji": "hogose" + }, + "解ごそ": { + "w_type": "godan verb stem", + "romaji": "hogoso" + }, + "解ごした": { + "w_type": "conjugated godan verb", + "romaji": "hogoshita" + }, + "解ごして": { + "w_type": "conjugated godan verb", + "romaji": "hogoshite" + }, + "費やさ": { + "w_type": "godan verb stem", + "romaji": "tsuiyasa" + }, + "費やし": { + "w_type": "godan verb stem", + "romaji": "tsuiyashi" + }, + "費やせ": { + "w_type": "conjugated godan verb", + "romaji": "tsuiyase" + }, + "費やそ": { + "w_type": "godan verb stem", + "romaji": "tsuiyaso" + }, + "費やした": { + "w_type": "conjugated godan verb", + "romaji": "tsuiyashita" + }, + "費やして": { + "w_type": "conjugated godan verb", + "romaji": "tsuiyashite" + }, + "打ち割ら": { + "w_type": "godan verb stem", + "romaji": "uchiwara" + }, + "打ち割り": { + "w_type": "godan verb stem", + "romaji": "uchiwari" + }, + "打ち割れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiware" + }, + "打ち割ろ": { + "w_type": "godan verb stem", + "romaji": "uchiwaro" + }, + "打ち割った": { + "w_type": "conjugated godan verb", + "romaji": "uchiwatta" + }, + "打ち割って": { + "w_type": "conjugated godan verb", + "romaji": "uchiwatte" + }, + "萌ま": { + "w_type": "godan verb stem", + "romaji": "meguma" + }, + "萌み": { + "w_type": "godan verb stem", + "romaji": "megumi" + }, + "萌め": { + "w_type": "conjugated godan verb", + "romaji": "megume" + }, + "萌も": { + "w_type": "godan verb stem", + "romaji": "megumo" + }, + "萌んだ": { + "w_type": "conjugated godan verb", + "romaji": "megunda" + }, + "萌んで": { + "w_type": "conjugated godan verb", + "romaji": "megunde" + }, + "至ら": { + "w_type": "godan verb stem", + "romaji": "itara" + }, + "至り": { + "w_type": "godan verb stem", + "romaji": "itari" + }, + "至れ": { + "w_type": "conjugated godan verb", + "romaji": "itare" + }, + "至ろ": { + "w_type": "godan verb stem", + "romaji": "itaro" + }, + "至った": { + "w_type": "conjugated godan verb", + "romaji": "itatta" + }, + "至って": { + "w_type": "conjugated godan verb", + "romaji": "itatte" + }, + "駆けあがら": { + "w_type": "godan verb stem", + "romaji": "kakeagara" + }, + "駆けあがり": { + "w_type": "godan verb stem", + "romaji": "kakeagari" + }, + "駆けあがれ": { + "w_type": "conjugated godan verb", + "romaji": "kakeagare" + }, + "駆けあがろ": { + "w_type": "godan verb stem", + "romaji": "kakeagaro" + }, + "駆けあがった": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatta" + }, + "駆けあがって": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatte" + }, + "窄ま": { + "w_type": "godan verb stem", + "romaji": "suboma" + }, + "窄み": { + "w_type": "godan verb stem", + "romaji": "subomi" + }, + "窄め": { + "w_type": "conjugated godan verb", + "romaji": "subome" + }, + "窄も": { + "w_type": "godan verb stem", + "romaji": "subomo" + }, + "窄んだ": { + "w_type": "conjugated godan verb", + "romaji": "subonda" + }, + "窄んで": { + "w_type": "conjugated godan verb", + "romaji": "subonde" + }, + "為てやら": { + "w_type": "godan verb stem", + "romaji": "shiteyara" + }, + "為てやり": { + "w_type": "godan verb stem", + "romaji": "shiteyari" + }, + "為てやれ": { + "w_type": "conjugated godan verb", + "romaji": "shiteyare" + }, + "為てやろ": { + "w_type": "godan verb stem", + "romaji": "shiteyaro" + }, + "為てやった": { + "w_type": "conjugated godan verb", + "romaji": "shiteyatta" + }, + "為てやって": { + "w_type": "conjugated godan verb", + "romaji": "shiteyatte" + }, + "正さ": { + "w_type": "godan verb stem", + "romaji": "tadasa" + }, + "正し": { + "w_type": "godan verb stem", + "romaji": "tadashi" + }, + "正せ": { + "w_type": "conjugated godan verb", + "romaji": "tadase" + }, + "正そ": { + "w_type": "godan verb stem", + "romaji": "tadaso" + }, + "正した": { + "w_type": "conjugated godan verb", + "romaji": "tadashita" + }, + "正して": { + "w_type": "conjugated godan verb", + "romaji": "tadashite" + }, + "闕か": { + "w_type": "godan verb stem", + "romaji": "kaka" + }, + "闕き": { + "w_type": "godan verb stem", + "romaji": "kaki" + }, + "闕け": { + "w_type": "conjugated godan verb", + "romaji": "kake" + }, + "闕こ": { + "w_type": "godan verb stem", + "romaji": "kako" + }, + "闕いた": { + "w_type": "conjugated godan verb", + "romaji": "kaita" + }, + "闕いて": { + "w_type": "conjugated godan verb", + "romaji": "kaite" + }, + "引掻き回さ": { + "w_type": "godan verb stem", + "romaji": "hikkakimawasa" + }, + "引掻き回し": { + "w_type": "godan verb stem", + "romaji": "hikkakimawashi" + }, + "引掻き回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawase" + }, + "引掻き回そ": { + "w_type": "godan verb stem", + "romaji": "hikkakimawaso" + }, + "引掻き回した": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawashita" + }, + "引掻き回して": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawashite" + }, + "引っかか": { + "w_type": "godan verb stem", + "romaji": "hikkaka" + }, + "引っかき": { + "w_type": "godan verb stem", + "romaji": "hikkaki" + }, + "引っかけ": { + "w_type": "conjugated godan verb", + "romaji": "hikkake" + }, + "引っかこ": { + "w_type": "godan verb stem", + "romaji": "hikkako" + }, + "引っかいた": { + "w_type": "conjugated godan verb", + "romaji": "hikkaita" + }, + "引っかいて": { + "w_type": "conjugated godan verb", + "romaji": "hikkaite" + }, + "響きわたら": { + "w_type": "godan verb stem", + "romaji": "hibikiwatara" + }, + "響きわたり": { + "w_type": "godan verb stem", + "romaji": "hibikiwatari" + }, + "響きわたれ": { + "w_type": "conjugated godan verb", + "romaji": "hibikiwatare" + }, + "響きわたろ": { + "w_type": "godan verb stem", + "romaji": "hibikiwataro" + }, + "響きわたった": { + "w_type": "conjugated godan verb", + "romaji": "hibikiwatatta" + }, + "響きわたって": { + "w_type": "conjugated godan verb", + "romaji": "hibikiwatatte" + }, + "攻め抜か": { + "w_type": "godan verb stem", + "romaji": "semenuka" + }, + "攻め抜き": { + "w_type": "godan verb stem", + "romaji": "semenuki" + }, + "攻め抜け": { + "w_type": "conjugated godan verb", + "romaji": "semenuke" + }, + "攻め抜こ": { + "w_type": "godan verb stem", + "romaji": "semenuko" + }, + "攻め抜いた": { + "w_type": "conjugated godan verb", + "romaji": "semenuita" + }, + "攻め抜いて": { + "w_type": "conjugated godan verb", + "romaji": "semenuite" + }, + "引出さ": { + "w_type": "godan verb stem", + "romaji": "hikidasa" + }, + "引出し": { + "w_type": "godan verb stem", + "romaji": "hikidashi" + }, + "引出せ": { + "w_type": "conjugated godan verb", + "romaji": "hikidase" + }, + "引出そ": { + "w_type": "godan verb stem", + "romaji": "hikidaso" + }, + "引出した": { + "w_type": "conjugated godan verb", + "romaji": "hikidashita" + }, + "引出して": { + "w_type": "conjugated godan verb", + "romaji": "hikidashite" + }, + "引き摺りこま": { + "w_type": "godan verb stem", + "romaji": "hikizurikoma" + }, + "引き摺りこみ": { + "w_type": "godan verb stem", + "romaji": "hikizurikomi" + }, + "引き摺りこめ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikome" + }, + "引き摺りこも": { + "w_type": "godan verb stem", + "romaji": "hikizurikomo" + }, + "引き摺りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonda" + }, + "引き摺りこんで": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonde" + }, + "くくり出さ": { + "w_type": "godan verb stem", + "romaji": "kukuridasa" + }, + "くくり出し": { + "w_type": "godan verb stem", + "romaji": "kukuridashi" + }, + "くくり出せ": { + "w_type": "conjugated godan verb", + "romaji": "kukuridase" + }, + "くくり出そ": { + "w_type": "godan verb stem", + "romaji": "kukuridaso" + }, + "くくり出した": { + "w_type": "conjugated godan verb", + "romaji": "kukuridashita" + }, + "くくり出して": { + "w_type": "conjugated godan verb", + "romaji": "kukuridashite" + }, + "写し取ら": { + "w_type": "godan verb stem", + "romaji": "utsushitora" + }, + "写し取り": { + "w_type": "godan verb stem", + "romaji": "utsushitori" + }, + "写し取れ": { + "w_type": "conjugated godan verb", + "romaji": "utsushitore" + }, + "写し取ろ": { + "w_type": "godan verb stem", + "romaji": "utsushitoro" + }, + "写し取った": { + "w_type": "conjugated godan verb", + "romaji": "utsushitotta" + }, + "写し取って": { + "w_type": "conjugated godan verb", + "romaji": "utsushitotte" + }, + "添わ": { + "w_type": "godan verb stem", + "romaji": "sowa" + }, + "添い": { + "w_type": "godan verb stem", + "romaji": "soi" + }, + "添え": { + "w_type": "conjugated godan verb", + "romaji": "soe" + }, + "添お": { + "w_type": "godan verb stem", + "romaji": "soo" + }, + "添った": { + "w_type": "conjugated godan verb", + "romaji": "sotta" + }, + "添って": { + "w_type": "conjugated godan verb", + "romaji": "sotte" + }, + "極まら": { + "w_type": "godan verb stem", + "romaji": "kiwamara" + }, + "極まり": { + "w_type": "godan verb stem", + "romaji": "kiwamari" + }, + "極まれ": { + "w_type": "conjugated godan verb", + "romaji": "kiwamare" + }, + "極まろ": { + "w_type": "godan verb stem", + "romaji": "kiwamaro" + }, + "極まった": { + "w_type": "conjugated godan verb", + "romaji": "kiwamatta" + }, + "極まって": { + "w_type": "conjugated godan verb", + "romaji": "kiwamatte" + }, + "吸い込ま": { + "w_type": "godan verb stem", + "romaji": "suikoma" + }, + "吸い込み": { + "w_type": "godan verb stem", + "romaji": "suikomi" + }, + "吸い込め": { + "w_type": "conjugated godan verb", + "romaji": "suikome" + }, + "吸い込も": { + "w_type": "godan verb stem", + "romaji": "suikomo" + }, + "吸い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "suikonda" + }, + "吸い込んで": { + "w_type": "conjugated godan verb", + "romaji": "suikonde" + }, + "哭か": { + "w_type": "godan verb stem", + "romaji": "naka" + }, + "哭き": { + "w_type": "godan verb stem", + "romaji": "naki" + }, + "哭け": { + "w_type": "conjugated godan verb", + "romaji": "nake" + }, + "哭こ": { + "w_type": "godan verb stem", + "romaji": "nako" + }, + "哭いた": { + "w_type": "conjugated godan verb", + "romaji": "naita" + }, + "哭いて": { + "w_type": "conjugated godan verb", + "romaji": "naite" + }, + "記さ": { + "w_type": "godan verb stem", + "romaji": "shirusa" + }, + "記し": { + "w_type": "godan verb stem", + "romaji": "shirushi" + }, + "記せ": { + "w_type": "conjugated godan verb", + "romaji": "shiruse" + }, + "記そ": { + "w_type": "godan verb stem", + "romaji": "shiruso" + }, + "記した": { + "w_type": "conjugated godan verb", + "romaji": "shirushita" + }, + "記して": { + "w_type": "conjugated godan verb", + "romaji": "shirushite" + }, + "行会わ": { + "w_type": "godan verb stem", + "romaji": "ikiawa" + }, + "行会い": { + "w_type": "godan verb stem", + "romaji": "ikiai" + }, + "行会え": { + "w_type": "conjugated godan verb", + "romaji": "ikiae" + }, + "行会お": { + "w_type": "godan verb stem", + "romaji": "ikiao" + }, + "行会った": { + "w_type": "conjugated godan verb", + "romaji": "ikiatta" + }, + "行会って": { + "w_type": "conjugated godan verb", + "romaji": "ikiatte" + }, + "繰上がら": { + "w_type": "godan verb stem", + "romaji": "kuriagara" + }, + "繰上がり": { + "w_type": "godan verb stem", + "romaji": "kuriagari" + }, + "繰上がれ": { + "w_type": "conjugated godan verb", + "romaji": "kuriagare" + }, + "繰上がろ": { + "w_type": "godan verb stem", + "romaji": "kuriagaro" + }, + "繰上がった": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatta" + }, + "繰上がって": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatte" + }, + "属さ": { + "w_type": "godan verb stem", + "romaji": "zokusa" + }, + "属し": { + "w_type": "godan verb stem", + "romaji": "zokushi" + }, + "属せ": { + "w_type": "conjugated godan verb", + "romaji": "zokuse" + }, + "属そ": { + "w_type": "godan verb stem", + "romaji": "zokuso" + }, + "属した": { + "w_type": "conjugated godan verb", + "romaji": "zokushita" + }, + "属して": { + "w_type": "conjugated godan verb", + "romaji": "zokushite" + }, + "交わさ": { + "w_type": "godan verb stem", + "romaji": "kawasa" + }, + "交わし": { + "w_type": "godan verb stem", + "romaji": "kawashi" + }, + "交わせ": { + "w_type": "conjugated godan verb", + "romaji": "kawase" + }, + "交わそ": { + "w_type": "godan verb stem", + "romaji": "kawaso" + }, + "交わした": { + "w_type": "conjugated godan verb", + "romaji": "kawashita" + }, + "交わして": { + "w_type": "conjugated godan verb", + "romaji": "kawashite" + }, + "嘘ぶか": { + "w_type": "godan verb stem", + "romaji": "usobuka" + }, + "嘘ぶき": { + "w_type": "godan verb stem", + "romaji": "usobuki" + }, + "嘘ぶけ": { + "w_type": "conjugated godan verb", + "romaji": "usobuke" + }, + "嘘ぶこ": { + "w_type": "godan verb stem", + "romaji": "usobuko" + }, + "嘘ぶいた": { + "w_type": "conjugated godan verb", + "romaji": "usobuita" + }, + "嘘ぶいて": { + "w_type": "conjugated godan verb", + "romaji": "usobuite" + }, + "殺ら": { + "w_type": "godan verb stem", + "romaji": "yara" + }, + "殺り": { + "w_type": "godan verb stem", + "romaji": "yari" + }, + "殺れ": { + "w_type": "conjugated godan verb", + "romaji": "yare" + }, + "殺ろ": { + "w_type": "godan verb stem", + "romaji": "yaro" + }, + "殺った": { + "w_type": "conjugated godan verb", + "romaji": "yatta" + }, + "殺って": { + "w_type": "conjugated godan verb", + "romaji": "yatte" + }, + "目に付か": { + "w_type": "godan verb stem", + "romaji": "menitsuka" + }, + "目に付き": { + "w_type": "godan verb stem", + "romaji": "menitsuki" + }, + "目に付け": { + "w_type": "conjugated godan verb", + "romaji": "menitsuke" + }, + "目に付こ": { + "w_type": "godan verb stem", + "romaji": "menitsuko" + }, + "目に付いた": { + "w_type": "conjugated godan verb", + "romaji": "menitsuita" + }, + "目に付いて": { + "w_type": "conjugated godan verb", + "romaji": "menitsuite" + }, + "打ち貫か": { + "w_type": "godan verb stem", + "romaji": "uchinuka" + }, + "打ち貫き": { + "w_type": "godan verb stem", + "romaji": "uchinuki" + }, + "打ち貫け": { + "w_type": "conjugated godan verb", + "romaji": "uchinuke" + }, + "打ち貫こ": { + "w_type": "godan verb stem", + "romaji": "uchinuko" + }, + "打ち貫いた": { + "w_type": "conjugated godan verb", + "romaji": "uchinuita" + }, + "打ち貫いて": { + "w_type": "conjugated godan verb", + "romaji": "uchinuite" + }, + "くり下がら": { + "w_type": "godan verb stem", + "romaji": "kurisagara" + }, + "くり下がり": { + "w_type": "godan verb stem", + "romaji": "kurisagari" + }, + "くり下がれ": { + "w_type": "conjugated godan verb", + "romaji": "kurisagare" + }, + "くり下がろ": { + "w_type": "godan verb stem", + "romaji": "kurisagaro" + }, + "くり下がった": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatta" + }, + "くり下がって": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatte" + }, + "吊り上がら": { + "w_type": "godan verb stem", + "romaji": "tsuriagara" + }, + "吊り上がり": { + "w_type": "godan verb stem", + "romaji": "tsuriagari" + }, + "吊り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagare" + }, + "吊り上がろ": { + "w_type": "godan verb stem", + "romaji": "tsuriagaro" + }, + "吊り上がった": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagatta" + }, + "吊り上がって": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagatte" + }, + "言足さ": { + "w_type": "godan verb stem", + "romaji": "iitasa" + }, + "言足し": { + "w_type": "godan verb stem", + "romaji": "iitashi" + }, + "言足せ": { + "w_type": "conjugated godan verb", + "romaji": "iitase" + }, + "言足そ": { + "w_type": "godan verb stem", + "romaji": "iitaso" + }, + "言足した": { + "w_type": "conjugated godan verb", + "romaji": "iitashita" + }, + "言足して": { + "w_type": "conjugated godan verb", + "romaji": "iitashite" + }, + "使わ": { + "w_type": "godan verb stem", + "romaji": "tsukawa" + }, + "使い": { + "w_type": "godan verb stem", + "romaji": "tsukai" + }, + "使え": { + "w_type": "conjugated godan verb", + "romaji": "tsukae" + }, + "使お": { + "w_type": "godan verb stem", + "romaji": "tsukao" + }, + "使った": { + "w_type": "conjugated godan verb", + "romaji": "tsukatta" + }, + "使って": { + "w_type": "conjugated godan verb", + "romaji": "tsukatte" + }, + "糾さ": { + "w_type": "godan verb stem", + "romaji": "tadasa" + }, + "糾し": { + "w_type": "godan verb stem", + "romaji": "tadashi" + }, + "糾せ": { + "w_type": "conjugated godan verb", + "romaji": "tadase" + }, + "糾そ": { + "w_type": "godan verb stem", + "romaji": "tadaso" + }, + "糾した": { + "w_type": "conjugated godan verb", + "romaji": "tadashita" + }, + "糾して": { + "w_type": "conjugated godan verb", + "romaji": "tadashite" + }, + "色取ら": { + "w_type": "godan verb stem", + "romaji": "irodora" + }, + "色取り": { + "w_type": "godan verb stem", + "romaji": "irodori" + }, + "色取れ": { + "w_type": "conjugated godan verb", + "romaji": "irodore" + }, + "色取ろ": { + "w_type": "godan verb stem", + "romaji": "irodoro" + }, + "色取った": { + "w_type": "conjugated godan verb", + "romaji": "irodotta" + }, + "色取って": { + "w_type": "conjugated godan verb", + "romaji": "irodotte" + }, + "糾わ": { + "w_type": "godan verb stem", + "romaji": "azanawa" + }, + "糾い": { + "w_type": "godan verb stem", + "romaji": "azanai" + }, + "糾え": { + "w_type": "conjugated godan verb", + "romaji": "azanae" + }, + "糾お": { + "w_type": "godan verb stem", + "romaji": "azanao" + }, + "糾った": { + "w_type": "conjugated godan verb", + "romaji": "azanatta" + }, + "糾って": { + "w_type": "conjugated godan verb", + "romaji": "azanatte" + }, + "赦さ": { + "w_type": "godan verb stem", + "romaji": "yurusa" + }, + "赦し": { + "w_type": "godan verb stem", + "romaji": "yurushi" + }, + "赦せ": { + "w_type": "conjugated godan verb", + "romaji": "yuruse" + }, + "赦そ": { + "w_type": "godan verb stem", + "romaji": "yuruso" + }, + "赦した": { + "w_type": "conjugated godan verb", + "romaji": "yurushita" + }, + "赦して": { + "w_type": "conjugated godan verb", + "romaji": "yurushite" + }, + "書き表わさ": { + "w_type": "godan verb stem", + "romaji": "kakiarawasa" + }, + "書き表わし": { + "w_type": "godan verb stem", + "romaji": "kakiarawashi" + }, + "書き表わせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawase" + }, + "書き表わそ": { + "w_type": "godan verb stem", + "romaji": "kakiarawaso" + }, + "書き表わした": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawashita" + }, + "書き表わして": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawashite" + }, + "苛立た": { + "w_type": "godan verb stem", + "romaji": "iradata" + }, + "苛立ち": { + "w_type": "godan verb stem", + "romaji": "iradachi" + }, + "苛立て": { + "w_type": "conjugated godan verb", + "romaji": "iradate" + }, + "苛立と": { + "w_type": "godan verb stem", + "romaji": "iradato" + }, + "苛立った": { + "w_type": "conjugated godan verb", + "romaji": "iradatta" + }, + "苛立って": { + "w_type": "conjugated godan verb", + "romaji": "iradatte" + }, + "後へ引か": { + "w_type": "godan verb stem", + "romaji": "atohehika" + }, + "後へ引き": { + "w_type": "godan verb stem", + "romaji": "atohehiki" + }, + "後へ引け": { + "w_type": "conjugated godan verb", + "romaji": "atohehike" + }, + "後へ引こ": { + "w_type": "godan verb stem", + "romaji": "atohehiko" + }, + "後へ引いた": { + "w_type": "conjugated godan verb", + "romaji": "atohehiita" + }, + "後へ引いて": { + "w_type": "conjugated godan verb", + "romaji": "atohehiite" + }, + "飲み潰さ": { + "w_type": "godan verb stem", + "romaji": "nomitsubusa" + }, + "飲み潰し": { + "w_type": "godan verb stem", + "romaji": "nomitsubushi" + }, + "飲み潰せ": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubuse" + }, + "飲み潰そ": { + "w_type": "godan verb stem", + "romaji": "nomitsubuso" + }, + "飲み潰した": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubushita" + }, + "飲み潰して": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubushite" + }, + "借り切ら": { + "w_type": "godan verb stem", + "romaji": "karikira" + }, + "借り切り": { + "w_type": "godan verb stem", + "romaji": "karikiri" + }, + "借り切れ": { + "w_type": "conjugated godan verb", + "romaji": "karikire" + }, + "借り切ろ": { + "w_type": "godan verb stem", + "romaji": "karikiro" + }, + "借り切った": { + "w_type": "conjugated godan verb", + "romaji": "karikitta" + }, + "借り切って": { + "w_type": "conjugated godan verb", + "romaji": "karikitte" + }, + "はっ倒さ": { + "w_type": "godan verb stem", + "romaji": "hattaosa" + }, + "はっ倒し": { + "w_type": "godan verb stem", + "romaji": "hattaoshi" + }, + "はっ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "hattaose" + }, + "はっ倒そ": { + "w_type": "godan verb stem", + "romaji": "hattaoso" + }, + "はっ倒した": { + "w_type": "conjugated godan verb", + "romaji": "hattaoshita" + }, + "はっ倒して": { + "w_type": "conjugated godan verb", + "romaji": "hattaoshite" + }, + "釁ら": { + "w_type": "godan verb stem", + "romaji": "chinura" + }, + "釁り": { + "w_type": "godan verb stem", + "romaji": "chinuri" + }, + "釁れ": { + "w_type": "conjugated godan verb", + "romaji": "chinure" + }, + "釁ろ": { + "w_type": "godan verb stem", + "romaji": "chinuro" + }, + "釁った": { + "w_type": "conjugated godan verb", + "romaji": "chinutta" + }, + "釁って": { + "w_type": "conjugated godan verb", + "romaji": "chinutte" + }, + "浮かさ": { + "w_type": "godan verb stem", + "romaji": "ukasa" + }, + "浮かし": { + "w_type": "godan verb stem", + "romaji": "ukashi" + }, + "浮かせ": { + "w_type": "conjugated godan verb", + "romaji": "ukase" + }, + "浮かそ": { + "w_type": "godan verb stem", + "romaji": "ukaso" + }, + "浮かした": { + "w_type": "conjugated godan verb", + "romaji": "ukashita" + }, + "浮かして": { + "w_type": "conjugated godan verb", + "romaji": "ukashite" + }, + "浮かば": { + "w_type": "godan verb stem", + "romaji": "ukaba" + }, + "浮かび": { + "w_type": "godan verb stem", + "romaji": "ukabi" + }, + "浮かべ": { + "w_type": "conjugated godan verb", + "romaji": "ukabe" + }, + "浮かぼ": { + "w_type": "godan verb stem", + "romaji": "ukabo" + }, + "浮かんだ": { + "w_type": "conjugated godan verb", + "romaji": "ukanda" + }, + "浮かんで": { + "w_type": "conjugated godan verb", + "romaji": "ukande" + }, + "奪い去ら": { + "w_type": "godan verb stem", + "romaji": "ubaisara" + }, + "奪い去り": { + "w_type": "godan verb stem", + "romaji": "ubaisari" + }, + "奪い去れ": { + "w_type": "conjugated godan verb", + "romaji": "ubaisare" + }, + "奪い去ろ": { + "w_type": "godan verb stem", + "romaji": "ubaisaro" + }, + "奪い去った": { + "w_type": "conjugated godan verb", + "romaji": "ubaisatta" + }, + "奪い去って": { + "w_type": "conjugated godan verb", + "romaji": "ubaisatte" + }, + "立ちふさがら": { + "w_type": "godan verb stem", + "romaji": "tachifusagara" + }, + "立ちふさがり": { + "w_type": "godan verb stem", + "romaji": "tachifusagari" + }, + "立ちふさがれ": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagare" + }, + "立ちふさがろ": { + "w_type": "godan verb stem", + "romaji": "tachifusagaro" + }, + "立ちふさがった": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagatta" + }, + "立ちふさがって": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagatte" + }, + "彷徨き回ら": { + "w_type": "godan verb stem", + "romaji": "urotsukimawara" + }, + "彷徨き回り": { + "w_type": "godan verb stem", + "romaji": "urotsukimawari" + }, + "彷徨き回れ": { + "w_type": "conjugated godan verb", + "romaji": "urotsukimaware" + }, + "彷徨き回ろ": { + "w_type": "godan verb stem", + "romaji": "urotsukimawaro" + }, + "彷徨き回った": { + "w_type": "conjugated godan verb", + "romaji": "urotsukimawatta" + }, + "彷徨き回って": { + "w_type": "conjugated godan verb", + "romaji": "urotsukimawatte" + }, + "秋めか": { + "w_type": "godan verb stem", + "romaji": "akimeka" + }, + "秋めき": { + "w_type": "godan verb stem", + "romaji": "akimeki" + }, + "秋めけ": { + "w_type": "conjugated godan verb", + "romaji": "akimeke" + }, + "秋めこ": { + "w_type": "godan verb stem", + "romaji": "akimeko" + }, + "秋めいた": { + "w_type": "conjugated godan verb", + "romaji": "akimeita" + }, + "秋めいて": { + "w_type": "conjugated godan verb", + "romaji": "akimeite" + }, + "軋みあわ": { + "w_type": "godan verb stem", + "romaji": "kishimiawa" + }, + "軋みあい": { + "w_type": "godan verb stem", + "romaji": "kishimiai" + }, + "軋みあえ": { + "w_type": "conjugated godan verb", + "romaji": "kishimiae" + }, + "軋みあお": { + "w_type": "godan verb stem", + "romaji": "kishimiao" + }, + "軋みあった": { + "w_type": "conjugated godan verb", + "romaji": "kishimiatta" + }, + "軋みあって": { + "w_type": "conjugated godan verb", + "romaji": "kishimiatte" + }, + "載せ込ま": { + "w_type": "godan verb stem", + "romaji": "nosekoma" + }, + "載せ込み": { + "w_type": "godan verb stem", + "romaji": "nosekomi" + }, + "載せ込め": { + "w_type": "conjugated godan verb", + "romaji": "nosekome" + }, + "載せ込も": { + "w_type": "godan verb stem", + "romaji": "nosekomo" + }, + "載せ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nosekonda" + }, + "載せ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nosekonde" + }, + "暮れ懸ら": { + "w_type": "godan verb stem", + "romaji": "kurekakara" + }, + "暮れ懸り": { + "w_type": "godan verb stem", + "romaji": "kurekakari" + }, + "暮れ懸れ": { + "w_type": "conjugated godan verb", + "romaji": "kurekakare" + }, + "暮れ懸ろ": { + "w_type": "godan verb stem", + "romaji": "kurekakaro" + }, + "暮れ懸った": { + "w_type": "conjugated godan verb", + "romaji": "kurekakatta" + }, + "暮れ懸って": { + "w_type": "conjugated godan verb", + "romaji": "kurekakatte" + }, + "勢いづか": { + "w_type": "godan verb stem", + "romaji": "ikioizuka" + }, + "勢いづき": { + "w_type": "godan verb stem", + "romaji": "ikioizuki" + }, + "勢いづけ": { + "w_type": "conjugated godan verb", + "romaji": "ikioizuke" + }, + "勢いづこ": { + "w_type": "godan verb stem", + "romaji": "ikioizuko" + }, + "勢いづいた": { + "w_type": "conjugated godan verb", + "romaji": "ikioizuita" + }, + "勢いづいて": { + "w_type": "conjugated godan verb", + "romaji": "ikioizuite" + }, + "纏わら": { + "w_type": "godan verb stem", + "romaji": "matsuwara" + }, + "纏わり": { + "w_type": "godan verb stem", + "romaji": "matsuwari" + }, + "纏われ": { + "w_type": "conjugated godan verb", + "romaji": "matsuware" + }, + "纏わろ": { + "w_type": "godan verb stem", + "romaji": "matsuwaro" + }, + "纏わった": { + "w_type": "conjugated godan verb", + "romaji": "matsuwatta" + }, + "纏わって": { + "w_type": "conjugated godan verb", + "romaji": "matsuwatte" + }, + "息急き切ら": { + "w_type": "godan verb stem", + "romaji": "ikisekikira" + }, + "息急き切り": { + "w_type": "godan verb stem", + "romaji": "ikisekikiri" + }, + "息急き切れ": { + "w_type": "conjugated godan verb", + "romaji": "ikisekikire" + }, + "息急き切ろ": { + "w_type": "godan verb stem", + "romaji": "ikisekikiro" + }, + "息急き切った": { + "w_type": "conjugated godan verb", + "romaji": "ikisekikitta" + }, + "息急き切って": { + "w_type": "conjugated godan verb", + "romaji": "ikisekikitte" + }, + "付け出さ": { + "w_type": "godan verb stem", + "romaji": "tsukedasa" + }, + "付け出し": { + "w_type": "godan verb stem", + "romaji": "tsukedashi" + }, + "付け出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukedase" + }, + "付け出そ": { + "w_type": "godan verb stem", + "romaji": "tsukedaso" + }, + "付け出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukedashita" + }, + "付け出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukedashite" + }, + "歯向わ": { + "w_type": "godan verb stem", + "romaji": "hamukawa" + }, + "歯向い": { + "w_type": "godan verb stem", + "romaji": "hamukai" + }, + "歯向え": { + "w_type": "conjugated godan verb", + "romaji": "hamukae" + }, + "歯向お": { + "w_type": "godan verb stem", + "romaji": "hamukao" + }, + "歯向った": { + "w_type": "conjugated godan verb", + "romaji": "hamukatta" + }, + "歯向って": { + "w_type": "conjugated godan verb", + "romaji": "hamukatte" + }, + "馴染ま": { + "w_type": "godan verb stem", + "romaji": "najima" + }, + "馴染み": { + "w_type": "godan verb stem", + "romaji": "najimi" + }, + "馴染め": { + "w_type": "conjugated godan verb", + "romaji": "najime" + }, + "馴染も": { + "w_type": "godan verb stem", + "romaji": "najimo" + }, + "馴染んだ": { + "w_type": "conjugated godan verb", + "romaji": "najinda" + }, + "馴染んで": { + "w_type": "conjugated godan verb", + "romaji": "najinde" + }, + "突動かさ": { + "w_type": "godan verb stem", + "romaji": "tsukiugokasa" + }, + "突動かし": { + "w_type": "godan verb stem", + "romaji": "tsukiugokashi" + }, + "突動かせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokase" + }, + "突動かそ": { + "w_type": "godan verb stem", + "romaji": "tsukiugokaso" + }, + "突動かした": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokashita" + }, + "突動かして": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokashite" + }, + "施さ": { + "w_type": "godan verb stem", + "romaji": "hodokosa" + }, + "施し": { + "w_type": "godan verb stem", + "romaji": "hodokoshi" + }, + "施せ": { + "w_type": "conjugated godan verb", + "romaji": "hodokose" + }, + "施そ": { + "w_type": "godan verb stem", + "romaji": "hodokoso" + }, + "施した": { + "w_type": "conjugated godan verb", + "romaji": "hodokoshita" + }, + "施して": { + "w_type": "conjugated godan verb", + "romaji": "hodokoshite" + }, + "おぞけ立た": { + "w_type": "godan verb stem", + "romaji": "ozokedata" + }, + "おぞけ立ち": { + "w_type": "godan verb stem", + "romaji": "ozokedachi" + }, + "おぞけ立て": { + "w_type": "conjugated godan verb", + "romaji": "ozokedate" + }, + "おぞけ立と": { + "w_type": "godan verb stem", + "romaji": "ozokedato" + }, + "おぞけ立った": { + "w_type": "conjugated godan verb", + "romaji": "ozokedatta" + }, + "おぞけ立って": { + "w_type": "conjugated godan verb", + "romaji": "ozokedatte" + }, + "生え揃わ": { + "w_type": "godan verb stem", + "romaji": "haesorowa" + }, + "生え揃い": { + "w_type": "godan verb stem", + "romaji": "haesoroi" + }, + "生え揃え": { + "w_type": "conjugated godan verb", + "romaji": "haesoroe" + }, + "生え揃お": { + "w_type": "godan verb stem", + "romaji": "haesoroo" + }, + "生え揃った": { + "w_type": "conjugated godan verb", + "romaji": "haesorotta" + }, + "生え揃って": { + "w_type": "conjugated godan verb", + "romaji": "haesorotte" + }, + "凝らさ": { + "w_type": "godan verb stem", + "romaji": "korasa" + }, + "凝らし": { + "w_type": "godan verb stem", + "romaji": "korashi" + }, + "凝らせ": { + "w_type": "conjugated godan verb", + "romaji": "korase" + }, + "凝らそ": { + "w_type": "godan verb stem", + "romaji": "koraso" + }, + "凝らした": { + "w_type": "conjugated godan verb", + "romaji": "korashita" + }, + "凝らして": { + "w_type": "conjugated godan verb", + "romaji": "korashite" + }, + "隠れ住ま": { + "w_type": "godan verb stem", + "romaji": "kakuresuma" + }, + "隠れ住み": { + "w_type": "godan verb stem", + "romaji": "kakuresumi" + }, + "隠れ住め": { + "w_type": "conjugated godan verb", + "romaji": "kakuresume" + }, + "隠れ住も": { + "w_type": "godan verb stem", + "romaji": "kakuresumo" + }, + "隠れ住んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakuresunda" + }, + "隠れ住んで": { + "w_type": "conjugated godan verb", + "romaji": "kakuresunde" + }, + "取切ら": { + "w_type": "godan verb stem", + "romaji": "torikira" + }, + "取切り": { + "w_type": "godan verb stem", + "romaji": "torikiri" + }, + "取切れ": { + "w_type": "conjugated godan verb", + "romaji": "torikire" + }, + "取切ろ": { + "w_type": "godan verb stem", + "romaji": "torikiro" + }, + "取切った": { + "w_type": "conjugated godan verb", + "romaji": "torikitta" + }, + "取切って": { + "w_type": "conjugated godan verb", + "romaji": "torikitte" + }, + "成り切ら": { + "w_type": "godan verb stem", + "romaji": "narikira" + }, + "成り切り": { + "w_type": "godan verb stem", + "romaji": "narikiri" + }, + "成り切れ": { + "w_type": "conjugated godan verb", + "romaji": "narikire" + }, + "成り切ろ": { + "w_type": "godan verb stem", + "romaji": "narikiro" + }, + "成り切った": { + "w_type": "conjugated godan verb", + "romaji": "narikitta" + }, + "成り切って": { + "w_type": "conjugated godan verb", + "romaji": "narikitte" + }, + "〆切ら": { + "w_type": "godan verb stem", + "romaji": "shimekira" + }, + "〆切り": { + "w_type": "godan verb stem", + "romaji": "shimekiri" + }, + "〆切れ": { + "w_type": "conjugated godan verb", + "romaji": "shimekire" + }, + "〆切ろ": { + "w_type": "godan verb stem", + "romaji": "shimekiro" + }, + "〆切った": { + "w_type": "conjugated godan verb", + "romaji": "shimekitta" + }, + "〆切って": { + "w_type": "conjugated godan verb", + "romaji": "shimekitte" + }, + "編み出さ": { + "w_type": "godan verb stem", + "romaji": "amidasa" + }, + "編み出し": { + "w_type": "godan verb stem", + "romaji": "amidashi" + }, + "編み出せ": { + "w_type": "conjugated godan verb", + "romaji": "amidase" + }, + "編み出そ": { + "w_type": "godan verb stem", + "romaji": "amidaso" + }, + "編み出した": { + "w_type": "conjugated godan verb", + "romaji": "amidashita" + }, + "編み出して": { + "w_type": "conjugated godan verb", + "romaji": "amidashite" + }, + "守りきら": { + "w_type": "godan verb stem", + "romaji": "mamorikira" + }, + "守りきり": { + "w_type": "godan verb stem", + "romaji": "mamorikiri" + }, + "守りきれ": { + "w_type": "conjugated godan verb", + "romaji": "mamorikire" + }, + "守りきろ": { + "w_type": "godan verb stem", + "romaji": "mamorikiro" + }, + "守りきった": { + "w_type": "conjugated godan verb", + "romaji": "mamorikitta" + }, + "守りきって": { + "w_type": "conjugated godan verb", + "romaji": "mamorikitte" + }, + "立ち止まら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立ち止まり": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立ち止まれ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立ち止まろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立ち止まった": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立ち止まって": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "喋ら": { + "w_type": "godan verb stem", + "romaji": "shabera" + }, + "喋り": { + "w_type": "godan verb stem", + "romaji": "shaberi" + }, + "喋れ": { + "w_type": "conjugated godan verb", + "romaji": "shabere" + }, + "喋ろ": { + "w_type": "godan verb stem", + "romaji": "shabero" + }, + "喋った": { + "w_type": "conjugated godan verb", + "romaji": "shabetta" + }, + "喋って": { + "w_type": "conjugated godan verb", + "romaji": "shabette" + }, + "引き切ら": { + "w_type": "godan verb stem", + "romaji": "hikikira" + }, + "引き切り": { + "w_type": "godan verb stem", + "romaji": "hikikiri" + }, + "引き切れ": { + "w_type": "conjugated godan verb", + "romaji": "hikikire" + }, + "引き切ろ": { + "w_type": "godan verb stem", + "romaji": "hikikiro" + }, + "引き切った": { + "w_type": "conjugated godan verb", + "romaji": "hikikitta" + }, + "引き切って": { + "w_type": "conjugated godan verb", + "romaji": "hikikitte" + }, + "読み取ら": { + "w_type": "godan verb stem", + "romaji": "yomitora" + }, + "読み取り": { + "w_type": "godan verb stem", + "romaji": "yomitori" + }, + "読み取れ": { + "w_type": "conjugated godan verb", + "romaji": "yomitore" + }, + "読み取ろ": { + "w_type": "godan verb stem", + "romaji": "yomitoro" + }, + "読み取った": { + "w_type": "conjugated godan verb", + "romaji": "yomitotta" + }, + "読み取って": { + "w_type": "conjugated godan verb", + "romaji": "yomitotte" + }, + "遊牝ま": { + "w_type": "godan verb stem", + "romaji": "tsuruma" + }, + "遊牝み": { + "w_type": "godan verb stem", + "romaji": "tsurumi" + }, + "遊牝め": { + "w_type": "conjugated godan verb", + "romaji": "tsurume" + }, + "遊牝も": { + "w_type": "godan verb stem", + "romaji": "tsurumo" + }, + "遊牝んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurunda" + }, + "遊牝んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurunde" + }, + "付従わ": { + "w_type": "godan verb stem", + "romaji": "tsukishitagawa" + }, + "付従い": { + "w_type": "godan verb stem", + "romaji": "tsukishitagai" + }, + "付従え": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagae" + }, + "付従お": { + "w_type": "godan verb stem", + "romaji": "tsukishitagao" + }, + "付従った": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatta" + }, + "付従って": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatte" + }, + "押しきら": { + "w_type": "godan verb stem", + "romaji": "oshikira" + }, + "押しきり": { + "w_type": "godan verb stem", + "romaji": "oshikiri" + }, + "押しきれ": { + "w_type": "conjugated godan verb", + "romaji": "oshikire" + }, + "押しきろ": { + "w_type": "godan verb stem", + "romaji": "oshikiro" + }, + "押しきった": { + "w_type": "conjugated godan verb", + "romaji": "oshikitta" + }, + "押しきって": { + "w_type": "conjugated godan verb", + "romaji": "oshikitte" + }, + "宛がわ": { + "w_type": "godan verb stem", + "romaji": "ategawa" + }, + "宛がい": { + "w_type": "godan verb stem", + "romaji": "ategai" + }, + "宛がえ": { + "w_type": "conjugated godan verb", + "romaji": "ategae" + }, + "宛がお": { + "w_type": "godan verb stem", + "romaji": "ategao" + }, + "宛がった": { + "w_type": "conjugated godan verb", + "romaji": "ategatta" + }, + "宛がって": { + "w_type": "conjugated godan verb", + "romaji": "ategatte" + }, + "打っ遣ら": { + "w_type": "godan verb stem", + "romaji": "utchara" + }, + "打っ遣り": { + "w_type": "godan verb stem", + "romaji": "utchari" + }, + "打っ遣れ": { + "w_type": "conjugated godan verb", + "romaji": "utchare" + }, + "打っ遣ろ": { + "w_type": "godan verb stem", + "romaji": "utcharo" + }, + "打っ遣った": { + "w_type": "conjugated godan verb", + "romaji": "utchatta" + }, + "打っ遣って": { + "w_type": "conjugated godan verb", + "romaji": "utchatte" + }, + "のめり込ま": { + "w_type": "godan verb stem", + "romaji": "nomerikoma" + }, + "のめり込み": { + "w_type": "godan verb stem", + "romaji": "nomerikomi" + }, + "のめり込め": { + "w_type": "conjugated godan verb", + "romaji": "nomerikome" + }, + "のめり込も": { + "w_type": "godan verb stem", + "romaji": "nomerikomo" + }, + "のめり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nomerikonda" + }, + "のめり込んで": { + "w_type": "conjugated godan verb", + "romaji": "nomerikonde" + }, + "やり抜か": { + "w_type": "godan verb stem", + "romaji": "yarinuka" + }, + "やり抜き": { + "w_type": "godan verb stem", + "romaji": "yarinuki" + }, + "やり抜け": { + "w_type": "conjugated godan verb", + "romaji": "yarinuke" + }, + "やり抜こ": { + "w_type": "godan verb stem", + "romaji": "yarinuko" + }, + "やり抜いた": { + "w_type": "conjugated godan verb", + "romaji": "yarinuita" + }, + "やり抜いて": { + "w_type": "conjugated godan verb", + "romaji": "yarinuite" + }, + "聞き取ら": { + "w_type": "godan verb stem", + "romaji": "kikitora" + }, + "聞き取り": { + "w_type": "godan verb stem", + "romaji": "kikitori" + }, + "聞き取れ": { + "w_type": "conjugated godan verb", + "romaji": "kikitore" + }, + "聞き取ろ": { + "w_type": "godan verb stem", + "romaji": "kikitoro" + }, + "聞き取った": { + "w_type": "conjugated godan verb", + "romaji": "kikitotta" + }, + "聞き取って": { + "w_type": "conjugated godan verb", + "romaji": "kikitotte" + }, + "相隣ら": { + "w_type": "godan verb stem", + "romaji": "aitonara" + }, + "相隣り": { + "w_type": "godan verb stem", + "romaji": "aitonari" + }, + "相隣れ": { + "w_type": "conjugated godan verb", + "romaji": "aitonare" + }, + "相隣ろ": { + "w_type": "godan verb stem", + "romaji": "aitonaro" + }, + "相隣った": { + "w_type": "conjugated godan verb", + "romaji": "aitonatta" + }, + "相隣って": { + "w_type": "conjugated godan verb", + "romaji": "aitonatte" + }, + "助から": { + "w_type": "godan verb stem", + "romaji": "tasukara" + }, + "助かり": { + "w_type": "godan verb stem", + "romaji": "tasukari" + }, + "助かれ": { + "w_type": "conjugated godan verb", + "romaji": "tasukare" + }, + "助かろ": { + "w_type": "godan verb stem", + "romaji": "tasukaro" + }, + "助かった": { + "w_type": "conjugated godan verb", + "romaji": "tasukatta" + }, + "助かって": { + "w_type": "conjugated godan verb", + "romaji": "tasukatte" + }, + "作りださ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "作りだし": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "作りだせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "作りだそ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "作りだした": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "作りだして": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "搾り込ま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "搾り込み": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "搾り込め": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "搾り込も": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "搾り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "搾り込んで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "引きのばさ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引きのばし": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引きのばせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引きのばそ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引きのばした": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引きのばして": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "踏み外さ": { + "w_type": "godan verb stem", + "romaji": "fumihazusa" + }, + "踏み外し": { + "w_type": "godan verb stem", + "romaji": "fumihazushi" + }, + "踏み外せ": { + "w_type": "conjugated godan verb", + "romaji": "fumihazuse" + }, + "踏み外そ": { + "w_type": "godan verb stem", + "romaji": "fumihazuso" + }, + "踏み外した": { + "w_type": "conjugated godan verb", + "romaji": "fumihazushita" + }, + "踏み外して": { + "w_type": "conjugated godan verb", + "romaji": "fumihazushite" + }, + "思わ": { + "w_type": "godan verb stem", + "romaji": "omowa" + }, + "思い": { + "w_type": "godan verb stem", + "romaji": "omoi" + }, + "思え": { + "w_type": "conjugated godan verb", + "romaji": "omoe" + }, + "思お": { + "w_type": "godan verb stem", + "romaji": "omoo" + }, + "思った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "思って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "重なりあわ": { + "w_type": "godan verb stem", + "romaji": "kasanariawa" + }, + "重なりあい": { + "w_type": "godan verb stem", + "romaji": "kasanariai" + }, + "重なりあえ": { + "w_type": "conjugated godan verb", + "romaji": "kasanariae" + }, + "重なりあお": { + "w_type": "godan verb stem", + "romaji": "kasanariao" + }, + "重なりあった": { + "w_type": "conjugated godan verb", + "romaji": "kasanariatta" + }, + "重なりあって": { + "w_type": "conjugated godan verb", + "romaji": "kasanariatte" + }, + "渡り合わ": { + "w_type": "godan verb stem", + "romaji": "watariawa" + }, + "渡り合い": { + "w_type": "godan verb stem", + "romaji": "watariai" + }, + "渡り合え": { + "w_type": "conjugated godan verb", + "romaji": "watariae" + }, + "渡り合お": { + "w_type": "godan verb stem", + "romaji": "watariao" + }, + "渡り合った": { + "w_type": "conjugated godan verb", + "romaji": "watariatta" + }, + "渡り合って": { + "w_type": "conjugated godan verb", + "romaji": "watariatte" + }, + "映さ": { + "w_type": "godan verb stem", + "romaji": "utsusa" + }, + "映し": { + "w_type": "godan verb stem", + "romaji": "utsushi" + }, + "映せ": { + "w_type": "conjugated godan verb", + "romaji": "utsuse" + }, + "映そ": { + "w_type": "godan verb stem", + "romaji": "utsuso" + }, + "映した": { + "w_type": "conjugated godan verb", + "romaji": "utsushita" + }, + "映して": { + "w_type": "conjugated godan verb", + "romaji": "utsushite" + }, + "頼み込ま": { + "w_type": "godan verb stem", + "romaji": "tanomikoma" + }, + "頼み込み": { + "w_type": "godan verb stem", + "romaji": "tanomikomi" + }, + "頼み込め": { + "w_type": "conjugated godan verb", + "romaji": "tanomikome" + }, + "頼み込も": { + "w_type": "godan verb stem", + "romaji": "tanomikomo" + }, + "頼み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tanomikonda" + }, + "頼み込んで": { + "w_type": "conjugated godan verb", + "romaji": "tanomikonde" + }, + "混ま": { + "w_type": "godan verb stem", + "romaji": "koma" + }, + "混み": { + "w_type": "godan verb stem", + "romaji": "komi" + }, + "混め": { + "w_type": "conjugated godan verb", + "romaji": "kome" + }, + "混も": { + "w_type": "godan verb stem", + "romaji": "komo" + }, + "混んだ": { + "w_type": "conjugated godan verb", + "romaji": "konda" + }, + "混んで": { + "w_type": "conjugated godan verb", + "romaji": "konde" + }, + "切落とさ": { + "w_type": "godan verb stem", + "romaji": "kiriotosa" + }, + "切落とし": { + "w_type": "godan verb stem", + "romaji": "kiriotoshi" + }, + "切落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kiriotose" + }, + "切落とそ": { + "w_type": "godan verb stem", + "romaji": "kiriotoso" + }, + "切落とした": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshita" + }, + "切落として": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshite" + }, + "言寄ら": { + "w_type": "godan verb stem", + "romaji": "iiyora" + }, + "言寄り": { + "w_type": "godan verb stem", + "romaji": "iiyori" + }, + "言寄れ": { + "w_type": "conjugated godan verb", + "romaji": "iiyore" + }, + "言寄ろ": { + "w_type": "godan verb stem", + "romaji": "iiyoro" + }, + "言寄った": { + "w_type": "conjugated godan verb", + "romaji": "iiyotta" + }, + "言寄って": { + "w_type": "conjugated godan verb", + "romaji": "iiyotte" + }, + "起き返ら": { + "w_type": "godan verb stem", + "romaji": "okikaera" + }, + "起き返り": { + "w_type": "godan verb stem", + "romaji": "okikaeri" + }, + "起き返れ": { + "w_type": "conjugated godan verb", + "romaji": "okikaere" + }, + "起き返ろ": { + "w_type": "godan verb stem", + "romaji": "okikaero" + }, + "起き返った": { + "w_type": "conjugated godan verb", + "romaji": "okikaetta" + }, + "起き返って": { + "w_type": "conjugated godan verb", + "romaji": "okikaette" + }, + "追い遣ら": { + "w_type": "godan verb stem", + "romaji": "oiyara" + }, + "追い遣り": { + "w_type": "godan verb stem", + "romaji": "oiyari" + }, + "追い遣れ": { + "w_type": "conjugated godan verb", + "romaji": "oiyare" + }, + "追い遣ろ": { + "w_type": "godan verb stem", + "romaji": "oiyaro" + }, + "追い遣った": { + "w_type": "conjugated godan verb", + "romaji": "oiyatta" + }, + "追い遣って": { + "w_type": "conjugated godan verb", + "romaji": "oiyatte" + }, + "差回さ": { + "w_type": "godan verb stem", + "romaji": "sashimawasa" + }, + "差回し": { + "w_type": "godan verb stem", + "romaji": "sashimawashi" + }, + "差回せ": { + "w_type": "conjugated godan verb", + "romaji": "sashimawase" + }, + "差回そ": { + "w_type": "godan verb stem", + "romaji": "sashimawaso" + }, + "差回した": { + "w_type": "conjugated godan verb", + "romaji": "sashimawashita" + }, + "差回して": { + "w_type": "conjugated godan verb", + "romaji": "sashimawashite" + }, + "映ら": { + "w_type": "godan verb stem", + "romaji": "utsura" + }, + "映り": { + "w_type": "godan verb stem", + "romaji": "utsuri" + }, + "映れ": { + "w_type": "conjugated godan verb", + "romaji": "utsure" + }, + "映ろ": { + "w_type": "godan verb stem", + "romaji": "utsuro" + }, + "映った": { + "w_type": "conjugated godan verb", + "romaji": "utsutta" + }, + "映って": { + "w_type": "conjugated godan verb", + "romaji": "utsutte" + }, + "かがみ込ま": { + "w_type": "godan verb stem", + "romaji": "kagamikoma" + }, + "かがみ込み": { + "w_type": "godan verb stem", + "romaji": "kagamikomi" + }, + "かがみ込め": { + "w_type": "conjugated godan verb", + "romaji": "kagamikome" + }, + "かがみ込も": { + "w_type": "godan verb stem", + "romaji": "kagamikomo" + }, + "かがみ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kagamikonda" + }, + "かがみ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kagamikonde" + }, + "やり直さ": { + "w_type": "godan verb stem", + "romaji": "yarinaosa" + }, + "やり直し": { + "w_type": "godan verb stem", + "romaji": "yarinaoshi" + }, + "やり直せ": { + "w_type": "conjugated godan verb", + "romaji": "yarinaose" + }, + "やり直そ": { + "w_type": "godan verb stem", + "romaji": "yarinaoso" + }, + "やり直した": { + "w_type": "conjugated godan verb", + "romaji": "yarinaoshita" + }, + "やり直して": { + "w_type": "conjugated godan verb", + "romaji": "yarinaoshite" + }, + "似付か": { + "w_type": "godan verb stem", + "romaji": "nitsuka" + }, + "似付き": { + "w_type": "godan verb stem", + "romaji": "nitsuki" + }, + "似付け": { + "w_type": "conjugated godan verb", + "romaji": "nitsuke" + }, + "似付こ": { + "w_type": "godan verb stem", + "romaji": "nitsuko" + }, + "似付いた": { + "w_type": "conjugated godan verb", + "romaji": "nitsuita" + }, + "似付いて": { + "w_type": "conjugated godan verb", + "romaji": "nitsuite" + }, + "克た": { + "w_type": "godan verb stem", + "romaji": "kata" + }, + "克ち": { + "w_type": "godan verb stem", + "romaji": "kachi" + }, + "克て": { + "w_type": "conjugated godan verb", + "romaji": "kate" + }, + "克と": { + "w_type": "godan verb stem", + "romaji": "kato" + }, + "克った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "克って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "殺し合わ": { + "w_type": "godan verb stem", + "romaji": "koroshiawa" + }, + "殺し合い": { + "w_type": "godan verb stem", + "romaji": "koroshiai" + }, + "殺し合え": { + "w_type": "conjugated godan verb", + "romaji": "koroshiae" + }, + "殺し合お": { + "w_type": "godan verb stem", + "romaji": "koroshiao" + }, + "殺し合った": { + "w_type": "conjugated godan verb", + "romaji": "koroshiatta" + }, + "殺し合って": { + "w_type": "conjugated godan verb", + "romaji": "koroshiatte" + }, + "暮らさ": { + "w_type": "godan verb stem", + "romaji": "kurasa" + }, + "暮らし": { + "w_type": "godan verb stem", + "romaji": "kurashi" + }, + "暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "kurase" + }, + "暮らそ": { + "w_type": "godan verb stem", + "romaji": "kuraso" + }, + "暮らした": { + "w_type": "conjugated godan verb", + "romaji": "kurashita" + }, + "暮らして": { + "w_type": "conjugated godan verb", + "romaji": "kurashite" + }, + "煮溶かさ": { + "w_type": "godan verb stem", + "romaji": "nitokasa" + }, + "煮溶かし": { + "w_type": "godan verb stem", + "romaji": "nitokashi" + }, + "煮溶かせ": { + "w_type": "conjugated godan verb", + "romaji": "nitokase" + }, + "煮溶かそ": { + "w_type": "godan verb stem", + "romaji": "nitokaso" + }, + "煮溶かした": { + "w_type": "conjugated godan verb", + "romaji": "nitokashita" + }, + "煮溶かして": { + "w_type": "conjugated godan verb", + "romaji": "nitokashite" + }, + "歳取ら": { + "w_type": "godan verb stem", + "romaji": "toshitora" + }, + "歳取り": { + "w_type": "godan verb stem", + "romaji": "toshitori" + }, + "歳取れ": { + "w_type": "conjugated godan verb", + "romaji": "toshitore" + }, + "歳取ろ": { + "w_type": "godan verb stem", + "romaji": "toshitoro" + }, + "歳取った": { + "w_type": "conjugated godan verb", + "romaji": "toshitotta" + }, + "歳取って": { + "w_type": "conjugated godan verb", + "romaji": "toshitotte" + }, + "汲取ら": { + "w_type": "godan verb stem", + "romaji": "kumitora" + }, + "汲取り": { + "w_type": "godan verb stem", + "romaji": "kumitori" + }, + "汲取れ": { + "w_type": "conjugated godan verb", + "romaji": "kumitore" + }, + "汲取ろ": { + "w_type": "godan verb stem", + "romaji": "kumitoro" + }, + "汲取った": { + "w_type": "conjugated godan verb", + "romaji": "kumitotta" + }, + "汲取って": { + "w_type": "conjugated godan verb", + "romaji": "kumitotte" + }, + "頼ま": { + "w_type": "godan verb stem", + "romaji": "tanoma" + }, + "頼み": { + "w_type": "godan verb stem", + "romaji": "tanomi" + }, + "頼め": { + "w_type": "conjugated godan verb", + "romaji": "tanome" + }, + "頼も": { + "w_type": "godan verb stem", + "romaji": "tanomo" + }, + "頼んだ": { + "w_type": "conjugated godan verb", + "romaji": "tanonda" + }, + "頼んで": { + "w_type": "conjugated godan verb", + "romaji": "tanonde" + }, + "頼ら": { + "w_type": "godan verb stem", + "romaji": "tayora" + }, + "頼り": { + "w_type": "godan verb stem", + "romaji": "tayori" + }, + "頼れ": { + "w_type": "conjugated godan verb", + "romaji": "tayore" + }, + "頼ろ": { + "w_type": "godan verb stem", + "romaji": "tayoro" + }, + "頼った": { + "w_type": "conjugated godan verb", + "romaji": "tayotta" + }, + "頼って": { + "w_type": "conjugated godan verb", + "romaji": "tayotte" + }, + "出来あがら": { + "w_type": "godan verb stem", + "romaji": "dekiagara" + }, + "出来あがり": { + "w_type": "godan verb stem", + "romaji": "dekiagari" + }, + "出来あがれ": { + "w_type": "conjugated godan verb", + "romaji": "dekiagare" + }, + "出来あがろ": { + "w_type": "godan verb stem", + "romaji": "dekiagaro" + }, + "出来あがった": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatta" + }, + "出来あがって": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatte" + }, + "縛り込ま": { + "w_type": "godan verb stem", + "romaji": "shibarikoma" + }, + "縛り込み": { + "w_type": "godan verb stem", + "romaji": "shibarikomi" + }, + "縛り込め": { + "w_type": "conjugated godan verb", + "romaji": "shibarikome" + }, + "縛り込も": { + "w_type": "godan verb stem", + "romaji": "shibarikomo" + }, + "縛り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shibarikonda" + }, + "縛り込んで": { + "w_type": "conjugated godan verb", + "romaji": "shibarikonde" + }, + "はいり込ま": { + "w_type": "godan verb stem", + "romaji": "hairikoma" + }, + "はいり込み": { + "w_type": "godan verb stem", + "romaji": "hairikomi" + }, + "はいり込め": { + "w_type": "conjugated godan verb", + "romaji": "hairikome" + }, + "はいり込も": { + "w_type": "godan verb stem", + "romaji": "hairikomo" + }, + "はいり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hairikonda" + }, + "はいり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hairikonde" + }, + "まくれ上がら": { + "w_type": "godan verb stem", + "romaji": "mekureagara" + }, + "まくれ上がり": { + "w_type": "godan verb stem", + "romaji": "mekureagari" + }, + "まくれ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "mekureagare" + }, + "まくれ上がろ": { + "w_type": "godan verb stem", + "romaji": "mekureagaro" + }, + "まくれ上がった": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatta" + }, + "まくれ上がって": { + "w_type": "conjugated godan verb", + "romaji": "mekureagatte" + }, + "とり除か": { + "w_type": "godan verb stem", + "romaji": "torinozoka" + }, + "とり除き": { + "w_type": "godan verb stem", + "romaji": "torinozoki" + }, + "とり除け": { + "w_type": "conjugated godan verb", + "romaji": "torinozoke" + }, + "とり除こ": { + "w_type": "godan verb stem", + "romaji": "torinozoko" + }, + "とり除いた": { + "w_type": "conjugated godan verb", + "romaji": "torinozoita" + }, + "とり除いて": { + "w_type": "conjugated godan verb", + "romaji": "torinozoite" + }, + "点さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "点し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "点せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "点そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "点した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "点して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "和ら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "和り": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "和れ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "和ろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "和った": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "和って": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "立ち上がら": { + "w_type": "godan verb stem", + "romaji": "tachiagara" + }, + "立ち上がり": { + "w_type": "godan verb stem", + "romaji": "tachiagari" + }, + "立ち上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tachiagare" + }, + "立ち上がろ": { + "w_type": "godan verb stem", + "romaji": "tachiagaro" + }, + "立ち上がった": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatta" + }, + "立ち上がって": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatte" + }, + "刳ら": { + "w_type": "godan verb stem", + "romaji": "egura" + }, + "刳り": { + "w_type": "godan verb stem", + "romaji": "eguri" + }, + "刳れ": { + "w_type": "conjugated godan verb", + "romaji": "egure" + }, + "刳ろ": { + "w_type": "godan verb stem", + "romaji": "eguro" + }, + "刳った": { + "w_type": "conjugated godan verb", + "romaji": "egutta" + }, + "刳って": { + "w_type": "conjugated godan verb", + "romaji": "egutte" + }, + "釣ら": { + "w_type": "godan verb stem", + "romaji": "tsura" + }, + "釣り": { + "w_type": "godan verb stem", + "romaji": "tsuri" + }, + "釣れ": { + "w_type": "conjugated godan verb", + "romaji": "tsure" + }, + "釣ろ": { + "w_type": "godan verb stem", + "romaji": "tsuro" + }, + "釣った": { + "w_type": "conjugated godan verb", + "romaji": "tsutta" + }, + "釣って": { + "w_type": "conjugated godan verb", + "romaji": "tsutte" + }, + "滅り込ま": { + "w_type": "godan verb stem", + "romaji": "merikoma" + }, + "滅り込み": { + "w_type": "godan verb stem", + "romaji": "merikomi" + }, + "滅り込め": { + "w_type": "conjugated godan verb", + "romaji": "merikome" + }, + "滅り込も": { + "w_type": "godan verb stem", + "romaji": "merikomo" + }, + "滅り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "merikonda" + }, + "滅り込んで": { + "w_type": "conjugated godan verb", + "romaji": "merikonde" + }, + "呼出さ": { + "w_type": "godan verb stem", + "romaji": "yobidasa" + }, + "呼出し": { + "w_type": "godan verb stem", + "romaji": "yobidashi" + }, + "呼出せ": { + "w_type": "conjugated godan verb", + "romaji": "yobidase" + }, + "呼出そ": { + "w_type": "godan verb stem", + "romaji": "yobidaso" + }, + "呼出した": { + "w_type": "conjugated godan verb", + "romaji": "yobidashita" + }, + "呼出して": { + "w_type": "conjugated godan verb", + "romaji": "yobidashite" + }, + "振り被ら": { + "w_type": "godan verb stem", + "romaji": "furikabura" + }, + "振り被り": { + "w_type": "godan verb stem", + "romaji": "furikaburi" + }, + "振り被れ": { + "w_type": "conjugated godan verb", + "romaji": "furikabure" + }, + "振り被ろ": { + "w_type": "godan verb stem", + "romaji": "furikaburo" + }, + "振り被った": { + "w_type": "conjugated godan verb", + "romaji": "furikabutta" + }, + "振り被って": { + "w_type": "conjugated godan verb", + "romaji": "furikabutte" + }, + "弄りまわさ": { + "w_type": "godan verb stem", + "romaji": "ijirimawasa" + }, + "弄りまわし": { + "w_type": "godan verb stem", + "romaji": "ijirimawashi" + }, + "弄りまわせ": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawase" + }, + "弄りまわそ": { + "w_type": "godan verb stem", + "romaji": "ijirimawaso" + }, + "弄りまわした": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawashita" + }, + "弄りまわして": { + "w_type": "conjugated godan verb", + "romaji": "ijirimawashite" + }, + "拘り抜か": { + "w_type": "godan verb stem", + "romaji": "kodawarinuka" + }, + "拘り抜き": { + "w_type": "godan verb stem", + "romaji": "kodawarinuki" + }, + "拘り抜け": { + "w_type": "conjugated godan verb", + "romaji": "kodawarinuke" + }, + "拘り抜こ": { + "w_type": "godan verb stem", + "romaji": "kodawarinuko" + }, + "拘り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kodawarinuita" + }, + "拘り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kodawarinuite" + }, + "脱け出さ": { + "w_type": "godan verb stem", + "romaji": "nukedasa" + }, + "脱け出し": { + "w_type": "godan verb stem", + "romaji": "nukedashi" + }, + "脱け出せ": { + "w_type": "conjugated godan verb", + "romaji": "nukedase" + }, + "脱け出そ": { + "w_type": "godan verb stem", + "romaji": "nukedaso" + }, + "脱け出した": { + "w_type": "conjugated godan verb", + "romaji": "nukedashita" + }, + "脱け出して": { + "w_type": "conjugated godan verb", + "romaji": "nukedashite" + }, + "染透ら": { + "w_type": "godan verb stem", + "romaji": "shimitoora" + }, + "染透り": { + "w_type": "godan verb stem", + "romaji": "shimitoori" + }, + "染透れ": { + "w_type": "conjugated godan verb", + "romaji": "shimitoore" + }, + "染透ろ": { + "w_type": "godan verb stem", + "romaji": "shimitooro" + }, + "染透った": { + "w_type": "conjugated godan verb", + "romaji": "shimitootta" + }, + "染透って": { + "w_type": "conjugated godan verb", + "romaji": "shimitootte" + }, + "嬉しがら": { + "w_type": "godan verb stem", + "romaji": "ureshigara" + }, + "嬉しがり": { + "w_type": "godan verb stem", + "romaji": "ureshigari" + }, + "嬉しがれ": { + "w_type": "conjugated godan verb", + "romaji": "ureshigare" + }, + "嬉しがろ": { + "w_type": "godan verb stem", + "romaji": "ureshigaro" + }, + "嬉しがった": { + "w_type": "conjugated godan verb", + "romaji": "ureshigatta" + }, + "嬉しがって": { + "w_type": "conjugated godan verb", + "romaji": "ureshigatte" + }, + "溶けこま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "溶けこみ": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "溶けこめ": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "溶けこも": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "溶けこんだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "溶けこんで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "北叟笑ま": { + "w_type": "godan verb stem", + "romaji": "hokusoema" + }, + "北叟笑み": { + "w_type": "godan verb stem", + "romaji": "hokusoemi" + }, + "北叟笑め": { + "w_type": "conjugated godan verb", + "romaji": "hokusoeme" + }, + "北叟笑も": { + "w_type": "godan verb stem", + "romaji": "hokusoemo" + }, + "北叟笑んだ": { + "w_type": "conjugated godan verb", + "romaji": "hokusoenda" + }, + "北叟笑んで": { + "w_type": "conjugated godan verb", + "romaji": "hokusoende" + }, + "引っ張り回さ": { + "w_type": "godan verb stem", + "romaji": "hipparimawasa" + }, + "引っ張り回し": { + "w_type": "godan verb stem", + "romaji": "hipparimawashi" + }, + "引っ張り回せ": { + "w_type": "conjugated godan verb", + "romaji": "hipparimawase" + }, + "引っ張り回そ": { + "w_type": "godan verb stem", + "romaji": "hipparimawaso" + }, + "引っ張り回した": { + "w_type": "conjugated godan verb", + "romaji": "hipparimawashita" + }, + "引っ張り回して": { + "w_type": "conjugated godan verb", + "romaji": "hipparimawashite" + }, + "冷さ": { + "w_type": "godan verb stem", + "romaji": "hiyasa" + }, + "冷し": { + "w_type": "godan verb stem", + "romaji": "hiyashi" + }, + "冷せ": { + "w_type": "conjugated godan verb", + "romaji": "hiyase" + }, + "冷そ": { + "w_type": "godan verb stem", + "romaji": "hiyaso" + }, + "冷した": { + "w_type": "conjugated godan verb", + "romaji": "hiyashita" + }, + "冷して": { + "w_type": "conjugated godan verb", + "romaji": "hiyashite" + }, + "かかえ込ま": { + "w_type": "godan verb stem", + "romaji": "kakaekoma" + }, + "かかえ込み": { + "w_type": "godan verb stem", + "romaji": "kakaekomi" + }, + "かかえ込め": { + "w_type": "conjugated godan verb", + "romaji": "kakaekome" + }, + "かかえ込も": { + "w_type": "godan verb stem", + "romaji": "kakaekomo" + }, + "かかえ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakaekonda" + }, + "かかえ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakaekonde" + }, + "差し越さ": { + "w_type": "godan verb stem", + "romaji": "sashikosa" + }, + "差し越し": { + "w_type": "godan verb stem", + "romaji": "sashikoshi" + }, + "差し越せ": { + "w_type": "conjugated godan verb", + "romaji": "sashikose" + }, + "差し越そ": { + "w_type": "godan verb stem", + "romaji": "sashikoso" + }, + "差し越した": { + "w_type": "conjugated godan verb", + "romaji": "sashikoshita" + }, + "差し越して": { + "w_type": "conjugated godan verb", + "romaji": "sashikoshite" + }, + "烟ら": { + "w_type": "godan verb stem", + "romaji": "kemura" + }, + "烟り": { + "w_type": "godan verb stem", + "romaji": "kemuri" + }, + "烟れ": { + "w_type": "conjugated godan verb", + "romaji": "kemure" + }, + "烟ろ": { + "w_type": "godan verb stem", + "romaji": "kemuro" + }, + "烟った": { + "w_type": "conjugated godan verb", + "romaji": "kemutta" + }, + "烟って": { + "w_type": "conjugated godan verb", + "romaji": "kemutte" + }, + "為出来さ": { + "w_type": "godan verb stem", + "romaji": "shidekasa" + }, + "為出来し": { + "w_type": "godan verb stem", + "romaji": "shidekashi" + }, + "為出来せ": { + "w_type": "conjugated godan verb", + "romaji": "shidekase" + }, + "為出来そ": { + "w_type": "godan verb stem", + "romaji": "shidekaso" + }, + "為出来した": { + "w_type": "conjugated godan verb", + "romaji": "shidekashita" + }, + "為出来して": { + "w_type": "conjugated godan verb", + "romaji": "shidekashite" + }, + "切り込ま": { + "w_type": "godan verb stem", + "romaji": "kirikoma" + }, + "切り込み": { + "w_type": "godan verb stem", + "romaji": "kirikomi" + }, + "切り込め": { + "w_type": "conjugated godan verb", + "romaji": "kirikome" + }, + "切り込も": { + "w_type": "godan verb stem", + "romaji": "kirikomo" + }, + "切り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirikonda" + }, + "切り込んで": { + "w_type": "conjugated godan verb", + "romaji": "kirikonde" + }, + "思い及ば": { + "w_type": "godan verb stem", + "romaji": "omoioyoba" + }, + "思い及び": { + "w_type": "godan verb stem", + "romaji": "omoioyobi" + }, + "思い及べ": { + "w_type": "conjugated godan verb", + "romaji": "omoioyobe" + }, + "思い及ぼ": { + "w_type": "godan verb stem", + "romaji": "omoioyobo" + }, + "思い及んだ": { + "w_type": "conjugated godan verb", + "romaji": "omoioyonda" + }, + "思い及んで": { + "w_type": "conjugated godan verb", + "romaji": "omoioyonde" + }, + "黒ずま": { + "w_type": "godan verb stem", + "romaji": "kurozuma" + }, + "黒ずみ": { + "w_type": "godan verb stem", + "romaji": "kurozumi" + }, + "黒ずめ": { + "w_type": "conjugated godan verb", + "romaji": "kurozume" + }, + "黒ずも": { + "w_type": "godan verb stem", + "romaji": "kurozumo" + }, + "黒ずんだ": { + "w_type": "conjugated godan verb", + "romaji": "kurozunda" + }, + "黒ずんで": { + "w_type": "conjugated godan verb", + "romaji": "kurozunde" + }, + "勤め行なわ": { + "w_type": "godan verb stem", + "romaji": "tsutomeokonawa" + }, + "勤め行ない": { + "w_type": "godan verb stem", + "romaji": "tsutomeokonai" + }, + "勤め行なえ": { + "w_type": "conjugated godan verb", + "romaji": "tsutomeokonae" + }, + "勤め行なお": { + "w_type": "godan verb stem", + "romaji": "tsutomeokonao" + }, + "勤め行なった": { + "w_type": "conjugated godan verb", + "romaji": "tsutomeokonatta" + }, + "勤め行なって": { + "w_type": "conjugated godan verb", + "romaji": "tsutomeokonatte" + }, + "申し遣わさ": { + "w_type": "godan verb stem", + "romaji": "moushitsukawasa" + }, + "申し遣わし": { + "w_type": "godan verb stem", + "romaji": "moushitsukawashi" + }, + "申し遣わせ": { + "w_type": "conjugated godan verb", + "romaji": "moushitsukawase" + }, + "申し遣わそ": { + "w_type": "godan verb stem", + "romaji": "moushitsukawaso" + }, + "申し遣わした": { + "w_type": "conjugated godan verb", + "romaji": "moushitsukawashita" + }, + "申し遣わして": { + "w_type": "conjugated godan verb", + "romaji": "moushitsukawashite" + }, + "待ち明かさ": { + "w_type": "godan verb stem", + "romaji": "machiakasa" + }, + "待ち明かし": { + "w_type": "godan verb stem", + "romaji": "machiakashi" + }, + "待ち明かせ": { + "w_type": "conjugated godan verb", + "romaji": "machiakase" + }, + "待ち明かそ": { + "w_type": "godan verb stem", + "romaji": "machiakaso" + }, + "待ち明かした": { + "w_type": "conjugated godan verb", + "romaji": "machiakashita" + }, + "待ち明かして": { + "w_type": "conjugated godan verb", + "romaji": "machiakashite" + }, + "間にあわ": { + "w_type": "godan verb stem", + "romaji": "maniawa" + }, + "間にあい": { + "w_type": "godan verb stem", + "romaji": "maniai" + }, + "間にあえ": { + "w_type": "conjugated godan verb", + "romaji": "maniae" + }, + "間にあお": { + "w_type": "godan verb stem", + "romaji": "maniao" + }, + "間にあった": { + "w_type": "conjugated godan verb", + "romaji": "maniatta" + }, + "間にあって": { + "w_type": "conjugated godan verb", + "romaji": "maniatte" + }, + "武張ら": { + "w_type": "godan verb stem", + "romaji": "bubara" + }, + "武張り": { + "w_type": "godan verb stem", + "romaji": "bubari" + }, + "武張れ": { + "w_type": "conjugated godan verb", + "romaji": "bubare" + }, + "武張ろ": { + "w_type": "godan verb stem", + "romaji": "bubaro" + }, + "武張った": { + "w_type": "conjugated godan verb", + "romaji": "bubatta" + }, + "武張って": { + "w_type": "conjugated godan verb", + "romaji": "bubatte" + }, + "縁取ら": { + "w_type": "godan verb stem", + "romaji": "fuchidora" + }, + "縁取り": { + "w_type": "godan verb stem", + "romaji": "fuchidori" + }, + "縁取れ": { + "w_type": "conjugated godan verb", + "romaji": "fuchidore" + }, + "縁取ろ": { + "w_type": "godan verb stem", + "romaji": "fuchidoro" + }, + "縁取った": { + "w_type": "conjugated godan verb", + "romaji": "fuchidotta" + }, + "縁取って": { + "w_type": "conjugated godan verb", + "romaji": "fuchidotte" + }, + "連なら": { + "w_type": "godan verb stem", + "romaji": "tsuranara" + }, + "連なり": { + "w_type": "godan verb stem", + "romaji": "tsuranari" + }, + "連なれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuranare" + }, + "連なろ": { + "w_type": "godan verb stem", + "romaji": "tsuranaro" + }, + "連なった": { + "w_type": "conjugated godan verb", + "romaji": "tsuranatta" + }, + "連なって": { + "w_type": "conjugated godan verb", + "romaji": "tsuranatte" + }, + "取り次が": { + "w_type": "godan verb stem", + "romaji": "toritsuga" + }, + "取り次ぎ": { + "w_type": "godan verb stem", + "romaji": "toritsugi" + }, + "取り次げ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuge" + }, + "取り次ご": { + "w_type": "godan verb stem", + "romaji": "toritsugo" + }, + "取り次いだ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuida" + }, + "取り次いで": { + "w_type": "conjugated godan verb", + "romaji": "toritsuide" + }, + "浚わ": { + "w_type": "godan verb stem", + "romaji": "sarawa" + }, + "浚い": { + "w_type": "godan verb stem", + "romaji": "sarai" + }, + "浚え": { + "w_type": "conjugated godan verb", + "romaji": "sarae" + }, + "浚お": { + "w_type": "godan verb stem", + "romaji": "sarao" + }, + "浚った": { + "w_type": "conjugated godan verb", + "romaji": "saratta" + }, + "浚って": { + "w_type": "conjugated godan verb", + "romaji": "saratte" + }, + "宥め賺さ": { + "w_type": "godan verb stem", + "romaji": "nadamesukasa" + }, + "宥め賺し": { + "w_type": "godan verb stem", + "romaji": "nadamesukashi" + }, + "宥め賺せ": { + "w_type": "conjugated godan verb", + "romaji": "nadamesukase" + }, + "宥め賺そ": { + "w_type": "godan verb stem", + "romaji": "nadamesukaso" + }, + "宥め賺した": { + "w_type": "conjugated godan verb", + "romaji": "nadamesukashita" + }, + "宥め賺して": { + "w_type": "conjugated godan verb", + "romaji": "nadamesukashite" + }, + "包みなおさ": { + "w_type": "godan verb stem", + "romaji": "tsutsuminaosa" + }, + "包みなおし": { + "w_type": "godan verb stem", + "romaji": "tsutsuminaoshi" + }, + "包みなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuminaose" + }, + "包みなおそ": { + "w_type": "godan verb stem", + "romaji": "tsutsuminaoso" + }, + "包みなおした": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuminaoshita" + }, + "包みなおして": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuminaoshite" + }, + "猟ら": { + "w_type": "godan verb stem", + "romaji": "kara" + }, + "猟り": { + "w_type": "godan verb stem", + "romaji": "kari" + }, + "猟れ": { + "w_type": "conjugated godan verb", + "romaji": "kare" + }, + "猟ろ": { + "w_type": "godan verb stem", + "romaji": "karo" + }, + "猟った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "猟って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "乘ら": { + "w_type": "godan verb stem", + "romaji": "nora" + }, + "乘り": { + "w_type": "godan verb stem", + "romaji": "nori" + }, + "乘れ": { + "w_type": "conjugated godan verb", + "romaji": "nore" + }, + "乘ろ": { + "w_type": "godan verb stem", + "romaji": "noro" + }, + "乘った": { + "w_type": "conjugated godan verb", + "romaji": "notta" + }, + "乘って": { + "w_type": "conjugated godan verb", + "romaji": "notte" + }, + "掘り進ま": { + "w_type": "godan verb stem", + "romaji": "horisusuma" + }, + "掘り進み": { + "w_type": "godan verb stem", + "romaji": "horisusumi" + }, + "掘り進め": { + "w_type": "conjugated godan verb", + "romaji": "horisusume" + }, + "掘り進も": { + "w_type": "godan verb stem", + "romaji": "horisusumo" + }, + "掘り進んだ": { + "w_type": "conjugated godan verb", + "romaji": "horisusunda" + }, + "掘り進んで": { + "w_type": "conjugated godan verb", + "romaji": "horisusunde" + }, + "合わせ行なわ": { + "w_type": "godan verb stem", + "romaji": "awaseokonawa" + }, + "合わせ行ない": { + "w_type": "godan verb stem", + "romaji": "awaseokonai" + }, + "合わせ行なえ": { + "w_type": "conjugated godan verb", + "romaji": "awaseokonae" + }, + "合わせ行なお": { + "w_type": "godan verb stem", + "romaji": "awaseokonao" + }, + "合わせ行なった": { + "w_type": "conjugated godan verb", + "romaji": "awaseokonatta" + }, + "合わせ行なって": { + "w_type": "conjugated godan verb", + "romaji": "awaseokonatte" + }, + "積みおろさ": { + "w_type": "godan verb stem", + "romaji": "tsumiorosa" + }, + "積みおろし": { + "w_type": "godan verb stem", + "romaji": "tsumioroshi" + }, + "積みおろせ": { + "w_type": "conjugated godan verb", + "romaji": "tsumiorose" + }, + "積みおろそ": { + "w_type": "godan verb stem", + "romaji": "tsumioroso" + }, + "積みおろした": { + "w_type": "conjugated godan verb", + "romaji": "tsumioroshita" + }, + "積みおろして": { + "w_type": "conjugated godan verb", + "romaji": "tsumioroshite" + }, + "取損なわ": { + "w_type": "godan verb stem", + "romaji": "torisokonawa" + }, + "取損ない": { + "w_type": "godan verb stem", + "romaji": "torisokonai" + }, + "取損なえ": { + "w_type": "conjugated godan verb", + "romaji": "torisokonae" + }, + "取損なお": { + "w_type": "godan verb stem", + "romaji": "torisokonao" + }, + "取損なった": { + "w_type": "conjugated godan verb", + "romaji": "torisokonatta" + }, + "取損なって": { + "w_type": "conjugated godan verb", + "romaji": "torisokonatte" + }, + "拉が": { + "w_type": "godan verb stem", + "romaji": "hishiga" + }, + "拉ぎ": { + "w_type": "godan verb stem", + "romaji": "hishigi" + }, + "拉げ": { + "w_type": "conjugated godan verb", + "romaji": "hishige" + }, + "拉ご": { + "w_type": "godan verb stem", + "romaji": "hishigo" + }, + "拉いだ": { + "w_type": "conjugated godan verb", + "romaji": "hishiida" + }, + "拉いで": { + "w_type": "conjugated godan verb", + "romaji": "hishiide" + }, + "成り掛ら": { + "w_type": "godan verb stem", + "romaji": "narikakara" + }, + "成り掛り": { + "w_type": "godan verb stem", + "romaji": "narikakari" + }, + "成り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "narikakare" + }, + "成り掛ろ": { + "w_type": "godan verb stem", + "romaji": "narikakaro" + }, + "成り掛った": { + "w_type": "conjugated godan verb", + "romaji": "narikakatta" + }, + "成り掛って": { + "w_type": "conjugated godan verb", + "romaji": "narikakatte" + }, + "廃さ": { + "w_type": "godan verb stem", + "romaji": "haisa" + }, + "廃し": { + "w_type": "godan verb stem", + "romaji": "haishi" + }, + "廃せ": { + "w_type": "conjugated godan verb", + "romaji": "haise" + }, + "廃そ": { + "w_type": "godan verb stem", + "romaji": "haiso" + }, + "廃した": { + "w_type": "conjugated godan verb", + "romaji": "haishita" + }, + "廃して": { + "w_type": "conjugated godan verb", + "romaji": "haishite" + }, + "育ま": { + "w_type": "godan verb stem", + "romaji": "hagukuma" + }, + "育み": { + "w_type": "godan verb stem", + "romaji": "hagukumi" + }, + "育め": { + "w_type": "conjugated godan verb", + "romaji": "hagukume" + }, + "育も": { + "w_type": "godan verb stem", + "romaji": "hagukumo" + }, + "育んだ": { + "w_type": "conjugated godan verb", + "romaji": "hagukunda" + }, + "育んで": { + "w_type": "conjugated godan verb", + "romaji": "hagukunde" + }, + "取拉が": { + "w_type": "godan verb stem", + "romaji": "torihishiga" + }, + "取拉ぎ": { + "w_type": "godan verb stem", + "romaji": "torihishigi" + }, + "取拉げ": { + "w_type": "conjugated godan verb", + "romaji": "torihishige" + }, + "取拉ご": { + "w_type": "godan verb stem", + "romaji": "torihishigo" + }, + "取拉いだ": { + "w_type": "conjugated godan verb", + "romaji": "torihishiida" + }, + "取拉いで": { + "w_type": "conjugated godan verb", + "romaji": "torihishiide" + }, + "戻って行か": { + "w_type": "godan verb stem", + "romaji": "modotteika" + }, + "戻って行き": { + "w_type": "godan verb stem", + "romaji": "modotteiki" + }, + "戻って行け": { + "w_type": "conjugated godan verb", + "romaji": "modotteike" + }, + "戻って行こ": { + "w_type": "godan verb stem", + "romaji": "modotteiko" + }, + "戻って行いた": { + "w_type": "conjugated godan verb", + "romaji": "modotteiita" + }, + "戻って行いて": { + "w_type": "conjugated godan verb", + "romaji": "modotteiite" + }, + "見わたさ": { + "w_type": "godan verb stem", + "romaji": "miwatasa" + }, + "見わたし": { + "w_type": "godan verb stem", + "romaji": "miwatashi" + }, + "見わたせ": { + "w_type": "conjugated godan verb", + "romaji": "miwatase" + }, + "見わたそ": { + "w_type": "godan verb stem", + "romaji": "miwataso" + }, + "見わたした": { + "w_type": "conjugated godan verb", + "romaji": "miwatashita" + }, + "見わたして": { + "w_type": "conjugated godan verb", + "romaji": "miwatashite" + }, + "押しつぶさ": { + "w_type": "godan verb stem", + "romaji": "oshitsubusa" + }, + "押しつぶし": { + "w_type": "godan verb stem", + "romaji": "oshitsubushi" + }, + "押しつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubuse" + }, + "押しつぶそ": { + "w_type": "godan verb stem", + "romaji": "oshitsubuso" + }, + "押しつぶした": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushita" + }, + "押しつぶして": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushite" + }, + "引きずら": { + "w_type": "godan verb stem", + "romaji": "hikizura" + }, + "引きずり": { + "w_type": "godan verb stem", + "romaji": "hikizuri" + }, + "引きずれ": { + "w_type": "conjugated godan verb", + "romaji": "hikizure" + }, + "引きずろ": { + "w_type": "godan verb stem", + "romaji": "hikizuro" + }, + "引きずった": { + "w_type": "conjugated godan verb", + "romaji": "hikizutta" + }, + "引きずって": { + "w_type": "conjugated godan verb", + "romaji": "hikizutte" + }, + "育た": { + "w_type": "godan verb stem", + "romaji": "sodata" + }, + "育ち": { + "w_type": "godan verb stem", + "romaji": "sodachi" + }, + "育て": { + "w_type": "conjugated godan verb", + "romaji": "sodate" + }, + "育と": { + "w_type": "godan verb stem", + "romaji": "sodato" + }, + "育った": { + "w_type": "conjugated godan verb", + "romaji": "sodatta" + }, + "育って": { + "w_type": "conjugated godan verb", + "romaji": "sodatte" + }, + "持て成さ": { + "w_type": "godan verb stem", + "romaji": "motenasa" + }, + "持て成し": { + "w_type": "godan verb stem", + "romaji": "motenashi" + }, + "持て成せ": { + "w_type": "conjugated godan verb", + "romaji": "motenase" + }, + "持て成そ": { + "w_type": "godan verb stem", + "romaji": "motenaso" + }, + "持て成した": { + "w_type": "conjugated godan verb", + "romaji": "motenashita" + }, + "持て成して": { + "w_type": "conjugated godan verb", + "romaji": "motenashite" + }, + "担が": { + "w_type": "godan verb stem", + "romaji": "katsuga" + }, + "担ぎ": { + "w_type": "godan verb stem", + "romaji": "katsugi" + }, + "担げ": { + "w_type": "conjugated godan verb", + "romaji": "katsuge" + }, + "担ご": { + "w_type": "godan verb stem", + "romaji": "katsugo" + }, + "担いだ": { + "w_type": "conjugated godan verb", + "romaji": "katsuida" + }, + "担いで": { + "w_type": "conjugated godan verb", + "romaji": "katsuide" + }, + "分から": { + "w_type": "godan verb stem", + "romaji": "wakara" + }, + "分かり": { + "w_type": "godan verb stem", + "romaji": "wakari" + }, + "分かれ": { + "w_type": "conjugated godan verb", + "romaji": "wakare" + }, + "分かろ": { + "w_type": "godan verb stem", + "romaji": "wakaro" + }, + "分かった": { + "w_type": "conjugated godan verb", + "romaji": "wakatta" + }, + "分かって": { + "w_type": "conjugated godan verb", + "romaji": "wakatte" + }, + "識さ": { + "w_type": "godan verb stem", + "romaji": "shirusa" + }, + "識し": { + "w_type": "godan verb stem", + "romaji": "shirushi" + }, + "識せ": { + "w_type": "conjugated godan verb", + "romaji": "shiruse" + }, + "識そ": { + "w_type": "godan verb stem", + "romaji": "shiruso" + }, + "識した": { + "w_type": "conjugated godan verb", + "romaji": "shirushita" + }, + "識して": { + "w_type": "conjugated godan verb", + "romaji": "shirushite" + }, + "分かた": { + "w_type": "godan verb stem", + "romaji": "wakata" + }, + "分かち": { + "w_type": "godan verb stem", + "romaji": "wakachi" + }, + "分かて": { + "w_type": "conjugated godan verb", + "romaji": "wakate" + }, + "分かと": { + "w_type": "godan verb stem", + "romaji": "wakato" + }, + "巻起こら": { + "w_type": "godan verb stem", + "romaji": "makiokora" + }, + "巻起こり": { + "w_type": "godan verb stem", + "romaji": "makiokori" + }, + "巻起これ": { + "w_type": "conjugated godan verb", + "romaji": "makiokore" + }, + "巻起ころ": { + "w_type": "godan verb stem", + "romaji": "makiokoro" + }, + "巻起こった": { + "w_type": "conjugated godan verb", + "romaji": "makiokotta" + }, + "巻起こって": { + "w_type": "conjugated godan verb", + "romaji": "makiokotte" + }, + "生やさ": { + "w_type": "godan verb stem", + "romaji": "hayasa" + }, + "生やし": { + "w_type": "godan verb stem", + "romaji": "hayashi" + }, + "生やせ": { + "w_type": "conjugated godan verb", + "romaji": "hayase" + }, + "生やそ": { + "w_type": "godan verb stem", + "romaji": "hayaso" + }, + "生やした": { + "w_type": "conjugated godan verb", + "romaji": "hayashita" + }, + "生やして": { + "w_type": "conjugated godan verb", + "romaji": "hayashite" + }, + "湿気ら": { + "w_type": "godan verb stem", + "romaji": "shikera" + }, + "湿気り": { + "w_type": "godan verb stem", + "romaji": "shikeri" + }, + "湿気れ": { + "w_type": "conjugated godan verb", + "romaji": "shikere" + }, + "湿気ろ": { + "w_type": "godan verb stem", + "romaji": "shikero" + }, + "湿気った": { + "w_type": "conjugated godan verb", + "romaji": "shiketta" + }, + "湿気って": { + "w_type": "conjugated godan verb", + "romaji": "shikette" + }, + "苦労し抜か": { + "w_type": "godan verb stem", + "romaji": "kuroushinuka" + }, + "苦労し抜き": { + "w_type": "godan verb stem", + "romaji": "kuroushinuki" + }, + "苦労し抜け": { + "w_type": "conjugated godan verb", + "romaji": "kuroushinuke" + }, + "苦労し抜こ": { + "w_type": "godan verb stem", + "romaji": "kuroushinuko" + }, + "苦労し抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kuroushinuita" + }, + "苦労し抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kuroushinuite" + }, + "出張ら": { + "w_type": "godan verb stem", + "romaji": "debara" + }, + "出張り": { + "w_type": "godan verb stem", + "romaji": "debari" + }, + "出張れ": { + "w_type": "conjugated godan verb", + "romaji": "debare" + }, + "出張ろ": { + "w_type": "godan verb stem", + "romaji": "debaro" + }, + "出張った": { + "w_type": "conjugated godan verb", + "romaji": "debatta" + }, + "出張って": { + "w_type": "conjugated godan verb", + "romaji": "debatte" + }, + "勇ま": { + "w_type": "godan verb stem", + "romaji": "isama" + }, + "勇み": { + "w_type": "godan verb stem", + "romaji": "isami" + }, + "勇め": { + "w_type": "conjugated godan verb", + "romaji": "isame" + }, + "勇も": { + "w_type": "godan verb stem", + "romaji": "isamo" + }, + "勇んだ": { + "w_type": "conjugated godan verb", + "romaji": "isanda" + }, + "勇んで": { + "w_type": "conjugated godan verb", + "romaji": "isande" + }, + "逢わ": { + "w_type": "godan verb stem", + "romaji": "awa" + }, + "逢い": { + "w_type": "godan verb stem", + "romaji": "ai" + }, + "逢え": { + "w_type": "conjugated godan verb", + "romaji": "ae" + }, + "逢お": { + "w_type": "godan verb stem", + "romaji": "ao" + }, + "逢った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "逢って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "突き破ら": { + "w_type": "godan verb stem", + "romaji": "tsukiyabura" + }, + "突き破り": { + "w_type": "godan verb stem", + "romaji": "tsukiyaburi" + }, + "突き破れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiyabure" + }, + "突き破ろ": { + "w_type": "godan verb stem", + "romaji": "tsukiyaburo" + }, + "突き破った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiyabutta" + }, + "突き破って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiyabutte" + }, + "立聞か": { + "w_type": "godan verb stem", + "romaji": "tachikika" + }, + "立聞き": { + "w_type": "godan verb stem", + "romaji": "tachikiki" + }, + "立聞け": { + "w_type": "conjugated godan verb", + "romaji": "tachikike" + }, + "立聞こ": { + "w_type": "godan verb stem", + "romaji": "tachikiko" + }, + "立聞いた": { + "w_type": "conjugated godan verb", + "romaji": "tachikiita" + }, + "立聞いて": { + "w_type": "conjugated godan verb", + "romaji": "tachikiite" + }, + "勘ぐら": { + "w_type": "godan verb stem", + "romaji": "kangura" + }, + "勘ぐり": { + "w_type": "godan verb stem", + "romaji": "kanguri" + }, + "勘ぐれ": { + "w_type": "conjugated godan verb", + "romaji": "kangure" + }, + "勘ぐろ": { + "w_type": "godan verb stem", + "romaji": "kanguro" + }, + "勘ぐった": { + "w_type": "conjugated godan verb", + "romaji": "kangutta" + }, + "勘ぐって": { + "w_type": "conjugated godan verb", + "romaji": "kangutte" + }, + "旨がら": { + "w_type": "godan verb stem", + "romaji": "umagara" + }, + "旨がり": { + "w_type": "godan verb stem", + "romaji": "umagari" + }, + "旨がれ": { + "w_type": "conjugated godan verb", + "romaji": "umagare" + }, + "旨がろ": { + "w_type": "godan verb stem", + "romaji": "umagaro" + }, + "旨がった": { + "w_type": "conjugated godan verb", + "romaji": "umagatta" + }, + "旨がって": { + "w_type": "conjugated godan verb", + "romaji": "umagatte" + }, + "偽り語ら": { + "w_type": "godan verb stem", + "romaji": "itsuwarikatara" + }, + "偽り語り": { + "w_type": "godan verb stem", + "romaji": "itsuwarikatari" + }, + "偽り語れ": { + "w_type": "conjugated godan verb", + "romaji": "itsuwarikatare" + }, + "偽り語ろ": { + "w_type": "godan verb stem", + "romaji": "itsuwarikataro" + }, + "偽り語った": { + "w_type": "conjugated godan verb", + "romaji": "itsuwarikatatta" + }, + "偽り語って": { + "w_type": "conjugated godan verb", + "romaji": "itsuwarikatatte" + }, + "歌わ": { + "w_type": "godan verb stem", + "romaji": "utawa" + }, + "歌い": { + "w_type": "godan verb stem", + "romaji": "utai" + }, + "歌え": { + "w_type": "conjugated godan verb", + "romaji": "utae" + }, + "歌お": { + "w_type": "godan verb stem", + "romaji": "utao" + }, + "歌った": { + "w_type": "conjugated godan verb", + "romaji": "utatta" + }, + "歌って": { + "w_type": "conjugated godan verb", + "romaji": "utatte" + }, + "嫉ま": { + "w_type": "godan verb stem", + "romaji": "netama" + }, + "嫉み": { + "w_type": "godan verb stem", + "romaji": "netami" + }, + "嫉め": { + "w_type": "conjugated godan verb", + "romaji": "netame" + }, + "嫉も": { + "w_type": "godan verb stem", + "romaji": "netamo" + }, + "嫉んだ": { + "w_type": "conjugated godan verb", + "romaji": "netanda" + }, + "嫉んで": { + "w_type": "conjugated godan verb", + "romaji": "netande" + }, + "犇か": { + "w_type": "godan verb stem", + "romaji": "hishimeka" + }, + "犇き": { + "w_type": "godan verb stem", + "romaji": "hishimeki" + }, + "犇け": { + "w_type": "conjugated godan verb", + "romaji": "hishimeke" + }, + "犇こ": { + "w_type": "godan verb stem", + "romaji": "hishimeko" + }, + "犇いた": { + "w_type": "conjugated godan verb", + "romaji": "hishimeita" + }, + "犇いて": { + "w_type": "conjugated godan verb", + "romaji": "hishimeite" + }, + "貪り読ま": { + "w_type": "godan verb stem", + "romaji": "musaboriyoma" + }, + "貪り読み": { + "w_type": "godan verb stem", + "romaji": "musaboriyomi" + }, + "貪り読め": { + "w_type": "conjugated godan verb", + "romaji": "musaboriyome" + }, + "貪り読も": { + "w_type": "godan verb stem", + "romaji": "musaboriyomo" + }, + "貪り読んだ": { + "w_type": "conjugated godan verb", + "romaji": "musaboriyonda" + }, + "貪り読んで": { + "w_type": "conjugated godan verb", + "romaji": "musaboriyonde" + }, + "引きはなさ": { + "w_type": "godan verb stem", + "romaji": "hikihanasa" + }, + "引きはなし": { + "w_type": "godan verb stem", + "romaji": "hikihanashi" + }, + "引きはなせ": { + "w_type": "conjugated godan verb", + "romaji": "hikihanase" + }, + "引きはなそ": { + "w_type": "godan verb stem", + "romaji": "hikihanaso" + }, + "引きはなした": { + "w_type": "conjugated godan verb", + "romaji": "hikihanashita" + }, + "引きはなして": { + "w_type": "conjugated godan verb", + "romaji": "hikihanashite" + }, + "厭がら": { + "w_type": "godan verb stem", + "romaji": "iyagara" + }, + "厭がり": { + "w_type": "godan verb stem", + "romaji": "iyagari" + }, + "厭がれ": { + "w_type": "conjugated godan verb", + "romaji": "iyagare" + }, + "厭がろ": { + "w_type": "godan verb stem", + "romaji": "iyagaro" + }, + "厭がった": { + "w_type": "conjugated godan verb", + "romaji": "iyagatta" + }, + "厭がって": { + "w_type": "conjugated godan verb", + "romaji": "iyagatte" + }, + "誤た": { + "w_type": "godan verb stem", + "romaji": "ayamata" + }, + "誤ち": { + "w_type": "godan verb stem", + "romaji": "ayamachi" + }, + "誤て": { + "w_type": "conjugated godan verb", + "romaji": "ayamate" + }, + "誤と": { + "w_type": "godan verb stem", + "romaji": "ayamato" + }, + "格式ばら": { + "w_type": "godan verb stem", + "romaji": "kakushikibara" + }, + "格式ばり": { + "w_type": "godan verb stem", + "romaji": "kakushikibari" + }, + "格式ばれ": { + "w_type": "conjugated godan verb", + "romaji": "kakushikibare" + }, + "格式ばろ": { + "w_type": "godan verb stem", + "romaji": "kakushikibaro" + }, + "格式ばった": { + "w_type": "conjugated godan verb", + "romaji": "kakushikibatta" + }, + "格式ばって": { + "w_type": "conjugated godan verb", + "romaji": "kakushikibatte" + }, + "引き篭もら": { + "w_type": "godan verb stem", + "romaji": "hikikomora" + }, + "引き篭もり": { + "w_type": "godan verb stem", + "romaji": "hikikomori" + }, + "引き篭もれ": { + "w_type": "conjugated godan verb", + "romaji": "hikikomore" + }, + "引き篭もろ": { + "w_type": "godan verb stem", + "romaji": "hikikomoro" + }, + "引き篭もった": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotta" + }, + "引き篭もって": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotte" + }, + "思出さ": { + "w_type": "godan verb stem", + "romaji": "omoidasa" + }, + "思出し": { + "w_type": "godan verb stem", + "romaji": "omoidashi" + }, + "思出せ": { + "w_type": "conjugated godan verb", + "romaji": "omoidase" + }, + "思出そ": { + "w_type": "godan verb stem", + "romaji": "omoidaso" + }, + "思出した": { + "w_type": "conjugated godan verb", + "romaji": "omoidashita" + }, + "思出して": { + "w_type": "conjugated godan verb", + "romaji": "omoidashite" + }, + "返さ": { + "w_type": "godan verb stem", + "romaji": "kaesa" + }, + "返し": { + "w_type": "godan verb stem", + "romaji": "kaeshi" + }, + "返せ": { + "w_type": "conjugated godan verb", + "romaji": "kaese" + }, + "返そ": { + "w_type": "godan verb stem", + "romaji": "kaeso" + }, + "返した": { + "w_type": "conjugated godan verb", + "romaji": "kaeshita" + }, + "返して": { + "w_type": "conjugated godan verb", + "romaji": "kaeshite" + }, + "切りぬか": { + "w_type": "godan verb stem", + "romaji": "kirinuka" + }, + "切りぬき": { + "w_type": "godan verb stem", + "romaji": "kirinuki" + }, + "切りぬけ": { + "w_type": "conjugated godan verb", + "romaji": "kirinuke" + }, + "切りぬこ": { + "w_type": "godan verb stem", + "romaji": "kirinuko" + }, + "切りぬいた": { + "w_type": "conjugated godan verb", + "romaji": "kirinuita" + }, + "切りぬいて": { + "w_type": "conjugated godan verb", + "romaji": "kirinuite" + }, + "信切ら": { + "w_type": "godan verb stem", + "romaji": "shinjikira" + }, + "信切り": { + "w_type": "godan verb stem", + "romaji": "shinjikiri" + }, + "信切れ": { + "w_type": "conjugated godan verb", + "romaji": "shinjikire" + }, + "信切ろ": { + "w_type": "godan verb stem", + "romaji": "shinjikiro" + }, + "信切った": { + "w_type": "conjugated godan verb", + "romaji": "shinjikitta" + }, + "信切って": { + "w_type": "conjugated godan verb", + "romaji": "shinjikitte" + }, + "食べ尽くさ": { + "w_type": "godan verb stem", + "romaji": "tabetsukusa" + }, + "食べ尽くし": { + "w_type": "godan verb stem", + "romaji": "tabetsukushi" + }, + "食べ尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "tabetsukuse" + }, + "食べ尽くそ": { + "w_type": "godan verb stem", + "romaji": "tabetsukuso" + }, + "食べ尽くした": { + "w_type": "conjugated godan verb", + "romaji": "tabetsukushita" + }, + "食べ尽くして": { + "w_type": "conjugated godan verb", + "romaji": "tabetsukushite" + }, + "押しだまら": { + "w_type": "godan verb stem", + "romaji": "oshidamara" + }, + "押しだまり": { + "w_type": "godan verb stem", + "romaji": "oshidamari" + }, + "押しだまれ": { + "w_type": "conjugated godan verb", + "romaji": "oshidamare" + }, + "押しだまろ": { + "w_type": "godan verb stem", + "romaji": "oshidamaro" + }, + "押しだまった": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatta" + }, + "押しだまって": { + "w_type": "conjugated godan verb", + "romaji": "oshidamatte" + }, + "投げ落とさ": { + "w_type": "godan verb stem", + "romaji": "nageotosa" + }, + "投げ落とし": { + "w_type": "godan verb stem", + "romaji": "nageotoshi" + }, + "投げ落とせ": { + "w_type": "conjugated godan verb", + "romaji": "nageotose" + }, + "投げ落とそ": { + "w_type": "godan verb stem", + "romaji": "nageotoso" + }, + "投げ落とした": { + "w_type": "conjugated godan verb", + "romaji": "nageotoshita" + }, + "投げ落として": { + "w_type": "conjugated godan verb", + "romaji": "nageotoshite" + }, + "尽かさ": { + "w_type": "godan verb stem", + "romaji": "tsukasa" + }, + "尽かし": { + "w_type": "godan verb stem", + "romaji": "tsukashi" + }, + "尽かせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukase" + }, + "尽かそ": { + "w_type": "godan verb stem", + "romaji": "tsukaso" + }, + "尽かした": { + "w_type": "conjugated godan verb", + "romaji": "tsukashita" + }, + "尽かして": { + "w_type": "conjugated godan verb", + "romaji": "tsukashite" + }, + "注さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "注し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "注せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "注そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "注した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "注して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "持ち去ら": { + "w_type": "godan verb stem", + "romaji": "mochisara" + }, + "持ち去り": { + "w_type": "godan verb stem", + "romaji": "mochisari" + }, + "持ち去れ": { + "w_type": "conjugated godan verb", + "romaji": "mochisare" + }, + "持ち去ろ": { + "w_type": "godan verb stem", + "romaji": "mochisaro" + }, + "持ち去った": { + "w_type": "conjugated godan verb", + "romaji": "mochisatta" + }, + "持ち去って": { + "w_type": "conjugated godan verb", + "romaji": "mochisatte" + }, + "見逃さ": { + "w_type": "godan verb stem", + "romaji": "minogasa" + }, + "見逃し": { + "w_type": "godan verb stem", + "romaji": "minogashi" + }, + "見逃せ": { + "w_type": "conjugated godan verb", + "romaji": "minogase" + }, + "見逃そ": { + "w_type": "godan verb stem", + "romaji": "minogaso" + }, + "見逃した": { + "w_type": "conjugated godan verb", + "romaji": "minogashita" + }, + "見逃して": { + "w_type": "conjugated godan verb", + "romaji": "minogashite" + }, + "染み渡ら": { + "w_type": "godan verb stem", + "romaji": "shimiwatara" + }, + "染み渡り": { + "w_type": "godan verb stem", + "romaji": "shimiwatari" + }, + "染み渡れ": { + "w_type": "conjugated godan verb", + "romaji": "shimiwatare" + }, + "染み渡ろ": { + "w_type": "godan verb stem", + "romaji": "shimiwataro" + }, + "染み渡った": { + "w_type": "conjugated godan verb", + "romaji": "shimiwatatta" + }, + "染み渡って": { + "w_type": "conjugated godan verb", + "romaji": "shimiwatatte" + }, + "突き当ら": { + "w_type": "godan verb stem", + "romaji": "tsukiatara" + }, + "突き当り": { + "w_type": "godan verb stem", + "romaji": "tsukiatari" + }, + "突き当れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatare" + }, + "突き当ろ": { + "w_type": "godan verb stem", + "romaji": "tsukiataro" + }, + "突き当った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatta" + }, + "突き当って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatte" + }, + "身じろが": { + "w_type": "godan verb stem", + "romaji": "mijiroga" + }, + "身じろぎ": { + "w_type": "godan verb stem", + "romaji": "mijirogi" + }, + "身じろげ": { + "w_type": "conjugated godan verb", + "romaji": "mijiroge" + }, + "身じろご": { + "w_type": "godan verb stem", + "romaji": "mijirogo" + }, + "身じろいだ": { + "w_type": "conjugated godan verb", + "romaji": "mijiroida" + }, + "身じろいで": { + "w_type": "conjugated godan verb", + "romaji": "mijiroide" + }, + "近付か": { + "w_type": "godan verb stem", + "romaji": "chikazuka" + }, + "近付き": { + "w_type": "godan verb stem", + "romaji": "chikazuki" + }, + "近付け": { + "w_type": "conjugated godan verb", + "romaji": "chikazuke" + }, + "近付こ": { + "w_type": "godan verb stem", + "romaji": "chikazuko" + }, + "近付いた": { + "w_type": "conjugated godan verb", + "romaji": "chikazuita" + }, + "近付いて": { + "w_type": "conjugated godan verb", + "romaji": "chikazuite" + }, + "折込ま": { + "w_type": "godan verb stem", + "romaji": "orikoma" + }, + "折込み": { + "w_type": "godan verb stem", + "romaji": "orikomi" + }, + "折込め": { + "w_type": "conjugated godan verb", + "romaji": "orikome" + }, + "折込も": { + "w_type": "godan verb stem", + "romaji": "orikomo" + }, + "折込んだ": { + "w_type": "conjugated godan verb", + "romaji": "orikonda" + }, + "折込んで": { + "w_type": "conjugated godan verb", + "romaji": "orikonde" + }, + "隈取ら": { + "w_type": "godan verb stem", + "romaji": "kumadora" + }, + "隈取り": { + "w_type": "godan verb stem", + "romaji": "kumadori" + }, + "隈取れ": { + "w_type": "conjugated godan verb", + "romaji": "kumadore" + }, + "隈取ろ": { + "w_type": "godan verb stem", + "romaji": "kumadoro" + }, + "隈取った": { + "w_type": "conjugated godan verb", + "romaji": "kumadotta" + }, + "隈取って": { + "w_type": "conjugated godan verb", + "romaji": "kumadotte" + }, + "取り散らから": { + "w_type": "godan verb stem", + "romaji": "torichirakara" + }, + "取り散らかり": { + "w_type": "godan verb stem", + "romaji": "torichirakari" + }, + "取り散らかれ": { + "w_type": "conjugated godan verb", + "romaji": "torichirakare" + }, + "取り散らかろ": { + "w_type": "godan verb stem", + "romaji": "torichirakaro" + }, + "取り散らかった": { + "w_type": "conjugated godan verb", + "romaji": "torichirakatta" + }, + "取り散らかって": { + "w_type": "conjugated godan verb", + "romaji": "torichirakatte" + }, + "諍わ": { + "w_type": "godan verb stem", + "romaji": "isakawa" + }, + "諍い": { + "w_type": "godan verb stem", + "romaji": "isakai" + }, + "諍え": { + "w_type": "conjugated godan verb", + "romaji": "isakae" + }, + "諍お": { + "w_type": "godan verb stem", + "romaji": "isakao" + }, + "諍った": { + "w_type": "conjugated godan verb", + "romaji": "isakatta" + }, + "諍って": { + "w_type": "conjugated godan verb", + "romaji": "isakatte" + }, + "素破抜か": { + "w_type": "godan verb stem", + "romaji": "suppanuka" + }, + "素破抜き": { + "w_type": "godan verb stem", + "romaji": "suppanuki" + }, + "素破抜け": { + "w_type": "conjugated godan verb", + "romaji": "suppanuke" + }, + "素破抜こ": { + "w_type": "godan verb stem", + "romaji": "suppanuko" + }, + "素破抜いた": { + "w_type": "conjugated godan verb", + "romaji": "suppanuita" + }, + "素破抜いて": { + "w_type": "conjugated godan verb", + "romaji": "suppanuite" + }, + "摩れ合わ": { + "w_type": "godan verb stem", + "romaji": "sureawa" + }, + "摩れ合い": { + "w_type": "godan verb stem", + "romaji": "sureai" + }, + "摩れ合え": { + "w_type": "conjugated godan verb", + "romaji": "sureae" + }, + "摩れ合お": { + "w_type": "godan verb stem", + "romaji": "sureao" + }, + "摩れ合った": { + "w_type": "conjugated godan verb", + "romaji": "sureatta" + }, + "摩れ合って": { + "w_type": "conjugated godan verb", + "romaji": "sureatte" + }, + "粒がそろわ": { + "w_type": "godan verb stem", + "romaji": "tsubugasorowa" + }, + "粒がそろい": { + "w_type": "godan verb stem", + "romaji": "tsubugasoroi" + }, + "粒がそろえ": { + "w_type": "conjugated godan verb", + "romaji": "tsubugasoroe" + }, + "粒がそろお": { + "w_type": "godan verb stem", + "romaji": "tsubugasoroo" + }, + "粒がそろった": { + "w_type": "conjugated godan verb", + "romaji": "tsubugasorotta" + }, + "粒がそろって": { + "w_type": "conjugated godan verb", + "romaji": "tsubugasorotte" + }, + "反りくり返ら": { + "w_type": "godan verb stem", + "romaji": "sorikurikaera" + }, + "反りくり返り": { + "w_type": "godan verb stem", + "romaji": "sorikurikaeri" + }, + "反りくり返れ": { + "w_type": "conjugated godan verb", + "romaji": "sorikurikaere" + }, + "反りくり返ろ": { + "w_type": "godan verb stem", + "romaji": "sorikurikaero" + }, + "反りくり返った": { + "w_type": "conjugated godan verb", + "romaji": "sorikurikaetta" + }, + "反りくり返って": { + "w_type": "conjugated godan verb", + "romaji": "sorikurikaette" + }, + "勝ち上がら": { + "w_type": "godan verb stem", + "romaji": "kachiagara" + }, + "勝ち上がり": { + "w_type": "godan verb stem", + "romaji": "kachiagari" + }, + "勝ち上がれ": { + "w_type": "conjugated godan verb", + "romaji": "kachiagare" + }, + "勝ち上がろ": { + "w_type": "godan verb stem", + "romaji": "kachiagaro" + }, + "勝ち上がった": { + "w_type": "conjugated godan verb", + "romaji": "kachiagatta" + }, + "勝ち上がって": { + "w_type": "conjugated godan verb", + "romaji": "kachiagatte" + }, + "到ら": { + "w_type": "godan verb stem", + "romaji": "itara" + }, + "到り": { + "w_type": "godan verb stem", + "romaji": "itari" + }, + "到れ": { + "w_type": "conjugated godan verb", + "romaji": "itare" + }, + "到ろ": { + "w_type": "godan verb stem", + "romaji": "itaro" + }, + "到った": { + "w_type": "conjugated godan verb", + "romaji": "itatta" + }, + "到って": { + "w_type": "conjugated godan verb", + "romaji": "itatte" + }, + "繰り回さ": { + "w_type": "godan verb stem", + "romaji": "kurimawasa" + }, + "繰り回し": { + "w_type": "godan verb stem", + "romaji": "kurimawashi" + }, + "繰り回せ": { + "w_type": "conjugated godan verb", + "romaji": "kurimawase" + }, + "繰り回そ": { + "w_type": "godan verb stem", + "romaji": "kurimawaso" + }, + "繰り回した": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashita" + }, + "繰り回して": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashite" + }, + "勝ら": { + "w_type": "godan verb stem", + "romaji": "masara" + }, + "勝り": { + "w_type": "godan verb stem", + "romaji": "masari" + }, + "勝れ": { + "w_type": "conjugated godan verb", + "romaji": "masare" + }, + "勝ろ": { + "w_type": "godan verb stem", + "romaji": "masaro" + }, + "勝った": { + "w_type": "conjugated godan verb", + "romaji": "masatta" + }, + "勝って": { + "w_type": "conjugated godan verb", + "romaji": "masatte" + }, + "調べなおさ": { + "w_type": "godan verb stem", + "romaji": "shirabenaosa" + }, + "調べなおし": { + "w_type": "godan verb stem", + "romaji": "shirabenaoshi" + }, + "調べなおせ": { + "w_type": "conjugated godan verb", + "romaji": "shirabenaose" + }, + "調べなおそ": { + "w_type": "godan verb stem", + "romaji": "shirabenaoso" + }, + "調べなおした": { + "w_type": "conjugated godan verb", + "romaji": "shirabenaoshita" + }, + "調べなおして": { + "w_type": "conjugated godan verb", + "romaji": "shirabenaoshite" + }, + "出まわら": { + "w_type": "godan verb stem", + "romaji": "demawara" + }, + "出まわり": { + "w_type": "godan verb stem", + "romaji": "demawari" + }, + "出まわれ": { + "w_type": "conjugated godan verb", + "romaji": "demaware" + }, + "出まわろ": { + "w_type": "godan verb stem", + "romaji": "demawaro" + }, + "出まわった": { + "w_type": "conjugated godan verb", + "romaji": "demawatta" + }, + "出まわって": { + "w_type": "conjugated godan verb", + "romaji": "demawatte" + }, + "注ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "sosogidasa" + }, + "注ぎ出し": { + "w_type": "godan verb stem", + "romaji": "sosogidashi" + }, + "注ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "sosogidase" + }, + "注ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "sosogidaso" + }, + "注ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "sosogidashita" + }, + "注ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "sosogidashite" + }, + "押し戻さ": { + "w_type": "godan verb stem", + "romaji": "oshimodosa" + }, + "押し戻し": { + "w_type": "godan verb stem", + "romaji": "oshimodoshi" + }, + "押し戻せ": { + "w_type": "conjugated godan verb", + "romaji": "oshimodose" + }, + "押し戻そ": { + "w_type": "godan verb stem", + "romaji": "oshimodoso" + }, + "押し戻した": { + "w_type": "conjugated godan verb", + "romaji": "oshimodoshita" + }, + "押し戻して": { + "w_type": "conjugated godan verb", + "romaji": "oshimodoshite" + }, + "引きしまら": { + "w_type": "godan verb stem", + "romaji": "hikishimara" + }, + "引きしまり": { + "w_type": "godan verb stem", + "romaji": "hikishimari" + }, + "引きしまれ": { + "w_type": "conjugated godan verb", + "romaji": "hikishimare" + }, + "引きしまろ": { + "w_type": "godan verb stem", + "romaji": "hikishimaro" + }, + "引きしまった": { + "w_type": "conjugated godan verb", + "romaji": "hikishimatta" + }, + "引きしまって": { + "w_type": "conjugated godan verb", + "romaji": "hikishimatte" + }, + "割れ返ら": { + "w_type": "godan verb stem", + "romaji": "warekaera" + }, + "割れ返り": { + "w_type": "godan verb stem", + "romaji": "warekaeri" + }, + "割れ返れ": { + "w_type": "conjugated godan verb", + "romaji": "warekaere" + }, + "割れ返ろ": { + "w_type": "godan verb stem", + "romaji": "warekaero" + }, + "割れ返った": { + "w_type": "conjugated godan verb", + "romaji": "warekaetta" + }, + "割れ返って": { + "w_type": "conjugated godan verb", + "romaji": "warekaette" + }, + "蒙ら": { + "w_type": "godan verb stem", + "romaji": "koumura" + }, + "蒙り": { + "w_type": "godan verb stem", + "romaji": "koumuri" + }, + "蒙れ": { + "w_type": "conjugated godan verb", + "romaji": "koumure" + }, + "蒙ろ": { + "w_type": "godan verb stem", + "romaji": "koumuro" + }, + "蒙った": { + "w_type": "conjugated godan verb", + "romaji": "koumutta" + }, + "蒙って": { + "w_type": "conjugated godan verb", + "romaji": "koumutte" + }, + "吹きまくら": { + "w_type": "godan verb stem", + "romaji": "fukimakura" + }, + "吹きまくり": { + "w_type": "godan verb stem", + "romaji": "fukimakuri" + }, + "吹きまくれ": { + "w_type": "conjugated godan verb", + "romaji": "fukimakure" + }, + "吹きまくろ": { + "w_type": "godan verb stem", + "romaji": "fukimakuro" + }, + "吹きまくった": { + "w_type": "conjugated godan verb", + "romaji": "fukimakutta" + }, + "吹きまくって": { + "w_type": "conjugated godan verb", + "romaji": "fukimakutte" + }, + "掴まら": { + "w_type": "godan verb stem", + "romaji": "tsukamara" + }, + "掴まり": { + "w_type": "godan verb stem", + "romaji": "tsukamari" + }, + "掴まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamare" + }, + "掴まろ": { + "w_type": "godan verb stem", + "romaji": "tsukamaro" + }, + "掴まった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatta" + }, + "掴まって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatte" + }, + "収まら": { + "w_type": "godan verb stem", + "romaji": "osamara" + }, + "収まり": { + "w_type": "godan verb stem", + "romaji": "osamari" + }, + "収まれ": { + "w_type": "conjugated godan verb", + "romaji": "osamare" + }, + "収まろ": { + "w_type": "godan verb stem", + "romaji": "osamaro" + }, + "収まった": { + "w_type": "conjugated godan verb", + "romaji": "osamatta" + }, + "収まって": { + "w_type": "conjugated godan verb", + "romaji": "osamatte" + }, + "往なさ": { + "w_type": "godan verb stem", + "romaji": "inasa" + }, + "往なし": { + "w_type": "godan verb stem", + "romaji": "inashi" + }, + "往なせ": { + "w_type": "conjugated godan verb", + "romaji": "inase" + }, + "往なそ": { + "w_type": "godan verb stem", + "romaji": "inaso" + }, + "往なした": { + "w_type": "conjugated godan verb", + "romaji": "inashita" + }, + "往なして": { + "w_type": "conjugated godan verb", + "romaji": "inashite" + }, + "蔑ま": { + "w_type": "godan verb stem", + "romaji": "sagesuma" + }, + "蔑み": { + "w_type": "godan verb stem", + "romaji": "sagesumi" + }, + "蔑め": { + "w_type": "conjugated godan verb", + "romaji": "sagesume" + }, + "蔑も": { + "w_type": "godan verb stem", + "romaji": "sagesumo" + }, + "蔑んだ": { + "w_type": "conjugated godan verb", + "romaji": "sagesunda" + }, + "蔑んで": { + "w_type": "conjugated godan verb", + "romaji": "sagesunde" + }, + "引合わ": { + "w_type": "godan verb stem", + "romaji": "hikiawa" + }, + "引合い": { + "w_type": "godan verb stem", + "romaji": "hikiai" + }, + "引合え": { + "w_type": "conjugated godan verb", + "romaji": "hikiae" + }, + "引合お": { + "w_type": "godan verb stem", + "romaji": "hikiao" + }, + "引合った": { + "w_type": "conjugated godan verb", + "romaji": "hikiatta" + }, + "引合って": { + "w_type": "conjugated godan verb", + "romaji": "hikiatte" + }, + "満た": { + "w_type": "godan verb stem", + "romaji": "mita" + }, + "満ち": { + "w_type": "godan verb stem", + "romaji": "michi" + }, + "満て": { + "w_type": "conjugated godan verb", + "romaji": "mite" + }, + "満と": { + "w_type": "godan verb stem", + "romaji": "mito" + }, + "満った": { + "w_type": "conjugated godan verb", + "romaji": "mitta" + }, + "満って": { + "w_type": "conjugated godan verb", + "romaji": "mitte" + }, + "片付か": { + "w_type": "godan verb stem", + "romaji": "katazuka" + }, + "片付き": { + "w_type": "godan verb stem", + "romaji": "katazuki" + }, + "片付け": { + "w_type": "conjugated godan verb", + "romaji": "katazuke" + }, + "片付こ": { + "w_type": "godan verb stem", + "romaji": "katazuko" + }, + "片付いた": { + "w_type": "conjugated godan verb", + "romaji": "katazuita" + }, + "片付いて": { + "w_type": "conjugated godan verb", + "romaji": "katazuite" + }, + "分かちあわ": { + "w_type": "godan verb stem", + "romaji": "wakachiawa" + }, + "分かちあい": { + "w_type": "godan verb stem", + "romaji": "wakachiai" + }, + "分かちあえ": { + "w_type": "conjugated godan verb", + "romaji": "wakachiae" + }, + "分かちあお": { + "w_type": "godan verb stem", + "romaji": "wakachiao" + }, + "分かちあった": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatta" + }, + "分かちあって": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatte" + }, + "迷わさ": { + "w_type": "godan verb stem", + "romaji": "mayowasa" + }, + "迷わし": { + "w_type": "godan verb stem", + "romaji": "mayowashi" + }, + "迷わせ": { + "w_type": "conjugated godan verb", + "romaji": "mayowase" + }, + "迷わそ": { + "w_type": "godan verb stem", + "romaji": "mayowaso" + }, + "迷わした": { + "w_type": "conjugated godan verb", + "romaji": "mayowashita" + }, + "迷わして": { + "w_type": "conjugated godan verb", + "romaji": "mayowashite" + }, + "口遊ま": { + "w_type": "godan verb stem", + "romaji": "kuchizusama" + }, + "口遊み": { + "w_type": "godan verb stem", + "romaji": "kuchizusami" + }, + "口遊め": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusame" + }, + "口遊も": { + "w_type": "godan verb stem", + "romaji": "kuchizusamo" + }, + "口遊んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusanda" + }, + "口遊んで": { + "w_type": "conjugated godan verb", + "romaji": "kuchizusande" + }, + "冷まさ": { + "w_type": "godan verb stem", + "romaji": "samasa" + }, + "冷まし": { + "w_type": "godan verb stem", + "romaji": "samashi" + }, + "冷ませ": { + "w_type": "conjugated godan verb", + "romaji": "samase" + }, + "冷まそ": { + "w_type": "godan verb stem", + "romaji": "samaso" + }, + "冷ました": { + "w_type": "conjugated godan verb", + "romaji": "samashita" + }, + "冷まして": { + "w_type": "conjugated godan verb", + "romaji": "samashite" + }, + "信じ切ら": { + "w_type": "godan verb stem", + "romaji": "shinjikira" + }, + "信じ切り": { + "w_type": "godan verb stem", + "romaji": "shinjikiri" + }, + "信じ切れ": { + "w_type": "conjugated godan verb", + "romaji": "shinjikire" + }, + "信じ切ろ": { + "w_type": "godan verb stem", + "romaji": "shinjikiro" + }, + "信じ切った": { + "w_type": "conjugated godan verb", + "romaji": "shinjikitta" + }, + "信じ切って": { + "w_type": "conjugated godan verb", + "romaji": "shinjikitte" + }, + "あぶり出さ": { + "w_type": "godan verb stem", + "romaji": "aburidasa" + }, + "あぶり出し": { + "w_type": "godan verb stem", + "romaji": "aburidashi" + }, + "あぶり出せ": { + "w_type": "conjugated godan verb", + "romaji": "aburidase" + }, + "あぶり出そ": { + "w_type": "godan verb stem", + "romaji": "aburidaso" + }, + "あぶり出した": { + "w_type": "conjugated godan verb", + "romaji": "aburidashita" + }, + "あぶり出して": { + "w_type": "conjugated godan verb", + "romaji": "aburidashite" + }, + "罷ま": { + "w_type": "godan verb stem", + "romaji": "yama" + }, + "罷み": { + "w_type": "godan verb stem", + "romaji": "yami" + }, + "罷め": { + "w_type": "conjugated godan verb", + "romaji": "yame" + }, + "罷も": { + "w_type": "godan verb stem", + "romaji": "yamo" + }, + "罷んだ": { + "w_type": "conjugated godan verb", + "romaji": "yanda" + }, + "罷んで": { + "w_type": "conjugated godan verb", + "romaji": "yande" + }, + "後へ退か": { + "w_type": "godan verb stem", + "romaji": "atohehika" + }, + "後へ退き": { + "w_type": "godan verb stem", + "romaji": "atohehiki" + }, + "後へ退け": { + "w_type": "conjugated godan verb", + "romaji": "atohehike" + }, + "後へ退こ": { + "w_type": "godan verb stem", + "romaji": "atohehiko" + }, + "後へ退いた": { + "w_type": "conjugated godan verb", + "romaji": "atohehiita" + }, + "後へ退いて": { + "w_type": "conjugated godan verb", + "romaji": "atohehiite" + }, + "閉め出さ": { + "w_type": "godan verb stem", + "romaji": "shimedasa" + }, + "閉め出し": { + "w_type": "godan verb stem", + "romaji": "shimedashi" + }, + "閉め出せ": { + "w_type": "conjugated godan verb", + "romaji": "shimedase" + }, + "閉め出そ": { + "w_type": "godan verb stem", + "romaji": "shimedaso" + }, + "閉め出した": { + "w_type": "conjugated godan verb", + "romaji": "shimedashita" + }, + "閉め出して": { + "w_type": "conjugated godan verb", + "romaji": "shimedashite" + }, + "冷え入ら": { + "w_type": "godan verb stem", + "romaji": "hieira" + }, + "冷え入り": { + "w_type": "godan verb stem", + "romaji": "hieiri" + }, + "冷え入れ": { + "w_type": "conjugated godan verb", + "romaji": "hieire" + }, + "冷え入ろ": { + "w_type": "godan verb stem", + "romaji": "hieiro" + }, + "冷え入った": { + "w_type": "conjugated godan verb", + "romaji": "hieitta" + }, + "冷え入って": { + "w_type": "conjugated godan verb", + "romaji": "hieitte" + }, + "守りぬか": { + "w_type": "godan verb stem", + "romaji": "mamorinuka" + }, + "守りぬき": { + "w_type": "godan verb stem", + "romaji": "mamorinuki" + }, + "守りぬけ": { + "w_type": "conjugated godan verb", + "romaji": "mamorinuke" + }, + "守りぬこ": { + "w_type": "godan verb stem", + "romaji": "mamorinuko" + }, + "守りぬいた": { + "w_type": "conjugated godan verb", + "romaji": "mamorinuita" + }, + "守りぬいて": { + "w_type": "conjugated godan verb", + "romaji": "mamorinuite" + }, + "取り尽くさ": { + "w_type": "godan verb stem", + "romaji": "toritsukusa" + }, + "取り尽くし": { + "w_type": "godan verb stem", + "romaji": "toritsukushi" + }, + "取り尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "toritsukuse" + }, + "取り尽くそ": { + "w_type": "godan verb stem", + "romaji": "toritsukuso" + }, + "取り尽くした": { + "w_type": "conjugated godan verb", + "romaji": "toritsukushita" + }, + "取り尽くして": { + "w_type": "conjugated godan verb", + "romaji": "toritsukushite" + }, + "ばら蒔か": { + "w_type": "godan verb stem", + "romaji": "baramaka" + }, + "ばら蒔き": { + "w_type": "godan verb stem", + "romaji": "baramaki" + }, + "ばら蒔け": { + "w_type": "conjugated godan verb", + "romaji": "baramake" + }, + "ばら蒔こ": { + "w_type": "godan verb stem", + "romaji": "baramako" + }, + "ばら蒔いた": { + "w_type": "conjugated godan verb", + "romaji": "baramaita" + }, + "ばら蒔いて": { + "w_type": "conjugated godan verb", + "romaji": "baramaite" + }, + "磨りつぶさ": { + "w_type": "godan verb stem", + "romaji": "suritsubusa" + }, + "磨りつぶし": { + "w_type": "godan verb stem", + "romaji": "suritsubushi" + }, + "磨りつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "suritsubuse" + }, + "磨りつぶそ": { + "w_type": "godan verb stem", + "romaji": "suritsubuso" + }, + "磨りつぶした": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushita" + }, + "磨りつぶして": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushite" + }, + "聞き頂か": { + "w_type": "godan verb stem", + "romaji": "kikiitadaka" + }, + "聞き頂き": { + "w_type": "godan verb stem", + "romaji": "kikiitadaki" + }, + "聞き頂け": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadake" + }, + "聞き頂こ": { + "w_type": "godan verb stem", + "romaji": "kikiitadako" + }, + "聞き頂いた": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadaita" + }, + "聞き頂いて": { + "w_type": "conjugated godan verb", + "romaji": "kikiitadaite" + }, + "角目立た": { + "w_type": "godan verb stem", + "romaji": "tsunomedata" + }, + "角目立ち": { + "w_type": "godan verb stem", + "romaji": "tsunomedachi" + }, + "角目立て": { + "w_type": "conjugated godan verb", + "romaji": "tsunomedate" + }, + "角目立と": { + "w_type": "godan verb stem", + "romaji": "tsunomedato" + }, + "角目立った": { + "w_type": "conjugated godan verb", + "romaji": "tsunomedatta" + }, + "角目立って": { + "w_type": "conjugated godan verb", + "romaji": "tsunomedatte" + }, + "時めか": { + "w_type": "godan verb stem", + "romaji": "tokimeka" + }, + "時めき": { + "w_type": "godan verb stem", + "romaji": "tokimeki" + }, + "時めけ": { + "w_type": "conjugated godan verb", + "romaji": "tokimeke" + }, + "時めこ": { + "w_type": "godan verb stem", + "romaji": "tokimeko" + }, + "時めいた": { + "w_type": "conjugated godan verb", + "romaji": "tokimeita" + }, + "時めいて": { + "w_type": "conjugated godan verb", + "romaji": "tokimeite" + }, + "這入りきら": { + "w_type": "godan verb stem", + "romaji": "hairikira" + }, + "這入りきり": { + "w_type": "godan verb stem", + "romaji": "hairikiri" + }, + "這入りきれ": { + "w_type": "conjugated godan verb", + "romaji": "hairikire" + }, + "這入りきろ": { + "w_type": "godan verb stem", + "romaji": "hairikiro" + }, + "這入りきった": { + "w_type": "conjugated godan verb", + "romaji": "hairikitta" + }, + "這入りきって": { + "w_type": "conjugated godan verb", + "romaji": "hairikitte" + }, + "仰ぎ奉ら": { + "w_type": "godan verb stem", + "romaji": "aogitatematsura" + }, + "仰ぎ奉り": { + "w_type": "godan verb stem", + "romaji": "aogitatematsuri" + }, + "仰ぎ奉れ": { + "w_type": "conjugated godan verb", + "romaji": "aogitatematsure" + }, + "仰ぎ奉ろ": { + "w_type": "godan verb stem", + "romaji": "aogitatematsuro" + }, + "仰ぎ奉った": { + "w_type": "conjugated godan verb", + "romaji": "aogitatematsutta" + }, + "仰ぎ奉って": { + "w_type": "conjugated godan verb", + "romaji": "aogitatematsutte" + }, + "こね回さ": { + "w_type": "godan verb stem", + "romaji": "konemawasa" + }, + "こね回し": { + "w_type": "godan verb stem", + "romaji": "konemawashi" + }, + "こね回せ": { + "w_type": "conjugated godan verb", + "romaji": "konemawase" + }, + "こね回そ": { + "w_type": "godan verb stem", + "romaji": "konemawaso" + }, + "こね回した": { + "w_type": "conjugated godan verb", + "romaji": "konemawashita" + }, + "こね回して": { + "w_type": "conjugated godan verb", + "romaji": "konemawashite" + }, + "灯さ": { + "w_type": "godan verb stem", + "romaji": "tomosa" + }, + "灯し": { + "w_type": "godan verb stem", + "romaji": "tomoshi" + }, + "灯せ": { + "w_type": "conjugated godan verb", + "romaji": "tomose" + }, + "灯そ": { + "w_type": "godan verb stem", + "romaji": "tomoso" + }, + "灯した": { + "w_type": "conjugated godan verb", + "romaji": "tomoshita" + }, + "灯して": { + "w_type": "conjugated godan verb", + "romaji": "tomoshite" + }, + "融かさ": { + "w_type": "godan verb stem", + "romaji": "tokasa" + }, + "融かし": { + "w_type": "godan verb stem", + "romaji": "tokashi" + }, + "融かせ": { + "w_type": "conjugated godan verb", + "romaji": "tokase" + }, + "融かそ": { + "w_type": "godan verb stem", + "romaji": "tokaso" + }, + "融かした": { + "w_type": "conjugated godan verb", + "romaji": "tokashita" + }, + "融かして": { + "w_type": "conjugated godan verb", + "romaji": "tokashite" + }, + "言いなおさ": { + "w_type": "godan verb stem", + "romaji": "iinaosa" + }, + "言いなおし": { + "w_type": "godan verb stem", + "romaji": "iinaoshi" + }, + "言いなおせ": { + "w_type": "conjugated godan verb", + "romaji": "iinaose" + }, + "言いなおそ": { + "w_type": "godan verb stem", + "romaji": "iinaoso" + }, + "言いなおした": { + "w_type": "conjugated godan verb", + "romaji": "iinaoshita" + }, + "言いなおして": { + "w_type": "conjugated godan verb", + "romaji": "iinaoshite" + }, + "遁さ": { + "w_type": "godan verb stem", + "romaji": "nogasa" + }, + "遁し": { + "w_type": "godan verb stem", + "romaji": "nogashi" + }, + "遁せ": { + "w_type": "conjugated godan verb", + "romaji": "nogase" + }, + "遁そ": { + "w_type": "godan verb stem", + "romaji": "nogaso" + }, + "遁した": { + "w_type": "conjugated godan verb", + "romaji": "nogashita" + }, + "遁して": { + "w_type": "conjugated godan verb", + "romaji": "nogashite" + }, + "跨ら": { + "w_type": "godan verb stem", + "romaji": "matagara" + }, + "跨り": { + "w_type": "godan verb stem", + "romaji": "matagari" + }, + "跨れ": { + "w_type": "conjugated godan verb", + "romaji": "matagare" + }, + "跨ろ": { + "w_type": "godan verb stem", + "romaji": "matagaro" + }, + "跨った": { + "w_type": "conjugated godan verb", + "romaji": "matagatta" + }, + "跨って": { + "w_type": "conjugated godan verb", + "romaji": "matagatte" + }, + "引きずり下ろさ": { + "w_type": "godan verb stem", + "romaji": "hikizuriorosa" + }, + "引きずり下ろし": { + "w_type": "godan verb stem", + "romaji": "hikizurioroshi" + }, + "引きずり下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuriorose" + }, + "引きずり下ろそ": { + "w_type": "godan verb stem", + "romaji": "hikizurioroso" + }, + "引きずり下ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshita" + }, + "引きずり下ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshite" + }, + "持ち合わ": { + "w_type": "godan verb stem", + "romaji": "mochiawa" + }, + "持ち合い": { + "w_type": "godan verb stem", + "romaji": "mochiai" + }, + "持ち合え": { + "w_type": "conjugated godan verb", + "romaji": "mochiae" + }, + "持ち合お": { + "w_type": "godan verb stem", + "romaji": "mochiao" + }, + "持ち合った": { + "w_type": "conjugated godan verb", + "romaji": "mochiatta" + }, + "持ち合って": { + "w_type": "conjugated godan verb", + "romaji": "mochiatte" + }, + "弘まら": { + "w_type": "godan verb stem", + "romaji": "hiromara" + }, + "弘まり": { + "w_type": "godan verb stem", + "romaji": "hiromari" + }, + "弘まれ": { + "w_type": "conjugated godan verb", + "romaji": "hiromare" + }, + "弘まろ": { + "w_type": "godan verb stem", + "romaji": "hiromaro" + }, + "弘まった": { + "w_type": "conjugated godan verb", + "romaji": "hiromatta" + }, + "弘まって": { + "w_type": "conjugated godan verb", + "romaji": "hiromatte" + }, + "擦ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "擦り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "擦れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "擦ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "擦った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "擦って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "取逃さ": { + "w_type": "godan verb stem", + "romaji": "torinigasa" + }, + "取逃し": { + "w_type": "godan verb stem", + "romaji": "torinigashi" + }, + "取逃せ": { + "w_type": "conjugated godan verb", + "romaji": "torinigase" + }, + "取逃そ": { + "w_type": "godan verb stem", + "romaji": "torinigaso" + }, + "取逃した": { + "w_type": "conjugated godan verb", + "romaji": "torinigashita" + }, + "取逃して": { + "w_type": "conjugated godan verb", + "romaji": "torinigashite" + }, + "駆けまわら": { + "w_type": "godan verb stem", + "romaji": "kakemawara" + }, + "駆けまわり": { + "w_type": "godan verb stem", + "romaji": "kakemawari" + }, + "駆けまわれ": { + "w_type": "conjugated godan verb", + "romaji": "kakemaware" + }, + "駆けまわろ": { + "w_type": "godan verb stem", + "romaji": "kakemawaro" + }, + "駆けまわった": { + "w_type": "conjugated godan verb", + "romaji": "kakemawatta" + }, + "駆けまわって": { + "w_type": "conjugated godan verb", + "romaji": "kakemawatte" + }, + "照り渡ら": { + "w_type": "godan verb stem", + "romaji": "teriwatara" + }, + "照り渡り": { + "w_type": "godan verb stem", + "romaji": "teriwatari" + }, + "照り渡れ": { + "w_type": "conjugated godan verb", + "romaji": "teriwatare" + }, + "照り渡ろ": { + "w_type": "godan verb stem", + "romaji": "teriwataro" + }, + "照り渡った": { + "w_type": "conjugated godan verb", + "romaji": "teriwatatta" + }, + "照り渡って": { + "w_type": "conjugated godan verb", + "romaji": "teriwatatte" + }, + "掻っ捌か": { + "w_type": "godan verb stem", + "romaji": "kassabaka" + }, + "掻っ捌き": { + "w_type": "godan verb stem", + "romaji": "kassabaki" + }, + "掻っ捌け": { + "w_type": "conjugated godan verb", + "romaji": "kassabake" + }, + "掻っ捌こ": { + "w_type": "godan verb stem", + "romaji": "kassabako" + }, + "掻っ捌いた": { + "w_type": "conjugated godan verb", + "romaji": "kassabaita" + }, + "掻っ捌いて": { + "w_type": "conjugated godan verb", + "romaji": "kassabaite" + }, + "扠置か": { + "w_type": "godan verb stem", + "romaji": "sateoka" + }, + "扠置き": { + "w_type": "godan verb stem", + "romaji": "sateoki" + }, + "扠置け": { + "w_type": "conjugated godan verb", + "romaji": "sateoke" + }, + "扠置こ": { + "w_type": "godan verb stem", + "romaji": "sateoko" + }, + "扠置いた": { + "w_type": "conjugated godan verb", + "romaji": "sateoita" + }, + "扠置いて": { + "w_type": "conjugated godan verb", + "romaji": "sateoite" + }, + "わき上がら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "わき上がり": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "わき上がれ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "わき上がろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "わき上がった": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "わき上がって": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "変わら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "変わり": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "変われ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "変わろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "変わった": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "変わって": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "懸け隔たら": { + "w_type": "godan verb stem", + "romaji": "kakehedatara" + }, + "懸け隔たり": { + "w_type": "godan verb stem", + "romaji": "kakehedatari" + }, + "懸け隔たれ": { + "w_type": "conjugated godan verb", + "romaji": "kakehedatare" + }, + "懸け隔たろ": { + "w_type": "godan verb stem", + "romaji": "kakehedataro" + }, + "懸け隔たった": { + "w_type": "conjugated godan verb", + "romaji": "kakehedatatta" + }, + "懸け隔たって": { + "w_type": "conjugated godan verb", + "romaji": "kakehedatatte" + }, + "形式ばら": { + "w_type": "godan verb stem", + "romaji": "keishikibara" + }, + "形式ばり": { + "w_type": "godan verb stem", + "romaji": "keishikibari" + }, + "形式ばれ": { + "w_type": "conjugated godan verb", + "romaji": "keishikibare" + }, + "形式ばろ": { + "w_type": "godan verb stem", + "romaji": "keishikibaro" + }, + "形式ばった": { + "w_type": "conjugated godan verb", + "romaji": "keishikibatta" + }, + "形式ばって": { + "w_type": "conjugated godan verb", + "romaji": "keishikibatte" + }, + "廻り合わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "廻り合い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "廻り合え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "廻り合お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "廻り合った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "廻り合って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "暗れ塞がら": { + "w_type": "godan verb stem", + "romaji": "kurefutagara" + }, + "暗れ塞がり": { + "w_type": "godan verb stem", + "romaji": "kurefutagari" + }, + "暗れ塞がれ": { + "w_type": "conjugated godan verb", + "romaji": "kurefutagare" + }, + "暗れ塞がろ": { + "w_type": "godan verb stem", + "romaji": "kurefutagaro" + }, + "暗れ塞がった": { + "w_type": "conjugated godan verb", + "romaji": "kurefutagatta" + }, + "暗れ塞がって": { + "w_type": "conjugated godan verb", + "romaji": "kurefutagatte" + }, + "かもし出さ": { + "w_type": "godan verb stem", + "romaji": "kamoshidasa" + }, + "かもし出し": { + "w_type": "godan verb stem", + "romaji": "kamoshidashi" + }, + "かもし出せ": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidase" + }, + "かもし出そ": { + "w_type": "godan verb stem", + "romaji": "kamoshidaso" + }, + "かもし出した": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidashita" + }, + "かもし出して": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidashite" + }, + "駆り出さ": { + "w_type": "godan verb stem", + "romaji": "karidasa" + }, + "駆り出し": { + "w_type": "godan verb stem", + "romaji": "karidashi" + }, + "駆り出せ": { + "w_type": "conjugated godan verb", + "romaji": "karidase" + }, + "駆り出そ": { + "w_type": "godan verb stem", + "romaji": "karidaso" + }, + "駆り出した": { + "w_type": "conjugated godan verb", + "romaji": "karidashita" + }, + "駆り出して": { + "w_type": "conjugated godan verb", + "romaji": "karidashite" + }, + "甘やかさ": { + "w_type": "godan verb stem", + "romaji": "amayakasa" + }, + "甘やかし": { + "w_type": "godan verb stem", + "romaji": "amayakashi" + }, + "甘やかせ": { + "w_type": "conjugated godan verb", + "romaji": "amayakase" + }, + "甘やかそ": { + "w_type": "godan verb stem", + "romaji": "amayakaso" + }, + "甘やかした": { + "w_type": "conjugated godan verb", + "romaji": "amayakashita" + }, + "甘やかして": { + "w_type": "conjugated godan verb", + "romaji": "amayakashite" + }, + "扱が": { + "w_type": "godan verb stem", + "romaji": "koga" + }, + "扱ぎ": { + "w_type": "godan verb stem", + "romaji": "kogi" + }, + "扱げ": { + "w_type": "conjugated godan verb", + "romaji": "koge" + }, + "扱ご": { + "w_type": "godan verb stem", + "romaji": "kogo" + }, + "扱いだ": { + "w_type": "conjugated godan verb", + "romaji": "koida" + }, + "扱いで": { + "w_type": "conjugated godan verb", + "romaji": "koide" + }, + "扱わ": { + "w_type": "godan verb stem", + "romaji": "atsukawa" + }, + "扱い": { + "w_type": "godan verb stem", + "romaji": "atsukai" + }, + "扱え": { + "w_type": "conjugated godan verb", + "romaji": "atsukae" + }, + "扱お": { + "w_type": "godan verb stem", + "romaji": "atsukao" + }, + "扱った": { + "w_type": "conjugated godan verb", + "romaji": "atsukatta" + }, + "扱って": { + "w_type": "conjugated godan verb", + "romaji": "atsukatte" + }, + "昂ら": { + "w_type": "godan verb stem", + "romaji": "takabura" + }, + "昂り": { + "w_type": "godan verb stem", + "romaji": "takaburi" + }, + "昂れ": { + "w_type": "conjugated godan verb", + "romaji": "takabure" + }, + "昂ろ": { + "w_type": "godan verb stem", + "romaji": "takaburo" + }, + "昂った": { + "w_type": "conjugated godan verb", + "romaji": "takabutta" + }, + "昂って": { + "w_type": "conjugated godan verb", + "romaji": "takabutte" + }, + "扱か": { + "w_type": "godan verb stem", + "romaji": "koka" + }, + "扱き": { + "w_type": "godan verb stem", + "romaji": "koki" + }, + "扱け": { + "w_type": "conjugated godan verb", + "romaji": "koke" + }, + "扱こ": { + "w_type": "godan verb stem", + "romaji": "koko" + }, + "扱いた": { + "w_type": "conjugated godan verb", + "romaji": "koita" + }, + "扱いて": { + "w_type": "conjugated godan verb", + "romaji": "koite" + }, + "納まら": { + "w_type": "godan verb stem", + "romaji": "osamara" + }, + "納まり": { + "w_type": "godan verb stem", + "romaji": "osamari" + }, + "納まれ": { + "w_type": "conjugated godan verb", + "romaji": "osamare" + }, + "納まろ": { + "w_type": "godan verb stem", + "romaji": "osamaro" + }, + "納まった": { + "w_type": "conjugated godan verb", + "romaji": "osamatta" + }, + "納まって": { + "w_type": "conjugated godan verb", + "romaji": "osamatte" + }, + "千切ら": { + "w_type": "godan verb stem", + "romaji": "chigira" + }, + "千切り": { + "w_type": "godan verb stem", + "romaji": "chigiri" + }, + "千切れ": { + "w_type": "conjugated godan verb", + "romaji": "chigire" + }, + "千切ろ": { + "w_type": "godan verb stem", + "romaji": "chigiro" + }, + "千切った": { + "w_type": "conjugated godan verb", + "romaji": "chigitta" + }, + "千切って": { + "w_type": "conjugated godan verb", + "romaji": "chigitte" + }, + "住み込ま": { + "w_type": "godan verb stem", + "romaji": "sumikoma" + }, + "住み込み": { + "w_type": "godan verb stem", + "romaji": "sumikomi" + }, + "住み込め": { + "w_type": "conjugated godan verb", + "romaji": "sumikome" + }, + "住み込も": { + "w_type": "godan verb stem", + "romaji": "sumikomo" + }, + "住み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sumikonda" + }, + "住み込んで": { + "w_type": "conjugated godan verb", + "romaji": "sumikonde" + }, + "踏み出さ": { + "w_type": "godan verb stem", + "romaji": "fumidasa" + }, + "踏み出し": { + "w_type": "godan verb stem", + "romaji": "fumidashi" + }, + "踏み出せ": { + "w_type": "conjugated godan verb", + "romaji": "fumidase" + }, + "踏み出そ": { + "w_type": "godan verb stem", + "romaji": "fumidaso" + }, + "踏み出した": { + "w_type": "conjugated godan verb", + "romaji": "fumidashita" + }, + "踏み出して": { + "w_type": "conjugated godan verb", + "romaji": "fumidashite" + }, + "読み直さ": { + "w_type": "godan verb stem", + "romaji": "yominaosa" + }, + "読み直し": { + "w_type": "godan verb stem", + "romaji": "yominaoshi" + }, + "読み直せ": { + "w_type": "conjugated godan verb", + "romaji": "yominaose" + }, + "読み直そ": { + "w_type": "godan verb stem", + "romaji": "yominaoso" + }, + "読み直した": { + "w_type": "conjugated godan verb", + "romaji": "yominaoshita" + }, + "読み直して": { + "w_type": "conjugated godan verb", + "romaji": "yominaoshite" + }, + "窺いしら": { + "w_type": "godan verb stem", + "romaji": "ukagaishira" + }, + "窺いしり": { + "w_type": "godan verb stem", + "romaji": "ukagaishiri" + }, + "窺いしれ": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishire" + }, + "窺いしろ": { + "w_type": "godan verb stem", + "romaji": "ukagaishiro" + }, + "窺いしった": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitta" + }, + "窺いしって": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitte" + }, + "取戻さ": { + "w_type": "godan verb stem", + "romaji": "torimodosa" + }, + "取戻し": { + "w_type": "godan verb stem", + "romaji": "torimodoshi" + }, + "取戻せ": { + "w_type": "conjugated godan verb", + "romaji": "torimodose" + }, + "取戻そ": { + "w_type": "godan verb stem", + "romaji": "torimodoso" + }, + "取戻した": { + "w_type": "conjugated godan verb", + "romaji": "torimodoshita" + }, + "取戻して": { + "w_type": "conjugated godan verb", + "romaji": "torimodoshite" + }, + "留置か": { + "w_type": "godan verb stem", + "romaji": "tomeoka" + }, + "留置き": { + "w_type": "godan verb stem", + "romaji": "tomeoki" + }, + "留置け": { + "w_type": "conjugated godan verb", + "romaji": "tomeoke" + }, + "留置こ": { + "w_type": "godan verb stem", + "romaji": "tomeoko" + }, + "留置いた": { + "w_type": "conjugated godan verb", + "romaji": "tomeoita" + }, + "留置いて": { + "w_type": "conjugated godan verb", + "romaji": "tomeoite" + }, + "切り進ま": { + "w_type": "godan verb stem", + "romaji": "kirisusuma" + }, + "切り進み": { + "w_type": "godan verb stem", + "romaji": "kirisusumi" + }, + "切り進め": { + "w_type": "conjugated godan verb", + "romaji": "kirisusume" + }, + "切り進も": { + "w_type": "godan verb stem", + "romaji": "kirisusumo" + }, + "切り進んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirisusunda" + }, + "切り進んで": { + "w_type": "conjugated godan verb", + "romaji": "kirisusunde" + }, + "相分から": { + "w_type": "godan verb stem", + "romaji": "aiwakara" + }, + "相分かり": { + "w_type": "godan verb stem", + "romaji": "aiwakari" + }, + "相分かれ": { + "w_type": "conjugated godan verb", + "romaji": "aiwakare" + }, + "相分かろ": { + "w_type": "godan verb stem", + "romaji": "aiwakaro" + }, + "相分かった": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatta" + }, + "相分かって": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatte" + }, + "分かれ争わ": { + "w_type": "godan verb stem", + "romaji": "wakarearasowa" + }, + "分かれ争い": { + "w_type": "godan verb stem", + "romaji": "wakarearasoi" + }, + "分かれ争え": { + "w_type": "conjugated godan verb", + "romaji": "wakarearasoe" + }, + "分かれ争お": { + "w_type": "godan verb stem", + "romaji": "wakarearasoo" + }, + "分かれ争った": { + "w_type": "conjugated godan verb", + "romaji": "wakarearasotta" + }, + "分かれ争って": { + "w_type": "conjugated godan verb", + "romaji": "wakarearasotte" + }, + "引っ繰り返ら": { + "w_type": "godan verb stem", + "romaji": "hikkurikaera" + }, + "引っ繰り返り": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeri" + }, + "引っ繰り返れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaere" + }, + "引っ繰り返ろ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaero" + }, + "引っ繰り返った": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaetta" + }, + "引っ繰り返って": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaette" + }, + "引っ張りださ": { + "w_type": "godan verb stem", + "romaji": "hipparidasa" + }, + "引っ張りだし": { + "w_type": "godan verb stem", + "romaji": "hipparidashi" + }, + "引っ張りだせ": { + "w_type": "conjugated godan verb", + "romaji": "hipparidase" + }, + "引っ張りだそ": { + "w_type": "godan verb stem", + "romaji": "hipparidaso" + }, + "引っ張りだした": { + "w_type": "conjugated godan verb", + "romaji": "hipparidashita" + }, + "引っ張りだして": { + "w_type": "conjugated godan verb", + "romaji": "hipparidashite" + }, + "取り継が": { + "w_type": "godan verb stem", + "romaji": "toritsuga" + }, + "取り継ぎ": { + "w_type": "godan verb stem", + "romaji": "toritsugi" + }, + "取り継げ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuge" + }, + "取り継ご": { + "w_type": "godan verb stem", + "romaji": "toritsugo" + }, + "取り継いだ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuida" + }, + "取り継いで": { + "w_type": "conjugated godan verb", + "romaji": "toritsuide" + }, + "見知ら": { + "w_type": "godan verb stem", + "romaji": "mishira" + }, + "見知り": { + "w_type": "godan verb stem", + "romaji": "mishiri" + }, + "見知れ": { + "w_type": "conjugated godan verb", + "romaji": "mishire" + }, + "見知ろ": { + "w_type": "godan verb stem", + "romaji": "mishiro" + }, + "見知った": { + "w_type": "conjugated godan verb", + "romaji": "mishitta" + }, + "見知って": { + "w_type": "conjugated godan verb", + "romaji": "mishitte" + }, + "取仕切ら": { + "w_type": "godan verb stem", + "romaji": "torishikira" + }, + "取仕切り": { + "w_type": "godan verb stem", + "romaji": "torishikiri" + }, + "取仕切れ": { + "w_type": "conjugated godan verb", + "romaji": "torishikire" + }, + "取仕切ろ": { + "w_type": "godan verb stem", + "romaji": "torishikiro" + }, + "取仕切った": { + "w_type": "conjugated godan verb", + "romaji": "torishikitta" + }, + "取仕切って": { + "w_type": "conjugated godan verb", + "romaji": "torishikitte" + }, + "書散らさ": { + "w_type": "godan verb stem", + "romaji": "kakichirasa" + }, + "書散らし": { + "w_type": "godan verb stem", + "romaji": "kakichirashi" + }, + "書散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kakichirase" + }, + "書散らそ": { + "w_type": "godan verb stem", + "romaji": "kakichiraso" + }, + "書散らした": { + "w_type": "conjugated godan verb", + "romaji": "kakichirashita" + }, + "書散らして": { + "w_type": "conjugated godan verb", + "romaji": "kakichirashite" + }, + "引っ繰り返さ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaesa" + }, + "引っ繰り返し": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeshi" + }, + "引っ繰り返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaese" + }, + "引っ繰り返そ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeso" + }, + "引っ繰り返した": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshita" + }, + "引っ繰り返して": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshite" + }, + "立留ら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立留り": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立留れ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立留ろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立留った": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立留って": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "秩序立た": { + "w_type": "godan verb stem", + "romaji": "chitsujodata" + }, + "秩序立ち": { + "w_type": "godan verb stem", + "romaji": "chitsujodachi" + }, + "秩序立て": { + "w_type": "conjugated godan verb", + "romaji": "chitsujodate" + }, + "秩序立と": { + "w_type": "godan verb stem", + "romaji": "chitsujodato" + }, + "秩序立った": { + "w_type": "conjugated godan verb", + "romaji": "chitsujodatta" + }, + "秩序立って": { + "w_type": "conjugated godan verb", + "romaji": "chitsujodatte" + }, + "新しがら": { + "w_type": "godan verb stem", + "romaji": "atarashigara" + }, + "新しがり": { + "w_type": "godan verb stem", + "romaji": "atarashigari" + }, + "新しがれ": { + "w_type": "conjugated godan verb", + "romaji": "atarashigare" + }, + "新しがろ": { + "w_type": "godan verb stem", + "romaji": "atarashigaro" + }, + "新しがった": { + "w_type": "conjugated godan verb", + "romaji": "atarashigatta" + }, + "新しがって": { + "w_type": "conjugated godan verb", + "romaji": "atarashigatte" + }, + "肥え太ら": { + "w_type": "godan verb stem", + "romaji": "koefutora" + }, + "肥え太り": { + "w_type": "godan verb stem", + "romaji": "koefutori" + }, + "肥え太れ": { + "w_type": "conjugated godan verb", + "romaji": "koefutore" + }, + "肥え太ろ": { + "w_type": "godan verb stem", + "romaji": "koefutoro" + }, + "肥え太った": { + "w_type": "conjugated godan verb", + "romaji": "koefutotta" + }, + "肥え太って": { + "w_type": "conjugated godan verb", + "romaji": "koefutotte" + }, + "搾り出さ": { + "w_type": "godan verb stem", + "romaji": "shiboridasa" + }, + "搾り出し": { + "w_type": "godan verb stem", + "romaji": "shiboridashi" + }, + "搾り出せ": { + "w_type": "conjugated godan verb", + "romaji": "shiboridase" + }, + "搾り出そ": { + "w_type": "godan verb stem", + "romaji": "shiboridaso" + }, + "搾り出した": { + "w_type": "conjugated godan verb", + "romaji": "shiboridashita" + }, + "搾り出して": { + "w_type": "conjugated godan verb", + "romaji": "shiboridashite" + }, + "雪崩れ込ま": { + "w_type": "godan verb stem", + "romaji": "nadarekoma" + }, + "雪崩れ込み": { + "w_type": "godan verb stem", + "romaji": "nadarekomi" + }, + "雪崩れ込め": { + "w_type": "conjugated godan verb", + "romaji": "nadarekome" + }, + "雪崩れ込も": { + "w_type": "godan verb stem", + "romaji": "nadarekomo" + }, + "雪崩れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nadarekonda" + }, + "雪崩れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nadarekonde" + }, + "角立た": { + "w_type": "godan verb stem", + "romaji": "kadodata" + }, + "角立ち": { + "w_type": "godan verb stem", + "romaji": "kadodachi" + }, + "角立て": { + "w_type": "conjugated godan verb", + "romaji": "kadodate" + }, + "角立と": { + "w_type": "godan verb stem", + "romaji": "kadodato" + }, + "角立った": { + "w_type": "conjugated godan verb", + "romaji": "kadodatta" + }, + "角立って": { + "w_type": "conjugated godan verb", + "romaji": "kadodatte" + }, + "目ざさ": { + "w_type": "godan verb stem", + "romaji": "mezasa" + }, + "目ざし": { + "w_type": "godan verb stem", + "romaji": "mezashi" + }, + "目ざせ": { + "w_type": "conjugated godan verb", + "romaji": "mezase" + }, + "目ざそ": { + "w_type": "godan verb stem", + "romaji": "mezaso" + }, + "目ざした": { + "w_type": "conjugated godan verb", + "romaji": "mezashita" + }, + "目ざして": { + "w_type": "conjugated godan verb", + "romaji": "mezashite" + }, + "引き去ら": { + "w_type": "godan verb stem", + "romaji": "hikisara" + }, + "引き去り": { + "w_type": "godan verb stem", + "romaji": "hikisari" + }, + "引き去れ": { + "w_type": "conjugated godan verb", + "romaji": "hikisare" + }, + "引き去ろ": { + "w_type": "godan verb stem", + "romaji": "hikisaro" + }, + "引き去った": { + "w_type": "conjugated godan verb", + "romaji": "hikisatta" + }, + "引き去って": { + "w_type": "conjugated godan verb", + "romaji": "hikisatte" + }, + "跳び出さ": { + "w_type": "godan verb stem", + "romaji": "tobidasa" + }, + "跳び出し": { + "w_type": "godan verb stem", + "romaji": "tobidashi" + }, + "跳び出せ": { + "w_type": "conjugated godan verb", + "romaji": "tobidase" + }, + "跳び出そ": { + "w_type": "godan verb stem", + "romaji": "tobidaso" + }, + "跳び出した": { + "w_type": "conjugated godan verb", + "romaji": "tobidashita" + }, + "跳び出して": { + "w_type": "conjugated godan verb", + "romaji": "tobidashite" + }, + "捩じ曲がら": { + "w_type": "godan verb stem", + "romaji": "nejimagara" + }, + "捩じ曲がり": { + "w_type": "godan verb stem", + "romaji": "nejimagari" + }, + "捩じ曲がれ": { + "w_type": "conjugated godan verb", + "romaji": "nejimagare" + }, + "捩じ曲がろ": { + "w_type": "godan verb stem", + "romaji": "nejimagaro" + }, + "捩じ曲がった": { + "w_type": "conjugated godan verb", + "romaji": "nejimagatta" + }, + "捩じ曲がって": { + "w_type": "conjugated godan verb", + "romaji": "nejimagatte" + }, + "落ち着き払わ": { + "w_type": "godan verb stem", + "romaji": "ochitsukiharawa" + }, + "落ち着き払い": { + "w_type": "godan verb stem", + "romaji": "ochitsukiharai" + }, + "落ち着き払え": { + "w_type": "conjugated godan verb", + "romaji": "ochitsukiharae" + }, + "落ち着き払お": { + "w_type": "godan verb stem", + "romaji": "ochitsukiharao" + }, + "落ち着き払った": { + "w_type": "conjugated godan verb", + "romaji": "ochitsukiharatta" + }, + "落ち着き払って": { + "w_type": "conjugated godan verb", + "romaji": "ochitsukiharatte" + }, + "焦げ付か": { + "w_type": "godan verb stem", + "romaji": "kogetsuka" + }, + "焦げ付き": { + "w_type": "godan verb stem", + "romaji": "kogetsuki" + }, + "焦げ付け": { + "w_type": "conjugated godan verb", + "romaji": "kogetsuke" + }, + "焦げ付こ": { + "w_type": "godan verb stem", + "romaji": "kogetsuko" + }, + "焦げ付いた": { + "w_type": "conjugated godan verb", + "romaji": "kogetsuita" + }, + "焦げ付いて": { + "w_type": "conjugated godan verb", + "romaji": "kogetsuite" + }, + "照らし出さ": { + "w_type": "godan verb stem", + "romaji": "terashidasa" + }, + "照らし出し": { + "w_type": "godan verb stem", + "romaji": "terashidashi" + }, + "照らし出せ": { + "w_type": "conjugated godan verb", + "romaji": "terashidase" + }, + "照らし出そ": { + "w_type": "godan verb stem", + "romaji": "terashidaso" + }, + "照らし出した": { + "w_type": "conjugated godan verb", + "romaji": "terashidashita" + }, + "照らし出して": { + "w_type": "conjugated godan verb", + "romaji": "terashidashite" + }, + "ひん剝か": { + "w_type": "godan verb stem", + "romaji": "hinmuka" + }, + "ひん剝き": { + "w_type": "godan verb stem", + "romaji": "hinmuki" + }, + "ひん剝け": { + "w_type": "conjugated godan verb", + "romaji": "hinmuke" + }, + "ひん剝こ": { + "w_type": "godan verb stem", + "romaji": "hinmuko" + }, + "ひん剝いた": { + "w_type": "conjugated godan verb", + "romaji": "hinmuita" + }, + "ひん剝いて": { + "w_type": "conjugated godan verb", + "romaji": "hinmuite" + }, + "戯れ合わ": { + "w_type": "godan verb stem", + "romaji": "jareawa" + }, + "戯れ合い": { + "w_type": "godan verb stem", + "romaji": "jareai" + }, + "戯れ合え": { + "w_type": "conjugated godan verb", + "romaji": "jareae" + }, + "戯れ合お": { + "w_type": "godan verb stem", + "romaji": "jareao" + }, + "戯れ合った": { + "w_type": "conjugated godan verb", + "romaji": "jareatta" + }, + "戯れ合って": { + "w_type": "conjugated godan verb", + "romaji": "jareatte" + }, + "取りすがら": { + "w_type": "godan verb stem", + "romaji": "torisugara" + }, + "取りすがり": { + "w_type": "godan verb stem", + "romaji": "torisugari" + }, + "取りすがれ": { + "w_type": "conjugated godan verb", + "romaji": "torisugare" + }, + "取りすがろ": { + "w_type": "godan verb stem", + "romaji": "torisugaro" + }, + "取りすがった": { + "w_type": "conjugated godan verb", + "romaji": "torisugatta" + }, + "取りすがって": { + "w_type": "conjugated godan verb", + "romaji": "torisugatte" + }, + "残さ": { + "w_type": "godan verb stem", + "romaji": "nokosa" + }, + "残し": { + "w_type": "godan verb stem", + "romaji": "nokoshi" + }, + "残せ": { + "w_type": "conjugated godan verb", + "romaji": "nokose" + }, + "残そ": { + "w_type": "godan verb stem", + "romaji": "nokoso" + }, + "残した": { + "w_type": "conjugated godan verb", + "romaji": "nokoshita" + }, + "残して": { + "w_type": "conjugated godan verb", + "romaji": "nokoshite" + }, + "浮つか": { + "w_type": "godan verb stem", + "romaji": "uwatsuka" + }, + "浮つき": { + "w_type": "godan verb stem", + "romaji": "uwatsuki" + }, + "浮つけ": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuke" + }, + "浮つこ": { + "w_type": "godan verb stem", + "romaji": "uwatsuko" + }, + "浮ついた": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuita" + }, + "浮ついて": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuite" + }, + "聴きこま": { + "w_type": "godan verb stem", + "romaji": "kikikoma" + }, + "聴きこみ": { + "w_type": "godan verb stem", + "romaji": "kikikomi" + }, + "聴きこめ": { + "w_type": "conjugated godan verb", + "romaji": "kikikome" + }, + "聴きこも": { + "w_type": "godan verb stem", + "romaji": "kikikomo" + }, + "聴きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kikikonda" + }, + "聴きこんで": { + "w_type": "conjugated godan verb", + "romaji": "kikikonde" + }, + "食い伸ばさ": { + "w_type": "godan verb stem", + "romaji": "kuinobasa" + }, + "食い伸ばし": { + "w_type": "godan verb stem", + "romaji": "kuinobashi" + }, + "食い伸ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kuinobase" + }, + "食い伸ばそ": { + "w_type": "godan verb stem", + "romaji": "kuinobaso" + }, + "食い伸ばした": { + "w_type": "conjugated godan verb", + "romaji": "kuinobashita" + }, + "食い伸ばして": { + "w_type": "conjugated godan verb", + "romaji": "kuinobashite" + }, + "噛殺さ": { + "w_type": "godan verb stem", + "romaji": "kamikorosa" + }, + "噛殺し": { + "w_type": "godan verb stem", + "romaji": "kamikoroshi" + }, + "噛殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kamikorose" + }, + "噛殺そ": { + "w_type": "godan verb stem", + "romaji": "kamikoroso" + }, + "噛殺した": { + "w_type": "conjugated godan verb", + "romaji": "kamikoroshita" + }, + "噛殺して": { + "w_type": "conjugated godan verb", + "romaji": "kamikoroshite" + }, + "腰抜かさ": { + "w_type": "godan verb stem", + "romaji": "koshinukasa" + }, + "腰抜かし": { + "w_type": "godan verb stem", + "romaji": "koshinukashi" + }, + "腰抜かせ": { + "w_type": "conjugated godan verb", + "romaji": "koshinukase" + }, + "腰抜かそ": { + "w_type": "godan verb stem", + "romaji": "koshinukaso" + }, + "腰抜かした": { + "w_type": "conjugated godan verb", + "romaji": "koshinukashita" + }, + "腰抜かして": { + "w_type": "conjugated godan verb", + "romaji": "koshinukashite" + }, + "酌み取ら": { + "w_type": "godan verb stem", + "romaji": "kumitora" + }, + "酌み取り": { + "w_type": "godan verb stem", + "romaji": "kumitori" + }, + "酌み取れ": { + "w_type": "conjugated godan verb", + "romaji": "kumitore" + }, + "酌み取ろ": { + "w_type": "godan verb stem", + "romaji": "kumitoro" + }, + "酌み取った": { + "w_type": "conjugated godan verb", + "romaji": "kumitotta" + }, + "酌み取って": { + "w_type": "conjugated godan verb", + "romaji": "kumitotte" + }, + "見透かさ": { + "w_type": "godan verb stem", + "romaji": "misukasa" + }, + "見透かし": { + "w_type": "godan verb stem", + "romaji": "misukashi" + }, + "見透かせ": { + "w_type": "conjugated godan verb", + "romaji": "misukase" + }, + "見透かそ": { + "w_type": "godan verb stem", + "romaji": "misukaso" + }, + "見透かした": { + "w_type": "conjugated godan verb", + "romaji": "misukashita" + }, + "見透かして": { + "w_type": "conjugated godan verb", + "romaji": "misukashite" + }, + "在り合わさ": { + "w_type": "godan verb stem", + "romaji": "ariawasa" + }, + "在り合わし": { + "w_type": "godan verb stem", + "romaji": "ariawashi" + }, + "在り合わせ": { + "w_type": "conjugated godan verb", + "romaji": "ariawase" + }, + "在り合わそ": { + "w_type": "godan verb stem", + "romaji": "ariawaso" + }, + "在り合わした": { + "w_type": "conjugated godan verb", + "romaji": "ariawashita" + }, + "在り合わして": { + "w_type": "conjugated godan verb", + "romaji": "ariawashite" + }, + "目論ま": { + "w_type": "godan verb stem", + "romaji": "mokuroma" + }, + "目論み": { + "w_type": "godan verb stem", + "romaji": "mokuromi" + }, + "目論め": { + "w_type": "conjugated godan verb", + "romaji": "mokurome" + }, + "目論も": { + "w_type": "godan verb stem", + "romaji": "mokuromo" + }, + "目論んだ": { + "w_type": "conjugated godan verb", + "romaji": "mokuronda" + }, + "目論んで": { + "w_type": "conjugated godan verb", + "romaji": "mokuronde" + }, + "労わ": { + "w_type": "godan verb stem", + "romaji": "negirawa" + }, + "労い": { + "w_type": "godan verb stem", + "romaji": "negirai" + }, + "労え": { + "w_type": "conjugated godan verb", + "romaji": "negirae" + }, + "労お": { + "w_type": "godan verb stem", + "romaji": "negirao" + }, + "労った": { + "w_type": "conjugated godan verb", + "romaji": "negiratta" + }, + "労って": { + "w_type": "conjugated godan verb", + "romaji": "negiratte" + }, + "刈り込ま": { + "w_type": "godan verb stem", + "romaji": "karikoma" + }, + "刈り込み": { + "w_type": "godan verb stem", + "romaji": "karikomi" + }, + "刈り込め": { + "w_type": "conjugated godan verb", + "romaji": "karikome" + }, + "刈り込も": { + "w_type": "godan verb stem", + "romaji": "karikomo" + }, + "刈り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "karikonda" + }, + "刈り込んで": { + "w_type": "conjugated godan verb", + "romaji": "karikonde" + }, + "食違わ": { + "w_type": "godan verb stem", + "romaji": "kuichigawa" + }, + "食違い": { + "w_type": "godan verb stem", + "romaji": "kuichigai" + }, + "食違え": { + "w_type": "conjugated godan verb", + "romaji": "kuichigae" + }, + "食違お": { + "w_type": "godan verb stem", + "romaji": "kuichigao" + }, + "食違った": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatta" + }, + "食違って": { + "w_type": "conjugated godan verb", + "romaji": "kuichigatte" + }, + "乗りこなさ": { + "w_type": "godan verb stem", + "romaji": "norikonasa" + }, + "乗りこなし": { + "w_type": "godan verb stem", + "romaji": "norikonashi" + }, + "乗りこなせ": { + "w_type": "conjugated godan verb", + "romaji": "norikonase" + }, + "乗りこなそ": { + "w_type": "godan verb stem", + "romaji": "norikonaso" + }, + "乗りこなした": { + "w_type": "conjugated godan verb", + "romaji": "norikonashita" + }, + "乗りこなして": { + "w_type": "conjugated godan verb", + "romaji": "norikonashite" + }, + "斬り倒さ": { + "w_type": "godan verb stem", + "romaji": "kiritaosa" + }, + "斬り倒し": { + "w_type": "godan verb stem", + "romaji": "kiritaoshi" + }, + "斬り倒せ": { + "w_type": "conjugated godan verb", + "romaji": "kiritaose" + }, + "斬り倒そ": { + "w_type": "godan verb stem", + "romaji": "kiritaoso" + }, + "斬り倒した": { + "w_type": "conjugated godan verb", + "romaji": "kiritaoshita" + }, + "斬り倒して": { + "w_type": "conjugated godan verb", + "romaji": "kiritaoshite" + }, + "ひん抜か": { + "w_type": "godan verb stem", + "romaji": "hinnuka" + }, + "ひん抜き": { + "w_type": "godan verb stem", + "romaji": "hinnuki" + }, + "ひん抜け": { + "w_type": "conjugated godan verb", + "romaji": "hinnuke" + }, + "ひん抜こ": { + "w_type": "godan verb stem", + "romaji": "hinnuko" + }, + "ひん抜いた": { + "w_type": "conjugated godan verb", + "romaji": "hinnuita" + }, + "ひん抜いて": { + "w_type": "conjugated godan verb", + "romaji": "hinnuite" + }, + "吸い取ら": { + "w_type": "godan verb stem", + "romaji": "suitora" + }, + "吸い取り": { + "w_type": "godan verb stem", + "romaji": "suitori" + }, + "吸い取れ": { + "w_type": "conjugated godan verb", + "romaji": "suitore" + }, + "吸い取ろ": { + "w_type": "godan verb stem", + "romaji": "suitoro" + }, + "吸い取った": { + "w_type": "conjugated godan verb", + "romaji": "suitotta" + }, + "吸い取って": { + "w_type": "conjugated godan verb", + "romaji": "suitotte" + }, + "爪立た": { + "w_type": "godan verb stem", + "romaji": "tsumadata" + }, + "爪立ち": { + "w_type": "godan verb stem", + "romaji": "tsumadachi" + }, + "爪立て": { + "w_type": "conjugated godan verb", + "romaji": "tsumadate" + }, + "爪立と": { + "w_type": "godan verb stem", + "romaji": "tsumadato" + }, + "爪立った": { + "w_type": "conjugated godan verb", + "romaji": "tsumadatta" + }, + "爪立って": { + "w_type": "conjugated godan verb", + "romaji": "tsumadatte" + }, + "なぎ倒さ": { + "w_type": "godan verb stem", + "romaji": "nagitaosa" + }, + "なぎ倒し": { + "w_type": "godan verb stem", + "romaji": "nagitaoshi" + }, + "なぎ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "nagitaose" + }, + "なぎ倒そ": { + "w_type": "godan verb stem", + "romaji": "nagitaoso" + }, + "なぎ倒した": { + "w_type": "conjugated godan verb", + "romaji": "nagitaoshita" + }, + "なぎ倒して": { + "w_type": "conjugated godan verb", + "romaji": "nagitaoshite" + }, + "使い切ら": { + "w_type": "godan verb stem", + "romaji": "tsukaikira" + }, + "使い切り": { + "w_type": "godan verb stem", + "romaji": "tsukaikiri" + }, + "使い切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikire" + }, + "使い切ろ": { + "w_type": "godan verb stem", + "romaji": "tsukaikiro" + }, + "使い切った": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikitta" + }, + "使い切って": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikitte" + }, + "ちんちん鳴ら": { + "w_type": "godan verb stem", + "romaji": "chinchinnara" + }, + "ちんちん鳴り": { + "w_type": "godan verb stem", + "romaji": "chinchinnari" + }, + "ちんちん鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "chinchinnare" + }, + "ちんちん鳴ろ": { + "w_type": "godan verb stem", + "romaji": "chinchinnaro" + }, + "ちんちん鳴った": { + "w_type": "conjugated godan verb", + "romaji": "chinchinnatta" + }, + "ちんちん鳴って": { + "w_type": "conjugated godan verb", + "romaji": "chinchinnatte" + }, + "散ら": { + "w_type": "godan verb stem", + "romaji": "chira" + }, + "散り": { + "w_type": "godan verb stem", + "romaji": "chiri" + }, + "散れ": { + "w_type": "conjugated godan verb", + "romaji": "chire" + }, + "散ろ": { + "w_type": "godan verb stem", + "romaji": "chiro" + }, + "散った": { + "w_type": "conjugated godan verb", + "romaji": "chitta" + }, + "散って": { + "w_type": "conjugated godan verb", + "romaji": "chitte" + }, + "在りつか": { + "w_type": "godan verb stem", + "romaji": "aritsuka" + }, + "在りつき": { + "w_type": "godan verb stem", + "romaji": "aritsuki" + }, + "在りつけ": { + "w_type": "conjugated godan verb", + "romaji": "aritsuke" + }, + "在りつこ": { + "w_type": "godan verb stem", + "romaji": "aritsuko" + }, + "在りついた": { + "w_type": "conjugated godan verb", + "romaji": "aritsuita" + }, + "在りついて": { + "w_type": "conjugated godan verb", + "romaji": "aritsuite" + }, + "食いちぎら": { + "w_type": "godan verb stem", + "romaji": "kuichigira" + }, + "食いちぎり": { + "w_type": "godan verb stem", + "romaji": "kuichigiri" + }, + "食いちぎれ": { + "w_type": "conjugated godan verb", + "romaji": "kuichigire" + }, + "食いちぎろ": { + "w_type": "godan verb stem", + "romaji": "kuichigiro" + }, + "食いちぎった": { + "w_type": "conjugated godan verb", + "romaji": "kuichigitta" + }, + "食いちぎって": { + "w_type": "conjugated godan verb", + "romaji": "kuichigitte" + }, + "攣ら": { + "w_type": "godan verb stem", + "romaji": "tsura" + }, + "攣り": { + "w_type": "godan verb stem", + "romaji": "tsuri" + }, + "攣れ": { + "w_type": "conjugated godan verb", + "romaji": "tsure" + }, + "攣ろ": { + "w_type": "godan verb stem", + "romaji": "tsuro" + }, + "攣った": { + "w_type": "conjugated godan verb", + "romaji": "tsutta" + }, + "攣って": { + "w_type": "conjugated godan verb", + "romaji": "tsutte" + }, + "つん出さ": { + "w_type": "godan verb stem", + "romaji": "tsukidasa" + }, + "つん出し": { + "w_type": "godan verb stem", + "romaji": "tsukidashi" + }, + "つん出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukidase" + }, + "つん出そ": { + "w_type": "godan verb stem", + "romaji": "tsukidaso" + }, + "つん出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashita" + }, + "つん出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashite" + }, + "入交じら": { + "w_type": "godan verb stem", + "romaji": "irimajira" + }, + "入交じり": { + "w_type": "godan verb stem", + "romaji": "irimajiri" + }, + "入交じれ": { + "w_type": "conjugated godan verb", + "romaji": "irimajire" + }, + "入交じろ": { + "w_type": "godan verb stem", + "romaji": "irimajiro" + }, + "入交じった": { + "w_type": "conjugated godan verb", + "romaji": "irimajitta" + }, + "入交じって": { + "w_type": "conjugated godan verb", + "romaji": "irimajitte" + }, + "引きずり回さ": { + "w_type": "godan verb stem", + "romaji": "hikizurimawasa" + }, + "引きずり回し": { + "w_type": "godan verb stem", + "romaji": "hikizurimawashi" + }, + "引きずり回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawase" + }, + "引きずり回そ": { + "w_type": "godan verb stem", + "romaji": "hikizurimawaso" + }, + "引きずり回した": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawashita" + }, + "引きずり回して": { + "w_type": "conjugated godan verb", + "romaji": "hikizurimawashite" + }, + "とり出さ": { + "w_type": "godan verb stem", + "romaji": "toridasa" + }, + "とり出し": { + "w_type": "godan verb stem", + "romaji": "toridashi" + }, + "とり出せ": { + "w_type": "conjugated godan verb", + "romaji": "toridase" + }, + "とり出そ": { + "w_type": "godan verb stem", + "romaji": "toridaso" + }, + "とり出した": { + "w_type": "conjugated godan verb", + "romaji": "toridashita" + }, + "とり出して": { + "w_type": "conjugated godan verb", + "romaji": "toridashite" + }, + "味あわ": { + "w_type": "godan verb stem", + "romaji": "ajiawa" + }, + "味あい": { + "w_type": "godan verb stem", + "romaji": "ajiai" + }, + "味あえ": { + "w_type": "conjugated godan verb", + "romaji": "ajiae" + }, + "味あお": { + "w_type": "godan verb stem", + "romaji": "ajiao" + }, + "味あった": { + "w_type": "conjugated godan verb", + "romaji": "ajiatta" + }, + "味あって": { + "w_type": "conjugated godan verb", + "romaji": "ajiatte" + }, + "腹這わ": { + "w_type": "godan verb stem", + "romaji": "harabawa" + }, + "腹這い": { + "w_type": "godan verb stem", + "romaji": "harabai" + }, + "腹這え": { + "w_type": "conjugated godan verb", + "romaji": "harabae" + }, + "腹這お": { + "w_type": "godan verb stem", + "romaji": "harabao" + }, + "腹這った": { + "w_type": "conjugated godan verb", + "romaji": "harabatta" + }, + "腹這って": { + "w_type": "conjugated godan verb", + "romaji": "harabatte" + }, + "換ら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "換り": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "換れ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "換ろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "換った": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "換って": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "追い捲くら": { + "w_type": "godan verb stem", + "romaji": "oimakura" + }, + "追い捲くり": { + "w_type": "godan verb stem", + "romaji": "oimakuri" + }, + "追い捲くれ": { + "w_type": "conjugated godan verb", + "romaji": "oimakure" + }, + "追い捲くろ": { + "w_type": "godan verb stem", + "romaji": "oimakuro" + }, + "追い捲くった": { + "w_type": "conjugated godan verb", + "romaji": "oimakutta" + }, + "追い捲くって": { + "w_type": "conjugated godan verb", + "romaji": "oimakutte" + }, + "哀しま": { + "w_type": "godan verb stem", + "romaji": "kanashima" + }, + "哀しみ": { + "w_type": "godan verb stem", + "romaji": "kanashimi" + }, + "哀しめ": { + "w_type": "conjugated godan verb", + "romaji": "kanashime" + }, + "哀しも": { + "w_type": "godan verb stem", + "romaji": "kanashimo" + }, + "哀しんだ": { + "w_type": "conjugated godan verb", + "romaji": "kanashinda" + }, + "哀しんで": { + "w_type": "conjugated godan verb", + "romaji": "kanashinde" + }, + "取り除か": { + "w_type": "godan verb stem", + "romaji": "torinozoka" + }, + "取り除き": { + "w_type": "godan verb stem", + "romaji": "torinozoki" + }, + "取り除け": { + "w_type": "conjugated godan verb", + "romaji": "torinozoke" + }, + "取り除こ": { + "w_type": "godan verb stem", + "romaji": "torinozoko" + }, + "取り除いた": { + "w_type": "conjugated godan verb", + "romaji": "torinozoita" + }, + "取り除いて": { + "w_type": "conjugated godan verb", + "romaji": "torinozoite" + }, + "搦み合わ": { + "w_type": "godan verb stem", + "romaji": "karamiawa" + }, + "搦み合い": { + "w_type": "godan verb stem", + "romaji": "karamiai" + }, + "搦み合え": { + "w_type": "conjugated godan verb", + "romaji": "karamiae" + }, + "搦み合お": { + "w_type": "godan verb stem", + "romaji": "karamiao" + }, + "搦み合った": { + "w_type": "conjugated godan verb", + "romaji": "karamiatta" + }, + "搦み合って": { + "w_type": "conjugated godan verb", + "romaji": "karamiatte" + }, + "絶入ら": { + "w_type": "godan verb stem", + "romaji": "taeira" + }, + "絶入り": { + "w_type": "godan verb stem", + "romaji": "taeiri" + }, + "絶入れ": { + "w_type": "conjugated godan verb", + "romaji": "taeire" + }, + "絶入ろ": { + "w_type": "godan verb stem", + "romaji": "taeiro" + }, + "絶入った": { + "w_type": "conjugated godan verb", + "romaji": "taeitta" + }, + "絶入って": { + "w_type": "conjugated godan verb", + "romaji": "taeitte" + }, + "形作ら": { + "w_type": "godan verb stem", + "romaji": "katachizukura" + }, + "形作り": { + "w_type": "godan verb stem", + "romaji": "katachizukuri" + }, + "形作れ": { + "w_type": "conjugated godan verb", + "romaji": "katachizukure" + }, + "形作ろ": { + "w_type": "godan verb stem", + "romaji": "katachizukuro" + }, + "形作った": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutta" + }, + "形作って": { + "w_type": "conjugated godan verb", + "romaji": "katachizukutte" + }, + "行当ら": { + "w_type": "godan verb stem", + "romaji": "yukiatara" + }, + "行当り": { + "w_type": "godan verb stem", + "romaji": "yukiatari" + }, + "行当れ": { + "w_type": "conjugated godan verb", + "romaji": "yukiatare" + }, + "行当ろ": { + "w_type": "godan verb stem", + "romaji": "yukiataro" + }, + "行当った": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatta" + }, + "行当って": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatte" + }, + "押殺さ": { + "w_type": "godan verb stem", + "romaji": "oshikorosa" + }, + "押殺し": { + "w_type": "godan verb stem", + "romaji": "oshikoroshi" + }, + "押殺せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikorose" + }, + "押殺そ": { + "w_type": "godan verb stem", + "romaji": "oshikoroso" + }, + "押殺した": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshita" + }, + "押殺して": { + "w_type": "conjugated godan verb", + "romaji": "oshikoroshite" + }, + "行き当たら": { + "w_type": "godan verb stem", + "romaji": "yukiatara" + }, + "行き当たり": { + "w_type": "godan verb stem", + "romaji": "yukiatari" + }, + "行き当たれ": { + "w_type": "conjugated godan verb", + "romaji": "yukiatare" + }, + "行き当たろ": { + "w_type": "godan verb stem", + "romaji": "yukiataro" + }, + "行き当たった": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatta" + }, + "行き当たって": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatte" + }, + "異なら": { + "w_type": "godan verb stem", + "romaji": "kotonara" + }, + "異なり": { + "w_type": "godan verb stem", + "romaji": "kotonari" + }, + "異なれ": { + "w_type": "conjugated godan verb", + "romaji": "kotonare" + }, + "異なろ": { + "w_type": "godan verb stem", + "romaji": "kotonaro" + }, + "異なった": { + "w_type": "conjugated godan verb", + "romaji": "kotonatta" + }, + "異なって": { + "w_type": "conjugated godan verb", + "romaji": "kotonatte" + }, + "掻き均さ": { + "w_type": "godan verb stem", + "romaji": "kakinarasa" + }, + "掻き均し": { + "w_type": "godan verb stem", + "romaji": "kakinarashi" + }, + "掻き均せ": { + "w_type": "conjugated godan verb", + "romaji": "kakinarase" + }, + "掻き均そ": { + "w_type": "godan verb stem", + "romaji": "kakinaraso" + }, + "掻き均した": { + "w_type": "conjugated godan verb", + "romaji": "kakinarashita" + }, + "掻き均して": { + "w_type": "conjugated godan verb", + "romaji": "kakinarashite" + }, + "聞き澄まさ": { + "w_type": "godan verb stem", + "romaji": "kikisumasa" + }, + "聞き澄まし": { + "w_type": "godan verb stem", + "romaji": "kikisumashi" + }, + "聞き澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "kikisumase" + }, + "聞き澄まそ": { + "w_type": "godan verb stem", + "romaji": "kikisumaso" + }, + "聞き澄ました": { + "w_type": "conjugated godan verb", + "romaji": "kikisumashita" + }, + "聞き澄まして": { + "w_type": "conjugated godan verb", + "romaji": "kikisumashite" + }, + "絡み付か": { + "w_type": "godan verb stem", + "romaji": "karamitsuka" + }, + "絡み付き": { + "w_type": "godan verb stem", + "romaji": "karamitsuki" + }, + "絡み付け": { + "w_type": "conjugated godan verb", + "romaji": "karamitsuke" + }, + "絡み付こ": { + "w_type": "godan verb stem", + "romaji": "karamitsuko" + }, + "絡み付いた": { + "w_type": "conjugated godan verb", + "romaji": "karamitsuita" + }, + "絡み付いて": { + "w_type": "conjugated godan verb", + "romaji": "karamitsuite" + }, + "扨置か": { + "w_type": "godan verb stem", + "romaji": "sateoka" + }, + "扨置き": { + "w_type": "godan verb stem", + "romaji": "sateoki" + }, + "扨置け": { + "w_type": "conjugated godan verb", + "romaji": "sateoke" + }, + "扨置こ": { + "w_type": "godan verb stem", + "romaji": "sateoko" + }, + "扨置いた": { + "w_type": "conjugated godan verb", + "romaji": "sateoita" + }, + "扨置いて": { + "w_type": "conjugated godan verb", + "romaji": "sateoite" + }, + "弥次ら": { + "w_type": "godan verb stem", + "romaji": "yajira" + }, + "弥次り": { + "w_type": "godan verb stem", + "romaji": "yajiri" + }, + "弥次れ": { + "w_type": "conjugated godan verb", + "romaji": "yajire" + }, + "弥次ろ": { + "w_type": "godan verb stem", + "romaji": "yajiro" + }, + "弥次った": { + "w_type": "conjugated godan verb", + "romaji": "yajitta" + }, + "弥次って": { + "w_type": "conjugated godan verb", + "romaji": "yajitte" + }, + "旅だた": { + "w_type": "godan verb stem", + "romaji": "tabidata" + }, + "旅だち": { + "w_type": "godan verb stem", + "romaji": "tabidachi" + }, + "旅だて": { + "w_type": "conjugated godan verb", + "romaji": "tabidate" + }, + "旅だと": { + "w_type": "godan verb stem", + "romaji": "tabidato" + }, + "旅だった": { + "w_type": "conjugated godan verb", + "romaji": "tabidatta" + }, + "旅だって": { + "w_type": "conjugated godan verb", + "romaji": "tabidatte" + }, + "温まら": { + "w_type": "godan verb stem", + "romaji": "atatamara" + }, + "温まり": { + "w_type": "godan verb stem", + "romaji": "atatamari" + }, + "温まれ": { + "w_type": "conjugated godan verb", + "romaji": "atatamare" + }, + "温まろ": { + "w_type": "godan verb stem", + "romaji": "atatamaro" + }, + "温まった": { + "w_type": "conjugated godan verb", + "romaji": "atatamatta" + }, + "温まって": { + "w_type": "conjugated godan verb", + "romaji": "atatamatte" + }, + "過ら": { + "w_type": "godan verb stem", + "romaji": "yogira" + }, + "過り": { + "w_type": "godan verb stem", + "romaji": "yogiri" + }, + "過れ": { + "w_type": "conjugated godan verb", + "romaji": "yogire" + }, + "過ろ": { + "w_type": "godan verb stem", + "romaji": "yogiro" + }, + "飮ま": { + "w_type": "godan verb stem", + "romaji": "noma" + }, + "飮み": { + "w_type": "godan verb stem", + "romaji": "nomi" + }, + "飮め": { + "w_type": "conjugated godan verb", + "romaji": "nome" + }, + "飮も": { + "w_type": "godan verb stem", + "romaji": "nomo" + }, + "飮んだ": { + "w_type": "conjugated godan verb", + "romaji": "nonda" + }, + "飮んで": { + "w_type": "conjugated godan verb", + "romaji": "nonde" + }, + "耀か": { + "w_type": "godan verb stem", + "romaji": "kagayaka" + }, + "耀き": { + "w_type": "godan verb stem", + "romaji": "kagayaki" + }, + "耀け": { + "w_type": "conjugated godan verb", + "romaji": "kagayake" + }, + "耀こ": { + "w_type": "godan verb stem", + "romaji": "kagayako" + }, + "耀いた": { + "w_type": "conjugated godan verb", + "romaji": "kagayaita" + }, + "耀いて": { + "w_type": "conjugated godan verb", + "romaji": "kagayaite" + }, + "踏み切ら": { + "w_type": "godan verb stem", + "romaji": "fumikira" + }, + "踏み切り": { + "w_type": "godan verb stem", + "romaji": "fumikiri" + }, + "踏み切れ": { + "w_type": "conjugated godan verb", + "romaji": "fumikire" + }, + "踏み切ろ": { + "w_type": "godan verb stem", + "romaji": "fumikiro" + }, + "踏み切った": { + "w_type": "conjugated godan verb", + "romaji": "fumikitta" + }, + "踏み切って": { + "w_type": "conjugated godan verb", + "romaji": "fumikitte" + }, + "引き離さ": { + "w_type": "godan verb stem", + "romaji": "hikihanasa" + }, + "引き離し": { + "w_type": "godan verb stem", + "romaji": "hikihanashi" + }, + "引き離せ": { + "w_type": "conjugated godan verb", + "romaji": "hikihanase" + }, + "引き離そ": { + "w_type": "godan verb stem", + "romaji": "hikihanaso" + }, + "引き離した": { + "w_type": "conjugated godan verb", + "romaji": "hikihanashita" + }, + "引き離して": { + "w_type": "conjugated godan verb", + "romaji": "hikihanashite" + }, + "枯らさ": { + "w_type": "godan verb stem", + "romaji": "karasa" + }, + "枯らし": { + "w_type": "godan verb stem", + "romaji": "karashi" + }, + "枯らせ": { + "w_type": "conjugated godan verb", + "romaji": "karase" + }, + "枯らそ": { + "w_type": "godan verb stem", + "romaji": "karaso" + }, + "枯らした": { + "w_type": "conjugated godan verb", + "romaji": "karashita" + }, + "枯らして": { + "w_type": "conjugated godan verb", + "romaji": "karashite" + }, + "吸い付か": { + "w_type": "godan verb stem", + "romaji": "suitsuka" + }, + "吸い付き": { + "w_type": "godan verb stem", + "romaji": "suitsuki" + }, + "吸い付け": { + "w_type": "conjugated godan verb", + "romaji": "suitsuke" + }, + "吸い付こ": { + "w_type": "godan verb stem", + "romaji": "suitsuko" + }, + "吸い付いた": { + "w_type": "conjugated godan verb", + "romaji": "suitsuita" + }, + "吸い付いて": { + "w_type": "conjugated godan verb", + "romaji": "suitsuite" + }, + "切り殺さ": { + "w_type": "godan verb stem", + "romaji": "kirikorosa" + }, + "切り殺し": { + "w_type": "godan verb stem", + "romaji": "kirikoroshi" + }, + "切り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kirikorose" + }, + "切り殺そ": { + "w_type": "godan verb stem", + "romaji": "kirikoroso" + }, + "切り殺した": { + "w_type": "conjugated godan verb", + "romaji": "kirikoroshita" + }, + "切り殺して": { + "w_type": "conjugated godan verb", + "romaji": "kirikoroshite" + }, + "張り渡さ": { + "w_type": "godan verb stem", + "romaji": "hariwatasa" + }, + "張り渡し": { + "w_type": "godan verb stem", + "romaji": "hariwatashi" + }, + "張り渡せ": { + "w_type": "conjugated godan verb", + "romaji": "hariwatase" + }, + "張り渡そ": { + "w_type": "godan verb stem", + "romaji": "hariwataso" + }, + "張り渡した": { + "w_type": "conjugated godan verb", + "romaji": "hariwatashita" + }, + "張り渡して": { + "w_type": "conjugated godan verb", + "romaji": "hariwatashite" + }, + "頼み入ら": { + "w_type": "godan verb stem", + "romaji": "tanomiira" + }, + "頼み入り": { + "w_type": "godan verb stem", + "romaji": "tanomiiri" + }, + "頼み入れ": { + "w_type": "conjugated godan verb", + "romaji": "tanomiire" + }, + "頼み入ろ": { + "w_type": "godan verb stem", + "romaji": "tanomiiro" + }, + "頼み入った": { + "w_type": "conjugated godan verb", + "romaji": "tanomiitta" + }, + "頼み入って": { + "w_type": "conjugated godan verb", + "romaji": "tanomiitte" + }, + "逃げ切ら": { + "w_type": "godan verb stem", + "romaji": "nigekira" + }, + "逃げ切り": { + "w_type": "godan verb stem", + "romaji": "nigekiri" + }, + "逃げ切れ": { + "w_type": "conjugated godan verb", + "romaji": "nigekire" + }, + "逃げ切ろ": { + "w_type": "godan verb stem", + "romaji": "nigekiro" + }, + "逃げ切った": { + "w_type": "conjugated godan verb", + "romaji": "nigekitta" + }, + "逃げ切って": { + "w_type": "conjugated godan verb", + "romaji": "nigekitte" + }, + "立ち勝ら": { + "w_type": "godan verb stem", + "romaji": "tachimasara" + }, + "立ち勝り": { + "w_type": "godan verb stem", + "romaji": "tachimasari" + }, + "立ち勝れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimasare" + }, + "立ち勝ろ": { + "w_type": "godan verb stem", + "romaji": "tachimasaro" + }, + "立ち勝った": { + "w_type": "conjugated godan verb", + "romaji": "tachimasatta" + }, + "立ち勝って": { + "w_type": "conjugated godan verb", + "romaji": "tachimasatte" + }, + "言いふらさ": { + "w_type": "godan verb stem", + "romaji": "iifurasa" + }, + "言いふらし": { + "w_type": "godan verb stem", + "romaji": "iifurashi" + }, + "言いふらせ": { + "w_type": "conjugated godan verb", + "romaji": "iifurase" + }, + "言いふらそ": { + "w_type": "godan verb stem", + "romaji": "iifuraso" + }, + "言いふらした": { + "w_type": "conjugated godan verb", + "romaji": "iifurashita" + }, + "言いふらして": { + "w_type": "conjugated godan verb", + "romaji": "iifurashite" + }, + "食下がら": { + "w_type": "godan verb stem", + "romaji": "kuisagara" + }, + "食下がり": { + "w_type": "godan verb stem", + "romaji": "kuisagari" + }, + "食下がれ": { + "w_type": "conjugated godan verb", + "romaji": "kuisagare" + }, + "食下がろ": { + "w_type": "godan verb stem", + "romaji": "kuisagaro" + }, + "食下がった": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatta" + }, + "食下がって": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatte" + }, + "磨り減ら": { + "w_type": "godan verb stem", + "romaji": "surihera" + }, + "磨り減り": { + "w_type": "godan verb stem", + "romaji": "suriheri" + }, + "磨り減れ": { + "w_type": "conjugated godan verb", + "romaji": "surihere" + }, + "磨り減ろ": { + "w_type": "godan verb stem", + "romaji": "surihero" + }, + "磨り減った": { + "w_type": "conjugated godan verb", + "romaji": "surihetta" + }, + "磨り減って": { + "w_type": "conjugated godan verb", + "romaji": "surihette" + }, + "沈ま": { + "w_type": "godan verb stem", + "romaji": "shizuma" + }, + "沈み": { + "w_type": "godan verb stem", + "romaji": "shizumi" + }, + "沈め": { + "w_type": "conjugated godan verb", + "romaji": "shizume" + }, + "沈も": { + "w_type": "godan verb stem", + "romaji": "shizumo" + }, + "沈んだ": { + "w_type": "conjugated godan verb", + "romaji": "shizunda" + }, + "沈んで": { + "w_type": "conjugated godan verb", + "romaji": "shizunde" + }, + "恐れ戦か": { + "w_type": "godan verb stem", + "romaji": "osoreononoka" + }, + "恐れ戦き": { + "w_type": "godan verb stem", + "romaji": "osoreononoki" + }, + "恐れ戦け": { + "w_type": "conjugated godan verb", + "romaji": "osoreononoke" + }, + "恐れ戦こ": { + "w_type": "godan verb stem", + "romaji": "osoreononoko" + }, + "恐れ戦いた": { + "w_type": "conjugated godan verb", + "romaji": "osoreononoita" + }, + "恐れ戦いて": { + "w_type": "conjugated godan verb", + "romaji": "osoreononoite" + }, + "押潰さ": { + "w_type": "godan verb stem", + "romaji": "oshitsubusa" + }, + "押潰し": { + "w_type": "godan verb stem", + "romaji": "oshitsubushi" + }, + "押潰せ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubuse" + }, + "押潰そ": { + "w_type": "godan verb stem", + "romaji": "oshitsubuso" + }, + "押潰した": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushita" + }, + "押潰して": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushite" + }, + "差迫ら": { + "w_type": "godan verb stem", + "romaji": "sashisemara" + }, + "差迫り": { + "w_type": "godan verb stem", + "romaji": "sashisemari" + }, + "差迫れ": { + "w_type": "conjugated godan verb", + "romaji": "sashisemare" + }, + "差迫ろ": { + "w_type": "godan verb stem", + "romaji": "sashisemaro" + }, + "差迫った": { + "w_type": "conjugated godan verb", + "romaji": "sashisematta" + }, + "差迫って": { + "w_type": "conjugated godan verb", + "romaji": "sashisematte" + }, + "鋤起こさ": { + "w_type": "godan verb stem", + "romaji": "sukiokosa" + }, + "鋤起こし": { + "w_type": "godan verb stem", + "romaji": "sukiokoshi" + }, + "鋤起こせ": { + "w_type": "conjugated godan verb", + "romaji": "sukiokose" + }, + "鋤起こそ": { + "w_type": "godan verb stem", + "romaji": "sukiokoso" + }, + "鋤起こした": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshita" + }, + "鋤起こして": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshite" + }, + "書き終ら": { + "w_type": "godan verb stem", + "romaji": "kakiowara" + }, + "書き終り": { + "w_type": "godan verb stem", + "romaji": "kakiowari" + }, + "書き終れ": { + "w_type": "conjugated godan verb", + "romaji": "kakioware" + }, + "書き終ろ": { + "w_type": "godan verb stem", + "romaji": "kakiowaro" + }, + "書き終った": { + "w_type": "conjugated godan verb", + "romaji": "kakiowatta" + }, + "書き終って": { + "w_type": "conjugated godan verb", + "romaji": "kakiowatte" + }, + "牛耳ら": { + "w_type": "godan verb stem", + "romaji": "gyuujira" + }, + "牛耳り": { + "w_type": "godan verb stem", + "romaji": "gyuujiri" + }, + "牛耳れ": { + "w_type": "conjugated godan verb", + "romaji": "gyuujire" + }, + "牛耳ろ": { + "w_type": "godan verb stem", + "romaji": "gyuujiro" + }, + "牛耳った": { + "w_type": "conjugated godan verb", + "romaji": "gyuujitta" + }, + "牛耳って": { + "w_type": "conjugated godan verb", + "romaji": "gyuujitte" + }, + "突込ま": { + "w_type": "godan verb stem", + "romaji": "tsukkoma" + }, + "突込み": { + "w_type": "godan verb stem", + "romaji": "tsukkomi" + }, + "突込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukkome" + }, + "突込も": { + "w_type": "godan verb stem", + "romaji": "tsukkomo" + }, + "突込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkonda" + }, + "突込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukkonde" + }, + "湧きあがら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "湧きあがり": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "湧きあがれ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "湧きあがろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "湧きあがった": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "湧きあがって": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "言諭さ": { + "w_type": "godan verb stem", + "romaji": "iisatosa" + }, + "言諭し": { + "w_type": "godan verb stem", + "romaji": "iisatoshi" + }, + "言諭せ": { + "w_type": "conjugated godan verb", + "romaji": "iisatose" + }, + "言諭そ": { + "w_type": "godan verb stem", + "romaji": "iisatoso" + }, + "言諭した": { + "w_type": "conjugated godan verb", + "romaji": "iisatoshita" + }, + "言諭して": { + "w_type": "conjugated godan verb", + "romaji": "iisatoshite" + }, + "喫ま": { + "w_type": "godan verb stem", + "romaji": "noma" + }, + "喫み": { + "w_type": "godan verb stem", + "romaji": "nomi" + }, + "喫め": { + "w_type": "conjugated godan verb", + "romaji": "nome" + }, + "喫も": { + "w_type": "godan verb stem", + "romaji": "nomo" + }, + "喫んだ": { + "w_type": "conjugated godan verb", + "romaji": "nonda" + }, + "喫んで": { + "w_type": "conjugated godan verb", + "romaji": "nonde" + }, + "馴らさ": { + "w_type": "godan verb stem", + "romaji": "narasa" + }, + "馴らし": { + "w_type": "godan verb stem", + "romaji": "narashi" + }, + "馴らせ": { + "w_type": "conjugated godan verb", + "romaji": "narase" + }, + "馴らそ": { + "w_type": "godan verb stem", + "romaji": "naraso" + }, + "馴らした": { + "w_type": "conjugated godan verb", + "romaji": "narashita" + }, + "馴らして": { + "w_type": "conjugated godan verb", + "romaji": "narashite" + }, + "誤魔かさ": { + "w_type": "godan verb stem", + "romaji": "gomakasa" + }, + "誤魔かし": { + "w_type": "godan verb stem", + "romaji": "gomakashi" + }, + "誤魔かせ": { + "w_type": "conjugated godan verb", + "romaji": "gomakase" + }, + "誤魔かそ": { + "w_type": "godan verb stem", + "romaji": "gomakaso" + }, + "誤魔かした": { + "w_type": "conjugated godan verb", + "romaji": "gomakashita" + }, + "誤魔かして": { + "w_type": "conjugated godan verb", + "romaji": "gomakashite" + }, + "再び読ま": { + "w_type": "godan verb stem", + "romaji": "futatabiyoma" + }, + "再び読み": { + "w_type": "godan verb stem", + "romaji": "futatabiyomi" + }, + "再び読め": { + "w_type": "conjugated godan verb", + "romaji": "futatabiyome" + }, + "再び読も": { + "w_type": "godan verb stem", + "romaji": "futatabiyomo" + }, + "再び読んだ": { + "w_type": "conjugated godan verb", + "romaji": "futatabiyonda" + }, + "再び読んで": { + "w_type": "conjugated godan verb", + "romaji": "futatabiyonde" + }, + "溜まら": { + "w_type": "godan verb stem", + "romaji": "tamara" + }, + "溜まり": { + "w_type": "godan verb stem", + "romaji": "tamari" + }, + "溜まれ": { + "w_type": "conjugated godan verb", + "romaji": "tamare" + }, + "溜まろ": { + "w_type": "godan verb stem", + "romaji": "tamaro" + }, + "溜まった": { + "w_type": "conjugated godan verb", + "romaji": "tamatta" + }, + "溜まって": { + "w_type": "conjugated godan verb", + "romaji": "tamatte" + }, + "振り下ろさ": { + "w_type": "godan verb stem", + "romaji": "furiorosa" + }, + "振り下ろし": { + "w_type": "godan verb stem", + "romaji": "furioroshi" + }, + "振り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "furiorose" + }, + "振り下ろそ": { + "w_type": "godan verb stem", + "romaji": "furioroso" + }, + "振り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "furioroshita" + }, + "振り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "furioroshite" + }, + "覗わ": { + "w_type": "godan verb stem", + "romaji": "ukagawa" + }, + "覗い": { + "w_type": "godan verb stem", + "romaji": "ukagai" + }, + "覗え": { + "w_type": "conjugated godan verb", + "romaji": "ukagae" + }, + "覗お": { + "w_type": "godan verb stem", + "romaji": "ukagao" + }, + "覗った": { + "w_type": "conjugated godan verb", + "romaji": "ukagatta" + }, + "覗って": { + "w_type": "conjugated godan verb", + "romaji": "ukagatte" + }, + "貼ら": { + "w_type": "godan verb stem", + "romaji": "hara" + }, + "貼り": { + "w_type": "godan verb stem", + "romaji": "hari" + }, + "貼れ": { + "w_type": "conjugated godan verb", + "romaji": "hare" + }, + "貼ろ": { + "w_type": "godan verb stem", + "romaji": "haro" + }, + "貼った": { + "w_type": "conjugated godan verb", + "romaji": "hatta" + }, + "貼って": { + "w_type": "conjugated godan verb", + "romaji": "hatte" + }, + "覗か": { + "w_type": "godan verb stem", + "romaji": "nozoka" + }, + "覗き": { + "w_type": "godan verb stem", + "romaji": "nozoki" + }, + "覗け": { + "w_type": "conjugated godan verb", + "romaji": "nozoke" + }, + "覗こ": { + "w_type": "godan verb stem", + "romaji": "nozoko" + }, + "覗いた": { + "w_type": "conjugated godan verb", + "romaji": "nozoita" + }, + "覗いて": { + "w_type": "conjugated godan verb", + "romaji": "nozoite" + }, + "すくみ上がら": { + "w_type": "godan verb stem", + "romaji": "sukumiagara" + }, + "すくみ上がり": { + "w_type": "godan verb stem", + "romaji": "sukumiagari" + }, + "すくみ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagare" + }, + "すくみ上がろ": { + "w_type": "godan verb stem", + "romaji": "sukumiagaro" + }, + "すくみ上がった": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagatta" + }, + "すくみ上がって": { + "w_type": "conjugated godan verb", + "romaji": "sukumiagatte" + }, + "死に掛から": { + "w_type": "godan verb stem", + "romaji": "shinikakara" + }, + "死に掛かり": { + "w_type": "godan verb stem", + "romaji": "shinikakari" + }, + "死に掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "shinikakare" + }, + "死に掛かろ": { + "w_type": "godan verb stem", + "romaji": "shinikakaro" + }, + "死に掛かった": { + "w_type": "conjugated godan verb", + "romaji": "shinikakatta" + }, + "死に掛かって": { + "w_type": "conjugated godan verb", + "romaji": "shinikakatte" + }, + "横ぎら": { + "w_type": "godan verb stem", + "romaji": "yokogira" + }, + "横ぎり": { + "w_type": "godan verb stem", + "romaji": "yokogiri" + }, + "横ぎれ": { + "w_type": "conjugated godan verb", + "romaji": "yokogire" + }, + "横ぎろ": { + "w_type": "godan verb stem", + "romaji": "yokogiro" + }, + "横ぎった": { + "w_type": "conjugated godan verb", + "romaji": "yokogitta" + }, + "横ぎって": { + "w_type": "conjugated godan verb", + "romaji": "yokogitte" + }, + "言交わさ": { + "w_type": "godan verb stem", + "romaji": "iikawasa" + }, + "言交わし": { + "w_type": "godan verb stem", + "romaji": "iikawashi" + }, + "言交わせ": { + "w_type": "conjugated godan verb", + "romaji": "iikawase" + }, + "言交わそ": { + "w_type": "godan verb stem", + "romaji": "iikawaso" + }, + "言交わした": { + "w_type": "conjugated godan verb", + "romaji": "iikawashita" + }, + "言交わして": { + "w_type": "conjugated godan verb", + "romaji": "iikawashite" + }, + "眩まさ": { + "w_type": "godan verb stem", + "romaji": "kuramasa" + }, + "眩まし": { + "w_type": "godan verb stem", + "romaji": "kuramashi" + }, + "眩ませ": { + "w_type": "conjugated godan verb", + "romaji": "kuramase" + }, + "眩まそ": { + "w_type": "godan verb stem", + "romaji": "kuramaso" + }, + "眩ました": { + "w_type": "conjugated godan verb", + "romaji": "kuramashita" + }, + "眩まして": { + "w_type": "conjugated godan verb", + "romaji": "kuramashite" + }, + "呼ばわら": { + "w_type": "godan verb stem", + "romaji": "yobawara" + }, + "呼ばわり": { + "w_type": "godan verb stem", + "romaji": "yobawari" + }, + "呼ばわれ": { + "w_type": "conjugated godan verb", + "romaji": "yobaware" + }, + "呼ばわろ": { + "w_type": "godan verb stem", + "romaji": "yobawaro" + }, + "呼ばわった": { + "w_type": "conjugated godan verb", + "romaji": "yobawatta" + }, + "呼ばわって": { + "w_type": "conjugated godan verb", + "romaji": "yobawatte" + }, + "解き明かさ": { + "w_type": "godan verb stem", + "romaji": "tokiakasa" + }, + "解き明かし": { + "w_type": "godan verb stem", + "romaji": "tokiakashi" + }, + "解き明かせ": { + "w_type": "conjugated godan verb", + "romaji": "tokiakase" + }, + "解き明かそ": { + "w_type": "godan verb stem", + "romaji": "tokiakaso" + }, + "解き明かした": { + "w_type": "conjugated godan verb", + "romaji": "tokiakashita" + }, + "解き明かして": { + "w_type": "conjugated godan verb", + "romaji": "tokiakashite" + }, + "螫さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "螫し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "螫せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "螫そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "螫した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "螫して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "枯ればま": { + "w_type": "godan verb stem", + "romaji": "karebama" + }, + "枯ればみ": { + "w_type": "godan verb stem", + "romaji": "karebami" + }, + "枯ればめ": { + "w_type": "conjugated godan verb", + "romaji": "karebame" + }, + "枯ればも": { + "w_type": "godan verb stem", + "romaji": "karebamo" + }, + "枯ればんだ": { + "w_type": "conjugated godan verb", + "romaji": "karebanda" + }, + "枯ればんで": { + "w_type": "conjugated godan verb", + "romaji": "karebande" + }, + "吸い出さ": { + "w_type": "godan verb stem", + "romaji": "suidasa" + }, + "吸い出し": { + "w_type": "godan verb stem", + "romaji": "suidashi" + }, + "吸い出せ": { + "w_type": "conjugated godan verb", + "romaji": "suidase" + }, + "吸い出そ": { + "w_type": "godan verb stem", + "romaji": "suidaso" + }, + "吸い出した": { + "w_type": "conjugated godan verb", + "romaji": "suidashita" + }, + "吸い出して": { + "w_type": "conjugated godan verb", + "romaji": "suidashite" + }, + "湧か": { + "w_type": "godan verb stem", + "romaji": "waka" + }, + "湧き": { + "w_type": "godan verb stem", + "romaji": "waki" + }, + "湧け": { + "w_type": "conjugated godan verb", + "romaji": "wake" + }, + "湧こ": { + "w_type": "godan verb stem", + "romaji": "wako" + }, + "湧いた": { + "w_type": "conjugated godan verb", + "romaji": "waita" + }, + "湧いて": { + "w_type": "conjugated godan verb", + "romaji": "waite" + }, + "頷き合わ": { + "w_type": "godan verb stem", + "romaji": "unazukiawa" + }, + "頷き合い": { + "w_type": "godan verb stem", + "romaji": "unazukiai" + }, + "頷き合え": { + "w_type": "conjugated godan verb", + "romaji": "unazukiae" + }, + "頷き合お": { + "w_type": "godan verb stem", + "romaji": "unazukiao" + }, + "頷き合った": { + "w_type": "conjugated godan verb", + "romaji": "unazukiatta" + }, + "頷き合って": { + "w_type": "conjugated godan verb", + "romaji": "unazukiatte" + }, + "投げ下ろさ": { + "w_type": "godan verb stem", + "romaji": "nageorosa" + }, + "投げ下ろし": { + "w_type": "godan verb stem", + "romaji": "nageoroshi" + }, + "投げ下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "nageorose" + }, + "投げ下ろそ": { + "w_type": "godan verb stem", + "romaji": "nageoroso" + }, + "投げ下ろした": { + "w_type": "conjugated godan verb", + "romaji": "nageoroshita" + }, + "投げ下ろして": { + "w_type": "conjugated godan verb", + "romaji": "nageoroshite" + }, + "ヒタ隠さ": { + "w_type": "godan verb stem", + "romaji": "hitakakusa" + }, + "ヒタ隠し": { + "w_type": "godan verb stem", + "romaji": "hitakakushi" + }, + "ヒタ隠せ": { + "w_type": "conjugated godan verb", + "romaji": "hitakakuse" + }, + "ヒタ隠そ": { + "w_type": "godan verb stem", + "romaji": "hitakakuso" + }, + "ヒタ隠した": { + "w_type": "conjugated godan verb", + "romaji": "hitakakushita" + }, + "ヒタ隠して": { + "w_type": "conjugated godan verb", + "romaji": "hitakakushite" + }, + "嘔吐か": { + "w_type": "godan verb stem", + "romaji": "ezuka" + }, + "嘔吐き": { + "w_type": "godan verb stem", + "romaji": "ezuki" + }, + "嘔吐け": { + "w_type": "conjugated godan verb", + "romaji": "ezuke" + }, + "嘔吐こ": { + "w_type": "godan verb stem", + "romaji": "ezuko" + }, + "嘔吐いた": { + "w_type": "conjugated godan verb", + "romaji": "ezuita" + }, + "嘔吐いて": { + "w_type": "conjugated godan verb", + "romaji": "ezuite" + }, + "填まら": { + "w_type": "godan verb stem", + "romaji": "hamara" + }, + "填まり": { + "w_type": "godan verb stem", + "romaji": "hamari" + }, + "填まれ": { + "w_type": "conjugated godan verb", + "romaji": "hamare" + }, + "填まろ": { + "w_type": "godan verb stem", + "romaji": "hamaro" + }, + "填まった": { + "w_type": "conjugated godan verb", + "romaji": "hamatta" + }, + "填まって": { + "w_type": "conjugated godan verb", + "romaji": "hamatte" + }, + "擦り寄ら": { + "w_type": "godan verb stem", + "romaji": "suriyora" + }, + "擦り寄り": { + "w_type": "godan verb stem", + "romaji": "suriyori" + }, + "擦り寄れ": { + "w_type": "conjugated godan verb", + "romaji": "suriyore" + }, + "擦り寄ろ": { + "w_type": "godan verb stem", + "romaji": "suriyoro" + }, + "擦り寄った": { + "w_type": "conjugated godan verb", + "romaji": "suriyotta" + }, + "擦り寄って": { + "w_type": "conjugated godan verb", + "romaji": "suriyotte" + }, + "決まら": { + "w_type": "godan verb stem", + "romaji": "kimara" + }, + "決まり": { + "w_type": "godan verb stem", + "romaji": "kimari" + }, + "決まれ": { + "w_type": "conjugated godan verb", + "romaji": "kimare" + }, + "決まろ": { + "w_type": "godan verb stem", + "romaji": "kimaro" + }, + "決まった": { + "w_type": "conjugated godan verb", + "romaji": "kimatta" + }, + "決まって": { + "w_type": "conjugated godan verb", + "romaji": "kimatte" + }, + "貪り尽くさ": { + "w_type": "godan verb stem", + "romaji": "musaboritsukusa" + }, + "貪り尽くし": { + "w_type": "godan verb stem", + "romaji": "musaboritsukushi" + }, + "貪り尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukuse" + }, + "貪り尽くそ": { + "w_type": "godan verb stem", + "romaji": "musaboritsukuso" + }, + "貪り尽くした": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukushita" + }, + "貪り尽くして": { + "w_type": "conjugated godan verb", + "romaji": "musaboritsukushite" + }, + "晴らさ": { + "w_type": "godan verb stem", + "romaji": "harasa" + }, + "晴らし": { + "w_type": "godan verb stem", + "romaji": "harashi" + }, + "晴らせ": { + "w_type": "conjugated godan verb", + "romaji": "harase" + }, + "晴らそ": { + "w_type": "godan verb stem", + "romaji": "haraso" + }, + "晴らした": { + "w_type": "conjugated godan verb", + "romaji": "harashita" + }, + "晴らして": { + "w_type": "conjugated godan verb", + "romaji": "harashite" + }, + "首切ら": { + "w_type": "godan verb stem", + "romaji": "kubikira" + }, + "首切り": { + "w_type": "godan verb stem", + "romaji": "kubikiri" + }, + "首切れ": { + "w_type": "conjugated godan verb", + "romaji": "kubikire" + }, + "首切ろ": { + "w_type": "godan verb stem", + "romaji": "kubikiro" + }, + "首切った": { + "w_type": "conjugated godan verb", + "romaji": "kubikitta" + }, + "首切って": { + "w_type": "conjugated godan verb", + "romaji": "kubikitte" + }, + "言落さ": { + "w_type": "godan verb stem", + "romaji": "iiotosa" + }, + "言落し": { + "w_type": "godan verb stem", + "romaji": "iiotoshi" + }, + "言落せ": { + "w_type": "conjugated godan verb", + "romaji": "iiotose" + }, + "言落そ": { + "w_type": "godan verb stem", + "romaji": "iiotoso" + }, + "言落した": { + "w_type": "conjugated godan verb", + "romaji": "iiotoshita" + }, + "言落して": { + "w_type": "conjugated godan verb", + "romaji": "iiotoshite" + }, + "悼ま": { + "w_type": "godan verb stem", + "romaji": "itama" + }, + "悼み": { + "w_type": "godan verb stem", + "romaji": "itami" + }, + "悼め": { + "w_type": "conjugated godan verb", + "romaji": "itame" + }, + "悼も": { + "w_type": "godan verb stem", + "romaji": "itamo" + }, + "悼んだ": { + "w_type": "conjugated godan verb", + "romaji": "itanda" + }, + "悼んで": { + "w_type": "conjugated godan verb", + "romaji": "itande" + }, + "逃げ走ら": { + "w_type": "godan verb stem", + "romaji": "nigehashira" + }, + "逃げ走り": { + "w_type": "godan verb stem", + "romaji": "nigehashiri" + }, + "逃げ走れ": { + "w_type": "conjugated godan verb", + "romaji": "nigehashire" + }, + "逃げ走ろ": { + "w_type": "godan verb stem", + "romaji": "nigehashiro" + }, + "逃げ走った": { + "w_type": "conjugated godan verb", + "romaji": "nigehashitta" + }, + "逃げ走って": { + "w_type": "conjugated godan verb", + "romaji": "nigehashitte" + }, + "凝りださ": { + "w_type": "godan verb stem", + "romaji": "koridasa" + }, + "凝りだし": { + "w_type": "godan verb stem", + "romaji": "koridashi" + }, + "凝りだせ": { + "w_type": "conjugated godan verb", + "romaji": "koridase" + }, + "凝りだそ": { + "w_type": "godan verb stem", + "romaji": "koridaso" + }, + "凝りだした": { + "w_type": "conjugated godan verb", + "romaji": "koridashita" + }, + "凝りだして": { + "w_type": "conjugated godan verb", + "romaji": "koridashite" + }, + "扱きおろさ": { + "w_type": "godan verb stem", + "romaji": "kokiorosa" + }, + "扱きおろし": { + "w_type": "godan verb stem", + "romaji": "kokioroshi" + }, + "扱きおろせ": { + "w_type": "conjugated godan verb", + "romaji": "kokiorose" + }, + "扱きおろそ": { + "w_type": "godan verb stem", + "romaji": "kokioroso" + }, + "扱きおろした": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshita" + }, + "扱きおろして": { + "w_type": "conjugated godan verb", + "romaji": "kokioroshite" + }, + "置き換わら": { + "w_type": "godan verb stem", + "romaji": "okikawara" + }, + "置き換わり": { + "w_type": "godan verb stem", + "romaji": "okikawari" + }, + "置き換われ": { + "w_type": "conjugated godan verb", + "romaji": "okikaware" + }, + "置き換わろ": { + "w_type": "godan verb stem", + "romaji": "okikawaro" + }, + "置き換わった": { + "w_type": "conjugated godan verb", + "romaji": "okikawatta" + }, + "置き換わって": { + "w_type": "conjugated godan verb", + "romaji": "okikawatte" + }, + "慰ま": { + "w_type": "godan verb stem", + "romaji": "nagusama" + }, + "慰み": { + "w_type": "godan verb stem", + "romaji": "nagusami" + }, + "慰め": { + "w_type": "conjugated godan verb", + "romaji": "nagusame" + }, + "慰も": { + "w_type": "godan verb stem", + "romaji": "nagusamo" + }, + "慰んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagusanda" + }, + "慰んで": { + "w_type": "conjugated godan verb", + "romaji": "nagusande" + }, + "走りまわら": { + "w_type": "godan verb stem", + "romaji": "hashirimawara" + }, + "走りまわり": { + "w_type": "godan verb stem", + "romaji": "hashirimawari" + }, + "走りまわれ": { + "w_type": "conjugated godan verb", + "romaji": "hashirimaware" + }, + "走りまわろ": { + "w_type": "godan verb stem", + "romaji": "hashirimawaro" + }, + "走りまわった": { + "w_type": "conjugated godan verb", + "romaji": "hashirimawatta" + }, + "走りまわって": { + "w_type": "conjugated godan verb", + "romaji": "hashirimawatte" + }, + "咲き匂わ": { + "w_type": "godan verb stem", + "romaji": "sakiniowa" + }, + "咲き匂い": { + "w_type": "godan verb stem", + "romaji": "sakinioi" + }, + "咲き匂え": { + "w_type": "conjugated godan verb", + "romaji": "sakinioe" + }, + "咲き匂お": { + "w_type": "godan verb stem", + "romaji": "sakinioo" + }, + "咲き匂った": { + "w_type": "conjugated godan verb", + "romaji": "sakiniotta" + }, + "咲き匂って": { + "w_type": "conjugated godan verb", + "romaji": "sakiniotte" + }, + "勘繰ら": { + "w_type": "godan verb stem", + "romaji": "kangura" + }, + "勘繰り": { + "w_type": "godan verb stem", + "romaji": "kanguri" + }, + "勘繰れ": { + "w_type": "conjugated godan verb", + "romaji": "kangure" + }, + "勘繰ろ": { + "w_type": "godan verb stem", + "romaji": "kanguro" + }, + "勘繰った": { + "w_type": "conjugated godan verb", + "romaji": "kangutta" + }, + "勘繰って": { + "w_type": "conjugated godan verb", + "romaji": "kangutte" + }, + "涼ま": { + "w_type": "godan verb stem", + "romaji": "suzuma" + }, + "涼み": { + "w_type": "godan verb stem", + "romaji": "suzumi" + }, + "涼め": { + "w_type": "conjugated godan verb", + "romaji": "suzume" + }, + "涼も": { + "w_type": "godan verb stem", + "romaji": "suzumo" + }, + "涼んだ": { + "w_type": "conjugated godan verb", + "romaji": "suzunda" + }, + "涼んで": { + "w_type": "conjugated godan verb", + "romaji": "suzunde" + }, + "過ごさ": { + "w_type": "godan verb stem", + "romaji": "sugosa" + }, + "過ごし": { + "w_type": "godan verb stem", + "romaji": "sugoshi" + }, + "過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "sugose" + }, + "過ごそ": { + "w_type": "godan verb stem", + "romaji": "sugoso" + }, + "過ごした": { + "w_type": "conjugated godan verb", + "romaji": "sugoshita" + }, + "過ごして": { + "w_type": "conjugated godan verb", + "romaji": "sugoshite" + }, + "摩ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "摩り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "摩れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "摩ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "摩った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "摩って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "呼び起こさ": { + "w_type": "godan verb stem", + "romaji": "yobiokosa" + }, + "呼び起こし": { + "w_type": "godan verb stem", + "romaji": "yobiokoshi" + }, + "呼び起こせ": { + "w_type": "conjugated godan verb", + "romaji": "yobiokose" + }, + "呼び起こそ": { + "w_type": "godan verb stem", + "romaji": "yobiokoso" + }, + "呼び起こした": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshita" + }, + "呼び起こして": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshite" + }, + "悪ぶら": { + "w_type": "godan verb stem", + "romaji": "warubura" + }, + "悪ぶり": { + "w_type": "godan verb stem", + "romaji": "waruburi" + }, + "悪ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "warubure" + }, + "悪ぶろ": { + "w_type": "godan verb stem", + "romaji": "waruburo" + }, + "悪ぶった": { + "w_type": "conjugated godan verb", + "romaji": "warubutta" + }, + "悪ぶって": { + "w_type": "conjugated godan verb", + "romaji": "warubutte" + }, + "思いとどまら": { + "w_type": "godan verb stem", + "romaji": "omoitodomara" + }, + "思いとどまり": { + "w_type": "godan verb stem", + "romaji": "omoitodomari" + }, + "思いとどまれ": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomare" + }, + "思いとどまろ": { + "w_type": "godan verb stem", + "romaji": "omoitodomaro" + }, + "思いとどまった": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomatta" + }, + "思いとどまって": { + "w_type": "conjugated godan verb", + "romaji": "omoitodomatte" + }, + "組ま": { + "w_type": "godan verb stem", + "romaji": "kuma" + }, + "組み": { + "w_type": "godan verb stem", + "romaji": "kumi" + }, + "組め": { + "w_type": "conjugated godan verb", + "romaji": "kume" + }, + "組も": { + "w_type": "godan verb stem", + "romaji": "kumo" + }, + "組んだ": { + "w_type": "conjugated godan verb", + "romaji": "kunda" + }, + "組んで": { + "w_type": "conjugated godan verb", + "romaji": "kunde" + }, + "合さ": { + "w_type": "godan verb stem", + "romaji": "awasa" + }, + "合し": { + "w_type": "godan verb stem", + "romaji": "awashi" + }, + "合せ": { + "w_type": "conjugated godan verb", + "romaji": "awase" + }, + "合そ": { + "w_type": "godan verb stem", + "romaji": "awaso" + }, + "合した": { + "w_type": "conjugated godan verb", + "romaji": "awashita" + }, + "合して": { + "w_type": "conjugated godan verb", + "romaji": "awashite" + }, + "切開か": { + "w_type": "godan verb stem", + "romaji": "kirihiraka" + }, + "切開き": { + "w_type": "godan verb stem", + "romaji": "kirihiraki" + }, + "切開け": { + "w_type": "conjugated godan verb", + "romaji": "kirihirake" + }, + "切開こ": { + "w_type": "godan verb stem", + "romaji": "kirihirako" + }, + "切開いた": { + "w_type": "conjugated godan verb", + "romaji": "kirihiraita" + }, + "切開いて": { + "w_type": "conjugated godan verb", + "romaji": "kirihiraite" + }, + "合わ": { + "w_type": "godan verb stem", + "romaji": "awa" + }, + "合い": { + "w_type": "godan verb stem", + "romaji": "ai" + }, + "合え": { + "w_type": "conjugated godan verb", + "romaji": "ae" + }, + "合お": { + "w_type": "godan verb stem", + "romaji": "ao" + }, + "合った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "合って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "化かさ": { + "w_type": "godan verb stem", + "romaji": "bakasa" + }, + "化かし": { + "w_type": "godan verb stem", + "romaji": "bakashi" + }, + "化かせ": { + "w_type": "conjugated godan verb", + "romaji": "bakase" + }, + "化かそ": { + "w_type": "godan verb stem", + "romaji": "bakaso" + }, + "化かした": { + "w_type": "conjugated godan verb", + "romaji": "bakashita" + }, + "化かして": { + "w_type": "conjugated godan verb", + "romaji": "bakashite" + }, + "直ら": { + "w_type": "godan verb stem", + "romaji": "naora" + }, + "直り": { + "w_type": "godan verb stem", + "romaji": "naori" + }, + "直れ": { + "w_type": "conjugated godan verb", + "romaji": "naore" + }, + "直ろ": { + "w_type": "godan verb stem", + "romaji": "naoro" + }, + "直った": { + "w_type": "conjugated godan verb", + "romaji": "naotta" + }, + "直って": { + "w_type": "conjugated godan verb", + "romaji": "naotte" + }, + "病み付か": { + "w_type": "godan verb stem", + "romaji": "yamitsuka" + }, + "病み付き": { + "w_type": "godan verb stem", + "romaji": "yamitsuki" + }, + "病み付け": { + "w_type": "conjugated godan verb", + "romaji": "yamitsuke" + }, + "病み付こ": { + "w_type": "godan verb stem", + "romaji": "yamitsuko" + }, + "病み付いた": { + "w_type": "conjugated godan verb", + "romaji": "yamitsuita" + }, + "病み付いて": { + "w_type": "conjugated godan verb", + "romaji": "yamitsuite" + }, + "愉しま": { + "w_type": "godan verb stem", + "romaji": "tanoshima" + }, + "愉しみ": { + "w_type": "godan verb stem", + "romaji": "tanoshimi" + }, + "愉しめ": { + "w_type": "conjugated godan verb", + "romaji": "tanoshime" + }, + "愉しも": { + "w_type": "godan verb stem", + "romaji": "tanoshimo" + }, + "愉しんだ": { + "w_type": "conjugated godan verb", + "romaji": "tanoshinda" + }, + "愉しんで": { + "w_type": "conjugated godan verb", + "romaji": "tanoshinde" + }, + "狩ら": { + "w_type": "godan verb stem", + "romaji": "kara" + }, + "狩り": { + "w_type": "godan verb stem", + "romaji": "kari" + }, + "狩れ": { + "w_type": "conjugated godan verb", + "romaji": "kare" + }, + "狩ろ": { + "w_type": "godan verb stem", + "romaji": "karo" + }, + "狩った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "狩って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "追い込ま": { + "w_type": "godan verb stem", + "romaji": "oikoma" + }, + "追い込み": { + "w_type": "godan verb stem", + "romaji": "oikomi" + }, + "追い込め": { + "w_type": "conjugated godan verb", + "romaji": "oikome" + }, + "追い込も": { + "w_type": "godan verb stem", + "romaji": "oikomo" + }, + "追い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oikonda" + }, + "追い込んで": { + "w_type": "conjugated godan verb", + "romaji": "oikonde" + }, + "抱き合わ": { + "w_type": "godan verb stem", + "romaji": "dakiawa" + }, + "抱き合い": { + "w_type": "godan verb stem", + "romaji": "dakiai" + }, + "抱き合え": { + "w_type": "conjugated godan verb", + "romaji": "dakiae" + }, + "抱き合お": { + "w_type": "godan verb stem", + "romaji": "dakiao" + }, + "抱き合った": { + "w_type": "conjugated godan verb", + "romaji": "dakiatta" + }, + "抱き合って": { + "w_type": "conjugated godan verb", + "romaji": "dakiatte" + }, + "火病ら": { + "w_type": "godan verb stem", + "romaji": "fabyora" + }, + "火病り": { + "w_type": "godan verb stem", + "romaji": "fabyori" + }, + "火病れ": { + "w_type": "conjugated godan verb", + "romaji": "fabyore" + }, + "火病ろ": { + "w_type": "godan verb stem", + "romaji": "fabyoro" + }, + "火病った": { + "w_type": "conjugated godan verb", + "romaji": "fabyotta" + }, + "火病って": { + "w_type": "conjugated godan verb", + "romaji": "fabyotte" + }, + "言いまくら": { + "w_type": "godan verb stem", + "romaji": "iimakura" + }, + "言いまくり": { + "w_type": "godan verb stem", + "romaji": "iimakuri" + }, + "言いまくれ": { + "w_type": "conjugated godan verb", + "romaji": "iimakure" + }, + "言いまくろ": { + "w_type": "godan verb stem", + "romaji": "iimakuro" + }, + "言いまくった": { + "w_type": "conjugated godan verb", + "romaji": "iimakutta" + }, + "言いまくって": { + "w_type": "conjugated godan verb", + "romaji": "iimakutte" + }, + "我鳴ら": { + "w_type": "godan verb stem", + "romaji": "ganara" + }, + "我鳴り": { + "w_type": "godan verb stem", + "romaji": "ganari" + }, + "我鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "ganare" + }, + "我鳴ろ": { + "w_type": "godan verb stem", + "romaji": "ganaro" + }, + "我鳴った": { + "w_type": "conjugated godan verb", + "romaji": "ganatta" + }, + "我鳴って": { + "w_type": "conjugated godan verb", + "romaji": "ganatte" + }, + "書き損なわ": { + "w_type": "godan verb stem", + "romaji": "kakisokonawa" + }, + "書き損ない": { + "w_type": "godan verb stem", + "romaji": "kakisokonai" + }, + "書き損なえ": { + "w_type": "conjugated godan verb", + "romaji": "kakisokonae" + }, + "書き損なお": { + "w_type": "godan verb stem", + "romaji": "kakisokonao" + }, + "書き損なった": { + "w_type": "conjugated godan verb", + "romaji": "kakisokonatta" + }, + "書き損なって": { + "w_type": "conjugated godan verb", + "romaji": "kakisokonatte" + }, + "かき切ら": { + "w_type": "godan verb stem", + "romaji": "kakikira" + }, + "かき切り": { + "w_type": "godan verb stem", + "romaji": "kakikiri" + }, + "かき切れ": { + "w_type": "conjugated godan verb", + "romaji": "kakikire" + }, + "かき切ろ": { + "w_type": "godan verb stem", + "romaji": "kakikiro" + }, + "かき切った": { + "w_type": "conjugated godan verb", + "romaji": "kakikitta" + }, + "かき切って": { + "w_type": "conjugated godan verb", + "romaji": "kakikitte" + }, + "胡魔化さ": { + "w_type": "godan verb stem", + "romaji": "gomakasa" + }, + "胡魔化し": { + "w_type": "godan verb stem", + "romaji": "gomakashi" + }, + "胡魔化せ": { + "w_type": "conjugated godan verb", + "romaji": "gomakase" + }, + "胡魔化そ": { + "w_type": "godan verb stem", + "romaji": "gomakaso" + }, + "胡魔化した": { + "w_type": "conjugated godan verb", + "romaji": "gomakashita" + }, + "胡魔化して": { + "w_type": "conjugated godan verb", + "romaji": "gomakashite" + }, + "捻り回さ": { + "w_type": "godan verb stem", + "romaji": "hinerimawasa" + }, + "捻り回し": { + "w_type": "godan verb stem", + "romaji": "hinerimawashi" + }, + "捻り回せ": { + "w_type": "conjugated godan verb", + "romaji": "hinerimawase" + }, + "捻り回そ": { + "w_type": "godan verb stem", + "romaji": "hinerimawaso" + }, + "捻り回した": { + "w_type": "conjugated godan verb", + "romaji": "hinerimawashita" + }, + "捻り回して": { + "w_type": "conjugated godan verb", + "romaji": "hinerimawashite" + }, + "揉み拉か": { + "w_type": "godan verb stem", + "romaji": "momishidaka" + }, + "揉み拉き": { + "w_type": "godan verb stem", + "romaji": "momishidaki" + }, + "揉み拉け": { + "w_type": "conjugated godan verb", + "romaji": "momishidake" + }, + "揉み拉こ": { + "w_type": "godan verb stem", + "romaji": "momishidako" + }, + "揉み拉いた": { + "w_type": "conjugated godan verb", + "romaji": "momishidaita" + }, + "揉み拉いて": { + "w_type": "conjugated godan verb", + "romaji": "momishidaite" + }, + "元気づか": { + "w_type": "godan verb stem", + "romaji": "genkizuka" + }, + "元気づき": { + "w_type": "godan verb stem", + "romaji": "genkizuki" + }, + "元気づけ": { + "w_type": "conjugated godan verb", + "romaji": "genkizuke" + }, + "元気づこ": { + "w_type": "godan verb stem", + "romaji": "genkizuko" + }, + "元気づいた": { + "w_type": "conjugated godan verb", + "romaji": "genkizuita" + }, + "元気づいて": { + "w_type": "conjugated godan verb", + "romaji": "genkizuite" + }, + "耽ら": { + "w_type": "godan verb stem", + "romaji": "fukera" + }, + "耽り": { + "w_type": "godan verb stem", + "romaji": "fukeri" + }, + "耽れ": { + "w_type": "conjugated godan verb", + "romaji": "fukere" + }, + "耽ろ": { + "w_type": "godan verb stem", + "romaji": "fukero" + }, + "耽った": { + "w_type": "conjugated godan verb", + "romaji": "fuketta" + }, + "耽って": { + "w_type": "conjugated godan verb", + "romaji": "fukette" + }, + "紛らさ": { + "w_type": "godan verb stem", + "romaji": "magirasa" + }, + "紛らし": { + "w_type": "godan verb stem", + "romaji": "magirashi" + }, + "紛らせ": { + "w_type": "conjugated godan verb", + "romaji": "magirase" + }, + "紛らそ": { + "w_type": "godan verb stem", + "romaji": "magiraso" + }, + "紛らした": { + "w_type": "conjugated godan verb", + "romaji": "magirashita" + }, + "紛らして": { + "w_type": "conjugated godan verb", + "romaji": "magirashite" + }, + "喋り合わ": { + "w_type": "godan verb stem", + "romaji": "shaberiawa" + }, + "喋り合い": { + "w_type": "godan verb stem", + "romaji": "shaberiai" + }, + "喋り合え": { + "w_type": "conjugated godan verb", + "romaji": "shaberiae" + }, + "喋り合お": { + "w_type": "godan verb stem", + "romaji": "shaberiao" + }, + "喋り合った": { + "w_type": "conjugated godan verb", + "romaji": "shaberiatta" + }, + "喋り合って": { + "w_type": "conjugated godan verb", + "romaji": "shaberiatte" + }, + "下向か": { + "w_type": "godan verb stem", + "romaji": "shitamuka" + }, + "下向き": { + "w_type": "godan verb stem", + "romaji": "shitamuki" + }, + "下向け": { + "w_type": "conjugated godan verb", + "romaji": "shitamuke" + }, + "下向こ": { + "w_type": "godan verb stem", + "romaji": "shitamuko" + }, + "下向いた": { + "w_type": "conjugated godan verb", + "romaji": "shitamuita" + }, + "下向いて": { + "w_type": "conjugated godan verb", + "romaji": "shitamuite" + }, + "つけ回さ": { + "w_type": "godan verb stem", + "romaji": "tsukemawasa" + }, + "つけ回し": { + "w_type": "godan verb stem", + "romaji": "tsukemawashi" + }, + "つけ回せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawase" + }, + "つけ回そ": { + "w_type": "godan verb stem", + "romaji": "tsukemawaso" + }, + "つけ回した": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawashita" + }, + "つけ回して": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawashite" + }, + "打ち下ろさ": { + "w_type": "godan verb stem", + "romaji": "uchiorosa" + }, + "打ち下ろし": { + "w_type": "godan verb stem", + "romaji": "uchioroshi" + }, + "打ち下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "uchiorose" + }, + "打ち下ろそ": { + "w_type": "godan verb stem", + "romaji": "uchioroso" + }, + "打ち下ろした": { + "w_type": "conjugated godan verb", + "romaji": "uchioroshita" + }, + "打ち下ろして": { + "w_type": "conjugated godan verb", + "romaji": "uchioroshite" + }, + "漲ら": { + "w_type": "godan verb stem", + "romaji": "minagira" + }, + "漲り": { + "w_type": "godan verb stem", + "romaji": "minagiri" + }, + "漲れ": { + "w_type": "conjugated godan verb", + "romaji": "minagire" + }, + "漲ろ": { + "w_type": "godan verb stem", + "romaji": "minagiro" + }, + "漲った": { + "w_type": "conjugated godan verb", + "romaji": "minagitta" + }, + "漲って": { + "w_type": "conjugated godan verb", + "romaji": "minagitte" + }, + "飛ば": { + "w_type": "godan verb stem", + "romaji": "toba" + }, + "飛び": { + "w_type": "godan verb stem", + "romaji": "tobi" + }, + "飛べ": { + "w_type": "conjugated godan verb", + "romaji": "tobe" + }, + "飛ぼ": { + "w_type": "godan verb stem", + "romaji": "tobo" + }, + "飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "tonda" + }, + "飛んで": { + "w_type": "conjugated godan verb", + "romaji": "tonde" + }, + "模ら": { + "w_type": "godan verb stem", + "romaji": "katadora" + }, + "模り": { + "w_type": "godan verb stem", + "romaji": "katadori" + }, + "模れ": { + "w_type": "conjugated godan verb", + "romaji": "katadore" + }, + "模ろ": { + "w_type": "godan verb stem", + "romaji": "katadoro" + }, + "模った": { + "w_type": "conjugated godan verb", + "romaji": "katadotta" + }, + "模って": { + "w_type": "conjugated godan verb", + "romaji": "katadotte" + }, + "立入ら": { + "w_type": "godan verb stem", + "romaji": "tachiira" + }, + "立入り": { + "w_type": "godan verb stem", + "romaji": "tachiiri" + }, + "立入れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiire" + }, + "立入ろ": { + "w_type": "godan verb stem", + "romaji": "tachiiro" + }, + "立入った": { + "w_type": "conjugated godan verb", + "romaji": "tachiitta" + }, + "立入って": { + "w_type": "conjugated godan verb", + "romaji": "tachiitte" + }, + "労わら": { + "w_type": "godan verb stem", + "romaji": "itawara" + }, + "労わり": { + "w_type": "godan verb stem", + "romaji": "itawari" + }, + "労われ": { + "w_type": "conjugated godan verb", + "romaji": "itaware" + }, + "労わろ": { + "w_type": "godan verb stem", + "romaji": "itawaro" + }, + "労わった": { + "w_type": "conjugated godan verb", + "romaji": "itawatta" + }, + "労わって": { + "w_type": "conjugated godan verb", + "romaji": "itawatte" + }, + "吹っ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "futtobasa" + }, + "吹っ飛ばし": { + "w_type": "godan verb stem", + "romaji": "futtobashi" + }, + "吹っ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "futtobase" + }, + "吹っ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "futtobaso" + }, + "吹っ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "futtobashita" + }, + "吹っ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "futtobashite" + }, + "承ら": { + "w_type": "godan verb stem", + "romaji": "uketamawara" + }, + "承り": { + "w_type": "godan verb stem", + "romaji": "uketamawari" + }, + "承れ": { + "w_type": "conjugated godan verb", + "romaji": "uketamaware" + }, + "承ろ": { + "w_type": "godan verb stem", + "romaji": "uketamawaro" + }, + "承った": { + "w_type": "conjugated godan verb", + "romaji": "uketamawatta" + }, + "承って": { + "w_type": "conjugated godan verb", + "romaji": "uketamawatte" + }, + "嚼まさ": { + "w_type": "godan verb stem", + "romaji": "kamasa" + }, + "嚼まし": { + "w_type": "godan verb stem", + "romaji": "kamashi" + }, + "嚼ませ": { + "w_type": "conjugated godan verb", + "romaji": "kamase" + }, + "嚼まそ": { + "w_type": "godan verb stem", + "romaji": "kamaso" + }, + "嚼ました": { + "w_type": "conjugated godan verb", + "romaji": "kamashita" + }, + "嚼まして": { + "w_type": "conjugated godan verb", + "romaji": "kamashite" + }, + "剝か": { + "w_type": "godan verb stem", + "romaji": "muka" + }, + "剝き": { + "w_type": "godan verb stem", + "romaji": "muki" + }, + "剝け": { + "w_type": "conjugated godan verb", + "romaji": "muke" + }, + "剝こ": { + "w_type": "godan verb stem", + "romaji": "muko" + }, + "剝いた": { + "w_type": "conjugated godan verb", + "romaji": "muita" + }, + "剝いて": { + "w_type": "conjugated godan verb", + "romaji": "muite" + }, + "傲ら": { + "w_type": "godan verb stem", + "romaji": "ogora" + }, + "傲り": { + "w_type": "godan verb stem", + "romaji": "ogori" + }, + "傲れ": { + "w_type": "conjugated godan verb", + "romaji": "ogore" + }, + "傲ろ": { + "w_type": "godan verb stem", + "romaji": "ogoro" + }, + "傲った": { + "w_type": "conjugated godan verb", + "romaji": "ogotta" + }, + "傲って": { + "w_type": "conjugated godan verb", + "romaji": "ogotte" + }, + "言い尽さ": { + "w_type": "godan verb stem", + "romaji": "iitsukusa" + }, + "言い尽し": { + "w_type": "godan verb stem", + "romaji": "iitsukushi" + }, + "言い尽せ": { + "w_type": "conjugated godan verb", + "romaji": "iitsukuse" + }, + "言い尽そ": { + "w_type": "godan verb stem", + "romaji": "iitsukuso" + }, + "言い尽した": { + "w_type": "conjugated godan verb", + "romaji": "iitsukushita" + }, + "言い尽して": { + "w_type": "conjugated godan verb", + "romaji": "iitsukushite" + }, + "打っ込ま": { + "w_type": "godan verb stem", + "romaji": "bukkoma" + }, + "打っ込み": { + "w_type": "godan verb stem", + "romaji": "bukkomi" + }, + "打っ込め": { + "w_type": "conjugated godan verb", + "romaji": "bukkome" + }, + "打っ込も": { + "w_type": "godan verb stem", + "romaji": "bukkomo" + }, + "打っ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "bukkonda" + }, + "打っ込んで": { + "w_type": "conjugated godan verb", + "romaji": "bukkonde" + }, + "突き当たら": { + "w_type": "godan verb stem", + "romaji": "tsukiatara" + }, + "突き当たり": { + "w_type": "godan verb stem", + "romaji": "tsukiatari" + }, + "突き当たれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatare" + }, + "突き当たろ": { + "w_type": "godan verb stem", + "romaji": "tsukiataro" + }, + "突き当たった": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatta" + }, + "突き当たって": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatte" + }, + "思い返さ": { + "w_type": "godan verb stem", + "romaji": "omoikaesa" + }, + "思い返し": { + "w_type": "godan verb stem", + "romaji": "omoikaeshi" + }, + "思い返せ": { + "w_type": "conjugated godan verb", + "romaji": "omoikaese" + }, + "思い返そ": { + "w_type": "godan verb stem", + "romaji": "omoikaeso" + }, + "思い返した": { + "w_type": "conjugated godan verb", + "romaji": "omoikaeshita" + }, + "思い返して": { + "w_type": "conjugated godan verb", + "romaji": "omoikaeshite" + }, + "逃げ去ら": { + "w_type": "godan verb stem", + "romaji": "nigesara" + }, + "逃げ去り": { + "w_type": "godan verb stem", + "romaji": "nigesari" + }, + "逃げ去れ": { + "w_type": "conjugated godan verb", + "romaji": "nigesare" + }, + "逃げ去ろ": { + "w_type": "godan verb stem", + "romaji": "nigesaro" + }, + "逃げ去った": { + "w_type": "conjugated godan verb", + "romaji": "nigesatta" + }, + "逃げ去って": { + "w_type": "conjugated godan verb", + "romaji": "nigesatte" + }, + "転げ込ま": { + "w_type": "godan verb stem", + "romaji": "korogekoma" + }, + "転げ込み": { + "w_type": "godan verb stem", + "romaji": "korogekomi" + }, + "転げ込め": { + "w_type": "conjugated godan verb", + "romaji": "korogekome" + }, + "転げ込も": { + "w_type": "godan verb stem", + "romaji": "korogekomo" + }, + "転げ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "korogekonda" + }, + "転げ込んで": { + "w_type": "conjugated godan verb", + "romaji": "korogekonde" + }, + "粘ら": { + "w_type": "godan verb stem", + "romaji": "nebara" + }, + "粘り": { + "w_type": "godan verb stem", + "romaji": "nebari" + }, + "粘れ": { + "w_type": "conjugated godan verb", + "romaji": "nebare" + }, + "粘ろ": { + "w_type": "godan verb stem", + "romaji": "nebaro" + }, + "粘った": { + "w_type": "conjugated godan verb", + "romaji": "nebatta" + }, + "粘って": { + "w_type": "conjugated godan verb", + "romaji": "nebatte" + }, + "去なさ": { + "w_type": "godan verb stem", + "romaji": "inasa" + }, + "去なし": { + "w_type": "godan verb stem", + "romaji": "inashi" + }, + "去なせ": { + "w_type": "conjugated godan verb", + "romaji": "inase" + }, + "去なそ": { + "w_type": "godan verb stem", + "romaji": "inaso" + }, + "去なした": { + "w_type": "conjugated godan verb", + "romaji": "inashita" + }, + "去なして": { + "w_type": "conjugated godan verb", + "romaji": "inashite" + }, + "撃ち抜か": { + "w_type": "godan verb stem", + "romaji": "uchinuka" + }, + "撃ち抜き": { + "w_type": "godan verb stem", + "romaji": "uchinuki" + }, + "撃ち抜け": { + "w_type": "conjugated godan verb", + "romaji": "uchinuke" + }, + "撃ち抜こ": { + "w_type": "godan verb stem", + "romaji": "uchinuko" + }, + "撃ち抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uchinuita" + }, + "撃ち抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uchinuite" + }, + "立ちどまら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立ちどまり": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立ちどまれ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立ちどまろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立ちどまった": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立ちどまって": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "信じ込ま": { + "w_type": "godan verb stem", + "romaji": "shinjikoma" + }, + "信じ込み": { + "w_type": "godan verb stem", + "romaji": "shinjikomi" + }, + "信じ込め": { + "w_type": "conjugated godan verb", + "romaji": "shinjikome" + }, + "信じ込も": { + "w_type": "godan verb stem", + "romaji": "shinjikomo" + }, + "信じ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinjikonda" + }, + "信じ込んで": { + "w_type": "conjugated godan verb", + "romaji": "shinjikonde" + }, + "呶鳴り散らさ": { + "w_type": "godan verb stem", + "romaji": "donarichirasa" + }, + "呶鳴り散らし": { + "w_type": "godan verb stem", + "romaji": "donarichirashi" + }, + "呶鳴り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "donarichirase" + }, + "呶鳴り散らそ": { + "w_type": "godan verb stem", + "romaji": "donarichiraso" + }, + "呶鳴り散らした": { + "w_type": "conjugated godan verb", + "romaji": "donarichirashita" + }, + "呶鳴り散らして": { + "w_type": "conjugated godan verb", + "romaji": "donarichirashite" + }, + "仕掛ら": { + "w_type": "godan verb stem", + "romaji": "shikakara" + }, + "仕掛り": { + "w_type": "godan verb stem", + "romaji": "shikakari" + }, + "仕掛れ": { + "w_type": "conjugated godan verb", + "romaji": "shikakare" + }, + "仕掛ろ": { + "w_type": "godan verb stem", + "romaji": "shikakaro" + }, + "仕掛った": { + "w_type": "conjugated godan verb", + "romaji": "shikakatta" + }, + "仕掛って": { + "w_type": "conjugated godan verb", + "romaji": "shikakatte" + }, + "励み合わ": { + "w_type": "godan verb stem", + "romaji": "hagemiawa" + }, + "励み合い": { + "w_type": "godan verb stem", + "romaji": "hagemiai" + }, + "励み合え": { + "w_type": "conjugated godan verb", + "romaji": "hagemiae" + }, + "励み合お": { + "w_type": "godan verb stem", + "romaji": "hagemiao" + }, + "励み合った": { + "w_type": "conjugated godan verb", + "romaji": "hagemiatta" + }, + "励み合って": { + "w_type": "conjugated godan verb", + "romaji": "hagemiatte" + }, + "選び出さ": { + "w_type": "godan verb stem", + "romaji": "erabidasa" + }, + "選び出し": { + "w_type": "godan verb stem", + "romaji": "erabidashi" + }, + "選び出せ": { + "w_type": "conjugated godan verb", + "romaji": "erabidase" + }, + "選び出そ": { + "w_type": "godan verb stem", + "romaji": "erabidaso" + }, + "選び出した": { + "w_type": "conjugated godan verb", + "romaji": "erabidashita" + }, + "選び出して": { + "w_type": "conjugated godan verb", + "romaji": "erabidashite" + }, + "競り落さ": { + "w_type": "godan verb stem", + "romaji": "seriotosa" + }, + "競り落し": { + "w_type": "godan verb stem", + "romaji": "seriotoshi" + }, + "競り落せ": { + "w_type": "conjugated godan verb", + "romaji": "seriotose" + }, + "競り落そ": { + "w_type": "godan verb stem", + "romaji": "seriotoso" + }, + "競り落した": { + "w_type": "conjugated godan verb", + "romaji": "seriotoshita" + }, + "競り落して": { + "w_type": "conjugated godan verb", + "romaji": "seriotoshite" + }, + "せり出さ": { + "w_type": "godan verb stem", + "romaji": "seridasa" + }, + "せり出し": { + "w_type": "godan verb stem", + "romaji": "seridashi" + }, + "せり出せ": { + "w_type": "conjugated godan verb", + "romaji": "seridase" + }, + "せり出そ": { + "w_type": "godan verb stem", + "romaji": "seridaso" + }, + "せり出した": { + "w_type": "conjugated godan verb", + "romaji": "seridashita" + }, + "せり出して": { + "w_type": "conjugated godan verb", + "romaji": "seridashite" + }, + "揺り戻さ": { + "w_type": "godan verb stem", + "romaji": "yurimodosa" + }, + "揺り戻し": { + "w_type": "godan verb stem", + "romaji": "yurimodoshi" + }, + "揺り戻せ": { + "w_type": "conjugated godan verb", + "romaji": "yurimodose" + }, + "揺り戻そ": { + "w_type": "godan verb stem", + "romaji": "yurimodoso" + }, + "揺り戻した": { + "w_type": "conjugated godan verb", + "romaji": "yurimodoshita" + }, + "揺り戻して": { + "w_type": "conjugated godan verb", + "romaji": "yurimodoshite" + }, + "引き摺り出さ": { + "w_type": "godan verb stem", + "romaji": "hikizuridasa" + }, + "引き摺り出し": { + "w_type": "godan verb stem", + "romaji": "hikizuridashi" + }, + "引き摺り出せ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridase" + }, + "引き摺り出そ": { + "w_type": "godan verb stem", + "romaji": "hikizuridaso" + }, + "引き摺り出した": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridashita" + }, + "引き摺り出して": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridashite" + }, + "奪わ": { + "w_type": "godan verb stem", + "romaji": "ubawa" + }, + "奪い": { + "w_type": "godan verb stem", + "romaji": "ubai" + }, + "奪え": { + "w_type": "conjugated godan verb", + "romaji": "ubae" + }, + "奪お": { + "w_type": "godan verb stem", + "romaji": "ubao" + }, + "奪った": { + "w_type": "conjugated godan verb", + "romaji": "ubatta" + }, + "奪って": { + "w_type": "conjugated godan verb", + "romaji": "ubatte" + }, + "かかり合わ": { + "w_type": "godan verb stem", + "romaji": "kakariawa" + }, + "かかり合い": { + "w_type": "godan verb stem", + "romaji": "kakariai" + }, + "かかり合え": { + "w_type": "conjugated godan verb", + "romaji": "kakariae" + }, + "かかり合お": { + "w_type": "godan verb stem", + "romaji": "kakariao" + }, + "かかり合った": { + "w_type": "conjugated godan verb", + "romaji": "kakariatta" + }, + "かかり合って": { + "w_type": "conjugated godan verb", + "romaji": "kakariatte" + }, + "すすり泣か": { + "w_type": "godan verb stem", + "romaji": "susurinaka" + }, + "すすり泣き": { + "w_type": "godan verb stem", + "romaji": "susurinaki" + }, + "すすり泣け": { + "w_type": "conjugated godan verb", + "romaji": "susurinake" + }, + "すすり泣こ": { + "w_type": "godan verb stem", + "romaji": "susurinako" + }, + "すすり泣いた": { + "w_type": "conjugated godan verb", + "romaji": "susurinaita" + }, + "すすり泣いて": { + "w_type": "conjugated godan verb", + "romaji": "susurinaite" + }, + "突き合わ": { + "w_type": "godan verb stem", + "romaji": "tsukiawa" + }, + "突き合い": { + "w_type": "godan verb stem", + "romaji": "tsukiai" + }, + "突き合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukiae" + }, + "突き合お": { + "w_type": "godan verb stem", + "romaji": "tsukiao" + }, + "突き合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatta" + }, + "突き合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatte" + }, + "染め出さ": { + "w_type": "godan verb stem", + "romaji": "somedasa" + }, + "染め出し": { + "w_type": "godan verb stem", + "romaji": "somedashi" + }, + "染め出せ": { + "w_type": "conjugated godan verb", + "romaji": "somedase" + }, + "染め出そ": { + "w_type": "godan verb stem", + "romaji": "somedaso" + }, + "染め出した": { + "w_type": "conjugated godan verb", + "romaji": "somedashita" + }, + "染め出して": { + "w_type": "conjugated godan verb", + "romaji": "somedashite" + }, + "歓ば": { + "w_type": "godan verb stem", + "romaji": "yorokoba" + }, + "歓び": { + "w_type": "godan verb stem", + "romaji": "yorokobi" + }, + "歓べ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobe" + }, + "歓ぼ": { + "w_type": "godan verb stem", + "romaji": "yorokobo" + }, + "歓んだ": { + "w_type": "conjugated godan verb", + "romaji": "yorokonda" + }, + "歓んで": { + "w_type": "conjugated godan verb", + "romaji": "yorokonde" + }, + "撃ち落さ": { + "w_type": "godan verb stem", + "romaji": "uchiotosa" + }, + "撃ち落し": { + "w_type": "godan verb stem", + "romaji": "uchiotoshi" + }, + "撃ち落せ": { + "w_type": "conjugated godan verb", + "romaji": "uchiotose" + }, + "撃ち落そ": { + "w_type": "godan verb stem", + "romaji": "uchiotoso" + }, + "撃ち落した": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshita" + }, + "撃ち落して": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshite" + }, + "嗣が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "嗣ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "嗣げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "嗣ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "嗣いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "嗣いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "引きおろさ": { + "w_type": "godan verb stem", + "romaji": "hikiorosa" + }, + "引きおろし": { + "w_type": "godan verb stem", + "romaji": "hikioroshi" + }, + "引きおろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiorose" + }, + "引きおろそ": { + "w_type": "godan verb stem", + "romaji": "hikioroso" + }, + "引きおろした": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshita" + }, + "引きおろして": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshite" + }, + "死な": { + "w_type": "godan verb stem", + "romaji": "shina" + }, + "死に": { + "w_type": "godan verb stem", + "romaji": "shini" + }, + "死ね": { + "w_type": "conjugated godan verb", + "romaji": "shine" + }, + "死の": { + "w_type": "godan verb stem", + "romaji": "shino" + }, + "死んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinda" + }, + "死んで": { + "w_type": "conjugated godan verb", + "romaji": "shinde" + }, + "相争わ": { + "w_type": "godan verb stem", + "romaji": "aiarasowa" + }, + "相争い": { + "w_type": "godan verb stem", + "romaji": "aiarasoi" + }, + "相争え": { + "w_type": "conjugated godan verb", + "romaji": "aiarasoe" + }, + "相争お": { + "w_type": "godan verb stem", + "romaji": "aiarasoo" + }, + "相争った": { + "w_type": "conjugated godan verb", + "romaji": "aiarasotta" + }, + "相争って": { + "w_type": "conjugated godan verb", + "romaji": "aiarasotte" + }, + "課さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "課し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "課せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "課そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "課した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "課して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "ブチ殺さ": { + "w_type": "godan verb stem", + "romaji": "buchikorosa" + }, + "ブチ殺し": { + "w_type": "godan verb stem", + "romaji": "buchikoroshi" + }, + "ブチ殺せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikorose" + }, + "ブチ殺そ": { + "w_type": "godan verb stem", + "romaji": "buchikoroso" + }, + "ブチ殺した": { + "w_type": "conjugated godan verb", + "romaji": "buchikoroshita" + }, + "ブチ殺して": { + "w_type": "conjugated godan verb", + "romaji": "buchikoroshite" + }, + "打ち取ら": { + "w_type": "godan verb stem", + "romaji": "uchitora" + }, + "打ち取り": { + "w_type": "godan verb stem", + "romaji": "uchitori" + }, + "打ち取れ": { + "w_type": "conjugated godan verb", + "romaji": "uchitore" + }, + "打ち取ろ": { + "w_type": "godan verb stem", + "romaji": "uchitoro" + }, + "打ち取った": { + "w_type": "conjugated godan verb", + "romaji": "uchitotta" + }, + "打ち取って": { + "w_type": "conjugated godan verb", + "romaji": "uchitotte" + }, + "包み直さ": { + "w_type": "godan verb stem", + "romaji": "tsutsuminaosa" + }, + "包み直し": { + "w_type": "godan verb stem", + "romaji": "tsutsuminaoshi" + }, + "包み直せ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuminaose" + }, + "包み直そ": { + "w_type": "godan verb stem", + "romaji": "tsutsuminaoso" + }, + "包み直した": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuminaoshita" + }, + "包み直して": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuminaoshite" + }, + "鑚ら": { + "w_type": "godan verb stem", + "romaji": "kira" + }, + "鑚り": { + "w_type": "godan verb stem", + "romaji": "kiri" + }, + "鑚れ": { + "w_type": "conjugated godan verb", + "romaji": "kire" + }, + "鑚ろ": { + "w_type": "godan verb stem", + "romaji": "kiro" + }, + "鑚った": { + "w_type": "conjugated godan verb", + "romaji": "kitta" + }, + "鑚って": { + "w_type": "conjugated godan verb", + "romaji": "kitte" + }, + "腫らさ": { + "w_type": "godan verb stem", + "romaji": "harasa" + }, + "腫らし": { + "w_type": "godan verb stem", + "romaji": "harashi" + }, + "腫らせ": { + "w_type": "conjugated godan verb", + "romaji": "harase" + }, + "腫らそ": { + "w_type": "godan verb stem", + "romaji": "haraso" + }, + "腫らした": { + "w_type": "conjugated godan verb", + "romaji": "harashita" + }, + "腫らして": { + "w_type": "conjugated godan verb", + "romaji": "harashite" + }, + "睨み返さ": { + "w_type": "godan verb stem", + "romaji": "niramikaesa" + }, + "睨み返し": { + "w_type": "godan verb stem", + "romaji": "niramikaeshi" + }, + "睨み返せ": { + "w_type": "conjugated godan verb", + "romaji": "niramikaese" + }, + "睨み返そ": { + "w_type": "godan verb stem", + "romaji": "niramikaeso" + }, + "睨み返した": { + "w_type": "conjugated godan verb", + "romaji": "niramikaeshita" + }, + "睨み返して": { + "w_type": "conjugated godan verb", + "romaji": "niramikaeshite" + }, + "引き落さ": { + "w_type": "godan verb stem", + "romaji": "hikiotosa" + }, + "引き落し": { + "w_type": "godan verb stem", + "romaji": "hikiotoshi" + }, + "引き落せ": { + "w_type": "conjugated godan verb", + "romaji": "hikiotose" + }, + "引き落そ": { + "w_type": "godan verb stem", + "romaji": "hikiotoso" + }, + "引き落した": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshita" + }, + "引き落して": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshite" + }, + "乱吹か": { + "w_type": "godan verb stem", + "romaji": "fubuka" + }, + "乱吹き": { + "w_type": "godan verb stem", + "romaji": "fubuki" + }, + "乱吹け": { + "w_type": "conjugated godan verb", + "romaji": "fubuke" + }, + "乱吹こ": { + "w_type": "godan verb stem", + "romaji": "fubuko" + }, + "乱吹いた": { + "w_type": "conjugated godan verb", + "romaji": "fubuita" + }, + "乱吹いて": { + "w_type": "conjugated godan verb", + "romaji": "fubuite" + }, + "捲き起ら": { + "w_type": "godan verb stem", + "romaji": "makiokora" + }, + "捲き起り": { + "w_type": "godan verb stem", + "romaji": "makiokori" + }, + "捲き起れ": { + "w_type": "conjugated godan verb", + "romaji": "makiokore" + }, + "捲き起ろ": { + "w_type": "godan verb stem", + "romaji": "makiokoro" + }, + "捲き起った": { + "w_type": "conjugated godan verb", + "romaji": "makiokotta" + }, + "捲き起って": { + "w_type": "conjugated godan verb", + "romaji": "makiokotte" + }, + "熱り立た": { + "w_type": "godan verb stem", + "romaji": "ikiritata" + }, + "熱り立ち": { + "w_type": "godan verb stem", + "romaji": "ikiritachi" + }, + "熱り立て": { + "w_type": "conjugated godan verb", + "romaji": "ikiritate" + }, + "熱り立と": { + "w_type": "godan verb stem", + "romaji": "ikiritato" + }, + "熱り立った": { + "w_type": "conjugated godan verb", + "romaji": "ikiritatta" + }, + "熱り立って": { + "w_type": "conjugated godan verb", + "romaji": "ikiritatte" + }, + "喰付か": { + "w_type": "godan verb stem", + "romaji": "kuitsuka" + }, + "喰付き": { + "w_type": "godan verb stem", + "romaji": "kuitsuki" + }, + "喰付け": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuke" + }, + "喰付こ": { + "w_type": "godan verb stem", + "romaji": "kuitsuko" + }, + "喰付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuita" + }, + "喰付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuite" + }, + "飛出さ": { + "w_type": "godan verb stem", + "romaji": "tobidasa" + }, + "飛出し": { + "w_type": "godan verb stem", + "romaji": "tobidashi" + }, + "飛出せ": { + "w_type": "conjugated godan verb", + "romaji": "tobidase" + }, + "飛出そ": { + "w_type": "godan verb stem", + "romaji": "tobidaso" + }, + "飛出した": { + "w_type": "conjugated godan verb", + "romaji": "tobidashita" + }, + "飛出して": { + "w_type": "conjugated godan verb", + "romaji": "tobidashite" + }, + "持ち扱わ": { + "w_type": "godan verb stem", + "romaji": "mochiatsukawa" + }, + "持ち扱い": { + "w_type": "godan verb stem", + "romaji": "mochiatsukai" + }, + "持ち扱え": { + "w_type": "conjugated godan verb", + "romaji": "mochiatsukae" + }, + "持ち扱お": { + "w_type": "godan verb stem", + "romaji": "mochiatsukao" + }, + "持ち扱った": { + "w_type": "conjugated godan verb", + "romaji": "mochiatsukatta" + }, + "持ち扱って": { + "w_type": "conjugated godan verb", + "romaji": "mochiatsukatte" + }, + "迯がさ": { + "w_type": "godan verb stem", + "romaji": "nigasa" + }, + "迯がし": { + "w_type": "godan verb stem", + "romaji": "nigashi" + }, + "迯がせ": { + "w_type": "conjugated godan verb", + "romaji": "nigase" + }, + "迯がそ": { + "w_type": "godan verb stem", + "romaji": "nigaso" + }, + "迯がした": { + "w_type": "conjugated godan verb", + "romaji": "nigashita" + }, + "迯がして": { + "w_type": "conjugated godan verb", + "romaji": "nigashite" + }, + "湧き上ら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "湧き上り": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "湧き上れ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "湧き上ろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "湧き上った": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "湧き上って": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "疵つか": { + "w_type": "godan verb stem", + "romaji": "kizutsuka" + }, + "疵つき": { + "w_type": "godan verb stem", + "romaji": "kizutsuki" + }, + "疵つけ": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuke" + }, + "疵つこ": { + "w_type": "godan verb stem", + "romaji": "kizutsuko" + }, + "疵ついた": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuita" + }, + "疵ついて": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuite" + }, + "鬱ぎ込ま": { + "w_type": "godan verb stem", + "romaji": "fusagikoma" + }, + "鬱ぎ込み": { + "w_type": "godan verb stem", + "romaji": "fusagikomi" + }, + "鬱ぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "fusagikome" + }, + "鬱ぎ込も": { + "w_type": "godan verb stem", + "romaji": "fusagikomo" + }, + "鬱ぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fusagikonda" + }, + "鬱ぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "fusagikonde" + }, + "踏みしだか": { + "w_type": "godan verb stem", + "romaji": "fumishidaka" + }, + "踏みしだき": { + "w_type": "godan verb stem", + "romaji": "fumishidaki" + }, + "踏みしだけ": { + "w_type": "conjugated godan verb", + "romaji": "fumishidake" + }, + "踏みしだこ": { + "w_type": "godan verb stem", + "romaji": "fumishidako" + }, + "踏みしだいた": { + "w_type": "conjugated godan verb", + "romaji": "fumishidaita" + }, + "踏みしだいて": { + "w_type": "conjugated godan verb", + "romaji": "fumishidaite" + }, + "触れ合わ": { + "w_type": "godan verb stem", + "romaji": "fureawa" + }, + "触れ合い": { + "w_type": "godan verb stem", + "romaji": "fureai" + }, + "触れ合え": { + "w_type": "conjugated godan verb", + "romaji": "fureae" + }, + "触れ合お": { + "w_type": "godan verb stem", + "romaji": "fureao" + }, + "触れ合った": { + "w_type": "conjugated godan verb", + "romaji": "fureatta" + }, + "触れ合って": { + "w_type": "conjugated godan verb", + "romaji": "fureatte" + }, + "染め抜か": { + "w_type": "godan verb stem", + "romaji": "somenuka" + }, + "染め抜き": { + "w_type": "godan verb stem", + "romaji": "somenuki" + }, + "染め抜け": { + "w_type": "conjugated godan verb", + "romaji": "somenuke" + }, + "染め抜こ": { + "w_type": "godan verb stem", + "romaji": "somenuko" + }, + "染め抜いた": { + "w_type": "conjugated godan verb", + "romaji": "somenuita" + }, + "染め抜いて": { + "w_type": "conjugated godan verb", + "romaji": "somenuite" + }, + "かさ張ら": { + "w_type": "godan verb stem", + "romaji": "kasabara" + }, + "かさ張り": { + "w_type": "godan verb stem", + "romaji": "kasabari" + }, + "かさ張れ": { + "w_type": "conjugated godan verb", + "romaji": "kasabare" + }, + "かさ張ろ": { + "w_type": "godan verb stem", + "romaji": "kasabaro" + }, + "かさ張った": { + "w_type": "conjugated godan verb", + "romaji": "kasabatta" + }, + "かさ張って": { + "w_type": "conjugated godan verb", + "romaji": "kasabatte" + }, + "かぎ出さ": { + "w_type": "godan verb stem", + "romaji": "kagidasa" + }, + "かぎ出し": { + "w_type": "godan verb stem", + "romaji": "kagidashi" + }, + "かぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "kagidase" + }, + "かぎ出そ": { + "w_type": "godan verb stem", + "romaji": "kagidaso" + }, + "かぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "kagidashita" + }, + "かぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "kagidashite" + }, + "引続か": { + "w_type": "godan verb stem", + "romaji": "hikitsuzuka" + }, + "引続き": { + "w_type": "godan verb stem", + "romaji": "hikitsuzuki" + }, + "引続け": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuzuke" + }, + "引続こ": { + "w_type": "godan verb stem", + "romaji": "hikitsuzuko" + }, + "引続いた": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuzuita" + }, + "引続いて": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuzuite" + }, + "裁た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "裁ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "裁て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "裁と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "裁った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "裁って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "得意がら": { + "w_type": "godan verb stem", + "romaji": "tokuigara" + }, + "得意がり": { + "w_type": "godan verb stem", + "romaji": "tokuigari" + }, + "得意がれ": { + "w_type": "conjugated godan verb", + "romaji": "tokuigare" + }, + "得意がろ": { + "w_type": "godan verb stem", + "romaji": "tokuigaro" + }, + "得意がった": { + "w_type": "conjugated godan verb", + "romaji": "tokuigatta" + }, + "得意がって": { + "w_type": "conjugated godan verb", + "romaji": "tokuigatte" + }, + "四角張ら": { + "w_type": "godan verb stem", + "romaji": "shikakubara" + }, + "四角張り": { + "w_type": "godan verb stem", + "romaji": "shikakubari" + }, + "四角張れ": { + "w_type": "conjugated godan verb", + "romaji": "shikakubare" + }, + "四角張ろ": { + "w_type": "godan verb stem", + "romaji": "shikakubaro" + }, + "四角張った": { + "w_type": "conjugated godan verb", + "romaji": "shikakubatta" + }, + "四角張って": { + "w_type": "conjugated godan verb", + "romaji": "shikakubatte" + }, + "しな垂れかから": { + "w_type": "godan verb stem", + "romaji": "shinadarekakara" + }, + "しな垂れかかり": { + "w_type": "godan verb stem", + "romaji": "shinadarekakari" + }, + "しな垂れかかれ": { + "w_type": "conjugated godan verb", + "romaji": "shinadarekakare" + }, + "しな垂れかかろ": { + "w_type": "godan verb stem", + "romaji": "shinadarekakaro" + }, + "しな垂れかかった": { + "w_type": "conjugated godan verb", + "romaji": "shinadarekakatta" + }, + "しな垂れかかって": { + "w_type": "conjugated godan verb", + "romaji": "shinadarekakatte" + }, + "書き残さ": { + "w_type": "godan verb stem", + "romaji": "kakinokosa" + }, + "書き残し": { + "w_type": "godan verb stem", + "romaji": "kakinokoshi" + }, + "書き残せ": { + "w_type": "conjugated godan verb", + "romaji": "kakinokose" + }, + "書き残そ": { + "w_type": "godan verb stem", + "romaji": "kakinokoso" + }, + "書き残した": { + "w_type": "conjugated godan verb", + "romaji": "kakinokoshita" + }, + "書き残して": { + "w_type": "conjugated godan verb", + "romaji": "kakinokoshite" + }, + "嵩ま": { + "w_type": "godan verb stem", + "romaji": "kasama" + }, + "嵩み": { + "w_type": "godan verb stem", + "romaji": "kasami" + }, + "嵩め": { + "w_type": "conjugated godan verb", + "romaji": "kasame" + }, + "嵩も": { + "w_type": "godan verb stem", + "romaji": "kasamo" + }, + "嵩んだ": { + "w_type": "conjugated godan verb", + "romaji": "kasanda" + }, + "嵩んで": { + "w_type": "conjugated godan verb", + "romaji": "kasande" + }, + "思い当たら": { + "w_type": "godan verb stem", + "romaji": "omoiatara" + }, + "思い当たり": { + "w_type": "godan verb stem", + "romaji": "omoiatari" + }, + "思い当たれ": { + "w_type": "conjugated godan verb", + "romaji": "omoiatare" + }, + "思い当たろ": { + "w_type": "godan verb stem", + "romaji": "omoiataro" + }, + "思い当たった": { + "w_type": "conjugated godan verb", + "romaji": "omoiatatta" + }, + "思い当たって": { + "w_type": "conjugated godan verb", + "romaji": "omoiatatte" + }, + "清ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "清み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "清め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "清も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "清んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "清んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "年取ら": { + "w_type": "godan verb stem", + "romaji": "toshitora" + }, + "年取り": { + "w_type": "godan verb stem", + "romaji": "toshitori" + }, + "年取れ": { + "w_type": "conjugated godan verb", + "romaji": "toshitore" + }, + "年取ろ": { + "w_type": "godan verb stem", + "romaji": "toshitoro" + }, + "年取った": { + "w_type": "conjugated godan verb", + "romaji": "toshitotta" + }, + "年取って": { + "w_type": "conjugated godan verb", + "romaji": "toshitotte" + }, + "飛び移ら": { + "w_type": "godan verb stem", + "romaji": "tobiutsura" + }, + "飛び移り": { + "w_type": "godan verb stem", + "romaji": "tobiutsuri" + }, + "飛び移れ": { + "w_type": "conjugated godan verb", + "romaji": "tobiutsure" + }, + "飛び移ろ": { + "w_type": "godan verb stem", + "romaji": "tobiutsuro" + }, + "飛び移った": { + "w_type": "conjugated godan verb", + "romaji": "tobiutsutta" + }, + "飛び移って": { + "w_type": "conjugated godan verb", + "romaji": "tobiutsutte" + }, + "飛びかから": { + "w_type": "godan verb stem", + "romaji": "tobikakara" + }, + "飛びかかり": { + "w_type": "godan verb stem", + "romaji": "tobikakari" + }, + "飛びかかれ": { + "w_type": "conjugated godan verb", + "romaji": "tobikakare" + }, + "飛びかかろ": { + "w_type": "godan verb stem", + "romaji": "tobikakaro" + }, + "飛びかかった": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatta" + }, + "飛びかかって": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatte" + }, + "立て引か": { + "w_type": "godan verb stem", + "romaji": "tatehika" + }, + "立て引き": { + "w_type": "godan verb stem", + "romaji": "tatehiki" + }, + "立て引け": { + "w_type": "conjugated godan verb", + "romaji": "tatehike" + }, + "立て引こ": { + "w_type": "godan verb stem", + "romaji": "tatehiko" + }, + "立て引いた": { + "w_type": "conjugated godan verb", + "romaji": "tatehiita" + }, + "立て引いて": { + "w_type": "conjugated godan verb", + "romaji": "tatehiite" + }, + "藉さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "藉し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "藉せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "藉そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "藉した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "藉して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "もみ消さ": { + "w_type": "godan verb stem", + "romaji": "momikesa" + }, + "もみ消し": { + "w_type": "godan verb stem", + "romaji": "momikeshi" + }, + "もみ消せ": { + "w_type": "conjugated godan verb", + "romaji": "momikese" + }, + "もみ消そ": { + "w_type": "godan verb stem", + "romaji": "momikeso" + }, + "もみ消した": { + "w_type": "conjugated godan verb", + "romaji": "momikeshita" + }, + "もみ消して": { + "w_type": "conjugated godan verb", + "romaji": "momikeshite" + }, + "切裂か": { + "w_type": "godan verb stem", + "romaji": "kirisaka" + }, + "切裂き": { + "w_type": "godan verb stem", + "romaji": "kirisaki" + }, + "切裂け": { + "w_type": "conjugated godan verb", + "romaji": "kirisake" + }, + "切裂こ": { + "w_type": "godan verb stem", + "romaji": "kirisako" + }, + "切裂いた": { + "w_type": "conjugated godan verb", + "romaji": "kirisaita" + }, + "切裂いて": { + "w_type": "conjugated godan verb", + "romaji": "kirisaite" + }, + "引きつが": { + "w_type": "godan verb stem", + "romaji": "hikitsuga" + }, + "引きつぎ": { + "w_type": "godan verb stem", + "romaji": "hikitsugi" + }, + "引きつげ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuge" + }, + "引きつご": { + "w_type": "godan verb stem", + "romaji": "hikitsugo" + }, + "引きついだ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuida" + }, + "引きついで": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuide" + }, + "怒らさ": { + "w_type": "godan verb stem", + "romaji": "ikarasa" + }, + "怒らし": { + "w_type": "godan verb stem", + "romaji": "ikarashi" + }, + "怒らせ": { + "w_type": "conjugated godan verb", + "romaji": "ikarase" + }, + "怒らそ": { + "w_type": "godan verb stem", + "romaji": "ikaraso" + }, + "怒らした": { + "w_type": "conjugated godan verb", + "romaji": "ikarashita" + }, + "怒らして": { + "w_type": "conjugated godan verb", + "romaji": "ikarashite" + }, + "焼き上ら": { + "w_type": "godan verb stem", + "romaji": "yakiagara" + }, + "焼き上り": { + "w_type": "godan verb stem", + "romaji": "yakiagari" + }, + "焼き上れ": { + "w_type": "conjugated godan verb", + "romaji": "yakiagare" + }, + "焼き上ろ": { + "w_type": "godan verb stem", + "romaji": "yakiagaro" + }, + "焼き上った": { + "w_type": "conjugated godan verb", + "romaji": "yakiagatta" + }, + "焼き上って": { + "w_type": "conjugated godan verb", + "romaji": "yakiagatte" + }, + "切り刻ま": { + "w_type": "godan verb stem", + "romaji": "kirikizama" + }, + "切り刻み": { + "w_type": "godan verb stem", + "romaji": "kirikizami" + }, + "切り刻め": { + "w_type": "conjugated godan verb", + "romaji": "kirikizame" + }, + "切り刻も": { + "w_type": "godan verb stem", + "romaji": "kirikizamo" + }, + "切り刻んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirikizanda" + }, + "切り刻んで": { + "w_type": "conjugated godan verb", + "romaji": "kirikizande" + }, + "怖じ気立た": { + "w_type": "godan verb stem", + "romaji": "ozokedata" + }, + "怖じ気立ち": { + "w_type": "godan verb stem", + "romaji": "ozokedachi" + }, + "怖じ気立て": { + "w_type": "conjugated godan verb", + "romaji": "ozokedate" + }, + "怖じ気立と": { + "w_type": "godan verb stem", + "romaji": "ozokedato" + }, + "怖じ気立った": { + "w_type": "conjugated godan verb", + "romaji": "ozokedatta" + }, + "怖じ気立って": { + "w_type": "conjugated godan verb", + "romaji": "ozokedatte" + }, + "醸し出さ": { + "w_type": "godan verb stem", + "romaji": "kamoshidasa" + }, + "醸し出し": { + "w_type": "godan verb stem", + "romaji": "kamoshidashi" + }, + "醸し出せ": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidase" + }, + "醸し出そ": { + "w_type": "godan verb stem", + "romaji": "kamoshidaso" + }, + "醸し出した": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidashita" + }, + "醸し出して": { + "w_type": "conjugated godan verb", + "romaji": "kamoshidashite" + }, + "締まら": { + "w_type": "godan verb stem", + "romaji": "shimara" + }, + "締まり": { + "w_type": "godan verb stem", + "romaji": "shimari" + }, + "締まれ": { + "w_type": "conjugated godan verb", + "romaji": "shimare" + }, + "締まろ": { + "w_type": "godan verb stem", + "romaji": "shimaro" + }, + "締まった": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "締まって": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "押し捲くら": { + "w_type": "godan verb stem", + "romaji": "oshimakura" + }, + "押し捲くり": { + "w_type": "godan verb stem", + "romaji": "oshimakuri" + }, + "押し捲くれ": { + "w_type": "conjugated godan verb", + "romaji": "oshimakure" + }, + "押し捲くろ": { + "w_type": "godan verb stem", + "romaji": "oshimakuro" + }, + "押し捲くった": { + "w_type": "conjugated godan verb", + "romaji": "oshimakutta" + }, + "押し捲くって": { + "w_type": "conjugated godan verb", + "romaji": "oshimakutte" + }, + "落とし込ま": { + "w_type": "godan verb stem", + "romaji": "otoshikoma" + }, + "落とし込み": { + "w_type": "godan verb stem", + "romaji": "otoshikomi" + }, + "落とし込め": { + "w_type": "conjugated godan verb", + "romaji": "otoshikome" + }, + "落とし込も": { + "w_type": "godan verb stem", + "romaji": "otoshikomo" + }, + "落とし込んだ": { + "w_type": "conjugated godan verb", + "romaji": "otoshikonda" + }, + "落とし込んで": { + "w_type": "conjugated godan verb", + "romaji": "otoshikonde" + }, + "飛び回ら": { + "w_type": "godan verb stem", + "romaji": "tobimawara" + }, + "飛び回り": { + "w_type": "godan verb stem", + "romaji": "tobimawari" + }, + "飛び回れ": { + "w_type": "conjugated godan verb", + "romaji": "tobimaware" + }, + "飛び回ろ": { + "w_type": "godan verb stem", + "romaji": "tobimawaro" + }, + "飛び回った": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatta" + }, + "飛び回って": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatte" + }, + "切りはずさ": { + "w_type": "godan verb stem", + "romaji": "kirihazusa" + }, + "切りはずし": { + "w_type": "godan verb stem", + "romaji": "kirihazushi" + }, + "切りはずせ": { + "w_type": "conjugated godan verb", + "romaji": "kirihazuse" + }, + "切りはずそ": { + "w_type": "godan verb stem", + "romaji": "kirihazuso" + }, + "切りはずした": { + "w_type": "conjugated godan verb", + "romaji": "kirihazushita" + }, + "切りはずして": { + "w_type": "conjugated godan verb", + "romaji": "kirihazushite" + }, + "引きつら": { + "w_type": "godan verb stem", + "romaji": "hikitsura" + }, + "引きつり": { + "w_type": "godan verb stem", + "romaji": "hikitsuri" + }, + "引きつれ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsure" + }, + "引きつろ": { + "w_type": "godan verb stem", + "romaji": "hikitsuro" + }, + "引きつった": { + "w_type": "conjugated godan verb", + "romaji": "hikitsutta" + }, + "引きつって": { + "w_type": "conjugated godan verb", + "romaji": "hikitsutte" + }, + "吹き頻ら": { + "w_type": "godan verb stem", + "romaji": "fukishikira" + }, + "吹き頻り": { + "w_type": "godan verb stem", + "romaji": "fukishikiri" + }, + "吹き頻れ": { + "w_type": "conjugated godan verb", + "romaji": "fukishikire" + }, + "吹き頻ろ": { + "w_type": "godan verb stem", + "romaji": "fukishikiro" + }, + "吹き頻った": { + "w_type": "conjugated godan verb", + "romaji": "fukishikitta" + }, + "吹き頻って": { + "w_type": "conjugated godan verb", + "romaji": "fukishikitte" + }, + "磨り崩さ": { + "w_type": "godan verb stem", + "romaji": "surikuzusa" + }, + "磨り崩し": { + "w_type": "godan verb stem", + "romaji": "surikuzushi" + }, + "磨り崩せ": { + "w_type": "conjugated godan verb", + "romaji": "surikuzuse" + }, + "磨り崩そ": { + "w_type": "godan verb stem", + "romaji": "surikuzuso" + }, + "磨り崩した": { + "w_type": "conjugated godan verb", + "romaji": "surikuzushita" + }, + "磨り崩して": { + "w_type": "conjugated godan verb", + "romaji": "surikuzushite" + }, + "風立た": { + "w_type": "godan verb stem", + "romaji": "kazedata" + }, + "風立ち": { + "w_type": "godan verb stem", + "romaji": "kazedachi" + }, + "風立て": { + "w_type": "conjugated godan verb", + "romaji": "kazedate" + }, + "風立と": { + "w_type": "godan verb stem", + "romaji": "kazedato" + }, + "風立った": { + "w_type": "conjugated godan verb", + "romaji": "kazedatta" + }, + "風立って": { + "w_type": "conjugated godan verb", + "romaji": "kazedatte" + }, + "話しださ": { + "w_type": "godan verb stem", + "romaji": "hanashidasa" + }, + "話しだし": { + "w_type": "godan verb stem", + "romaji": "hanashidashi" + }, + "話しだせ": { + "w_type": "conjugated godan verb", + "romaji": "hanashidase" + }, + "話しだそ": { + "w_type": "godan verb stem", + "romaji": "hanashidaso" + }, + "話しだした": { + "w_type": "conjugated godan verb", + "romaji": "hanashidashita" + }, + "話しだして": { + "w_type": "conjugated godan verb", + "romaji": "hanashidashite" + }, + "取り掛から": { + "w_type": "godan verb stem", + "romaji": "torikakara" + }, + "取り掛かり": { + "w_type": "godan verb stem", + "romaji": "torikakari" + }, + "取り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "torikakare" + }, + "取り掛かろ": { + "w_type": "godan verb stem", + "romaji": "torikakaro" + }, + "取り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "torikakatta" + }, + "取り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "torikakatte" + }, + "持ちなおさ": { + "w_type": "godan verb stem", + "romaji": "mochinaosa" + }, + "持ちなおし": { + "w_type": "godan verb stem", + "romaji": "mochinaoshi" + }, + "持ちなおせ": { + "w_type": "conjugated godan verb", + "romaji": "mochinaose" + }, + "持ちなおそ": { + "w_type": "godan verb stem", + "romaji": "mochinaoso" + }, + "持ちなおした": { + "w_type": "conjugated godan verb", + "romaji": "mochinaoshita" + }, + "持ちなおして": { + "w_type": "conjugated godan verb", + "romaji": "mochinaoshite" + }, + "仕組ま": { + "w_type": "godan verb stem", + "romaji": "shikuma" + }, + "仕組み": { + "w_type": "godan verb stem", + "romaji": "shikumi" + }, + "仕組め": { + "w_type": "conjugated godan verb", + "romaji": "shikume" + }, + "仕組も": { + "w_type": "godan verb stem", + "romaji": "shikumo" + }, + "仕組んだ": { + "w_type": "conjugated godan verb", + "romaji": "shikunda" + }, + "仕組んで": { + "w_type": "conjugated godan verb", + "romaji": "shikunde" + }, + "沸上がら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "沸上がり": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "沸上がれ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "沸上がろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "沸上がった": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "沸上がって": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "突抜か": { + "w_type": "godan verb stem", + "romaji": "tsukinuka" + }, + "突抜き": { + "w_type": "godan verb stem", + "romaji": "tsukinuki" + }, + "突抜け": { + "w_type": "conjugated godan verb", + "romaji": "tsukinuke" + }, + "突抜こ": { + "w_type": "godan verb stem", + "romaji": "tsukinuko" + }, + "突抜いた": { + "w_type": "conjugated godan verb", + "romaji": "tsukinuita" + }, + "突抜いて": { + "w_type": "conjugated godan verb", + "romaji": "tsukinuite" + }, + "受け持た": { + "w_type": "godan verb stem", + "romaji": "ukemota" + }, + "受け持ち": { + "w_type": "godan verb stem", + "romaji": "ukemochi" + }, + "受け持て": { + "w_type": "conjugated godan verb", + "romaji": "ukemote" + }, + "受け持と": { + "w_type": "godan verb stem", + "romaji": "ukemoto" + }, + "受け持った": { + "w_type": "conjugated godan verb", + "romaji": "ukemotta" + }, + "受け持って": { + "w_type": "conjugated godan verb", + "romaji": "ukemotte" + }, + "棒に振ら": { + "w_type": "godan verb stem", + "romaji": "bounifura" + }, + "棒に振り": { + "w_type": "godan verb stem", + "romaji": "bounifuri" + }, + "棒に振れ": { + "w_type": "conjugated godan verb", + "romaji": "bounifure" + }, + "棒に振ろ": { + "w_type": "godan verb stem", + "romaji": "bounifuro" + }, + "棒に振った": { + "w_type": "conjugated godan verb", + "romaji": "bounifutta" + }, + "棒に振って": { + "w_type": "conjugated godan verb", + "romaji": "bounifutte" + }, + "目につか": { + "w_type": "godan verb stem", + "romaji": "menitsuka" + }, + "目につき": { + "w_type": "godan verb stem", + "romaji": "menitsuki" + }, + "目につけ": { + "w_type": "conjugated godan verb", + "romaji": "menitsuke" + }, + "目につこ": { + "w_type": "godan verb stem", + "romaji": "menitsuko" + }, + "目についた": { + "w_type": "conjugated godan verb", + "romaji": "menitsuita" + }, + "目について": { + "w_type": "conjugated godan verb", + "romaji": "menitsuite" + }, + "跳び退か": { + "w_type": "godan verb stem", + "romaji": "tobinoka" + }, + "跳び退き": { + "w_type": "godan verb stem", + "romaji": "tobinoki" + }, + "跳び退け": { + "w_type": "conjugated godan verb", + "romaji": "tobinoke" + }, + "跳び退こ": { + "w_type": "godan verb stem", + "romaji": "tobinoko" + }, + "跳び退いた": { + "w_type": "conjugated godan verb", + "romaji": "tobinoita" + }, + "跳び退いて": { + "w_type": "conjugated godan verb", + "romaji": "tobinoite" + }, + "恋しがら": { + "w_type": "godan verb stem", + "romaji": "koishigara" + }, + "恋しがり": { + "w_type": "godan verb stem", + "romaji": "koishigari" + }, + "恋しがれ": { + "w_type": "conjugated godan verb", + "romaji": "koishigare" + }, + "恋しがろ": { + "w_type": "godan verb stem", + "romaji": "koishigaro" + }, + "恋しがった": { + "w_type": "conjugated godan verb", + "romaji": "koishigatta" + }, + "恋しがって": { + "w_type": "conjugated godan verb", + "romaji": "koishigatte" + }, + "混ぜ返さ": { + "w_type": "godan verb stem", + "romaji": "mazekaesa" + }, + "混ぜ返し": { + "w_type": "godan verb stem", + "romaji": "mazekaeshi" + }, + "混ぜ返せ": { + "w_type": "conjugated godan verb", + "romaji": "mazekaese" + }, + "混ぜ返そ": { + "w_type": "godan verb stem", + "romaji": "mazekaeso" + }, + "混ぜ返した": { + "w_type": "conjugated godan verb", + "romaji": "mazekaeshita" + }, + "混ぜ返して": { + "w_type": "conjugated godan verb", + "romaji": "mazekaeshite" + }, + "冠ら": { + "w_type": "godan verb stem", + "romaji": "kabura" + }, + "冠り": { + "w_type": "godan verb stem", + "romaji": "kaburi" + }, + "冠れ": { + "w_type": "conjugated godan verb", + "romaji": "kabure" + }, + "冠ろ": { + "w_type": "godan verb stem", + "romaji": "kaburo" + }, + "冠った": { + "w_type": "conjugated godan verb", + "romaji": "kabutta" + }, + "冠って": { + "w_type": "conjugated godan verb", + "romaji": "kabutte" + }, + "起き直ら": { + "w_type": "godan verb stem", + "romaji": "okinaora" + }, + "起き直り": { + "w_type": "godan verb stem", + "romaji": "okinaori" + }, + "起き直れ": { + "w_type": "conjugated godan verb", + "romaji": "okinaore" + }, + "起き直ろ": { + "w_type": "godan verb stem", + "romaji": "okinaoro" + }, + "起き直った": { + "w_type": "conjugated godan verb", + "romaji": "okinaotta" + }, + "起き直って": { + "w_type": "conjugated godan verb", + "romaji": "okinaotte" + }, + "違わ": { + "w_type": "godan verb stem", + "romaji": "chigawa" + }, + "違い": { + "w_type": "godan verb stem", + "romaji": "chigai" + }, + "違え": { + "w_type": "conjugated godan verb", + "romaji": "chigae" + }, + "違お": { + "w_type": "godan verb stem", + "romaji": "chigao" + }, + "違った": { + "w_type": "conjugated godan verb", + "romaji": "chigatta" + }, + "違って": { + "w_type": "conjugated godan verb", + "romaji": "chigatte" + }, + "退か": { + "w_type": "godan verb stem", + "romaji": "shirizoka" + }, + "退き": { + "w_type": "godan verb stem", + "romaji": "shirizoki" + }, + "退け": { + "w_type": "conjugated godan verb", + "romaji": "shirizoke" + }, + "退こ": { + "w_type": "godan verb stem", + "romaji": "shirizoko" + }, + "退いた": { + "w_type": "conjugated godan verb", + "romaji": "shirizoita" + }, + "退いて": { + "w_type": "conjugated godan verb", + "romaji": "shirizoite" + }, + "跳びかから": { + "w_type": "godan verb stem", + "romaji": "tobikakara" + }, + "跳びかかり": { + "w_type": "godan verb stem", + "romaji": "tobikakari" + }, + "跳びかかれ": { + "w_type": "conjugated godan verb", + "romaji": "tobikakare" + }, + "跳びかかろ": { + "w_type": "godan verb stem", + "romaji": "tobikakaro" + }, + "跳びかかった": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatta" + }, + "跳びかかって": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatte" + }, + "書き伸ばさ": { + "w_type": "godan verb stem", + "romaji": "kakinobasa" + }, + "書き伸ばし": { + "w_type": "godan verb stem", + "romaji": "kakinobashi" + }, + "書き伸ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kakinobase" + }, + "書き伸ばそ": { + "w_type": "godan verb stem", + "romaji": "kakinobaso" + }, + "書き伸ばした": { + "w_type": "conjugated godan verb", + "romaji": "kakinobashita" + }, + "書き伸ばして": { + "w_type": "conjugated godan verb", + "romaji": "kakinobashite" + }, + "行き交わ": { + "w_type": "godan verb stem", + "romaji": "yukikawa" + }, + "行き交い": { + "w_type": "godan verb stem", + "romaji": "yukikai" + }, + "行き交え": { + "w_type": "conjugated godan verb", + "romaji": "yukikae" + }, + "行き交お": { + "w_type": "godan verb stem", + "romaji": "yukikao" + }, + "行き交った": { + "w_type": "conjugated godan verb", + "romaji": "yukikatta" + }, + "行き交って": { + "w_type": "conjugated godan verb", + "romaji": "yukikatte" + }, + "暮れなずま": { + "w_type": "godan verb stem", + "romaji": "kurenazuma" + }, + "暮れなずみ": { + "w_type": "godan verb stem", + "romaji": "kurenazumi" + }, + "暮れなずめ": { + "w_type": "conjugated godan verb", + "romaji": "kurenazume" + }, + "暮れなずも": { + "w_type": "godan verb stem", + "romaji": "kurenazumo" + }, + "暮れなずんだ": { + "w_type": "conjugated godan verb", + "romaji": "kurenazunda" + }, + "暮れなずんで": { + "w_type": "conjugated godan verb", + "romaji": "kurenazunde" + }, + "引っ返さ": { + "w_type": "godan verb stem", + "romaji": "hikkaesa" + }, + "引っ返し": { + "w_type": "godan verb stem", + "romaji": "hikkaeshi" + }, + "引っ返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkaese" + }, + "引っ返そ": { + "w_type": "godan verb stem", + "romaji": "hikkaeso" + }, + "引っ返した": { + "w_type": "conjugated godan verb", + "romaji": "hikkaeshita" + }, + "引っ返して": { + "w_type": "conjugated godan verb", + "romaji": "hikkaeshite" + }, + "投げ合わ": { + "w_type": "godan verb stem", + "romaji": "nageawa" + }, + "投げ合い": { + "w_type": "godan verb stem", + "romaji": "nageai" + }, + "投げ合え": { + "w_type": "conjugated godan verb", + "romaji": "nageae" + }, + "投げ合お": { + "w_type": "godan verb stem", + "romaji": "nageao" + }, + "投げ合った": { + "w_type": "conjugated godan verb", + "romaji": "nageatta" + }, + "投げ合って": { + "w_type": "conjugated godan verb", + "romaji": "nageatte" + }, + "撮り直さ": { + "w_type": "godan verb stem", + "romaji": "torinaosa" + }, + "撮り直し": { + "w_type": "godan verb stem", + "romaji": "torinaoshi" + }, + "撮り直せ": { + "w_type": "conjugated godan verb", + "romaji": "torinaose" + }, + "撮り直そ": { + "w_type": "godan verb stem", + "romaji": "torinaoso" + }, + "撮り直した": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshita" + }, + "撮り直して": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshite" + }, + "駆けずり回ら": { + "w_type": "godan verb stem", + "romaji": "kakezurimawara" + }, + "駆けずり回り": { + "w_type": "godan verb stem", + "romaji": "kakezurimawari" + }, + "駆けずり回れ": { + "w_type": "conjugated godan verb", + "romaji": "kakezurimaware" + }, + "駆けずり回ろ": { + "w_type": "godan verb stem", + "romaji": "kakezurimawaro" + }, + "駆けずり回った": { + "w_type": "conjugated godan verb", + "romaji": "kakezurimawatta" + }, + "駆けずり回って": { + "w_type": "conjugated godan verb", + "romaji": "kakezurimawatte" + }, + "潤ま": { + "w_type": "godan verb stem", + "romaji": "uruma" + }, + "潤み": { + "w_type": "godan verb stem", + "romaji": "urumi" + }, + "潤め": { + "w_type": "conjugated godan verb", + "romaji": "urume" + }, + "潤も": { + "w_type": "godan verb stem", + "romaji": "urumo" + }, + "潤んだ": { + "w_type": "conjugated godan verb", + "romaji": "urunda" + }, + "潤んで": { + "w_type": "conjugated godan verb", + "romaji": "urunde" + }, + "恐がら": { + "w_type": "godan verb stem", + "romaji": "kowagara" + }, + "恐がり": { + "w_type": "godan verb stem", + "romaji": "kowagari" + }, + "恐がれ": { + "w_type": "conjugated godan verb", + "romaji": "kowagare" + }, + "恐がろ": { + "w_type": "godan verb stem", + "romaji": "kowagaro" + }, + "恐がった": { + "w_type": "conjugated godan verb", + "romaji": "kowagatta" + }, + "恐がって": { + "w_type": "conjugated godan verb", + "romaji": "kowagatte" + }, + "舂き砕か": { + "w_type": "godan verb stem", + "romaji": "tsukikudaka" + }, + "舂き砕き": { + "w_type": "godan verb stem", + "romaji": "tsukikudaki" + }, + "舂き砕け": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudake" + }, + "舂き砕こ": { + "w_type": "godan verb stem", + "romaji": "tsukikudako" + }, + "舂き砕いた": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaita" + }, + "舂き砕いて": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaite" + }, + "連れ戻さ": { + "w_type": "godan verb stem", + "romaji": "tsuremodosa" + }, + "連れ戻し": { + "w_type": "godan verb stem", + "romaji": "tsuremodoshi" + }, + "連れ戻せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuremodose" + }, + "連れ戻そ": { + "w_type": "godan verb stem", + "romaji": "tsuremodoso" + }, + "連れ戻した": { + "w_type": "conjugated godan verb", + "romaji": "tsuremodoshita" + }, + "連れ戻して": { + "w_type": "conjugated godan verb", + "romaji": "tsuremodoshite" + }, + "小突き回さ": { + "w_type": "godan verb stem", + "romaji": "kozukimawasa" + }, + "小突き回し": { + "w_type": "godan verb stem", + "romaji": "kozukimawashi" + }, + "小突き回せ": { + "w_type": "conjugated godan verb", + "romaji": "kozukimawase" + }, + "小突き回そ": { + "w_type": "godan verb stem", + "romaji": "kozukimawaso" + }, + "小突き回した": { + "w_type": "conjugated godan verb", + "romaji": "kozukimawashita" + }, + "小突き回して": { + "w_type": "conjugated godan verb", + "romaji": "kozukimawashite" + }, + "便ら": { + "w_type": "godan verb stem", + "romaji": "tayora" + }, + "便り": { + "w_type": "godan verb stem", + "romaji": "tayori" + }, + "便れ": { + "w_type": "conjugated godan verb", + "romaji": "tayore" + }, + "便ろ": { + "w_type": "godan verb stem", + "romaji": "tayoro" + }, + "便った": { + "w_type": "conjugated godan verb", + "romaji": "tayotta" + }, + "便って": { + "w_type": "conjugated godan verb", + "romaji": "tayotte" + }, + "向か": { + "w_type": "godan verb stem", + "romaji": "muka" + }, + "向き": { + "w_type": "godan verb stem", + "romaji": "muki" + }, + "向け": { + "w_type": "conjugated godan verb", + "romaji": "muke" + }, + "向こ": { + "w_type": "godan verb stem", + "romaji": "muko" + }, + "向いた": { + "w_type": "conjugated godan verb", + "romaji": "muita" + }, + "向いて": { + "w_type": "conjugated godan verb", + "romaji": "muite" + }, + "代ら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "代り": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "代れ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "代ろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "代った": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "代って": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "切り破ら": { + "w_type": "godan verb stem", + "romaji": "kiriyabura" + }, + "切り破り": { + "w_type": "godan verb stem", + "romaji": "kiriyaburi" + }, + "切り破れ": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabure" + }, + "切り破ろ": { + "w_type": "godan verb stem", + "romaji": "kiriyaburo" + }, + "切り破った": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabutta" + }, + "切り破って": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabutte" + }, + "出掛から": { + "w_type": "godan verb stem", + "romaji": "dekakara" + }, + "出掛かり": { + "w_type": "godan verb stem", + "romaji": "dekakari" + }, + "出掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "dekakare" + }, + "出掛かろ": { + "w_type": "godan verb stem", + "romaji": "dekakaro" + }, + "出掛かった": { + "w_type": "conjugated godan verb", + "romaji": "dekakatta" + }, + "出掛かって": { + "w_type": "conjugated godan verb", + "romaji": "dekakatte" + }, + "乾ききら": { + "w_type": "godan verb stem", + "romaji": "kawakikira" + }, + "乾ききり": { + "w_type": "godan verb stem", + "romaji": "kawakikiri" + }, + "乾ききれ": { + "w_type": "conjugated godan verb", + "romaji": "kawakikire" + }, + "乾ききろ": { + "w_type": "godan verb stem", + "romaji": "kawakikiro" + }, + "乾ききった": { + "w_type": "conjugated godan verb", + "romaji": "kawakikitta" + }, + "乾ききって": { + "w_type": "conjugated godan verb", + "romaji": "kawakikitte" + }, + "攀じ登ら": { + "w_type": "godan verb stem", + "romaji": "yojinobora" + }, + "攀じ登り": { + "w_type": "godan verb stem", + "romaji": "yojinobori" + }, + "攀じ登れ": { + "w_type": "conjugated godan verb", + "romaji": "yojinobore" + }, + "攀じ登ろ": { + "w_type": "godan verb stem", + "romaji": "yojinoboro" + }, + "攀じ登った": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotta" + }, + "攀じ登って": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotte" + }, + "争わ": { + "w_type": "godan verb stem", + "romaji": "arasowa" + }, + "争い": { + "w_type": "godan verb stem", + "romaji": "arasoi" + }, + "争え": { + "w_type": "conjugated godan verb", + "romaji": "arasoe" + }, + "争お": { + "w_type": "godan verb stem", + "romaji": "arasoo" + }, + "争った": { + "w_type": "conjugated godan verb", + "romaji": "arasotta" + }, + "争って": { + "w_type": "conjugated godan verb", + "romaji": "arasotte" + }, + "脂下がら": { + "w_type": "godan verb stem", + "romaji": "yanisagara" + }, + "脂下がり": { + "w_type": "godan verb stem", + "romaji": "yanisagari" + }, + "脂下がれ": { + "w_type": "conjugated godan verb", + "romaji": "yanisagare" + }, + "脂下がろ": { + "w_type": "godan verb stem", + "romaji": "yanisagaro" + }, + "脂下がった": { + "w_type": "conjugated godan verb", + "romaji": "yanisagatta" + }, + "脂下がって": { + "w_type": "conjugated godan verb", + "romaji": "yanisagatte" + }, + "阻ま": { + "w_type": "godan verb stem", + "romaji": "habama" + }, + "阻み": { + "w_type": "godan verb stem", + "romaji": "habami" + }, + "阻め": { + "w_type": "conjugated godan verb", + "romaji": "habame" + }, + "阻も": { + "w_type": "godan verb stem", + "romaji": "habamo" + }, + "阻んだ": { + "w_type": "conjugated godan verb", + "romaji": "habanda" + }, + "阻んで": { + "w_type": "conjugated godan verb", + "romaji": "habande" + }, + "追いまくら": { + "w_type": "godan verb stem", + "romaji": "oimakura" + }, + "追いまくり": { + "w_type": "godan verb stem", + "romaji": "oimakuri" + }, + "追いまくれ": { + "w_type": "conjugated godan verb", + "romaji": "oimakure" + }, + "追いまくろ": { + "w_type": "godan verb stem", + "romaji": "oimakuro" + }, + "追いまくった": { + "w_type": "conjugated godan verb", + "romaji": "oimakutta" + }, + "追いまくって": { + "w_type": "conjugated godan verb", + "romaji": "oimakutte" + }, + "中たら": { + "w_type": "godan verb stem", + "romaji": "atara" + }, + "中たり": { + "w_type": "godan verb stem", + "romaji": "atari" + }, + "中たれ": { + "w_type": "conjugated godan verb", + "romaji": "atare" + }, + "中たろ": { + "w_type": "godan verb stem", + "romaji": "ataro" + }, + "中たった": { + "w_type": "conjugated godan verb", + "romaji": "atatta" + }, + "中たって": { + "w_type": "conjugated godan verb", + "romaji": "atatte" + }, + "誦さ": { + "w_type": "godan verb stem", + "romaji": "jusa" + }, + "誦し": { + "w_type": "godan verb stem", + "romaji": "jushi" + }, + "誦せ": { + "w_type": "conjugated godan verb", + "romaji": "juse" + }, + "誦そ": { + "w_type": "godan verb stem", + "romaji": "juso" + }, + "誦した": { + "w_type": "conjugated godan verb", + "romaji": "jushita" + }, + "誦して": { + "w_type": "conjugated godan verb", + "romaji": "jushite" + }, + "繰り上ら": { + "w_type": "godan verb stem", + "romaji": "kuriagara" + }, + "繰り上り": { + "w_type": "godan verb stem", + "romaji": "kuriagari" + }, + "繰り上れ": { + "w_type": "conjugated godan verb", + "romaji": "kuriagare" + }, + "繰り上ろ": { + "w_type": "godan verb stem", + "romaji": "kuriagaro" + }, + "繰り上った": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatta" + }, + "繰り上って": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatte" + }, + "棒で殴ら": { + "w_type": "godan verb stem", + "romaji": "boudenagura" + }, + "棒で殴り": { + "w_type": "godan verb stem", + "romaji": "boudenaguri" + }, + "棒で殴れ": { + "w_type": "conjugated godan verb", + "romaji": "boudenagure" + }, + "棒で殴ろ": { + "w_type": "godan verb stem", + "romaji": "boudenaguro" + }, + "棒で殴った": { + "w_type": "conjugated godan verb", + "romaji": "boudenagutta" + }, + "棒で殴って": { + "w_type": "conjugated godan verb", + "romaji": "boudenagutte" + }, + "評さ": { + "w_type": "godan verb stem", + "romaji": "hyousa" + }, + "評し": { + "w_type": "godan verb stem", + "romaji": "hyoushi" + }, + "評せ": { + "w_type": "conjugated godan verb", + "romaji": "hyouse" + }, + "評そ": { + "w_type": "godan verb stem", + "romaji": "hyouso" + }, + "評した": { + "w_type": "conjugated godan verb", + "romaji": "hyoushita" + }, + "評して": { + "w_type": "conjugated godan verb", + "romaji": "hyoushite" + }, + "打っ毀さ": { + "w_type": "godan verb stem", + "romaji": "bukkowasa" + }, + "打っ毀し": { + "w_type": "godan verb stem", + "romaji": "bukkowashi" + }, + "打っ毀せ": { + "w_type": "conjugated godan verb", + "romaji": "bukkowase" + }, + "打っ毀そ": { + "w_type": "godan verb stem", + "romaji": "bukkowaso" + }, + "打っ毀した": { + "w_type": "conjugated godan verb", + "romaji": "bukkowashita" + }, + "打っ毀して": { + "w_type": "conjugated godan verb", + "romaji": "bukkowashite" + }, + "言い繕わ": { + "w_type": "godan verb stem", + "romaji": "iitsukurowa" + }, + "言い繕い": { + "w_type": "godan verb stem", + "romaji": "iitsukuroi" + }, + "言い繕え": { + "w_type": "conjugated godan verb", + "romaji": "iitsukuroe" + }, + "言い繕お": { + "w_type": "godan verb stem", + "romaji": "iitsukuroo" + }, + "言い繕った": { + "w_type": "conjugated godan verb", + "romaji": "iitsukurotta" + }, + "言い繕って": { + "w_type": "conjugated godan verb", + "romaji": "iitsukurotte" + }, + "戛飛ばさ": { + "w_type": "godan verb stem", + "romaji": "kattobasa" + }, + "戛飛ばし": { + "w_type": "godan verb stem", + "romaji": "kattobashi" + }, + "戛飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kattobase" + }, + "戛飛ばそ": { + "w_type": "godan verb stem", + "romaji": "kattobaso" + }, + "戛飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "kattobashita" + }, + "戛飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "kattobashite" + }, + "呑込ま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "呑込み": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "呑込め": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "呑込も": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "呑込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "呑込んで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "張渡さ": { + "w_type": "godan verb stem", + "romaji": "hariwatasa" + }, + "張渡し": { + "w_type": "godan verb stem", + "romaji": "hariwatashi" + }, + "張渡せ": { + "w_type": "conjugated godan verb", + "romaji": "hariwatase" + }, + "張渡そ": { + "w_type": "godan verb stem", + "romaji": "hariwataso" + }, + "張渡した": { + "w_type": "conjugated godan verb", + "romaji": "hariwatashita" + }, + "張渡して": { + "w_type": "conjugated godan verb", + "romaji": "hariwatashite" + }, + "竦ま": { + "w_type": "godan verb stem", + "romaji": "sukuma" + }, + "竦み": { + "w_type": "godan verb stem", + "romaji": "sukumi" + }, + "竦め": { + "w_type": "conjugated godan verb", + "romaji": "sukume" + }, + "竦も": { + "w_type": "godan verb stem", + "romaji": "sukumo" + }, + "竦んだ": { + "w_type": "conjugated godan verb", + "romaji": "sukunda" + }, + "竦んで": { + "w_type": "conjugated godan verb", + "romaji": "sukunde" + }, + "揺蕩わ": { + "w_type": "godan verb stem", + "romaji": "tayutawa" + }, + "揺蕩い": { + "w_type": "godan verb stem", + "romaji": "tayutai" + }, + "揺蕩え": { + "w_type": "conjugated godan verb", + "romaji": "tayutae" + }, + "揺蕩お": { + "w_type": "godan verb stem", + "romaji": "tayutao" + }, + "揺蕩った": { + "w_type": "conjugated godan verb", + "romaji": "tayutatta" + }, + "揺蕩って": { + "w_type": "conjugated godan verb", + "romaji": "tayutatte" + }, + "包みかくさ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakusa" + }, + "包みかくし": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakushi" + }, + "包みかくせ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakuse" + }, + "包みかくそ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakuso" + }, + "包みかくした": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushita" + }, + "包みかくして": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushite" + }, + "撃ち落とさ": { + "w_type": "godan verb stem", + "romaji": "uchiotosa" + }, + "撃ち落とし": { + "w_type": "godan verb stem", + "romaji": "uchiotoshi" + }, + "撃ち落とせ": { + "w_type": "conjugated godan verb", + "romaji": "uchiotose" + }, + "撃ち落とそ": { + "w_type": "godan verb stem", + "romaji": "uchiotoso" + }, + "撃ち落とした": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshita" + }, + "撃ち落として": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshite" + }, + "争い戦わ": { + "w_type": "godan verb stem", + "romaji": "arasoitatakawa" + }, + "争い戦い": { + "w_type": "godan verb stem", + "romaji": "arasoitatakai" + }, + "争い戦え": { + "w_type": "conjugated godan verb", + "romaji": "arasoitatakae" + }, + "争い戦お": { + "w_type": "godan verb stem", + "romaji": "arasoitatakao" + }, + "争い戦った": { + "w_type": "conjugated godan verb", + "romaji": "arasoitatakatta" + }, + "争い戦って": { + "w_type": "conjugated godan verb", + "romaji": "arasoitatakatte" + }, + "綯わ": { + "w_type": "godan verb stem", + "romaji": "nawa" + }, + "綯い": { + "w_type": "godan verb stem", + "romaji": "nai" + }, + "綯え": { + "w_type": "conjugated godan verb", + "romaji": "nae" + }, + "綯お": { + "w_type": "godan verb stem", + "romaji": "nao" + }, + "綯った": { + "w_type": "conjugated godan verb", + "romaji": "natta" + }, + "綯って": { + "w_type": "conjugated godan verb", + "romaji": "natte" + }, + "開き直ら": { + "w_type": "godan verb stem", + "romaji": "hirakinaora" + }, + "開き直り": { + "w_type": "godan verb stem", + "romaji": "hirakinaori" + }, + "開き直れ": { + "w_type": "conjugated godan verb", + "romaji": "hirakinaore" + }, + "開き直ろ": { + "w_type": "godan verb stem", + "romaji": "hirakinaoro" + }, + "開き直った": { + "w_type": "conjugated godan verb", + "romaji": "hirakinaotta" + }, + "開き直って": { + "w_type": "conjugated godan verb", + "romaji": "hirakinaotte" + }, + "稔ら": { + "w_type": "godan verb stem", + "romaji": "minora" + }, + "稔り": { + "w_type": "godan verb stem", + "romaji": "minori" + }, + "稔れ": { + "w_type": "conjugated godan verb", + "romaji": "minore" + }, + "稔ろ": { + "w_type": "godan verb stem", + "romaji": "minoro" + }, + "稔った": { + "w_type": "conjugated godan verb", + "romaji": "minotta" + }, + "稔って": { + "w_type": "conjugated godan verb", + "romaji": "minotte" + }, + "抱き起さ": { + "w_type": "godan verb stem", + "romaji": "dakiokosa" + }, + "抱き起し": { + "w_type": "godan verb stem", + "romaji": "dakiokoshi" + }, + "抱き起せ": { + "w_type": "conjugated godan verb", + "romaji": "dakiokose" + }, + "抱き起そ": { + "w_type": "godan verb stem", + "romaji": "dakiokoso" + }, + "抱き起した": { + "w_type": "conjugated godan verb", + "romaji": "dakiokoshita" + }, + "抱き起して": { + "w_type": "conjugated godan verb", + "romaji": "dakiokoshite" + }, + "付け上がら": { + "w_type": "godan verb stem", + "romaji": "tsukeagara" + }, + "付け上がり": { + "w_type": "godan verb stem", + "romaji": "tsukeagari" + }, + "付け上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukeagare" + }, + "付け上がろ": { + "w_type": "godan verb stem", + "romaji": "tsukeagaro" + }, + "付け上がった": { + "w_type": "conjugated godan verb", + "romaji": "tsukeagatta" + }, + "付け上がって": { + "w_type": "conjugated godan verb", + "romaji": "tsukeagatte" + }, + "摺り下ろさ": { + "w_type": "godan verb stem", + "romaji": "suriorosa" + }, + "摺り下ろし": { + "w_type": "godan verb stem", + "romaji": "surioroshi" + }, + "摺り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "suriorose" + }, + "摺り下ろそ": { + "w_type": "godan verb stem", + "romaji": "surioroso" + }, + "摺り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "surioroshita" + }, + "摺り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "surioroshite" + }, + "立ちすくま": { + "w_type": "godan verb stem", + "romaji": "tachisukuma" + }, + "立ちすくみ": { + "w_type": "godan verb stem", + "romaji": "tachisukumi" + }, + "立ちすくめ": { + "w_type": "conjugated godan verb", + "romaji": "tachisukume" + }, + "立ちすくも": { + "w_type": "godan verb stem", + "romaji": "tachisukumo" + }, + "立ちすくんだ": { + "w_type": "conjugated godan verb", + "romaji": "tachisukunda" + }, + "立ちすくんで": { + "w_type": "conjugated godan verb", + "romaji": "tachisukunde" + }, + "太ら": { + "w_type": "godan verb stem", + "romaji": "futora" + }, + "太り": { + "w_type": "godan verb stem", + "romaji": "futori" + }, + "太れ": { + "w_type": "conjugated godan verb", + "romaji": "futore" + }, + "太ろ": { + "w_type": "godan verb stem", + "romaji": "futoro" + }, + "太った": { + "w_type": "conjugated godan verb", + "romaji": "futotta" + }, + "太って": { + "w_type": "conjugated godan verb", + "romaji": "futotte" + }, + "擬さ": { + "w_type": "godan verb stem", + "romaji": "gisa" + }, + "擬し": { + "w_type": "godan verb stem", + "romaji": "gishi" + }, + "擬せ": { + "w_type": "conjugated godan verb", + "romaji": "gise" + }, + "擬そ": { + "w_type": "godan verb stem", + "romaji": "giso" + }, + "擬した": { + "w_type": "conjugated godan verb", + "romaji": "gishita" + }, + "擬して": { + "w_type": "conjugated godan verb", + "romaji": "gishite" + }, + "焼きつか": { + "w_type": "godan verb stem", + "romaji": "yakitsuka" + }, + "焼きつき": { + "w_type": "godan verb stem", + "romaji": "yakitsuki" + }, + "焼きつけ": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuke" + }, + "焼きつこ": { + "w_type": "godan verb stem", + "romaji": "yakitsuko" + }, + "焼きついた": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuita" + }, + "焼きついて": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuite" + }, + "辷ら": { + "w_type": "godan verb stem", + "romaji": "subera" + }, + "辷り": { + "w_type": "godan verb stem", + "romaji": "suberi" + }, + "辷れ": { + "w_type": "conjugated godan verb", + "romaji": "subere" + }, + "辷ろ": { + "w_type": "godan verb stem", + "romaji": "subero" + }, + "辷った": { + "w_type": "conjugated godan verb", + "romaji": "subetta" + }, + "辷って": { + "w_type": "conjugated godan verb", + "romaji": "subette" + }, + "成り立た": { + "w_type": "godan verb stem", + "romaji": "naritata" + }, + "成り立ち": { + "w_type": "godan verb stem", + "romaji": "naritachi" + }, + "成り立て": { + "w_type": "conjugated godan verb", + "romaji": "naritate" + }, + "成り立と": { + "w_type": "godan verb stem", + "romaji": "naritato" + }, + "成り立った": { + "w_type": "conjugated godan verb", + "romaji": "naritatta" + }, + "成り立って": { + "w_type": "conjugated godan verb", + "romaji": "naritatte" + }, + "噴出さ": { + "w_type": "godan verb stem", + "romaji": "fukidasa" + }, + "噴出し": { + "w_type": "godan verb stem", + "romaji": "fukidashi" + }, + "噴出せ": { + "w_type": "conjugated godan verb", + "romaji": "fukidase" + }, + "噴出そ": { + "w_type": "godan verb stem", + "romaji": "fukidaso" + }, + "噴出した": { + "w_type": "conjugated godan verb", + "romaji": "fukidashita" + }, + "噴出して": { + "w_type": "conjugated godan verb", + "romaji": "fukidashite" + }, + "吹っ飛ば": { + "w_type": "godan verb stem", + "romaji": "futtoba" + }, + "吹っ飛び": { + "w_type": "godan verb stem", + "romaji": "futtobi" + }, + "吹っ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "futtobe" + }, + "吹っ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "futtobo" + }, + "吹っ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "futtonda" + }, + "吹っ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "futtonde" + }, + "凍ら": { + "w_type": "godan verb stem", + "romaji": "koora" + }, + "凍り": { + "w_type": "godan verb stem", + "romaji": "koori" + }, + "凍れ": { + "w_type": "conjugated godan verb", + "romaji": "koore" + }, + "凍ろ": { + "w_type": "godan verb stem", + "romaji": "kooro" + }, + "凍った": { + "w_type": "conjugated godan verb", + "romaji": "kootta" + }, + "凍って": { + "w_type": "conjugated godan verb", + "romaji": "kootte" + }, + "言い負かさ": { + "w_type": "godan verb stem", + "romaji": "iimakasa" + }, + "言い負かし": { + "w_type": "godan verb stem", + "romaji": "iimakashi" + }, + "言い負かせ": { + "w_type": "conjugated godan verb", + "romaji": "iimakase" + }, + "言い負かそ": { + "w_type": "godan verb stem", + "romaji": "iimakaso" + }, + "言い負かした": { + "w_type": "conjugated godan verb", + "romaji": "iimakashita" + }, + "言い負かして": { + "w_type": "conjugated godan verb", + "romaji": "iimakashite" + }, + "犇めか": { + "w_type": "godan verb stem", + "romaji": "hishimeka" + }, + "犇めき": { + "w_type": "godan verb stem", + "romaji": "hishimeki" + }, + "犇めけ": { + "w_type": "conjugated godan verb", + "romaji": "hishimeke" + }, + "犇めこ": { + "w_type": "godan verb stem", + "romaji": "hishimeko" + }, + "犇めいた": { + "w_type": "conjugated godan verb", + "romaji": "hishimeita" + }, + "犇めいて": { + "w_type": "conjugated godan verb", + "romaji": "hishimeite" + }, + "取り合わ": { + "w_type": "godan verb stem", + "romaji": "toriawa" + }, + "取り合い": { + "w_type": "godan verb stem", + "romaji": "toriai" + }, + "取り合え": { + "w_type": "conjugated godan verb", + "romaji": "toriae" + }, + "取り合お": { + "w_type": "godan verb stem", + "romaji": "toriao" + }, + "取り合った": { + "w_type": "conjugated godan verb", + "romaji": "toriatta" + }, + "取り合って": { + "w_type": "conjugated godan verb", + "romaji": "toriatte" + }, + "際だた": { + "w_type": "godan verb stem", + "romaji": "kiwadata" + }, + "際だち": { + "w_type": "godan verb stem", + "romaji": "kiwadachi" + }, + "際だて": { + "w_type": "conjugated godan verb", + "romaji": "kiwadate" + }, + "際だと": { + "w_type": "godan verb stem", + "romaji": "kiwadato" + }, + "際だった": { + "w_type": "conjugated godan verb", + "romaji": "kiwadatta" + }, + "際だって": { + "w_type": "conjugated godan verb", + "romaji": "kiwadatte" + }, + "下げわたさ": { + "w_type": "godan verb stem", + "romaji": "sagewatasa" + }, + "下げわたし": { + "w_type": "godan verb stem", + "romaji": "sagewatashi" + }, + "下げわたせ": { + "w_type": "conjugated godan verb", + "romaji": "sagewatase" + }, + "下げわたそ": { + "w_type": "godan verb stem", + "romaji": "sagewataso" + }, + "下げわたした": { + "w_type": "conjugated godan verb", + "romaji": "sagewatashita" + }, + "下げわたして": { + "w_type": "conjugated godan verb", + "romaji": "sagewatashite" + }, + "踏み留まら": { + "w_type": "godan verb stem", + "romaji": "fumitodomara" + }, + "踏み留まり": { + "w_type": "godan verb stem", + "romaji": "fumitodomari" + }, + "踏み留まれ": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomare" + }, + "踏み留まろ": { + "w_type": "godan verb stem", + "romaji": "fumitodomaro" + }, + "踏み留まった": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomatta" + }, + "踏み留まって": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomatte" + }, + "和がら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "和がり": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "和がれ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "和がろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "和がった": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "和がって": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "乗り移さ": { + "w_type": "godan verb stem", + "romaji": "noriutsusa" + }, + "乗り移し": { + "w_type": "godan verb stem", + "romaji": "noriutsushi" + }, + "乗り移せ": { + "w_type": "conjugated godan verb", + "romaji": "noriutsuse" + }, + "乗り移そ": { + "w_type": "godan verb stem", + "romaji": "noriutsuso" + }, + "乗り移した": { + "w_type": "conjugated godan verb", + "romaji": "noriutsushita" + }, + "乗り移して": { + "w_type": "conjugated godan verb", + "romaji": "noriutsushite" + }, + "乗り移ら": { + "w_type": "godan verb stem", + "romaji": "noriutsura" + }, + "乗り移り": { + "w_type": "godan verb stem", + "romaji": "noriutsuri" + }, + "乗り移れ": { + "w_type": "conjugated godan verb", + "romaji": "noriutsure" + }, + "乗り移ろ": { + "w_type": "godan verb stem", + "romaji": "noriutsuro" + }, + "乗り移った": { + "w_type": "conjugated godan verb", + "romaji": "noriutsutta" + }, + "乗り移って": { + "w_type": "conjugated godan verb", + "romaji": "noriutsutte" + }, + "食い合わさ": { + "w_type": "godan verb stem", + "romaji": "kuiawasa" + }, + "食い合わし": { + "w_type": "godan verb stem", + "romaji": "kuiawashi" + }, + "食い合わせ": { + "w_type": "conjugated godan verb", + "romaji": "kuiawase" + }, + "食い合わそ": { + "w_type": "godan verb stem", + "romaji": "kuiawaso" + }, + "食い合わした": { + "w_type": "conjugated godan verb", + "romaji": "kuiawashita" + }, + "食い合わして": { + "w_type": "conjugated godan verb", + "romaji": "kuiawashite" + }, + "読み終ら": { + "w_type": "godan verb stem", + "romaji": "yomiowara" + }, + "読み終り": { + "w_type": "godan verb stem", + "romaji": "yomiowari" + }, + "読み終れ": { + "w_type": "conjugated godan verb", + "romaji": "yomioware" + }, + "読み終ろ": { + "w_type": "godan verb stem", + "romaji": "yomiowaro" + }, + "読み終った": { + "w_type": "conjugated godan verb", + "romaji": "yomiowatta" + }, + "読み終って": { + "w_type": "conjugated godan verb", + "romaji": "yomiowatte" + }, + "欺き惑わさ": { + "w_type": "godan verb stem", + "romaji": "azamukimadowasa" + }, + "欺き惑わし": { + "w_type": "godan verb stem", + "romaji": "azamukimadowashi" + }, + "欺き惑わせ": { + "w_type": "conjugated godan verb", + "romaji": "azamukimadowase" + }, + "欺き惑わそ": { + "w_type": "godan verb stem", + "romaji": "azamukimadowaso" + }, + "欺き惑わした": { + "w_type": "conjugated godan verb", + "romaji": "azamukimadowashita" + }, + "欺き惑わして": { + "w_type": "conjugated godan verb", + "romaji": "azamukimadowashite" + }, + "一歩退か": { + "w_type": "godan verb stem", + "romaji": "ippohika" + }, + "一歩退き": { + "w_type": "godan verb stem", + "romaji": "ippohiki" + }, + "一歩退け": { + "w_type": "conjugated godan verb", + "romaji": "ippohike" + }, + "一歩退こ": { + "w_type": "godan verb stem", + "romaji": "ippohiko" + }, + "一歩退いた": { + "w_type": "conjugated godan verb", + "romaji": "ippohiita" + }, + "一歩退いて": { + "w_type": "conjugated godan verb", + "romaji": "ippohiite" + }, + "売り歩か": { + "w_type": "godan verb stem", + "romaji": "uriaruka" + }, + "売り歩き": { + "w_type": "godan verb stem", + "romaji": "uriaruki" + }, + "売り歩け": { + "w_type": "conjugated godan verb", + "romaji": "uriaruke" + }, + "売り歩こ": { + "w_type": "godan verb stem", + "romaji": "uriaruko" + }, + "売り歩いた": { + "w_type": "conjugated godan verb", + "romaji": "uriaruita" + }, + "売り歩いて": { + "w_type": "conjugated godan verb", + "romaji": "uriaruite" + }, + "出掛ら": { + "w_type": "godan verb stem", + "romaji": "dekakara" + }, + "出掛り": { + "w_type": "godan verb stem", + "romaji": "dekakari" + }, + "出掛れ": { + "w_type": "conjugated godan verb", + "romaji": "dekakare" + }, + "出掛ろ": { + "w_type": "godan verb stem", + "romaji": "dekakaro" + }, + "出掛った": { + "w_type": "conjugated godan verb", + "romaji": "dekakatta" + }, + "出掛って": { + "w_type": "conjugated godan verb", + "romaji": "dekakatte" + }, + "血迷わ": { + "w_type": "godan verb stem", + "romaji": "chimayowa" + }, + "血迷い": { + "w_type": "godan verb stem", + "romaji": "chimayoi" + }, + "血迷え": { + "w_type": "conjugated godan verb", + "romaji": "chimayoe" + }, + "血迷お": { + "w_type": "godan verb stem", + "romaji": "chimayoo" + }, + "血迷った": { + "w_type": "conjugated godan verb", + "romaji": "chimayotta" + }, + "血迷って": { + "w_type": "conjugated godan verb", + "romaji": "chimayotte" + }, + "肖ら": { + "w_type": "godan verb stem", + "romaji": "ayakara" + }, + "肖り": { + "w_type": "godan verb stem", + "romaji": "ayakari" + }, + "肖れ": { + "w_type": "conjugated godan verb", + "romaji": "ayakare" + }, + "肖ろ": { + "w_type": "godan verb stem", + "romaji": "ayakaro" + }, + "肖った": { + "w_type": "conjugated godan verb", + "romaji": "ayakatta" + }, + "肖って": { + "w_type": "conjugated godan verb", + "romaji": "ayakatte" + }, + "持ち帰ら": { + "w_type": "godan verb stem", + "romaji": "mochikaera" + }, + "持ち帰り": { + "w_type": "godan verb stem", + "romaji": "mochikaeri" + }, + "持ち帰れ": { + "w_type": "conjugated godan verb", + "romaji": "mochikaere" + }, + "持ち帰ろ": { + "w_type": "godan verb stem", + "romaji": "mochikaero" + }, + "持ち帰った": { + "w_type": "conjugated godan verb", + "romaji": "mochikaetta" + }, + "持ち帰って": { + "w_type": "conjugated godan verb", + "romaji": "mochikaette" + }, + "積みなおさ": { + "w_type": "godan verb stem", + "romaji": "tsuminaosa" + }, + "積みなおし": { + "w_type": "godan verb stem", + "romaji": "tsuminaoshi" + }, + "積みなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tsuminaose" + }, + "積みなおそ": { + "w_type": "godan verb stem", + "romaji": "tsuminaoso" + }, + "積みなおした": { + "w_type": "conjugated godan verb", + "romaji": "tsuminaoshita" + }, + "積みなおして": { + "w_type": "conjugated godan verb", + "romaji": "tsuminaoshite" + }, + "取落とさ": { + "w_type": "godan verb stem", + "romaji": "toriotosa" + }, + "取落とし": { + "w_type": "godan verb stem", + "romaji": "toriotoshi" + }, + "取落とせ": { + "w_type": "conjugated godan verb", + "romaji": "toriotose" + }, + "取落とそ": { + "w_type": "godan verb stem", + "romaji": "toriotoso" + }, + "取落とした": { + "w_type": "conjugated godan verb", + "romaji": "toriotoshita" + }, + "取落として": { + "w_type": "conjugated godan verb", + "romaji": "toriotoshite" + }, + "揺さぶら": { + "w_type": "godan verb stem", + "romaji": "yusabura" + }, + "揺さぶり": { + "w_type": "godan verb stem", + "romaji": "yusaburi" + }, + "揺さぶれ": { + "w_type": "conjugated godan verb", + "romaji": "yusabure" + }, + "揺さぶろ": { + "w_type": "godan verb stem", + "romaji": "yusaburo" + }, + "揺さぶった": { + "w_type": "conjugated godan verb", + "romaji": "yusabutta" + }, + "揺さぶって": { + "w_type": "conjugated godan verb", + "romaji": "yusabutte" + }, + "飲みまわさ": { + "w_type": "godan verb stem", + "romaji": "nomimawasa" + }, + "飲みまわし": { + "w_type": "godan verb stem", + "romaji": "nomimawashi" + }, + "飲みまわせ": { + "w_type": "conjugated godan verb", + "romaji": "nomimawase" + }, + "飲みまわそ": { + "w_type": "godan verb stem", + "romaji": "nomimawaso" + }, + "飲みまわした": { + "w_type": "conjugated godan verb", + "romaji": "nomimawashita" + }, + "飲みまわして": { + "w_type": "conjugated godan verb", + "romaji": "nomimawashite" + }, + "ふんぞり返ら": { + "w_type": "godan verb stem", + "romaji": "funzorikaera" + }, + "ふんぞり返り": { + "w_type": "godan verb stem", + "romaji": "funzorikaeri" + }, + "ふんぞり返れ": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaere" + }, + "ふんぞり返ろ": { + "w_type": "godan verb stem", + "romaji": "funzorikaero" + }, + "ふんぞり返った": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaetta" + }, + "ふんぞり返って": { + "w_type": "conjugated godan verb", + "romaji": "funzorikaette" + }, + "飲みまわら": { + "w_type": "godan verb stem", + "romaji": "nomimawara" + }, + "飲みまわり": { + "w_type": "godan verb stem", + "romaji": "nomimawari" + }, + "飲みまわれ": { + "w_type": "conjugated godan verb", + "romaji": "nomimaware" + }, + "飲みまわろ": { + "w_type": "godan verb stem", + "romaji": "nomimawaro" + }, + "飲みまわった": { + "w_type": "conjugated godan verb", + "romaji": "nomimawatta" + }, + "飲みまわって": { + "w_type": "conjugated godan verb", + "romaji": "nomimawatte" + }, + "倒さ": { + "w_type": "godan verb stem", + "romaji": "taosa" + }, + "倒し": { + "w_type": "godan verb stem", + "romaji": "taoshi" + }, + "倒せ": { + "w_type": "conjugated godan verb", + "romaji": "taose" + }, + "倒そ": { + "w_type": "godan verb stem", + "romaji": "taoso" + }, + "倒した": { + "w_type": "conjugated godan verb", + "romaji": "taoshita" + }, + "倒して": { + "w_type": "conjugated godan verb", + "romaji": "taoshite" + }, + "持て余さ": { + "w_type": "godan verb stem", + "romaji": "moteamasa" + }, + "持て余し": { + "w_type": "godan verb stem", + "romaji": "moteamashi" + }, + "持て余せ": { + "w_type": "conjugated godan verb", + "romaji": "moteamase" + }, + "持て余そ": { + "w_type": "godan verb stem", + "romaji": "moteamaso" + }, + "持て余した": { + "w_type": "conjugated godan verb", + "romaji": "moteamashita" + }, + "持て余して": { + "w_type": "conjugated godan verb", + "romaji": "moteamashite" + }, + "見詰めなおさ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaosa" + }, + "見詰めなおし": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoshi" + }, + "見詰めなおせ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaose" + }, + "見詰めなおそ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoso" + }, + "見詰めなおした": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshita" + }, + "見詰めなおして": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshite" + }, + "紊さ": { + "w_type": "godan verb stem", + "romaji": "midasa" + }, + "紊し": { + "w_type": "godan verb stem", + "romaji": "midashi" + }, + "紊せ": { + "w_type": "conjugated godan verb", + "romaji": "midase" + }, + "紊そ": { + "w_type": "godan verb stem", + "romaji": "midaso" + }, + "紊した": { + "w_type": "conjugated godan verb", + "romaji": "midashita" + }, + "紊して": { + "w_type": "conjugated godan verb", + "romaji": "midashite" + }, + "傷つか": { + "w_type": "godan verb stem", + "romaji": "kizutsuka" + }, + "傷つき": { + "w_type": "godan verb stem", + "romaji": "kizutsuki" + }, + "傷つけ": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuke" + }, + "傷つこ": { + "w_type": "godan verb stem", + "romaji": "kizutsuko" + }, + "傷ついた": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuita" + }, + "傷ついて": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuite" + }, + "明ら": { + "w_type": "godan verb stem", + "romaji": "akara" + }, + "明り": { + "w_type": "godan verb stem", + "romaji": "akari" + }, + "明れ": { + "w_type": "conjugated godan verb", + "romaji": "akare" + }, + "明ろ": { + "w_type": "godan verb stem", + "romaji": "akaro" + }, + "明った": { + "w_type": "conjugated godan verb", + "romaji": "akatta" + }, + "明って": { + "w_type": "conjugated godan verb", + "romaji": "akatte" + }, + "執り行わ": { + "w_type": "godan verb stem", + "romaji": "toriokonawa" + }, + "執り行い": { + "w_type": "godan verb stem", + "romaji": "toriokonai" + }, + "執り行え": { + "w_type": "conjugated godan verb", + "romaji": "toriokonae" + }, + "執り行お": { + "w_type": "godan verb stem", + "romaji": "toriokonao" + }, + "執り行った": { + "w_type": "conjugated godan verb", + "romaji": "toriokonatta" + }, + "執り行って": { + "w_type": "conjugated godan verb", + "romaji": "toriokonatte" + }, + "加わら": { + "w_type": "godan verb stem", + "romaji": "kuwawara" + }, + "加わり": { + "w_type": "godan verb stem", + "romaji": "kuwawari" + }, + "加われ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaware" + }, + "加わろ": { + "w_type": "godan verb stem", + "romaji": "kuwawaro" + }, + "加わった": { + "w_type": "conjugated godan verb", + "romaji": "kuwawatta" + }, + "加わって": { + "w_type": "conjugated godan verb", + "romaji": "kuwawatte" + }, + "付か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "付き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "付け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "付こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "付いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "付いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "吃ら": { + "w_type": "godan verb stem", + "romaji": "domora" + }, + "吃り": { + "w_type": "godan verb stem", + "romaji": "domori" + }, + "吃れ": { + "w_type": "conjugated godan verb", + "romaji": "domore" + }, + "吃ろ": { + "w_type": "godan verb stem", + "romaji": "domoro" + }, + "吃った": { + "w_type": "conjugated godan verb", + "romaji": "domotta" + }, + "吃って": { + "w_type": "conjugated godan verb", + "romaji": "domotte" + }, + "降り懸ら": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降り懸り": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降り懸れ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降り懸ろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降り懸った": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降り懸って": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "描きださ": { + "w_type": "godan verb stem", + "romaji": "egakidasa" + }, + "描きだし": { + "w_type": "godan verb stem", + "romaji": "egakidashi" + }, + "描きだせ": { + "w_type": "conjugated godan verb", + "romaji": "egakidase" + }, + "描きだそ": { + "w_type": "godan verb stem", + "romaji": "egakidaso" + }, + "描きだした": { + "w_type": "conjugated godan verb", + "romaji": "egakidashita" + }, + "描きだして": { + "w_type": "conjugated godan verb", + "romaji": "egakidashite" + }, + "膨れ上がら": { + "w_type": "godan verb stem", + "romaji": "fukureagara" + }, + "膨れ上がり": { + "w_type": "godan verb stem", + "romaji": "fukureagari" + }, + "膨れ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "fukureagare" + }, + "膨れ上がろ": { + "w_type": "godan verb stem", + "romaji": "fukureagaro" + }, + "膨れ上がった": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatta" + }, + "膨れ上がって": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatte" + }, + "移さ": { + "w_type": "godan verb stem", + "romaji": "utsusa" + }, + "移し": { + "w_type": "godan verb stem", + "romaji": "utsushi" + }, + "移せ": { + "w_type": "conjugated godan verb", + "romaji": "utsuse" + }, + "移そ": { + "w_type": "godan verb stem", + "romaji": "utsuso" + }, + "移した": { + "w_type": "conjugated godan verb", + "romaji": "utsushita" + }, + "移して": { + "w_type": "conjugated godan verb", + "romaji": "utsushite" + }, + "捻くら": { + "w_type": "godan verb stem", + "romaji": "hinekura" + }, + "捻くり": { + "w_type": "godan verb stem", + "romaji": "hinekuri" + }, + "捻くれ": { + "w_type": "conjugated godan verb", + "romaji": "hinekure" + }, + "捻くろ": { + "w_type": "godan verb stem", + "romaji": "hinekuro" + }, + "捻くった": { + "w_type": "conjugated godan verb", + "romaji": "hinekutta" + }, + "捻くって": { + "w_type": "conjugated godan verb", + "romaji": "hinekutte" + }, + "染め直さ": { + "w_type": "godan verb stem", + "romaji": "somenaosa" + }, + "染め直し": { + "w_type": "godan verb stem", + "romaji": "somenaoshi" + }, + "染め直せ": { + "w_type": "conjugated godan verb", + "romaji": "somenaose" + }, + "染め直そ": { + "w_type": "godan verb stem", + "romaji": "somenaoso" + }, + "染め直した": { + "w_type": "conjugated godan verb", + "romaji": "somenaoshita" + }, + "染め直して": { + "w_type": "conjugated godan verb", + "romaji": "somenaoshite" + }, + "移ら": { + "w_type": "godan verb stem", + "romaji": "utsura" + }, + "移り": { + "w_type": "godan verb stem", + "romaji": "utsuri" + }, + "移れ": { + "w_type": "conjugated godan verb", + "romaji": "utsure" + }, + "移ろ": { + "w_type": "godan verb stem", + "romaji": "utsuro" + }, + "移った": { + "w_type": "conjugated godan verb", + "romaji": "utsutta" + }, + "移って": { + "w_type": "conjugated godan verb", + "romaji": "utsutte" + }, + "飲み込ま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "飲み込み": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "飲み込め": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "飲み込も": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "飲み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "飲み込んで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "取り縋ら": { + "w_type": "godan verb stem", + "romaji": "torisugara" + }, + "取り縋り": { + "w_type": "godan verb stem", + "romaji": "torisugari" + }, + "取り縋れ": { + "w_type": "conjugated godan verb", + "romaji": "torisugare" + }, + "取り縋ろ": { + "w_type": "godan verb stem", + "romaji": "torisugaro" + }, + "取り縋った": { + "w_type": "conjugated godan verb", + "romaji": "torisugatta" + }, + "取り縋って": { + "w_type": "conjugated godan verb", + "romaji": "torisugatte" + }, + "分け合わ": { + "w_type": "godan verb stem", + "romaji": "wakeawa" + }, + "分け合い": { + "w_type": "godan verb stem", + "romaji": "wakeai" + }, + "分け合え": { + "w_type": "conjugated godan verb", + "romaji": "wakeae" + }, + "分け合お": { + "w_type": "godan verb stem", + "romaji": "wakeao" + }, + "分け合った": { + "w_type": "conjugated godan verb", + "romaji": "wakeatta" + }, + "分け合って": { + "w_type": "conjugated godan verb", + "romaji": "wakeatte" + }, + "撃ち損なわ": { + "w_type": "godan verb stem", + "romaji": "uchisokonawa" + }, + "撃ち損ない": { + "w_type": "godan verb stem", + "romaji": "uchisokonai" + }, + "撃ち損なえ": { + "w_type": "conjugated godan verb", + "romaji": "uchisokonae" + }, + "撃ち損なお": { + "w_type": "godan verb stem", + "romaji": "uchisokonao" + }, + "撃ち損なった": { + "w_type": "conjugated godan verb", + "romaji": "uchisokonatta" + }, + "撃ち損なって": { + "w_type": "conjugated godan verb", + "romaji": "uchisokonatte" + }, + "沈み込ま": { + "w_type": "godan verb stem", + "romaji": "shizumikoma" + }, + "沈み込み": { + "w_type": "godan verb stem", + "romaji": "shizumikomi" + }, + "沈み込め": { + "w_type": "conjugated godan verb", + "romaji": "shizumikome" + }, + "沈み込も": { + "w_type": "godan verb stem", + "romaji": "shizumikomo" + }, + "沈み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shizumikonda" + }, + "沈み込んで": { + "w_type": "conjugated godan verb", + "romaji": "shizumikonde" + }, + "罵ら": { + "w_type": "godan verb stem", + "romaji": "nonoshira" + }, + "罵り": { + "w_type": "godan verb stem", + "romaji": "nonoshiri" + }, + "罵れ": { + "w_type": "conjugated godan verb", + "romaji": "nonoshire" + }, + "罵ろ": { + "w_type": "godan verb stem", + "romaji": "nonoshiro" + }, + "罵った": { + "w_type": "conjugated godan verb", + "romaji": "nonoshitta" + }, + "罵って": { + "w_type": "conjugated godan verb", + "romaji": "nonoshitte" + }, + "つかみ出さ": { + "w_type": "godan verb stem", + "romaji": "tsukamidasa" + }, + "つかみ出し": { + "w_type": "godan verb stem", + "romaji": "tsukamidashi" + }, + "つかみ出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamidase" + }, + "つかみ出そ": { + "w_type": "godan verb stem", + "romaji": "tsukamidaso" + }, + "つかみ出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukamidashita" + }, + "つかみ出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukamidashite" + }, + "繰返さ": { + "w_type": "godan verb stem", + "romaji": "kurikaesa" + }, + "繰返し": { + "w_type": "godan verb stem", + "romaji": "kurikaeshi" + }, + "繰返せ": { + "w_type": "conjugated godan verb", + "romaji": "kurikaese" + }, + "繰返そ": { + "w_type": "godan verb stem", + "romaji": "kurikaeso" + }, + "繰返した": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshita" + }, + "繰返して": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshite" + }, + "しゃぶり付か": { + "w_type": "godan verb stem", + "romaji": "shaburitsuka" + }, + "しゃぶり付き": { + "w_type": "godan verb stem", + "romaji": "shaburitsuki" + }, + "しゃぶり付け": { + "w_type": "conjugated godan verb", + "romaji": "shaburitsuke" + }, + "しゃぶり付こ": { + "w_type": "godan verb stem", + "romaji": "shaburitsuko" + }, + "しゃぶり付いた": { + "w_type": "conjugated godan verb", + "romaji": "shaburitsuita" + }, + "しゃぶり付いて": { + "w_type": "conjugated godan verb", + "romaji": "shaburitsuite" + }, + "泣腫らさ": { + "w_type": "godan verb stem", + "romaji": "nakiharasa" + }, + "泣腫らし": { + "w_type": "godan verb stem", + "romaji": "nakiharashi" + }, + "泣腫らせ": { + "w_type": "conjugated godan verb", + "romaji": "nakiharase" + }, + "泣腫らそ": { + "w_type": "godan verb stem", + "romaji": "nakiharaso" + }, + "泣腫らした": { + "w_type": "conjugated godan verb", + "romaji": "nakiharashita" + }, + "泣腫らして": { + "w_type": "conjugated godan verb", + "romaji": "nakiharashite" + }, + "憐れま": { + "w_type": "godan verb stem", + "romaji": "awarema" + }, + "憐れみ": { + "w_type": "godan verb stem", + "romaji": "awaremi" + }, + "憐れめ": { + "w_type": "conjugated godan verb", + "romaji": "awareme" + }, + "憐れも": { + "w_type": "godan verb stem", + "romaji": "awaremo" + }, + "憐れんだ": { + "w_type": "conjugated godan verb", + "romaji": "awarenda" + }, + "憐れんで": { + "w_type": "conjugated godan verb", + "romaji": "awarende" + }, + "しゃれ込ま": { + "w_type": "godan verb stem", + "romaji": "sharekoma" + }, + "しゃれ込み": { + "w_type": "godan verb stem", + "romaji": "sharekomi" + }, + "しゃれ込め": { + "w_type": "conjugated godan verb", + "romaji": "sharekome" + }, + "しゃれ込も": { + "w_type": "godan verb stem", + "romaji": "sharekomo" + }, + "しゃれ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sharekonda" + }, + "しゃれ込んで": { + "w_type": "conjugated godan verb", + "romaji": "sharekonde" + }, + "握ら": { + "w_type": "godan verb stem", + "romaji": "nigira" + }, + "握り": { + "w_type": "godan verb stem", + "romaji": "nigiri" + }, + "握れ": { + "w_type": "conjugated godan verb", + "romaji": "nigire" + }, + "握ろ": { + "w_type": "godan verb stem", + "romaji": "nigiro" + }, + "握った": { + "w_type": "conjugated godan verb", + "romaji": "nigitta" + }, + "握って": { + "w_type": "conjugated godan verb", + "romaji": "nigitte" + }, + "掻っ穿じら": { + "w_type": "godan verb stem", + "romaji": "kappojira" + }, + "掻っ穿じり": { + "w_type": "godan verb stem", + "romaji": "kappojiri" + }, + "掻っ穿じれ": { + "w_type": "conjugated godan verb", + "romaji": "kappojire" + }, + "掻っ穿じろ": { + "w_type": "godan verb stem", + "romaji": "kappojiro" + }, + "掻っ穿じった": { + "w_type": "conjugated godan verb", + "romaji": "kappojitta" + }, + "掻っ穿じって": { + "w_type": "conjugated godan verb", + "romaji": "kappojitte" + }, + "打ち掛から": { + "w_type": "godan verb stem", + "romaji": "uchikakara" + }, + "打ち掛かり": { + "w_type": "godan verb stem", + "romaji": "uchikakari" + }, + "打ち掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "uchikakare" + }, + "打ち掛かろ": { + "w_type": "godan verb stem", + "romaji": "uchikakaro" + }, + "打ち掛かった": { + "w_type": "conjugated godan verb", + "romaji": "uchikakatta" + }, + "打ち掛かって": { + "w_type": "conjugated godan verb", + "romaji": "uchikakatte" + }, + "こねくり回さ": { + "w_type": "godan verb stem", + "romaji": "konekurimawasa" + }, + "こねくり回し": { + "w_type": "godan verb stem", + "romaji": "konekurimawashi" + }, + "こねくり回せ": { + "w_type": "conjugated godan verb", + "romaji": "konekurimawase" + }, + "こねくり回そ": { + "w_type": "godan verb stem", + "romaji": "konekurimawaso" + }, + "こねくり回した": { + "w_type": "conjugated godan verb", + "romaji": "konekurimawashita" + }, + "こねくり回して": { + "w_type": "conjugated godan verb", + "romaji": "konekurimawashite" + }, + "ほうり出さ": { + "w_type": "godan verb stem", + "romaji": "houridasa" + }, + "ほうり出し": { + "w_type": "godan verb stem", + "romaji": "houridashi" + }, + "ほうり出せ": { + "w_type": "conjugated godan verb", + "romaji": "houridase" + }, + "ほうり出そ": { + "w_type": "godan verb stem", + "romaji": "houridaso" + }, + "ほうり出した": { + "w_type": "conjugated godan verb", + "romaji": "houridashita" + }, + "ほうり出して": { + "w_type": "conjugated godan verb", + "romaji": "houridashite" + }, + "切倒さ": { + "w_type": "godan verb stem", + "romaji": "kiritaosa" + }, + "切倒し": { + "w_type": "godan verb stem", + "romaji": "kiritaoshi" + }, + "切倒せ": { + "w_type": "conjugated godan verb", + "romaji": "kiritaose" + }, + "切倒そ": { + "w_type": "godan verb stem", + "romaji": "kiritaoso" + }, + "切倒した": { + "w_type": "conjugated godan verb", + "romaji": "kiritaoshita" + }, + "切倒して": { + "w_type": "conjugated godan verb", + "romaji": "kiritaoshite" + }, + "聞き流さ": { + "w_type": "godan verb stem", + "romaji": "kikinagasa" + }, + "聞き流し": { + "w_type": "godan verb stem", + "romaji": "kikinagashi" + }, + "聞き流せ": { + "w_type": "conjugated godan verb", + "romaji": "kikinagase" + }, + "聞き流そ": { + "w_type": "godan verb stem", + "romaji": "kikinagaso" + }, + "聞き流した": { + "w_type": "conjugated godan verb", + "romaji": "kikinagashita" + }, + "聞き流して": { + "w_type": "conjugated godan verb", + "romaji": "kikinagashite" + }, + "漂わさ": { + "w_type": "godan verb stem", + "romaji": "tadayowasa" + }, + "漂わし": { + "w_type": "godan verb stem", + "romaji": "tadayowashi" + }, + "漂わせ": { + "w_type": "conjugated godan verb", + "romaji": "tadayowase" + }, + "漂わそ": { + "w_type": "godan verb stem", + "romaji": "tadayowaso" + }, + "漂わした": { + "w_type": "conjugated godan verb", + "romaji": "tadayowashita" + }, + "漂わして": { + "w_type": "conjugated godan verb", + "romaji": "tadayowashite" + }, + "書き下さ": { + "w_type": "godan verb stem", + "romaji": "kakikudasa" + }, + "書き下し": { + "w_type": "godan verb stem", + "romaji": "kakikudashi" + }, + "書き下せ": { + "w_type": "conjugated godan verb", + "romaji": "kakikudase" + }, + "書き下そ": { + "w_type": "godan verb stem", + "romaji": "kakikudaso" + }, + "書き下した": { + "w_type": "conjugated godan verb", + "romaji": "kakikudashita" + }, + "書き下して": { + "w_type": "conjugated godan verb", + "romaji": "kakikudashite" + }, + "ぶっ飛ば": { + "w_type": "godan verb stem", + "romaji": "buttoba" + }, + "ぶっ飛び": { + "w_type": "godan verb stem", + "romaji": "buttobi" + }, + "ぶっ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "buttobe" + }, + "ぶっ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "buttobo" + }, + "ぶっ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "buttonda" + }, + "ぶっ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "buttonde" + }, + "刺さら": { + "w_type": "godan verb stem", + "romaji": "sasara" + }, + "刺さり": { + "w_type": "godan verb stem", + "romaji": "sasari" + }, + "刺され": { + "w_type": "conjugated godan verb", + "romaji": "sasare" + }, + "刺さろ": { + "w_type": "godan verb stem", + "romaji": "sasaro" + }, + "刺さった": { + "w_type": "conjugated godan verb", + "romaji": "sasatta" + }, + "刺さって": { + "w_type": "conjugated godan verb", + "romaji": "sasatte" + }, + "押流さ": { + "w_type": "godan verb stem", + "romaji": "oshinagasa" + }, + "押流し": { + "w_type": "godan verb stem", + "romaji": "oshinagashi" + }, + "押流せ": { + "w_type": "conjugated godan verb", + "romaji": "oshinagase" + }, + "押流そ": { + "w_type": "godan verb stem", + "romaji": "oshinagaso" + }, + "押流した": { + "w_type": "conjugated godan verb", + "romaji": "oshinagashita" + }, + "押流して": { + "w_type": "conjugated godan verb", + "romaji": "oshinagashite" + }, + "盪かさ": { + "w_type": "godan verb stem", + "romaji": "torokasa" + }, + "盪かし": { + "w_type": "godan verb stem", + "romaji": "torokashi" + }, + "盪かせ": { + "w_type": "conjugated godan verb", + "romaji": "torokase" + }, + "盪かそ": { + "w_type": "godan verb stem", + "romaji": "torokaso" + }, + "盪かした": { + "w_type": "conjugated godan verb", + "romaji": "torokashita" + }, + "盪かして": { + "w_type": "conjugated godan verb", + "romaji": "torokashite" + }, + "討た": { + "w_type": "godan verb stem", + "romaji": "uta" + }, + "討ち": { + "w_type": "godan verb stem", + "romaji": "uchi" + }, + "討て": { + "w_type": "conjugated godan verb", + "romaji": "ute" + }, + "討と": { + "w_type": "godan verb stem", + "romaji": "uto" + }, + "討った": { + "w_type": "conjugated godan verb", + "romaji": "utta" + }, + "討って": { + "w_type": "conjugated godan verb", + "romaji": "utte" + }, + "渇さ": { + "w_type": "godan verb stem", + "romaji": "kassa" + }, + "渇し": { + "w_type": "godan verb stem", + "romaji": "kasshi" + }, + "渇せ": { + "w_type": "conjugated godan verb", + "romaji": "kasse" + }, + "渇そ": { + "w_type": "godan verb stem", + "romaji": "kasso" + }, + "渇した": { + "w_type": "conjugated godan verb", + "romaji": "kasshita" + }, + "渇して": { + "w_type": "conjugated godan verb", + "romaji": "kasshite" + }, + "渇か": { + "w_type": "godan verb stem", + "romaji": "kawaka" + }, + "渇き": { + "w_type": "godan verb stem", + "romaji": "kawaki" + }, + "渇け": { + "w_type": "conjugated godan verb", + "romaji": "kawake" + }, + "渇こ": { + "w_type": "godan verb stem", + "romaji": "kawako" + }, + "渇いた": { + "w_type": "conjugated godan verb", + "romaji": "kawaita" + }, + "渇いて": { + "w_type": "conjugated godan verb", + "romaji": "kawaite" + }, + "上品振ら": { + "w_type": "godan verb stem", + "romaji": "jouhinbura" + }, + "上品振り": { + "w_type": "godan verb stem", + "romaji": "jouhinburi" + }, + "上品振れ": { + "w_type": "conjugated godan verb", + "romaji": "jouhinbure" + }, + "上品振ろ": { + "w_type": "godan verb stem", + "romaji": "jouhinburo" + }, + "上品振った": { + "w_type": "conjugated godan verb", + "romaji": "jouhinbutta" + }, + "上品振って": { + "w_type": "conjugated godan verb", + "romaji": "jouhinbutte" + }, + "振込ま": { + "w_type": "godan verb stem", + "romaji": "furikoma" + }, + "振込み": { + "w_type": "godan verb stem", + "romaji": "furikomi" + }, + "振込め": { + "w_type": "conjugated godan verb", + "romaji": "furikome" + }, + "振込も": { + "w_type": "godan verb stem", + "romaji": "furikomo" + }, + "振込んだ": { + "w_type": "conjugated godan verb", + "romaji": "furikonda" + }, + "振込んで": { + "w_type": "conjugated godan verb", + "romaji": "furikonde" + }, + "為損なわ": { + "w_type": "godan verb stem", + "romaji": "shisokonawa" + }, + "為損ない": { + "w_type": "godan verb stem", + "romaji": "shisokonai" + }, + "為損なえ": { + "w_type": "conjugated godan verb", + "romaji": "shisokonae" + }, + "為損なお": { + "w_type": "godan verb stem", + "romaji": "shisokonao" + }, + "為損なった": { + "w_type": "conjugated godan verb", + "romaji": "shisokonatta" + }, + "為損なって": { + "w_type": "conjugated godan verb", + "romaji": "shisokonatte" + }, + "名のら": { + "w_type": "godan verb stem", + "romaji": "nanora" + }, + "名のり": { + "w_type": "godan verb stem", + "romaji": "nanori" + }, + "名のれ": { + "w_type": "conjugated godan verb", + "romaji": "nanore" + }, + "名のろ": { + "w_type": "godan verb stem", + "romaji": "nanoro" + }, + "名のった": { + "w_type": "conjugated godan verb", + "romaji": "nanotta" + }, + "名のって": { + "w_type": "conjugated godan verb", + "romaji": "nanotte" + }, + "放っとか": { + "w_type": "godan verb stem", + "romaji": "hottoka" + }, + "放っとき": { + "w_type": "godan verb stem", + "romaji": "hottoki" + }, + "放っとけ": { + "w_type": "conjugated godan verb", + "romaji": "hottoke" + }, + "放っとこ": { + "w_type": "godan verb stem", + "romaji": "hottoko" + }, + "放っといた": { + "w_type": "conjugated godan verb", + "romaji": "hottoita" + }, + "放っといて": { + "w_type": "conjugated godan verb", + "romaji": "hottoite" + }, + "引立た": { + "w_type": "godan verb stem", + "romaji": "hikitata" + }, + "引立ち": { + "w_type": "godan verb stem", + "romaji": "hikitachi" + }, + "引立て": { + "w_type": "conjugated godan verb", + "romaji": "hikitate" + }, + "引立と": { + "w_type": "godan verb stem", + "romaji": "hikitato" + }, + "引立った": { + "w_type": "conjugated godan verb", + "romaji": "hikitatta" + }, + "引立って": { + "w_type": "conjugated godan verb", + "romaji": "hikitatte" + }, + "ほじくり出さ": { + "w_type": "godan verb stem", + "romaji": "hojikuridasa" + }, + "ほじくり出し": { + "w_type": "godan verb stem", + "romaji": "hojikuridashi" + }, + "ほじくり出せ": { + "w_type": "conjugated godan verb", + "romaji": "hojikuridase" + }, + "ほじくり出そ": { + "w_type": "godan verb stem", + "romaji": "hojikuridaso" + }, + "ほじくり出した": { + "w_type": "conjugated godan verb", + "romaji": "hojikuridashita" + }, + "ほじくり出して": { + "w_type": "conjugated godan verb", + "romaji": "hojikuridashite" + }, + "切り落さ": { + "w_type": "godan verb stem", + "romaji": "kiriotosa" + }, + "切り落し": { + "w_type": "godan verb stem", + "romaji": "kiriotoshi" + }, + "切り落せ": { + "w_type": "conjugated godan verb", + "romaji": "kiriotose" + }, + "切り落そ": { + "w_type": "godan verb stem", + "romaji": "kiriotoso" + }, + "切り落した": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshita" + }, + "切り落して": { + "w_type": "conjugated godan verb", + "romaji": "kiriotoshite" + }, + "果さ": { + "w_type": "godan verb stem", + "romaji": "hatasa" + }, + "果し": { + "w_type": "godan verb stem", + "romaji": "hatashi" + }, + "果せ": { + "w_type": "conjugated godan verb", + "romaji": "hatase" + }, + "果そ": { + "w_type": "godan verb stem", + "romaji": "hataso" + }, + "果した": { + "w_type": "conjugated godan verb", + "romaji": "hatashita" + }, + "果して": { + "w_type": "conjugated godan verb", + "romaji": "hatashite" + }, + "犒わ": { + "w_type": "godan verb stem", + "romaji": "negirawa" + }, + "犒い": { + "w_type": "godan verb stem", + "romaji": "negirai" + }, + "犒え": { + "w_type": "conjugated godan verb", + "romaji": "negirae" + }, + "犒お": { + "w_type": "godan verb stem", + "romaji": "negirao" + }, + "犒った": { + "w_type": "conjugated godan verb", + "romaji": "negiratta" + }, + "犒って": { + "w_type": "conjugated godan verb", + "romaji": "negiratte" + }, + "立ちはたらか": { + "w_type": "godan verb stem", + "romaji": "tachihataraka" + }, + "立ちはたらき": { + "w_type": "godan verb stem", + "romaji": "tachihataraki" + }, + "立ちはたらけ": { + "w_type": "conjugated godan verb", + "romaji": "tachihatarake" + }, + "立ちはたらこ": { + "w_type": "godan verb stem", + "romaji": "tachihatarako" + }, + "立ちはたらいた": { + "w_type": "conjugated godan verb", + "romaji": "tachihataraita" + }, + "立ちはたらいて": { + "w_type": "conjugated godan verb", + "romaji": "tachihataraite" + }, + "立引か": { + "w_type": "godan verb stem", + "romaji": "tatehika" + }, + "立引き": { + "w_type": "godan verb stem", + "romaji": "tatehiki" + }, + "立引け": { + "w_type": "conjugated godan verb", + "romaji": "tatehike" + }, + "立引こ": { + "w_type": "godan verb stem", + "romaji": "tatehiko" + }, + "立引いた": { + "w_type": "conjugated godan verb", + "romaji": "tatehiita" + }, + "立引いて": { + "w_type": "conjugated godan verb", + "romaji": "tatehiite" + }, + "踏みださ": { + "w_type": "godan verb stem", + "romaji": "fumidasa" + }, + "踏みだし": { + "w_type": "godan verb stem", + "romaji": "fumidashi" + }, + "踏みだせ": { + "w_type": "conjugated godan verb", + "romaji": "fumidase" + }, + "踏みだそ": { + "w_type": "godan verb stem", + "romaji": "fumidaso" + }, + "踏みだした": { + "w_type": "conjugated godan verb", + "romaji": "fumidashita" + }, + "踏みだして": { + "w_type": "conjugated godan verb", + "romaji": "fumidashite" + }, + "希わ": { + "w_type": "godan verb stem", + "romaji": "koinegawa" + }, + "希い": { + "w_type": "godan verb stem", + "romaji": "koinegai" + }, + "希え": { + "w_type": "conjugated godan verb", + "romaji": "koinegae" + }, + "希お": { + "w_type": "godan verb stem", + "romaji": "koinegao" + }, + "希った": { + "w_type": "conjugated godan verb", + "romaji": "koinegatta" + }, + "希って": { + "w_type": "conjugated godan verb", + "romaji": "koinegatte" + }, + "躍ら": { + "w_type": "godan verb stem", + "romaji": "odora" + }, + "躍り": { + "w_type": "godan verb stem", + "romaji": "odori" + }, + "躍れ": { + "w_type": "conjugated godan verb", + "romaji": "odore" + }, + "躍ろ": { + "w_type": "godan verb stem", + "romaji": "odoro" + }, + "躍った": { + "w_type": "conjugated godan verb", + "romaji": "odotta" + }, + "躍って": { + "w_type": "conjugated godan verb", + "romaji": "odotte" + }, + "努ま": { + "w_type": "godan verb stem", + "romaji": "rikima" + }, + "努み": { + "w_type": "godan verb stem", + "romaji": "rikimi" + }, + "努め": { + "w_type": "conjugated godan verb", + "romaji": "rikime" + }, + "努も": { + "w_type": "godan verb stem", + "romaji": "rikimo" + }, + "努んだ": { + "w_type": "conjugated godan verb", + "romaji": "rikinda" + }, + "努んで": { + "w_type": "conjugated godan verb", + "romaji": "rikinde" + }, + "見入ら": { + "w_type": "godan verb stem", + "romaji": "miira" + }, + "見入り": { + "w_type": "godan verb stem", + "romaji": "miiri" + }, + "見入れ": { + "w_type": "conjugated godan verb", + "romaji": "miire" + }, + "見入ろ": { + "w_type": "godan verb stem", + "romaji": "miiro" + }, + "見入った": { + "w_type": "conjugated godan verb", + "romaji": "miitta" + }, + "見入って": { + "w_type": "conjugated godan verb", + "romaji": "miitte" + }, + "暈かさ": { + "w_type": "godan verb stem", + "romaji": "bokasa" + }, + "暈かし": { + "w_type": "godan verb stem", + "romaji": "bokashi" + }, + "暈かせ": { + "w_type": "conjugated godan verb", + "romaji": "bokase" + }, + "暈かそ": { + "w_type": "godan verb stem", + "romaji": "bokaso" + }, + "暈かした": { + "w_type": "conjugated godan verb", + "romaji": "bokashita" + }, + "暈かして": { + "w_type": "conjugated godan verb", + "romaji": "bokashite" + }, + "捩じ取ら": { + "w_type": "godan verb stem", + "romaji": "nejitora" + }, + "捩じ取り": { + "w_type": "godan verb stem", + "romaji": "nejitori" + }, + "捩じ取れ": { + "w_type": "conjugated godan verb", + "romaji": "nejitore" + }, + "捩じ取ろ": { + "w_type": "godan verb stem", + "romaji": "nejitoro" + }, + "捩じ取った": { + "w_type": "conjugated godan verb", + "romaji": "nejitotta" + }, + "捩じ取って": { + "w_type": "conjugated godan verb", + "romaji": "nejitotte" + }, + "勘付か": { + "w_type": "godan verb stem", + "romaji": "kanzuka" + }, + "勘付き": { + "w_type": "godan verb stem", + "romaji": "kanzuki" + }, + "勘付け": { + "w_type": "conjugated godan verb", + "romaji": "kanzuke" + }, + "勘付こ": { + "w_type": "godan verb stem", + "romaji": "kanzuko" + }, + "勘付いた": { + "w_type": "conjugated godan verb", + "romaji": "kanzuita" + }, + "勘付いて": { + "w_type": "conjugated godan verb", + "romaji": "kanzuite" + }, + "流れ歩か": { + "w_type": "godan verb stem", + "romaji": "nagarearuka" + }, + "流れ歩き": { + "w_type": "godan verb stem", + "romaji": "nagarearuki" + }, + "流れ歩け": { + "w_type": "conjugated godan verb", + "romaji": "nagarearuke" + }, + "流れ歩こ": { + "w_type": "godan verb stem", + "romaji": "nagarearuko" + }, + "流れ歩いた": { + "w_type": "conjugated godan verb", + "romaji": "nagarearuita" + }, + "流れ歩いて": { + "w_type": "conjugated godan verb", + "romaji": "nagarearuite" + }, + "継が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "継ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "継げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "継ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "継いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "継いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "荒ば": { + "w_type": "godan verb stem", + "romaji": "susaba" + }, + "荒び": { + "w_type": "godan verb stem", + "romaji": "susabi" + }, + "荒べ": { + "w_type": "conjugated godan verb", + "romaji": "susabe" + }, + "荒ぼ": { + "w_type": "godan verb stem", + "romaji": "susabo" + }, + "打ちのめさ": { + "w_type": "godan verb stem", + "romaji": "uchinomesa" + }, + "打ちのめし": { + "w_type": "godan verb stem", + "romaji": "uchinomeshi" + }, + "打ちのめせ": { + "w_type": "conjugated godan verb", + "romaji": "uchinomese" + }, + "打ちのめそ": { + "w_type": "godan verb stem", + "romaji": "uchinomeso" + }, + "打ちのめした": { + "w_type": "conjugated godan verb", + "romaji": "uchinomeshita" + }, + "打ちのめして": { + "w_type": "conjugated godan verb", + "romaji": "uchinomeshite" + }, + "創り出さ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "創り出し": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "創り出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "創り出そ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "創り出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "創り出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "ふさぎ込ま": { + "w_type": "godan verb stem", + "romaji": "fusagikoma" + }, + "ふさぎ込み": { + "w_type": "godan verb stem", + "romaji": "fusagikomi" + }, + "ふさぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "fusagikome" + }, + "ふさぎ込も": { + "w_type": "godan verb stem", + "romaji": "fusagikomo" + }, + "ふさぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fusagikonda" + }, + "ふさぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "fusagikonde" + }, + "荒さ": { + "w_type": "godan verb stem", + "romaji": "arasa" + }, + "荒し": { + "w_type": "godan verb stem", + "romaji": "arashi" + }, + "荒せ": { + "w_type": "conjugated godan verb", + "romaji": "arase" + }, + "荒そ": { + "w_type": "godan verb stem", + "romaji": "araso" + }, + "荒した": { + "w_type": "conjugated godan verb", + "romaji": "arashita" + }, + "荒して": { + "w_type": "conjugated godan verb", + "romaji": "arashite" + }, + "謁さ": { + "w_type": "godan verb stem", + "romaji": "essa" + }, + "謁し": { + "w_type": "godan verb stem", + "romaji": "esshi" + }, + "謁せ": { + "w_type": "conjugated godan verb", + "romaji": "esse" + }, + "謁そ": { + "w_type": "godan verb stem", + "romaji": "esso" + }, + "謁した": { + "w_type": "conjugated godan verb", + "romaji": "esshita" + }, + "謁して": { + "w_type": "conjugated godan verb", + "romaji": "esshite" + }, + "防が": { + "w_type": "godan verb stem", + "romaji": "fusega" + }, + "防ぎ": { + "w_type": "godan verb stem", + "romaji": "fusegi" + }, + "防げ": { + "w_type": "conjugated godan verb", + "romaji": "fusege" + }, + "防ご": { + "w_type": "godan verb stem", + "romaji": "fusego" + }, + "防いだ": { + "w_type": "conjugated godan verb", + "romaji": "fuseida" + }, + "防いで": { + "w_type": "conjugated godan verb", + "romaji": "fuseide" + }, + "突落さ": { + "w_type": "godan verb stem", + "romaji": "tsukiotosa" + }, + "突落し": { + "w_type": "godan verb stem", + "romaji": "tsukiotoshi" + }, + "突落せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotose" + }, + "突落そ": { + "w_type": "godan verb stem", + "romaji": "tsukiotoso" + }, + "突落した": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshita" + }, + "突落して": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshite" + }, + "使い尽くさ": { + "w_type": "godan verb stem", + "romaji": "tsukaitsukusa" + }, + "使い尽くし": { + "w_type": "godan verb stem", + "romaji": "tsukaitsukushi" + }, + "使い尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaitsukuse" + }, + "使い尽くそ": { + "w_type": "godan verb stem", + "romaji": "tsukaitsukuso" + }, + "使い尽くした": { + "w_type": "conjugated godan verb", + "romaji": "tsukaitsukushita" + }, + "使い尽くして": { + "w_type": "conjugated godan verb", + "romaji": "tsukaitsukushite" + }, + "糵さ": { + "w_type": "godan verb stem", + "romaji": "moyasa" + }, + "糵し": { + "w_type": "godan verb stem", + "romaji": "moyashi" + }, + "糵せ": { + "w_type": "conjugated godan verb", + "romaji": "moyase" + }, + "糵そ": { + "w_type": "godan verb stem", + "romaji": "moyaso" + }, + "糵した": { + "w_type": "conjugated godan verb", + "romaji": "moyashita" + }, + "糵して": { + "w_type": "conjugated godan verb", + "romaji": "moyashite" + }, + "有合わさ": { + "w_type": "godan verb stem", + "romaji": "ariawasa" + }, + "有合わし": { + "w_type": "godan verb stem", + "romaji": "ariawashi" + }, + "有合わせ": { + "w_type": "conjugated godan verb", + "romaji": "ariawase" + }, + "有合わそ": { + "w_type": "godan verb stem", + "romaji": "ariawaso" + }, + "有合わした": { + "w_type": "conjugated godan verb", + "romaji": "ariawashita" + }, + "有合わして": { + "w_type": "conjugated godan verb", + "romaji": "ariawashite" + }, + "看做さ": { + "w_type": "godan verb stem", + "romaji": "minasa" + }, + "看做し": { + "w_type": "godan verb stem", + "romaji": "minashi" + }, + "看做せ": { + "w_type": "conjugated godan verb", + "romaji": "minase" + }, + "看做そ": { + "w_type": "godan verb stem", + "romaji": "minaso" + }, + "看做した": { + "w_type": "conjugated godan verb", + "romaji": "minashita" + }, + "看做して": { + "w_type": "conjugated godan verb", + "romaji": "minashite" + }, + "あわ立た": { + "w_type": "godan verb stem", + "romaji": "awadata" + }, + "あわ立ち": { + "w_type": "godan verb stem", + "romaji": "awadachi" + }, + "あわ立て": { + "w_type": "conjugated godan verb", + "romaji": "awadate" + }, + "あわ立と": { + "w_type": "godan verb stem", + "romaji": "awadato" + }, + "あわ立った": { + "w_type": "conjugated godan verb", + "romaji": "awadatta" + }, + "あわ立って": { + "w_type": "conjugated godan verb", + "romaji": "awadatte" + }, + "言交さ": { + "w_type": "godan verb stem", + "romaji": "iikawasa" + }, + "言交し": { + "w_type": "godan verb stem", + "romaji": "iikawashi" + }, + "言交せ": { + "w_type": "conjugated godan verb", + "romaji": "iikawase" + }, + "言交そ": { + "w_type": "godan verb stem", + "romaji": "iikawaso" + }, + "言交した": { + "w_type": "conjugated godan verb", + "romaji": "iikawashita" + }, + "言交して": { + "w_type": "conjugated godan verb", + "romaji": "iikawashite" + }, + "緩まら": { + "w_type": "godan verb stem", + "romaji": "yurumara" + }, + "緩まり": { + "w_type": "godan verb stem", + "romaji": "yurumari" + }, + "緩まれ": { + "w_type": "conjugated godan verb", + "romaji": "yurumare" + }, + "緩まろ": { + "w_type": "godan verb stem", + "romaji": "yurumaro" + }, + "緩まった": { + "w_type": "conjugated godan verb", + "romaji": "yurumatta" + }, + "緩まって": { + "w_type": "conjugated godan verb", + "romaji": "yurumatte" + }, + "投下ろさ": { + "w_type": "godan verb stem", + "romaji": "nageorosa" + }, + "投下ろし": { + "w_type": "godan verb stem", + "romaji": "nageoroshi" + }, + "投下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "nageorose" + }, + "投下ろそ": { + "w_type": "godan verb stem", + "romaji": "nageoroso" + }, + "投下ろした": { + "w_type": "conjugated godan verb", + "romaji": "nageoroshita" + }, + "投下ろして": { + "w_type": "conjugated godan verb", + "romaji": "nageoroshite" + }, + "斬りかから": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "斬りかかり": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "斬りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "斬りかかろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "斬りかかった": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "斬りかかって": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "押し出さ": { + "w_type": "godan verb stem", + "romaji": "oshidasa" + }, + "押し出し": { + "w_type": "godan verb stem", + "romaji": "oshidashi" + }, + "押し出せ": { + "w_type": "conjugated godan verb", + "romaji": "oshidase" + }, + "押し出そ": { + "w_type": "godan verb stem", + "romaji": "oshidaso" + }, + "押し出した": { + "w_type": "conjugated godan verb", + "romaji": "oshidashita" + }, + "押し出して": { + "w_type": "conjugated godan verb", + "romaji": "oshidashite" + }, + "駄弁ら": { + "w_type": "godan verb stem", + "romaji": "dabera" + }, + "駄弁り": { + "w_type": "godan verb stem", + "romaji": "daberi" + }, + "駄弁れ": { + "w_type": "conjugated godan verb", + "romaji": "dabere" + }, + "駄弁ろ": { + "w_type": "godan verb stem", + "romaji": "dabero" + }, + "駄弁った": { + "w_type": "conjugated godan verb", + "romaji": "dabetta" + }, + "駄弁って": { + "w_type": "conjugated godan verb", + "romaji": "dabette" + }, + "摘ま": { + "w_type": "godan verb stem", + "romaji": "tsumama" + }, + "摘み": { + "w_type": "godan verb stem", + "romaji": "tsumami" + }, + "摘め": { + "w_type": "conjugated godan verb", + "romaji": "tsumame" + }, + "摘も": { + "w_type": "godan verb stem", + "romaji": "tsumamo" + }, + "摘んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumanda" + }, + "摘んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumande" + }, + "言い聞かさ": { + "w_type": "godan verb stem", + "romaji": "iikikasa" + }, + "言い聞かし": { + "w_type": "godan verb stem", + "romaji": "iikikashi" + }, + "言い聞かせ": { + "w_type": "conjugated godan verb", + "romaji": "iikikase" + }, + "言い聞かそ": { + "w_type": "godan verb stem", + "romaji": "iikikaso" + }, + "言い聞かした": { + "w_type": "conjugated godan verb", + "romaji": "iikikashita" + }, + "言い聞かして": { + "w_type": "conjugated godan verb", + "romaji": "iikikashite" + }, + "おれ合わ": { + "w_type": "godan verb stem", + "romaji": "oreawa" + }, + "おれ合い": { + "w_type": "godan verb stem", + "romaji": "oreai" + }, + "おれ合え": { + "w_type": "conjugated godan verb", + "romaji": "oreae" + }, + "おれ合お": { + "w_type": "godan verb stem", + "romaji": "oreao" + }, + "おれ合った": { + "w_type": "conjugated godan verb", + "romaji": "oreatta" + }, + "おれ合って": { + "w_type": "conjugated godan verb", + "romaji": "oreatte" + }, + "為しおわら": { + "w_type": "godan verb stem", + "romaji": "nashiowara" + }, + "為しおわり": { + "w_type": "godan verb stem", + "romaji": "nashiowari" + }, + "為しおわれ": { + "w_type": "conjugated godan verb", + "romaji": "nashioware" + }, + "為しおわろ": { + "w_type": "godan verb stem", + "romaji": "nashiowaro" + }, + "為しおわった": { + "w_type": "conjugated godan verb", + "romaji": "nashiowatta" + }, + "為しおわって": { + "w_type": "conjugated godan verb", + "romaji": "nashiowatte" + }, + "息つか": { + "w_type": "godan verb stem", + "romaji": "ikitsuka" + }, + "息つき": { + "w_type": "godan verb stem", + "romaji": "ikitsuki" + }, + "息つけ": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuke" + }, + "息つこ": { + "w_type": "godan verb stem", + "romaji": "ikitsuko" + }, + "息ついた": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuita" + }, + "息ついて": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuite" + }, + "育ちゆか": { + "w_type": "godan verb stem", + "romaji": "sodachiyuka" + }, + "育ちゆき": { + "w_type": "godan verb stem", + "romaji": "sodachiyuki" + }, + "育ちゆけ": { + "w_type": "conjugated godan verb", + "romaji": "sodachiyuke" + }, + "育ちゆこ": { + "w_type": "godan verb stem", + "romaji": "sodachiyuko" + }, + "育ちゆいた": { + "w_type": "conjugated godan verb", + "romaji": "sodachiyuita" + }, + "育ちゆいて": { + "w_type": "conjugated godan verb", + "romaji": "sodachiyuite" + }, + "向け直さ": { + "w_type": "godan verb stem", + "romaji": "mukenaosa" + }, + "向け直し": { + "w_type": "godan verb stem", + "romaji": "mukenaoshi" + }, + "向け直せ": { + "w_type": "conjugated godan verb", + "romaji": "mukenaose" + }, + "向け直そ": { + "w_type": "godan verb stem", + "romaji": "mukenaoso" + }, + "向け直した": { + "w_type": "conjugated godan verb", + "romaji": "mukenaoshita" + }, + "向け直して": { + "w_type": "conjugated godan verb", + "romaji": "mukenaoshite" + }, + "向け直ら": { + "w_type": "godan verb stem", + "romaji": "mukenaora" + }, + "向け直り": { + "w_type": "godan verb stem", + "romaji": "mukenaori" + }, + "向け直れ": { + "w_type": "conjugated godan verb", + "romaji": "mukenaore" + }, + "向け直ろ": { + "w_type": "godan verb stem", + "romaji": "mukenaoro" + }, + "向け直った": { + "w_type": "conjugated godan verb", + "romaji": "mukenaotta" + }, + "向け直って": { + "w_type": "conjugated godan verb", + "romaji": "mukenaotte" + }, + "験さ": { + "w_type": "godan verb stem", + "romaji": "tamesa" + }, + "験し": { + "w_type": "godan verb stem", + "romaji": "tameshi" + }, + "験せ": { + "w_type": "conjugated godan verb", + "romaji": "tamese" + }, + "験そ": { + "w_type": "godan verb stem", + "romaji": "tameso" + }, + "験した": { + "w_type": "conjugated godan verb", + "romaji": "tameshita" + }, + "験して": { + "w_type": "conjugated godan verb", + "romaji": "tameshite" + }, + "焼き付か": { + "w_type": "godan verb stem", + "romaji": "yakitsuka" + }, + "焼き付き": { + "w_type": "godan verb stem", + "romaji": "yakitsuki" + }, + "焼き付け": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuke" + }, + "焼き付こ": { + "w_type": "godan verb stem", + "romaji": "yakitsuko" + }, + "焼き付いた": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuita" + }, + "焼き付いて": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuite" + }, + "撃ちまくら": { + "w_type": "godan verb stem", + "romaji": "uchimakura" + }, + "撃ちまくり": { + "w_type": "godan verb stem", + "romaji": "uchimakuri" + }, + "撃ちまくれ": { + "w_type": "conjugated godan verb", + "romaji": "uchimakure" + }, + "撃ちまくろ": { + "w_type": "godan verb stem", + "romaji": "uchimakuro" + }, + "撃ちまくった": { + "w_type": "conjugated godan verb", + "romaji": "uchimakutta" + }, + "撃ちまくって": { + "w_type": "conjugated godan verb", + "romaji": "uchimakutte" + }, + "舐ぶら": { + "w_type": "godan verb stem", + "romaji": "nebura" + }, + "舐ぶり": { + "w_type": "godan verb stem", + "romaji": "neburi" + }, + "舐ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "nebure" + }, + "舐ぶろ": { + "w_type": "godan verb stem", + "romaji": "neburo" + }, + "舐ぶった": { + "w_type": "conjugated godan verb", + "romaji": "nebutta" + }, + "舐ぶって": { + "w_type": "conjugated godan verb", + "romaji": "nebutte" + }, + "畏れ入ら": { + "w_type": "godan verb stem", + "romaji": "osoreira" + }, + "畏れ入り": { + "w_type": "godan verb stem", + "romaji": "osoreiri" + }, + "畏れ入れ": { + "w_type": "conjugated godan verb", + "romaji": "osoreire" + }, + "畏れ入ろ": { + "w_type": "godan verb stem", + "romaji": "osoreiro" + }, + "畏れ入った": { + "w_type": "conjugated godan verb", + "romaji": "osoreitta" + }, + "畏れ入って": { + "w_type": "conjugated godan verb", + "romaji": "osoreitte" + }, + "せっぱ詰まら": { + "w_type": "godan verb stem", + "romaji": "seppatsumara" + }, + "せっぱ詰まり": { + "w_type": "godan verb stem", + "romaji": "seppatsumari" + }, + "せっぱ詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumare" + }, + "せっぱ詰まろ": { + "w_type": "godan verb stem", + "romaji": "seppatsumaro" + }, + "せっぱ詰まった": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumatta" + }, + "せっぱ詰まって": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumatte" + }, + "逸らかさ": { + "w_type": "godan verb stem", + "romaji": "hagurakasa" + }, + "逸らかし": { + "w_type": "godan verb stem", + "romaji": "hagurakashi" + }, + "逸らかせ": { + "w_type": "conjugated godan verb", + "romaji": "hagurakase" + }, + "逸らかそ": { + "w_type": "godan verb stem", + "romaji": "hagurakaso" + }, + "逸らかした": { + "w_type": "conjugated godan verb", + "romaji": "hagurakashita" + }, + "逸らかして": { + "w_type": "conjugated godan verb", + "romaji": "hagurakashite" + }, + "疎抜か": { + "w_type": "godan verb stem", + "romaji": "uronuka" + }, + "疎抜き": { + "w_type": "godan verb stem", + "romaji": "uronuki" + }, + "疎抜け": { + "w_type": "conjugated godan verb", + "romaji": "uronuke" + }, + "疎抜こ": { + "w_type": "godan verb stem", + "romaji": "uronuko" + }, + "疎抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uronuita" + }, + "疎抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uronuite" + }, + "廃ら": { + "w_type": "godan verb stem", + "romaji": "sutara" + }, + "廃り": { + "w_type": "godan verb stem", + "romaji": "sutari" + }, + "廃れ": { + "w_type": "conjugated godan verb", + "romaji": "sutare" + }, + "廃ろ": { + "w_type": "godan verb stem", + "romaji": "sutaro" + }, + "廃った": { + "w_type": "conjugated godan verb", + "romaji": "sutatta" + }, + "廃って": { + "w_type": "conjugated godan verb", + "romaji": "sutatte" + }, + "蔽わ": { + "w_type": "godan verb stem", + "romaji": "oowa" + }, + "蔽い": { + "w_type": "godan verb stem", + "romaji": "ooi" + }, + "蔽え": { + "w_type": "conjugated godan verb", + "romaji": "ooe" + }, + "蔽お": { + "w_type": "godan verb stem", + "romaji": "ooo" + }, + "蔽った": { + "w_type": "conjugated godan verb", + "romaji": "ootta" + }, + "蔽って": { + "w_type": "conjugated godan verb", + "romaji": "ootte" + }, + "伸ばさ": { + "w_type": "godan verb stem", + "romaji": "nobasa" + }, + "伸ばし": { + "w_type": "godan verb stem", + "romaji": "nobashi" + }, + "伸ばせ": { + "w_type": "conjugated godan verb", + "romaji": "nobase" + }, + "伸ばそ": { + "w_type": "godan verb stem", + "romaji": "nobaso" + }, + "伸ばした": { + "w_type": "conjugated godan verb", + "romaji": "nobashita" + }, + "伸ばして": { + "w_type": "conjugated godan verb", + "romaji": "nobashite" + }, + "居並ば": { + "w_type": "godan verb stem", + "romaji": "inaraba" + }, + "居並び": { + "w_type": "godan verb stem", + "romaji": "inarabi" + }, + "居並べ": { + "w_type": "conjugated godan verb", + "romaji": "inarabe" + }, + "居並ぼ": { + "w_type": "godan verb stem", + "romaji": "inarabo" + }, + "居並んだ": { + "w_type": "conjugated godan verb", + "romaji": "inaranda" + }, + "居並んで": { + "w_type": "conjugated godan verb", + "romaji": "inarande" + }, + "黙り込ま": { + "w_type": "godan verb stem", + "romaji": "damarikoma" + }, + "黙り込み": { + "w_type": "godan verb stem", + "romaji": "damarikomi" + }, + "黙り込め": { + "w_type": "conjugated godan verb", + "romaji": "damarikome" + }, + "黙り込も": { + "w_type": "godan verb stem", + "romaji": "damarikomo" + }, + "黙り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "damarikonda" + }, + "黙り込んで": { + "w_type": "conjugated godan verb", + "romaji": "damarikonde" + }, + "引っ剥が": { + "w_type": "godan verb stem", + "romaji": "hippaga" + }, + "引っ剥ぎ": { + "w_type": "godan verb stem", + "romaji": "hippagi" + }, + "引っ剥げ": { + "w_type": "conjugated godan verb", + "romaji": "hippage" + }, + "引っ剥ご": { + "w_type": "godan verb stem", + "romaji": "hippago" + }, + "引っ剥いだ": { + "w_type": "conjugated godan verb", + "romaji": "hippaida" + }, + "引っ剥いで": { + "w_type": "conjugated godan verb", + "romaji": "hippaide" + }, + "乗り逃さ": { + "w_type": "godan verb stem", + "romaji": "norinogasa" + }, + "乗り逃し": { + "w_type": "godan verb stem", + "romaji": "norinogashi" + }, + "乗り逃せ": { + "w_type": "conjugated godan verb", + "romaji": "norinogase" + }, + "乗り逃そ": { + "w_type": "godan verb stem", + "romaji": "norinogaso" + }, + "乗り逃した": { + "w_type": "conjugated godan verb", + "romaji": "norinogashita" + }, + "乗り逃して": { + "w_type": "conjugated godan verb", + "romaji": "norinogashite" + }, + "生え変わら": { + "w_type": "godan verb stem", + "romaji": "haekawara" + }, + "生え変わり": { + "w_type": "godan verb stem", + "romaji": "haekawari" + }, + "生え変われ": { + "w_type": "conjugated godan verb", + "romaji": "haekaware" + }, + "生え変わろ": { + "w_type": "godan verb stem", + "romaji": "haekawaro" + }, + "生え変わった": { + "w_type": "conjugated godan verb", + "romaji": "haekawatta" + }, + "生え変わって": { + "w_type": "conjugated godan verb", + "romaji": "haekawatte" + }, + "引き抜か": { + "w_type": "godan verb stem", + "romaji": "hikinuka" + }, + "引き抜き": { + "w_type": "godan verb stem", + "romaji": "hikinuki" + }, + "引き抜け": { + "w_type": "conjugated godan verb", + "romaji": "hikinuke" + }, + "引き抜こ": { + "w_type": "godan verb stem", + "romaji": "hikinuko" + }, + "引き抜いた": { + "w_type": "conjugated godan verb", + "romaji": "hikinuita" + }, + "引き抜いて": { + "w_type": "conjugated godan verb", + "romaji": "hikinuite" + }, + "鳴き頻ら": { + "w_type": "godan verb stem", + "romaji": "nakishikira" + }, + "鳴き頻り": { + "w_type": "godan verb stem", + "romaji": "nakishikiri" + }, + "鳴き頻れ": { + "w_type": "conjugated godan verb", + "romaji": "nakishikire" + }, + "鳴き頻ろ": { + "w_type": "godan verb stem", + "romaji": "nakishikiro" + }, + "鳴き頻った": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitta" + }, + "鳴き頻って": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitte" + }, + "握りこま": { + "w_type": "godan verb stem", + "romaji": "nigirikoma" + }, + "握りこみ": { + "w_type": "godan verb stem", + "romaji": "nigirikomi" + }, + "握りこめ": { + "w_type": "conjugated godan verb", + "romaji": "nigirikome" + }, + "握りこも": { + "w_type": "godan verb stem", + "romaji": "nigirikomo" + }, + "握りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nigirikonda" + }, + "握りこんで": { + "w_type": "conjugated godan verb", + "romaji": "nigirikonde" + }, + "刺さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "刺し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "刺せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "刺そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "刺した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "刺して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "まに合わ": { + "w_type": "godan verb stem", + "romaji": "maniawa" + }, + "まに合い": { + "w_type": "godan verb stem", + "romaji": "maniai" + }, + "まに合え": { + "w_type": "conjugated godan verb", + "romaji": "maniae" + }, + "まに合お": { + "w_type": "godan verb stem", + "romaji": "maniao" + }, + "まに合った": { + "w_type": "conjugated godan verb", + "romaji": "maniatta" + }, + "まに合って": { + "w_type": "conjugated godan verb", + "romaji": "maniatte" + }, + "切り抜か": { + "w_type": "godan verb stem", + "romaji": "kirinuka" + }, + "切り抜き": { + "w_type": "godan verb stem", + "romaji": "kirinuki" + }, + "切り抜け": { + "w_type": "conjugated godan verb", + "romaji": "kirinuke" + }, + "切り抜こ": { + "w_type": "godan verb stem", + "romaji": "kirinuko" + }, + "切り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kirinuita" + }, + "切り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kirinuite" + }, + "飜さ": { + "w_type": "godan verb stem", + "romaji": "hirugaesa" + }, + "飜し": { + "w_type": "godan verb stem", + "romaji": "hirugaeshi" + }, + "飜せ": { + "w_type": "conjugated godan verb", + "romaji": "hirugaese" + }, + "飜そ": { + "w_type": "godan verb stem", + "romaji": "hirugaeso" + }, + "飜した": { + "w_type": "conjugated godan verb", + "romaji": "hirugaeshita" + }, + "飜して": { + "w_type": "conjugated godan verb", + "romaji": "hirugaeshite" + }, + "切り外さ": { + "w_type": "godan verb stem", + "romaji": "kirihazusa" + }, + "切り外し": { + "w_type": "godan verb stem", + "romaji": "kirihazushi" + }, + "切り外せ": { + "w_type": "conjugated godan verb", + "romaji": "kirihazuse" + }, + "切り外そ": { + "w_type": "godan verb stem", + "romaji": "kirihazuso" + }, + "切り外した": { + "w_type": "conjugated godan verb", + "romaji": "kirihazushita" + }, + "切り外して": { + "w_type": "conjugated godan verb", + "romaji": "kirihazushite" + }, + "埋め込ま": { + "w_type": "godan verb stem", + "romaji": "umekoma" + }, + "埋め込み": { + "w_type": "godan verb stem", + "romaji": "umekomi" + }, + "埋め込め": { + "w_type": "conjugated godan verb", + "romaji": "umekome" + }, + "埋め込も": { + "w_type": "godan verb stem", + "romaji": "umekomo" + }, + "埋め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "umekonda" + }, + "埋め込んで": { + "w_type": "conjugated godan verb", + "romaji": "umekonde" + }, + "抜けかわら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜けかわり": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜けかわれ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜けかわろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜けかわった": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜けかわって": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "突っきら": { + "w_type": "godan verb stem", + "romaji": "tsukkira" + }, + "突っきり": { + "w_type": "godan verb stem", + "romaji": "tsukkiri" + }, + "突っきれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkire" + }, + "突っきろ": { + "w_type": "godan verb stem", + "romaji": "tsukkiro" + }, + "突っきった": { + "w_type": "conjugated godan verb", + "romaji": "tsukkitta" + }, + "突っきって": { + "w_type": "conjugated godan verb", + "romaji": "tsukkitte" + }, + "打ち伏さ": { + "w_type": "godan verb stem", + "romaji": "uchifusa" + }, + "打ち伏し": { + "w_type": "godan verb stem", + "romaji": "uchifushi" + }, + "打ち伏せ": { + "w_type": "conjugated godan verb", + "romaji": "uchifuse" + }, + "打ち伏そ": { + "w_type": "godan verb stem", + "romaji": "uchifuso" + }, + "打ち伏した": { + "w_type": "conjugated godan verb", + "romaji": "uchifushita" + }, + "打ち伏して": { + "w_type": "conjugated godan verb", + "romaji": "uchifushite" + }, + "呆れかえら": { + "w_type": "godan verb stem", + "romaji": "akirekaera" + }, + "呆れかえり": { + "w_type": "godan verb stem", + "romaji": "akirekaeri" + }, + "呆れかえれ": { + "w_type": "conjugated godan verb", + "romaji": "akirekaere" + }, + "呆れかえろ": { + "w_type": "godan verb stem", + "romaji": "akirekaero" + }, + "呆れかえった": { + "w_type": "conjugated godan verb", + "romaji": "akirekaetta" + }, + "呆れかえって": { + "w_type": "conjugated godan verb", + "romaji": "akirekaette" + }, + "剝がさ": { + "w_type": "godan verb stem", + "romaji": "hagasa" + }, + "剝がし": { + "w_type": "godan verb stem", + "romaji": "hagashi" + }, + "剝がせ": { + "w_type": "conjugated godan verb", + "romaji": "hagase" + }, + "剝がそ": { + "w_type": "godan verb stem", + "romaji": "hagaso" + }, + "剝がした": { + "w_type": "conjugated godan verb", + "romaji": "hagashita" + }, + "剝がして": { + "w_type": "conjugated godan verb", + "romaji": "hagashite" + }, + "生い茂ら": { + "w_type": "godan verb stem", + "romaji": "oishigera" + }, + "生い茂り": { + "w_type": "godan verb stem", + "romaji": "oishigeri" + }, + "生い茂れ": { + "w_type": "conjugated godan verb", + "romaji": "oishigere" + }, + "生い茂ろ": { + "w_type": "godan verb stem", + "romaji": "oishigero" + }, + "生い茂った": { + "w_type": "conjugated godan verb", + "romaji": "oishigetta" + }, + "生い茂って": { + "w_type": "conjugated godan verb", + "romaji": "oishigette" + }, + "装ら": { + "w_type": "godan verb stem", + "romaji": "yosora" + }, + "装り": { + "w_type": "godan verb stem", + "romaji": "yosori" + }, + "装れ": { + "w_type": "conjugated godan verb", + "romaji": "yosore" + }, + "装ろ": { + "w_type": "godan verb stem", + "romaji": "yosoro" + }, + "装った": { + "w_type": "conjugated godan verb", + "romaji": "yosotta" + }, + "装って": { + "w_type": "conjugated godan verb", + "romaji": "yosotte" + }, + "蝕ま": { + "w_type": "godan verb stem", + "romaji": "mushibama" + }, + "蝕み": { + "w_type": "godan verb stem", + "romaji": "mushibami" + }, + "蝕め": { + "w_type": "conjugated godan verb", + "romaji": "mushibame" + }, + "蝕も": { + "w_type": "godan verb stem", + "romaji": "mushibamo" + }, + "蝕んだ": { + "w_type": "conjugated godan verb", + "romaji": "mushibanda" + }, + "蝕んで": { + "w_type": "conjugated godan verb", + "romaji": "mushibande" + }, + "売り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "uritobasa" + }, + "売り飛ばし": { + "w_type": "godan verb stem", + "romaji": "uritobashi" + }, + "売り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "uritobase" + }, + "売り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "uritobaso" + }, + "売り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "uritobashita" + }, + "売り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "uritobashite" + }, + "伐た": { + "w_type": "godan verb stem", + "romaji": "uta" + }, + "伐ち": { + "w_type": "godan verb stem", + "romaji": "uchi" + }, + "伐て": { + "w_type": "conjugated godan verb", + "romaji": "ute" + }, + "伐と": { + "w_type": "godan verb stem", + "romaji": "uto" + }, + "伐った": { + "w_type": "conjugated godan verb", + "romaji": "utta" + }, + "伐って": { + "w_type": "conjugated godan verb", + "romaji": "utte" + }, + "しょげ込ま": { + "w_type": "godan verb stem", + "romaji": "shogekoma" + }, + "しょげ込み": { + "w_type": "godan verb stem", + "romaji": "shogekomi" + }, + "しょげ込め": { + "w_type": "conjugated godan verb", + "romaji": "shogekome" + }, + "しょげ込も": { + "w_type": "godan verb stem", + "romaji": "shogekomo" + }, + "しょげ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shogekonda" + }, + "しょげ込んで": { + "w_type": "conjugated godan verb", + "romaji": "shogekonde" + }, + "伐ら": { + "w_type": "godan verb stem", + "romaji": "kira" + }, + "伐り": { + "w_type": "godan verb stem", + "romaji": "kiri" + }, + "伐れ": { + "w_type": "conjugated godan verb", + "romaji": "kire" + }, + "伐ろ": { + "w_type": "godan verb stem", + "romaji": "kiro" + }, + "捗ら": { + "w_type": "godan verb stem", + "romaji": "hakadora" + }, + "捗り": { + "w_type": "godan verb stem", + "romaji": "hakadori" + }, + "捗れ": { + "w_type": "conjugated godan verb", + "romaji": "hakadore" + }, + "捗ろ": { + "w_type": "godan verb stem", + "romaji": "hakadoro" + }, + "捗った": { + "w_type": "conjugated godan verb", + "romaji": "hakadotta" + }, + "捗って": { + "w_type": "conjugated godan verb", + "romaji": "hakadotte" + }, + "撒き散らさ": { + "w_type": "godan verb stem", + "romaji": "makichirasa" + }, + "撒き散らし": { + "w_type": "godan verb stem", + "romaji": "makichirashi" + }, + "撒き散らせ": { + "w_type": "conjugated godan verb", + "romaji": "makichirase" + }, + "撒き散らそ": { + "w_type": "godan verb stem", + "romaji": "makichiraso" + }, + "撒き散らした": { + "w_type": "conjugated godan verb", + "romaji": "makichirashita" + }, + "撒き散らして": { + "w_type": "conjugated godan verb", + "romaji": "makichirashite" + }, + "下立た": { + "w_type": "godan verb stem", + "romaji": "oritata" + }, + "下立ち": { + "w_type": "godan verb stem", + "romaji": "oritachi" + }, + "下立て": { + "w_type": "conjugated godan verb", + "romaji": "oritate" + }, + "下立と": { + "w_type": "godan verb stem", + "romaji": "oritato" + }, + "下立った": { + "w_type": "conjugated godan verb", + "romaji": "oritatta" + }, + "下立って": { + "w_type": "conjugated godan verb", + "romaji": "oritatte" + }, + "這いよら": { + "w_type": "godan verb stem", + "romaji": "haiyora" + }, + "這いより": { + "w_type": "godan verb stem", + "romaji": "haiyori" + }, + "這いよれ": { + "w_type": "conjugated godan verb", + "romaji": "haiyore" + }, + "這いよろ": { + "w_type": "godan verb stem", + "romaji": "haiyoro" + }, + "這いよった": { + "w_type": "conjugated godan verb", + "romaji": "haiyotta" + }, + "這いよって": { + "w_type": "conjugated godan verb", + "romaji": "haiyotte" + }, + "馨ら": { + "w_type": "godan verb stem", + "romaji": "kaora" + }, + "馨り": { + "w_type": "godan verb stem", + "romaji": "kaori" + }, + "馨れ": { + "w_type": "conjugated godan verb", + "romaji": "kaore" + }, + "馨ろ": { + "w_type": "godan verb stem", + "romaji": "kaoro" + }, + "馨った": { + "w_type": "conjugated godan verb", + "romaji": "kaotta" + }, + "馨って": { + "w_type": "conjugated godan verb", + "romaji": "kaotte" + }, + "打ち落とさ": { + "w_type": "godan verb stem", + "romaji": "uchiotosa" + }, + "打ち落とし": { + "w_type": "godan verb stem", + "romaji": "uchiotoshi" + }, + "打ち落とせ": { + "w_type": "conjugated godan verb", + "romaji": "uchiotose" + }, + "打ち落とそ": { + "w_type": "godan verb stem", + "romaji": "uchiotoso" + }, + "打ち落とした": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshita" + }, + "打ち落として": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshite" + }, + "引ん剝か": { + "w_type": "godan verb stem", + "romaji": "hinmuka" + }, + "引ん剝き": { + "w_type": "godan verb stem", + "romaji": "hinmuki" + }, + "引ん剝け": { + "w_type": "conjugated godan verb", + "romaji": "hinmuke" + }, + "引ん剝こ": { + "w_type": "godan verb stem", + "romaji": "hinmuko" + }, + "引ん剝いた": { + "w_type": "conjugated godan verb", + "romaji": "hinmuita" + }, + "引ん剝いて": { + "w_type": "conjugated godan verb", + "romaji": "hinmuite" + }, + "試さ": { + "w_type": "godan verb stem", + "romaji": "tamesa" + }, + "試し": { + "w_type": "godan verb stem", + "romaji": "tameshi" + }, + "試せ": { + "w_type": "conjugated godan verb", + "romaji": "tamese" + }, + "試そ": { + "w_type": "godan verb stem", + "romaji": "tameso" + }, + "試した": { + "w_type": "conjugated godan verb", + "romaji": "tameshita" + }, + "試して": { + "w_type": "conjugated godan verb", + "romaji": "tameshite" + }, + "選り抜か": { + "w_type": "godan verb stem", + "romaji": "erinuka" + }, + "選り抜き": { + "w_type": "godan verb stem", + "romaji": "erinuki" + }, + "選り抜け": { + "w_type": "conjugated godan verb", + "romaji": "erinuke" + }, + "選り抜こ": { + "w_type": "godan verb stem", + "romaji": "erinuko" + }, + "選り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "erinuita" + }, + "選り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "erinuite" + }, + "繰り下がら": { + "w_type": "godan verb stem", + "romaji": "kurisagara" + }, + "繰り下がり": { + "w_type": "godan verb stem", + "romaji": "kurisagari" + }, + "繰り下がれ": { + "w_type": "conjugated godan verb", + "romaji": "kurisagare" + }, + "繰り下がろ": { + "w_type": "godan verb stem", + "romaji": "kurisagaro" + }, + "繰り下がった": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatta" + }, + "繰り下がって": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatte" + }, + "泥濘ま": { + "w_type": "godan verb stem", + "romaji": "nukaruma" + }, + "泥濘み": { + "w_type": "godan verb stem", + "romaji": "nukarumi" + }, + "泥濘め": { + "w_type": "conjugated godan verb", + "romaji": "nukarume" + }, + "泥濘も": { + "w_type": "godan verb stem", + "romaji": "nukarumo" + }, + "泥濘んだ": { + "w_type": "conjugated godan verb", + "romaji": "nukarunda" + }, + "泥濘んで": { + "w_type": "conjugated godan verb", + "romaji": "nukarunde" + }, + "泥濘ら": { + "w_type": "godan verb stem", + "romaji": "nukara" + }, + "泥濘り": { + "w_type": "godan verb stem", + "romaji": "nukari" + }, + "泥濘れ": { + "w_type": "conjugated godan verb", + "romaji": "nukare" + }, + "泥濘ろ": { + "w_type": "godan verb stem", + "romaji": "nukaro" + }, + "泥濘った": { + "w_type": "conjugated godan verb", + "romaji": "nukatta" + }, + "泥濘って": { + "w_type": "conjugated godan verb", + "romaji": "nukatte" + }, + "覆いつくさ": { + "w_type": "godan verb stem", + "romaji": "ooitsukusa" + }, + "覆いつくし": { + "w_type": "godan verb stem", + "romaji": "ooitsukushi" + }, + "覆いつくせ": { + "w_type": "conjugated godan verb", + "romaji": "ooitsukuse" + }, + "覆いつくそ": { + "w_type": "godan verb stem", + "romaji": "ooitsukuso" + }, + "覆いつくした": { + "w_type": "conjugated godan verb", + "romaji": "ooitsukushita" + }, + "覆いつくして": { + "w_type": "conjugated godan verb", + "romaji": "ooitsukushite" + }, + "掘り尽くさ": { + "w_type": "godan verb stem", + "romaji": "horitsukusa" + }, + "掘り尽くし": { + "w_type": "godan verb stem", + "romaji": "horitsukushi" + }, + "掘り尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "horitsukuse" + }, + "掘り尽くそ": { + "w_type": "godan verb stem", + "romaji": "horitsukuso" + }, + "掘り尽くした": { + "w_type": "conjugated godan verb", + "romaji": "horitsukushita" + }, + "掘り尽くして": { + "w_type": "conjugated godan verb", + "romaji": "horitsukushite" + }, + "立戻ら": { + "w_type": "godan verb stem", + "romaji": "tachimodora" + }, + "立戻り": { + "w_type": "godan verb stem", + "romaji": "tachimodori" + }, + "立戻れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimodore" + }, + "立戻ろ": { + "w_type": "godan verb stem", + "romaji": "tachimodoro" + }, + "立戻った": { + "w_type": "conjugated godan verb", + "romaji": "tachimodotta" + }, + "立戻って": { + "w_type": "conjugated godan verb", + "romaji": "tachimodotte" + }, + "向き合わ": { + "w_type": "godan verb stem", + "romaji": "mukiawa" + }, + "向き合い": { + "w_type": "godan verb stem", + "romaji": "mukiai" + }, + "向き合え": { + "w_type": "conjugated godan verb", + "romaji": "mukiae" + }, + "向き合お": { + "w_type": "godan verb stem", + "romaji": "mukiao" + }, + "向き合った": { + "w_type": "conjugated godan verb", + "romaji": "mukiatta" + }, + "向き合って": { + "w_type": "conjugated godan verb", + "romaji": "mukiatte" + }, + "思い浮かば": { + "w_type": "godan verb stem", + "romaji": "omoiukaba" + }, + "思い浮かび": { + "w_type": "godan verb stem", + "romaji": "omoiukabi" + }, + "思い浮かべ": { + "w_type": "conjugated godan verb", + "romaji": "omoiukabe" + }, + "思い浮かぼ": { + "w_type": "godan verb stem", + "romaji": "omoiukabo" + }, + "思い浮かんだ": { + "w_type": "conjugated godan verb", + "romaji": "omoiukanda" + }, + "思い浮かんで": { + "w_type": "conjugated godan verb", + "romaji": "omoiukande" + }, + "引伸さ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引伸し": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引伸せ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引伸そ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引伸した": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引伸して": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "打ち勝た": { + "w_type": "godan verb stem", + "romaji": "uchikata" + }, + "打ち勝ち": { + "w_type": "godan verb stem", + "romaji": "uchikachi" + }, + "打ち勝て": { + "w_type": "conjugated godan verb", + "romaji": "uchikate" + }, + "打ち勝と": { + "w_type": "godan verb stem", + "romaji": "uchikato" + }, + "打ち勝った": { + "w_type": "conjugated godan verb", + "romaji": "uchikatta" + }, + "打ち勝って": { + "w_type": "conjugated godan verb", + "romaji": "uchikatte" + }, + "揮わ": { + "w_type": "godan verb stem", + "romaji": "furuwa" + }, + "揮い": { + "w_type": "godan verb stem", + "romaji": "furui" + }, + "揮え": { + "w_type": "conjugated godan verb", + "romaji": "furue" + }, + "揮お": { + "w_type": "godan verb stem", + "romaji": "furuo" + }, + "揮った": { + "w_type": "conjugated godan verb", + "romaji": "furutta" + }, + "揮って": { + "w_type": "conjugated godan verb", + "romaji": "furutte" + }, + "言い做さ": { + "w_type": "godan verb stem", + "romaji": "iinasa" + }, + "言い做し": { + "w_type": "godan verb stem", + "romaji": "iinashi" + }, + "言い做せ": { + "w_type": "conjugated godan verb", + "romaji": "iinase" + }, + "言い做そ": { + "w_type": "godan verb stem", + "romaji": "iinaso" + }, + "言い做した": { + "w_type": "conjugated godan verb", + "romaji": "iinashita" + }, + "言い做して": { + "w_type": "conjugated godan verb", + "romaji": "iinashite" + }, + "指し示さ": { + "w_type": "godan verb stem", + "romaji": "sashishimesa" + }, + "指し示し": { + "w_type": "godan verb stem", + "romaji": "sashishimeshi" + }, + "指し示せ": { + "w_type": "conjugated godan verb", + "romaji": "sashishimese" + }, + "指し示そ": { + "w_type": "godan verb stem", + "romaji": "sashishimeso" + }, + "指し示した": { + "w_type": "conjugated godan verb", + "romaji": "sashishimeshita" + }, + "指し示して": { + "w_type": "conjugated godan verb", + "romaji": "sashishimeshite" + }, + "ふん縛ら": { + "w_type": "godan verb stem", + "romaji": "funjibara" + }, + "ふん縛り": { + "w_type": "godan verb stem", + "romaji": "funjibari" + }, + "ふん縛れ": { + "w_type": "conjugated godan verb", + "romaji": "funjibare" + }, + "ふん縛ろ": { + "w_type": "godan verb stem", + "romaji": "funjibaro" + }, + "ふん縛った": { + "w_type": "conjugated godan verb", + "romaji": "funjibatta" + }, + "ふん縛って": { + "w_type": "conjugated godan verb", + "romaji": "funjibatte" + }, + "沁み透ら": { + "w_type": "godan verb stem", + "romaji": "shimitoora" + }, + "沁み透り": { + "w_type": "godan verb stem", + "romaji": "shimitoori" + }, + "沁み透れ": { + "w_type": "conjugated godan verb", + "romaji": "shimitoore" + }, + "沁み透ろ": { + "w_type": "godan verb stem", + "romaji": "shimitooro" + }, + "沁み透った": { + "w_type": "conjugated godan verb", + "romaji": "shimitootta" + }, + "沁み透って": { + "w_type": "conjugated godan verb", + "romaji": "shimitootte" + }, + "把ま": { + "w_type": "godan verb stem", + "romaji": "tsukama" + }, + "把み": { + "w_type": "godan verb stem", + "romaji": "tsukami" + }, + "把め": { + "w_type": "conjugated godan verb", + "romaji": "tsukame" + }, + "把も": { + "w_type": "godan verb stem", + "romaji": "tsukamo" + }, + "把んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukanda" + }, + "把んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukande" + }, + "服ま": { + "w_type": "godan verb stem", + "romaji": "noma" + }, + "服み": { + "w_type": "godan verb stem", + "romaji": "nomi" + }, + "服め": { + "w_type": "conjugated godan verb", + "romaji": "nome" + }, + "服も": { + "w_type": "godan verb stem", + "romaji": "nomo" + }, + "服んだ": { + "w_type": "conjugated godan verb", + "romaji": "nonda" + }, + "服んで": { + "w_type": "conjugated godan verb", + "romaji": "nonde" + }, + "つらぬき通さ": { + "w_type": "godan verb stem", + "romaji": "tsuranukitoosa" + }, + "つらぬき通し": { + "w_type": "godan verb stem", + "romaji": "tsuranukitooshi" + }, + "つらぬき通せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuranukitoose" + }, + "つらぬき通そ": { + "w_type": "godan verb stem", + "romaji": "tsuranukitooso" + }, + "つらぬき通した": { + "w_type": "conjugated godan verb", + "romaji": "tsuranukitooshita" + }, + "つらぬき通して": { + "w_type": "conjugated godan verb", + "romaji": "tsuranukitooshite" + }, + "鳴り響か": { + "w_type": "godan verb stem", + "romaji": "narihibika" + }, + "鳴り響き": { + "w_type": "godan verb stem", + "romaji": "narihibiki" + }, + "鳴り響け": { + "w_type": "conjugated godan verb", + "romaji": "narihibike" + }, + "鳴り響こ": { + "w_type": "godan verb stem", + "romaji": "narihibiko" + }, + "鳴り響いた": { + "w_type": "conjugated godan verb", + "romaji": "narihibiita" + }, + "鳴り響いて": { + "w_type": "conjugated godan verb", + "romaji": "narihibiite" + }, + "やり過ごさ": { + "w_type": "godan verb stem", + "romaji": "yarisugosa" + }, + "やり過ごし": { + "w_type": "godan verb stem", + "romaji": "yarisugoshi" + }, + "やり過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "yarisugose" + }, + "やり過ごそ": { + "w_type": "godan verb stem", + "romaji": "yarisugoso" + }, + "やり過ごした": { + "w_type": "conjugated godan verb", + "romaji": "yarisugoshita" + }, + "やり過ごして": { + "w_type": "conjugated godan verb", + "romaji": "yarisugoshite" + }, + "亡ば": { + "w_type": "godan verb stem", + "romaji": "horoba" + }, + "亡び": { + "w_type": "godan verb stem", + "romaji": "horobi" + }, + "亡べ": { + "w_type": "conjugated godan verb", + "romaji": "horobe" + }, + "亡ぼ": { + "w_type": "godan verb stem", + "romaji": "horobo" + }, + "亡んだ": { + "w_type": "conjugated godan verb", + "romaji": "horonda" + }, + "亡んで": { + "w_type": "conjugated godan verb", + "romaji": "horonde" + }, + "斬り返さ": { + "w_type": "godan verb stem", + "romaji": "kirikaesa" + }, + "斬り返し": { + "w_type": "godan verb stem", + "romaji": "kirikaeshi" + }, + "斬り返せ": { + "w_type": "conjugated godan verb", + "romaji": "kirikaese" + }, + "斬り返そ": { + "w_type": "godan verb stem", + "romaji": "kirikaeso" + }, + "斬り返した": { + "w_type": "conjugated godan verb", + "romaji": "kirikaeshita" + }, + "斬り返して": { + "w_type": "conjugated godan verb", + "romaji": "kirikaeshite" + }, + "質さ": { + "w_type": "godan verb stem", + "romaji": "tadasa" + }, + "質し": { + "w_type": "godan verb stem", + "romaji": "tadashi" + }, + "質せ": { + "w_type": "conjugated godan verb", + "romaji": "tadase" + }, + "質そ": { + "w_type": "godan verb stem", + "romaji": "tadaso" + }, + "質した": { + "w_type": "conjugated godan verb", + "romaji": "tadashita" + }, + "質して": { + "w_type": "conjugated godan verb", + "romaji": "tadashite" + }, + "流離わ": { + "w_type": "godan verb stem", + "romaji": "sasurawa" + }, + "流離い": { + "w_type": "godan verb stem", + "romaji": "sasurai" + }, + "流離え": { + "w_type": "conjugated godan verb", + "romaji": "sasurae" + }, + "流離お": { + "w_type": "godan verb stem", + "romaji": "sasurao" + }, + "流離った": { + "w_type": "conjugated godan verb", + "romaji": "sasuratta" + }, + "流離って": { + "w_type": "conjugated godan verb", + "romaji": "sasuratte" + }, + "詛わ": { + "w_type": "godan verb stem", + "romaji": "norowa" + }, + "詛い": { + "w_type": "godan verb stem", + "romaji": "noroi" + }, + "詛え": { + "w_type": "conjugated godan verb", + "romaji": "noroe" + }, + "詛お": { + "w_type": "godan verb stem", + "romaji": "noroo" + }, + "詛った": { + "w_type": "conjugated godan verb", + "romaji": "norotta" + }, + "詛って": { + "w_type": "conjugated godan verb", + "romaji": "norotte" + }, + "距たら": { + "w_type": "godan verb stem", + "romaji": "hedatara" + }, + "距たり": { + "w_type": "godan verb stem", + "romaji": "hedatari" + }, + "距たれ": { + "w_type": "conjugated godan verb", + "romaji": "hedatare" + }, + "距たろ": { + "w_type": "godan verb stem", + "romaji": "hedataro" + }, + "距たった": { + "w_type": "conjugated godan verb", + "romaji": "hedatatta" + }, + "距たって": { + "w_type": "conjugated godan verb", + "romaji": "hedatatte" + }, + "愚痴ら": { + "w_type": "godan verb stem", + "romaji": "guchira" + }, + "愚痴り": { + "w_type": "godan verb stem", + "romaji": "guchiri" + }, + "愚痴れ": { + "w_type": "conjugated godan verb", + "romaji": "guchire" + }, + "愚痴ろ": { + "w_type": "godan verb stem", + "romaji": "guchiro" + }, + "愚痴った": { + "w_type": "conjugated godan verb", + "romaji": "guchitta" + }, + "愚痴って": { + "w_type": "conjugated godan verb", + "romaji": "guchitte" + }, + "覚まさ": { + "w_type": "godan verb stem", + "romaji": "samasa" + }, + "覚まし": { + "w_type": "godan verb stem", + "romaji": "samashi" + }, + "覚ませ": { + "w_type": "conjugated godan verb", + "romaji": "samase" + }, + "覚まそ": { + "w_type": "godan verb stem", + "romaji": "samaso" + }, + "覚ました": { + "w_type": "conjugated godan verb", + "romaji": "samashita" + }, + "覚まして": { + "w_type": "conjugated godan verb", + "romaji": "samashite" + }, + "売り急が": { + "w_type": "godan verb stem", + "romaji": "uriisoga" + }, + "売り急ぎ": { + "w_type": "godan verb stem", + "romaji": "uriisogi" + }, + "売り急げ": { + "w_type": "conjugated godan verb", + "romaji": "uriisoge" + }, + "売り急ご": { + "w_type": "godan verb stem", + "romaji": "uriisogo" + }, + "売り急いだ": { + "w_type": "conjugated godan verb", + "romaji": "uriisoida" + }, + "売り急いで": { + "w_type": "conjugated godan verb", + "romaji": "uriisoide" + }, + "見紛わ": { + "w_type": "godan verb stem", + "romaji": "mimagawa" + }, + "見紛い": { + "w_type": "godan verb stem", + "romaji": "mimagai" + }, + "見紛え": { + "w_type": "conjugated godan verb", + "romaji": "mimagae" + }, + "見紛お": { + "w_type": "godan verb stem", + "romaji": "mimagao" + }, + "見紛った": { + "w_type": "conjugated godan verb", + "romaji": "mimagatta" + }, + "見紛って": { + "w_type": "conjugated godan verb", + "romaji": "mimagatte" + }, + "逆立た": { + "w_type": "godan verb stem", + "romaji": "sakadata" + }, + "逆立ち": { + "w_type": "godan verb stem", + "romaji": "sakadachi" + }, + "逆立て": { + "w_type": "conjugated godan verb", + "romaji": "sakadate" + }, + "逆立と": { + "w_type": "godan verb stem", + "romaji": "sakadato" + }, + "逆立った": { + "w_type": "conjugated godan verb", + "romaji": "sakadatta" + }, + "逆立って": { + "w_type": "conjugated godan verb", + "romaji": "sakadatte" + }, + "耐忍ば": { + "w_type": "godan verb stem", + "romaji": "taeshinoba" + }, + "耐忍び": { + "w_type": "godan verb stem", + "romaji": "taeshinobi" + }, + "耐忍べ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinobe" + }, + "耐忍ぼ": { + "w_type": "godan verb stem", + "romaji": "taeshinobo" + }, + "耐忍んだ": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonda" + }, + "耐忍んで": { + "w_type": "conjugated godan verb", + "romaji": "taeshinonde" + }, + "遣い込ま": { + "w_type": "godan verb stem", + "romaji": "tsukaikoma" + }, + "遣い込み": { + "w_type": "godan verb stem", + "romaji": "tsukaikomi" + }, + "遣い込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikome" + }, + "遣い込も": { + "w_type": "godan verb stem", + "romaji": "tsukaikomo" + }, + "遣い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonda" + }, + "遣い込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonde" + }, + "ふり返ら": { + "w_type": "godan verb stem", + "romaji": "furikaera" + }, + "ふり返り": { + "w_type": "godan verb stem", + "romaji": "furikaeri" + }, + "ふり返れ": { + "w_type": "conjugated godan verb", + "romaji": "furikaere" + }, + "ふり返ろ": { + "w_type": "godan verb stem", + "romaji": "furikaero" + }, + "ふり返った": { + "w_type": "conjugated godan verb", + "romaji": "furikaetta" + }, + "ふり返って": { + "w_type": "conjugated godan verb", + "romaji": "furikaette" + }, + "遣り損なわ": { + "w_type": "godan verb stem", + "romaji": "yarisokonawa" + }, + "遣り損ない": { + "w_type": "godan verb stem", + "romaji": "yarisokonai" + }, + "遣り損なえ": { + "w_type": "conjugated godan verb", + "romaji": "yarisokonae" + }, + "遣り損なお": { + "w_type": "godan verb stem", + "romaji": "yarisokonao" + }, + "遣り損なった": { + "w_type": "conjugated godan verb", + "romaji": "yarisokonatta" + }, + "遣り損なって": { + "w_type": "conjugated godan verb", + "romaji": "yarisokonatte" + }, + "減ら": { + "w_type": "godan verb stem", + "romaji": "hera" + }, + "減り": { + "w_type": "godan verb stem", + "romaji": "heri" + }, + "減れ": { + "w_type": "conjugated godan verb", + "romaji": "here" + }, + "減ろ": { + "w_type": "godan verb stem", + "romaji": "hero" + }, + "減った": { + "w_type": "conjugated godan verb", + "romaji": "hetta" + }, + "減って": { + "w_type": "conjugated godan verb", + "romaji": "hette" + }, + "手向かわ": { + "w_type": "godan verb stem", + "romaji": "temukawa" + }, + "手向かい": { + "w_type": "godan verb stem", + "romaji": "temukai" + }, + "手向かえ": { + "w_type": "conjugated godan verb", + "romaji": "temukae" + }, + "手向かお": { + "w_type": "godan verb stem", + "romaji": "temukao" + }, + "手向かった": { + "w_type": "conjugated godan verb", + "romaji": "temukatta" + }, + "手向かって": { + "w_type": "conjugated godan verb", + "romaji": "temukatte" + }, + "差し掛から": { + "w_type": "godan verb stem", + "romaji": "sashikakara" + }, + "差し掛かり": { + "w_type": "godan verb stem", + "romaji": "sashikakari" + }, + "差し掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "sashikakare" + }, + "差し掛かろ": { + "w_type": "godan verb stem", + "romaji": "sashikakaro" + }, + "差し掛かった": { + "w_type": "conjugated godan verb", + "romaji": "sashikakatta" + }, + "差し掛かって": { + "w_type": "conjugated godan verb", + "romaji": "sashikakatte" + }, + "滴ら": { + "w_type": "godan verb stem", + "romaji": "shitatara" + }, + "滴り": { + "w_type": "godan verb stem", + "romaji": "shitatari" + }, + "滴れ": { + "w_type": "conjugated godan verb", + "romaji": "shitatare" + }, + "滴ろ": { + "w_type": "godan verb stem", + "romaji": "shitataro" + }, + "滴った": { + "w_type": "conjugated godan verb", + "romaji": "shitatatta" + }, + "滴って": { + "w_type": "conjugated godan verb", + "romaji": "shitatatte" + }, + "戯れつか": { + "w_type": "godan verb stem", + "romaji": "jaretsuka" + }, + "戯れつき": { + "w_type": "godan verb stem", + "romaji": "jaretsuki" + }, + "戯れつけ": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuke" + }, + "戯れつこ": { + "w_type": "godan verb stem", + "romaji": "jaretsuko" + }, + "戯れついた": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuita" + }, + "戯れついて": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuite" + }, + "贈ら": { + "w_type": "godan verb stem", + "romaji": "okura" + }, + "贈り": { + "w_type": "godan verb stem", + "romaji": "okuri" + }, + "贈れ": { + "w_type": "conjugated godan verb", + "romaji": "okure" + }, + "贈ろ": { + "w_type": "godan verb stem", + "romaji": "okuro" + }, + "贈った": { + "w_type": "conjugated godan verb", + "romaji": "okutta" + }, + "贈って": { + "w_type": "conjugated godan verb", + "romaji": "okutte" + }, + "煮え返ら": { + "w_type": "godan verb stem", + "romaji": "niekaera" + }, + "煮え返り": { + "w_type": "godan verb stem", + "romaji": "niekaeri" + }, + "煮え返れ": { + "w_type": "conjugated godan verb", + "romaji": "niekaere" + }, + "煮え返ろ": { + "w_type": "godan verb stem", + "romaji": "niekaero" + }, + "煮え返った": { + "w_type": "conjugated godan verb", + "romaji": "niekaetta" + }, + "煮え返って": { + "w_type": "conjugated godan verb", + "romaji": "niekaette" + }, + "纏いつか": { + "w_type": "godan verb stem", + "romaji": "matoitsuka" + }, + "纏いつき": { + "w_type": "godan verb stem", + "romaji": "matoitsuki" + }, + "纏いつけ": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuke" + }, + "纏いつこ": { + "w_type": "godan verb stem", + "romaji": "matoitsuko" + }, + "纏いついた": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuita" + }, + "纏いついて": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuite" + }, + "寄りすがら": { + "w_type": "godan verb stem", + "romaji": "yorisugara" + }, + "寄りすがり": { + "w_type": "godan verb stem", + "romaji": "yorisugari" + }, + "寄りすがれ": { + "w_type": "conjugated godan verb", + "romaji": "yorisugare" + }, + "寄りすがろ": { + "w_type": "godan verb stem", + "romaji": "yorisugaro" + }, + "寄りすがった": { + "w_type": "conjugated godan verb", + "romaji": "yorisugatta" + }, + "寄りすがって": { + "w_type": "conjugated godan verb", + "romaji": "yorisugatte" + }, + "埋めもどさ": { + "w_type": "godan verb stem", + "romaji": "umemodosa" + }, + "埋めもどし": { + "w_type": "godan verb stem", + "romaji": "umemodoshi" + }, + "埋めもどせ": { + "w_type": "conjugated godan verb", + "romaji": "umemodose" + }, + "埋めもどそ": { + "w_type": "godan verb stem", + "romaji": "umemodoso" + }, + "埋めもどした": { + "w_type": "conjugated godan verb", + "romaji": "umemodoshita" + }, + "埋めもどして": { + "w_type": "conjugated godan verb", + "romaji": "umemodoshite" + }, + "縮みあがら": { + "w_type": "godan verb stem", + "romaji": "chijimiagara" + }, + "縮みあがり": { + "w_type": "godan verb stem", + "romaji": "chijimiagari" + }, + "縮みあがれ": { + "w_type": "conjugated godan verb", + "romaji": "chijimiagare" + }, + "縮みあがろ": { + "w_type": "godan verb stem", + "romaji": "chijimiagaro" + }, + "縮みあがった": { + "w_type": "conjugated godan verb", + "romaji": "chijimiagatta" + }, + "縮みあがって": { + "w_type": "conjugated godan verb", + "romaji": "chijimiagatte" + }, + "割引か": { + "w_type": "godan verb stem", + "romaji": "waribika" + }, + "割引き": { + "w_type": "godan verb stem", + "romaji": "waribiki" + }, + "割引け": { + "w_type": "conjugated godan verb", + "romaji": "waribike" + }, + "割引こ": { + "w_type": "godan verb stem", + "romaji": "waribiko" + }, + "割引いた": { + "w_type": "conjugated godan verb", + "romaji": "waribiita" + }, + "割引いて": { + "w_type": "conjugated godan verb", + "romaji": "waribiite" + }, + "掏ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "掏り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "掏れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "掏ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "掏った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "掏って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "引き降ろさ": { + "w_type": "godan verb stem", + "romaji": "hikiorosa" + }, + "引き降ろし": { + "w_type": "godan verb stem", + "romaji": "hikioroshi" + }, + "引き降ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiorose" + }, + "引き降ろそ": { + "w_type": "godan verb stem", + "romaji": "hikioroso" + }, + "引き降ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshita" + }, + "引き降ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshite" + }, + "差遣さ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawasa" + }, + "差遣し": { + "w_type": "godan verb stem", + "romaji": "sashitsukawashi" + }, + "差遣せ": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawase" + }, + "差遣そ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawaso" + }, + "差遣した": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashita" + }, + "差遣して": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashite" + }, + "炒まら": { + "w_type": "godan verb stem", + "romaji": "itamara" + }, + "炒まり": { + "w_type": "godan verb stem", + "romaji": "itamari" + }, + "炒まれ": { + "w_type": "conjugated godan verb", + "romaji": "itamare" + }, + "炒まろ": { + "w_type": "godan verb stem", + "romaji": "itamaro" + }, + "炒まった": { + "w_type": "conjugated godan verb", + "romaji": "itamatta" + }, + "炒まって": { + "w_type": "conjugated godan verb", + "romaji": "itamatte" + }, + "取組ま": { + "w_type": "godan verb stem", + "romaji": "torikuma" + }, + "取組み": { + "w_type": "godan verb stem", + "romaji": "torikumi" + }, + "取組め": { + "w_type": "conjugated godan verb", + "romaji": "torikume" + }, + "取組も": { + "w_type": "godan verb stem", + "romaji": "torikumo" + }, + "取組んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikunda" + }, + "取組んで": { + "w_type": "conjugated godan verb", + "romaji": "torikunde" + }, + "洗いなおさ": { + "w_type": "godan verb stem", + "romaji": "arainaosa" + }, + "洗いなおし": { + "w_type": "godan verb stem", + "romaji": "arainaoshi" + }, + "洗いなおせ": { + "w_type": "conjugated godan verb", + "romaji": "arainaose" + }, + "洗いなおそ": { + "w_type": "godan verb stem", + "romaji": "arainaoso" + }, + "洗いなおした": { + "w_type": "conjugated godan verb", + "romaji": "arainaoshita" + }, + "洗いなおして": { + "w_type": "conjugated godan verb", + "romaji": "arainaoshite" + }, + "励まさ": { + "w_type": "godan verb stem", + "romaji": "hagemasa" + }, + "励まし": { + "w_type": "godan verb stem", + "romaji": "hagemashi" + }, + "励ませ": { + "w_type": "conjugated godan verb", + "romaji": "hagemase" + }, + "励まそ": { + "w_type": "godan verb stem", + "romaji": "hagemaso" + }, + "励ました": { + "w_type": "conjugated godan verb", + "romaji": "hagemashita" + }, + "励まして": { + "w_type": "conjugated godan verb", + "romaji": "hagemashite" + }, + "落ち行か": { + "w_type": "godan verb stem", + "romaji": "ochiyuka" + }, + "落ち行き": { + "w_type": "godan verb stem", + "romaji": "ochiyuki" + }, + "落ち行け": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuke" + }, + "落ち行こ": { + "w_type": "godan verb stem", + "romaji": "ochiyuko" + }, + "落ち行いた": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuita" + }, + "落ち行いて": { + "w_type": "conjugated godan verb", + "romaji": "ochiyuite" + }, + "理解し合わ": { + "w_type": "godan verb stem", + "romaji": "rikaishiawa" + }, + "理解し合い": { + "w_type": "godan verb stem", + "romaji": "rikaishiai" + }, + "理解し合え": { + "w_type": "conjugated godan verb", + "romaji": "rikaishiae" + }, + "理解し合お": { + "w_type": "godan verb stem", + "romaji": "rikaishiao" + }, + "理解し合った": { + "w_type": "conjugated godan verb", + "romaji": "rikaishiatta" + }, + "理解し合って": { + "w_type": "conjugated godan verb", + "romaji": "rikaishiatte" + }, + "振り起こさ": { + "w_type": "godan verb stem", + "romaji": "furiokosa" + }, + "振り起こし": { + "w_type": "godan verb stem", + "romaji": "furiokoshi" + }, + "振り起こせ": { + "w_type": "conjugated godan verb", + "romaji": "furiokose" + }, + "振り起こそ": { + "w_type": "godan verb stem", + "romaji": "furiokoso" + }, + "振り起こした": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshita" + }, + "振り起こして": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshite" + }, + "突き殺さ": { + "w_type": "godan verb stem", + "romaji": "tsukikorosa" + }, + "突き殺し": { + "w_type": "godan verb stem", + "romaji": "tsukikoroshi" + }, + "突き殺せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikorose" + }, + "突き殺そ": { + "w_type": "godan verb stem", + "romaji": "tsukikoroso" + }, + "突き殺した": { + "w_type": "conjugated godan verb", + "romaji": "tsukikoroshita" + }, + "突き殺して": { + "w_type": "conjugated godan verb", + "romaji": "tsukikoroshite" + }, + "ハッ倒さ": { + "w_type": "godan verb stem", + "romaji": "hattaosa" + }, + "ハッ倒し": { + "w_type": "godan verb stem", + "romaji": "hattaoshi" + }, + "ハッ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "hattaose" + }, + "ハッ倒そ": { + "w_type": "godan verb stem", + "romaji": "hattaoso" + }, + "ハッ倒した": { + "w_type": "conjugated godan verb", + "romaji": "hattaoshita" + }, + "ハッ倒して": { + "w_type": "conjugated godan verb", + "romaji": "hattaoshite" + }, + "替ら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "替り": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "替れ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "替ろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "替った": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "替って": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "遇さ": { + "w_type": "godan verb stem", + "romaji": "guusa" + }, + "遇し": { + "w_type": "godan verb stem", + "romaji": "guushi" + }, + "遇せ": { + "w_type": "conjugated godan verb", + "romaji": "guuse" + }, + "遇そ": { + "w_type": "godan verb stem", + "romaji": "guuso" + }, + "遇した": { + "w_type": "conjugated godan verb", + "romaji": "guushita" + }, + "遇して": { + "w_type": "conjugated godan verb", + "romaji": "guushite" + }, + "忌ま": { + "w_type": "godan verb stem", + "romaji": "ima" + }, + "忌み": { + "w_type": "godan verb stem", + "romaji": "imi" + }, + "忌め": { + "w_type": "conjugated godan verb", + "romaji": "ime" + }, + "忌も": { + "w_type": "godan verb stem", + "romaji": "imo" + }, + "忌んだ": { + "w_type": "conjugated godan verb", + "romaji": "inda" + }, + "忌んで": { + "w_type": "conjugated godan verb", + "romaji": "inde" + }, + "申込ま": { + "w_type": "godan verb stem", + "romaji": "moushikoma" + }, + "申込み": { + "w_type": "godan verb stem", + "romaji": "moushikomi" + }, + "申込め": { + "w_type": "conjugated godan verb", + "romaji": "moushikome" + }, + "申込も": { + "w_type": "godan verb stem", + "romaji": "moushikomo" + }, + "申込んだ": { + "w_type": "conjugated godan verb", + "romaji": "moushikonda" + }, + "申込んで": { + "w_type": "conjugated godan verb", + "romaji": "moushikonde" + }, + "産みださ": { + "w_type": "godan verb stem", + "romaji": "umidasa" + }, + "産みだし": { + "w_type": "godan verb stem", + "romaji": "umidashi" + }, + "産みだせ": { + "w_type": "conjugated godan verb", + "romaji": "umidase" + }, + "産みだそ": { + "w_type": "godan verb stem", + "romaji": "umidaso" + }, + "産みだした": { + "w_type": "conjugated godan verb", + "romaji": "umidashita" + }, + "産みだして": { + "w_type": "conjugated godan verb", + "romaji": "umidashite" + }, + "剪ら": { + "w_type": "godan verb stem", + "romaji": "kira" + }, + "剪り": { + "w_type": "godan verb stem", + "romaji": "kiri" + }, + "剪れ": { + "w_type": "conjugated godan verb", + "romaji": "kire" + }, + "剪ろ": { + "w_type": "godan verb stem", + "romaji": "kiro" + }, + "剪った": { + "w_type": "conjugated godan verb", + "romaji": "kitta" + }, + "剪って": { + "w_type": "conjugated godan verb", + "romaji": "kitte" + }, + "捌かさ": { + "w_type": "godan verb stem", + "romaji": "hakasa" + }, + "捌かし": { + "w_type": "godan verb stem", + "romaji": "hakashi" + }, + "捌かせ": { + "w_type": "conjugated godan verb", + "romaji": "hakase" + }, + "捌かそ": { + "w_type": "godan verb stem", + "romaji": "hakaso" + }, + "捌かした": { + "w_type": "conjugated godan verb", + "romaji": "hakashita" + }, + "捌かして": { + "w_type": "conjugated godan verb", + "romaji": "hakashite" + }, + "合せ持た": { + "w_type": "godan verb stem", + "romaji": "awasemota" + }, + "合せ持ち": { + "w_type": "godan verb stem", + "romaji": "awasemochi" + }, + "合せ持て": { + "w_type": "conjugated godan verb", + "romaji": "awasemote" + }, + "合せ持と": { + "w_type": "godan verb stem", + "romaji": "awasemoto" + }, + "合せ持った": { + "w_type": "conjugated godan verb", + "romaji": "awasemotta" + }, + "合せ持って": { + "w_type": "conjugated godan verb", + "romaji": "awasemotte" + }, + "刷り損なわ": { + "w_type": "godan verb stem", + "romaji": "surisokonawa" + }, + "刷り損ない": { + "w_type": "godan verb stem", + "romaji": "surisokonai" + }, + "刷り損なえ": { + "w_type": "conjugated godan verb", + "romaji": "surisokonae" + }, + "刷り損なお": { + "w_type": "godan verb stem", + "romaji": "surisokonao" + }, + "刷り損なった": { + "w_type": "conjugated godan verb", + "romaji": "surisokonatta" + }, + "刷り損なって": { + "w_type": "conjugated godan verb", + "romaji": "surisokonatte" + }, + "儀式張ら": { + "w_type": "godan verb stem", + "romaji": "gishikibara" + }, + "儀式張り": { + "w_type": "godan verb stem", + "romaji": "gishikibari" + }, + "儀式張れ": { + "w_type": "conjugated godan verb", + "romaji": "gishikibare" + }, + "儀式張ろ": { + "w_type": "godan verb stem", + "romaji": "gishikibaro" + }, + "儀式張った": { + "w_type": "conjugated godan verb", + "romaji": "gishikibatta" + }, + "儀式張って": { + "w_type": "conjugated godan verb", + "romaji": "gishikibatte" + }, + "叩き起こさ": { + "w_type": "godan verb stem", + "romaji": "tatakiokosa" + }, + "叩き起こし": { + "w_type": "godan verb stem", + "romaji": "tatakiokoshi" + }, + "叩き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokose" + }, + "叩き起こそ": { + "w_type": "godan verb stem", + "romaji": "tatakiokoso" + }, + "叩き起こした": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokoshita" + }, + "叩き起こして": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokoshite" + }, + "読飛ばさ": { + "w_type": "godan verb stem", + "romaji": "yomitobasa" + }, + "読飛ばし": { + "w_type": "godan verb stem", + "romaji": "yomitobashi" + }, + "読飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "yomitobase" + }, + "読飛ばそ": { + "w_type": "godan verb stem", + "romaji": "yomitobaso" + }, + "読飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "yomitobashita" + }, + "読飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "yomitobashite" + }, + "妬ま": { + "w_type": "godan verb stem", + "romaji": "netama" + }, + "妬み": { + "w_type": "godan verb stem", + "romaji": "netami" + }, + "妬め": { + "w_type": "conjugated godan verb", + "romaji": "netame" + }, + "妬も": { + "w_type": "godan verb stem", + "romaji": "netamo" + }, + "妬んだ": { + "w_type": "conjugated godan verb", + "romaji": "netanda" + }, + "妬んで": { + "w_type": "conjugated godan verb", + "romaji": "netande" + }, + "染まら": { + "w_type": "godan verb stem", + "romaji": "somara" + }, + "染まり": { + "w_type": "godan verb stem", + "romaji": "somari" + }, + "染まれ": { + "w_type": "conjugated godan verb", + "romaji": "somare" + }, + "染まろ": { + "w_type": "godan verb stem", + "romaji": "somaro" + }, + "染まった": { + "w_type": "conjugated godan verb", + "romaji": "somatta" + }, + "染まって": { + "w_type": "conjugated godan verb", + "romaji": "somatte" + }, + "付け込ま": { + "w_type": "godan verb stem", + "romaji": "tsukekoma" + }, + "付け込み": { + "w_type": "godan verb stem", + "romaji": "tsukekomi" + }, + "付け込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukekome" + }, + "付け込も": { + "w_type": "godan verb stem", + "romaji": "tsukekomo" + }, + "付け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonda" + }, + "付け込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonde" + }, + "駆け下ら": { + "w_type": "godan verb stem", + "romaji": "kakekudara" + }, + "駆け下り": { + "w_type": "godan verb stem", + "romaji": "kakekudari" + }, + "駆け下れ": { + "w_type": "conjugated godan verb", + "romaji": "kakekudare" + }, + "駆け下ろ": { + "w_type": "godan verb stem", + "romaji": "kakekudaro" + }, + "駆け下った": { + "w_type": "conjugated godan verb", + "romaji": "kakekudatta" + }, + "駆け下って": { + "w_type": "conjugated godan verb", + "romaji": "kakekudatte" + }, + "円で囲ま": { + "w_type": "godan verb stem", + "romaji": "marudekakoma" + }, + "円で囲み": { + "w_type": "godan verb stem", + "romaji": "marudekakomi" + }, + "円で囲め": { + "w_type": "conjugated godan verb", + "romaji": "marudekakome" + }, + "円で囲も": { + "w_type": "godan verb stem", + "romaji": "marudekakomo" + }, + "円で囲んだ": { + "w_type": "conjugated godan verb", + "romaji": "marudekakonda" + }, + "円で囲んで": { + "w_type": "conjugated godan verb", + "romaji": "marudekakonde" + }, + "事故ら": { + "w_type": "godan verb stem", + "romaji": "jikora" + }, + "事故り": { + "w_type": "godan verb stem", + "romaji": "jikori" + }, + "事故れ": { + "w_type": "conjugated godan verb", + "romaji": "jikore" + }, + "事故ろ": { + "w_type": "godan verb stem", + "romaji": "jikoro" + }, + "事故った": { + "w_type": "conjugated godan verb", + "romaji": "jikotta" + }, + "事故って": { + "w_type": "conjugated godan verb", + "romaji": "jikotte" + }, + "笑かさ": { + "w_type": "godan verb stem", + "romaji": "warakasa" + }, + "笑かし": { + "w_type": "godan verb stem", + "romaji": "warakashi" + }, + "笑かせ": { + "w_type": "conjugated godan verb", + "romaji": "warakase" + }, + "笑かそ": { + "w_type": "godan verb stem", + "romaji": "warakaso" + }, + "笑かした": { + "w_type": "conjugated godan verb", + "romaji": "warakashita" + }, + "笑かして": { + "w_type": "conjugated godan verb", + "romaji": "warakashite" + }, + "元気付か": { + "w_type": "godan verb stem", + "romaji": "genkizuka" + }, + "元気付き": { + "w_type": "godan verb stem", + "romaji": "genkizuki" + }, + "元気付け": { + "w_type": "conjugated godan verb", + "romaji": "genkizuke" + }, + "元気付こ": { + "w_type": "godan verb stem", + "romaji": "genkizuko" + }, + "元気付いた": { + "w_type": "conjugated godan verb", + "romaji": "genkizuita" + }, + "元気付いて": { + "w_type": "conjugated godan verb", + "romaji": "genkizuite" + }, + "困り抜か": { + "w_type": "godan verb stem", + "romaji": "komarinuka" + }, + "困り抜き": { + "w_type": "godan verb stem", + "romaji": "komarinuki" + }, + "困り抜け": { + "w_type": "conjugated godan verb", + "romaji": "komarinuke" + }, + "困り抜こ": { + "w_type": "godan verb stem", + "romaji": "komarinuko" + }, + "困り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "komarinuita" + }, + "困り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "komarinuite" + }, + "隠れ伏さ": { + "w_type": "godan verb stem", + "romaji": "kakurefusa" + }, + "隠れ伏し": { + "w_type": "godan verb stem", + "romaji": "kakurefushi" + }, + "隠れ伏せ": { + "w_type": "conjugated godan verb", + "romaji": "kakurefuse" + }, + "隠れ伏そ": { + "w_type": "godan verb stem", + "romaji": "kakurefuso" + }, + "隠れ伏した": { + "w_type": "conjugated godan verb", + "romaji": "kakurefushita" + }, + "隠れ伏して": { + "w_type": "conjugated godan verb", + "romaji": "kakurefushite" + }, + "引っ張り合わ": { + "w_type": "godan verb stem", + "romaji": "hippariawa" + }, + "引っ張り合い": { + "w_type": "godan verb stem", + "romaji": "hippariai" + }, + "引っ張り合え": { + "w_type": "conjugated godan verb", + "romaji": "hippariae" + }, + "引っ張り合お": { + "w_type": "godan verb stem", + "romaji": "hippariao" + }, + "引っ張り合った": { + "w_type": "conjugated godan verb", + "romaji": "hippariatta" + }, + "引っ張り合って": { + "w_type": "conjugated godan verb", + "romaji": "hippariatte" + }, + "副わ": { + "w_type": "godan verb stem", + "romaji": "sowa" + }, + "副い": { + "w_type": "godan verb stem", + "romaji": "soi" + }, + "副え": { + "w_type": "conjugated godan verb", + "romaji": "soe" + }, + "副お": { + "w_type": "godan verb stem", + "romaji": "soo" + }, + "副った": { + "w_type": "conjugated godan verb", + "romaji": "sotta" + }, + "副って": { + "w_type": "conjugated godan verb", + "romaji": "sotte" + }, + "攻め落さ": { + "w_type": "godan verb stem", + "romaji": "semeotosa" + }, + "攻め落し": { + "w_type": "godan verb stem", + "romaji": "semeotoshi" + }, + "攻め落せ": { + "w_type": "conjugated godan verb", + "romaji": "semeotose" + }, + "攻め落そ": { + "w_type": "godan verb stem", + "romaji": "semeotoso" + }, + "攻め落した": { + "w_type": "conjugated godan verb", + "romaji": "semeotoshita" + }, + "攻め落して": { + "w_type": "conjugated godan verb", + "romaji": "semeotoshite" + }, + "猛ら": { + "w_type": "godan verb stem", + "romaji": "takera" + }, + "猛り": { + "w_type": "godan verb stem", + "romaji": "takeri" + }, + "猛れ": { + "w_type": "conjugated godan verb", + "romaji": "takere" + }, + "猛ろ": { + "w_type": "godan verb stem", + "romaji": "takero" + }, + "猛った": { + "w_type": "conjugated godan verb", + "romaji": "taketta" + }, + "猛って": { + "w_type": "conjugated godan verb", + "romaji": "takette" + }, + "控えめに言わ": { + "w_type": "godan verb stem", + "romaji": "hikaemeniiwa" + }, + "控えめに言い": { + "w_type": "godan verb stem", + "romaji": "hikaemeniii" + }, + "控えめに言え": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniie" + }, + "控えめに言お": { + "w_type": "godan verb stem", + "romaji": "hikaemeniio" + }, + "控えめに言った": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniitta" + }, + "控えめに言って": { + "w_type": "conjugated godan verb", + "romaji": "hikaemeniitte" + }, + "読みかえさ": { + "w_type": "godan verb stem", + "romaji": "yomikaesa" + }, + "読みかえし": { + "w_type": "godan verb stem", + "romaji": "yomikaeshi" + }, + "読みかえせ": { + "w_type": "conjugated godan verb", + "romaji": "yomikaese" + }, + "読みかえそ": { + "w_type": "godan verb stem", + "romaji": "yomikaeso" + }, + "読みかえした": { + "w_type": "conjugated godan verb", + "romaji": "yomikaeshita" + }, + "読みかえして": { + "w_type": "conjugated godan verb", + "romaji": "yomikaeshite" + }, + "包込ま": { + "w_type": "godan verb stem", + "romaji": "tsutsumikoma" + }, + "包込み": { + "w_type": "godan verb stem", + "romaji": "tsutsumikomi" + }, + "包込め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikome" + }, + "包込も": { + "w_type": "godan verb stem", + "romaji": "tsutsumikomo" + }, + "包込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikonda" + }, + "包込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikonde" + }, + "引きずりおろさ": { + "w_type": "godan verb stem", + "romaji": "hikizuriorosa" + }, + "引きずりおろし": { + "w_type": "godan verb stem", + "romaji": "hikizurioroshi" + }, + "引きずりおろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuriorose" + }, + "引きずりおろそ": { + "w_type": "godan verb stem", + "romaji": "hikizurioroso" + }, + "引きずりおろした": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshita" + }, + "引きずりおろして": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshite" + }, + "引き起さ": { + "w_type": "godan verb stem", + "romaji": "hikiokosa" + }, + "引き起し": { + "w_type": "godan verb stem", + "romaji": "hikiokoshi" + }, + "引き起せ": { + "w_type": "conjugated godan verb", + "romaji": "hikiokose" + }, + "引き起そ": { + "w_type": "godan verb stem", + "romaji": "hikiokoso" + }, + "引き起した": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshita" + }, + "引き起して": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshite" + }, + "沸か": { + "w_type": "godan verb stem", + "romaji": "waka" + }, + "沸き": { + "w_type": "godan verb stem", + "romaji": "waki" + }, + "沸け": { + "w_type": "conjugated godan verb", + "romaji": "wake" + }, + "沸こ": { + "w_type": "godan verb stem", + "romaji": "wako" + }, + "沸いた": { + "w_type": "conjugated godan verb", + "romaji": "waita" + }, + "沸いて": { + "w_type": "conjugated godan verb", + "romaji": "waite" + }, + "通りかから": { + "w_type": "godan verb stem", + "romaji": "toorikakara" + }, + "通りかかり": { + "w_type": "godan verb stem", + "romaji": "toorikakari" + }, + "通りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "toorikakare" + }, + "通りかかろ": { + "w_type": "godan verb stem", + "romaji": "toorikakaro" + }, + "通りかかった": { + "w_type": "conjugated godan verb", + "romaji": "toorikakatta" + }, + "通りかかって": { + "w_type": "conjugated godan verb", + "romaji": "toorikakatte" + }, + "截た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "截ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "截て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "截と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "截った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "截って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "ぶっ壊さ": { + "w_type": "godan verb stem", + "romaji": "bukkowasa" + }, + "ぶっ壊し": { + "w_type": "godan verb stem", + "romaji": "bukkowashi" + }, + "ぶっ壊せ": { + "w_type": "conjugated godan verb", + "romaji": "bukkowase" + }, + "ぶっ壊そ": { + "w_type": "godan verb stem", + "romaji": "bukkowaso" + }, + "ぶっ壊した": { + "w_type": "conjugated godan verb", + "romaji": "bukkowashita" + }, + "ぶっ壊して": { + "w_type": "conjugated godan verb", + "romaji": "bukkowashite" + }, + "出し切ら": { + "w_type": "godan verb stem", + "romaji": "dashikira" + }, + "出し切り": { + "w_type": "godan verb stem", + "romaji": "dashikiri" + }, + "出し切れ": { + "w_type": "conjugated godan verb", + "romaji": "dashikire" + }, + "出し切ろ": { + "w_type": "godan verb stem", + "romaji": "dashikiro" + }, + "出し切った": { + "w_type": "conjugated godan verb", + "romaji": "dashikitta" + }, + "出し切って": { + "w_type": "conjugated godan verb", + "romaji": "dashikitte" + }, + "そびえ立た": { + "w_type": "godan verb stem", + "romaji": "sobietata" + }, + "そびえ立ち": { + "w_type": "godan verb stem", + "romaji": "sobietachi" + }, + "そびえ立て": { + "w_type": "conjugated godan verb", + "romaji": "sobietate" + }, + "そびえ立と": { + "w_type": "godan verb stem", + "romaji": "sobietato" + }, + "そびえ立った": { + "w_type": "conjugated godan verb", + "romaji": "sobietatta" + }, + "そびえ立って": { + "w_type": "conjugated godan verb", + "romaji": "sobietatte" + }, + "引き落とさ": { + "w_type": "godan verb stem", + "romaji": "hikiotosa" + }, + "引き落とし": { + "w_type": "godan verb stem", + "romaji": "hikiotoshi" + }, + "引き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiotose" + }, + "引き落とそ": { + "w_type": "godan verb stem", + "romaji": "hikiotoso" + }, + "引き落とした": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshita" + }, + "引き落として": { + "w_type": "conjugated godan verb", + "romaji": "hikiotoshite" + }, + "取ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "取り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "取れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "取ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "取った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "取って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "黒ばま": { + "w_type": "godan verb stem", + "romaji": "kurobama" + }, + "黒ばみ": { + "w_type": "godan verb stem", + "romaji": "kurobami" + }, + "黒ばめ": { + "w_type": "conjugated godan verb", + "romaji": "kurobame" + }, + "黒ばも": { + "w_type": "godan verb stem", + "romaji": "kurobamo" + }, + "黒ばんだ": { + "w_type": "conjugated godan verb", + "romaji": "kurobanda" + }, + "黒ばんで": { + "w_type": "conjugated godan verb", + "romaji": "kurobande" + }, + "締め殺さ": { + "w_type": "godan verb stem", + "romaji": "shimekorosa" + }, + "締め殺し": { + "w_type": "godan verb stem", + "romaji": "shimekoroshi" + }, + "締め殺せ": { + "w_type": "conjugated godan verb", + "romaji": "shimekorose" + }, + "締め殺そ": { + "w_type": "godan verb stem", + "romaji": "shimekoroso" + }, + "締め殺した": { + "w_type": "conjugated godan verb", + "romaji": "shimekoroshita" + }, + "締め殺して": { + "w_type": "conjugated godan verb", + "romaji": "shimekoroshite" + }, + "去ら": { + "w_type": "godan verb stem", + "romaji": "sara" + }, + "去り": { + "w_type": "godan verb stem", + "romaji": "sari" + }, + "去れ": { + "w_type": "conjugated godan verb", + "romaji": "sare" + }, + "去ろ": { + "w_type": "godan verb stem", + "romaji": "saro" + }, + "去った": { + "w_type": "conjugated godan verb", + "romaji": "satta" + }, + "去って": { + "w_type": "conjugated godan verb", + "romaji": "satte" + }, + "輪姦さ": { + "w_type": "godan verb stem", + "romaji": "mawasa" + }, + "輪姦し": { + "w_type": "godan verb stem", + "romaji": "mawashi" + }, + "輪姦せ": { + "w_type": "conjugated godan verb", + "romaji": "mawase" + }, + "輪姦そ": { + "w_type": "godan verb stem", + "romaji": "mawaso" + }, + "輪姦した": { + "w_type": "conjugated godan verb", + "romaji": "mawashita" + }, + "輪姦して": { + "w_type": "conjugated godan verb", + "romaji": "mawashite" + }, + "為尽さ": { + "w_type": "godan verb stem", + "romaji": "shitsukusa" + }, + "為尽し": { + "w_type": "godan verb stem", + "romaji": "shitsukushi" + }, + "為尽せ": { + "w_type": "conjugated godan verb", + "romaji": "shitsukuse" + }, + "為尽そ": { + "w_type": "godan verb stem", + "romaji": "shitsukuso" + }, + "為尽した": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushita" + }, + "為尽して": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushite" + }, + "言開か": { + "w_type": "godan verb stem", + "romaji": "iihiraka" + }, + "言開き": { + "w_type": "godan verb stem", + "romaji": "iihiraki" + }, + "言開け": { + "w_type": "conjugated godan verb", + "romaji": "iihirake" + }, + "言開こ": { + "w_type": "godan verb stem", + "romaji": "iihirako" + }, + "言開いた": { + "w_type": "conjugated godan verb", + "romaji": "iihiraita" + }, + "言開いて": { + "w_type": "conjugated godan verb", + "romaji": "iihiraite" + }, + "行詰まら": { + "w_type": "godan verb stem", + "romaji": "ikizumara" + }, + "行詰まり": { + "w_type": "godan verb stem", + "romaji": "ikizumari" + }, + "行詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "ikizumare" + }, + "行詰まろ": { + "w_type": "godan verb stem", + "romaji": "ikizumaro" + }, + "行詰まった": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatta" + }, + "行詰まって": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatte" + }, + "過ぎゆか": { + "w_type": "godan verb stem", + "romaji": "sugiyuka" + }, + "過ぎゆき": { + "w_type": "godan verb stem", + "romaji": "sugiyuki" + }, + "過ぎゆけ": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuke" + }, + "過ぎゆこ": { + "w_type": "godan verb stem", + "romaji": "sugiyuko" + }, + "過ぎゆいた": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuita" + }, + "過ぎゆいて": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuite" + }, + "平さ": { + "w_type": "godan verb stem", + "romaji": "narasa" + }, + "平し": { + "w_type": "godan verb stem", + "romaji": "narashi" + }, + "平せ": { + "w_type": "conjugated godan verb", + "romaji": "narase" + }, + "平そ": { + "w_type": "godan verb stem", + "romaji": "naraso" + }, + "平した": { + "w_type": "conjugated godan verb", + "romaji": "narashita" + }, + "平して": { + "w_type": "conjugated godan verb", + "romaji": "narashite" + }, + "併せ持た": { + "w_type": "godan verb stem", + "romaji": "awasemota" + }, + "併せ持ち": { + "w_type": "godan verb stem", + "romaji": "awasemochi" + }, + "併せ持て": { + "w_type": "conjugated godan verb", + "romaji": "awasemote" + }, + "併せ持と": { + "w_type": "godan verb stem", + "romaji": "awasemoto" + }, + "併せ持った": { + "w_type": "conjugated godan verb", + "romaji": "awasemotta" + }, + "併せ持って": { + "w_type": "conjugated godan verb", + "romaji": "awasemotte" + }, + "乗っから": { + "w_type": "godan verb stem", + "romaji": "nokkara" + }, + "乗っかり": { + "w_type": "godan verb stem", + "romaji": "nokkari" + }, + "乗っかれ": { + "w_type": "conjugated godan verb", + "romaji": "nokkare" + }, + "乗っかろ": { + "w_type": "godan verb stem", + "romaji": "nokkaro" + }, + "乗っかった": { + "w_type": "conjugated godan verb", + "romaji": "nokkatta" + }, + "乗っかって": { + "w_type": "conjugated godan verb", + "romaji": "nokkatte" + }, + "流し込ま": { + "w_type": "godan verb stem", + "romaji": "nagashikoma" + }, + "流し込み": { + "w_type": "godan verb stem", + "romaji": "nagashikomi" + }, + "流し込め": { + "w_type": "conjugated godan verb", + "romaji": "nagashikome" + }, + "流し込も": { + "w_type": "godan verb stem", + "romaji": "nagashikomo" + }, + "流し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagashikonda" + }, + "流し込んで": { + "w_type": "conjugated godan verb", + "romaji": "nagashikonde" + }, + "走り回ら": { + "w_type": "godan verb stem", + "romaji": "hashirimawara" + }, + "走り回り": { + "w_type": "godan verb stem", + "romaji": "hashirimawari" + }, + "走り回れ": { + "w_type": "conjugated godan verb", + "romaji": "hashirimaware" + }, + "走り回ろ": { + "w_type": "godan verb stem", + "romaji": "hashirimawaro" + }, + "走り回った": { + "w_type": "conjugated godan verb", + "romaji": "hashirimawatta" + }, + "走り回って": { + "w_type": "conjugated godan verb", + "romaji": "hashirimawatte" + }, + "割りこま": { + "w_type": "godan verb stem", + "romaji": "warikoma" + }, + "割りこみ": { + "w_type": "godan verb stem", + "romaji": "warikomi" + }, + "割りこめ": { + "w_type": "conjugated godan verb", + "romaji": "warikome" + }, + "割りこも": { + "w_type": "godan verb stem", + "romaji": "warikomo" + }, + "割りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "warikonda" + }, + "割りこんで": { + "w_type": "conjugated godan verb", + "romaji": "warikonde" + }, + "捨てて置か": { + "w_type": "godan verb stem", + "romaji": "suteteoka" + }, + "捨てて置き": { + "w_type": "godan verb stem", + "romaji": "suteteoki" + }, + "捨てて置け": { + "w_type": "conjugated godan verb", + "romaji": "suteteoke" + }, + "捨てて置こ": { + "w_type": "godan verb stem", + "romaji": "suteteoko" + }, + "捨てて置いた": { + "w_type": "conjugated godan verb", + "romaji": "suteteoita" + }, + "捨てて置いて": { + "w_type": "conjugated godan verb", + "romaji": "suteteoite" + }, + "折重なら": { + "w_type": "godan verb stem", + "romaji": "orikasanara" + }, + "折重なり": { + "w_type": "godan verb stem", + "romaji": "orikasanari" + }, + "折重なれ": { + "w_type": "conjugated godan verb", + "romaji": "orikasanare" + }, + "折重なろ": { + "w_type": "godan verb stem", + "romaji": "orikasanaro" + }, + "折重なった": { + "w_type": "conjugated godan verb", + "romaji": "orikasanatta" + }, + "折重なって": { + "w_type": "conjugated godan verb", + "romaji": "orikasanatte" + }, + "儚ま": { + "w_type": "godan verb stem", + "romaji": "hakanama" + }, + "儚み": { + "w_type": "godan verb stem", + "romaji": "hakanami" + }, + "儚め": { + "w_type": "conjugated godan verb", + "romaji": "hakaname" + }, + "儚も": { + "w_type": "godan verb stem", + "romaji": "hakanamo" + }, + "儚んだ": { + "w_type": "conjugated godan verb", + "romaji": "hakananda" + }, + "儚んで": { + "w_type": "conjugated godan verb", + "romaji": "hakanande" + }, + "貪り食らわ": { + "w_type": "godan verb stem", + "romaji": "musaborikurawa" + }, + "貪り食らい": { + "w_type": "godan verb stem", + "romaji": "musaborikurai" + }, + "貪り食らえ": { + "w_type": "conjugated godan verb", + "romaji": "musaborikurae" + }, + "貪り食らお": { + "w_type": "godan verb stem", + "romaji": "musaborikurao" + }, + "貪り食らった": { + "w_type": "conjugated godan verb", + "romaji": "musaborikuratta" + }, + "貪り食らって": { + "w_type": "conjugated godan verb", + "romaji": "musaborikuratte" + }, + "掻いくぐら": { + "w_type": "godan verb stem", + "romaji": "kaikugura" + }, + "掻いくぐり": { + "w_type": "godan verb stem", + "romaji": "kaikuguri" + }, + "掻いくぐれ": { + "w_type": "conjugated godan verb", + "romaji": "kaikugure" + }, + "掻いくぐろ": { + "w_type": "godan verb stem", + "romaji": "kaikuguro" + }, + "掻いくぐった": { + "w_type": "conjugated godan verb", + "romaji": "kaikugutta" + }, + "掻いくぐって": { + "w_type": "conjugated godan verb", + "romaji": "kaikugutte" + }, + "碾か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "碾き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "碾け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "碾こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "碾いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "碾いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "寝損わ": { + "w_type": "godan verb stem", + "romaji": "nesokonawa" + }, + "寝損い": { + "w_type": "godan verb stem", + "romaji": "nesokonai" + }, + "寝損え": { + "w_type": "conjugated godan verb", + "romaji": "nesokonae" + }, + "寝損お": { + "w_type": "godan verb stem", + "romaji": "nesokonao" + }, + "寝損った": { + "w_type": "conjugated godan verb", + "romaji": "nesokonatta" + }, + "寝損って": { + "w_type": "conjugated godan verb", + "romaji": "nesokonatte" + }, + "来たさ": { + "w_type": "godan verb stem", + "romaji": "kitasa" + }, + "来たし": { + "w_type": "godan verb stem", + "romaji": "kitashi" + }, + "来たせ": { + "w_type": "conjugated godan verb", + "romaji": "kitase" + }, + "来たそ": { + "w_type": "godan verb stem", + "romaji": "kitaso" + }, + "来たした": { + "w_type": "conjugated godan verb", + "romaji": "kitashita" + }, + "来たして": { + "w_type": "conjugated godan verb", + "romaji": "kitashite" + }, + "はげ上がら": { + "w_type": "godan verb stem", + "romaji": "hageagara" + }, + "はげ上がり": { + "w_type": "godan verb stem", + "romaji": "hageagari" + }, + "はげ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hageagare" + }, + "はげ上がろ": { + "w_type": "godan verb stem", + "romaji": "hageagaro" + }, + "はげ上がった": { + "w_type": "conjugated godan verb", + "romaji": "hageagatta" + }, + "はげ上がって": { + "w_type": "conjugated godan verb", + "romaji": "hageagatte" + }, + "盛り殺さ": { + "w_type": "godan verb stem", + "romaji": "morikorosa" + }, + "盛り殺し": { + "w_type": "godan verb stem", + "romaji": "morikoroshi" + }, + "盛り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "morikorose" + }, + "盛り殺そ": { + "w_type": "godan verb stem", + "romaji": "morikoroso" + }, + "盛り殺した": { + "w_type": "conjugated godan verb", + "romaji": "morikoroshita" + }, + "盛り殺して": { + "w_type": "conjugated godan verb", + "romaji": "morikoroshite" + }, + "搾込ま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "搾込み": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "搾込め": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "搾込も": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "搾込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "搾込んで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "引っ張り込ま": { + "w_type": "godan verb stem", + "romaji": "hipparikoma" + }, + "引っ張り込み": { + "w_type": "godan verb stem", + "romaji": "hipparikomi" + }, + "引っ張り込め": { + "w_type": "conjugated godan verb", + "romaji": "hipparikome" + }, + "引っ張り込も": { + "w_type": "godan verb stem", + "romaji": "hipparikomo" + }, + "引っ張り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hipparikonda" + }, + "引っ張り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hipparikonde" + }, + "向かい合わ": { + "w_type": "godan verb stem", + "romaji": "mukaiawa" + }, + "向かい合い": { + "w_type": "godan verb stem", + "romaji": "mukaiai" + }, + "向かい合え": { + "w_type": "conjugated godan verb", + "romaji": "mukaiae" + }, + "向かい合お": { + "w_type": "godan verb stem", + "romaji": "mukaiao" + }, + "向かい合った": { + "w_type": "conjugated godan verb", + "romaji": "mukaiatta" + }, + "向かい合って": { + "w_type": "conjugated godan verb", + "romaji": "mukaiatte" + }, + "書きまくら": { + "w_type": "godan verb stem", + "romaji": "kakimakura" + }, + "書きまくり": { + "w_type": "godan verb stem", + "romaji": "kakimakuri" + }, + "書きまくれ": { + "w_type": "conjugated godan verb", + "romaji": "kakimakure" + }, + "書きまくろ": { + "w_type": "godan verb stem", + "romaji": "kakimakuro" + }, + "書きまくった": { + "w_type": "conjugated godan verb", + "romaji": "kakimakutta" + }, + "書きまくって": { + "w_type": "conjugated godan verb", + "romaji": "kakimakutte" + }, + "言い及ば": { + "w_type": "godan verb stem", + "romaji": "iioyoba" + }, + "言い及び": { + "w_type": "godan verb stem", + "romaji": "iioyobi" + }, + "言い及べ": { + "w_type": "conjugated godan verb", + "romaji": "iioyobe" + }, + "言い及ぼ": { + "w_type": "godan verb stem", + "romaji": "iioyobo" + }, + "言い及んだ": { + "w_type": "conjugated godan verb", + "romaji": "iioyonda" + }, + "言い及んで": { + "w_type": "conjugated godan verb", + "romaji": "iioyonde" + }, + "為合わ": { + "w_type": "godan verb stem", + "romaji": "shiawa" + }, + "為合い": { + "w_type": "godan verb stem", + "romaji": "shiai" + }, + "為合え": { + "w_type": "conjugated godan verb", + "romaji": "shiae" + }, + "為合お": { + "w_type": "godan verb stem", + "romaji": "shiao" + }, + "為合った": { + "w_type": "conjugated godan verb", + "romaji": "shiatta" + }, + "為合って": { + "w_type": "conjugated godan verb", + "romaji": "shiatte" + }, + "由ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "由り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "由れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "由ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "由った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "由って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "頑張ら": { + "w_type": "godan verb stem", + "romaji": "ganbara" + }, + "頑張り": { + "w_type": "godan verb stem", + "romaji": "ganbari" + }, + "頑張れ": { + "w_type": "conjugated godan verb", + "romaji": "ganbare" + }, + "頑張ろ": { + "w_type": "godan verb stem", + "romaji": "ganbaro" + }, + "頑張った": { + "w_type": "conjugated godan verb", + "romaji": "ganbatta" + }, + "頑張って": { + "w_type": "conjugated godan verb", + "romaji": "ganbatte" + }, + "降り頻ら": { + "w_type": "godan verb stem", + "romaji": "furishikira" + }, + "降り頻り": { + "w_type": "godan verb stem", + "romaji": "furishikiri" + }, + "降り頻れ": { + "w_type": "conjugated godan verb", + "romaji": "furishikire" + }, + "降り頻ろ": { + "w_type": "godan verb stem", + "romaji": "furishikiro" + }, + "降り頻った": { + "w_type": "conjugated godan verb", + "romaji": "furishikitta" + }, + "降り頻って": { + "w_type": "conjugated godan verb", + "romaji": "furishikitte" + }, + "穫ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "穫り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "穫れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "穫ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "穫った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "穫って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "備わら": { + "w_type": "godan verb stem", + "romaji": "sonawara" + }, + "備わり": { + "w_type": "godan verb stem", + "romaji": "sonawari" + }, + "備われ": { + "w_type": "conjugated godan verb", + "romaji": "sonaware" + }, + "備わろ": { + "w_type": "godan verb stem", + "romaji": "sonawaro" + }, + "備わった": { + "w_type": "conjugated godan verb", + "romaji": "sonawatta" + }, + "備わって": { + "w_type": "conjugated godan verb", + "romaji": "sonawatte" + }, + "絶え入ら": { + "w_type": "godan verb stem", + "romaji": "taeira" + }, + "絶え入り": { + "w_type": "godan verb stem", + "romaji": "taeiri" + }, + "絶え入れ": { + "w_type": "conjugated godan verb", + "romaji": "taeire" + }, + "絶え入ろ": { + "w_type": "godan verb stem", + "romaji": "taeiro" + }, + "絶え入った": { + "w_type": "conjugated godan verb", + "romaji": "taeitta" + }, + "絶え入って": { + "w_type": "conjugated godan verb", + "romaji": "taeitte" + }, + "揺らさ": { + "w_type": "godan verb stem", + "romaji": "yurasa" + }, + "揺らし": { + "w_type": "godan verb stem", + "romaji": "yurashi" + }, + "揺らせ": { + "w_type": "conjugated godan verb", + "romaji": "yurase" + }, + "揺らそ": { + "w_type": "godan verb stem", + "romaji": "yuraso" + }, + "揺らした": { + "w_type": "conjugated godan verb", + "romaji": "yurashita" + }, + "揺らして": { + "w_type": "conjugated godan verb", + "romaji": "yurashite" + }, + "蹴り返さ": { + "w_type": "godan verb stem", + "romaji": "kerikaesa" + }, + "蹴り返し": { + "w_type": "godan verb stem", + "romaji": "kerikaeshi" + }, + "蹴り返せ": { + "w_type": "conjugated godan verb", + "romaji": "kerikaese" + }, + "蹴り返そ": { + "w_type": "godan verb stem", + "romaji": "kerikaeso" + }, + "蹴り返した": { + "w_type": "conjugated godan verb", + "romaji": "kerikaeshita" + }, + "蹴り返して": { + "w_type": "conjugated godan verb", + "romaji": "kerikaeshite" + }, + "通さ": { + "w_type": "godan verb stem", + "romaji": "toosa" + }, + "通し": { + "w_type": "godan verb stem", + "romaji": "tooshi" + }, + "通せ": { + "w_type": "conjugated godan verb", + "romaji": "toose" + }, + "通そ": { + "w_type": "godan verb stem", + "romaji": "tooso" + }, + "通した": { + "w_type": "conjugated godan verb", + "romaji": "tooshita" + }, + "通して": { + "w_type": "conjugated godan verb", + "romaji": "tooshite" + }, + "生え替ら": { + "w_type": "godan verb stem", + "romaji": "haekawara" + }, + "生え替り": { + "w_type": "godan verb stem", + "romaji": "haekawari" + }, + "生え替れ": { + "w_type": "conjugated godan verb", + "romaji": "haekaware" + }, + "生え替ろ": { + "w_type": "godan verb stem", + "romaji": "haekawaro" + }, + "生え替った": { + "w_type": "conjugated godan verb", + "romaji": "haekawatta" + }, + "生え替って": { + "w_type": "conjugated godan verb", + "romaji": "haekawatte" + }, + "けり返さ": { + "w_type": "godan verb stem", + "romaji": "kerikaesa" + }, + "けり返し": { + "w_type": "godan verb stem", + "romaji": "kerikaeshi" + }, + "けり返せ": { + "w_type": "conjugated godan verb", + "romaji": "kerikaese" + }, + "けり返そ": { + "w_type": "godan verb stem", + "romaji": "kerikaeso" + }, + "けり返した": { + "w_type": "conjugated godan verb", + "romaji": "kerikaeshita" + }, + "けり返して": { + "w_type": "conjugated godan verb", + "romaji": "kerikaeshite" + }, + "凭れ掛ら": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "凭れ掛り": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "凭れ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "凭れ掛ろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "凭れ掛った": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "凭れ掛って": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "住み着か": { + "w_type": "godan verb stem", + "romaji": "sumitsuka" + }, + "住み着き": { + "w_type": "godan verb stem", + "romaji": "sumitsuki" + }, + "住み着け": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuke" + }, + "住み着こ": { + "w_type": "godan verb stem", + "romaji": "sumitsuko" + }, + "住み着いた": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuita" + }, + "住み着いて": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuite" + }, + "落込ま": { + "w_type": "godan verb stem", + "romaji": "ochikoma" + }, + "落込み": { + "w_type": "godan verb stem", + "romaji": "ochikomi" + }, + "落込め": { + "w_type": "conjugated godan verb", + "romaji": "ochikome" + }, + "落込も": { + "w_type": "godan verb stem", + "romaji": "ochikomo" + }, + "落込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ochikonda" + }, + "落込んで": { + "w_type": "conjugated godan verb", + "romaji": "ochikonde" + }, + "這い戻ら": { + "w_type": "godan verb stem", + "romaji": "haimodora" + }, + "這い戻り": { + "w_type": "godan verb stem", + "romaji": "haimodori" + }, + "這い戻れ": { + "w_type": "conjugated godan verb", + "romaji": "haimodore" + }, + "這い戻ろ": { + "w_type": "godan verb stem", + "romaji": "haimodoro" + }, + "這い戻った": { + "w_type": "conjugated godan verb", + "romaji": "haimodotta" + }, + "這い戻って": { + "w_type": "conjugated godan verb", + "romaji": "haimodotte" + }, + "取合わ": { + "w_type": "godan verb stem", + "romaji": "toriawa" + }, + "取合い": { + "w_type": "godan verb stem", + "romaji": "toriai" + }, + "取合え": { + "w_type": "conjugated godan verb", + "romaji": "toriae" + }, + "取合お": { + "w_type": "godan verb stem", + "romaji": "toriao" + }, + "取合った": { + "w_type": "conjugated godan verb", + "romaji": "toriatta" + }, + "取合って": { + "w_type": "conjugated godan verb", + "romaji": "toriatte" + }, + "行当たら": { + "w_type": "godan verb stem", + "romaji": "yukiatara" + }, + "行当たり": { + "w_type": "godan verb stem", + "romaji": "yukiatari" + }, + "行当たれ": { + "w_type": "conjugated godan verb", + "romaji": "yukiatare" + }, + "行当たろ": { + "w_type": "godan verb stem", + "romaji": "yukiataro" + }, + "行当たった": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatta" + }, + "行当たって": { + "w_type": "conjugated godan verb", + "romaji": "yukiatatte" + }, + "積もら": { + "w_type": "godan verb stem", + "romaji": "tsumora" + }, + "積もり": { + "w_type": "godan verb stem", + "romaji": "tsumori" + }, + "積もれ": { + "w_type": "conjugated godan verb", + "romaji": "tsumore" + }, + "積もろ": { + "w_type": "godan verb stem", + "romaji": "tsumoro" + }, + "積もった": { + "w_type": "conjugated godan verb", + "romaji": "tsumotta" + }, + "積もって": { + "w_type": "conjugated godan verb", + "romaji": "tsumotte" + }, + "山なさ": { + "w_type": "godan verb stem", + "romaji": "yamanasa" + }, + "山なし": { + "w_type": "godan verb stem", + "romaji": "yamanashi" + }, + "山なせ": { + "w_type": "conjugated godan verb", + "romaji": "yamanase" + }, + "山なそ": { + "w_type": "godan verb stem", + "romaji": "yamanaso" + }, + "山なした": { + "w_type": "conjugated godan verb", + "romaji": "yamanashita" + }, + "山なして": { + "w_type": "conjugated godan verb", + "romaji": "yamanashite" + }, + "思し食さ": { + "w_type": "godan verb stem", + "romaji": "oboshimesa" + }, + "思し食し": { + "w_type": "godan verb stem", + "romaji": "oboshimeshi" + }, + "思し食せ": { + "w_type": "conjugated godan verb", + "romaji": "oboshimese" + }, + "思し食そ": { + "w_type": "godan verb stem", + "romaji": "oboshimeso" + }, + "思し食した": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshita" + }, + "思し食して": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshite" + }, + "持合わ": { + "w_type": "godan verb stem", + "romaji": "mochiawa" + }, + "持合い": { + "w_type": "godan verb stem", + "romaji": "mochiai" + }, + "持合え": { + "w_type": "conjugated godan verb", + "romaji": "mochiae" + }, + "持合お": { + "w_type": "godan verb stem", + "romaji": "mochiao" + }, + "持合った": { + "w_type": "conjugated godan verb", + "romaji": "mochiatta" + }, + "持合って": { + "w_type": "conjugated godan verb", + "romaji": "mochiatte" + }, + "買い直さ": { + "w_type": "godan verb stem", + "romaji": "kainaosa" + }, + "買い直し": { + "w_type": "godan verb stem", + "romaji": "kainaoshi" + }, + "買い直せ": { + "w_type": "conjugated godan verb", + "romaji": "kainaose" + }, + "買い直そ": { + "w_type": "godan verb stem", + "romaji": "kainaoso" + }, + "買い直した": { + "w_type": "conjugated godan verb", + "romaji": "kainaoshita" + }, + "買い直して": { + "w_type": "conjugated godan verb", + "romaji": "kainaoshite" + }, + "重宝がら": { + "w_type": "godan verb stem", + "romaji": "chouhougara" + }, + "重宝がり": { + "w_type": "godan verb stem", + "romaji": "chouhougari" + }, + "重宝がれ": { + "w_type": "conjugated godan verb", + "romaji": "chouhougare" + }, + "重宝がろ": { + "w_type": "godan verb stem", + "romaji": "chouhougaro" + }, + "重宝がった": { + "w_type": "conjugated godan verb", + "romaji": "chouhougatta" + }, + "重宝がって": { + "w_type": "conjugated godan verb", + "romaji": "chouhougatte" + }, + "即さ": { + "w_type": "godan verb stem", + "romaji": "sokusa" + }, + "即し": { + "w_type": "godan verb stem", + "romaji": "sokushi" + }, + "即せ": { + "w_type": "conjugated godan verb", + "romaji": "sokuse" + }, + "即そ": { + "w_type": "godan verb stem", + "romaji": "sokuso" + }, + "即した": { + "w_type": "conjugated godan verb", + "romaji": "sokushita" + }, + "即して": { + "w_type": "conjugated godan verb", + "romaji": "sokushite" + }, + "引っぱりあわ": { + "w_type": "godan verb stem", + "romaji": "hippariawa" + }, + "引っぱりあい": { + "w_type": "godan verb stem", + "romaji": "hippariai" + }, + "引っぱりあえ": { + "w_type": "conjugated godan verb", + "romaji": "hippariae" + }, + "引っぱりあお": { + "w_type": "godan verb stem", + "romaji": "hippariao" + }, + "引っぱりあった": { + "w_type": "conjugated godan verb", + "romaji": "hippariatta" + }, + "引っぱりあって": { + "w_type": "conjugated godan verb", + "romaji": "hippariatte" + }, + "軋ま": { + "w_type": "godan verb stem", + "romaji": "kishima" + }, + "軋み": { + "w_type": "godan verb stem", + "romaji": "kishimi" + }, + "軋め": { + "w_type": "conjugated godan verb", + "romaji": "kishime" + }, + "軋も": { + "w_type": "godan verb stem", + "romaji": "kishimo" + }, + "軋んだ": { + "w_type": "conjugated godan verb", + "romaji": "kishinda" + }, + "軋んで": { + "w_type": "conjugated godan verb", + "romaji": "kishinde" + }, + "追付か": { + "w_type": "godan verb stem", + "romaji": "oitsuka" + }, + "追付き": { + "w_type": "godan verb stem", + "romaji": "oitsuki" + }, + "追付け": { + "w_type": "conjugated godan verb", + "romaji": "oitsuke" + }, + "追付こ": { + "w_type": "godan verb stem", + "romaji": "oitsuko" + }, + "追付いた": { + "w_type": "conjugated godan verb", + "romaji": "oitsuita" + }, + "追付いて": { + "w_type": "conjugated godan verb", + "romaji": "oitsuite" + }, + "愛着がわか": { + "w_type": "godan verb stem", + "romaji": "aichakugawaka" + }, + "愛着がわき": { + "w_type": "godan verb stem", + "romaji": "aichakugawaki" + }, + "愛着がわけ": { + "w_type": "conjugated godan verb", + "romaji": "aichakugawake" + }, + "愛着がわこ": { + "w_type": "godan verb stem", + "romaji": "aichakugawako" + }, + "愛着がわいた": { + "w_type": "conjugated godan verb", + "romaji": "aichakugawaita" + }, + "愛着がわいて": { + "w_type": "conjugated godan verb", + "romaji": "aichakugawaite" + }, + "投合わ": { + "w_type": "godan verb stem", + "romaji": "nageawa" + }, + "投合い": { + "w_type": "godan verb stem", + "romaji": "nageai" + }, + "投合え": { + "w_type": "conjugated godan verb", + "romaji": "nageae" + }, + "投合お": { + "w_type": "godan verb stem", + "romaji": "nageao" + }, + "投合った": { + "w_type": "conjugated godan verb", + "romaji": "nageatta" + }, + "投合って": { + "w_type": "conjugated godan verb", + "romaji": "nageatte" + }, + "息巻か": { + "w_type": "godan verb stem", + "romaji": "ikimaka" + }, + "息巻き": { + "w_type": "godan verb stem", + "romaji": "ikimaki" + }, + "息巻け": { + "w_type": "conjugated godan verb", + "romaji": "ikimake" + }, + "息巻こ": { + "w_type": "godan verb stem", + "romaji": "ikimako" + }, + "息巻いた": { + "w_type": "conjugated godan verb", + "romaji": "ikimaita" + }, + "息巻いて": { + "w_type": "conjugated godan verb", + "romaji": "ikimaite" + }, + "つり上がら": { + "w_type": "godan verb stem", + "romaji": "tsuriagara" + }, + "つり上がり": { + "w_type": "godan verb stem", + "romaji": "tsuriagari" + }, + "つり上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagare" + }, + "つり上がろ": { + "w_type": "godan verb stem", + "romaji": "tsuriagaro" + }, + "つり上がった": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagatta" + }, + "つり上がって": { + "w_type": "conjugated godan verb", + "romaji": "tsuriagatte" + }, + "閃かさ": { + "w_type": "godan verb stem", + "romaji": "hiramekasa" + }, + "閃かし": { + "w_type": "godan verb stem", + "romaji": "hiramekashi" + }, + "閃かせ": { + "w_type": "conjugated godan verb", + "romaji": "hiramekase" + }, + "閃かそ": { + "w_type": "godan verb stem", + "romaji": "hiramekaso" + }, + "閃かした": { + "w_type": "conjugated godan verb", + "romaji": "hiramekashita" + }, + "閃かして": { + "w_type": "conjugated godan verb", + "romaji": "hiramekashite" + }, + "揃わ": { + "w_type": "godan verb stem", + "romaji": "sorowa" + }, + "揃い": { + "w_type": "godan verb stem", + "romaji": "soroi" + }, + "揃え": { + "w_type": "conjugated godan verb", + "romaji": "soroe" + }, + "揃お": { + "w_type": "godan verb stem", + "romaji": "soroo" + }, + "揃った": { + "w_type": "conjugated godan verb", + "romaji": "sorotta" + }, + "揃って": { + "w_type": "conjugated godan verb", + "romaji": "sorotte" + }, + "譲り合わ": { + "w_type": "godan verb stem", + "romaji": "yuzuriawa" + }, + "譲り合い": { + "w_type": "godan verb stem", + "romaji": "yuzuriai" + }, + "譲り合え": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriae" + }, + "譲り合お": { + "w_type": "godan verb stem", + "romaji": "yuzuriao" + }, + "譲り合った": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriatta" + }, + "譲り合って": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriatte" + }, + "売ら": { + "w_type": "godan verb stem", + "romaji": "ura" + }, + "売り": { + "w_type": "godan verb stem", + "romaji": "uri" + }, + "売れ": { + "w_type": "conjugated godan verb", + "romaji": "ure" + }, + "売ろ": { + "w_type": "godan verb stem", + "romaji": "uro" + }, + "売った": { + "w_type": "conjugated godan verb", + "romaji": "utta" + }, + "売って": { + "w_type": "conjugated godan verb", + "romaji": "utte" + }, + "漉き返さ": { + "w_type": "godan verb stem", + "romaji": "sukikaesa" + }, + "漉き返し": { + "w_type": "godan verb stem", + "romaji": "sukikaeshi" + }, + "漉き返せ": { + "w_type": "conjugated godan verb", + "romaji": "sukikaese" + }, + "漉き返そ": { + "w_type": "godan verb stem", + "romaji": "sukikaeso" + }, + "漉き返した": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshita" + }, + "漉き返して": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshite" + }, + "崩れかから": { + "w_type": "godan verb stem", + "romaji": "kuzurekakara" + }, + "崩れかかり": { + "w_type": "godan verb stem", + "romaji": "kuzurekakari" + }, + "崩れかかれ": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakare" + }, + "崩れかかろ": { + "w_type": "godan verb stem", + "romaji": "kuzurekakaro" + }, + "崩れかかった": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakatta" + }, + "崩れかかって": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakatte" + }, + "羨ま": { + "w_type": "godan verb stem", + "romaji": "urayama" + }, + "羨み": { + "w_type": "godan verb stem", + "romaji": "urayami" + }, + "羨め": { + "w_type": "conjugated godan verb", + "romaji": "urayame" + }, + "羨も": { + "w_type": "godan verb stem", + "romaji": "urayamo" + }, + "羨んだ": { + "w_type": "conjugated godan verb", + "romaji": "urayanda" + }, + "羨んで": { + "w_type": "conjugated godan verb", + "romaji": "urayande" + }, + "あり付か": { + "w_type": "godan verb stem", + "romaji": "aritsuka" + }, + "あり付き": { + "w_type": "godan verb stem", + "romaji": "aritsuki" + }, + "あり付け": { + "w_type": "conjugated godan verb", + "romaji": "aritsuke" + }, + "あり付こ": { + "w_type": "godan verb stem", + "romaji": "aritsuko" + }, + "あり付いた": { + "w_type": "conjugated godan verb", + "romaji": "aritsuita" + }, + "あり付いて": { + "w_type": "conjugated godan verb", + "romaji": "aritsuite" + }, + "乳繰り合わ": { + "w_type": "godan verb stem", + "romaji": "chichikuriawa" + }, + "乳繰り合い": { + "w_type": "godan verb stem", + "romaji": "chichikuriai" + }, + "乳繰り合え": { + "w_type": "conjugated godan verb", + "romaji": "chichikuriae" + }, + "乳繰り合お": { + "w_type": "godan verb stem", + "romaji": "chichikuriao" + }, + "乳繰り合った": { + "w_type": "conjugated godan verb", + "romaji": "chichikuriatta" + }, + "乳繰り合って": { + "w_type": "conjugated godan verb", + "romaji": "chichikuriatte" + }, + "抜け変わら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜け変わり": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜け変われ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜け変わろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜け変わった": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜け変わって": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "斬り掛ら": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "斬り掛り": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "斬り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "斬り掛ろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "斬り掛った": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "斬り掛って": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "言損なわ": { + "w_type": "godan verb stem", + "romaji": "iisokonawa" + }, + "言損ない": { + "w_type": "godan verb stem", + "romaji": "iisokonai" + }, + "言損なえ": { + "w_type": "conjugated godan verb", + "romaji": "iisokonae" + }, + "言損なお": { + "w_type": "godan verb stem", + "romaji": "iisokonao" + }, + "言損なった": { + "w_type": "conjugated godan verb", + "romaji": "iisokonatta" + }, + "言損なって": { + "w_type": "conjugated godan verb", + "romaji": "iisokonatte" + }, + "膨らま": { + "w_type": "godan verb stem", + "romaji": "fukurama" + }, + "膨らみ": { + "w_type": "godan verb stem", + "romaji": "fukurami" + }, + "膨らめ": { + "w_type": "conjugated godan verb", + "romaji": "fukurame" + }, + "膨らも": { + "w_type": "godan verb stem", + "romaji": "fukuramo" + }, + "膨らんだ": { + "w_type": "conjugated godan verb", + "romaji": "fukuranda" + }, + "膨らんで": { + "w_type": "conjugated godan verb", + "romaji": "fukurande" + }, + "切出さ": { + "w_type": "godan verb stem", + "romaji": "kiridasa" + }, + "切出し": { + "w_type": "godan verb stem", + "romaji": "kiridashi" + }, + "切出せ": { + "w_type": "conjugated godan verb", + "romaji": "kiridase" + }, + "切出そ": { + "w_type": "godan verb stem", + "romaji": "kiridaso" + }, + "切出した": { + "w_type": "conjugated godan verb", + "romaji": "kiridashita" + }, + "切出して": { + "w_type": "conjugated godan verb", + "romaji": "kiridashite" + }, + "係ら": { + "w_type": "godan verb stem", + "romaji": "kakawara" + }, + "係り": { + "w_type": "godan verb stem", + "romaji": "kakawari" + }, + "係れ": { + "w_type": "conjugated godan verb", + "romaji": "kakaware" + }, + "係ろ": { + "w_type": "godan verb stem", + "romaji": "kakawaro" + }, + "係った": { + "w_type": "conjugated godan verb", + "romaji": "kakawatta" + }, + "係って": { + "w_type": "conjugated godan verb", + "romaji": "kakawatte" + }, + "突き戻さ": { + "w_type": "godan verb stem", + "romaji": "tsukimodosa" + }, + "突き戻し": { + "w_type": "godan verb stem", + "romaji": "tsukimodoshi" + }, + "突き戻せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukimodose" + }, + "突き戻そ": { + "w_type": "godan verb stem", + "romaji": "tsukimodoso" + }, + "突き戻した": { + "w_type": "conjugated godan verb", + "romaji": "tsukimodoshita" + }, + "突き戻して": { + "w_type": "conjugated godan verb", + "romaji": "tsukimodoshite" + }, + "出かさ": { + "w_type": "godan verb stem", + "romaji": "dekasa" + }, + "出かし": { + "w_type": "godan verb stem", + "romaji": "dekashi" + }, + "出かせ": { + "w_type": "conjugated godan verb", + "romaji": "dekase" + }, + "出かそ": { + "w_type": "godan verb stem", + "romaji": "dekaso" + }, + "出かした": { + "w_type": "conjugated godan verb", + "romaji": "dekashita" + }, + "出かして": { + "w_type": "conjugated godan verb", + "romaji": "dekashite" + }, + "膨らさ": { + "w_type": "godan verb stem", + "romaji": "fukurasa" + }, + "膨らし": { + "w_type": "godan verb stem", + "romaji": "fukurashi" + }, + "膨らせ": { + "w_type": "conjugated godan verb", + "romaji": "fukurase" + }, + "膨らそ": { + "w_type": "godan verb stem", + "romaji": "fukuraso" + }, + "膨らした": { + "w_type": "conjugated godan verb", + "romaji": "fukurashita" + }, + "膨らして": { + "w_type": "conjugated godan verb", + "romaji": "fukurashite" + }, + "しぼり取ら": { + "w_type": "godan verb stem", + "romaji": "shiboritora" + }, + "しぼり取り": { + "w_type": "godan verb stem", + "romaji": "shiboritori" + }, + "しぼり取れ": { + "w_type": "conjugated godan verb", + "romaji": "shiboritore" + }, + "しぼり取ろ": { + "w_type": "godan verb stem", + "romaji": "shiboritoro" + }, + "しぼり取った": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotta" + }, + "しぼり取って": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotte" + }, + "受け流さ": { + "w_type": "godan verb stem", + "romaji": "ukenagasa" + }, + "受け流し": { + "w_type": "godan verb stem", + "romaji": "ukenagashi" + }, + "受け流せ": { + "w_type": "conjugated godan verb", + "romaji": "ukenagase" + }, + "受け流そ": { + "w_type": "godan verb stem", + "romaji": "ukenagaso" + }, + "受け流した": { + "w_type": "conjugated godan verb", + "romaji": "ukenagashita" + }, + "受け流して": { + "w_type": "conjugated godan verb", + "romaji": "ukenagashite" + }, + "息づか": { + "w_type": "godan verb stem", + "romaji": "ikizuka" + }, + "息づき": { + "w_type": "godan verb stem", + "romaji": "ikizuki" + }, + "息づけ": { + "w_type": "conjugated godan verb", + "romaji": "ikizuke" + }, + "息づこ": { + "w_type": "godan verb stem", + "romaji": "ikizuko" + }, + "息づいた": { + "w_type": "conjugated godan verb", + "romaji": "ikizuita" + }, + "息づいて": { + "w_type": "conjugated godan verb", + "romaji": "ikizuite" + }, + "凍おら": { + "w_type": "godan verb stem", + "romaji": "koora" + }, + "凍おり": { + "w_type": "godan verb stem", + "romaji": "koori" + }, + "凍おれ": { + "w_type": "conjugated godan verb", + "romaji": "koore" + }, + "凍おろ": { + "w_type": "godan verb stem", + "romaji": "kooro" + }, + "凍おった": { + "w_type": "conjugated godan verb", + "romaji": "kootta" + }, + "凍おって": { + "w_type": "conjugated godan verb", + "romaji": "kootte" + }, + "荷なわ": { + "w_type": "godan verb stem", + "romaji": "ninawa" + }, + "荷ない": { + "w_type": "godan verb stem", + "romaji": "ninai" + }, + "荷なえ": { + "w_type": "conjugated godan verb", + "romaji": "ninae" + }, + "荷なお": { + "w_type": "godan verb stem", + "romaji": "ninao" + }, + "荷なった": { + "w_type": "conjugated godan verb", + "romaji": "ninatta" + }, + "荷なって": { + "w_type": "conjugated godan verb", + "romaji": "ninatte" + }, + "亡くなさ": { + "w_type": "godan verb stem", + "romaji": "nakunasa" + }, + "亡くなし": { + "w_type": "godan verb stem", + "romaji": "nakunashi" + }, + "亡くなせ": { + "w_type": "conjugated godan verb", + "romaji": "nakunase" + }, + "亡くなそ": { + "w_type": "godan verb stem", + "romaji": "nakunaso" + }, + "亡くなした": { + "w_type": "conjugated godan verb", + "romaji": "nakunashita" + }, + "亡くなして": { + "w_type": "conjugated godan verb", + "romaji": "nakunashite" + }, + "読みとら": { + "w_type": "godan verb stem", + "romaji": "yomitora" + }, + "読みとり": { + "w_type": "godan verb stem", + "romaji": "yomitori" + }, + "読みとれ": { + "w_type": "conjugated godan verb", + "romaji": "yomitore" + }, + "読みとろ": { + "w_type": "godan verb stem", + "romaji": "yomitoro" + }, + "読みとった": { + "w_type": "conjugated godan verb", + "romaji": "yomitotta" + }, + "読みとって": { + "w_type": "conjugated godan verb", + "romaji": "yomitotte" + }, + "銜ま": { + "w_type": "godan verb stem", + "romaji": "fukuma" + }, + "銜み": { + "w_type": "godan verb stem", + "romaji": "fukumi" + }, + "銜め": { + "w_type": "conjugated godan verb", + "romaji": "fukume" + }, + "銜も": { + "w_type": "godan verb stem", + "romaji": "fukumo" + }, + "銜んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukunda" + }, + "銜んで": { + "w_type": "conjugated godan verb", + "romaji": "fukunde" + }, + "干あがら": { + "w_type": "godan verb stem", + "romaji": "hiagara" + }, + "干あがり": { + "w_type": "godan verb stem", + "romaji": "hiagari" + }, + "干あがれ": { + "w_type": "conjugated godan verb", + "romaji": "hiagare" + }, + "干あがろ": { + "w_type": "godan verb stem", + "romaji": "hiagaro" + }, + "干あがった": { + "w_type": "conjugated godan verb", + "romaji": "hiagatta" + }, + "干あがって": { + "w_type": "conjugated godan verb", + "romaji": "hiagatte" + }, + "染出さ": { + "w_type": "godan verb stem", + "romaji": "somedasa" + }, + "染出し": { + "w_type": "godan verb stem", + "romaji": "somedashi" + }, + "染出せ": { + "w_type": "conjugated godan verb", + "romaji": "somedase" + }, + "染出そ": { + "w_type": "godan verb stem", + "romaji": "somedaso" + }, + "染出した": { + "w_type": "conjugated godan verb", + "romaji": "somedashita" + }, + "染出して": { + "w_type": "conjugated godan verb", + "romaji": "somedashite" + }, + "練りなおさ": { + "w_type": "godan verb stem", + "romaji": "nerinaosa" + }, + "練りなおし": { + "w_type": "godan verb stem", + "romaji": "nerinaoshi" + }, + "練りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "nerinaose" + }, + "練りなおそ": { + "w_type": "godan verb stem", + "romaji": "nerinaoso" + }, + "練りなおした": { + "w_type": "conjugated godan verb", + "romaji": "nerinaoshita" + }, + "練りなおして": { + "w_type": "conjugated godan verb", + "romaji": "nerinaoshite" + }, + "書き落とさ": { + "w_type": "godan verb stem", + "romaji": "kakiotosa" + }, + "書き落とし": { + "w_type": "godan verb stem", + "romaji": "kakiotoshi" + }, + "書き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiotose" + }, + "書き落とそ": { + "w_type": "godan verb stem", + "romaji": "kakiotoso" + }, + "書き落とした": { + "w_type": "conjugated godan verb", + "romaji": "kakiotoshita" + }, + "書き落として": { + "w_type": "conjugated godan verb", + "romaji": "kakiotoshite" + }, + "梳か": { + "w_type": "godan verb stem", + "romaji": "suka" + }, + "梳き": { + "w_type": "godan verb stem", + "romaji": "suki" + }, + "梳け": { + "w_type": "conjugated godan verb", + "romaji": "suke" + }, + "梳こ": { + "w_type": "godan verb stem", + "romaji": "suko" + }, + "梳いた": { + "w_type": "conjugated godan verb", + "romaji": "suita" + }, + "梳いて": { + "w_type": "conjugated godan verb", + "romaji": "suite" + }, + "負かさ": { + "w_type": "godan verb stem", + "romaji": "makasa" + }, + "負かし": { + "w_type": "godan verb stem", + "romaji": "makashi" + }, + "負かせ": { + "w_type": "conjugated godan verb", + "romaji": "makase" + }, + "負かそ": { + "w_type": "godan verb stem", + "romaji": "makaso" + }, + "負かした": { + "w_type": "conjugated godan verb", + "romaji": "makashita" + }, + "負かして": { + "w_type": "conjugated godan verb", + "romaji": "makashite" + }, + "貸し出さ": { + "w_type": "godan verb stem", + "romaji": "kashidasa" + }, + "貸し出し": { + "w_type": "godan verb stem", + "romaji": "kashidashi" + }, + "貸し出せ": { + "w_type": "conjugated godan verb", + "romaji": "kashidase" + }, + "貸し出そ": { + "w_type": "godan verb stem", + "romaji": "kashidaso" + }, + "貸し出した": { + "w_type": "conjugated godan verb", + "romaji": "kashidashita" + }, + "貸し出して": { + "w_type": "conjugated godan verb", + "romaji": "kashidashite" + }, + "思い出さ": { + "w_type": "godan verb stem", + "romaji": "omoidasa" + }, + "思い出し": { + "w_type": "godan verb stem", + "romaji": "omoidashi" + }, + "思い出せ": { + "w_type": "conjugated godan verb", + "romaji": "omoidase" + }, + "思い出そ": { + "w_type": "godan verb stem", + "romaji": "omoidaso" + }, + "思い出した": { + "w_type": "conjugated godan verb", + "romaji": "omoidashita" + }, + "思い出して": { + "w_type": "conjugated godan verb", + "romaji": "omoidashite" + }, + "裁ち縫わ": { + "w_type": "godan verb stem", + "romaji": "tachinuwa" + }, + "裁ち縫い": { + "w_type": "godan verb stem", + "romaji": "tachinui" + }, + "裁ち縫え": { + "w_type": "conjugated godan verb", + "romaji": "tachinue" + }, + "裁ち縫お": { + "w_type": "godan verb stem", + "romaji": "tachinuo" + }, + "裁ち縫った": { + "w_type": "conjugated godan verb", + "romaji": "tachinutta" + }, + "裁ち縫って": { + "w_type": "conjugated godan verb", + "romaji": "tachinutte" + }, + "産気付か": { + "w_type": "godan verb stem", + "romaji": "sankezuka" + }, + "産気付き": { + "w_type": "godan verb stem", + "romaji": "sankezuki" + }, + "産気付け": { + "w_type": "conjugated godan verb", + "romaji": "sankezuke" + }, + "産気付こ": { + "w_type": "godan verb stem", + "romaji": "sankezuko" + }, + "産気付いた": { + "w_type": "conjugated godan verb", + "romaji": "sankezuita" + }, + "産気付いて": { + "w_type": "conjugated godan verb", + "romaji": "sankezuite" + }, + "助か": { + "w_type": "godan verb stem", + "romaji": "tasuka" + }, + "助き": { + "w_type": "godan verb stem", + "romaji": "tasuki" + }, + "助け": { + "w_type": "conjugated godan verb", + "romaji": "tasuke" + }, + "助こ": { + "w_type": "godan verb stem", + "romaji": "tasuko" + }, + "助いた": { + "w_type": "conjugated godan verb", + "romaji": "tasuita" + }, + "助いて": { + "w_type": "conjugated godan verb", + "romaji": "tasuite" + }, + "取壊さ": { + "w_type": "godan verb stem", + "romaji": "torikowasa" + }, + "取壊し": { + "w_type": "godan verb stem", + "romaji": "torikowashi" + }, + "取壊せ": { + "w_type": "conjugated godan verb", + "romaji": "torikowase" + }, + "取壊そ": { + "w_type": "godan verb stem", + "romaji": "torikowaso" + }, + "取壊した": { + "w_type": "conjugated godan verb", + "romaji": "torikowashita" + }, + "取壊して": { + "w_type": "conjugated godan verb", + "romaji": "torikowashite" + }, + "堪まら": { + "w_type": "godan verb stem", + "romaji": "tamara" + }, + "堪まり": { + "w_type": "godan verb stem", + "romaji": "tamari" + }, + "堪まれ": { + "w_type": "conjugated godan verb", + "romaji": "tamare" + }, + "堪まろ": { + "w_type": "godan verb stem", + "romaji": "tamaro" + }, + "堪まった": { + "w_type": "conjugated godan verb", + "romaji": "tamatta" + }, + "堪まって": { + "w_type": "conjugated godan verb", + "romaji": "tamatte" + }, + "殴り合わ": { + "w_type": "godan verb stem", + "romaji": "naguriawa" + }, + "殴り合い": { + "w_type": "godan verb stem", + "romaji": "naguriai" + }, + "殴り合え": { + "w_type": "conjugated godan verb", + "romaji": "naguriae" + }, + "殴り合お": { + "w_type": "godan verb stem", + "romaji": "naguriao" + }, + "殴り合った": { + "w_type": "conjugated godan verb", + "romaji": "naguriatta" + }, + "殴り合って": { + "w_type": "conjugated godan verb", + "romaji": "naguriatte" + }, + "決ら": { + "w_type": "godan verb stem", + "romaji": "kimara" + }, + "決り": { + "w_type": "godan verb stem", + "romaji": "kimari" + }, + "決れ": { + "w_type": "conjugated godan verb", + "romaji": "kimare" + }, + "決ろ": { + "w_type": "godan verb stem", + "romaji": "kimaro" + }, + "決った": { + "w_type": "conjugated godan verb", + "romaji": "kimatta" + }, + "決って": { + "w_type": "conjugated godan verb", + "romaji": "kimatte" + }, + "献ら": { + "w_type": "godan verb stem", + "romaji": "tatematsura" + }, + "献り": { + "w_type": "godan verb stem", + "romaji": "tatematsuri" + }, + "献れ": { + "w_type": "conjugated godan verb", + "romaji": "tatematsure" + }, + "献ろ": { + "w_type": "godan verb stem", + "romaji": "tatematsuro" + }, + "献った": { + "w_type": "conjugated godan verb", + "romaji": "tatematsutta" + }, + "献って": { + "w_type": "conjugated godan verb", + "romaji": "tatematsutte" + }, + "渡り歩か": { + "w_type": "godan verb stem", + "romaji": "watariaruka" + }, + "渡り歩き": { + "w_type": "godan verb stem", + "romaji": "watariaruki" + }, + "渡り歩け": { + "w_type": "conjugated godan verb", + "romaji": "watariaruke" + }, + "渡り歩こ": { + "w_type": "godan verb stem", + "romaji": "watariaruko" + }, + "渡り歩いた": { + "w_type": "conjugated godan verb", + "romaji": "watariaruita" + }, + "渡り歩いて": { + "w_type": "conjugated godan verb", + "romaji": "watariaruite" + }, + "持ち上ら": { + "w_type": "godan verb stem", + "romaji": "mochiagara" + }, + "持ち上り": { + "w_type": "godan verb stem", + "romaji": "mochiagari" + }, + "持ち上れ": { + "w_type": "conjugated godan verb", + "romaji": "mochiagare" + }, + "持ち上ろ": { + "w_type": "godan verb stem", + "romaji": "mochiagaro" + }, + "持ち上った": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatta" + }, + "持ち上って": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatte" + }, + "言争わ": { + "w_type": "godan verb stem", + "romaji": "iiarasowa" + }, + "言争い": { + "w_type": "godan verb stem", + "romaji": "iiarasoi" + }, + "言争え": { + "w_type": "conjugated godan verb", + "romaji": "iiarasoe" + }, + "言争お": { + "w_type": "godan verb stem", + "romaji": "iiarasoo" + }, + "言争った": { + "w_type": "conjugated godan verb", + "romaji": "iiarasotta" + }, + "言争って": { + "w_type": "conjugated godan verb", + "romaji": "iiarasotte" + }, + "驕りたかぶら": { + "w_type": "godan verb stem", + "romaji": "ogoritakabura" + }, + "驕りたかぶり": { + "w_type": "godan verb stem", + "romaji": "ogoritakaburi" + }, + "驕りたかぶれ": { + "w_type": "conjugated godan verb", + "romaji": "ogoritakabure" + }, + "驕りたかぶろ": { + "w_type": "godan verb stem", + "romaji": "ogoritakaburo" + }, + "驕りたかぶった": { + "w_type": "conjugated godan verb", + "romaji": "ogoritakabutta" + }, + "驕りたかぶって": { + "w_type": "conjugated godan verb", + "romaji": "ogoritakabutte" + }, + "計ら": { + "w_type": "godan verb stem", + "romaji": "hakara" + }, + "計り": { + "w_type": "godan verb stem", + "romaji": "hakari" + }, + "計れ": { + "w_type": "conjugated godan verb", + "romaji": "hakare" + }, + "計ろ": { + "w_type": "godan verb stem", + "romaji": "hakaro" + }, + "計った": { + "w_type": "conjugated godan verb", + "romaji": "hakatta" + }, + "計って": { + "w_type": "conjugated godan verb", + "romaji": "hakatte" + }, + "くびり殺さ": { + "w_type": "godan verb stem", + "romaji": "kubirikorosa" + }, + "くびり殺し": { + "w_type": "godan verb stem", + "romaji": "kubirikoroshi" + }, + "くびり殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kubirikorose" + }, + "くびり殺そ": { + "w_type": "godan verb stem", + "romaji": "kubirikoroso" + }, + "くびり殺した": { + "w_type": "conjugated godan verb", + "romaji": "kubirikoroshita" + }, + "くびり殺して": { + "w_type": "conjugated godan verb", + "romaji": "kubirikoroshite" + }, + "係わ": { + "w_type": "godan verb stem", + "romaji": "kakazurawa" + }, + "係い": { + "w_type": "godan verb stem", + "romaji": "kakazurai" + }, + "係え": { + "w_type": "conjugated godan verb", + "romaji": "kakazurae" + }, + "係お": { + "w_type": "godan verb stem", + "romaji": "kakazurao" + }, + "着こなさ": { + "w_type": "godan verb stem", + "romaji": "kikonasa" + }, + "着こなし": { + "w_type": "godan verb stem", + "romaji": "kikonashi" + }, + "着こなせ": { + "w_type": "conjugated godan verb", + "romaji": "kikonase" + }, + "着こなそ": { + "w_type": "godan verb stem", + "romaji": "kikonaso" + }, + "着こなした": { + "w_type": "conjugated godan verb", + "romaji": "kikonashita" + }, + "着こなして": { + "w_type": "conjugated godan verb", + "romaji": "kikonashite" + }, + "聞き込ま": { + "w_type": "godan verb stem", + "romaji": "kikikoma" + }, + "聞き込み": { + "w_type": "godan verb stem", + "romaji": "kikikomi" + }, + "聞き込め": { + "w_type": "conjugated godan verb", + "romaji": "kikikome" + }, + "聞き込も": { + "w_type": "godan verb stem", + "romaji": "kikikomo" + }, + "聞き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kikikonda" + }, + "聞き込んで": { + "w_type": "conjugated godan verb", + "romaji": "kikikonde" + }, + "禿上がら": { + "w_type": "godan verb stem", + "romaji": "hageagara" + }, + "禿上がり": { + "w_type": "godan verb stem", + "romaji": "hageagari" + }, + "禿上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hageagare" + }, + "禿上がろ": { + "w_type": "godan verb stem", + "romaji": "hageagaro" + }, + "禿上がった": { + "w_type": "conjugated godan verb", + "romaji": "hageagatta" + }, + "禿上がって": { + "w_type": "conjugated godan verb", + "romaji": "hageagatte" + }, + "かい込ま": { + "w_type": "godan verb stem", + "romaji": "kaikoma" + }, + "かい込み": { + "w_type": "godan verb stem", + "romaji": "kaikomi" + }, + "かい込め": { + "w_type": "conjugated godan verb", + "romaji": "kaikome" + }, + "かい込も": { + "w_type": "godan verb stem", + "romaji": "kaikomo" + }, + "かい込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kaikonda" + }, + "かい込んで": { + "w_type": "conjugated godan verb", + "romaji": "kaikonde" + }, + "襲い掛ら": { + "w_type": "godan verb stem", + "romaji": "osoikakara" + }, + "襲い掛り": { + "w_type": "godan verb stem", + "romaji": "osoikakari" + }, + "襲い掛れ": { + "w_type": "conjugated godan verb", + "romaji": "osoikakare" + }, + "襲い掛ろ": { + "w_type": "godan verb stem", + "romaji": "osoikakaro" + }, + "襲い掛った": { + "w_type": "conjugated godan verb", + "romaji": "osoikakatta" + }, + "襲い掛って": { + "w_type": "conjugated godan verb", + "romaji": "osoikakatte" + }, + "はじき飛ばさ": { + "w_type": "godan verb stem", + "romaji": "hajikitobasa" + }, + "はじき飛ばし": { + "w_type": "godan verb stem", + "romaji": "hajikitobashi" + }, + "はじき飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hajikitobase" + }, + "はじき飛ばそ": { + "w_type": "godan verb stem", + "romaji": "hajikitobaso" + }, + "はじき飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "hajikitobashita" + }, + "はじき飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "hajikitobashite" + }, + "取り込ま": { + "w_type": "godan verb stem", + "romaji": "torikoma" + }, + "取り込み": { + "w_type": "godan verb stem", + "romaji": "torikomi" + }, + "取り込め": { + "w_type": "conjugated godan verb", + "romaji": "torikome" + }, + "取り込も": { + "w_type": "godan verb stem", + "romaji": "torikomo" + }, + "取り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikonda" + }, + "取り込んで": { + "w_type": "conjugated godan verb", + "romaji": "torikonde" + }, + "えり抜か": { + "w_type": "godan verb stem", + "romaji": "erinuka" + }, + "えり抜き": { + "w_type": "godan verb stem", + "romaji": "erinuki" + }, + "えり抜け": { + "w_type": "conjugated godan verb", + "romaji": "erinuke" + }, + "えり抜こ": { + "w_type": "godan verb stem", + "romaji": "erinuko" + }, + "えり抜いた": { + "w_type": "conjugated godan verb", + "romaji": "erinuita" + }, + "えり抜いて": { + "w_type": "conjugated godan verb", + "romaji": "erinuite" + }, + "関ら": { + "w_type": "godan verb stem", + "romaji": "kakawara" + }, + "関り": { + "w_type": "godan verb stem", + "romaji": "kakawari" + }, + "関れ": { + "w_type": "conjugated godan verb", + "romaji": "kakaware" + }, + "関ろ": { + "w_type": "godan verb stem", + "romaji": "kakawaro" + }, + "関った": { + "w_type": "conjugated godan verb", + "romaji": "kakawatta" + }, + "関って": { + "w_type": "conjugated godan verb", + "romaji": "kakawatte" + }, + "盛り込ま": { + "w_type": "godan verb stem", + "romaji": "morikoma" + }, + "盛り込み": { + "w_type": "godan verb stem", + "romaji": "morikomi" + }, + "盛り込め": { + "w_type": "conjugated godan verb", + "romaji": "morikome" + }, + "盛り込も": { + "w_type": "godan verb stem", + "romaji": "morikomo" + }, + "盛り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "morikonda" + }, + "盛り込んで": { + "w_type": "conjugated godan verb", + "romaji": "morikonde" + }, + "競わ": { + "w_type": "godan verb stem", + "romaji": "kisowa" + }, + "競い": { + "w_type": "godan verb stem", + "romaji": "kisoi" + }, + "競え": { + "w_type": "conjugated godan verb", + "romaji": "kisoe" + }, + "競お": { + "w_type": "godan verb stem", + "romaji": "kisoo" + }, + "競った": { + "w_type": "conjugated godan verb", + "romaji": "kisotta" + }, + "競って": { + "w_type": "conjugated godan verb", + "romaji": "kisotte" + }, + "素っ破抜か": { + "w_type": "godan verb stem", + "romaji": "suppanuka" + }, + "素っ破抜き": { + "w_type": "godan verb stem", + "romaji": "suppanuki" + }, + "素っ破抜け": { + "w_type": "conjugated godan verb", + "romaji": "suppanuke" + }, + "素っ破抜こ": { + "w_type": "godan verb stem", + "romaji": "suppanuko" + }, + "素っ破抜いた": { + "w_type": "conjugated godan verb", + "romaji": "suppanuita" + }, + "素っ破抜いて": { + "w_type": "conjugated godan verb", + "romaji": "suppanuite" + }, + "畝ら": { + "w_type": "godan verb stem", + "romaji": "unera" + }, + "畝り": { + "w_type": "godan verb stem", + "romaji": "uneri" + }, + "畝れ": { + "w_type": "conjugated godan verb", + "romaji": "unere" + }, + "畝ろ": { + "w_type": "godan verb stem", + "romaji": "unero" + }, + "畝った": { + "w_type": "conjugated godan verb", + "romaji": "unetta" + }, + "畝って": { + "w_type": "conjugated godan verb", + "romaji": "unette" + }, + "打ち続か": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuka" + }, + "打ち続き": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuki" + }, + "打ち続け": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuke" + }, + "打ち続こ": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuko" + }, + "打ち続いた": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuita" + }, + "打ち続いて": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuite" + }, + "掴みあわ": { + "w_type": "godan verb stem", + "romaji": "tsukamiawa" + }, + "掴みあい": { + "w_type": "godan verb stem", + "romaji": "tsukamiai" + }, + "掴みあえ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiae" + }, + "掴みあお": { + "w_type": "godan verb stem", + "romaji": "tsukamiao" + }, + "掴みあった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiatta" + }, + "掴みあって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiatte" + }, + "迫り上ら": { + "w_type": "godan verb stem", + "romaji": "seriagara" + }, + "迫り上り": { + "w_type": "godan verb stem", + "romaji": "seriagari" + }, + "迫り上れ": { + "w_type": "conjugated godan verb", + "romaji": "seriagare" + }, + "迫り上ろ": { + "w_type": "godan verb stem", + "romaji": "seriagaro" + }, + "迫り上った": { + "w_type": "conjugated godan verb", + "romaji": "seriagatta" + }, + "迫り上って": { + "w_type": "conjugated godan verb", + "romaji": "seriagatte" + }, + "誤摩化さ": { + "w_type": "godan verb stem", + "romaji": "gomakasa" + }, + "誤摩化し": { + "w_type": "godan verb stem", + "romaji": "gomakashi" + }, + "誤摩化せ": { + "w_type": "conjugated godan verb", + "romaji": "gomakase" + }, + "誤摩化そ": { + "w_type": "godan verb stem", + "romaji": "gomakaso" + }, + "誤摩化した": { + "w_type": "conjugated godan verb", + "romaji": "gomakashita" + }, + "誤摩化して": { + "w_type": "conjugated godan verb", + "romaji": "gomakashite" + }, + "覆い被さら": { + "w_type": "godan verb stem", + "romaji": "ooikabusara" + }, + "覆い被さり": { + "w_type": "godan verb stem", + "romaji": "ooikabusari" + }, + "覆い被され": { + "w_type": "conjugated godan verb", + "romaji": "ooikabusare" + }, + "覆い被さろ": { + "w_type": "godan verb stem", + "romaji": "ooikabusaro" + }, + "覆い被さった": { + "w_type": "conjugated godan verb", + "romaji": "ooikabusatta" + }, + "覆い被さって": { + "w_type": "conjugated godan verb", + "romaji": "ooikabusatte" + }, + "食べ汚さ": { + "w_type": "godan verb stem", + "romaji": "tabeyogosa" + }, + "食べ汚し": { + "w_type": "godan verb stem", + "romaji": "tabeyogoshi" + }, + "食べ汚せ": { + "w_type": "conjugated godan verb", + "romaji": "tabeyogose" + }, + "食べ汚そ": { + "w_type": "godan verb stem", + "romaji": "tabeyogoso" + }, + "食べ汚した": { + "w_type": "conjugated godan verb", + "romaji": "tabeyogoshita" + }, + "食べ汚して": { + "w_type": "conjugated godan verb", + "romaji": "tabeyogoshite" + }, + "織り込ま": { + "w_type": "godan verb stem", + "romaji": "orikoma" + }, + "織り込み": { + "w_type": "godan verb stem", + "romaji": "orikomi" + }, + "織り込め": { + "w_type": "conjugated godan verb", + "romaji": "orikome" + }, + "織り込も": { + "w_type": "godan verb stem", + "romaji": "orikomo" + }, + "織り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "orikonda" + }, + "織り込んで": { + "w_type": "conjugated godan verb", + "romaji": "orikonde" + }, + "落とさ": { + "w_type": "godan verb stem", + "romaji": "otosa" + }, + "落とし": { + "w_type": "godan verb stem", + "romaji": "otoshi" + }, + "落とせ": { + "w_type": "conjugated godan verb", + "romaji": "otose" + }, + "落とそ": { + "w_type": "godan verb stem", + "romaji": "otoso" + }, + "落とした": { + "w_type": "conjugated godan verb", + "romaji": "otoshita" + }, + "落として": { + "w_type": "conjugated godan verb", + "romaji": "otoshite" + }, + "横たわら": { + "w_type": "godan verb stem", + "romaji": "yokotawara" + }, + "横たわり": { + "w_type": "godan verb stem", + "romaji": "yokotawari" + }, + "横たわれ": { + "w_type": "conjugated godan verb", + "romaji": "yokotaware" + }, + "横たわろ": { + "w_type": "godan verb stem", + "romaji": "yokotawaro" + }, + "横たわった": { + "w_type": "conjugated godan verb", + "romaji": "yokotawatta" + }, + "横たわって": { + "w_type": "conjugated godan verb", + "romaji": "yokotawatte" + }, + "飲潰さ": { + "w_type": "godan verb stem", + "romaji": "nomitsubusa" + }, + "飲潰し": { + "w_type": "godan verb stem", + "romaji": "nomitsubushi" + }, + "飲潰せ": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubuse" + }, + "飲潰そ": { + "w_type": "godan verb stem", + "romaji": "nomitsubuso" + }, + "飲潰した": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubushita" + }, + "飲潰して": { + "w_type": "conjugated godan verb", + "romaji": "nomitsubushite" + }, + "読みそこなわ": { + "w_type": "godan verb stem", + "romaji": "yomisokonawa" + }, + "読みそこない": { + "w_type": "godan verb stem", + "romaji": "yomisokonai" + }, + "読みそこなえ": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonae" + }, + "読みそこなお": { + "w_type": "godan verb stem", + "romaji": "yomisokonao" + }, + "読みそこなった": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonatta" + }, + "読みそこなって": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonatte" + }, + "着つぶさ": { + "w_type": "godan verb stem", + "romaji": "kitsubusa" + }, + "着つぶし": { + "w_type": "godan verb stem", + "romaji": "kitsubushi" + }, + "着つぶせ": { + "w_type": "conjugated godan verb", + "romaji": "kitsubuse" + }, + "着つぶそ": { + "w_type": "godan verb stem", + "romaji": "kitsubuso" + }, + "着つぶした": { + "w_type": "conjugated godan verb", + "romaji": "kitsubushita" + }, + "着つぶして": { + "w_type": "conjugated godan verb", + "romaji": "kitsubushite" + }, + "呼び戻さ": { + "w_type": "godan verb stem", + "romaji": "yobimodosa" + }, + "呼び戻し": { + "w_type": "godan verb stem", + "romaji": "yobimodoshi" + }, + "呼び戻せ": { + "w_type": "conjugated godan verb", + "romaji": "yobimodose" + }, + "呼び戻そ": { + "w_type": "godan verb stem", + "romaji": "yobimodoso" + }, + "呼び戻した": { + "w_type": "conjugated godan verb", + "romaji": "yobimodoshita" + }, + "呼び戻して": { + "w_type": "conjugated godan verb", + "romaji": "yobimodoshite" + }, + "殴ら": { + "w_type": "godan verb stem", + "romaji": "nagura" + }, + "殴り": { + "w_type": "godan verb stem", + "romaji": "naguri" + }, + "殴れ": { + "w_type": "conjugated godan verb", + "romaji": "nagure" + }, + "殴ろ": { + "w_type": "godan verb stem", + "romaji": "naguro" + }, + "殴った": { + "w_type": "conjugated godan verb", + "romaji": "nagutta" + }, + "殴って": { + "w_type": "conjugated godan verb", + "romaji": "nagutte" + }, + "引っぺがさ": { + "w_type": "godan verb stem", + "romaji": "hippagasa" + }, + "引っぺがし": { + "w_type": "godan verb stem", + "romaji": "hippagashi" + }, + "引っぺがせ": { + "w_type": "conjugated godan verb", + "romaji": "hippagase" + }, + "引っぺがそ": { + "w_type": "godan verb stem", + "romaji": "hippagaso" + }, + "引っぺがした": { + "w_type": "conjugated godan verb", + "romaji": "hippagashita" + }, + "引っぺがして": { + "w_type": "conjugated godan verb", + "romaji": "hippagashite" + }, + "咥えこま": { + "w_type": "godan verb stem", + "romaji": "kuwaekoma" + }, + "咥えこみ": { + "w_type": "godan verb stem", + "romaji": "kuwaekomi" + }, + "咥えこめ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekome" + }, + "咥えこも": { + "w_type": "godan verb stem", + "romaji": "kuwaekomo" + }, + "咥えこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonda" + }, + "咥えこんで": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonde" + }, + "手古摺ら": { + "w_type": "godan verb stem", + "romaji": "tekozura" + }, + "手古摺り": { + "w_type": "godan verb stem", + "romaji": "tekozuri" + }, + "手古摺れ": { + "w_type": "conjugated godan verb", + "romaji": "tekozure" + }, + "手古摺ろ": { + "w_type": "godan verb stem", + "romaji": "tekozuro" + }, + "手古摺った": { + "w_type": "conjugated godan verb", + "romaji": "tekozutta" + }, + "手古摺って": { + "w_type": "conjugated godan verb", + "romaji": "tekozutte" + }, + "徒めか": { + "w_type": "godan verb stem", + "romaji": "adameka" + }, + "徒めき": { + "w_type": "godan verb stem", + "romaji": "adameki" + }, + "徒めけ": { + "w_type": "conjugated godan verb", + "romaji": "adameke" + }, + "徒めこ": { + "w_type": "godan verb stem", + "romaji": "adameko" + }, + "徒めいた": { + "w_type": "conjugated godan verb", + "romaji": "adameita" + }, + "徒めいて": { + "w_type": "conjugated godan verb", + "romaji": "adameite" + }, + "乗りきら": { + "w_type": "godan verb stem", + "romaji": "norikira" + }, + "乗りきり": { + "w_type": "godan verb stem", + "romaji": "norikiri" + }, + "乗りきれ": { + "w_type": "conjugated godan verb", + "romaji": "norikire" + }, + "乗りきろ": { + "w_type": "godan verb stem", + "romaji": "norikiro" + }, + "乗りきった": { + "w_type": "conjugated godan verb", + "romaji": "norikitta" + }, + "乗りきって": { + "w_type": "conjugated godan verb", + "romaji": "norikitte" + }, + "回りこま": { + "w_type": "godan verb stem", + "romaji": "mawarikoma" + }, + "回りこみ": { + "w_type": "godan verb stem", + "romaji": "mawarikomi" + }, + "回りこめ": { + "w_type": "conjugated godan verb", + "romaji": "mawarikome" + }, + "回りこも": { + "w_type": "godan verb stem", + "romaji": "mawarikomo" + }, + "回りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "mawarikonda" + }, + "回りこんで": { + "w_type": "conjugated godan verb", + "romaji": "mawarikonde" + }, + "傅か": { + "w_type": "godan verb stem", + "romaji": "kashizuka" + }, + "傅き": { + "w_type": "godan verb stem", + "romaji": "kashizuki" + }, + "傅け": { + "w_type": "conjugated godan verb", + "romaji": "kashizuke" + }, + "傅こ": { + "w_type": "godan verb stem", + "romaji": "kashizuko" + }, + "傅いた": { + "w_type": "conjugated godan verb", + "romaji": "kashizuita" + }, + "傅いて": { + "w_type": "conjugated godan verb", + "romaji": "kashizuite" + }, + "建た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "建ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "建て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "建と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "建った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "建って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "埋戻さ": { + "w_type": "godan verb stem", + "romaji": "umemodosa" + }, + "埋戻し": { + "w_type": "godan verb stem", + "romaji": "umemodoshi" + }, + "埋戻せ": { + "w_type": "conjugated godan verb", + "romaji": "umemodose" + }, + "埋戻そ": { + "w_type": "godan verb stem", + "romaji": "umemodoso" + }, + "埋戻した": { + "w_type": "conjugated godan verb", + "romaji": "umemodoshita" + }, + "埋戻して": { + "w_type": "conjugated godan verb", + "romaji": "umemodoshite" + }, + "引攣ら": { + "w_type": "godan verb stem", + "romaji": "hikitsura" + }, + "引攣り": { + "w_type": "godan verb stem", + "romaji": "hikitsuri" + }, + "引攣れ": { + "w_type": "conjugated godan verb", + "romaji": "hikitsure" + }, + "引攣ろ": { + "w_type": "godan verb stem", + "romaji": "hikitsuro" + }, + "引攣った": { + "w_type": "conjugated godan verb", + "romaji": "hikitsutta" + }, + "引攣って": { + "w_type": "conjugated godan verb", + "romaji": "hikitsutte" + }, + "言終わら": { + "w_type": "godan verb stem", + "romaji": "iiowara" + }, + "言終わり": { + "w_type": "godan verb stem", + "romaji": "iiowari" + }, + "言終われ": { + "w_type": "conjugated godan verb", + "romaji": "iioware" + }, + "言終わろ": { + "w_type": "godan verb stem", + "romaji": "iiowaro" + }, + "言終わった": { + "w_type": "conjugated godan verb", + "romaji": "iiowatta" + }, + "言終わって": { + "w_type": "conjugated godan verb", + "romaji": "iiowatte" + }, + "包み込ま": { + "w_type": "godan verb stem", + "romaji": "tsutsumikoma" + }, + "包み込み": { + "w_type": "godan verb stem", + "romaji": "tsutsumikomi" + }, + "包み込め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikome" + }, + "包み込も": { + "w_type": "godan verb stem", + "romaji": "tsutsumikomo" + }, + "包み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikonda" + }, + "包み込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikonde" + }, + "携わら": { + "w_type": "godan verb stem", + "romaji": "tazusawara" + }, + "携わり": { + "w_type": "godan verb stem", + "romaji": "tazusawari" + }, + "携われ": { + "w_type": "conjugated godan verb", + "romaji": "tazusaware" + }, + "携わろ": { + "w_type": "godan verb stem", + "romaji": "tazusawaro" + }, + "携わった": { + "w_type": "conjugated godan verb", + "romaji": "tazusawatta" + }, + "携わって": { + "w_type": "conjugated godan verb", + "romaji": "tazusawatte" + }, + "嚙ま": { + "w_type": "godan verb stem", + "romaji": "kama" + }, + "嚙み": { + "w_type": "godan verb stem", + "romaji": "kami" + }, + "嚙め": { + "w_type": "conjugated godan verb", + "romaji": "kame" + }, + "嚙も": { + "w_type": "godan verb stem", + "romaji": "kamo" + }, + "嚙んだ": { + "w_type": "conjugated godan verb", + "romaji": "kanda" + }, + "嚙んで": { + "w_type": "conjugated godan verb", + "romaji": "kande" + }, + "跳ね上ら": { + "w_type": "godan verb stem", + "romaji": "haneagara" + }, + "跳ね上り": { + "w_type": "godan verb stem", + "romaji": "haneagari" + }, + "跳ね上れ": { + "w_type": "conjugated godan verb", + "romaji": "haneagare" + }, + "跳ね上ろ": { + "w_type": "godan verb stem", + "romaji": "haneagaro" + }, + "跳ね上った": { + "w_type": "conjugated godan verb", + "romaji": "haneagatta" + }, + "跳ね上って": { + "w_type": "conjugated godan verb", + "romaji": "haneagatte" + }, + "羽織ら": { + "w_type": "godan verb stem", + "romaji": "haora" + }, + "羽織り": { + "w_type": "godan verb stem", + "romaji": "haori" + }, + "羽織れ": { + "w_type": "conjugated godan verb", + "romaji": "haore" + }, + "羽織ろ": { + "w_type": "godan verb stem", + "romaji": "haoro" + }, + "羽織った": { + "w_type": "conjugated godan verb", + "romaji": "haotta" + }, + "羽織って": { + "w_type": "conjugated godan verb", + "romaji": "haotte" + }, + "もて囃さ": { + "w_type": "godan verb stem", + "romaji": "motehayasa" + }, + "もて囃し": { + "w_type": "godan verb stem", + "romaji": "motehayashi" + }, + "もて囃せ": { + "w_type": "conjugated godan verb", + "romaji": "motehayase" + }, + "もて囃そ": { + "w_type": "godan verb stem", + "romaji": "motehayaso" + }, + "もて囃した": { + "w_type": "conjugated godan verb", + "romaji": "motehayashita" + }, + "もて囃して": { + "w_type": "conjugated godan verb", + "romaji": "motehayashite" + }, + "お聞きいただか": { + "w_type": "godan verb stem", + "romaji": "okikiitadaka" + }, + "お聞きいただき": { + "w_type": "godan verb stem", + "romaji": "okikiitadaki" + }, + "お聞きいただけ": { + "w_type": "conjugated godan verb", + "romaji": "okikiitadake" + }, + "お聞きいただこ": { + "w_type": "godan verb stem", + "romaji": "okikiitadako" + }, + "お聞きいただいた": { + "w_type": "conjugated godan verb", + "romaji": "okikiitadaita" + }, + "お聞きいただいて": { + "w_type": "conjugated godan verb", + "romaji": "okikiitadaite" + }, + "披か": { + "w_type": "godan verb stem", + "romaji": "hiraka" + }, + "披き": { + "w_type": "godan verb stem", + "romaji": "hiraki" + }, + "披け": { + "w_type": "conjugated godan verb", + "romaji": "hirake" + }, + "披こ": { + "w_type": "godan verb stem", + "romaji": "hirako" + }, + "披いた": { + "w_type": "conjugated godan verb", + "romaji": "hiraita" + }, + "披いて": { + "w_type": "conjugated godan verb", + "romaji": "hiraite" + }, + "梱ら": { + "w_type": "godan verb stem", + "romaji": "koura" + }, + "梱り": { + "w_type": "godan verb stem", + "romaji": "kouri" + }, + "梱れ": { + "w_type": "conjugated godan verb", + "romaji": "koure" + }, + "梱ろ": { + "w_type": "godan verb stem", + "romaji": "kouro" + }, + "梱った": { + "w_type": "conjugated godan verb", + "romaji": "koutta" + }, + "梱って": { + "w_type": "conjugated godan verb", + "romaji": "koutte" + }, + "句切ら": { + "w_type": "godan verb stem", + "romaji": "kugira" + }, + "句切り": { + "w_type": "godan verb stem", + "romaji": "kugiri" + }, + "句切れ": { + "w_type": "conjugated godan verb", + "romaji": "kugire" + }, + "句切ろ": { + "w_type": "godan verb stem", + "romaji": "kugiro" + }, + "句切った": { + "w_type": "conjugated godan verb", + "romaji": "kugitta" + }, + "句切って": { + "w_type": "conjugated godan verb", + "romaji": "kugitte" + }, + "もて遊ば": { + "w_type": "godan verb stem", + "romaji": "moteasoba" + }, + "もて遊び": { + "w_type": "godan verb stem", + "romaji": "moteasobi" + }, + "もて遊べ": { + "w_type": "conjugated godan verb", + "romaji": "moteasobe" + }, + "もて遊ぼ": { + "w_type": "godan verb stem", + "romaji": "moteasobo" + }, + "もて遊んだ": { + "w_type": "conjugated godan verb", + "romaji": "moteasonda" + }, + "もて遊んで": { + "w_type": "conjugated godan verb", + "romaji": "moteasonde" + }, + "熾さ": { + "w_type": "godan verb stem", + "romaji": "okosa" + }, + "熾し": { + "w_type": "godan verb stem", + "romaji": "okoshi" + }, + "熾せ": { + "w_type": "conjugated godan verb", + "romaji": "okose" + }, + "熾そ": { + "w_type": "godan verb stem", + "romaji": "okoso" + }, + "熾した": { + "w_type": "conjugated godan verb", + "romaji": "okoshita" + }, + "熾して": { + "w_type": "conjugated godan verb", + "romaji": "okoshite" + }, + "降頻ら": { + "w_type": "godan verb stem", + "romaji": "furishikira" + }, + "降頻り": { + "w_type": "godan verb stem", + "romaji": "furishikiri" + }, + "降頻れ": { + "w_type": "conjugated godan verb", + "romaji": "furishikire" + }, + "降頻ろ": { + "w_type": "godan verb stem", + "romaji": "furishikiro" + }, + "降頻った": { + "w_type": "conjugated godan verb", + "romaji": "furishikitta" + }, + "降頻って": { + "w_type": "conjugated godan verb", + "romaji": "furishikitte" + }, + "分け持た": { + "w_type": "godan verb stem", + "romaji": "wakemota" + }, + "分け持ち": { + "w_type": "godan verb stem", + "romaji": "wakemochi" + }, + "分け持て": { + "w_type": "conjugated godan verb", + "romaji": "wakemote" + }, + "分け持と": { + "w_type": "godan verb stem", + "romaji": "wakemoto" + }, + "分け持った": { + "w_type": "conjugated godan verb", + "romaji": "wakemotta" + }, + "分け持って": { + "w_type": "conjugated godan verb", + "romaji": "wakemotte" + }, + "瞻ら": { + "w_type": "godan verb stem", + "romaji": "mabara" + }, + "瞻り": { + "w_type": "godan verb stem", + "romaji": "mabari" + }, + "瞻れ": { + "w_type": "conjugated godan verb", + "romaji": "mabare" + }, + "瞻ろ": { + "w_type": "godan verb stem", + "romaji": "mabaro" + }, + "瞻った": { + "w_type": "conjugated godan verb", + "romaji": "mabatta" + }, + "瞻って": { + "w_type": "conjugated godan verb", + "romaji": "mabatte" + }, + "討ち果たさ": { + "w_type": "godan verb stem", + "romaji": "uchihatasa" + }, + "討ち果たし": { + "w_type": "godan verb stem", + "romaji": "uchihatashi" + }, + "討ち果たせ": { + "w_type": "conjugated godan verb", + "romaji": "uchihatase" + }, + "討ち果たそ": { + "w_type": "godan verb stem", + "romaji": "uchihataso" + }, + "討ち果たした": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashita" + }, + "討ち果たして": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashite" + }, + "食らわさ": { + "w_type": "godan verb stem", + "romaji": "kurawasa" + }, + "食らわし": { + "w_type": "godan verb stem", + "romaji": "kurawashi" + }, + "食らわせ": { + "w_type": "conjugated godan verb", + "romaji": "kurawase" + }, + "食らわそ": { + "w_type": "godan verb stem", + "romaji": "kurawaso" + }, + "食らわした": { + "w_type": "conjugated godan verb", + "romaji": "kurawashita" + }, + "食らわして": { + "w_type": "conjugated godan verb", + "romaji": "kurawashite" + }, + "浮き上ら": { + "w_type": "godan verb stem", + "romaji": "ukiagara" + }, + "浮き上り": { + "w_type": "godan verb stem", + "romaji": "ukiagari" + }, + "浮き上れ": { + "w_type": "conjugated godan verb", + "romaji": "ukiagare" + }, + "浮き上ろ": { + "w_type": "godan verb stem", + "romaji": "ukiagaro" + }, + "浮き上った": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatta" + }, + "浮き上って": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatte" + }, + "見て取ら": { + "w_type": "godan verb stem", + "romaji": "mitetora" + }, + "見て取り": { + "w_type": "godan verb stem", + "romaji": "mitetori" + }, + "見て取れ": { + "w_type": "conjugated godan verb", + "romaji": "mitetore" + }, + "見て取ろ": { + "w_type": "godan verb stem", + "romaji": "mitetoro" + }, + "見て取った": { + "w_type": "conjugated godan verb", + "romaji": "mitetotta" + }, + "見て取って": { + "w_type": "conjugated godan verb", + "romaji": "mitetotte" + }, + "立ち会わ": { + "w_type": "godan verb stem", + "romaji": "tachiawa" + }, + "立ち会い": { + "w_type": "godan verb stem", + "romaji": "tachiai" + }, + "立ち会え": { + "w_type": "conjugated godan verb", + "romaji": "tachiae" + }, + "立ち会お": { + "w_type": "godan verb stem", + "romaji": "tachiao" + }, + "立ち会った": { + "w_type": "conjugated godan verb", + "romaji": "tachiatta" + }, + "立ち会って": { + "w_type": "conjugated godan verb", + "romaji": "tachiatte" + }, + "煙がら": { + "w_type": "godan verb stem", + "romaji": "kemugara" + }, + "煙がり": { + "w_type": "godan verb stem", + "romaji": "kemugari" + }, + "煙がれ": { + "w_type": "conjugated godan verb", + "romaji": "kemugare" + }, + "煙がろ": { + "w_type": "godan verb stem", + "romaji": "kemugaro" + }, + "煙がった": { + "w_type": "conjugated godan verb", + "romaji": "kemugatta" + }, + "煙がって": { + "w_type": "conjugated godan verb", + "romaji": "kemugatte" + }, + "一発やら": { + "w_type": "godan verb stem", + "romaji": "ippatsuyara" + }, + "一発やり": { + "w_type": "godan verb stem", + "romaji": "ippatsuyari" + }, + "一発やれ": { + "w_type": "conjugated godan verb", + "romaji": "ippatsuyare" + }, + "一発やろ": { + "w_type": "godan verb stem", + "romaji": "ippatsuyaro" + }, + "一発やった": { + "w_type": "conjugated godan verb", + "romaji": "ippatsuyatta" + }, + "一発やって": { + "w_type": "conjugated godan verb", + "romaji": "ippatsuyatte" + }, + "茹だら": { + "w_type": "godan verb stem", + "romaji": "yudara" + }, + "茹だり": { + "w_type": "godan verb stem", + "romaji": "yudari" + }, + "茹だれ": { + "w_type": "conjugated godan verb", + "romaji": "yudare" + }, + "茹だろ": { + "w_type": "godan verb stem", + "romaji": "yudaro" + }, + "茹だった": { + "w_type": "conjugated godan verb", + "romaji": "yudatta" + }, + "茹だって": { + "w_type": "conjugated godan verb", + "romaji": "yudatte" + }, + "矯め直さ": { + "w_type": "godan verb stem", + "romaji": "tamenaosa" + }, + "矯め直し": { + "w_type": "godan verb stem", + "romaji": "tamenaoshi" + }, + "矯め直せ": { + "w_type": "conjugated godan verb", + "romaji": "tamenaose" + }, + "矯め直そ": { + "w_type": "godan verb stem", + "romaji": "tamenaoso" + }, + "矯め直した": { + "w_type": "conjugated godan verb", + "romaji": "tamenaoshita" + }, + "矯め直して": { + "w_type": "conjugated godan verb", + "romaji": "tamenaoshite" + }, + "取締ら": { + "w_type": "godan verb stem", + "romaji": "torishimara" + }, + "取締り": { + "w_type": "godan verb stem", + "romaji": "torishimari" + }, + "取締れ": { + "w_type": "conjugated godan verb", + "romaji": "torishimare" + }, + "取締ろ": { + "w_type": "godan verb stem", + "romaji": "torishimaro" + }, + "取締った": { + "w_type": "conjugated godan verb", + "romaji": "torishimatta" + }, + "取締って": { + "w_type": "conjugated godan verb", + "romaji": "torishimatte" + }, + "差しこま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "差しこみ": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "差しこめ": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "差しこも": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "差しこんだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "差しこんで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "上さ": { + "w_type": "godan verb stem", + "romaji": "nobosa" + }, + "上し": { + "w_type": "godan verb stem", + "romaji": "noboshi" + }, + "上せ": { + "w_type": "conjugated godan verb", + "romaji": "nobose" + }, + "上そ": { + "w_type": "godan verb stem", + "romaji": "noboso" + }, + "上した": { + "w_type": "conjugated godan verb", + "romaji": "noboshita" + }, + "上して": { + "w_type": "conjugated godan verb", + "romaji": "noboshite" + }, + "膝行ら": { + "w_type": "godan verb stem", + "romaji": "izara" + }, + "膝行り": { + "w_type": "godan verb stem", + "romaji": "izari" + }, + "膝行れ": { + "w_type": "conjugated godan verb", + "romaji": "izare" + }, + "膝行ろ": { + "w_type": "godan verb stem", + "romaji": "izaro" + }, + "膝行った": { + "w_type": "conjugated godan verb", + "romaji": "izatta" + }, + "膝行って": { + "w_type": "conjugated godan verb", + "romaji": "izatte" + }, + "目くるめか": { + "w_type": "godan verb stem", + "romaji": "mekurumeka" + }, + "目くるめき": { + "w_type": "godan verb stem", + "romaji": "mekurumeki" + }, + "目くるめけ": { + "w_type": "conjugated godan verb", + "romaji": "mekurumeke" + }, + "目くるめこ": { + "w_type": "godan verb stem", + "romaji": "mekurumeko" + }, + "目くるめいた": { + "w_type": "conjugated godan verb", + "romaji": "mekurumeita" + }, + "目くるめいて": { + "w_type": "conjugated godan verb", + "romaji": "mekurumeite" + }, + "併せもた": { + "w_type": "godan verb stem", + "romaji": "awasemota" + }, + "併せもち": { + "w_type": "godan verb stem", + "romaji": "awasemochi" + }, + "併せもて": { + "w_type": "conjugated godan verb", + "romaji": "awasemote" + }, + "併せもと": { + "w_type": "godan verb stem", + "romaji": "awasemoto" + }, + "併せもった": { + "w_type": "conjugated godan verb", + "romaji": "awasemotta" + }, + "併せもって": { + "w_type": "conjugated godan verb", + "romaji": "awasemotte" + }, + "切れ上ら": { + "w_type": "godan verb stem", + "romaji": "kireagara" + }, + "切れ上り": { + "w_type": "godan verb stem", + "romaji": "kireagari" + }, + "切れ上れ": { + "w_type": "conjugated godan verb", + "romaji": "kireagare" + }, + "切れ上ろ": { + "w_type": "godan verb stem", + "romaji": "kireagaro" + }, + "切れ上った": { + "w_type": "conjugated godan verb", + "romaji": "kireagatta" + }, + "切れ上って": { + "w_type": "conjugated godan verb", + "romaji": "kireagatte" + }, + "逆らわ": { + "w_type": "godan verb stem", + "romaji": "sakarawa" + }, + "逆らい": { + "w_type": "godan verb stem", + "romaji": "sakarai" + }, + "逆らえ": { + "w_type": "conjugated godan verb", + "romaji": "sakarae" + }, + "逆らお": { + "w_type": "godan verb stem", + "romaji": "sakarao" + }, + "逆らった": { + "w_type": "conjugated godan verb", + "romaji": "sakaratta" + }, + "逆らって": { + "w_type": "conjugated godan verb", + "romaji": "sakaratte" + }, + "下押さ": { + "w_type": "godan verb stem", + "romaji": "shitaosa" + }, + "下押し": { + "w_type": "godan verb stem", + "romaji": "shitaoshi" + }, + "下押せ": { + "w_type": "conjugated godan verb", + "romaji": "shitaose" + }, + "下押そ": { + "w_type": "godan verb stem", + "romaji": "shitaoso" + }, + "下押した": { + "w_type": "conjugated godan verb", + "romaji": "shitaoshita" + }, + "下押して": { + "w_type": "conjugated godan verb", + "romaji": "shitaoshite" + }, + "効か": { + "w_type": "godan verb stem", + "romaji": "kika" + }, + "効き": { + "w_type": "godan verb stem", + "romaji": "kiki" + }, + "効け": { + "w_type": "conjugated godan verb", + "romaji": "kike" + }, + "効こ": { + "w_type": "godan verb stem", + "romaji": "kiko" + }, + "効いた": { + "w_type": "conjugated godan verb", + "romaji": "kiita" + }, + "効いて": { + "w_type": "conjugated godan verb", + "romaji": "kiite" + }, + "触れ回ら": { + "w_type": "godan verb stem", + "romaji": "furemawara" + }, + "触れ回り": { + "w_type": "godan verb stem", + "romaji": "furemawari" + }, + "触れ回れ": { + "w_type": "conjugated godan verb", + "romaji": "furemaware" + }, + "触れ回ろ": { + "w_type": "godan verb stem", + "romaji": "furemawaro" + }, + "触れ回った": { + "w_type": "conjugated godan verb", + "romaji": "furemawatta" + }, + "触れ回って": { + "w_type": "conjugated godan verb", + "romaji": "furemawatte" + }, + "潅が": { + "w_type": "godan verb stem", + "romaji": "sosoga" + }, + "潅ぎ": { + "w_type": "godan verb stem", + "romaji": "sosogi" + }, + "潅げ": { + "w_type": "conjugated godan verb", + "romaji": "sosoge" + }, + "潅ご": { + "w_type": "godan verb stem", + "romaji": "sosogo" + }, + "潅いだ": { + "w_type": "conjugated godan verb", + "romaji": "sosoida" + }, + "潅いで": { + "w_type": "conjugated godan verb", + "romaji": "sosoide" + }, + "燥が": { + "w_type": "godan verb stem", + "romaji": "hashaga" + }, + "燥ぎ": { + "w_type": "godan verb stem", + "romaji": "hashagi" + }, + "燥げ": { + "w_type": "conjugated godan verb", + "romaji": "hashage" + }, + "燥ご": { + "w_type": "godan verb stem", + "romaji": "hashago" + }, + "燥いだ": { + "w_type": "conjugated godan verb", + "romaji": "hashaida" + }, + "燥いで": { + "w_type": "conjugated godan verb", + "romaji": "hashaide" + }, + "織りなさ": { + "w_type": "godan verb stem", + "romaji": "orinasa" + }, + "織りなし": { + "w_type": "godan verb stem", + "romaji": "orinashi" + }, + "織りなせ": { + "w_type": "conjugated godan verb", + "romaji": "orinase" + }, + "織りなそ": { + "w_type": "godan verb stem", + "romaji": "orinaso" + }, + "織りなした": { + "w_type": "conjugated godan verb", + "romaji": "orinashita" + }, + "織りなして": { + "w_type": "conjugated godan verb", + "romaji": "orinashite" + }, + "打ちひしが": { + "w_type": "godan verb stem", + "romaji": "uchihishiga" + }, + "打ちひしぎ": { + "w_type": "godan verb stem", + "romaji": "uchihishigi" + }, + "打ちひしげ": { + "w_type": "conjugated godan verb", + "romaji": "uchihishige" + }, + "打ちひしご": { + "w_type": "godan verb stem", + "romaji": "uchihishigo" + }, + "打ちひしいだ": { + "w_type": "conjugated godan verb", + "romaji": "uchihishiida" + }, + "打ちひしいで": { + "w_type": "conjugated godan verb", + "romaji": "uchihishiide" + }, + "立ち替わら": { + "w_type": "godan verb stem", + "romaji": "tachikawara" + }, + "立ち替わり": { + "w_type": "godan verb stem", + "romaji": "tachikawari" + }, + "立ち替われ": { + "w_type": "conjugated godan verb", + "romaji": "tachikaware" + }, + "立ち替わろ": { + "w_type": "godan verb stem", + "romaji": "tachikawaro" + }, + "立ち替わった": { + "w_type": "conjugated godan verb", + "romaji": "tachikawatta" + }, + "立ち替わって": { + "w_type": "conjugated godan verb", + "romaji": "tachikawatte" + }, + "暴か": { + "w_type": "godan verb stem", + "romaji": "abaka" + }, + "暴き": { + "w_type": "godan verb stem", + "romaji": "abaki" + }, + "暴け": { + "w_type": "conjugated godan verb", + "romaji": "abake" + }, + "暴こ": { + "w_type": "godan verb stem", + "romaji": "abako" + }, + "暴いた": { + "w_type": "conjugated godan verb", + "romaji": "abaita" + }, + "暴いて": { + "w_type": "conjugated godan verb", + "romaji": "abaite" + }, + "礼さ": { + "w_type": "godan verb stem", + "romaji": "raisa" + }, + "礼し": { + "w_type": "godan verb stem", + "romaji": "raishi" + }, + "礼せ": { + "w_type": "conjugated godan verb", + "romaji": "raise" + }, + "礼そ": { + "w_type": "godan verb stem", + "romaji": "raiso" + }, + "礼した": { + "w_type": "conjugated godan verb", + "romaji": "raishita" + }, + "礼して": { + "w_type": "conjugated godan verb", + "romaji": "raishite" + }, + "討ち滅ぼさ": { + "w_type": "godan verb stem", + "romaji": "uchihorobosa" + }, + "討ち滅ぼし": { + "w_type": "godan verb stem", + "romaji": "uchihoroboshi" + }, + "討ち滅ぼせ": { + "w_type": "conjugated godan verb", + "romaji": "uchihorobose" + }, + "討ち滅ぼそ": { + "w_type": "godan verb stem", + "romaji": "uchihoroboso" + }, + "討ち滅ぼした": { + "w_type": "conjugated godan verb", + "romaji": "uchihoroboshita" + }, + "討ち滅ぼして": { + "w_type": "conjugated godan verb", + "romaji": "uchihoroboshite" + }, + "打ち合わ": { + "w_type": "godan verb stem", + "romaji": "uchiawa" + }, + "打ち合い": { + "w_type": "godan verb stem", + "romaji": "uchiai" + }, + "打ち合え": { + "w_type": "conjugated godan verb", + "romaji": "uchiae" + }, + "打ち合お": { + "w_type": "godan verb stem", + "romaji": "uchiao" + }, + "打ち合った": { + "w_type": "conjugated godan verb", + "romaji": "uchiatta" + }, + "打ち合って": { + "w_type": "conjugated godan verb", + "romaji": "uchiatte" + }, + "舞い込ま": { + "w_type": "godan verb stem", + "romaji": "maikoma" + }, + "舞い込み": { + "w_type": "godan verb stem", + "romaji": "maikomi" + }, + "舞い込め": { + "w_type": "conjugated godan verb", + "romaji": "maikome" + }, + "舞い込も": { + "w_type": "godan verb stem", + "romaji": "maikomo" + }, + "舞い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "maikonda" + }, + "舞い込んで": { + "w_type": "conjugated godan verb", + "romaji": "maikonde" + }, + "卜わ": { + "w_type": "godan verb stem", + "romaji": "uranawa" + }, + "卜い": { + "w_type": "godan verb stem", + "romaji": "uranai" + }, + "卜え": { + "w_type": "conjugated godan verb", + "romaji": "uranae" + }, + "卜お": { + "w_type": "godan verb stem", + "romaji": "uranao" + }, + "卜った": { + "w_type": "conjugated godan verb", + "romaji": "uranatta" + }, + "卜って": { + "w_type": "conjugated godan verb", + "romaji": "uranatte" + }, + "這い出さ": { + "w_type": "godan verb stem", + "romaji": "haidasa" + }, + "這い出し": { + "w_type": "godan verb stem", + "romaji": "haidashi" + }, + "這い出せ": { + "w_type": "conjugated godan verb", + "romaji": "haidase" + }, + "這い出そ": { + "w_type": "godan verb stem", + "romaji": "haidaso" + }, + "這い出した": { + "w_type": "conjugated godan verb", + "romaji": "haidashita" + }, + "這い出して": { + "w_type": "conjugated godan verb", + "romaji": "haidashite" + }, + "掛け渡さ": { + "w_type": "godan verb stem", + "romaji": "kakewatasa" + }, + "掛け渡し": { + "w_type": "godan verb stem", + "romaji": "kakewatashi" + }, + "掛け渡せ": { + "w_type": "conjugated godan verb", + "romaji": "kakewatase" + }, + "掛け渡そ": { + "w_type": "godan verb stem", + "romaji": "kakewataso" + }, + "掛け渡した": { + "w_type": "conjugated godan verb", + "romaji": "kakewatashita" + }, + "掛け渡して": { + "w_type": "conjugated godan verb", + "romaji": "kakewatashite" + }, + "伴わ": { + "w_type": "godan verb stem", + "romaji": "tomonawa" + }, + "伴い": { + "w_type": "godan verb stem", + "romaji": "tomonai" + }, + "伴え": { + "w_type": "conjugated godan verb", + "romaji": "tomonae" + }, + "伴お": { + "w_type": "godan verb stem", + "romaji": "tomonao" + }, + "伴った": { + "w_type": "conjugated godan verb", + "romaji": "tomonatta" + }, + "伴って": { + "w_type": "conjugated godan verb", + "romaji": "tomonatte" + }, + "崩れ掛から": { + "w_type": "godan verb stem", + "romaji": "kuzurekakara" + }, + "崩れ掛かり": { + "w_type": "godan verb stem", + "romaji": "kuzurekakari" + }, + "崩れ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakare" + }, + "崩れ掛かろ": { + "w_type": "godan verb stem", + "romaji": "kuzurekakaro" + }, + "崩れ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakatta" + }, + "崩れ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakatte" + }, + "汲出さ": { + "w_type": "godan verb stem", + "romaji": "kumidasa" + }, + "汲出し": { + "w_type": "godan verb stem", + "romaji": "kumidashi" + }, + "汲出せ": { + "w_type": "conjugated godan verb", + "romaji": "kumidase" + }, + "汲出そ": { + "w_type": "godan verb stem", + "romaji": "kumidaso" + }, + "汲出した": { + "w_type": "conjugated godan verb", + "romaji": "kumidashita" + }, + "汲出して": { + "w_type": "conjugated godan verb", + "romaji": "kumidashite" + }, + "連れていか": { + "w_type": "godan verb stem", + "romaji": "tsureteika" + }, + "連れていき": { + "w_type": "godan verb stem", + "romaji": "tsureteiki" + }, + "連れていけ": { + "w_type": "conjugated godan verb", + "romaji": "tsureteike" + }, + "連れていこ": { + "w_type": "godan verb stem", + "romaji": "tsureteiko" + }, + "連れていいた": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiita" + }, + "連れていいて": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiite" + }, + "怒鳴り散らさ": { + "w_type": "godan verb stem", + "romaji": "donarichirasa" + }, + "怒鳴り散らし": { + "w_type": "godan verb stem", + "romaji": "donarichirashi" + }, + "怒鳴り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "donarichirase" + }, + "怒鳴り散らそ": { + "w_type": "godan verb stem", + "romaji": "donarichiraso" + }, + "怒鳴り散らした": { + "w_type": "conjugated godan verb", + "romaji": "donarichirashita" + }, + "怒鳴り散らして": { + "w_type": "conjugated godan verb", + "romaji": "donarichirashite" + }, + "借り倒さ": { + "w_type": "godan verb stem", + "romaji": "karitaosa" + }, + "借り倒し": { + "w_type": "godan verb stem", + "romaji": "karitaoshi" + }, + "借り倒せ": { + "w_type": "conjugated godan verb", + "romaji": "karitaose" + }, + "借り倒そ": { + "w_type": "godan verb stem", + "romaji": "karitaoso" + }, + "借り倒した": { + "w_type": "conjugated godan verb", + "romaji": "karitaoshita" + }, + "借り倒して": { + "w_type": "conjugated godan verb", + "romaji": "karitaoshite" + }, + "取り外さ": { + "w_type": "godan verb stem", + "romaji": "torihazusa" + }, + "取り外し": { + "w_type": "godan verb stem", + "romaji": "torihazushi" + }, + "取り外せ": { + "w_type": "conjugated godan verb", + "romaji": "torihazuse" + }, + "取り外そ": { + "w_type": "godan verb stem", + "romaji": "torihazuso" + }, + "取り外した": { + "w_type": "conjugated godan verb", + "romaji": "torihazushita" + }, + "取り外して": { + "w_type": "conjugated godan verb", + "romaji": "torihazushite" + }, + "阿娜めか": { + "w_type": "godan verb stem", + "romaji": "adameka" + }, + "阿娜めき": { + "w_type": "godan verb stem", + "romaji": "adameki" + }, + "阿娜めけ": { + "w_type": "conjugated godan verb", + "romaji": "adameke" + }, + "阿娜めこ": { + "w_type": "godan verb stem", + "romaji": "adameko" + }, + "阿娜めいた": { + "w_type": "conjugated godan verb", + "romaji": "adameita" + }, + "阿娜めいて": { + "w_type": "conjugated godan verb", + "romaji": "adameite" + }, + "取っ組合わ": { + "w_type": "godan verb stem", + "romaji": "tokkumiawa" + }, + "取っ組合い": { + "w_type": "godan verb stem", + "romaji": "tokkumiai" + }, + "取っ組合え": { + "w_type": "conjugated godan verb", + "romaji": "tokkumiae" + }, + "取っ組合お": { + "w_type": "godan verb stem", + "romaji": "tokkumiao" + }, + "取っ組合った": { + "w_type": "conjugated godan verb", + "romaji": "tokkumiatta" + }, + "取っ組合って": { + "w_type": "conjugated godan verb", + "romaji": "tokkumiatte" + }, + "突き落さ": { + "w_type": "godan verb stem", + "romaji": "tsukiotosa" + }, + "突き落し": { + "w_type": "godan verb stem", + "romaji": "tsukiotoshi" + }, + "突き落せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotose" + }, + "突き落そ": { + "w_type": "godan verb stem", + "romaji": "tsukiotoso" + }, + "突き落した": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshita" + }, + "突き落して": { + "w_type": "conjugated godan verb", + "romaji": "tsukiotoshite" + }, + "当て擦ら": { + "w_type": "godan verb stem", + "romaji": "atekosura" + }, + "当て擦り": { + "w_type": "godan verb stem", + "romaji": "atekosuri" + }, + "当て擦れ": { + "w_type": "conjugated godan verb", + "romaji": "atekosure" + }, + "当て擦ろ": { + "w_type": "godan verb stem", + "romaji": "atekosuro" + }, + "当て擦った": { + "w_type": "conjugated godan verb", + "romaji": "atekosutta" + }, + "当て擦って": { + "w_type": "conjugated godan verb", + "romaji": "atekosutte" + }, + "怒鳴り込ま": { + "w_type": "godan verb stem", + "romaji": "donarikoma" + }, + "怒鳴り込み": { + "w_type": "godan verb stem", + "romaji": "donarikomi" + }, + "怒鳴り込め": { + "w_type": "conjugated godan verb", + "romaji": "donarikome" + }, + "怒鳴り込も": { + "w_type": "godan verb stem", + "romaji": "donarikomo" + }, + "怒鳴り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "donarikonda" + }, + "怒鳴り込んで": { + "w_type": "conjugated godan verb", + "romaji": "donarikonde" + }, + "駐まら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "駐まり": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "駐まれ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "駐まろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "駐まった": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "駐まって": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "こだわり抜か": { + "w_type": "godan verb stem", + "romaji": "kodawarinuka" + }, + "こだわり抜き": { + "w_type": "godan verb stem", + "romaji": "kodawarinuki" + }, + "こだわり抜け": { + "w_type": "conjugated godan verb", + "romaji": "kodawarinuke" + }, + "こだわり抜こ": { + "w_type": "godan verb stem", + "romaji": "kodawarinuko" + }, + "こだわり抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kodawarinuita" + }, + "こだわり抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kodawarinuite" + }, + "振り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "furitobasa" + }, + "振り飛ばし": { + "w_type": "godan verb stem", + "romaji": "furitobashi" + }, + "振り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "furitobase" + }, + "振り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "furitobaso" + }, + "振り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "furitobashita" + }, + "振り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "furitobashite" + }, + "並ば": { + "w_type": "godan verb stem", + "romaji": "naraba" + }, + "並び": { + "w_type": "godan verb stem", + "romaji": "narabi" + }, + "並べ": { + "w_type": "conjugated godan verb", + "romaji": "narabe" + }, + "並ぼ": { + "w_type": "godan verb stem", + "romaji": "narabo" + }, + "並んだ": { + "w_type": "conjugated godan verb", + "romaji": "naranda" + }, + "並んで": { + "w_type": "conjugated godan verb", + "romaji": "narande" + }, + "整わ": { + "w_type": "godan verb stem", + "romaji": "totonowa" + }, + "整い": { + "w_type": "godan verb stem", + "romaji": "totonoi" + }, + "整え": { + "w_type": "conjugated godan verb", + "romaji": "totonoe" + }, + "整お": { + "w_type": "godan verb stem", + "romaji": "totonoo" + }, + "整った": { + "w_type": "conjugated godan verb", + "romaji": "totonotta" + }, + "整って": { + "w_type": "conjugated godan verb", + "romaji": "totonotte" + }, + "根づか": { + "w_type": "godan verb stem", + "romaji": "nezuka" + }, + "根づき": { + "w_type": "godan verb stem", + "romaji": "nezuki" + }, + "根づけ": { + "w_type": "conjugated godan verb", + "romaji": "nezuke" + }, + "根づこ": { + "w_type": "godan verb stem", + "romaji": "nezuko" + }, + "根づいた": { + "w_type": "conjugated godan verb", + "romaji": "nezuita" + }, + "根づいて": { + "w_type": "conjugated godan verb", + "romaji": "nezuite" + }, + "列なら": { + "w_type": "godan verb stem", + "romaji": "tsuranara" + }, + "列なり": { + "w_type": "godan verb stem", + "romaji": "tsuranari" + }, + "列なれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuranare" + }, + "列なろ": { + "w_type": "godan verb stem", + "romaji": "tsuranaro" + }, + "列なった": { + "w_type": "conjugated godan verb", + "romaji": "tsuranatta" + }, + "列なって": { + "w_type": "conjugated godan verb", + "romaji": "tsuranatte" + }, + "喰いつか": { + "w_type": "godan verb stem", + "romaji": "kuitsuka" + }, + "喰いつき": { + "w_type": "godan verb stem", + "romaji": "kuitsuki" + }, + "喰いつけ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuke" + }, + "喰いつこ": { + "w_type": "godan verb stem", + "romaji": "kuitsuko" + }, + "喰いついた": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuita" + }, + "喰いついて": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuite" + }, + "食い切ら": { + "w_type": "godan verb stem", + "romaji": "kuikira" + }, + "食い切り": { + "w_type": "godan verb stem", + "romaji": "kuikiri" + }, + "食い切れ": { + "w_type": "conjugated godan verb", + "romaji": "kuikire" + }, + "食い切ろ": { + "w_type": "godan verb stem", + "romaji": "kuikiro" + }, + "食い切った": { + "w_type": "conjugated godan verb", + "romaji": "kuikitta" + }, + "食い切って": { + "w_type": "conjugated godan verb", + "romaji": "kuikitte" + }, + "揺り動かさ": { + "w_type": "godan verb stem", + "romaji": "yuriugokasa" + }, + "揺り動かし": { + "w_type": "godan verb stem", + "romaji": "yuriugokashi" + }, + "揺り動かせ": { + "w_type": "conjugated godan verb", + "romaji": "yuriugokase" + }, + "揺り動かそ": { + "w_type": "godan verb stem", + "romaji": "yuriugokaso" + }, + "揺り動かした": { + "w_type": "conjugated godan verb", + "romaji": "yuriugokashita" + }, + "揺り動かして": { + "w_type": "conjugated godan verb", + "romaji": "yuriugokashite" + }, + "巣籠ら": { + "w_type": "godan verb stem", + "romaji": "sugomora" + }, + "巣籠り": { + "w_type": "godan verb stem", + "romaji": "sugomori" + }, + "巣籠れ": { + "w_type": "conjugated godan verb", + "romaji": "sugomore" + }, + "巣籠ろ": { + "w_type": "godan verb stem", + "romaji": "sugomoro" + }, + "巣籠った": { + "w_type": "conjugated godan verb", + "romaji": "sugomotta" + }, + "巣籠って": { + "w_type": "conjugated godan verb", + "romaji": "sugomotte" + }, + "着こま": { + "w_type": "godan verb stem", + "romaji": "kikoma" + }, + "着こみ": { + "w_type": "godan verb stem", + "romaji": "kikomi" + }, + "着こめ": { + "w_type": "conjugated godan verb", + "romaji": "kikome" + }, + "着こも": { + "w_type": "godan verb stem", + "romaji": "kikomo" + }, + "着こんだ": { + "w_type": "conjugated godan verb", + "romaji": "kikonda" + }, + "着こんで": { + "w_type": "conjugated godan verb", + "romaji": "kikonde" + }, + "誓い交わさ": { + "w_type": "godan verb stem", + "romaji": "chikaikawasa" + }, + "誓い交わし": { + "w_type": "godan verb stem", + "romaji": "chikaikawashi" + }, + "誓い交わせ": { + "w_type": "conjugated godan verb", + "romaji": "chikaikawase" + }, + "誓い交わそ": { + "w_type": "godan verb stem", + "romaji": "chikaikawaso" + }, + "誓い交わした": { + "w_type": "conjugated godan verb", + "romaji": "chikaikawashita" + }, + "誓い交わして": { + "w_type": "conjugated godan verb", + "romaji": "chikaikawashite" + }, + "死に変わら": { + "w_type": "godan verb stem", + "romaji": "shinikawara" + }, + "死に変わり": { + "w_type": "godan verb stem", + "romaji": "shinikawari" + }, + "死に変われ": { + "w_type": "conjugated godan verb", + "romaji": "shinikaware" + }, + "死に変わろ": { + "w_type": "godan verb stem", + "romaji": "shinikawaro" + }, + "死に変わった": { + "w_type": "conjugated godan verb", + "romaji": "shinikawatta" + }, + "死に変わって": { + "w_type": "conjugated godan verb", + "romaji": "shinikawatte" + }, + "取り入ら": { + "w_type": "godan verb stem", + "romaji": "toriira" + }, + "取り入り": { + "w_type": "godan verb stem", + "romaji": "toriiri" + }, + "取り入れ": { + "w_type": "conjugated godan verb", + "romaji": "toriire" + }, + "取り入ろ": { + "w_type": "godan verb stem", + "romaji": "toriiro" + }, + "取り入った": { + "w_type": "conjugated godan verb", + "romaji": "toriitta" + }, + "取り入って": { + "w_type": "conjugated godan verb", + "romaji": "toriitte" + }, + "抜き放さ": { + "w_type": "godan verb stem", + "romaji": "nukihanasa" + }, + "抜き放し": { + "w_type": "godan verb stem", + "romaji": "nukihanashi" + }, + "抜き放せ": { + "w_type": "conjugated godan verb", + "romaji": "nukihanase" + }, + "抜き放そ": { + "w_type": "godan verb stem", + "romaji": "nukihanaso" + }, + "抜き放した": { + "w_type": "conjugated godan verb", + "romaji": "nukihanashita" + }, + "抜き放して": { + "w_type": "conjugated godan verb", + "romaji": "nukihanashite" + }, + "行着か": { + "w_type": "godan verb stem", + "romaji": "yukitsuka" + }, + "行着き": { + "w_type": "godan verb stem", + "romaji": "yukitsuki" + }, + "行着け": { + "w_type": "conjugated godan verb", + "romaji": "yukitsuke" + }, + "行着こ": { + "w_type": "godan verb stem", + "romaji": "yukitsuko" + }, + "行着いた": { + "w_type": "conjugated godan verb", + "romaji": "yukitsuita" + }, + "行着いて": { + "w_type": "conjugated godan verb", + "romaji": "yukitsuite" + }, + "臭わ": { + "w_type": "godan verb stem", + "romaji": "niowa" + }, + "臭い": { + "w_type": "godan verb stem", + "romaji": "nioi" + }, + "臭え": { + "w_type": "conjugated godan verb", + "romaji": "nioe" + }, + "臭お": { + "w_type": "godan verb stem", + "romaji": "nioo" + }, + "臭った": { + "w_type": "conjugated godan verb", + "romaji": "niotta" + }, + "臭って": { + "w_type": "conjugated godan verb", + "romaji": "niotte" + }, + "息付か": { + "w_type": "godan verb stem", + "romaji": "ikitsuka" + }, + "息付き": { + "w_type": "godan verb stem", + "romaji": "ikitsuki" + }, + "息付け": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuke" + }, + "息付こ": { + "w_type": "godan verb stem", + "romaji": "ikitsuko" + }, + "息付いた": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuita" + }, + "息付いて": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuite" + }, + "ぶち壊さ": { + "w_type": "godan verb stem", + "romaji": "buchikowasa" + }, + "ぶち壊し": { + "w_type": "godan verb stem", + "romaji": "buchikowashi" + }, + "ぶち壊せ": { + "w_type": "conjugated godan verb", + "romaji": "buchikowase" + }, + "ぶち壊そ": { + "w_type": "godan verb stem", + "romaji": "buchikowaso" + }, + "ぶち壊した": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashita" + }, + "ぶち壊して": { + "w_type": "conjugated godan verb", + "romaji": "buchikowashite" + }, + "困ら": { + "w_type": "godan verb stem", + "romaji": "komara" + }, + "困り": { + "w_type": "godan verb stem", + "romaji": "komari" + }, + "困れ": { + "w_type": "conjugated godan verb", + "romaji": "komare" + }, + "困ろ": { + "w_type": "godan verb stem", + "romaji": "komaro" + }, + "困った": { + "w_type": "conjugated godan verb", + "romaji": "komatta" + }, + "困って": { + "w_type": "conjugated godan verb", + "romaji": "komatte" + }, + "焼き切ら": { + "w_type": "godan verb stem", + "romaji": "yakikira" + }, + "焼き切り": { + "w_type": "godan verb stem", + "romaji": "yakikiri" + }, + "焼き切れ": { + "w_type": "conjugated godan verb", + "romaji": "yakikire" + }, + "焼き切ろ": { + "w_type": "godan verb stem", + "romaji": "yakikiro" + }, + "焼き切った": { + "w_type": "conjugated godan verb", + "romaji": "yakikitta" + }, + "焼き切って": { + "w_type": "conjugated godan verb", + "romaji": "yakikitte" + }, + "言い暮らさ": { + "w_type": "godan verb stem", + "romaji": "iikurasa" + }, + "言い暮らし": { + "w_type": "godan verb stem", + "romaji": "iikurashi" + }, + "言い暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "iikurase" + }, + "言い暮らそ": { + "w_type": "godan verb stem", + "romaji": "iikuraso" + }, + "言い暮らした": { + "w_type": "conjugated godan verb", + "romaji": "iikurashita" + }, + "言い暮らして": { + "w_type": "conjugated godan verb", + "romaji": "iikurashite" + }, + "掘抜か": { + "w_type": "godan verb stem", + "romaji": "horinuka" + }, + "掘抜き": { + "w_type": "godan verb stem", + "romaji": "horinuki" + }, + "掘抜け": { + "w_type": "conjugated godan verb", + "romaji": "horinuke" + }, + "掘抜こ": { + "w_type": "godan verb stem", + "romaji": "horinuko" + }, + "掘抜いた": { + "w_type": "conjugated godan verb", + "romaji": "horinuita" + }, + "掘抜いて": { + "w_type": "conjugated godan verb", + "romaji": "horinuite" + }, + "冴渡ら": { + "w_type": "godan verb stem", + "romaji": "saewatara" + }, + "冴渡り": { + "w_type": "godan verb stem", + "romaji": "saewatari" + }, + "冴渡れ": { + "w_type": "conjugated godan verb", + "romaji": "saewatare" + }, + "冴渡ろ": { + "w_type": "godan verb stem", + "romaji": "saewataro" + }, + "冴渡った": { + "w_type": "conjugated godan verb", + "romaji": "saewatatta" + }, + "冴渡って": { + "w_type": "conjugated godan verb", + "romaji": "saewatatte" + }, + "使い熟さ": { + "w_type": "godan verb stem", + "romaji": "tsukaikonasa" + }, + "使い熟し": { + "w_type": "godan verb stem", + "romaji": "tsukaikonashi" + }, + "使い熟せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonase" + }, + "使い熟そ": { + "w_type": "godan verb stem", + "romaji": "tsukaikonaso" + }, + "使い熟した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonashita" + }, + "使い熟して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonashite" + }, + "呼びに遣ら": { + "w_type": "godan verb stem", + "romaji": "yobiniyara" + }, + "呼びに遣り": { + "w_type": "godan verb stem", + "romaji": "yobiniyari" + }, + "呼びに遣れ": { + "w_type": "conjugated godan verb", + "romaji": "yobiniyare" + }, + "呼びに遣ろ": { + "w_type": "godan verb stem", + "romaji": "yobiniyaro" + }, + "呼びに遣った": { + "w_type": "conjugated godan verb", + "romaji": "yobiniyatta" + }, + "呼びに遣って": { + "w_type": "conjugated godan verb", + "romaji": "yobiniyatte" + }, + "罷り通ら": { + "w_type": "godan verb stem", + "romaji": "makaritoora" + }, + "罷り通り": { + "w_type": "godan verb stem", + "romaji": "makaritoori" + }, + "罷り通れ": { + "w_type": "conjugated godan verb", + "romaji": "makaritoore" + }, + "罷り通ろ": { + "w_type": "godan verb stem", + "romaji": "makaritooro" + }, + "罷り通った": { + "w_type": "conjugated godan verb", + "romaji": "makaritootta" + }, + "罷り通って": { + "w_type": "conjugated godan verb", + "romaji": "makaritootte" + }, + "悄気返ら": { + "w_type": "godan verb stem", + "romaji": "shogekaera" + }, + "悄気返り": { + "w_type": "godan verb stem", + "romaji": "shogekaeri" + }, + "悄気返れ": { + "w_type": "conjugated godan verb", + "romaji": "shogekaere" + }, + "悄気返ろ": { + "w_type": "godan verb stem", + "romaji": "shogekaero" + }, + "悄気返った": { + "w_type": "conjugated godan verb", + "romaji": "shogekaetta" + }, + "悄気返って": { + "w_type": "conjugated godan verb", + "romaji": "shogekaette" + }, + "垣間聞か": { + "w_type": "godan verb stem", + "romaji": "kaimakika" + }, + "垣間聞き": { + "w_type": "godan verb stem", + "romaji": "kaimakiki" + }, + "垣間聞け": { + "w_type": "conjugated godan verb", + "romaji": "kaimakike" + }, + "垣間聞こ": { + "w_type": "godan verb stem", + "romaji": "kaimakiko" + }, + "垣間聞いた": { + "w_type": "conjugated godan verb", + "romaji": "kaimakiita" + }, + "垣間聞いて": { + "w_type": "conjugated godan verb", + "romaji": "kaimakiite" + }, + "思い起さ": { + "w_type": "godan verb stem", + "romaji": "omoiokosa" + }, + "思い起し": { + "w_type": "godan verb stem", + "romaji": "omoiokoshi" + }, + "思い起せ": { + "w_type": "conjugated godan verb", + "romaji": "omoiokose" + }, + "思い起そ": { + "w_type": "godan verb stem", + "romaji": "omoiokoso" + }, + "思い起した": { + "w_type": "conjugated godan verb", + "romaji": "omoiokoshita" + }, + "思い起して": { + "w_type": "conjugated godan verb", + "romaji": "omoiokoshite" + }, + "出合わ": { + "w_type": "godan verb stem", + "romaji": "deawa" + }, + "出合い": { + "w_type": "godan verb stem", + "romaji": "deai" + }, + "出合え": { + "w_type": "conjugated godan verb", + "romaji": "deae" + }, + "出合お": { + "w_type": "godan verb stem", + "romaji": "deao" + }, + "出合った": { + "w_type": "conjugated godan verb", + "romaji": "deatta" + }, + "出合って": { + "w_type": "conjugated godan verb", + "romaji": "deatte" + }, + "乱さ": { + "w_type": "godan verb stem", + "romaji": "midasa" + }, + "乱し": { + "w_type": "godan verb stem", + "romaji": "midashi" + }, + "乱せ": { + "w_type": "conjugated godan verb", + "romaji": "midase" + }, + "乱そ": { + "w_type": "godan verb stem", + "romaji": "midaso" + }, + "乱した": { + "w_type": "conjugated godan verb", + "romaji": "midashita" + }, + "乱して": { + "w_type": "conjugated godan verb", + "romaji": "midashite" + }, + "張出さ": { + "w_type": "godan verb stem", + "romaji": "haridasa" + }, + "張出し": { + "w_type": "godan verb stem", + "romaji": "haridashi" + }, + "張出せ": { + "w_type": "conjugated godan verb", + "romaji": "haridase" + }, + "張出そ": { + "w_type": "godan verb stem", + "romaji": "haridaso" + }, + "張出した": { + "w_type": "conjugated godan verb", + "romaji": "haridashita" + }, + "張出して": { + "w_type": "conjugated godan verb", + "romaji": "haridashite" + }, + "口籠もら": { + "w_type": "godan verb stem", + "romaji": "kuchigomora" + }, + "口籠もり": { + "w_type": "godan verb stem", + "romaji": "kuchigomori" + }, + "口籠もれ": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomore" + }, + "口籠もろ": { + "w_type": "godan verb stem", + "romaji": "kuchigomoro" + }, + "口籠もった": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotta" + }, + "口籠もって": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotte" + }, + "飲み干さ": { + "w_type": "godan verb stem", + "romaji": "nomihosa" + }, + "飲み干し": { + "w_type": "godan verb stem", + "romaji": "nomihoshi" + }, + "飲み干せ": { + "w_type": "conjugated godan verb", + "romaji": "nomihose" + }, + "飲み干そ": { + "w_type": "godan verb stem", + "romaji": "nomihoso" + }, + "飲み干した": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshita" + }, + "飲み干して": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshite" + }, + "しぼり込ま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "しぼり込み": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "しぼり込め": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "しぼり込も": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "しぼり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "しぼり込んで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "芝居掛ら": { + "w_type": "godan verb stem", + "romaji": "shibaigakara" + }, + "芝居掛り": { + "w_type": "godan verb stem", + "romaji": "shibaigakari" + }, + "芝居掛れ": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakare" + }, + "芝居掛ろ": { + "w_type": "godan verb stem", + "romaji": "shibaigakaro" + }, + "芝居掛った": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakatta" + }, + "芝居掛って": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakatte" + }, + "落さ": { + "w_type": "godan verb stem", + "romaji": "otosa" + }, + "落し": { + "w_type": "godan verb stem", + "romaji": "otoshi" + }, + "落せ": { + "w_type": "conjugated godan verb", + "romaji": "otose" + }, + "落そ": { + "w_type": "godan verb stem", + "romaji": "otoso" + }, + "落した": { + "w_type": "conjugated godan verb", + "romaji": "otoshita" + }, + "落して": { + "w_type": "conjugated godan verb", + "romaji": "otoshite" + }, + "送り込ま": { + "w_type": "godan verb stem", + "romaji": "okurikoma" + }, + "送り込み": { + "w_type": "godan verb stem", + "romaji": "okurikomi" + }, + "送り込め": { + "w_type": "conjugated godan verb", + "romaji": "okurikome" + }, + "送り込も": { + "w_type": "godan verb stem", + "romaji": "okurikomo" + }, + "送り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "okurikonda" + }, + "送り込んで": { + "w_type": "conjugated godan verb", + "romaji": "okurikonde" + }, + "跳ね回ら": { + "w_type": "godan verb stem", + "romaji": "hanemawara" + }, + "跳ね回り": { + "w_type": "godan verb stem", + "romaji": "hanemawari" + }, + "跳ね回れ": { + "w_type": "conjugated godan verb", + "romaji": "hanemaware" + }, + "跳ね回ろ": { + "w_type": "godan verb stem", + "romaji": "hanemawaro" + }, + "跳ね回った": { + "w_type": "conjugated godan verb", + "romaji": "hanemawatta" + }, + "跳ね回って": { + "w_type": "conjugated godan verb", + "romaji": "hanemawatte" + }, + "融け合わ": { + "w_type": "godan verb stem", + "romaji": "tokeawa" + }, + "融け合い": { + "w_type": "godan verb stem", + "romaji": "tokeai" + }, + "融け合え": { + "w_type": "conjugated godan verb", + "romaji": "tokeae" + }, + "融け合お": { + "w_type": "godan verb stem", + "romaji": "tokeao" + }, + "融け合った": { + "w_type": "conjugated godan verb", + "romaji": "tokeatta" + }, + "融け合って": { + "w_type": "conjugated godan verb", + "romaji": "tokeatte" + }, + "絞り取ら": { + "w_type": "godan verb stem", + "romaji": "shiboritora" + }, + "絞り取り": { + "w_type": "godan verb stem", + "romaji": "shiboritori" + }, + "絞り取れ": { + "w_type": "conjugated godan verb", + "romaji": "shiboritore" + }, + "絞り取ろ": { + "w_type": "godan verb stem", + "romaji": "shiboritoro" + }, + "絞り取った": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotta" + }, + "絞り取って": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotte" + }, + "尖ら": { + "w_type": "godan verb stem", + "romaji": "togara" + }, + "尖り": { + "w_type": "godan verb stem", + "romaji": "togari" + }, + "尖れ": { + "w_type": "conjugated godan verb", + "romaji": "togare" + }, + "尖ろ": { + "w_type": "godan verb stem", + "romaji": "togaro" + }, + "尖った": { + "w_type": "conjugated godan verb", + "romaji": "togatta" + }, + "尖って": { + "w_type": "conjugated godan verb", + "romaji": "togatte" + }, + "行渡ら": { + "w_type": "godan verb stem", + "romaji": "ikiwatara" + }, + "行渡り": { + "w_type": "godan verb stem", + "romaji": "ikiwatari" + }, + "行渡れ": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatare" + }, + "行渡ろ": { + "w_type": "godan verb stem", + "romaji": "ikiwataro" + }, + "行渡った": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatatta" + }, + "行渡って": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatatte" + }, + "思い余ら": { + "w_type": "godan verb stem", + "romaji": "omoiamara" + }, + "思い余り": { + "w_type": "godan verb stem", + "romaji": "omoiamari" + }, + "思い余れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiamare" + }, + "思い余ろ": { + "w_type": "godan verb stem", + "romaji": "omoiamaro" + }, + "思い余った": { + "w_type": "conjugated godan verb", + "romaji": "omoiamatta" + }, + "思い余って": { + "w_type": "conjugated godan verb", + "romaji": "omoiamatte" + }, + "打ん殴ら": { + "w_type": "godan verb stem", + "romaji": "bunnagura" + }, + "打ん殴り": { + "w_type": "godan verb stem", + "romaji": "bunnaguri" + }, + "打ん殴れ": { + "w_type": "conjugated godan verb", + "romaji": "bunnagure" + }, + "打ん殴ろ": { + "w_type": "godan verb stem", + "romaji": "bunnaguro" + }, + "打ん殴った": { + "w_type": "conjugated godan verb", + "romaji": "bunnagutta" + }, + "打ん殴って": { + "w_type": "conjugated godan verb", + "romaji": "bunnagutte" + }, + "藻掻か": { + "w_type": "godan verb stem", + "romaji": "mogaka" + }, + "藻掻き": { + "w_type": "godan verb stem", + "romaji": "mogaki" + }, + "藻掻け": { + "w_type": "conjugated godan verb", + "romaji": "mogake" + }, + "藻掻こ": { + "w_type": "godan verb stem", + "romaji": "mogako" + }, + "藻掻いた": { + "w_type": "conjugated godan verb", + "romaji": "mogaita" + }, + "藻掻いて": { + "w_type": "conjugated godan verb", + "romaji": "mogaite" + }, + "老い込ま": { + "w_type": "godan verb stem", + "romaji": "oikoma" + }, + "老い込み": { + "w_type": "godan verb stem", + "romaji": "oikomi" + }, + "老い込め": { + "w_type": "conjugated godan verb", + "romaji": "oikome" + }, + "老い込も": { + "w_type": "godan verb stem", + "romaji": "oikomo" + }, + "老い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oikonda" + }, + "老い込んで": { + "w_type": "conjugated godan verb", + "romaji": "oikonde" + }, + "引っ叩か": { + "w_type": "godan verb stem", + "romaji": "hippataka" + }, + "引っ叩き": { + "w_type": "godan verb stem", + "romaji": "hippataki" + }, + "引っ叩け": { + "w_type": "conjugated godan verb", + "romaji": "hippatake" + }, + "引っ叩こ": { + "w_type": "godan verb stem", + "romaji": "hippatako" + }, + "引っ叩いた": { + "w_type": "conjugated godan verb", + "romaji": "hippataita" + }, + "引っ叩いて": { + "w_type": "conjugated godan verb", + "romaji": "hippataite" + }, + "ため込ま": { + "w_type": "godan verb stem", + "romaji": "tamekoma" + }, + "ため込み": { + "w_type": "godan verb stem", + "romaji": "tamekomi" + }, + "ため込め": { + "w_type": "conjugated godan verb", + "romaji": "tamekome" + }, + "ため込も": { + "w_type": "godan verb stem", + "romaji": "tamekomo" + }, + "ため込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tamekonda" + }, + "ため込んで": { + "w_type": "conjugated godan verb", + "romaji": "tamekonde" + }, + "舫わ": { + "w_type": "godan verb stem", + "romaji": "moyawa" + }, + "舫い": { + "w_type": "godan verb stem", + "romaji": "moyai" + }, + "舫え": { + "w_type": "conjugated godan verb", + "romaji": "moyae" + }, + "舫お": { + "w_type": "godan verb stem", + "romaji": "moyao" + }, + "舫った": { + "w_type": "conjugated godan verb", + "romaji": "moyatta" + }, + "舫って": { + "w_type": "conjugated godan verb", + "romaji": "moyatte" + }, + "染み入ら": { + "w_type": "godan verb stem", + "romaji": "shimiira" + }, + "染み入り": { + "w_type": "godan verb stem", + "romaji": "shimiiri" + }, + "染み入れ": { + "w_type": "conjugated godan verb", + "romaji": "shimiire" + }, + "染み入ろ": { + "w_type": "godan verb stem", + "romaji": "shimiiro" + }, + "染み入った": { + "w_type": "conjugated godan verb", + "romaji": "shimiitta" + }, + "染み入って": { + "w_type": "conjugated godan verb", + "romaji": "shimiitte" + }, + "引きはがさ": { + "w_type": "godan verb stem", + "romaji": "hikihagasa" + }, + "引きはがし": { + "w_type": "godan verb stem", + "romaji": "hikihagashi" + }, + "引きはがせ": { + "w_type": "conjugated godan verb", + "romaji": "hikihagase" + }, + "引きはがそ": { + "w_type": "godan verb stem", + "romaji": "hikihagaso" + }, + "引きはがした": { + "w_type": "conjugated godan verb", + "romaji": "hikihagashita" + }, + "引きはがして": { + "w_type": "conjugated godan verb", + "romaji": "hikihagashite" + }, + "捏ねくり回さ": { + "w_type": "godan verb stem", + "romaji": "konekurimawasa" + }, + "捏ねくり回し": { + "w_type": "godan verb stem", + "romaji": "konekurimawashi" + }, + "捏ねくり回せ": { + "w_type": "conjugated godan verb", + "romaji": "konekurimawase" + }, + "捏ねくり回そ": { + "w_type": "godan verb stem", + "romaji": "konekurimawaso" + }, + "捏ねくり回した": { + "w_type": "conjugated godan verb", + "romaji": "konekurimawashita" + }, + "捏ねくり回して": { + "w_type": "conjugated godan verb", + "romaji": "konekurimawashite" + }, + "追い回さ": { + "w_type": "godan verb stem", + "romaji": "oimawasa" + }, + "追い回し": { + "w_type": "godan verb stem", + "romaji": "oimawashi" + }, + "追い回せ": { + "w_type": "conjugated godan verb", + "romaji": "oimawase" + }, + "追い回そ": { + "w_type": "godan verb stem", + "romaji": "oimawaso" + }, + "追い回した": { + "w_type": "conjugated godan verb", + "romaji": "oimawashita" + }, + "追い回して": { + "w_type": "conjugated godan verb", + "romaji": "oimawashite" + }, + "搔っ込ま": { + "w_type": "godan verb stem", + "romaji": "kakkoma" + }, + "搔っ込み": { + "w_type": "godan verb stem", + "romaji": "kakkomi" + }, + "搔っ込め": { + "w_type": "conjugated godan verb", + "romaji": "kakkome" + }, + "搔っ込も": { + "w_type": "godan verb stem", + "romaji": "kakkomo" + }, + "搔っ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakkonda" + }, + "搔っ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakkonde" + }, + "心さ": { + "w_type": "godan verb stem", + "romaji": "kokorosa" + }, + "心し": { + "w_type": "godan verb stem", + "romaji": "kokoroshi" + }, + "心せ": { + "w_type": "conjugated godan verb", + "romaji": "kokorose" + }, + "心そ": { + "w_type": "godan verb stem", + "romaji": "kokoroso" + }, + "心した": { + "w_type": "conjugated godan verb", + "romaji": "kokoroshita" + }, + "心して": { + "w_type": "conjugated godan verb", + "romaji": "kokoroshite" + }, + "見当つか": { + "w_type": "godan verb stem", + "romaji": "kentoutsuka" + }, + "見当つき": { + "w_type": "godan verb stem", + "romaji": "kentoutsuki" + }, + "見当つけ": { + "w_type": "conjugated godan verb", + "romaji": "kentoutsuke" + }, + "見当つこ": { + "w_type": "godan verb stem", + "romaji": "kentoutsuko" + }, + "見当ついた": { + "w_type": "conjugated godan verb", + "romaji": "kentoutsuita" + }, + "見当ついて": { + "w_type": "conjugated godan verb", + "romaji": "kentoutsuite" + }, + "言い漏らさ": { + "w_type": "godan verb stem", + "romaji": "iimorasa" + }, + "言い漏らし": { + "w_type": "godan verb stem", + "romaji": "iimorashi" + }, + "言い漏らせ": { + "w_type": "conjugated godan verb", + "romaji": "iimorase" + }, + "言い漏らそ": { + "w_type": "godan verb stem", + "romaji": "iimoraso" + }, + "言い漏らした": { + "w_type": "conjugated godan verb", + "romaji": "iimorashita" + }, + "言い漏らして": { + "w_type": "conjugated godan verb", + "romaji": "iimorashite" + }, + "建てなおさ": { + "w_type": "godan verb stem", + "romaji": "tatenaosa" + }, + "建てなおし": { + "w_type": "godan verb stem", + "romaji": "tatenaoshi" + }, + "建てなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaose" + }, + "建てなおそ": { + "w_type": "godan verb stem", + "romaji": "tatenaoso" + }, + "建てなおした": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshita" + }, + "建てなおして": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshite" + }, + "掻きこま": { + "w_type": "godan verb stem", + "romaji": "kakikoma" + }, + "掻きこみ": { + "w_type": "godan verb stem", + "romaji": "kakikomi" + }, + "掻きこめ": { + "w_type": "conjugated godan verb", + "romaji": "kakikome" + }, + "掻きこも": { + "w_type": "godan verb stem", + "romaji": "kakikomo" + }, + "掻きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kakikonda" + }, + "掻きこんで": { + "w_type": "conjugated godan verb", + "romaji": "kakikonde" + }, + "手離さ": { + "w_type": "godan verb stem", + "romaji": "tebanasa" + }, + "手離し": { + "w_type": "godan verb stem", + "romaji": "tebanashi" + }, + "手離せ": { + "w_type": "conjugated godan verb", + "romaji": "tebanase" + }, + "手離そ": { + "w_type": "godan verb stem", + "romaji": "tebanaso" + }, + "手離した": { + "w_type": "conjugated godan verb", + "romaji": "tebanashita" + }, + "手離して": { + "w_type": "conjugated godan verb", + "romaji": "tebanashite" + }, + "入れ替わら": { + "w_type": "godan verb stem", + "romaji": "irekawara" + }, + "入れ替わり": { + "w_type": "godan verb stem", + "romaji": "irekawari" + }, + "入れ替われ": { + "w_type": "conjugated godan verb", + "romaji": "irekaware" + }, + "入れ替わろ": { + "w_type": "godan verb stem", + "romaji": "irekawaro" + }, + "入れ替わった": { + "w_type": "conjugated godan verb", + "romaji": "irekawatta" + }, + "入れ替わって": { + "w_type": "conjugated godan verb", + "romaji": "irekawatte" + }, + "議さ": { + "w_type": "godan verb stem", + "romaji": "gisa" + }, + "議し": { + "w_type": "godan verb stem", + "romaji": "gishi" + }, + "議せ": { + "w_type": "conjugated godan verb", + "romaji": "gise" + }, + "議そ": { + "w_type": "godan verb stem", + "romaji": "giso" + }, + "議した": { + "w_type": "conjugated godan verb", + "romaji": "gishita" + }, + "議して": { + "w_type": "conjugated godan verb", + "romaji": "gishite" + }, + "飲み回さ": { + "w_type": "godan verb stem", + "romaji": "nomimawasa" + }, + "飲み回し": { + "w_type": "godan verb stem", + "romaji": "nomimawashi" + }, + "飲み回せ": { + "w_type": "conjugated godan verb", + "romaji": "nomimawase" + }, + "飲み回そ": { + "w_type": "godan verb stem", + "romaji": "nomimawaso" + }, + "飲み回した": { + "w_type": "conjugated godan verb", + "romaji": "nomimawashita" + }, + "飲み回して": { + "w_type": "conjugated godan verb", + "romaji": "nomimawashite" + }, + "勘づか": { + "w_type": "godan verb stem", + "romaji": "kanzuka" + }, + "勘づき": { + "w_type": "godan verb stem", + "romaji": "kanzuki" + }, + "勘づけ": { + "w_type": "conjugated godan verb", + "romaji": "kanzuke" + }, + "勘づこ": { + "w_type": "godan verb stem", + "romaji": "kanzuko" + }, + "勘づいた": { + "w_type": "conjugated godan verb", + "romaji": "kanzuita" + }, + "勘づいて": { + "w_type": "conjugated godan verb", + "romaji": "kanzuite" + }, + "嗽が": { + "w_type": "godan verb stem", + "romaji": "kuchisusuga" + }, + "嗽ぎ": { + "w_type": "godan verb stem", + "romaji": "kuchisusugi" + }, + "嗽げ": { + "w_type": "conjugated godan verb", + "romaji": "kuchisusuge" + }, + "嗽ご": { + "w_type": "godan verb stem", + "romaji": "kuchisusugo" + }, + "嗽いだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchisusuida" + }, + "嗽いで": { + "w_type": "conjugated godan verb", + "romaji": "kuchisusuide" + }, + "映り行か": { + "w_type": "godan verb stem", + "romaji": "utsuriyuka" + }, + "映り行き": { + "w_type": "godan verb stem", + "romaji": "utsuriyuki" + }, + "映り行け": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuke" + }, + "映り行こ": { + "w_type": "godan verb stem", + "romaji": "utsuriyuko" + }, + "映り行いた": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuita" + }, + "映り行いて": { + "w_type": "conjugated godan verb", + "romaji": "utsuriyuite" + }, + "飲み回ら": { + "w_type": "godan verb stem", + "romaji": "nomimawara" + }, + "飲み回り": { + "w_type": "godan verb stem", + "romaji": "nomimawari" + }, + "飲み回れ": { + "w_type": "conjugated godan verb", + "romaji": "nomimaware" + }, + "飲み回ろ": { + "w_type": "godan verb stem", + "romaji": "nomimawaro" + }, + "飲み回った": { + "w_type": "conjugated godan verb", + "romaji": "nomimawatta" + }, + "飲み回って": { + "w_type": "conjugated godan verb", + "romaji": "nomimawatte" + }, + "投げ倒さ": { + "w_type": "godan verb stem", + "romaji": "nagetaosa" + }, + "投げ倒し": { + "w_type": "godan verb stem", + "romaji": "nagetaoshi" + }, + "投げ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "nagetaose" + }, + "投げ倒そ": { + "w_type": "godan verb stem", + "romaji": "nagetaoso" + }, + "投げ倒した": { + "w_type": "conjugated godan verb", + "romaji": "nagetaoshita" + }, + "投げ倒して": { + "w_type": "conjugated godan verb", + "romaji": "nagetaoshite" + }, + "乗り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "noritobasa" + }, + "乗り飛ばし": { + "w_type": "godan verb stem", + "romaji": "noritobashi" + }, + "乗り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "noritobase" + }, + "乗り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "noritobaso" + }, + "乗り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "noritobashita" + }, + "乗り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "noritobashite" + }, + "光らさ": { + "w_type": "godan verb stem", + "romaji": "hikarasa" + }, + "光らし": { + "w_type": "godan verb stem", + "romaji": "hikarashi" + }, + "光らせ": { + "w_type": "conjugated godan verb", + "romaji": "hikarase" + }, + "光らそ": { + "w_type": "godan verb stem", + "romaji": "hikaraso" + }, + "光らした": { + "w_type": "conjugated godan verb", + "romaji": "hikarashita" + }, + "光らして": { + "w_type": "conjugated godan verb", + "romaji": "hikarashite" + }, + "侮ら": { + "w_type": "godan verb stem", + "romaji": "anadora" + }, + "侮り": { + "w_type": "godan verb stem", + "romaji": "anadori" + }, + "侮れ": { + "w_type": "conjugated godan verb", + "romaji": "anadore" + }, + "侮ろ": { + "w_type": "godan verb stem", + "romaji": "anadoro" + }, + "侮った": { + "w_type": "conjugated godan verb", + "romaji": "anadotta" + }, + "侮って": { + "w_type": "conjugated godan verb", + "romaji": "anadotte" + }, + "あみ出さ": { + "w_type": "godan verb stem", + "romaji": "amidasa" + }, + "あみ出し": { + "w_type": "godan verb stem", + "romaji": "amidashi" + }, + "あみ出せ": { + "w_type": "conjugated godan verb", + "romaji": "amidase" + }, + "あみ出そ": { + "w_type": "godan verb stem", + "romaji": "amidaso" + }, + "あみ出した": { + "w_type": "conjugated godan verb", + "romaji": "amidashita" + }, + "あみ出して": { + "w_type": "conjugated godan verb", + "romaji": "amidashite" + }, + "吹かさ": { + "w_type": "godan verb stem", + "romaji": "fukasa" + }, + "吹かし": { + "w_type": "godan verb stem", + "romaji": "fukashi" + }, + "吹かせ": { + "w_type": "conjugated godan verb", + "romaji": "fukase" + }, + "吹かそ": { + "w_type": "godan verb stem", + "romaji": "fukaso" + }, + "吹かした": { + "w_type": "conjugated godan verb", + "romaji": "fukashita" + }, + "吹かして": { + "w_type": "conjugated godan verb", + "romaji": "fukashite" + }, + "怒り出さ": { + "w_type": "godan verb stem", + "romaji": "okoridasa" + }, + "怒り出し": { + "w_type": "godan verb stem", + "romaji": "okoridashi" + }, + "怒り出せ": { + "w_type": "conjugated godan verb", + "romaji": "okoridase" + }, + "怒り出そ": { + "w_type": "godan verb stem", + "romaji": "okoridaso" + }, + "怒り出した": { + "w_type": "conjugated godan verb", + "romaji": "okoridashita" + }, + "怒り出して": { + "w_type": "conjugated godan verb", + "romaji": "okoridashite" + }, + "乾固まら": { + "w_type": "godan verb stem", + "romaji": "hikatamara" + }, + "乾固まり": { + "w_type": "godan verb stem", + "romaji": "hikatamari" + }, + "乾固まれ": { + "w_type": "conjugated godan verb", + "romaji": "hikatamare" + }, + "乾固まろ": { + "w_type": "godan verb stem", + "romaji": "hikatamaro" + }, + "乾固まった": { + "w_type": "conjugated godan verb", + "romaji": "hikatamatta" + }, + "乾固まって": { + "w_type": "conjugated godan verb", + "romaji": "hikatamatte" + }, + "沸き出さ": { + "w_type": "godan verb stem", + "romaji": "wakidasa" + }, + "沸き出し": { + "w_type": "godan verb stem", + "romaji": "wakidashi" + }, + "沸き出せ": { + "w_type": "conjugated godan verb", + "romaji": "wakidase" + }, + "沸き出そ": { + "w_type": "godan verb stem", + "romaji": "wakidaso" + }, + "沸き出した": { + "w_type": "conjugated godan verb", + "romaji": "wakidashita" + }, + "沸き出して": { + "w_type": "conjugated godan verb", + "romaji": "wakidashite" + }, + "心を掴ま": { + "w_type": "godan verb stem", + "romaji": "kokoro wo tsukama" + }, + "心を掴み": { + "w_type": "godan verb stem", + "romaji": "kokoro wo tsukami" + }, + "心を掴め": { + "w_type": "conjugated godan verb", + "romaji": "kokoro wo tsukame" + }, + "心を掴も": { + "w_type": "godan verb stem", + "romaji": "kokoro wo tsukamo" + }, + "心を掴んだ": { + "w_type": "conjugated godan verb", + "romaji": "kokoro wo tsukanda" + }, + "心を掴んで": { + "w_type": "conjugated godan verb", + "romaji": "kokoro wo tsukande" + }, + "噛み潰さ": { + "w_type": "godan verb stem", + "romaji": "kamitsubusa" + }, + "噛み潰し": { + "w_type": "godan verb stem", + "romaji": "kamitsubushi" + }, + "噛み潰せ": { + "w_type": "conjugated godan verb", + "romaji": "kamitsubuse" + }, + "噛み潰そ": { + "w_type": "godan verb stem", + "romaji": "kamitsubuso" + }, + "噛み潰した": { + "w_type": "conjugated godan verb", + "romaji": "kamitsubushita" + }, + "噛み潰して": { + "w_type": "conjugated godan verb", + "romaji": "kamitsubushite" + }, + "現さ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "現し": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "現せ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "現そ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "現した": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "現して": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "曲がら": { + "w_type": "godan verb stem", + "romaji": "magara" + }, + "曲がり": { + "w_type": "godan verb stem", + "romaji": "magari" + }, + "曲がれ": { + "w_type": "conjugated godan verb", + "romaji": "magare" + }, + "曲がろ": { + "w_type": "godan verb stem", + "romaji": "magaro" + }, + "曲がった": { + "w_type": "conjugated godan verb", + "romaji": "magatta" + }, + "曲がって": { + "w_type": "conjugated godan verb", + "romaji": "magatte" + }, + "引き続か": { + "w_type": "godan verb stem", + "romaji": "hikitsuzuka" + }, + "引き続き": { + "w_type": "godan verb stem", + "romaji": "hikitsuzuki" + }, + "引き続け": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuzuke" + }, + "引き続こ": { + "w_type": "godan verb stem", + "romaji": "hikitsuzuko" + }, + "引き続いた": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuzuita" + }, + "引き続いて": { + "w_type": "conjugated godan verb", + "romaji": "hikitsuzuite" + }, + "噴き出さ": { + "w_type": "godan verb stem", + "romaji": "fukidasa" + }, + "噴き出し": { + "w_type": "godan verb stem", + "romaji": "fukidashi" + }, + "噴き出せ": { + "w_type": "conjugated godan verb", + "romaji": "fukidase" + }, + "噴き出そ": { + "w_type": "godan verb stem", + "romaji": "fukidaso" + }, + "噴き出した": { + "w_type": "conjugated godan verb", + "romaji": "fukidashita" + }, + "噴き出して": { + "w_type": "conjugated godan verb", + "romaji": "fukidashite" + }, + "嘲笑わ": { + "w_type": "godan verb stem", + "romaji": "azawarawa" + }, + "嘲笑い": { + "w_type": "godan verb stem", + "romaji": "azawarai" + }, + "嘲笑え": { + "w_type": "conjugated godan verb", + "romaji": "azawarae" + }, + "嘲笑お": { + "w_type": "godan verb stem", + "romaji": "azawarao" + }, + "嘲笑った": { + "w_type": "conjugated godan verb", + "romaji": "azawaratta" + }, + "嘲笑って": { + "w_type": "conjugated godan verb", + "romaji": "azawaratte" + }, + "込ま": { + "w_type": "godan verb stem", + "romaji": "koma" + }, + "込み": { + "w_type": "godan verb stem", + "romaji": "komi" + }, + "込め": { + "w_type": "conjugated godan verb", + "romaji": "kome" + }, + "込も": { + "w_type": "godan verb stem", + "romaji": "komo" + }, + "込んだ": { + "w_type": "conjugated godan verb", + "romaji": "konda" + }, + "込んで": { + "w_type": "conjugated godan verb", + "romaji": "konde" + }, + "祝さ": { + "w_type": "godan verb stem", + "romaji": "shukusa" + }, + "祝し": { + "w_type": "godan verb stem", + "romaji": "shukushi" + }, + "祝せ": { + "w_type": "conjugated godan verb", + "romaji": "shukuse" + }, + "祝そ": { + "w_type": "godan verb stem", + "romaji": "shukuso" + }, + "祝した": { + "w_type": "conjugated godan verb", + "romaji": "shukushita" + }, + "祝して": { + "w_type": "conjugated godan verb", + "romaji": "shukushite" + }, + "溶きほぐさ": { + "w_type": "godan verb stem", + "romaji": "tokihogusa" + }, + "溶きほぐし": { + "w_type": "godan verb stem", + "romaji": "tokihogushi" + }, + "溶きほぐせ": { + "w_type": "conjugated godan verb", + "romaji": "tokihoguse" + }, + "溶きほぐそ": { + "w_type": "godan verb stem", + "romaji": "tokihoguso" + }, + "溶きほぐした": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushita" + }, + "溶きほぐして": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushite" + }, + "突き掛から": { + "w_type": "godan verb stem", + "romaji": "tsukikakara" + }, + "突き掛かり": { + "w_type": "godan verb stem", + "romaji": "tsukikakari" + }, + "突き掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakare" + }, + "突き掛かろ": { + "w_type": "godan verb stem", + "romaji": "tsukikakaro" + }, + "突き掛かった": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatta" + }, + "突き掛かって": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatte" + }, + "摩すら": { + "w_type": "godan verb stem", + "romaji": "sasura" + }, + "摩すり": { + "w_type": "godan verb stem", + "romaji": "sasuri" + }, + "摩すれ": { + "w_type": "conjugated godan verb", + "romaji": "sasure" + }, + "摩すろ": { + "w_type": "godan verb stem", + "romaji": "sasuro" + }, + "摩すった": { + "w_type": "conjugated godan verb", + "romaji": "sasutta" + }, + "摩すって": { + "w_type": "conjugated godan verb", + "romaji": "sasutte" + }, + "打ち出さ": { + "w_type": "godan verb stem", + "romaji": "uchidasa" + }, + "打ち出し": { + "w_type": "godan verb stem", + "romaji": "uchidashi" + }, + "打ち出せ": { + "w_type": "conjugated godan verb", + "romaji": "uchidase" + }, + "打ち出そ": { + "w_type": "godan verb stem", + "romaji": "uchidaso" + }, + "打ち出した": { + "w_type": "conjugated godan verb", + "romaji": "uchidashita" + }, + "打ち出して": { + "w_type": "conjugated godan verb", + "romaji": "uchidashite" + }, + "頬ばら": { + "w_type": "godan verb stem", + "romaji": "hoobara" + }, + "頬ばり": { + "w_type": "godan verb stem", + "romaji": "hoobari" + }, + "頬ばれ": { + "w_type": "conjugated godan verb", + "romaji": "hoobare" + }, + "頬ばろ": { + "w_type": "godan verb stem", + "romaji": "hoobaro" + }, + "頬ばった": { + "w_type": "conjugated godan verb", + "romaji": "hoobatta" + }, + "頬ばって": { + "w_type": "conjugated godan verb", + "romaji": "hoobatte" + }, + "酔い潰さ": { + "w_type": "godan verb stem", + "romaji": "yoitsubusa" + }, + "酔い潰し": { + "w_type": "godan verb stem", + "romaji": "yoitsubushi" + }, + "酔い潰せ": { + "w_type": "conjugated godan verb", + "romaji": "yoitsubuse" + }, + "酔い潰そ": { + "w_type": "godan verb stem", + "romaji": "yoitsubuso" + }, + "酔い潰した": { + "w_type": "conjugated godan verb", + "romaji": "yoitsubushita" + }, + "酔い潰して": { + "w_type": "conjugated godan verb", + "romaji": "yoitsubushite" + }, + "握らさ": { + "w_type": "godan verb stem", + "romaji": "nigirasa" + }, + "握らし": { + "w_type": "godan verb stem", + "romaji": "nigirashi" + }, + "握らせ": { + "w_type": "conjugated godan verb", + "romaji": "nigirase" + }, + "握らそ": { + "w_type": "godan verb stem", + "romaji": "nigiraso" + }, + "握らした": { + "w_type": "conjugated godan verb", + "romaji": "nigirashita" + }, + "握らして": { + "w_type": "conjugated godan verb", + "romaji": "nigirashite" + }, + "噛付か": { + "w_type": "godan verb stem", + "romaji": "kamitsuka" + }, + "噛付き": { + "w_type": "godan verb stem", + "romaji": "kamitsuki" + }, + "噛付け": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuke" + }, + "噛付こ": { + "w_type": "godan verb stem", + "romaji": "kamitsuko" + }, + "噛付いた": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuita" + }, + "噛付いて": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuite" + }, + "茹がか": { + "w_type": "godan verb stem", + "romaji": "yugaka" + }, + "茹がき": { + "w_type": "godan verb stem", + "romaji": "yugaki" + }, + "茹がけ": { + "w_type": "conjugated godan verb", + "romaji": "yugake" + }, + "茹がこ": { + "w_type": "godan verb stem", + "romaji": "yugako" + }, + "茹がいた": { + "w_type": "conjugated godan verb", + "romaji": "yugaita" + }, + "茹がいて": { + "w_type": "conjugated godan verb", + "romaji": "yugaite" + }, + "盛上ら": { + "w_type": "godan verb stem", + "romaji": "moriagara" + }, + "盛上り": { + "w_type": "godan verb stem", + "romaji": "moriagari" + }, + "盛上れ": { + "w_type": "conjugated godan verb", + "romaji": "moriagare" + }, + "盛上ろ": { + "w_type": "godan verb stem", + "romaji": "moriagaro" + }, + "盛上った": { + "w_type": "conjugated godan verb", + "romaji": "moriagatta" + }, + "盛上って": { + "w_type": "conjugated godan verb", + "romaji": "moriagatte" + }, + "名指さ": { + "w_type": "godan verb stem", + "romaji": "nazasa" + }, + "名指し": { + "w_type": "godan verb stem", + "romaji": "nazashi" + }, + "名指せ": { + "w_type": "conjugated godan verb", + "romaji": "nazase" + }, + "名指そ": { + "w_type": "godan verb stem", + "romaji": "nazaso" + }, + "名指した": { + "w_type": "conjugated godan verb", + "romaji": "nazashita" + }, + "名指して": { + "w_type": "conjugated godan verb", + "romaji": "nazashite" + }, + "座り直さ": { + "w_type": "godan verb stem", + "romaji": "suwarinaosa" + }, + "座り直し": { + "w_type": "godan verb stem", + "romaji": "suwarinaoshi" + }, + "座り直せ": { + "w_type": "conjugated godan verb", + "romaji": "suwarinaose" + }, + "座り直そ": { + "w_type": "godan verb stem", + "romaji": "suwarinaoso" + }, + "座り直した": { + "w_type": "conjugated godan verb", + "romaji": "suwarinaoshita" + }, + "座り直して": { + "w_type": "conjugated godan verb", + "romaji": "suwarinaoshite" + }, + "引延ばさ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引延ばし": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引延ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引延ばそ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引延ばした": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引延ばして": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "曲りくねら": { + "w_type": "godan verb stem", + "romaji": "magarikunera" + }, + "曲りくねり": { + "w_type": "godan verb stem", + "romaji": "magarikuneri" + }, + "曲りくねれ": { + "w_type": "conjugated godan verb", + "romaji": "magarikunere" + }, + "曲りくねろ": { + "w_type": "godan verb stem", + "romaji": "magarikunero" + }, + "曲りくねった": { + "w_type": "conjugated godan verb", + "romaji": "magarikunetta" + }, + "曲りくねって": { + "w_type": "conjugated godan verb", + "romaji": "magarikunette" + }, + "取り締まら": { + "w_type": "godan verb stem", + "romaji": "torishimara" + }, + "取り締まり": { + "w_type": "godan verb stem", + "romaji": "torishimari" + }, + "取り締まれ": { + "w_type": "conjugated godan verb", + "romaji": "torishimare" + }, + "取り締まろ": { + "w_type": "godan verb stem", + "romaji": "torishimaro" + }, + "取り締まった": { + "w_type": "conjugated godan verb", + "romaji": "torishimatta" + }, + "取り締まって": { + "w_type": "conjugated godan verb", + "romaji": "torishimatte" + }, + "払い戻さ": { + "w_type": "godan verb stem", + "romaji": "haraimodosa" + }, + "払い戻し": { + "w_type": "godan verb stem", + "romaji": "haraimodoshi" + }, + "払い戻せ": { + "w_type": "conjugated godan verb", + "romaji": "haraimodose" + }, + "払い戻そ": { + "w_type": "godan verb stem", + "romaji": "haraimodoso" + }, + "払い戻した": { + "w_type": "conjugated godan verb", + "romaji": "haraimodoshita" + }, + "払い戻して": { + "w_type": "conjugated godan verb", + "romaji": "haraimodoshite" + }, + "通ら": { + "w_type": "godan verb stem", + "romaji": "toora" + }, + "通り": { + "w_type": "godan verb stem", + "romaji": "toori" + }, + "通れ": { + "w_type": "conjugated godan verb", + "romaji": "toore" + }, + "通ろ": { + "w_type": "godan verb stem", + "romaji": "tooro" + }, + "通った": { + "w_type": "conjugated godan verb", + "romaji": "tootta" + }, + "通って": { + "w_type": "conjugated godan verb", + "romaji": "tootte" + }, + "憶わ": { + "w_type": "godan verb stem", + "romaji": "omowa" + }, + "憶い": { + "w_type": "godan verb stem", + "romaji": "omoi" + }, + "憶え": { + "w_type": "conjugated godan verb", + "romaji": "omoe" + }, + "憶お": { + "w_type": "godan verb stem", + "romaji": "omoo" + }, + "憶った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "憶って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "潜ら": { + "w_type": "godan verb stem", + "romaji": "kugura" + }, + "潜り": { + "w_type": "godan verb stem", + "romaji": "kuguri" + }, + "潜れ": { + "w_type": "conjugated godan verb", + "romaji": "kugure" + }, + "潜ろ": { + "w_type": "godan verb stem", + "romaji": "kuguro" + }, + "潜った": { + "w_type": "conjugated godan verb", + "romaji": "kugutta" + }, + "潜って": { + "w_type": "conjugated godan verb", + "romaji": "kugutte" + }, + "奮わ": { + "w_type": "godan verb stem", + "romaji": "furuwa" + }, + "奮い": { + "w_type": "godan verb stem", + "romaji": "furui" + }, + "奮え": { + "w_type": "conjugated godan verb", + "romaji": "furue" + }, + "奮お": { + "w_type": "godan verb stem", + "romaji": "furuo" + }, + "奮った": { + "w_type": "conjugated godan verb", + "romaji": "furutta" + }, + "奮って": { + "w_type": "conjugated godan verb", + "romaji": "furutte" + }, + "葺か": { + "w_type": "godan verb stem", + "romaji": "fuka" + }, + "葺き": { + "w_type": "godan verb stem", + "romaji": "fuki" + }, + "葺け": { + "w_type": "conjugated godan verb", + "romaji": "fuke" + }, + "葺こ": { + "w_type": "godan verb stem", + "romaji": "fuko" + }, + "葺いた": { + "w_type": "conjugated godan verb", + "romaji": "fuita" + }, + "葺いて": { + "w_type": "conjugated godan verb", + "romaji": "fuite" + }, + "安らが": { + "w_type": "godan verb stem", + "romaji": "yasuraga" + }, + "安らぎ": { + "w_type": "godan verb stem", + "romaji": "yasuragi" + }, + "安らげ": { + "w_type": "conjugated godan verb", + "romaji": "yasurage" + }, + "安らご": { + "w_type": "godan verb stem", + "romaji": "yasurago" + }, + "安らいだ": { + "w_type": "conjugated godan verb", + "romaji": "yasuraida" + }, + "安らいで": { + "w_type": "conjugated godan verb", + "romaji": "yasuraide" + }, + "たび重なら": { + "w_type": "godan verb stem", + "romaji": "tabikasanara" + }, + "たび重なり": { + "w_type": "godan verb stem", + "romaji": "tabikasanari" + }, + "たび重なれ": { + "w_type": "conjugated godan verb", + "romaji": "tabikasanare" + }, + "たび重なろ": { + "w_type": "godan verb stem", + "romaji": "tabikasanaro" + }, + "たび重なった": { + "w_type": "conjugated godan verb", + "romaji": "tabikasanatta" + }, + "たび重なって": { + "w_type": "conjugated godan verb", + "romaji": "tabikasanatte" + }, + "説き明かさ": { + "w_type": "godan verb stem", + "romaji": "tokiakasa" + }, + "説き明かし": { + "w_type": "godan verb stem", + "romaji": "tokiakashi" + }, + "説き明かせ": { + "w_type": "conjugated godan verb", + "romaji": "tokiakase" + }, + "説き明かそ": { + "w_type": "godan verb stem", + "romaji": "tokiakaso" + }, + "説き明かした": { + "w_type": "conjugated godan verb", + "romaji": "tokiakashita" + }, + "説き明かして": { + "w_type": "conjugated godan verb", + "romaji": "tokiakashite" + }, + "組込ま": { + "w_type": "godan verb stem", + "romaji": "kumikoma" + }, + "組込み": { + "w_type": "godan verb stem", + "romaji": "kumikomi" + }, + "組込め": { + "w_type": "conjugated godan verb", + "romaji": "kumikome" + }, + "組込も": { + "w_type": "godan verb stem", + "romaji": "kumikomo" + }, + "組込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kumikonda" + }, + "組込んで": { + "w_type": "conjugated godan verb", + "romaji": "kumikonde" + }, + "為済まさ": { + "w_type": "godan verb stem", + "romaji": "shisumasa" + }, + "為済まし": { + "w_type": "godan verb stem", + "romaji": "shisumashi" + }, + "為済ませ": { + "w_type": "conjugated godan verb", + "romaji": "shisumase" + }, + "為済まそ": { + "w_type": "godan verb stem", + "romaji": "shisumaso" + }, + "為済ました": { + "w_type": "conjugated godan verb", + "romaji": "shisumashita" + }, + "為済まして": { + "w_type": "conjugated godan verb", + "romaji": "shisumashite" + }, + "売り叩か": { + "w_type": "godan verb stem", + "romaji": "uritataka" + }, + "売り叩き": { + "w_type": "godan verb stem", + "romaji": "uritataki" + }, + "売り叩け": { + "w_type": "conjugated godan verb", + "romaji": "uritatake" + }, + "売り叩こ": { + "w_type": "godan verb stem", + "romaji": "uritatako" + }, + "売り叩いた": { + "w_type": "conjugated godan verb", + "romaji": "uritataita" + }, + "売り叩いて": { + "w_type": "conjugated godan verb", + "romaji": "uritataite" + }, + "巻取ら": { + "w_type": "godan verb stem", + "romaji": "makitora" + }, + "巻取り": { + "w_type": "godan verb stem", + "romaji": "makitori" + }, + "巻取れ": { + "w_type": "conjugated godan verb", + "romaji": "makitore" + }, + "巻取ろ": { + "w_type": "godan verb stem", + "romaji": "makitoro" + }, + "巻取った": { + "w_type": "conjugated godan verb", + "romaji": "makitotta" + }, + "巻取って": { + "w_type": "conjugated godan verb", + "romaji": "makitotte" + }, + "通わ": { + "w_type": "godan verb stem", + "romaji": "kayowa" + }, + "通い": { + "w_type": "godan verb stem", + "romaji": "kayoi" + }, + "通え": { + "w_type": "conjugated godan verb", + "romaji": "kayoe" + }, + "通お": { + "w_type": "godan verb stem", + "romaji": "kayoo" + }, + "作り損なわ": { + "w_type": "godan verb stem", + "romaji": "tsukurisokonawa" + }, + "作り損ない": { + "w_type": "godan verb stem", + "romaji": "tsukurisokonai" + }, + "作り損なえ": { + "w_type": "conjugated godan verb", + "romaji": "tsukurisokonae" + }, + "作り損なお": { + "w_type": "godan verb stem", + "romaji": "tsukurisokonao" + }, + "作り損なった": { + "w_type": "conjugated godan verb", + "romaji": "tsukurisokonatta" + }, + "作り損なって": { + "w_type": "conjugated godan verb", + "romaji": "tsukurisokonatte" + }, + "授から": { + "w_type": "godan verb stem", + "romaji": "sazukara" + }, + "授かり": { + "w_type": "godan verb stem", + "romaji": "sazukari" + }, + "授かれ": { + "w_type": "conjugated godan verb", + "romaji": "sazukare" + }, + "授かろ": { + "w_type": "godan verb stem", + "romaji": "sazukaro" + }, + "授かった": { + "w_type": "conjugated godan verb", + "romaji": "sazukatta" + }, + "授かって": { + "w_type": "conjugated godan verb", + "romaji": "sazukatte" + }, + "正気づか": { + "w_type": "godan verb stem", + "romaji": "shoukizuka" + }, + "正気づき": { + "w_type": "godan verb stem", + "romaji": "shoukizuki" + }, + "正気づけ": { + "w_type": "conjugated godan verb", + "romaji": "shoukizuke" + }, + "正気づこ": { + "w_type": "godan verb stem", + "romaji": "shoukizuko" + }, + "正気づいた": { + "w_type": "conjugated godan verb", + "romaji": "shoukizuita" + }, + "正気づいて": { + "w_type": "conjugated godan verb", + "romaji": "shoukizuite" + }, + "繞か": { + "w_type": "godan verb stem", + "romaji": "shimaka" + }, + "繞き": { + "w_type": "godan verb stem", + "romaji": "shimaki" + }, + "繞け": { + "w_type": "conjugated godan verb", + "romaji": "shimake" + }, + "繞こ": { + "w_type": "godan verb stem", + "romaji": "shimako" + }, + "繞いた": { + "w_type": "conjugated godan verb", + "romaji": "shimaita" + }, + "繞いて": { + "w_type": "conjugated godan verb", + "romaji": "shimaite" + }, + "運び出さ": { + "w_type": "godan verb stem", + "romaji": "hakobidasa" + }, + "運び出し": { + "w_type": "godan verb stem", + "romaji": "hakobidashi" + }, + "運び出せ": { + "w_type": "conjugated godan verb", + "romaji": "hakobidase" + }, + "運び出そ": { + "w_type": "godan verb stem", + "romaji": "hakobidaso" + }, + "運び出した": { + "w_type": "conjugated godan verb", + "romaji": "hakobidashita" + }, + "運び出して": { + "w_type": "conjugated godan verb", + "romaji": "hakobidashite" + }, + "入り混じら": { + "w_type": "godan verb stem", + "romaji": "irimajira" + }, + "入り混じり": { + "w_type": "godan verb stem", + "romaji": "irimajiri" + }, + "入り混じれ": { + "w_type": "conjugated godan verb", + "romaji": "irimajire" + }, + "入り混じろ": { + "w_type": "godan verb stem", + "romaji": "irimajiro" + }, + "入り混じった": { + "w_type": "conjugated godan verb", + "romaji": "irimajitta" + }, + "入り混じって": { + "w_type": "conjugated godan verb", + "romaji": "irimajitte" + }, + "潜り込ま": { + "w_type": "godan verb stem", + "romaji": "mogurikoma" + }, + "潜り込み": { + "w_type": "godan verb stem", + "romaji": "mogurikomi" + }, + "潜り込め": { + "w_type": "conjugated godan verb", + "romaji": "mogurikome" + }, + "潜り込も": { + "w_type": "godan verb stem", + "romaji": "mogurikomo" + }, + "潜り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mogurikonda" + }, + "潜り込んで": { + "w_type": "conjugated godan verb", + "romaji": "mogurikonde" + }, + "散らから": { + "w_type": "godan verb stem", + "romaji": "chirakara" + }, + "散らかり": { + "w_type": "godan verb stem", + "romaji": "chirakari" + }, + "散らかれ": { + "w_type": "conjugated godan verb", + "romaji": "chirakare" + }, + "散らかろ": { + "w_type": "godan verb stem", + "romaji": "chirakaro" + }, + "散らかった": { + "w_type": "conjugated godan verb", + "romaji": "chirakatta" + }, + "散らかって": { + "w_type": "conjugated godan verb", + "romaji": "chirakatte" + }, + "飲み倒さ": { + "w_type": "godan verb stem", + "romaji": "nomitaosa" + }, + "飲み倒し": { + "w_type": "godan verb stem", + "romaji": "nomitaoshi" + }, + "飲み倒せ": { + "w_type": "conjugated godan verb", + "romaji": "nomitaose" + }, + "飲み倒そ": { + "w_type": "godan verb stem", + "romaji": "nomitaoso" + }, + "飲み倒した": { + "w_type": "conjugated godan verb", + "romaji": "nomitaoshita" + }, + "飲み倒して": { + "w_type": "conjugated godan verb", + "romaji": "nomitaoshite" + }, + "寿が": { + "w_type": "godan verb stem", + "romaji": "kotohoga" + }, + "寿ぎ": { + "w_type": "godan verb stem", + "romaji": "kotohogi" + }, + "寿げ": { + "w_type": "conjugated godan verb", + "romaji": "kotohoge" + }, + "寿ご": { + "w_type": "godan verb stem", + "romaji": "kotohogo" + }, + "寿いだ": { + "w_type": "conjugated godan verb", + "romaji": "kotohoida" + }, + "寿いで": { + "w_type": "conjugated godan verb", + "romaji": "kotohoide" + }, + "投げ込ま": { + "w_type": "godan verb stem", + "romaji": "nagekoma" + }, + "投げ込み": { + "w_type": "godan verb stem", + "romaji": "nagekomi" + }, + "投げ込め": { + "w_type": "conjugated godan verb", + "romaji": "nagekome" + }, + "投げ込も": { + "w_type": "godan verb stem", + "romaji": "nagekomo" + }, + "投げ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nagekonda" + }, + "投げ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nagekonde" + }, + "黙ら": { + "w_type": "godan verb stem", + "romaji": "damara" + }, + "黙り": { + "w_type": "godan verb stem", + "romaji": "damari" + }, + "黙れ": { + "w_type": "conjugated godan verb", + "romaji": "damare" + }, + "黙ろ": { + "w_type": "godan verb stem", + "romaji": "damaro" + }, + "黙った": { + "w_type": "conjugated godan verb", + "romaji": "damatta" + }, + "黙って": { + "w_type": "conjugated godan verb", + "romaji": "damatte" + }, + "濳ま": { + "w_type": "godan verb stem", + "romaji": "hisoma" + }, + "濳み": { + "w_type": "godan verb stem", + "romaji": "hisomi" + }, + "濳め": { + "w_type": "conjugated godan verb", + "romaji": "hisome" + }, + "濳も": { + "w_type": "godan verb stem", + "romaji": "hisomo" + }, + "濳んだ": { + "w_type": "conjugated godan verb", + "romaji": "hisonda" + }, + "濳んで": { + "w_type": "conjugated godan verb", + "romaji": "hisonde" + }, + "締め括ら": { + "w_type": "godan verb stem", + "romaji": "shimekukura" + }, + "締め括り": { + "w_type": "godan verb stem", + "romaji": "shimekukuri" + }, + "締め括れ": { + "w_type": "conjugated godan verb", + "romaji": "shimekukure" + }, + "締め括ろ": { + "w_type": "godan verb stem", + "romaji": "shimekukuro" + }, + "締め括った": { + "w_type": "conjugated godan verb", + "romaji": "shimekukutta" + }, + "締め括って": { + "w_type": "conjugated godan verb", + "romaji": "shimekukutte" + }, + "踊らさ": { + "w_type": "godan verb stem", + "romaji": "odorasa" + }, + "踊らし": { + "w_type": "godan verb stem", + "romaji": "odorashi" + }, + "踊らせ": { + "w_type": "conjugated godan verb", + "romaji": "odorase" + }, + "踊らそ": { + "w_type": "godan verb stem", + "romaji": "odoraso" + }, + "踊らした": { + "w_type": "conjugated godan verb", + "romaji": "odorashita" + }, + "踊らして": { + "w_type": "conjugated godan verb", + "romaji": "odorashite" + }, + "笑わ": { + "w_type": "godan verb stem", + "romaji": "warawa" + }, + "笑い": { + "w_type": "godan verb stem", + "romaji": "warai" + }, + "笑え": { + "w_type": "conjugated godan verb", + "romaji": "warae" + }, + "笑お": { + "w_type": "godan verb stem", + "romaji": "warao" + }, + "笑った": { + "w_type": "conjugated godan verb", + "romaji": "waratta" + }, + "笑って": { + "w_type": "conjugated godan verb", + "romaji": "waratte" + }, + "草産さ": { + "w_type": "godan verb stem", + "romaji": "kusamusa" + }, + "草産し": { + "w_type": "godan verb stem", + "romaji": "kusamushi" + }, + "草産せ": { + "w_type": "conjugated godan verb", + "romaji": "kusamuse" + }, + "草産そ": { + "w_type": "godan verb stem", + "romaji": "kusamuso" + }, + "草産した": { + "w_type": "conjugated godan verb", + "romaji": "kusamushita" + }, + "草産して": { + "w_type": "conjugated godan verb", + "romaji": "kusamushite" + }, + "訛ら": { + "w_type": "godan verb stem", + "romaji": "namara" + }, + "訛り": { + "w_type": "godan verb stem", + "romaji": "namari" + }, + "訛れ": { + "w_type": "conjugated godan verb", + "romaji": "namare" + }, + "訛ろ": { + "w_type": "godan verb stem", + "romaji": "namaro" + }, + "訛った": { + "w_type": "conjugated godan verb", + "romaji": "namatta" + }, + "訛って": { + "w_type": "conjugated godan verb", + "romaji": "namatte" + }, + "伸し掛ら": { + "w_type": "godan verb stem", + "romaji": "noshikakara" + }, + "伸し掛り": { + "w_type": "godan verb stem", + "romaji": "noshikakari" + }, + "伸し掛れ": { + "w_type": "conjugated godan verb", + "romaji": "noshikakare" + }, + "伸し掛ろ": { + "w_type": "godan verb stem", + "romaji": "noshikakaro" + }, + "伸し掛った": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatta" + }, + "伸し掛って": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatte" + }, + "見倣わ": { + "w_type": "godan verb stem", + "romaji": "minarawa" + }, + "見倣い": { + "w_type": "godan verb stem", + "romaji": "minarai" + }, + "見倣え": { + "w_type": "conjugated godan verb", + "romaji": "minarae" + }, + "見倣お": { + "w_type": "godan verb stem", + "romaji": "minarao" + }, + "見倣った": { + "w_type": "conjugated godan verb", + "romaji": "minaratta" + }, + "見倣って": { + "w_type": "conjugated godan verb", + "romaji": "minaratte" + }, + "ひん剥か": { + "w_type": "godan verb stem", + "romaji": "hinmuka" + }, + "ひん剥き": { + "w_type": "godan verb stem", + "romaji": "hinmuki" + }, + "ひん剥け": { + "w_type": "conjugated godan verb", + "romaji": "hinmuke" + }, + "ひん剥こ": { + "w_type": "godan verb stem", + "romaji": "hinmuko" + }, + "ひん剥いた": { + "w_type": "conjugated godan verb", + "romaji": "hinmuita" + }, + "ひん剥いて": { + "w_type": "conjugated godan verb", + "romaji": "hinmuite" + }, + "粒だた": { + "w_type": "godan verb stem", + "romaji": "tsubudata" + }, + "粒だち": { + "w_type": "godan verb stem", + "romaji": "tsubudachi" + }, + "粒だて": { + "w_type": "conjugated godan verb", + "romaji": "tsubudate" + }, + "粒だと": { + "w_type": "godan verb stem", + "romaji": "tsubudato" + }, + "粒だった": { + "w_type": "conjugated godan verb", + "romaji": "tsubudatta" + }, + "粒だって": { + "w_type": "conjugated godan verb", + "romaji": "tsubudatte" + }, + "攻上ら": { + "w_type": "godan verb stem", + "romaji": "semenobora" + }, + "攻上り": { + "w_type": "godan verb stem", + "romaji": "semenobori" + }, + "攻上れ": { + "w_type": "conjugated godan verb", + "romaji": "semenobore" + }, + "攻上ろ": { + "w_type": "godan verb stem", + "romaji": "semenoboro" + }, + "攻上った": { + "w_type": "conjugated godan verb", + "romaji": "semenobotta" + }, + "攻上って": { + "w_type": "conjugated godan verb", + "romaji": "semenobotte" + }, + "繰り込ま": { + "w_type": "godan verb stem", + "romaji": "kurikoma" + }, + "繰り込み": { + "w_type": "godan verb stem", + "romaji": "kurikomi" + }, + "繰り込め": { + "w_type": "conjugated godan verb", + "romaji": "kurikome" + }, + "繰り込も": { + "w_type": "godan verb stem", + "romaji": "kurikomo" + }, + "繰り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kurikonda" + }, + "繰り込んで": { + "w_type": "conjugated godan verb", + "romaji": "kurikonde" + }, + "焼けつか": { + "w_type": "godan verb stem", + "romaji": "yaketsuka" + }, + "焼けつき": { + "w_type": "godan verb stem", + "romaji": "yaketsuki" + }, + "焼けつけ": { + "w_type": "conjugated godan verb", + "romaji": "yaketsuke" + }, + "焼けつこ": { + "w_type": "godan verb stem", + "romaji": "yaketsuko" + }, + "焼けついた": { + "w_type": "conjugated godan verb", + "romaji": "yaketsuita" + }, + "焼けついて": { + "w_type": "conjugated godan verb", + "romaji": "yaketsuite" + }, + "食縛ら": { + "w_type": "godan verb stem", + "romaji": "kuishibara" + }, + "食縛り": { + "w_type": "godan verb stem", + "romaji": "kuishibari" + }, + "食縛れ": { + "w_type": "conjugated godan verb", + "romaji": "kuishibare" + }, + "食縛ろ": { + "w_type": "godan verb stem", + "romaji": "kuishibaro" + }, + "食縛った": { + "w_type": "conjugated godan verb", + "romaji": "kuishibatta" + }, + "食縛って": { + "w_type": "conjugated godan verb", + "romaji": "kuishibatte" + }, + "食い付か": { + "w_type": "godan verb stem", + "romaji": "kuitsuka" + }, + "食い付き": { + "w_type": "godan verb stem", + "romaji": "kuitsuki" + }, + "食い付け": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuke" + }, + "食い付こ": { + "w_type": "godan verb stem", + "romaji": "kuitsuko" + }, + "食い付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuita" + }, + "食い付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuitsuite" + }, + "言い触らさ": { + "w_type": "godan verb stem", + "romaji": "iifurasa" + }, + "言い触らし": { + "w_type": "godan verb stem", + "romaji": "iifurashi" + }, + "言い触らせ": { + "w_type": "conjugated godan verb", + "romaji": "iifurase" + }, + "言い触らそ": { + "w_type": "godan verb stem", + "romaji": "iifuraso" + }, + "言い触らした": { + "w_type": "conjugated godan verb", + "romaji": "iifurashita" + }, + "言い触らして": { + "w_type": "conjugated godan verb", + "romaji": "iifurashite" + }, + "探しまわら": { + "w_type": "godan verb stem", + "romaji": "sagashimawara" + }, + "探しまわり": { + "w_type": "godan verb stem", + "romaji": "sagashimawari" + }, + "探しまわれ": { + "w_type": "conjugated godan verb", + "romaji": "sagashimaware" + }, + "探しまわろ": { + "w_type": "godan verb stem", + "romaji": "sagashimawaro" + }, + "探しまわった": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatta" + }, + "探しまわって": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatte" + }, + "嗅ぎ回ら": { + "w_type": "godan verb stem", + "romaji": "kagimawara" + }, + "嗅ぎ回り": { + "w_type": "godan verb stem", + "romaji": "kagimawari" + }, + "嗅ぎ回れ": { + "w_type": "conjugated godan verb", + "romaji": "kagimaware" + }, + "嗅ぎ回ろ": { + "w_type": "godan verb stem", + "romaji": "kagimawaro" + }, + "嗅ぎ回った": { + "w_type": "conjugated godan verb", + "romaji": "kagimawatta" + }, + "嗅ぎ回って": { + "w_type": "conjugated godan verb", + "romaji": "kagimawatte" + }, + "問わ": { + "w_type": "godan verb stem", + "romaji": "towa" + }, + "問い": { + "w_type": "godan verb stem", + "romaji": "toi" + }, + "問え": { + "w_type": "conjugated godan verb", + "romaji": "toe" + }, + "問お": { + "w_type": "godan verb stem", + "romaji": "too" + }, + "問った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "問って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "連れ込ま": { + "w_type": "godan verb stem", + "romaji": "tsurekoma" + }, + "連れ込み": { + "w_type": "godan verb stem", + "romaji": "tsurekomi" + }, + "連れ込め": { + "w_type": "conjugated godan verb", + "romaji": "tsurekome" + }, + "連れ込も": { + "w_type": "godan verb stem", + "romaji": "tsurekomo" + }, + "連れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurekonda" + }, + "連れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurekonde" + }, + "嘲ら": { + "w_type": "godan verb stem", + "romaji": "azakera" + }, + "嘲り": { + "w_type": "godan verb stem", + "romaji": "azakeri" + }, + "嘲れ": { + "w_type": "conjugated godan verb", + "romaji": "azakere" + }, + "嘲ろ": { + "w_type": "godan verb stem", + "romaji": "azakero" + }, + "嘲った": { + "w_type": "conjugated godan verb", + "romaji": "azaketta" + }, + "嘲って": { + "w_type": "conjugated godan verb", + "romaji": "azakette" + }, + "分かち合わ": { + "w_type": "godan verb stem", + "romaji": "wakachiawa" + }, + "分かち合い": { + "w_type": "godan verb stem", + "romaji": "wakachiai" + }, + "分かち合え": { + "w_type": "conjugated godan verb", + "romaji": "wakachiae" + }, + "分かち合お": { + "w_type": "godan verb stem", + "romaji": "wakachiao" + }, + "分かち合った": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatta" + }, + "分かち合って": { + "w_type": "conjugated godan verb", + "romaji": "wakachiatte" + }, + "斬り掛から": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "斬り掛かり": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "斬り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "斬り掛かろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "斬り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "斬り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "食い尽くさ": { + "w_type": "godan verb stem", + "romaji": "kuitsukusa" + }, + "食い尽くし": { + "w_type": "godan verb stem", + "romaji": "kuitsukushi" + }, + "食い尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "kuitsukuse" + }, + "食い尽くそ": { + "w_type": "godan verb stem", + "romaji": "kuitsukuso" + }, + "食い尽くした": { + "w_type": "conjugated godan verb", + "romaji": "kuitsukushita" + }, + "食い尽くして": { + "w_type": "conjugated godan verb", + "romaji": "kuitsukushite" + }, + "遠のか": { + "w_type": "godan verb stem", + "romaji": "toonoka" + }, + "遠のき": { + "w_type": "godan verb stem", + "romaji": "toonoki" + }, + "遠のけ": { + "w_type": "conjugated godan verb", + "romaji": "toonoke" + }, + "遠のこ": { + "w_type": "godan verb stem", + "romaji": "toonoko" + }, + "遠のいた": { + "w_type": "conjugated godan verb", + "romaji": "toonoita" + }, + "遠のいて": { + "w_type": "conjugated godan verb", + "romaji": "toonoite" + }, + "乗り通ら": { + "w_type": "godan verb stem", + "romaji": "noritoora" + }, + "乗り通り": { + "w_type": "godan verb stem", + "romaji": "noritoori" + }, + "乗り通れ": { + "w_type": "conjugated godan verb", + "romaji": "noritoore" + }, + "乗り通ろ": { + "w_type": "godan verb stem", + "romaji": "noritooro" + }, + "乗り通った": { + "w_type": "conjugated godan verb", + "romaji": "noritootta" + }, + "乗り通って": { + "w_type": "conjugated godan verb", + "romaji": "noritootte" + }, + "外さ": { + "w_type": "godan verb stem", + "romaji": "hazusa" + }, + "外し": { + "w_type": "godan verb stem", + "romaji": "hazushi" + }, + "外せ": { + "w_type": "conjugated godan verb", + "romaji": "hazuse" + }, + "外そ": { + "w_type": "godan verb stem", + "romaji": "hazuso" + }, + "外した": { + "w_type": "conjugated godan verb", + "romaji": "hazushita" + }, + "外して": { + "w_type": "conjugated godan verb", + "romaji": "hazushite" + }, + "差し当たら": { + "w_type": "godan verb stem", + "romaji": "sashiatara" + }, + "差し当たり": { + "w_type": "godan verb stem", + "romaji": "sashiatari" + }, + "差し当たれ": { + "w_type": "conjugated godan verb", + "romaji": "sashiatare" + }, + "差し当たろ": { + "w_type": "godan verb stem", + "romaji": "sashiataro" + }, + "差し当たった": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatta" + }, + "差し当たって": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatte" + }, + "犇めき合わ": { + "w_type": "godan verb stem", + "romaji": "hishimekiawa" + }, + "犇めき合い": { + "w_type": "godan verb stem", + "romaji": "hishimekiai" + }, + "犇めき合え": { + "w_type": "conjugated godan verb", + "romaji": "hishimekiae" + }, + "犇めき合お": { + "w_type": "godan verb stem", + "romaji": "hishimekiao" + }, + "犇めき合った": { + "w_type": "conjugated godan verb", + "romaji": "hishimekiatta" + }, + "犇めき合って": { + "w_type": "conjugated godan verb", + "romaji": "hishimekiatte" + }, + "破か": { + "w_type": "godan verb stem", + "romaji": "yabuka" + }, + "破き": { + "w_type": "godan verb stem", + "romaji": "yabuki" + }, + "破け": { + "w_type": "conjugated godan verb", + "romaji": "yabuke" + }, + "破こ": { + "w_type": "godan verb stem", + "romaji": "yabuko" + }, + "破いた": { + "w_type": "conjugated godan verb", + "romaji": "yabuita" + }, + "破いて": { + "w_type": "conjugated godan verb", + "romaji": "yabuite" + }, + "振るい落さ": { + "w_type": "godan verb stem", + "romaji": "furuiotosa" + }, + "振るい落し": { + "w_type": "godan verb stem", + "romaji": "furuiotoshi" + }, + "振るい落せ": { + "w_type": "conjugated godan verb", + "romaji": "furuiotose" + }, + "振るい落そ": { + "w_type": "godan verb stem", + "romaji": "furuiotoso" + }, + "振るい落した": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshita" + }, + "振るい落して": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshite" + }, + "係わり合わ": { + "w_type": "godan verb stem", + "romaji": "kakawariawa" + }, + "係わり合い": { + "w_type": "godan verb stem", + "romaji": "kakawariai" + }, + "係わり合え": { + "w_type": "conjugated godan verb", + "romaji": "kakawariae" + }, + "係わり合お": { + "w_type": "godan verb stem", + "romaji": "kakawariao" + }, + "係わり合った": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatta" + }, + "係わり合って": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatte" + }, + "受け出さ": { + "w_type": "godan verb stem", + "romaji": "ukedasa" + }, + "受け出し": { + "w_type": "godan verb stem", + "romaji": "ukedashi" + }, + "受け出せ": { + "w_type": "conjugated godan verb", + "romaji": "ukedase" + }, + "受け出そ": { + "w_type": "godan verb stem", + "romaji": "ukedaso" + }, + "受け出した": { + "w_type": "conjugated godan verb", + "romaji": "ukedashita" + }, + "受け出して": { + "w_type": "conjugated godan verb", + "romaji": "ukedashite" + }, + "出払わ": { + "w_type": "godan verb stem", + "romaji": "deharawa" + }, + "出払い": { + "w_type": "godan verb stem", + "romaji": "deharai" + }, + "出払え": { + "w_type": "conjugated godan verb", + "romaji": "deharae" + }, + "出払お": { + "w_type": "godan verb stem", + "romaji": "deharao" + }, + "出払った": { + "w_type": "conjugated godan verb", + "romaji": "deharatta" + }, + "出払って": { + "w_type": "conjugated godan verb", + "romaji": "deharatte" + }, + "巻き起ら": { + "w_type": "godan verb stem", + "romaji": "makiokora" + }, + "巻き起り": { + "w_type": "godan verb stem", + "romaji": "makiokori" + }, + "巻き起れ": { + "w_type": "conjugated godan verb", + "romaji": "makiokore" + }, + "巻き起ろ": { + "w_type": "godan verb stem", + "romaji": "makiokoro" + }, + "巻き起った": { + "w_type": "conjugated godan verb", + "romaji": "makiokotta" + }, + "巻き起って": { + "w_type": "conjugated godan verb", + "romaji": "makiokotte" + }, + "巻き起さ": { + "w_type": "godan verb stem", + "romaji": "makiokosa" + }, + "巻き起し": { + "w_type": "godan verb stem", + "romaji": "makiokoshi" + }, + "巻き起せ": { + "w_type": "conjugated godan verb", + "romaji": "makiokose" + }, + "巻き起そ": { + "w_type": "godan verb stem", + "romaji": "makiokoso" + }, + "巻き起した": { + "w_type": "conjugated godan verb", + "romaji": "makiokoshita" + }, + "巻き起して": { + "w_type": "conjugated godan verb", + "romaji": "makiokoshite" + }, + "囀ら": { + "w_type": "godan verb stem", + "romaji": "saezura" + }, + "囀り": { + "w_type": "godan verb stem", + "romaji": "saezuri" + }, + "囀れ": { + "w_type": "conjugated godan verb", + "romaji": "saezure" + }, + "囀ろ": { + "w_type": "godan verb stem", + "romaji": "saezuro" + }, + "囀った": { + "w_type": "conjugated godan verb", + "romaji": "saezutta" + }, + "囀って": { + "w_type": "conjugated godan verb", + "romaji": "saezutte" + }, + "戯さ": { + "w_type": "godan verb stem", + "romaji": "jarasa" + }, + "戯し": { + "w_type": "godan verb stem", + "romaji": "jarashi" + }, + "戯せ": { + "w_type": "conjugated godan verb", + "romaji": "jarase" + }, + "戯そ": { + "w_type": "godan verb stem", + "romaji": "jaraso" + }, + "戯した": { + "w_type": "conjugated godan verb", + "romaji": "jarashita" + }, + "戯して": { + "w_type": "conjugated godan verb", + "romaji": "jarashite" + }, + "恥らわ": { + "w_type": "godan verb stem", + "romaji": "hajirawa" + }, + "恥らい": { + "w_type": "godan verb stem", + "romaji": "hajirai" + }, + "恥らえ": { + "w_type": "conjugated godan verb", + "romaji": "hajirae" + }, + "恥らお": { + "w_type": "godan verb stem", + "romaji": "hajirao" + }, + "恥らった": { + "w_type": "conjugated godan verb", + "romaji": "hajiratta" + }, + "恥らって": { + "w_type": "conjugated godan verb", + "romaji": "hajiratte" + }, + "交さ": { + "w_type": "godan verb stem", + "romaji": "kawasa" + }, + "交し": { + "w_type": "godan verb stem", + "romaji": "kawashi" + }, + "交せ": { + "w_type": "conjugated godan verb", + "romaji": "kawase" + }, + "交そ": { + "w_type": "godan verb stem", + "romaji": "kawaso" + }, + "交した": { + "w_type": "conjugated godan verb", + "romaji": "kawashita" + }, + "交して": { + "w_type": "conjugated godan verb", + "romaji": "kawashite" + }, + "欲しがら": { + "w_type": "godan verb stem", + "romaji": "hoshigara" + }, + "欲しがり": { + "w_type": "godan verb stem", + "romaji": "hoshigari" + }, + "欲しがれ": { + "w_type": "conjugated godan verb", + "romaji": "hoshigare" + }, + "欲しがろ": { + "w_type": "godan verb stem", + "romaji": "hoshigaro" + }, + "欲しがった": { + "w_type": "conjugated godan verb", + "romaji": "hoshigatta" + }, + "欲しがって": { + "w_type": "conjugated godan verb", + "romaji": "hoshigatte" + }, + "勃た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "勃ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "勃て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "勃と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "勃った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "勃って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "蹴り出さ": { + "w_type": "godan verb stem", + "romaji": "keridasa" + }, + "蹴り出し": { + "w_type": "godan verb stem", + "romaji": "keridashi" + }, + "蹴り出せ": { + "w_type": "conjugated godan verb", + "romaji": "keridase" + }, + "蹴り出そ": { + "w_type": "godan verb stem", + "romaji": "keridaso" + }, + "蹴り出した": { + "w_type": "conjugated godan verb", + "romaji": "keridashita" + }, + "蹴り出して": { + "w_type": "conjugated godan verb", + "romaji": "keridashite" + }, + "打ち鳴らさ": { + "w_type": "godan verb stem", + "romaji": "uchinarasa" + }, + "打ち鳴らし": { + "w_type": "godan verb stem", + "romaji": "uchinarashi" + }, + "打ち鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "uchinarase" + }, + "打ち鳴らそ": { + "w_type": "godan verb stem", + "romaji": "uchinaraso" + }, + "打ち鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "uchinarashita" + }, + "打ち鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "uchinarashite" + }, + "簇がら": { + "w_type": "godan verb stem", + "romaji": "muragara" + }, + "簇がり": { + "w_type": "godan verb stem", + "romaji": "muragari" + }, + "簇がれ": { + "w_type": "conjugated godan verb", + "romaji": "muragare" + }, + "簇がろ": { + "w_type": "godan verb stem", + "romaji": "muragaro" + }, + "簇がった": { + "w_type": "conjugated godan verb", + "romaji": "muragatta" + }, + "簇がって": { + "w_type": "conjugated godan verb", + "romaji": "muragatte" + }, + "取外さ": { + "w_type": "godan verb stem", + "romaji": "torihazusa" + }, + "取外し": { + "w_type": "godan verb stem", + "romaji": "torihazushi" + }, + "取外せ": { + "w_type": "conjugated godan verb", + "romaji": "torihazuse" + }, + "取外そ": { + "w_type": "godan verb stem", + "romaji": "torihazuso" + }, + "取外した": { + "w_type": "conjugated godan verb", + "romaji": "torihazushita" + }, + "取外して": { + "w_type": "conjugated godan verb", + "romaji": "torihazushite" + }, + "沁み着か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "沁み着き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "沁み着け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "沁み着こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "沁み着いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "沁み着いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "蒸返さ": { + "w_type": "godan verb stem", + "romaji": "mushikaesa" + }, + "蒸返し": { + "w_type": "godan verb stem", + "romaji": "mushikaeshi" + }, + "蒸返せ": { + "w_type": "conjugated godan verb", + "romaji": "mushikaese" + }, + "蒸返そ": { + "w_type": "godan verb stem", + "romaji": "mushikaeso" + }, + "蒸返した": { + "w_type": "conjugated godan verb", + "romaji": "mushikaeshita" + }, + "蒸返して": { + "w_type": "conjugated godan verb", + "romaji": "mushikaeshite" + }, + "誘い込ま": { + "w_type": "godan verb stem", + "romaji": "sasoikoma" + }, + "誘い込み": { + "w_type": "godan verb stem", + "romaji": "sasoikomi" + }, + "誘い込め": { + "w_type": "conjugated godan verb", + "romaji": "sasoikome" + }, + "誘い込も": { + "w_type": "godan verb stem", + "romaji": "sasoikomo" + }, + "誘い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sasoikonda" + }, + "誘い込んで": { + "w_type": "conjugated godan verb", + "romaji": "sasoikonde" + }, + "擽ら": { + "w_type": "godan verb stem", + "romaji": "kusugura" + }, + "擽り": { + "w_type": "godan verb stem", + "romaji": "kusuguri" + }, + "擽れ": { + "w_type": "conjugated godan verb", + "romaji": "kusugure" + }, + "擽ろ": { + "w_type": "godan verb stem", + "romaji": "kusuguro" + }, + "擽った": { + "w_type": "conjugated godan verb", + "romaji": "kusugutta" + }, + "擽って": { + "w_type": "conjugated godan verb", + "romaji": "kusugutte" + }, + "捜しださ": { + "w_type": "godan verb stem", + "romaji": "sagashidasa" + }, + "捜しだし": { + "w_type": "godan verb stem", + "romaji": "sagashidashi" + }, + "捜しだせ": { + "w_type": "conjugated godan verb", + "romaji": "sagashidase" + }, + "捜しだそ": { + "w_type": "godan verb stem", + "romaji": "sagashidaso" + }, + "捜しだした": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashita" + }, + "捜しだして": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashite" + }, + "出なおさ": { + "w_type": "godan verb stem", + "romaji": "denaosa" + }, + "出なおし": { + "w_type": "godan verb stem", + "romaji": "denaoshi" + }, + "出なおせ": { + "w_type": "conjugated godan verb", + "romaji": "denaose" + }, + "出なおそ": { + "w_type": "godan verb stem", + "romaji": "denaoso" + }, + "出なおした": { + "w_type": "conjugated godan verb", + "romaji": "denaoshita" + }, + "出なおして": { + "w_type": "conjugated godan verb", + "romaji": "denaoshite" + }, + "肥ら": { + "w_type": "godan verb stem", + "romaji": "futora" + }, + "肥り": { + "w_type": "godan verb stem", + "romaji": "futori" + }, + "肥れ": { + "w_type": "conjugated godan verb", + "romaji": "futore" + }, + "肥ろ": { + "w_type": "godan verb stem", + "romaji": "futoro" + }, + "肥った": { + "w_type": "conjugated godan verb", + "romaji": "futotta" + }, + "肥って": { + "w_type": "conjugated godan verb", + "romaji": "futotte" + }, + "撮ま": { + "w_type": "godan verb stem", + "romaji": "tsumama" + }, + "撮み": { + "w_type": "godan verb stem", + "romaji": "tsumami" + }, + "撮め": { + "w_type": "conjugated godan verb", + "romaji": "tsumame" + }, + "撮も": { + "w_type": "godan verb stem", + "romaji": "tsumamo" + }, + "撮んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumanda" + }, + "撮んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumande" + }, + "聞き落さ": { + "w_type": "godan verb stem", + "romaji": "kikiotosa" + }, + "聞き落し": { + "w_type": "godan verb stem", + "romaji": "kikiotoshi" + }, + "聞き落せ": { + "w_type": "conjugated godan verb", + "romaji": "kikiotose" + }, + "聞き落そ": { + "w_type": "godan verb stem", + "romaji": "kikiotoso" + }, + "聞き落した": { + "w_type": "conjugated godan verb", + "romaji": "kikiotoshita" + }, + "聞き落して": { + "w_type": "conjugated godan verb", + "romaji": "kikiotoshite" + }, + "はね飛ばさ": { + "w_type": "godan verb stem", + "romaji": "hanetobasa" + }, + "はね飛ばし": { + "w_type": "godan verb stem", + "romaji": "hanetobashi" + }, + "はね飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "hanetobase" + }, + "はね飛ばそ": { + "w_type": "godan verb stem", + "romaji": "hanetobaso" + }, + "はね飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "hanetobashita" + }, + "はね飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "hanetobashite" + }, + "取っ散らから": { + "w_type": "godan verb stem", + "romaji": "totchirakara" + }, + "取っ散らかり": { + "w_type": "godan verb stem", + "romaji": "totchirakari" + }, + "取っ散らかれ": { + "w_type": "conjugated godan verb", + "romaji": "totchirakare" + }, + "取っ散らかろ": { + "w_type": "godan verb stem", + "romaji": "totchirakaro" + }, + "取っ散らかった": { + "w_type": "conjugated godan verb", + "romaji": "totchirakatta" + }, + "取っ散らかって": { + "w_type": "conjugated godan verb", + "romaji": "totchirakatte" + }, + "鎮まら": { + "w_type": "godan verb stem", + "romaji": "shizumara" + }, + "鎮まり": { + "w_type": "godan verb stem", + "romaji": "shizumari" + }, + "鎮まれ": { + "w_type": "conjugated godan verb", + "romaji": "shizumare" + }, + "鎮まろ": { + "w_type": "godan verb stem", + "romaji": "shizumaro" + }, + "鎮まった": { + "w_type": "conjugated godan verb", + "romaji": "shizumatta" + }, + "鎮まって": { + "w_type": "conjugated godan verb", + "romaji": "shizumatte" + }, + "牽か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "牽き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "牽け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "牽こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "牽いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "牽いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "くみ取ら": { + "w_type": "godan verb stem", + "romaji": "kumitora" + }, + "くみ取り": { + "w_type": "godan verb stem", + "romaji": "kumitori" + }, + "くみ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kumitore" + }, + "くみ取ろ": { + "w_type": "godan verb stem", + "romaji": "kumitoro" + }, + "くみ取った": { + "w_type": "conjugated godan verb", + "romaji": "kumitotta" + }, + "くみ取って": { + "w_type": "conjugated godan verb", + "romaji": "kumitotte" + }, + "語り明かさ": { + "w_type": "godan verb stem", + "romaji": "katariakasa" + }, + "語り明かし": { + "w_type": "godan verb stem", + "romaji": "katariakashi" + }, + "語り明かせ": { + "w_type": "conjugated godan verb", + "romaji": "katariakase" + }, + "語り明かそ": { + "w_type": "godan verb stem", + "romaji": "katariakaso" + }, + "語り明かした": { + "w_type": "conjugated godan verb", + "romaji": "katariakashita" + }, + "語り明かして": { + "w_type": "conjugated godan verb", + "romaji": "katariakashite" + }, + "噛みつか": { + "w_type": "godan verb stem", + "romaji": "kamitsuka" + }, + "噛みつき": { + "w_type": "godan verb stem", + "romaji": "kamitsuki" + }, + "噛みつけ": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuke" + }, + "噛みつこ": { + "w_type": "godan verb stem", + "romaji": "kamitsuko" + }, + "噛みついた": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuita" + }, + "噛みついて": { + "w_type": "conjugated godan verb", + "romaji": "kamitsuite" + }, + "持て栄さ": { + "w_type": "godan verb stem", + "romaji": "motehayasa" + }, + "持て栄し": { + "w_type": "godan verb stem", + "romaji": "motehayashi" + }, + "持て栄せ": { + "w_type": "conjugated godan verb", + "romaji": "motehayase" + }, + "持て栄そ": { + "w_type": "godan verb stem", + "romaji": "motehayaso" + }, + "持て栄した": { + "w_type": "conjugated godan verb", + "romaji": "motehayashita" + }, + "持て栄して": { + "w_type": "conjugated godan verb", + "romaji": "motehayashite" + }, + "叩き潰さ": { + "w_type": "godan verb stem", + "romaji": "tatakitsubusa" + }, + "叩き潰し": { + "w_type": "godan verb stem", + "romaji": "tatakitsubushi" + }, + "叩き潰せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakitsubuse" + }, + "叩き潰そ": { + "w_type": "godan verb stem", + "romaji": "tatakitsubuso" + }, + "叩き潰した": { + "w_type": "conjugated godan verb", + "romaji": "tatakitsubushita" + }, + "叩き潰して": { + "w_type": "conjugated godan verb", + "romaji": "tatakitsubushite" + }, + "擤ま": { + "w_type": "godan verb stem", + "romaji": "kama" + }, + "擤み": { + "w_type": "godan verb stem", + "romaji": "kami" + }, + "擤め": { + "w_type": "conjugated godan verb", + "romaji": "kame" + }, + "擤も": { + "w_type": "godan verb stem", + "romaji": "kamo" + }, + "擤んだ": { + "w_type": "conjugated godan verb", + "romaji": "kanda" + }, + "擤んで": { + "w_type": "conjugated godan verb", + "romaji": "kande" + }, + "雑ぜっ返さ": { + "w_type": "godan verb stem", + "romaji": "mazekkaesa" + }, + "雑ぜっ返し": { + "w_type": "godan verb stem", + "romaji": "mazekkaeshi" + }, + "雑ぜっ返せ": { + "w_type": "conjugated godan verb", + "romaji": "mazekkaese" + }, + "雑ぜっ返そ": { + "w_type": "godan verb stem", + "romaji": "mazekkaeso" + }, + "雑ぜっ返した": { + "w_type": "conjugated godan verb", + "romaji": "mazekkaeshita" + }, + "雑ぜっ返して": { + "w_type": "conjugated godan verb", + "romaji": "mazekkaeshite" + }, + "行か": { + "w_type": "godan verb stem", + "romaji": "ika" + }, + "行き": { + "w_type": "godan verb stem", + "romaji": "iki" + }, + "行け": { + "w_type": "conjugated godan verb", + "romaji": "ike" + }, + "行こ": { + "w_type": "godan verb stem", + "romaji": "iko" + }, + "行った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "行って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "縫い込ま": { + "w_type": "godan verb stem", + "romaji": "nuikoma" + }, + "縫い込み": { + "w_type": "godan verb stem", + "romaji": "nuikomi" + }, + "縫い込め": { + "w_type": "conjugated godan verb", + "romaji": "nuikome" + }, + "縫い込も": { + "w_type": "godan verb stem", + "romaji": "nuikomo" + }, + "縫い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nuikonda" + }, + "縫い込んで": { + "w_type": "conjugated godan verb", + "romaji": "nuikonde" + }, + "壅が": { + "w_type": "godan verb stem", + "romaji": "fusaga" + }, + "壅ぎ": { + "w_type": "godan verb stem", + "romaji": "fusagi" + }, + "壅げ": { + "w_type": "conjugated godan verb", + "romaji": "fusage" + }, + "壅ご": { + "w_type": "godan verb stem", + "romaji": "fusago" + }, + "壅いだ": { + "w_type": "conjugated godan verb", + "romaji": "fusaida" + }, + "壅いで": { + "w_type": "conjugated godan verb", + "romaji": "fusaide" + }, + "愛さ": { + "w_type": "godan verb stem", + "romaji": "aisa" + }, + "愛し": { + "w_type": "godan verb stem", + "romaji": "aishi" + }, + "愛せ": { + "w_type": "conjugated godan verb", + "romaji": "aise" + }, + "愛そ": { + "w_type": "godan verb stem", + "romaji": "aiso" + }, + "愛した": { + "w_type": "conjugated godan verb", + "romaji": "aishita" + }, + "愛して": { + "w_type": "conjugated godan verb", + "romaji": "aishite" + }, + "斷た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "斷ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "斷て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "斷と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "斷った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "斷って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "寝込ま": { + "w_type": "godan verb stem", + "romaji": "nekoma" + }, + "寝込み": { + "w_type": "godan verb stem", + "romaji": "nekomi" + }, + "寝込め": { + "w_type": "conjugated godan verb", + "romaji": "nekome" + }, + "寝込も": { + "w_type": "godan verb stem", + "romaji": "nekomo" + }, + "寝込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nekonda" + }, + "寝込んで": { + "w_type": "conjugated godan verb", + "romaji": "nekonde" + }, + "打っ付から": { + "w_type": "godan verb stem", + "romaji": "buttsukara" + }, + "打っ付かり": { + "w_type": "godan verb stem", + "romaji": "buttsukari" + }, + "打っ付かれ": { + "w_type": "conjugated godan verb", + "romaji": "buttsukare" + }, + "打っ付かろ": { + "w_type": "godan verb stem", + "romaji": "buttsukaro" + }, + "打っ付かった": { + "w_type": "conjugated godan verb", + "romaji": "buttsukatta" + }, + "打っ付かって": { + "w_type": "conjugated godan verb", + "romaji": "buttsukatte" + }, + "棚引か": { + "w_type": "godan verb stem", + "romaji": "tanabika" + }, + "棚引き": { + "w_type": "godan verb stem", + "romaji": "tanabiki" + }, + "棚引け": { + "w_type": "conjugated godan verb", + "romaji": "tanabike" + }, + "棚引こ": { + "w_type": "godan verb stem", + "romaji": "tanabiko" + }, + "棚引いた": { + "w_type": "conjugated godan verb", + "romaji": "tanabiita" + }, + "棚引いて": { + "w_type": "conjugated godan verb", + "romaji": "tanabiite" + }, + "急が": { + "w_type": "godan verb stem", + "romaji": "isoga" + }, + "急ぎ": { + "w_type": "godan verb stem", + "romaji": "isogi" + }, + "急げ": { + "w_type": "conjugated godan verb", + "romaji": "isoge" + }, + "急ご": { + "w_type": "godan verb stem", + "romaji": "isogo" + }, + "急いだ": { + "w_type": "conjugated godan verb", + "romaji": "isoida" + }, + "急いで": { + "w_type": "conjugated godan verb", + "romaji": "isoide" + }, + "断ち割ら": { + "w_type": "godan verb stem", + "romaji": "tachiwara" + }, + "断ち割り": { + "w_type": "godan verb stem", + "romaji": "tachiwari" + }, + "断ち割れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiware" + }, + "断ち割ろ": { + "w_type": "godan verb stem", + "romaji": "tachiwaro" + }, + "断ち割った": { + "w_type": "conjugated godan verb", + "romaji": "tachiwatta" + }, + "断ち割って": { + "w_type": "conjugated godan verb", + "romaji": "tachiwatte" + }, + "勝ちとら": { + "w_type": "godan verb stem", + "romaji": "kachitora" + }, + "勝ちとり": { + "w_type": "godan verb stem", + "romaji": "kachitori" + }, + "勝ちとれ": { + "w_type": "conjugated godan verb", + "romaji": "kachitore" + }, + "勝ちとろ": { + "w_type": "godan verb stem", + "romaji": "kachitoro" + }, + "勝ちとった": { + "w_type": "conjugated godan verb", + "romaji": "kachitotta" + }, + "勝ちとって": { + "w_type": "conjugated godan verb", + "romaji": "kachitotte" + }, + "凌が": { + "w_type": "godan verb stem", + "romaji": "shinoga" + }, + "凌ぎ": { + "w_type": "godan verb stem", + "romaji": "shinogi" + }, + "凌げ": { + "w_type": "conjugated godan verb", + "romaji": "shinoge" + }, + "凌ご": { + "w_type": "godan verb stem", + "romaji": "shinogo" + }, + "凌いだ": { + "w_type": "conjugated godan verb", + "romaji": "shinoida" + }, + "凌いで": { + "w_type": "conjugated godan verb", + "romaji": "shinoide" + }, + "翔けら": { + "w_type": "godan verb stem", + "romaji": "kakera" + }, + "翔けり": { + "w_type": "godan verb stem", + "romaji": "kakeri" + }, + "翔けれ": { + "w_type": "conjugated godan verb", + "romaji": "kakere" + }, + "翔けろ": { + "w_type": "godan verb stem", + "romaji": "kakero" + }, + "翔けった": { + "w_type": "conjugated godan verb", + "romaji": "kaketta" + }, + "翔けって": { + "w_type": "conjugated godan verb", + "romaji": "kakette" + }, + "見返ら": { + "w_type": "godan verb stem", + "romaji": "mikaera" + }, + "見返り": { + "w_type": "godan verb stem", + "romaji": "mikaeri" + }, + "見返れ": { + "w_type": "conjugated godan verb", + "romaji": "mikaere" + }, + "見返ろ": { + "w_type": "godan verb stem", + "romaji": "mikaero" + }, + "見返った": { + "w_type": "conjugated godan verb", + "romaji": "mikaetta" + }, + "見返って": { + "w_type": "conjugated godan verb", + "romaji": "mikaette" + }, + "差し障ら": { + "w_type": "godan verb stem", + "romaji": "sashisawara" + }, + "差し障り": { + "w_type": "godan verb stem", + "romaji": "sashisawari" + }, + "差し障れ": { + "w_type": "conjugated godan verb", + "romaji": "sashisaware" + }, + "差し障ろ": { + "w_type": "godan verb stem", + "romaji": "sashisawaro" + }, + "差し障った": { + "w_type": "conjugated godan verb", + "romaji": "sashisawatta" + }, + "差し障って": { + "w_type": "conjugated godan verb", + "romaji": "sashisawatte" + }, + "見返さ": { + "w_type": "godan verb stem", + "romaji": "mikaesa" + }, + "見返し": { + "w_type": "godan verb stem", + "romaji": "mikaeshi" + }, + "見返せ": { + "w_type": "conjugated godan verb", + "romaji": "mikaese" + }, + "見返そ": { + "w_type": "godan verb stem", + "romaji": "mikaeso" + }, + "見返した": { + "w_type": "conjugated godan verb", + "romaji": "mikaeshita" + }, + "見返して": { + "w_type": "conjugated godan verb", + "romaji": "mikaeshite" + }, + "飛び込ま": { + "w_type": "godan verb stem", + "romaji": "tobikoma" + }, + "飛び込み": { + "w_type": "godan verb stem", + "romaji": "tobikomi" + }, + "飛び込め": { + "w_type": "conjugated godan verb", + "romaji": "tobikome" + }, + "飛び込も": { + "w_type": "godan verb stem", + "romaji": "tobikomo" + }, + "飛び込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tobikonda" + }, + "飛び込んで": { + "w_type": "conjugated godan verb", + "romaji": "tobikonde" + }, + "悲しがら": { + "w_type": "godan verb stem", + "romaji": "kanashigara" + }, + "悲しがり": { + "w_type": "godan verb stem", + "romaji": "kanashigari" + }, + "悲しがれ": { + "w_type": "conjugated godan verb", + "romaji": "kanashigare" + }, + "悲しがろ": { + "w_type": "godan verb stem", + "romaji": "kanashigaro" + }, + "悲しがった": { + "w_type": "conjugated godan verb", + "romaji": "kanashigatta" + }, + "悲しがって": { + "w_type": "conjugated godan verb", + "romaji": "kanashigatte" + }, + "屯さ": { + "w_type": "godan verb stem", + "romaji": "tonsa" + }, + "屯し": { + "w_type": "godan verb stem", + "romaji": "tonshi" + }, + "屯せ": { + "w_type": "conjugated godan verb", + "romaji": "tonse" + }, + "屯そ": { + "w_type": "godan verb stem", + "romaji": "tonso" + }, + "屯した": { + "w_type": "conjugated godan verb", + "romaji": "tonshita" + }, + "屯して": { + "w_type": "conjugated godan verb", + "romaji": "tonshite" + }, + "治まら": { + "w_type": "godan verb stem", + "romaji": "osamara" + }, + "治まり": { + "w_type": "godan verb stem", + "romaji": "osamari" + }, + "治まれ": { + "w_type": "conjugated godan verb", + "romaji": "osamare" + }, + "治まろ": { + "w_type": "godan verb stem", + "romaji": "osamaro" + }, + "治まった": { + "w_type": "conjugated godan verb", + "romaji": "osamatta" + }, + "治まって": { + "w_type": "conjugated godan verb", + "romaji": "osamatte" + }, + "与太ら": { + "w_type": "godan verb stem", + "romaji": "yotara" + }, + "与太り": { + "w_type": "godan verb stem", + "romaji": "yotari" + }, + "与太れ": { + "w_type": "conjugated godan verb", + "romaji": "yotare" + }, + "与太ろ": { + "w_type": "godan verb stem", + "romaji": "yotaro" + }, + "与太った": { + "w_type": "conjugated godan verb", + "romaji": "yotatta" + }, + "与太って": { + "w_type": "conjugated godan verb", + "romaji": "yotatte" + }, + "吊り下がら": { + "w_type": "godan verb stem", + "romaji": "tsurisagara" + }, + "吊り下がり": { + "w_type": "godan verb stem", + "romaji": "tsurisagari" + }, + "吊り下がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsurisagare" + }, + "吊り下がろ": { + "w_type": "godan verb stem", + "romaji": "tsurisagaro" + }, + "吊り下がった": { + "w_type": "conjugated godan verb", + "romaji": "tsurisagatta" + }, + "吊り下がって": { + "w_type": "conjugated godan verb", + "romaji": "tsurisagatte" + }, + "書きうつさ": { + "w_type": "godan verb stem", + "romaji": "kakiutsusa" + }, + "書きうつし": { + "w_type": "godan verb stem", + "romaji": "kakiutsushi" + }, + "書きうつせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsuse" + }, + "書きうつそ": { + "w_type": "godan verb stem", + "romaji": "kakiutsuso" + }, + "書きうつした": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsushita" + }, + "書きうつして": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsushite" + }, + "呼戻さ": { + "w_type": "godan verb stem", + "romaji": "yobimodosa" + }, + "呼戻し": { + "w_type": "godan verb stem", + "romaji": "yobimodoshi" + }, + "呼戻せ": { + "w_type": "conjugated godan verb", + "romaji": "yobimodose" + }, + "呼戻そ": { + "w_type": "godan verb stem", + "romaji": "yobimodoso" + }, + "呼戻した": { + "w_type": "conjugated godan verb", + "romaji": "yobimodoshita" + }, + "呼戻して": { + "w_type": "conjugated godan verb", + "romaji": "yobimodoshite" + }, + "代わり合わ": { + "w_type": "godan verb stem", + "romaji": "kawariawa" + }, + "代わり合い": { + "w_type": "godan verb stem", + "romaji": "kawariai" + }, + "代わり合え": { + "w_type": "conjugated godan verb", + "romaji": "kawariae" + }, + "代わり合お": { + "w_type": "godan verb stem", + "romaji": "kawariao" + }, + "代わり合った": { + "w_type": "conjugated godan verb", + "romaji": "kawariatta" + }, + "代わり合って": { + "w_type": "conjugated godan verb", + "romaji": "kawariatte" + }, + "苦しがら": { + "w_type": "godan verb stem", + "romaji": "kurushigara" + }, + "苦しがり": { + "w_type": "godan verb stem", + "romaji": "kurushigari" + }, + "苦しがれ": { + "w_type": "conjugated godan verb", + "romaji": "kurushigare" + }, + "苦しがろ": { + "w_type": "godan verb stem", + "romaji": "kurushigaro" + }, + "苦しがった": { + "w_type": "conjugated godan verb", + "romaji": "kurushigatta" + }, + "苦しがって": { + "w_type": "conjugated godan verb", + "romaji": "kurushigatte" + }, + "泣きわめか": { + "w_type": "godan verb stem", + "romaji": "nakiwameka" + }, + "泣きわめき": { + "w_type": "godan verb stem", + "romaji": "nakiwameki" + }, + "泣きわめけ": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameke" + }, + "泣きわめこ": { + "w_type": "godan verb stem", + "romaji": "nakiwameko" + }, + "泣きわめいた": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameita" + }, + "泣きわめいて": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameite" + }, + "途切らさ": { + "w_type": "godan verb stem", + "romaji": "togirasa" + }, + "途切らし": { + "w_type": "godan verb stem", + "romaji": "togirashi" + }, + "途切らせ": { + "w_type": "conjugated godan verb", + "romaji": "togirase" + }, + "途切らそ": { + "w_type": "godan verb stem", + "romaji": "togiraso" + }, + "途切らした": { + "w_type": "conjugated godan verb", + "romaji": "togirashita" + }, + "途切らして": { + "w_type": "conjugated godan verb", + "romaji": "togirashite" + }, + "照り込ま": { + "w_type": "godan verb stem", + "romaji": "terikoma" + }, + "照り込み": { + "w_type": "godan verb stem", + "romaji": "terikomi" + }, + "照り込め": { + "w_type": "conjugated godan verb", + "romaji": "terikome" + }, + "照り込も": { + "w_type": "godan verb stem", + "romaji": "terikomo" + }, + "照り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "terikonda" + }, + "照り込んで": { + "w_type": "conjugated godan verb", + "romaji": "terikonde" + }, + "とり会わ": { + "w_type": "godan verb stem", + "romaji": "toriawa" + }, + "とり会い": { + "w_type": "godan verb stem", + "romaji": "toriai" + }, + "とり会え": { + "w_type": "conjugated godan verb", + "romaji": "toriae" + }, + "とり会お": { + "w_type": "godan verb stem", + "romaji": "toriao" + }, + "とり会った": { + "w_type": "conjugated godan verb", + "romaji": "toriatta" + }, + "とり会って": { + "w_type": "conjugated godan verb", + "romaji": "toriatte" + }, + "安らわ": { + "w_type": "godan verb stem", + "romaji": "yasurawa" + }, + "安らい": { + "w_type": "godan verb stem", + "romaji": "yasurai" + }, + "安らえ": { + "w_type": "conjugated godan verb", + "romaji": "yasurae" + }, + "安らお": { + "w_type": "godan verb stem", + "romaji": "yasurao" + }, + "安らった": { + "w_type": "conjugated godan verb", + "romaji": "yasuratta" + }, + "安らって": { + "w_type": "conjugated godan verb", + "romaji": "yasuratte" + }, + "凍みつか": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "凍みつき": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "凍みつけ": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "凍みつこ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "凍みついた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "凍みついて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "実行に移ら": { + "w_type": "godan verb stem", + "romaji": "jikkouniutsura" + }, + "実行に移り": { + "w_type": "godan verb stem", + "romaji": "jikkouniutsuri" + }, + "実行に移れ": { + "w_type": "conjugated godan verb", + "romaji": "jikkouniutsure" + }, + "実行に移ろ": { + "w_type": "godan verb stem", + "romaji": "jikkouniutsuro" + }, + "実行に移った": { + "w_type": "conjugated godan verb", + "romaji": "jikkouniutsutta" + }, + "実行に移って": { + "w_type": "conjugated godan verb", + "romaji": "jikkouniutsutte" + }, + "見誤ら": { + "w_type": "godan verb stem", + "romaji": "miayamara" + }, + "見誤り": { + "w_type": "godan verb stem", + "romaji": "miayamari" + }, + "見誤れ": { + "w_type": "conjugated godan verb", + "romaji": "miayamare" + }, + "見誤ろ": { + "w_type": "godan verb stem", + "romaji": "miayamaro" + }, + "見誤った": { + "w_type": "conjugated godan verb", + "romaji": "miayamatta" + }, + "見誤って": { + "w_type": "conjugated godan verb", + "romaji": "miayamatte" + }, + "起こさ": { + "w_type": "godan verb stem", + "romaji": "okosa" + }, + "起こし": { + "w_type": "godan verb stem", + "romaji": "okoshi" + }, + "起こせ": { + "w_type": "conjugated godan verb", + "romaji": "okose" + }, + "起こそ": { + "w_type": "godan verb stem", + "romaji": "okoso" + }, + "起こした": { + "w_type": "conjugated godan verb", + "romaji": "okoshita" + }, + "起こして": { + "w_type": "conjugated godan verb", + "romaji": "okoshite" + }, + "労ら": { + "w_type": "godan verb stem", + "romaji": "itawara" + }, + "労り": { + "w_type": "godan verb stem", + "romaji": "itawari" + }, + "労れ": { + "w_type": "conjugated godan verb", + "romaji": "itaware" + }, + "労ろ": { + "w_type": "godan verb stem", + "romaji": "itawaro" + }, + "交わら": { + "w_type": "godan verb stem", + "romaji": "majiwara" + }, + "交わり": { + "w_type": "godan verb stem", + "romaji": "majiwari" + }, + "交われ": { + "w_type": "conjugated godan verb", + "romaji": "majiware" + }, + "交わろ": { + "w_type": "godan verb stem", + "romaji": "majiwaro" + }, + "交わった": { + "w_type": "conjugated godan verb", + "romaji": "majiwatta" + }, + "交わって": { + "w_type": "conjugated godan verb", + "romaji": "majiwatte" + }, + "分かり出さ": { + "w_type": "godan verb stem", + "romaji": "wakaridasa" + }, + "分かり出し": { + "w_type": "godan verb stem", + "romaji": "wakaridashi" + }, + "分かり出せ": { + "w_type": "conjugated godan verb", + "romaji": "wakaridase" + }, + "分かり出そ": { + "w_type": "godan verb stem", + "romaji": "wakaridaso" + }, + "分かり出した": { + "w_type": "conjugated godan verb", + "romaji": "wakaridashita" + }, + "分かり出して": { + "w_type": "conjugated godan verb", + "romaji": "wakaridashite" + }, + "解き放た": { + "w_type": "godan verb stem", + "romaji": "tokihanata" + }, + "解き放ち": { + "w_type": "godan verb stem", + "romaji": "tokihanachi" + }, + "解き放て": { + "w_type": "conjugated godan verb", + "romaji": "tokihanate" + }, + "解き放と": { + "w_type": "godan verb stem", + "romaji": "tokihanato" + }, + "解き放った": { + "w_type": "conjugated godan verb", + "romaji": "tokihanatta" + }, + "解き放って": { + "w_type": "conjugated godan verb", + "romaji": "tokihanatte" + }, + "ひれ伏さ": { + "w_type": "godan verb stem", + "romaji": "hirefusa" + }, + "ひれ伏し": { + "w_type": "godan verb stem", + "romaji": "hirefushi" + }, + "ひれ伏せ": { + "w_type": "conjugated godan verb", + "romaji": "hirefuse" + }, + "ひれ伏そ": { + "w_type": "godan verb stem", + "romaji": "hirefuso" + }, + "ひれ伏した": { + "w_type": "conjugated godan verb", + "romaji": "hirefushita" + }, + "ひれ伏して": { + "w_type": "conjugated godan verb", + "romaji": "hirefushite" + }, + "解き放さ": { + "w_type": "godan verb stem", + "romaji": "tokihanasa" + }, + "解き放し": { + "w_type": "godan verb stem", + "romaji": "tokihanashi" + }, + "解き放せ": { + "w_type": "conjugated godan verb", + "romaji": "tokihanase" + }, + "解き放そ": { + "w_type": "godan verb stem", + "romaji": "tokihanaso" + }, + "解き放した": { + "w_type": "conjugated godan verb", + "romaji": "tokihanashita" + }, + "解き放して": { + "w_type": "conjugated godan verb", + "romaji": "tokihanashite" + }, + "起こら": { + "w_type": "godan verb stem", + "romaji": "okora" + }, + "起こり": { + "w_type": "godan verb stem", + "romaji": "okori" + }, + "起これ": { + "w_type": "conjugated godan verb", + "romaji": "okore" + }, + "起ころ": { + "w_type": "godan verb stem", + "romaji": "okoro" + }, + "起こった": { + "w_type": "conjugated godan verb", + "romaji": "okotta" + }, + "起こって": { + "w_type": "conjugated godan verb", + "romaji": "okotte" + }, + "失くさ": { + "w_type": "godan verb stem", + "romaji": "nakusa" + }, + "失くし": { + "w_type": "godan verb stem", + "romaji": "nakushi" + }, + "失くせ": { + "w_type": "conjugated godan verb", + "romaji": "nakuse" + }, + "失くそ": { + "w_type": "godan verb stem", + "romaji": "nakuso" + }, + "失くした": { + "w_type": "conjugated godan verb", + "romaji": "nakushita" + }, + "失くして": { + "w_type": "conjugated godan verb", + "romaji": "nakushite" + }, + "引返さ": { + "w_type": "godan verb stem", + "romaji": "hikikaesa" + }, + "引返し": { + "w_type": "godan verb stem", + "romaji": "hikikaeshi" + }, + "引返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikikaese" + }, + "引返そ": { + "w_type": "godan verb stem", + "romaji": "hikikaeso" + }, + "引返した": { + "w_type": "conjugated godan verb", + "romaji": "hikikaeshita" + }, + "引返して": { + "w_type": "conjugated godan verb", + "romaji": "hikikaeshite" + }, + "足掻か": { + "w_type": "godan verb stem", + "romaji": "agaka" + }, + "足掻き": { + "w_type": "godan verb stem", + "romaji": "agaki" + }, + "足掻け": { + "w_type": "conjugated godan verb", + "romaji": "agake" + }, + "足掻こ": { + "w_type": "godan verb stem", + "romaji": "agako" + }, + "足掻いた": { + "w_type": "conjugated godan verb", + "romaji": "agaita" + }, + "足掻いて": { + "w_type": "conjugated godan verb", + "romaji": "agaite" + }, + "修まら": { + "w_type": "godan verb stem", + "romaji": "osamara" + }, + "修まり": { + "w_type": "godan verb stem", + "romaji": "osamari" + }, + "修まれ": { + "w_type": "conjugated godan verb", + "romaji": "osamare" + }, + "修まろ": { + "w_type": "godan verb stem", + "romaji": "osamaro" + }, + "修まった": { + "w_type": "conjugated godan verb", + "romaji": "osamatta" + }, + "修まって": { + "w_type": "conjugated godan verb", + "romaji": "osamatte" + }, + "辷らさ": { + "w_type": "godan verb stem", + "romaji": "suberasa" + }, + "辷らし": { + "w_type": "godan verb stem", + "romaji": "suberashi" + }, + "辷らせ": { + "w_type": "conjugated godan verb", + "romaji": "suberase" + }, + "辷らそ": { + "w_type": "godan verb stem", + "romaji": "suberaso" + }, + "辷らした": { + "w_type": "conjugated godan verb", + "romaji": "suberashita" + }, + "辷らして": { + "w_type": "conjugated godan verb", + "romaji": "suberashite" + }, + "踞ら": { + "w_type": "godan verb stem", + "romaji": "uzukumara" + }, + "踞り": { + "w_type": "godan verb stem", + "romaji": "uzukumari" + }, + "踞れ": { + "w_type": "conjugated godan verb", + "romaji": "uzukumare" + }, + "踞ろ": { + "w_type": "godan verb stem", + "romaji": "uzukumaro" + }, + "言い切ら": { + "w_type": "godan verb stem", + "romaji": "iikira" + }, + "言い切り": { + "w_type": "godan verb stem", + "romaji": "iikiri" + }, + "言い切れ": { + "w_type": "conjugated godan verb", + "romaji": "iikire" + }, + "言い切ろ": { + "w_type": "godan verb stem", + "romaji": "iikiro" + }, + "言い切った": { + "w_type": "conjugated godan verb", + "romaji": "iikitta" + }, + "言い切って": { + "w_type": "conjugated godan verb", + "romaji": "iikitte" + }, + "伝って登ら": { + "w_type": "godan verb stem", + "romaji": "tsutattenobora" + }, + "伝って登り": { + "w_type": "godan verb stem", + "romaji": "tsutattenobori" + }, + "伝って登れ": { + "w_type": "conjugated godan verb", + "romaji": "tsutattenobore" + }, + "伝って登ろ": { + "w_type": "godan verb stem", + "romaji": "tsutattenoboro" + }, + "伝って登った": { + "w_type": "conjugated godan verb", + "romaji": "tsutattenobotta" + }, + "伝って登って": { + "w_type": "conjugated godan verb", + "romaji": "tsutattenobotte" + }, + "為落とさ": { + "w_type": "godan verb stem", + "romaji": "shiotosa" + }, + "為落とし": { + "w_type": "godan verb stem", + "romaji": "shiotoshi" + }, + "為落とせ": { + "w_type": "conjugated godan verb", + "romaji": "shiotose" + }, + "為落とそ": { + "w_type": "godan verb stem", + "romaji": "shiotoso" + }, + "為落とした": { + "w_type": "conjugated godan verb", + "romaji": "shiotoshita" + }, + "為落として": { + "w_type": "conjugated godan verb", + "romaji": "shiotoshite" + }, + "追い着か": { + "w_type": "godan verb stem", + "romaji": "oitsuka" + }, + "追い着き": { + "w_type": "godan verb stem", + "romaji": "oitsuki" + }, + "追い着け": { + "w_type": "conjugated godan verb", + "romaji": "oitsuke" + }, + "追い着こ": { + "w_type": "godan verb stem", + "romaji": "oitsuko" + }, + "追い着いた": { + "w_type": "conjugated godan verb", + "romaji": "oitsuita" + }, + "追い着いて": { + "w_type": "conjugated godan verb", + "romaji": "oitsuite" + }, + "生まれ変わら": { + "w_type": "godan verb stem", + "romaji": "umarekawara" + }, + "生まれ変わり": { + "w_type": "godan verb stem", + "romaji": "umarekawari" + }, + "生まれ変われ": { + "w_type": "conjugated godan verb", + "romaji": "umarekaware" + }, + "生まれ変わろ": { + "w_type": "godan verb stem", + "romaji": "umarekawaro" + }, + "生まれ変わった": { + "w_type": "conjugated godan verb", + "romaji": "umarekawatta" + }, + "生まれ変わって": { + "w_type": "conjugated godan verb", + "romaji": "umarekawatte" + }, + "落ち付か": { + "w_type": "godan verb stem", + "romaji": "ochitsuka" + }, + "落ち付き": { + "w_type": "godan verb stem", + "romaji": "ochitsuki" + }, + "落ち付け": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuke" + }, + "落ち付こ": { + "w_type": "godan verb stem", + "romaji": "ochitsuko" + }, + "落ち付いた": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuita" + }, + "落ち付いて": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuite" + }, + "跳び回ら": { + "w_type": "godan verb stem", + "romaji": "tobimawara" + }, + "跳び回り": { + "w_type": "godan verb stem", + "romaji": "tobimawari" + }, + "跳び回れ": { + "w_type": "conjugated godan verb", + "romaji": "tobimaware" + }, + "跳び回ろ": { + "w_type": "godan verb stem", + "romaji": "tobimawaro" + }, + "跳び回った": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatta" + }, + "跳び回って": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatte" + }, + "打っ棄ら": { + "w_type": "godan verb stem", + "romaji": "utchara" + }, + "打っ棄り": { + "w_type": "godan verb stem", + "romaji": "utchari" + }, + "打っ棄れ": { + "w_type": "conjugated godan verb", + "romaji": "utchare" + }, + "打っ棄ろ": { + "w_type": "godan verb stem", + "romaji": "utcharo" + }, + "打っ棄った": { + "w_type": "conjugated godan verb", + "romaji": "utchatta" + }, + "打っ棄って": { + "w_type": "conjugated godan verb", + "romaji": "utchatte" + }, + "口籠ら": { + "w_type": "godan verb stem", + "romaji": "kuchigomora" + }, + "口籠り": { + "w_type": "godan verb stem", + "romaji": "kuchigomori" + }, + "口籠れ": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomore" + }, + "口籠ろ": { + "w_type": "godan verb stem", + "romaji": "kuchigomoro" + }, + "口籠った": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotta" + }, + "口籠って": { + "w_type": "conjugated godan verb", + "romaji": "kuchigomotte" + }, + "拘らわ": { + "w_type": "godan verb stem", + "romaji": "kakazurawa" + }, + "拘らい": { + "w_type": "godan verb stem", + "romaji": "kakazurai" + }, + "拘らえ": { + "w_type": "conjugated godan verb", + "romaji": "kakazurae" + }, + "拘らお": { + "w_type": "godan verb stem", + "romaji": "kakazurao" + }, + "拘らった": { + "w_type": "conjugated godan verb", + "romaji": "kakazuratta" + }, + "拘らって": { + "w_type": "conjugated godan verb", + "romaji": "kakazuratte" + }, + "磨り減らさ": { + "w_type": "godan verb stem", + "romaji": "suriherasa" + }, + "磨り減らし": { + "w_type": "godan verb stem", + "romaji": "suriherashi" + }, + "磨り減らせ": { + "w_type": "conjugated godan verb", + "romaji": "suriherase" + }, + "磨り減らそ": { + "w_type": "godan verb stem", + "romaji": "suriheraso" + }, + "磨り減らした": { + "w_type": "conjugated godan verb", + "romaji": "suriherashita" + }, + "磨り減らして": { + "w_type": "conjugated godan verb", + "romaji": "suriherashite" + }, + "縛ら": { + "w_type": "godan verb stem", + "romaji": "shibara" + }, + "縛り": { + "w_type": "godan verb stem", + "romaji": "shibari" + }, + "縛れ": { + "w_type": "conjugated godan verb", + "romaji": "shibare" + }, + "縛ろ": { + "w_type": "godan verb stem", + "romaji": "shibaro" + }, + "縛った": { + "w_type": "conjugated godan verb", + "romaji": "shibatta" + }, + "縛って": { + "w_type": "conjugated godan verb", + "romaji": "shibatte" + }, + "支わ": { + "w_type": "godan verb stem", + "romaji": "kawa" + }, + "支い": { + "w_type": "godan verb stem", + "romaji": "kai" + }, + "支え": { + "w_type": "conjugated godan verb", + "romaji": "kae" + }, + "支お": { + "w_type": "godan verb stem", + "romaji": "kao" + }, + "支った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "支って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "泛かば": { + "w_type": "godan verb stem", + "romaji": "ukaba" + }, + "泛かび": { + "w_type": "godan verb stem", + "romaji": "ukabi" + }, + "泛かべ": { + "w_type": "conjugated godan verb", + "romaji": "ukabe" + }, + "泛かぼ": { + "w_type": "godan verb stem", + "romaji": "ukabo" + }, + "泛かんだ": { + "w_type": "conjugated godan verb", + "romaji": "ukanda" + }, + "泛かんで": { + "w_type": "conjugated godan verb", + "romaji": "ukande" + }, + "はじけ飛ば": { + "w_type": "godan verb stem", + "romaji": "hajiketoba" + }, + "はじけ飛び": { + "w_type": "godan verb stem", + "romaji": "hajiketobi" + }, + "はじけ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "hajiketobe" + }, + "はじけ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "hajiketobo" + }, + "はじけ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "hajiketonda" + }, + "はじけ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "hajiketonde" + }, + "じゃれ合わ": { + "w_type": "godan verb stem", + "romaji": "jareawa" + }, + "じゃれ合い": { + "w_type": "godan verb stem", + "romaji": "jareai" + }, + "じゃれ合え": { + "w_type": "conjugated godan verb", + "romaji": "jareae" + }, + "じゃれ合お": { + "w_type": "godan verb stem", + "romaji": "jareao" + }, + "じゃれ合った": { + "w_type": "conjugated godan verb", + "romaji": "jareatta" + }, + "じゃれ合って": { + "w_type": "conjugated godan verb", + "romaji": "jareatte" + }, + "塗り隠さ": { + "w_type": "godan verb stem", + "romaji": "nurikakusa" + }, + "塗り隠し": { + "w_type": "godan verb stem", + "romaji": "nurikakushi" + }, + "塗り隠せ": { + "w_type": "conjugated godan verb", + "romaji": "nurikakuse" + }, + "塗り隠そ": { + "w_type": "godan verb stem", + "romaji": "nurikakuso" + }, + "塗り隠した": { + "w_type": "conjugated godan verb", + "romaji": "nurikakushita" + }, + "塗り隠して": { + "w_type": "conjugated godan verb", + "romaji": "nurikakushite" + }, + "泣きやま": { + "w_type": "godan verb stem", + "romaji": "nakiyama" + }, + "泣きやみ": { + "w_type": "godan verb stem", + "romaji": "nakiyami" + }, + "泣きやめ": { + "w_type": "conjugated godan verb", + "romaji": "nakiyame" + }, + "泣きやも": { + "w_type": "godan verb stem", + "romaji": "nakiyamo" + }, + "泣きやんだ": { + "w_type": "conjugated godan verb", + "romaji": "nakiyanda" + }, + "泣きやんで": { + "w_type": "conjugated godan verb", + "romaji": "nakiyande" + }, + "下さら": { + "w_type": "godan verb stem", + "romaji": "kudasara" + }, + "下さり": { + "w_type": "godan verb stem", + "romaji": "kudasari" + }, + "下され": { + "w_type": "conjugated godan verb", + "romaji": "kudasare" + }, + "下さろ": { + "w_type": "godan verb stem", + "romaji": "kudasaro" + }, + "下さった": { + "w_type": "conjugated godan verb", + "romaji": "kudasatta" + }, + "下さって": { + "w_type": "conjugated godan verb", + "romaji": "kudasatte" + }, + "立ち交じら": { + "w_type": "godan verb stem", + "romaji": "tachimajira" + }, + "立ち交じり": { + "w_type": "godan verb stem", + "romaji": "tachimajiri" + }, + "立ち交じれ": { + "w_type": "conjugated godan verb", + "romaji": "tachimajire" + }, + "立ち交じろ": { + "w_type": "godan verb stem", + "romaji": "tachimajiro" + }, + "立ち交じった": { + "w_type": "conjugated godan verb", + "romaji": "tachimajitta" + }, + "立ち交じって": { + "w_type": "conjugated godan verb", + "romaji": "tachimajitte" + }, + "振り合わ": { + "w_type": "godan verb stem", + "romaji": "furiawa" + }, + "振り合い": { + "w_type": "godan verb stem", + "romaji": "furiai" + }, + "振り合え": { + "w_type": "conjugated godan verb", + "romaji": "furiae" + }, + "振り合お": { + "w_type": "godan verb stem", + "romaji": "furiao" + }, + "振り合った": { + "w_type": "conjugated godan verb", + "romaji": "furiatta" + }, + "振り合って": { + "w_type": "conjugated godan verb", + "romaji": "furiatte" + }, + "近よら": { + "w_type": "godan verb stem", + "romaji": "chikayora" + }, + "近より": { + "w_type": "godan verb stem", + "romaji": "chikayori" + }, + "近よれ": { + "w_type": "conjugated godan verb", + "romaji": "chikayore" + }, + "近よろ": { + "w_type": "godan verb stem", + "romaji": "chikayoro" + }, + "近よった": { + "w_type": "conjugated godan verb", + "romaji": "chikayotta" + }, + "近よって": { + "w_type": "conjugated godan verb", + "romaji": "chikayotte" + }, + "広がら": { + "w_type": "godan verb stem", + "romaji": "hirogara" + }, + "広がり": { + "w_type": "godan verb stem", + "romaji": "hirogari" + }, + "広がれ": { + "w_type": "conjugated godan verb", + "romaji": "hirogare" + }, + "広がろ": { + "w_type": "godan verb stem", + "romaji": "hirogaro" + }, + "広がった": { + "w_type": "conjugated godan verb", + "romaji": "hirogatta" + }, + "広がって": { + "w_type": "conjugated godan verb", + "romaji": "hirogatte" + }, + "こすり落とさ": { + "w_type": "godan verb stem", + "romaji": "kosuriotosa" + }, + "こすり落とし": { + "w_type": "godan verb stem", + "romaji": "kosuriotoshi" + }, + "こすり落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kosuriotose" + }, + "こすり落とそ": { + "w_type": "godan verb stem", + "romaji": "kosuriotoso" + }, + "こすり落とした": { + "w_type": "conjugated godan verb", + "romaji": "kosuriotoshita" + }, + "こすり落として": { + "w_type": "conjugated godan verb", + "romaji": "kosuriotoshite" + }, + "行き詰ら": { + "w_type": "godan verb stem", + "romaji": "ikizumara" + }, + "行き詰り": { + "w_type": "godan verb stem", + "romaji": "ikizumari" + }, + "行き詰れ": { + "w_type": "conjugated godan verb", + "romaji": "ikizumare" + }, + "行き詰ろ": { + "w_type": "godan verb stem", + "romaji": "ikizumaro" + }, + "行き詰った": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatta" + }, + "行き詰って": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatte" + }, + "住ま": { + "w_type": "godan verb stem", + "romaji": "suma" + }, + "住み": { + "w_type": "godan verb stem", + "romaji": "sumi" + }, + "住め": { + "w_type": "conjugated godan verb", + "romaji": "sume" + }, + "住も": { + "w_type": "godan verb stem", + "romaji": "sumo" + }, + "住んだ": { + "w_type": "conjugated godan verb", + "romaji": "sunda" + }, + "住んで": { + "w_type": "conjugated godan verb", + "romaji": "sunde" + }, + "弾き鳴らさ": { + "w_type": "godan verb stem", + "romaji": "hikinarasa" + }, + "弾き鳴らし": { + "w_type": "godan verb stem", + "romaji": "hikinarashi" + }, + "弾き鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "hikinarase" + }, + "弾き鳴らそ": { + "w_type": "godan verb stem", + "romaji": "hikinaraso" + }, + "弾き鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "hikinarashita" + }, + "弾き鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "hikinarashite" + }, + "解合わ": { + "w_type": "godan verb stem", + "romaji": "tokeawa" + }, + "解合い": { + "w_type": "godan verb stem", + "romaji": "tokeai" + }, + "解合え": { + "w_type": "conjugated godan verb", + "romaji": "tokeae" + }, + "解合お": { + "w_type": "godan verb stem", + "romaji": "tokeao" + }, + "解合った": { + "w_type": "conjugated godan verb", + "romaji": "tokeatta" + }, + "解合って": { + "w_type": "conjugated godan verb", + "romaji": "tokeatte" + }, + "とっ捕まら": { + "w_type": "godan verb stem", + "romaji": "tottsukamara" + }, + "とっ捕まり": { + "w_type": "godan verb stem", + "romaji": "tottsukamari" + }, + "とっ捕まれ": { + "w_type": "conjugated godan verb", + "romaji": "tottsukamare" + }, + "とっ捕まろ": { + "w_type": "godan verb stem", + "romaji": "tottsukamaro" + }, + "とっ捕まった": { + "w_type": "conjugated godan verb", + "romaji": "tottsukamatta" + }, + "とっ捕まって": { + "w_type": "conjugated godan verb", + "romaji": "tottsukamatte" + }, + "連れてゆか": { + "w_type": "godan verb stem", + "romaji": "tsureteika" + }, + "連れてゆき": { + "w_type": "godan verb stem", + "romaji": "tsureteiki" + }, + "連れてゆけ": { + "w_type": "conjugated godan verb", + "romaji": "tsureteike" + }, + "連れてゆこ": { + "w_type": "godan verb stem", + "romaji": "tsureteiko" + }, + "連れてゆいた": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiita" + }, + "連れてゆいて": { + "w_type": "conjugated godan verb", + "romaji": "tsureteiite" + }, + "入れ代わら": { + "w_type": "godan verb stem", + "romaji": "irekawara" + }, + "入れ代わり": { + "w_type": "godan verb stem", + "romaji": "irekawari" + }, + "入れ代われ": { + "w_type": "conjugated godan verb", + "romaji": "irekaware" + }, + "入れ代わろ": { + "w_type": "godan verb stem", + "romaji": "irekawaro" + }, + "入れ代わった": { + "w_type": "conjugated godan verb", + "romaji": "irekawatta" + }, + "入れ代わって": { + "w_type": "conjugated godan verb", + "romaji": "irekawatte" + }, + "真面目腐ら": { + "w_type": "godan verb stem", + "romaji": "majimekusara" + }, + "真面目腐り": { + "w_type": "godan verb stem", + "romaji": "majimekusari" + }, + "真面目腐れ": { + "w_type": "conjugated godan verb", + "romaji": "majimekusare" + }, + "真面目腐ろ": { + "w_type": "godan verb stem", + "romaji": "majimekusaro" + }, + "真面目腐った": { + "w_type": "conjugated godan verb", + "romaji": "majimekusatta" + }, + "真面目腐って": { + "w_type": "conjugated godan verb", + "romaji": "majimekusatte" + }, + "熟ま": { + "w_type": "godan verb stem", + "romaji": "uma" + }, + "熟み": { + "w_type": "godan verb stem", + "romaji": "umi" + }, + "熟め": { + "w_type": "conjugated godan verb", + "romaji": "ume" + }, + "熟も": { + "w_type": "godan verb stem", + "romaji": "umo" + }, + "熟んだ": { + "w_type": "conjugated godan verb", + "romaji": "unda" + }, + "熟んで": { + "w_type": "conjugated godan verb", + "romaji": "unde" + }, + "撃ち破ら": { + "w_type": "godan verb stem", + "romaji": "uchiyabura" + }, + "撃ち破り": { + "w_type": "godan verb stem", + "romaji": "uchiyaburi" + }, + "撃ち破れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabure" + }, + "撃ち破ろ": { + "w_type": "godan verb stem", + "romaji": "uchiyaburo" + }, + "撃ち破った": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutta" + }, + "撃ち破って": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutte" + }, + "なり下がら": { + "w_type": "godan verb stem", + "romaji": "narisagara" + }, + "なり下がり": { + "w_type": "godan verb stem", + "romaji": "narisagari" + }, + "なり下がれ": { + "w_type": "conjugated godan verb", + "romaji": "narisagare" + }, + "なり下がろ": { + "w_type": "godan verb stem", + "romaji": "narisagaro" + }, + "なり下がった": { + "w_type": "conjugated godan verb", + "romaji": "narisagatta" + }, + "なり下がって": { + "w_type": "conjugated godan verb", + "romaji": "narisagatte" + }, + "沿わ": { + "w_type": "godan verb stem", + "romaji": "sowa" + }, + "沿い": { + "w_type": "godan verb stem", + "romaji": "soi" + }, + "沿え": { + "w_type": "conjugated godan verb", + "romaji": "soe" + }, + "沿お": { + "w_type": "godan verb stem", + "romaji": "soo" + }, + "沿った": { + "w_type": "conjugated godan verb", + "romaji": "sotta" + }, + "沿って": { + "w_type": "conjugated godan verb", + "romaji": "sotte" + }, + "聴入ら": { + "w_type": "godan verb stem", + "romaji": "kikiira" + }, + "聴入り": { + "w_type": "godan verb stem", + "romaji": "kikiiri" + }, + "聴入れ": { + "w_type": "conjugated godan verb", + "romaji": "kikiire" + }, + "聴入ろ": { + "w_type": "godan verb stem", + "romaji": "kikiiro" + }, + "聴入った": { + "w_type": "conjugated godan verb", + "romaji": "kikiitta" + }, + "聴入って": { + "w_type": "conjugated godan verb", + "romaji": "kikiitte" + }, + "節くれ立た": { + "w_type": "godan verb stem", + "romaji": "fushikuredata" + }, + "節くれ立ち": { + "w_type": "godan verb stem", + "romaji": "fushikuredachi" + }, + "節くれ立て": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredate" + }, + "節くれ立と": { + "w_type": "godan verb stem", + "romaji": "fushikuredato" + }, + "節くれ立った": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredatta" + }, + "節くれ立って": { + "w_type": "conjugated godan verb", + "romaji": "fushikuredatte" + }, + "射返さ": { + "w_type": "godan verb stem", + "romaji": "ikaesa" + }, + "射返し": { + "w_type": "godan verb stem", + "romaji": "ikaeshi" + }, + "射返せ": { + "w_type": "conjugated godan verb", + "romaji": "ikaese" + }, + "射返そ": { + "w_type": "godan verb stem", + "romaji": "ikaeso" + }, + "射返した": { + "w_type": "conjugated godan verb", + "romaji": "ikaeshita" + }, + "射返して": { + "w_type": "conjugated godan verb", + "romaji": "ikaeshite" + }, + "寝とら": { + "w_type": "godan verb stem", + "romaji": "netora" + }, + "寝とり": { + "w_type": "godan verb stem", + "romaji": "netori" + }, + "寝とれ": { + "w_type": "conjugated godan verb", + "romaji": "netore" + }, + "寝とろ": { + "w_type": "godan verb stem", + "romaji": "netoro" + }, + "寝とった": { + "w_type": "conjugated godan verb", + "romaji": "netotta" + }, + "寝とって": { + "w_type": "conjugated godan verb", + "romaji": "netotte" + }, + "一節歌わ": { + "w_type": "godan verb stem", + "romaji": "hitofushiutawa" + }, + "一節歌い": { + "w_type": "godan verb stem", + "romaji": "hitofushiutai" + }, + "一節歌え": { + "w_type": "conjugated godan verb", + "romaji": "hitofushiutae" + }, + "一節歌お": { + "w_type": "godan verb stem", + "romaji": "hitofushiutao" + }, + "一節歌った": { + "w_type": "conjugated godan verb", + "romaji": "hitofushiutatta" + }, + "一節歌って": { + "w_type": "conjugated godan verb", + "romaji": "hitofushiutatte" + }, + "虔ま": { + "w_type": "godan verb stem", + "romaji": "tsutsushima" + }, + "虔み": { + "w_type": "godan verb stem", + "romaji": "tsutsushimi" + }, + "虔め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushime" + }, + "虔も": { + "w_type": "godan verb stem", + "romaji": "tsutsushimo" + }, + "虔んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushinda" + }, + "虔んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushinde" + }, + "憩わ": { + "w_type": "godan verb stem", + "romaji": "ikowa" + }, + "憩い": { + "w_type": "godan verb stem", + "romaji": "ikoi" + }, + "憩え": { + "w_type": "conjugated godan verb", + "romaji": "ikoe" + }, + "憩お": { + "w_type": "godan verb stem", + "romaji": "ikoo" + }, + "憩った": { + "w_type": "conjugated godan verb", + "romaji": "ikotta" + }, + "憩って": { + "w_type": "conjugated godan verb", + "romaji": "ikotte" + }, + "立ち迷わ": { + "w_type": "godan verb stem", + "romaji": "tachimayowa" + }, + "立ち迷い": { + "w_type": "godan verb stem", + "romaji": "tachimayoi" + }, + "立ち迷え": { + "w_type": "conjugated godan verb", + "romaji": "tachimayoe" + }, + "立ち迷お": { + "w_type": "godan verb stem", + "romaji": "tachimayoo" + }, + "立ち迷った": { + "w_type": "conjugated godan verb", + "romaji": "tachimayotta" + }, + "立ち迷って": { + "w_type": "conjugated godan verb", + "romaji": "tachimayotte" + }, + "苦り切ら": { + "w_type": "godan verb stem", + "romaji": "nigarikira" + }, + "苦り切り": { + "w_type": "godan verb stem", + "romaji": "nigarikiri" + }, + "苦り切れ": { + "w_type": "conjugated godan verb", + "romaji": "nigarikire" + }, + "苦り切ろ": { + "w_type": "godan verb stem", + "romaji": "nigarikiro" + }, + "苦り切った": { + "w_type": "conjugated godan verb", + "romaji": "nigarikitta" + }, + "苦り切って": { + "w_type": "conjugated godan verb", + "romaji": "nigarikitte" + }, + "銘打た": { + "w_type": "godan verb stem", + "romaji": "meiuta" + }, + "銘打ち": { + "w_type": "godan verb stem", + "romaji": "meiuchi" + }, + "銘打て": { + "w_type": "conjugated godan verb", + "romaji": "meiute" + }, + "銘打と": { + "w_type": "godan verb stem", + "romaji": "meiuto" + }, + "銘打った": { + "w_type": "conjugated godan verb", + "romaji": "meiutta" + }, + "銘打って": { + "w_type": "conjugated godan verb", + "romaji": "meiutte" + }, + "打っ手切ら": { + "w_type": "godan verb stem", + "romaji": "buttagira" + }, + "打っ手切り": { + "w_type": "godan verb stem", + "romaji": "buttagiri" + }, + "打っ手切れ": { + "w_type": "conjugated godan verb", + "romaji": "buttagire" + }, + "打っ手切ろ": { + "w_type": "godan verb stem", + "romaji": "buttagiro" + }, + "打っ手切った": { + "w_type": "conjugated godan verb", + "romaji": "buttagitta" + }, + "打っ手切って": { + "w_type": "conjugated godan verb", + "romaji": "buttagitte" + }, + "拾い出さ": { + "w_type": "godan verb stem", + "romaji": "hiroidasa" + }, + "拾い出し": { + "w_type": "godan verb stem", + "romaji": "hiroidashi" + }, + "拾い出せ": { + "w_type": "conjugated godan verb", + "romaji": "hiroidase" + }, + "拾い出そ": { + "w_type": "godan verb stem", + "romaji": "hiroidaso" + }, + "拾い出した": { + "w_type": "conjugated godan verb", + "romaji": "hiroidashita" + }, + "拾い出して": { + "w_type": "conjugated godan verb", + "romaji": "hiroidashite" + }, + "曝さ": { + "w_type": "godan verb stem", + "romaji": "sarasa" + }, + "曝し": { + "w_type": "godan verb stem", + "romaji": "sarashi" + }, + "曝せ": { + "w_type": "conjugated godan verb", + "romaji": "sarase" + }, + "曝そ": { + "w_type": "godan verb stem", + "romaji": "saraso" + }, + "曝した": { + "w_type": "conjugated godan verb", + "romaji": "sarashita" + }, + "曝して": { + "w_type": "conjugated godan verb", + "romaji": "sarashite" + }, + "飛びこま": { + "w_type": "godan verb stem", + "romaji": "tobikoma" + }, + "飛びこみ": { + "w_type": "godan verb stem", + "romaji": "tobikomi" + }, + "飛びこめ": { + "w_type": "conjugated godan verb", + "romaji": "tobikome" + }, + "飛びこも": { + "w_type": "godan verb stem", + "romaji": "tobikomo" + }, + "飛びこんだ": { + "w_type": "conjugated godan verb", + "romaji": "tobikonda" + }, + "飛びこんで": { + "w_type": "conjugated godan verb", + "romaji": "tobikonde" + }, + "角張ら": { + "w_type": "godan verb stem", + "romaji": "kadobara" + }, + "角張り": { + "w_type": "godan verb stem", + "romaji": "kadobari" + }, + "角張れ": { + "w_type": "conjugated godan verb", + "romaji": "kadobare" + }, + "角張ろ": { + "w_type": "godan verb stem", + "romaji": "kadobaro" + }, + "角張った": { + "w_type": "conjugated godan verb", + "romaji": "kadobatta" + }, + "角張って": { + "w_type": "conjugated godan verb", + "romaji": "kadobatte" + }, + "焼き尽さ": { + "w_type": "godan verb stem", + "romaji": "yakitsukusa" + }, + "焼き尽し": { + "w_type": "godan verb stem", + "romaji": "yakitsukushi" + }, + "焼き尽せ": { + "w_type": "conjugated godan verb", + "romaji": "yakitsukuse" + }, + "焼き尽そ": { + "w_type": "godan verb stem", + "romaji": "yakitsukuso" + }, + "焼き尽した": { + "w_type": "conjugated godan verb", + "romaji": "yakitsukushita" + }, + "焼き尽して": { + "w_type": "conjugated godan verb", + "romaji": "yakitsukushite" + }, + "生きぬか": { + "w_type": "godan verb stem", + "romaji": "ikinuka" + }, + "生きぬき": { + "w_type": "godan verb stem", + "romaji": "ikinuki" + }, + "生きぬけ": { + "w_type": "conjugated godan verb", + "romaji": "ikinuke" + }, + "生きぬこ": { + "w_type": "godan verb stem", + "romaji": "ikinuko" + }, + "生きぬいた": { + "w_type": "conjugated godan verb", + "romaji": "ikinuita" + }, + "生きぬいて": { + "w_type": "conjugated godan verb", + "romaji": "ikinuite" + }, + "築か": { + "w_type": "godan verb stem", + "romaji": "kizuka" + }, + "築き": { + "w_type": "godan verb stem", + "romaji": "kizuki" + }, + "築け": { + "w_type": "conjugated godan verb", + "romaji": "kizuke" + }, + "築こ": { + "w_type": "godan verb stem", + "romaji": "kizuko" + }, + "築いた": { + "w_type": "conjugated godan verb", + "romaji": "kizuita" + }, + "築いて": { + "w_type": "conjugated godan verb", + "romaji": "kizuite" + }, + "烟がら": { + "w_type": "godan verb stem", + "romaji": "kemugara" + }, + "烟がり": { + "w_type": "godan verb stem", + "romaji": "kemugari" + }, + "烟がれ": { + "w_type": "conjugated godan verb", + "romaji": "kemugare" + }, + "烟がろ": { + "w_type": "godan verb stem", + "romaji": "kemugaro" + }, + "烟がった": { + "w_type": "conjugated godan verb", + "romaji": "kemugatta" + }, + "烟がって": { + "w_type": "conjugated godan verb", + "romaji": "kemugatte" + }, + "焼き払わ": { + "w_type": "godan verb stem", + "romaji": "yakiharawa" + }, + "焼き払い": { + "w_type": "godan verb stem", + "romaji": "yakiharai" + }, + "焼き払え": { + "w_type": "conjugated godan verb", + "romaji": "yakiharae" + }, + "焼き払お": { + "w_type": "godan verb stem", + "romaji": "yakiharao" + }, + "焼き払った": { + "w_type": "conjugated godan verb", + "romaji": "yakiharatta" + }, + "焼き払って": { + "w_type": "conjugated godan verb", + "romaji": "yakiharatte" + }, + "擦り切ら": { + "w_type": "godan verb stem", + "romaji": "surikira" + }, + "擦り切り": { + "w_type": "godan verb stem", + "romaji": "surikiri" + }, + "擦り切れ": { + "w_type": "conjugated godan verb", + "romaji": "surikire" + }, + "擦り切ろ": { + "w_type": "godan verb stem", + "romaji": "surikiro" + }, + "擦り切った": { + "w_type": "conjugated godan verb", + "romaji": "surikitta" + }, + "擦り切って": { + "w_type": "conjugated godan verb", + "romaji": "surikitte" + }, + "うち破ら": { + "w_type": "godan verb stem", + "romaji": "uchiyabura" + }, + "うち破り": { + "w_type": "godan verb stem", + "romaji": "uchiyaburi" + }, + "うち破れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabure" + }, + "うち破ろ": { + "w_type": "godan verb stem", + "romaji": "uchiyaburo" + }, + "うち破った": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutta" + }, + "うち破って": { + "w_type": "conjugated godan verb", + "romaji": "uchiyabutte" + }, + "泣落さ": { + "w_type": "godan verb stem", + "romaji": "nakiotosa" + }, + "泣落し": { + "w_type": "godan verb stem", + "romaji": "nakiotoshi" + }, + "泣落せ": { + "w_type": "conjugated godan verb", + "romaji": "nakiotose" + }, + "泣落そ": { + "w_type": "godan verb stem", + "romaji": "nakiotoso" + }, + "泣落した": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshita" + }, + "泣落して": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshite" + }, + "争い怒ら": { + "w_type": "godan verb stem", + "romaji": "arasoiikara" + }, + "争い怒り": { + "w_type": "godan verb stem", + "romaji": "arasoiikari" + }, + "争い怒れ": { + "w_type": "conjugated godan verb", + "romaji": "arasoiikare" + }, + "争い怒ろ": { + "w_type": "godan verb stem", + "romaji": "arasoiikaro" + }, + "争い怒った": { + "w_type": "conjugated godan verb", + "romaji": "arasoiikatta" + }, + "争い怒って": { + "w_type": "conjugated godan verb", + "romaji": "arasoiikatte" + }, + "取り離さ": { + "w_type": "godan verb stem", + "romaji": "torihanasa" + }, + "取り離し": { + "w_type": "godan verb stem", + "romaji": "torihanashi" + }, + "取り離せ": { + "w_type": "conjugated godan verb", + "romaji": "torihanase" + }, + "取り離そ": { + "w_type": "godan verb stem", + "romaji": "torihanaso" + }, + "取り離した": { + "w_type": "conjugated godan verb", + "romaji": "torihanashita" + }, + "取り離して": { + "w_type": "conjugated godan verb", + "romaji": "torihanashite" + }, + "食い縛ら": { + "w_type": "godan verb stem", + "romaji": "kuishibara" + }, + "食い縛り": { + "w_type": "godan verb stem", + "romaji": "kuishibari" + }, + "食い縛れ": { + "w_type": "conjugated godan verb", + "romaji": "kuishibare" + }, + "食い縛ろ": { + "w_type": "godan verb stem", + "romaji": "kuishibaro" + }, + "食い縛った": { + "w_type": "conjugated godan verb", + "romaji": "kuishibatta" + }, + "食い縛って": { + "w_type": "conjugated godan verb", + "romaji": "kuishibatte" + }, + "汲み込ま": { + "w_type": "godan verb stem", + "romaji": "kumikoma" + }, + "汲み込み": { + "w_type": "godan verb stem", + "romaji": "kumikomi" + }, + "汲み込め": { + "w_type": "conjugated godan verb", + "romaji": "kumikome" + }, + "汲み込も": { + "w_type": "godan verb stem", + "romaji": "kumikomo" + }, + "汲み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kumikonda" + }, + "汲み込んで": { + "w_type": "conjugated godan verb", + "romaji": "kumikonde" + }, + "干上がら": { + "w_type": "godan verb stem", + "romaji": "hiagara" + }, + "干上がり": { + "w_type": "godan verb stem", + "romaji": "hiagari" + }, + "干上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hiagare" + }, + "干上がろ": { + "w_type": "godan verb stem", + "romaji": "hiagaro" + }, + "干上がった": { + "w_type": "conjugated godan verb", + "romaji": "hiagatta" + }, + "干上がって": { + "w_type": "conjugated godan verb", + "romaji": "hiagatte" + }, + "飛上がら": { + "w_type": "godan verb stem", + "romaji": "tobiagara" + }, + "飛上がり": { + "w_type": "godan verb stem", + "romaji": "tobiagari" + }, + "飛上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tobiagare" + }, + "飛上がろ": { + "w_type": "godan verb stem", + "romaji": "tobiagaro" + }, + "飛上がった": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatta" + }, + "飛上がって": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatte" + }, + "取散らさ": { + "w_type": "godan verb stem", + "romaji": "torichirasa" + }, + "取散らし": { + "w_type": "godan verb stem", + "romaji": "torichirashi" + }, + "取散らせ": { + "w_type": "conjugated godan verb", + "romaji": "torichirase" + }, + "取散らそ": { + "w_type": "godan verb stem", + "romaji": "torichiraso" + }, + "取散らした": { + "w_type": "conjugated godan verb", + "romaji": "torichirashita" + }, + "取散らして": { + "w_type": "conjugated godan verb", + "romaji": "torichirashite" + }, + "敵わ": { + "w_type": "godan verb stem", + "romaji": "kanawa" + }, + "敵い": { + "w_type": "godan verb stem", + "romaji": "kanai" + }, + "敵え": { + "w_type": "conjugated godan verb", + "romaji": "kanae" + }, + "敵お": { + "w_type": "godan verb stem", + "romaji": "kanao" + }, + "敵った": { + "w_type": "conjugated godan verb", + "romaji": "kanatta" + }, + "敵って": { + "w_type": "conjugated godan verb", + "romaji": "kanatte" + }, + "取入ら": { + "w_type": "godan verb stem", + "romaji": "toriira" + }, + "取入り": { + "w_type": "godan verb stem", + "romaji": "toriiri" + }, + "取入れ": { + "w_type": "conjugated godan verb", + "romaji": "toriire" + }, + "取入ろ": { + "w_type": "godan verb stem", + "romaji": "toriiro" + }, + "取入った": { + "w_type": "conjugated godan verb", + "romaji": "toriitta" + }, + "取入って": { + "w_type": "conjugated godan verb", + "romaji": "toriitte" + }, + "執ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "執り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "執れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "執ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "執った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "執って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "暮れかから": { + "w_type": "godan verb stem", + "romaji": "kurekakara" + }, + "暮れかかり": { + "w_type": "godan verb stem", + "romaji": "kurekakari" + }, + "暮れかかれ": { + "w_type": "conjugated godan verb", + "romaji": "kurekakare" + }, + "暮れかかろ": { + "w_type": "godan verb stem", + "romaji": "kurekakaro" + }, + "暮れかかった": { + "w_type": "conjugated godan verb", + "romaji": "kurekakatta" + }, + "暮れかかって": { + "w_type": "conjugated godan verb", + "romaji": "kurekakatte" + }, + "繰出さ": { + "w_type": "godan verb stem", + "romaji": "kuridasa" + }, + "繰出し": { + "w_type": "godan verb stem", + "romaji": "kuridashi" + }, + "繰出せ": { + "w_type": "conjugated godan verb", + "romaji": "kuridase" + }, + "繰出そ": { + "w_type": "godan verb stem", + "romaji": "kuridaso" + }, + "繰出した": { + "w_type": "conjugated godan verb", + "romaji": "kuridashita" + }, + "繰出して": { + "w_type": "conjugated godan verb", + "romaji": "kuridashite" + }, + "のぞき込ま": { + "w_type": "godan verb stem", + "romaji": "nozokikoma" + }, + "のぞき込み": { + "w_type": "godan verb stem", + "romaji": "nozokikomi" + }, + "のぞき込め": { + "w_type": "conjugated godan verb", + "romaji": "nozokikome" + }, + "のぞき込も": { + "w_type": "godan verb stem", + "romaji": "nozokikomo" + }, + "のぞき込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nozokikonda" + }, + "のぞき込んで": { + "w_type": "conjugated godan verb", + "romaji": "nozokikonde" + }, + "抜き出さ": { + "w_type": "godan verb stem", + "romaji": "nukidasa" + }, + "抜き出し": { + "w_type": "godan verb stem", + "romaji": "nukidashi" + }, + "抜き出せ": { + "w_type": "conjugated godan verb", + "romaji": "nukidase" + }, + "抜き出そ": { + "w_type": "godan verb stem", + "romaji": "nukidaso" + }, + "抜き出した": { + "w_type": "conjugated godan verb", + "romaji": "nukidashita" + }, + "抜き出して": { + "w_type": "conjugated godan verb", + "romaji": "nukidashite" + }, + "赴か": { + "w_type": "godan verb stem", + "romaji": "omomuka" + }, + "赴き": { + "w_type": "godan verb stem", + "romaji": "omomuki" + }, + "赴け": { + "w_type": "conjugated godan verb", + "romaji": "omomuke" + }, + "赴こ": { + "w_type": "godan verb stem", + "romaji": "omomuko" + }, + "赴いた": { + "w_type": "conjugated godan verb", + "romaji": "omomuita" + }, + "赴いて": { + "w_type": "conjugated godan verb", + "romaji": "omomuite" + }, + "隠れひそま": { + "w_type": "godan verb stem", + "romaji": "kakurehisoma" + }, + "隠れひそみ": { + "w_type": "godan verb stem", + "romaji": "kakurehisomi" + }, + "隠れひそめ": { + "w_type": "conjugated godan verb", + "romaji": "kakurehisome" + }, + "隠れひそも": { + "w_type": "godan verb stem", + "romaji": "kakurehisomo" + }, + "隠れひそんだ": { + "w_type": "conjugated godan verb", + "romaji": "kakurehisonda" + }, + "隠れひそんで": { + "w_type": "conjugated godan verb", + "romaji": "kakurehisonde" + }, + "かぜ立た": { + "w_type": "godan verb stem", + "romaji": "kazedata" + }, + "かぜ立ち": { + "w_type": "godan verb stem", + "romaji": "kazedachi" + }, + "かぜ立て": { + "w_type": "conjugated godan verb", + "romaji": "kazedate" + }, + "かぜ立と": { + "w_type": "godan verb stem", + "romaji": "kazedato" + }, + "かぜ立った": { + "w_type": "conjugated godan verb", + "romaji": "kazedatta" + }, + "かぜ立って": { + "w_type": "conjugated godan verb", + "romaji": "kazedatte" + }, + "聞き做さ": { + "w_type": "godan verb stem", + "romaji": "kikinasa" + }, + "聞き做し": { + "w_type": "godan verb stem", + "romaji": "kikinashi" + }, + "聞き做せ": { + "w_type": "conjugated godan verb", + "romaji": "kikinase" + }, + "聞き做そ": { + "w_type": "godan verb stem", + "romaji": "kikinaso" + }, + "聞き做した": { + "w_type": "conjugated godan verb", + "romaji": "kikinashita" + }, + "聞き做して": { + "w_type": "conjugated godan verb", + "romaji": "kikinashite" + }, + "取零さ": { + "w_type": "godan verb stem", + "romaji": "torikobosa" + }, + "取零し": { + "w_type": "godan verb stem", + "romaji": "torikoboshi" + }, + "取零せ": { + "w_type": "conjugated godan verb", + "romaji": "torikobose" + }, + "取零そ": { + "w_type": "godan verb stem", + "romaji": "torikoboso" + }, + "取零した": { + "w_type": "conjugated godan verb", + "romaji": "torikoboshita" + }, + "取零して": { + "w_type": "conjugated godan verb", + "romaji": "torikoboshite" + }, + "彫り刻ま": { + "w_type": "godan verb stem", + "romaji": "horikizama" + }, + "彫り刻み": { + "w_type": "godan verb stem", + "romaji": "horikizami" + }, + "彫り刻め": { + "w_type": "conjugated godan verb", + "romaji": "horikizame" + }, + "彫り刻も": { + "w_type": "godan verb stem", + "romaji": "horikizamo" + }, + "彫り刻んだ": { + "w_type": "conjugated godan verb", + "romaji": "horikizanda" + }, + "彫り刻んで": { + "w_type": "conjugated godan verb", + "romaji": "horikizande" + }, + "走りださ": { + "w_type": "godan verb stem", + "romaji": "hashiridasa" + }, + "走りだし": { + "w_type": "godan verb stem", + "romaji": "hashiridashi" + }, + "走りだせ": { + "w_type": "conjugated godan verb", + "romaji": "hashiridase" + }, + "走りだそ": { + "w_type": "godan verb stem", + "romaji": "hashiridaso" + }, + "走りだした": { + "w_type": "conjugated godan verb", + "romaji": "hashiridashita" + }, + "走りだして": { + "w_type": "conjugated godan verb", + "romaji": "hashiridashite" + }, + "切れ込ま": { + "w_type": "godan verb stem", + "romaji": "kirekoma" + }, + "切れ込み": { + "w_type": "godan verb stem", + "romaji": "kirekomi" + }, + "切れ込め": { + "w_type": "conjugated godan verb", + "romaji": "kirekome" + }, + "切れ込も": { + "w_type": "godan verb stem", + "romaji": "kirekomo" + }, + "切れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirekonda" + }, + "切れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kirekonde" + }, + "読みつが": { + "w_type": "godan verb stem", + "romaji": "yomitsuga" + }, + "読みつぎ": { + "w_type": "godan verb stem", + "romaji": "yomitsugi" + }, + "読みつげ": { + "w_type": "conjugated godan verb", + "romaji": "yomitsuge" + }, + "読みつご": { + "w_type": "godan verb stem", + "romaji": "yomitsugo" + }, + "読みついだ": { + "w_type": "conjugated godan verb", + "romaji": "yomitsuida" + }, + "読みついで": { + "w_type": "conjugated godan verb", + "romaji": "yomitsuide" + }, + "覆さ": { + "w_type": "godan verb stem", + "romaji": "kutsugaesa" + }, + "覆し": { + "w_type": "godan verb stem", + "romaji": "kutsugaeshi" + }, + "覆せ": { + "w_type": "conjugated godan verb", + "romaji": "kutsugaese" + }, + "覆そ": { + "w_type": "godan verb stem", + "romaji": "kutsugaeso" + }, + "覆した": { + "w_type": "conjugated godan verb", + "romaji": "kutsugaeshita" + }, + "覆して": { + "w_type": "conjugated godan verb", + "romaji": "kutsugaeshite" + }, + "呼び込ま": { + "w_type": "godan verb stem", + "romaji": "yobikoma" + }, + "呼び込み": { + "w_type": "godan verb stem", + "romaji": "yobikomi" + }, + "呼び込め": { + "w_type": "conjugated godan verb", + "romaji": "yobikome" + }, + "呼び込も": { + "w_type": "godan verb stem", + "romaji": "yobikomo" + }, + "呼び込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yobikonda" + }, + "呼び込んで": { + "w_type": "conjugated godan verb", + "romaji": "yobikonde" + }, + "勤まら": { + "w_type": "godan verb stem", + "romaji": "tsutomara" + }, + "勤まり": { + "w_type": "godan verb stem", + "romaji": "tsutomari" + }, + "勤まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsutomare" + }, + "勤まろ": { + "w_type": "godan verb stem", + "romaji": "tsutomaro" + }, + "勤まった": { + "w_type": "conjugated godan verb", + "romaji": "tsutomatta" + }, + "勤まって": { + "w_type": "conjugated godan verb", + "romaji": "tsutomatte" + }, + "押しやら": { + "w_type": "godan verb stem", + "romaji": "oshiyara" + }, + "押しやり": { + "w_type": "godan verb stem", + "romaji": "oshiyari" + }, + "押しやれ": { + "w_type": "conjugated godan verb", + "romaji": "oshiyare" + }, + "押しやろ": { + "w_type": "godan verb stem", + "romaji": "oshiyaro" + }, + "押しやった": { + "w_type": "conjugated godan verb", + "romaji": "oshiyatta" + }, + "押しやって": { + "w_type": "conjugated godan verb", + "romaji": "oshiyatte" + }, + "花咲か": { + "w_type": "godan verb stem", + "romaji": "hanasaka" + }, + "花咲き": { + "w_type": "godan verb stem", + "romaji": "hanasaki" + }, + "花咲け": { + "w_type": "conjugated godan verb", + "romaji": "hanasake" + }, + "花咲こ": { + "w_type": "godan verb stem", + "romaji": "hanasako" + }, + "花咲いた": { + "w_type": "conjugated godan verb", + "romaji": "hanasaita" + }, + "花咲いて": { + "w_type": "conjugated godan verb", + "romaji": "hanasaite" + }, + "守り抜か": { + "w_type": "godan verb stem", + "romaji": "mamorinuka" + }, + "守り抜き": { + "w_type": "godan verb stem", + "romaji": "mamorinuki" + }, + "守り抜け": { + "w_type": "conjugated godan verb", + "romaji": "mamorinuke" + }, + "守り抜こ": { + "w_type": "godan verb stem", + "romaji": "mamorinuko" + }, + "守り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "mamorinuita" + }, + "守り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "mamorinuite" + }, + "せめぎ合わ": { + "w_type": "godan verb stem", + "romaji": "semegiawa" + }, + "せめぎ合い": { + "w_type": "godan verb stem", + "romaji": "semegiai" + }, + "せめぎ合え": { + "w_type": "conjugated godan verb", + "romaji": "semegiae" + }, + "せめぎ合お": { + "w_type": "godan verb stem", + "romaji": "semegiao" + }, + "せめぎ合った": { + "w_type": "conjugated godan verb", + "romaji": "semegiatta" + }, + "せめぎ合って": { + "w_type": "conjugated godan verb", + "romaji": "semegiatte" + }, + "競勝た": { + "w_type": "godan verb stem", + "romaji": "serikata" + }, + "競勝ち": { + "w_type": "godan verb stem", + "romaji": "serikachi" + }, + "競勝て": { + "w_type": "conjugated godan verb", + "romaji": "serikate" + }, + "競勝と": { + "w_type": "godan verb stem", + "romaji": "serikato" + }, + "競勝った": { + "w_type": "conjugated godan verb", + "romaji": "serikatta" + }, + "競勝って": { + "w_type": "conjugated godan verb", + "romaji": "serikatte" + }, + "破り取ら": { + "w_type": "godan verb stem", + "romaji": "yaburitora" + }, + "破り取り": { + "w_type": "godan verb stem", + "romaji": "yaburitori" + }, + "破り取れ": { + "w_type": "conjugated godan verb", + "romaji": "yaburitore" + }, + "破り取ろ": { + "w_type": "godan verb stem", + "romaji": "yaburitoro" + }, + "破り取った": { + "w_type": "conjugated godan verb", + "romaji": "yaburitotta" + }, + "破り取って": { + "w_type": "conjugated godan verb", + "romaji": "yaburitotte" + }, + "突っ掛から": { + "w_type": "godan verb stem", + "romaji": "tsukkakara" + }, + "突っ掛かり": { + "w_type": "godan verb stem", + "romaji": "tsukkakari" + }, + "突っ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkakare" + }, + "突っ掛かろ": { + "w_type": "godan verb stem", + "romaji": "tsukkakaro" + }, + "突っ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "tsukkakatta" + }, + "突っ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "tsukkakatte" + }, + "運び去ら": { + "w_type": "godan verb stem", + "romaji": "hakobisara" + }, + "運び去り": { + "w_type": "godan verb stem", + "romaji": "hakobisari" + }, + "運び去れ": { + "w_type": "conjugated godan verb", + "romaji": "hakobisare" + }, + "運び去ろ": { + "w_type": "godan verb stem", + "romaji": "hakobisaro" + }, + "運び去った": { + "w_type": "conjugated godan verb", + "romaji": "hakobisatta" + }, + "運び去って": { + "w_type": "conjugated godan verb", + "romaji": "hakobisatte" + }, + "救わ": { + "w_type": "godan verb stem", + "romaji": "sukuwa" + }, + "救い": { + "w_type": "godan verb stem", + "romaji": "sukui" + }, + "救え": { + "w_type": "conjugated godan verb", + "romaji": "sukue" + }, + "救お": { + "w_type": "godan verb stem", + "romaji": "sukuo" + }, + "救った": { + "w_type": "conjugated godan verb", + "romaji": "sukutta" + }, + "救って": { + "w_type": "conjugated godan verb", + "romaji": "sukutte" + }, + "語り尽くさ": { + "w_type": "godan verb stem", + "romaji": "kataritsukusa" + }, + "語り尽くし": { + "w_type": "godan verb stem", + "romaji": "kataritsukushi" + }, + "語り尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukuse" + }, + "語り尽くそ": { + "w_type": "godan verb stem", + "romaji": "kataritsukuso" + }, + "語り尽くした": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukushita" + }, + "語り尽くして": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukushite" + }, + "扇が": { + "w_type": "godan verb stem", + "romaji": "aoga" + }, + "扇ぎ": { + "w_type": "godan verb stem", + "romaji": "aogi" + }, + "扇げ": { + "w_type": "conjugated godan verb", + "romaji": "aoge" + }, + "扇ご": { + "w_type": "godan verb stem", + "romaji": "aogo" + }, + "扇いだ": { + "w_type": "conjugated godan verb", + "romaji": "aoida" + }, + "扇いで": { + "w_type": "conjugated godan verb", + "romaji": "aoide" + }, + "斬り刻ま": { + "w_type": "godan verb stem", + "romaji": "kirikizama" + }, + "斬り刻み": { + "w_type": "godan verb stem", + "romaji": "kirikizami" + }, + "斬り刻め": { + "w_type": "conjugated godan verb", + "romaji": "kirikizame" + }, + "斬り刻も": { + "w_type": "godan verb stem", + "romaji": "kirikizamo" + }, + "斬り刻んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirikizanda" + }, + "斬り刻んで": { + "w_type": "conjugated godan verb", + "romaji": "kirikizande" + }, + "受け継が": { + "w_type": "godan verb stem", + "romaji": "uketsuga" + }, + "受け継ぎ": { + "w_type": "godan verb stem", + "romaji": "uketsugi" + }, + "受け継げ": { + "w_type": "conjugated godan verb", + "romaji": "uketsuge" + }, + "受け継ご": { + "w_type": "godan verb stem", + "romaji": "uketsugo" + }, + "受け継いだ": { + "w_type": "conjugated godan verb", + "romaji": "uketsuida" + }, + "受け継いで": { + "w_type": "conjugated godan verb", + "romaji": "uketsuide" + }, + "中ら": { + "w_type": "godan verb stem", + "romaji": "atara" + }, + "中り": { + "w_type": "godan verb stem", + "romaji": "atari" + }, + "中れ": { + "w_type": "conjugated godan verb", + "romaji": "atare" + }, + "中ろ": { + "w_type": "godan verb stem", + "romaji": "ataro" + }, + "中った": { + "w_type": "conjugated godan verb", + "romaji": "atatta" + }, + "中って": { + "w_type": "conjugated godan verb", + "romaji": "atatte" + }, + "吹流さ": { + "w_type": "godan verb stem", + "romaji": "fukinagasa" + }, + "吹流し": { + "w_type": "godan verb stem", + "romaji": "fukinagashi" + }, + "吹流せ": { + "w_type": "conjugated godan verb", + "romaji": "fukinagase" + }, + "吹流そ": { + "w_type": "godan verb stem", + "romaji": "fukinagaso" + }, + "吹流した": { + "w_type": "conjugated godan verb", + "romaji": "fukinagashita" + }, + "吹流して": { + "w_type": "conjugated godan verb", + "romaji": "fukinagashite" + }, + "書きなぐら": { + "w_type": "godan verb stem", + "romaji": "kakinagura" + }, + "書きなぐり": { + "w_type": "godan verb stem", + "romaji": "kakinaguri" + }, + "書きなぐれ": { + "w_type": "conjugated godan verb", + "romaji": "kakinagure" + }, + "書きなぐろ": { + "w_type": "godan verb stem", + "romaji": "kakinaguro" + }, + "書きなぐった": { + "w_type": "conjugated godan verb", + "romaji": "kakinagutta" + }, + "書きなぐって": { + "w_type": "conjugated godan verb", + "romaji": "kakinagutte" + }, + "馘ら": { + "w_type": "godan verb stem", + "romaji": "kubikira" + }, + "馘り": { + "w_type": "godan verb stem", + "romaji": "kubikiri" + }, + "馘れ": { + "w_type": "conjugated godan verb", + "romaji": "kubikire" + }, + "馘ろ": { + "w_type": "godan verb stem", + "romaji": "kubikiro" + }, + "馘った": { + "w_type": "conjugated godan verb", + "romaji": "kubikitta" + }, + "馘って": { + "w_type": "conjugated godan verb", + "romaji": "kubikitte" + }, + "走ら": { + "w_type": "godan verb stem", + "romaji": "hashira" + }, + "走り": { + "w_type": "godan verb stem", + "romaji": "hashiri" + }, + "走れ": { + "w_type": "conjugated godan verb", + "romaji": "hashire" + }, + "走ろ": { + "w_type": "godan verb stem", + "romaji": "hashiro" + }, + "走った": { + "w_type": "conjugated godan verb", + "romaji": "hashitta" + }, + "走って": { + "w_type": "conjugated godan verb", + "romaji": "hashitte" + }, + "写しださ": { + "w_type": "godan verb stem", + "romaji": "utsushidasa" + }, + "写しだし": { + "w_type": "godan verb stem", + "romaji": "utsushidashi" + }, + "写しだせ": { + "w_type": "conjugated godan verb", + "romaji": "utsushidase" + }, + "写しだそ": { + "w_type": "godan verb stem", + "romaji": "utsushidaso" + }, + "写しだした": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashita" + }, + "写しだして": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashite" + }, + "粒が揃わ": { + "w_type": "godan verb stem", + "romaji": "tsubugasorowa" + }, + "粒が揃い": { + "w_type": "godan verb stem", + "romaji": "tsubugasoroi" + }, + "粒が揃え": { + "w_type": "conjugated godan verb", + "romaji": "tsubugasoroe" + }, + "粒が揃お": { + "w_type": "godan verb stem", + "romaji": "tsubugasoroo" + }, + "粒が揃った": { + "w_type": "conjugated godan verb", + "romaji": "tsubugasorotta" + }, + "粒が揃って": { + "w_type": "conjugated godan verb", + "romaji": "tsubugasorotte" + }, + "掘り崩さ": { + "w_type": "godan verb stem", + "romaji": "horikuzusa" + }, + "掘り崩し": { + "w_type": "godan verb stem", + "romaji": "horikuzushi" + }, + "掘り崩せ": { + "w_type": "conjugated godan verb", + "romaji": "horikuzuse" + }, + "掘り崩そ": { + "w_type": "godan verb stem", + "romaji": "horikuzuso" + }, + "掘り崩した": { + "w_type": "conjugated godan verb", + "romaji": "horikuzushita" + }, + "掘り崩して": { + "w_type": "conjugated godan verb", + "romaji": "horikuzushite" + }, + "買いあおら": { + "w_type": "godan verb stem", + "romaji": "kaiaora" + }, + "買いあおり": { + "w_type": "godan verb stem", + "romaji": "kaiaori" + }, + "買いあおれ": { + "w_type": "conjugated godan verb", + "romaji": "kaiaore" + }, + "買いあおろ": { + "w_type": "godan verb stem", + "romaji": "kaiaoro" + }, + "買いあおった": { + "w_type": "conjugated godan verb", + "romaji": "kaiaotta" + }, + "買いあおって": { + "w_type": "conjugated godan verb", + "romaji": "kaiaotte" + }, + "掛け違わ": { + "w_type": "godan verb stem", + "romaji": "kakechigawa" + }, + "掛け違い": { + "w_type": "godan verb stem", + "romaji": "kakechigai" + }, + "掛け違え": { + "w_type": "conjugated godan verb", + "romaji": "kakechigae" + }, + "掛け違お": { + "w_type": "godan verb stem", + "romaji": "kakechigao" + }, + "掛け違った": { + "w_type": "conjugated godan verb", + "romaji": "kakechigatta" + }, + "掛け違って": { + "w_type": "conjugated godan verb", + "romaji": "kakechigatte" + }, + "やり合わ": { + "w_type": "godan verb stem", + "romaji": "yariawa" + }, + "やり合い": { + "w_type": "godan verb stem", + "romaji": "yariai" + }, + "やり合え": { + "w_type": "conjugated godan verb", + "romaji": "yariae" + }, + "やり合お": { + "w_type": "godan verb stem", + "romaji": "yariao" + }, + "やり合った": { + "w_type": "conjugated godan verb", + "romaji": "yariatta" + }, + "やり合って": { + "w_type": "conjugated godan verb", + "romaji": "yariatte" + }, + "咲わ": { + "w_type": "godan verb stem", + "romaji": "warawa" + }, + "咲い": { + "w_type": "godan verb stem", + "romaji": "warai" + }, + "咲え": { + "w_type": "conjugated godan verb", + "romaji": "warae" + }, + "咲お": { + "w_type": "godan verb stem", + "romaji": "warao" + }, + "咲った": { + "w_type": "conjugated godan verb", + "romaji": "waratta" + }, + "咲って": { + "w_type": "conjugated godan verb", + "romaji": "waratte" + }, + "見霽かさ": { + "w_type": "godan verb stem", + "romaji": "miharukasa" + }, + "見霽かし": { + "w_type": "godan verb stem", + "romaji": "miharukashi" + }, + "見霽かせ": { + "w_type": "conjugated godan verb", + "romaji": "miharukase" + }, + "見霽かそ": { + "w_type": "godan verb stem", + "romaji": "miharukaso" + }, + "見霽かした": { + "w_type": "conjugated godan verb", + "romaji": "miharukashita" + }, + "見霽かして": { + "w_type": "conjugated godan verb", + "romaji": "miharukashite" + }, + "語り合わ": { + "w_type": "godan verb stem", + "romaji": "katariawa" + }, + "語り合い": { + "w_type": "godan verb stem", + "romaji": "katariai" + }, + "語り合え": { + "w_type": "conjugated godan verb", + "romaji": "katariae" + }, + "語り合お": { + "w_type": "godan verb stem", + "romaji": "katariao" + }, + "語り合った": { + "w_type": "conjugated godan verb", + "romaji": "katariatta" + }, + "語り合って": { + "w_type": "conjugated godan verb", + "romaji": "katariatte" + }, + "心休まら": { + "w_type": "godan verb stem", + "romaji": "kokoroyasumara" + }, + "心休まり": { + "w_type": "godan verb stem", + "romaji": "kokoroyasumari" + }, + "心休まれ": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyasumare" + }, + "心休まろ": { + "w_type": "godan verb stem", + "romaji": "kokoroyasumaro" + }, + "心休まった": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyasumatta" + }, + "心休まって": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyasumatte" + }, + "洗いださ": { + "w_type": "godan verb stem", + "romaji": "araidasa" + }, + "洗いだし": { + "w_type": "godan verb stem", + "romaji": "araidashi" + }, + "洗いだせ": { + "w_type": "conjugated godan verb", + "romaji": "araidase" + }, + "洗いだそ": { + "w_type": "godan verb stem", + "romaji": "araidaso" + }, + "洗いだした": { + "w_type": "conjugated godan verb", + "romaji": "araidashita" + }, + "洗いだして": { + "w_type": "conjugated godan verb", + "romaji": "araidashite" + }, + "殴りあわ": { + "w_type": "godan verb stem", + "romaji": "naguriawa" + }, + "殴りあい": { + "w_type": "godan verb stem", + "romaji": "naguriai" + }, + "殴りあえ": { + "w_type": "conjugated godan verb", + "romaji": "naguriae" + }, + "殴りあお": { + "w_type": "godan verb stem", + "romaji": "naguriao" + }, + "殴りあった": { + "w_type": "conjugated godan verb", + "romaji": "naguriatta" + }, + "殴りあって": { + "w_type": "conjugated godan verb", + "romaji": "naguriatte" + }, + "溢さ": { + "w_type": "godan verb stem", + "romaji": "kobosa" + }, + "溢し": { + "w_type": "godan verb stem", + "romaji": "koboshi" + }, + "溢せ": { + "w_type": "conjugated godan verb", + "romaji": "kobose" + }, + "溢そ": { + "w_type": "godan verb stem", + "romaji": "koboso" + }, + "溢した": { + "w_type": "conjugated godan verb", + "romaji": "koboshita" + }, + "溢して": { + "w_type": "conjugated godan verb", + "romaji": "koboshite" + }, + "追っ付か": { + "w_type": "godan verb stem", + "romaji": "ottsuka" + }, + "追っ付き": { + "w_type": "godan verb stem", + "romaji": "ottsuki" + }, + "追っ付け": { + "w_type": "conjugated godan verb", + "romaji": "ottsuke" + }, + "追っ付こ": { + "w_type": "godan verb stem", + "romaji": "ottsuko" + }, + "追っ付いた": { + "w_type": "conjugated godan verb", + "romaji": "ottsuita" + }, + "追っ付いて": { + "w_type": "conjugated godan verb", + "romaji": "ottsuite" + }, + "振り解か": { + "w_type": "godan verb stem", + "romaji": "furihodoka" + }, + "振り解き": { + "w_type": "godan verb stem", + "romaji": "furihodoki" + }, + "振り解け": { + "w_type": "conjugated godan verb", + "romaji": "furihodoke" + }, + "振り解こ": { + "w_type": "godan verb stem", + "romaji": "furihodoko" + }, + "振り解いた": { + "w_type": "conjugated godan verb", + "romaji": "furihodoita" + }, + "振り解いて": { + "w_type": "conjugated godan verb", + "romaji": "furihodoite" + }, + "叩頭か": { + "w_type": "godan verb stem", + "romaji": "nukazuka" + }, + "叩頭き": { + "w_type": "godan verb stem", + "romaji": "nukazuki" + }, + "叩頭け": { + "w_type": "conjugated godan verb", + "romaji": "nukazuke" + }, + "叩頭こ": { + "w_type": "godan verb stem", + "romaji": "nukazuko" + }, + "叩頭いた": { + "w_type": "conjugated godan verb", + "romaji": "nukazuita" + }, + "叩頭いて": { + "w_type": "conjugated godan verb", + "romaji": "nukazuite" + }, + "尊ば": { + "w_type": "godan verb stem", + "romaji": "toutoba" + }, + "尊び": { + "w_type": "godan verb stem", + "romaji": "toutobi" + }, + "尊べ": { + "w_type": "conjugated godan verb", + "romaji": "toutobe" + }, + "尊ぼ": { + "w_type": "godan verb stem", + "romaji": "toutobo" + }, + "飲乾さ": { + "w_type": "godan verb stem", + "romaji": "nomihosa" + }, + "飲乾し": { + "w_type": "godan verb stem", + "romaji": "nomihoshi" + }, + "飲乾せ": { + "w_type": "conjugated godan verb", + "romaji": "nomihose" + }, + "飲乾そ": { + "w_type": "godan verb stem", + "romaji": "nomihoso" + }, + "飲乾した": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshita" + }, + "飲乾して": { + "w_type": "conjugated godan verb", + "romaji": "nomihoshite" + }, + "くわえ込ま": { + "w_type": "godan verb stem", + "romaji": "kuwaekoma" + }, + "くわえ込み": { + "w_type": "godan verb stem", + "romaji": "kuwaekomi" + }, + "くわえ込め": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekome" + }, + "くわえ込も": { + "w_type": "godan verb stem", + "romaji": "kuwaekomo" + }, + "くわえ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonda" + }, + "くわえ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonde" + }, + "遣り返さ": { + "w_type": "godan verb stem", + "romaji": "yarikaesa" + }, + "遣り返し": { + "w_type": "godan verb stem", + "romaji": "yarikaeshi" + }, + "遣り返せ": { + "w_type": "conjugated godan verb", + "romaji": "yarikaese" + }, + "遣り返そ": { + "w_type": "godan verb stem", + "romaji": "yarikaeso" + }, + "遣り返した": { + "w_type": "conjugated godan verb", + "romaji": "yarikaeshita" + }, + "遣り返して": { + "w_type": "conjugated godan verb", + "romaji": "yarikaeshite" + }, + "し吹か": { + "w_type": "godan verb stem", + "romaji": "shibuka" + }, + "し吹き": { + "w_type": "godan verb stem", + "romaji": "shibuki" + }, + "し吹け": { + "w_type": "conjugated godan verb", + "romaji": "shibuke" + }, + "し吹こ": { + "w_type": "godan verb stem", + "romaji": "shibuko" + }, + "し吹いた": { + "w_type": "conjugated godan verb", + "romaji": "shibuita" + }, + "し吹いて": { + "w_type": "conjugated godan verb", + "romaji": "shibuite" + }, + "取りあわ": { + "w_type": "godan verb stem", + "romaji": "toriawa" + }, + "取りあい": { + "w_type": "godan verb stem", + "romaji": "toriai" + }, + "取りあえ": { + "w_type": "conjugated godan verb", + "romaji": "toriae" + }, + "取りあお": { + "w_type": "godan verb stem", + "romaji": "toriao" + }, + "取りあった": { + "w_type": "conjugated godan verb", + "romaji": "toriatta" + }, + "取りあって": { + "w_type": "conjugated godan verb", + "romaji": "toriatte" + }, + "蹲ま": { + "w_type": "godan verb stem", + "romaji": "tsukunama" + }, + "蹲み": { + "w_type": "godan verb stem", + "romaji": "tsukunami" + }, + "蹲め": { + "w_type": "conjugated godan verb", + "romaji": "tsukuname" + }, + "蹲も": { + "w_type": "godan verb stem", + "romaji": "tsukunamo" + }, + "蹲んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukunanda" + }, + "蹲んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukunande" + }, + "蹲ら": { + "w_type": "godan verb stem", + "romaji": "uzukumara" + }, + "蹲り": { + "w_type": "godan verb stem", + "romaji": "uzukumari" + }, + "蹲れ": { + "w_type": "conjugated godan verb", + "romaji": "uzukumare" + }, + "蹲ろ": { + "w_type": "godan verb stem", + "romaji": "uzukumaro" + }, + "蹲った": { + "w_type": "conjugated godan verb", + "romaji": "uzukumatta" + }, + "蹲って": { + "w_type": "conjugated godan verb", + "romaji": "uzukumatte" + }, + "踏み拉か": { + "w_type": "godan verb stem", + "romaji": "fumishidaka" + }, + "踏み拉き": { + "w_type": "godan verb stem", + "romaji": "fumishidaki" + }, + "踏み拉け": { + "w_type": "conjugated godan verb", + "romaji": "fumishidake" + }, + "踏み拉こ": { + "w_type": "godan verb stem", + "romaji": "fumishidako" + }, + "踏み拉いた": { + "w_type": "conjugated godan verb", + "romaji": "fumishidaita" + }, + "踏み拉いて": { + "w_type": "conjugated godan verb", + "romaji": "fumishidaite" + }, + "取繕わ": { + "w_type": "godan verb stem", + "romaji": "toritsukurowa" + }, + "取繕い": { + "w_type": "godan verb stem", + "romaji": "toritsukuroi" + }, + "取繕え": { + "w_type": "conjugated godan verb", + "romaji": "toritsukuroe" + }, + "取繕お": { + "w_type": "godan verb stem", + "romaji": "toritsukuroo" + }, + "取繕った": { + "w_type": "conjugated godan verb", + "romaji": "toritsukurotta" + }, + "取繕って": { + "w_type": "conjugated godan verb", + "romaji": "toritsukurotte" + }, + "突きださ": { + "w_type": "godan verb stem", + "romaji": "tsukidasa" + }, + "突きだし": { + "w_type": "godan verb stem", + "romaji": "tsukidashi" + }, + "突きだせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukidase" + }, + "突きだそ": { + "w_type": "godan verb stem", + "romaji": "tsukidaso" + }, + "突きだした": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashita" + }, + "突きだして": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashite" + }, + "駆け出さ": { + "w_type": "godan verb stem", + "romaji": "kakedasa" + }, + "駆け出し": { + "w_type": "godan verb stem", + "romaji": "kakedashi" + }, + "駆け出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakedase" + }, + "駆け出そ": { + "w_type": "godan verb stem", + "romaji": "kakedaso" + }, + "駆け出した": { + "w_type": "conjugated godan verb", + "romaji": "kakedashita" + }, + "駆け出して": { + "w_type": "conjugated godan verb", + "romaji": "kakedashite" + }, + "捏ね回さ": { + "w_type": "godan verb stem", + "romaji": "konemawasa" + }, + "捏ね回し": { + "w_type": "godan verb stem", + "romaji": "konemawashi" + }, + "捏ね回せ": { + "w_type": "conjugated godan verb", + "romaji": "konemawase" + }, + "捏ね回そ": { + "w_type": "godan verb stem", + "romaji": "konemawaso" + }, + "捏ね回した": { + "w_type": "conjugated godan verb", + "romaji": "konemawashita" + }, + "捏ね回して": { + "w_type": "conjugated godan verb", + "romaji": "konemawashite" + }, + "引っ張り下ろさ": { + "w_type": "godan verb stem", + "romaji": "hippariorosa" + }, + "引っ張り下ろし": { + "w_type": "godan verb stem", + "romaji": "hipparioroshi" + }, + "引っ張り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hippariorose" + }, + "引っ張り下ろそ": { + "w_type": "godan verb stem", + "romaji": "hipparioroso" + }, + "引っ張り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "hipparioroshita" + }, + "引っ張り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "hipparioroshite" + }, + "順わ": { + "w_type": "godan verb stem", + "romaji": "shitagawa" + }, + "順い": { + "w_type": "godan verb stem", + "romaji": "shitagai" + }, + "順え": { + "w_type": "conjugated godan verb", + "romaji": "shitagae" + }, + "順お": { + "w_type": "godan verb stem", + "romaji": "shitagao" + }, + "順った": { + "w_type": "conjugated godan verb", + "romaji": "shitagatta" + }, + "順って": { + "w_type": "conjugated godan verb", + "romaji": "shitagatte" + }, + "培わ": { + "w_type": "godan verb stem", + "romaji": "tsuchikawa" + }, + "培い": { + "w_type": "godan verb stem", + "romaji": "tsuchikai" + }, + "培え": { + "w_type": "conjugated godan verb", + "romaji": "tsuchikae" + }, + "培お": { + "w_type": "godan verb stem", + "romaji": "tsuchikao" + }, + "培った": { + "w_type": "conjugated godan verb", + "romaji": "tsuchikatta" + }, + "培って": { + "w_type": "conjugated godan verb", + "romaji": "tsuchikatte" + }, + "ひねり回さ": { + "w_type": "godan verb stem", + "romaji": "hinerimawasa" + }, + "ひねり回し": { + "w_type": "godan verb stem", + "romaji": "hinerimawashi" + }, + "ひねり回せ": { + "w_type": "conjugated godan verb", + "romaji": "hinerimawase" + }, + "ひねり回そ": { + "w_type": "godan verb stem", + "romaji": "hinerimawaso" + }, + "ひねり回した": { + "w_type": "conjugated godan verb", + "romaji": "hinerimawashita" + }, + "ひねり回して": { + "w_type": "conjugated godan verb", + "romaji": "hinerimawashite" + }, + "垂れ下がら": { + "w_type": "godan verb stem", + "romaji": "taresagara" + }, + "垂れ下がり": { + "w_type": "godan verb stem", + "romaji": "taresagari" + }, + "垂れ下がれ": { + "w_type": "conjugated godan verb", + "romaji": "taresagare" + }, + "垂れ下がろ": { + "w_type": "godan verb stem", + "romaji": "taresagaro" + }, + "垂れ下がった": { + "w_type": "conjugated godan verb", + "romaji": "taresagatta" + }, + "垂れ下がって": { + "w_type": "conjugated godan verb", + "romaji": "taresagatte" + }, + "振り落とさ": { + "w_type": "godan verb stem", + "romaji": "furiotosa" + }, + "振り落とし": { + "w_type": "godan verb stem", + "romaji": "furiotoshi" + }, + "振り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "furiotose" + }, + "振り落とそ": { + "w_type": "godan verb stem", + "romaji": "furiotoso" + }, + "振り落とした": { + "w_type": "conjugated godan verb", + "romaji": "furiotoshita" + }, + "振り落として": { + "w_type": "conjugated godan verb", + "romaji": "furiotoshite" + }, + "拠ら": { + "w_type": "godan verb stem", + "romaji": "yora" + }, + "拠り": { + "w_type": "godan verb stem", + "romaji": "yori" + }, + "拠れ": { + "w_type": "conjugated godan verb", + "romaji": "yore" + }, + "拠ろ": { + "w_type": "godan verb stem", + "romaji": "yoro" + }, + "拠った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "拠って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "流れ着か": { + "w_type": "godan verb stem", + "romaji": "nagaretsuka" + }, + "流れ着き": { + "w_type": "godan verb stem", + "romaji": "nagaretsuki" + }, + "流れ着け": { + "w_type": "conjugated godan verb", + "romaji": "nagaretsuke" + }, + "流れ着こ": { + "w_type": "godan verb stem", + "romaji": "nagaretsuko" + }, + "流れ着いた": { + "w_type": "conjugated godan verb", + "romaji": "nagaretsuita" + }, + "流れ着いて": { + "w_type": "conjugated godan verb", + "romaji": "nagaretsuite" + }, + "さがし出さ": { + "w_type": "godan verb stem", + "romaji": "sagashidasa" + }, + "さがし出し": { + "w_type": "godan verb stem", + "romaji": "sagashidashi" + }, + "さがし出せ": { + "w_type": "conjugated godan verb", + "romaji": "sagashidase" + }, + "さがし出そ": { + "w_type": "godan verb stem", + "romaji": "sagashidaso" + }, + "さがし出した": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashita" + }, + "さがし出して": { + "w_type": "conjugated godan verb", + "romaji": "sagashidashite" + }, + "持ち越さ": { + "w_type": "godan verb stem", + "romaji": "mochikosa" + }, + "持ち越し": { + "w_type": "godan verb stem", + "romaji": "mochikoshi" + }, + "持ち越せ": { + "w_type": "conjugated godan verb", + "romaji": "mochikose" + }, + "持ち越そ": { + "w_type": "godan verb stem", + "romaji": "mochikoso" + }, + "持ち越した": { + "w_type": "conjugated godan verb", + "romaji": "mochikoshita" + }, + "持ち越して": { + "w_type": "conjugated godan verb", + "romaji": "mochikoshite" + }, + "芽吹か": { + "w_type": "godan verb stem", + "romaji": "mebuka" + }, + "芽吹き": { + "w_type": "godan verb stem", + "romaji": "mebuki" + }, + "芽吹け": { + "w_type": "conjugated godan verb", + "romaji": "mebuke" + }, + "芽吹こ": { + "w_type": "godan verb stem", + "romaji": "mebuko" + }, + "芽吹いた": { + "w_type": "conjugated godan verb", + "romaji": "mebuita" + }, + "芽吹いて": { + "w_type": "conjugated godan verb", + "romaji": "mebuite" + }, + "滅ば": { + "w_type": "godan verb stem", + "romaji": "horoba" + }, + "滅び": { + "w_type": "godan verb stem", + "romaji": "horobi" + }, + "滅べ": { + "w_type": "conjugated godan verb", + "romaji": "horobe" + }, + "滅ぼ": { + "w_type": "godan verb stem", + "romaji": "horobo" + }, + "滅んだ": { + "w_type": "conjugated godan verb", + "romaji": "horonda" + }, + "滅んで": { + "w_type": "conjugated godan verb", + "romaji": "horonde" + }, + "拈ら": { + "w_type": "godan verb stem", + "romaji": "hinera" + }, + "拈り": { + "w_type": "godan verb stem", + "romaji": "hineri" + }, + "拈れ": { + "w_type": "conjugated godan verb", + "romaji": "hinere" + }, + "拈ろ": { + "w_type": "godan verb stem", + "romaji": "hinero" + }, + "拈った": { + "w_type": "conjugated godan verb", + "romaji": "hinetta" + }, + "拈って": { + "w_type": "conjugated godan verb", + "romaji": "hinette" + }, + "見せ合わ": { + "w_type": "godan verb stem", + "romaji": "miseawa" + }, + "見せ合い": { + "w_type": "godan verb stem", + "romaji": "miseai" + }, + "見せ合え": { + "w_type": "conjugated godan verb", + "romaji": "miseae" + }, + "見せ合お": { + "w_type": "godan verb stem", + "romaji": "miseao" + }, + "見せ合った": { + "w_type": "conjugated godan verb", + "romaji": "miseatta" + }, + "見せ合って": { + "w_type": "conjugated godan verb", + "romaji": "miseatte" + }, + "言い交さ": { + "w_type": "godan verb stem", + "romaji": "iikawasa" + }, + "言い交し": { + "w_type": "godan verb stem", + "romaji": "iikawashi" + }, + "言い交せ": { + "w_type": "conjugated godan verb", + "romaji": "iikawase" + }, + "言い交そ": { + "w_type": "godan verb stem", + "romaji": "iikawaso" + }, + "言い交した": { + "w_type": "conjugated godan verb", + "romaji": "iikawashita" + }, + "言い交して": { + "w_type": "conjugated godan verb", + "romaji": "iikawashite" + }, + "担ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "katsugidasa" + }, + "担ぎ出し": { + "w_type": "godan verb stem", + "romaji": "katsugidashi" + }, + "担ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "katsugidase" + }, + "担ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "katsugidaso" + }, + "担ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "katsugidashita" + }, + "担ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "katsugidashite" + }, + "振り放さ": { + "w_type": "godan verb stem", + "romaji": "furihanasa" + }, + "振り放し": { + "w_type": "godan verb stem", + "romaji": "furihanashi" + }, + "振り放せ": { + "w_type": "conjugated godan verb", + "romaji": "furihanase" + }, + "振り放そ": { + "w_type": "godan verb stem", + "romaji": "furihanaso" + }, + "振り放した": { + "w_type": "conjugated godan verb", + "romaji": "furihanashita" + }, + "振り放して": { + "w_type": "conjugated godan verb", + "romaji": "furihanashite" + }, + "赤ま": { + "w_type": "godan verb stem", + "romaji": "akama" + }, + "赤み": { + "w_type": "godan verb stem", + "romaji": "akami" + }, + "赤め": { + "w_type": "conjugated godan verb", + "romaji": "akame" + }, + "赤も": { + "w_type": "godan verb stem", + "romaji": "akamo" + }, + "赤んだ": { + "w_type": "conjugated godan verb", + "romaji": "akanda" + }, + "赤んで": { + "w_type": "conjugated godan verb", + "romaji": "akande" + }, + "形取ら": { + "w_type": "godan verb stem", + "romaji": "katadora" + }, + "形取り": { + "w_type": "godan verb stem", + "romaji": "katadori" + }, + "形取れ": { + "w_type": "conjugated godan verb", + "romaji": "katadore" + }, + "形取ろ": { + "w_type": "godan verb stem", + "romaji": "katadoro" + }, + "形取った": { + "w_type": "conjugated godan verb", + "romaji": "katadotta" + }, + "形取って": { + "w_type": "conjugated godan verb", + "romaji": "katadotte" + }, + "写ら": { + "w_type": "godan verb stem", + "romaji": "utsura" + }, + "写り": { + "w_type": "godan verb stem", + "romaji": "utsuri" + }, + "写れ": { + "w_type": "conjugated godan verb", + "romaji": "utsure" + }, + "写ろ": { + "w_type": "godan verb stem", + "romaji": "utsuro" + }, + "写った": { + "w_type": "conjugated godan verb", + "romaji": "utsutta" + }, + "写って": { + "w_type": "conjugated godan verb", + "romaji": "utsutte" + }, + "払い落とさ": { + "w_type": "godan verb stem", + "romaji": "haraiotosa" + }, + "払い落とし": { + "w_type": "godan verb stem", + "romaji": "haraiotoshi" + }, + "払い落とせ": { + "w_type": "conjugated godan verb", + "romaji": "haraiotose" + }, + "払い落とそ": { + "w_type": "godan verb stem", + "romaji": "haraiotoso" + }, + "払い落とした": { + "w_type": "conjugated godan verb", + "romaji": "haraiotoshita" + }, + "払い落として": { + "w_type": "conjugated godan verb", + "romaji": "haraiotoshite" + }, + "息ま": { + "w_type": "godan verb stem", + "romaji": "ikima" + }, + "息み": { + "w_type": "godan verb stem", + "romaji": "ikimi" + }, + "息め": { + "w_type": "conjugated godan verb", + "romaji": "ikime" + }, + "息も": { + "w_type": "godan verb stem", + "romaji": "ikimo" + }, + "息んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikinda" + }, + "息んで": { + "w_type": "conjugated godan verb", + "romaji": "ikinde" + }, + "際立た": { + "w_type": "godan verb stem", + "romaji": "kiwadata" + }, + "際立ち": { + "w_type": "godan verb stem", + "romaji": "kiwadachi" + }, + "際立て": { + "w_type": "conjugated godan verb", + "romaji": "kiwadate" + }, + "際立と": { + "w_type": "godan verb stem", + "romaji": "kiwadato" + }, + "際立った": { + "w_type": "conjugated godan verb", + "romaji": "kiwadatta" + }, + "際立って": { + "w_type": "conjugated godan verb", + "romaji": "kiwadatte" + }, + "仰せつから": { + "w_type": "godan verb stem", + "romaji": "oosetsukara" + }, + "仰せつかり": { + "w_type": "godan verb stem", + "romaji": "oosetsukari" + }, + "仰せつかれ": { + "w_type": "conjugated godan verb", + "romaji": "oosetsukare" + }, + "仰せつかろ": { + "w_type": "godan verb stem", + "romaji": "oosetsukaro" + }, + "仰せつかった": { + "w_type": "conjugated godan verb", + "romaji": "oosetsukatta" + }, + "仰せつかって": { + "w_type": "conjugated godan verb", + "romaji": "oosetsukatte" + }, + "食い下ら": { + "w_type": "godan verb stem", + "romaji": "kuisagara" + }, + "食い下り": { + "w_type": "godan verb stem", + "romaji": "kuisagari" + }, + "食い下れ": { + "w_type": "conjugated godan verb", + "romaji": "kuisagare" + }, + "食い下ろ": { + "w_type": "godan verb stem", + "romaji": "kuisagaro" + }, + "食い下った": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatta" + }, + "食い下って": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatte" + }, + "写さ": { + "w_type": "godan verb stem", + "romaji": "utsusa" + }, + "写し": { + "w_type": "godan verb stem", + "romaji": "utsushi" + }, + "写せ": { + "w_type": "conjugated godan verb", + "romaji": "utsuse" + }, + "写そ": { + "w_type": "godan verb stem", + "romaji": "utsuso" + }, + "写した": { + "w_type": "conjugated godan verb", + "romaji": "utsushita" + }, + "写して": { + "w_type": "conjugated godan verb", + "romaji": "utsushite" + }, + "打守ら": { + "w_type": "godan verb stem", + "romaji": "uchimamora" + }, + "打守り": { + "w_type": "godan verb stem", + "romaji": "uchimamori" + }, + "打守れ": { + "w_type": "conjugated godan verb", + "romaji": "uchimamore" + }, + "打守ろ": { + "w_type": "godan verb stem", + "romaji": "uchimamoro" + }, + "打守った": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotta" + }, + "打守って": { + "w_type": "conjugated godan verb", + "romaji": "uchimamotte" + }, + "鋤起さ": { + "w_type": "godan verb stem", + "romaji": "sukiokosa" + }, + "鋤起し": { + "w_type": "godan verb stem", + "romaji": "sukiokoshi" + }, + "鋤起せ": { + "w_type": "conjugated godan verb", + "romaji": "sukiokose" + }, + "鋤起そ": { + "w_type": "godan verb stem", + "romaji": "sukiokoso" + }, + "鋤起した": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshita" + }, + "鋤起して": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshite" + }, + "買い取ら": { + "w_type": "godan verb stem", + "romaji": "kaitora" + }, + "買い取り": { + "w_type": "godan verb stem", + "romaji": "kaitori" + }, + "買い取れ": { + "w_type": "conjugated godan verb", + "romaji": "kaitore" + }, + "買い取ろ": { + "w_type": "godan verb stem", + "romaji": "kaitoro" + }, + "買い取った": { + "w_type": "conjugated godan verb", + "romaji": "kaitotta" + }, + "買い取って": { + "w_type": "conjugated godan verb", + "romaji": "kaitotte" + }, + "繫がら": { + "w_type": "godan verb stem", + "romaji": "tsunagara" + }, + "繫がり": { + "w_type": "godan verb stem", + "romaji": "tsunagari" + }, + "繫がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsunagare" + }, + "繫がろ": { + "w_type": "godan verb stem", + "romaji": "tsunagaro" + }, + "繫がった": { + "w_type": "conjugated godan verb", + "romaji": "tsunagatta" + }, + "繫がって": { + "w_type": "conjugated godan verb", + "romaji": "tsunagatte" + }, + "攻めあぐま": { + "w_type": "godan verb stem", + "romaji": "semeaguma" + }, + "攻めあぐみ": { + "w_type": "godan verb stem", + "romaji": "semeagumi" + }, + "攻めあぐめ": { + "w_type": "conjugated godan verb", + "romaji": "semeagume" + }, + "攻めあぐも": { + "w_type": "godan verb stem", + "romaji": "semeagumo" + }, + "攻めあぐんだ": { + "w_type": "conjugated godan verb", + "romaji": "semeagunda" + }, + "攻めあぐんで": { + "w_type": "conjugated godan verb", + "romaji": "semeagunde" + }, + "抱込ま": { + "w_type": "godan verb stem", + "romaji": "dakikoma" + }, + "抱込み": { + "w_type": "godan verb stem", + "romaji": "dakikomi" + }, + "抱込め": { + "w_type": "conjugated godan verb", + "romaji": "dakikome" + }, + "抱込も": { + "w_type": "godan verb stem", + "romaji": "dakikomo" + }, + "抱込んだ": { + "w_type": "conjugated godan verb", + "romaji": "dakikonda" + }, + "抱込んで": { + "w_type": "conjugated godan verb", + "romaji": "dakikonde" + }, + "言い習わさ": { + "w_type": "godan verb stem", + "romaji": "iinarawasa" + }, + "言い習わし": { + "w_type": "godan verb stem", + "romaji": "iinarawashi" + }, + "言い習わせ": { + "w_type": "conjugated godan verb", + "romaji": "iinarawase" + }, + "言い習わそ": { + "w_type": "godan verb stem", + "romaji": "iinarawaso" + }, + "言い習わした": { + "w_type": "conjugated godan verb", + "romaji": "iinarawashita" + }, + "言い習わして": { + "w_type": "conjugated godan verb", + "romaji": "iinarawashite" + }, + "鬩ぎあわ": { + "w_type": "godan verb stem", + "romaji": "semegiawa" + }, + "鬩ぎあい": { + "w_type": "godan verb stem", + "romaji": "semegiai" + }, + "鬩ぎあえ": { + "w_type": "conjugated godan verb", + "romaji": "semegiae" + }, + "鬩ぎあお": { + "w_type": "godan verb stem", + "romaji": "semegiao" + }, + "鬩ぎあった": { + "w_type": "conjugated godan verb", + "romaji": "semegiatta" + }, + "鬩ぎあって": { + "w_type": "conjugated godan verb", + "romaji": "semegiatte" + }, + "浮かび上がら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "浮かび上がり": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "浮かび上がれ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "浮かび上がろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "浮かび上がった": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "浮かび上がって": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "扶け起こさ": { + "w_type": "godan verb stem", + "romaji": "tasukeokosa" + }, + "扶け起こし": { + "w_type": "godan verb stem", + "romaji": "tasukeokoshi" + }, + "扶け起こせ": { + "w_type": "conjugated godan verb", + "romaji": "tasukeokose" + }, + "扶け起こそ": { + "w_type": "godan verb stem", + "romaji": "tasukeokoso" + }, + "扶け起こした": { + "w_type": "conjugated godan verb", + "romaji": "tasukeokoshita" + }, + "扶け起こして": { + "w_type": "conjugated godan verb", + "romaji": "tasukeokoshite" + }, + "蠕か": { + "w_type": "godan verb stem", + "romaji": "ugomeka" + }, + "蠕き": { + "w_type": "godan verb stem", + "romaji": "ugomeki" + }, + "蠕け": { + "w_type": "conjugated godan verb", + "romaji": "ugomeke" + }, + "蠕こ": { + "w_type": "godan verb stem", + "romaji": "ugomeko" + }, + "蠕いた": { + "w_type": "conjugated godan verb", + "romaji": "ugomeita" + }, + "蠕いて": { + "w_type": "conjugated godan verb", + "romaji": "ugomeite" + }, + "乾か": { + "w_type": "godan verb stem", + "romaji": "kawaka" + }, + "乾き": { + "w_type": "godan verb stem", + "romaji": "kawaki" + }, + "乾け": { + "w_type": "conjugated godan verb", + "romaji": "kawake" + }, + "乾こ": { + "w_type": "godan verb stem", + "romaji": "kawako" + }, + "乾いた": { + "w_type": "conjugated godan verb", + "romaji": "kawaita" + }, + "乾いて": { + "w_type": "conjugated godan verb", + "romaji": "kawaite" + }, + "瞑ら": { + "w_type": "godan verb stem", + "romaji": "tsubura" + }, + "瞑り": { + "w_type": "godan verb stem", + "romaji": "tsuburi" + }, + "瞑れ": { + "w_type": "conjugated godan verb", + "romaji": "tsubure" + }, + "瞑ろ": { + "w_type": "godan verb stem", + "romaji": "tsuburo" + }, + "瞑った": { + "w_type": "conjugated godan verb", + "romaji": "tsubutta" + }, + "瞑って": { + "w_type": "conjugated godan verb", + "romaji": "tsubutte" + }, + "追っ払わ": { + "w_type": "godan verb stem", + "romaji": "opparawa" + }, + "追っ払い": { + "w_type": "godan verb stem", + "romaji": "opparai" + }, + "追っ払え": { + "w_type": "conjugated godan verb", + "romaji": "opparae" + }, + "追っ払お": { + "w_type": "godan verb stem", + "romaji": "opparao" + }, + "追っ払った": { + "w_type": "conjugated godan verb", + "romaji": "opparatta" + }, + "追っ払って": { + "w_type": "conjugated godan verb", + "romaji": "opparatte" + }, + "鯱張ら": { + "w_type": "godan verb stem", + "romaji": "shachihokobara" + }, + "鯱張り": { + "w_type": "godan verb stem", + "romaji": "shachihokobari" + }, + "鯱張れ": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobare" + }, + "鯱張ろ": { + "w_type": "godan verb stem", + "romaji": "shachihokobaro" + }, + "鯱張った": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobatta" + }, + "鯱張って": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobatte" + }, + "彳ま": { + "w_type": "godan verb stem", + "romaji": "tatazuma" + }, + "彳み": { + "w_type": "godan verb stem", + "romaji": "tatazumi" + }, + "彳め": { + "w_type": "conjugated godan verb", + "romaji": "tatazume" + }, + "彳も": { + "w_type": "godan verb stem", + "romaji": "tatazumo" + }, + "彳んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatazunda" + }, + "彳んで": { + "w_type": "conjugated godan verb", + "romaji": "tatazunde" + }, + "染み着か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "染み着き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "染み着け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "染み着こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "染み着いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "染み着いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "人一倍働か": { + "w_type": "godan verb stem", + "romaji": "hitoichibaihataraka" + }, + "人一倍働き": { + "w_type": "godan verb stem", + "romaji": "hitoichibaihataraki" + }, + "人一倍働け": { + "w_type": "conjugated godan verb", + "romaji": "hitoichibaihatarake" + }, + "人一倍働こ": { + "w_type": "godan verb stem", + "romaji": "hitoichibaihatarako" + }, + "人一倍働いた": { + "w_type": "conjugated godan verb", + "romaji": "hitoichibaihataraita" + }, + "人一倍働いて": { + "w_type": "conjugated godan verb", + "romaji": "hitoichibaihataraite" + }, + "引き籠ら": { + "w_type": "godan verb stem", + "romaji": "hikikomora" + }, + "引き籠り": { + "w_type": "godan verb stem", + "romaji": "hikikomori" + }, + "引き籠れ": { + "w_type": "conjugated godan verb", + "romaji": "hikikomore" + }, + "引き籠ろ": { + "w_type": "godan verb stem", + "romaji": "hikikomoro" + }, + "引き籠った": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotta" + }, + "引き籠って": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotte" + }, + "撃ち殺さ": { + "w_type": "godan verb stem", + "romaji": "uchikorosa" + }, + "撃ち殺し": { + "w_type": "godan verb stem", + "romaji": "uchikoroshi" + }, + "撃ち殺せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikorose" + }, + "撃ち殺そ": { + "w_type": "godan verb stem", + "romaji": "uchikoroso" + }, + "撃ち殺した": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshita" + }, + "撃ち殺して": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshite" + }, + "替わら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "替わり": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "替われ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "替わろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "替わった": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "替わって": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "なで回さ": { + "w_type": "godan verb stem", + "romaji": "nademawasa" + }, + "なで回し": { + "w_type": "godan verb stem", + "romaji": "nademawashi" + }, + "なで回せ": { + "w_type": "conjugated godan verb", + "romaji": "nademawase" + }, + "なで回そ": { + "w_type": "godan verb stem", + "romaji": "nademawaso" + }, + "なで回した": { + "w_type": "conjugated godan verb", + "romaji": "nademawashita" + }, + "なで回して": { + "w_type": "conjugated godan verb", + "romaji": "nademawashite" + }, + "膨らまさ": { + "w_type": "godan verb stem", + "romaji": "fukuramasa" + }, + "膨らまし": { + "w_type": "godan verb stem", + "romaji": "fukuramashi" + }, + "膨らませ": { + "w_type": "conjugated godan verb", + "romaji": "fukuramase" + }, + "膨らまそ": { + "w_type": "godan verb stem", + "romaji": "fukuramaso" + }, + "膨らました": { + "w_type": "conjugated godan verb", + "romaji": "fukuramashita" + }, + "膨らまして": { + "w_type": "conjugated godan verb", + "romaji": "fukuramashite" + }, + "打っ千切ら": { + "w_type": "godan verb stem", + "romaji": "butchigira" + }, + "打っ千切り": { + "w_type": "godan verb stem", + "romaji": "butchigiri" + }, + "打っ千切れ": { + "w_type": "conjugated godan verb", + "romaji": "butchigire" + }, + "打っ千切ろ": { + "w_type": "godan verb stem", + "romaji": "butchigiro" + }, + "打っ千切った": { + "w_type": "conjugated godan verb", + "romaji": "butchigitta" + }, + "打っ千切って": { + "w_type": "conjugated godan verb", + "romaji": "butchigitte" + }, + "端折ら": { + "w_type": "godan verb stem", + "romaji": "hashora" + }, + "端折り": { + "w_type": "godan verb stem", + "romaji": "hashori" + }, + "端折れ": { + "w_type": "conjugated godan verb", + "romaji": "hashore" + }, + "端折ろ": { + "w_type": "godan verb stem", + "romaji": "hashoro" + }, + "端折った": { + "w_type": "conjugated godan verb", + "romaji": "hashotta" + }, + "端折って": { + "w_type": "conjugated godan verb", + "romaji": "hashotte" + }, + "似つか": { + "w_type": "godan verb stem", + "romaji": "nitsuka" + }, + "似つき": { + "w_type": "godan verb stem", + "romaji": "nitsuki" + }, + "似つけ": { + "w_type": "conjugated godan verb", + "romaji": "nitsuke" + }, + "似つこ": { + "w_type": "godan verb stem", + "romaji": "nitsuko" + }, + "似ついた": { + "w_type": "conjugated godan verb", + "romaji": "nitsuita" + }, + "似ついて": { + "w_type": "conjugated godan verb", + "romaji": "nitsuite" + }, + "手つだわ": { + "w_type": "godan verb stem", + "romaji": "tetsudawa" + }, + "手つだい": { + "w_type": "godan verb stem", + "romaji": "tetsudai" + }, + "手つだえ": { + "w_type": "conjugated godan verb", + "romaji": "tetsudae" + }, + "手つだお": { + "w_type": "godan verb stem", + "romaji": "tetsudao" + }, + "手つだった": { + "w_type": "conjugated godan verb", + "romaji": "tetsudatta" + }, + "手つだって": { + "w_type": "conjugated godan verb", + "romaji": "tetsudatte" + }, + "食い合わ": { + "w_type": "godan verb stem", + "romaji": "kuiawa" + }, + "食い合い": { + "w_type": "godan verb stem", + "romaji": "kuiai" + }, + "食い合え": { + "w_type": "conjugated godan verb", + "romaji": "kuiae" + }, + "食い合お": { + "w_type": "godan verb stem", + "romaji": "kuiao" + }, + "食い合った": { + "w_type": "conjugated godan verb", + "romaji": "kuiatta" + }, + "食い合って": { + "w_type": "conjugated godan verb", + "romaji": "kuiatte" + }, + "凋ま": { + "w_type": "godan verb stem", + "romaji": "shiboma" + }, + "凋み": { + "w_type": "godan verb stem", + "romaji": "shibomi" + }, + "凋め": { + "w_type": "conjugated godan verb", + "romaji": "shibome" + }, + "凋も": { + "w_type": "godan verb stem", + "romaji": "shibomo" + }, + "凋んだ": { + "w_type": "conjugated godan verb", + "romaji": "shibonda" + }, + "凋んで": { + "w_type": "conjugated godan verb", + "romaji": "shibonde" + }, + "歩き廻ら": { + "w_type": "godan verb stem", + "romaji": "arukimawara" + }, + "歩き廻り": { + "w_type": "godan verb stem", + "romaji": "arukimawari" + }, + "歩き廻れ": { + "w_type": "conjugated godan verb", + "romaji": "arukimaware" + }, + "歩き廻ろ": { + "w_type": "godan verb stem", + "romaji": "arukimawaro" + }, + "歩き廻った": { + "w_type": "conjugated godan verb", + "romaji": "arukimawatta" + }, + "歩き廻って": { + "w_type": "conjugated godan verb", + "romaji": "arukimawatte" + }, + "逸らさ": { + "w_type": "godan verb stem", + "romaji": "sorasa" + }, + "逸らし": { + "w_type": "godan verb stem", + "romaji": "sorashi" + }, + "逸らせ": { + "w_type": "conjugated godan verb", + "romaji": "sorase" + }, + "逸らそ": { + "w_type": "godan verb stem", + "romaji": "soraso" + }, + "逸らした": { + "w_type": "conjugated godan verb", + "romaji": "sorashita" + }, + "逸らして": { + "w_type": "conjugated godan verb", + "romaji": "sorashite" + }, + "見渡さ": { + "w_type": "godan verb stem", + "romaji": "miwatasa" + }, + "見渡し": { + "w_type": "godan verb stem", + "romaji": "miwatashi" + }, + "見渡せ": { + "w_type": "conjugated godan verb", + "romaji": "miwatase" + }, + "見渡そ": { + "w_type": "godan verb stem", + "romaji": "miwataso" + }, + "見渡した": { + "w_type": "conjugated godan verb", + "romaji": "miwatashita" + }, + "見渡して": { + "w_type": "conjugated godan verb", + "romaji": "miwatashite" + }, + "飼い馴らさ": { + "w_type": "godan verb stem", + "romaji": "kainarasa" + }, + "飼い馴らし": { + "w_type": "godan verb stem", + "romaji": "kainarashi" + }, + "飼い馴らせ": { + "w_type": "conjugated godan verb", + "romaji": "kainarase" + }, + "飼い馴らそ": { + "w_type": "godan verb stem", + "romaji": "kainaraso" + }, + "飼い馴らした": { + "w_type": "conjugated godan verb", + "romaji": "kainarashita" + }, + "飼い馴らして": { + "w_type": "conjugated godan verb", + "romaji": "kainarashite" + }, + "駆けこま": { + "w_type": "godan verb stem", + "romaji": "kakekoma" + }, + "駆けこみ": { + "w_type": "godan verb stem", + "romaji": "kakekomi" + }, + "駆けこめ": { + "w_type": "conjugated godan verb", + "romaji": "kakekome" + }, + "駆けこも": { + "w_type": "godan verb stem", + "romaji": "kakekomo" + }, + "駆けこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kakekonda" + }, + "駆けこんで": { + "w_type": "conjugated godan verb", + "romaji": "kakekonde" + }, + "光り輝か": { + "w_type": "godan verb stem", + "romaji": "hikarikagayaka" + }, + "光り輝き": { + "w_type": "godan verb stem", + "romaji": "hikarikagayaki" + }, + "光り輝け": { + "w_type": "conjugated godan verb", + "romaji": "hikarikagayake" + }, + "光り輝こ": { + "w_type": "godan verb stem", + "romaji": "hikarikagayako" + }, + "光り輝いた": { + "w_type": "conjugated godan verb", + "romaji": "hikarikagayaita" + }, + "光り輝いて": { + "w_type": "conjugated godan verb", + "romaji": "hikarikagayaite" + }, + "下衆張ら": { + "w_type": "godan verb stem", + "romaji": "gesubara" + }, + "下衆張り": { + "w_type": "godan verb stem", + "romaji": "gesubari" + }, + "下衆張れ": { + "w_type": "conjugated godan verb", + "romaji": "gesubare" + }, + "下衆張ろ": { + "w_type": "godan verb stem", + "romaji": "gesubaro" + }, + "下衆張った": { + "w_type": "conjugated godan verb", + "romaji": "gesubatta" + }, + "下衆張って": { + "w_type": "conjugated godan verb", + "romaji": "gesubatte" + }, + "呶鳴り込ま": { + "w_type": "godan verb stem", + "romaji": "donarikoma" + }, + "呶鳴り込み": { + "w_type": "godan verb stem", + "romaji": "donarikomi" + }, + "呶鳴り込め": { + "w_type": "conjugated godan verb", + "romaji": "donarikome" + }, + "呶鳴り込も": { + "w_type": "godan verb stem", + "romaji": "donarikomo" + }, + "呶鳴り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "donarikonda" + }, + "呶鳴り込んで": { + "w_type": "conjugated godan verb", + "romaji": "donarikonde" + }, + "請取ら": { + "w_type": "godan verb stem", + "romaji": "uketora" + }, + "請取り": { + "w_type": "godan verb stem", + "romaji": "uketori" + }, + "請取れ": { + "w_type": "conjugated godan verb", + "romaji": "uketore" + }, + "請取ろ": { + "w_type": "godan verb stem", + "romaji": "uketoro" + }, + "請取った": { + "w_type": "conjugated godan verb", + "romaji": "uketotta" + }, + "請取って": { + "w_type": "conjugated godan verb", + "romaji": "uketotte" + }, + "腹立た": { + "w_type": "godan verb stem", + "romaji": "haradata" + }, + "腹立ち": { + "w_type": "godan verb stem", + "romaji": "haradachi" + }, + "腹立て": { + "w_type": "conjugated godan verb", + "romaji": "haradate" + }, + "腹立と": { + "w_type": "godan verb stem", + "romaji": "haradato" + }, + "腹立った": { + "w_type": "conjugated godan verb", + "romaji": "haradatta" + }, + "腹立って": { + "w_type": "conjugated godan verb", + "romaji": "haradatte" + }, + "埋め尽くさ": { + "w_type": "godan verb stem", + "romaji": "umetsukusa" + }, + "埋め尽くし": { + "w_type": "godan verb stem", + "romaji": "umetsukushi" + }, + "埋め尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "umetsukuse" + }, + "埋め尽くそ": { + "w_type": "godan verb stem", + "romaji": "umetsukuso" + }, + "埋め尽くした": { + "w_type": "conjugated godan verb", + "romaji": "umetsukushita" + }, + "埋め尽くして": { + "w_type": "conjugated godan verb", + "romaji": "umetsukushite" + }, + "潤さ": { + "w_type": "godan verb stem", + "romaji": "uruosa" + }, + "潤し": { + "w_type": "godan verb stem", + "romaji": "uruoshi" + }, + "潤せ": { + "w_type": "conjugated godan verb", + "romaji": "uruose" + }, + "潤そ": { + "w_type": "godan verb stem", + "romaji": "uruoso" + }, + "潤した": { + "w_type": "conjugated godan verb", + "romaji": "uruoshita" + }, + "潤して": { + "w_type": "conjugated godan verb", + "romaji": "uruoshite" + }, + "亡くなら": { + "w_type": "godan verb stem", + "romaji": "nakunara" + }, + "亡くなり": { + "w_type": "godan verb stem", + "romaji": "nakunari" + }, + "亡くなれ": { + "w_type": "conjugated godan verb", + "romaji": "nakunare" + }, + "亡くなろ": { + "w_type": "godan verb stem", + "romaji": "nakunaro" + }, + "亡くなった": { + "w_type": "conjugated godan verb", + "romaji": "nakunatta" + }, + "亡くなって": { + "w_type": "conjugated godan verb", + "romaji": "nakunatte" + }, + "張り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "haritobasa" + }, + "張り飛ばし": { + "w_type": "godan verb stem", + "romaji": "haritobashi" + }, + "張り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "haritobase" + }, + "張り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "haritobaso" + }, + "張り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "haritobashita" + }, + "張り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "haritobashite" + }, + "ROMら": { + "w_type": "godan verb stem", + "romaji": "ROMra" + }, + "ROMり": { + "w_type": "godan verb stem", + "romaji": "ROMri" + }, + "ROMれ": { + "w_type": "conjugated godan verb", + "romaji": "ROMre" + }, + "ROMろ": { + "w_type": "godan verb stem", + "romaji": "ROMro" + }, + "ROMった": { + "w_type": "conjugated godan verb", + "romaji": "ROMtta" + }, + "ROMって": { + "w_type": "conjugated godan verb", + "romaji": "ROMtte" + }, + "煽が": { + "w_type": "godan verb stem", + "romaji": "aoga" + }, + "煽ぎ": { + "w_type": "godan verb stem", + "romaji": "aogi" + }, + "煽げ": { + "w_type": "conjugated godan verb", + "romaji": "aoge" + }, + "煽ご": { + "w_type": "godan verb stem", + "romaji": "aogo" + }, + "煽いだ": { + "w_type": "conjugated godan verb", + "romaji": "aoida" + }, + "煽いで": { + "w_type": "conjugated godan verb", + "romaji": "aoide" + }, + "吹き抜か": { + "w_type": "godan verb stem", + "romaji": "fukinuka" + }, + "吹き抜き": { + "w_type": "godan verb stem", + "romaji": "fukinuki" + }, + "吹き抜け": { + "w_type": "conjugated godan verb", + "romaji": "fukinuke" + }, + "吹き抜こ": { + "w_type": "godan verb stem", + "romaji": "fukinuko" + }, + "吹き抜いた": { + "w_type": "conjugated godan verb", + "romaji": "fukinuita" + }, + "吹き抜いて": { + "w_type": "conjugated godan verb", + "romaji": "fukinuite" + }, + "言い寄ら": { + "w_type": "godan verb stem", + "romaji": "iiyora" + }, + "言い寄り": { + "w_type": "godan verb stem", + "romaji": "iiyori" + }, + "言い寄れ": { + "w_type": "conjugated godan verb", + "romaji": "iiyore" + }, + "言い寄ろ": { + "w_type": "godan verb stem", + "romaji": "iiyoro" + }, + "言い寄った": { + "w_type": "conjugated godan verb", + "romaji": "iiyotta" + }, + "言い寄って": { + "w_type": "conjugated godan verb", + "romaji": "iiyotte" + }, + "煽ら": { + "w_type": "godan verb stem", + "romaji": "aora" + }, + "煽り": { + "w_type": "godan verb stem", + "romaji": "aori" + }, + "煽れ": { + "w_type": "conjugated godan verb", + "romaji": "aore" + }, + "煽ろ": { + "w_type": "godan verb stem", + "romaji": "aoro" + }, + "煽った": { + "w_type": "conjugated godan verb", + "romaji": "aotta" + }, + "煽って": { + "w_type": "conjugated godan verb", + "romaji": "aotte" + }, + "懸隔たら": { + "w_type": "godan verb stem", + "romaji": "kakehedatara" + }, + "懸隔たり": { + "w_type": "godan verb stem", + "romaji": "kakehedatari" + }, + "懸隔たれ": { + "w_type": "conjugated godan verb", + "romaji": "kakehedatare" + }, + "懸隔たろ": { + "w_type": "godan verb stem", + "romaji": "kakehedataro" + }, + "懸隔たった": { + "w_type": "conjugated godan verb", + "romaji": "kakehedatatta" + }, + "懸隔たって": { + "w_type": "conjugated godan verb", + "romaji": "kakehedatatte" + }, + "汚さ": { + "w_type": "godan verb stem", + "romaji": "yogosa" + }, + "汚し": { + "w_type": "godan verb stem", + "romaji": "yogoshi" + }, + "汚せ": { + "w_type": "conjugated godan verb", + "romaji": "yogose" + }, + "汚そ": { + "w_type": "godan verb stem", + "romaji": "yogoso" + }, + "汚した": { + "w_type": "conjugated godan verb", + "romaji": "yogoshita" + }, + "汚して": { + "w_type": "conjugated godan verb", + "romaji": "yogoshite" + }, + "奪い合わ": { + "w_type": "godan verb stem", + "romaji": "ubaiawa" + }, + "奪い合い": { + "w_type": "godan verb stem", + "romaji": "ubaiai" + }, + "奪い合え": { + "w_type": "conjugated godan verb", + "romaji": "ubaiae" + }, + "奪い合お": { + "w_type": "godan verb stem", + "romaji": "ubaiao" + }, + "奪い合った": { + "w_type": "conjugated godan verb", + "romaji": "ubaiatta" + }, + "奪い合って": { + "w_type": "conjugated godan verb", + "romaji": "ubaiatte" + }, + "根ざさ": { + "w_type": "godan verb stem", + "romaji": "nezasa" + }, + "根ざし": { + "w_type": "godan verb stem", + "romaji": "nezashi" + }, + "根ざせ": { + "w_type": "conjugated godan verb", + "romaji": "nezase" + }, + "根ざそ": { + "w_type": "godan verb stem", + "romaji": "nezaso" + }, + "根ざした": { + "w_type": "conjugated godan verb", + "romaji": "nezashita" + }, + "根ざして": { + "w_type": "conjugated godan verb", + "romaji": "nezashite" + }, + "焚か": { + "w_type": "godan verb stem", + "romaji": "yaka" + }, + "焚き": { + "w_type": "godan verb stem", + "romaji": "yaki" + }, + "焚け": { + "w_type": "conjugated godan verb", + "romaji": "yake" + }, + "焚こ": { + "w_type": "godan verb stem", + "romaji": "yako" + }, + "焚いた": { + "w_type": "conjugated godan verb", + "romaji": "yaita" + }, + "焚いて": { + "w_type": "conjugated godan verb", + "romaji": "yaite" + }, + "泣きじゃくら": { + "w_type": "godan verb stem", + "romaji": "nakijakura" + }, + "泣きじゃくり": { + "w_type": "godan verb stem", + "romaji": "nakijakuri" + }, + "泣きじゃくれ": { + "w_type": "conjugated godan verb", + "romaji": "nakijakure" + }, + "泣きじゃくろ": { + "w_type": "godan verb stem", + "romaji": "nakijakuro" + }, + "泣きじゃくった": { + "w_type": "conjugated godan verb", + "romaji": "nakijakutta" + }, + "泣きじゃくって": { + "w_type": "conjugated godan verb", + "romaji": "nakijakutte" + }, + "覗き込ま": { + "w_type": "godan verb stem", + "romaji": "nozokikoma" + }, + "覗き込み": { + "w_type": "godan verb stem", + "romaji": "nozokikomi" + }, + "覗き込め": { + "w_type": "conjugated godan verb", + "romaji": "nozokikome" + }, + "覗き込も": { + "w_type": "godan verb stem", + "romaji": "nozokikomo" + }, + "覗き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nozokikonda" + }, + "覗き込んで": { + "w_type": "conjugated godan verb", + "romaji": "nozokikonde" + }, + "謎めか": { + "w_type": "godan verb stem", + "romaji": "nazomeka" + }, + "謎めき": { + "w_type": "godan verb stem", + "romaji": "nazomeki" + }, + "謎めけ": { + "w_type": "conjugated godan verb", + "romaji": "nazomeke" + }, + "謎めこ": { + "w_type": "godan verb stem", + "romaji": "nazomeko" + }, + "謎めいた": { + "w_type": "conjugated godan verb", + "romaji": "nazomeita" + }, + "謎めいて": { + "w_type": "conjugated godan verb", + "romaji": "nazomeite" + }, + "荒立た": { + "w_type": "godan verb stem", + "romaji": "aradata" + }, + "荒立ち": { + "w_type": "godan verb stem", + "romaji": "aradachi" + }, + "荒立て": { + "w_type": "conjugated godan verb", + "romaji": "aradate" + }, + "荒立と": { + "w_type": "godan verb stem", + "romaji": "aradato" + }, + "荒立った": { + "w_type": "conjugated godan verb", + "romaji": "aradatta" + }, + "荒立って": { + "w_type": "conjugated godan verb", + "romaji": "aradatte" + }, + "巻込ま": { + "w_type": "godan verb stem", + "romaji": "makikoma" + }, + "巻込み": { + "w_type": "godan verb stem", + "romaji": "makikomi" + }, + "巻込め": { + "w_type": "conjugated godan verb", + "romaji": "makikome" + }, + "巻込も": { + "w_type": "godan verb stem", + "romaji": "makikomo" + }, + "巻込んだ": { + "w_type": "conjugated godan verb", + "romaji": "makikonda" + }, + "巻込んで": { + "w_type": "conjugated godan verb", + "romaji": "makikonde" + }, + "行なわ": { + "w_type": "godan verb stem", + "romaji": "okonawa" + }, + "行ない": { + "w_type": "godan verb stem", + "romaji": "okonai" + }, + "行なえ": { + "w_type": "conjugated godan verb", + "romaji": "okonae" + }, + "行なお": { + "w_type": "godan verb stem", + "romaji": "okonao" + }, + "行なった": { + "w_type": "conjugated godan verb", + "romaji": "okonatta" + }, + "行なって": { + "w_type": "conjugated godan verb", + "romaji": "okonatte" + }, + "圧し込ま": { + "w_type": "godan verb stem", + "romaji": "heshikoma" + }, + "圧し込み": { + "w_type": "godan verb stem", + "romaji": "heshikomi" + }, + "圧し込め": { + "w_type": "conjugated godan verb", + "romaji": "heshikome" + }, + "圧し込も": { + "w_type": "godan verb stem", + "romaji": "heshikomo" + }, + "圧し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "heshikonda" + }, + "圧し込んで": { + "w_type": "conjugated godan verb", + "romaji": "heshikonde" + }, + "晴渡ら": { + "w_type": "godan verb stem", + "romaji": "harewatara" + }, + "晴渡り": { + "w_type": "godan verb stem", + "romaji": "harewatari" + }, + "晴渡れ": { + "w_type": "conjugated godan verb", + "romaji": "harewatare" + }, + "晴渡ろ": { + "w_type": "godan verb stem", + "romaji": "harewataro" + }, + "晴渡った": { + "w_type": "conjugated godan verb", + "romaji": "harewatatta" + }, + "晴渡って": { + "w_type": "conjugated godan verb", + "romaji": "harewatatte" + }, + "取離さ": { + "w_type": "godan verb stem", + "romaji": "torihanasa" + }, + "取離し": { + "w_type": "godan verb stem", + "romaji": "torihanashi" + }, + "取離せ": { + "w_type": "conjugated godan verb", + "romaji": "torihanase" + }, + "取離そ": { + "w_type": "godan verb stem", + "romaji": "torihanaso" + }, + "取離した": { + "w_type": "conjugated godan verb", + "romaji": "torihanashita" + }, + "取離して": { + "w_type": "conjugated godan verb", + "romaji": "torihanashite" + }, + "言止さ": { + "w_type": "godan verb stem", + "romaji": "iisasa" + }, + "言止し": { + "w_type": "godan verb stem", + "romaji": "iisashi" + }, + "言止せ": { + "w_type": "conjugated godan verb", + "romaji": "iisase" + }, + "言止そ": { + "w_type": "godan verb stem", + "romaji": "iisaso" + }, + "言止した": { + "w_type": "conjugated godan verb", + "romaji": "iisashita" + }, + "言止して": { + "w_type": "conjugated godan verb", + "romaji": "iisashite" + }, + "伏さ": { + "w_type": "godan verb stem", + "romaji": "fusa" + }, + "伏し": { + "w_type": "godan verb stem", + "romaji": "fushi" + }, + "伏せ": { + "w_type": "conjugated godan verb", + "romaji": "fuse" + }, + "伏そ": { + "w_type": "godan verb stem", + "romaji": "fuso" + }, + "伏した": { + "w_type": "conjugated godan verb", + "romaji": "fushita" + }, + "伏して": { + "w_type": "conjugated godan verb", + "romaji": "fushite" + }, + "張っ倒さ": { + "w_type": "godan verb stem", + "romaji": "hattaosa" + }, + "張っ倒し": { + "w_type": "godan verb stem", + "romaji": "hattaoshi" + }, + "張っ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "hattaose" + }, + "張っ倒そ": { + "w_type": "godan verb stem", + "romaji": "hattaoso" + }, + "張っ倒した": { + "w_type": "conjugated godan verb", + "romaji": "hattaoshita" + }, + "張っ倒して": { + "w_type": "conjugated godan verb", + "romaji": "hattaoshite" + }, + "草むさ": { + "w_type": "godan verb stem", + "romaji": "kusamusa" + }, + "草むし": { + "w_type": "godan verb stem", + "romaji": "kusamushi" + }, + "草むせ": { + "w_type": "conjugated godan verb", + "romaji": "kusamuse" + }, + "草むそ": { + "w_type": "godan verb stem", + "romaji": "kusamuso" + }, + "草むした": { + "w_type": "conjugated godan verb", + "romaji": "kusamushita" + }, + "草むして": { + "w_type": "conjugated godan verb", + "romaji": "kusamushite" + }, + "仰が": { + "w_type": "godan verb stem", + "romaji": "aoga" + }, + "仰ぎ": { + "w_type": "godan verb stem", + "romaji": "aogi" + }, + "仰げ": { + "w_type": "conjugated godan verb", + "romaji": "aoge" + }, + "仰ご": { + "w_type": "godan verb stem", + "romaji": "aogo" + }, + "仰いだ": { + "w_type": "conjugated godan verb", + "romaji": "aoida" + }, + "仰いで": { + "w_type": "conjugated godan verb", + "romaji": "aoide" + }, + "言い募ら": { + "w_type": "godan verb stem", + "romaji": "iitsunora" + }, + "言い募り": { + "w_type": "godan verb stem", + "romaji": "iitsunori" + }, + "言い募れ": { + "w_type": "conjugated godan verb", + "romaji": "iitsunore" + }, + "言い募ろ": { + "w_type": "godan verb stem", + "romaji": "iitsunoro" + }, + "言い募った": { + "w_type": "conjugated godan verb", + "romaji": "iitsunotta" + }, + "言い募って": { + "w_type": "conjugated godan verb", + "romaji": "iitsunotte" + }, + "引きださ": { + "w_type": "godan verb stem", + "romaji": "hikidasa" + }, + "引きだし": { + "w_type": "godan verb stem", + "romaji": "hikidashi" + }, + "引きだせ": { + "w_type": "conjugated godan verb", + "romaji": "hikidase" + }, + "引きだそ": { + "w_type": "godan verb stem", + "romaji": "hikidaso" + }, + "引きだした": { + "w_type": "conjugated godan verb", + "romaji": "hikidashita" + }, + "引きだして": { + "w_type": "conjugated godan verb", + "romaji": "hikidashite" + }, + "打ち損なわ": { + "w_type": "godan verb stem", + "romaji": "uchisokonawa" + }, + "打ち損ない": { + "w_type": "godan verb stem", + "romaji": "uchisokonai" + }, + "打ち損なえ": { + "w_type": "conjugated godan verb", + "romaji": "uchisokonae" + }, + "打ち損なお": { + "w_type": "godan verb stem", + "romaji": "uchisokonao" + }, + "打ち損なった": { + "w_type": "conjugated godan verb", + "romaji": "uchisokonatta" + }, + "打ち損なって": { + "w_type": "conjugated godan verb", + "romaji": "uchisokonatte" + }, + "這わ": { + "w_type": "godan verb stem", + "romaji": "hawa" + }, + "這い": { + "w_type": "godan verb stem", + "romaji": "hai" + }, + "這え": { + "w_type": "conjugated godan verb", + "romaji": "hae" + }, + "這お": { + "w_type": "godan verb stem", + "romaji": "hao" + }, + "這った": { + "w_type": "conjugated godan verb", + "romaji": "hatta" + }, + "這って": { + "w_type": "conjugated godan verb", + "romaji": "hatte" + }, + "手じまわ": { + "w_type": "godan verb stem", + "romaji": "tejimawa" + }, + "手じまい": { + "w_type": "godan verb stem", + "romaji": "tejimai" + }, + "手じまえ": { + "w_type": "conjugated godan verb", + "romaji": "tejimae" + }, + "手じまお": { + "w_type": "godan verb stem", + "romaji": "tejimao" + }, + "手じまった": { + "w_type": "conjugated godan verb", + "romaji": "tejimatta" + }, + "手じまって": { + "w_type": "conjugated godan verb", + "romaji": "tejimatte" + }, + "打消さ": { + "w_type": "godan verb stem", + "romaji": "uchikesa" + }, + "打消し": { + "w_type": "godan verb stem", + "romaji": "uchikeshi" + }, + "打消せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikese" + }, + "打消そ": { + "w_type": "godan verb stem", + "romaji": "uchikeso" + }, + "打消した": { + "w_type": "conjugated godan verb", + "romaji": "uchikeshita" + }, + "打消して": { + "w_type": "conjugated godan verb", + "romaji": "uchikeshite" + }, + "鋏ま": { + "w_type": "godan verb stem", + "romaji": "hasama" + }, + "鋏み": { + "w_type": "godan verb stem", + "romaji": "hasami" + }, + "鋏め": { + "w_type": "conjugated godan verb", + "romaji": "hasame" + }, + "鋏も": { + "w_type": "godan verb stem", + "romaji": "hasamo" + }, + "鋏んだ": { + "w_type": "conjugated godan verb", + "romaji": "hasanda" + }, + "鋏んで": { + "w_type": "conjugated godan verb", + "romaji": "hasande" + }, + "降掛ら": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降掛り": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降掛れ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降掛ろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降掛った": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降掛って": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "渉ら": { + "w_type": "godan verb stem", + "romaji": "watara" + }, + "渉り": { + "w_type": "godan verb stem", + "romaji": "watari" + }, + "渉れ": { + "w_type": "conjugated godan verb", + "romaji": "watare" + }, + "渉ろ": { + "w_type": "godan verb stem", + "romaji": "wataro" + }, + "渉った": { + "w_type": "conjugated godan verb", + "romaji": "watatta" + }, + "渉って": { + "w_type": "conjugated godan verb", + "romaji": "watatte" + }, + "引っつか": { + "w_type": "godan verb stem", + "romaji": "hittsuka" + }, + "引っつき": { + "w_type": "godan verb stem", + "romaji": "hittsuki" + }, + "引っつけ": { + "w_type": "conjugated godan verb", + "romaji": "hittsuke" + }, + "引っつこ": { + "w_type": "godan verb stem", + "romaji": "hittsuko" + }, + "引っついた": { + "w_type": "conjugated godan verb", + "romaji": "hittsuita" + }, + "引っついて": { + "w_type": "conjugated godan verb", + "romaji": "hittsuite" + }, + "啖わ": { + "w_type": "godan verb stem", + "romaji": "kuwa" + }, + "啖い": { + "w_type": "godan verb stem", + "romaji": "kui" + }, + "啖え": { + "w_type": "conjugated godan verb", + "romaji": "kue" + }, + "啖お": { + "w_type": "godan verb stem", + "romaji": "kuo" + }, + "啖った": { + "w_type": "conjugated godan verb", + "romaji": "kutta" + }, + "啖って": { + "w_type": "conjugated godan verb", + "romaji": "kutte" + }, + "凍り付か": { + "w_type": "godan verb stem", + "romaji": "kooritsuka" + }, + "凍り付き": { + "w_type": "godan verb stem", + "romaji": "kooritsuki" + }, + "凍り付け": { + "w_type": "conjugated godan verb", + "romaji": "kooritsuke" + }, + "凍り付こ": { + "w_type": "godan verb stem", + "romaji": "kooritsuko" + }, + "凍り付いた": { + "w_type": "conjugated godan verb", + "romaji": "kooritsuita" + }, + "凍り付いて": { + "w_type": "conjugated godan verb", + "romaji": "kooritsuite" + }, + "色めき立た": { + "w_type": "godan verb stem", + "romaji": "iromekitata" + }, + "色めき立ち": { + "w_type": "godan verb stem", + "romaji": "iromekitachi" + }, + "色めき立て": { + "w_type": "conjugated godan verb", + "romaji": "iromekitate" + }, + "色めき立と": { + "w_type": "godan verb stem", + "romaji": "iromekitato" + }, + "色めき立った": { + "w_type": "conjugated godan verb", + "romaji": "iromekitatta" + }, + "色めき立って": { + "w_type": "conjugated godan verb", + "romaji": "iromekitatte" + }, + "済まさ": { + "w_type": "godan verb stem", + "romaji": "sumasa" + }, + "済まし": { + "w_type": "godan verb stem", + "romaji": "sumashi" + }, + "済ませ": { + "w_type": "conjugated godan verb", + "romaji": "sumase" + }, + "済まそ": { + "w_type": "godan verb stem", + "romaji": "sumaso" + }, + "済ました": { + "w_type": "conjugated godan verb", + "romaji": "sumashita" + }, + "済まして": { + "w_type": "conjugated godan verb", + "romaji": "sumashite" + }, + "咽せ返ら": { + "w_type": "godan verb stem", + "romaji": "musekaera" + }, + "咽せ返り": { + "w_type": "godan verb stem", + "romaji": "musekaeri" + }, + "咽せ返れ": { + "w_type": "conjugated godan verb", + "romaji": "musekaere" + }, + "咽せ返ろ": { + "w_type": "godan verb stem", + "romaji": "musekaero" + }, + "咽せ返った": { + "w_type": "conjugated godan verb", + "romaji": "musekaetta" + }, + "咽せ返って": { + "w_type": "conjugated godan verb", + "romaji": "musekaette" + }, + "ねり歩か": { + "w_type": "godan verb stem", + "romaji": "neriaruka" + }, + "ねり歩き": { + "w_type": "godan verb stem", + "romaji": "neriaruki" + }, + "ねり歩け": { + "w_type": "conjugated godan verb", + "romaji": "neriaruke" + }, + "ねり歩こ": { + "w_type": "godan verb stem", + "romaji": "neriaruko" + }, + "ねり歩いた": { + "w_type": "conjugated godan verb", + "romaji": "neriaruita" + }, + "ねり歩いて": { + "w_type": "conjugated godan verb", + "romaji": "neriaruite" + }, + "戯交わさ": { + "w_type": "godan verb stem", + "romaji": "zarekawasa" + }, + "戯交わし": { + "w_type": "godan verb stem", + "romaji": "zarekawashi" + }, + "戯交わせ": { + "w_type": "conjugated godan verb", + "romaji": "zarekawase" + }, + "戯交わそ": { + "w_type": "godan verb stem", + "romaji": "zarekawaso" + }, + "戯交わした": { + "w_type": "conjugated godan verb", + "romaji": "zarekawashita" + }, + "戯交わして": { + "w_type": "conjugated godan verb", + "romaji": "zarekawashite" + }, + "聞きかじら": { + "w_type": "godan verb stem", + "romaji": "kikikajira" + }, + "聞きかじり": { + "w_type": "godan verb stem", + "romaji": "kikikajiri" + }, + "聞きかじれ": { + "w_type": "conjugated godan verb", + "romaji": "kikikajire" + }, + "聞きかじろ": { + "w_type": "godan verb stem", + "romaji": "kikikajiro" + }, + "聞きかじった": { + "w_type": "conjugated godan verb", + "romaji": "kikikajitta" + }, + "聞きかじって": { + "w_type": "conjugated godan verb", + "romaji": "kikikajitte" + }, + "降立た": { + "w_type": "godan verb stem", + "romaji": "oritata" + }, + "降立ち": { + "w_type": "godan verb stem", + "romaji": "oritachi" + }, + "降立て": { + "w_type": "conjugated godan verb", + "romaji": "oritate" + }, + "降立と": { + "w_type": "godan verb stem", + "romaji": "oritato" + }, + "降立った": { + "w_type": "conjugated godan verb", + "romaji": "oritatta" + }, + "降立って": { + "w_type": "conjugated godan verb", + "romaji": "oritatte" + }, + "機嫌をなおさ": { + "w_type": "godan verb stem", + "romaji": "kigen wo naosa" + }, + "機嫌をなおし": { + "w_type": "godan verb stem", + "romaji": "kigen wo naoshi" + }, + "機嫌をなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kigen wo naose" + }, + "機嫌をなおそ": { + "w_type": "godan verb stem", + "romaji": "kigen wo naoso" + }, + "機嫌をなおした": { + "w_type": "conjugated godan verb", + "romaji": "kigen wo naoshita" + }, + "機嫌をなおして": { + "w_type": "conjugated godan verb", + "romaji": "kigen wo naoshite" + }, + "蕩かさ": { + "w_type": "godan verb stem", + "romaji": "torokasa" + }, + "蕩かし": { + "w_type": "godan verb stem", + "romaji": "torokashi" + }, + "蕩かせ": { + "w_type": "conjugated godan verb", + "romaji": "torokase" + }, + "蕩かそ": { + "w_type": "godan verb stem", + "romaji": "torokaso" + }, + "蕩かした": { + "w_type": "conjugated godan verb", + "romaji": "torokashita" + }, + "蕩かして": { + "w_type": "conjugated godan verb", + "romaji": "torokashite" + }, + "とり払わ": { + "w_type": "godan verb stem", + "romaji": "toriharawa" + }, + "とり払い": { + "w_type": "godan verb stem", + "romaji": "toriharai" + }, + "とり払え": { + "w_type": "conjugated godan verb", + "romaji": "toriharae" + }, + "とり払お": { + "w_type": "godan verb stem", + "romaji": "toriharao" + }, + "とり払った": { + "w_type": "conjugated godan verb", + "romaji": "toriharatta" + }, + "とり払って": { + "w_type": "conjugated godan verb", + "romaji": "toriharatte" + }, + "成ら": { + "w_type": "godan verb stem", + "romaji": "nara" + }, + "成り": { + "w_type": "godan verb stem", + "romaji": "nari" + }, + "成れ": { + "w_type": "conjugated godan verb", + "romaji": "nare" + }, + "成ろ": { + "w_type": "godan verb stem", + "romaji": "naro" + }, + "成った": { + "w_type": "conjugated godan verb", + "romaji": "natta" + }, + "成って": { + "w_type": "conjugated godan verb", + "romaji": "natte" + }, + "創りださ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "創りだし": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "創りだせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "創りだそ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "創りだした": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "創りだして": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "湯がか": { + "w_type": "godan verb stem", + "romaji": "yugaka" + }, + "湯がき": { + "w_type": "godan verb stem", + "romaji": "yugaki" + }, + "湯がけ": { + "w_type": "conjugated godan verb", + "romaji": "yugake" + }, + "湯がこ": { + "w_type": "godan verb stem", + "romaji": "yugako" + }, + "湯がいた": { + "w_type": "conjugated godan verb", + "romaji": "yugaita" + }, + "湯がいて": { + "w_type": "conjugated godan verb", + "romaji": "yugaite" + }, + "差し迫ら": { + "w_type": "godan verb stem", + "romaji": "sashisemara" + }, + "差し迫り": { + "w_type": "godan verb stem", + "romaji": "sashisemari" + }, + "差し迫れ": { + "w_type": "conjugated godan verb", + "romaji": "sashisemare" + }, + "差し迫ろ": { + "w_type": "godan verb stem", + "romaji": "sashisemaro" + }, + "差し迫った": { + "w_type": "conjugated godan verb", + "romaji": "sashisematta" + }, + "差し迫って": { + "w_type": "conjugated godan verb", + "romaji": "sashisematte" + }, + "しみ出さ": { + "w_type": "godan verb stem", + "romaji": "shimidasa" + }, + "しみ出し": { + "w_type": "godan verb stem", + "romaji": "shimidashi" + }, + "しみ出せ": { + "w_type": "conjugated godan verb", + "romaji": "shimidase" + }, + "しみ出そ": { + "w_type": "godan verb stem", + "romaji": "shimidaso" + }, + "しみ出した": { + "w_type": "conjugated godan verb", + "romaji": "shimidashita" + }, + "しみ出して": { + "w_type": "conjugated godan verb", + "romaji": "shimidashite" + }, + "憾ま": { + "w_type": "godan verb stem", + "romaji": "urama" + }, + "憾み": { + "w_type": "godan verb stem", + "romaji": "urami" + }, + "憾め": { + "w_type": "conjugated godan verb", + "romaji": "urame" + }, + "憾も": { + "w_type": "godan verb stem", + "romaji": "uramo" + }, + "憾んだ": { + "w_type": "conjugated godan verb", + "romaji": "uranda" + }, + "憾んで": { + "w_type": "conjugated godan verb", + "romaji": "urande" + }, + "沈みこま": { + "w_type": "godan verb stem", + "romaji": "shizumikoma" + }, + "沈みこみ": { + "w_type": "godan verb stem", + "romaji": "shizumikomi" + }, + "沈みこめ": { + "w_type": "conjugated godan verb", + "romaji": "shizumikome" + }, + "沈みこも": { + "w_type": "godan verb stem", + "romaji": "shizumikomo" + }, + "沈みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "shizumikonda" + }, + "沈みこんで": { + "w_type": "conjugated godan verb", + "romaji": "shizumikonde" + }, + "打っ壊さ": { + "w_type": "godan verb stem", + "romaji": "bukkowasa" + }, + "打っ壊し": { + "w_type": "godan verb stem", + "romaji": "bukkowashi" + }, + "打っ壊せ": { + "w_type": "conjugated godan verb", + "romaji": "bukkowase" + }, + "打っ壊そ": { + "w_type": "godan verb stem", + "romaji": "bukkowaso" + }, + "打っ壊した": { + "w_type": "conjugated godan verb", + "romaji": "bukkowashita" + }, + "打っ壊して": { + "w_type": "conjugated godan verb", + "romaji": "bukkowashite" + }, + "掬いださ": { + "w_type": "godan verb stem", + "romaji": "sukuidasa" + }, + "掬いだし": { + "w_type": "godan verb stem", + "romaji": "sukuidashi" + }, + "掬いだせ": { + "w_type": "conjugated godan verb", + "romaji": "sukuidase" + }, + "掬いだそ": { + "w_type": "godan verb stem", + "romaji": "sukuidaso" + }, + "掬いだした": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashita" + }, + "掬いだして": { + "w_type": "conjugated godan verb", + "romaji": "sukuidashite" + }, + "滑り込ま": { + "w_type": "godan verb stem", + "romaji": "suberikoma" + }, + "滑り込み": { + "w_type": "godan verb stem", + "romaji": "suberikomi" + }, + "滑り込め": { + "w_type": "conjugated godan verb", + "romaji": "suberikome" + }, + "滑り込も": { + "w_type": "godan verb stem", + "romaji": "suberikomo" + }, + "滑り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "suberikonda" + }, + "滑り込んで": { + "w_type": "conjugated godan verb", + "romaji": "suberikonde" + }, + "漱が": { + "w_type": "godan verb stem", + "romaji": "kuchisusuga" + }, + "漱ぎ": { + "w_type": "godan verb stem", + "romaji": "kuchisusugi" + }, + "漱げ": { + "w_type": "conjugated godan verb", + "romaji": "kuchisusuge" + }, + "漱ご": { + "w_type": "godan verb stem", + "romaji": "kuchisusugo" + }, + "漱いだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchisusuida" + }, + "漱いで": { + "w_type": "conjugated godan verb", + "romaji": "kuchisusuide" + }, + "飛び違わ": { + "w_type": "godan verb stem", + "romaji": "tobichigawa" + }, + "飛び違い": { + "w_type": "godan verb stem", + "romaji": "tobichigai" + }, + "飛び違え": { + "w_type": "conjugated godan verb", + "romaji": "tobichigae" + }, + "飛び違お": { + "w_type": "godan verb stem", + "romaji": "tobichigao" + }, + "飛び違った": { + "w_type": "conjugated godan verb", + "romaji": "tobichigatta" + }, + "飛び違って": { + "w_type": "conjugated godan verb", + "romaji": "tobichigatte" + }, + "舂か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "舂き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "舂け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "舂こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "舂いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "舂いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "取次が": { + "w_type": "godan verb stem", + "romaji": "toritsuga" + }, + "取次ぎ": { + "w_type": "godan verb stem", + "romaji": "toritsugi" + }, + "取次げ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuge" + }, + "取次ご": { + "w_type": "godan verb stem", + "romaji": "toritsugo" + }, + "取次いだ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuida" + }, + "取次いで": { + "w_type": "conjugated godan verb", + "romaji": "toritsuide" + }, + "思い遣ら": { + "w_type": "godan verb stem", + "romaji": "omoiyara" + }, + "思い遣り": { + "w_type": "godan verb stem", + "romaji": "omoiyari" + }, + "思い遣れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiyare" + }, + "思い遣ろ": { + "w_type": "godan verb stem", + "romaji": "omoiyaro" + }, + "思い遣った": { + "w_type": "conjugated godan verb", + "romaji": "omoiyatta" + }, + "思い遣って": { + "w_type": "conjugated godan verb", + "romaji": "omoiyatte" + }, + "矯めなおさ": { + "w_type": "godan verb stem", + "romaji": "tamenaosa" + }, + "矯めなおし": { + "w_type": "godan verb stem", + "romaji": "tamenaoshi" + }, + "矯めなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tamenaose" + }, + "矯めなおそ": { + "w_type": "godan verb stem", + "romaji": "tamenaoso" + }, + "矯めなおした": { + "w_type": "conjugated godan verb", + "romaji": "tamenaoshita" + }, + "矯めなおして": { + "w_type": "conjugated godan verb", + "romaji": "tamenaoshite" + }, + "噛みちぎら": { + "w_type": "godan verb stem", + "romaji": "kamichigira" + }, + "噛みちぎり": { + "w_type": "godan verb stem", + "romaji": "kamichigiri" + }, + "噛みちぎれ": { + "w_type": "conjugated godan verb", + "romaji": "kamichigire" + }, + "噛みちぎろ": { + "w_type": "godan verb stem", + "romaji": "kamichigiro" + }, + "噛みちぎった": { + "w_type": "conjugated godan verb", + "romaji": "kamichigitta" + }, + "噛みちぎって": { + "w_type": "conjugated godan verb", + "romaji": "kamichigitte" + }, + "謡わ": { + "w_type": "godan verb stem", + "romaji": "utawa" + }, + "謡い": { + "w_type": "godan verb stem", + "romaji": "utai" + }, + "謡え": { + "w_type": "conjugated godan verb", + "romaji": "utae" + }, + "謡お": { + "w_type": "godan verb stem", + "romaji": "utao" + }, + "謡った": { + "w_type": "conjugated godan verb", + "romaji": "utatta" + }, + "謡って": { + "w_type": "conjugated godan verb", + "romaji": "utatte" + }, + "減り込ま": { + "w_type": "godan verb stem", + "romaji": "merikoma" + }, + "減り込み": { + "w_type": "godan verb stem", + "romaji": "merikomi" + }, + "減り込め": { + "w_type": "conjugated godan verb", + "romaji": "merikome" + }, + "減り込も": { + "w_type": "godan verb stem", + "romaji": "merikomo" + }, + "減り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "merikonda" + }, + "減り込んで": { + "w_type": "conjugated godan verb", + "romaji": "merikonde" + }, + "立塞がら": { + "w_type": "godan verb stem", + "romaji": "tachifusagara" + }, + "立塞がり": { + "w_type": "godan verb stem", + "romaji": "tachifusagari" + }, + "立塞がれ": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagare" + }, + "立塞がろ": { + "w_type": "godan verb stem", + "romaji": "tachifusagaro" + }, + "立塞がった": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagatta" + }, + "立塞がって": { + "w_type": "conjugated godan verb", + "romaji": "tachifusagatte" + }, + "殴り倒さ": { + "w_type": "godan verb stem", + "romaji": "naguritaosa" + }, + "殴り倒し": { + "w_type": "godan verb stem", + "romaji": "naguritaoshi" + }, + "殴り倒せ": { + "w_type": "conjugated godan verb", + "romaji": "naguritaose" + }, + "殴り倒そ": { + "w_type": "godan verb stem", + "romaji": "naguritaoso" + }, + "殴り倒した": { + "w_type": "conjugated godan verb", + "romaji": "naguritaoshita" + }, + "殴り倒して": { + "w_type": "conjugated godan verb", + "romaji": "naguritaoshite" + }, + "心行か": { + "w_type": "godan verb stem", + "romaji": "kokoroyuka" + }, + "心行き": { + "w_type": "godan verb stem", + "romaji": "kokoroyuki" + }, + "心行け": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyuke" + }, + "心行こ": { + "w_type": "godan verb stem", + "romaji": "kokoroyuko" + }, + "心行いた": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyuita" + }, + "心行いて": { + "w_type": "conjugated godan verb", + "romaji": "kokoroyuite" + }, + "いや増さ": { + "w_type": "godan verb stem", + "romaji": "iyamasa" + }, + "いや増し": { + "w_type": "godan verb stem", + "romaji": "iyamashi" + }, + "いや増せ": { + "w_type": "conjugated godan verb", + "romaji": "iyamase" + }, + "いや増そ": { + "w_type": "godan verb stem", + "romaji": "iyamaso" + }, + "いや増した": { + "w_type": "conjugated godan verb", + "romaji": "iyamashita" + }, + "いや増して": { + "w_type": "conjugated godan verb", + "romaji": "iyamashite" + }, + "溶合わ": { + "w_type": "godan verb stem", + "romaji": "tokeawa" + }, + "溶合い": { + "w_type": "godan verb stem", + "romaji": "tokeai" + }, + "溶合え": { + "w_type": "conjugated godan verb", + "romaji": "tokeae" + }, + "溶合お": { + "w_type": "godan verb stem", + "romaji": "tokeao" + }, + "溶合った": { + "w_type": "conjugated godan verb", + "romaji": "tokeatta" + }, + "溶合って": { + "w_type": "conjugated godan verb", + "romaji": "tokeatte" + }, + "蹴飛ばさ": { + "w_type": "godan verb stem", + "romaji": "ketobasa" + }, + "蹴飛ばし": { + "w_type": "godan verb stem", + "romaji": "ketobashi" + }, + "蹴飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "ketobase" + }, + "蹴飛ばそ": { + "w_type": "godan verb stem", + "romaji": "ketobaso" + }, + "蹴飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "ketobashita" + }, + "蹴飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "ketobashite" + }, + "貫か": { + "w_type": "godan verb stem", + "romaji": "tsuranuka" + }, + "貫き": { + "w_type": "godan verb stem", + "romaji": "tsuranuki" + }, + "貫け": { + "w_type": "conjugated godan verb", + "romaji": "tsuranuke" + }, + "貫こ": { + "w_type": "godan verb stem", + "romaji": "tsuranuko" + }, + "貫いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuranuita" + }, + "貫いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuranuite" + }, + "たけり狂わ": { + "w_type": "godan verb stem", + "romaji": "takerikuruwa" + }, + "たけり狂い": { + "w_type": "godan verb stem", + "romaji": "takerikurui" + }, + "たけり狂え": { + "w_type": "conjugated godan verb", + "romaji": "takerikurue" + }, + "たけり狂お": { + "w_type": "godan verb stem", + "romaji": "takerikuruo" + }, + "たけり狂った": { + "w_type": "conjugated godan verb", + "romaji": "takerikurutta" + }, + "たけり狂って": { + "w_type": "conjugated godan verb", + "romaji": "takerikurutte" + }, + "安まら": { + "w_type": "godan verb stem", + "romaji": "yasumara" + }, + "安まり": { + "w_type": "godan verb stem", + "romaji": "yasumari" + }, + "安まれ": { + "w_type": "conjugated godan verb", + "romaji": "yasumare" + }, + "安まろ": { + "w_type": "godan verb stem", + "romaji": "yasumaro" + }, + "安まった": { + "w_type": "conjugated godan verb", + "romaji": "yasumatta" + }, + "安まって": { + "w_type": "conjugated godan verb", + "romaji": "yasumatte" + }, + "跳ね出さ": { + "w_type": "godan verb stem", + "romaji": "hanedasa" + }, + "跳ね出し": { + "w_type": "godan verb stem", + "romaji": "hanedashi" + }, + "跳ね出せ": { + "w_type": "conjugated godan verb", + "romaji": "hanedase" + }, + "跳ね出そ": { + "w_type": "godan verb stem", + "romaji": "hanedaso" + }, + "跳ね出した": { + "w_type": "conjugated godan verb", + "romaji": "hanedashita" + }, + "跳ね出して": { + "w_type": "conjugated godan verb", + "romaji": "hanedashite" + }, + "解け込ま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "解け込み": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "解け込め": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "解け込も": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "解け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "解け込んで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "震え上がら": { + "w_type": "godan verb stem", + "romaji": "furueagara" + }, + "震え上がり": { + "w_type": "godan verb stem", + "romaji": "furueagari" + }, + "震え上がれ": { + "w_type": "conjugated godan verb", + "romaji": "furueagare" + }, + "震え上がろ": { + "w_type": "godan verb stem", + "romaji": "furueagaro" + }, + "震え上がった": { + "w_type": "conjugated godan verb", + "romaji": "furueagatta" + }, + "震え上がって": { + "w_type": "conjugated godan verb", + "romaji": "furueagatte" + }, + "組み合わさ": { + "w_type": "godan verb stem", + "romaji": "kumiawasa" + }, + "組み合わし": { + "w_type": "godan verb stem", + "romaji": "kumiawashi" + }, + "組み合わせ": { + "w_type": "conjugated godan verb", + "romaji": "kumiawase" + }, + "組み合わそ": { + "w_type": "godan verb stem", + "romaji": "kumiawaso" + }, + "組み合わした": { + "w_type": "conjugated godan verb", + "romaji": "kumiawashita" + }, + "組み合わして": { + "w_type": "conjugated godan verb", + "romaji": "kumiawashite" + }, + "見当ら": { + "w_type": "godan verb stem", + "romaji": "miatara" + }, + "見当り": { + "w_type": "godan verb stem", + "romaji": "miatari" + }, + "見当れ": { + "w_type": "conjugated godan verb", + "romaji": "miatare" + }, + "見当ろ": { + "w_type": "godan verb stem", + "romaji": "miataro" + }, + "見当った": { + "w_type": "conjugated godan verb", + "romaji": "miatatta" + }, + "見当って": { + "w_type": "conjugated godan verb", + "romaji": "miatatte" + }, + "切りなおさ": { + "w_type": "godan verb stem", + "romaji": "kirinaosa" + }, + "切りなおし": { + "w_type": "godan verb stem", + "romaji": "kirinaoshi" + }, + "切りなおせ": { + "w_type": "conjugated godan verb", + "romaji": "kirinaose" + }, + "切りなおそ": { + "w_type": "godan verb stem", + "romaji": "kirinaoso" + }, + "切りなおした": { + "w_type": "conjugated godan verb", + "romaji": "kirinaoshita" + }, + "切りなおして": { + "w_type": "conjugated godan verb", + "romaji": "kirinaoshite" + }, + "占わ": { + "w_type": "godan verb stem", + "romaji": "uranawa" + }, + "占い": { + "w_type": "godan verb stem", + "romaji": "uranai" + }, + "占え": { + "w_type": "conjugated godan verb", + "romaji": "uranae" + }, + "占お": { + "w_type": "godan verb stem", + "romaji": "uranao" + }, + "占った": { + "w_type": "conjugated godan verb", + "romaji": "uranatta" + }, + "占って": { + "w_type": "conjugated godan verb", + "romaji": "uranatte" + }, + "教え諭さ": { + "w_type": "godan verb stem", + "romaji": "oshiesatosa" + }, + "教え諭し": { + "w_type": "godan verb stem", + "romaji": "oshiesatoshi" + }, + "教え諭せ": { + "w_type": "conjugated godan verb", + "romaji": "oshiesatose" + }, + "教え諭そ": { + "w_type": "godan verb stem", + "romaji": "oshiesatoso" + }, + "教え諭した": { + "w_type": "conjugated godan verb", + "romaji": "oshiesatoshita" + }, + "教え諭して": { + "w_type": "conjugated godan verb", + "romaji": "oshiesatoshite" + }, + "覚ら": { + "w_type": "godan verb stem", + "romaji": "satora" + }, + "覚り": { + "w_type": "godan verb stem", + "romaji": "satori" + }, + "覚れ": { + "w_type": "conjugated godan verb", + "romaji": "satore" + }, + "覚ろ": { + "w_type": "godan verb stem", + "romaji": "satoro" + }, + "覚った": { + "w_type": "conjugated godan verb", + "romaji": "satotta" + }, + "覚って": { + "w_type": "conjugated godan verb", + "romaji": "satotte" + }, + "休まら": { + "w_type": "godan verb stem", + "romaji": "yasumara" + }, + "休まり": { + "w_type": "godan verb stem", + "romaji": "yasumari" + }, + "休まれ": { + "w_type": "conjugated godan verb", + "romaji": "yasumare" + }, + "休まろ": { + "w_type": "godan verb stem", + "romaji": "yasumaro" + }, + "休まった": { + "w_type": "conjugated godan verb", + "romaji": "yasumatta" + }, + "休まって": { + "w_type": "conjugated godan verb", + "romaji": "yasumatte" + }, + "肉付か": { + "w_type": "godan verb stem", + "romaji": "nikuzuka" + }, + "肉付き": { + "w_type": "godan verb stem", + "romaji": "nikuzuki" + }, + "肉付け": { + "w_type": "conjugated godan verb", + "romaji": "nikuzuke" + }, + "肉付こ": { + "w_type": "godan verb stem", + "romaji": "nikuzuko" + }, + "肉付いた": { + "w_type": "conjugated godan verb", + "romaji": "nikuzuita" + }, + "肉付いて": { + "w_type": "conjugated godan verb", + "romaji": "nikuzuite" + }, + "擦剝か": { + "w_type": "godan verb stem", + "romaji": "surimuka" + }, + "擦剝き": { + "w_type": "godan verb stem", + "romaji": "surimuki" + }, + "擦剝け": { + "w_type": "conjugated godan verb", + "romaji": "surimuke" + }, + "擦剝こ": { + "w_type": "godan verb stem", + "romaji": "surimuko" + }, + "擦剝いた": { + "w_type": "conjugated godan verb", + "romaji": "surimuita" + }, + "擦剝いて": { + "w_type": "conjugated godan verb", + "romaji": "surimuite" + }, + "合わさ": { + "w_type": "godan verb stem", + "romaji": "awasa" + }, + "合わし": { + "w_type": "godan verb stem", + "romaji": "awashi" + }, + "合わせ": { + "w_type": "conjugated godan verb", + "romaji": "awase" + }, + "合わそ": { + "w_type": "godan verb stem", + "romaji": "awaso" + }, + "合わした": { + "w_type": "conjugated godan verb", + "romaji": "awashita" + }, + "合わして": { + "w_type": "conjugated godan verb", + "romaji": "awashite" + }, + "せせら笑わ": { + "w_type": "godan verb stem", + "romaji": "seserawarawa" + }, + "せせら笑い": { + "w_type": "godan verb stem", + "romaji": "seserawarai" + }, + "せせら笑え": { + "w_type": "conjugated godan verb", + "romaji": "seserawarae" + }, + "せせら笑お": { + "w_type": "godan verb stem", + "romaji": "seserawarao" + }, + "せせら笑った": { + "w_type": "conjugated godan verb", + "romaji": "seserawaratta" + }, + "せせら笑って": { + "w_type": "conjugated godan verb", + "romaji": "seserawaratte" + }, + "明らま": { + "w_type": "godan verb stem", + "romaji": "akarama" + }, + "明らみ": { + "w_type": "godan verb stem", + "romaji": "akarami" + }, + "明らめ": { + "w_type": "conjugated godan verb", + "romaji": "akarame" + }, + "明らも": { + "w_type": "godan verb stem", + "romaji": "akaramo" + }, + "明らんだ": { + "w_type": "conjugated godan verb", + "romaji": "akaranda" + }, + "明らんで": { + "w_type": "conjugated godan verb", + "romaji": "akarande" + }, + "敬わ": { + "w_type": "godan verb stem", + "romaji": "uyamawa" + }, + "敬い": { + "w_type": "godan verb stem", + "romaji": "uyamai" + }, + "敬え": { + "w_type": "conjugated godan verb", + "romaji": "uyamae" + }, + "敬お": { + "w_type": "godan verb stem", + "romaji": "uyamao" + }, + "敬った": { + "w_type": "conjugated godan verb", + "romaji": "uyamatta" + }, + "敬って": { + "w_type": "conjugated godan verb", + "romaji": "uyamatte" + }, + "探し回ら": { + "w_type": "godan verb stem", + "romaji": "sagashimawara" + }, + "探し回り": { + "w_type": "godan verb stem", + "romaji": "sagashimawari" + }, + "探し回れ": { + "w_type": "conjugated godan verb", + "romaji": "sagashimaware" + }, + "探し回ろ": { + "w_type": "godan verb stem", + "romaji": "sagashimawaro" + }, + "探し回った": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatta" + }, + "探し回って": { + "w_type": "conjugated godan verb", + "romaji": "sagashimawatte" + }, + "捻り潰さ": { + "w_type": "godan verb stem", + "romaji": "hineritsubusa" + }, + "捻り潰し": { + "w_type": "godan verb stem", + "romaji": "hineritsubushi" + }, + "捻り潰せ": { + "w_type": "conjugated godan verb", + "romaji": "hineritsubuse" + }, + "捻り潰そ": { + "w_type": "godan verb stem", + "romaji": "hineritsubuso" + }, + "捻り潰した": { + "w_type": "conjugated godan verb", + "romaji": "hineritsubushita" + }, + "捻り潰して": { + "w_type": "conjugated godan verb", + "romaji": "hineritsubushite" + }, + "裹ま": { + "w_type": "godan verb stem", + "romaji": "tsutsuma" + }, + "裹み": { + "w_type": "godan verb stem", + "romaji": "tsutsumi" + }, + "裹め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsume" + }, + "裹も": { + "w_type": "godan verb stem", + "romaji": "tsutsumo" + }, + "裹んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsunda" + }, + "裹んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsunde" + }, + "掻き出さ": { + "w_type": "godan verb stem", + "romaji": "kakidasa" + }, + "掻き出し": { + "w_type": "godan verb stem", + "romaji": "kakidashi" + }, + "掻き出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakidase" + }, + "掻き出そ": { + "w_type": "godan verb stem", + "romaji": "kakidaso" + }, + "掻き出した": { + "w_type": "conjugated godan verb", + "romaji": "kakidashita" + }, + "掻き出して": { + "w_type": "conjugated godan verb", + "romaji": "kakidashite" + }, + "息衝か": { + "w_type": "godan verb stem", + "romaji": "ikizuka" + }, + "息衝き": { + "w_type": "godan verb stem", + "romaji": "ikizuki" + }, + "息衝け": { + "w_type": "conjugated godan verb", + "romaji": "ikizuke" + }, + "息衝こ": { + "w_type": "godan verb stem", + "romaji": "ikizuko" + }, + "息衝いた": { + "w_type": "conjugated godan verb", + "romaji": "ikizuita" + }, + "息衝いて": { + "w_type": "conjugated godan verb", + "romaji": "ikizuite" + }, + "召捕ら": { + "w_type": "godan verb stem", + "romaji": "meshitora" + }, + "召捕り": { + "w_type": "godan verb stem", + "romaji": "meshitori" + }, + "召捕れ": { + "w_type": "conjugated godan verb", + "romaji": "meshitore" + }, + "召捕ろ": { + "w_type": "godan verb stem", + "romaji": "meshitoro" + }, + "召捕った": { + "w_type": "conjugated godan verb", + "romaji": "meshitotta" + }, + "召捕って": { + "w_type": "conjugated godan verb", + "romaji": "meshitotte" + }, + "思い立た": { + "w_type": "godan verb stem", + "romaji": "omoitata" + }, + "思い立ち": { + "w_type": "godan verb stem", + "romaji": "omoitachi" + }, + "思い立て": { + "w_type": "conjugated godan verb", + "romaji": "omoitate" + }, + "思い立と": { + "w_type": "godan verb stem", + "romaji": "omoitato" + }, + "思い立った": { + "w_type": "conjugated godan verb", + "romaji": "omoitatta" + }, + "思い立って": { + "w_type": "conjugated godan verb", + "romaji": "omoitatte" + }, + "介さ": { + "w_type": "godan verb stem", + "romaji": "kaisa" + }, + "介し": { + "w_type": "godan verb stem", + "romaji": "kaishi" + }, + "介せ": { + "w_type": "conjugated godan verb", + "romaji": "kaise" + }, + "介そ": { + "w_type": "godan verb stem", + "romaji": "kaiso" + }, + "介した": { + "w_type": "conjugated godan verb", + "romaji": "kaishita" + }, + "介して": { + "w_type": "conjugated godan verb", + "romaji": "kaishite" + }, + "通じ合わ": { + "w_type": "godan verb stem", + "romaji": "tsuujiawa" + }, + "通じ合い": { + "w_type": "godan verb stem", + "romaji": "tsuujiai" + }, + "通じ合え": { + "w_type": "conjugated godan verb", + "romaji": "tsuujiae" + }, + "通じ合お": { + "w_type": "godan verb stem", + "romaji": "tsuujiao" + }, + "通じ合った": { + "w_type": "conjugated godan verb", + "romaji": "tsuujiatta" + }, + "通じ合って": { + "w_type": "conjugated godan verb", + "romaji": "tsuujiatte" + }, + "見まがわ": { + "w_type": "godan verb stem", + "romaji": "mimagawa" + }, + "見まがい": { + "w_type": "godan verb stem", + "romaji": "mimagai" + }, + "見まがえ": { + "w_type": "conjugated godan verb", + "romaji": "mimagae" + }, + "見まがお": { + "w_type": "godan verb stem", + "romaji": "mimagao" + }, + "見まがった": { + "w_type": "conjugated godan verb", + "romaji": "mimagatta" + }, + "見まがって": { + "w_type": "conjugated godan verb", + "romaji": "mimagatte" + }, + "引きはらわ": { + "w_type": "godan verb stem", + "romaji": "hikiharawa" + }, + "引きはらい": { + "w_type": "godan verb stem", + "romaji": "hikiharai" + }, + "引きはらえ": { + "w_type": "conjugated godan verb", + "romaji": "hikiharae" + }, + "引きはらお": { + "w_type": "godan verb stem", + "romaji": "hikiharao" + }, + "引きはらった": { + "w_type": "conjugated godan verb", + "romaji": "hikiharatta" + }, + "引きはらって": { + "w_type": "conjugated godan verb", + "romaji": "hikiharatte" + }, + "圧し折ら": { + "w_type": "godan verb stem", + "romaji": "heshiora" + }, + "圧し折り": { + "w_type": "godan verb stem", + "romaji": "heshiori" + }, + "圧し折れ": { + "w_type": "conjugated godan verb", + "romaji": "heshiore" + }, + "圧し折ろ": { + "w_type": "godan verb stem", + "romaji": "heshioro" + }, + "圧し折った": { + "w_type": "conjugated godan verb", + "romaji": "heshiotta" + }, + "圧し折って": { + "w_type": "conjugated godan verb", + "romaji": "heshiotte" + }, + "広まら": { + "w_type": "godan verb stem", + "romaji": "hiromara" + }, + "広まり": { + "w_type": "godan verb stem", + "romaji": "hiromari" + }, + "広まれ": { + "w_type": "conjugated godan verb", + "romaji": "hiromare" + }, + "広まろ": { + "w_type": "godan verb stem", + "romaji": "hiromaro" + }, + "広まった": { + "w_type": "conjugated godan verb", + "romaji": "hiromatta" + }, + "広まって": { + "w_type": "conjugated godan verb", + "romaji": "hiromatte" + }, + "翻ら": { + "w_type": "godan verb stem", + "romaji": "hirugaera" + }, + "翻り": { + "w_type": "godan verb stem", + "romaji": "hirugaeri" + }, + "翻れ": { + "w_type": "conjugated godan verb", + "romaji": "hirugaere" + }, + "翻ろ": { + "w_type": "godan verb stem", + "romaji": "hirugaero" + }, + "翻った": { + "w_type": "conjugated godan verb", + "romaji": "hirugaetta" + }, + "翻って": { + "w_type": "conjugated godan verb", + "romaji": "hirugaette" + }, + "考えださ": { + "w_type": "godan verb stem", + "romaji": "kangaedasa" + }, + "考えだし": { + "w_type": "godan verb stem", + "romaji": "kangaedashi" + }, + "考えだせ": { + "w_type": "conjugated godan verb", + "romaji": "kangaedase" + }, + "考えだそ": { + "w_type": "godan verb stem", + "romaji": "kangaedaso" + }, + "考えだした": { + "w_type": "conjugated godan verb", + "romaji": "kangaedashita" + }, + "考えだして": { + "w_type": "conjugated godan verb", + "romaji": "kangaedashite" + }, + "差し込ま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "差し込み": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "差し込め": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "差し込も": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "差し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "差し込んで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "上向か": { + "w_type": "godan verb stem", + "romaji": "uwamuka" + }, + "上向き": { + "w_type": "godan verb stem", + "romaji": "uwamuki" + }, + "上向け": { + "w_type": "conjugated godan verb", + "romaji": "uwamuke" + }, + "上向こ": { + "w_type": "godan verb stem", + "romaji": "uwamuko" + }, + "上向いた": { + "w_type": "conjugated godan verb", + "romaji": "uwamuita" + }, + "上向いて": { + "w_type": "conjugated godan verb", + "romaji": "uwamuite" + }, + "跳越さ": { + "w_type": "godan verb stem", + "romaji": "tobikosa" + }, + "跳越し": { + "w_type": "godan verb stem", + "romaji": "tobikoshi" + }, + "跳越せ": { + "w_type": "conjugated godan verb", + "romaji": "tobikose" + }, + "跳越そ": { + "w_type": "godan verb stem", + "romaji": "tobikoso" + }, + "跳越した": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshita" + }, + "跳越して": { + "w_type": "conjugated godan verb", + "romaji": "tobikoshite" + }, + "降掛から": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降掛かり": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降掛かろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降掛かった": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降掛かって": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "話さ": { + "w_type": "godan verb stem", + "romaji": "hanasa" + }, + "話し": { + "w_type": "godan verb stem", + "romaji": "hanashi" + }, + "話せ": { + "w_type": "conjugated godan verb", + "romaji": "hanase" + }, + "話そ": { + "w_type": "godan verb stem", + "romaji": "hanaso" + }, + "話した": { + "w_type": "conjugated godan verb", + "romaji": "hanashita" + }, + "話して": { + "w_type": "conjugated godan verb", + "romaji": "hanashite" + }, + "引下ろさ": { + "w_type": "godan verb stem", + "romaji": "hikiorosa" + }, + "引下ろし": { + "w_type": "godan verb stem", + "romaji": "hikioroshi" + }, + "引下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiorose" + }, + "引下ろそ": { + "w_type": "godan verb stem", + "romaji": "hikioroso" + }, + "引下ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshita" + }, + "引下ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikioroshite" + }, + "抜から": { + "w_type": "godan verb stem", + "romaji": "nukara" + }, + "抜かり": { + "w_type": "godan verb stem", + "romaji": "nukari" + }, + "抜かれ": { + "w_type": "conjugated godan verb", + "romaji": "nukare" + }, + "抜かろ": { + "w_type": "godan verb stem", + "romaji": "nukaro" + }, + "抜かった": { + "w_type": "conjugated godan verb", + "romaji": "nukatta" + }, + "抜かって": { + "w_type": "conjugated godan verb", + "romaji": "nukatte" + }, + "逃げ込ま": { + "w_type": "godan verb stem", + "romaji": "nigekoma" + }, + "逃げ込み": { + "w_type": "godan verb stem", + "romaji": "nigekomi" + }, + "逃げ込め": { + "w_type": "conjugated godan verb", + "romaji": "nigekome" + }, + "逃げ込も": { + "w_type": "godan verb stem", + "romaji": "nigekomo" + }, + "逃げ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nigekonda" + }, + "逃げ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nigekonde" + }, + "通り掛から": { + "w_type": "godan verb stem", + "romaji": "toorikakara" + }, + "通り掛かり": { + "w_type": "godan verb stem", + "romaji": "toorikakari" + }, + "通り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "toorikakare" + }, + "通り掛かろ": { + "w_type": "godan verb stem", + "romaji": "toorikakaro" + }, + "通り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "toorikakatta" + }, + "通り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "toorikakatte" + }, + "汰ら": { + "w_type": "godan verb stem", + "romaji": "yura" + }, + "汰り": { + "w_type": "godan verb stem", + "romaji": "yuri" + }, + "汰れ": { + "w_type": "conjugated godan verb", + "romaji": "yure" + }, + "汰ろ": { + "w_type": "godan verb stem", + "romaji": "yuro" + }, + "汰った": { + "w_type": "conjugated godan verb", + "romaji": "yutta" + }, + "汰って": { + "w_type": "conjugated godan verb", + "romaji": "yutte" + }, + "貢が": { + "w_type": "godan verb stem", + "romaji": "mitsuga" + }, + "貢ぎ": { + "w_type": "godan verb stem", + "romaji": "mitsugi" + }, + "貢げ": { + "w_type": "conjugated godan verb", + "romaji": "mitsuge" + }, + "貢ご": { + "w_type": "godan verb stem", + "romaji": "mitsugo" + }, + "貢いだ": { + "w_type": "conjugated godan verb", + "romaji": "mitsuida" + }, + "貢いで": { + "w_type": "conjugated godan verb", + "romaji": "mitsuide" + }, + "つめ込ま": { + "w_type": "godan verb stem", + "romaji": "tsumekoma" + }, + "つめ込み": { + "w_type": "godan verb stem", + "romaji": "tsumekomi" + }, + "つめ込め": { + "w_type": "conjugated godan verb", + "romaji": "tsumekome" + }, + "つめ込も": { + "w_type": "godan verb stem", + "romaji": "tsumekomo" + }, + "つめ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumekonda" + }, + "つめ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumekonde" + }, + "剔ら": { + "w_type": "godan verb stem", + "romaji": "egura" + }, + "剔り": { + "w_type": "godan verb stem", + "romaji": "eguri" + }, + "剔れ": { + "w_type": "conjugated godan verb", + "romaji": "egure" + }, + "剔ろ": { + "w_type": "godan verb stem", + "romaji": "eguro" + }, + "剔った": { + "w_type": "conjugated godan verb", + "romaji": "egutta" + }, + "剔って": { + "w_type": "conjugated godan verb", + "romaji": "egutte" + }, + "清濁併せ呑ま": { + "w_type": "godan verb stem", + "romaji": "seidakuawasenoma" + }, + "清濁併せ呑み": { + "w_type": "godan verb stem", + "romaji": "seidakuawasenomi" + }, + "清濁併せ呑め": { + "w_type": "conjugated godan verb", + "romaji": "seidakuawasenome" + }, + "清濁併せ呑も": { + "w_type": "godan verb stem", + "romaji": "seidakuawasenomo" + }, + "清濁併せ呑んだ": { + "w_type": "conjugated godan verb", + "romaji": "seidakuawasenonda" + }, + "清濁併せ呑んで": { + "w_type": "conjugated godan verb", + "romaji": "seidakuawasenonde" + }, + "紐解か": { + "w_type": "godan verb stem", + "romaji": "himotoka" + }, + "紐解き": { + "w_type": "godan verb stem", + "romaji": "himotoki" + }, + "紐解け": { + "w_type": "conjugated godan verb", + "romaji": "himotoke" + }, + "紐解こ": { + "w_type": "godan verb stem", + "romaji": "himotoko" + }, + "紐解いた": { + "w_type": "conjugated godan verb", + "romaji": "himotoita" + }, + "紐解いて": { + "w_type": "conjugated godan verb", + "romaji": "himotoite" + }, + "蹴落とさ": { + "w_type": "godan verb stem", + "romaji": "keotosa" + }, + "蹴落とし": { + "w_type": "godan verb stem", + "romaji": "keotoshi" + }, + "蹴落とせ": { + "w_type": "conjugated godan verb", + "romaji": "keotose" + }, + "蹴落とそ": { + "w_type": "godan verb stem", + "romaji": "keotoso" + }, + "蹴落とした": { + "w_type": "conjugated godan verb", + "romaji": "keotoshita" + }, + "蹴落として": { + "w_type": "conjugated godan verb", + "romaji": "keotoshite" + }, + "窺か": { + "w_type": "godan verb stem", + "romaji": "nozoka" + }, + "窺き": { + "w_type": "godan verb stem", + "romaji": "nozoki" + }, + "窺け": { + "w_type": "conjugated godan verb", + "romaji": "nozoke" + }, + "窺こ": { + "w_type": "godan verb stem", + "romaji": "nozoko" + }, + "窺いた": { + "w_type": "conjugated godan verb", + "romaji": "nozoita" + }, + "窺いて": { + "w_type": "conjugated godan verb", + "romaji": "nozoite" + }, + "窺わ": { + "w_type": "godan verb stem", + "romaji": "ukagawa" + }, + "窺い": { + "w_type": "godan verb stem", + "romaji": "ukagai" + }, + "窺え": { + "w_type": "conjugated godan verb", + "romaji": "ukagae" + }, + "窺お": { + "w_type": "godan verb stem", + "romaji": "ukagao" + }, + "窺った": { + "w_type": "conjugated godan verb", + "romaji": "ukagatta" + }, + "窺って": { + "w_type": "conjugated godan verb", + "romaji": "ukagatte" + }, + "仕懸から": { + "w_type": "godan verb stem", + "romaji": "shikakara" + }, + "仕懸かり": { + "w_type": "godan verb stem", + "romaji": "shikakari" + }, + "仕懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "shikakare" + }, + "仕懸かろ": { + "w_type": "godan verb stem", + "romaji": "shikakaro" + }, + "仕懸かった": { + "w_type": "conjugated godan verb", + "romaji": "shikakatta" + }, + "仕懸かって": { + "w_type": "conjugated godan verb", + "romaji": "shikakatte" + }, + "取込ま": { + "w_type": "godan verb stem", + "romaji": "torikoma" + }, + "取込み": { + "w_type": "godan verb stem", + "romaji": "torikomi" + }, + "取込め": { + "w_type": "conjugated godan verb", + "romaji": "torikome" + }, + "取込も": { + "w_type": "godan verb stem", + "romaji": "torikomo" + }, + "取込んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikonda" + }, + "取込んで": { + "w_type": "conjugated godan verb", + "romaji": "torikonde" + }, + "塗りこま": { + "w_type": "godan verb stem", + "romaji": "nurikoma" + }, + "塗りこみ": { + "w_type": "godan verb stem", + "romaji": "nurikomi" + }, + "塗りこめ": { + "w_type": "conjugated godan verb", + "romaji": "nurikome" + }, + "塗りこも": { + "w_type": "godan verb stem", + "romaji": "nurikomo" + }, + "塗りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nurikonda" + }, + "塗りこんで": { + "w_type": "conjugated godan verb", + "romaji": "nurikonde" + }, + "ずり上がら": { + "w_type": "godan verb stem", + "romaji": "zuriagara" + }, + "ずり上がり": { + "w_type": "godan verb stem", + "romaji": "zuriagari" + }, + "ずり上がれ": { + "w_type": "conjugated godan verb", + "romaji": "zuriagare" + }, + "ずり上がろ": { + "w_type": "godan verb stem", + "romaji": "zuriagaro" + }, + "ずり上がった": { + "w_type": "conjugated godan verb", + "romaji": "zuriagatta" + }, + "ずり上がって": { + "w_type": "conjugated godan verb", + "romaji": "zuriagatte" + }, + "屠ら": { + "w_type": "godan verb stem", + "romaji": "hofura" + }, + "屠り": { + "w_type": "godan verb stem", + "romaji": "hofuri" + }, + "屠れ": { + "w_type": "conjugated godan verb", + "romaji": "hofure" + }, + "屠ろ": { + "w_type": "godan verb stem", + "romaji": "hofuro" + }, + "屠った": { + "w_type": "conjugated godan verb", + "romaji": "hofutta" + }, + "屠って": { + "w_type": "conjugated godan verb", + "romaji": "hofutte" + }, + "勤め働か": { + "w_type": "godan verb stem", + "romaji": "tsutomehataraka" + }, + "勤め働き": { + "w_type": "godan verb stem", + "romaji": "tsutomehataraki" + }, + "勤め働け": { + "w_type": "conjugated godan verb", + "romaji": "tsutomehatarake" + }, + "勤め働こ": { + "w_type": "godan verb stem", + "romaji": "tsutomehatarako" + }, + "勤め働いた": { + "w_type": "conjugated godan verb", + "romaji": "tsutomehataraita" + }, + "勤め働いて": { + "w_type": "conjugated godan verb", + "romaji": "tsutomehataraite" + }, + "行き出さ": { + "w_type": "godan verb stem", + "romaji": "ikidasa" + }, + "行き出し": { + "w_type": "godan verb stem", + "romaji": "ikidashi" + }, + "行き出せ": { + "w_type": "conjugated godan verb", + "romaji": "ikidase" + }, + "行き出そ": { + "w_type": "godan verb stem", + "romaji": "ikidaso" + }, + "行き出した": { + "w_type": "conjugated godan verb", + "romaji": "ikidashita" + }, + "行き出して": { + "w_type": "conjugated godan verb", + "romaji": "ikidashite" + }, + "出尽さ": { + "w_type": "godan verb stem", + "romaji": "detsukusa" + }, + "出尽し": { + "w_type": "godan verb stem", + "romaji": "detsukushi" + }, + "出尽せ": { + "w_type": "conjugated godan verb", + "romaji": "detsukuse" + }, + "出尽そ": { + "w_type": "godan verb stem", + "romaji": "detsukuso" + }, + "出尽した": { + "w_type": "conjugated godan verb", + "romaji": "detsukushita" + }, + "出尽して": { + "w_type": "conjugated godan verb", + "romaji": "detsukushite" + }, + "見取ら": { + "w_type": "godan verb stem", + "romaji": "mitora" + }, + "見取り": { + "w_type": "godan verb stem", + "romaji": "mitori" + }, + "見取れ": { + "w_type": "conjugated godan verb", + "romaji": "mitore" + }, + "見取ろ": { + "w_type": "godan verb stem", + "romaji": "mitoro" + }, + "見取った": { + "w_type": "conjugated godan verb", + "romaji": "mitotta" + }, + "見取って": { + "w_type": "conjugated godan verb", + "romaji": "mitotte" + }, + "年とら": { + "w_type": "godan verb stem", + "romaji": "toshitora" + }, + "年とり": { + "w_type": "godan verb stem", + "romaji": "toshitori" + }, + "年とれ": { + "w_type": "conjugated godan verb", + "romaji": "toshitore" + }, + "年とろ": { + "w_type": "godan verb stem", + "romaji": "toshitoro" + }, + "年とった": { + "w_type": "conjugated godan verb", + "romaji": "toshitotta" + }, + "年とって": { + "w_type": "conjugated godan verb", + "romaji": "toshitotte" + }, + "総毛立た": { + "w_type": "godan verb stem", + "romaji": "soukedata" + }, + "総毛立ち": { + "w_type": "godan verb stem", + "romaji": "soukedachi" + }, + "総毛立て": { + "w_type": "conjugated godan verb", + "romaji": "soukedate" + }, + "総毛立と": { + "w_type": "godan verb stem", + "romaji": "soukedato" + }, + "総毛立った": { + "w_type": "conjugated godan verb", + "romaji": "soukedatta" + }, + "総毛立って": { + "w_type": "conjugated godan verb", + "romaji": "soukedatte" + }, + "見つくろわ": { + "w_type": "godan verb stem", + "romaji": "mitsukurowa" + }, + "見つくろい": { + "w_type": "godan verb stem", + "romaji": "mitsukuroi" + }, + "見つくろえ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukuroe" + }, + "見つくろお": { + "w_type": "godan verb stem", + "romaji": "mitsukuroo" + }, + "見つくろった": { + "w_type": "conjugated godan verb", + "romaji": "mitsukurotta" + }, + "見つくろって": { + "w_type": "conjugated godan verb", + "romaji": "mitsukurotte" + }, + "掛かり合わ": { + "w_type": "godan verb stem", + "romaji": "kakariawa" + }, + "掛かり合い": { + "w_type": "godan verb stem", + "romaji": "kakariai" + }, + "掛かり合え": { + "w_type": "conjugated godan verb", + "romaji": "kakariae" + }, + "掛かり合お": { + "w_type": "godan verb stem", + "romaji": "kakariao" + }, + "掛かり合った": { + "w_type": "conjugated godan verb", + "romaji": "kakariatta" + }, + "掛かり合って": { + "w_type": "conjugated godan verb", + "romaji": "kakariatte" + }, + "じっと見返さ": { + "w_type": "godan verb stem", + "romaji": "jittomikaesa" + }, + "じっと見返し": { + "w_type": "godan verb stem", + "romaji": "jittomikaeshi" + }, + "じっと見返せ": { + "w_type": "conjugated godan verb", + "romaji": "jittomikaese" + }, + "じっと見返そ": { + "w_type": "godan verb stem", + "romaji": "jittomikaeso" + }, + "じっと見返した": { + "w_type": "conjugated godan verb", + "romaji": "jittomikaeshita" + }, + "じっと見返して": { + "w_type": "conjugated godan verb", + "romaji": "jittomikaeshite" + }, + "持崩さ": { + "w_type": "godan verb stem", + "romaji": "mochikuzusa" + }, + "持崩し": { + "w_type": "godan verb stem", + "romaji": "mochikuzushi" + }, + "持崩せ": { + "w_type": "conjugated godan verb", + "romaji": "mochikuzuse" + }, + "持崩そ": { + "w_type": "godan verb stem", + "romaji": "mochikuzuso" + }, + "持崩した": { + "w_type": "conjugated godan verb", + "romaji": "mochikuzushita" + }, + "持崩して": { + "w_type": "conjugated godan verb", + "romaji": "mochikuzushite" + }, + "瞋ら": { + "w_type": "godan verb stem", + "romaji": "okora" + }, + "瞋り": { + "w_type": "godan verb stem", + "romaji": "okori" + }, + "瞋れ": { + "w_type": "conjugated godan verb", + "romaji": "okore" + }, + "瞋ろ": { + "w_type": "godan verb stem", + "romaji": "okoro" + }, + "瞋った": { + "w_type": "conjugated godan verb", + "romaji": "okotta" + }, + "瞋って": { + "w_type": "conjugated godan verb", + "romaji": "okotte" + }, + "反らさ": { + "w_type": "godan verb stem", + "romaji": "sorasa" + }, + "反らし": { + "w_type": "godan verb stem", + "romaji": "sorashi" + }, + "反らせ": { + "w_type": "conjugated godan verb", + "romaji": "sorase" + }, + "反らそ": { + "w_type": "godan verb stem", + "romaji": "soraso" + }, + "反らした": { + "w_type": "conjugated godan verb", + "romaji": "sorashita" + }, + "反らして": { + "w_type": "conjugated godan verb", + "romaji": "sorashite" + }, + "坐りこま": { + "w_type": "godan verb stem", + "romaji": "suwarikoma" + }, + "坐りこみ": { + "w_type": "godan verb stem", + "romaji": "suwarikomi" + }, + "坐りこめ": { + "w_type": "conjugated godan verb", + "romaji": "suwarikome" + }, + "坐りこも": { + "w_type": "godan verb stem", + "romaji": "suwarikomo" + }, + "坐りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonda" + }, + "坐りこんで": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonde" + }, + "使い込ま": { + "w_type": "godan verb stem", + "romaji": "tsukaikoma" + }, + "使い込み": { + "w_type": "godan verb stem", + "romaji": "tsukaikomi" + }, + "使い込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikome" + }, + "使い込も": { + "w_type": "godan verb stem", + "romaji": "tsukaikomo" + }, + "使い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonda" + }, + "使い込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukaikonde" + }, + "突き出さ": { + "w_type": "godan verb stem", + "romaji": "tsukidasa" + }, + "突き出し": { + "w_type": "godan verb stem", + "romaji": "tsukidashi" + }, + "突き出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukidase" + }, + "突き出そ": { + "w_type": "godan verb stem", + "romaji": "tsukidaso" + }, + "突き出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashita" + }, + "突き出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashite" + }, + "反さ": { + "w_type": "godan verb stem", + "romaji": "kaesa" + }, + "反し": { + "w_type": "godan verb stem", + "romaji": "kaeshi" + }, + "反せ": { + "w_type": "conjugated godan verb", + "romaji": "kaese" + }, + "反そ": { + "w_type": "godan verb stem", + "romaji": "kaeso" + }, + "反した": { + "w_type": "conjugated godan verb", + "romaji": "kaeshita" + }, + "反して": { + "w_type": "conjugated godan verb", + "romaji": "kaeshite" + }, + "雑じら": { + "w_type": "godan verb stem", + "romaji": "majira" + }, + "雑じり": { + "w_type": "godan verb stem", + "romaji": "majiri" + }, + "雑じれ": { + "w_type": "conjugated godan verb", + "romaji": "majire" + }, + "雑じろ": { + "w_type": "godan verb stem", + "romaji": "majiro" + }, + "雑じった": { + "w_type": "conjugated godan verb", + "romaji": "majitta" + }, + "雑じって": { + "w_type": "conjugated godan verb", + "romaji": "majitte" + }, + "裁か": { + "w_type": "godan verb stem", + "romaji": "sabaka" + }, + "裁き": { + "w_type": "godan verb stem", + "romaji": "sabaki" + }, + "裁け": { + "w_type": "conjugated godan verb", + "romaji": "sabake" + }, + "裁こ": { + "w_type": "godan verb stem", + "romaji": "sabako" + }, + "裁いた": { + "w_type": "conjugated godan verb", + "romaji": "sabaita" + }, + "裁いて": { + "w_type": "conjugated godan verb", + "romaji": "sabaite" + }, + "住着か": { + "w_type": "godan verb stem", + "romaji": "sumitsuka" + }, + "住着き": { + "w_type": "godan verb stem", + "romaji": "sumitsuki" + }, + "住着け": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuke" + }, + "住着こ": { + "w_type": "godan verb stem", + "romaji": "sumitsuko" + }, + "住着いた": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuita" + }, + "住着いて": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuite" + }, + "ブッ放さ": { + "w_type": "godan verb stem", + "romaji": "buppanasa" + }, + "ブッ放し": { + "w_type": "godan verb stem", + "romaji": "buppanashi" + }, + "ブッ放せ": { + "w_type": "conjugated godan verb", + "romaji": "buppanase" + }, + "ブッ放そ": { + "w_type": "godan verb stem", + "romaji": "buppanaso" + }, + "ブッ放した": { + "w_type": "conjugated godan verb", + "romaji": "buppanashita" + }, + "ブッ放して": { + "w_type": "conjugated godan verb", + "romaji": "buppanashite" + }, + "祷ら": { + "w_type": "godan verb stem", + "romaji": "inora" + }, + "祷り": { + "w_type": "godan verb stem", + "romaji": "inori" + }, + "祷れ": { + "w_type": "conjugated godan verb", + "romaji": "inore" + }, + "祷ろ": { + "w_type": "godan verb stem", + "romaji": "inoro" + }, + "祷った": { + "w_type": "conjugated godan verb", + "romaji": "inotta" + }, + "祷って": { + "w_type": "conjugated godan verb", + "romaji": "inotte" + }, + "繰り上がら": { + "w_type": "godan verb stem", + "romaji": "kuriagara" + }, + "繰り上がり": { + "w_type": "godan verb stem", + "romaji": "kuriagari" + }, + "繰り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "kuriagare" + }, + "繰り上がろ": { + "w_type": "godan verb stem", + "romaji": "kuriagaro" + }, + "繰り上がった": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatta" + }, + "繰り上がって": { + "w_type": "conjugated godan verb", + "romaji": "kuriagatte" + }, + "飛び退ら": { + "w_type": "godan verb stem", + "romaji": "tobisusara" + }, + "飛び退り": { + "w_type": "godan verb stem", + "romaji": "tobisusari" + }, + "飛び退れ": { + "w_type": "conjugated godan verb", + "romaji": "tobisusare" + }, + "飛び退ろ": { + "w_type": "godan verb stem", + "romaji": "tobisusaro" + }, + "飛び退った": { + "w_type": "conjugated godan verb", + "romaji": "tobisusatta" + }, + "飛び退って": { + "w_type": "conjugated godan verb", + "romaji": "tobisusatte" + }, + "沸き返ら": { + "w_type": "godan verb stem", + "romaji": "wakikaera" + }, + "沸き返り": { + "w_type": "godan verb stem", + "romaji": "wakikaeri" + }, + "沸き返れ": { + "w_type": "conjugated godan verb", + "romaji": "wakikaere" + }, + "沸き返ろ": { + "w_type": "godan verb stem", + "romaji": "wakikaero" + }, + "沸き返った": { + "w_type": "conjugated godan verb", + "romaji": "wakikaetta" + }, + "沸き返って": { + "w_type": "conjugated godan verb", + "romaji": "wakikaette" + }, + "見積もら": { + "w_type": "godan verb stem", + "romaji": "mitsumora" + }, + "見積もり": { + "w_type": "godan verb stem", + "romaji": "mitsumori" + }, + "見積もれ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumore" + }, + "見積もろ": { + "w_type": "godan verb stem", + "romaji": "mitsumoro" + }, + "見積もった": { + "w_type": "conjugated godan verb", + "romaji": "mitsumotta" + }, + "見積もって": { + "w_type": "conjugated godan verb", + "romaji": "mitsumotte" + }, + "成りきら": { + "w_type": "godan verb stem", + "romaji": "narikira" + }, + "成りきり": { + "w_type": "godan verb stem", + "romaji": "narikiri" + }, + "成りきれ": { + "w_type": "conjugated godan verb", + "romaji": "narikire" + }, + "成りきろ": { + "w_type": "godan verb stem", + "romaji": "narikiro" + }, + "成りきった": { + "w_type": "conjugated godan verb", + "romaji": "narikitta" + }, + "成りきって": { + "w_type": "conjugated godan verb", + "romaji": "narikitte" + }, + "括り出さ": { + "w_type": "godan verb stem", + "romaji": "kukuridasa" + }, + "括り出し": { + "w_type": "godan verb stem", + "romaji": "kukuridashi" + }, + "括り出せ": { + "w_type": "conjugated godan verb", + "romaji": "kukuridase" + }, + "括り出そ": { + "w_type": "godan verb stem", + "romaji": "kukuridaso" + }, + "括り出した": { + "w_type": "conjugated godan verb", + "romaji": "kukuridashita" + }, + "括り出して": { + "w_type": "conjugated godan verb", + "romaji": "kukuridashite" + }, + "食い散らさ": { + "w_type": "godan verb stem", + "romaji": "kuichirasa" + }, + "食い散らし": { + "w_type": "godan verb stem", + "romaji": "kuichirashi" + }, + "食い散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kuichirase" + }, + "食い散らそ": { + "w_type": "godan verb stem", + "romaji": "kuichiraso" + }, + "食い散らした": { + "w_type": "conjugated godan verb", + "romaji": "kuichirashita" + }, + "食い散らして": { + "w_type": "conjugated godan verb", + "romaji": "kuichirashite" + }, + "取り切ら": { + "w_type": "godan verb stem", + "romaji": "torikira" + }, + "取り切り": { + "w_type": "godan verb stem", + "romaji": "torikiri" + }, + "取り切れ": { + "w_type": "conjugated godan verb", + "romaji": "torikire" + }, + "取り切ろ": { + "w_type": "godan verb stem", + "romaji": "torikiro" + }, + "取り切った": { + "w_type": "conjugated godan verb", + "romaji": "torikitta" + }, + "取り切って": { + "w_type": "conjugated godan verb", + "romaji": "torikitte" + }, + "掻い繰ら": { + "w_type": "godan verb stem", + "romaji": "kaigura" + }, + "掻い繰り": { + "w_type": "godan verb stem", + "romaji": "kaiguri" + }, + "掻い繰れ": { + "w_type": "conjugated godan verb", + "romaji": "kaigure" + }, + "掻い繰ろ": { + "w_type": "godan verb stem", + "romaji": "kaiguro" + }, + "掻い繰った": { + "w_type": "conjugated godan verb", + "romaji": "kaigutta" + }, + "掻い繰って": { + "w_type": "conjugated godan verb", + "romaji": "kaigutte" + }, + "酔わ": { + "w_type": "godan verb stem", + "romaji": "yowa" + }, + "酔い": { + "w_type": "godan verb stem", + "romaji": "yoi" + }, + "酔え": { + "w_type": "conjugated godan verb", + "romaji": "yoe" + }, + "酔お": { + "w_type": "godan verb stem", + "romaji": "yoo" + }, + "酔った": { + "w_type": "conjugated godan verb", + "romaji": "yotta" + }, + "酔って": { + "w_type": "conjugated godan verb", + "romaji": "yotte" + }, + "歩ま": { + "w_type": "godan verb stem", + "romaji": "ayuma" + }, + "歩み": { + "w_type": "godan verb stem", + "romaji": "ayumi" + }, + "歩め": { + "w_type": "conjugated godan verb", + "romaji": "ayume" + }, + "歩も": { + "w_type": "godan verb stem", + "romaji": "ayumo" + }, + "歩んだ": { + "w_type": "conjugated godan verb", + "romaji": "ayunda" + }, + "歩んで": { + "w_type": "conjugated godan verb", + "romaji": "ayunde" + }, + "浮き上がら": { + "w_type": "godan verb stem", + "romaji": "ukiagara" + }, + "浮き上がり": { + "w_type": "godan verb stem", + "romaji": "ukiagari" + }, + "浮き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "ukiagare" + }, + "浮き上がろ": { + "w_type": "godan verb stem", + "romaji": "ukiagaro" + }, + "浮き上がった": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatta" + }, + "浮き上がって": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatte" + }, + "蹌踉つか": { + "w_type": "godan verb stem", + "romaji": "yorotsuka" + }, + "蹌踉つき": { + "w_type": "godan verb stem", + "romaji": "yorotsuki" + }, + "蹌踉つけ": { + "w_type": "conjugated godan verb", + "romaji": "yorotsuke" + }, + "蹌踉つこ": { + "w_type": "godan verb stem", + "romaji": "yorotsuko" + }, + "蹌踉ついた": { + "w_type": "conjugated godan verb", + "romaji": "yorotsuita" + }, + "蹌踉ついて": { + "w_type": "conjugated godan verb", + "romaji": "yorotsuite" + }, + "歩か": { + "w_type": "godan verb stem", + "romaji": "aruka" + }, + "歩き": { + "w_type": "godan verb stem", + "romaji": "aruki" + }, + "歩け": { + "w_type": "conjugated godan verb", + "romaji": "aruke" + }, + "歩こ": { + "w_type": "godan verb stem", + "romaji": "aruko" + }, + "歩いた": { + "w_type": "conjugated godan verb", + "romaji": "aruita" + }, + "歩いて": { + "w_type": "conjugated godan verb", + "romaji": "aruite" + }, + "打ち返さ": { + "w_type": "godan verb stem", + "romaji": "uchikaesa" + }, + "打ち返し": { + "w_type": "godan verb stem", + "romaji": "uchikaeshi" + }, + "打ち返せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikaese" + }, + "打ち返そ": { + "w_type": "godan verb stem", + "romaji": "uchikaeso" + }, + "打ち返した": { + "w_type": "conjugated godan verb", + "romaji": "uchikaeshita" + }, + "打ち返して": { + "w_type": "conjugated godan verb", + "romaji": "uchikaeshite" + }, + "呪わ": { + "w_type": "godan verb stem", + "romaji": "norowa" + }, + "呪い": { + "w_type": "godan verb stem", + "romaji": "noroi" + }, + "呪え": { + "w_type": "conjugated godan verb", + "romaji": "noroe" + }, + "呪お": { + "w_type": "godan verb stem", + "romaji": "noroo" + }, + "呪った": { + "w_type": "conjugated godan verb", + "romaji": "norotta" + }, + "呪って": { + "w_type": "conjugated godan verb", + "romaji": "norotte" + }, + "突っ返さ": { + "w_type": "godan verb stem", + "romaji": "tsukkaesa" + }, + "突っ返し": { + "w_type": "godan verb stem", + "romaji": "tsukkaeshi" + }, + "突っ返せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukkaese" + }, + "突っ返そ": { + "w_type": "godan verb stem", + "romaji": "tsukkaeso" + }, + "突っ返した": { + "w_type": "conjugated godan verb", + "romaji": "tsukkaeshita" + }, + "突っ返して": { + "w_type": "conjugated godan verb", + "romaji": "tsukkaeshite" + }, + "うかがい知ら": { + "w_type": "godan verb stem", + "romaji": "ukagaishira" + }, + "うかがい知り": { + "w_type": "godan verb stem", + "romaji": "ukagaishiri" + }, + "うかがい知れ": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishire" + }, + "うかがい知ろ": { + "w_type": "godan verb stem", + "romaji": "ukagaishiro" + }, + "うかがい知った": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitta" + }, + "うかがい知って": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitte" + }, + "苔生さ": { + "w_type": "godan verb stem", + "romaji": "kokemusa" + }, + "苔生し": { + "w_type": "godan verb stem", + "romaji": "kokemushi" + }, + "苔生せ": { + "w_type": "conjugated godan verb", + "romaji": "kokemuse" + }, + "苔生そ": { + "w_type": "godan verb stem", + "romaji": "kokemuso" + }, + "苔生した": { + "w_type": "conjugated godan verb", + "romaji": "kokemushita" + }, + "苔生して": { + "w_type": "conjugated godan verb", + "romaji": "kokemushite" + }, + "引き篭ら": { + "w_type": "godan verb stem", + "romaji": "hikikomora" + }, + "引き篭り": { + "w_type": "godan verb stem", + "romaji": "hikikomori" + }, + "引き篭れ": { + "w_type": "conjugated godan verb", + "romaji": "hikikomore" + }, + "引き篭ろ": { + "w_type": "godan verb stem", + "romaji": "hikikomoro" + }, + "引き篭った": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotta" + }, + "引き篭って": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotte" + }, + "乗り組ま": { + "w_type": "godan verb stem", + "romaji": "norikuma" + }, + "乗り組み": { + "w_type": "godan verb stem", + "romaji": "norikumi" + }, + "乗り組め": { + "w_type": "conjugated godan verb", + "romaji": "norikume" + }, + "乗り組も": { + "w_type": "godan verb stem", + "romaji": "norikumo" + }, + "乗り組んだ": { + "w_type": "conjugated godan verb", + "romaji": "norikunda" + }, + "乗り組んで": { + "w_type": "conjugated godan verb", + "romaji": "norikunde" + }, + "動かさ": { + "w_type": "godan verb stem", + "romaji": "ugokasa" + }, + "動かし": { + "w_type": "godan verb stem", + "romaji": "ugokashi" + }, + "動かせ": { + "w_type": "conjugated godan verb", + "romaji": "ugokase" + }, + "動かそ": { + "w_type": "godan verb stem", + "romaji": "ugokaso" + }, + "動かした": { + "w_type": "conjugated godan verb", + "romaji": "ugokashita" + }, + "動かして": { + "w_type": "conjugated godan verb", + "romaji": "ugokashite" + }, + "叶わ": { + "w_type": "godan verb stem", + "romaji": "kanawa" + }, + "叶い": { + "w_type": "godan verb stem", + "romaji": "kanai" + }, + "叶え": { + "w_type": "conjugated godan verb", + "romaji": "kanae" + }, + "叶お": { + "w_type": "godan verb stem", + "romaji": "kanao" + }, + "叶った": { + "w_type": "conjugated godan verb", + "romaji": "kanatta" + }, + "叶って": { + "w_type": "conjugated godan verb", + "romaji": "kanatte" + }, + "蹴倒さ": { + "w_type": "godan verb stem", + "romaji": "ketaosa" + }, + "蹴倒し": { + "w_type": "godan verb stem", + "romaji": "ketaoshi" + }, + "蹴倒せ": { + "w_type": "conjugated godan verb", + "romaji": "ketaose" + }, + "蹴倒そ": { + "w_type": "godan verb stem", + "romaji": "ketaoso" + }, + "蹴倒した": { + "w_type": "conjugated godan verb", + "romaji": "ketaoshita" + }, + "蹴倒して": { + "w_type": "conjugated godan verb", + "romaji": "ketaoshite" + }, + "遣わ": { + "w_type": "godan verb stem", + "romaji": "tsukawa" + }, + "遣い": { + "w_type": "godan verb stem", + "romaji": "tsukai" + }, + "遣え": { + "w_type": "conjugated godan verb", + "romaji": "tsukae" + }, + "遣お": { + "w_type": "godan verb stem", + "romaji": "tsukao" + }, + "適わ": { + "w_type": "godan verb stem", + "romaji": "kanawa" + }, + "適い": { + "w_type": "godan verb stem", + "romaji": "kanai" + }, + "適え": { + "w_type": "conjugated godan verb", + "romaji": "kanae" + }, + "適お": { + "w_type": "godan verb stem", + "romaji": "kanao" + }, + "適った": { + "w_type": "conjugated godan verb", + "romaji": "kanatta" + }, + "適って": { + "w_type": "conjugated godan verb", + "romaji": "kanatte" + }, + "引掻か": { + "w_type": "godan verb stem", + "romaji": "hikkaka" + }, + "引掻き": { + "w_type": "godan verb stem", + "romaji": "hikkaki" + }, + "引掻け": { + "w_type": "conjugated godan verb", + "romaji": "hikkake" + }, + "引掻こ": { + "w_type": "godan verb stem", + "romaji": "hikkako" + }, + "引掻いた": { + "w_type": "conjugated godan verb", + "romaji": "hikkaita" + }, + "引掻いて": { + "w_type": "conjugated godan verb", + "romaji": "hikkaite" + }, + "誉めそやさ": { + "w_type": "godan verb stem", + "romaji": "homesoyasa" + }, + "誉めそやし": { + "w_type": "godan verb stem", + "romaji": "homesoyashi" + }, + "誉めそやせ": { + "w_type": "conjugated godan verb", + "romaji": "homesoyase" + }, + "誉めそやそ": { + "w_type": "godan verb stem", + "romaji": "homesoyaso" + }, + "誉めそやした": { + "w_type": "conjugated godan verb", + "romaji": "homesoyashita" + }, + "誉めそやして": { + "w_type": "conjugated godan verb", + "romaji": "homesoyashite" + }, + "撮み出さ": { + "w_type": "godan verb stem", + "romaji": "tsumamidasa" + }, + "撮み出し": { + "w_type": "godan verb stem", + "romaji": "tsumamidashi" + }, + "撮み出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsumamidase" + }, + "撮み出そ": { + "w_type": "godan verb stem", + "romaji": "tsumamidaso" + }, + "撮み出した": { + "w_type": "conjugated godan verb", + "romaji": "tsumamidashita" + }, + "撮み出して": { + "w_type": "conjugated godan verb", + "romaji": "tsumamidashite" + }, + "拝み倒さ": { + "w_type": "godan verb stem", + "romaji": "ogamitaosa" + }, + "拝み倒し": { + "w_type": "godan verb stem", + "romaji": "ogamitaoshi" + }, + "拝み倒せ": { + "w_type": "conjugated godan verb", + "romaji": "ogamitaose" + }, + "拝み倒そ": { + "w_type": "godan verb stem", + "romaji": "ogamitaoso" + }, + "拝み倒した": { + "w_type": "conjugated godan verb", + "romaji": "ogamitaoshita" + }, + "拝み倒して": { + "w_type": "conjugated godan verb", + "romaji": "ogamitaoshite" + }, + "打払わ": { + "w_type": "godan verb stem", + "romaji": "uchiharawa" + }, + "打払い": { + "w_type": "godan verb stem", + "romaji": "uchiharai" + }, + "打払え": { + "w_type": "conjugated godan verb", + "romaji": "uchiharae" + }, + "打払お": { + "w_type": "godan verb stem", + "romaji": "uchiharao" + }, + "打払った": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatta" + }, + "打払って": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatte" + }, + "埋めあわさ": { + "w_type": "godan verb stem", + "romaji": "umeawasa" + }, + "埋めあわし": { + "w_type": "godan verb stem", + "romaji": "umeawashi" + }, + "埋めあわせ": { + "w_type": "conjugated godan verb", + "romaji": "umeawase" + }, + "埋めあわそ": { + "w_type": "godan verb stem", + "romaji": "umeawaso" + }, + "埋めあわした": { + "w_type": "conjugated godan verb", + "romaji": "umeawashita" + }, + "埋めあわして": { + "w_type": "conjugated godan verb", + "romaji": "umeawashite" + }, + "討ち入ら": { + "w_type": "godan verb stem", + "romaji": "uchiira" + }, + "討ち入り": { + "w_type": "godan verb stem", + "romaji": "uchiiri" + }, + "討ち入れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiire" + }, + "討ち入ろ": { + "w_type": "godan verb stem", + "romaji": "uchiiro" + }, + "討ち入った": { + "w_type": "conjugated godan verb", + "romaji": "uchiitta" + }, + "討ち入って": { + "w_type": "conjugated godan verb", + "romaji": "uchiitte" + }, + "抉り出さ": { + "w_type": "godan verb stem", + "romaji": "eguridasa" + }, + "抉り出し": { + "w_type": "godan verb stem", + "romaji": "eguridashi" + }, + "抉り出せ": { + "w_type": "conjugated godan verb", + "romaji": "eguridase" + }, + "抉り出そ": { + "w_type": "godan verb stem", + "romaji": "eguridaso" + }, + "抉り出した": { + "w_type": "conjugated godan verb", + "romaji": "eguridashita" + }, + "抉り出して": { + "w_type": "conjugated godan verb", + "romaji": "eguridashite" + }, + "干さ": { + "w_type": "godan verb stem", + "romaji": "hosa" + }, + "干し": { + "w_type": "godan verb stem", + "romaji": "hoshi" + }, + "干せ": { + "w_type": "conjugated godan verb", + "romaji": "hose" + }, + "干そ": { + "w_type": "godan verb stem", + "romaji": "hoso" + }, + "干した": { + "w_type": "conjugated godan verb", + "romaji": "hoshita" + }, + "干して": { + "w_type": "conjugated godan verb", + "romaji": "hoshite" + }, + "呼起さ": { + "w_type": "godan verb stem", + "romaji": "yobiokosa" + }, + "呼起し": { + "w_type": "godan verb stem", + "romaji": "yobiokoshi" + }, + "呼起せ": { + "w_type": "conjugated godan verb", + "romaji": "yobiokose" + }, + "呼起そ": { + "w_type": "godan verb stem", + "romaji": "yobiokoso" + }, + "呼起した": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshita" + }, + "呼起して": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshite" + }, + "調べ直さ": { + "w_type": "godan verb stem", + "romaji": "shirabenaosa" + }, + "調べ直し": { + "w_type": "godan verb stem", + "romaji": "shirabenaoshi" + }, + "調べ直せ": { + "w_type": "conjugated godan verb", + "romaji": "shirabenaose" + }, + "調べ直そ": { + "w_type": "godan verb stem", + "romaji": "shirabenaoso" + }, + "調べ直した": { + "w_type": "conjugated godan verb", + "romaji": "shirabenaoshita" + }, + "調べ直して": { + "w_type": "conjugated godan verb", + "romaji": "shirabenaoshite" + }, + "見合わ": { + "w_type": "godan verb stem", + "romaji": "miawa" + }, + "見合い": { + "w_type": "godan verb stem", + "romaji": "miai" + }, + "見合え": { + "w_type": "conjugated godan verb", + "romaji": "miae" + }, + "見合お": { + "w_type": "godan verb stem", + "romaji": "miao" + }, + "見合った": { + "w_type": "conjugated godan verb", + "romaji": "miatta" + }, + "見合って": { + "w_type": "conjugated godan verb", + "romaji": "miatte" + }, + "突き刺さ": { + "w_type": "godan verb stem", + "romaji": "tsukisasa" + }, + "突き刺し": { + "w_type": "godan verb stem", + "romaji": "tsukisashi" + }, + "突き刺せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukisase" + }, + "突き刺そ": { + "w_type": "godan verb stem", + "romaji": "tsukisaso" + }, + "突き刺した": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashita" + }, + "突き刺して": { + "w_type": "conjugated godan verb", + "romaji": "tsukisashite" + }, + "漉か": { + "w_type": "godan verb stem", + "romaji": "suka" + }, + "漉き": { + "w_type": "godan verb stem", + "romaji": "suki" + }, + "漉け": { + "w_type": "conjugated godan verb", + "romaji": "suke" + }, + "漉こ": { + "w_type": "godan verb stem", + "romaji": "suko" + }, + "漉いた": { + "w_type": "conjugated godan verb", + "romaji": "suita" + }, + "漉いて": { + "w_type": "conjugated godan verb", + "romaji": "suite" + }, + "運ば": { + "w_type": "godan verb stem", + "romaji": "hakoba" + }, + "運び": { + "w_type": "godan verb stem", + "romaji": "hakobi" + }, + "運べ": { + "w_type": "conjugated godan verb", + "romaji": "hakobe" + }, + "運ぼ": { + "w_type": "godan verb stem", + "romaji": "hakobo" + }, + "運んだ": { + "w_type": "conjugated godan verb", + "romaji": "hakonda" + }, + "運んで": { + "w_type": "conjugated godan verb", + "romaji": "hakonde" + }, + "買い叩か": { + "w_type": "godan verb stem", + "romaji": "kaitataka" + }, + "買い叩き": { + "w_type": "godan verb stem", + "romaji": "kaitataki" + }, + "買い叩け": { + "w_type": "conjugated godan verb", + "romaji": "kaitatake" + }, + "買い叩こ": { + "w_type": "godan verb stem", + "romaji": "kaitatako" + }, + "買い叩いた": { + "w_type": "conjugated godan verb", + "romaji": "kaitataita" + }, + "買い叩いて": { + "w_type": "conjugated godan verb", + "romaji": "kaitataite" + }, + "炙り出さ": { + "w_type": "godan verb stem", + "romaji": "aburidasa" + }, + "炙り出し": { + "w_type": "godan verb stem", + "romaji": "aburidashi" + }, + "炙り出せ": { + "w_type": "conjugated godan verb", + "romaji": "aburidase" + }, + "炙り出そ": { + "w_type": "godan verb stem", + "romaji": "aburidaso" + }, + "炙り出した": { + "w_type": "conjugated godan verb", + "romaji": "aburidashita" + }, + "炙り出して": { + "w_type": "conjugated godan verb", + "romaji": "aburidashite" + }, + "負ぶさら": { + "w_type": "godan verb stem", + "romaji": "obusara" + }, + "負ぶさり": { + "w_type": "godan verb stem", + "romaji": "obusari" + }, + "負ぶされ": { + "w_type": "conjugated godan verb", + "romaji": "obusare" + }, + "負ぶさろ": { + "w_type": "godan verb stem", + "romaji": "obusaro" + }, + "負ぶさった": { + "w_type": "conjugated godan verb", + "romaji": "obusatta" + }, + "負ぶさって": { + "w_type": "conjugated godan verb", + "romaji": "obusatte" + }, + "はまり込ま": { + "w_type": "godan verb stem", + "romaji": "hamarikoma" + }, + "はまり込み": { + "w_type": "godan verb stem", + "romaji": "hamarikomi" + }, + "はまり込め": { + "w_type": "conjugated godan verb", + "romaji": "hamarikome" + }, + "はまり込も": { + "w_type": "godan verb stem", + "romaji": "hamarikomo" + }, + "はまり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonda" + }, + "はまり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonde" + }, + "持ち寄ら": { + "w_type": "godan verb stem", + "romaji": "mochiyora" + }, + "持ち寄り": { + "w_type": "godan verb stem", + "romaji": "mochiyori" + }, + "持ち寄れ": { + "w_type": "conjugated godan verb", + "romaji": "mochiyore" + }, + "持ち寄ろ": { + "w_type": "godan verb stem", + "romaji": "mochiyoro" + }, + "持ち寄った": { + "w_type": "conjugated godan verb", + "romaji": "mochiyotta" + }, + "持ち寄って": { + "w_type": "conjugated godan verb", + "romaji": "mochiyotte" + }, + "咄さ": { + "w_type": "godan verb stem", + "romaji": "hanasa" + }, + "咄し": { + "w_type": "godan verb stem", + "romaji": "hanashi" + }, + "咄せ": { + "w_type": "conjugated godan verb", + "romaji": "hanase" + }, + "咄そ": { + "w_type": "godan verb stem", + "romaji": "hanaso" + }, + "咄した": { + "w_type": "conjugated godan verb", + "romaji": "hanashita" + }, + "咄して": { + "w_type": "conjugated godan verb", + "romaji": "hanashite" + }, + "掻き切ら": { + "w_type": "godan verb stem", + "romaji": "kakikira" + }, + "掻き切り": { + "w_type": "godan verb stem", + "romaji": "kakikiri" + }, + "掻き切れ": { + "w_type": "conjugated godan verb", + "romaji": "kakikire" + }, + "掻き切ろ": { + "w_type": "godan verb stem", + "romaji": "kakikiro" + }, + "掻き切った": { + "w_type": "conjugated godan verb", + "romaji": "kakikitta" + }, + "掻き切って": { + "w_type": "conjugated godan verb", + "romaji": "kakikitte" + }, + "舞い上ら": { + "w_type": "godan verb stem", + "romaji": "maiagara" + }, + "舞い上り": { + "w_type": "godan verb stem", + "romaji": "maiagari" + }, + "舞い上れ": { + "w_type": "conjugated godan verb", + "romaji": "maiagare" + }, + "舞い上ろ": { + "w_type": "godan verb stem", + "romaji": "maiagaro" + }, + "舞い上った": { + "w_type": "conjugated godan verb", + "romaji": "maiagatta" + }, + "舞い上って": { + "w_type": "conjugated godan verb", + "romaji": "maiagatte" + }, + "相知ら": { + "w_type": "godan verb stem", + "romaji": "aishira" + }, + "相知り": { + "w_type": "godan verb stem", + "romaji": "aishiri" + }, + "相知れ": { + "w_type": "conjugated godan verb", + "romaji": "aishire" + }, + "相知ろ": { + "w_type": "godan verb stem", + "romaji": "aishiro" + }, + "相知った": { + "w_type": "conjugated godan verb", + "romaji": "aishitta" + }, + "相知って": { + "w_type": "conjugated godan verb", + "romaji": "aishitte" + }, + "食らわ": { + "w_type": "godan verb stem", + "romaji": "kurawa" + }, + "食らい": { + "w_type": "godan verb stem", + "romaji": "kurai" + }, + "食らえ": { + "w_type": "conjugated godan verb", + "romaji": "kurae" + }, + "食らお": { + "w_type": "godan verb stem", + "romaji": "kurao" + }, + "食らった": { + "w_type": "conjugated godan verb", + "romaji": "kuratta" + }, + "食らって": { + "w_type": "conjugated godan verb", + "romaji": "kuratte" + }, + "凍らさ": { + "w_type": "godan verb stem", + "romaji": "koorasa" + }, + "凍らし": { + "w_type": "godan verb stem", + "romaji": "koorashi" + }, + "凍らせ": { + "w_type": "conjugated godan verb", + "romaji": "koorase" + }, + "凍らそ": { + "w_type": "godan verb stem", + "romaji": "kooraso" + }, + "凍らした": { + "w_type": "conjugated godan verb", + "romaji": "koorashita" + }, + "凍らして": { + "w_type": "conjugated godan verb", + "romaji": "koorashite" + }, + "突き放さ": { + "w_type": "godan verb stem", + "romaji": "tsukihanasa" + }, + "突き放し": { + "w_type": "godan verb stem", + "romaji": "tsukihanashi" + }, + "突き放せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanase" + }, + "突き放そ": { + "w_type": "godan verb stem", + "romaji": "tsukihanaso" + }, + "突き放した": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanashita" + }, + "突き放して": { + "w_type": "conjugated godan verb", + "romaji": "tsukihanashite" + }, + "這入り込ま": { + "w_type": "godan verb stem", + "romaji": "hairikoma" + }, + "這入り込み": { + "w_type": "godan verb stem", + "romaji": "hairikomi" + }, + "這入り込め": { + "w_type": "conjugated godan verb", + "romaji": "hairikome" + }, + "這入り込も": { + "w_type": "godan verb stem", + "romaji": "hairikomo" + }, + "這入り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hairikonda" + }, + "這入り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hairikonde" + }, + "閉じ込もら": { + "w_type": "godan verb stem", + "romaji": "tojikomora" + }, + "閉じ込もり": { + "w_type": "godan verb stem", + "romaji": "tojikomori" + }, + "閉じ込もれ": { + "w_type": "conjugated godan verb", + "romaji": "tojikomore" + }, + "閉じ込もろ": { + "w_type": "godan verb stem", + "romaji": "tojikomoro" + }, + "閉じ込もった": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotta" + }, + "閉じ込もって": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotte" + }, + "生み落さ": { + "w_type": "godan verb stem", + "romaji": "umiotosa" + }, + "生み落し": { + "w_type": "godan verb stem", + "romaji": "umiotoshi" + }, + "生み落せ": { + "w_type": "conjugated godan verb", + "romaji": "umiotose" + }, + "生み落そ": { + "w_type": "godan verb stem", + "romaji": "umiotoso" + }, + "生み落した": { + "w_type": "conjugated godan verb", + "romaji": "umiotoshita" + }, + "生み落して": { + "w_type": "conjugated godan verb", + "romaji": "umiotoshite" + }, + "汲ま": { + "w_type": "godan verb stem", + "romaji": "kuma" + }, + "汲み": { + "w_type": "godan verb stem", + "romaji": "kumi" + }, + "汲め": { + "w_type": "conjugated godan verb", + "romaji": "kume" + }, + "汲も": { + "w_type": "godan verb stem", + "romaji": "kumo" + }, + "汲んだ": { + "w_type": "conjugated godan verb", + "romaji": "kunda" + }, + "汲んで": { + "w_type": "conjugated godan verb", + "romaji": "kunde" + }, + "暮れゆか": { + "w_type": "godan verb stem", + "romaji": "kureyuka" + }, + "暮れゆき": { + "w_type": "godan verb stem", + "romaji": "kureyuki" + }, + "暮れゆけ": { + "w_type": "conjugated godan verb", + "romaji": "kureyuke" + }, + "暮れゆこ": { + "w_type": "godan verb stem", + "romaji": "kureyuko" + }, + "暮れゆいた": { + "w_type": "conjugated godan verb", + "romaji": "kureyuita" + }, + "暮れゆいて": { + "w_type": "conjugated godan verb", + "romaji": "kureyuite" + }, + "捻じら": { + "w_type": "godan verb stem", + "romaji": "nejira" + }, + "捻じり": { + "w_type": "godan verb stem", + "romaji": "nejiri" + }, + "捻じれ": { + "w_type": "conjugated godan verb", + "romaji": "nejire" + }, + "捻じろ": { + "w_type": "godan verb stem", + "romaji": "nejiro" + }, + "捻じった": { + "w_type": "conjugated godan verb", + "romaji": "nejitta" + }, + "捻じって": { + "w_type": "conjugated godan verb", + "romaji": "nejitte" + }, + "安く付か": { + "w_type": "godan verb stem", + "romaji": "yasukutsuka" + }, + "安く付き": { + "w_type": "godan verb stem", + "romaji": "yasukutsuki" + }, + "安く付け": { + "w_type": "conjugated godan verb", + "romaji": "yasukutsuke" + }, + "安く付こ": { + "w_type": "godan verb stem", + "romaji": "yasukutsuko" + }, + "安く付いた": { + "w_type": "conjugated godan verb", + "romaji": "yasukutsuita" + }, + "安く付いて": { + "w_type": "conjugated godan verb", + "romaji": "yasukutsuite" + }, + "侵さ": { + "w_type": "godan verb stem", + "romaji": "okasa" + }, + "侵し": { + "w_type": "godan verb stem", + "romaji": "okashi" + }, + "侵せ": { + "w_type": "conjugated godan verb", + "romaji": "okase" + }, + "侵そ": { + "w_type": "godan verb stem", + "romaji": "okaso" + }, + "侵した": { + "w_type": "conjugated godan verb", + "romaji": "okashita" + }, + "侵して": { + "w_type": "conjugated godan verb", + "romaji": "okashite" + }, + "やり返さ": { + "w_type": "godan verb stem", + "romaji": "yarikaesa" + }, + "やり返し": { + "w_type": "godan verb stem", + "romaji": "yarikaeshi" + }, + "やり返せ": { + "w_type": "conjugated godan verb", + "romaji": "yarikaese" + }, + "やり返そ": { + "w_type": "godan verb stem", + "romaji": "yarikaeso" + }, + "やり返した": { + "w_type": "conjugated godan verb", + "romaji": "yarikaeshita" + }, + "やり返して": { + "w_type": "conjugated godan verb", + "romaji": "yarikaeshite" + }, + "あふれ返ら": { + "w_type": "godan verb stem", + "romaji": "afurekaera" + }, + "あふれ返り": { + "w_type": "godan verb stem", + "romaji": "afurekaeri" + }, + "あふれ返れ": { + "w_type": "conjugated godan verb", + "romaji": "afurekaere" + }, + "あふれ返ろ": { + "w_type": "godan verb stem", + "romaji": "afurekaero" + }, + "あふれ返った": { + "w_type": "conjugated godan verb", + "romaji": "afurekaetta" + }, + "あふれ返って": { + "w_type": "conjugated godan verb", + "romaji": "afurekaette" + }, + "冷え込ま": { + "w_type": "godan verb stem", + "romaji": "hiekoma" + }, + "冷え込み": { + "w_type": "godan verb stem", + "romaji": "hiekomi" + }, + "冷え込め": { + "w_type": "conjugated godan verb", + "romaji": "hiekome" + }, + "冷え込も": { + "w_type": "godan verb stem", + "romaji": "hiekomo" + }, + "冷え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hiekonda" + }, + "冷え込んで": { + "w_type": "conjugated godan verb", + "romaji": "hiekonde" + }, + "唆ら": { + "w_type": "godan verb stem", + "romaji": "sosora" + }, + "唆り": { + "w_type": "godan verb stem", + "romaji": "sosori" + }, + "唆れ": { + "w_type": "conjugated godan verb", + "romaji": "sosore" + }, + "唆ろ": { + "w_type": "godan verb stem", + "romaji": "sosoro" + }, + "唆った": { + "w_type": "conjugated godan verb", + "romaji": "sosotta" + }, + "唆って": { + "w_type": "conjugated godan verb", + "romaji": "sosotte" + }, + "打続か": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuka" + }, + "打続き": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuki" + }, + "打続け": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuke" + }, + "打続こ": { + "w_type": "godan verb stem", + "romaji": "uchitsuzuko" + }, + "打続いた": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuita" + }, + "打続いて": { + "w_type": "conjugated godan verb", + "romaji": "uchitsuzuite" + }, + "見あたら": { + "w_type": "godan verb stem", + "romaji": "miatara" + }, + "見あたり": { + "w_type": "godan verb stem", + "romaji": "miatari" + }, + "見あたれ": { + "w_type": "conjugated godan verb", + "romaji": "miatare" + }, + "見あたろ": { + "w_type": "godan verb stem", + "romaji": "miataro" + }, + "見あたった": { + "w_type": "conjugated godan verb", + "romaji": "miatatta" + }, + "見あたって": { + "w_type": "conjugated godan verb", + "romaji": "miatatte" + }, + "折り込ま": { + "w_type": "godan verb stem", + "romaji": "orikoma" + }, + "折り込み": { + "w_type": "godan verb stem", + "romaji": "orikomi" + }, + "折り込め": { + "w_type": "conjugated godan verb", + "romaji": "orikome" + }, + "折り込も": { + "w_type": "godan verb stem", + "romaji": "orikomo" + }, + "折り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "orikonda" + }, + "折り込んで": { + "w_type": "conjugated godan verb", + "romaji": "orikonde" + }, + "かけ込ま": { + "w_type": "godan verb stem", + "romaji": "kakekoma" + }, + "かけ込み": { + "w_type": "godan verb stem", + "romaji": "kakekomi" + }, + "かけ込め": { + "w_type": "conjugated godan verb", + "romaji": "kakekome" + }, + "かけ込も": { + "w_type": "godan verb stem", + "romaji": "kakekomo" + }, + "かけ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakekonda" + }, + "かけ込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakekonde" + }, + "遣り抜か": { + "w_type": "godan verb stem", + "romaji": "yarinuka" + }, + "遣り抜き": { + "w_type": "godan verb stem", + "romaji": "yarinuki" + }, + "遣り抜け": { + "w_type": "conjugated godan verb", + "romaji": "yarinuke" + }, + "遣り抜こ": { + "w_type": "godan verb stem", + "romaji": "yarinuko" + }, + "遣り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "yarinuita" + }, + "遣り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "yarinuite" + }, + "手仕舞わ": { + "w_type": "godan verb stem", + "romaji": "tejimawa" + }, + "手仕舞い": { + "w_type": "godan verb stem", + "romaji": "tejimai" + }, + "手仕舞え": { + "w_type": "conjugated godan verb", + "romaji": "tejimae" + }, + "手仕舞お": { + "w_type": "godan verb stem", + "romaji": "tejimao" + }, + "手仕舞った": { + "w_type": "conjugated godan verb", + "romaji": "tejimatta" + }, + "手仕舞って": { + "w_type": "conjugated godan verb", + "romaji": "tejimatte" + }, + "射損なわ": { + "w_type": "godan verb stem", + "romaji": "isokonawa" + }, + "射損ない": { + "w_type": "godan verb stem", + "romaji": "isokonai" + }, + "射損なえ": { + "w_type": "conjugated godan verb", + "romaji": "isokonae" + }, + "射損なお": { + "w_type": "godan verb stem", + "romaji": "isokonao" + }, + "射損なった": { + "w_type": "conjugated godan verb", + "romaji": "isokonatta" + }, + "射損なって": { + "w_type": "conjugated godan verb", + "romaji": "isokonatte" + }, + "出来さ": { + "w_type": "godan verb stem", + "romaji": "dekasa" + }, + "出来し": { + "w_type": "godan verb stem", + "romaji": "dekashi" + }, + "出来せ": { + "w_type": "conjugated godan verb", + "romaji": "dekase" + }, + "出来そ": { + "w_type": "godan verb stem", + "romaji": "dekaso" + }, + "出来した": { + "w_type": "conjugated godan verb", + "romaji": "dekashita" + }, + "出来して": { + "w_type": "conjugated godan verb", + "romaji": "dekashite" + }, + "映し出さ": { + "w_type": "godan verb stem", + "romaji": "utsushidasa" + }, + "映し出し": { + "w_type": "godan verb stem", + "romaji": "utsushidashi" + }, + "映し出せ": { + "w_type": "conjugated godan verb", + "romaji": "utsushidase" + }, + "映し出そ": { + "w_type": "godan verb stem", + "romaji": "utsushidaso" + }, + "映し出した": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashita" + }, + "映し出して": { + "w_type": "conjugated godan verb", + "romaji": "utsushidashite" + }, + "聞きたださ": { + "w_type": "godan verb stem", + "romaji": "kikitadasa" + }, + "聞きただし": { + "w_type": "godan verb stem", + "romaji": "kikitadashi" + }, + "聞きただせ": { + "w_type": "conjugated godan verb", + "romaji": "kikitadase" + }, + "聞きただそ": { + "w_type": "godan verb stem", + "romaji": "kikitadaso" + }, + "聞きただした": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashita" + }, + "聞きただして": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashite" + }, + "疎ま": { + "w_type": "godan verb stem", + "romaji": "utoma" + }, + "疎み": { + "w_type": "godan verb stem", + "romaji": "utomi" + }, + "疎め": { + "w_type": "conjugated godan verb", + "romaji": "utome" + }, + "疎も": { + "w_type": "godan verb stem", + "romaji": "utomo" + }, + "疎んだ": { + "w_type": "conjugated godan verb", + "romaji": "utonda" + }, + "疎んで": { + "w_type": "conjugated godan verb", + "romaji": "utonde" + }, + "語りつが": { + "w_type": "godan verb stem", + "romaji": "kataritsuga" + }, + "語りつぎ": { + "w_type": "godan verb stem", + "romaji": "kataritsugi" + }, + "語りつげ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsuge" + }, + "語りつご": { + "w_type": "godan verb stem", + "romaji": "kataritsugo" + }, + "語りついだ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsuida" + }, + "語りついで": { + "w_type": "conjugated godan verb", + "romaji": "kataritsuide" + }, + "組付か": { + "w_type": "godan verb stem", + "romaji": "kumitsuka" + }, + "組付き": { + "w_type": "godan verb stem", + "romaji": "kumitsuki" + }, + "組付け": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuke" + }, + "組付こ": { + "w_type": "godan verb stem", + "romaji": "kumitsuko" + }, + "組付いた": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuita" + }, + "組付いて": { + "w_type": "conjugated godan verb", + "romaji": "kumitsuite" + }, + "連れ去ら": { + "w_type": "godan verb stem", + "romaji": "tsuresara" + }, + "連れ去り": { + "w_type": "godan verb stem", + "romaji": "tsuresari" + }, + "連れ去れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuresare" + }, + "連れ去ろ": { + "w_type": "godan verb stem", + "romaji": "tsuresaro" + }, + "連れ去った": { + "w_type": "conjugated godan verb", + "romaji": "tsuresatta" + }, + "連れ去って": { + "w_type": "conjugated godan verb", + "romaji": "tsuresatte" + }, + "詠ま": { + "w_type": "godan verb stem", + "romaji": "yoma" + }, + "詠み": { + "w_type": "godan verb stem", + "romaji": "yomi" + }, + "詠め": { + "w_type": "conjugated godan verb", + "romaji": "yome" + }, + "詠も": { + "w_type": "godan verb stem", + "romaji": "yomo" + }, + "詠んだ": { + "w_type": "conjugated godan verb", + "romaji": "yonda" + }, + "詠んで": { + "w_type": "conjugated godan verb", + "romaji": "yonde" + }, + "付き切ら": { + "w_type": "godan verb stem", + "romaji": "tsukikira" + }, + "付き切り": { + "w_type": "godan verb stem", + "romaji": "tsukikiri" + }, + "付き切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikire" + }, + "付き切ろ": { + "w_type": "godan verb stem", + "romaji": "tsukikiro" + }, + "付き切った": { + "w_type": "conjugated godan verb", + "romaji": "tsukikitta" + }, + "付き切って": { + "w_type": "conjugated godan verb", + "romaji": "tsukikitte" + }, + "擦り減らさ": { + "w_type": "godan verb stem", + "romaji": "suriherasa" + }, + "擦り減らし": { + "w_type": "godan verb stem", + "romaji": "suriherashi" + }, + "擦り減らせ": { + "w_type": "conjugated godan verb", + "romaji": "suriherase" + }, + "擦り減らそ": { + "w_type": "godan verb stem", + "romaji": "suriheraso" + }, + "擦り減らした": { + "w_type": "conjugated godan verb", + "romaji": "suriherashita" + }, + "擦り減らして": { + "w_type": "conjugated godan verb", + "romaji": "suriherashite" + }, + "売れ残ら": { + "w_type": "godan verb stem", + "romaji": "urenokora" + }, + "売れ残り": { + "w_type": "godan verb stem", + "romaji": "urenokori" + }, + "売れ残れ": { + "w_type": "conjugated godan verb", + "romaji": "urenokore" + }, + "売れ残ろ": { + "w_type": "godan verb stem", + "romaji": "urenokoro" + }, + "売れ残った": { + "w_type": "conjugated godan verb", + "romaji": "urenokotta" + }, + "売れ残って": { + "w_type": "conjugated godan verb", + "romaji": "urenokotte" + }, + "祭り込ま": { + "w_type": "godan verb stem", + "romaji": "matsurikoma" + }, + "祭り込み": { + "w_type": "godan verb stem", + "romaji": "matsurikomi" + }, + "祭り込め": { + "w_type": "conjugated godan verb", + "romaji": "matsurikome" + }, + "祭り込も": { + "w_type": "godan verb stem", + "romaji": "matsurikomo" + }, + "祭り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "matsurikonda" + }, + "祭り込んで": { + "w_type": "conjugated godan verb", + "romaji": "matsurikonde" + }, + "回り合わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "回り合い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "回り合え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "回り合お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "回り合った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "回り合って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "毟り取ら": { + "w_type": "godan verb stem", + "romaji": "mushiritora" + }, + "毟り取り": { + "w_type": "godan verb stem", + "romaji": "mushiritori" + }, + "毟り取れ": { + "w_type": "conjugated godan verb", + "romaji": "mushiritore" + }, + "毟り取ろ": { + "w_type": "godan verb stem", + "romaji": "mushiritoro" + }, + "毟り取った": { + "w_type": "conjugated godan verb", + "romaji": "mushiritotta" + }, + "毟り取って": { + "w_type": "conjugated godan verb", + "romaji": "mushiritotte" + }, + "振わ": { + "w_type": "godan verb stem", + "romaji": "furuwa" + }, + "振い": { + "w_type": "godan verb stem", + "romaji": "furui" + }, + "振え": { + "w_type": "conjugated godan verb", + "romaji": "furue" + }, + "振お": { + "w_type": "godan verb stem", + "romaji": "furuo" + }, + "亡くさ": { + "w_type": "godan verb stem", + "romaji": "nakusa" + }, + "亡くし": { + "w_type": "godan verb stem", + "romaji": "nakushi" + }, + "亡くせ": { + "w_type": "conjugated godan verb", + "romaji": "nakuse" + }, + "亡くそ": { + "w_type": "godan verb stem", + "romaji": "nakuso" + }, + "亡くした": { + "w_type": "conjugated godan verb", + "romaji": "nakushita" + }, + "亡くして": { + "w_type": "conjugated godan verb", + "romaji": "nakushite" + }, + "早まら": { + "w_type": "godan verb stem", + "romaji": "hayamara" + }, + "早まり": { + "w_type": "godan verb stem", + "romaji": "hayamari" + }, + "早まれ": { + "w_type": "conjugated godan verb", + "romaji": "hayamare" + }, + "早まろ": { + "w_type": "godan verb stem", + "romaji": "hayamaro" + }, + "早まった": { + "w_type": "conjugated godan verb", + "romaji": "hayamatta" + }, + "早まって": { + "w_type": "conjugated godan verb", + "romaji": "hayamatte" + }, + "拘わ": { + "w_type": "godan verb stem", + "romaji": "kakazurawa" + }, + "拘い": { + "w_type": "godan verb stem", + "romaji": "kakazurai" + }, + "拘え": { + "w_type": "conjugated godan verb", + "romaji": "kakazurae" + }, + "拘お": { + "w_type": "godan verb stem", + "romaji": "kakazurao" + }, + "拘った": { + "w_type": "conjugated godan verb", + "romaji": "kakazuratta" + }, + "拘って": { + "w_type": "conjugated godan verb", + "romaji": "kakazuratte" + }, + "囲ま": { + "w_type": "godan verb stem", + "romaji": "kakoma" + }, + "囲み": { + "w_type": "godan verb stem", + "romaji": "kakomi" + }, + "囲め": { + "w_type": "conjugated godan verb", + "romaji": "kakome" + }, + "囲も": { + "w_type": "godan verb stem", + "romaji": "kakomo" + }, + "囲んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakonda" + }, + "囲んで": { + "w_type": "conjugated godan verb", + "romaji": "kakonde" + }, + "在さ": { + "w_type": "godan verb stem", + "romaji": "mashimasa" + }, + "在し": { + "w_type": "godan verb stem", + "romaji": "mashimashi" + }, + "在せ": { + "w_type": "conjugated godan verb", + "romaji": "mashimase" + }, + "在そ": { + "w_type": "godan verb stem", + "romaji": "mashimaso" + }, + "在した": { + "w_type": "conjugated godan verb", + "romaji": "mashimashita" + }, + "在して": { + "w_type": "conjugated godan verb", + "romaji": "mashimashite" + }, + "絞り出さ": { + "w_type": "godan verb stem", + "romaji": "shiboridasa" + }, + "絞り出し": { + "w_type": "godan verb stem", + "romaji": "shiboridashi" + }, + "絞り出せ": { + "w_type": "conjugated godan verb", + "romaji": "shiboridase" + }, + "絞り出そ": { + "w_type": "godan verb stem", + "romaji": "shiboridaso" + }, + "絞り出した": { + "w_type": "conjugated godan verb", + "romaji": "shiboridashita" + }, + "絞り出して": { + "w_type": "conjugated godan verb", + "romaji": "shiboridashite" + }, + "文字ら": { + "w_type": "godan verb stem", + "romaji": "mojira" + }, + "文字り": { + "w_type": "godan verb stem", + "romaji": "mojiri" + }, + "文字れ": { + "w_type": "conjugated godan verb", + "romaji": "mojire" + }, + "文字ろ": { + "w_type": "godan verb stem", + "romaji": "mojiro" + }, + "文字った": { + "w_type": "conjugated godan verb", + "romaji": "mojitta" + }, + "文字って": { + "w_type": "conjugated godan verb", + "romaji": "mojitte" + }, + "頷か": { + "w_type": "godan verb stem", + "romaji": "unazuka" + }, + "頷き": { + "w_type": "godan verb stem", + "romaji": "unazuki" + }, + "頷け": { + "w_type": "conjugated godan verb", + "romaji": "unazuke" + }, + "頷こ": { + "w_type": "godan verb stem", + "romaji": "unazuko" + }, + "頷いた": { + "w_type": "conjugated godan verb", + "romaji": "unazuita" + }, + "頷いて": { + "w_type": "conjugated godan verb", + "romaji": "unazuite" + }, + "裁ち切ら": { + "w_type": "godan verb stem", + "romaji": "tachikira" + }, + "裁ち切り": { + "w_type": "godan verb stem", + "romaji": "tachikiri" + }, + "裁ち切れ": { + "w_type": "conjugated godan verb", + "romaji": "tachikire" + }, + "裁ち切ろ": { + "w_type": "godan verb stem", + "romaji": "tachikiro" + }, + "裁ち切った": { + "w_type": "conjugated godan verb", + "romaji": "tachikitta" + }, + "裁ち切って": { + "w_type": "conjugated godan verb", + "romaji": "tachikitte" + }, + "威張り散らさ": { + "w_type": "godan verb stem", + "romaji": "ibarichirasa" + }, + "威張り散らし": { + "w_type": "godan verb stem", + "romaji": "ibarichirashi" + }, + "威張り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "ibarichirase" + }, + "威張り散らそ": { + "w_type": "godan verb stem", + "romaji": "ibarichiraso" + }, + "威張り散らした": { + "w_type": "conjugated godan verb", + "romaji": "ibarichirashita" + }, + "威張り散らして": { + "w_type": "conjugated godan verb", + "romaji": "ibarichirashite" + }, + "在ら": { + "w_type": "godan verb stem", + "romaji": "ara" + }, + "在り": { + "w_type": "godan verb stem", + "romaji": "ari" + }, + "在れ": { + "w_type": "conjugated godan verb", + "romaji": "are" + }, + "在ろ": { + "w_type": "godan verb stem", + "romaji": "aro" + }, + "在った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "在って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "肯か": { + "w_type": "godan verb stem", + "romaji": "unazuka" + }, + "肯き": { + "w_type": "godan verb stem", + "romaji": "unazuki" + }, + "肯け": { + "w_type": "conjugated godan verb", + "romaji": "unazuke" + }, + "肯こ": { + "w_type": "godan verb stem", + "romaji": "unazuko" + }, + "肯いた": { + "w_type": "conjugated godan verb", + "romaji": "unazuita" + }, + "肯いて": { + "w_type": "conjugated godan verb", + "romaji": "unazuite" + }, + "一発放た": { + "w_type": "godan verb stem", + "romaji": "ippatsuhanata" + }, + "一発放ち": { + "w_type": "godan verb stem", + "romaji": "ippatsuhanachi" + }, + "一発放て": { + "w_type": "conjugated godan verb", + "romaji": "ippatsuhanate" + }, + "一発放と": { + "w_type": "godan verb stem", + "romaji": "ippatsuhanato" + }, + "一発放った": { + "w_type": "conjugated godan verb", + "romaji": "ippatsuhanatta" + }, + "一発放って": { + "w_type": "conjugated godan verb", + "romaji": "ippatsuhanatte" + }, + "飽き足ら": { + "w_type": "godan verb stem", + "romaji": "akitara" + }, + "飽き足り": { + "w_type": "godan verb stem", + "romaji": "akitari" + }, + "飽き足れ": { + "w_type": "conjugated godan verb", + "romaji": "akitare" + }, + "飽き足ろ": { + "w_type": "godan verb stem", + "romaji": "akitaro" + }, + "飽き足った": { + "w_type": "conjugated godan verb", + "romaji": "akitatta" + }, + "飽き足って": { + "w_type": "conjugated godan verb", + "romaji": "akitatte" + }, + "蹴散らさ": { + "w_type": "godan verb stem", + "romaji": "kechirasa" + }, + "蹴散らし": { + "w_type": "godan verb stem", + "romaji": "kechirashi" + }, + "蹴散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kechirase" + }, + "蹴散らそ": { + "w_type": "godan verb stem", + "romaji": "kechiraso" + }, + "蹴散らした": { + "w_type": "conjugated godan verb", + "romaji": "kechirashita" + }, + "蹴散らして": { + "w_type": "conjugated godan verb", + "romaji": "kechirashite" + }, + "上がり込ま": { + "w_type": "godan verb stem", + "romaji": "agarikoma" + }, + "上がり込み": { + "w_type": "godan verb stem", + "romaji": "agarikomi" + }, + "上がり込め": { + "w_type": "conjugated godan verb", + "romaji": "agarikome" + }, + "上がり込も": { + "w_type": "godan verb stem", + "romaji": "agarikomo" + }, + "上がり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "agarikonda" + }, + "上がり込んで": { + "w_type": "conjugated godan verb", + "romaji": "agarikonde" + }, + "御覧なさら": { + "w_type": "godan verb stem", + "romaji": "gorannasara" + }, + "御覧なさり": { + "w_type": "godan verb stem", + "romaji": "gorannasari" + }, + "御覧なされ": { + "w_type": "conjugated godan verb", + "romaji": "gorannasare" + }, + "御覧なさろ": { + "w_type": "godan verb stem", + "romaji": "gorannasaro" + }, + "御覧なさった": { + "w_type": "conjugated godan verb", + "romaji": "gorannasatta" + }, + "御覧なさって": { + "w_type": "conjugated godan verb", + "romaji": "gorannasatte" + }, + "付けなおさ": { + "w_type": "godan verb stem", + "romaji": "tsukenaosa" + }, + "付けなおし": { + "w_type": "godan verb stem", + "romaji": "tsukenaoshi" + }, + "付けなおせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukenaose" + }, + "付けなおそ": { + "w_type": "godan verb stem", + "romaji": "tsukenaoso" + }, + "付けなおした": { + "w_type": "conjugated godan verb", + "romaji": "tsukenaoshita" + }, + "付けなおして": { + "w_type": "conjugated godan verb", + "romaji": "tsukenaoshite" + }, + "泣縋がら": { + "w_type": "godan verb stem", + "romaji": "nakisugara" + }, + "泣縋がり": { + "w_type": "godan verb stem", + "romaji": "nakisugari" + }, + "泣縋がれ": { + "w_type": "conjugated godan verb", + "romaji": "nakisugare" + }, + "泣縋がろ": { + "w_type": "godan verb stem", + "romaji": "nakisugaro" + }, + "泣縋がった": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatta" + }, + "泣縋がって": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatte" + }, + "凹まら": { + "w_type": "godan verb stem", + "romaji": "kubomara" + }, + "凹まり": { + "w_type": "godan verb stem", + "romaji": "kubomari" + }, + "凹まれ": { + "w_type": "conjugated godan verb", + "romaji": "kubomare" + }, + "凹まろ": { + "w_type": "godan verb stem", + "romaji": "kubomaro" + }, + "凹まった": { + "w_type": "conjugated godan verb", + "romaji": "kubomatta" + }, + "凹まって": { + "w_type": "conjugated godan verb", + "romaji": "kubomatte" + }, + "磨り出さ": { + "w_type": "godan verb stem", + "romaji": "suridasa" + }, + "磨り出し": { + "w_type": "godan verb stem", + "romaji": "suridashi" + }, + "磨り出せ": { + "w_type": "conjugated godan verb", + "romaji": "suridase" + }, + "磨り出そ": { + "w_type": "godan verb stem", + "romaji": "suridaso" + }, + "磨り出した": { + "w_type": "conjugated godan verb", + "romaji": "suridashita" + }, + "磨り出して": { + "w_type": "conjugated godan verb", + "romaji": "suridashite" + }, + "怖気付か": { + "w_type": "godan verb stem", + "romaji": "ojikezuka" + }, + "怖気付き": { + "w_type": "godan verb stem", + "romaji": "ojikezuki" + }, + "怖気付け": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuke" + }, + "怖気付こ": { + "w_type": "godan verb stem", + "romaji": "ojikezuko" + }, + "怖気付いた": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuita" + }, + "怖気付いて": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuite" + }, + "貸出さ": { + "w_type": "godan verb stem", + "romaji": "kashidasa" + }, + "貸出し": { + "w_type": "godan verb stem", + "romaji": "kashidashi" + }, + "貸出せ": { + "w_type": "conjugated godan verb", + "romaji": "kashidase" + }, + "貸出そ": { + "w_type": "godan verb stem", + "romaji": "kashidaso" + }, + "貸出した": { + "w_type": "conjugated godan verb", + "romaji": "kashidashita" + }, + "貸出して": { + "w_type": "conjugated godan verb", + "romaji": "kashidashite" + }, + "ねじ込ま": { + "w_type": "godan verb stem", + "romaji": "nejikoma" + }, + "ねじ込み": { + "w_type": "godan verb stem", + "romaji": "nejikomi" + }, + "ねじ込め": { + "w_type": "conjugated godan verb", + "romaji": "nejikome" + }, + "ねじ込も": { + "w_type": "godan verb stem", + "romaji": "nejikomo" + }, + "ねじ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nejikonda" + }, + "ねじ込んで": { + "w_type": "conjugated godan verb", + "romaji": "nejikonde" + }, + "立ちいら": { + "w_type": "godan verb stem", + "romaji": "tachiira" + }, + "立ちいり": { + "w_type": "godan verb stem", + "romaji": "tachiiri" + }, + "立ちいれ": { + "w_type": "conjugated godan verb", + "romaji": "tachiire" + }, + "立ちいろ": { + "w_type": "godan verb stem", + "romaji": "tachiiro" + }, + "立ちいった": { + "w_type": "conjugated godan verb", + "romaji": "tachiitta" + }, + "立ちいって": { + "w_type": "conjugated godan verb", + "romaji": "tachiitte" + }, + "付合わ": { + "w_type": "godan verb stem", + "romaji": "tsukiawa" + }, + "付合い": { + "w_type": "godan verb stem", + "romaji": "tsukiai" + }, + "付合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukiae" + }, + "付合お": { + "w_type": "godan verb stem", + "romaji": "tsukiao" + }, + "付合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatta" + }, + "付合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatte" + }, + "騒めか": { + "w_type": "godan verb stem", + "romaji": "zawameka" + }, + "騒めき": { + "w_type": "godan verb stem", + "romaji": "zawameki" + }, + "騒めけ": { + "w_type": "conjugated godan verb", + "romaji": "zawameke" + }, + "騒めこ": { + "w_type": "godan verb stem", + "romaji": "zawameko" + }, + "騒めいた": { + "w_type": "conjugated godan verb", + "romaji": "zawameita" + }, + "騒めいて": { + "w_type": "conjugated godan verb", + "romaji": "zawameite" + }, + "激さ": { + "w_type": "godan verb stem", + "romaji": "gekisa" + }, + "激し": { + "w_type": "godan verb stem", + "romaji": "gekishi" + }, + "激せ": { + "w_type": "conjugated godan verb", + "romaji": "gekise" + }, + "激そ": { + "w_type": "godan verb stem", + "romaji": "gekiso" + }, + "激した": { + "w_type": "conjugated godan verb", + "romaji": "gekishita" + }, + "激して": { + "w_type": "conjugated godan verb", + "romaji": "gekishite" + }, + "嗅ぎ取ら": { + "w_type": "godan verb stem", + "romaji": "kagitora" + }, + "嗅ぎ取り": { + "w_type": "godan verb stem", + "romaji": "kagitori" + }, + "嗅ぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kagitore" + }, + "嗅ぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "kagitoro" + }, + "嗅ぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "kagitotta" + }, + "嗅ぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "kagitotte" + }, + "励ま": { + "w_type": "godan verb stem", + "romaji": "hagema" + }, + "励み": { + "w_type": "godan verb stem", + "romaji": "hagemi" + }, + "励め": { + "w_type": "conjugated godan verb", + "romaji": "hageme" + }, + "励も": { + "w_type": "godan verb stem", + "romaji": "hagemo" + }, + "励んだ": { + "w_type": "conjugated godan verb", + "romaji": "hagenda" + }, + "励んで": { + "w_type": "conjugated godan verb", + "romaji": "hagende" + }, + "見詰め合わ": { + "w_type": "godan verb stem", + "romaji": "mitsumeawa" + }, + "見詰め合い": { + "w_type": "godan verb stem", + "romaji": "mitsumeai" + }, + "見詰め合え": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeae" + }, + "見詰め合お": { + "w_type": "godan verb stem", + "romaji": "mitsumeao" + }, + "見詰め合った": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatta" + }, + "見詰め合って": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatte" + }, + "さっ引か": { + "w_type": "godan verb stem", + "romaji": "sappika" + }, + "さっ引き": { + "w_type": "godan verb stem", + "romaji": "sappiki" + }, + "さっ引け": { + "w_type": "conjugated godan verb", + "romaji": "sappike" + }, + "さっ引こ": { + "w_type": "godan verb stem", + "romaji": "sappiko" + }, + "さっ引いた": { + "w_type": "conjugated godan verb", + "romaji": "sappiita" + }, + "さっ引いて": { + "w_type": "conjugated godan verb", + "romaji": "sappiite" + }, + "うず巻か": { + "w_type": "godan verb stem", + "romaji": "uzumaka" + }, + "うず巻き": { + "w_type": "godan verb stem", + "romaji": "uzumaki" + }, + "うず巻け": { + "w_type": "conjugated godan verb", + "romaji": "uzumake" + }, + "うず巻こ": { + "w_type": "godan verb stem", + "romaji": "uzumako" + }, + "うず巻いた": { + "w_type": "conjugated godan verb", + "romaji": "uzumaita" + }, + "うず巻いて": { + "w_type": "conjugated godan verb", + "romaji": "uzumaite" + }, + "飼わ": { + "w_type": "godan verb stem", + "romaji": "kawa" + }, + "飼い": { + "w_type": "godan verb stem", + "romaji": "kai" + }, + "飼え": { + "w_type": "conjugated godan verb", + "romaji": "kae" + }, + "飼お": { + "w_type": "godan verb stem", + "romaji": "kao" + }, + "飼った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "飼って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "怪しま": { + "w_type": "godan verb stem", + "romaji": "ayashima" + }, + "怪しみ": { + "w_type": "godan verb stem", + "romaji": "ayashimi" + }, + "怪しめ": { + "w_type": "conjugated godan verb", + "romaji": "ayashime" + }, + "怪しも": { + "w_type": "godan verb stem", + "romaji": "ayashimo" + }, + "怪しんだ": { + "w_type": "conjugated godan verb", + "romaji": "ayashinda" + }, + "怪しんで": { + "w_type": "conjugated godan verb", + "romaji": "ayashinde" + }, + "泣喚か": { + "w_type": "godan verb stem", + "romaji": "nakiwameka" + }, + "泣喚き": { + "w_type": "godan verb stem", + "romaji": "nakiwameki" + }, + "泣喚け": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameke" + }, + "泣喚こ": { + "w_type": "godan verb stem", + "romaji": "nakiwameko" + }, + "泣喚いた": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameita" + }, + "泣喚いて": { + "w_type": "conjugated godan verb", + "romaji": "nakiwameite" + }, + "撞か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "撞き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "撞け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "撞こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "撞いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "撞いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "憚ら": { + "w_type": "godan verb stem", + "romaji": "habakara" + }, + "憚り": { + "w_type": "godan verb stem", + "romaji": "habakari" + }, + "憚れ": { + "w_type": "conjugated godan verb", + "romaji": "habakare" + }, + "憚ろ": { + "w_type": "godan verb stem", + "romaji": "habakaro" + }, + "憚った": { + "w_type": "conjugated godan verb", + "romaji": "habakatta" + }, + "憚って": { + "w_type": "conjugated godan verb", + "romaji": "habakatte" + }, + "仰向か": { + "w_type": "godan verb stem", + "romaji": "aomuka" + }, + "仰向き": { + "w_type": "godan verb stem", + "romaji": "aomuki" + }, + "仰向け": { + "w_type": "conjugated godan verb", + "romaji": "aomuke" + }, + "仰向こ": { + "w_type": "godan verb stem", + "romaji": "aomuko" + }, + "仰向いた": { + "w_type": "conjugated godan verb", + "romaji": "aomuita" + }, + "仰向いて": { + "w_type": "conjugated godan verb", + "romaji": "aomuite" + }, + "噛み切ら": { + "w_type": "godan verb stem", + "romaji": "kamikira" + }, + "噛み切り": { + "w_type": "godan verb stem", + "romaji": "kamikiri" + }, + "噛み切れ": { + "w_type": "conjugated godan verb", + "romaji": "kamikire" + }, + "噛み切ろ": { + "w_type": "godan verb stem", + "romaji": "kamikiro" + }, + "噛み切った": { + "w_type": "conjugated godan verb", + "romaji": "kamikitta" + }, + "噛み切って": { + "w_type": "conjugated godan verb", + "romaji": "kamikitte" + }, + "芝居掛から": { + "w_type": "godan verb stem", + "romaji": "shibaigakara" + }, + "芝居掛かり": { + "w_type": "godan verb stem", + "romaji": "shibaigakari" + }, + "芝居掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakare" + }, + "芝居掛かろ": { + "w_type": "godan verb stem", + "romaji": "shibaigakaro" + }, + "芝居掛かった": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakatta" + }, + "芝居掛かって": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakatte" + }, + "振り回ら": { + "w_type": "godan verb stem", + "romaji": "furimawara" + }, + "振り回り": { + "w_type": "godan verb stem", + "romaji": "furimawari" + }, + "振り回れ": { + "w_type": "conjugated godan verb", + "romaji": "furimaware" + }, + "振り回ろ": { + "w_type": "godan verb stem", + "romaji": "furimawaro" + }, + "振り回った": { + "w_type": "conjugated godan verb", + "romaji": "furimawatta" + }, + "振り回って": { + "w_type": "conjugated godan verb", + "romaji": "furimawatte" + }, + "蹴落さ": { + "w_type": "godan verb stem", + "romaji": "keotosa" + }, + "蹴落し": { + "w_type": "godan verb stem", + "romaji": "keotoshi" + }, + "蹴落せ": { + "w_type": "conjugated godan verb", + "romaji": "keotose" + }, + "蹴落そ": { + "w_type": "godan verb stem", + "romaji": "keotoso" + }, + "蹴落した": { + "w_type": "conjugated godan verb", + "romaji": "keotoshita" + }, + "蹴落して": { + "w_type": "conjugated godan verb", + "romaji": "keotoshite" + }, + "聴取ら": { + "w_type": "godan verb stem", + "romaji": "kikitora" + }, + "聴取り": { + "w_type": "godan verb stem", + "romaji": "kikitori" + }, + "聴取れ": { + "w_type": "conjugated godan verb", + "romaji": "kikitore" + }, + "聴取ろ": { + "w_type": "godan verb stem", + "romaji": "kikitoro" + }, + "聴取った": { + "w_type": "conjugated godan verb", + "romaji": "kikitotta" + }, + "聴取って": { + "w_type": "conjugated godan verb", + "romaji": "kikitotte" + }, + "見とおさ": { + "w_type": "godan verb stem", + "romaji": "mitoosa" + }, + "見とおし": { + "w_type": "godan verb stem", + "romaji": "mitooshi" + }, + "見とおせ": { + "w_type": "conjugated godan verb", + "romaji": "mitoose" + }, + "見とおそ": { + "w_type": "godan verb stem", + "romaji": "mitooso" + }, + "見とおした": { + "w_type": "conjugated godan verb", + "romaji": "mitooshita" + }, + "見とおして": { + "w_type": "conjugated godan verb", + "romaji": "mitooshite" + }, + "蹴っ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "kettobasa" + }, + "蹴っ飛ばし": { + "w_type": "godan verb stem", + "romaji": "kettobashi" + }, + "蹴っ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "kettobase" + }, + "蹴っ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "kettobaso" + }, + "蹴っ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "kettobashita" + }, + "蹴っ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "kettobashite" + }, + "振絞ら": { + "w_type": "godan verb stem", + "romaji": "furishibora" + }, + "振絞り": { + "w_type": "godan verb stem", + "romaji": "furishibori" + }, + "振絞れ": { + "w_type": "conjugated godan verb", + "romaji": "furishibore" + }, + "振絞ろ": { + "w_type": "godan verb stem", + "romaji": "furishiboro" + }, + "振絞った": { + "w_type": "conjugated godan verb", + "romaji": "furishibotta" + }, + "振絞って": { + "w_type": "conjugated godan verb", + "romaji": "furishibotte" + }, + "振り回さ": { + "w_type": "godan verb stem", + "romaji": "furimawasa" + }, + "振り回し": { + "w_type": "godan verb stem", + "romaji": "furimawashi" + }, + "振り回せ": { + "w_type": "conjugated godan verb", + "romaji": "furimawase" + }, + "振り回そ": { + "w_type": "godan verb stem", + "romaji": "furimawaso" + }, + "振り回した": { + "w_type": "conjugated godan verb", + "romaji": "furimawashita" + }, + "振り回して": { + "w_type": "conjugated godan verb", + "romaji": "furimawashite" + }, + "吸いこま": { + "w_type": "godan verb stem", + "romaji": "suikoma" + }, + "吸いこみ": { + "w_type": "godan verb stem", + "romaji": "suikomi" + }, + "吸いこめ": { + "w_type": "conjugated godan verb", + "romaji": "suikome" + }, + "吸いこも": { + "w_type": "godan verb stem", + "romaji": "suikomo" + }, + "吸いこんだ": { + "w_type": "conjugated godan verb", + "romaji": "suikonda" + }, + "吸いこんで": { + "w_type": "conjugated godan verb", + "romaji": "suikonde" + }, + "競いあわ": { + "w_type": "godan verb stem", + "romaji": "kisoiawa" + }, + "競いあい": { + "w_type": "godan verb stem", + "romaji": "kisoiai" + }, + "競いあえ": { + "w_type": "conjugated godan verb", + "romaji": "kisoiae" + }, + "競いあお": { + "w_type": "godan verb stem", + "romaji": "kisoiao" + }, + "競いあった": { + "w_type": "conjugated godan verb", + "romaji": "kisoiatta" + }, + "競いあって": { + "w_type": "conjugated godan verb", + "romaji": "kisoiatte" + }, + "負わさ": { + "w_type": "godan verb stem", + "romaji": "owasa" + }, + "負わし": { + "w_type": "godan verb stem", + "romaji": "owashi" + }, + "負わせ": { + "w_type": "conjugated godan verb", + "romaji": "owase" + }, + "負わそ": { + "w_type": "godan verb stem", + "romaji": "owaso" + }, + "負わした": { + "w_type": "conjugated godan verb", + "romaji": "owashita" + }, + "負わして": { + "w_type": "conjugated godan verb", + "romaji": "owashite" + }, + "弄くり回さ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawasa" + }, + "弄くり回し": { + "w_type": "godan verb stem", + "romaji": "ijikurimawashi" + }, + "弄くり回せ": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawase" + }, + "弄くり回そ": { + "w_type": "godan verb stem", + "romaji": "ijikurimawaso" + }, + "弄くり回した": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashita" + }, + "弄くり回して": { + "w_type": "conjugated godan verb", + "romaji": "ijikurimawashite" + }, + "抱きつか": { + "w_type": "godan verb stem", + "romaji": "dakitsuka" + }, + "抱きつき": { + "w_type": "godan verb stem", + "romaji": "dakitsuki" + }, + "抱きつけ": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuke" + }, + "抱きつこ": { + "w_type": "godan verb stem", + "romaji": "dakitsuko" + }, + "抱きついた": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuita" + }, + "抱きついて": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuite" + }, + "引き摺り込ま": { + "w_type": "godan verb stem", + "romaji": "hikizurikoma" + }, + "引き摺り込み": { + "w_type": "godan verb stem", + "romaji": "hikizurikomi" + }, + "引き摺り込め": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikome" + }, + "引き摺り込も": { + "w_type": "godan verb stem", + "romaji": "hikizurikomo" + }, + "引き摺り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonda" + }, + "引き摺り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonde" + }, + "迎え撃た": { + "w_type": "godan verb stem", + "romaji": "mukaeuta" + }, + "迎え撃ち": { + "w_type": "godan verb stem", + "romaji": "mukaeuchi" + }, + "迎え撃て": { + "w_type": "conjugated godan verb", + "romaji": "mukaeute" + }, + "迎え撃と": { + "w_type": "godan verb stem", + "romaji": "mukaeuto" + }, + "迎え撃った": { + "w_type": "conjugated godan verb", + "romaji": "mukaeutta" + }, + "迎え撃って": { + "w_type": "conjugated godan verb", + "romaji": "mukaeutte" + }, + "叩き落とさ": { + "w_type": "godan verb stem", + "romaji": "tatakiotosa" + }, + "叩き落とし": { + "w_type": "godan verb stem", + "romaji": "tatakiotoshi" + }, + "叩き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakiotose" + }, + "叩き落とそ": { + "w_type": "godan verb stem", + "romaji": "tatakiotoso" + }, + "叩き落とした": { + "w_type": "conjugated godan verb", + "romaji": "tatakiotoshita" + }, + "叩き落として": { + "w_type": "conjugated godan verb", + "romaji": "tatakiotoshite" + }, + "立ち行か": { + "w_type": "godan verb stem", + "romaji": "tachiika" + }, + "立ち行き": { + "w_type": "godan verb stem", + "romaji": "tachiiki" + }, + "立ち行け": { + "w_type": "conjugated godan verb", + "romaji": "tachiike" + }, + "立ち行こ": { + "w_type": "godan verb stem", + "romaji": "tachiiko" + }, + "立ち行いた": { + "w_type": "conjugated godan verb", + "romaji": "tachiiita" + }, + "立ち行いて": { + "w_type": "conjugated godan verb", + "romaji": "tachiiite" + }, + "輾ら": { + "w_type": "godan verb stem", + "romaji": "kishira" + }, + "輾り": { + "w_type": "godan verb stem", + "romaji": "kishiri" + }, + "輾れ": { + "w_type": "conjugated godan verb", + "romaji": "kishire" + }, + "輾ろ": { + "w_type": "godan verb stem", + "romaji": "kishiro" + }, + "輾った": { + "w_type": "conjugated godan verb", + "romaji": "kishitta" + }, + "輾って": { + "w_type": "conjugated godan verb", + "romaji": "kishitte" + }, + "乗り掛から": { + "w_type": "godan verb stem", + "romaji": "norikakara" + }, + "乗り掛かり": { + "w_type": "godan verb stem", + "romaji": "norikakari" + }, + "乗り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "norikakare" + }, + "乗り掛かろ": { + "w_type": "godan verb stem", + "romaji": "norikakaro" + }, + "乗り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "norikakatta" + }, + "乗り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "norikakatte" + }, + "溯ら": { + "w_type": "godan verb stem", + "romaji": "sakanobora" + }, + "溯り": { + "w_type": "godan verb stem", + "romaji": "sakanobori" + }, + "溯れ": { + "w_type": "conjugated godan verb", + "romaji": "sakanobore" + }, + "溯ろ": { + "w_type": "godan verb stem", + "romaji": "sakanoboro" + }, + "溯った": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotta" + }, + "溯って": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotte" + }, + "叩き出さ": { + "w_type": "godan verb stem", + "romaji": "tatakidasa" + }, + "叩き出し": { + "w_type": "godan verb stem", + "romaji": "tatakidashi" + }, + "叩き出せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakidase" + }, + "叩き出そ": { + "w_type": "godan verb stem", + "romaji": "tatakidaso" + }, + "叩き出した": { + "w_type": "conjugated godan verb", + "romaji": "tatakidashita" + }, + "叩き出して": { + "w_type": "conjugated godan verb", + "romaji": "tatakidashite" + }, + "張りつか": { + "w_type": "godan verb stem", + "romaji": "haritsuka" + }, + "張りつき": { + "w_type": "godan verb stem", + "romaji": "haritsuki" + }, + "張りつけ": { + "w_type": "conjugated godan verb", + "romaji": "haritsuke" + }, + "張りつこ": { + "w_type": "godan verb stem", + "romaji": "haritsuko" + }, + "張りついた": { + "w_type": "conjugated godan verb", + "romaji": "haritsuita" + }, + "張りついて": { + "w_type": "conjugated godan verb", + "romaji": "haritsuite" + }, + "競ら": { + "w_type": "godan verb stem", + "romaji": "sera" + }, + "競り": { + "w_type": "godan verb stem", + "romaji": "seri" + }, + "競れ": { + "w_type": "conjugated godan verb", + "romaji": "sere" + }, + "競ろ": { + "w_type": "godan verb stem", + "romaji": "sero" + }, + "溶け出さ": { + "w_type": "godan verb stem", + "romaji": "tokedasa" + }, + "溶け出し": { + "w_type": "godan verb stem", + "romaji": "tokedashi" + }, + "溶け出せ": { + "w_type": "conjugated godan verb", + "romaji": "tokedase" + }, + "溶け出そ": { + "w_type": "godan verb stem", + "romaji": "tokedaso" + }, + "溶け出した": { + "w_type": "conjugated godan verb", + "romaji": "tokedashita" + }, + "溶け出して": { + "w_type": "conjugated godan verb", + "romaji": "tokedashite" + }, + "凭れかから": { + "w_type": "godan verb stem", + "romaji": "motarekakara" + }, + "凭れかかり": { + "w_type": "godan verb stem", + "romaji": "motarekakari" + }, + "凭れかかれ": { + "w_type": "conjugated godan verb", + "romaji": "motarekakare" + }, + "凭れかかろ": { + "w_type": "godan verb stem", + "romaji": "motarekakaro" + }, + "凭れかかった": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatta" + }, + "凭れかかって": { + "w_type": "conjugated godan verb", + "romaji": "motarekakatte" + }, + "見つめなおさ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaosa" + }, + "見つめなおし": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoshi" + }, + "見つめなおせ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaose" + }, + "見つめなおそ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoso" + }, + "見つめなおした": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshita" + }, + "見つめなおして": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshite" + }, + "滑り入ら": { + "w_type": "godan verb stem", + "romaji": "suberiira" + }, + "滑り入り": { + "w_type": "godan verb stem", + "romaji": "suberiiri" + }, + "滑り入れ": { + "w_type": "conjugated godan verb", + "romaji": "suberiire" + }, + "滑り入ろ": { + "w_type": "godan verb stem", + "romaji": "suberiiro" + }, + "滑り入った": { + "w_type": "conjugated godan verb", + "romaji": "suberiitta" + }, + "滑り入って": { + "w_type": "conjugated godan verb", + "romaji": "suberiitte" + }, + "爨が": { + "w_type": "godan verb stem", + "romaji": "kashiga" + }, + "爨ぎ": { + "w_type": "godan verb stem", + "romaji": "kashigi" + }, + "爨げ": { + "w_type": "conjugated godan verb", + "romaji": "kashige" + }, + "爨ご": { + "w_type": "godan verb stem", + "romaji": "kashigo" + }, + "爨いだ": { + "w_type": "conjugated godan verb", + "romaji": "kashiida" + }, + "爨いで": { + "w_type": "conjugated godan verb", + "romaji": "kashiide" + }, + "浮れ歩か": { + "w_type": "godan verb stem", + "romaji": "ukarearuka" + }, + "浮れ歩き": { + "w_type": "godan verb stem", + "romaji": "ukarearuki" + }, + "浮れ歩け": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuke" + }, + "浮れ歩こ": { + "w_type": "godan verb stem", + "romaji": "ukarearuko" + }, + "浮れ歩いた": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuita" + }, + "浮れ歩いて": { + "w_type": "conjugated godan verb", + "romaji": "ukarearuite" + }, + "了わ": { + "w_type": "godan verb stem", + "romaji": "shimawa" + }, + "了い": { + "w_type": "godan verb stem", + "romaji": "shimai" + }, + "了え": { + "w_type": "conjugated godan verb", + "romaji": "shimae" + }, + "了お": { + "w_type": "godan verb stem", + "romaji": "shimao" + }, + "了った": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "了って": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "知らさ": { + "w_type": "godan verb stem", + "romaji": "shirasa" + }, + "知らし": { + "w_type": "godan verb stem", + "romaji": "shirashi" + }, + "知らせ": { + "w_type": "conjugated godan verb", + "romaji": "shirase" + }, + "知らそ": { + "w_type": "godan verb stem", + "romaji": "shiraso" + }, + "知らした": { + "w_type": "conjugated godan verb", + "romaji": "shirashita" + }, + "知らして": { + "w_type": "conjugated godan verb", + "romaji": "shirashite" + }, + "屁を放ら": { + "w_type": "godan verb stem", + "romaji": "he wo hira" + }, + "屁を放り": { + "w_type": "godan verb stem", + "romaji": "he wo hiri" + }, + "屁を放れ": { + "w_type": "conjugated godan verb", + "romaji": "he wo hire" + }, + "屁を放ろ": { + "w_type": "godan verb stem", + "romaji": "he wo hiro" + }, + "屁を放った": { + "w_type": "conjugated godan verb", + "romaji": "he wo hitta" + }, + "屁を放って": { + "w_type": "conjugated godan verb", + "romaji": "he wo hitte" + }, + "解きほぐさ": { + "w_type": "godan verb stem", + "romaji": "tokihogusa" + }, + "解きほぐし": { + "w_type": "godan verb stem", + "romaji": "tokihogushi" + }, + "解きほぐせ": { + "w_type": "conjugated godan verb", + "romaji": "tokihoguse" + }, + "解きほぐそ": { + "w_type": "godan verb stem", + "romaji": "tokihoguso" + }, + "解きほぐした": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushita" + }, + "解きほぐして": { + "w_type": "conjugated godan verb", + "romaji": "tokihogushite" + }, + "託さ": { + "w_type": "godan verb stem", + "romaji": "takusa" + }, + "託し": { + "w_type": "godan verb stem", + "romaji": "takushi" + }, + "託せ": { + "w_type": "conjugated godan verb", + "romaji": "takuse" + }, + "託そ": { + "w_type": "godan verb stem", + "romaji": "takuso" + }, + "託した": { + "w_type": "conjugated godan verb", + "romaji": "takushita" + }, + "託して": { + "w_type": "conjugated godan verb", + "romaji": "takushite" + }, + "じゃれ付か": { + "w_type": "godan verb stem", + "romaji": "jaretsuka" + }, + "じゃれ付き": { + "w_type": "godan verb stem", + "romaji": "jaretsuki" + }, + "じゃれ付け": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuke" + }, + "じゃれ付こ": { + "w_type": "godan verb stem", + "romaji": "jaretsuko" + }, + "じゃれ付いた": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuita" + }, + "じゃれ付いて": { + "w_type": "conjugated godan verb", + "romaji": "jaretsuite" + }, + "枝ら": { + "w_type": "godan verb stem", + "romaji": "edara" + }, + "枝り": { + "w_type": "godan verb stem", + "romaji": "edari" + }, + "枝れ": { + "w_type": "conjugated godan verb", + "romaji": "edare" + }, + "枝ろ": { + "w_type": "godan verb stem", + "romaji": "edaro" + }, + "枝った": { + "w_type": "conjugated godan verb", + "romaji": "edatta" + }, + "枝って": { + "w_type": "conjugated godan verb", + "romaji": "edatte" + }, + "這いずら": { + "w_type": "godan verb stem", + "romaji": "haizura" + }, + "這いずり": { + "w_type": "godan verb stem", + "romaji": "haizuri" + }, + "這いずれ": { + "w_type": "conjugated godan verb", + "romaji": "haizure" + }, + "這いずろ": { + "w_type": "godan verb stem", + "romaji": "haizuro" + }, + "這いずった": { + "w_type": "conjugated godan verb", + "romaji": "haizutta" + }, + "這いずって": { + "w_type": "conjugated godan verb", + "romaji": "haizutte" + }, + "嫁入ら": { + "w_type": "godan verb stem", + "romaji": "yomeira" + }, + "嫁入り": { + "w_type": "godan verb stem", + "romaji": "yomeiri" + }, + "嫁入れ": { + "w_type": "conjugated godan verb", + "romaji": "yomeire" + }, + "嫁入ろ": { + "w_type": "godan verb stem", + "romaji": "yomeiro" + }, + "嫁入った": { + "w_type": "conjugated godan verb", + "romaji": "yomeitta" + }, + "嫁入って": { + "w_type": "conjugated godan verb", + "romaji": "yomeitte" + }, + "失わ": { + "w_type": "godan verb stem", + "romaji": "ushinawa" + }, + "失い": { + "w_type": "godan verb stem", + "romaji": "ushinai" + }, + "失え": { + "w_type": "conjugated godan verb", + "romaji": "ushinae" + }, + "失お": { + "w_type": "godan verb stem", + "romaji": "ushinao" + }, + "失った": { + "w_type": "conjugated godan verb", + "romaji": "ushinatta" + }, + "失って": { + "w_type": "conjugated godan verb", + "romaji": "ushinatte" + }, + "殺さ": { + "w_type": "godan verb stem", + "romaji": "korosa" + }, + "殺し": { + "w_type": "godan verb stem", + "romaji": "koroshi" + }, + "殺せ": { + "w_type": "conjugated godan verb", + "romaji": "korose" + }, + "殺そ": { + "w_type": "godan verb stem", + "romaji": "koroso" + }, + "殺した": { + "w_type": "conjugated godan verb", + "romaji": "koroshita" + }, + "殺して": { + "w_type": "conjugated godan verb", + "romaji": "koroshite" + }, + "打ち負かさ": { + "w_type": "godan verb stem", + "romaji": "uchimakasa" + }, + "打ち負かし": { + "w_type": "godan verb stem", + "romaji": "uchimakashi" + }, + "打ち負かせ": { + "w_type": "conjugated godan verb", + "romaji": "uchimakase" + }, + "打ち負かそ": { + "w_type": "godan verb stem", + "romaji": "uchimakaso" + }, + "打ち負かした": { + "w_type": "conjugated godan verb", + "romaji": "uchimakashita" + }, + "打ち負かして": { + "w_type": "conjugated godan verb", + "romaji": "uchimakashite" + }, + "振る舞わ": { + "w_type": "godan verb stem", + "romaji": "furumawa" + }, + "振る舞い": { + "w_type": "godan verb stem", + "romaji": "furumai" + }, + "振る舞え": { + "w_type": "conjugated godan verb", + "romaji": "furumae" + }, + "振る舞お": { + "w_type": "godan verb stem", + "romaji": "furumao" + }, + "振る舞った": { + "w_type": "conjugated godan verb", + "romaji": "furumatta" + }, + "振る舞って": { + "w_type": "conjugated godan verb", + "romaji": "furumatte" + }, + "こびり着か": { + "w_type": "godan verb stem", + "romaji": "kobiritsuka" + }, + "こびり着き": { + "w_type": "godan verb stem", + "romaji": "kobiritsuki" + }, + "こびり着け": { + "w_type": "conjugated godan verb", + "romaji": "kobiritsuke" + }, + "こびり着こ": { + "w_type": "godan verb stem", + "romaji": "kobiritsuko" + }, + "こびり着いた": { + "w_type": "conjugated godan verb", + "romaji": "kobiritsuita" + }, + "こびり着いて": { + "w_type": "conjugated godan verb", + "romaji": "kobiritsuite" + }, + "叩き起さ": { + "w_type": "godan verb stem", + "romaji": "tatakiokosa" + }, + "叩き起し": { + "w_type": "godan verb stem", + "romaji": "tatakiokoshi" + }, + "叩き起せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokose" + }, + "叩き起そ": { + "w_type": "godan verb stem", + "romaji": "tatakiokoso" + }, + "叩き起した": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokoshita" + }, + "叩き起して": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokoshite" + }, + "溶かさ": { + "w_type": "godan verb stem", + "romaji": "tokasa" + }, + "溶かし": { + "w_type": "godan verb stem", + "romaji": "tokashi" + }, + "溶かせ": { + "w_type": "conjugated godan verb", + "romaji": "tokase" + }, + "溶かそ": { + "w_type": "godan verb stem", + "romaji": "tokaso" + }, + "溶かした": { + "w_type": "conjugated godan verb", + "romaji": "tokashita" + }, + "溶かして": { + "w_type": "conjugated godan verb", + "romaji": "tokashite" + }, + "追いはらわ": { + "w_type": "godan verb stem", + "romaji": "oiharawa" + }, + "追いはらい": { + "w_type": "godan verb stem", + "romaji": "oiharai" + }, + "追いはらえ": { + "w_type": "conjugated godan verb", + "romaji": "oiharae" + }, + "追いはらお": { + "w_type": "godan verb stem", + "romaji": "oiharao" + }, + "追いはらった": { + "w_type": "conjugated godan verb", + "romaji": "oiharatta" + }, + "追いはらって": { + "w_type": "conjugated godan verb", + "romaji": "oiharatte" + }, + "すり減ら": { + "w_type": "godan verb stem", + "romaji": "surihera" + }, + "すり減り": { + "w_type": "godan verb stem", + "romaji": "suriheri" + }, + "すり減れ": { + "w_type": "conjugated godan verb", + "romaji": "surihere" + }, + "すり減ろ": { + "w_type": "godan verb stem", + "romaji": "surihero" + }, + "すり減った": { + "w_type": "conjugated godan verb", + "romaji": "surihetta" + }, + "すり減って": { + "w_type": "conjugated godan verb", + "romaji": "surihette" + }, + "屡叩か": { + "w_type": "godan verb stem", + "romaji": "shibatataka" + }, + "屡叩き": { + "w_type": "godan verb stem", + "romaji": "shibatataki" + }, + "屡叩け": { + "w_type": "conjugated godan verb", + "romaji": "shibatatake" + }, + "屡叩こ": { + "w_type": "godan verb stem", + "romaji": "shibatatako" + }, + "屡叩いた": { + "w_type": "conjugated godan verb", + "romaji": "shibatataita" + }, + "屡叩いて": { + "w_type": "conjugated godan verb", + "romaji": "shibatataite" + }, + "そぎ落とさ": { + "w_type": "godan verb stem", + "romaji": "sogiotosa" + }, + "そぎ落とし": { + "w_type": "godan verb stem", + "romaji": "sogiotoshi" + }, + "そぎ落とせ": { + "w_type": "conjugated godan verb", + "romaji": "sogiotose" + }, + "そぎ落とそ": { + "w_type": "godan verb stem", + "romaji": "sogiotoso" + }, + "そぎ落とした": { + "w_type": "conjugated godan verb", + "romaji": "sogiotoshita" + }, + "そぎ落として": { + "w_type": "conjugated godan verb", + "romaji": "sogiotoshite" + }, + "作ら": { + "w_type": "godan verb stem", + "romaji": "tsukura" + }, + "作り": { + "w_type": "godan verb stem", + "romaji": "tsukuri" + }, + "作れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukure" + }, + "作ろ": { + "w_type": "godan verb stem", + "romaji": "tsukuro" + }, + "作った": { + "w_type": "conjugated godan verb", + "romaji": "tsukutta" + }, + "作って": { + "w_type": "conjugated godan verb", + "romaji": "tsukutte" + }, + "触合わ": { + "w_type": "godan verb stem", + "romaji": "furiawa" + }, + "触合い": { + "w_type": "godan verb stem", + "romaji": "furiai" + }, + "触合え": { + "w_type": "conjugated godan verb", + "romaji": "furiae" + }, + "触合お": { + "w_type": "godan verb stem", + "romaji": "furiao" + }, + "触合った": { + "w_type": "conjugated godan verb", + "romaji": "furiatta" + }, + "触合って": { + "w_type": "conjugated godan verb", + "romaji": "furiatte" + }, + "学び直さ": { + "w_type": "godan verb stem", + "romaji": "manabinaosa" + }, + "学び直し": { + "w_type": "godan verb stem", + "romaji": "manabinaoshi" + }, + "学び直せ": { + "w_type": "conjugated godan verb", + "romaji": "manabinaose" + }, + "学び直そ": { + "w_type": "godan verb stem", + "romaji": "manabinaoso" + }, + "学び直した": { + "w_type": "conjugated godan verb", + "romaji": "manabinaoshita" + }, + "学び直して": { + "w_type": "conjugated godan verb", + "romaji": "manabinaoshite" + }, + "あかし暮らさ": { + "w_type": "godan verb stem", + "romaji": "akashikurasa" + }, + "あかし暮らし": { + "w_type": "godan verb stem", + "romaji": "akashikurashi" + }, + "あかし暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "akashikurase" + }, + "あかし暮らそ": { + "w_type": "godan verb stem", + "romaji": "akashikuraso" + }, + "あかし暮らした": { + "w_type": "conjugated godan verb", + "romaji": "akashikurashita" + }, + "あかし暮らして": { + "w_type": "conjugated godan verb", + "romaji": "akashikurashite" + }, + "繰り下ら": { + "w_type": "godan verb stem", + "romaji": "kurisagara" + }, + "繰り下り": { + "w_type": "godan verb stem", + "romaji": "kurisagari" + }, + "繰り下れ": { + "w_type": "conjugated godan verb", + "romaji": "kurisagare" + }, + "繰り下ろ": { + "w_type": "godan verb stem", + "romaji": "kurisagaro" + }, + "繰り下った": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatta" + }, + "繰り下って": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatte" + }, + "塞ぎ込ま": { + "w_type": "godan verb stem", + "romaji": "fusagikoma" + }, + "塞ぎ込み": { + "w_type": "godan verb stem", + "romaji": "fusagikomi" + }, + "塞ぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "fusagikome" + }, + "塞ぎ込も": { + "w_type": "godan verb stem", + "romaji": "fusagikomo" + }, + "塞ぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fusagikonda" + }, + "塞ぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "fusagikonde" + }, + "持上がら": { + "w_type": "godan verb stem", + "romaji": "mochiagara" + }, + "持上がり": { + "w_type": "godan verb stem", + "romaji": "mochiagari" + }, + "持上がれ": { + "w_type": "conjugated godan verb", + "romaji": "mochiagare" + }, + "持上がろ": { + "w_type": "godan verb stem", + "romaji": "mochiagaro" + }, + "持上がった": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatta" + }, + "持上がって": { + "w_type": "conjugated godan verb", + "romaji": "mochiagatte" + }, + "澄み切ら": { + "w_type": "godan verb stem", + "romaji": "sumikira" + }, + "澄み切り": { + "w_type": "godan verb stem", + "romaji": "sumikiri" + }, + "澄み切れ": { + "w_type": "conjugated godan verb", + "romaji": "sumikire" + }, + "澄み切ろ": { + "w_type": "godan verb stem", + "romaji": "sumikiro" + }, + "澄み切った": { + "w_type": "conjugated godan verb", + "romaji": "sumikitta" + }, + "澄み切って": { + "w_type": "conjugated godan verb", + "romaji": "sumikitte" + }, + "押しまくら": { + "w_type": "godan verb stem", + "romaji": "oshimakura" + }, + "押しまくり": { + "w_type": "godan verb stem", + "romaji": "oshimakuri" + }, + "押しまくれ": { + "w_type": "conjugated godan verb", + "romaji": "oshimakure" + }, + "押しまくろ": { + "w_type": "godan verb stem", + "romaji": "oshimakuro" + }, + "押しまくった": { + "w_type": "conjugated godan verb", + "romaji": "oshimakutta" + }, + "押しまくって": { + "w_type": "conjugated godan verb", + "romaji": "oshimakutte" + }, + "取り散らさ": { + "w_type": "godan verb stem", + "romaji": "torichirasa" + }, + "取り散らし": { + "w_type": "godan verb stem", + "romaji": "torichirashi" + }, + "取り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "torichirase" + }, + "取り散らそ": { + "w_type": "godan verb stem", + "romaji": "torichiraso" + }, + "取り散らした": { + "w_type": "conjugated godan verb", + "romaji": "torichirashita" + }, + "取り散らして": { + "w_type": "conjugated godan verb", + "romaji": "torichirashite" + }, + "刷り出さ": { + "w_type": "godan verb stem", + "romaji": "suridasa" + }, + "刷り出し": { + "w_type": "godan verb stem", + "romaji": "suridashi" + }, + "刷り出せ": { + "w_type": "conjugated godan verb", + "romaji": "suridase" + }, + "刷り出そ": { + "w_type": "godan verb stem", + "romaji": "suridaso" + }, + "刷り出した": { + "w_type": "conjugated godan verb", + "romaji": "suridashita" + }, + "刷り出して": { + "w_type": "conjugated godan verb", + "romaji": "suridashite" + }, + "背負わ": { + "w_type": "godan verb stem", + "romaji": "seowa" + }, + "背負い": { + "w_type": "godan verb stem", + "romaji": "seoi" + }, + "背負え": { + "w_type": "conjugated godan verb", + "romaji": "seoe" + }, + "背負お": { + "w_type": "godan verb stem", + "romaji": "seoo" + }, + "背負った": { + "w_type": "conjugated godan verb", + "romaji": "seotta" + }, + "背負って": { + "w_type": "conjugated godan verb", + "romaji": "seotte" + }, + "巻き起こさ": { + "w_type": "godan verb stem", + "romaji": "makiokosa" + }, + "巻き起こし": { + "w_type": "godan verb stem", + "romaji": "makiokoshi" + }, + "巻き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "makiokose" + }, + "巻き起こそ": { + "w_type": "godan verb stem", + "romaji": "makiokoso" + }, + "巻き起こした": { + "w_type": "conjugated godan verb", + "romaji": "makiokoshita" + }, + "巻き起こして": { + "w_type": "conjugated godan verb", + "romaji": "makiokoshite" + }, + "思いつか": { + "w_type": "godan verb stem", + "romaji": "omoitsuka" + }, + "思いつき": { + "w_type": "godan verb stem", + "romaji": "omoitsuki" + }, + "思いつけ": { + "w_type": "conjugated godan verb", + "romaji": "omoitsuke" + }, + "思いつこ": { + "w_type": "godan verb stem", + "romaji": "omoitsuko" + }, + "思いついた": { + "w_type": "conjugated godan verb", + "romaji": "omoitsuita" + }, + "思いついて": { + "w_type": "conjugated godan verb", + "romaji": "omoitsuite" + }, + "堕さ": { + "w_type": "godan verb stem", + "romaji": "dasa" + }, + "堕し": { + "w_type": "godan verb stem", + "romaji": "dashi" + }, + "堕せ": { + "w_type": "conjugated godan verb", + "romaji": "dase" + }, + "堕そ": { + "w_type": "godan verb stem", + "romaji": "daso" + }, + "堕した": { + "w_type": "conjugated godan verb", + "romaji": "dashita" + }, + "堕して": { + "w_type": "conjugated godan verb", + "romaji": "dashite" + }, + "煮えたぎら": { + "w_type": "godan verb stem", + "romaji": "nietagira" + }, + "煮えたぎり": { + "w_type": "godan verb stem", + "romaji": "nietagiri" + }, + "煮えたぎれ": { + "w_type": "conjugated godan verb", + "romaji": "nietagire" + }, + "煮えたぎろ": { + "w_type": "godan verb stem", + "romaji": "nietagiro" + }, + "煮えたぎった": { + "w_type": "conjugated godan verb", + "romaji": "nietagitta" + }, + "煮えたぎって": { + "w_type": "conjugated godan verb", + "romaji": "nietagitte" + }, + "平つくばら": { + "w_type": "godan verb stem", + "romaji": "heitsukubara" + }, + "平つくばり": { + "w_type": "godan verb stem", + "romaji": "heitsukubari" + }, + "平つくばれ": { + "w_type": "conjugated godan verb", + "romaji": "heitsukubare" + }, + "平つくばろ": { + "w_type": "godan verb stem", + "romaji": "heitsukubaro" + }, + "平つくばった": { + "w_type": "conjugated godan verb", + "romaji": "heitsukubatta" + }, + "平つくばって": { + "w_type": "conjugated godan verb", + "romaji": "heitsukubatte" + }, + "咲匂わ": { + "w_type": "godan verb stem", + "romaji": "sakiniowa" + }, + "咲匂い": { + "w_type": "godan verb stem", + "romaji": "sakinioi" + }, + "咲匂え": { + "w_type": "conjugated godan verb", + "romaji": "sakinioe" + }, + "咲匂お": { + "w_type": "godan verb stem", + "romaji": "sakinioo" + }, + "咲匂った": { + "w_type": "conjugated godan verb", + "romaji": "sakiniotta" + }, + "咲匂って": { + "w_type": "conjugated godan verb", + "romaji": "sakiniotte" + }, + "はぎ取ら": { + "w_type": "godan verb stem", + "romaji": "hagitora" + }, + "はぎ取り": { + "w_type": "godan verb stem", + "romaji": "hagitori" + }, + "はぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "hagitore" + }, + "はぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "hagitoro" + }, + "はぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "hagitotta" + }, + "はぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "hagitotte" + }, + "泣きつか": { + "w_type": "godan verb stem", + "romaji": "nakitsuka" + }, + "泣きつき": { + "w_type": "godan verb stem", + "romaji": "nakitsuki" + }, + "泣きつけ": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuke" + }, + "泣きつこ": { + "w_type": "godan verb stem", + "romaji": "nakitsuko" + }, + "泣きついた": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuita" + }, + "泣きついて": { + "w_type": "conjugated godan verb", + "romaji": "nakitsuite" + }, + "縮ま": { + "w_type": "godan verb stem", + "romaji": "chijima" + }, + "縮み": { + "w_type": "godan verb stem", + "romaji": "chijimi" + }, + "縮め": { + "w_type": "conjugated godan verb", + "romaji": "chijime" + }, + "縮も": { + "w_type": "godan verb stem", + "romaji": "chijimo" + }, + "縮んだ": { + "w_type": "conjugated godan verb", + "romaji": "chijinda" + }, + "縮んで": { + "w_type": "conjugated godan verb", + "romaji": "chijinde" + }, + "繰戻さ": { + "w_type": "godan verb stem", + "romaji": "kurimodosa" + }, + "繰戻し": { + "w_type": "godan verb stem", + "romaji": "kurimodoshi" + }, + "繰戻せ": { + "w_type": "conjugated godan verb", + "romaji": "kurimodose" + }, + "繰戻そ": { + "w_type": "godan verb stem", + "romaji": "kurimodoso" + }, + "繰戻した": { + "w_type": "conjugated godan verb", + "romaji": "kurimodoshita" + }, + "繰戻して": { + "w_type": "conjugated godan verb", + "romaji": "kurimodoshite" + }, + "言遣ら": { + "w_type": "godan verb stem", + "romaji": "iiyara" + }, + "言遣り": { + "w_type": "godan verb stem", + "romaji": "iiyari" + }, + "言遣れ": { + "w_type": "conjugated godan verb", + "romaji": "iiyare" + }, + "言遣ろ": { + "w_type": "godan verb stem", + "romaji": "iiyaro" + }, + "言遣った": { + "w_type": "conjugated godan verb", + "romaji": "iiyatta" + }, + "言遣って": { + "w_type": "conjugated godan verb", + "romaji": "iiyatte" + }, + "愛嬌付か": { + "w_type": "godan verb stem", + "romaji": "aikyouzuka" + }, + "愛嬌付き": { + "w_type": "godan verb stem", + "romaji": "aikyouzuki" + }, + "愛嬌付け": { + "w_type": "conjugated godan verb", + "romaji": "aikyouzuke" + }, + "愛嬌付こ": { + "w_type": "godan verb stem", + "romaji": "aikyouzuko" + }, + "愛嬌付いた": { + "w_type": "conjugated godan verb", + "romaji": "aikyouzuita" + }, + "愛嬌付いて": { + "w_type": "conjugated godan verb", + "romaji": "aikyouzuite" + }, + "殺が": { + "w_type": "godan verb stem", + "romaji": "soga" + }, + "殺ぎ": { + "w_type": "godan verb stem", + "romaji": "sogi" + }, + "殺げ": { + "w_type": "conjugated godan verb", + "romaji": "soge" + }, + "殺ご": { + "w_type": "godan verb stem", + "romaji": "sogo" + }, + "殺いだ": { + "w_type": "conjugated godan verb", + "romaji": "soida" + }, + "殺いで": { + "w_type": "conjugated godan verb", + "romaji": "soide" + }, + "取り澄まさ": { + "w_type": "godan verb stem", + "romaji": "torisumasa" + }, + "取り澄まし": { + "w_type": "godan verb stem", + "romaji": "torisumashi" + }, + "取り澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "torisumase" + }, + "取り澄まそ": { + "w_type": "godan verb stem", + "romaji": "torisumaso" + }, + "取り澄ました": { + "w_type": "conjugated godan verb", + "romaji": "torisumashita" + }, + "取り澄まして": { + "w_type": "conjugated godan verb", + "romaji": "torisumashite" + }, + "真で書か": { + "w_type": "godan verb stem", + "romaji": "shindekaka" + }, + "真で書き": { + "w_type": "godan verb stem", + "romaji": "shindekaki" + }, + "真で書け": { + "w_type": "conjugated godan verb", + "romaji": "shindekake" + }, + "真で書こ": { + "w_type": "godan verb stem", + "romaji": "shindekako" + }, + "真で書いた": { + "w_type": "conjugated godan verb", + "romaji": "shindekaita" + }, + "真で書いて": { + "w_type": "conjugated godan verb", + "romaji": "shindekaite" + }, + "骨ばら": { + "w_type": "godan verb stem", + "romaji": "honebara" + }, + "骨ばり": { + "w_type": "godan verb stem", + "romaji": "honebari" + }, + "骨ばれ": { + "w_type": "conjugated godan verb", + "romaji": "honebare" + }, + "骨ばろ": { + "w_type": "godan verb stem", + "romaji": "honebaro" + }, + "骨ばった": { + "w_type": "conjugated godan verb", + "romaji": "honebatta" + }, + "骨ばって": { + "w_type": "conjugated godan verb", + "romaji": "honebatte" + }, + "引き立た": { + "w_type": "godan verb stem", + "romaji": "hikitata" + }, + "引き立ち": { + "w_type": "godan verb stem", + "romaji": "hikitachi" + }, + "引き立て": { + "w_type": "conjugated godan verb", + "romaji": "hikitate" + }, + "引き立と": { + "w_type": "godan verb stem", + "romaji": "hikitato" + }, + "引き立った": { + "w_type": "conjugated godan verb", + "romaji": "hikitatta" + }, + "引き立って": { + "w_type": "conjugated godan verb", + "romaji": "hikitatte" + }, + "酔っぱらわ": { + "w_type": "godan verb stem", + "romaji": "yopparawa" + }, + "酔っぱらい": { + "w_type": "godan verb stem", + "romaji": "yopparai" + }, + "酔っぱらえ": { + "w_type": "conjugated godan verb", + "romaji": "yopparae" + }, + "酔っぱらお": { + "w_type": "godan verb stem", + "romaji": "yopparao" + }, + "酔っぱらった": { + "w_type": "conjugated godan verb", + "romaji": "yopparatta" + }, + "酔っぱらって": { + "w_type": "conjugated godan verb", + "romaji": "yopparatte" + }, + "逸さ": { + "w_type": "godan verb stem", + "romaji": "issa" + }, + "逸し": { + "w_type": "godan verb stem", + "romaji": "isshi" + }, + "逸せ": { + "w_type": "conjugated godan verb", + "romaji": "isse" + }, + "逸そ": { + "w_type": "godan verb stem", + "romaji": "isso" + }, + "逸した": { + "w_type": "conjugated godan verb", + "romaji": "isshita" + }, + "逸して": { + "w_type": "conjugated godan verb", + "romaji": "isshite" + }, + "射貫か": { + "w_type": "godan verb stem", + "romaji": "inuka" + }, + "射貫き": { + "w_type": "godan verb stem", + "romaji": "inuki" + }, + "射貫け": { + "w_type": "conjugated godan verb", + "romaji": "inuke" + }, + "射貫こ": { + "w_type": "godan verb stem", + "romaji": "inuko" + }, + "射貫いた": { + "w_type": "conjugated godan verb", + "romaji": "inuita" + }, + "射貫いて": { + "w_type": "conjugated godan verb", + "romaji": "inuite" + }, + "住みつか": { + "w_type": "godan verb stem", + "romaji": "sumitsuka" + }, + "住みつき": { + "w_type": "godan verb stem", + "romaji": "sumitsuki" + }, + "住みつけ": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuke" + }, + "住みつこ": { + "w_type": "godan verb stem", + "romaji": "sumitsuko" + }, + "住みついた": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuita" + }, + "住みついて": { + "w_type": "conjugated godan verb", + "romaji": "sumitsuite" + }, + "泣出さ": { + "w_type": "godan verb stem", + "romaji": "nakidasa" + }, + "泣出し": { + "w_type": "godan verb stem", + "romaji": "nakidashi" + }, + "泣出せ": { + "w_type": "conjugated godan verb", + "romaji": "nakidase" + }, + "泣出そ": { + "w_type": "godan verb stem", + "romaji": "nakidaso" + }, + "泣出した": { + "w_type": "conjugated godan verb", + "romaji": "nakidashita" + }, + "泣出して": { + "w_type": "conjugated godan verb", + "romaji": "nakidashite" + }, + "折れ合わ": { + "w_type": "godan verb stem", + "romaji": "oreawa" + }, + "折れ合い": { + "w_type": "godan verb stem", + "romaji": "oreai" + }, + "折れ合え": { + "w_type": "conjugated godan verb", + "romaji": "oreae" + }, + "折れ合お": { + "w_type": "godan verb stem", + "romaji": "oreao" + }, + "折れ合った": { + "w_type": "conjugated godan verb", + "romaji": "oreatta" + }, + "折れ合って": { + "w_type": "conjugated godan verb", + "romaji": "oreatte" + }, + "釣り下がら": { + "w_type": "godan verb stem", + "romaji": "tsurisagara" + }, + "釣り下がり": { + "w_type": "godan verb stem", + "romaji": "tsurisagari" + }, + "釣り下がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsurisagare" + }, + "釣り下がろ": { + "w_type": "godan verb stem", + "romaji": "tsurisagaro" + }, + "釣り下がった": { + "w_type": "conjugated godan verb", + "romaji": "tsurisagatta" + }, + "釣り下がって": { + "w_type": "conjugated godan verb", + "romaji": "tsurisagatte" + }, + "撃殺さ": { + "w_type": "godan verb stem", + "romaji": "uchikorosa" + }, + "撃殺し": { + "w_type": "godan verb stem", + "romaji": "uchikoroshi" + }, + "撃殺せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikorose" + }, + "撃殺そ": { + "w_type": "godan verb stem", + "romaji": "uchikoroso" + }, + "撃殺した": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshita" + }, + "撃殺して": { + "w_type": "conjugated godan verb", + "romaji": "uchikoroshite" + }, + "捜さ": { + "w_type": "godan verb stem", + "romaji": "sagasa" + }, + "捜し": { + "w_type": "godan verb stem", + "romaji": "sagashi" + }, + "捜せ": { + "w_type": "conjugated godan verb", + "romaji": "sagase" + }, + "捜そ": { + "w_type": "godan verb stem", + "romaji": "sagaso" + }, + "捜した": { + "w_type": "conjugated godan verb", + "romaji": "sagashita" + }, + "捜して": { + "w_type": "conjugated godan verb", + "romaji": "sagashite" + }, + "引き剝が": { + "w_type": "godan verb stem", + "romaji": "hikihaga" + }, + "引き剝ぎ": { + "w_type": "godan verb stem", + "romaji": "hikihagi" + }, + "引き剝げ": { + "w_type": "conjugated godan verb", + "romaji": "hikihage" + }, + "引き剝ご": { + "w_type": "godan verb stem", + "romaji": "hikihago" + }, + "引き剝いだ": { + "w_type": "conjugated godan verb", + "romaji": "hikihaida" + }, + "引き剝いで": { + "w_type": "conjugated godan verb", + "romaji": "hikihaide" + }, + "仰有ら": { + "w_type": "godan verb stem", + "romaji": "osshara" + }, + "仰有り": { + "w_type": "godan verb stem", + "romaji": "osshari" + }, + "仰有れ": { + "w_type": "conjugated godan verb", + "romaji": "osshare" + }, + "仰有ろ": { + "w_type": "godan verb stem", + "romaji": "ossharo" + }, + "仰有った": { + "w_type": "conjugated godan verb", + "romaji": "osshatta" + }, + "仰有って": { + "w_type": "conjugated godan verb", + "romaji": "osshatte" + }, + "厭かさ": { + "w_type": "godan verb stem", + "romaji": "akasa" + }, + "厭かし": { + "w_type": "godan verb stem", + "romaji": "akashi" + }, + "厭かせ": { + "w_type": "conjugated godan verb", + "romaji": "akase" + }, + "厭かそ": { + "w_type": "godan verb stem", + "romaji": "akaso" + }, + "厭かした": { + "w_type": "conjugated godan verb", + "romaji": "akashita" + }, + "厭かして": { + "w_type": "conjugated godan verb", + "romaji": "akashite" + }, + "香ら": { + "w_type": "godan verb stem", + "romaji": "kaora" + }, + "香り": { + "w_type": "godan verb stem", + "romaji": "kaori" + }, + "香れ": { + "w_type": "conjugated godan verb", + "romaji": "kaore" + }, + "香ろ": { + "w_type": "godan verb stem", + "romaji": "kaoro" + }, + "香った": { + "w_type": "conjugated godan verb", + "romaji": "kaotta" + }, + "香って": { + "w_type": "conjugated godan verb", + "romaji": "kaotte" + }, + "おもい出さ": { + "w_type": "godan verb stem", + "romaji": "omoidasa" + }, + "おもい出し": { + "w_type": "godan verb stem", + "romaji": "omoidashi" + }, + "おもい出せ": { + "w_type": "conjugated godan verb", + "romaji": "omoidase" + }, + "おもい出そ": { + "w_type": "godan verb stem", + "romaji": "omoidaso" + }, + "おもい出した": { + "w_type": "conjugated godan verb", + "romaji": "omoidashita" + }, + "おもい出して": { + "w_type": "conjugated godan verb", + "romaji": "omoidashite" + }, + "つぎ込ま": { + "w_type": "godan verb stem", + "romaji": "tsugikoma" + }, + "つぎ込み": { + "w_type": "godan verb stem", + "romaji": "tsugikomi" + }, + "つぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "tsugikome" + }, + "つぎ込も": { + "w_type": "godan verb stem", + "romaji": "tsugikomo" + }, + "つぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsugikonda" + }, + "つぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsugikonde" + }, + "へし折ら": { + "w_type": "godan verb stem", + "romaji": "heshiora" + }, + "へし折り": { + "w_type": "godan verb stem", + "romaji": "heshiori" + }, + "へし折れ": { + "w_type": "conjugated godan verb", + "romaji": "heshiore" + }, + "へし折ろ": { + "w_type": "godan verb stem", + "romaji": "heshioro" + }, + "へし折った": { + "w_type": "conjugated godan verb", + "romaji": "heshiotta" + }, + "へし折って": { + "w_type": "conjugated godan verb", + "romaji": "heshiotte" + }, + "光ら": { + "w_type": "godan verb stem", + "romaji": "hikara" + }, + "光り": { + "w_type": "godan verb stem", + "romaji": "hikari" + }, + "光れ": { + "w_type": "conjugated godan verb", + "romaji": "hikare" + }, + "光ろ": { + "w_type": "godan verb stem", + "romaji": "hikaro" + }, + "光った": { + "w_type": "conjugated godan verb", + "romaji": "hikatta" + }, + "光って": { + "w_type": "conjugated godan verb", + "romaji": "hikatte" + }, + "蒸らさ": { + "w_type": "godan verb stem", + "romaji": "murasa" + }, + "蒸らし": { + "w_type": "godan verb stem", + "romaji": "murashi" + }, + "蒸らせ": { + "w_type": "conjugated godan verb", + "romaji": "murase" + }, + "蒸らそ": { + "w_type": "godan verb stem", + "romaji": "muraso" + }, + "蒸らした": { + "w_type": "conjugated godan verb", + "romaji": "murashita" + }, + "蒸らして": { + "w_type": "conjugated godan verb", + "romaji": "murashite" + }, + "見計らわ": { + "w_type": "godan verb stem", + "romaji": "mihakarawa" + }, + "見計らい": { + "w_type": "godan verb stem", + "romaji": "mihakarai" + }, + "見計らえ": { + "w_type": "conjugated godan verb", + "romaji": "mihakarae" + }, + "見計らお": { + "w_type": "godan verb stem", + "romaji": "mihakarao" + }, + "見計らった": { + "w_type": "conjugated godan verb", + "romaji": "mihakaratta" + }, + "見計らって": { + "w_type": "conjugated godan verb", + "romaji": "mihakaratte" + }, + "泡だた": { + "w_type": "godan verb stem", + "romaji": "awadata" + }, + "泡だち": { + "w_type": "godan verb stem", + "romaji": "awadachi" + }, + "泡だて": { + "w_type": "conjugated godan verb", + "romaji": "awadate" + }, + "泡だと": { + "w_type": "godan verb stem", + "romaji": "awadato" + }, + "泡だった": { + "w_type": "conjugated godan verb", + "romaji": "awadatta" + }, + "泡だって": { + "w_type": "conjugated godan verb", + "romaji": "awadatte" + }, + "尖んがら": { + "w_type": "godan verb stem", + "romaji": "togara" + }, + "尖んがり": { + "w_type": "godan verb stem", + "romaji": "togari" + }, + "尖んがれ": { + "w_type": "conjugated godan verb", + "romaji": "togare" + }, + "尖んがろ": { + "w_type": "godan verb stem", + "romaji": "togaro" + }, + "尖んがった": { + "w_type": "conjugated godan verb", + "romaji": "togatta" + }, + "尖んがって": { + "w_type": "conjugated godan verb", + "romaji": "togatte" + }, + "搔か": { + "w_type": "godan verb stem", + "romaji": "kaka" + }, + "搔き": { + "w_type": "godan verb stem", + "romaji": "kaki" + }, + "搔け": { + "w_type": "conjugated godan verb", + "romaji": "kake" + }, + "搔こ": { + "w_type": "godan verb stem", + "romaji": "kako" + }, + "搔いた": { + "w_type": "conjugated godan verb", + "romaji": "kaita" + }, + "搔いて": { + "w_type": "conjugated godan verb", + "romaji": "kaite" + }, + "叱ら": { + "w_type": "godan verb stem", + "romaji": "shikara" + }, + "叱り": { + "w_type": "godan verb stem", + "romaji": "shikari" + }, + "叱れ": { + "w_type": "conjugated godan verb", + "romaji": "shikare" + }, + "叱ろ": { + "w_type": "godan verb stem", + "romaji": "shikaro" + }, + "叱った": { + "w_type": "conjugated godan verb", + "romaji": "shikatta" + }, + "叱って": { + "w_type": "conjugated godan verb", + "romaji": "shikatte" + }, + "泣明さ": { + "w_type": "godan verb stem", + "romaji": "nakiakasa" + }, + "泣明し": { + "w_type": "godan verb stem", + "romaji": "nakiakashi" + }, + "泣明せ": { + "w_type": "conjugated godan verb", + "romaji": "nakiakase" + }, + "泣明そ": { + "w_type": "godan verb stem", + "romaji": "nakiakaso" + }, + "泣明した": { + "w_type": "conjugated godan verb", + "romaji": "nakiakashita" + }, + "泣明して": { + "w_type": "conjugated godan verb", + "romaji": "nakiakashite" + }, + "鳴響か": { + "w_type": "godan verb stem", + "romaji": "narihibika" + }, + "鳴響き": { + "w_type": "godan verb stem", + "romaji": "narihibiki" + }, + "鳴響け": { + "w_type": "conjugated godan verb", + "romaji": "narihibike" + }, + "鳴響こ": { + "w_type": "godan verb stem", + "romaji": "narihibiko" + }, + "鳴響いた": { + "w_type": "conjugated godan verb", + "romaji": "narihibiita" + }, + "鳴響いて": { + "w_type": "conjugated godan verb", + "romaji": "narihibiite" + }, + "示さ": { + "w_type": "godan verb stem", + "romaji": "shimesa" + }, + "示し": { + "w_type": "godan verb stem", + "romaji": "shimeshi" + }, + "示せ": { + "w_type": "conjugated godan verb", + "romaji": "shimese" + }, + "示そ": { + "w_type": "godan verb stem", + "romaji": "shimeso" + }, + "示した": { + "w_type": "conjugated godan verb", + "romaji": "shimeshita" + }, + "示して": { + "w_type": "conjugated godan verb", + "romaji": "shimeshite" + }, + "巻きこま": { + "w_type": "godan verb stem", + "romaji": "makikoma" + }, + "巻きこみ": { + "w_type": "godan verb stem", + "romaji": "makikomi" + }, + "巻きこめ": { + "w_type": "conjugated godan verb", + "romaji": "makikome" + }, + "巻きこも": { + "w_type": "godan verb stem", + "romaji": "makikomo" + }, + "巻きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "makikonda" + }, + "巻きこんで": { + "w_type": "conjugated godan verb", + "romaji": "makikonde" + }, + "抱か": { + "w_type": "godan verb stem", + "romaji": "idaka" + }, + "抱き": { + "w_type": "godan verb stem", + "romaji": "idaki" + }, + "抱け": { + "w_type": "conjugated godan verb", + "romaji": "idake" + }, + "抱こ": { + "w_type": "godan verb stem", + "romaji": "idako" + }, + "抱いた": { + "w_type": "conjugated godan verb", + "romaji": "idaita" + }, + "抱いて": { + "w_type": "conjugated godan verb", + "romaji": "idaite" + }, + "切り割ら": { + "w_type": "godan verb stem", + "romaji": "kiriwara" + }, + "切り割り": { + "w_type": "godan verb stem", + "romaji": "kiriwari" + }, + "切り割れ": { + "w_type": "conjugated godan verb", + "romaji": "kiriware" + }, + "切り割ろ": { + "w_type": "godan verb stem", + "romaji": "kiriwaro" + }, + "切り割った": { + "w_type": "conjugated godan verb", + "romaji": "kiriwatta" + }, + "切り割って": { + "w_type": "conjugated godan verb", + "romaji": "kiriwatte" + }, + "かんかん怒ら": { + "w_type": "godan verb stem", + "romaji": "kankanokora" + }, + "かんかん怒り": { + "w_type": "godan verb stem", + "romaji": "kankanokori" + }, + "かんかん怒れ": { + "w_type": "conjugated godan verb", + "romaji": "kankanokore" + }, + "かんかん怒ろ": { + "w_type": "godan verb stem", + "romaji": "kankanokoro" + }, + "かんかん怒った": { + "w_type": "conjugated godan verb", + "romaji": "kankanokotta" + }, + "かんかん怒って": { + "w_type": "conjugated godan verb", + "romaji": "kankanokotte" + }, + "矧が": { + "w_type": "godan verb stem", + "romaji": "haga" + }, + "矧ぎ": { + "w_type": "godan verb stem", + "romaji": "hagi" + }, + "矧げ": { + "w_type": "conjugated godan verb", + "romaji": "hage" + }, + "矧ご": { + "w_type": "godan verb stem", + "romaji": "hago" + }, + "矧いだ": { + "w_type": "conjugated godan verb", + "romaji": "haida" + }, + "矧いで": { + "w_type": "conjugated godan verb", + "romaji": "haide" + }, + "溢れ反ら": { + "w_type": "godan verb stem", + "romaji": "afurekaera" + }, + "溢れ反り": { + "w_type": "godan verb stem", + "romaji": "afurekaeri" + }, + "溢れ反れ": { + "w_type": "conjugated godan verb", + "romaji": "afurekaere" + }, + "溢れ反ろ": { + "w_type": "godan verb stem", + "romaji": "afurekaero" + }, + "溢れ反った": { + "w_type": "conjugated godan verb", + "romaji": "afurekaetta" + }, + "溢れ反って": { + "w_type": "conjugated godan verb", + "romaji": "afurekaette" + }, + "抑え込ま": { + "w_type": "godan verb stem", + "romaji": "osaekoma" + }, + "抑え込み": { + "w_type": "godan verb stem", + "romaji": "osaekomi" + }, + "抑え込め": { + "w_type": "conjugated godan verb", + "romaji": "osaekome" + }, + "抑え込も": { + "w_type": "godan verb stem", + "romaji": "osaekomo" + }, + "抑え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "osaekonda" + }, + "抑え込んで": { + "w_type": "conjugated godan verb", + "romaji": "osaekonde" + }, + "似あわ": { + "w_type": "godan verb stem", + "romaji": "niawa" + }, + "似あい": { + "w_type": "godan verb stem", + "romaji": "niai" + }, + "似あえ": { + "w_type": "conjugated godan verb", + "romaji": "niae" + }, + "似あお": { + "w_type": "godan verb stem", + "romaji": "niao" + }, + "似あった": { + "w_type": "conjugated godan verb", + "romaji": "niatta" + }, + "似あって": { + "w_type": "conjugated godan verb", + "romaji": "niatte" + }, + "かいま聞か": { + "w_type": "godan verb stem", + "romaji": "kaimakika" + }, + "かいま聞き": { + "w_type": "godan verb stem", + "romaji": "kaimakiki" + }, + "かいま聞け": { + "w_type": "conjugated godan verb", + "romaji": "kaimakike" + }, + "かいま聞こ": { + "w_type": "godan verb stem", + "romaji": "kaimakiko" + }, + "かいま聞いた": { + "w_type": "conjugated godan verb", + "romaji": "kaimakiita" + }, + "かいま聞いて": { + "w_type": "conjugated godan verb", + "romaji": "kaimakiite" + }, + "填めこま": { + "w_type": "godan verb stem", + "romaji": "hamekoma" + }, + "填めこみ": { + "w_type": "godan verb stem", + "romaji": "hamekomi" + }, + "填めこめ": { + "w_type": "conjugated godan verb", + "romaji": "hamekome" + }, + "填めこも": { + "w_type": "godan verb stem", + "romaji": "hamekomo" + }, + "填めこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hamekonda" + }, + "填めこんで": { + "w_type": "conjugated godan verb", + "romaji": "hamekonde" + }, + "チャラ付か": { + "w_type": "godan verb stem", + "romaji": "charatsuka" + }, + "チャラ付き": { + "w_type": "godan verb stem", + "romaji": "charatsuki" + }, + "チャラ付け": { + "w_type": "conjugated godan verb", + "romaji": "charatsuke" + }, + "チャラ付こ": { + "w_type": "godan verb stem", + "romaji": "charatsuko" + }, + "チャラ付いた": { + "w_type": "conjugated godan verb", + "romaji": "charatsuita" + }, + "チャラ付いて": { + "w_type": "conjugated godan verb", + "romaji": "charatsuite" + }, + "引きはなた": { + "w_type": "godan verb stem", + "romaji": "hikihanata" + }, + "引きはなち": { + "w_type": "godan verb stem", + "romaji": "hikihanachi" + }, + "引きはなて": { + "w_type": "conjugated godan verb", + "romaji": "hikihanate" + }, + "引きはなと": { + "w_type": "godan verb stem", + "romaji": "hikihanato" + }, + "引きはなった": { + "w_type": "conjugated godan verb", + "romaji": "hikihanatta" + }, + "引きはなって": { + "w_type": "conjugated godan verb", + "romaji": "hikihanatte" + }, + "兆さ": { + "w_type": "godan verb stem", + "romaji": "kizasa" + }, + "兆し": { + "w_type": "godan verb stem", + "romaji": "kizashi" + }, + "兆せ": { + "w_type": "conjugated godan verb", + "romaji": "kizase" + }, + "兆そ": { + "w_type": "godan verb stem", + "romaji": "kizaso" + }, + "兆した": { + "w_type": "conjugated godan verb", + "romaji": "kizashita" + }, + "兆して": { + "w_type": "conjugated godan verb", + "romaji": "kizashite" + }, + "吸出さ": { + "w_type": "godan verb stem", + "romaji": "suidasa" + }, + "吸出し": { + "w_type": "godan verb stem", + "romaji": "suidashi" + }, + "吸出せ": { + "w_type": "conjugated godan verb", + "romaji": "suidase" + }, + "吸出そ": { + "w_type": "godan verb stem", + "romaji": "suidaso" + }, + "吸出した": { + "w_type": "conjugated godan verb", + "romaji": "suidashita" + }, + "吸出して": { + "w_type": "conjugated godan verb", + "romaji": "suidashite" + }, + "思い耽ら": { + "w_type": "godan verb stem", + "romaji": "omoifukera" + }, + "思い耽り": { + "w_type": "godan verb stem", + "romaji": "omoifukeri" + }, + "思い耽れ": { + "w_type": "conjugated godan verb", + "romaji": "omoifukere" + }, + "思い耽ろ": { + "w_type": "godan verb stem", + "romaji": "omoifukero" + }, + "思い耽った": { + "w_type": "conjugated godan verb", + "romaji": "omoifuketta" + }, + "思い耽って": { + "w_type": "conjugated godan verb", + "romaji": "omoifukette" + }, + "引っ攫わ": { + "w_type": "godan verb stem", + "romaji": "hissarawa" + }, + "引っ攫い": { + "w_type": "godan verb stem", + "romaji": "hissarai" + }, + "引っ攫え": { + "w_type": "conjugated godan verb", + "romaji": "hissarae" + }, + "引っ攫お": { + "w_type": "godan verb stem", + "romaji": "hissarao" + }, + "引っ攫った": { + "w_type": "conjugated godan verb", + "romaji": "hissaratta" + }, + "引っ攫って": { + "w_type": "conjugated godan verb", + "romaji": "hissaratte" + }, + "買い出さ": { + "w_type": "godan verb stem", + "romaji": "kaidasa" + }, + "買い出し": { + "w_type": "godan verb stem", + "romaji": "kaidashi" + }, + "買い出せ": { + "w_type": "conjugated godan verb", + "romaji": "kaidase" + }, + "買い出そ": { + "w_type": "godan verb stem", + "romaji": "kaidaso" + }, + "買い出した": { + "w_type": "conjugated godan verb", + "romaji": "kaidashita" + }, + "買い出して": { + "w_type": "conjugated godan verb", + "romaji": "kaidashite" + }, + "いら立た": { + "w_type": "godan verb stem", + "romaji": "iradata" + }, + "いら立ち": { + "w_type": "godan verb stem", + "romaji": "iradachi" + }, + "いら立て": { + "w_type": "conjugated godan verb", + "romaji": "iradate" + }, + "いら立と": { + "w_type": "godan verb stem", + "romaji": "iradato" + }, + "いら立った": { + "w_type": "conjugated godan verb", + "romaji": "iradatta" + }, + "いら立って": { + "w_type": "conjugated godan verb", + "romaji": "iradatte" + }, + "取直さ": { + "w_type": "godan verb stem", + "romaji": "torinaosa" + }, + "取直し": { + "w_type": "godan verb stem", + "romaji": "torinaoshi" + }, + "取直せ": { + "w_type": "conjugated godan verb", + "romaji": "torinaose" + }, + "取直そ": { + "w_type": "godan verb stem", + "romaji": "torinaoso" + }, + "取直した": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshita" + }, + "取直して": { + "w_type": "conjugated godan verb", + "romaji": "torinaoshite" + }, + "無くなさ": { + "w_type": "godan verb stem", + "romaji": "nakunasa" + }, + "無くなし": { + "w_type": "godan verb stem", + "romaji": "nakunashi" + }, + "無くなせ": { + "w_type": "conjugated godan verb", + "romaji": "nakunase" + }, + "無くなそ": { + "w_type": "godan verb stem", + "romaji": "nakunaso" + }, + "無くなした": { + "w_type": "conjugated godan verb", + "romaji": "nakunashita" + }, + "無くなして": { + "w_type": "conjugated godan verb", + "romaji": "nakunashite" + }, + "踏み鳴らさ": { + "w_type": "godan verb stem", + "romaji": "fuminarasa" + }, + "踏み鳴らし": { + "w_type": "godan verb stem", + "romaji": "fuminarashi" + }, + "踏み鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "fuminarase" + }, + "踏み鳴らそ": { + "w_type": "godan verb stem", + "romaji": "fuminaraso" + }, + "踏み鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "fuminarashita" + }, + "踏み鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "fuminarashite" + }, + "書送ら": { + "w_type": "godan verb stem", + "romaji": "kakiokura" + }, + "書送り": { + "w_type": "godan verb stem", + "romaji": "kakiokuri" + }, + "書送れ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokure" + }, + "書送ろ": { + "w_type": "godan verb stem", + "romaji": "kakiokuro" + }, + "書送った": { + "w_type": "conjugated godan verb", + "romaji": "kakiokutta" + }, + "書送って": { + "w_type": "conjugated godan verb", + "romaji": "kakiokutte" + }, + "無くなら": { + "w_type": "godan verb stem", + "romaji": "nakunara" + }, + "無くなり": { + "w_type": "godan verb stem", + "romaji": "nakunari" + }, + "無くなれ": { + "w_type": "conjugated godan verb", + "romaji": "nakunare" + }, + "無くなろ": { + "w_type": "godan verb stem", + "romaji": "nakunaro" + }, + "無くなった": { + "w_type": "conjugated godan verb", + "romaji": "nakunatta" + }, + "無くなって": { + "w_type": "conjugated godan verb", + "romaji": "nakunatte" + }, + "降込ま": { + "w_type": "godan verb stem", + "romaji": "furikoma" + }, + "降込み": { + "w_type": "godan verb stem", + "romaji": "furikomi" + }, + "降込め": { + "w_type": "conjugated godan verb", + "romaji": "furikome" + }, + "降込も": { + "w_type": "godan verb stem", + "romaji": "furikomo" + }, + "降込んだ": { + "w_type": "conjugated godan verb", + "romaji": "furikonda" + }, + "降込んで": { + "w_type": "conjugated godan verb", + "romaji": "furikonde" + }, + "指さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "指し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "指せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "指そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "指した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "指して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "舞上ら": { + "w_type": "godan verb stem", + "romaji": "maiagara" + }, + "舞上り": { + "w_type": "godan verb stem", + "romaji": "maiagari" + }, + "舞上れ": { + "w_type": "conjugated godan verb", + "romaji": "maiagare" + }, + "舞上ろ": { + "w_type": "godan verb stem", + "romaji": "maiagaro" + }, + "舞上った": { + "w_type": "conjugated godan verb", + "romaji": "maiagatta" + }, + "舞上って": { + "w_type": "conjugated godan verb", + "romaji": "maiagatte" + }, + "不味ら": { + "w_type": "godan verb stem", + "romaji": "mazura" + }, + "不味り": { + "w_type": "godan verb stem", + "romaji": "mazuri" + }, + "不味れ": { + "w_type": "conjugated godan verb", + "romaji": "mazure" + }, + "不味ろ": { + "w_type": "godan verb stem", + "romaji": "mazuro" + }, + "不味った": { + "w_type": "conjugated godan verb", + "romaji": "mazutta" + }, + "不味って": { + "w_type": "conjugated godan verb", + "romaji": "mazutte" + }, + "打ちこま": { + "w_type": "godan verb stem", + "romaji": "uchikoma" + }, + "打ちこみ": { + "w_type": "godan verb stem", + "romaji": "uchikomi" + }, + "打ちこめ": { + "w_type": "conjugated godan verb", + "romaji": "uchikome" + }, + "打ちこも": { + "w_type": "godan verb stem", + "romaji": "uchikomo" + }, + "打ちこんだ": { + "w_type": "conjugated godan verb", + "romaji": "uchikonda" + }, + "打ちこんで": { + "w_type": "conjugated godan verb", + "romaji": "uchikonde" + }, + "霞ま": { + "w_type": "godan verb stem", + "romaji": "kasuma" + }, + "霞み": { + "w_type": "godan verb stem", + "romaji": "kasumi" + }, + "霞め": { + "w_type": "conjugated godan verb", + "romaji": "kasume" + }, + "霞も": { + "w_type": "godan verb stem", + "romaji": "kasumo" + }, + "霞んだ": { + "w_type": "conjugated godan verb", + "romaji": "kasunda" + }, + "霞んで": { + "w_type": "conjugated godan verb", + "romaji": "kasunde" + }, + "買いかぶら": { + "w_type": "godan verb stem", + "romaji": "kaikabura" + }, + "買いかぶり": { + "w_type": "godan verb stem", + "romaji": "kaikaburi" + }, + "買いかぶれ": { + "w_type": "conjugated godan verb", + "romaji": "kaikabure" + }, + "買いかぶろ": { + "w_type": "godan verb stem", + "romaji": "kaikaburo" + }, + "買いかぶった": { + "w_type": "conjugated godan verb", + "romaji": "kaikabutta" + }, + "買いかぶって": { + "w_type": "conjugated godan verb", + "romaji": "kaikabutte" + }, + "戍ら": { + "w_type": "godan verb stem", + "romaji": "mamora" + }, + "戍り": { + "w_type": "godan verb stem", + "romaji": "mamori" + }, + "戍れ": { + "w_type": "conjugated godan verb", + "romaji": "mamore" + }, + "戍ろ": { + "w_type": "godan verb stem", + "romaji": "mamoro" + }, + "戍った": { + "w_type": "conjugated godan verb", + "romaji": "mamotta" + }, + "戍って": { + "w_type": "conjugated godan verb", + "romaji": "mamotte" + }, + "聞込ま": { + "w_type": "godan verb stem", + "romaji": "kikikoma" + }, + "聞込み": { + "w_type": "godan verb stem", + "romaji": "kikikomi" + }, + "聞込め": { + "w_type": "conjugated godan verb", + "romaji": "kikikome" + }, + "聞込も": { + "w_type": "godan verb stem", + "romaji": "kikikomo" + }, + "聞込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kikikonda" + }, + "聞込んで": { + "w_type": "conjugated godan verb", + "romaji": "kikikonde" + }, + "火が付か": { + "w_type": "godan verb stem", + "romaji": "higatsuka" + }, + "火が付き": { + "w_type": "godan verb stem", + "romaji": "higatsuki" + }, + "火が付け": { + "w_type": "conjugated godan verb", + "romaji": "higatsuke" + }, + "火が付こ": { + "w_type": "godan verb stem", + "romaji": "higatsuko" + }, + "火が付いた": { + "w_type": "conjugated godan verb", + "romaji": "higatsuita" + }, + "火が付いて": { + "w_type": "conjugated godan verb", + "romaji": "higatsuite" + }, + "思い直さ": { + "w_type": "godan verb stem", + "romaji": "omoinaosa" + }, + "思い直し": { + "w_type": "godan verb stem", + "romaji": "omoinaoshi" + }, + "思い直せ": { + "w_type": "conjugated godan verb", + "romaji": "omoinaose" + }, + "思い直そ": { + "w_type": "godan verb stem", + "romaji": "omoinaoso" + }, + "思い直した": { + "w_type": "conjugated godan verb", + "romaji": "omoinaoshita" + }, + "思い直して": { + "w_type": "conjugated godan verb", + "romaji": "omoinaoshite" + }, + "向けなおさ": { + "w_type": "godan verb stem", + "romaji": "mukenaosa" + }, + "向けなおし": { + "w_type": "godan verb stem", + "romaji": "mukenaoshi" + }, + "向けなおせ": { + "w_type": "conjugated godan verb", + "romaji": "mukenaose" + }, + "向けなおそ": { + "w_type": "godan verb stem", + "romaji": "mukenaoso" + }, + "向けなおした": { + "w_type": "conjugated godan verb", + "romaji": "mukenaoshita" + }, + "向けなおして": { + "w_type": "conjugated godan verb", + "romaji": "mukenaoshite" + }, + "凹まさ": { + "w_type": "godan verb stem", + "romaji": "hekomasa" + }, + "凹まし": { + "w_type": "godan verb stem", + "romaji": "hekomashi" + }, + "凹ませ": { + "w_type": "conjugated godan verb", + "romaji": "hekomase" + }, + "凹まそ": { + "w_type": "godan verb stem", + "romaji": "hekomaso" + }, + "凹ました": { + "w_type": "conjugated godan verb", + "romaji": "hekomashita" + }, + "凹まして": { + "w_type": "conjugated godan verb", + "romaji": "hekomashite" + }, + "立ち尽くさ": { + "w_type": "godan verb stem", + "romaji": "tachitsukusa" + }, + "立ち尽くし": { + "w_type": "godan verb stem", + "romaji": "tachitsukushi" + }, + "立ち尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "tachitsukuse" + }, + "立ち尽くそ": { + "w_type": "godan verb stem", + "romaji": "tachitsukuso" + }, + "立ち尽くした": { + "w_type": "conjugated godan verb", + "romaji": "tachitsukushita" + }, + "立ち尽くして": { + "w_type": "conjugated godan verb", + "romaji": "tachitsukushite" + }, + "轟か": { + "w_type": "godan verb stem", + "romaji": "todoroka" + }, + "轟き": { + "w_type": "godan verb stem", + "romaji": "todoroki" + }, + "轟け": { + "w_type": "conjugated godan verb", + "romaji": "todoroke" + }, + "轟こ": { + "w_type": "godan verb stem", + "romaji": "todoroko" + }, + "轟いた": { + "w_type": "conjugated godan verb", + "romaji": "todoroita" + }, + "轟いて": { + "w_type": "conjugated godan verb", + "romaji": "todoroite" + }, + "連れ出さ": { + "w_type": "godan verb stem", + "romaji": "tsuredasa" + }, + "連れ出し": { + "w_type": "godan verb stem", + "romaji": "tsuredashi" + }, + "連れ出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuredase" + }, + "連れ出そ": { + "w_type": "godan verb stem", + "romaji": "tsuredaso" + }, + "連れ出した": { + "w_type": "conjugated godan verb", + "romaji": "tsuredashita" + }, + "連れ出して": { + "w_type": "conjugated godan verb", + "romaji": "tsuredashite" + }, + "たたき斬ら": { + "w_type": "godan verb stem", + "romaji": "tatakikira" + }, + "たたき斬り": { + "w_type": "godan verb stem", + "romaji": "tatakikiri" + }, + "たたき斬れ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikire" + }, + "たたき斬ろ": { + "w_type": "godan verb stem", + "romaji": "tatakikiro" + }, + "たたき斬った": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitta" + }, + "たたき斬って": { + "w_type": "conjugated godan verb", + "romaji": "tatakikitte" + }, + "縺れ込ま": { + "w_type": "godan verb stem", + "romaji": "motsurekoma" + }, + "縺れ込み": { + "w_type": "godan verb stem", + "romaji": "motsurekomi" + }, + "縺れ込め": { + "w_type": "conjugated godan verb", + "romaji": "motsurekome" + }, + "縺れ込も": { + "w_type": "godan verb stem", + "romaji": "motsurekomo" + }, + "縺れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "motsurekonda" + }, + "縺れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "motsurekonde" + }, + "乗り回さ": { + "w_type": "godan verb stem", + "romaji": "norimawasa" + }, + "乗り回し": { + "w_type": "godan verb stem", + "romaji": "norimawashi" + }, + "乗り回せ": { + "w_type": "conjugated godan verb", + "romaji": "norimawase" + }, + "乗り回そ": { + "w_type": "godan verb stem", + "romaji": "norimawaso" + }, + "乗り回した": { + "w_type": "conjugated godan verb", + "romaji": "norimawashita" + }, + "乗り回して": { + "w_type": "conjugated godan verb", + "romaji": "norimawashite" + }, + "煩わ": { + "w_type": "godan verb stem", + "romaji": "wazurawa" + }, + "煩い": { + "w_type": "godan verb stem", + "romaji": "wazurai" + }, + "煩え": { + "w_type": "conjugated godan verb", + "romaji": "wazurae" + }, + "煩お": { + "w_type": "godan verb stem", + "romaji": "wazurao" + }, + "煩った": { + "w_type": "conjugated godan verb", + "romaji": "wazuratta" + }, + "煩って": { + "w_type": "conjugated godan verb", + "romaji": "wazuratte" + }, + "震わ": { + "w_type": "godan verb stem", + "romaji": "furuwa" + }, + "震い": { + "w_type": "godan verb stem", + "romaji": "furui" + }, + "震え": { + "w_type": "conjugated godan verb", + "romaji": "furue" + }, + "震お": { + "w_type": "godan verb stem", + "romaji": "furuo" + }, + "震った": { + "w_type": "conjugated godan verb", + "romaji": "furutta" + }, + "震って": { + "w_type": "conjugated godan verb", + "romaji": "furutte" + }, + "跳び掛から": { + "w_type": "godan verb stem", + "romaji": "tobikakara" + }, + "跳び掛かり": { + "w_type": "godan verb stem", + "romaji": "tobikakari" + }, + "跳び掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "tobikakare" + }, + "跳び掛かろ": { + "w_type": "godan verb stem", + "romaji": "tobikakaro" + }, + "跳び掛かった": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatta" + }, + "跳び掛かって": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatte" + }, + "梳ら": { + "w_type": "godan verb stem", + "romaji": "kezura" + }, + "梳り": { + "w_type": "godan verb stem", + "romaji": "kezuri" + }, + "梳れ": { + "w_type": "conjugated godan verb", + "romaji": "kezure" + }, + "梳ろ": { + "w_type": "godan verb stem", + "romaji": "kezuro" + }, + "梳った": { + "w_type": "conjugated godan verb", + "romaji": "kezutta" + }, + "梳って": { + "w_type": "conjugated godan verb", + "romaji": "kezutte" + }, + "請負わ": { + "w_type": "godan verb stem", + "romaji": "ukeowa" + }, + "請負い": { + "w_type": "godan verb stem", + "romaji": "ukeoi" + }, + "請負え": { + "w_type": "conjugated godan verb", + "romaji": "ukeoe" + }, + "請負お": { + "w_type": "godan verb stem", + "romaji": "ukeoo" + }, + "請負った": { + "w_type": "conjugated godan verb", + "romaji": "ukeotta" + }, + "請負って": { + "w_type": "conjugated godan verb", + "romaji": "ukeotte" + }, + "駆けよら": { + "w_type": "godan verb stem", + "romaji": "kakeyora" + }, + "駆けより": { + "w_type": "godan verb stem", + "romaji": "kakeyori" + }, + "駆けよれ": { + "w_type": "conjugated godan verb", + "romaji": "kakeyore" + }, + "駆けよろ": { + "w_type": "godan verb stem", + "romaji": "kakeyoro" + }, + "駆けよった": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotta" + }, + "駆けよって": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotte" + }, + "書き記さ": { + "w_type": "godan verb stem", + "romaji": "kakishirusa" + }, + "書き記し": { + "w_type": "godan verb stem", + "romaji": "kakishirushi" + }, + "書き記せ": { + "w_type": "conjugated godan verb", + "romaji": "kakishiruse" + }, + "書き記そ": { + "w_type": "godan verb stem", + "romaji": "kakishiruso" + }, + "書き記した": { + "w_type": "conjugated godan verb", + "romaji": "kakishirushita" + }, + "書き記して": { + "w_type": "conjugated godan verb", + "romaji": "kakishirushite" + }, + "礼をつくさ": { + "w_type": "godan verb stem", + "romaji": "rei wo tsukusa" + }, + "礼をつくし": { + "w_type": "godan verb stem", + "romaji": "rei wo tsukushi" + }, + "礼をつくせ": { + "w_type": "conjugated godan verb", + "romaji": "rei wo tsukuse" + }, + "礼をつくそ": { + "w_type": "godan verb stem", + "romaji": "rei wo tsukuso" + }, + "礼をつくした": { + "w_type": "conjugated godan verb", + "romaji": "rei wo tsukushita" + }, + "礼をつくして": { + "w_type": "conjugated godan verb", + "romaji": "rei wo tsukushite" + }, + "孳尾ま": { + "w_type": "godan verb stem", + "romaji": "tsuruma" + }, + "孳尾み": { + "w_type": "godan verb stem", + "romaji": "tsurumi" + }, + "孳尾め": { + "w_type": "conjugated godan verb", + "romaji": "tsurume" + }, + "孳尾も": { + "w_type": "godan verb stem", + "romaji": "tsurumo" + }, + "孳尾んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurunda" + }, + "孳尾んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurunde" + }, + "忍び泣か": { + "w_type": "godan verb stem", + "romaji": "shinobinaka" + }, + "忍び泣き": { + "w_type": "godan verb stem", + "romaji": "shinobinaki" + }, + "忍び泣け": { + "w_type": "conjugated godan verb", + "romaji": "shinobinake" + }, + "忍び泣こ": { + "w_type": "godan verb stem", + "romaji": "shinobinako" + }, + "忍び泣いた": { + "w_type": "conjugated godan verb", + "romaji": "shinobinaita" + }, + "忍び泣いて": { + "w_type": "conjugated godan verb", + "romaji": "shinobinaite" + }, + "斬り散らさ": { + "w_type": "godan verb stem", + "romaji": "kirichirasa" + }, + "斬り散らし": { + "w_type": "godan verb stem", + "romaji": "kirichirashi" + }, + "斬り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kirichirase" + }, + "斬り散らそ": { + "w_type": "godan verb stem", + "romaji": "kirichiraso" + }, + "斬り散らした": { + "w_type": "conjugated godan verb", + "romaji": "kirichirashita" + }, + "斬り散らして": { + "w_type": "conjugated godan verb", + "romaji": "kirichirashite" + }, + "仕なおさ": { + "w_type": "godan verb stem", + "romaji": "shinaosa" + }, + "仕なおし": { + "w_type": "godan verb stem", + "romaji": "shinaoshi" + }, + "仕なおせ": { + "w_type": "conjugated godan verb", + "romaji": "shinaose" + }, + "仕なおそ": { + "w_type": "godan verb stem", + "romaji": "shinaoso" + }, + "仕なおした": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshita" + }, + "仕なおして": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshite" + }, + "思い込ま": { + "w_type": "godan verb stem", + "romaji": "omoikoma" + }, + "思い込み": { + "w_type": "godan verb stem", + "romaji": "omoikomi" + }, + "思い込め": { + "w_type": "conjugated godan verb", + "romaji": "omoikome" + }, + "思い込も": { + "w_type": "godan verb stem", + "romaji": "omoikomo" + }, + "思い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "omoikonda" + }, + "思い込んで": { + "w_type": "conjugated godan verb", + "romaji": "omoikonde" + }, + "知れ渡ら": { + "w_type": "godan verb stem", + "romaji": "shirewatara" + }, + "知れ渡り": { + "w_type": "godan verb stem", + "romaji": "shirewatari" + }, + "知れ渡れ": { + "w_type": "conjugated godan verb", + "romaji": "shirewatare" + }, + "知れ渡ろ": { + "w_type": "godan verb stem", + "romaji": "shirewataro" + }, + "知れ渡った": { + "w_type": "conjugated godan verb", + "romaji": "shirewatatta" + }, + "知れ渡って": { + "w_type": "conjugated godan verb", + "romaji": "shirewatatte" + }, + "浮びあがら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "浮びあがり": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "浮びあがれ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "浮びあがろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "浮びあがった": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "浮びあがって": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "洒落込ま": { + "w_type": "godan verb stem", + "romaji": "sharekoma" + }, + "洒落込み": { + "w_type": "godan verb stem", + "romaji": "sharekomi" + }, + "洒落込め": { + "w_type": "conjugated godan verb", + "romaji": "sharekome" + }, + "洒落込も": { + "w_type": "godan verb stem", + "romaji": "sharekomo" + }, + "洒落込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sharekonda" + }, + "洒落込んで": { + "w_type": "conjugated godan verb", + "romaji": "sharekonde" + }, + "風巻か": { + "w_type": "godan verb stem", + "romaji": "shimaka" + }, + "風巻き": { + "w_type": "godan verb stem", + "romaji": "shimaki" + }, + "風巻け": { + "w_type": "conjugated godan verb", + "romaji": "shimake" + }, + "風巻こ": { + "w_type": "godan verb stem", + "romaji": "shimako" + }, + "風巻いた": { + "w_type": "conjugated godan verb", + "romaji": "shimaita" + }, + "風巻いて": { + "w_type": "conjugated godan verb", + "romaji": "shimaite" + }, + "落ち窪ま": { + "w_type": "godan verb stem", + "romaji": "ochikuboma" + }, + "落ち窪み": { + "w_type": "godan verb stem", + "romaji": "ochikubomi" + }, + "落ち窪め": { + "w_type": "conjugated godan verb", + "romaji": "ochikubome" + }, + "落ち窪も": { + "w_type": "godan verb stem", + "romaji": "ochikubomo" + }, + "落ち窪んだ": { + "w_type": "conjugated godan verb", + "romaji": "ochikubonda" + }, + "落ち窪んで": { + "w_type": "conjugated godan verb", + "romaji": "ochikubonde" + }, + "招か": { + "w_type": "godan verb stem", + "romaji": "maneka" + }, + "招き": { + "w_type": "godan verb stem", + "romaji": "maneki" + }, + "招け": { + "w_type": "conjugated godan verb", + "romaji": "maneke" + }, + "招こ": { + "w_type": "godan verb stem", + "romaji": "maneko" + }, + "招いた": { + "w_type": "conjugated godan verb", + "romaji": "maneita" + }, + "招いて": { + "w_type": "conjugated godan verb", + "romaji": "maneite" + }, + "乗りのがさ": { + "w_type": "godan verb stem", + "romaji": "norinogasa" + }, + "乗りのがし": { + "w_type": "godan verb stem", + "romaji": "norinogashi" + }, + "乗りのがせ": { + "w_type": "conjugated godan verb", + "romaji": "norinogase" + }, + "乗りのがそ": { + "w_type": "godan verb stem", + "romaji": "norinogaso" + }, + "乗りのがした": { + "w_type": "conjugated godan verb", + "romaji": "norinogashita" + }, + "乗りのがして": { + "w_type": "conjugated godan verb", + "romaji": "norinogashite" + }, + "懸ら": { + "w_type": "godan verb stem", + "romaji": "kakara" + }, + "懸り": { + "w_type": "godan verb stem", + "romaji": "kakari" + }, + "懸れ": { + "w_type": "conjugated godan verb", + "romaji": "kakare" + }, + "懸ろ": { + "w_type": "godan verb stem", + "romaji": "kakaro" + }, + "懸った": { + "w_type": "conjugated godan verb", + "romaji": "kakatta" + }, + "懸って": { + "w_type": "conjugated godan verb", + "romaji": "kakatte" + }, + "清まさ": { + "w_type": "godan verb stem", + "romaji": "sumasa" + }, + "清まし": { + "w_type": "godan verb stem", + "romaji": "sumashi" + }, + "清ませ": { + "w_type": "conjugated godan verb", + "romaji": "sumase" + }, + "清まそ": { + "w_type": "godan verb stem", + "romaji": "sumaso" + }, + "清ました": { + "w_type": "conjugated godan verb", + "romaji": "sumashita" + }, + "清まして": { + "w_type": "conjugated godan verb", + "romaji": "sumashite" + }, + "組合さ": { + "w_type": "godan verb stem", + "romaji": "kumiawasa" + }, + "組合し": { + "w_type": "godan verb stem", + "romaji": "kumiawashi" + }, + "組合せ": { + "w_type": "conjugated godan verb", + "romaji": "kumiawase" + }, + "組合そ": { + "w_type": "godan verb stem", + "romaji": "kumiawaso" + }, + "組合した": { + "w_type": "conjugated godan verb", + "romaji": "kumiawashita" + }, + "組合して": { + "w_type": "conjugated godan verb", + "romaji": "kumiawashite" + }, + "振り落さ": { + "w_type": "godan verb stem", + "romaji": "furiotosa" + }, + "振り落し": { + "w_type": "godan verb stem", + "romaji": "furiotoshi" + }, + "振り落せ": { + "w_type": "conjugated godan verb", + "romaji": "furiotose" + }, + "振り落そ": { + "w_type": "godan verb stem", + "romaji": "furiotoso" + }, + "振り落した": { + "w_type": "conjugated godan verb", + "romaji": "furiotoshita" + }, + "振り落して": { + "w_type": "conjugated godan verb", + "romaji": "furiotoshite" + }, + "乗移ら": { + "w_type": "godan verb stem", + "romaji": "noriutsura" + }, + "乗移り": { + "w_type": "godan verb stem", + "romaji": "noriutsuri" + }, + "乗移れ": { + "w_type": "conjugated godan verb", + "romaji": "noriutsure" + }, + "乗移ろ": { + "w_type": "godan verb stem", + "romaji": "noriutsuro" + }, + "乗移った": { + "w_type": "conjugated godan verb", + "romaji": "noriutsutta" + }, + "乗移って": { + "w_type": "conjugated godan verb", + "romaji": "noriutsutte" + }, + "絞殺さ": { + "w_type": "godan verb stem", + "romaji": "shimekorosa" + }, + "絞殺し": { + "w_type": "godan verb stem", + "romaji": "shimekoroshi" + }, + "絞殺せ": { + "w_type": "conjugated godan verb", + "romaji": "shimekorose" + }, + "絞殺そ": { + "w_type": "godan verb stem", + "romaji": "shimekoroso" + }, + "絞殺した": { + "w_type": "conjugated godan verb", + "romaji": "shimekoroshita" + }, + "絞殺して": { + "w_type": "conjugated godan verb", + "romaji": "shimekoroshite" + }, + "暇取ら": { + "w_type": "godan verb stem", + "romaji": "himadora" + }, + "暇取り": { + "w_type": "godan verb stem", + "romaji": "himadori" + }, + "暇取れ": { + "w_type": "conjugated godan verb", + "romaji": "himadore" + }, + "暇取ろ": { + "w_type": "godan verb stem", + "romaji": "himadoro" + }, + "暇取った": { + "w_type": "conjugated godan verb", + "romaji": "himadotta" + }, + "暇取って": { + "w_type": "conjugated godan verb", + "romaji": "himadotte" + }, + "巣ごもら": { + "w_type": "godan verb stem", + "romaji": "sugomora" + }, + "巣ごもり": { + "w_type": "godan verb stem", + "romaji": "sugomori" + }, + "巣ごもれ": { + "w_type": "conjugated godan verb", + "romaji": "sugomore" + }, + "巣ごもろ": { + "w_type": "godan verb stem", + "romaji": "sugomoro" + }, + "巣ごもった": { + "w_type": "conjugated godan verb", + "romaji": "sugomotta" + }, + "巣ごもって": { + "w_type": "conjugated godan verb", + "romaji": "sugomotte" + }, + "引ずら": { + "w_type": "godan verb stem", + "romaji": "hikizura" + }, + "引ずり": { + "w_type": "godan verb stem", + "romaji": "hikizuri" + }, + "引ずれ": { + "w_type": "conjugated godan verb", + "romaji": "hikizure" + }, + "引ずろ": { + "w_type": "godan verb stem", + "romaji": "hikizuro" + }, + "引ずった": { + "w_type": "conjugated godan verb", + "romaji": "hikizutta" + }, + "引ずって": { + "w_type": "conjugated godan verb", + "romaji": "hikizutte" + }, + "清まら": { + "w_type": "godan verb stem", + "romaji": "kiyomara" + }, + "清まり": { + "w_type": "godan verb stem", + "romaji": "kiyomari" + }, + "清まれ": { + "w_type": "conjugated godan verb", + "romaji": "kiyomare" + }, + "清まろ": { + "w_type": "godan verb stem", + "romaji": "kiyomaro" + }, + "清まった": { + "w_type": "conjugated godan verb", + "romaji": "kiyomatta" + }, + "清まって": { + "w_type": "conjugated godan verb", + "romaji": "kiyomatte" + }, + "突付か": { + "w_type": "godan verb stem", + "romaji": "tsutsuka" + }, + "突付き": { + "w_type": "godan verb stem", + "romaji": "tsutsuki" + }, + "突付け": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuke" + }, + "突付こ": { + "w_type": "godan verb stem", + "romaji": "tsutsuko" + }, + "突付いた": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuita" + }, + "突付いて": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuite" + }, + "鋳なおさ": { + "w_type": "godan verb stem", + "romaji": "inaosa" + }, + "鋳なおし": { + "w_type": "godan verb stem", + "romaji": "inaoshi" + }, + "鋳なおせ": { + "w_type": "conjugated godan verb", + "romaji": "inaose" + }, + "鋳なおそ": { + "w_type": "godan verb stem", + "romaji": "inaoso" + }, + "鋳なおした": { + "w_type": "conjugated godan verb", + "romaji": "inaoshita" + }, + "鋳なおして": { + "w_type": "conjugated godan verb", + "romaji": "inaoshite" + }, + "色付か": { + "w_type": "godan verb stem", + "romaji": "irozuka" + }, + "色付き": { + "w_type": "godan verb stem", + "romaji": "irozuki" + }, + "色付け": { + "w_type": "conjugated godan verb", + "romaji": "irozuke" + }, + "色付こ": { + "w_type": "godan verb stem", + "romaji": "irozuko" + }, + "色付いた": { + "w_type": "conjugated godan verb", + "romaji": "irozuita" + }, + "色付いて": { + "w_type": "conjugated godan verb", + "romaji": "irozuite" + }, + "籠もら": { + "w_type": "godan verb stem", + "romaji": "komora" + }, + "籠もり": { + "w_type": "godan verb stem", + "romaji": "komori" + }, + "籠もれ": { + "w_type": "conjugated godan verb", + "romaji": "komore" + }, + "籠もろ": { + "w_type": "godan verb stem", + "romaji": "komoro" + }, + "籠もった": { + "w_type": "conjugated godan verb", + "romaji": "komotta" + }, + "籠もって": { + "w_type": "conjugated godan verb", + "romaji": "komotte" + }, + "遊ばさ": { + "w_type": "godan verb stem", + "romaji": "asobasa" + }, + "遊ばし": { + "w_type": "godan verb stem", + "romaji": "asobashi" + }, + "遊ばせ": { + "w_type": "conjugated godan verb", + "romaji": "asobase" + }, + "遊ばそ": { + "w_type": "godan verb stem", + "romaji": "asobaso" + }, + "遊ばした": { + "w_type": "conjugated godan verb", + "romaji": "asobashita" + }, + "遊ばして": { + "w_type": "conjugated godan verb", + "romaji": "asobashite" + }, + "さし迫ら": { + "w_type": "godan verb stem", + "romaji": "sashisemara" + }, + "さし迫り": { + "w_type": "godan verb stem", + "romaji": "sashisemari" + }, + "さし迫れ": { + "w_type": "conjugated godan verb", + "romaji": "sashisemare" + }, + "さし迫ろ": { + "w_type": "godan verb stem", + "romaji": "sashisemaro" + }, + "さし迫った": { + "w_type": "conjugated godan verb", + "romaji": "sashisematta" + }, + "さし迫って": { + "w_type": "conjugated godan verb", + "romaji": "sashisematte" + }, + "私語か": { + "w_type": "godan verb stem", + "romaji": "sasayaka" + }, + "私語き": { + "w_type": "godan verb stem", + "romaji": "sasayaki" + }, + "私語け": { + "w_type": "conjugated godan verb", + "romaji": "sasayake" + }, + "私語こ": { + "w_type": "godan verb stem", + "romaji": "sasayako" + }, + "私語いた": { + "w_type": "conjugated godan verb", + "romaji": "sasayaita" + }, + "私語いて": { + "w_type": "conjugated godan verb", + "romaji": "sasayaite" + }, + "酔払わ": { + "w_type": "godan verb stem", + "romaji": "yopparawa" + }, + "酔払い": { + "w_type": "godan verb stem", + "romaji": "yopparai" + }, + "酔払え": { + "w_type": "conjugated godan verb", + "romaji": "yopparae" + }, + "酔払お": { + "w_type": "godan verb stem", + "romaji": "yopparao" + }, + "酔払った": { + "w_type": "conjugated godan verb", + "romaji": "yopparatta" + }, + "酔払って": { + "w_type": "conjugated godan verb", + "romaji": "yopparatte" + }, + "抜け出さ": { + "w_type": "godan verb stem", + "romaji": "nukedasa" + }, + "抜け出し": { + "w_type": "godan verb stem", + "romaji": "nukedashi" + }, + "抜け出せ": { + "w_type": "conjugated godan verb", + "romaji": "nukedase" + }, + "抜け出そ": { + "w_type": "godan verb stem", + "romaji": "nukedaso" + }, + "抜け出した": { + "w_type": "conjugated godan verb", + "romaji": "nukedashita" + }, + "抜け出して": { + "w_type": "conjugated godan verb", + "romaji": "nukedashite" + }, + "鳴り出さ": { + "w_type": "godan verb stem", + "romaji": "naridasa" + }, + "鳴り出し": { + "w_type": "godan verb stem", + "romaji": "naridashi" + }, + "鳴り出せ": { + "w_type": "conjugated godan verb", + "romaji": "naridase" + }, + "鳴り出そ": { + "w_type": "godan verb stem", + "romaji": "naridaso" + }, + "鳴り出した": { + "w_type": "conjugated godan verb", + "romaji": "naridashita" + }, + "鳴り出して": { + "w_type": "conjugated godan verb", + "romaji": "naridashite" + }, + "喚び出さ": { + "w_type": "godan verb stem", + "romaji": "yobidasa" + }, + "喚び出し": { + "w_type": "godan verb stem", + "romaji": "yobidashi" + }, + "喚び出せ": { + "w_type": "conjugated godan verb", + "romaji": "yobidase" + }, + "喚び出そ": { + "w_type": "godan verb stem", + "romaji": "yobidaso" + }, + "喚び出した": { + "w_type": "conjugated godan verb", + "romaji": "yobidashita" + }, + "喚び出して": { + "w_type": "conjugated godan verb", + "romaji": "yobidashite" + }, + "書か": { + "w_type": "godan verb stem", + "romaji": "kaka" + }, + "書き": { + "w_type": "godan verb stem", + "romaji": "kaki" + }, + "書け": { + "w_type": "conjugated godan verb", + "romaji": "kake" + }, + "書こ": { + "w_type": "godan verb stem", + "romaji": "kako" + }, + "書いた": { + "w_type": "conjugated godan verb", + "romaji": "kaita" + }, + "書いて": { + "w_type": "conjugated godan verb", + "romaji": "kaite" + }, + "請わ": { + "w_type": "godan verb stem", + "romaji": "kowa" + }, + "請い": { + "w_type": "godan verb stem", + "romaji": "koi" + }, + "請え": { + "w_type": "conjugated godan verb", + "romaji": "koe" + }, + "請お": { + "w_type": "godan verb stem", + "romaji": "koo" + }, + "請った": { + "w_type": "conjugated godan verb", + "romaji": "kotta" + }, + "請って": { + "w_type": "conjugated godan verb", + "romaji": "kotte" + }, + "見戍ら": { + "w_type": "godan verb stem", + "romaji": "mimamora" + }, + "見戍り": { + "w_type": "godan verb stem", + "romaji": "mimamori" + }, + "見戍れ": { + "w_type": "conjugated godan verb", + "romaji": "mimamore" + }, + "見戍ろ": { + "w_type": "godan verb stem", + "romaji": "mimamoro" + }, + "見戍った": { + "w_type": "conjugated godan verb", + "romaji": "mimamotta" + }, + "見戍って": { + "w_type": "conjugated godan verb", + "romaji": "mimamotte" + }, + "居残ら": { + "w_type": "godan verb stem", + "romaji": "inokora" + }, + "居残り": { + "w_type": "godan verb stem", + "romaji": "inokori" + }, + "居残れ": { + "w_type": "conjugated godan verb", + "romaji": "inokore" + }, + "居残ろ": { + "w_type": "godan verb stem", + "romaji": "inokoro" + }, + "居残った": { + "w_type": "conjugated godan verb", + "romaji": "inokotta" + }, + "居残って": { + "w_type": "conjugated godan verb", + "romaji": "inokotte" + }, + "削りとら": { + "w_type": "godan verb stem", + "romaji": "kezuritora" + }, + "削りとり": { + "w_type": "godan verb stem", + "romaji": "kezuritori" + }, + "削りとれ": { + "w_type": "conjugated godan verb", + "romaji": "kezuritore" + }, + "削りとろ": { + "w_type": "godan verb stem", + "romaji": "kezuritoro" + }, + "削りとった": { + "w_type": "conjugated godan verb", + "romaji": "kezuritotta" + }, + "削りとって": { + "w_type": "conjugated godan verb", + "romaji": "kezuritotte" + }, + "果敢無ま": { + "w_type": "godan verb stem", + "romaji": "hakanama" + }, + "果敢無み": { + "w_type": "godan verb stem", + "romaji": "hakanami" + }, + "果敢無め": { + "w_type": "conjugated godan verb", + "romaji": "hakaname" + }, + "果敢無も": { + "w_type": "godan verb stem", + "romaji": "hakanamo" + }, + "果敢無んだ": { + "w_type": "conjugated godan verb", + "romaji": "hakananda" + }, + "果敢無んで": { + "w_type": "conjugated godan verb", + "romaji": "hakanande" + }, + "決め込ま": { + "w_type": "godan verb stem", + "romaji": "kimekoma" + }, + "決め込み": { + "w_type": "godan verb stem", + "romaji": "kimekomi" + }, + "決め込め": { + "w_type": "conjugated godan verb", + "romaji": "kimekome" + }, + "決め込も": { + "w_type": "godan verb stem", + "romaji": "kimekomo" + }, + "決め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kimekonda" + }, + "決め込んで": { + "w_type": "conjugated godan verb", + "romaji": "kimekonde" + }, + "聞きださ": { + "w_type": "godan verb stem", + "romaji": "kikidasa" + }, + "聞きだし": { + "w_type": "godan verb stem", + "romaji": "kikidashi" + }, + "聞きだせ": { + "w_type": "conjugated godan verb", + "romaji": "kikidase" + }, + "聞きだそ": { + "w_type": "godan verb stem", + "romaji": "kikidaso" + }, + "聞きだした": { + "w_type": "conjugated godan verb", + "romaji": "kikidashita" + }, + "聞きだして": { + "w_type": "conjugated godan verb", + "romaji": "kikidashite" + }, + "受けとら": { + "w_type": "godan verb stem", + "romaji": "uketora" + }, + "受けとり": { + "w_type": "godan verb stem", + "romaji": "uketori" + }, + "受けとれ": { + "w_type": "conjugated godan verb", + "romaji": "uketore" + }, + "受けとろ": { + "w_type": "godan verb stem", + "romaji": "uketoro" + }, + "受けとった": { + "w_type": "conjugated godan verb", + "romaji": "uketotta" + }, + "受けとって": { + "w_type": "conjugated godan verb", + "romaji": "uketotte" + }, + "言習わさ": { + "w_type": "godan verb stem", + "romaji": "iinarawasa" + }, + "言習わし": { + "w_type": "godan verb stem", + "romaji": "iinarawashi" + }, + "言習わせ": { + "w_type": "conjugated godan verb", + "romaji": "iinarawase" + }, + "言習わそ": { + "w_type": "godan verb stem", + "romaji": "iinarawaso" + }, + "言習わした": { + "w_type": "conjugated godan verb", + "romaji": "iinarawashita" + }, + "言習わして": { + "w_type": "conjugated godan verb", + "romaji": "iinarawashite" + }, + "引っ掻き回さ": { + "w_type": "godan verb stem", + "romaji": "hikkakimawasa" + }, + "引っ掻き回し": { + "w_type": "godan verb stem", + "romaji": "hikkakimawashi" + }, + "引っ掻き回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawase" + }, + "引っ掻き回そ": { + "w_type": "godan verb stem", + "romaji": "hikkakimawaso" + }, + "引っ掻き回した": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawashita" + }, + "引っ掻き回して": { + "w_type": "conjugated godan verb", + "romaji": "hikkakimawashite" + }, + "停まら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "停まり": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "停まれ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "停まろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "停まった": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "停まって": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "纏ら": { + "w_type": "godan verb stem", + "romaji": "matsuwara" + }, + "纏り": { + "w_type": "godan verb stem", + "romaji": "matsuwari" + }, + "纏れ": { + "w_type": "conjugated godan verb", + "romaji": "matsuware" + }, + "纏ろ": { + "w_type": "godan verb stem", + "romaji": "matsuwaro" + }, + "偽ら": { + "w_type": "godan verb stem", + "romaji": "itsuwara" + }, + "偽り": { + "w_type": "godan verb stem", + "romaji": "itsuwari" + }, + "偽れ": { + "w_type": "conjugated godan verb", + "romaji": "itsuware" + }, + "偽ろ": { + "w_type": "godan verb stem", + "romaji": "itsuwaro" + }, + "偽った": { + "w_type": "conjugated godan verb", + "romaji": "itsuwatta" + }, + "偽って": { + "w_type": "conjugated godan verb", + "romaji": "itsuwatte" + }, + "乾き切ら": { + "w_type": "godan verb stem", + "romaji": "kawakikira" + }, + "乾き切り": { + "w_type": "godan verb stem", + "romaji": "kawakikiri" + }, + "乾き切れ": { + "w_type": "conjugated godan verb", + "romaji": "kawakikire" + }, + "乾き切ろ": { + "w_type": "godan verb stem", + "romaji": "kawakikiro" + }, + "乾き切った": { + "w_type": "conjugated godan verb", + "romaji": "kawakikitta" + }, + "乾き切って": { + "w_type": "conjugated godan verb", + "romaji": "kawakikitte" + }, + "当てこま": { + "w_type": "godan verb stem", + "romaji": "atekoma" + }, + "当てこみ": { + "w_type": "godan verb stem", + "romaji": "atekomi" + }, + "当てこめ": { + "w_type": "conjugated godan verb", + "romaji": "atekome" + }, + "当てこも": { + "w_type": "godan verb stem", + "romaji": "atekomo" + }, + "当てこんだ": { + "w_type": "conjugated godan verb", + "romaji": "atekonda" + }, + "当てこんで": { + "w_type": "conjugated godan verb", + "romaji": "atekonde" + }, + "沸き起ら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "沸き起り": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "沸き起れ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "沸き起ろ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "沸き起った": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "沸き起って": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "涌か": { + "w_type": "godan verb stem", + "romaji": "waka" + }, + "涌き": { + "w_type": "godan verb stem", + "romaji": "waki" + }, + "涌け": { + "w_type": "conjugated godan verb", + "romaji": "wake" + }, + "涌こ": { + "w_type": "godan verb stem", + "romaji": "wako" + }, + "涌いた": { + "w_type": "conjugated godan verb", + "romaji": "waita" + }, + "涌いて": { + "w_type": "conjugated godan verb", + "romaji": "waite" + }, + "身動が": { + "w_type": "godan verb stem", + "romaji": "mijiroga" + }, + "身動ぎ": { + "w_type": "godan verb stem", + "romaji": "mijirogi" + }, + "身動げ": { + "w_type": "conjugated godan verb", + "romaji": "mijiroge" + }, + "身動ご": { + "w_type": "godan verb stem", + "romaji": "mijirogo" + }, + "身動いだ": { + "w_type": "conjugated godan verb", + "romaji": "mijiroida" + }, + "身動いで": { + "w_type": "conjugated godan verb", + "romaji": "mijiroide" + }, + "齧ら": { + "w_type": "godan verb stem", + "romaji": "kajira" + }, + "齧り": { + "w_type": "godan verb stem", + "romaji": "kajiri" + }, + "齧れ": { + "w_type": "conjugated godan verb", + "romaji": "kajire" + }, + "齧ろ": { + "w_type": "godan verb stem", + "romaji": "kajiro" + }, + "齧った": { + "w_type": "conjugated godan verb", + "romaji": "kajitta" + }, + "齧って": { + "w_type": "conjugated godan verb", + "romaji": "kajitte" + }, + "見越さ": { + "w_type": "godan verb stem", + "romaji": "mikosa" + }, + "見越し": { + "w_type": "godan verb stem", + "romaji": "mikoshi" + }, + "見越せ": { + "w_type": "conjugated godan verb", + "romaji": "mikose" + }, + "見越そ": { + "w_type": "godan verb stem", + "romaji": "mikoso" + }, + "見越した": { + "w_type": "conjugated godan verb", + "romaji": "mikoshita" + }, + "見越して": { + "w_type": "conjugated godan verb", + "romaji": "mikoshite" + }, + "噛ら": { + "w_type": "godan verb stem", + "romaji": "kajira" + }, + "噛り": { + "w_type": "godan verb stem", + "romaji": "kajiri" + }, + "噛れ": { + "w_type": "conjugated godan verb", + "romaji": "kajire" + }, + "噛ろ": { + "w_type": "godan verb stem", + "romaji": "kajiro" + }, + "噛った": { + "w_type": "conjugated godan verb", + "romaji": "kajitta" + }, + "噛って": { + "w_type": "conjugated godan verb", + "romaji": "kajitte" + }, + "嚇さ": { + "w_type": "godan verb stem", + "romaji": "odosa" + }, + "嚇し": { + "w_type": "godan verb stem", + "romaji": "odoshi" + }, + "嚇せ": { + "w_type": "conjugated godan verb", + "romaji": "odose" + }, + "嚇そ": { + "w_type": "godan verb stem", + "romaji": "odoso" + }, + "嚇した": { + "w_type": "conjugated godan verb", + "romaji": "odoshita" + }, + "嚇して": { + "w_type": "conjugated godan verb", + "romaji": "odoshite" + }, + "抜け上がら": { + "w_type": "godan verb stem", + "romaji": "nukeagara" + }, + "抜け上がり": { + "w_type": "godan verb stem", + "romaji": "nukeagari" + }, + "抜け上がれ": { + "w_type": "conjugated godan verb", + "romaji": "nukeagare" + }, + "抜け上がろ": { + "w_type": "godan verb stem", + "romaji": "nukeagaro" + }, + "抜け上がった": { + "w_type": "conjugated godan verb", + "romaji": "nukeagatta" + }, + "抜け上がって": { + "w_type": "conjugated godan verb", + "romaji": "nukeagatte" + }, + "赫か": { + "w_type": "godan verb stem", + "romaji": "kagayaka" + }, + "赫き": { + "w_type": "godan verb stem", + "romaji": "kagayaki" + }, + "赫け": { + "w_type": "conjugated godan verb", + "romaji": "kagayake" + }, + "赫こ": { + "w_type": "godan verb stem", + "romaji": "kagayako" + }, + "赫いた": { + "w_type": "conjugated godan verb", + "romaji": "kagayaita" + }, + "赫いて": { + "w_type": "conjugated godan verb", + "romaji": "kagayaite" + }, + "逃げださ": { + "w_type": "godan verb stem", + "romaji": "nigedasa" + }, + "逃げだし": { + "w_type": "godan verb stem", + "romaji": "nigedashi" + }, + "逃げだせ": { + "w_type": "conjugated godan verb", + "romaji": "nigedase" + }, + "逃げだそ": { + "w_type": "godan verb stem", + "romaji": "nigedaso" + }, + "逃げだした": { + "w_type": "conjugated godan verb", + "romaji": "nigedashita" + }, + "逃げだして": { + "w_type": "conjugated godan verb", + "romaji": "nigedashite" + }, + "生から": { + "w_type": "godan verb stem", + "romaji": "ikara" + }, + "生かり": { + "w_type": "godan verb stem", + "romaji": "ikari" + }, + "生かれ": { + "w_type": "conjugated godan verb", + "romaji": "ikare" + }, + "生かろ": { + "w_type": "godan verb stem", + "romaji": "ikaro" + }, + "生かった": { + "w_type": "conjugated godan verb", + "romaji": "ikatta" + }, + "生かって": { + "w_type": "conjugated godan verb", + "romaji": "ikatte" + }, + "一句詠ま": { + "w_type": "godan verb stem", + "romaji": "ikkuyoma" + }, + "一句詠み": { + "w_type": "godan verb stem", + "romaji": "ikkuyomi" + }, + "一句詠め": { + "w_type": "conjugated godan verb", + "romaji": "ikkuyome" + }, + "一句詠も": { + "w_type": "godan verb stem", + "romaji": "ikkuyomo" + }, + "一句詠んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikkuyonda" + }, + "一句詠んで": { + "w_type": "conjugated godan verb", + "romaji": "ikkuyonde" + }, + "吹き飛ばさ": { + "w_type": "godan verb stem", + "romaji": "fukitobasa" + }, + "吹き飛ばし": { + "w_type": "godan verb stem", + "romaji": "fukitobashi" + }, + "吹き飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "fukitobase" + }, + "吹き飛ばそ": { + "w_type": "godan verb stem", + "romaji": "fukitobaso" + }, + "吹き飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "fukitobashita" + }, + "吹き飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "fukitobashite" + }, + "泣き叫ば": { + "w_type": "godan verb stem", + "romaji": "nakisakeba" + }, + "泣き叫び": { + "w_type": "godan verb stem", + "romaji": "nakisakebi" + }, + "泣き叫べ": { + "w_type": "conjugated godan verb", + "romaji": "nakisakebe" + }, + "泣き叫ぼ": { + "w_type": "godan verb stem", + "romaji": "nakisakebo" + }, + "泣き叫んだ": { + "w_type": "conjugated godan verb", + "romaji": "nakisakenda" + }, + "泣き叫んで": { + "w_type": "conjugated godan verb", + "romaji": "nakisakende" + }, + "轢き殺さ": { + "w_type": "godan verb stem", + "romaji": "hikikorosa" + }, + "轢き殺し": { + "w_type": "godan verb stem", + "romaji": "hikikoroshi" + }, + "轢き殺せ": { + "w_type": "conjugated godan verb", + "romaji": "hikikorose" + }, + "轢き殺そ": { + "w_type": "godan verb stem", + "romaji": "hikikoroso" + }, + "轢き殺した": { + "w_type": "conjugated godan verb", + "romaji": "hikikoroshita" + }, + "轢き殺して": { + "w_type": "conjugated godan verb", + "romaji": "hikikoroshite" + }, + "煮やさ": { + "w_type": "godan verb stem", + "romaji": "niyasa" + }, + "煮やし": { + "w_type": "godan verb stem", + "romaji": "niyashi" + }, + "煮やせ": { + "w_type": "conjugated godan verb", + "romaji": "niyase" + }, + "煮やそ": { + "w_type": "godan verb stem", + "romaji": "niyaso" + }, + "煮やした": { + "w_type": "conjugated godan verb", + "romaji": "niyashita" + }, + "煮やして": { + "w_type": "conjugated godan verb", + "romaji": "niyashite" + }, + "興ら": { + "w_type": "godan verb stem", + "romaji": "okora" + }, + "興り": { + "w_type": "godan verb stem", + "romaji": "okori" + }, + "興れ": { + "w_type": "conjugated godan verb", + "romaji": "okore" + }, + "興ろ": { + "w_type": "godan verb stem", + "romaji": "okoro" + }, + "興った": { + "w_type": "conjugated godan verb", + "romaji": "okotta" + }, + "興って": { + "w_type": "conjugated godan verb", + "romaji": "okotte" + }, + "稼が": { + "w_type": "godan verb stem", + "romaji": "kasega" + }, + "稼ぎ": { + "w_type": "godan verb stem", + "romaji": "kasegi" + }, + "稼げ": { + "w_type": "conjugated godan verb", + "romaji": "kasege" + }, + "稼ご": { + "w_type": "godan verb stem", + "romaji": "kasego" + }, + "稼いだ": { + "w_type": "conjugated godan verb", + "romaji": "kaseida" + }, + "稼いで": { + "w_type": "conjugated godan verb", + "romaji": "kaseide" + }, + "書き殴ら": { + "w_type": "godan verb stem", + "romaji": "kakinagura" + }, + "書き殴り": { + "w_type": "godan verb stem", + "romaji": "kakinaguri" + }, + "書き殴れ": { + "w_type": "conjugated godan verb", + "romaji": "kakinagure" + }, + "書き殴ろ": { + "w_type": "godan verb stem", + "romaji": "kakinaguro" + }, + "書き殴った": { + "w_type": "conjugated godan verb", + "romaji": "kakinagutta" + }, + "書き殴って": { + "w_type": "conjugated godan verb", + "romaji": "kakinagutte" + }, + "浴さ": { + "w_type": "godan verb stem", + "romaji": "yokusa" + }, + "浴し": { + "w_type": "godan verb stem", + "romaji": "yokushi" + }, + "浴せ": { + "w_type": "conjugated godan verb", + "romaji": "yokuse" + }, + "浴そ": { + "w_type": "godan verb stem", + "romaji": "yokuso" + }, + "浴した": { + "w_type": "conjugated godan verb", + "romaji": "yokushita" + }, + "浴して": { + "w_type": "conjugated godan verb", + "romaji": "yokushite" + }, + "表立た": { + "w_type": "godan verb stem", + "romaji": "omotedata" + }, + "表立ち": { + "w_type": "godan verb stem", + "romaji": "omotedachi" + }, + "表立て": { + "w_type": "conjugated godan verb", + "romaji": "omotedate" + }, + "表立と": { + "w_type": "godan verb stem", + "romaji": "omotedato" + }, + "表立った": { + "w_type": "conjugated godan verb", + "romaji": "omotedatta" + }, + "表立って": { + "w_type": "conjugated godan verb", + "romaji": "omotedatte" + }, + "競い合わ": { + "w_type": "godan verb stem", + "romaji": "kisoiawa" + }, + "競い合い": { + "w_type": "godan verb stem", + "romaji": "kisoiai" + }, + "競い合え": { + "w_type": "conjugated godan verb", + "romaji": "kisoiae" + }, + "競い合お": { + "w_type": "godan verb stem", + "romaji": "kisoiao" + }, + "競い合った": { + "w_type": "conjugated godan verb", + "romaji": "kisoiatta" + }, + "競い合って": { + "w_type": "conjugated godan verb", + "romaji": "kisoiatte" + }, + "立上ら": { + "w_type": "godan verb stem", + "romaji": "tachinobora" + }, + "立上り": { + "w_type": "godan verb stem", + "romaji": "tachinobori" + }, + "立上れ": { + "w_type": "conjugated godan verb", + "romaji": "tachinobore" + }, + "立上ろ": { + "w_type": "godan verb stem", + "romaji": "tachinoboro" + }, + "立上った": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotta" + }, + "立上って": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotte" + }, + "言放た": { + "w_type": "godan verb stem", + "romaji": "iihanata" + }, + "言放ち": { + "w_type": "godan verb stem", + "romaji": "iihanachi" + }, + "言放て": { + "w_type": "conjugated godan verb", + "romaji": "iihanate" + }, + "言放と": { + "w_type": "godan verb stem", + "romaji": "iihanato" + }, + "言放った": { + "w_type": "conjugated godan verb", + "romaji": "iihanatta" + }, + "言放って": { + "w_type": "conjugated godan verb", + "romaji": "iihanatte" + }, + "ひた隠さ": { + "w_type": "godan verb stem", + "romaji": "hitakakusa" + }, + "ひた隠し": { + "w_type": "godan verb stem", + "romaji": "hitakakushi" + }, + "ひた隠せ": { + "w_type": "conjugated godan verb", + "romaji": "hitakakuse" + }, + "ひた隠そ": { + "w_type": "godan verb stem", + "romaji": "hitakakuso" + }, + "ひた隠した": { + "w_type": "conjugated godan verb", + "romaji": "hitakakushita" + }, + "ひた隠して": { + "w_type": "conjugated godan verb", + "romaji": "hitakakushite" + }, + "辞さ": { + "w_type": "godan verb stem", + "romaji": "jisa" + }, + "辞し": { + "w_type": "godan verb stem", + "romaji": "jishi" + }, + "辞せ": { + "w_type": "conjugated godan verb", + "romaji": "jise" + }, + "辞そ": { + "w_type": "godan verb stem", + "romaji": "jiso" + }, + "辞した": { + "w_type": "conjugated godan verb", + "romaji": "jishita" + }, + "辞して": { + "w_type": "conjugated godan verb", + "romaji": "jishite" + }, + "衝き当ら": { + "w_type": "godan verb stem", + "romaji": "tsukiatara" + }, + "衝き当り": { + "w_type": "godan verb stem", + "romaji": "tsukiatari" + }, + "衝き当れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatare" + }, + "衝き当ろ": { + "w_type": "godan verb stem", + "romaji": "tsukiataro" + }, + "衝き当った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatta" + }, + "衝き当って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatatte" + }, + "打って変わら": { + "w_type": "godan verb stem", + "romaji": "uttekawara" + }, + "打って変わり": { + "w_type": "godan verb stem", + "romaji": "uttekawari" + }, + "打って変われ": { + "w_type": "conjugated godan verb", + "romaji": "uttekaware" + }, + "打って変わろ": { + "w_type": "godan verb stem", + "romaji": "uttekawaro" + }, + "打って変わった": { + "w_type": "conjugated godan verb", + "romaji": "uttekawatta" + }, + "打って変わって": { + "w_type": "conjugated godan verb", + "romaji": "uttekawatte" + }, + "調べ出さ": { + "w_type": "godan verb stem", + "romaji": "shirabedasa" + }, + "調べ出し": { + "w_type": "godan verb stem", + "romaji": "shirabedashi" + }, + "調べ出せ": { + "w_type": "conjugated godan verb", + "romaji": "shirabedase" + }, + "調べ出そ": { + "w_type": "godan verb stem", + "romaji": "shirabedaso" + }, + "調べ出した": { + "w_type": "conjugated godan verb", + "romaji": "shirabedashita" + }, + "調べ出して": { + "w_type": "conjugated godan verb", + "romaji": "shirabedashite" + }, + "越さ": { + "w_type": "godan verb stem", + "romaji": "kosa" + }, + "越し": { + "w_type": "godan verb stem", + "romaji": "koshi" + }, + "越せ": { + "w_type": "conjugated godan verb", + "romaji": "kose" + }, + "越そ": { + "w_type": "godan verb stem", + "romaji": "koso" + }, + "越した": { + "w_type": "conjugated godan verb", + "romaji": "koshita" + }, + "越して": { + "w_type": "conjugated godan verb", + "romaji": "koshite" + }, + "成り下ら": { + "w_type": "godan verb stem", + "romaji": "narisagara" + }, + "成り下り": { + "w_type": "godan verb stem", + "romaji": "narisagari" + }, + "成り下れ": { + "w_type": "conjugated godan verb", + "romaji": "narisagare" + }, + "成り下ろ": { + "w_type": "godan verb stem", + "romaji": "narisagaro" + }, + "成り下った": { + "w_type": "conjugated godan verb", + "romaji": "narisagatta" + }, + "成り下って": { + "w_type": "conjugated godan verb", + "romaji": "narisagatte" + }, + "崩さ": { + "w_type": "godan verb stem", + "romaji": "kuzusa" + }, + "崩し": { + "w_type": "godan verb stem", + "romaji": "kuzushi" + }, + "崩せ": { + "w_type": "conjugated godan verb", + "romaji": "kuzuse" + }, + "崩そ": { + "w_type": "godan verb stem", + "romaji": "kuzuso" + }, + "崩した": { + "w_type": "conjugated godan verb", + "romaji": "kuzushita" + }, + "崩して": { + "w_type": "conjugated godan verb", + "romaji": "kuzushite" + }, + "聳り立た": { + "w_type": "godan verb stem", + "romaji": "sosoritata" + }, + "聳り立ち": { + "w_type": "godan verb stem", + "romaji": "sosoritachi" + }, + "聳り立て": { + "w_type": "conjugated godan verb", + "romaji": "sosoritate" + }, + "聳り立と": { + "w_type": "godan verb stem", + "romaji": "sosoritato" + }, + "聳り立った": { + "w_type": "conjugated godan verb", + "romaji": "sosoritatta" + }, + "聳り立って": { + "w_type": "conjugated godan verb", + "romaji": "sosoritatte" + }, + "消しとば": { + "w_type": "godan verb stem", + "romaji": "keshitoba" + }, + "消しとび": { + "w_type": "godan verb stem", + "romaji": "keshitobi" + }, + "消しとべ": { + "w_type": "conjugated godan verb", + "romaji": "keshitobe" + }, + "消しとぼ": { + "w_type": "godan verb stem", + "romaji": "keshitobo" + }, + "消しとんだ": { + "w_type": "conjugated godan verb", + "romaji": "keshitonda" + }, + "消しとんで": { + "w_type": "conjugated godan verb", + "romaji": "keshitonde" + }, + "考え付か": { + "w_type": "godan verb stem", + "romaji": "kangaetsuka" + }, + "考え付き": { + "w_type": "godan verb stem", + "romaji": "kangaetsuki" + }, + "考え付け": { + "w_type": "conjugated godan verb", + "romaji": "kangaetsuke" + }, + "考え付こ": { + "w_type": "godan verb stem", + "romaji": "kangaetsuko" + }, + "考え付いた": { + "w_type": "conjugated godan verb", + "romaji": "kangaetsuita" + }, + "考え付いて": { + "w_type": "conjugated godan verb", + "romaji": "kangaetsuite" + }, + "見い出さ": { + "w_type": "godan verb stem", + "romaji": "miidasa" + }, + "見い出し": { + "w_type": "godan verb stem", + "romaji": "miidashi" + }, + "見い出せ": { + "w_type": "conjugated godan verb", + "romaji": "miidase" + }, + "見い出そ": { + "w_type": "godan verb stem", + "romaji": "miidaso" + }, + "見い出した": { + "w_type": "conjugated godan verb", + "romaji": "miidashita" + }, + "見い出して": { + "w_type": "conjugated godan verb", + "romaji": "miidashite" + }, + "空か": { + "w_type": "godan verb stem", + "romaji": "aka" + }, + "空き": { + "w_type": "godan verb stem", + "romaji": "aki" + }, + "空け": { + "w_type": "conjugated godan verb", + "romaji": "ake" + }, + "空こ": { + "w_type": "godan verb stem", + "romaji": "ako" + }, + "空いた": { + "w_type": "conjugated godan verb", + "romaji": "aita" + }, + "空いて": { + "w_type": "conjugated godan verb", + "romaji": "aite" + }, + "一服盛ら": { + "w_type": "godan verb stem", + "romaji": "ippukumora" + }, + "一服盛り": { + "w_type": "godan verb stem", + "romaji": "ippukumori" + }, + "一服盛れ": { + "w_type": "conjugated godan verb", + "romaji": "ippukumore" + }, + "一服盛ろ": { + "w_type": "godan verb stem", + "romaji": "ippukumoro" + }, + "一服盛った": { + "w_type": "conjugated godan verb", + "romaji": "ippukumotta" + }, + "一服盛って": { + "w_type": "conjugated godan verb", + "romaji": "ippukumotte" + }, + "引越さ": { + "w_type": "godan verb stem", + "romaji": "hikkosa" + }, + "引越し": { + "w_type": "godan verb stem", + "romaji": "hikkoshi" + }, + "引越せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkose" + }, + "引越そ": { + "w_type": "godan verb stem", + "romaji": "hikkoso" + }, + "引越した": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshita" + }, + "引越して": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshite" + }, + "折りたたま": { + "w_type": "godan verb stem", + "romaji": "oritatama" + }, + "折りたたみ": { + "w_type": "godan verb stem", + "romaji": "oritatami" + }, + "折りたため": { + "w_type": "conjugated godan verb", + "romaji": "oritatame" + }, + "折りたたも": { + "w_type": "godan verb stem", + "romaji": "oritatamo" + }, + "折りたたんだ": { + "w_type": "conjugated godan verb", + "romaji": "oritatanda" + }, + "折りたたんで": { + "w_type": "conjugated godan verb", + "romaji": "oritatande" + }, + "けり飛ばさ": { + "w_type": "godan verb stem", + "romaji": "keritobasa" + }, + "けり飛ばし": { + "w_type": "godan verb stem", + "romaji": "keritobashi" + }, + "けり飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "keritobase" + }, + "けり飛ばそ": { + "w_type": "godan verb stem", + "romaji": "keritobaso" + }, + "けり飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "keritobashita" + }, + "けり飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "keritobashite" + }, + "浮び上ら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "浮び上り": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "浮び上れ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "浮び上ろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "浮び上った": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "浮び上って": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "飽かさ": { + "w_type": "godan verb stem", + "romaji": "akasa" + }, + "飽かし": { + "w_type": "godan verb stem", + "romaji": "akashi" + }, + "飽かせ": { + "w_type": "conjugated godan verb", + "romaji": "akase" + }, + "飽かそ": { + "w_type": "godan verb stem", + "romaji": "akaso" + }, + "飽かした": { + "w_type": "conjugated godan verb", + "romaji": "akashita" + }, + "飽かして": { + "w_type": "conjugated godan verb", + "romaji": "akashite" + }, + "乗出さ": { + "w_type": "godan verb stem", + "romaji": "noridasa" + }, + "乗出し": { + "w_type": "godan verb stem", + "romaji": "noridashi" + }, + "乗出せ": { + "w_type": "conjugated godan verb", + "romaji": "noridase" + }, + "乗出そ": { + "w_type": "godan verb stem", + "romaji": "noridaso" + }, + "乗出した": { + "w_type": "conjugated godan verb", + "romaji": "noridashita" + }, + "乗出して": { + "w_type": "conjugated godan verb", + "romaji": "noridashite" + }, + "紛れ込ま": { + "w_type": "godan verb stem", + "romaji": "magirekoma" + }, + "紛れ込み": { + "w_type": "godan verb stem", + "romaji": "magirekomi" + }, + "紛れ込め": { + "w_type": "conjugated godan verb", + "romaji": "magirekome" + }, + "紛れ込も": { + "w_type": "godan verb stem", + "romaji": "magirekomo" + }, + "紛れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "magirekonda" + }, + "紛れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "magirekonde" + }, + "練ら": { + "w_type": "godan verb stem", + "romaji": "nera" + }, + "練り": { + "w_type": "godan verb stem", + "romaji": "neri" + }, + "練れ": { + "w_type": "conjugated godan verb", + "romaji": "nere" + }, + "練ろ": { + "w_type": "godan verb stem", + "romaji": "nero" + }, + "練った": { + "w_type": "conjugated godan verb", + "romaji": "netta" + }, + "練って": { + "w_type": "conjugated godan verb", + "romaji": "nette" + }, + "書き下ろさ": { + "w_type": "godan verb stem", + "romaji": "kakiorosa" + }, + "書き下ろし": { + "w_type": "godan verb stem", + "romaji": "kakioroshi" + }, + "書き下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiorose" + }, + "書き下ろそ": { + "w_type": "godan verb stem", + "romaji": "kakioroso" + }, + "書き下ろした": { + "w_type": "conjugated godan verb", + "romaji": "kakioroshita" + }, + "書き下ろして": { + "w_type": "conjugated godan verb", + "romaji": "kakioroshite" + }, + "毟りとら": { + "w_type": "godan verb stem", + "romaji": "mushiritora" + }, + "毟りとり": { + "w_type": "godan verb stem", + "romaji": "mushiritori" + }, + "毟りとれ": { + "w_type": "conjugated godan verb", + "romaji": "mushiritore" + }, + "毟りとろ": { + "w_type": "godan verb stem", + "romaji": "mushiritoro" + }, + "毟りとった": { + "w_type": "conjugated godan verb", + "romaji": "mushiritotta" + }, + "毟りとって": { + "w_type": "conjugated godan verb", + "romaji": "mushiritotte" + }, + "やり損なわ": { + "w_type": "godan verb stem", + "romaji": "yarisokonawa" + }, + "やり損ない": { + "w_type": "godan verb stem", + "romaji": "yarisokonai" + }, + "やり損なえ": { + "w_type": "conjugated godan verb", + "romaji": "yarisokonae" + }, + "やり損なお": { + "w_type": "godan verb stem", + "romaji": "yarisokonao" + }, + "やり損なった": { + "w_type": "conjugated godan verb", + "romaji": "yarisokonatta" + }, + "やり損なって": { + "w_type": "conjugated godan verb", + "romaji": "yarisokonatte" + }, + "暮さ": { + "w_type": "godan verb stem", + "romaji": "kurasa" + }, + "暮し": { + "w_type": "godan verb stem", + "romaji": "kurashi" + }, + "暮せ": { + "w_type": "conjugated godan verb", + "romaji": "kurase" + }, + "暮そ": { + "w_type": "godan verb stem", + "romaji": "kuraso" + }, + "暮した": { + "w_type": "conjugated godan verb", + "romaji": "kurashita" + }, + "暮して": { + "w_type": "conjugated godan verb", + "romaji": "kurashite" + }, + "泣き通さ": { + "w_type": "godan verb stem", + "romaji": "nakitoosa" + }, + "泣き通し": { + "w_type": "godan verb stem", + "romaji": "nakitooshi" + }, + "泣き通せ": { + "w_type": "conjugated godan verb", + "romaji": "nakitoose" + }, + "泣き通そ": { + "w_type": "godan verb stem", + "romaji": "nakitooso" + }, + "泣き通した": { + "w_type": "conjugated godan verb", + "romaji": "nakitooshita" + }, + "泣き通して": { + "w_type": "conjugated godan verb", + "romaji": "nakitooshite" + }, + "詰まさ": { + "w_type": "godan verb stem", + "romaji": "tsumasa" + }, + "詰まし": { + "w_type": "godan verb stem", + "romaji": "tsumashi" + }, + "詰ませ": { + "w_type": "conjugated godan verb", + "romaji": "tsumase" + }, + "詰まそ": { + "w_type": "godan verb stem", + "romaji": "tsumaso" + }, + "詰ました": { + "w_type": "conjugated godan verb", + "romaji": "tsumashita" + }, + "詰まして": { + "w_type": "conjugated godan verb", + "romaji": "tsumashite" + }, + "詰まら": { + "w_type": "godan verb stem", + "romaji": "tsumara" + }, + "詰まり": { + "w_type": "godan verb stem", + "romaji": "tsumari" + }, + "詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsumare" + }, + "詰まろ": { + "w_type": "godan verb stem", + "romaji": "tsumaro" + }, + "詰まった": { + "w_type": "conjugated godan verb", + "romaji": "tsumatta" + }, + "詰まって": { + "w_type": "conjugated godan verb", + "romaji": "tsumatte" + }, + "余ら": { + "w_type": "godan verb stem", + "romaji": "amara" + }, + "余り": { + "w_type": "godan verb stem", + "romaji": "amari" + }, + "余れ": { + "w_type": "conjugated godan verb", + "romaji": "amare" + }, + "余ろ": { + "w_type": "godan verb stem", + "romaji": "amaro" + }, + "余った": { + "w_type": "conjugated godan verb", + "romaji": "amatta" + }, + "余って": { + "w_type": "conjugated godan verb", + "romaji": "amatte" + }, + "掻き曇ら": { + "w_type": "godan verb stem", + "romaji": "kakikumora" + }, + "掻き曇り": { + "w_type": "godan verb stem", + "romaji": "kakikumori" + }, + "掻き曇れ": { + "w_type": "conjugated godan verb", + "romaji": "kakikumore" + }, + "掻き曇ろ": { + "w_type": "godan verb stem", + "romaji": "kakikumoro" + }, + "掻き曇った": { + "w_type": "conjugated godan verb", + "romaji": "kakikumotta" + }, + "掻き曇って": { + "w_type": "conjugated godan verb", + "romaji": "kakikumotte" + }, + "老け込ま": { + "w_type": "godan verb stem", + "romaji": "fukekoma" + }, + "老け込み": { + "w_type": "godan verb stem", + "romaji": "fukekomi" + }, + "老け込め": { + "w_type": "conjugated godan verb", + "romaji": "fukekome" + }, + "老け込も": { + "w_type": "godan verb stem", + "romaji": "fukekomo" + }, + "老け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukekonda" + }, + "老け込んで": { + "w_type": "conjugated godan verb", + "romaji": "fukekonde" + }, + "振り出さ": { + "w_type": "godan verb stem", + "romaji": "furidasa" + }, + "振り出し": { + "w_type": "godan verb stem", + "romaji": "furidashi" + }, + "振り出せ": { + "w_type": "conjugated godan verb", + "romaji": "furidase" + }, + "振り出そ": { + "w_type": "godan verb stem", + "romaji": "furidaso" + }, + "振り出した": { + "w_type": "conjugated godan verb", + "romaji": "furidashita" + }, + "振り出して": { + "w_type": "conjugated godan verb", + "romaji": "furidashite" + }, + "乗っ取ら": { + "w_type": "godan verb stem", + "romaji": "nottora" + }, + "乗っ取り": { + "w_type": "godan verb stem", + "romaji": "nottori" + }, + "乗っ取れ": { + "w_type": "conjugated godan verb", + "romaji": "nottore" + }, + "乗っ取ろ": { + "w_type": "godan verb stem", + "romaji": "nottoro" + }, + "乗っ取った": { + "w_type": "conjugated godan verb", + "romaji": "nottotta" + }, + "乗っ取って": { + "w_type": "conjugated godan verb", + "romaji": "nottotte" + }, + "迫出さ": { + "w_type": "godan verb stem", + "romaji": "seridasa" + }, + "迫出し": { + "w_type": "godan verb stem", + "romaji": "seridashi" + }, + "迫出せ": { + "w_type": "conjugated godan verb", + "romaji": "seridase" + }, + "迫出そ": { + "w_type": "godan verb stem", + "romaji": "seridaso" + }, + "迫出した": { + "w_type": "conjugated godan verb", + "romaji": "seridashita" + }, + "迫出して": { + "w_type": "conjugated godan verb", + "romaji": "seridashite" + }, + "吹き込ま": { + "w_type": "godan verb stem", + "romaji": "fukikoma" + }, + "吹き込み": { + "w_type": "godan verb stem", + "romaji": "fukikomi" + }, + "吹き込め": { + "w_type": "conjugated godan verb", + "romaji": "fukikome" + }, + "吹き込も": { + "w_type": "godan verb stem", + "romaji": "fukikomo" + }, + "吹き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fukikonda" + }, + "吹き込んで": { + "w_type": "conjugated godan verb", + "romaji": "fukikonde" + }, + "憎ま": { + "w_type": "godan verb stem", + "romaji": "nikuma" + }, + "憎み": { + "w_type": "godan verb stem", + "romaji": "nikumi" + }, + "憎め": { + "w_type": "conjugated godan verb", + "romaji": "nikume" + }, + "憎も": { + "w_type": "godan verb stem", + "romaji": "nikumo" + }, + "憎んだ": { + "w_type": "conjugated godan verb", + "romaji": "nikunda" + }, + "憎んで": { + "w_type": "conjugated godan verb", + "romaji": "nikunde" + }, + "連れ帰ら": { + "w_type": "godan verb stem", + "romaji": "tsurekaera" + }, + "連れ帰り": { + "w_type": "godan verb stem", + "romaji": "tsurekaeri" + }, + "連れ帰れ": { + "w_type": "conjugated godan verb", + "romaji": "tsurekaere" + }, + "連れ帰ろ": { + "w_type": "godan verb stem", + "romaji": "tsurekaero" + }, + "連れ帰った": { + "w_type": "conjugated godan verb", + "romaji": "tsurekaetta" + }, + "連れ帰って": { + "w_type": "conjugated godan verb", + "romaji": "tsurekaette" + }, + "伏し拝ま": { + "w_type": "godan verb stem", + "romaji": "fushiogama" + }, + "伏し拝み": { + "w_type": "godan verb stem", + "romaji": "fushiogami" + }, + "伏し拝め": { + "w_type": "conjugated godan verb", + "romaji": "fushiogame" + }, + "伏し拝も": { + "w_type": "godan verb stem", + "romaji": "fushiogamo" + }, + "伏し拝んだ": { + "w_type": "conjugated godan verb", + "romaji": "fushioganda" + }, + "伏し拝んで": { + "w_type": "conjugated godan verb", + "romaji": "fushiogande" + }, + "急がさ": { + "w_type": "godan verb stem", + "romaji": "isogasa" + }, + "急がし": { + "w_type": "godan verb stem", + "romaji": "isogashi" + }, + "急がせ": { + "w_type": "conjugated godan verb", + "romaji": "isogase" + }, + "急がそ": { + "w_type": "godan verb stem", + "romaji": "isogaso" + }, + "急がした": { + "w_type": "conjugated godan verb", + "romaji": "isogashita" + }, + "急がして": { + "w_type": "conjugated godan verb", + "romaji": "isogashite" + }, + "遠ざから": { + "w_type": "godan verb stem", + "romaji": "toozakara" + }, + "遠ざかり": { + "w_type": "godan verb stem", + "romaji": "toozakari" + }, + "遠ざかれ": { + "w_type": "conjugated godan verb", + "romaji": "toozakare" + }, + "遠ざかろ": { + "w_type": "godan verb stem", + "romaji": "toozakaro" + }, + "遠ざかった": { + "w_type": "conjugated godan verb", + "romaji": "toozakatta" + }, + "遠ざかって": { + "w_type": "conjugated godan verb", + "romaji": "toozakatte" + }, + "唾吐か": { + "w_type": "godan verb stem", + "romaji": "tsubaka" + }, + "唾吐き": { + "w_type": "godan verb stem", + "romaji": "tsubaki" + }, + "唾吐け": { + "w_type": "conjugated godan verb", + "romaji": "tsubake" + }, + "唾吐こ": { + "w_type": "godan verb stem", + "romaji": "tsubako" + }, + "唾吐いた": { + "w_type": "conjugated godan verb", + "romaji": "tsubaita" + }, + "唾吐いて": { + "w_type": "conjugated godan verb", + "romaji": "tsubaite" + }, + "落ちこま": { + "w_type": "godan verb stem", + "romaji": "ochikoma" + }, + "落ちこみ": { + "w_type": "godan verb stem", + "romaji": "ochikomi" + }, + "落ちこめ": { + "w_type": "conjugated godan verb", + "romaji": "ochikome" + }, + "落ちこも": { + "w_type": "godan verb stem", + "romaji": "ochikomo" + }, + "落ちこんだ": { + "w_type": "conjugated godan verb", + "romaji": "ochikonda" + }, + "落ちこんで": { + "w_type": "conjugated godan verb", + "romaji": "ochikonde" + }, + "すり込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "すり込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "すり込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "すり込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "すり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "すり込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "見遁さ": { + "w_type": "godan verb stem", + "romaji": "minogasa" + }, + "見遁し": { + "w_type": "godan verb stem", + "romaji": "minogashi" + }, + "見遁せ": { + "w_type": "conjugated godan verb", + "romaji": "minogase" + }, + "見遁そ": { + "w_type": "godan verb stem", + "romaji": "minogaso" + }, + "見遁した": { + "w_type": "conjugated godan verb", + "romaji": "minogashita" + }, + "見遁して": { + "w_type": "conjugated godan verb", + "romaji": "minogashite" + }, + "淘ら": { + "w_type": "godan verb stem", + "romaji": "yura" + }, + "淘り": { + "w_type": "godan verb stem", + "romaji": "yuri" + }, + "淘れ": { + "w_type": "conjugated godan verb", + "romaji": "yure" + }, + "淘ろ": { + "w_type": "godan verb stem", + "romaji": "yuro" + }, + "淘った": { + "w_type": "conjugated godan verb", + "romaji": "yutta" + }, + "淘って": { + "w_type": "conjugated godan verb", + "romaji": "yutte" + }, + "余さ": { + "w_type": "godan verb stem", + "romaji": "amasa" + }, + "余し": { + "w_type": "godan verb stem", + "romaji": "amashi" + }, + "余せ": { + "w_type": "conjugated godan verb", + "romaji": "amase" + }, + "余そ": { + "w_type": "godan verb stem", + "romaji": "amaso" + }, + "余した": { + "w_type": "conjugated godan verb", + "romaji": "amashita" + }, + "余して": { + "w_type": "conjugated godan verb", + "romaji": "amashite" + }, + "透き通さ": { + "w_type": "godan verb stem", + "romaji": "sukitoosa" + }, + "透き通し": { + "w_type": "godan verb stem", + "romaji": "sukitooshi" + }, + "透き通せ": { + "w_type": "conjugated godan verb", + "romaji": "sukitoose" + }, + "透き通そ": { + "w_type": "godan verb stem", + "romaji": "sukitooso" + }, + "透き通した": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshita" + }, + "透き通して": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshite" + }, + "取り囲ま": { + "w_type": "godan verb stem", + "romaji": "torikakoma" + }, + "取り囲み": { + "w_type": "godan verb stem", + "romaji": "torikakomi" + }, + "取り囲め": { + "w_type": "conjugated godan verb", + "romaji": "torikakome" + }, + "取り囲も": { + "w_type": "godan verb stem", + "romaji": "torikakomo" + }, + "取り囲んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikakonda" + }, + "取り囲んで": { + "w_type": "conjugated godan verb", + "romaji": "torikakonde" + }, + "立直さ": { + "w_type": "godan verb stem", + "romaji": "tatenaosa" + }, + "立直し": { + "w_type": "godan verb stem", + "romaji": "tatenaoshi" + }, + "立直せ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaose" + }, + "立直そ": { + "w_type": "godan verb stem", + "romaji": "tatenaoso" + }, + "立直した": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshita" + }, + "立直して": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshite" + }, + "言いやら": { + "w_type": "godan verb stem", + "romaji": "iiyara" + }, + "言いやり": { + "w_type": "godan verb stem", + "romaji": "iiyari" + }, + "言いやれ": { + "w_type": "conjugated godan verb", + "romaji": "iiyare" + }, + "言いやろ": { + "w_type": "godan verb stem", + "romaji": "iiyaro" + }, + "言いやった": { + "w_type": "conjugated godan verb", + "romaji": "iiyatta" + }, + "言いやって": { + "w_type": "conjugated godan verb", + "romaji": "iiyatte" + }, + "鎧わ": { + "w_type": "godan verb stem", + "romaji": "yorowa" + }, + "鎧い": { + "w_type": "godan verb stem", + "romaji": "yoroi" + }, + "鎧え": { + "w_type": "conjugated godan verb", + "romaji": "yoroe" + }, + "鎧お": { + "w_type": "godan verb stem", + "romaji": "yoroo" + }, + "鎧った": { + "w_type": "conjugated godan verb", + "romaji": "yorotta" + }, + "鎧って": { + "w_type": "conjugated godan verb", + "romaji": "yorotte" + }, + "弥立た": { + "w_type": "godan verb stem", + "romaji": "yodata" + }, + "弥立ち": { + "w_type": "godan verb stem", + "romaji": "yodachi" + }, + "弥立て": { + "w_type": "conjugated godan verb", + "romaji": "yodate" + }, + "弥立と": { + "w_type": "godan verb stem", + "romaji": "yodato" + }, + "弥立った": { + "w_type": "conjugated godan verb", + "romaji": "yodatta" + }, + "弥立って": { + "w_type": "conjugated godan verb", + "romaji": "yodatte" + }, + "書写さ": { + "w_type": "godan verb stem", + "romaji": "kakiutsusa" + }, + "書写し": { + "w_type": "godan verb stem", + "romaji": "kakiutsushi" + }, + "書写せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsuse" + }, + "書写そ": { + "w_type": "godan verb stem", + "romaji": "kakiutsuso" + }, + "書写した": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsushita" + }, + "書写して": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsushite" + }, + "掻攫わ": { + "w_type": "godan verb stem", + "romaji": "kassarawa" + }, + "掻攫い": { + "w_type": "godan verb stem", + "romaji": "kassarai" + }, + "掻攫え": { + "w_type": "conjugated godan verb", + "romaji": "kassarae" + }, + "掻攫お": { + "w_type": "godan verb stem", + "romaji": "kassarao" + }, + "掻攫った": { + "w_type": "conjugated godan verb", + "romaji": "kassaratta" + }, + "掻攫って": { + "w_type": "conjugated godan verb", + "romaji": "kassaratte" + }, + "論じ尽くさ": { + "w_type": "godan verb stem", + "romaji": "ronjitsukusa" + }, + "論じ尽くし": { + "w_type": "godan verb stem", + "romaji": "ronjitsukushi" + }, + "論じ尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "ronjitsukuse" + }, + "論じ尽くそ": { + "w_type": "godan verb stem", + "romaji": "ronjitsukuso" + }, + "論じ尽くした": { + "w_type": "conjugated godan verb", + "romaji": "ronjitsukushita" + }, + "論じ尽くして": { + "w_type": "conjugated godan verb", + "romaji": "ronjitsukushite" + }, + "焼け付か": { + "w_type": "godan verb stem", + "romaji": "yaketsuka" + }, + "焼け付き": { + "w_type": "godan verb stem", + "romaji": "yaketsuki" + }, + "焼け付け": { + "w_type": "conjugated godan verb", + "romaji": "yaketsuke" + }, + "焼け付こ": { + "w_type": "godan verb stem", + "romaji": "yaketsuko" + }, + "焼け付いた": { + "w_type": "conjugated godan verb", + "romaji": "yaketsuita" + }, + "焼け付いて": { + "w_type": "conjugated godan verb", + "romaji": "yaketsuite" + }, + "まとわり付か": { + "w_type": "godan verb stem", + "romaji": "matowaritsuka" + }, + "まとわり付き": { + "w_type": "godan verb stem", + "romaji": "matowaritsuki" + }, + "まとわり付け": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuke" + }, + "まとわり付こ": { + "w_type": "godan verb stem", + "romaji": "matowaritsuko" + }, + "まとわり付いた": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuita" + }, + "まとわり付いて": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuite" + }, + "通がら": { + "w_type": "godan verb stem", + "romaji": "tsuugara" + }, + "通がり": { + "w_type": "godan verb stem", + "romaji": "tsuugari" + }, + "通がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuugare" + }, + "通がろ": { + "w_type": "godan verb stem", + "romaji": "tsuugaro" + }, + "通がった": { + "w_type": "conjugated godan verb", + "romaji": "tsuugatta" + }, + "通がって": { + "w_type": "conjugated godan verb", + "romaji": "tsuugatte" + }, + "堕ろさ": { + "w_type": "godan verb stem", + "romaji": "orosa" + }, + "堕ろし": { + "w_type": "godan verb stem", + "romaji": "oroshi" + }, + "堕ろせ": { + "w_type": "conjugated godan verb", + "romaji": "orose" + }, + "堕ろそ": { + "w_type": "godan verb stem", + "romaji": "oroso" + }, + "堕ろした": { + "w_type": "conjugated godan verb", + "romaji": "oroshita" + }, + "堕ろして": { + "w_type": "conjugated godan verb", + "romaji": "oroshite" + }, + "言わ": { + "w_type": "godan verb stem", + "romaji": "iwa" + }, + "言い": { + "w_type": "godan verb stem", + "romaji": "ii" + }, + "言え": { + "w_type": "conjugated godan verb", + "romaji": "ie" + }, + "言お": { + "w_type": "godan verb stem", + "romaji": "io" + }, + "言った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "言って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "引っぱら": { + "w_type": "godan verb stem", + "romaji": "hippara" + }, + "引っぱり": { + "w_type": "godan verb stem", + "romaji": "hippari" + }, + "引っぱれ": { + "w_type": "conjugated godan verb", + "romaji": "hippare" + }, + "引っぱろ": { + "w_type": "godan verb stem", + "romaji": "hipparo" + }, + "引っぱった": { + "w_type": "conjugated godan verb", + "romaji": "hippatta" + }, + "引っぱって": { + "w_type": "conjugated godan verb", + "romaji": "hippatte" + }, + "燬か": { + "w_type": "godan verb stem", + "romaji": "yaka" + }, + "燬き": { + "w_type": "godan verb stem", + "romaji": "yaki" + }, + "燬け": { + "w_type": "conjugated godan verb", + "romaji": "yake" + }, + "燬こ": { + "w_type": "godan verb stem", + "romaji": "yako" + }, + "燬いた": { + "w_type": "conjugated godan verb", + "romaji": "yaita" + }, + "燬いて": { + "w_type": "conjugated godan verb", + "romaji": "yaite" + }, + "浮き立た": { + "w_type": "godan verb stem", + "romaji": "ukitata" + }, + "浮き立ち": { + "w_type": "godan verb stem", + "romaji": "ukitachi" + }, + "浮き立て": { + "w_type": "conjugated godan verb", + "romaji": "ukitate" + }, + "浮き立と": { + "w_type": "godan verb stem", + "romaji": "ukitato" + }, + "浮き立った": { + "w_type": "conjugated godan verb", + "romaji": "ukitatta" + }, + "浮き立って": { + "w_type": "conjugated godan verb", + "romaji": "ukitatte" + }, + "煙ら": { + "w_type": "godan verb stem", + "romaji": "kemura" + }, + "煙り": { + "w_type": "godan verb stem", + "romaji": "kemuri" + }, + "煙れ": { + "w_type": "conjugated godan verb", + "romaji": "kemure" + }, + "煙ろ": { + "w_type": "godan verb stem", + "romaji": "kemuro" + }, + "煙った": { + "w_type": "conjugated godan verb", + "romaji": "kemutta" + }, + "煙って": { + "w_type": "conjugated godan verb", + "romaji": "kemutte" + }, + "織込ま": { + "w_type": "godan verb stem", + "romaji": "orikoma" + }, + "織込み": { + "w_type": "godan verb stem", + "romaji": "orikomi" + }, + "織込め": { + "w_type": "conjugated godan verb", + "romaji": "orikome" + }, + "織込も": { + "w_type": "godan verb stem", + "romaji": "orikomo" + }, + "織込んだ": { + "w_type": "conjugated godan verb", + "romaji": "orikonda" + }, + "織込んで": { + "w_type": "conjugated godan verb", + "romaji": "orikonde" + }, + "明し暮らさ": { + "w_type": "godan verb stem", + "romaji": "akashikurasa" + }, + "明し暮らし": { + "w_type": "godan verb stem", + "romaji": "akashikurashi" + }, + "明し暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "akashikurase" + }, + "明し暮らそ": { + "w_type": "godan verb stem", + "romaji": "akashikuraso" + }, + "明し暮らした": { + "w_type": "conjugated godan verb", + "romaji": "akashikurashita" + }, + "明し暮らして": { + "w_type": "conjugated godan verb", + "romaji": "akashikurashite" + }, + "置か": { + "w_type": "godan verb stem", + "romaji": "oka" + }, + "置き": { + "w_type": "godan verb stem", + "romaji": "oki" + }, + "置け": { + "w_type": "conjugated godan verb", + "romaji": "oke" + }, + "置こ": { + "w_type": "godan verb stem", + "romaji": "oko" + }, + "置いた": { + "w_type": "conjugated godan verb", + "romaji": "oita" + }, + "置いて": { + "w_type": "conjugated godan verb", + "romaji": "oite" + }, + "没ら": { + "w_type": "godan verb stem", + "romaji": "ira" + }, + "没り": { + "w_type": "godan verb stem", + "romaji": "iri" + }, + "没れ": { + "w_type": "conjugated godan verb", + "romaji": "ire" + }, + "没ろ": { + "w_type": "godan verb stem", + "romaji": "iro" + }, + "没った": { + "w_type": "conjugated godan verb", + "romaji": "itta" + }, + "没って": { + "w_type": "conjugated godan verb", + "romaji": "itte" + }, + "痼ら": { + "w_type": "godan verb stem", + "romaji": "shikora" + }, + "痼り": { + "w_type": "godan verb stem", + "romaji": "shikori" + }, + "痼れ": { + "w_type": "conjugated godan verb", + "romaji": "shikore" + }, + "痼ろ": { + "w_type": "godan verb stem", + "romaji": "shikoro" + }, + "痼った": { + "w_type": "conjugated godan verb", + "romaji": "shikotta" + }, + "痼って": { + "w_type": "conjugated godan verb", + "romaji": "shikotte" + }, + "割解さ": { + "w_type": "godan verb stem", + "romaji": "warihogusa" + }, + "割解し": { + "w_type": "godan verb stem", + "romaji": "warihogushi" + }, + "割解せ": { + "w_type": "conjugated godan verb", + "romaji": "warihoguse" + }, + "割解そ": { + "w_type": "godan verb stem", + "romaji": "warihoguso" + }, + "割解した": { + "w_type": "conjugated godan verb", + "romaji": "warihogushita" + }, + "割解して": { + "w_type": "conjugated godan verb", + "romaji": "warihogushite" + }, + "偏ら": { + "w_type": "godan verb stem", + "romaji": "katayora" + }, + "偏り": { + "w_type": "godan verb stem", + "romaji": "katayori" + }, + "偏れ": { + "w_type": "conjugated godan verb", + "romaji": "katayore" + }, + "偏ろ": { + "w_type": "godan verb stem", + "romaji": "katayoro" + }, + "偏った": { + "w_type": "conjugated godan verb", + "romaji": "katayotta" + }, + "偏って": { + "w_type": "conjugated godan verb", + "romaji": "katayotte" + }, + "油ぎら": { + "w_type": "godan verb stem", + "romaji": "aburagira" + }, + "油ぎり": { + "w_type": "godan verb stem", + "romaji": "aburagiri" + }, + "油ぎれ": { + "w_type": "conjugated godan verb", + "romaji": "aburagire" + }, + "油ぎろ": { + "w_type": "godan verb stem", + "romaji": "aburagiro" + }, + "油ぎった": { + "w_type": "conjugated godan verb", + "romaji": "aburagitta" + }, + "油ぎって": { + "w_type": "conjugated godan verb", + "romaji": "aburagitte" + }, + "譲りわたさ": { + "w_type": "godan verb stem", + "romaji": "yuzuriwatasa" + }, + "譲りわたし": { + "w_type": "godan verb stem", + "romaji": "yuzuriwatashi" + }, + "譲りわたせ": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriwatase" + }, + "譲りわたそ": { + "w_type": "godan verb stem", + "romaji": "yuzuriwataso" + }, + "譲りわたした": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriwatashita" + }, + "譲りわたして": { + "w_type": "conjugated godan verb", + "romaji": "yuzuriwatashite" + }, + "くっ付か": { + "w_type": "godan verb stem", + "romaji": "kuttsuka" + }, + "くっ付き": { + "w_type": "godan verb stem", + "romaji": "kuttsuki" + }, + "くっ付け": { + "w_type": "conjugated godan verb", + "romaji": "kuttsuke" + }, + "くっ付こ": { + "w_type": "godan verb stem", + "romaji": "kuttsuko" + }, + "くっ付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuttsuita" + }, + "くっ付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuttsuite" + }, + "振りまわさ": { + "w_type": "godan verb stem", + "romaji": "furimawasa" + }, + "振りまわし": { + "w_type": "godan verb stem", + "romaji": "furimawashi" + }, + "振りまわせ": { + "w_type": "conjugated godan verb", + "romaji": "furimawase" + }, + "振りまわそ": { + "w_type": "godan verb stem", + "romaji": "furimawaso" + }, + "振りまわした": { + "w_type": "conjugated godan verb", + "romaji": "furimawashita" + }, + "振りまわして": { + "w_type": "conjugated godan verb", + "romaji": "furimawashite" + }, + "言破ら": { + "w_type": "godan verb stem", + "romaji": "iiyabura" + }, + "言破り": { + "w_type": "godan verb stem", + "romaji": "iiyaburi" + }, + "言破れ": { + "w_type": "conjugated godan verb", + "romaji": "iiyabure" + }, + "言破ろ": { + "w_type": "godan verb stem", + "romaji": "iiyaburo" + }, + "言破った": { + "w_type": "conjugated godan verb", + "romaji": "iiyabutta" + }, + "言破って": { + "w_type": "conjugated godan verb", + "romaji": "iiyabutte" + }, + "表さ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "表し": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "表せ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "表そ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "表した": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "表して": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "投打た": { + "w_type": "godan verb stem", + "romaji": "nageuta" + }, + "投打ち": { + "w_type": "godan verb stem", + "romaji": "nageuchi" + }, + "投打て": { + "w_type": "conjugated godan verb", + "romaji": "nageute" + }, + "投打と": { + "w_type": "godan verb stem", + "romaji": "nageuto" + }, + "投打った": { + "w_type": "conjugated godan verb", + "romaji": "nageutta" + }, + "投打って": { + "w_type": "conjugated godan verb", + "romaji": "nageutte" + }, + "処さ": { + "w_type": "godan verb stem", + "romaji": "shosa" + }, + "処し": { + "w_type": "godan verb stem", + "romaji": "shoshi" + }, + "処せ": { + "w_type": "conjugated godan verb", + "romaji": "shose" + }, + "処そ": { + "w_type": "godan verb stem", + "romaji": "shoso" + }, + "処した": { + "w_type": "conjugated godan verb", + "romaji": "shoshita" + }, + "処して": { + "w_type": "conjugated godan verb", + "romaji": "shoshite" + }, + "押し込ま": { + "w_type": "godan verb stem", + "romaji": "oshikoma" + }, + "押し込み": { + "w_type": "godan verb stem", + "romaji": "oshikomi" + }, + "押し込め": { + "w_type": "conjugated godan verb", + "romaji": "oshikome" + }, + "押し込も": { + "w_type": "godan verb stem", + "romaji": "oshikomo" + }, + "押し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "oshikonda" + }, + "押し込んで": { + "w_type": "conjugated godan verb", + "romaji": "oshikonde" + }, + "差招か": { + "w_type": "godan verb stem", + "romaji": "sashimaneka" + }, + "差招き": { + "w_type": "godan verb stem", + "romaji": "sashimaneki" + }, + "差招け": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneke" + }, + "差招こ": { + "w_type": "godan verb stem", + "romaji": "sashimaneko" + }, + "差招いた": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneita" + }, + "差招いて": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneite" + }, + "跳びまわら": { + "w_type": "godan verb stem", + "romaji": "tobimawara" + }, + "跳びまわり": { + "w_type": "godan verb stem", + "romaji": "tobimawari" + }, + "跳びまわれ": { + "w_type": "conjugated godan verb", + "romaji": "tobimaware" + }, + "跳びまわろ": { + "w_type": "godan verb stem", + "romaji": "tobimawaro" + }, + "跳びまわった": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatta" + }, + "跳びまわって": { + "w_type": "conjugated godan verb", + "romaji": "tobimawatte" + }, + "降ろさ": { + "w_type": "godan verb stem", + "romaji": "orosa" + }, + "降ろし": { + "w_type": "godan verb stem", + "romaji": "oroshi" + }, + "降ろせ": { + "w_type": "conjugated godan verb", + "romaji": "orose" + }, + "降ろそ": { + "w_type": "godan verb stem", + "romaji": "oroso" + }, + "降ろした": { + "w_type": "conjugated godan verb", + "romaji": "oroshita" + }, + "降ろして": { + "w_type": "conjugated godan verb", + "romaji": "oroshite" + }, + "持出さ": { + "w_type": "godan verb stem", + "romaji": "mochidasa" + }, + "持出し": { + "w_type": "godan verb stem", + "romaji": "mochidashi" + }, + "持出せ": { + "w_type": "conjugated godan verb", + "romaji": "mochidase" + }, + "持出そ": { + "w_type": "godan verb stem", + "romaji": "mochidaso" + }, + "持出した": { + "w_type": "conjugated godan verb", + "romaji": "mochidashita" + }, + "持出して": { + "w_type": "conjugated godan verb", + "romaji": "mochidashite" + }, + "繰りかえさ": { + "w_type": "godan verb stem", + "romaji": "kurikaesa" + }, + "繰りかえし": { + "w_type": "godan verb stem", + "romaji": "kurikaeshi" + }, + "繰りかえせ": { + "w_type": "conjugated godan verb", + "romaji": "kurikaese" + }, + "繰りかえそ": { + "w_type": "godan verb stem", + "romaji": "kurikaeso" + }, + "繰りかえした": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshita" + }, + "繰りかえして": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshite" + }, + "分け取ら": { + "w_type": "godan verb stem", + "romaji": "waketora" + }, + "分け取り": { + "w_type": "godan verb stem", + "romaji": "waketori" + }, + "分け取れ": { + "w_type": "conjugated godan verb", + "romaji": "waketore" + }, + "分け取ろ": { + "w_type": "godan verb stem", + "romaji": "waketoro" + }, + "分け取った": { + "w_type": "conjugated godan verb", + "romaji": "waketotta" + }, + "分け取って": { + "w_type": "conjugated godan verb", + "romaji": "waketotte" + }, + "寄り掛から": { + "w_type": "godan verb stem", + "romaji": "yorikakara" + }, + "寄り掛かり": { + "w_type": "godan verb stem", + "romaji": "yorikakari" + }, + "寄り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "yorikakare" + }, + "寄り掛かろ": { + "w_type": "godan verb stem", + "romaji": "yorikakaro" + }, + "寄り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatta" + }, + "寄り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatte" + }, + "渦巻か": { + "w_type": "godan verb stem", + "romaji": "uzumaka" + }, + "渦巻き": { + "w_type": "godan verb stem", + "romaji": "uzumaki" + }, + "渦巻け": { + "w_type": "conjugated godan verb", + "romaji": "uzumake" + }, + "渦巻こ": { + "w_type": "godan verb stem", + "romaji": "uzumako" + }, + "渦巻いた": { + "w_type": "conjugated godan verb", + "romaji": "uzumaita" + }, + "渦巻いて": { + "w_type": "conjugated godan verb", + "romaji": "uzumaite" + }, + "引きわたさ": { + "w_type": "godan verb stem", + "romaji": "hikiwatasa" + }, + "引きわたし": { + "w_type": "godan verb stem", + "romaji": "hikiwatashi" + }, + "引きわたせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatase" + }, + "引きわたそ": { + "w_type": "godan verb stem", + "romaji": "hikiwataso" + }, + "引きわたした": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatashita" + }, + "引きわたして": { + "w_type": "conjugated godan verb", + "romaji": "hikiwatashite" + }, + "説き起こさ": { + "w_type": "godan verb stem", + "romaji": "tokiokosa" + }, + "説き起こし": { + "w_type": "godan verb stem", + "romaji": "tokiokoshi" + }, + "説き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "tokiokose" + }, + "説き起こそ": { + "w_type": "godan verb stem", + "romaji": "tokiokoso" + }, + "説き起こした": { + "w_type": "conjugated godan verb", + "romaji": "tokiokoshita" + }, + "説き起こして": { + "w_type": "conjugated godan verb", + "romaji": "tokiokoshite" + }, + "聴きいら": { + "w_type": "godan verb stem", + "romaji": "kikiira" + }, + "聴きいり": { + "w_type": "godan verb stem", + "romaji": "kikiiri" + }, + "聴きいれ": { + "w_type": "conjugated godan verb", + "romaji": "kikiire" + }, + "聴きいろ": { + "w_type": "godan verb stem", + "romaji": "kikiiro" + }, + "聴きいった": { + "w_type": "conjugated godan verb", + "romaji": "kikiitta" + }, + "聴きいって": { + "w_type": "conjugated godan verb", + "romaji": "kikiitte" + }, + "乗り継が": { + "w_type": "godan verb stem", + "romaji": "noritsuga" + }, + "乗り継ぎ": { + "w_type": "godan verb stem", + "romaji": "noritsugi" + }, + "乗り継げ": { + "w_type": "conjugated godan verb", + "romaji": "noritsuge" + }, + "乗り継ご": { + "w_type": "godan verb stem", + "romaji": "noritsugo" + }, + "乗り継いだ": { + "w_type": "conjugated godan verb", + "romaji": "noritsuida" + }, + "乗り継いで": { + "w_type": "conjugated godan verb", + "romaji": "noritsuide" + }, + "分た": { + "w_type": "godan verb stem", + "romaji": "wakata" + }, + "分ち": { + "w_type": "godan verb stem", + "romaji": "wakachi" + }, + "分て": { + "w_type": "conjugated godan verb", + "romaji": "wakate" + }, + "分と": { + "w_type": "godan verb stem", + "romaji": "wakato" + }, + "書き散らさ": { + "w_type": "godan verb stem", + "romaji": "kakichirasa" + }, + "書き散らし": { + "w_type": "godan verb stem", + "romaji": "kakichirashi" + }, + "書き散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kakichirase" + }, + "書き散らそ": { + "w_type": "godan verb stem", + "romaji": "kakichiraso" + }, + "書き散らした": { + "w_type": "conjugated godan verb", + "romaji": "kakichirashita" + }, + "書き散らして": { + "w_type": "conjugated godan verb", + "romaji": "kakichirashite" + }, + "突返さ": { + "w_type": "godan verb stem", + "romaji": "tsukikaesa" + }, + "突返し": { + "w_type": "godan verb stem", + "romaji": "tsukikaeshi" + }, + "突返せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikaese" + }, + "突返そ": { + "w_type": "godan verb stem", + "romaji": "tsukikaeso" + }, + "突返した": { + "w_type": "conjugated godan verb", + "romaji": "tsukikaeshita" + }, + "突返して": { + "w_type": "conjugated godan verb", + "romaji": "tsukikaeshite" + }, + "吹き下ろさ": { + "w_type": "godan verb stem", + "romaji": "fukiorosa" + }, + "吹き下ろし": { + "w_type": "godan verb stem", + "romaji": "fukioroshi" + }, + "吹き下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "fukiorose" + }, + "吹き下ろそ": { + "w_type": "godan verb stem", + "romaji": "fukioroso" + }, + "吹き下ろした": { + "w_type": "conjugated godan verb", + "romaji": "fukioroshita" + }, + "吹き下ろして": { + "w_type": "conjugated godan verb", + "romaji": "fukioroshite" + }, + "揺り返さ": { + "w_type": "godan verb stem", + "romaji": "yurikaesa" + }, + "揺り返し": { + "w_type": "godan verb stem", + "romaji": "yurikaeshi" + }, + "揺り返せ": { + "w_type": "conjugated godan verb", + "romaji": "yurikaese" + }, + "揺り返そ": { + "w_type": "godan verb stem", + "romaji": "yurikaeso" + }, + "揺り返した": { + "w_type": "conjugated godan verb", + "romaji": "yurikaeshita" + }, + "揺り返して": { + "w_type": "conjugated godan verb", + "romaji": "yurikaeshite" + }, + "受け渡さ": { + "w_type": "godan verb stem", + "romaji": "ukewatasa" + }, + "受け渡し": { + "w_type": "godan verb stem", + "romaji": "ukewatashi" + }, + "受け渡せ": { + "w_type": "conjugated godan verb", + "romaji": "ukewatase" + }, + "受け渡そ": { + "w_type": "godan verb stem", + "romaji": "ukewataso" + }, + "受け渡した": { + "w_type": "conjugated godan verb", + "romaji": "ukewatashita" + }, + "受け渡して": { + "w_type": "conjugated godan verb", + "romaji": "ukewatashite" + }, + "填まり込ま": { + "w_type": "godan verb stem", + "romaji": "hamarikoma" + }, + "填まり込み": { + "w_type": "godan verb stem", + "romaji": "hamarikomi" + }, + "填まり込め": { + "w_type": "conjugated godan verb", + "romaji": "hamarikome" + }, + "填まり込も": { + "w_type": "godan verb stem", + "romaji": "hamarikomo" + }, + "填まり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonda" + }, + "填まり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonde" + }, + "帰り着か": { + "w_type": "godan verb stem", + "romaji": "kaeritsuka" + }, + "帰り着き": { + "w_type": "godan verb stem", + "romaji": "kaeritsuki" + }, + "帰り着け": { + "w_type": "conjugated godan verb", + "romaji": "kaeritsuke" + }, + "帰り着こ": { + "w_type": "godan verb stem", + "romaji": "kaeritsuko" + }, + "帰り着いた": { + "w_type": "conjugated godan verb", + "romaji": "kaeritsuita" + }, + "帰り着いて": { + "w_type": "conjugated godan verb", + "romaji": "kaeritsuite" + }, + "騙しこま": { + "w_type": "godan verb stem", + "romaji": "damashikoma" + }, + "騙しこみ": { + "w_type": "godan verb stem", + "romaji": "damashikomi" + }, + "騙しこめ": { + "w_type": "conjugated godan verb", + "romaji": "damashikome" + }, + "騙しこも": { + "w_type": "godan verb stem", + "romaji": "damashikomo" + }, + "騙しこんだ": { + "w_type": "conjugated godan verb", + "romaji": "damashikonda" + }, + "騙しこんで": { + "w_type": "conjugated godan verb", + "romaji": "damashikonde" + }, + "引っ掛から": { + "w_type": "godan verb stem", + "romaji": "hikkakara" + }, + "引っ掛かり": { + "w_type": "godan verb stem", + "romaji": "hikkakari" + }, + "引っ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "hikkakare" + }, + "引っ掛かろ": { + "w_type": "godan verb stem", + "romaji": "hikkakaro" + }, + "引っ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "hikkakatta" + }, + "引っ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "hikkakatte" + }, + "喰わ": { + "w_type": "godan verb stem", + "romaji": "kuwa" + }, + "喰い": { + "w_type": "godan verb stem", + "romaji": "kui" + }, + "喰え": { + "w_type": "conjugated godan verb", + "romaji": "kue" + }, + "喰お": { + "w_type": "godan verb stem", + "romaji": "kuo" + }, + "喰った": { + "w_type": "conjugated godan verb", + "romaji": "kutta" + }, + "喰って": { + "w_type": "conjugated godan verb", + "romaji": "kutte" + }, + "喘が": { + "w_type": "godan verb stem", + "romaji": "aega" + }, + "喘ぎ": { + "w_type": "godan verb stem", + "romaji": "aegi" + }, + "喘げ": { + "w_type": "conjugated godan verb", + "romaji": "aege" + }, + "喘ご": { + "w_type": "godan verb stem", + "romaji": "aego" + }, + "喘いだ": { + "w_type": "conjugated godan verb", + "romaji": "aeida" + }, + "喘いで": { + "w_type": "conjugated godan verb", + "romaji": "aeide" + }, + "畳まら": { + "w_type": "godan verb stem", + "romaji": "tatamara" + }, + "畳まり": { + "w_type": "godan verb stem", + "romaji": "tatamari" + }, + "畳まれ": { + "w_type": "conjugated godan verb", + "romaji": "tatamare" + }, + "畳まろ": { + "w_type": "godan verb stem", + "romaji": "tatamaro" + }, + "畳まった": { + "w_type": "conjugated godan verb", + "romaji": "tatamatta" + }, + "畳まって": { + "w_type": "conjugated godan verb", + "romaji": "tatamatte" + }, + "煮返さ": { + "w_type": "godan verb stem", + "romaji": "nikaesa" + }, + "煮返し": { + "w_type": "godan verb stem", + "romaji": "nikaeshi" + }, + "煮返せ": { + "w_type": "conjugated godan verb", + "romaji": "nikaese" + }, + "煮返そ": { + "w_type": "godan verb stem", + "romaji": "nikaeso" + }, + "煮返した": { + "w_type": "conjugated godan verb", + "romaji": "nikaeshita" + }, + "煮返して": { + "w_type": "conjugated godan verb", + "romaji": "nikaeshite" + }, + "致さ": { + "w_type": "godan verb stem", + "romaji": "itasa" + }, + "致し": { + "w_type": "godan verb stem", + "romaji": "itashi" + }, + "致せ": { + "w_type": "conjugated godan verb", + "romaji": "itase" + }, + "致そ": { + "w_type": "godan verb stem", + "romaji": "itaso" + }, + "致した": { + "w_type": "conjugated godan verb", + "romaji": "itashita" + }, + "致して": { + "w_type": "conjugated godan verb", + "romaji": "itashite" + }, + "寄りかから": { + "w_type": "godan verb stem", + "romaji": "yorikakara" + }, + "寄りかかり": { + "w_type": "godan verb stem", + "romaji": "yorikakari" + }, + "寄りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "yorikakare" + }, + "寄りかかろ": { + "w_type": "godan verb stem", + "romaji": "yorikakaro" + }, + "寄りかかった": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatta" + }, + "寄りかかって": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatte" + }, + "敲か": { + "w_type": "godan verb stem", + "romaji": "tataka" + }, + "敲き": { + "w_type": "godan verb stem", + "romaji": "tataki" + }, + "敲け": { + "w_type": "conjugated godan verb", + "romaji": "tatake" + }, + "敲こ": { + "w_type": "godan verb stem", + "romaji": "tatako" + }, + "敲いた": { + "w_type": "conjugated godan verb", + "romaji": "tataita" + }, + "敲いて": { + "w_type": "conjugated godan verb", + "romaji": "tataite" + }, + "打ち払わ": { + "w_type": "godan verb stem", + "romaji": "uchiharawa" + }, + "打ち払い": { + "w_type": "godan verb stem", + "romaji": "uchiharai" + }, + "打ち払え": { + "w_type": "conjugated godan verb", + "romaji": "uchiharae" + }, + "打ち払お": { + "w_type": "godan verb stem", + "romaji": "uchiharao" + }, + "打ち払った": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatta" + }, + "打ち払って": { + "w_type": "conjugated godan verb", + "romaji": "uchiharatte" + }, + "優ら": { + "w_type": "godan verb stem", + "romaji": "masara" + }, + "優り": { + "w_type": "godan verb stem", + "romaji": "masari" + }, + "優れ": { + "w_type": "conjugated godan verb", + "romaji": "masare" + }, + "優ろ": { + "w_type": "godan verb stem", + "romaji": "masaro" + }, + "優った": { + "w_type": "conjugated godan verb", + "romaji": "masatta" + }, + "優って": { + "w_type": "conjugated godan verb", + "romaji": "masatte" + }, + "掘ら": { + "w_type": "godan verb stem", + "romaji": "hora" + }, + "掘り": { + "w_type": "godan verb stem", + "romaji": "hori" + }, + "掘れ": { + "w_type": "conjugated godan verb", + "romaji": "hore" + }, + "掘ろ": { + "w_type": "godan verb stem", + "romaji": "horo" + }, + "掘った": { + "w_type": "conjugated godan verb", + "romaji": "hotta" + }, + "掘って": { + "w_type": "conjugated godan verb", + "romaji": "hotte" + }, + "堀り抜か": { + "w_type": "godan verb stem", + "romaji": "horinuka" + }, + "堀り抜き": { + "w_type": "godan verb stem", + "romaji": "horinuki" + }, + "堀り抜け": { + "w_type": "conjugated godan verb", + "romaji": "horinuke" + }, + "堀り抜こ": { + "w_type": "godan verb stem", + "romaji": "horinuko" + }, + "堀り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "horinuita" + }, + "堀り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "horinuite" + }, + "見下ろさ": { + "w_type": "godan verb stem", + "romaji": "miorosa" + }, + "見下ろし": { + "w_type": "godan verb stem", + "romaji": "mioroshi" + }, + "見下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "miorose" + }, + "見下ろそ": { + "w_type": "godan verb stem", + "romaji": "mioroso" + }, + "見下ろした": { + "w_type": "conjugated godan verb", + "romaji": "mioroshita" + }, + "見下ろして": { + "w_type": "conjugated godan verb", + "romaji": "mioroshite" + }, + "異ら": { + "w_type": "godan verb stem", + "romaji": "kotonara" + }, + "異り": { + "w_type": "godan verb stem", + "romaji": "kotonari" + }, + "異れ": { + "w_type": "conjugated godan verb", + "romaji": "kotonare" + }, + "異ろ": { + "w_type": "godan verb stem", + "romaji": "kotonaro" + }, + "異った": { + "w_type": "conjugated godan verb", + "romaji": "kotonatta" + }, + "異って": { + "w_type": "conjugated godan verb", + "romaji": "kotonatte" + }, + "盗み出さ": { + "w_type": "godan verb stem", + "romaji": "nusumidasa" + }, + "盗み出し": { + "w_type": "godan verb stem", + "romaji": "nusumidashi" + }, + "盗み出せ": { + "w_type": "conjugated godan verb", + "romaji": "nusumidase" + }, + "盗み出そ": { + "w_type": "godan verb stem", + "romaji": "nusumidaso" + }, + "盗み出した": { + "w_type": "conjugated godan verb", + "romaji": "nusumidashita" + }, + "盗み出して": { + "w_type": "conjugated godan verb", + "romaji": "nusumidashite" + }, + "撥ねかさ": { + "w_type": "godan verb stem", + "romaji": "hanekasa" + }, + "撥ねかし": { + "w_type": "godan verb stem", + "romaji": "hanekashi" + }, + "撥ねかせ": { + "w_type": "conjugated godan verb", + "romaji": "hanekase" + }, + "撥ねかそ": { + "w_type": "godan verb stem", + "romaji": "hanekaso" + }, + "撥ねかした": { + "w_type": "conjugated godan verb", + "romaji": "hanekashita" + }, + "撥ねかして": { + "w_type": "conjugated godan verb", + "romaji": "hanekashite" + }, + "見詰め返さ": { + "w_type": "godan verb stem", + "romaji": "mitsumekaesa" + }, + "見詰め返し": { + "w_type": "godan verb stem", + "romaji": "mitsumekaeshi" + }, + "見詰め返せ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumekaese" + }, + "見詰め返そ": { + "w_type": "godan verb stem", + "romaji": "mitsumekaeso" + }, + "見詰め返した": { + "w_type": "conjugated godan verb", + "romaji": "mitsumekaeshita" + }, + "見詰め返して": { + "w_type": "conjugated godan verb", + "romaji": "mitsumekaeshite" + }, + "押渡ら": { + "w_type": "godan verb stem", + "romaji": "oshiwatara" + }, + "押渡り": { + "w_type": "godan verb stem", + "romaji": "oshiwatari" + }, + "押渡れ": { + "w_type": "conjugated godan verb", + "romaji": "oshiwatare" + }, + "押渡ろ": { + "w_type": "godan verb stem", + "romaji": "oshiwataro" + }, + "押渡った": { + "w_type": "conjugated godan verb", + "romaji": "oshiwatatta" + }, + "押渡って": { + "w_type": "conjugated godan verb", + "romaji": "oshiwatatte" + }, + "駆下ら": { + "w_type": "godan verb stem", + "romaji": "kakekudara" + }, + "駆下り": { + "w_type": "godan verb stem", + "romaji": "kakekudari" + }, + "駆下れ": { + "w_type": "conjugated godan verb", + "romaji": "kakekudare" + }, + "駆下ろ": { + "w_type": "godan verb stem", + "romaji": "kakekudaro" + }, + "駆下った": { + "w_type": "conjugated godan verb", + "romaji": "kakekudatta" + }, + "駆下って": { + "w_type": "conjugated godan verb", + "romaji": "kakekudatte" + }, + "描き下ろさ": { + "w_type": "godan verb stem", + "romaji": "kakiorosa" + }, + "描き下ろし": { + "w_type": "godan verb stem", + "romaji": "kakioroshi" + }, + "描き下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiorose" + }, + "描き下ろそ": { + "w_type": "godan verb stem", + "romaji": "kakioroso" + }, + "描き下ろした": { + "w_type": "conjugated godan verb", + "romaji": "kakioroshita" + }, + "描き下ろして": { + "w_type": "conjugated godan verb", + "romaji": "kakioroshite" + }, + "踏み倒さ": { + "w_type": "godan verb stem", + "romaji": "fumitaosa" + }, + "踏み倒し": { + "w_type": "godan verb stem", + "romaji": "fumitaoshi" + }, + "踏み倒せ": { + "w_type": "conjugated godan verb", + "romaji": "fumitaose" + }, + "踏み倒そ": { + "w_type": "godan verb stem", + "romaji": "fumitaoso" + }, + "踏み倒した": { + "w_type": "conjugated godan verb", + "romaji": "fumitaoshita" + }, + "踏み倒して": { + "w_type": "conjugated godan verb", + "romaji": "fumitaoshite" + }, + "拭い取ら": { + "w_type": "godan verb stem", + "romaji": "nuguitora" + }, + "拭い取り": { + "w_type": "godan verb stem", + "romaji": "nuguitori" + }, + "拭い取れ": { + "w_type": "conjugated godan verb", + "romaji": "nuguitore" + }, + "拭い取ろ": { + "w_type": "godan verb stem", + "romaji": "nuguitoro" + }, + "拭い取った": { + "w_type": "conjugated godan verb", + "romaji": "nuguitotta" + }, + "拭い取って": { + "w_type": "conjugated godan verb", + "romaji": "nuguitotte" + }, + "毛羽だた": { + "w_type": "godan verb stem", + "romaji": "kebadata" + }, + "毛羽だち": { + "w_type": "godan verb stem", + "romaji": "kebadachi" + }, + "毛羽だて": { + "w_type": "conjugated godan verb", + "romaji": "kebadate" + }, + "毛羽だと": { + "w_type": "godan verb stem", + "romaji": "kebadato" + }, + "毛羽だった": { + "w_type": "conjugated godan verb", + "romaji": "kebadatta" + }, + "毛羽だって": { + "w_type": "conjugated godan verb", + "romaji": "kebadatte" + }, + "帰ら": { + "w_type": "godan verb stem", + "romaji": "kaera" + }, + "帰り": { + "w_type": "godan verb stem", + "romaji": "kaeri" + }, + "帰れ": { + "w_type": "conjugated godan verb", + "romaji": "kaere" + }, + "帰ろ": { + "w_type": "godan verb stem", + "romaji": "kaero" + }, + "帰った": { + "w_type": "conjugated godan verb", + "romaji": "kaetta" + }, + "帰って": { + "w_type": "conjugated godan verb", + "romaji": "kaette" + }, + "とり戻さ": { + "w_type": "godan verb stem", + "romaji": "torimodosa" + }, + "とり戻し": { + "w_type": "godan verb stem", + "romaji": "torimodoshi" + }, + "とり戻せ": { + "w_type": "conjugated godan verb", + "romaji": "torimodose" + }, + "とり戻そ": { + "w_type": "godan verb stem", + "romaji": "torimodoso" + }, + "とり戻した": { + "w_type": "conjugated godan verb", + "romaji": "torimodoshita" + }, + "とり戻して": { + "w_type": "conjugated godan verb", + "romaji": "torimodoshite" + }, + "齎さ": { + "w_type": "godan verb stem", + "romaji": "motarasa" + }, + "齎し": { + "w_type": "godan verb stem", + "romaji": "motarashi" + }, + "齎せ": { + "w_type": "conjugated godan verb", + "romaji": "motarase" + }, + "齎そ": { + "w_type": "godan verb stem", + "romaji": "motaraso" + }, + "齎した": { + "w_type": "conjugated godan verb", + "romaji": "motarashita" + }, + "齎して": { + "w_type": "conjugated godan verb", + "romaji": "motarashite" + }, + "仆さ": { + "w_type": "godan verb stem", + "romaji": "taosa" + }, + "仆し": { + "w_type": "godan verb stem", + "romaji": "taoshi" + }, + "仆せ": { + "w_type": "conjugated godan verb", + "romaji": "taose" + }, + "仆そ": { + "w_type": "godan verb stem", + "romaji": "taoso" + }, + "仆した": { + "w_type": "conjugated godan verb", + "romaji": "taoshita" + }, + "仆して": { + "w_type": "conjugated godan verb", + "romaji": "taoshite" + }, + "包み隠さ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakusa" + }, + "包み隠し": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakushi" + }, + "包み隠せ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakuse" + }, + "包み隠そ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakuso" + }, + "包み隠した": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushita" + }, + "包み隠して": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushite" + }, + "注ぎこま": { + "w_type": "godan verb stem", + "romaji": "sosogikoma" + }, + "注ぎこみ": { + "w_type": "godan verb stem", + "romaji": "sosogikomi" + }, + "注ぎこめ": { + "w_type": "conjugated godan verb", + "romaji": "sosogikome" + }, + "注ぎこも": { + "w_type": "godan verb stem", + "romaji": "sosogikomo" + }, + "注ぎこんだ": { + "w_type": "conjugated godan verb", + "romaji": "sosogikonda" + }, + "注ぎこんで": { + "w_type": "conjugated godan verb", + "romaji": "sosogikonde" + }, + "押し遣ら": { + "w_type": "godan verb stem", + "romaji": "oshiyara" + }, + "押し遣り": { + "w_type": "godan verb stem", + "romaji": "oshiyari" + }, + "押し遣れ": { + "w_type": "conjugated godan verb", + "romaji": "oshiyare" + }, + "押し遣ろ": { + "w_type": "godan verb stem", + "romaji": "oshiyaro" + }, + "押し遣った": { + "w_type": "conjugated godan verb", + "romaji": "oshiyatta" + }, + "押し遣って": { + "w_type": "conjugated godan verb", + "romaji": "oshiyatte" + }, + "ほほ笑ま": { + "w_type": "godan verb stem", + "romaji": "hohoema" + }, + "ほほ笑み": { + "w_type": "godan verb stem", + "romaji": "hohoemi" + }, + "ほほ笑め": { + "w_type": "conjugated godan verb", + "romaji": "hohoeme" + }, + "ほほ笑も": { + "w_type": "godan verb stem", + "romaji": "hohoemo" + }, + "ほほ笑んだ": { + "w_type": "conjugated godan verb", + "romaji": "hohoenda" + }, + "ほほ笑んで": { + "w_type": "conjugated godan verb", + "romaji": "hohoende" + }, + "振り切ら": { + "w_type": "godan verb stem", + "romaji": "furikira" + }, + "振り切り": { + "w_type": "godan verb stem", + "romaji": "furikiri" + }, + "振り切れ": { + "w_type": "conjugated godan verb", + "romaji": "furikire" + }, + "振り切ろ": { + "w_type": "godan verb stem", + "romaji": "furikiro" + }, + "振り切った": { + "w_type": "conjugated godan verb", + "romaji": "furikitta" + }, + "振り切って": { + "w_type": "conjugated godan verb", + "romaji": "furikitte" + }, + "食千切ら": { + "w_type": "godan verb stem", + "romaji": "kuichigira" + }, + "食千切り": { + "w_type": "godan verb stem", + "romaji": "kuichigiri" + }, + "食千切れ": { + "w_type": "conjugated godan verb", + "romaji": "kuichigire" + }, + "食千切ろ": { + "w_type": "godan verb stem", + "romaji": "kuichigiro" + }, + "食千切った": { + "w_type": "conjugated godan verb", + "romaji": "kuichigitta" + }, + "食千切って": { + "w_type": "conjugated godan verb", + "romaji": "kuichigitte" + }, + "もみ合わ": { + "w_type": "godan verb stem", + "romaji": "momiawa" + }, + "もみ合い": { + "w_type": "godan verb stem", + "romaji": "momiai" + }, + "もみ合え": { + "w_type": "conjugated godan verb", + "romaji": "momiae" + }, + "もみ合お": { + "w_type": "godan verb stem", + "romaji": "momiao" + }, + "もみ合った": { + "w_type": "conjugated godan verb", + "romaji": "momiatta" + }, + "もみ合って": { + "w_type": "conjugated godan verb", + "romaji": "momiatte" + }, + "編ま": { + "w_type": "godan verb stem", + "romaji": "ama" + }, + "編み": { + "w_type": "godan verb stem", + "romaji": "ami" + }, + "編め": { + "w_type": "conjugated godan verb", + "romaji": "ame" + }, + "編も": { + "w_type": "godan verb stem", + "romaji": "amo" + }, + "編んだ": { + "w_type": "conjugated godan verb", + "romaji": "anda" + }, + "編んで": { + "w_type": "conjugated godan verb", + "romaji": "ande" + }, + "纏わり付か": { + "w_type": "godan verb stem", + "romaji": "matowaritsuka" + }, + "纏わり付き": { + "w_type": "godan verb stem", + "romaji": "matowaritsuki" + }, + "纏わり付け": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuke" + }, + "纏わり付こ": { + "w_type": "godan verb stem", + "romaji": "matowaritsuko" + }, + "纏わり付いた": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuita" + }, + "纏わり付いて": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuite" + }, + "瞠ら": { + "w_type": "godan verb stem", + "romaji": "mihara" + }, + "瞠り": { + "w_type": "godan verb stem", + "romaji": "mihari" + }, + "瞠れ": { + "w_type": "conjugated godan verb", + "romaji": "mihare" + }, + "瞠ろ": { + "w_type": "godan verb stem", + "romaji": "miharo" + }, + "瞠った": { + "w_type": "conjugated godan verb", + "romaji": "mihatta" + }, + "瞠って": { + "w_type": "conjugated godan verb", + "romaji": "mihatte" + }, + "翫ば": { + "w_type": "godan verb stem", + "romaji": "moteasoba" + }, + "翫び": { + "w_type": "godan verb stem", + "romaji": "moteasobi" + }, + "翫べ": { + "w_type": "conjugated godan verb", + "romaji": "moteasobe" + }, + "翫ぼ": { + "w_type": "godan verb stem", + "romaji": "moteasobo" + }, + "翫んだ": { + "w_type": "conjugated godan verb", + "romaji": "moteasonda" + }, + "翫んで": { + "w_type": "conjugated godan verb", + "romaji": "moteasonde" + }, + "刷り直さ": { + "w_type": "godan verb stem", + "romaji": "surinaosa" + }, + "刷り直し": { + "w_type": "godan verb stem", + "romaji": "surinaoshi" + }, + "刷り直せ": { + "w_type": "conjugated godan verb", + "romaji": "surinaose" + }, + "刷り直そ": { + "w_type": "godan verb stem", + "romaji": "surinaoso" + }, + "刷り直した": { + "w_type": "conjugated godan verb", + "romaji": "surinaoshita" + }, + "刷り直して": { + "w_type": "conjugated godan verb", + "romaji": "surinaoshite" + }, + "咲か": { + "w_type": "godan verb stem", + "romaji": "saka" + }, + "咲き": { + "w_type": "godan verb stem", + "romaji": "saki" + }, + "咲け": { + "w_type": "conjugated godan verb", + "romaji": "sake" + }, + "咲こ": { + "w_type": "godan verb stem", + "romaji": "sako" + }, + "咲いた": { + "w_type": "conjugated godan verb", + "romaji": "saita" + }, + "咲いて": { + "w_type": "conjugated godan verb", + "romaji": "saite" + }, + "鬩が": { + "w_type": "godan verb stem", + "romaji": "semega" + }, + "鬩ぎ": { + "w_type": "godan verb stem", + "romaji": "semegi" + }, + "鬩げ": { + "w_type": "conjugated godan verb", + "romaji": "semege" + }, + "鬩ご": { + "w_type": "godan verb stem", + "romaji": "semego" + }, + "鬩いだ": { + "w_type": "conjugated godan verb", + "romaji": "semeida" + }, + "鬩いで": { + "w_type": "conjugated godan verb", + "romaji": "semeide" + }, + "募ら": { + "w_type": "godan verb stem", + "romaji": "tsunora" + }, + "募り": { + "w_type": "godan verb stem", + "romaji": "tsunori" + }, + "募れ": { + "w_type": "conjugated godan verb", + "romaji": "tsunore" + }, + "募ろ": { + "w_type": "godan verb stem", + "romaji": "tsunoro" + }, + "募った": { + "w_type": "conjugated godan verb", + "romaji": "tsunotta" + }, + "募って": { + "w_type": "conjugated godan verb", + "romaji": "tsunotte" + }, + "浮ば": { + "w_type": "godan verb stem", + "romaji": "ukaba" + }, + "浮び": { + "w_type": "godan verb stem", + "romaji": "ukabi" + }, + "浮べ": { + "w_type": "conjugated godan verb", + "romaji": "ukabe" + }, + "浮ぼ": { + "w_type": "godan verb stem", + "romaji": "ukabo" + }, + "浮んだ": { + "w_type": "conjugated godan verb", + "romaji": "ukanda" + }, + "浮んで": { + "w_type": "conjugated godan verb", + "romaji": "ukande" + }, + "泊ら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "泊り": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "泊れ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "泊ろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "泊った": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "泊って": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "取出さ": { + "w_type": "godan verb stem", + "romaji": "toridasa" + }, + "取出し": { + "w_type": "godan verb stem", + "romaji": "toridashi" + }, + "取出せ": { + "w_type": "conjugated godan verb", + "romaji": "toridase" + }, + "取出そ": { + "w_type": "godan verb stem", + "romaji": "toridaso" + }, + "取出した": { + "w_type": "conjugated godan verb", + "romaji": "toridashita" + }, + "取出して": { + "w_type": "conjugated godan verb", + "romaji": "toridashite" + }, + "うち抜か": { + "w_type": "godan verb stem", + "romaji": "uchinuka" + }, + "うち抜き": { + "w_type": "godan verb stem", + "romaji": "uchinuki" + }, + "うち抜け": { + "w_type": "conjugated godan verb", + "romaji": "uchinuke" + }, + "うち抜こ": { + "w_type": "godan verb stem", + "romaji": "uchinuko" + }, + "うち抜いた": { + "w_type": "conjugated godan verb", + "romaji": "uchinuita" + }, + "うち抜いて": { + "w_type": "conjugated godan verb", + "romaji": "uchinuite" + }, + "齧りつか": { + "w_type": "godan verb stem", + "romaji": "kaburitsuka" + }, + "齧りつき": { + "w_type": "godan verb stem", + "romaji": "kaburitsuki" + }, + "齧りつけ": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuke" + }, + "齧りつこ": { + "w_type": "godan verb stem", + "romaji": "kaburitsuko" + }, + "齧りついた": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuita" + }, + "齧りついて": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuite" + }, + "叩き壊さ": { + "w_type": "godan verb stem", + "romaji": "tatakikowasa" + }, + "叩き壊し": { + "w_type": "godan verb stem", + "romaji": "tatakikowashi" + }, + "叩き壊せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikowase" + }, + "叩き壊そ": { + "w_type": "godan verb stem", + "romaji": "tatakikowaso" + }, + "叩き壊した": { + "w_type": "conjugated godan verb", + "romaji": "tatakikowashita" + }, + "叩き壊して": { + "w_type": "conjugated godan verb", + "romaji": "tatakikowashite" + }, + "付き合わ": { + "w_type": "godan verb stem", + "romaji": "tsukiawa" + }, + "付き合い": { + "w_type": "godan verb stem", + "romaji": "tsukiai" + }, + "付き合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukiae" + }, + "付き合お": { + "w_type": "godan verb stem", + "romaji": "tsukiao" + }, + "付き合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatta" + }, + "付き合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukiatte" + }, + "凍えつか": { + "w_type": "godan verb stem", + "romaji": "kogoetsuka" + }, + "凍えつき": { + "w_type": "godan verb stem", + "romaji": "kogoetsuki" + }, + "凍えつけ": { + "w_type": "conjugated godan verb", + "romaji": "kogoetsuke" + }, + "凍えつこ": { + "w_type": "godan verb stem", + "romaji": "kogoetsuko" + }, + "凍えついた": { + "w_type": "conjugated godan verb", + "romaji": "kogoetsuita" + }, + "凍えついて": { + "w_type": "conjugated godan verb", + "romaji": "kogoetsuite" + }, + "見破ら": { + "w_type": "godan verb stem", + "romaji": "miyabura" + }, + "見破り": { + "w_type": "godan verb stem", + "romaji": "miyaburi" + }, + "見破れ": { + "w_type": "conjugated godan verb", + "romaji": "miyabure" + }, + "見破ろ": { + "w_type": "godan verb stem", + "romaji": "miyaburo" + }, + "見破った": { + "w_type": "conjugated godan verb", + "romaji": "miyabutta" + }, + "見破って": { + "w_type": "conjugated godan verb", + "romaji": "miyabutte" + }, + "成さ": { + "w_type": "godan verb stem", + "romaji": "nasa" + }, + "成し": { + "w_type": "godan verb stem", + "romaji": "nashi" + }, + "成せ": { + "w_type": "conjugated godan verb", + "romaji": "nase" + }, + "成そ": { + "w_type": "godan verb stem", + "romaji": "naso" + }, + "成した": { + "w_type": "conjugated godan verb", + "romaji": "nashita" + }, + "成して": { + "w_type": "conjugated godan verb", + "romaji": "nashite" + }, + "盛りさがら": { + "w_type": "godan verb stem", + "romaji": "morisagara" + }, + "盛りさがり": { + "w_type": "godan verb stem", + "romaji": "morisagari" + }, + "盛りさがれ": { + "w_type": "conjugated godan verb", + "romaji": "morisagare" + }, + "盛りさがろ": { + "w_type": "godan verb stem", + "romaji": "morisagaro" + }, + "盛りさがった": { + "w_type": "conjugated godan verb", + "romaji": "morisagatta" + }, + "盛りさがって": { + "w_type": "conjugated godan verb", + "romaji": "morisagatte" + }, + "巡り合わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "巡り合い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "巡り合え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "巡り合お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "巡り合った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "巡り合って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "為て遣ら": { + "w_type": "godan verb stem", + "romaji": "shiteyara" + }, + "為て遣り": { + "w_type": "godan verb stem", + "romaji": "shiteyari" + }, + "為て遣れ": { + "w_type": "conjugated godan verb", + "romaji": "shiteyare" + }, + "為て遣ろ": { + "w_type": "godan verb stem", + "romaji": "shiteyaro" + }, + "為て遣った": { + "w_type": "conjugated godan verb", + "romaji": "shiteyatta" + }, + "為て遣って": { + "w_type": "conjugated godan verb", + "romaji": "shiteyatte" + }, + "のし掛から": { + "w_type": "godan verb stem", + "romaji": "noshikakara" + }, + "のし掛かり": { + "w_type": "godan verb stem", + "romaji": "noshikakari" + }, + "のし掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "noshikakare" + }, + "のし掛かろ": { + "w_type": "godan verb stem", + "romaji": "noshikakaro" + }, + "のし掛かった": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatta" + }, + "のし掛かって": { + "w_type": "conjugated godan verb", + "romaji": "noshikakatte" + }, + "通り掛ら": { + "w_type": "godan verb stem", + "romaji": "toorikakara" + }, + "通り掛り": { + "w_type": "godan verb stem", + "romaji": "toorikakari" + }, + "通り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "toorikakare" + }, + "通り掛ろ": { + "w_type": "godan verb stem", + "romaji": "toorikakaro" + }, + "通り掛った": { + "w_type": "conjugated godan verb", + "romaji": "toorikakatta" + }, + "通り掛って": { + "w_type": "conjugated godan verb", + "romaji": "toorikakatte" + }, + "競り合わ": { + "w_type": "godan verb stem", + "romaji": "seriawa" + }, + "競り合い": { + "w_type": "godan verb stem", + "romaji": "seriai" + }, + "競り合え": { + "w_type": "conjugated godan verb", + "romaji": "seriae" + }, + "競り合お": { + "w_type": "godan verb stem", + "romaji": "seriao" + }, + "競り合った": { + "w_type": "conjugated godan verb", + "romaji": "seriatta" + }, + "競り合って": { + "w_type": "conjugated godan verb", + "romaji": "seriatte" + }, + "切りかから": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "切りかかり": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "切りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "切りかかろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "切りかかった": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "切りかかって": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "言いささ": { + "w_type": "godan verb stem", + "romaji": "iisasa" + }, + "言いさし": { + "w_type": "godan verb stem", + "romaji": "iisashi" + }, + "言いさせ": { + "w_type": "conjugated godan verb", + "romaji": "iisase" + }, + "言いさそ": { + "w_type": "godan verb stem", + "romaji": "iisaso" + }, + "言いさした": { + "w_type": "conjugated godan verb", + "romaji": "iisashita" + }, + "言いさして": { + "w_type": "conjugated godan verb", + "romaji": "iisashite" + }, + "透ら": { + "w_type": "godan verb stem", + "romaji": "toora" + }, + "透り": { + "w_type": "godan verb stem", + "romaji": "toori" + }, + "透れ": { + "w_type": "conjugated godan verb", + "romaji": "toore" + }, + "透ろ": { + "w_type": "godan verb stem", + "romaji": "tooro" + }, + "透った": { + "w_type": "conjugated godan verb", + "romaji": "tootta" + }, + "透って": { + "w_type": "conjugated godan verb", + "romaji": "tootte" + }, + "背負い込ま": { + "w_type": "godan verb stem", + "romaji": "shoikoma" + }, + "背負い込み": { + "w_type": "godan verb stem", + "romaji": "shoikomi" + }, + "背負い込め": { + "w_type": "conjugated godan verb", + "romaji": "shoikome" + }, + "背負い込も": { + "w_type": "godan verb stem", + "romaji": "shoikomo" + }, + "背負い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shoikonda" + }, + "背負い込んで": { + "w_type": "conjugated godan verb", + "romaji": "shoikonde" + }, + "食ま": { + "w_type": "godan verb stem", + "romaji": "hama" + }, + "食み": { + "w_type": "godan verb stem", + "romaji": "hami" + }, + "食め": { + "w_type": "conjugated godan verb", + "romaji": "hame" + }, + "食も": { + "w_type": "godan verb stem", + "romaji": "hamo" + }, + "食んだ": { + "w_type": "conjugated godan verb", + "romaji": "handa" + }, + "食んで": { + "w_type": "conjugated godan verb", + "romaji": "hande" + }, + "切抜か": { + "w_type": "godan verb stem", + "romaji": "kirinuka" + }, + "切抜き": { + "w_type": "godan verb stem", + "romaji": "kirinuki" + }, + "切抜け": { + "w_type": "conjugated godan verb", + "romaji": "kirinuke" + }, + "切抜こ": { + "w_type": "godan verb stem", + "romaji": "kirinuko" + }, + "切抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kirinuita" + }, + "切抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kirinuite" + }, + "書き抜か": { + "w_type": "godan verb stem", + "romaji": "kakinuka" + }, + "書き抜き": { + "w_type": "godan verb stem", + "romaji": "kakinuki" + }, + "書き抜け": { + "w_type": "conjugated godan verb", + "romaji": "kakinuke" + }, + "書き抜こ": { + "w_type": "godan verb stem", + "romaji": "kakinuko" + }, + "書き抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kakinuita" + }, + "書き抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kakinuite" + }, + "繰下がら": { + "w_type": "godan verb stem", + "romaji": "kurisagara" + }, + "繰下がり": { + "w_type": "godan verb stem", + "romaji": "kurisagari" + }, + "繰下がれ": { + "w_type": "conjugated godan verb", + "romaji": "kurisagare" + }, + "繰下がろ": { + "w_type": "godan verb stem", + "romaji": "kurisagaro" + }, + "繰下がった": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatta" + }, + "繰下がって": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatte" + }, + "差込ま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "差込み": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "差込め": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "差込も": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "差込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "差込んで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "綻ば": { + "w_type": "godan verb stem", + "romaji": "hokoroba" + }, + "綻び": { + "w_type": "godan verb stem", + "romaji": "hokorobi" + }, + "綻べ": { + "w_type": "conjugated godan verb", + "romaji": "hokorobe" + }, + "綻ぼ": { + "w_type": "godan verb stem", + "romaji": "hokorobo" + }, + "綻んだ": { + "w_type": "conjugated godan verb", + "romaji": "hokoronda" + }, + "綻んで": { + "w_type": "conjugated godan verb", + "romaji": "hokoronde" + }, + "寝付けさ": { + "w_type": "godan verb stem", + "romaji": "netsukesa" + }, + "寝付けし": { + "w_type": "godan verb stem", + "romaji": "netsukeshi" + }, + "寝付けせ": { + "w_type": "conjugated godan verb", + "romaji": "netsukese" + }, + "寝付けそ": { + "w_type": "godan verb stem", + "romaji": "netsukeso" + }, + "寝付けした": { + "w_type": "conjugated godan verb", + "romaji": "netsukeshita" + }, + "寝付けして": { + "w_type": "conjugated godan verb", + "romaji": "netsukeshite" + }, + "切り細裂か": { + "w_type": "godan verb stem", + "romaji": "kirikomazaka" + }, + "切り細裂き": { + "w_type": "godan verb stem", + "romaji": "kirikomazaki" + }, + "切り細裂け": { + "w_type": "conjugated godan verb", + "romaji": "kirikomazake" + }, + "切り細裂こ": { + "w_type": "godan verb stem", + "romaji": "kirikomazako" + }, + "切り細裂いた": { + "w_type": "conjugated godan verb", + "romaji": "kirikomazaita" + }, + "切り細裂いて": { + "w_type": "conjugated godan verb", + "romaji": "kirikomazaite" + }, + "跨がら": { + "w_type": "godan verb stem", + "romaji": "matagara" + }, + "跨がり": { + "w_type": "godan verb stem", + "romaji": "matagari" + }, + "跨がれ": { + "w_type": "conjugated godan verb", + "romaji": "matagare" + }, + "跨がろ": { + "w_type": "godan verb stem", + "romaji": "matagaro" + }, + "跨がった": { + "w_type": "conjugated godan verb", + "romaji": "matagatta" + }, + "跨がって": { + "w_type": "conjugated godan verb", + "romaji": "matagatte" + }, + "成り済まさ": { + "w_type": "godan verb stem", + "romaji": "narisumasa" + }, + "成り済まし": { + "w_type": "godan verb stem", + "romaji": "narisumashi" + }, + "成り済ませ": { + "w_type": "conjugated godan verb", + "romaji": "narisumase" + }, + "成り済まそ": { + "w_type": "godan verb stem", + "romaji": "narisumaso" + }, + "成り済ました": { + "w_type": "conjugated godan verb", + "romaji": "narisumashita" + }, + "成り済まして": { + "w_type": "conjugated godan verb", + "romaji": "narisumashite" + }, + "装わ": { + "w_type": "godan verb stem", + "romaji": "yosoowa" + }, + "装い": { + "w_type": "godan verb stem", + "romaji": "yosooi" + }, + "装え": { + "w_type": "conjugated godan verb", + "romaji": "yosooe" + }, + "装お": { + "w_type": "godan verb stem", + "romaji": "yosooo" + }, + "つま先立た": { + "w_type": "godan verb stem", + "romaji": "tsumasakidata" + }, + "つま先立ち": { + "w_type": "godan verb stem", + "romaji": "tsumasakidachi" + }, + "つま先立て": { + "w_type": "conjugated godan verb", + "romaji": "tsumasakidate" + }, + "つま先立と": { + "w_type": "godan verb stem", + "romaji": "tsumasakidato" + }, + "つま先立った": { + "w_type": "conjugated godan verb", + "romaji": "tsumasakidatta" + }, + "つま先立って": { + "w_type": "conjugated godan verb", + "romaji": "tsumasakidatte" + }, + "捏回さ": { + "w_type": "godan verb stem", + "romaji": "konemawasa" + }, + "捏回し": { + "w_type": "godan verb stem", + "romaji": "konemawashi" + }, + "捏回せ": { + "w_type": "conjugated godan verb", + "romaji": "konemawase" + }, + "捏回そ": { + "w_type": "godan verb stem", + "romaji": "konemawaso" + }, + "捏回した": { + "w_type": "conjugated godan verb", + "romaji": "konemawashita" + }, + "捏回して": { + "w_type": "conjugated godan verb", + "romaji": "konemawashite" + }, + "倚り懸から": { + "w_type": "godan verb stem", + "romaji": "yorikakara" + }, + "倚り懸かり": { + "w_type": "godan verb stem", + "romaji": "yorikakari" + }, + "倚り懸かれ": { + "w_type": "conjugated godan verb", + "romaji": "yorikakare" + }, + "倚り懸かろ": { + "w_type": "godan verb stem", + "romaji": "yorikakaro" + }, + "倚り懸かった": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatta" + }, + "倚り懸かって": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatte" + }, + "填り込ま": { + "w_type": "godan verb stem", + "romaji": "hamarikoma" + }, + "填り込み": { + "w_type": "godan verb stem", + "romaji": "hamarikomi" + }, + "填り込め": { + "w_type": "conjugated godan verb", + "romaji": "hamarikome" + }, + "填り込も": { + "w_type": "godan verb stem", + "romaji": "hamarikomo" + }, + "填り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonda" + }, + "填り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonde" + }, + "蒸し返さ": { + "w_type": "godan verb stem", + "romaji": "mushikaesa" + }, + "蒸し返し": { + "w_type": "godan verb stem", + "romaji": "mushikaeshi" + }, + "蒸し返せ": { + "w_type": "conjugated godan verb", + "romaji": "mushikaese" + }, + "蒸し返そ": { + "w_type": "godan verb stem", + "romaji": "mushikaeso" + }, + "蒸し返した": { + "w_type": "conjugated godan verb", + "romaji": "mushikaeshita" + }, + "蒸し返して": { + "w_type": "conjugated godan verb", + "romaji": "mushikaeshite" + }, + "出来上ら": { + "w_type": "godan verb stem", + "romaji": "dekiagara" + }, + "出来上り": { + "w_type": "godan verb stem", + "romaji": "dekiagari" + }, + "出来上れ": { + "w_type": "conjugated godan verb", + "romaji": "dekiagare" + }, + "出来上ろ": { + "w_type": "godan verb stem", + "romaji": "dekiagaro" + }, + "出来上った": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatta" + }, + "出来上って": { + "w_type": "conjugated godan verb", + "romaji": "dekiagatte" + }, + "苅ら": { + "w_type": "godan verb stem", + "romaji": "kara" + }, + "苅り": { + "w_type": "godan verb stem", + "romaji": "kari" + }, + "苅れ": { + "w_type": "conjugated godan verb", + "romaji": "kare" + }, + "苅ろ": { + "w_type": "godan verb stem", + "romaji": "karo" + }, + "苅った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "苅って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "取り毀さ": { + "w_type": "godan verb stem", + "romaji": "torikowasa" + }, + "取り毀し": { + "w_type": "godan verb stem", + "romaji": "torikowashi" + }, + "取り毀せ": { + "w_type": "conjugated godan verb", + "romaji": "torikowase" + }, + "取り毀そ": { + "w_type": "godan verb stem", + "romaji": "torikowaso" + }, + "取り毀した": { + "w_type": "conjugated godan verb", + "romaji": "torikowashita" + }, + "取り毀して": { + "w_type": "conjugated godan verb", + "romaji": "torikowashite" + }, + "持てあまさ": { + "w_type": "godan verb stem", + "romaji": "moteamasa" + }, + "持てあまし": { + "w_type": "godan verb stem", + "romaji": "moteamashi" + }, + "持てあませ": { + "w_type": "conjugated godan verb", + "romaji": "moteamase" + }, + "持てあまそ": { + "w_type": "godan verb stem", + "romaji": "moteamaso" + }, + "持てあました": { + "w_type": "conjugated godan verb", + "romaji": "moteamashita" + }, + "持てあまして": { + "w_type": "conjugated godan verb", + "romaji": "moteamashite" + }, + "口説か": { + "w_type": "godan verb stem", + "romaji": "kudoka" + }, + "口説き": { + "w_type": "godan verb stem", + "romaji": "kudoki" + }, + "口説け": { + "w_type": "conjugated godan verb", + "romaji": "kudoke" + }, + "口説こ": { + "w_type": "godan verb stem", + "romaji": "kudoko" + }, + "口説いた": { + "w_type": "conjugated godan verb", + "romaji": "kudoita" + }, + "口説いて": { + "w_type": "conjugated godan verb", + "romaji": "kudoite" + }, + "適さ": { + "w_type": "godan verb stem", + "romaji": "tekisa" + }, + "適し": { + "w_type": "godan verb stem", + "romaji": "tekishi" + }, + "適せ": { + "w_type": "conjugated godan verb", + "romaji": "tekise" + }, + "適そ": { + "w_type": "godan verb stem", + "romaji": "tekiso" + }, + "適した": { + "w_type": "conjugated godan verb", + "romaji": "tekishita" + }, + "適して": { + "w_type": "conjugated godan verb", + "romaji": "tekishite" + }, + "立ち戻ら": { + "w_type": "godan verb stem", + "romaji": "tachimodora" + }, + "立ち戻り": { + "w_type": "godan verb stem", + "romaji": "tachimodori" + }, + "立ち戻れ": { + "w_type": "conjugated godan verb", + "romaji": "tachimodore" + }, + "立ち戻ろ": { + "w_type": "godan verb stem", + "romaji": "tachimodoro" + }, + "立ち戻った": { + "w_type": "conjugated godan verb", + "romaji": "tachimodotta" + }, + "立ち戻って": { + "w_type": "conjugated godan verb", + "romaji": "tachimodotte" + }, + "湿らさ": { + "w_type": "godan verb stem", + "romaji": "shimerasa" + }, + "湿らし": { + "w_type": "godan verb stem", + "romaji": "shimerashi" + }, + "湿らせ": { + "w_type": "conjugated godan verb", + "romaji": "shimerase" + }, + "湿らそ": { + "w_type": "godan verb stem", + "romaji": "shimeraso" + }, + "湿らした": { + "w_type": "conjugated godan verb", + "romaji": "shimerashita" + }, + "湿らして": { + "w_type": "conjugated godan verb", + "romaji": "shimerashite" + }, + "聴き入ら": { + "w_type": "godan verb stem", + "romaji": "kikiira" + }, + "聴き入り": { + "w_type": "godan verb stem", + "romaji": "kikiiri" + }, + "聴き入れ": { + "w_type": "conjugated godan verb", + "romaji": "kikiire" + }, + "聴き入ろ": { + "w_type": "godan verb stem", + "romaji": "kikiiro" + }, + "聴き入った": { + "w_type": "conjugated godan verb", + "romaji": "kikiitta" + }, + "聴き入って": { + "w_type": "conjugated godan verb", + "romaji": "kikiitte" + }, + "譏ら": { + "w_type": "godan verb stem", + "romaji": "soshira" + }, + "譏り": { + "w_type": "godan verb stem", + "romaji": "soshiri" + }, + "譏れ": { + "w_type": "conjugated godan verb", + "romaji": "soshire" + }, + "譏ろ": { + "w_type": "godan verb stem", + "romaji": "soshiro" + }, + "譏った": { + "w_type": "conjugated godan verb", + "romaji": "soshitta" + }, + "譏って": { + "w_type": "conjugated godan verb", + "romaji": "soshitte" + }, + "遡ら": { + "w_type": "godan verb stem", + "romaji": "sakanobora" + }, + "遡り": { + "w_type": "godan verb stem", + "romaji": "sakanobori" + }, + "遡れ": { + "w_type": "conjugated godan verb", + "romaji": "sakanobore" + }, + "遡ろ": { + "w_type": "godan verb stem", + "romaji": "sakanoboro" + }, + "遡った": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotta" + }, + "遡って": { + "w_type": "conjugated godan verb", + "romaji": "sakanobotte" + }, + "織り出さ": { + "w_type": "godan verb stem", + "romaji": "oridasa" + }, + "織り出し": { + "w_type": "godan verb stem", + "romaji": "oridashi" + }, + "織り出せ": { + "w_type": "conjugated godan verb", + "romaji": "oridase" + }, + "織り出そ": { + "w_type": "godan verb stem", + "romaji": "oridaso" + }, + "織り出した": { + "w_type": "conjugated godan verb", + "romaji": "oridashita" + }, + "織り出して": { + "w_type": "conjugated godan verb", + "romaji": "oridashite" + }, + "振るわ": { + "w_type": "godan verb stem", + "romaji": "furuwa" + }, + "振るい": { + "w_type": "godan verb stem", + "romaji": "furui" + }, + "振るえ": { + "w_type": "conjugated godan verb", + "romaji": "furue" + }, + "振るお": { + "w_type": "godan verb stem", + "romaji": "furuo" + }, + "振るった": { + "w_type": "conjugated godan verb", + "romaji": "furutta" + }, + "振るって": { + "w_type": "conjugated godan verb", + "romaji": "furutte" + }, + "読み解か": { + "w_type": "godan verb stem", + "romaji": "yomitoka" + }, + "読み解き": { + "w_type": "godan verb stem", + "romaji": "yomitoki" + }, + "読み解け": { + "w_type": "conjugated godan verb", + "romaji": "yomitoke" + }, + "読み解こ": { + "w_type": "godan verb stem", + "romaji": "yomitoko" + }, + "読み解いた": { + "w_type": "conjugated godan verb", + "romaji": "yomitoita" + }, + "読み解いて": { + "w_type": "conjugated godan verb", + "romaji": "yomitoite" + }, + "沁透ら": { + "w_type": "godan verb stem", + "romaji": "shimitoora" + }, + "沁透り": { + "w_type": "godan verb stem", + "romaji": "shimitoori" + }, + "沁透れ": { + "w_type": "conjugated godan verb", + "romaji": "shimitoore" + }, + "沁透ろ": { + "w_type": "godan verb stem", + "romaji": "shimitooro" + }, + "沁透った": { + "w_type": "conjugated godan verb", + "romaji": "shimitootta" + }, + "沁透って": { + "w_type": "conjugated godan verb", + "romaji": "shimitootte" + }, + "呼習わさ": { + "w_type": "godan verb stem", + "romaji": "yobinarawasa" + }, + "呼習わし": { + "w_type": "godan verb stem", + "romaji": "yobinarawashi" + }, + "呼習わせ": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawase" + }, + "呼習わそ": { + "w_type": "godan verb stem", + "romaji": "yobinarawaso" + }, + "呼習わした": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashita" + }, + "呼習わして": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashite" + }, + "侍ら": { + "w_type": "godan verb stem", + "romaji": "habera" + }, + "侍り": { + "w_type": "godan verb stem", + "romaji": "haberi" + }, + "侍れ": { + "w_type": "conjugated godan verb", + "romaji": "habere" + }, + "侍ろ": { + "w_type": "godan verb stem", + "romaji": "habero" + }, + "侍った": { + "w_type": "conjugated godan verb", + "romaji": "habetta" + }, + "侍って": { + "w_type": "conjugated godan verb", + "romaji": "habette" + }, + "賜わら": { + "w_type": "godan verb stem", + "romaji": "tamawara" + }, + "賜わり": { + "w_type": "godan verb stem", + "romaji": "tamawari" + }, + "賜われ": { + "w_type": "conjugated godan verb", + "romaji": "tamaware" + }, + "賜わろ": { + "w_type": "godan verb stem", + "romaji": "tamawaro" + }, + "賜わった": { + "w_type": "conjugated godan verb", + "romaji": "tamawatta" + }, + "賜わって": { + "w_type": "conjugated godan verb", + "romaji": "tamawatte" + }, + "吠えつか": { + "w_type": "godan verb stem", + "romaji": "hoetsuka" + }, + "吠えつき": { + "w_type": "godan verb stem", + "romaji": "hoetsuki" + }, + "吠えつけ": { + "w_type": "conjugated godan verb", + "romaji": "hoetsuke" + }, + "吠えつこ": { + "w_type": "godan verb stem", + "romaji": "hoetsuko" + }, + "吠えついた": { + "w_type": "conjugated godan verb", + "romaji": "hoetsuita" + }, + "吠えついて": { + "w_type": "conjugated godan verb", + "romaji": "hoetsuite" + }, + "愛敬付か": { + "w_type": "godan verb stem", + "romaji": "aigyouzuka" + }, + "愛敬付き": { + "w_type": "godan verb stem", + "romaji": "aigyouzuki" + }, + "愛敬付け": { + "w_type": "conjugated godan verb", + "romaji": "aigyouzuke" + }, + "愛敬付こ": { + "w_type": "godan verb stem", + "romaji": "aigyouzuko" + }, + "愛敬付いた": { + "w_type": "conjugated godan verb", + "romaji": "aigyouzuita" + }, + "愛敬付いて": { + "w_type": "conjugated godan verb", + "romaji": "aigyouzuite" + }, + "繰り合わさ": { + "w_type": "godan verb stem", + "romaji": "kuriawasa" + }, + "繰り合わし": { + "w_type": "godan verb stem", + "romaji": "kuriawashi" + }, + "繰り合わせ": { + "w_type": "conjugated godan verb", + "romaji": "kuriawase" + }, + "繰り合わそ": { + "w_type": "godan verb stem", + "romaji": "kuriawaso" + }, + "繰り合わした": { + "w_type": "conjugated godan verb", + "romaji": "kuriawashita" + }, + "繰り合わして": { + "w_type": "conjugated godan verb", + "romaji": "kuriawashite" + }, + "巻起ら": { + "w_type": "godan verb stem", + "romaji": "makiokora" + }, + "巻起り": { + "w_type": "godan verb stem", + "romaji": "makiokori" + }, + "巻起れ": { + "w_type": "conjugated godan verb", + "romaji": "makiokore" + }, + "巻起ろ": { + "w_type": "godan verb stem", + "romaji": "makiokoro" + }, + "巻起った": { + "w_type": "conjugated godan verb", + "romaji": "makiokotta" + }, + "巻起って": { + "w_type": "conjugated godan verb", + "romaji": "makiokotte" + }, + "引きこもら": { + "w_type": "godan verb stem", + "romaji": "hikikomora" + }, + "引きこもり": { + "w_type": "godan verb stem", + "romaji": "hikikomori" + }, + "引きこもれ": { + "w_type": "conjugated godan verb", + "romaji": "hikikomore" + }, + "引きこもろ": { + "w_type": "godan verb stem", + "romaji": "hikikomoro" + }, + "引きこもった": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotta" + }, + "引きこもって": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotte" + }, + "押合わ": { + "w_type": "godan verb stem", + "romaji": "oshiawa" + }, + "押合い": { + "w_type": "godan verb stem", + "romaji": "oshiai" + }, + "押合え": { + "w_type": "conjugated godan verb", + "romaji": "oshiae" + }, + "押合お": { + "w_type": "godan verb stem", + "romaji": "oshiao" + }, + "押合った": { + "w_type": "conjugated godan verb", + "romaji": "oshiatta" + }, + "押合って": { + "w_type": "conjugated godan verb", + "romaji": "oshiatte" + }, + "伝え合わ": { + "w_type": "godan verb stem", + "romaji": "tsutaeawa" + }, + "伝え合い": { + "w_type": "godan verb stem", + "romaji": "tsutaeai" + }, + "伝え合え": { + "w_type": "conjugated godan verb", + "romaji": "tsutaeae" + }, + "伝え合お": { + "w_type": "godan verb stem", + "romaji": "tsutaeao" + }, + "伝え合った": { + "w_type": "conjugated godan verb", + "romaji": "tsutaeatta" + }, + "伝え合って": { + "w_type": "conjugated godan verb", + "romaji": "tsutaeatte" + }, + "焙ら": { + "w_type": "godan verb stem", + "romaji": "abura" + }, + "焙り": { + "w_type": "godan verb stem", + "romaji": "aburi" + }, + "焙れ": { + "w_type": "conjugated godan verb", + "romaji": "abure" + }, + "焙ろ": { + "w_type": "godan verb stem", + "romaji": "aburo" + }, + "焙った": { + "w_type": "conjugated godan verb", + "romaji": "abutta" + }, + "焙って": { + "w_type": "conjugated godan verb", + "romaji": "abutte" + }, + "破ら": { + "w_type": "godan verb stem", + "romaji": "yabura" + }, + "破り": { + "w_type": "godan verb stem", + "romaji": "yaburi" + }, + "破れ": { + "w_type": "conjugated godan verb", + "romaji": "yabure" + }, + "破ろ": { + "w_type": "godan verb stem", + "romaji": "yaburo" + }, + "破った": { + "w_type": "conjugated godan verb", + "romaji": "yabutta" + }, + "破って": { + "w_type": "conjugated godan verb", + "romaji": "yabutte" + }, + "乗り合わさ": { + "w_type": "godan verb stem", + "romaji": "noriawasa" + }, + "乗り合わし": { + "w_type": "godan verb stem", + "romaji": "noriawashi" + }, + "乗り合わせ": { + "w_type": "conjugated godan verb", + "romaji": "noriawase" + }, + "乗り合わそ": { + "w_type": "godan verb stem", + "romaji": "noriawaso" + }, + "乗り合わした": { + "w_type": "conjugated godan verb", + "romaji": "noriawashita" + }, + "乗り合わして": { + "w_type": "conjugated godan verb", + "romaji": "noriawashite" + }, + "買い足さ": { + "w_type": "godan verb stem", + "romaji": "kaitasa" + }, + "買い足し": { + "w_type": "godan verb stem", + "romaji": "kaitashi" + }, + "買い足せ": { + "w_type": "conjugated godan verb", + "romaji": "kaitase" + }, + "買い足そ": { + "w_type": "godan verb stem", + "romaji": "kaitaso" + }, + "買い足した": { + "w_type": "conjugated godan verb", + "romaji": "kaitashita" + }, + "買い足して": { + "w_type": "conjugated godan verb", + "romaji": "kaitashite" + }, + "寄り掛ら": { + "w_type": "godan verb stem", + "romaji": "yorikakara" + }, + "寄り掛り": { + "w_type": "godan verb stem", + "romaji": "yorikakari" + }, + "寄り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "yorikakare" + }, + "寄り掛ろ": { + "w_type": "godan verb stem", + "romaji": "yorikakaro" + }, + "寄り掛った": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatta" + }, + "寄り掛って": { + "w_type": "conjugated godan verb", + "romaji": "yorikakatte" + }, + "見ぬか": { + "w_type": "godan verb stem", + "romaji": "minuka" + }, + "見ぬき": { + "w_type": "godan verb stem", + "romaji": "minuki" + }, + "見ぬけ": { + "w_type": "conjugated godan verb", + "romaji": "minuke" + }, + "見ぬこ": { + "w_type": "godan verb stem", + "romaji": "minuko" + }, + "見ぬいた": { + "w_type": "conjugated godan verb", + "romaji": "minuita" + }, + "見ぬいて": { + "w_type": "conjugated godan verb", + "romaji": "minuite" + }, + "温ま": { + "w_type": "godan verb stem", + "romaji": "nuruma" + }, + "温み": { + "w_type": "godan verb stem", + "romaji": "nurumi" + }, + "温め": { + "w_type": "conjugated godan verb", + "romaji": "nurume" + }, + "温も": { + "w_type": "godan verb stem", + "romaji": "nurumo" + }, + "温んだ": { + "w_type": "conjugated godan verb", + "romaji": "nurunda" + }, + "温んで": { + "w_type": "conjugated godan verb", + "romaji": "nurunde" + }, + "採り込ま": { + "w_type": "godan verb stem", + "romaji": "torikoma" + }, + "採り込み": { + "w_type": "godan verb stem", + "romaji": "torikomi" + }, + "採り込め": { + "w_type": "conjugated godan verb", + "romaji": "torikome" + }, + "採り込も": { + "w_type": "godan verb stem", + "romaji": "torikomo" + }, + "採り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikonda" + }, + "採り込んで": { + "w_type": "conjugated godan verb", + "romaji": "torikonde" + }, + "剝ぎ取ら": { + "w_type": "godan verb stem", + "romaji": "hagitora" + }, + "剝ぎ取り": { + "w_type": "godan verb stem", + "romaji": "hagitori" + }, + "剝ぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "hagitore" + }, + "剝ぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "hagitoro" + }, + "剝ぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "hagitotta" + }, + "剝ぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "hagitotte" + }, + "擂ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "擂り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "擂れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "擂ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "擂った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "擂って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "養わ": { + "w_type": "godan verb stem", + "romaji": "yashinawa" + }, + "養い": { + "w_type": "godan verb stem", + "romaji": "yashinai" + }, + "養え": { + "w_type": "conjugated godan verb", + "romaji": "yashinae" + }, + "養お": { + "w_type": "godan verb stem", + "romaji": "yashinao" + }, + "養った": { + "w_type": "conjugated godan verb", + "romaji": "yashinatta" + }, + "養って": { + "w_type": "conjugated godan verb", + "romaji": "yashinatte" + }, + "諭さ": { + "w_type": "godan verb stem", + "romaji": "satosa" + }, + "諭し": { + "w_type": "godan verb stem", + "romaji": "satoshi" + }, + "諭せ": { + "w_type": "conjugated godan verb", + "romaji": "satose" + }, + "諭そ": { + "w_type": "godan verb stem", + "romaji": "satoso" + }, + "諭した": { + "w_type": "conjugated godan verb", + "romaji": "satoshita" + }, + "諭して": { + "w_type": "conjugated godan verb", + "romaji": "satoshite" + }, + "刳り抜か": { + "w_type": "godan verb stem", + "romaji": "kurinuka" + }, + "刳り抜き": { + "w_type": "godan verb stem", + "romaji": "kurinuki" + }, + "刳り抜け": { + "w_type": "conjugated godan verb", + "romaji": "kurinuke" + }, + "刳り抜こ": { + "w_type": "godan verb stem", + "romaji": "kurinuko" + }, + "刳り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kurinuita" + }, + "刳り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kurinuite" + }, + "溶か": { + "w_type": "godan verb stem", + "romaji": "toka" + }, + "溶き": { + "w_type": "godan verb stem", + "romaji": "toki" + }, + "溶け": { + "w_type": "conjugated godan verb", + "romaji": "toke" + }, + "溶こ": { + "w_type": "godan verb stem", + "romaji": "toko" + }, + "溶いた": { + "w_type": "conjugated godan verb", + "romaji": "toita" + }, + "溶いて": { + "w_type": "conjugated godan verb", + "romaji": "toite" + }, + "遣りあわ": { + "w_type": "godan verb stem", + "romaji": "yariawa" + }, + "遣りあい": { + "w_type": "godan verb stem", + "romaji": "yariai" + }, + "遣りあえ": { + "w_type": "conjugated godan verb", + "romaji": "yariae" + }, + "遣りあお": { + "w_type": "godan verb stem", + "romaji": "yariao" + }, + "遣りあった": { + "w_type": "conjugated godan verb", + "romaji": "yariatta" + }, + "遣りあって": { + "w_type": "conjugated godan verb", + "romaji": "yariatte" + }, + "羽撃か": { + "w_type": "godan verb stem", + "romaji": "habataka" + }, + "羽撃き": { + "w_type": "godan verb stem", + "romaji": "habataki" + }, + "羽撃け": { + "w_type": "conjugated godan verb", + "romaji": "habatake" + }, + "羽撃こ": { + "w_type": "godan verb stem", + "romaji": "habatako" + }, + "羽撃いた": { + "w_type": "conjugated godan verb", + "romaji": "habataita" + }, + "羽撃いて": { + "w_type": "conjugated godan verb", + "romaji": "habataite" + }, + "傾け倒さ": { + "w_type": "godan verb stem", + "romaji": "katamuketaosa" + }, + "傾け倒し": { + "w_type": "godan verb stem", + "romaji": "katamuketaoshi" + }, + "傾け倒せ": { + "w_type": "conjugated godan verb", + "romaji": "katamuketaose" + }, + "傾け倒そ": { + "w_type": "godan verb stem", + "romaji": "katamuketaoso" + }, + "傾け倒した": { + "w_type": "conjugated godan verb", + "romaji": "katamuketaoshita" + }, + "傾け倒して": { + "w_type": "conjugated godan verb", + "romaji": "katamuketaoshite" + }, + "毟ら": { + "w_type": "godan verb stem", + "romaji": "mushira" + }, + "毟り": { + "w_type": "godan verb stem", + "romaji": "mushiri" + }, + "毟れ": { + "w_type": "conjugated godan verb", + "romaji": "mushire" + }, + "毟ろ": { + "w_type": "godan verb stem", + "romaji": "mushiro" + }, + "毟った": { + "w_type": "conjugated godan verb", + "romaji": "mushitta" + }, + "毟って": { + "w_type": "conjugated godan verb", + "romaji": "mushitte" + }, + "売り払わ": { + "w_type": "godan verb stem", + "romaji": "uriharawa" + }, + "売り払い": { + "w_type": "godan verb stem", + "romaji": "uriharai" + }, + "売り払え": { + "w_type": "conjugated godan verb", + "romaji": "uriharae" + }, + "売り払お": { + "w_type": "godan verb stem", + "romaji": "uriharao" + }, + "売り払った": { + "w_type": "conjugated godan verb", + "romaji": "uriharatta" + }, + "売り払って": { + "w_type": "conjugated godan verb", + "romaji": "uriharatte" + }, + "座りこま": { + "w_type": "godan verb stem", + "romaji": "suwarikoma" + }, + "座りこみ": { + "w_type": "godan verb stem", + "romaji": "suwarikomi" + }, + "座りこめ": { + "w_type": "conjugated godan verb", + "romaji": "suwarikome" + }, + "座りこも": { + "w_type": "godan verb stem", + "romaji": "suwarikomo" + }, + "座りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonda" + }, + "座りこんで": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonde" + }, + "盛り上がら": { + "w_type": "godan verb stem", + "romaji": "moriagara" + }, + "盛り上がり": { + "w_type": "godan verb stem", + "romaji": "moriagari" + }, + "盛り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "moriagare" + }, + "盛り上がろ": { + "w_type": "godan verb stem", + "romaji": "moriagaro" + }, + "盛り上がった": { + "w_type": "conjugated godan verb", + "romaji": "moriagatta" + }, + "盛り上がって": { + "w_type": "conjugated godan verb", + "romaji": "moriagatte" + }, + "解け合わ": { + "w_type": "godan verb stem", + "romaji": "tokeawa" + }, + "解け合い": { + "w_type": "godan verb stem", + "romaji": "tokeai" + }, + "解け合え": { + "w_type": "conjugated godan verb", + "romaji": "tokeae" + }, + "解け合お": { + "w_type": "godan verb stem", + "romaji": "tokeao" + }, + "解け合った": { + "w_type": "conjugated godan verb", + "romaji": "tokeatta" + }, + "解け合って": { + "w_type": "conjugated godan verb", + "romaji": "tokeatte" + }, + "賤しま": { + "w_type": "godan verb stem", + "romaji": "iyashima" + }, + "賤しみ": { + "w_type": "godan verb stem", + "romaji": "iyashimi" + }, + "賤しめ": { + "w_type": "conjugated godan verb", + "romaji": "iyashime" + }, + "賤しも": { + "w_type": "godan verb stem", + "romaji": "iyashimo" + }, + "賤しんだ": { + "w_type": "conjugated godan verb", + "romaji": "iyashinda" + }, + "賤しんで": { + "w_type": "conjugated godan verb", + "romaji": "iyashinde" + }, + "滲み出さ": { + "w_type": "godan verb stem", + "romaji": "shimidasa" + }, + "滲み出し": { + "w_type": "godan verb stem", + "romaji": "shimidashi" + }, + "滲み出せ": { + "w_type": "conjugated godan verb", + "romaji": "shimidase" + }, + "滲み出そ": { + "w_type": "godan verb stem", + "romaji": "shimidaso" + }, + "滲み出した": { + "w_type": "conjugated godan verb", + "romaji": "shimidashita" + }, + "滲み出して": { + "w_type": "conjugated godan verb", + "romaji": "shimidashite" + }, + "貰わ": { + "w_type": "godan verb stem", + "romaji": "morawa" + }, + "貰い": { + "w_type": "godan verb stem", + "romaji": "morai" + }, + "貰え": { + "w_type": "conjugated godan verb", + "romaji": "morae" + }, + "貰お": { + "w_type": "godan verb stem", + "romaji": "morao" + }, + "貰った": { + "w_type": "conjugated godan verb", + "romaji": "moratta" + }, + "貰って": { + "w_type": "conjugated godan verb", + "romaji": "moratte" + }, + "言い継が": { + "w_type": "godan verb stem", + "romaji": "iitsuga" + }, + "言い継ぎ": { + "w_type": "godan verb stem", + "romaji": "iitsugi" + }, + "言い継げ": { + "w_type": "conjugated godan verb", + "romaji": "iitsuge" + }, + "言い継ご": { + "w_type": "godan verb stem", + "romaji": "iitsugo" + }, + "言い継いだ": { + "w_type": "conjugated godan verb", + "romaji": "iitsuida" + }, + "言い継いで": { + "w_type": "conjugated godan verb", + "romaji": "iitsuide" + }, + "包ま": { + "w_type": "godan verb stem", + "romaji": "tsutsuma" + }, + "包み": { + "w_type": "godan verb stem", + "romaji": "tsutsumi" + }, + "包め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsume" + }, + "包も": { + "w_type": "godan verb stem", + "romaji": "tsutsumo" + }, + "包んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsunda" + }, + "包んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsunde" + }, + "雪が": { + "w_type": "godan verb stem", + "romaji": "susuga" + }, + "雪ぎ": { + "w_type": "godan verb stem", + "romaji": "susugi" + }, + "雪げ": { + "w_type": "conjugated godan verb", + "romaji": "susuge" + }, + "雪ご": { + "w_type": "godan verb stem", + "romaji": "susugo" + }, + "雪いだ": { + "w_type": "conjugated godan verb", + "romaji": "susuida" + }, + "雪いで": { + "w_type": "conjugated godan verb", + "romaji": "susuide" + }, + "取り殺さ": { + "w_type": "godan verb stem", + "romaji": "torikorosa" + }, + "取り殺し": { + "w_type": "godan verb stem", + "romaji": "torikoroshi" + }, + "取り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "torikorose" + }, + "取り殺そ": { + "w_type": "godan verb stem", + "romaji": "torikoroso" + }, + "取り殺した": { + "w_type": "conjugated godan verb", + "romaji": "torikoroshita" + }, + "取り殺して": { + "w_type": "conjugated godan verb", + "romaji": "torikoroshite" + }, + "過行か": { + "w_type": "godan verb stem", + "romaji": "sugiyuka" + }, + "過行き": { + "w_type": "godan verb stem", + "romaji": "sugiyuki" + }, + "過行け": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuke" + }, + "過行こ": { + "w_type": "godan verb stem", + "romaji": "sugiyuko" + }, + "過行いた": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuita" + }, + "過行いて": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuite" + }, + "むき出さ": { + "w_type": "godan verb stem", + "romaji": "mukidasa" + }, + "むき出し": { + "w_type": "godan verb stem", + "romaji": "mukidashi" + }, + "むき出せ": { + "w_type": "conjugated godan verb", + "romaji": "mukidase" + }, + "むき出そ": { + "w_type": "godan verb stem", + "romaji": "mukidaso" + }, + "むき出した": { + "w_type": "conjugated godan verb", + "romaji": "mukidashita" + }, + "むき出して": { + "w_type": "conjugated godan verb", + "romaji": "mukidashite" + }, + "請戻さ": { + "w_type": "godan verb stem", + "romaji": "ukemodosa" + }, + "請戻し": { + "w_type": "godan verb stem", + "romaji": "ukemodoshi" + }, + "請戻せ": { + "w_type": "conjugated godan verb", + "romaji": "ukemodose" + }, + "請戻そ": { + "w_type": "godan verb stem", + "romaji": "ukemodoso" + }, + "請戻した": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshita" + }, + "請戻して": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshite" + }, + "隠ら": { + "w_type": "godan verb stem", + "romaji": "komora" + }, + "隠り": { + "w_type": "godan verb stem", + "romaji": "komori" + }, + "隠れ": { + "w_type": "conjugated godan verb", + "romaji": "komore" + }, + "隠ろ": { + "w_type": "godan verb stem", + "romaji": "komoro" + }, + "隠った": { + "w_type": "conjugated godan verb", + "romaji": "komotta" + }, + "隠って": { + "w_type": "conjugated godan verb", + "romaji": "komotte" + }, + "しのび寄ら": { + "w_type": "godan verb stem", + "romaji": "shinobiyora" + }, + "しのび寄り": { + "w_type": "godan verb stem", + "romaji": "shinobiyori" + }, + "しのび寄れ": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyore" + }, + "しのび寄ろ": { + "w_type": "godan verb stem", + "romaji": "shinobiyoro" + }, + "しのび寄った": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyotta" + }, + "しのび寄って": { + "w_type": "conjugated godan verb", + "romaji": "shinobiyotte" + }, + "盗ら": { + "w_type": "godan verb stem", + "romaji": "tora" + }, + "盗り": { + "w_type": "godan verb stem", + "romaji": "tori" + }, + "盗れ": { + "w_type": "conjugated godan verb", + "romaji": "tore" + }, + "盗ろ": { + "w_type": "godan verb stem", + "romaji": "toro" + }, + "盗った": { + "w_type": "conjugated godan verb", + "romaji": "totta" + }, + "盗って": { + "w_type": "conjugated godan verb", + "romaji": "totte" + }, + "召使わ": { + "w_type": "godan verb stem", + "romaji": "meshitsukawa" + }, + "召使い": { + "w_type": "godan verb stem", + "romaji": "meshitsukai" + }, + "召使え": { + "w_type": "conjugated godan verb", + "romaji": "meshitsukae" + }, + "召使お": { + "w_type": "godan verb stem", + "romaji": "meshitsukao" + }, + "召使った": { + "w_type": "conjugated godan verb", + "romaji": "meshitsukatta" + }, + "召使って": { + "w_type": "conjugated godan verb", + "romaji": "meshitsukatte" + }, + "隠さ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "隠し": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "隠せ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "隠そ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "隠した": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "隠して": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "纏わりつか": { + "w_type": "godan verb stem", + "romaji": "matowaritsuka" + }, + "纏わりつき": { + "w_type": "godan verb stem", + "romaji": "matowaritsuki" + }, + "纏わりつけ": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuke" + }, + "纏わりつこ": { + "w_type": "godan verb stem", + "romaji": "matowaritsuko" + }, + "纏わりついた": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuita" + }, + "纏わりついて": { + "w_type": "conjugated godan verb", + "romaji": "matowaritsuite" + }, + "合さら": { + "w_type": "godan verb stem", + "romaji": "awasara" + }, + "合さり": { + "w_type": "godan verb stem", + "romaji": "awasari" + }, + "合され": { + "w_type": "conjugated godan verb", + "romaji": "awasare" + }, + "合さろ": { + "w_type": "godan verb stem", + "romaji": "awasaro" + }, + "合さった": { + "w_type": "conjugated godan verb", + "romaji": "awasatta" + }, + "合さって": { + "w_type": "conjugated godan verb", + "romaji": "awasatte" + }, + "生かさ": { + "w_type": "godan verb stem", + "romaji": "ikasa" + }, + "生かし": { + "w_type": "godan verb stem", + "romaji": "ikashi" + }, + "生かせ": { + "w_type": "conjugated godan verb", + "romaji": "ikase" + }, + "生かそ": { + "w_type": "godan verb stem", + "romaji": "ikaso" + }, + "生かした": { + "w_type": "conjugated godan verb", + "romaji": "ikashita" + }, + "生かして": { + "w_type": "conjugated godan verb", + "romaji": "ikashite" + }, + "搦め捕ら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "搦め捕り": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "搦め捕れ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "搦め捕ろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "搦め捕った": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "搦め捕って": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "奉ら": { + "w_type": "godan verb stem", + "romaji": "tatematsura" + }, + "奉り": { + "w_type": "godan verb stem", + "romaji": "tatematsuri" + }, + "奉れ": { + "w_type": "conjugated godan verb", + "romaji": "tatematsure" + }, + "奉ろ": { + "w_type": "godan verb stem", + "romaji": "tatematsuro" + }, + "奉った": { + "w_type": "conjugated godan verb", + "romaji": "tatematsutta" + }, + "奉って": { + "w_type": "conjugated godan verb", + "romaji": "tatematsutte" + }, + "縺れ合わ": { + "w_type": "godan verb stem", + "romaji": "motsureawa" + }, + "縺れ合い": { + "w_type": "godan verb stem", + "romaji": "motsureai" + }, + "縺れ合え": { + "w_type": "conjugated godan verb", + "romaji": "motsureae" + }, + "縺れ合お": { + "w_type": "godan verb stem", + "romaji": "motsureao" + }, + "縺れ合った": { + "w_type": "conjugated godan verb", + "romaji": "motsureatta" + }, + "縺れ合って": { + "w_type": "conjugated godan verb", + "romaji": "motsureatte" + }, + "書き起こさ": { + "w_type": "godan verb stem", + "romaji": "kakiokosa" + }, + "書き起こし": { + "w_type": "godan verb stem", + "romaji": "kakiokoshi" + }, + "書き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokose" + }, + "書き起こそ": { + "w_type": "godan verb stem", + "romaji": "kakiokoso" + }, + "書き起こした": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshita" + }, + "書き起こして": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshite" + }, + "買出さ": { + "w_type": "godan verb stem", + "romaji": "kaidasa" + }, + "買出し": { + "w_type": "godan verb stem", + "romaji": "kaidashi" + }, + "買出せ": { + "w_type": "conjugated godan verb", + "romaji": "kaidase" + }, + "買出そ": { + "w_type": "godan verb stem", + "romaji": "kaidaso" + }, + "買出した": { + "w_type": "conjugated godan verb", + "romaji": "kaidashita" + }, + "買出して": { + "w_type": "conjugated godan verb", + "romaji": "kaidashite" + }, + "踠か": { + "w_type": "godan verb stem", + "romaji": "mogaka" + }, + "踠き": { + "w_type": "godan verb stem", + "romaji": "mogaki" + }, + "踠け": { + "w_type": "conjugated godan verb", + "romaji": "mogake" + }, + "踠こ": { + "w_type": "godan verb stem", + "romaji": "mogako" + }, + "踠いた": { + "w_type": "conjugated godan verb", + "romaji": "mogaita" + }, + "踠いて": { + "w_type": "conjugated godan verb", + "romaji": "mogaite" + }, + "怖じ気付か": { + "w_type": "godan verb stem", + "romaji": "ojikezuka" + }, + "怖じ気付き": { + "w_type": "godan verb stem", + "romaji": "ojikezuki" + }, + "怖じ気付け": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuke" + }, + "怖じ気付こ": { + "w_type": "godan verb stem", + "romaji": "ojikezuko" + }, + "怖じ気付いた": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuita" + }, + "怖じ気付いて": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuite" + }, + "裂か": { + "w_type": "godan verb stem", + "romaji": "saka" + }, + "裂き": { + "w_type": "godan verb stem", + "romaji": "saki" + }, + "裂け": { + "w_type": "conjugated godan verb", + "romaji": "sake" + }, + "裂こ": { + "w_type": "godan verb stem", + "romaji": "sako" + }, + "裂いた": { + "w_type": "conjugated godan verb", + "romaji": "saita" + }, + "裂いて": { + "w_type": "conjugated godan verb", + "romaji": "saite" + }, + "歸ら": { + "w_type": "godan verb stem", + "romaji": "kaera" + }, + "歸り": { + "w_type": "godan verb stem", + "romaji": "kaeri" + }, + "歸れ": { + "w_type": "conjugated godan verb", + "romaji": "kaere" + }, + "歸ろ": { + "w_type": "godan verb stem", + "romaji": "kaero" + }, + "歸った": { + "w_type": "conjugated godan verb", + "romaji": "kaetta" + }, + "歸って": { + "w_type": "conjugated godan verb", + "romaji": "kaette" + }, + "押しいら": { + "w_type": "godan verb stem", + "romaji": "oshiira" + }, + "押しいり": { + "w_type": "godan verb stem", + "romaji": "oshiiri" + }, + "押しいれ": { + "w_type": "conjugated godan verb", + "romaji": "oshiire" + }, + "押しいろ": { + "w_type": "godan verb stem", + "romaji": "oshiiro" + }, + "押しいった": { + "w_type": "conjugated godan verb", + "romaji": "oshiitta" + }, + "押しいって": { + "w_type": "conjugated godan verb", + "romaji": "oshiitte" + }, + "弾き出さ": { + "w_type": "godan verb stem", + "romaji": "hajikidasa" + }, + "弾き出し": { + "w_type": "godan verb stem", + "romaji": "hajikidashi" + }, + "弾き出せ": { + "w_type": "conjugated godan verb", + "romaji": "hajikidase" + }, + "弾き出そ": { + "w_type": "godan verb stem", + "romaji": "hajikidaso" + }, + "弾き出した": { + "w_type": "conjugated godan verb", + "romaji": "hajikidashita" + }, + "弾き出して": { + "w_type": "conjugated godan verb", + "romaji": "hajikidashite" + }, + "強請り取ら": { + "w_type": "godan verb stem", + "romaji": "yusuritora" + }, + "強請り取り": { + "w_type": "godan verb stem", + "romaji": "yusuritori" + }, + "強請り取れ": { + "w_type": "conjugated godan verb", + "romaji": "yusuritore" + }, + "強請り取ろ": { + "w_type": "godan verb stem", + "romaji": "yusuritoro" + }, + "強請り取った": { + "w_type": "conjugated godan verb", + "romaji": "yusuritotta" + }, + "強請り取って": { + "w_type": "conjugated godan verb", + "romaji": "yusuritotte" + }, + "錆び付か": { + "w_type": "godan verb stem", + "romaji": "sabitsuka" + }, + "錆び付き": { + "w_type": "godan verb stem", + "romaji": "sabitsuki" + }, + "錆び付け": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuke" + }, + "錆び付こ": { + "w_type": "godan verb stem", + "romaji": "sabitsuko" + }, + "錆び付いた": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuita" + }, + "錆び付いて": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuite" + }, + "封じ込ま": { + "w_type": "godan verb stem", + "romaji": "fuujikoma" + }, + "封じ込み": { + "w_type": "godan verb stem", + "romaji": "fuujikomi" + }, + "封じ込め": { + "w_type": "conjugated godan verb", + "romaji": "fuujikome" + }, + "封じ込も": { + "w_type": "godan verb stem", + "romaji": "fuujikomo" + }, + "封じ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "fuujikonda" + }, + "封じ込んで": { + "w_type": "conjugated godan verb", + "romaji": "fuujikonde" + }, + "抓ら": { + "w_type": "godan verb stem", + "romaji": "tsunera" + }, + "抓り": { + "w_type": "godan verb stem", + "romaji": "tsuneri" + }, + "抓れ": { + "w_type": "conjugated godan verb", + "romaji": "tsunere" + }, + "抓ろ": { + "w_type": "godan verb stem", + "romaji": "tsunero" + }, + "抓った": { + "w_type": "conjugated godan verb", + "romaji": "tsunetta" + }, + "抓って": { + "w_type": "conjugated godan verb", + "romaji": "tsunette" + }, + "緑がから": { + "w_type": "godan verb stem", + "romaji": "midorigakara" + }, + "緑がかり": { + "w_type": "godan verb stem", + "romaji": "midorigakari" + }, + "緑がかれ": { + "w_type": "conjugated godan verb", + "romaji": "midorigakare" + }, + "緑がかろ": { + "w_type": "godan verb stem", + "romaji": "midorigakaro" + }, + "緑がかった": { + "w_type": "conjugated godan verb", + "romaji": "midorigakatta" + }, + "緑がかって": { + "w_type": "conjugated godan verb", + "romaji": "midorigakatte" + }, + "聞き過さ": { + "w_type": "godan verb stem", + "romaji": "kikisugosa" + }, + "聞き過し": { + "w_type": "godan verb stem", + "romaji": "kikisugoshi" + }, + "聞き過せ": { + "w_type": "conjugated godan verb", + "romaji": "kikisugose" + }, + "聞き過そ": { + "w_type": "godan verb stem", + "romaji": "kikisugoso" + }, + "聞き過した": { + "w_type": "conjugated godan verb", + "romaji": "kikisugoshita" + }, + "聞き過して": { + "w_type": "conjugated godan verb", + "romaji": "kikisugoshite" + }, + "引っぱがさ": { + "w_type": "godan verb stem", + "romaji": "hippagasa" + }, + "引っぱがし": { + "w_type": "godan verb stem", + "romaji": "hippagashi" + }, + "引っぱがせ": { + "w_type": "conjugated godan verb", + "romaji": "hippagase" + }, + "引っぱがそ": { + "w_type": "godan verb stem", + "romaji": "hippagaso" + }, + "引っぱがした": { + "w_type": "conjugated godan verb", + "romaji": "hippagashita" + }, + "引っぱがして": { + "w_type": "conjugated godan verb", + "romaji": "hippagashite" + }, + "つつき回さ": { + "w_type": "godan verb stem", + "romaji": "tsutsukimawasa" + }, + "つつき回し": { + "w_type": "godan verb stem", + "romaji": "tsutsukimawashi" + }, + "つつき回せ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsukimawase" + }, + "つつき回そ": { + "w_type": "godan verb stem", + "romaji": "tsutsukimawaso" + }, + "つつき回した": { + "w_type": "conjugated godan verb", + "romaji": "tsutsukimawashita" + }, + "つつき回して": { + "w_type": "conjugated godan verb", + "romaji": "tsutsukimawashite" + }, + "気取ら": { + "w_type": "godan verb stem", + "romaji": "kidora" + }, + "気取り": { + "w_type": "godan verb stem", + "romaji": "kidori" + }, + "気取れ": { + "w_type": "conjugated godan verb", + "romaji": "kidore" + }, + "気取ろ": { + "w_type": "godan verb stem", + "romaji": "kidoro" + }, + "気取った": { + "w_type": "conjugated godan verb", + "romaji": "kidotta" + }, + "気取って": { + "w_type": "conjugated godan verb", + "romaji": "kidotte" + }, + "考え出さ": { + "w_type": "godan verb stem", + "romaji": "kangaedasa" + }, + "考え出し": { + "w_type": "godan verb stem", + "romaji": "kangaedashi" + }, + "考え出せ": { + "w_type": "conjugated godan verb", + "romaji": "kangaedase" + }, + "考え出そ": { + "w_type": "godan verb stem", + "romaji": "kangaedaso" + }, + "考え出した": { + "w_type": "conjugated godan verb", + "romaji": "kangaedashita" + }, + "考え出して": { + "w_type": "conjugated godan verb", + "romaji": "kangaedashite" + }, + "有り難がら": { + "w_type": "godan verb stem", + "romaji": "arigatagara" + }, + "有り難がり": { + "w_type": "godan verb stem", + "romaji": "arigatagari" + }, + "有り難がれ": { + "w_type": "conjugated godan verb", + "romaji": "arigatagare" + }, + "有り難がろ": { + "w_type": "godan verb stem", + "romaji": "arigatagaro" + }, + "有り難がった": { + "w_type": "conjugated godan verb", + "romaji": "arigatagatta" + }, + "有り難がって": { + "w_type": "conjugated godan verb", + "romaji": "arigatagatte" + }, + "約まら": { + "w_type": "godan verb stem", + "romaji": "tsuzumara" + }, + "約まり": { + "w_type": "godan verb stem", + "romaji": "tsuzumari" + }, + "約まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuzumare" + }, + "約まろ": { + "w_type": "godan verb stem", + "romaji": "tsuzumaro" + }, + "約まった": { + "w_type": "conjugated godan verb", + "romaji": "tsuzumatta" + }, + "約まって": { + "w_type": "conjugated godan verb", + "romaji": "tsuzumatte" + }, + "締め切ら": { + "w_type": "godan verb stem", + "romaji": "shimekira" + }, + "締め切り": { + "w_type": "godan verb stem", + "romaji": "shimekiri" + }, + "締め切れ": { + "w_type": "conjugated godan verb", + "romaji": "shimekire" + }, + "締め切ろ": { + "w_type": "godan verb stem", + "romaji": "shimekiro" + }, + "締め切った": { + "w_type": "conjugated godan verb", + "romaji": "shimekitta" + }, + "締め切って": { + "w_type": "conjugated godan verb", + "romaji": "shimekitte" + }, + "溢れ出さ": { + "w_type": "godan verb stem", + "romaji": "afuredasa" + }, + "溢れ出し": { + "w_type": "godan verb stem", + "romaji": "afuredashi" + }, + "溢れ出せ": { + "w_type": "conjugated godan verb", + "romaji": "afuredase" + }, + "溢れ出そ": { + "w_type": "godan verb stem", + "romaji": "afuredaso" + }, + "溢れ出した": { + "w_type": "conjugated godan verb", + "romaji": "afuredashita" + }, + "溢れ出して": { + "w_type": "conjugated godan verb", + "romaji": "afuredashite" + }, + "跼まら": { + "w_type": "godan verb stem", + "romaji": "segukumara" + }, + "跼まり": { + "w_type": "godan verb stem", + "romaji": "segukumari" + }, + "跼まれ": { + "w_type": "conjugated godan verb", + "romaji": "segukumare" + }, + "跼まろ": { + "w_type": "godan verb stem", + "romaji": "segukumaro" + }, + "跼まった": { + "w_type": "conjugated godan verb", + "romaji": "segukumatta" + }, + "跼まって": { + "w_type": "conjugated godan verb", + "romaji": "segukumatte" + }, + "歩き回ら": { + "w_type": "godan verb stem", + "romaji": "arukimawara" + }, + "歩き回り": { + "w_type": "godan verb stem", + "romaji": "arukimawari" + }, + "歩き回れ": { + "w_type": "conjugated godan verb", + "romaji": "arukimaware" + }, + "歩き回ろ": { + "w_type": "godan verb stem", + "romaji": "arukimawaro" + }, + "歩き回った": { + "w_type": "conjugated godan verb", + "romaji": "arukimawatta" + }, + "歩き回って": { + "w_type": "conjugated godan verb", + "romaji": "arukimawatte" + }, + "鋳潰さ": { + "w_type": "godan verb stem", + "romaji": "itsubusa" + }, + "鋳潰し": { + "w_type": "godan verb stem", + "romaji": "itsubushi" + }, + "鋳潰せ": { + "w_type": "conjugated godan verb", + "romaji": "itsubuse" + }, + "鋳潰そ": { + "w_type": "godan verb stem", + "romaji": "itsubuso" + }, + "鋳潰した": { + "w_type": "conjugated godan verb", + "romaji": "itsubushita" + }, + "鋳潰して": { + "w_type": "conjugated godan verb", + "romaji": "itsubushite" + }, + "取り運ば": { + "w_type": "godan verb stem", + "romaji": "torihakoba" + }, + "取り運び": { + "w_type": "godan verb stem", + "romaji": "torihakobi" + }, + "取り運べ": { + "w_type": "conjugated godan verb", + "romaji": "torihakobe" + }, + "取り運ぼ": { + "w_type": "godan verb stem", + "romaji": "torihakobo" + }, + "取り運んだ": { + "w_type": "conjugated godan verb", + "romaji": "torihakonda" + }, + "取り運んで": { + "w_type": "conjugated godan verb", + "romaji": "torihakonde" + }, + "著わさ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "著わし": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "著わせ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "著わそ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "著わした": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "著わして": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "過疎ら": { + "w_type": "godan verb stem", + "romaji": "kasora" + }, + "過疎り": { + "w_type": "godan verb stem", + "romaji": "kasori" + }, + "過疎れ": { + "w_type": "conjugated godan verb", + "romaji": "kasore" + }, + "過疎ろ": { + "w_type": "godan verb stem", + "romaji": "kasoro" + }, + "過疎った": { + "w_type": "conjugated godan verb", + "romaji": "kasotta" + }, + "過疎って": { + "w_type": "conjugated godan verb", + "romaji": "kasotte" + }, + "踏み潰さ": { + "w_type": "godan verb stem", + "romaji": "fumitsubusa" + }, + "踏み潰し": { + "w_type": "godan verb stem", + "romaji": "fumitsubushi" + }, + "踏み潰せ": { + "w_type": "conjugated godan verb", + "romaji": "fumitsubuse" + }, + "踏み潰そ": { + "w_type": "godan verb stem", + "romaji": "fumitsubuso" + }, + "踏み潰した": { + "w_type": "conjugated godan verb", + "romaji": "fumitsubushita" + }, + "踏み潰して": { + "w_type": "conjugated godan verb", + "romaji": "fumitsubushite" + }, + "怖気づか": { + "w_type": "godan verb stem", + "romaji": "ojikezuka" + }, + "怖気づき": { + "w_type": "godan verb stem", + "romaji": "ojikezuki" + }, + "怖気づけ": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuke" + }, + "怖気づこ": { + "w_type": "godan verb stem", + "romaji": "ojikezuko" + }, + "怖気づいた": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuita" + }, + "怖気づいて": { + "w_type": "conjugated godan verb", + "romaji": "ojikezuite" + }, + "寄付か": { + "w_type": "godan verb stem", + "romaji": "yoritsuka" + }, + "寄付き": { + "w_type": "godan verb stem", + "romaji": "yoritsuki" + }, + "寄付け": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuke" + }, + "寄付こ": { + "w_type": "godan verb stem", + "romaji": "yoritsuko" + }, + "寄付いた": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuita" + }, + "寄付いて": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuite" + }, + "すくい取ら": { + "w_type": "godan verb stem", + "romaji": "sukuitora" + }, + "すくい取り": { + "w_type": "godan verb stem", + "romaji": "sukuitori" + }, + "すくい取れ": { + "w_type": "conjugated godan verb", + "romaji": "sukuitore" + }, + "すくい取ろ": { + "w_type": "godan verb stem", + "romaji": "sukuitoro" + }, + "すくい取った": { + "w_type": "conjugated godan verb", + "romaji": "sukuitotta" + }, + "すくい取って": { + "w_type": "conjugated godan verb", + "romaji": "sukuitotte" + }, + "悦ば": { + "w_type": "godan verb stem", + "romaji": "yorokoba" + }, + "悦び": { + "w_type": "godan verb stem", + "romaji": "yorokobi" + }, + "悦べ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobe" + }, + "悦ぼ": { + "w_type": "godan verb stem", + "romaji": "yorokobo" + }, + "悦んだ": { + "w_type": "conjugated godan verb", + "romaji": "yorokonda" + }, + "悦んで": { + "w_type": "conjugated godan verb", + "romaji": "yorokonde" + }, + "土降ら": { + "w_type": "godan verb stem", + "romaji": "tsuchifura" + }, + "土降り": { + "w_type": "godan verb stem", + "romaji": "tsuchifuri" + }, + "土降れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuchifure" + }, + "土降ろ": { + "w_type": "godan verb stem", + "romaji": "tsuchifuro" + }, + "土降った": { + "w_type": "conjugated godan verb", + "romaji": "tsuchifutta" + }, + "土降って": { + "w_type": "conjugated godan verb", + "romaji": "tsuchifutte" + }, + "引去ら": { + "w_type": "godan verb stem", + "romaji": "hikisara" + }, + "引去り": { + "w_type": "godan verb stem", + "romaji": "hikisari" + }, + "引去れ": { + "w_type": "conjugated godan verb", + "romaji": "hikisare" + }, + "引去ろ": { + "w_type": "godan verb stem", + "romaji": "hikisaro" + }, + "引去った": { + "w_type": "conjugated godan verb", + "romaji": "hikisatta" + }, + "引去って": { + "w_type": "conjugated godan verb", + "romaji": "hikisatte" + }, + "代り合わ": { + "w_type": "godan verb stem", + "romaji": "kawariawa" + }, + "代り合い": { + "w_type": "godan verb stem", + "romaji": "kawariai" + }, + "代り合え": { + "w_type": "conjugated godan verb", + "romaji": "kawariae" + }, + "代り合お": { + "w_type": "godan verb stem", + "romaji": "kawariao" + }, + "代り合った": { + "w_type": "conjugated godan verb", + "romaji": "kawariatta" + }, + "代り合って": { + "w_type": "conjugated godan verb", + "romaji": "kawariatte" + }, + "勢ま": { + "w_type": "godan verb stem", + "romaji": "hazuma" + }, + "勢み": { + "w_type": "godan verb stem", + "romaji": "hazumi" + }, + "勢め": { + "w_type": "conjugated godan verb", + "romaji": "hazume" + }, + "勢も": { + "w_type": "godan verb stem", + "romaji": "hazumo" + }, + "勢んだ": { + "w_type": "conjugated godan verb", + "romaji": "hazunda" + }, + "勢んで": { + "w_type": "conjugated godan verb", + "romaji": "hazunde" + }, + "引き千切ら": { + "w_type": "godan verb stem", + "romaji": "hikichigira" + }, + "引き千切り": { + "w_type": "godan verb stem", + "romaji": "hikichigiri" + }, + "引き千切れ": { + "w_type": "conjugated godan verb", + "romaji": "hikichigire" + }, + "引き千切ろ": { + "w_type": "godan verb stem", + "romaji": "hikichigiro" + }, + "引き千切った": { + "w_type": "conjugated godan verb", + "romaji": "hikichigitta" + }, + "引き千切って": { + "w_type": "conjugated godan verb", + "romaji": "hikichigitte" + }, + "討ち果さ": { + "w_type": "godan verb stem", + "romaji": "uchihatasa" + }, + "討ち果し": { + "w_type": "godan verb stem", + "romaji": "uchihatashi" + }, + "討ち果せ": { + "w_type": "conjugated godan verb", + "romaji": "uchihatase" + }, + "討ち果そ": { + "w_type": "godan verb stem", + "romaji": "uchihataso" + }, + "討ち果した": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashita" + }, + "討ち果して": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashite" + }, + "交し合わ": { + "w_type": "godan verb stem", + "romaji": "kawashiawa" + }, + "交し合い": { + "w_type": "godan verb stem", + "romaji": "kawashiai" + }, + "交し合え": { + "w_type": "conjugated godan verb", + "romaji": "kawashiae" + }, + "交し合お": { + "w_type": "godan verb stem", + "romaji": "kawashiao" + }, + "交し合った": { + "w_type": "conjugated godan verb", + "romaji": "kawashiatta" + }, + "交し合って": { + "w_type": "conjugated godan verb", + "romaji": "kawashiatte" + }, + "腐らさ": { + "w_type": "godan verb stem", + "romaji": "kusarasa" + }, + "腐らし": { + "w_type": "godan verb stem", + "romaji": "kusarashi" + }, + "腐らせ": { + "w_type": "conjugated godan verb", + "romaji": "kusarase" + }, + "腐らそ": { + "w_type": "godan verb stem", + "romaji": "kusaraso" + }, + "腐らした": { + "w_type": "conjugated godan verb", + "romaji": "kusarashita" + }, + "腐らして": { + "w_type": "conjugated godan verb", + "romaji": "kusarashite" + }, + "釣込ま": { + "w_type": "godan verb stem", + "romaji": "tsurikoma" + }, + "釣込み": { + "w_type": "godan verb stem", + "romaji": "tsurikomi" + }, + "釣込め": { + "w_type": "conjugated godan verb", + "romaji": "tsurikome" + }, + "釣込も": { + "w_type": "godan verb stem", + "romaji": "tsurikomo" + }, + "釣込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsurikonda" + }, + "釣込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsurikonde" + }, + "取り憑か": { + "w_type": "godan verb stem", + "romaji": "toritsuka" + }, + "取り憑き": { + "w_type": "godan verb stem", + "romaji": "toritsuki" + }, + "取り憑け": { + "w_type": "conjugated godan verb", + "romaji": "toritsuke" + }, + "取り憑こ": { + "w_type": "godan verb stem", + "romaji": "toritsuko" + }, + "取り憑いた": { + "w_type": "conjugated godan verb", + "romaji": "toritsuita" + }, + "取り憑いて": { + "w_type": "conjugated godan verb", + "romaji": "toritsuite" + }, + "謙ら": { + "w_type": "godan verb stem", + "romaji": "herikudara" + }, + "謙り": { + "w_type": "godan verb stem", + "romaji": "herikudari" + }, + "謙れ": { + "w_type": "conjugated godan verb", + "romaji": "herikudare" + }, + "謙ろ": { + "w_type": "godan verb stem", + "romaji": "herikudaro" + }, + "謙った": { + "w_type": "conjugated godan verb", + "romaji": "herikudatta" + }, + "謙って": { + "w_type": "conjugated godan verb", + "romaji": "herikudatte" + }, + "抓ま": { + "w_type": "godan verb stem", + "romaji": "tsumama" + }, + "抓み": { + "w_type": "godan verb stem", + "romaji": "tsumami" + }, + "抓め": { + "w_type": "conjugated godan verb", + "romaji": "tsumame" + }, + "抓も": { + "w_type": "godan verb stem", + "romaji": "tsumamo" + }, + "抓んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsumanda" + }, + "抓んで": { + "w_type": "conjugated godan verb", + "romaji": "tsumande" + }, + "裏目ら": { + "w_type": "godan verb stem", + "romaji": "uramera" + }, + "裏目り": { + "w_type": "godan verb stem", + "romaji": "urameri" + }, + "裏目れ": { + "w_type": "conjugated godan verb", + "romaji": "uramere" + }, + "裏目ろ": { + "w_type": "godan verb stem", + "romaji": "uramero" + }, + "裏目った": { + "w_type": "conjugated godan verb", + "romaji": "urametta" + }, + "裏目って": { + "w_type": "conjugated godan verb", + "romaji": "uramette" + }, + "刺し通さ": { + "w_type": "godan verb stem", + "romaji": "sashitoosa" + }, + "刺し通し": { + "w_type": "godan verb stem", + "romaji": "sashitooshi" + }, + "刺し通せ": { + "w_type": "conjugated godan verb", + "romaji": "sashitoose" + }, + "刺し通そ": { + "w_type": "godan verb stem", + "romaji": "sashitooso" + }, + "刺し通した": { + "w_type": "conjugated godan verb", + "romaji": "sashitooshita" + }, + "刺し通して": { + "w_type": "conjugated godan verb", + "romaji": "sashitooshite" + }, + "悼み悲しま": { + "w_type": "godan verb stem", + "romaji": "itamikanashima" + }, + "悼み悲しみ": { + "w_type": "godan verb stem", + "romaji": "itamikanashimi" + }, + "悼み悲しめ": { + "w_type": "conjugated godan verb", + "romaji": "itamikanashime" + }, + "悼み悲しも": { + "w_type": "godan verb stem", + "romaji": "itamikanashimo" + }, + "悼み悲しんだ": { + "w_type": "conjugated godan verb", + "romaji": "itamikanashinda" + }, + "悼み悲しんで": { + "w_type": "conjugated godan verb", + "romaji": "itamikanashinde" + }, + "俯向か": { + "w_type": "godan verb stem", + "romaji": "utsumuka" + }, + "俯向き": { + "w_type": "godan verb stem", + "romaji": "utsumuki" + }, + "俯向け": { + "w_type": "conjugated godan verb", + "romaji": "utsumuke" + }, + "俯向こ": { + "w_type": "godan verb stem", + "romaji": "utsumuko" + }, + "俯向いた": { + "w_type": "conjugated godan verb", + "romaji": "utsumuita" + }, + "俯向いて": { + "w_type": "conjugated godan verb", + "romaji": "utsumuite" + }, + "念わ": { + "w_type": "godan verb stem", + "romaji": "omowa" + }, + "念い": { + "w_type": "godan verb stem", + "romaji": "omoi" + }, + "念え": { + "w_type": "conjugated godan verb", + "romaji": "omoe" + }, + "念お": { + "w_type": "godan verb stem", + "romaji": "omoo" + }, + "念った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "念って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "止ま": { + "w_type": "godan verb stem", + "romaji": "yama" + }, + "止み": { + "w_type": "godan verb stem", + "romaji": "yami" + }, + "止め": { + "w_type": "conjugated godan verb", + "romaji": "yame" + }, + "止も": { + "w_type": "godan verb stem", + "romaji": "yamo" + }, + "止んだ": { + "w_type": "conjugated godan verb", + "romaji": "yanda" + }, + "止んで": { + "w_type": "conjugated godan verb", + "romaji": "yande" + }, + "引取ら": { + "w_type": "godan verb stem", + "romaji": "hikitora" + }, + "引取り": { + "w_type": "godan verb stem", + "romaji": "hikitori" + }, + "引取れ": { + "w_type": "conjugated godan verb", + "romaji": "hikitore" + }, + "引取ろ": { + "w_type": "godan verb stem", + "romaji": "hikitoro" + }, + "引取った": { + "w_type": "conjugated godan verb", + "romaji": "hikitotta" + }, + "引取って": { + "w_type": "conjugated godan verb", + "romaji": "hikitotte" + }, + "かき消さ": { + "w_type": "godan verb stem", + "romaji": "kakikesa" + }, + "かき消し": { + "w_type": "godan verb stem", + "romaji": "kakikeshi" + }, + "かき消せ": { + "w_type": "conjugated godan verb", + "romaji": "kakikese" + }, + "かき消そ": { + "w_type": "godan verb stem", + "romaji": "kakikeso" + }, + "かき消した": { + "w_type": "conjugated godan verb", + "romaji": "kakikeshita" + }, + "かき消して": { + "w_type": "conjugated godan verb", + "romaji": "kakikeshite" + }, + "うつ伏さ": { + "w_type": "godan verb stem", + "romaji": "utsubusa" + }, + "うつ伏し": { + "w_type": "godan verb stem", + "romaji": "utsubushi" + }, + "うつ伏せ": { + "w_type": "conjugated godan verb", + "romaji": "utsubuse" + }, + "うつ伏そ": { + "w_type": "godan verb stem", + "romaji": "utsubuso" + }, + "うつ伏した": { + "w_type": "conjugated godan verb", + "romaji": "utsubushita" + }, + "うつ伏して": { + "w_type": "conjugated godan verb", + "romaji": "utsubushite" + }, + "重なり合わ": { + "w_type": "godan verb stem", + "romaji": "kasanariawa" + }, + "重なり合い": { + "w_type": "godan verb stem", + "romaji": "kasanariai" + }, + "重なり合え": { + "w_type": "conjugated godan verb", + "romaji": "kasanariae" + }, + "重なり合お": { + "w_type": "godan verb stem", + "romaji": "kasanariao" + }, + "重なり合った": { + "w_type": "conjugated godan verb", + "romaji": "kasanariatta" + }, + "重なり合って": { + "w_type": "conjugated godan verb", + "romaji": "kasanariatte" + }, + "語ら": { + "w_type": "godan verb stem", + "romaji": "katara" + }, + "語り": { + "w_type": "godan verb stem", + "romaji": "katari" + }, + "語れ": { + "w_type": "conjugated godan verb", + "romaji": "katare" + }, + "語ろ": { + "w_type": "godan verb stem", + "romaji": "kataro" + }, + "語った": { + "w_type": "conjugated godan verb", + "romaji": "katatta" + }, + "語って": { + "w_type": "conjugated godan verb", + "romaji": "katatte" + }, + "思い付か": { + "w_type": "godan verb stem", + "romaji": "omoitsuka" + }, + "思い付き": { + "w_type": "godan verb stem", + "romaji": "omoitsuki" + }, + "思い付け": { + "w_type": "conjugated godan verb", + "romaji": "omoitsuke" + }, + "思い付こ": { + "w_type": "godan verb stem", + "romaji": "omoitsuko" + }, + "思い付いた": { + "w_type": "conjugated godan verb", + "romaji": "omoitsuita" + }, + "思い付いて": { + "w_type": "conjugated godan verb", + "romaji": "omoitsuite" + }, + "賄わ": { + "w_type": "godan verb stem", + "romaji": "makanawa" + }, + "賄い": { + "w_type": "godan verb stem", + "romaji": "makanai" + }, + "賄え": { + "w_type": "conjugated godan verb", + "romaji": "makanae" + }, + "賄お": { + "w_type": "godan verb stem", + "romaji": "makanao" + }, + "賄った": { + "w_type": "conjugated godan verb", + "romaji": "makanatta" + }, + "賄って": { + "w_type": "conjugated godan verb", + "romaji": "makanatte" + }, + "突き込ま": { + "w_type": "godan verb stem", + "romaji": "tsukikoma" + }, + "突き込み": { + "w_type": "godan verb stem", + "romaji": "tsukikomi" + }, + "突き込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukikome" + }, + "突き込も": { + "w_type": "godan verb stem", + "romaji": "tsukikomo" + }, + "突き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikonda" + }, + "突き込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukikonde" + }, + "見積ら": { + "w_type": "godan verb stem", + "romaji": "mitsumora" + }, + "見積り": { + "w_type": "godan verb stem", + "romaji": "mitsumori" + }, + "見積れ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumore" + }, + "見積ろ": { + "w_type": "godan verb stem", + "romaji": "mitsumoro" + }, + "見積った": { + "w_type": "conjugated godan verb", + "romaji": "mitsumotta" + }, + "見積って": { + "w_type": "conjugated godan verb", + "romaji": "mitsumotte" + }, + "問いなおさ": { + "w_type": "godan verb stem", + "romaji": "toinaosa" + }, + "問いなおし": { + "w_type": "godan verb stem", + "romaji": "toinaoshi" + }, + "問いなおせ": { + "w_type": "conjugated godan verb", + "romaji": "toinaose" + }, + "問いなおそ": { + "w_type": "godan verb stem", + "romaji": "toinaoso" + }, + "問いなおした": { + "w_type": "conjugated godan verb", + "romaji": "toinaoshita" + }, + "問いなおして": { + "w_type": "conjugated godan verb", + "romaji": "toinaoshite" + }, + "言祝が": { + "w_type": "godan verb stem", + "romaji": "kotohoga" + }, + "言祝ぎ": { + "w_type": "godan verb stem", + "romaji": "kotohogi" + }, + "言祝げ": { + "w_type": "conjugated godan verb", + "romaji": "kotohoge" + }, + "言祝ご": { + "w_type": "godan verb stem", + "romaji": "kotohogo" + }, + "言祝いだ": { + "w_type": "conjugated godan verb", + "romaji": "kotohoida" + }, + "言祝いで": { + "w_type": "conjugated godan verb", + "romaji": "kotohoide" + }, + "ひ上がら": { + "w_type": "godan verb stem", + "romaji": "hiagara" + }, + "ひ上がり": { + "w_type": "godan verb stem", + "romaji": "hiagari" + }, + "ひ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hiagare" + }, + "ひ上がろ": { + "w_type": "godan verb stem", + "romaji": "hiagaro" + }, + "ひ上がった": { + "w_type": "conjugated godan verb", + "romaji": "hiagatta" + }, + "ひ上がって": { + "w_type": "conjugated godan verb", + "romaji": "hiagatte" + }, + "まかり通ら": { + "w_type": "godan verb stem", + "romaji": "makaritoora" + }, + "まかり通り": { + "w_type": "godan verb stem", + "romaji": "makaritoori" + }, + "まかり通れ": { + "w_type": "conjugated godan verb", + "romaji": "makaritoore" + }, + "まかり通ろ": { + "w_type": "godan verb stem", + "romaji": "makaritooro" + }, + "まかり通った": { + "w_type": "conjugated godan verb", + "romaji": "makaritootta" + }, + "まかり通って": { + "w_type": "conjugated godan verb", + "romaji": "makaritootte" + }, + "隔たら": { + "w_type": "godan verb stem", + "romaji": "hedatara" + }, + "隔たり": { + "w_type": "godan verb stem", + "romaji": "hedatari" + }, + "隔たれ": { + "w_type": "conjugated godan verb", + "romaji": "hedatare" + }, + "隔たろ": { + "w_type": "godan verb stem", + "romaji": "hedataro" + }, + "隔たった": { + "w_type": "conjugated godan verb", + "romaji": "hedatatta" + }, + "隔たって": { + "w_type": "conjugated godan verb", + "romaji": "hedatatte" + }, + "垂らさ": { + "w_type": "godan verb stem", + "romaji": "tarasa" + }, + "垂らし": { + "w_type": "godan verb stem", + "romaji": "tarashi" + }, + "垂らせ": { + "w_type": "conjugated godan verb", + "romaji": "tarase" + }, + "垂らそ": { + "w_type": "godan verb stem", + "romaji": "taraso" + }, + "垂らした": { + "w_type": "conjugated godan verb", + "romaji": "tarashita" + }, + "垂らして": { + "w_type": "conjugated godan verb", + "romaji": "tarashite" + }, + "蹴り殺さ": { + "w_type": "godan verb stem", + "romaji": "kerikorosa" + }, + "蹴り殺し": { + "w_type": "godan verb stem", + "romaji": "kerikoroshi" + }, + "蹴り殺せ": { + "w_type": "conjugated godan verb", + "romaji": "kerikorose" + }, + "蹴り殺そ": { + "w_type": "godan verb stem", + "romaji": "kerikoroso" + }, + "蹴り殺した": { + "w_type": "conjugated godan verb", + "romaji": "kerikoroshita" + }, + "蹴り殺して": { + "w_type": "conjugated godan verb", + "romaji": "kerikoroshite" + }, + "掻き消さ": { + "w_type": "godan verb stem", + "romaji": "kakikesa" + }, + "掻き消し": { + "w_type": "godan verb stem", + "romaji": "kakikeshi" + }, + "掻き消せ": { + "w_type": "conjugated godan verb", + "romaji": "kakikese" + }, + "掻き消そ": { + "w_type": "godan verb stem", + "romaji": "kakikeso" + }, + "掻き消した": { + "w_type": "conjugated godan verb", + "romaji": "kakikeshita" + }, + "掻き消して": { + "w_type": "conjugated godan verb", + "romaji": "kakikeshite" + }, + "差し上ら": { + "w_type": "godan verb stem", + "romaji": "sashinobora" + }, + "差し上り": { + "w_type": "godan verb stem", + "romaji": "sashinobori" + }, + "差し上れ": { + "w_type": "conjugated godan verb", + "romaji": "sashinobore" + }, + "差し上ろ": { + "w_type": "godan verb stem", + "romaji": "sashinoboro" + }, + "差し上った": { + "w_type": "conjugated godan verb", + "romaji": "sashinobotta" + }, + "差し上って": { + "w_type": "conjugated godan verb", + "romaji": "sashinobotte" + }, + "突き転ばさ": { + "w_type": "godan verb stem", + "romaji": "tsukikorobasa" + }, + "突き転ばし": { + "w_type": "godan verb stem", + "romaji": "tsukikorobashi" + }, + "突き転ばせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikorobase" + }, + "突き転ばそ": { + "w_type": "godan verb stem", + "romaji": "tsukikorobaso" + }, + "突き転ばした": { + "w_type": "conjugated godan verb", + "romaji": "tsukikorobashita" + }, + "突き転ばして": { + "w_type": "conjugated godan verb", + "romaji": "tsukikorobashite" + }, + "截ち割ら": { + "w_type": "godan verb stem", + "romaji": "tachiwara" + }, + "截ち割り": { + "w_type": "godan verb stem", + "romaji": "tachiwari" + }, + "截ち割れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiware" + }, + "截ち割ろ": { + "w_type": "godan verb stem", + "romaji": "tachiwaro" + }, + "截ち割った": { + "w_type": "conjugated godan verb", + "romaji": "tachiwatta" + }, + "截ち割って": { + "w_type": "conjugated godan verb", + "romaji": "tachiwatte" + }, + "召し捕ら": { + "w_type": "godan verb stem", + "romaji": "meshitora" + }, + "召し捕り": { + "w_type": "godan verb stem", + "romaji": "meshitori" + }, + "召し捕れ": { + "w_type": "conjugated godan verb", + "romaji": "meshitore" + }, + "召し捕ろ": { + "w_type": "godan verb stem", + "romaji": "meshitoro" + }, + "召し捕った": { + "w_type": "conjugated godan verb", + "romaji": "meshitotta" + }, + "召し捕って": { + "w_type": "conjugated godan verb", + "romaji": "meshitotte" + }, + "沁み付か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "沁み付き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "沁み付け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "沁み付こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "沁み付いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "沁み付いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "編み込ま": { + "w_type": "godan verb stem", + "romaji": "amikoma" + }, + "編み込み": { + "w_type": "godan verb stem", + "romaji": "amikomi" + }, + "編み込め": { + "w_type": "conjugated godan verb", + "romaji": "amikome" + }, + "編み込も": { + "w_type": "godan verb stem", + "romaji": "amikomo" + }, + "編み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "amikonda" + }, + "編み込んで": { + "w_type": "conjugated godan verb", + "romaji": "amikonde" + }, + "見出ださ": { + "w_type": "godan verb stem", + "romaji": "miidasa" + }, + "見出だし": { + "w_type": "godan verb stem", + "romaji": "miidashi" + }, + "見出だせ": { + "w_type": "conjugated godan verb", + "romaji": "miidase" + }, + "見出だそ": { + "w_type": "godan verb stem", + "romaji": "miidaso" + }, + "見出だした": { + "w_type": "conjugated godan verb", + "romaji": "miidashita" + }, + "見出だして": { + "w_type": "conjugated godan verb", + "romaji": "miidashite" + }, + "超さ": { + "w_type": "godan verb stem", + "romaji": "kosa" + }, + "超し": { + "w_type": "godan verb stem", + "romaji": "koshi" + }, + "超せ": { + "w_type": "conjugated godan verb", + "romaji": "kose" + }, + "超そ": { + "w_type": "godan verb stem", + "romaji": "koso" + }, + "超した": { + "w_type": "conjugated godan verb", + "romaji": "koshita" + }, + "超して": { + "w_type": "conjugated godan verb", + "romaji": "koshite" + }, + "追ん出さ": { + "w_type": "godan verb stem", + "romaji": "ondasa" + }, + "追ん出し": { + "w_type": "godan verb stem", + "romaji": "ondashi" + }, + "追ん出せ": { + "w_type": "conjugated godan verb", + "romaji": "ondase" + }, + "追ん出そ": { + "w_type": "godan verb stem", + "romaji": "ondaso" + }, + "追ん出した": { + "w_type": "conjugated godan verb", + "romaji": "ondashita" + }, + "追ん出して": { + "w_type": "conjugated godan verb", + "romaji": "ondashite" + }, + "建て込ま": { + "w_type": "godan verb stem", + "romaji": "tatekoma" + }, + "建て込み": { + "w_type": "godan verb stem", + "romaji": "tatekomi" + }, + "建て込め": { + "w_type": "conjugated godan verb", + "romaji": "tatekome" + }, + "建て込も": { + "w_type": "godan verb stem", + "romaji": "tatekomo" + }, + "建て込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatekonda" + }, + "建て込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatekonde" + }, + "吊ら": { + "w_type": "godan verb stem", + "romaji": "tsura" + }, + "吊り": { + "w_type": "godan verb stem", + "romaji": "tsuri" + }, + "吊れ": { + "w_type": "conjugated godan verb", + "romaji": "tsure" + }, + "吊ろ": { + "w_type": "godan verb stem", + "romaji": "tsuro" + }, + "吊った": { + "w_type": "conjugated godan verb", + "romaji": "tsutta" + }, + "吊って": { + "w_type": "conjugated godan verb", + "romaji": "tsutte" + }, + "思い当ら": { + "w_type": "godan verb stem", + "romaji": "omoiatara" + }, + "思い当り": { + "w_type": "godan verb stem", + "romaji": "omoiatari" + }, + "思い当れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiatare" + }, + "思い当ろ": { + "w_type": "godan verb stem", + "romaji": "omoiataro" + }, + "思い当った": { + "w_type": "conjugated godan verb", + "romaji": "omoiatatta" + }, + "思い当って": { + "w_type": "conjugated godan verb", + "romaji": "omoiatatte" + }, + "挿さ": { + "w_type": "godan verb stem", + "romaji": "sasa" + }, + "挿し": { + "w_type": "godan verb stem", + "romaji": "sashi" + }, + "挿せ": { + "w_type": "conjugated godan verb", + "romaji": "sase" + }, + "挿そ": { + "w_type": "godan verb stem", + "romaji": "saso" + }, + "挿した": { + "w_type": "conjugated godan verb", + "romaji": "sashita" + }, + "挿して": { + "w_type": "conjugated godan verb", + "romaji": "sashite" + }, + "江川ら": { + "w_type": "godan verb stem", + "romaji": "egawara" + }, + "江川り": { + "w_type": "godan verb stem", + "romaji": "egawari" + }, + "江川れ": { + "w_type": "conjugated godan verb", + "romaji": "egaware" + }, + "江川ろ": { + "w_type": "godan verb stem", + "romaji": "egawaro" + }, + "江川った": { + "w_type": "conjugated godan verb", + "romaji": "egawatta" + }, + "江川って": { + "w_type": "conjugated godan verb", + "romaji": "egawatte" + }, + "持帰ら": { + "w_type": "godan verb stem", + "romaji": "mochikaera" + }, + "持帰り": { + "w_type": "godan verb stem", + "romaji": "mochikaeri" + }, + "持帰れ": { + "w_type": "conjugated godan verb", + "romaji": "mochikaere" + }, + "持帰ろ": { + "w_type": "godan verb stem", + "romaji": "mochikaero" + }, + "持帰った": { + "w_type": "conjugated godan verb", + "romaji": "mochikaetta" + }, + "持帰って": { + "w_type": "conjugated godan verb", + "romaji": "mochikaette" + }, + "読み過ごさ": { + "w_type": "godan verb stem", + "romaji": "yomisugosa" + }, + "読み過ごし": { + "w_type": "godan verb stem", + "romaji": "yomisugoshi" + }, + "読み過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "yomisugose" + }, + "読み過ごそ": { + "w_type": "godan verb stem", + "romaji": "yomisugoso" + }, + "読み過ごした": { + "w_type": "conjugated godan verb", + "romaji": "yomisugoshita" + }, + "読み過ごして": { + "w_type": "conjugated godan verb", + "romaji": "yomisugoshite" + }, + "気吹か": { + "w_type": "godan verb stem", + "romaji": "ibuka" + }, + "気吹き": { + "w_type": "godan verb stem", + "romaji": "ibuki" + }, + "気吹け": { + "w_type": "conjugated godan verb", + "romaji": "ibuke" + }, + "気吹こ": { + "w_type": "godan verb stem", + "romaji": "ibuko" + }, + "気吹いた": { + "w_type": "conjugated godan verb", + "romaji": "ibuita" + }, + "気吹いて": { + "w_type": "conjugated godan verb", + "romaji": "ibuite" + }, + "詐ら": { + "w_type": "godan verb stem", + "romaji": "itsuwara" + }, + "詐り": { + "w_type": "godan verb stem", + "romaji": "itsuwari" + }, + "詐れ": { + "w_type": "conjugated godan verb", + "romaji": "itsuware" + }, + "詐ろ": { + "w_type": "godan verb stem", + "romaji": "itsuwaro" + }, + "詐った": { + "w_type": "conjugated godan verb", + "romaji": "itsuwatta" + }, + "詐って": { + "w_type": "conjugated godan verb", + "romaji": "itsuwatte" + }, + "虚しくなら": { + "w_type": "godan verb stem", + "romaji": "munashikunara" + }, + "虚しくなり": { + "w_type": "godan verb stem", + "romaji": "munashikunari" + }, + "虚しくなれ": { + "w_type": "conjugated godan verb", + "romaji": "munashikunare" + }, + "虚しくなろ": { + "w_type": "godan verb stem", + "romaji": "munashikunaro" + }, + "虚しくなった": { + "w_type": "conjugated godan verb", + "romaji": "munashikunatta" + }, + "虚しくなって": { + "w_type": "conjugated godan verb", + "romaji": "munashikunatte" + }, + "虫食ま": { + "w_type": "godan verb stem", + "romaji": "mushibama" + }, + "虫食み": { + "w_type": "godan verb stem", + "romaji": "mushibami" + }, + "虫食め": { + "w_type": "conjugated godan verb", + "romaji": "mushibame" + }, + "虫食も": { + "w_type": "godan verb stem", + "romaji": "mushibamo" + }, + "虫食んだ": { + "w_type": "conjugated godan verb", + "romaji": "mushibanda" + }, + "虫食んで": { + "w_type": "conjugated godan verb", + "romaji": "mushibande" + }, + "歪ま": { + "w_type": "godan verb stem", + "romaji": "yugama" + }, + "歪み": { + "w_type": "godan verb stem", + "romaji": "yugami" + }, + "歪め": { + "w_type": "conjugated godan verb", + "romaji": "yugame" + }, + "歪も": { + "w_type": "godan verb stem", + "romaji": "yugamo" + }, + "歪んだ": { + "w_type": "conjugated godan verb", + "romaji": "yuganda" + }, + "歪んで": { + "w_type": "conjugated godan verb", + "romaji": "yugande" + }, + "仕掛から": { + "w_type": "godan verb stem", + "romaji": "shikakara" + }, + "仕掛かり": { + "w_type": "godan verb stem", + "romaji": "shikakari" + }, + "仕掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "shikakare" + }, + "仕掛かろ": { + "w_type": "godan verb stem", + "romaji": "shikakaro" + }, + "仕掛かった": { + "w_type": "conjugated godan verb", + "romaji": "shikakatta" + }, + "仕掛かって": { + "w_type": "conjugated godan verb", + "romaji": "shikakatte" + }, + "量り込ま": { + "w_type": "godan verb stem", + "romaji": "hakarikoma" + }, + "量り込み": { + "w_type": "godan verb stem", + "romaji": "hakarikomi" + }, + "量り込め": { + "w_type": "conjugated godan verb", + "romaji": "hakarikome" + }, + "量り込も": { + "w_type": "godan verb stem", + "romaji": "hakarikomo" + }, + "量り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hakarikonda" + }, + "量り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hakarikonde" + }, + "立寄ら": { + "w_type": "godan verb stem", + "romaji": "tachiyora" + }, + "立寄り": { + "w_type": "godan verb stem", + "romaji": "tachiyori" + }, + "立寄れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiyore" + }, + "立寄ろ": { + "w_type": "godan verb stem", + "romaji": "tachiyoro" + }, + "立寄った": { + "w_type": "conjugated godan verb", + "romaji": "tachiyotta" + }, + "立寄って": { + "w_type": "conjugated godan verb", + "romaji": "tachiyotte" + }, + "陣取ら": { + "w_type": "godan verb stem", + "romaji": "jindora" + }, + "陣取り": { + "w_type": "godan verb stem", + "romaji": "jindori" + }, + "陣取れ": { + "w_type": "conjugated godan verb", + "romaji": "jindore" + }, + "陣取ろ": { + "w_type": "godan verb stem", + "romaji": "jindoro" + }, + "陣取った": { + "w_type": "conjugated godan verb", + "romaji": "jindotta" + }, + "陣取って": { + "w_type": "conjugated godan verb", + "romaji": "jindotte" + }, + "いい子ぶら": { + "w_type": "godan verb stem", + "romaji": "iikobura" + }, + "いい子ぶり": { + "w_type": "godan verb stem", + "romaji": "iikoburi" + }, + "いい子ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "iikobure" + }, + "いい子ぶろ": { + "w_type": "godan verb stem", + "romaji": "iikoburo" + }, + "いい子ぶった": { + "w_type": "conjugated godan verb", + "romaji": "iikobutta" + }, + "いい子ぶって": { + "w_type": "conjugated godan verb", + "romaji": "iikobutte" + }, + "巡り逢わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "巡り逢い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "巡り逢え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "巡り逢お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "巡り逢った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "巡り逢って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "目眩か": { + "w_type": "godan verb stem", + "romaji": "mekurumeka" + }, + "目眩き": { + "w_type": "godan verb stem", + "romaji": "mekurumeki" + }, + "目眩け": { + "w_type": "conjugated godan verb", + "romaji": "mekurumeke" + }, + "目眩こ": { + "w_type": "godan verb stem", + "romaji": "mekurumeko" + }, + "目眩いた": { + "w_type": "conjugated godan verb", + "romaji": "mekurumeita" + }, + "目眩いて": { + "w_type": "conjugated godan verb", + "romaji": "mekurumeite" + }, + "解込ま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "解込み": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "解込め": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "解込も": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "解込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "解込んで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "鯱鉾ばら": { + "w_type": "godan verb stem", + "romaji": "shachihokobara" + }, + "鯱鉾ばり": { + "w_type": "godan verb stem", + "romaji": "shachihokobari" + }, + "鯱鉾ばれ": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobare" + }, + "鯱鉾ばろ": { + "w_type": "godan verb stem", + "romaji": "shachihokobaro" + }, + "鯱鉾ばった": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobatta" + }, + "鯱鉾ばって": { + "w_type": "conjugated godan verb", + "romaji": "shachihokobatte" + }, + "摺ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "摺り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "摺れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "摺ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "摺った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "摺って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "なぎ払わ": { + "w_type": "godan verb stem", + "romaji": "nagiharawa" + }, + "なぎ払い": { + "w_type": "godan verb stem", + "romaji": "nagiharai" + }, + "なぎ払え": { + "w_type": "conjugated godan verb", + "romaji": "nagiharae" + }, + "なぎ払お": { + "w_type": "godan verb stem", + "romaji": "nagiharao" + }, + "なぎ払った": { + "w_type": "conjugated godan verb", + "romaji": "nagiharatta" + }, + "なぎ払って": { + "w_type": "conjugated godan verb", + "romaji": "nagiharatte" + }, + "駭か": { + "w_type": "godan verb stem", + "romaji": "odoroka" + }, + "駭き": { + "w_type": "godan verb stem", + "romaji": "odoroki" + }, + "駭け": { + "w_type": "conjugated godan verb", + "romaji": "odoroke" + }, + "駭こ": { + "w_type": "godan verb stem", + "romaji": "odoroko" + }, + "駭いた": { + "w_type": "conjugated godan verb", + "romaji": "odoroita" + }, + "駭いて": { + "w_type": "conjugated godan verb", + "romaji": "odoroite" + }, + "安く譲ら": { + "w_type": "godan verb stem", + "romaji": "yasukuyuzura" + }, + "安く譲り": { + "w_type": "godan verb stem", + "romaji": "yasukuyuzuri" + }, + "安く譲れ": { + "w_type": "conjugated godan verb", + "romaji": "yasukuyuzure" + }, + "安く譲ろ": { + "w_type": "godan verb stem", + "romaji": "yasukuyuzuro" + }, + "安く譲った": { + "w_type": "conjugated godan verb", + "romaji": "yasukuyuzutta" + }, + "安く譲って": { + "w_type": "conjugated godan verb", + "romaji": "yasukuyuzutte" + }, + "燃え移ら": { + "w_type": "godan verb stem", + "romaji": "moeutsura" + }, + "燃え移り": { + "w_type": "godan verb stem", + "romaji": "moeutsuri" + }, + "燃え移れ": { + "w_type": "conjugated godan verb", + "romaji": "moeutsure" + }, + "燃え移ろ": { + "w_type": "godan verb stem", + "romaji": "moeutsuro" + }, + "燃え移った": { + "w_type": "conjugated godan verb", + "romaji": "moeutsutta" + }, + "燃え移って": { + "w_type": "conjugated godan verb", + "romaji": "moeutsutte" + }, + "這い込ま": { + "w_type": "godan verb stem", + "romaji": "haikoma" + }, + "這い込み": { + "w_type": "godan verb stem", + "romaji": "haikomi" + }, + "這い込め": { + "w_type": "conjugated godan verb", + "romaji": "haikome" + }, + "這い込も": { + "w_type": "godan verb stem", + "romaji": "haikomo" + }, + "這い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "haikonda" + }, + "這い込んで": { + "w_type": "conjugated godan verb", + "romaji": "haikonde" + }, + "飛付か": { + "w_type": "godan verb stem", + "romaji": "tobitsuka" + }, + "飛付き": { + "w_type": "godan verb stem", + "romaji": "tobitsuki" + }, + "飛付け": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuke" + }, + "飛付こ": { + "w_type": "godan verb stem", + "romaji": "tobitsuko" + }, + "飛付いた": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuita" + }, + "飛付いて": { + "w_type": "conjugated godan verb", + "romaji": "tobitsuite" + }, + "ぶつかり合わ": { + "w_type": "godan verb stem", + "romaji": "butsukariawa" + }, + "ぶつかり合い": { + "w_type": "godan verb stem", + "romaji": "butsukariai" + }, + "ぶつかり合え": { + "w_type": "conjugated godan verb", + "romaji": "butsukariae" + }, + "ぶつかり合お": { + "w_type": "godan verb stem", + "romaji": "butsukariao" + }, + "ぶつかり合った": { + "w_type": "conjugated godan verb", + "romaji": "butsukariatta" + }, + "ぶつかり合って": { + "w_type": "conjugated godan verb", + "romaji": "butsukariatte" + }, + "仄めかさ": { + "w_type": "godan verb stem", + "romaji": "honomekasa" + }, + "仄めかし": { + "w_type": "godan verb stem", + "romaji": "honomekashi" + }, + "仄めかせ": { + "w_type": "conjugated godan verb", + "romaji": "honomekase" + }, + "仄めかそ": { + "w_type": "godan verb stem", + "romaji": "honomekaso" + }, + "仄めかした": { + "w_type": "conjugated godan verb", + "romaji": "honomekashita" + }, + "仄めかして": { + "w_type": "conjugated godan verb", + "romaji": "honomekashite" + }, + "言張ら": { + "w_type": "godan verb stem", + "romaji": "iihara" + }, + "言張り": { + "w_type": "godan verb stem", + "romaji": "iihari" + }, + "言張れ": { + "w_type": "conjugated godan verb", + "romaji": "iihare" + }, + "言張ろ": { + "w_type": "godan verb stem", + "romaji": "iiharo" + }, + "言張った": { + "w_type": "conjugated godan verb", + "romaji": "iihatta" + }, + "言張って": { + "w_type": "conjugated godan verb", + "romaji": "iihatte" + }, + "調べ合わさ": { + "w_type": "godan verb stem", + "romaji": "shirabeawasa" + }, + "調べ合わし": { + "w_type": "godan verb stem", + "romaji": "shirabeawashi" + }, + "調べ合わせ": { + "w_type": "conjugated godan verb", + "romaji": "shirabeawase" + }, + "調べ合わそ": { + "w_type": "godan verb stem", + "romaji": "shirabeawaso" + }, + "調べ合わした": { + "w_type": "conjugated godan verb", + "romaji": "shirabeawashita" + }, + "調べ合わして": { + "w_type": "conjugated godan verb", + "romaji": "shirabeawashite" + }, + "嗜ま": { + "w_type": "godan verb stem", + "romaji": "tashinama" + }, + "嗜み": { + "w_type": "godan verb stem", + "romaji": "tashinami" + }, + "嗜め": { + "w_type": "conjugated godan verb", + "romaji": "tashiname" + }, + "嗜も": { + "w_type": "godan verb stem", + "romaji": "tashinamo" + }, + "嗜んだ": { + "w_type": "conjugated godan verb", + "romaji": "tashinanda" + }, + "嗜んで": { + "w_type": "conjugated godan verb", + "romaji": "tashinande" + }, + "振離さ": { + "w_type": "godan verb stem", + "romaji": "furihanasa" + }, + "振離し": { + "w_type": "godan verb stem", + "romaji": "furihanashi" + }, + "振離せ": { + "w_type": "conjugated godan verb", + "romaji": "furihanase" + }, + "振離そ": { + "w_type": "godan verb stem", + "romaji": "furihanaso" + }, + "振離した": { + "w_type": "conjugated godan verb", + "romaji": "furihanashita" + }, + "振離して": { + "w_type": "conjugated godan verb", + "romaji": "furihanashite" + }, + "差し許さ": { + "w_type": "godan verb stem", + "romaji": "sashiyurusa" + }, + "差し許し": { + "w_type": "godan verb stem", + "romaji": "sashiyurushi" + }, + "差し許せ": { + "w_type": "conjugated godan verb", + "romaji": "sashiyuruse" + }, + "差し許そ": { + "w_type": "godan verb stem", + "romaji": "sashiyuruso" + }, + "差し許した": { + "w_type": "conjugated godan verb", + "romaji": "sashiyurushita" + }, + "差し許して": { + "w_type": "conjugated godan verb", + "romaji": "sashiyurushite" + }, + "捻り出さ": { + "w_type": "godan verb stem", + "romaji": "hineridasa" + }, + "捻り出し": { + "w_type": "godan verb stem", + "romaji": "hineridashi" + }, + "捻り出せ": { + "w_type": "conjugated godan verb", + "romaji": "hineridase" + }, + "捻り出そ": { + "w_type": "godan verb stem", + "romaji": "hineridaso" + }, + "捻り出した": { + "w_type": "conjugated godan verb", + "romaji": "hineridashita" + }, + "捻り出して": { + "w_type": "conjugated godan verb", + "romaji": "hineridashite" + }, + "食破ら": { + "w_type": "godan verb stem", + "romaji": "kuiyabura" + }, + "食破り": { + "w_type": "godan verb stem", + "romaji": "kuiyaburi" + }, + "食破れ": { + "w_type": "conjugated godan verb", + "romaji": "kuiyabure" + }, + "食破ろ": { + "w_type": "godan verb stem", + "romaji": "kuiyaburo" + }, + "食破った": { + "w_type": "conjugated godan verb", + "romaji": "kuiyabutta" + }, + "食破って": { + "w_type": "conjugated godan verb", + "romaji": "kuiyabutte" + }, + "気張ら": { + "w_type": "godan verb stem", + "romaji": "kibara" + }, + "気張り": { + "w_type": "godan verb stem", + "romaji": "kibari" + }, + "気張れ": { + "w_type": "conjugated godan verb", + "romaji": "kibare" + }, + "気張ろ": { + "w_type": "godan verb stem", + "romaji": "kibaro" + }, + "気張った": { + "w_type": "conjugated godan verb", + "romaji": "kibatta" + }, + "気張って": { + "w_type": "conjugated godan verb", + "romaji": "kibatte" + }, + "責め苛ま": { + "w_type": "godan verb stem", + "romaji": "semesainama" + }, + "責め苛み": { + "w_type": "godan verb stem", + "romaji": "semesainami" + }, + "責め苛め": { + "w_type": "conjugated godan verb", + "romaji": "semesainame" + }, + "責め苛も": { + "w_type": "godan verb stem", + "romaji": "semesainamo" + }, + "責め苛んだ": { + "w_type": "conjugated godan verb", + "romaji": "semesainanda" + }, + "責め苛んで": { + "w_type": "conjugated godan verb", + "romaji": "semesainande" + }, + "病みつか": { + "w_type": "godan verb stem", + "romaji": "yamitsuka" + }, + "病みつき": { + "w_type": "godan verb stem", + "romaji": "yamitsuki" + }, + "病みつけ": { + "w_type": "conjugated godan verb", + "romaji": "yamitsuke" + }, + "病みつこ": { + "w_type": "godan verb stem", + "romaji": "yamitsuko" + }, + "病みついた": { + "w_type": "conjugated godan verb", + "romaji": "yamitsuita" + }, + "病みついて": { + "w_type": "conjugated godan verb", + "romaji": "yamitsuite" + }, + "助け起こさ": { + "w_type": "godan verb stem", + "romaji": "tasukeokosa" + }, + "助け起こし": { + "w_type": "godan verb stem", + "romaji": "tasukeokoshi" + }, + "助け起こせ": { + "w_type": "conjugated godan verb", + "romaji": "tasukeokose" + }, + "助け起こそ": { + "w_type": "godan verb stem", + "romaji": "tasukeokoso" + }, + "助け起こした": { + "w_type": "conjugated godan verb", + "romaji": "tasukeokoshita" + }, + "助け起こして": { + "w_type": "conjugated godan verb", + "romaji": "tasukeokoshite" + }, + "駆ら": { + "w_type": "godan verb stem", + "romaji": "kara" + }, + "駆り": { + "w_type": "godan verb stem", + "romaji": "kari" + }, + "駆れ": { + "w_type": "conjugated godan verb", + "romaji": "kare" + }, + "駆ろ": { + "w_type": "godan verb stem", + "romaji": "karo" + }, + "駆った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "駆って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "妊ら": { + "w_type": "godan verb stem", + "romaji": "migomora" + }, + "妊り": { + "w_type": "godan verb stem", + "romaji": "migomori" + }, + "妊れ": { + "w_type": "conjugated godan verb", + "romaji": "migomore" + }, + "妊ろ": { + "w_type": "godan verb stem", + "romaji": "migomoro" + }, + "妊った": { + "w_type": "conjugated godan verb", + "romaji": "migomotta" + }, + "妊って": { + "w_type": "conjugated godan verb", + "romaji": "migomotte" + }, + "言負かさ": { + "w_type": "godan verb stem", + "romaji": "iimakasa" + }, + "言負かし": { + "w_type": "godan verb stem", + "romaji": "iimakashi" + }, + "言負かせ": { + "w_type": "conjugated godan verb", + "romaji": "iimakase" + }, + "言負かそ": { + "w_type": "godan verb stem", + "romaji": "iimakaso" + }, + "言負かした": { + "w_type": "conjugated godan verb", + "romaji": "iimakashita" + }, + "言負かして": { + "w_type": "conjugated godan verb", + "romaji": "iimakashite" + }, + "妊ま": { + "w_type": "godan verb stem", + "romaji": "harama" + }, + "妊み": { + "w_type": "godan verb stem", + "romaji": "harami" + }, + "妊め": { + "w_type": "conjugated godan verb", + "romaji": "harame" + }, + "妊も": { + "w_type": "godan verb stem", + "romaji": "haramo" + }, + "妊んだ": { + "w_type": "conjugated godan verb", + "romaji": "haranda" + }, + "妊んで": { + "w_type": "conjugated godan verb", + "romaji": "harande" + }, + "積重なら": { + "w_type": "godan verb stem", + "romaji": "tsumikasanara" + }, + "積重なり": { + "w_type": "godan verb stem", + "romaji": "tsumikasanari" + }, + "積重なれ": { + "w_type": "conjugated godan verb", + "romaji": "tsumikasanare" + }, + "積重なろ": { + "w_type": "godan verb stem", + "romaji": "tsumikasanaro" + }, + "積重なった": { + "w_type": "conjugated godan verb", + "romaji": "tsumikasanatta" + }, + "積重なって": { + "w_type": "conjugated godan verb", + "romaji": "tsumikasanatte" + }, + "走り去ら": { + "w_type": "godan verb stem", + "romaji": "hashirisara" + }, + "走り去り": { + "w_type": "godan verb stem", + "romaji": "hashirisari" + }, + "走り去れ": { + "w_type": "conjugated godan verb", + "romaji": "hashirisare" + }, + "走り去ろ": { + "w_type": "godan verb stem", + "romaji": "hashirisaro" + }, + "走り去った": { + "w_type": "conjugated godan verb", + "romaji": "hashirisatta" + }, + "走り去って": { + "w_type": "conjugated godan verb", + "romaji": "hashirisatte" + }, + "押したおさ": { + "w_type": "godan verb stem", + "romaji": "oshitaosa" + }, + "押したおし": { + "w_type": "godan verb stem", + "romaji": "oshitaoshi" + }, + "押したおせ": { + "w_type": "conjugated godan verb", + "romaji": "oshitaose" + }, + "押したおそ": { + "w_type": "godan verb stem", + "romaji": "oshitaoso" + }, + "押したおした": { + "w_type": "conjugated godan verb", + "romaji": "oshitaoshita" + }, + "押したおして": { + "w_type": "conjugated godan verb", + "romaji": "oshitaoshite" + }, + "寿か": { + "w_type": "godan verb stem", + "romaji": "kotobuka" + }, + "寿き": { + "w_type": "godan verb stem", + "romaji": "kotobuki" + }, + "寿け": { + "w_type": "conjugated godan verb", + "romaji": "kotobuke" + }, + "寿こ": { + "w_type": "godan verb stem", + "romaji": "kotobuko" + }, + "寿いた": { + "w_type": "conjugated godan verb", + "romaji": "kotobuita" + }, + "寿いて": { + "w_type": "conjugated godan verb", + "romaji": "kotobuite" + }, + "窪ま": { + "w_type": "godan verb stem", + "romaji": "kuboma" + }, + "窪み": { + "w_type": "godan verb stem", + "romaji": "kubomi" + }, + "窪め": { + "w_type": "conjugated godan verb", + "romaji": "kubome" + }, + "窪も": { + "w_type": "godan verb stem", + "romaji": "kubomo" + }, + "窪んだ": { + "w_type": "conjugated godan verb", + "romaji": "kubonda" + }, + "窪んで": { + "w_type": "conjugated godan verb", + "romaji": "kubonde" + }, + "強がら": { + "w_type": "godan verb stem", + "romaji": "tsuyogara" + }, + "強がり": { + "w_type": "godan verb stem", + "romaji": "tsuyogari" + }, + "強がれ": { + "w_type": "conjugated godan verb", + "romaji": "tsuyogare" + }, + "強がろ": { + "w_type": "godan verb stem", + "romaji": "tsuyogaro" + }, + "強がった": { + "w_type": "conjugated godan verb", + "romaji": "tsuyogatta" + }, + "強がって": { + "w_type": "conjugated godan verb", + "romaji": "tsuyogatte" + }, + "翻さ": { + "w_type": "godan verb stem", + "romaji": "hirugaesa" + }, + "翻し": { + "w_type": "godan verb stem", + "romaji": "hirugaeshi" + }, + "翻せ": { + "w_type": "conjugated godan verb", + "romaji": "hirugaese" + }, + "翻そ": { + "w_type": "godan verb stem", + "romaji": "hirugaeso" + }, + "翻した": { + "w_type": "conjugated godan verb", + "romaji": "hirugaeshita" + }, + "翻して": { + "w_type": "conjugated godan verb", + "romaji": "hirugaeshite" + }, + "折れ曲がら": { + "w_type": "godan verb stem", + "romaji": "oremagara" + }, + "折れ曲がり": { + "w_type": "godan verb stem", + "romaji": "oremagari" + }, + "折れ曲がれ": { + "w_type": "conjugated godan verb", + "romaji": "oremagare" + }, + "折れ曲がろ": { + "w_type": "godan verb stem", + "romaji": "oremagaro" + }, + "折れ曲がった": { + "w_type": "conjugated godan verb", + "romaji": "oremagatta" + }, + "折れ曲がって": { + "w_type": "conjugated godan verb", + "romaji": "oremagatte" + }, + "契ら": { + "w_type": "godan verb stem", + "romaji": "chigira" + }, + "契り": { + "w_type": "godan verb stem", + "romaji": "chigiri" + }, + "契れ": { + "w_type": "conjugated godan verb", + "romaji": "chigire" + }, + "契ろ": { + "w_type": "godan verb stem", + "romaji": "chigiro" + }, + "契った": { + "w_type": "conjugated godan verb", + "romaji": "chigitta" + }, + "契って": { + "w_type": "conjugated godan verb", + "romaji": "chigitte" + }, + "服さ": { + "w_type": "godan verb stem", + "romaji": "fukusa" + }, + "服し": { + "w_type": "godan verb stem", + "romaji": "fukushi" + }, + "服せ": { + "w_type": "conjugated godan verb", + "romaji": "fukuse" + }, + "服そ": { + "w_type": "godan verb stem", + "romaji": "fukuso" + }, + "服した": { + "w_type": "conjugated godan verb", + "romaji": "fukushita" + }, + "服して": { + "w_type": "conjugated godan verb", + "romaji": "fukushite" + }, + "手渡さ": { + "w_type": "godan verb stem", + "romaji": "tewatasa" + }, + "手渡し": { + "w_type": "godan verb stem", + "romaji": "tewatashi" + }, + "手渡せ": { + "w_type": "conjugated godan verb", + "romaji": "tewatase" + }, + "手渡そ": { + "w_type": "godan verb stem", + "romaji": "tewataso" + }, + "手渡した": { + "w_type": "conjugated godan verb", + "romaji": "tewatashita" + }, + "手渡して": { + "w_type": "conjugated godan verb", + "romaji": "tewatashite" + }, + "引きずり込ま": { + "w_type": "godan verb stem", + "romaji": "hikizurikoma" + }, + "引きずり込み": { + "w_type": "godan verb stem", + "romaji": "hikizurikomi" + }, + "引きずり込め": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikome" + }, + "引きずり込も": { + "w_type": "godan verb stem", + "romaji": "hikizurikomo" + }, + "引きずり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonda" + }, + "引きずり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonde" + }, + "刺し貫か": { + "w_type": "godan verb stem", + "romaji": "sashitsuranuka" + }, + "刺し貫き": { + "w_type": "godan verb stem", + "romaji": "sashitsuranuki" + }, + "刺し貫け": { + "w_type": "conjugated godan verb", + "romaji": "sashitsuranuke" + }, + "刺し貫こ": { + "w_type": "godan verb stem", + "romaji": "sashitsuranuko" + }, + "刺し貫いた": { + "w_type": "conjugated godan verb", + "romaji": "sashitsuranuita" + }, + "刺し貫いて": { + "w_type": "conjugated godan verb", + "romaji": "sashitsuranuite" + }, + "言い淀ま": { + "w_type": "godan verb stem", + "romaji": "iiyodoma" + }, + "言い淀み": { + "w_type": "godan verb stem", + "romaji": "iiyodomi" + }, + "言い淀め": { + "w_type": "conjugated godan verb", + "romaji": "iiyodome" + }, + "言い淀も": { + "w_type": "godan verb stem", + "romaji": "iiyodomo" + }, + "言い淀んだ": { + "w_type": "conjugated godan verb", + "romaji": "iiyodonda" + }, + "言い淀んで": { + "w_type": "conjugated godan verb", + "romaji": "iiyodonde" + }, + "喰らい付か": { + "w_type": "godan verb stem", + "romaji": "kuraitsuka" + }, + "喰らい付き": { + "w_type": "godan verb stem", + "romaji": "kuraitsuki" + }, + "喰らい付け": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuke" + }, + "喰らい付こ": { + "w_type": "godan verb stem", + "romaji": "kuraitsuko" + }, + "喰らい付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuita" + }, + "喰らい付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuite" + }, + "寝過ごさ": { + "w_type": "godan verb stem", + "romaji": "nesugosa" + }, + "寝過ごし": { + "w_type": "godan verb stem", + "romaji": "nesugoshi" + }, + "寝過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "nesugose" + }, + "寝過ごそ": { + "w_type": "godan verb stem", + "romaji": "nesugoso" + }, + "寝過ごした": { + "w_type": "conjugated godan verb", + "romaji": "nesugoshita" + }, + "寝過ごして": { + "w_type": "conjugated godan verb", + "romaji": "nesugoshite" + }, + "為さら": { + "w_type": "godan verb stem", + "romaji": "nasara" + }, + "為さり": { + "w_type": "godan verb stem", + "romaji": "nasari" + }, + "為され": { + "w_type": "conjugated godan verb", + "romaji": "nasare" + }, + "為さろ": { + "w_type": "godan verb stem", + "romaji": "nasaro" + }, + "為さった": { + "w_type": "conjugated godan verb", + "romaji": "nasatta" + }, + "為さって": { + "w_type": "conjugated godan verb", + "romaji": "nasatte" + }, + "囃さ": { + "w_type": "godan verb stem", + "romaji": "hayasa" + }, + "囃し": { + "w_type": "godan verb stem", + "romaji": "hayashi" + }, + "囃せ": { + "w_type": "conjugated godan verb", + "romaji": "hayase" + }, + "囃そ": { + "w_type": "godan verb stem", + "romaji": "hayaso" + }, + "囃した": { + "w_type": "conjugated godan verb", + "romaji": "hayashita" + }, + "囃して": { + "w_type": "conjugated godan verb", + "romaji": "hayashite" + }, + "舐ら": { + "w_type": "godan verb stem", + "romaji": "nebura" + }, + "舐り": { + "w_type": "godan verb stem", + "romaji": "neburi" + }, + "舐れ": { + "w_type": "conjugated godan verb", + "romaji": "nebure" + }, + "舐ろ": { + "w_type": "godan verb stem", + "romaji": "neburo" + }, + "舐った": { + "w_type": "conjugated godan verb", + "romaji": "nebutta" + }, + "舐って": { + "w_type": "conjugated godan verb", + "romaji": "nebutte" + }, + "引っ掛ら": { + "w_type": "godan verb stem", + "romaji": "hikkakara" + }, + "引っ掛り": { + "w_type": "godan verb stem", + "romaji": "hikkakari" + }, + "引っ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkakare" + }, + "引っ掛ろ": { + "w_type": "godan verb stem", + "romaji": "hikkakaro" + }, + "引っ掛った": { + "w_type": "conjugated godan verb", + "romaji": "hikkakatta" + }, + "引っ掛って": { + "w_type": "conjugated godan verb", + "romaji": "hikkakatte" + }, + "資さ": { + "w_type": "godan verb stem", + "romaji": "shisa" + }, + "資し": { + "w_type": "godan verb stem", + "romaji": "shishi" + }, + "資せ": { + "w_type": "conjugated godan verb", + "romaji": "shise" + }, + "資そ": { + "w_type": "godan verb stem", + "romaji": "shiso" + }, + "資した": { + "w_type": "conjugated godan verb", + "romaji": "shishita" + }, + "資して": { + "w_type": "conjugated godan verb", + "romaji": "shishite" + }, + "呼び習わさ": { + "w_type": "godan verb stem", + "romaji": "yobinarawasa" + }, + "呼び習わし": { + "w_type": "godan verb stem", + "romaji": "yobinarawashi" + }, + "呼び習わせ": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawase" + }, + "呼び習わそ": { + "w_type": "godan verb stem", + "romaji": "yobinarawaso" + }, + "呼び習わした": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashita" + }, + "呼び習わして": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashite" + }, + "弱ら": { + "w_type": "godan verb stem", + "romaji": "yowara" + }, + "弱り": { + "w_type": "godan verb stem", + "romaji": "yowari" + }, + "弱れ": { + "w_type": "conjugated godan verb", + "romaji": "yoware" + }, + "弱ろ": { + "w_type": "godan verb stem", + "romaji": "yowaro" + }, + "弱った": { + "w_type": "conjugated godan verb", + "romaji": "yowatta" + }, + "弱って": { + "w_type": "conjugated godan verb", + "romaji": "yowatte" + }, + "もぎ取ら": { + "w_type": "godan verb stem", + "romaji": "mogitora" + }, + "もぎ取り": { + "w_type": "godan verb stem", + "romaji": "mogitori" + }, + "もぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "mogitore" + }, + "もぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "mogitoro" + }, + "もぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "mogitotta" + }, + "もぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "mogitotte" + }, + "飜ら": { + "w_type": "godan verb stem", + "romaji": "hirugaera" + }, + "飜り": { + "w_type": "godan verb stem", + "romaji": "hirugaeri" + }, + "飜れ": { + "w_type": "conjugated godan verb", + "romaji": "hirugaere" + }, + "飜ろ": { + "w_type": "godan verb stem", + "romaji": "hirugaero" + }, + "飜った": { + "w_type": "conjugated godan verb", + "romaji": "hirugaetta" + }, + "飜って": { + "w_type": "conjugated godan verb", + "romaji": "hirugaette" + }, + "走り抜か": { + "w_type": "godan verb stem", + "romaji": "hashirinuka" + }, + "走り抜き": { + "w_type": "godan verb stem", + "romaji": "hashirinuki" + }, + "走り抜け": { + "w_type": "conjugated godan verb", + "romaji": "hashirinuke" + }, + "走り抜こ": { + "w_type": "godan verb stem", + "romaji": "hashirinuko" + }, + "走り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "hashirinuita" + }, + "走り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "hashirinuite" + }, + "諛わ": { + "w_type": "godan verb stem", + "romaji": "hetsurawa" + }, + "諛い": { + "w_type": "godan verb stem", + "romaji": "hetsurai" + }, + "諛え": { + "w_type": "conjugated godan verb", + "romaji": "hetsurae" + }, + "諛お": { + "w_type": "godan verb stem", + "romaji": "hetsurao" + }, + "諛った": { + "w_type": "conjugated godan verb", + "romaji": "hetsuratta" + }, + "諛って": { + "w_type": "conjugated godan verb", + "romaji": "hetsuratte" + }, + "額突か": { + "w_type": "godan verb stem", + "romaji": "nukazuka" + }, + "額突き": { + "w_type": "godan verb stem", + "romaji": "nukazuki" + }, + "額突け": { + "w_type": "conjugated godan verb", + "romaji": "nukazuke" + }, + "額突こ": { + "w_type": "godan verb stem", + "romaji": "nukazuko" + }, + "額突いた": { + "w_type": "conjugated godan verb", + "romaji": "nukazuita" + }, + "額突いて": { + "w_type": "conjugated godan verb", + "romaji": "nukazuite" + }, + "振り乱さ": { + "w_type": "godan verb stem", + "romaji": "furimidasa" + }, + "振り乱し": { + "w_type": "godan verb stem", + "romaji": "furimidashi" + }, + "振り乱せ": { + "w_type": "conjugated godan verb", + "romaji": "furimidase" + }, + "振り乱そ": { + "w_type": "godan verb stem", + "romaji": "furimidaso" + }, + "振り乱した": { + "w_type": "conjugated godan verb", + "romaji": "furimidashita" + }, + "振り乱して": { + "w_type": "conjugated godan verb", + "romaji": "furimidashite" + }, + "降積もら": { + "w_type": "godan verb stem", + "romaji": "furitsumora" + }, + "降積もり": { + "w_type": "godan verb stem", + "romaji": "furitsumori" + }, + "降積もれ": { + "w_type": "conjugated godan verb", + "romaji": "furitsumore" + }, + "降積もろ": { + "w_type": "godan verb stem", + "romaji": "furitsumoro" + }, + "降積もった": { + "w_type": "conjugated godan verb", + "romaji": "furitsumotta" + }, + "降積もって": { + "w_type": "conjugated godan verb", + "romaji": "furitsumotte" + }, + "煌か": { + "w_type": "godan verb stem", + "romaji": "kagayaka" + }, + "煌き": { + "w_type": "godan verb stem", + "romaji": "kagayaki" + }, + "煌け": { + "w_type": "conjugated godan verb", + "romaji": "kagayake" + }, + "煌こ": { + "w_type": "godan verb stem", + "romaji": "kagayako" + }, + "煌いた": { + "w_type": "conjugated godan verb", + "romaji": "kagayaita" + }, + "煌いて": { + "w_type": "conjugated godan verb", + "romaji": "kagayaite" + }, + "脅かさ": { + "w_type": "godan verb stem", + "romaji": "odokasa" + }, + "脅かし": { + "w_type": "godan verb stem", + "romaji": "odokashi" + }, + "脅かせ": { + "w_type": "conjugated godan verb", + "romaji": "odokase" + }, + "脅かそ": { + "w_type": "godan verb stem", + "romaji": "odokaso" + }, + "脅かした": { + "w_type": "conjugated godan verb", + "romaji": "odokashita" + }, + "脅かして": { + "w_type": "conjugated godan verb", + "romaji": "odokashite" + }, + "湿さ": { + "w_type": "godan verb stem", + "romaji": "shimesa" + }, + "湿し": { + "w_type": "godan verb stem", + "romaji": "shimeshi" + }, + "湿せ": { + "w_type": "conjugated godan verb", + "romaji": "shimese" + }, + "湿そ": { + "w_type": "godan verb stem", + "romaji": "shimeso" + }, + "湿した": { + "w_type": "conjugated godan verb", + "romaji": "shimeshita" + }, + "湿して": { + "w_type": "conjugated godan verb", + "romaji": "shimeshite" + }, + "猛り狂わ": { + "w_type": "godan verb stem", + "romaji": "takerikuruwa" + }, + "猛り狂い": { + "w_type": "godan verb stem", + "romaji": "takerikurui" + }, + "猛り狂え": { + "w_type": "conjugated godan verb", + "romaji": "takerikurue" + }, + "猛り狂お": { + "w_type": "godan verb stem", + "romaji": "takerikuruo" + }, + "猛り狂った": { + "w_type": "conjugated godan verb", + "romaji": "takerikurutta" + }, + "猛り狂って": { + "w_type": "conjugated godan verb", + "romaji": "takerikurutte" + }, + "殺気立た": { + "w_type": "godan verb stem", + "romaji": "sakkidata" + }, + "殺気立ち": { + "w_type": "godan verb stem", + "romaji": "sakkidachi" + }, + "殺気立て": { + "w_type": "conjugated godan verb", + "romaji": "sakkidate" + }, + "殺気立と": { + "w_type": "godan verb stem", + "romaji": "sakkidato" + }, + "殺気立った": { + "w_type": "conjugated godan verb", + "romaji": "sakkidatta" + }, + "殺気立って": { + "w_type": "conjugated godan verb", + "romaji": "sakkidatte" + }, + "仰っしゃら": { + "w_type": "godan verb stem", + "romaji": "osshara" + }, + "仰っしゃり": { + "w_type": "godan verb stem", + "romaji": "osshari" + }, + "仰っしゃれ": { + "w_type": "conjugated godan verb", + "romaji": "osshare" + }, + "仰っしゃろ": { + "w_type": "godan verb stem", + "romaji": "ossharo" + }, + "仰っしゃった": { + "w_type": "conjugated godan verb", + "romaji": "osshatta" + }, + "仰っしゃって": { + "w_type": "conjugated godan verb", + "romaji": "osshatte" + }, + "冴返ら": { + "w_type": "godan verb stem", + "romaji": "saekaera" + }, + "冴返り": { + "w_type": "godan verb stem", + "romaji": "saekaeri" + }, + "冴返れ": { + "w_type": "conjugated godan verb", + "romaji": "saekaere" + }, + "冴返ろ": { + "w_type": "godan verb stem", + "romaji": "saekaero" + }, + "冴返った": { + "w_type": "conjugated godan verb", + "romaji": "saekaetta" + }, + "冴返って": { + "w_type": "conjugated godan verb", + "romaji": "saekaette" + }, + "話し込ま": { + "w_type": "godan verb stem", + "romaji": "hanashikoma" + }, + "話し込み": { + "w_type": "godan verb stem", + "romaji": "hanashikomi" + }, + "話し込め": { + "w_type": "conjugated godan verb", + "romaji": "hanashikome" + }, + "話し込も": { + "w_type": "godan verb stem", + "romaji": "hanashikomo" + }, + "話し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hanashikonda" + }, + "話し込んで": { + "w_type": "conjugated godan verb", + "romaji": "hanashikonde" + }, + "灼か": { + "w_type": "godan verb stem", + "romaji": "yaka" + }, + "灼き": { + "w_type": "godan verb stem", + "romaji": "yaki" + }, + "灼け": { + "w_type": "conjugated godan verb", + "romaji": "yake" + }, + "灼こ": { + "w_type": "godan verb stem", + "romaji": "yako" + }, + "灼いた": { + "w_type": "conjugated godan verb", + "romaji": "yaita" + }, + "灼いて": { + "w_type": "conjugated godan verb", + "romaji": "yaite" + }, + "引ったくら": { + "w_type": "godan verb stem", + "romaji": "hittakura" + }, + "引ったくり": { + "w_type": "godan verb stem", + "romaji": "hittakuri" + }, + "引ったくれ": { + "w_type": "conjugated godan verb", + "romaji": "hittakure" + }, + "引ったくろ": { + "w_type": "godan verb stem", + "romaji": "hittakuro" + }, + "引ったくった": { + "w_type": "conjugated godan verb", + "romaji": "hittakutta" + }, + "引ったくって": { + "w_type": "conjugated godan verb", + "romaji": "hittakutte" + }, + "勝ち誇ら": { + "w_type": "godan verb stem", + "romaji": "kachihokora" + }, + "勝ち誇り": { + "w_type": "godan verb stem", + "romaji": "kachihokori" + }, + "勝ち誇れ": { + "w_type": "conjugated godan verb", + "romaji": "kachihokore" + }, + "勝ち誇ろ": { + "w_type": "godan verb stem", + "romaji": "kachihokoro" + }, + "勝ち誇った": { + "w_type": "conjugated godan verb", + "romaji": "kachihokotta" + }, + "勝ち誇って": { + "w_type": "conjugated godan verb", + "romaji": "kachihokotte" + }, + "受から": { + "w_type": "godan verb stem", + "romaji": "ukara" + }, + "受かり": { + "w_type": "godan verb stem", + "romaji": "ukari" + }, + "受かれ": { + "w_type": "conjugated godan verb", + "romaji": "ukare" + }, + "受かろ": { + "w_type": "godan verb stem", + "romaji": "ukaro" + }, + "受かった": { + "w_type": "conjugated godan verb", + "romaji": "ukatta" + }, + "受かって": { + "w_type": "conjugated godan verb", + "romaji": "ukatte" + }, + "支えあわ": { + "w_type": "godan verb stem", + "romaji": "sasaeawa" + }, + "支えあい": { + "w_type": "godan verb stem", + "romaji": "sasaeai" + }, + "支えあえ": { + "w_type": "conjugated godan verb", + "romaji": "sasaeae" + }, + "支えあお": { + "w_type": "godan verb stem", + "romaji": "sasaeao" + }, + "支えあった": { + "w_type": "conjugated godan verb", + "romaji": "sasaeatta" + }, + "支えあって": { + "w_type": "conjugated godan verb", + "romaji": "sasaeatte" + }, + "匿さ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "匿し": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "匿せ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "匿そ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "匿した": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "匿して": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "匿わ": { + "w_type": "godan verb stem", + "romaji": "kakumawa" + }, + "匿い": { + "w_type": "godan verb stem", + "romaji": "kakumai" + }, + "匿え": { + "w_type": "conjugated godan verb", + "romaji": "kakumae" + }, + "匿お": { + "w_type": "godan verb stem", + "romaji": "kakumao" + }, + "匿った": { + "w_type": "conjugated godan verb", + "romaji": "kakumatta" + }, + "匿って": { + "w_type": "conjugated godan verb", + "romaji": "kakumatte" + }, + "食い齧ら": { + "w_type": "godan verb stem", + "romaji": "kuikajira" + }, + "食い齧り": { + "w_type": "godan verb stem", + "romaji": "kuikajiri" + }, + "食い齧れ": { + "w_type": "conjugated godan verb", + "romaji": "kuikajire" + }, + "食い齧ろ": { + "w_type": "godan verb stem", + "romaji": "kuikajiro" + }, + "食い齧った": { + "w_type": "conjugated godan verb", + "romaji": "kuikajitta" + }, + "食い齧って": { + "w_type": "conjugated godan verb", + "romaji": "kuikajitte" + }, + "顕さ": { + "w_type": "godan verb stem", + "romaji": "arawasa" + }, + "顕し": { + "w_type": "godan verb stem", + "romaji": "arawashi" + }, + "顕せ": { + "w_type": "conjugated godan verb", + "romaji": "arawase" + }, + "顕そ": { + "w_type": "godan verb stem", + "romaji": "arawaso" + }, + "顕した": { + "w_type": "conjugated godan verb", + "romaji": "arawashita" + }, + "顕して": { + "w_type": "conjugated godan verb", + "romaji": "arawashite" + }, + "執りなさ": { + "w_type": "godan verb stem", + "romaji": "torinasa" + }, + "執りなし": { + "w_type": "godan verb stem", + "romaji": "torinashi" + }, + "執りなせ": { + "w_type": "conjugated godan verb", + "romaji": "torinase" + }, + "執りなそ": { + "w_type": "godan verb stem", + "romaji": "torinaso" + }, + "執りなした": { + "w_type": "conjugated godan verb", + "romaji": "torinashita" + }, + "執りなして": { + "w_type": "conjugated godan verb", + "romaji": "torinashite" + }, + "成り込ま": { + "w_type": "godan verb stem", + "romaji": "narikoma" + }, + "成り込み": { + "w_type": "godan verb stem", + "romaji": "narikomi" + }, + "成り込め": { + "w_type": "conjugated godan verb", + "romaji": "narikome" + }, + "成り込も": { + "w_type": "godan verb stem", + "romaji": "narikomo" + }, + "成り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "narikonda" + }, + "成り込んで": { + "w_type": "conjugated godan verb", + "romaji": "narikonde" + }, + "詣ら": { + "w_type": "godan verb stem", + "romaji": "maira" + }, + "詣り": { + "w_type": "godan verb stem", + "romaji": "mairi" + }, + "詣れ": { + "w_type": "conjugated godan verb", + "romaji": "maire" + }, + "詣ろ": { + "w_type": "godan verb stem", + "romaji": "mairo" + }, + "詣った": { + "w_type": "conjugated godan verb", + "romaji": "maitta" + }, + "詣って": { + "w_type": "conjugated godan verb", + "romaji": "maitte" + }, + "引きおこさ": { + "w_type": "godan verb stem", + "romaji": "hikiokosa" + }, + "引きおこし": { + "w_type": "godan verb stem", + "romaji": "hikiokoshi" + }, + "引きおこせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiokose" + }, + "引きおこそ": { + "w_type": "godan verb stem", + "romaji": "hikiokoso" + }, + "引きおこした": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshita" + }, + "引きおこして": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshite" + }, + "欺か": { + "w_type": "godan verb stem", + "romaji": "azamuka" + }, + "欺き": { + "w_type": "godan verb stem", + "romaji": "azamuki" + }, + "欺け": { + "w_type": "conjugated godan verb", + "romaji": "azamuke" + }, + "欺こ": { + "w_type": "godan verb stem", + "romaji": "azamuko" + }, + "欺いた": { + "w_type": "conjugated godan verb", + "romaji": "azamuita" + }, + "欺いて": { + "w_type": "conjugated godan verb", + "romaji": "azamuite" + }, + "入ら": { + "w_type": "godan verb stem", + "romaji": "haira" + }, + "入り": { + "w_type": "godan verb stem", + "romaji": "hairi" + }, + "入れ": { + "w_type": "conjugated godan verb", + "romaji": "haire" + }, + "入ろ": { + "w_type": "godan verb stem", + "romaji": "hairo" + }, + "入った": { + "w_type": "conjugated godan verb", + "romaji": "haitta" + }, + "入って": { + "w_type": "conjugated godan verb", + "romaji": "haitte" + }, + "捲か": { + "w_type": "godan verb stem", + "romaji": "maka" + }, + "捲き": { + "w_type": "godan verb stem", + "romaji": "maki" + }, + "捲け": { + "w_type": "conjugated godan verb", + "romaji": "make" + }, + "捲こ": { + "w_type": "godan verb stem", + "romaji": "mako" + }, + "捲いた": { + "w_type": "conjugated godan verb", + "romaji": "maita" + }, + "捲いて": { + "w_type": "conjugated godan verb", + "romaji": "maite" + }, + "勝ち進ま": { + "w_type": "godan verb stem", + "romaji": "kachisusuma" + }, + "勝ち進み": { + "w_type": "godan verb stem", + "romaji": "kachisusumi" + }, + "勝ち進め": { + "w_type": "conjugated godan verb", + "romaji": "kachisusume" + }, + "勝ち進も": { + "w_type": "godan verb stem", + "romaji": "kachisusumo" + }, + "勝ち進んだ": { + "w_type": "conjugated godan verb", + "romaji": "kachisusunda" + }, + "勝ち進んで": { + "w_type": "conjugated godan verb", + "romaji": "kachisusunde" + }, + "葬り去ら": { + "w_type": "godan verb stem", + "romaji": "houmurisara" + }, + "葬り去り": { + "w_type": "godan verb stem", + "romaji": "houmurisari" + }, + "葬り去れ": { + "w_type": "conjugated godan verb", + "romaji": "houmurisare" + }, + "葬り去ろ": { + "w_type": "godan verb stem", + "romaji": "houmurisaro" + }, + "葬り去った": { + "w_type": "conjugated godan verb", + "romaji": "houmurisatta" + }, + "葬り去って": { + "w_type": "conjugated godan verb", + "romaji": "houmurisatte" + }, + "無念がら": { + "w_type": "godan verb stem", + "romaji": "munengara" + }, + "無念がり": { + "w_type": "godan verb stem", + "romaji": "munengari" + }, + "無念がれ": { + "w_type": "conjugated godan verb", + "romaji": "munengare" + }, + "無念がろ": { + "w_type": "godan verb stem", + "romaji": "munengaro" + }, + "無念がった": { + "w_type": "conjugated godan verb", + "romaji": "munengatta" + }, + "無念がって": { + "w_type": "conjugated godan verb", + "romaji": "munengatte" + }, + "滾ら": { + "w_type": "godan verb stem", + "romaji": "tagira" + }, + "滾り": { + "w_type": "godan verb stem", + "romaji": "tagiri" + }, + "滾れ": { + "w_type": "conjugated godan verb", + "romaji": "tagire" + }, + "滾ろ": { + "w_type": "godan verb stem", + "romaji": "tagiro" + }, + "滾った": { + "w_type": "conjugated godan verb", + "romaji": "tagitta" + }, + "滾って": { + "w_type": "conjugated godan verb", + "romaji": "tagitte" + }, + "天下ら": { + "w_type": "godan verb stem", + "romaji": "amakudara" + }, + "天下り": { + "w_type": "godan verb stem", + "romaji": "amakudari" + }, + "天下れ": { + "w_type": "conjugated godan verb", + "romaji": "amakudare" + }, + "天下ろ": { + "w_type": "godan verb stem", + "romaji": "amakudaro" + }, + "天下った": { + "w_type": "conjugated godan verb", + "romaji": "amakudatta" + }, + "天下って": { + "w_type": "conjugated godan verb", + "romaji": "amakudatte" + }, + "訊き返さ": { + "w_type": "godan verb stem", + "romaji": "kikikaesa" + }, + "訊き返し": { + "w_type": "godan verb stem", + "romaji": "kikikaeshi" + }, + "訊き返せ": { + "w_type": "conjugated godan verb", + "romaji": "kikikaese" + }, + "訊き返そ": { + "w_type": "godan verb stem", + "romaji": "kikikaeso" + }, + "訊き返した": { + "w_type": "conjugated godan verb", + "romaji": "kikikaeshita" + }, + "訊き返して": { + "w_type": "conjugated godan verb", + "romaji": "kikikaeshite" + }, + "磨ら": { + "w_type": "godan verb stem", + "romaji": "sura" + }, + "磨り": { + "w_type": "godan verb stem", + "romaji": "suri" + }, + "磨れ": { + "w_type": "conjugated godan verb", + "romaji": "sure" + }, + "磨ろ": { + "w_type": "godan verb stem", + "romaji": "suro" + }, + "磨った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "磨って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "見下さ": { + "w_type": "godan verb stem", + "romaji": "mikudasa" + }, + "見下し": { + "w_type": "godan verb stem", + "romaji": "mikudashi" + }, + "見下せ": { + "w_type": "conjugated godan verb", + "romaji": "mikudase" + }, + "見下そ": { + "w_type": "godan verb stem", + "romaji": "mikudaso" + }, + "見下した": { + "w_type": "conjugated godan verb", + "romaji": "mikudashita" + }, + "見下して": { + "w_type": "conjugated godan verb", + "romaji": "mikudashite" + }, + "作り返さ": { + "w_type": "godan verb stem", + "romaji": "tsukurikaesa" + }, + "作り返し": { + "w_type": "godan verb stem", + "romaji": "tsukurikaeshi" + }, + "作り返せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukurikaese" + }, + "作り返そ": { + "w_type": "godan verb stem", + "romaji": "tsukurikaeso" + }, + "作り返した": { + "w_type": "conjugated godan verb", + "romaji": "tsukurikaeshita" + }, + "作り返して": { + "w_type": "conjugated godan verb", + "romaji": "tsukurikaeshite" + }, + "しゃべり合わ": { + "w_type": "godan verb stem", + "romaji": "shaberiawa" + }, + "しゃべり合い": { + "w_type": "godan verb stem", + "romaji": "shaberiai" + }, + "しゃべり合え": { + "w_type": "conjugated godan verb", + "romaji": "shaberiae" + }, + "しゃべり合お": { + "w_type": "godan verb stem", + "romaji": "shaberiao" + }, + "しゃべり合った": { + "w_type": "conjugated godan verb", + "romaji": "shaberiatta" + }, + "しゃべり合って": { + "w_type": "conjugated godan verb", + "romaji": "shaberiatte" + }, + "困難と闘わ": { + "w_type": "godan verb stem", + "romaji": "konnantotatakawa" + }, + "困難と闘い": { + "w_type": "godan verb stem", + "romaji": "konnantotatakai" + }, + "困難と闘え": { + "w_type": "conjugated godan verb", + "romaji": "konnantotatakae" + }, + "困難と闘お": { + "w_type": "godan verb stem", + "romaji": "konnantotatakao" + }, + "困難と闘った": { + "w_type": "conjugated godan verb", + "romaji": "konnantotatakatta" + }, + "困難と闘って": { + "w_type": "conjugated godan verb", + "romaji": "konnantotatakatte" + }, + "申し渡さ": { + "w_type": "godan verb stem", + "romaji": "moushiwatasa" + }, + "申し渡し": { + "w_type": "godan verb stem", + "romaji": "moushiwatashi" + }, + "申し渡せ": { + "w_type": "conjugated godan verb", + "romaji": "moushiwatase" + }, + "申し渡そ": { + "w_type": "godan verb stem", + "romaji": "moushiwataso" + }, + "申し渡した": { + "w_type": "conjugated godan verb", + "romaji": "moushiwatashita" + }, + "申し渡して": { + "w_type": "conjugated godan verb", + "romaji": "moushiwatashite" + }, + "見離さ": { + "w_type": "godan verb stem", + "romaji": "mihanasa" + }, + "見離し": { + "w_type": "godan verb stem", + "romaji": "mihanashi" + }, + "見離せ": { + "w_type": "conjugated godan verb", + "romaji": "mihanase" + }, + "見離そ": { + "w_type": "godan verb stem", + "romaji": "mihanaso" + }, + "見離した": { + "w_type": "conjugated godan verb", + "romaji": "mihanashita" + }, + "見離して": { + "w_type": "conjugated godan verb", + "romaji": "mihanashite" + }, + "啜ら": { + "w_type": "godan verb stem", + "romaji": "susura" + }, + "啜り": { + "w_type": "godan verb stem", + "romaji": "susuri" + }, + "啜れ": { + "w_type": "conjugated godan verb", + "romaji": "susure" + }, + "啜ろ": { + "w_type": "godan verb stem", + "romaji": "susuro" + }, + "啜った": { + "w_type": "conjugated godan verb", + "romaji": "susutta" + }, + "啜って": { + "w_type": "conjugated godan verb", + "romaji": "susutte" + }, + "ぶっ放さ": { + "w_type": "godan verb stem", + "romaji": "buppanasa" + }, + "ぶっ放し": { + "w_type": "godan verb stem", + "romaji": "buppanashi" + }, + "ぶっ放せ": { + "w_type": "conjugated godan verb", + "romaji": "buppanase" + }, + "ぶっ放そ": { + "w_type": "godan verb stem", + "romaji": "buppanaso" + }, + "ぶっ放した": { + "w_type": "conjugated godan verb", + "romaji": "buppanashita" + }, + "ぶっ放して": { + "w_type": "conjugated godan verb", + "romaji": "buppanashite" + }, + "聞き知ら": { + "w_type": "godan verb stem", + "romaji": "kikishira" + }, + "聞き知り": { + "w_type": "godan verb stem", + "romaji": "kikishiri" + }, + "聞き知れ": { + "w_type": "conjugated godan verb", + "romaji": "kikishire" + }, + "聞き知ろ": { + "w_type": "godan verb stem", + "romaji": "kikishiro" + }, + "聞き知った": { + "w_type": "conjugated godan verb", + "romaji": "kikishitta" + }, + "聞き知って": { + "w_type": "conjugated godan verb", + "romaji": "kikishitte" + }, + "欲張ら": { + "w_type": "godan verb stem", + "romaji": "yokubara" + }, + "欲張り": { + "w_type": "godan verb stem", + "romaji": "yokubari" + }, + "欲張れ": { + "w_type": "conjugated godan verb", + "romaji": "yokubare" + }, + "欲張ろ": { + "w_type": "godan verb stem", + "romaji": "yokubaro" + }, + "欲張った": { + "w_type": "conjugated godan verb", + "romaji": "yokubatta" + }, + "欲張って": { + "w_type": "conjugated godan verb", + "romaji": "yokubatte" + }, + "含まさ": { + "w_type": "godan verb stem", + "romaji": "fukumasa" + }, + "含まし": { + "w_type": "godan verb stem", + "romaji": "fukumashi" + }, + "含ませ": { + "w_type": "conjugated godan verb", + "romaji": "fukumase" + }, + "含まそ": { + "w_type": "godan verb stem", + "romaji": "fukumaso" + }, + "含ました": { + "w_type": "conjugated godan verb", + "romaji": "fukumashita" + }, + "含まして": { + "w_type": "conjugated godan verb", + "romaji": "fukumashite" + }, + "練り返さ": { + "w_type": "godan verb stem", + "romaji": "nerikaesa" + }, + "練り返し": { + "w_type": "godan verb stem", + "romaji": "nerikaeshi" + }, + "練り返せ": { + "w_type": "conjugated godan verb", + "romaji": "nerikaese" + }, + "練り返そ": { + "w_type": "godan verb stem", + "romaji": "nerikaeso" + }, + "練り返した": { + "w_type": "conjugated godan verb", + "romaji": "nerikaeshita" + }, + "練り返して": { + "w_type": "conjugated godan verb", + "romaji": "nerikaeshite" + }, + "追っ着か": { + "w_type": "godan verb stem", + "romaji": "ottsuka" + }, + "追っ着き": { + "w_type": "godan verb stem", + "romaji": "ottsuki" + }, + "追っ着け": { + "w_type": "conjugated godan verb", + "romaji": "ottsuke" + }, + "追っ着こ": { + "w_type": "godan verb stem", + "romaji": "ottsuko" + }, + "追っ着いた": { + "w_type": "conjugated godan verb", + "romaji": "ottsuita" + }, + "追っ着いて": { + "w_type": "conjugated godan verb", + "romaji": "ottsuite" + }, + "煉ら": { + "w_type": "godan verb stem", + "romaji": "nera" + }, + "煉り": { + "w_type": "godan verb stem", + "romaji": "neri" + }, + "煉れ": { + "w_type": "conjugated godan verb", + "romaji": "nere" + }, + "煉ろ": { + "w_type": "godan verb stem", + "romaji": "nero" + }, + "煉った": { + "w_type": "conjugated godan verb", + "romaji": "netta" + }, + "煉って": { + "w_type": "conjugated godan verb", + "romaji": "nette" + }, + "差当ら": { + "w_type": "godan verb stem", + "romaji": "sashiatara" + }, + "差当り": { + "w_type": "godan verb stem", + "romaji": "sashiatari" + }, + "差当れ": { + "w_type": "conjugated godan verb", + "romaji": "sashiatare" + }, + "差当ろ": { + "w_type": "godan verb stem", + "romaji": "sashiataro" + }, + "差当った": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatta" + }, + "差当って": { + "w_type": "conjugated godan verb", + "romaji": "sashiatatte" + }, + "行き合わ": { + "w_type": "godan verb stem", + "romaji": "ikiawa" + }, + "行き合い": { + "w_type": "godan verb stem", + "romaji": "ikiai" + }, + "行き合え": { + "w_type": "conjugated godan verb", + "romaji": "ikiae" + }, + "行き合お": { + "w_type": "godan verb stem", + "romaji": "ikiao" + }, + "行き合った": { + "w_type": "conjugated godan verb", + "romaji": "ikiatta" + }, + "行き合って": { + "w_type": "conjugated godan verb", + "romaji": "ikiatte" + }, + "揶揄わ": { + "w_type": "godan verb stem", + "romaji": "karakawa" + }, + "揶揄い": { + "w_type": "godan verb stem", + "romaji": "karakai" + }, + "揶揄え": { + "w_type": "conjugated godan verb", + "romaji": "karakae" + }, + "揶揄お": { + "w_type": "godan verb stem", + "romaji": "karakao" + }, + "揶揄った": { + "w_type": "conjugated godan verb", + "romaji": "karakatta" + }, + "揶揄って": { + "w_type": "conjugated godan verb", + "romaji": "karakatte" + }, + "宛てがわ": { + "w_type": "godan verb stem", + "romaji": "ategawa" + }, + "宛てがい": { + "w_type": "godan verb stem", + "romaji": "ategai" + }, + "宛てがえ": { + "w_type": "conjugated godan verb", + "romaji": "ategae" + }, + "宛てがお": { + "w_type": "godan verb stem", + "romaji": "ategao" + }, + "宛てがった": { + "w_type": "conjugated godan verb", + "romaji": "ategatta" + }, + "宛てがって": { + "w_type": "conjugated godan verb", + "romaji": "ategatte" + }, + "縫い返さ": { + "w_type": "godan verb stem", + "romaji": "nuikaesa" + }, + "縫い返し": { + "w_type": "godan verb stem", + "romaji": "nuikaeshi" + }, + "縫い返せ": { + "w_type": "conjugated godan verb", + "romaji": "nuikaese" + }, + "縫い返そ": { + "w_type": "godan verb stem", + "romaji": "nuikaeso" + }, + "縫い返した": { + "w_type": "conjugated godan verb", + "romaji": "nuikaeshita" + }, + "縫い返して": { + "w_type": "conjugated godan verb", + "romaji": "nuikaeshite" + }, + "斬ら": { + "w_type": "godan verb stem", + "romaji": "kira" + }, + "斬り": { + "w_type": "godan verb stem", + "romaji": "kiri" + }, + "斬れ": { + "w_type": "conjugated godan verb", + "romaji": "kire" + }, + "斬ろ": { + "w_type": "godan verb stem", + "romaji": "kiro" + }, + "斬った": { + "w_type": "conjugated godan verb", + "romaji": "kitta" + }, + "斬って": { + "w_type": "conjugated godan verb", + "romaji": "kitte" + }, + "泣き暮らさ": { + "w_type": "godan verb stem", + "romaji": "nakikurasa" + }, + "泣き暮らし": { + "w_type": "godan verb stem", + "romaji": "nakikurashi" + }, + "泣き暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "nakikurase" + }, + "泣き暮らそ": { + "w_type": "godan verb stem", + "romaji": "nakikuraso" + }, + "泣き暮らした": { + "w_type": "conjugated godan verb", + "romaji": "nakikurashita" + }, + "泣き暮らして": { + "w_type": "conjugated godan verb", + "romaji": "nakikurashite" + }, + "焦げつか": { + "w_type": "godan verb stem", + "romaji": "kogetsuka" + }, + "焦げつき": { + "w_type": "godan verb stem", + "romaji": "kogetsuki" + }, + "焦げつけ": { + "w_type": "conjugated godan verb", + "romaji": "kogetsuke" + }, + "焦げつこ": { + "w_type": "godan verb stem", + "romaji": "kogetsuko" + }, + "焦げついた": { + "w_type": "conjugated godan verb", + "romaji": "kogetsuita" + }, + "焦げついて": { + "w_type": "conjugated godan verb", + "romaji": "kogetsuite" + }, + "寄りつか": { + "w_type": "godan verb stem", + "romaji": "yoritsuka" + }, + "寄りつき": { + "w_type": "godan verb stem", + "romaji": "yoritsuki" + }, + "寄りつけ": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuke" + }, + "寄りつこ": { + "w_type": "godan verb stem", + "romaji": "yoritsuko" + }, + "寄りついた": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuita" + }, + "寄りついて": { + "w_type": "conjugated godan verb", + "romaji": "yoritsuite" + }, + "武者振りつか": { + "w_type": "godan verb stem", + "romaji": "mushaburitsuka" + }, + "武者振りつき": { + "w_type": "godan verb stem", + "romaji": "mushaburitsuki" + }, + "武者振りつけ": { + "w_type": "conjugated godan verb", + "romaji": "mushaburitsuke" + }, + "武者振りつこ": { + "w_type": "godan verb stem", + "romaji": "mushaburitsuko" + }, + "武者振りついた": { + "w_type": "conjugated godan verb", + "romaji": "mushaburitsuita" + }, + "武者振りついて": { + "w_type": "conjugated godan verb", + "romaji": "mushaburitsuite" + }, + "煮込ま": { + "w_type": "godan verb stem", + "romaji": "nikoma" + }, + "煮込み": { + "w_type": "godan verb stem", + "romaji": "nikomi" + }, + "煮込め": { + "w_type": "conjugated godan verb", + "romaji": "nikome" + }, + "煮込も": { + "w_type": "godan verb stem", + "romaji": "nikomo" + }, + "煮込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nikonda" + }, + "煮込んで": { + "w_type": "conjugated godan verb", + "romaji": "nikonde" + }, + "呆れ入ら": { + "w_type": "godan verb stem", + "romaji": "akireira" + }, + "呆れ入り": { + "w_type": "godan verb stem", + "romaji": "akireiri" + }, + "呆れ入れ": { + "w_type": "conjugated godan verb", + "romaji": "akireire" + }, + "呆れ入ろ": { + "w_type": "godan verb stem", + "romaji": "akireiro" + }, + "呆れ入った": { + "w_type": "conjugated godan verb", + "romaji": "akireitta" + }, + "呆れ入って": { + "w_type": "conjugated godan verb", + "romaji": "akireitte" + }, + "冷やさ": { + "w_type": "godan verb stem", + "romaji": "hiyasa" + }, + "冷やし": { + "w_type": "godan verb stem", + "romaji": "hiyashi" + }, + "冷やせ": { + "w_type": "conjugated godan verb", + "romaji": "hiyase" + }, + "冷やそ": { + "w_type": "godan verb stem", + "romaji": "hiyaso" + }, + "冷やした": { + "w_type": "conjugated godan verb", + "romaji": "hiyashita" + }, + "冷やして": { + "w_type": "conjugated godan verb", + "romaji": "hiyashite" + }, + "見切ら": { + "w_type": "godan verb stem", + "romaji": "mikira" + }, + "見切り": { + "w_type": "godan verb stem", + "romaji": "mikiri" + }, + "見切れ": { + "w_type": "conjugated godan verb", + "romaji": "mikire" + }, + "見切ろ": { + "w_type": "godan verb stem", + "romaji": "mikiro" + }, + "見切った": { + "w_type": "conjugated godan verb", + "romaji": "mikitta" + }, + "見切って": { + "w_type": "conjugated godan verb", + "romaji": "mikitte" + }, + "込合わ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "込合い": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "込合え": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "込合お": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "込合った": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "込合って": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "走り込ま": { + "w_type": "godan verb stem", + "romaji": "hashirikoma" + }, + "走り込み": { + "w_type": "godan verb stem", + "romaji": "hashirikomi" + }, + "走り込め": { + "w_type": "conjugated godan verb", + "romaji": "hashirikome" + }, + "走り込も": { + "w_type": "godan verb stem", + "romaji": "hashirikomo" + }, + "走り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hashirikonda" + }, + "走り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hashirikonde" + }, + "だまし取ら": { + "w_type": "godan verb stem", + "romaji": "damashitora" + }, + "だまし取り": { + "w_type": "godan verb stem", + "romaji": "damashitori" + }, + "だまし取れ": { + "w_type": "conjugated godan verb", + "romaji": "damashitore" + }, + "だまし取ろ": { + "w_type": "godan verb stem", + "romaji": "damashitoro" + }, + "だまし取った": { + "w_type": "conjugated godan verb", + "romaji": "damashitotta" + }, + "だまし取って": { + "w_type": "conjugated godan verb", + "romaji": "damashitotte" + }, + "捌さ": { + "w_type": "godan verb stem", + "romaji": "hakasa" + }, + "捌し": { + "w_type": "godan verb stem", + "romaji": "hakashi" + }, + "捌せ": { + "w_type": "conjugated godan verb", + "romaji": "hakase" + }, + "捌そ": { + "w_type": "godan verb stem", + "romaji": "hakaso" + }, + "捌した": { + "w_type": "conjugated godan verb", + "romaji": "hakashita" + }, + "捌して": { + "w_type": "conjugated godan verb", + "romaji": "hakashite" + }, + "口を噤ま": { + "w_type": "godan verb stem", + "romaji": "kuchi wo tsuguma" + }, + "口を噤み": { + "w_type": "godan verb stem", + "romaji": "kuchi wo tsugumi" + }, + "口を噤め": { + "w_type": "conjugated godan verb", + "romaji": "kuchi wo tsugume" + }, + "口を噤も": { + "w_type": "godan verb stem", + "romaji": "kuchi wo tsugumo" + }, + "口を噤んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuchi wo tsugunda" + }, + "口を噤んで": { + "w_type": "conjugated godan verb", + "romaji": "kuchi wo tsugunde" + }, + "抜き放た": { + "w_type": "godan verb stem", + "romaji": "nukihanata" + }, + "抜き放ち": { + "w_type": "godan verb stem", + "romaji": "nukihanachi" + }, + "抜き放て": { + "w_type": "conjugated godan verb", + "romaji": "nukihanate" + }, + "抜き放と": { + "w_type": "godan verb stem", + "romaji": "nukihanato" + }, + "抜き放った": { + "w_type": "conjugated godan verb", + "romaji": "nukihanatta" + }, + "抜き放って": { + "w_type": "conjugated godan verb", + "romaji": "nukihanatte" + }, + "透通さ": { + "w_type": "godan verb stem", + "romaji": "sukitoosa" + }, + "透通し": { + "w_type": "godan verb stem", + "romaji": "sukitooshi" + }, + "透通せ": { + "w_type": "conjugated godan verb", + "romaji": "sukitoose" + }, + "透通そ": { + "w_type": "godan verb stem", + "romaji": "sukitooso" + }, + "透通した": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshita" + }, + "透通して": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshite" + }, + "差し遣さ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawasa" + }, + "差し遣し": { + "w_type": "godan verb stem", + "romaji": "sashitsukawashi" + }, + "差し遣せ": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawase" + }, + "差し遣そ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawaso" + }, + "差し遣した": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashita" + }, + "差し遣して": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashite" + }, + "取り繕わ": { + "w_type": "godan verb stem", + "romaji": "toritsukurowa" + }, + "取り繕い": { + "w_type": "godan verb stem", + "romaji": "toritsukuroi" + }, + "取り繕え": { + "w_type": "conjugated godan verb", + "romaji": "toritsukuroe" + }, + "取り繕お": { + "w_type": "godan verb stem", + "romaji": "toritsukuroo" + }, + "取り繕った": { + "w_type": "conjugated godan verb", + "romaji": "toritsukurotta" + }, + "取り繕って": { + "w_type": "conjugated godan verb", + "romaji": "toritsukurotte" + }, + "酌交わさ": { + "w_type": "godan verb stem", + "romaji": "kumikawasa" + }, + "酌交わし": { + "w_type": "godan verb stem", + "romaji": "kumikawashi" + }, + "酌交わせ": { + "w_type": "conjugated godan verb", + "romaji": "kumikawase" + }, + "酌交わそ": { + "w_type": "godan verb stem", + "romaji": "kumikawaso" + }, + "酌交わした": { + "w_type": "conjugated godan verb", + "romaji": "kumikawashita" + }, + "酌交わして": { + "w_type": "conjugated godan verb", + "romaji": "kumikawashite" + }, + "目っから": { + "w_type": "godan verb stem", + "romaji": "mekkara" + }, + "目っかり": { + "w_type": "godan verb stem", + "romaji": "mekkari" + }, + "目っかれ": { + "w_type": "conjugated godan verb", + "romaji": "mekkare" + }, + "目っかろ": { + "w_type": "godan verb stem", + "romaji": "mekkaro" + }, + "目っかった": { + "w_type": "conjugated godan verb", + "romaji": "mekkatta" + }, + "目っかって": { + "w_type": "conjugated godan verb", + "romaji": "mekkatte" + }, + "手放さ": { + "w_type": "godan verb stem", + "romaji": "tebanasa" + }, + "手放し": { + "w_type": "godan verb stem", + "romaji": "tebanashi" + }, + "手放せ": { + "w_type": "conjugated godan verb", + "romaji": "tebanase" + }, + "手放そ": { + "w_type": "godan verb stem", + "romaji": "tebanaso" + }, + "手放した": { + "w_type": "conjugated godan verb", + "romaji": "tebanashita" + }, + "手放して": { + "w_type": "conjugated godan verb", + "romaji": "tebanashite" + }, + "倒れ掛から": { + "w_type": "godan verb stem", + "romaji": "taorekakara" + }, + "倒れ掛かり": { + "w_type": "godan verb stem", + "romaji": "taorekakari" + }, + "倒れ掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "taorekakare" + }, + "倒れ掛かろ": { + "w_type": "godan verb stem", + "romaji": "taorekakaro" + }, + "倒れ掛かった": { + "w_type": "conjugated godan verb", + "romaji": "taorekakatta" + }, + "倒れ掛かって": { + "w_type": "conjugated godan verb", + "romaji": "taorekakatte" + }, + "黙りこま": { + "w_type": "godan verb stem", + "romaji": "damarikoma" + }, + "黙りこみ": { + "w_type": "godan verb stem", + "romaji": "damarikomi" + }, + "黙りこめ": { + "w_type": "conjugated godan verb", + "romaji": "damarikome" + }, + "黙りこも": { + "w_type": "godan verb stem", + "romaji": "damarikomo" + }, + "黙りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "damarikonda" + }, + "黙りこんで": { + "w_type": "conjugated godan verb", + "romaji": "damarikonde" + }, + "もがき苦しま": { + "w_type": "godan verb stem", + "romaji": "mogakikurushima" + }, + "もがき苦しみ": { + "w_type": "godan verb stem", + "romaji": "mogakikurushimi" + }, + "もがき苦しめ": { + "w_type": "conjugated godan verb", + "romaji": "mogakikurushime" + }, + "もがき苦しも": { + "w_type": "godan verb stem", + "romaji": "mogakikurushimo" + }, + "もがき苦しんだ": { + "w_type": "conjugated godan verb", + "romaji": "mogakikurushinda" + }, + "もがき苦しんで": { + "w_type": "conjugated godan verb", + "romaji": "mogakikurushinde" + }, + "出会さ": { + "w_type": "godan verb stem", + "romaji": "dekuwasa" + }, + "出会し": { + "w_type": "godan verb stem", + "romaji": "dekuwashi" + }, + "出会せ": { + "w_type": "conjugated godan verb", + "romaji": "dekuwase" + }, + "出会そ": { + "w_type": "godan verb stem", + "romaji": "dekuwaso" + }, + "出会した": { + "w_type": "conjugated godan verb", + "romaji": "dekuwashita" + }, + "出会して": { + "w_type": "conjugated godan verb", + "romaji": "dekuwashite" + }, + "引き摺り下ろさ": { + "w_type": "godan verb stem", + "romaji": "hikizuriorosa" + }, + "引き摺り下ろし": { + "w_type": "godan verb stem", + "romaji": "hikizurioroshi" + }, + "引き摺り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuriorose" + }, + "引き摺り下ろそ": { + "w_type": "godan verb stem", + "romaji": "hikizurioroso" + }, + "引き摺り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshita" + }, + "引き摺り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "hikizurioroshite" + }, + "出会わ": { + "w_type": "godan verb stem", + "romaji": "deawa" + }, + "出会い": { + "w_type": "godan verb stem", + "romaji": "deai" + }, + "出会え": { + "w_type": "conjugated godan verb", + "romaji": "deae" + }, + "出会お": { + "w_type": "godan verb stem", + "romaji": "deao" + }, + "出会った": { + "w_type": "conjugated godan verb", + "romaji": "deatta" + }, + "出会って": { + "w_type": "conjugated godan verb", + "romaji": "deatte" + }, + "吐かさ": { + "w_type": "godan verb stem", + "romaji": "nukasa" + }, + "吐かし": { + "w_type": "godan verb stem", + "romaji": "nukashi" + }, + "吐かせ": { + "w_type": "conjugated godan verb", + "romaji": "nukase" + }, + "吐かそ": { + "w_type": "godan verb stem", + "romaji": "nukaso" + }, + "吐かした": { + "w_type": "conjugated godan verb", + "romaji": "nukashita" + }, + "吐かして": { + "w_type": "conjugated godan verb", + "romaji": "nukashite" + }, + "焼き直さ": { + "w_type": "godan verb stem", + "romaji": "yakinaosa" + }, + "焼き直し": { + "w_type": "godan verb stem", + "romaji": "yakinaoshi" + }, + "焼き直せ": { + "w_type": "conjugated godan verb", + "romaji": "yakinaose" + }, + "焼き直そ": { + "w_type": "godan verb stem", + "romaji": "yakinaoso" + }, + "焼き直した": { + "w_type": "conjugated godan verb", + "romaji": "yakinaoshita" + }, + "焼き直して": { + "w_type": "conjugated godan verb", + "romaji": "yakinaoshite" + }, + "よく言わ": { + "w_type": "godan verb stem", + "romaji": "yokuiwa" + }, + "よく言い": { + "w_type": "godan verb stem", + "romaji": "yokuii" + }, + "よく言え": { + "w_type": "conjugated godan verb", + "romaji": "yokuie" + }, + "よく言お": { + "w_type": "godan verb stem", + "romaji": "yokuio" + }, + "よく言った": { + "w_type": "conjugated godan verb", + "romaji": "yokuitta" + }, + "よく言って": { + "w_type": "conjugated godan verb", + "romaji": "yokuitte" + }, + "買い漁ら": { + "w_type": "godan verb stem", + "romaji": "kaiasara" + }, + "買い漁り": { + "w_type": "godan verb stem", + "romaji": "kaiasari" + }, + "買い漁れ": { + "w_type": "conjugated godan verb", + "romaji": "kaiasare" + }, + "買い漁ろ": { + "w_type": "godan verb stem", + "romaji": "kaiasaro" + }, + "買い漁った": { + "w_type": "conjugated godan verb", + "romaji": "kaiasatta" + }, + "買い漁って": { + "w_type": "conjugated godan verb", + "romaji": "kaiasatte" + }, + "掻き壊さ": { + "w_type": "godan verb stem", + "romaji": "kakikowasa" + }, + "掻き壊し": { + "w_type": "godan verb stem", + "romaji": "kakikowashi" + }, + "掻き壊せ": { + "w_type": "conjugated godan verb", + "romaji": "kakikowase" + }, + "掻き壊そ": { + "w_type": "godan verb stem", + "romaji": "kakikowaso" + }, + "掻き壊した": { + "w_type": "conjugated godan verb", + "romaji": "kakikowashita" + }, + "掻き壊して": { + "w_type": "conjugated godan verb", + "romaji": "kakikowashite" + }, + "漏ら": { + "w_type": "godan verb stem", + "romaji": "mora" + }, + "漏り": { + "w_type": "godan verb stem", + "romaji": "mori" + }, + "漏れ": { + "w_type": "conjugated godan verb", + "romaji": "more" + }, + "漏ろ": { + "w_type": "godan verb stem", + "romaji": "moro" + }, + "漏った": { + "w_type": "conjugated godan verb", + "romaji": "motta" + }, + "漏って": { + "w_type": "conjugated godan verb", + "romaji": "motte" + }, + "後ずさら": { + "w_type": "godan verb stem", + "romaji": "atozusara" + }, + "後ずさり": { + "w_type": "godan verb stem", + "romaji": "atozusari" + }, + "後ずされ": { + "w_type": "conjugated godan verb", + "romaji": "atozusare" + }, + "後ずさろ": { + "w_type": "godan verb stem", + "romaji": "atozusaro" + }, + "後ずさった": { + "w_type": "conjugated godan verb", + "romaji": "atozusatta" + }, + "後ずさって": { + "w_type": "conjugated godan verb", + "romaji": "atozusatte" + }, + "正気付か": { + "w_type": "godan verb stem", + "romaji": "shoukizuka" + }, + "正気付き": { + "w_type": "godan verb stem", + "romaji": "shoukizuki" + }, + "正気付け": { + "w_type": "conjugated godan verb", + "romaji": "shoukizuke" + }, + "正気付こ": { + "w_type": "godan verb stem", + "romaji": "shoukizuko" + }, + "正気付いた": { + "w_type": "conjugated godan verb", + "romaji": "shoukizuita" + }, + "正気付いて": { + "w_type": "conjugated godan verb", + "romaji": "shoukizuite" + }, + "暮れ残ら": { + "w_type": "godan verb stem", + "romaji": "kurenokora" + }, + "暮れ残り": { + "w_type": "godan verb stem", + "romaji": "kurenokori" + }, + "暮れ残れ": { + "w_type": "conjugated godan verb", + "romaji": "kurenokore" + }, + "暮れ残ろ": { + "w_type": "godan verb stem", + "romaji": "kurenokoro" + }, + "暮れ残った": { + "w_type": "conjugated godan verb", + "romaji": "kurenokotta" + }, + "暮れ残って": { + "w_type": "conjugated godan verb", + "romaji": "kurenokotte" + }, + "舞い散ら": { + "w_type": "godan verb stem", + "romaji": "maichira" + }, + "舞い散り": { + "w_type": "godan verb stem", + "romaji": "maichiri" + }, + "舞い散れ": { + "w_type": "conjugated godan verb", + "romaji": "maichire" + }, + "舞い散ろ": { + "w_type": "godan verb stem", + "romaji": "maichiro" + }, + "舞い散った": { + "w_type": "conjugated godan verb", + "romaji": "maichitta" + }, + "舞い散って": { + "w_type": "conjugated godan verb", + "romaji": "maichitte" + }, + "眼に付か": { + "w_type": "godan verb stem", + "romaji": "menitsuka" + }, + "眼に付き": { + "w_type": "godan verb stem", + "romaji": "menitsuki" + }, + "眼に付け": { + "w_type": "conjugated godan verb", + "romaji": "menitsuke" + }, + "眼に付こ": { + "w_type": "godan verb stem", + "romaji": "menitsuko" + }, + "眼に付いた": { + "w_type": "conjugated godan verb", + "romaji": "menitsuita" + }, + "眼に付いて": { + "w_type": "conjugated godan verb", + "romaji": "menitsuite" + }, + "詰め切ら": { + "w_type": "godan verb stem", + "romaji": "tsumekira" + }, + "詰め切り": { + "w_type": "godan verb stem", + "romaji": "tsumekiri" + }, + "詰め切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumekire" + }, + "詰め切ろ": { + "w_type": "godan verb stem", + "romaji": "tsumekiro" + }, + "詰め切った": { + "w_type": "conjugated godan verb", + "romaji": "tsumekitta" + }, + "詰め切って": { + "w_type": "conjugated godan verb", + "romaji": "tsumekitte" + }, + "横切ら": { + "w_type": "godan verb stem", + "romaji": "yokogira" + }, + "横切り": { + "w_type": "godan verb stem", + "romaji": "yokogiri" + }, + "横切れ": { + "w_type": "conjugated godan verb", + "romaji": "yokogire" + }, + "横切ろ": { + "w_type": "godan verb stem", + "romaji": "yokogiro" + }, + "横切った": { + "w_type": "conjugated godan verb", + "romaji": "yokogitta" + }, + "横切って": { + "w_type": "conjugated godan verb", + "romaji": "yokogitte" + }, + "燻り出さ": { + "w_type": "godan verb stem", + "romaji": "iburidasa" + }, + "燻り出し": { + "w_type": "godan verb stem", + "romaji": "iburidashi" + }, + "燻り出せ": { + "w_type": "conjugated godan verb", + "romaji": "iburidase" + }, + "燻り出そ": { + "w_type": "godan verb stem", + "romaji": "iburidaso" + }, + "燻り出した": { + "w_type": "conjugated godan verb", + "romaji": "iburidashita" + }, + "燻り出して": { + "w_type": "conjugated godan verb", + "romaji": "iburidashite" + }, + "消し去ら": { + "w_type": "godan verb stem", + "romaji": "keshisara" + }, + "消し去り": { + "w_type": "godan verb stem", + "romaji": "keshisari" + }, + "消し去れ": { + "w_type": "conjugated godan verb", + "romaji": "keshisare" + }, + "消し去ろ": { + "w_type": "godan verb stem", + "romaji": "keshisaro" + }, + "消し去った": { + "w_type": "conjugated godan verb", + "romaji": "keshisatta" + }, + "消し去って": { + "w_type": "conjugated godan verb", + "romaji": "keshisatte" + }, + "弔わ": { + "w_type": "godan verb stem", + "romaji": "tomurawa" + }, + "弔い": { + "w_type": "godan verb stem", + "romaji": "tomurai" + }, + "弔え": { + "w_type": "conjugated godan verb", + "romaji": "tomurae" + }, + "弔お": { + "w_type": "godan verb stem", + "romaji": "tomurao" + }, + "弔った": { + "w_type": "conjugated godan verb", + "romaji": "tomuratta" + }, + "弔って": { + "w_type": "conjugated godan verb", + "romaji": "tomuratte" + }, + "向い合わ": { + "w_type": "godan verb stem", + "romaji": "mukaiawa" + }, + "向い合い": { + "w_type": "godan verb stem", + "romaji": "mukaiai" + }, + "向い合え": { + "w_type": "conjugated godan verb", + "romaji": "mukaiae" + }, + "向い合お": { + "w_type": "godan verb stem", + "romaji": "mukaiao" + }, + "向い合った": { + "w_type": "conjugated godan verb", + "romaji": "mukaiatta" + }, + "向い合って": { + "w_type": "conjugated godan verb", + "romaji": "mukaiatte" + }, + "切り放た": { + "w_type": "godan verb stem", + "romaji": "kirihanata" + }, + "切り放ち": { + "w_type": "godan verb stem", + "romaji": "kirihanachi" + }, + "切り放て": { + "w_type": "conjugated godan verb", + "romaji": "kirihanate" + }, + "切り放と": { + "w_type": "godan verb stem", + "romaji": "kirihanato" + }, + "切り放った": { + "w_type": "conjugated godan verb", + "romaji": "kirihanatta" + }, + "切り放って": { + "w_type": "conjugated godan verb", + "romaji": "kirihanatte" + }, + "花やが": { + "w_type": "godan verb stem", + "romaji": "hanayaga" + }, + "花やぎ": { + "w_type": "godan verb stem", + "romaji": "hanayagi" + }, + "花やげ": { + "w_type": "conjugated godan verb", + "romaji": "hanayage" + }, + "花やご": { + "w_type": "godan verb stem", + "romaji": "hanayago" + }, + "花やいだ": { + "w_type": "conjugated godan verb", + "romaji": "hanayaida" + }, + "花やいで": { + "w_type": "conjugated godan verb", + "romaji": "hanayaide" + }, + "出回ら": { + "w_type": "godan verb stem", + "romaji": "demawara" + }, + "出回り": { + "w_type": "godan verb stem", + "romaji": "demawari" + }, + "出回れ": { + "w_type": "conjugated godan verb", + "romaji": "demaware" + }, + "出回ろ": { + "w_type": "godan verb stem", + "romaji": "demawaro" + }, + "出回った": { + "w_type": "conjugated godan verb", + "romaji": "demawatta" + }, + "出回って": { + "w_type": "conjugated godan verb", + "romaji": "demawatte" + }, + "切り放さ": { + "w_type": "godan verb stem", + "romaji": "kirihanasa" + }, + "切り放し": { + "w_type": "godan verb stem", + "romaji": "kirihanashi" + }, + "切り放せ": { + "w_type": "conjugated godan verb", + "romaji": "kirihanase" + }, + "切り放そ": { + "w_type": "godan verb stem", + "romaji": "kirihanaso" + }, + "切り放した": { + "w_type": "conjugated godan verb", + "romaji": "kirihanashita" + }, + "切り放して": { + "w_type": "conjugated godan verb", + "romaji": "kirihanashite" + }, + "降ら": { + "w_type": "godan verb stem", + "romaji": "kudara" + }, + "降り": { + "w_type": "godan verb stem", + "romaji": "kudari" + }, + "降れ": { + "w_type": "conjugated godan verb", + "romaji": "kudare" + }, + "降ろ": { + "w_type": "godan verb stem", + "romaji": "kudaro" + }, + "降った": { + "w_type": "conjugated godan verb", + "romaji": "kudatta" + }, + "降って": { + "w_type": "conjugated godan verb", + "romaji": "kudatte" + }, + "安くつか": { + "w_type": "godan verb stem", + "romaji": "yasukutsuka" + }, + "安くつき": { + "w_type": "godan verb stem", + "romaji": "yasukutsuki" + }, + "安くつけ": { + "w_type": "conjugated godan verb", + "romaji": "yasukutsuke" + }, + "安くつこ": { + "w_type": "godan verb stem", + "romaji": "yasukutsuko" + }, + "安くついた": { + "w_type": "conjugated godan verb", + "romaji": "yasukutsuita" + }, + "安くついて": { + "w_type": "conjugated godan verb", + "romaji": "yasukutsuite" + }, + "凍て付か": { + "w_type": "godan verb stem", + "romaji": "itetsuka" + }, + "凍て付き": { + "w_type": "godan verb stem", + "romaji": "itetsuki" + }, + "凍て付け": { + "w_type": "conjugated godan verb", + "romaji": "itetsuke" + }, + "凍て付こ": { + "w_type": "godan verb stem", + "romaji": "itetsuko" + }, + "凍て付いた": { + "w_type": "conjugated godan verb", + "romaji": "itetsuita" + }, + "凍て付いて": { + "w_type": "conjugated godan verb", + "romaji": "itetsuite" + }, + "入りこま": { + "w_type": "godan verb stem", + "romaji": "hairikoma" + }, + "入りこみ": { + "w_type": "godan verb stem", + "romaji": "hairikomi" + }, + "入りこめ": { + "w_type": "conjugated godan verb", + "romaji": "hairikome" + }, + "入りこも": { + "w_type": "godan verb stem", + "romaji": "hairikomo" + }, + "入りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hairikonda" + }, + "入りこんで": { + "w_type": "conjugated godan verb", + "romaji": "hairikonde" + }, + "降り掛から": { + "w_type": "godan verb stem", + "romaji": "furikakara" + }, + "降り掛かり": { + "w_type": "godan verb stem", + "romaji": "furikakari" + }, + "降り掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "furikakare" + }, + "降り掛かろ": { + "w_type": "godan verb stem", + "romaji": "furikakaro" + }, + "降り掛かった": { + "w_type": "conjugated godan verb", + "romaji": "furikakatta" + }, + "降り掛かって": { + "w_type": "conjugated godan verb", + "romaji": "furikakatte" + }, + "擦り落とさ": { + "w_type": "godan verb stem", + "romaji": "kosuriotosa" + }, + "擦り落とし": { + "w_type": "godan verb stem", + "romaji": "kosuriotoshi" + }, + "擦り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kosuriotose" + }, + "擦り落とそ": { + "w_type": "godan verb stem", + "romaji": "kosuriotoso" + }, + "擦り落とした": { + "w_type": "conjugated godan verb", + "romaji": "kosuriotoshita" + }, + "擦り落として": { + "w_type": "conjugated godan verb", + "romaji": "kosuriotoshite" + }, + "貸し切ら": { + "w_type": "godan verb stem", + "romaji": "kashikira" + }, + "貸し切り": { + "w_type": "godan verb stem", + "romaji": "kashikiri" + }, + "貸し切れ": { + "w_type": "conjugated godan verb", + "romaji": "kashikire" + }, + "貸し切ろ": { + "w_type": "godan verb stem", + "romaji": "kashikiro" + }, + "貸し切った": { + "w_type": "conjugated godan verb", + "romaji": "kashikitta" + }, + "貸し切って": { + "w_type": "conjugated godan verb", + "romaji": "kashikitte" + }, + "引きかえさ": { + "w_type": "godan verb stem", + "romaji": "hikikaesa" + }, + "引きかえし": { + "w_type": "godan verb stem", + "romaji": "hikikaeshi" + }, + "引きかえせ": { + "w_type": "conjugated godan verb", + "romaji": "hikikaese" + }, + "引きかえそ": { + "w_type": "godan verb stem", + "romaji": "hikikaeso" + }, + "引きかえした": { + "w_type": "conjugated godan verb", + "romaji": "hikikaeshita" + }, + "引きかえして": { + "w_type": "conjugated godan verb", + "romaji": "hikikaeshite" + }, + "復さ": { + "w_type": "godan verb stem", + "romaji": "fukusa" + }, + "復し": { + "w_type": "godan verb stem", + "romaji": "fukushi" + }, + "復せ": { + "w_type": "conjugated godan verb", + "romaji": "fukuse" + }, + "復そ": { + "w_type": "godan verb stem", + "romaji": "fukuso" + }, + "復した": { + "w_type": "conjugated godan verb", + "romaji": "fukushita" + }, + "復して": { + "w_type": "conjugated godan verb", + "romaji": "fukushite" + }, + "付け狙わ": { + "w_type": "godan verb stem", + "romaji": "tsukenerawa" + }, + "付け狙い": { + "w_type": "godan verb stem", + "romaji": "tsukenerai" + }, + "付け狙え": { + "w_type": "conjugated godan verb", + "romaji": "tsukenerae" + }, + "付け狙お": { + "w_type": "godan verb stem", + "romaji": "tsukenerao" + }, + "付け狙った": { + "w_type": "conjugated godan verb", + "romaji": "tsukeneratta" + }, + "付け狙って": { + "w_type": "conjugated godan verb", + "romaji": "tsukeneratte" + }, + "引きこま": { + "w_type": "godan verb stem", + "romaji": "hikikoma" + }, + "引きこみ": { + "w_type": "godan verb stem", + "romaji": "hikikomi" + }, + "引きこめ": { + "w_type": "conjugated godan verb", + "romaji": "hikikome" + }, + "引きこも": { + "w_type": "godan verb stem", + "romaji": "hikikomo" + }, + "引きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hikikonda" + }, + "引きこんで": { + "w_type": "conjugated godan verb", + "romaji": "hikikonde" + }, + "臨ま": { + "w_type": "godan verb stem", + "romaji": "nozoma" + }, + "臨み": { + "w_type": "godan verb stem", + "romaji": "nozomi" + }, + "臨め": { + "w_type": "conjugated godan verb", + "romaji": "nozome" + }, + "臨も": { + "w_type": "godan verb stem", + "romaji": "nozomo" + }, + "臨んだ": { + "w_type": "conjugated godan verb", + "romaji": "nozonda" + }, + "臨んで": { + "w_type": "conjugated godan verb", + "romaji": "nozonde" + }, + "吸取ら": { + "w_type": "godan verb stem", + "romaji": "suitora" + }, + "吸取り": { + "w_type": "godan verb stem", + "romaji": "suitori" + }, + "吸取れ": { + "w_type": "conjugated godan verb", + "romaji": "suitore" + }, + "吸取ろ": { + "w_type": "godan verb stem", + "romaji": "suitoro" + }, + "吸取った": { + "w_type": "conjugated godan verb", + "romaji": "suitotta" + }, + "吸取って": { + "w_type": "conjugated godan verb", + "romaji": "suitotte" + }, + "荒れ狂わ": { + "w_type": "godan verb stem", + "romaji": "arekuruwa" + }, + "荒れ狂い": { + "w_type": "godan verb stem", + "romaji": "arekurui" + }, + "荒れ狂え": { + "w_type": "conjugated godan verb", + "romaji": "arekurue" + }, + "荒れ狂お": { + "w_type": "godan verb stem", + "romaji": "arekuruo" + }, + "荒れ狂った": { + "w_type": "conjugated godan verb", + "romaji": "arekurutta" + }, + "荒れ狂って": { + "w_type": "conjugated godan verb", + "romaji": "arekurutte" + }, + "請い願わ": { + "w_type": "godan verb stem", + "romaji": "koinegawa" + }, + "請い願い": { + "w_type": "godan verb stem", + "romaji": "koinegai" + }, + "請い願え": { + "w_type": "conjugated godan verb", + "romaji": "koinegae" + }, + "請い願お": { + "w_type": "godan verb stem", + "romaji": "koinegao" + }, + "請い願った": { + "w_type": "conjugated godan verb", + "romaji": "koinegatta" + }, + "請い願って": { + "w_type": "conjugated godan verb", + "romaji": "koinegatte" + }, + "絡まさ": { + "w_type": "godan verb stem", + "romaji": "karamasa" + }, + "絡まし": { + "w_type": "godan verb stem", + "romaji": "karamashi" + }, + "絡ませ": { + "w_type": "conjugated godan verb", + "romaji": "karamase" + }, + "絡まそ": { + "w_type": "godan verb stem", + "romaji": "karamaso" + }, + "絡ました": { + "w_type": "conjugated godan verb", + "romaji": "karamashita" + }, + "絡まして": { + "w_type": "conjugated godan verb", + "romaji": "karamashite" + }, + "咲き渡ら": { + "w_type": "godan verb stem", + "romaji": "sakiwatara" + }, + "咲き渡り": { + "w_type": "godan verb stem", + "romaji": "sakiwatari" + }, + "咲き渡れ": { + "w_type": "conjugated godan verb", + "romaji": "sakiwatare" + }, + "咲き渡ろ": { + "w_type": "godan verb stem", + "romaji": "sakiwataro" + }, + "咲き渡った": { + "w_type": "conjugated godan verb", + "romaji": "sakiwatatta" + }, + "咲き渡って": { + "w_type": "conjugated godan verb", + "romaji": "sakiwatatte" + }, + "関わりあわ": { + "w_type": "godan verb stem", + "romaji": "kakawariawa" + }, + "関わりあい": { + "w_type": "godan verb stem", + "romaji": "kakawariai" + }, + "関わりあえ": { + "w_type": "conjugated godan verb", + "romaji": "kakawariae" + }, + "関わりあお": { + "w_type": "godan verb stem", + "romaji": "kakawariao" + }, + "関わりあった": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatta" + }, + "関わりあって": { + "w_type": "conjugated godan verb", + "romaji": "kakawariatte" + }, + "褒め歌わ": { + "w_type": "godan verb stem", + "romaji": "homeutawa" + }, + "褒め歌い": { + "w_type": "godan verb stem", + "romaji": "homeutai" + }, + "褒め歌え": { + "w_type": "conjugated godan verb", + "romaji": "homeutae" + }, + "褒め歌お": { + "w_type": "godan verb stem", + "romaji": "homeutao" + }, + "褒め歌った": { + "w_type": "conjugated godan verb", + "romaji": "homeutatta" + }, + "褒め歌って": { + "w_type": "conjugated godan verb", + "romaji": "homeutatte" + }, + "潤かさ": { + "w_type": "godan verb stem", + "romaji": "fuyakasa" + }, + "潤かし": { + "w_type": "godan verb stem", + "romaji": "fuyakashi" + }, + "潤かせ": { + "w_type": "conjugated godan verb", + "romaji": "fuyakase" + }, + "潤かそ": { + "w_type": "godan verb stem", + "romaji": "fuyakaso" + }, + "潤かした": { + "w_type": "conjugated godan verb", + "romaji": "fuyakashita" + }, + "潤かして": { + "w_type": "conjugated godan verb", + "romaji": "fuyakashite" + }, + "握り返さ": { + "w_type": "godan verb stem", + "romaji": "nigirikaesa" + }, + "握り返し": { + "w_type": "godan verb stem", + "romaji": "nigirikaeshi" + }, + "握り返せ": { + "w_type": "conjugated godan verb", + "romaji": "nigirikaese" + }, + "握り返そ": { + "w_type": "godan verb stem", + "romaji": "nigirikaeso" + }, + "握り返した": { + "w_type": "conjugated godan verb", + "romaji": "nigirikaeshita" + }, + "握り返して": { + "w_type": "conjugated godan verb", + "romaji": "nigirikaeshite" + }, + "読み流さ": { + "w_type": "godan verb stem", + "romaji": "yominagasa" + }, + "読み流し": { + "w_type": "godan verb stem", + "romaji": "yominagashi" + }, + "読み流せ": { + "w_type": "conjugated godan verb", + "romaji": "yominagase" + }, + "読み流そ": { + "w_type": "godan verb stem", + "romaji": "yominagaso" + }, + "読み流した": { + "w_type": "conjugated godan verb", + "romaji": "yominagashita" + }, + "読み流して": { + "w_type": "conjugated godan verb", + "romaji": "yominagashite" + }, + "間違わ": { + "w_type": "godan verb stem", + "romaji": "machigawa" + }, + "間違い": { + "w_type": "godan verb stem", + "romaji": "machigai" + }, + "間違え": { + "w_type": "conjugated godan verb", + "romaji": "machigae" + }, + "間違お": { + "w_type": "godan verb stem", + "romaji": "machigao" + }, + "間違った": { + "w_type": "conjugated godan verb", + "romaji": "machigatta" + }, + "間違って": { + "w_type": "conjugated godan verb", + "romaji": "machigatte" + }, + "受取ら": { + "w_type": "godan verb stem", + "romaji": "uketora" + }, + "受取り": { + "w_type": "godan verb stem", + "romaji": "uketori" + }, + "受取れ": { + "w_type": "conjugated godan verb", + "romaji": "uketore" + }, + "受取ろ": { + "w_type": "godan verb stem", + "romaji": "uketoro" + }, + "受取った": { + "w_type": "conjugated godan verb", + "romaji": "uketotta" + }, + "受取って": { + "w_type": "conjugated godan verb", + "romaji": "uketotte" + }, + "付き随わ": { + "w_type": "godan verb stem", + "romaji": "tsukishitagawa" + }, + "付き随い": { + "w_type": "godan verb stem", + "romaji": "tsukishitagai" + }, + "付き随え": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagae" + }, + "付き随お": { + "w_type": "godan verb stem", + "romaji": "tsukishitagao" + }, + "付き随った": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatta" + }, + "付き随って": { + "w_type": "conjugated godan verb", + "romaji": "tsukishitagatte" + }, + "むち打た": { + "w_type": "godan verb stem", + "romaji": "muchiuta" + }, + "むち打ち": { + "w_type": "godan verb stem", + "romaji": "muchiuchi" + }, + "むち打て": { + "w_type": "conjugated godan verb", + "romaji": "muchiute" + }, + "むち打と": { + "w_type": "godan verb stem", + "romaji": "muchiuto" + }, + "むち打った": { + "w_type": "conjugated godan verb", + "romaji": "muchiutta" + }, + "むち打って": { + "w_type": "conjugated godan verb", + "romaji": "muchiutte" + }, + "うって変わら": { + "w_type": "godan verb stem", + "romaji": "uttekawara" + }, + "うって変わり": { + "w_type": "godan verb stem", + "romaji": "uttekawari" + }, + "うって変われ": { + "w_type": "conjugated godan verb", + "romaji": "uttekaware" + }, + "うって変わろ": { + "w_type": "godan verb stem", + "romaji": "uttekawaro" + }, + "うって変わった": { + "w_type": "conjugated godan verb", + "romaji": "uttekawatta" + }, + "うって変わって": { + "w_type": "conjugated godan verb", + "romaji": "uttekawatte" + }, + "先立た": { + "w_type": "godan verb stem", + "romaji": "sakidata" + }, + "先立ち": { + "w_type": "godan verb stem", + "romaji": "sakidachi" + }, + "先立て": { + "w_type": "conjugated godan verb", + "romaji": "sakidate" + }, + "先立と": { + "w_type": "godan verb stem", + "romaji": "sakidato" + }, + "先立った": { + "w_type": "conjugated godan verb", + "romaji": "sakidatta" + }, + "先立って": { + "w_type": "conjugated godan verb", + "romaji": "sakidatte" + }, + "操ら": { + "w_type": "godan verb stem", + "romaji": "ayatsura" + }, + "操り": { + "w_type": "godan verb stem", + "romaji": "ayatsuri" + }, + "操れ": { + "w_type": "conjugated godan verb", + "romaji": "ayatsure" + }, + "操ろ": { + "w_type": "godan verb stem", + "romaji": "ayatsuro" + }, + "操った": { + "w_type": "conjugated godan verb", + "romaji": "ayatsutta" + }, + "操って": { + "w_type": "conjugated godan verb", + "romaji": "ayatsutte" + }, + "恥ずかしがら": { + "w_type": "godan verb stem", + "romaji": "hazukashigara" + }, + "恥ずかしがり": { + "w_type": "godan verb stem", + "romaji": "hazukashigari" + }, + "恥ずかしがれ": { + "w_type": "conjugated godan verb", + "romaji": "hazukashigare" + }, + "恥ずかしがろ": { + "w_type": "godan verb stem", + "romaji": "hazukashigaro" + }, + "恥ずかしがった": { + "w_type": "conjugated godan verb", + "romaji": "hazukashigatta" + }, + "恥ずかしがって": { + "w_type": "conjugated godan verb", + "romaji": "hazukashigatte" + }, + "関わら": { + "w_type": "godan verb stem", + "romaji": "kakawara" + }, + "関わり": { + "w_type": "godan verb stem", + "romaji": "kakawari" + }, + "関われ": { + "w_type": "conjugated godan verb", + "romaji": "kakaware" + }, + "関わろ": { + "w_type": "godan verb stem", + "romaji": "kakawaro" + }, + "関わった": { + "w_type": "conjugated godan verb", + "romaji": "kakawatta" + }, + "関わって": { + "w_type": "conjugated godan verb", + "romaji": "kakawatte" + }, + "敬さ": { + "w_type": "godan verb stem", + "romaji": "keisa" + }, + "敬し": { + "w_type": "godan verb stem", + "romaji": "keishi" + }, + "敬せ": { + "w_type": "conjugated godan verb", + "romaji": "keise" + }, + "敬そ": { + "w_type": "godan verb stem", + "romaji": "keiso" + }, + "敬した": { + "w_type": "conjugated godan verb", + "romaji": "keishita" + }, + "敬して": { + "w_type": "conjugated godan verb", + "romaji": "keishite" + }, + "褒めちぎら": { + "w_type": "godan verb stem", + "romaji": "homechigira" + }, + "褒めちぎり": { + "w_type": "godan verb stem", + "romaji": "homechigiri" + }, + "褒めちぎれ": { + "w_type": "conjugated godan verb", + "romaji": "homechigire" + }, + "褒めちぎろ": { + "w_type": "godan verb stem", + "romaji": "homechigiro" + }, + "褒めちぎった": { + "w_type": "conjugated godan verb", + "romaji": "homechigitta" + }, + "褒めちぎって": { + "w_type": "conjugated godan verb", + "romaji": "homechigitte" + }, + "相俟た": { + "w_type": "godan verb stem", + "romaji": "aimata" + }, + "相俟ち": { + "w_type": "godan verb stem", + "romaji": "aimachi" + }, + "相俟て": { + "w_type": "conjugated godan verb", + "romaji": "aimate" + }, + "相俟と": { + "w_type": "godan verb stem", + "romaji": "aimato" + }, + "相俟った": { + "w_type": "conjugated godan verb", + "romaji": "aimatta" + }, + "相俟って": { + "w_type": "conjugated godan verb", + "romaji": "aimatte" + }, + "泣き入ら": { + "w_type": "godan verb stem", + "romaji": "nakiira" + }, + "泣き入り": { + "w_type": "godan verb stem", + "romaji": "nakiiri" + }, + "泣き入れ": { + "w_type": "conjugated godan verb", + "romaji": "nakiire" + }, + "泣き入ろ": { + "w_type": "godan verb stem", + "romaji": "nakiiro" + }, + "泣き入った": { + "w_type": "conjugated godan verb", + "romaji": "nakiitta" + }, + "泣き入って": { + "w_type": "conjugated godan verb", + "romaji": "nakiitte" + }, + "糶ら": { + "w_type": "godan verb stem", + "romaji": "sera" + }, + "糶り": { + "w_type": "godan verb stem", + "romaji": "seri" + }, + "糶れ": { + "w_type": "conjugated godan verb", + "romaji": "sere" + }, + "糶ろ": { + "w_type": "godan verb stem", + "romaji": "sero" + }, + "糶った": { + "w_type": "conjugated godan verb", + "romaji": "setta" + }, + "糶って": { + "w_type": "conjugated godan verb", + "romaji": "sette" + }, + "なれ合わ": { + "w_type": "godan verb stem", + "romaji": "nareawa" + }, + "なれ合い": { + "w_type": "godan verb stem", + "romaji": "nareai" + }, + "なれ合え": { + "w_type": "conjugated godan verb", + "romaji": "nareae" + }, + "なれ合お": { + "w_type": "godan verb stem", + "romaji": "nareao" + }, + "なれ合った": { + "w_type": "conjugated godan verb", + "romaji": "nareatta" + }, + "なれ合って": { + "w_type": "conjugated godan verb", + "romaji": "nareatte" + }, + "叛か": { + "w_type": "godan verb stem", + "romaji": "somuka" + }, + "叛き": { + "w_type": "godan verb stem", + "romaji": "somuki" + }, + "叛け": { + "w_type": "conjugated godan verb", + "romaji": "somuke" + }, + "叛こ": { + "w_type": "godan verb stem", + "romaji": "somuko" + }, + "叛いた": { + "w_type": "conjugated godan verb", + "romaji": "somuita" + }, + "叛いて": { + "w_type": "conjugated godan verb", + "romaji": "somuite" + }, + "辿りつか": { + "w_type": "godan verb stem", + "romaji": "tadoritsuka" + }, + "辿りつき": { + "w_type": "godan verb stem", + "romaji": "tadoritsuki" + }, + "辿りつけ": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuke" + }, + "辿りつこ": { + "w_type": "godan verb stem", + "romaji": "tadoritsuko" + }, + "辿りついた": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuita" + }, + "辿りついて": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuite" + }, + "見残さ": { + "w_type": "godan verb stem", + "romaji": "minokosa" + }, + "見残し": { + "w_type": "godan verb stem", + "romaji": "minokoshi" + }, + "見残せ": { + "w_type": "conjugated godan verb", + "romaji": "minokose" + }, + "見残そ": { + "w_type": "godan verb stem", + "romaji": "minokoso" + }, + "見残した": { + "w_type": "conjugated godan verb", + "romaji": "minokoshita" + }, + "見残して": { + "w_type": "conjugated godan verb", + "romaji": "minokoshite" + }, + "相俟ら": { + "w_type": "godan verb stem", + "romaji": "aimara" + }, + "相俟り": { + "w_type": "godan verb stem", + "romaji": "aimari" + }, + "相俟れ": { + "w_type": "conjugated godan verb", + "romaji": "aimare" + }, + "相俟ろ": { + "w_type": "godan verb stem", + "romaji": "aimaro" + }, + "赤らま": { + "w_type": "godan verb stem", + "romaji": "akarama" + }, + "赤らみ": { + "w_type": "godan verb stem", + "romaji": "akarami" + }, + "赤らめ": { + "w_type": "conjugated godan verb", + "romaji": "akarame" + }, + "赤らも": { + "w_type": "godan verb stem", + "romaji": "akaramo" + }, + "赤らんだ": { + "w_type": "conjugated godan verb", + "romaji": "akaranda" + }, + "赤らんで": { + "w_type": "conjugated godan verb", + "romaji": "akarande" + }, + "明け渡ら": { + "w_type": "godan verb stem", + "romaji": "akewatara" + }, + "明け渡り": { + "w_type": "godan verb stem", + "romaji": "akewatari" + }, + "明け渡れ": { + "w_type": "conjugated godan verb", + "romaji": "akewatare" + }, + "明け渡ろ": { + "w_type": "godan verb stem", + "romaji": "akewataro" + }, + "明け渡った": { + "w_type": "conjugated godan verb", + "romaji": "akewatatta" + }, + "明け渡って": { + "w_type": "conjugated godan verb", + "romaji": "akewatatte" + }, + "調子付か": { + "w_type": "godan verb stem", + "romaji": "choushizuka" + }, + "調子付き": { + "w_type": "godan verb stem", + "romaji": "choushizuki" + }, + "調子付け": { + "w_type": "conjugated godan verb", + "romaji": "choushizuke" + }, + "調子付こ": { + "w_type": "godan verb stem", + "romaji": "choushizuko" + }, + "調子付いた": { + "w_type": "conjugated godan verb", + "romaji": "choushizuita" + }, + "調子付いて": { + "w_type": "conjugated godan verb", + "romaji": "choushizuite" + }, + "陥ら": { + "w_type": "godan verb stem", + "romaji": "ochiira" + }, + "陥り": { + "w_type": "godan verb stem", + "romaji": "ochiiri" + }, + "陥れ": { + "w_type": "conjugated godan verb", + "romaji": "ochiire" + }, + "陥ろ": { + "w_type": "godan verb stem", + "romaji": "ochiiro" + }, + "陥った": { + "w_type": "conjugated godan verb", + "romaji": "ochiitta" + }, + "陥って": { + "w_type": "conjugated godan verb", + "romaji": "ochiitte" + }, + "掻き落とさ": { + "w_type": "godan verb stem", + "romaji": "kakiotosa" + }, + "掻き落とし": { + "w_type": "godan verb stem", + "romaji": "kakiotoshi" + }, + "掻き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiotose" + }, + "掻き落とそ": { + "w_type": "godan verb stem", + "romaji": "kakiotoso" + }, + "掻き落とした": { + "w_type": "conjugated godan verb", + "romaji": "kakiotoshita" + }, + "掻き落として": { + "w_type": "conjugated godan verb", + "romaji": "kakiotoshite" + }, + "這入り切ら": { + "w_type": "godan verb stem", + "romaji": "hairikira" + }, + "這入り切り": { + "w_type": "godan verb stem", + "romaji": "hairikiri" + }, + "這入り切れ": { + "w_type": "conjugated godan verb", + "romaji": "hairikire" + }, + "這入り切ろ": { + "w_type": "godan verb stem", + "romaji": "hairikiro" + }, + "這入り切った": { + "w_type": "conjugated godan verb", + "romaji": "hairikitta" + }, + "這入り切って": { + "w_type": "conjugated godan verb", + "romaji": "hairikitte" + }, + "塗さ": { + "w_type": "godan verb stem", + "romaji": "mabusa" + }, + "塗し": { + "w_type": "godan verb stem", + "romaji": "mabushi" + }, + "塗せ": { + "w_type": "conjugated godan verb", + "romaji": "mabuse" + }, + "塗そ": { + "w_type": "godan verb stem", + "romaji": "mabuso" + }, + "塗した": { + "w_type": "conjugated godan verb", + "romaji": "mabushita" + }, + "塗して": { + "w_type": "conjugated godan verb", + "romaji": "mabushite" + }, + "撃ち出さ": { + "w_type": "godan verb stem", + "romaji": "uchidasa" + }, + "撃ち出し": { + "w_type": "godan verb stem", + "romaji": "uchidashi" + }, + "撃ち出せ": { + "w_type": "conjugated godan verb", + "romaji": "uchidase" + }, + "撃ち出そ": { + "w_type": "godan verb stem", + "romaji": "uchidaso" + }, + "撃ち出した": { + "w_type": "conjugated godan verb", + "romaji": "uchidashita" + }, + "撃ち出して": { + "w_type": "conjugated godan verb", + "romaji": "uchidashite" + }, + "明け渡さ": { + "w_type": "godan verb stem", + "romaji": "akewatasa" + }, + "明け渡し": { + "w_type": "godan verb stem", + "romaji": "akewatashi" + }, + "明け渡せ": { + "w_type": "conjugated godan verb", + "romaji": "akewatase" + }, + "明け渡そ": { + "w_type": "godan verb stem", + "romaji": "akewataso" + }, + "明け渡した": { + "w_type": "conjugated godan verb", + "romaji": "akewatashita" + }, + "明け渡して": { + "w_type": "conjugated godan verb", + "romaji": "akewatashite" + }, + "滑らさ": { + "w_type": "godan verb stem", + "romaji": "zurasa" + }, + "滑らし": { + "w_type": "godan verb stem", + "romaji": "zurashi" + }, + "滑らせ": { + "w_type": "conjugated godan verb", + "romaji": "zurase" + }, + "滑らそ": { + "w_type": "godan verb stem", + "romaji": "zuraso" + }, + "滑らした": { + "w_type": "conjugated godan verb", + "romaji": "zurashita" + }, + "滑らして": { + "w_type": "conjugated godan verb", + "romaji": "zurashite" + }, + "粘り付か": { + "w_type": "godan verb stem", + "romaji": "nebaritsuka" + }, + "粘り付き": { + "w_type": "godan verb stem", + "romaji": "nebaritsuki" + }, + "粘り付け": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuke" + }, + "粘り付こ": { + "w_type": "godan verb stem", + "romaji": "nebaritsuko" + }, + "粘り付いた": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuita" + }, + "粘り付いて": { + "w_type": "conjugated godan verb", + "romaji": "nebaritsuite" + }, + "寝つか": { + "w_type": "godan verb stem", + "romaji": "netsuka" + }, + "寝つき": { + "w_type": "godan verb stem", + "romaji": "netsuki" + }, + "寝つけ": { + "w_type": "conjugated godan verb", + "romaji": "netsuke" + }, + "寝つこ": { + "w_type": "godan verb stem", + "romaji": "netsuko" + }, + "寝ついた": { + "w_type": "conjugated godan verb", + "romaji": "netsuita" + }, + "寝ついて": { + "w_type": "conjugated godan verb", + "romaji": "netsuite" + }, + "決めこま": { + "w_type": "godan verb stem", + "romaji": "kimekoma" + }, + "決めこみ": { + "w_type": "godan verb stem", + "romaji": "kimekomi" + }, + "決めこめ": { + "w_type": "conjugated godan verb", + "romaji": "kimekome" + }, + "決めこも": { + "w_type": "godan verb stem", + "romaji": "kimekomo" + }, + "決めこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kimekonda" + }, + "決めこんで": { + "w_type": "conjugated godan verb", + "romaji": "kimekonde" + }, + "持てはやさ": { + "w_type": "godan verb stem", + "romaji": "motehayasa" + }, + "持てはやし": { + "w_type": "godan verb stem", + "romaji": "motehayashi" + }, + "持てはやせ": { + "w_type": "conjugated godan verb", + "romaji": "motehayase" + }, + "持てはやそ": { + "w_type": "godan verb stem", + "romaji": "motehayaso" + }, + "持てはやした": { + "w_type": "conjugated godan verb", + "romaji": "motehayashita" + }, + "持てはやして": { + "w_type": "conjugated godan verb", + "romaji": "motehayashite" + }, + "切り返さ": { + "w_type": "godan verb stem", + "romaji": "kirikaesa" + }, + "切り返し": { + "w_type": "godan verb stem", + "romaji": "kirikaeshi" + }, + "切り返せ": { + "w_type": "conjugated godan verb", + "romaji": "kirikaese" + }, + "切り返そ": { + "w_type": "godan verb stem", + "romaji": "kirikaeso" + }, + "切り返した": { + "w_type": "conjugated godan verb", + "romaji": "kirikaeshita" + }, + "切り返して": { + "w_type": "conjugated godan verb", + "romaji": "kirikaeshite" + }, + "騙さ": { + "w_type": "godan verb stem", + "romaji": "damasa" + }, + "騙し": { + "w_type": "godan verb stem", + "romaji": "damashi" + }, + "騙せ": { + "w_type": "conjugated godan verb", + "romaji": "damase" + }, + "騙そ": { + "w_type": "godan verb stem", + "romaji": "damaso" + }, + "騙した": { + "w_type": "conjugated godan verb", + "romaji": "damashita" + }, + "騙して": { + "w_type": "conjugated godan verb", + "romaji": "damashite" + }, + "通りこさ": { + "w_type": "godan verb stem", + "romaji": "toorikosa" + }, + "通りこし": { + "w_type": "godan verb stem", + "romaji": "toorikoshi" + }, + "通りこせ": { + "w_type": "conjugated godan verb", + "romaji": "toorikose" + }, + "通りこそ": { + "w_type": "godan verb stem", + "romaji": "toorikoso" + }, + "通りこした": { + "w_type": "conjugated godan verb", + "romaji": "toorikoshita" + }, + "通りこして": { + "w_type": "conjugated godan verb", + "romaji": "toorikoshite" + }, + "烟たがら": { + "w_type": "godan verb stem", + "romaji": "kemutagara" + }, + "烟たがり": { + "w_type": "godan verb stem", + "romaji": "kemutagari" + }, + "烟たがれ": { + "w_type": "conjugated godan verb", + "romaji": "kemutagare" + }, + "烟たがろ": { + "w_type": "godan verb stem", + "romaji": "kemutagaro" + }, + "烟たがった": { + "w_type": "conjugated godan verb", + "romaji": "kemutagatta" + }, + "烟たがって": { + "w_type": "conjugated godan verb", + "romaji": "kemutagatte" + }, + "暴れまわら": { + "w_type": "godan verb stem", + "romaji": "abaremawara" + }, + "暴れまわり": { + "w_type": "godan verb stem", + "romaji": "abaremawari" + }, + "暴れまわれ": { + "w_type": "conjugated godan verb", + "romaji": "abaremaware" + }, + "暴れまわろ": { + "w_type": "godan verb stem", + "romaji": "abaremawaro" + }, + "暴れまわった": { + "w_type": "conjugated godan verb", + "romaji": "abaremawatta" + }, + "暴れまわって": { + "w_type": "conjugated godan verb", + "romaji": "abaremawatte" + }, + "追っぱらわ": { + "w_type": "godan verb stem", + "romaji": "opparawa" + }, + "追っぱらい": { + "w_type": "godan verb stem", + "romaji": "opparai" + }, + "追っぱらえ": { + "w_type": "conjugated godan verb", + "romaji": "opparae" + }, + "追っぱらお": { + "w_type": "godan verb stem", + "romaji": "opparao" + }, + "追っぱらった": { + "w_type": "conjugated godan verb", + "romaji": "opparatta" + }, + "追っぱらって": { + "w_type": "conjugated godan verb", + "romaji": "opparatte" + }, + "貫き通さ": { + "w_type": "godan verb stem", + "romaji": "tsuranukitoosa" + }, + "貫き通し": { + "w_type": "godan verb stem", + "romaji": "tsuranukitooshi" + }, + "貫き通せ": { + "w_type": "conjugated godan verb", + "romaji": "tsuranukitoose" + }, + "貫き通そ": { + "w_type": "godan verb stem", + "romaji": "tsuranukitooso" + }, + "貫き通した": { + "w_type": "conjugated godan verb", + "romaji": "tsuranukitooshita" + }, + "貫き通して": { + "w_type": "conjugated godan verb", + "romaji": "tsuranukitooshite" + }, + "斃さ": { + "w_type": "godan verb stem", + "romaji": "taosa" + }, + "斃し": { + "w_type": "godan verb stem", + "romaji": "taoshi" + }, + "斃せ": { + "w_type": "conjugated godan verb", + "romaji": "taose" + }, + "斃そ": { + "w_type": "godan verb stem", + "romaji": "taoso" + }, + "斃した": { + "w_type": "conjugated godan verb", + "romaji": "taoshita" + }, + "斃して": { + "w_type": "conjugated godan verb", + "romaji": "taoshite" + }, + "挟み切ら": { + "w_type": "godan verb stem", + "romaji": "hasamikira" + }, + "挟み切り": { + "w_type": "godan verb stem", + "romaji": "hasamikiri" + }, + "挟み切れ": { + "w_type": "conjugated godan verb", + "romaji": "hasamikire" + }, + "挟み切ろ": { + "w_type": "godan verb stem", + "romaji": "hasamikiro" + }, + "挟み切った": { + "w_type": "conjugated godan verb", + "romaji": "hasamikitta" + }, + "挟み切って": { + "w_type": "conjugated godan verb", + "romaji": "hasamikitte" + }, + "差し響か": { + "w_type": "godan verb stem", + "romaji": "sashihibika" + }, + "差し響き": { + "w_type": "godan verb stem", + "romaji": "sashihibiki" + }, + "差し響け": { + "w_type": "conjugated godan verb", + "romaji": "sashihibike" + }, + "差し響こ": { + "w_type": "godan verb stem", + "romaji": "sashihibiko" + }, + "差し響いた": { + "w_type": "conjugated godan verb", + "romaji": "sashihibiita" + }, + "差し響いて": { + "w_type": "conjugated godan verb", + "romaji": "sashihibiite" + }, + "出遭わ": { + "w_type": "godan verb stem", + "romaji": "deawa" + }, + "出遭い": { + "w_type": "godan verb stem", + "romaji": "deai" + }, + "出遭え": { + "w_type": "conjugated godan verb", + "romaji": "deae" + }, + "出遭お": { + "w_type": "godan verb stem", + "romaji": "deao" + }, + "出遭った": { + "w_type": "conjugated godan verb", + "romaji": "deatta" + }, + "出遭って": { + "w_type": "conjugated godan verb", + "romaji": "deatte" + }, + "劫かさ": { + "w_type": "godan verb stem", + "romaji": "obiyakasa" + }, + "劫かし": { + "w_type": "godan verb stem", + "romaji": "obiyakashi" + }, + "劫かせ": { + "w_type": "conjugated godan verb", + "romaji": "obiyakase" + }, + "劫かそ": { + "w_type": "godan verb stem", + "romaji": "obiyakaso" + }, + "劫かした": { + "w_type": "conjugated godan verb", + "romaji": "obiyakashita" + }, + "劫かして": { + "w_type": "conjugated godan verb", + "romaji": "obiyakashite" + }, + "飛込ま": { + "w_type": "godan verb stem", + "romaji": "tobikoma" + }, + "飛込み": { + "w_type": "godan verb stem", + "romaji": "tobikomi" + }, + "飛込め": { + "w_type": "conjugated godan verb", + "romaji": "tobikome" + }, + "飛込も": { + "w_type": "godan verb stem", + "romaji": "tobikomo" + }, + "飛込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tobikonda" + }, + "飛込んで": { + "w_type": "conjugated godan verb", + "romaji": "tobikonde" + }, + "売り渡さ": { + "w_type": "godan verb stem", + "romaji": "uriwatasa" + }, + "売り渡し": { + "w_type": "godan verb stem", + "romaji": "uriwatashi" + }, + "売り渡せ": { + "w_type": "conjugated godan verb", + "romaji": "uriwatase" + }, + "売り渡そ": { + "w_type": "godan verb stem", + "romaji": "uriwataso" + }, + "売り渡した": { + "w_type": "conjugated godan verb", + "romaji": "uriwatashita" + }, + "売り渡して": { + "w_type": "conjugated godan verb", + "romaji": "uriwatashite" + }, + "暴れださ": { + "w_type": "godan verb stem", + "romaji": "abaredasa" + }, + "暴れだし": { + "w_type": "godan verb stem", + "romaji": "abaredashi" + }, + "暴れだせ": { + "w_type": "conjugated godan verb", + "romaji": "abaredase" + }, + "暴れだそ": { + "w_type": "godan verb stem", + "romaji": "abaredaso" + }, + "暴れだした": { + "w_type": "conjugated godan verb", + "romaji": "abaredashita" + }, + "暴れだして": { + "w_type": "conjugated godan verb", + "romaji": "abaredashite" + }, + "学ば": { + "w_type": "godan verb stem", + "romaji": "manaba" + }, + "学び": { + "w_type": "godan verb stem", + "romaji": "manabi" + }, + "学べ": { + "w_type": "conjugated godan verb", + "romaji": "manabe" + }, + "学ぼ": { + "w_type": "godan verb stem", + "romaji": "manabo" + }, + "学んだ": { + "w_type": "conjugated godan verb", + "romaji": "mananda" + }, + "学んで": { + "w_type": "conjugated godan verb", + "romaji": "manande" + }, + "言送ら": { + "w_type": "godan verb stem", + "romaji": "iiokura" + }, + "言送り": { + "w_type": "godan verb stem", + "romaji": "iiokuri" + }, + "言送れ": { + "w_type": "conjugated godan verb", + "romaji": "iiokure" + }, + "言送ろ": { + "w_type": "godan verb stem", + "romaji": "iiokuro" + }, + "言送った": { + "w_type": "conjugated godan verb", + "romaji": "iiokutta" + }, + "言送って": { + "w_type": "conjugated godan verb", + "romaji": "iiokutte" + }, + "若やが": { + "w_type": "godan verb stem", + "romaji": "wakayaga" + }, + "若やぎ": { + "w_type": "godan verb stem", + "romaji": "wakayagi" + }, + "若やげ": { + "w_type": "conjugated godan verb", + "romaji": "wakayage" + }, + "若やご": { + "w_type": "godan verb stem", + "romaji": "wakayago" + }, + "若やいだ": { + "w_type": "conjugated godan verb", + "romaji": "wakayaida" + }, + "若やいで": { + "w_type": "conjugated godan verb", + "romaji": "wakayaide" + }, + "立ち到ら": { + "w_type": "godan verb stem", + "romaji": "tachiitara" + }, + "立ち到り": { + "w_type": "godan verb stem", + "romaji": "tachiitari" + }, + "立ち到れ": { + "w_type": "conjugated godan verb", + "romaji": "tachiitare" + }, + "立ち到ろ": { + "w_type": "godan verb stem", + "romaji": "tachiitaro" + }, + "立ち到った": { + "w_type": "conjugated godan verb", + "romaji": "tachiitatta" + }, + "立ち到って": { + "w_type": "conjugated godan verb", + "romaji": "tachiitatte" + }, + "下げ渋ら": { + "w_type": "godan verb stem", + "romaji": "sageshibura" + }, + "下げ渋り": { + "w_type": "godan verb stem", + "romaji": "sageshiburi" + }, + "下げ渋れ": { + "w_type": "conjugated godan verb", + "romaji": "sageshibure" + }, + "下げ渋ろ": { + "w_type": "godan verb stem", + "romaji": "sageshiburo" + }, + "下げ渋った": { + "w_type": "conjugated godan verb", + "romaji": "sageshibutta" + }, + "下げ渋って": { + "w_type": "conjugated godan verb", + "romaji": "sageshibutte" + }, + "振払わ": { + "w_type": "godan verb stem", + "romaji": "furiharawa" + }, + "振払い": { + "w_type": "godan verb stem", + "romaji": "furiharai" + }, + "振払え": { + "w_type": "conjugated godan verb", + "romaji": "furiharae" + }, + "振払お": { + "w_type": "godan verb stem", + "romaji": "furiharao" + }, + "振払った": { + "w_type": "conjugated godan verb", + "romaji": "furiharatta" + }, + "振払って": { + "w_type": "conjugated godan verb", + "romaji": "furiharatte" + }, + "請け取ら": { + "w_type": "godan verb stem", + "romaji": "uketora" + }, + "請け取り": { + "w_type": "godan verb stem", + "romaji": "uketori" + }, + "請け取れ": { + "w_type": "conjugated godan verb", + "romaji": "uketore" + }, + "請け取ろ": { + "w_type": "godan verb stem", + "romaji": "uketoro" + }, + "請け取った": { + "w_type": "conjugated godan verb", + "romaji": "uketotta" + }, + "請け取って": { + "w_type": "conjugated godan verb", + "romaji": "uketotte" + }, + "錆つか": { + "w_type": "godan verb stem", + "romaji": "sabitsuka" + }, + "錆つき": { + "w_type": "godan verb stem", + "romaji": "sabitsuki" + }, + "錆つけ": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuke" + }, + "錆つこ": { + "w_type": "godan verb stem", + "romaji": "sabitsuko" + }, + "錆ついた": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuita" + }, + "錆ついて": { + "w_type": "conjugated godan verb", + "romaji": "sabitsuite" + }, + "粘り抜か": { + "w_type": "godan verb stem", + "romaji": "nebarinuka" + }, + "粘り抜き": { + "w_type": "godan verb stem", + "romaji": "nebarinuki" + }, + "粘り抜け": { + "w_type": "conjugated godan verb", + "romaji": "nebarinuke" + }, + "粘り抜こ": { + "w_type": "godan verb stem", + "romaji": "nebarinuko" + }, + "粘り抜いた": { + "w_type": "conjugated godan verb", + "romaji": "nebarinuita" + }, + "粘り抜いて": { + "w_type": "conjugated godan verb", + "romaji": "nebarinuite" + }, + "取り零さ": { + "w_type": "godan verb stem", + "romaji": "torikobosa" + }, + "取り零し": { + "w_type": "godan verb stem", + "romaji": "torikoboshi" + }, + "取り零せ": { + "w_type": "conjugated godan verb", + "romaji": "torikobose" + }, + "取り零そ": { + "w_type": "godan verb stem", + "romaji": "torikoboso" + }, + "取り零した": { + "w_type": "conjugated godan verb", + "romaji": "torikoboshita" + }, + "取り零して": { + "w_type": "conjugated godan verb", + "romaji": "torikoboshite" + }, + "楽しま": { + "w_type": "godan verb stem", + "romaji": "tanoshima" + }, + "楽しみ": { + "w_type": "godan verb stem", + "romaji": "tanoshimi" + }, + "楽しめ": { + "w_type": "conjugated godan verb", + "romaji": "tanoshime" + }, + "楽しも": { + "w_type": "godan verb stem", + "romaji": "tanoshimo" + }, + "楽しんだ": { + "w_type": "conjugated godan verb", + "romaji": "tanoshinda" + }, + "楽しんで": { + "w_type": "conjugated godan verb", + "romaji": "tanoshinde" + }, + "見晴さ": { + "w_type": "godan verb stem", + "romaji": "miharasa" + }, + "見晴し": { + "w_type": "godan verb stem", + "romaji": "miharashi" + }, + "見晴せ": { + "w_type": "conjugated godan verb", + "romaji": "miharase" + }, + "見晴そ": { + "w_type": "godan verb stem", + "romaji": "miharaso" + }, + "見晴した": { + "w_type": "conjugated godan verb", + "romaji": "miharashita" + }, + "見晴して": { + "w_type": "conjugated godan verb", + "romaji": "miharashite" + }, + "乗りそこなわ": { + "w_type": "godan verb stem", + "romaji": "norisokonawa" + }, + "乗りそこない": { + "w_type": "godan verb stem", + "romaji": "norisokonai" + }, + "乗りそこなえ": { + "w_type": "conjugated godan verb", + "romaji": "norisokonae" + }, + "乗りそこなお": { + "w_type": "godan verb stem", + "romaji": "norisokonao" + }, + "乗りそこなった": { + "w_type": "conjugated godan verb", + "romaji": "norisokonatta" + }, + "乗りそこなって": { + "w_type": "conjugated godan verb", + "romaji": "norisokonatte" + }, + "書きこま": { + "w_type": "godan verb stem", + "romaji": "kakikoma" + }, + "書きこみ": { + "w_type": "godan verb stem", + "romaji": "kakikomi" + }, + "書きこめ": { + "w_type": "conjugated godan verb", + "romaji": "kakikome" + }, + "書きこも": { + "w_type": "godan verb stem", + "romaji": "kakikomo" + }, + "書きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kakikonda" + }, + "書きこんで": { + "w_type": "conjugated godan verb", + "romaji": "kakikonde" + }, + "踏み歩か": { + "w_type": "godan verb stem", + "romaji": "fumiaruka" + }, + "踏み歩き": { + "w_type": "godan verb stem", + "romaji": "fumiaruki" + }, + "踏み歩け": { + "w_type": "conjugated godan verb", + "romaji": "fumiaruke" + }, + "踏み歩こ": { + "w_type": "godan verb stem", + "romaji": "fumiaruko" + }, + "踏み歩いた": { + "w_type": "conjugated godan verb", + "romaji": "fumiaruita" + }, + "踏み歩いて": { + "w_type": "conjugated godan verb", + "romaji": "fumiaruite" + }, + "触ら": { + "w_type": "godan verb stem", + "romaji": "sawara" + }, + "触り": { + "w_type": "godan verb stem", + "romaji": "sawari" + }, + "触れ": { + "w_type": "conjugated godan verb", + "romaji": "saware" + }, + "触ろ": { + "w_type": "godan verb stem", + "romaji": "sawaro" + }, + "触った": { + "w_type": "conjugated godan verb", + "romaji": "sawatta" + }, + "触って": { + "w_type": "conjugated godan verb", + "romaji": "sawatte" + }, + "絡みつか": { + "w_type": "godan verb stem", + "romaji": "karamitsuka" + }, + "絡みつき": { + "w_type": "godan verb stem", + "romaji": "karamitsuki" + }, + "絡みつけ": { + "w_type": "conjugated godan verb", + "romaji": "karamitsuke" + }, + "絡みつこ": { + "w_type": "godan verb stem", + "romaji": "karamitsuko" + }, + "絡みついた": { + "w_type": "conjugated godan verb", + "romaji": "karamitsuita" + }, + "絡みついて": { + "w_type": "conjugated godan verb", + "romaji": "karamitsuite" + }, + "挿込ま": { + "w_type": "godan verb stem", + "romaji": "sashikoma" + }, + "挿込み": { + "w_type": "godan verb stem", + "romaji": "sashikomi" + }, + "挿込め": { + "w_type": "conjugated godan verb", + "romaji": "sashikome" + }, + "挿込も": { + "w_type": "godan verb stem", + "romaji": "sashikomo" + }, + "挿込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sashikonda" + }, + "挿込んで": { + "w_type": "conjugated godan verb", + "romaji": "sashikonde" + }, + "行き届か": { + "w_type": "godan verb stem", + "romaji": "ikitodoka" + }, + "行き届き": { + "w_type": "godan verb stem", + "romaji": "ikitodoki" + }, + "行き届け": { + "w_type": "conjugated godan verb", + "romaji": "ikitodoke" + }, + "行き届こ": { + "w_type": "godan verb stem", + "romaji": "ikitodoko" + }, + "行き届いた": { + "w_type": "conjugated godan verb", + "romaji": "ikitodoita" + }, + "行き届いて": { + "w_type": "conjugated godan verb", + "romaji": "ikitodoite" + }, + "削り取ら": { + "w_type": "godan verb stem", + "romaji": "kezuritora" + }, + "削り取り": { + "w_type": "godan verb stem", + "romaji": "kezuritori" + }, + "削り取れ": { + "w_type": "conjugated godan verb", + "romaji": "kezuritore" + }, + "削り取ろ": { + "w_type": "godan verb stem", + "romaji": "kezuritoro" + }, + "削り取った": { + "w_type": "conjugated godan verb", + "romaji": "kezuritotta" + }, + "削り取って": { + "w_type": "conjugated godan verb", + "romaji": "kezuritotte" + }, + "捺さ": { + "w_type": "godan verb stem", + "romaji": "osa" + }, + "捺し": { + "w_type": "godan verb stem", + "romaji": "oshi" + }, + "捺せ": { + "w_type": "conjugated godan verb", + "romaji": "ose" + }, + "捺そ": { + "w_type": "godan verb stem", + "romaji": "oso" + }, + "捺した": { + "w_type": "conjugated godan verb", + "romaji": "oshita" + }, + "捺して": { + "w_type": "conjugated godan verb", + "romaji": "oshite" + }, + "汲み干さ": { + "w_type": "godan verb stem", + "romaji": "kumihosa" + }, + "汲み干し": { + "w_type": "godan verb stem", + "romaji": "kumihoshi" + }, + "汲み干せ": { + "w_type": "conjugated godan verb", + "romaji": "kumihose" + }, + "汲み干そ": { + "w_type": "godan verb stem", + "romaji": "kumihoso" + }, + "汲み干した": { + "w_type": "conjugated godan verb", + "romaji": "kumihoshita" + }, + "汲み干して": { + "w_type": "conjugated godan verb", + "romaji": "kumihoshite" + }, + "困難と戦わ": { + "w_type": "godan verb stem", + "romaji": "konnantotatakawa" + }, + "困難と戦い": { + "w_type": "godan verb stem", + "romaji": "konnantotatakai" + }, + "困難と戦え": { + "w_type": "conjugated godan verb", + "romaji": "konnantotatakae" + }, + "困難と戦お": { + "w_type": "godan verb stem", + "romaji": "konnantotatakao" + }, + "困難と戦った": { + "w_type": "conjugated godan verb", + "romaji": "konnantotatakatta" + }, + "困難と戦って": { + "w_type": "conjugated godan verb", + "romaji": "konnantotatakatte" + }, + "言及ば": { + "w_type": "godan verb stem", + "romaji": "iioyoba" + }, + "言及び": { + "w_type": "godan verb stem", + "romaji": "iioyobi" + }, + "言及べ": { + "w_type": "conjugated godan verb", + "romaji": "iioyobe" + }, + "言及ぼ": { + "w_type": "godan verb stem", + "romaji": "iioyobo" + }, + "言及んだ": { + "w_type": "conjugated godan verb", + "romaji": "iioyonda" + }, + "言及んで": { + "w_type": "conjugated godan verb", + "romaji": "iioyonde" + }, + "群れ遊ば": { + "w_type": "godan verb stem", + "romaji": "mureasoba" + }, + "群れ遊び": { + "w_type": "godan verb stem", + "romaji": "mureasobi" + }, + "群れ遊べ": { + "w_type": "conjugated godan verb", + "romaji": "mureasobe" + }, + "群れ遊ぼ": { + "w_type": "godan verb stem", + "romaji": "mureasobo" + }, + "群れ遊んだ": { + "w_type": "conjugated godan verb", + "romaji": "mureasonda" + }, + "群れ遊んで": { + "w_type": "conjugated godan verb", + "romaji": "mureasonde" + }, + "ちょん切ら": { + "w_type": "godan verb stem", + "romaji": "chongira" + }, + "ちょん切り": { + "w_type": "godan verb stem", + "romaji": "chongiri" + }, + "ちょん切れ": { + "w_type": "conjugated godan verb", + "romaji": "chongire" + }, + "ちょん切ろ": { + "w_type": "godan verb stem", + "romaji": "chongiro" + }, + "ちょん切った": { + "w_type": "conjugated godan verb", + "romaji": "chongitta" + }, + "ちょん切って": { + "w_type": "conjugated godan verb", + "romaji": "chongitte" + }, + "引摺り込ま": { + "w_type": "godan verb stem", + "romaji": "hikizurikoma" + }, + "引摺り込み": { + "w_type": "godan verb stem", + "romaji": "hikizurikomi" + }, + "引摺り込め": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikome" + }, + "引摺り込も": { + "w_type": "godan verb stem", + "romaji": "hikizurikomo" + }, + "引摺り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonda" + }, + "引摺り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hikizurikonde" + }, + "出直さ": { + "w_type": "godan verb stem", + "romaji": "denaosa" + }, + "出直し": { + "w_type": "godan verb stem", + "romaji": "denaoshi" + }, + "出直せ": { + "w_type": "conjugated godan verb", + "romaji": "denaose" + }, + "出直そ": { + "w_type": "godan verb stem", + "romaji": "denaoso" + }, + "出直した": { + "w_type": "conjugated godan verb", + "romaji": "denaoshita" + }, + "出直して": { + "w_type": "conjugated godan verb", + "romaji": "denaoshite" + }, + "蒸さ": { + "w_type": "godan verb stem", + "romaji": "musa" + }, + "蒸し": { + "w_type": "godan verb stem", + "romaji": "mushi" + }, + "蒸せ": { + "w_type": "conjugated godan verb", + "romaji": "muse" + }, + "蒸そ": { + "w_type": "godan verb stem", + "romaji": "muso" + }, + "蒸した": { + "w_type": "conjugated godan verb", + "romaji": "mushita" + }, + "蒸して": { + "w_type": "conjugated godan verb", + "romaji": "mushite" + }, + "言い出さ": { + "w_type": "godan verb stem", + "romaji": "iidasa" + }, + "言い出し": { + "w_type": "godan verb stem", + "romaji": "iidashi" + }, + "言い出せ": { + "w_type": "conjugated godan verb", + "romaji": "iidase" + }, + "言い出そ": { + "w_type": "godan verb stem", + "romaji": "iidaso" + }, + "言い出した": { + "w_type": "conjugated godan verb", + "romaji": "iidashita" + }, + "言い出して": { + "w_type": "conjugated godan verb", + "romaji": "iidashite" + }, + "一発抜か": { + "w_type": "godan verb stem", + "romaji": "ippatsunuka" + }, + "一発抜き": { + "w_type": "godan verb stem", + "romaji": "ippatsunuki" + }, + "一発抜け": { + "w_type": "conjugated godan verb", + "romaji": "ippatsunuke" + }, + "一発抜こ": { + "w_type": "godan verb stem", + "romaji": "ippatsunuko" + }, + "一発抜いた": { + "w_type": "conjugated godan verb", + "romaji": "ippatsunuita" + }, + "一発抜いて": { + "w_type": "conjugated godan verb", + "romaji": "ippatsunuite" + }, + "取成さ": { + "w_type": "godan verb stem", + "romaji": "torinasa" + }, + "取成し": { + "w_type": "godan verb stem", + "romaji": "torinashi" + }, + "取成せ": { + "w_type": "conjugated godan verb", + "romaji": "torinase" + }, + "取成そ": { + "w_type": "godan verb stem", + "romaji": "torinaso" + }, + "取成した": { + "w_type": "conjugated godan verb", + "romaji": "torinashita" + }, + "取成して": { + "w_type": "conjugated godan verb", + "romaji": "torinashite" + }, + "買い戻さ": { + "w_type": "godan verb stem", + "romaji": "kaimodosa" + }, + "買い戻し": { + "w_type": "godan verb stem", + "romaji": "kaimodoshi" + }, + "買い戻せ": { + "w_type": "conjugated godan verb", + "romaji": "kaimodose" + }, + "買い戻そ": { + "w_type": "godan verb stem", + "romaji": "kaimodoso" + }, + "買い戻した": { + "w_type": "conjugated godan verb", + "romaji": "kaimodoshita" + }, + "買い戻して": { + "w_type": "conjugated godan verb", + "romaji": "kaimodoshite" + }, + "翳ま": { + "w_type": "godan verb stem", + "romaji": "kasuma" + }, + "翳み": { + "w_type": "godan verb stem", + "romaji": "kasumi" + }, + "翳め": { + "w_type": "conjugated godan verb", + "romaji": "kasume" + }, + "翳も": { + "w_type": "godan verb stem", + "romaji": "kasumo" + }, + "翳んだ": { + "w_type": "conjugated godan verb", + "romaji": "kasunda" + }, + "翳んで": { + "w_type": "conjugated godan verb", + "romaji": "kasunde" + }, + "物言わ": { + "w_type": "godan verb stem", + "romaji": "monoiwa" + }, + "物言い": { + "w_type": "godan verb stem", + "romaji": "monoii" + }, + "物言え": { + "w_type": "conjugated godan verb", + "romaji": "monoie" + }, + "物言お": { + "w_type": "godan verb stem", + "romaji": "monoio" + }, + "物言った": { + "w_type": "conjugated godan verb", + "romaji": "monoitta" + }, + "物言って": { + "w_type": "conjugated godan verb", + "romaji": "monoitte" + }, + "持込ま": { + "w_type": "godan verb stem", + "romaji": "mochikoma" + }, + "持込み": { + "w_type": "godan verb stem", + "romaji": "mochikomi" + }, + "持込め": { + "w_type": "conjugated godan verb", + "romaji": "mochikome" + }, + "持込も": { + "w_type": "godan verb stem", + "romaji": "mochikomo" + }, + "持込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mochikonda" + }, + "持込んで": { + "w_type": "conjugated godan verb", + "romaji": "mochikonde" + }, + "孕ま": { + "w_type": "godan verb stem", + "romaji": "harama" + }, + "孕み": { + "w_type": "godan verb stem", + "romaji": "harami" + }, + "孕め": { + "w_type": "conjugated godan verb", + "romaji": "harame" + }, + "孕も": { + "w_type": "godan verb stem", + "romaji": "haramo" + }, + "孕んだ": { + "w_type": "conjugated godan verb", + "romaji": "haranda" + }, + "孕んで": { + "w_type": "conjugated godan verb", + "romaji": "harande" + }, + "魅さ": { + "w_type": "godan verb stem", + "romaji": "bakasa" + }, + "魅し": { + "w_type": "godan verb stem", + "romaji": "bakashi" + }, + "魅せ": { + "w_type": "conjugated godan verb", + "romaji": "bakase" + }, + "魅そ": { + "w_type": "godan verb stem", + "romaji": "bakaso" + }, + "魅した": { + "w_type": "conjugated godan verb", + "romaji": "bakashita" + }, + "魅して": { + "w_type": "conjugated godan verb", + "romaji": "bakashite" + }, + "引き絞ら": { + "w_type": "godan verb stem", + "romaji": "hikishibora" + }, + "引き絞り": { + "w_type": "godan verb stem", + "romaji": "hikishibori" + }, + "引き絞れ": { + "w_type": "conjugated godan verb", + "romaji": "hikishibore" + }, + "引き絞ろ": { + "w_type": "godan verb stem", + "romaji": "hikishiboro" + }, + "引き絞った": { + "w_type": "conjugated godan verb", + "romaji": "hikishibotta" + }, + "引き絞って": { + "w_type": "conjugated godan verb", + "romaji": "hikishibotte" + }, + "天翔けら": { + "w_type": "godan verb stem", + "romaji": "amagakera" + }, + "天翔けり": { + "w_type": "godan verb stem", + "romaji": "amagakeri" + }, + "天翔けれ": { + "w_type": "conjugated godan verb", + "romaji": "amagakere" + }, + "天翔けろ": { + "w_type": "godan verb stem", + "romaji": "amagakero" + }, + "天翔けった": { + "w_type": "conjugated godan verb", + "romaji": "amagaketta" + }, + "天翔けって": { + "w_type": "conjugated godan verb", + "romaji": "amagakette" + }, + "親しま": { + "w_type": "godan verb stem", + "romaji": "shitashima" + }, + "親しみ": { + "w_type": "godan verb stem", + "romaji": "shitashimi" + }, + "親しめ": { + "w_type": "conjugated godan verb", + "romaji": "shitashime" + }, + "親しも": { + "w_type": "godan verb stem", + "romaji": "shitashimo" + }, + "親しんだ": { + "w_type": "conjugated godan verb", + "romaji": "shitashinda" + }, + "親しんで": { + "w_type": "conjugated godan verb", + "romaji": "shitashinde" + }, + "よじ上ら": { + "w_type": "godan verb stem", + "romaji": "yojinobora" + }, + "よじ上り": { + "w_type": "godan verb stem", + "romaji": "yojinobori" + }, + "よじ上れ": { + "w_type": "conjugated godan verb", + "romaji": "yojinobore" + }, + "よじ上ろ": { + "w_type": "godan verb stem", + "romaji": "yojinoboro" + }, + "よじ上った": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotta" + }, + "よじ上って": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotte" + }, + "分け離さ": { + "w_type": "godan verb stem", + "romaji": "wakehanasa" + }, + "分け離し": { + "w_type": "godan verb stem", + "romaji": "wakehanashi" + }, + "分け離せ": { + "w_type": "conjugated godan verb", + "romaji": "wakehanase" + }, + "分け離そ": { + "w_type": "godan verb stem", + "romaji": "wakehanaso" + }, + "分け離した": { + "w_type": "conjugated godan verb", + "romaji": "wakehanashita" + }, + "分け離して": { + "w_type": "conjugated godan verb", + "romaji": "wakehanashite" + }, + "演劇づか": { + "w_type": "godan verb stem", + "romaji": "engekizuka" + }, + "演劇づき": { + "w_type": "godan verb stem", + "romaji": "engekizuki" + }, + "演劇づけ": { + "w_type": "conjugated godan verb", + "romaji": "engekizuke" + }, + "演劇づこ": { + "w_type": "godan verb stem", + "romaji": "engekizuko" + }, + "演劇づいた": { + "w_type": "conjugated godan verb", + "romaji": "engekizuita" + }, + "演劇づいて": { + "w_type": "conjugated godan verb", + "romaji": "engekizuite" + }, + "谷まら": { + "w_type": "godan verb stem", + "romaji": "kiwamara" + }, + "谷まり": { + "w_type": "godan verb stem", + "romaji": "kiwamari" + }, + "谷まれ": { + "w_type": "conjugated godan verb", + "romaji": "kiwamare" + }, + "谷まろ": { + "w_type": "godan verb stem", + "romaji": "kiwamaro" + }, + "谷まった": { + "w_type": "conjugated godan verb", + "romaji": "kiwamatta" + }, + "谷まって": { + "w_type": "conjugated godan verb", + "romaji": "kiwamatte" + }, + "盛ら": { + "w_type": "godan verb stem", + "romaji": "mora" + }, + "盛り": { + "w_type": "godan verb stem", + "romaji": "mori" + }, + "盛れ": { + "w_type": "conjugated godan verb", + "romaji": "more" + }, + "盛ろ": { + "w_type": "godan verb stem", + "romaji": "moro" + }, + "盛った": { + "w_type": "conjugated godan verb", + "romaji": "motta" + }, + "盛って": { + "w_type": "conjugated godan verb", + "romaji": "motte" + }, + "押し動かさ": { + "w_type": "godan verb stem", + "romaji": "oshiugokasa" + }, + "押し動かし": { + "w_type": "godan verb stem", + "romaji": "oshiugokashi" + }, + "押し動かせ": { + "w_type": "conjugated godan verb", + "romaji": "oshiugokase" + }, + "押し動かそ": { + "w_type": "godan verb stem", + "romaji": "oshiugokaso" + }, + "押し動かした": { + "w_type": "conjugated godan verb", + "romaji": "oshiugokashita" + }, + "押し動かして": { + "w_type": "conjugated godan verb", + "romaji": "oshiugokashite" + }, + "蟠ら": { + "w_type": "godan verb stem", + "romaji": "wadakamara" + }, + "蟠り": { + "w_type": "godan verb stem", + "romaji": "wadakamari" + }, + "蟠れ": { + "w_type": "conjugated godan verb", + "romaji": "wadakamare" + }, + "蟠ろ": { + "w_type": "godan verb stem", + "romaji": "wadakamaro" + }, + "蟠った": { + "w_type": "conjugated godan verb", + "romaji": "wadakamatta" + }, + "蟠って": { + "w_type": "conjugated godan verb", + "romaji": "wadakamatte" + }, + "有ら": { + "w_type": "godan verb stem", + "romaji": "ara" + }, + "有り": { + "w_type": "godan verb stem", + "romaji": "ari" + }, + "有れ": { + "w_type": "conjugated godan verb", + "romaji": "are" + }, + "有ろ": { + "w_type": "godan verb stem", + "romaji": "aro" + }, + "有った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "有って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "引廻さ": { + "w_type": "godan verb stem", + "romaji": "hikimawasa" + }, + "引廻し": { + "w_type": "godan verb stem", + "romaji": "hikimawashi" + }, + "引廻せ": { + "w_type": "conjugated godan verb", + "romaji": "hikimawase" + }, + "引廻そ": { + "w_type": "godan verb stem", + "romaji": "hikimawaso" + }, + "引廻した": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashita" + }, + "引廻して": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashite" + }, + "茹で上ら": { + "w_type": "godan verb stem", + "romaji": "yudeagara" + }, + "茹で上り": { + "w_type": "godan verb stem", + "romaji": "yudeagari" + }, + "茹で上れ": { + "w_type": "conjugated godan verb", + "romaji": "yudeagare" + }, + "茹で上ろ": { + "w_type": "godan verb stem", + "romaji": "yudeagaro" + }, + "茹で上った": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatta" + }, + "茹で上って": { + "w_type": "conjugated godan verb", + "romaji": "yudeagatte" + }, + "取締まら": { + "w_type": "godan verb stem", + "romaji": "torishimara" + }, + "取締まり": { + "w_type": "godan verb stem", + "romaji": "torishimari" + }, + "取締まれ": { + "w_type": "conjugated godan verb", + "romaji": "torishimare" + }, + "取締まろ": { + "w_type": "godan verb stem", + "romaji": "torishimaro" + }, + "取締まった": { + "w_type": "conjugated godan verb", + "romaji": "torishimatta" + }, + "取締まって": { + "w_type": "conjugated godan verb", + "romaji": "torishimatte" + }, + "峙た": { + "w_type": "godan verb stem", + "romaji": "sobadata" + }, + "峙ち": { + "w_type": "godan verb stem", + "romaji": "sobadachi" + }, + "峙て": { + "w_type": "conjugated godan verb", + "romaji": "sobadate" + }, + "峙と": { + "w_type": "godan verb stem", + "romaji": "sobadato" + }, + "峙った": { + "w_type": "conjugated godan verb", + "romaji": "sobadatta" + }, + "峙って": { + "w_type": "conjugated godan verb", + "romaji": "sobadatte" + }, + "取継が": { + "w_type": "godan verb stem", + "romaji": "toritsuga" + }, + "取継ぎ": { + "w_type": "godan verb stem", + "romaji": "toritsugi" + }, + "取継げ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuge" + }, + "取継ご": { + "w_type": "godan verb stem", + "romaji": "toritsugo" + }, + "取継いだ": { + "w_type": "conjugated godan verb", + "romaji": "toritsuida" + }, + "取継いで": { + "w_type": "conjugated godan verb", + "romaji": "toritsuide" + }, + "褒めそやさ": { + "w_type": "godan verb stem", + "romaji": "homesoyasa" + }, + "褒めそやし": { + "w_type": "godan verb stem", + "romaji": "homesoyashi" + }, + "褒めそやせ": { + "w_type": "conjugated godan verb", + "romaji": "homesoyase" + }, + "褒めそやそ": { + "w_type": "godan verb stem", + "romaji": "homesoyaso" + }, + "褒めそやした": { + "w_type": "conjugated godan verb", + "romaji": "homesoyashita" + }, + "褒めそやして": { + "w_type": "conjugated godan verb", + "romaji": "homesoyashite" + }, + "つかみ取ら": { + "w_type": "godan verb stem", + "romaji": "tsukamitora" + }, + "つかみ取り": { + "w_type": "godan verb stem", + "romaji": "tsukamitori" + }, + "つかみ取れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitore" + }, + "つかみ取ろ": { + "w_type": "godan verb stem", + "romaji": "tsukamitoro" + }, + "つかみ取った": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitotta" + }, + "つかみ取って": { + "w_type": "conjugated godan verb", + "romaji": "tsukamitotte" + }, + "習わさ": { + "w_type": "godan verb stem", + "romaji": "narawasa" + }, + "習わし": { + "w_type": "godan verb stem", + "romaji": "narawashi" + }, + "習わせ": { + "w_type": "conjugated godan verb", + "romaji": "narawase" + }, + "習わそ": { + "w_type": "godan verb stem", + "romaji": "narawaso" + }, + "習わした": { + "w_type": "conjugated godan verb", + "romaji": "narawashita" + }, + "習わして": { + "w_type": "conjugated godan verb", + "romaji": "narawashite" + }, + "光輝か": { + "w_type": "godan verb stem", + "romaji": "hikarikagayaka" + }, + "光輝き": { + "w_type": "godan verb stem", + "romaji": "hikarikagayaki" + }, + "光輝け": { + "w_type": "conjugated godan verb", + "romaji": "hikarikagayake" + }, + "光輝こ": { + "w_type": "godan verb stem", + "romaji": "hikarikagayako" + }, + "光輝いた": { + "w_type": "conjugated godan verb", + "romaji": "hikarikagayaita" + }, + "光輝いて": { + "w_type": "conjugated godan verb", + "romaji": "hikarikagayaite" + }, + "そぼ降ら": { + "w_type": "godan verb stem", + "romaji": "sobofura" + }, + "そぼ降り": { + "w_type": "godan verb stem", + "romaji": "sobofuri" + }, + "そぼ降れ": { + "w_type": "conjugated godan verb", + "romaji": "sobofure" + }, + "そぼ降ろ": { + "w_type": "godan verb stem", + "romaji": "sobofuro" + }, + "そぼ降った": { + "w_type": "conjugated godan verb", + "romaji": "sobofutta" + }, + "そぼ降って": { + "w_type": "conjugated godan verb", + "romaji": "sobofutte" + }, + "食い込ま": { + "w_type": "godan verb stem", + "romaji": "kuikoma" + }, + "食い込み": { + "w_type": "godan verb stem", + "romaji": "kuikomi" + }, + "食い込め": { + "w_type": "conjugated godan verb", + "romaji": "kuikome" + }, + "食い込も": { + "w_type": "godan verb stem", + "romaji": "kuikomo" + }, + "食い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kuikonda" + }, + "食い込んで": { + "w_type": "conjugated godan verb", + "romaji": "kuikonde" + }, + "似寄ら": { + "w_type": "godan verb stem", + "romaji": "niyora" + }, + "似寄り": { + "w_type": "godan verb stem", + "romaji": "niyori" + }, + "似寄れ": { + "w_type": "conjugated godan verb", + "romaji": "niyore" + }, + "似寄ろ": { + "w_type": "godan verb stem", + "romaji": "niyoro" + }, + "似寄った": { + "w_type": "conjugated godan verb", + "romaji": "niyotta" + }, + "似寄って": { + "w_type": "conjugated godan verb", + "romaji": "niyotte" + }, + "弄ら": { + "w_type": "godan verb stem", + "romaji": "ijira" + }, + "弄り": { + "w_type": "godan verb stem", + "romaji": "ijiri" + }, + "弄れ": { + "w_type": "conjugated godan verb", + "romaji": "ijire" + }, + "弄ろ": { + "w_type": "godan verb stem", + "romaji": "ijiro" + }, + "弄った": { + "w_type": "conjugated godan verb", + "romaji": "ijitta" + }, + "弄って": { + "w_type": "conjugated godan verb", + "romaji": "ijitte" + }, + "爛らかさ": { + "w_type": "godan verb stem", + "romaji": "tadarakasa" + }, + "爛らかし": { + "w_type": "godan verb stem", + "romaji": "tadarakashi" + }, + "爛らかせ": { + "w_type": "conjugated godan verb", + "romaji": "tadarakase" + }, + "爛らかそ": { + "w_type": "godan verb stem", + "romaji": "tadarakaso" + }, + "爛らかした": { + "w_type": "conjugated godan verb", + "romaji": "tadarakashita" + }, + "爛らかして": { + "w_type": "conjugated godan verb", + "romaji": "tadarakashite" + }, + "珍しがら": { + "w_type": "godan verb stem", + "romaji": "mezurashigara" + }, + "珍しがり": { + "w_type": "godan verb stem", + "romaji": "mezurashigari" + }, + "珍しがれ": { + "w_type": "conjugated godan verb", + "romaji": "mezurashigare" + }, + "珍しがろ": { + "w_type": "godan verb stem", + "romaji": "mezurashigaro" + }, + "珍しがった": { + "w_type": "conjugated godan verb", + "romaji": "mezurashigatta" + }, + "珍しがって": { + "w_type": "conjugated godan verb", + "romaji": "mezurashigatte" + }, + "寄り添わ": { + "w_type": "godan verb stem", + "romaji": "yorisowa" + }, + "寄り添い": { + "w_type": "godan verb stem", + "romaji": "yorisoi" + }, + "寄り添え": { + "w_type": "conjugated godan verb", + "romaji": "yorisoe" + }, + "寄り添お": { + "w_type": "godan verb stem", + "romaji": "yorisoo" + }, + "寄り添った": { + "w_type": "conjugated godan verb", + "romaji": "yorisotta" + }, + "寄り添って": { + "w_type": "conjugated godan verb", + "romaji": "yorisotte" + }, + "糺さ": { + "w_type": "godan verb stem", + "romaji": "tadasa" + }, + "糺し": { + "w_type": "godan verb stem", + "romaji": "tadashi" + }, + "糺せ": { + "w_type": "conjugated godan verb", + "romaji": "tadase" + }, + "糺そ": { + "w_type": "godan verb stem", + "romaji": "tadaso" + }, + "糺した": { + "w_type": "conjugated godan verb", + "romaji": "tadashita" + }, + "糺して": { + "w_type": "conjugated godan verb", + "romaji": "tadashite" + }, + "泣落とさ": { + "w_type": "godan verb stem", + "romaji": "nakiotosa" + }, + "泣落とし": { + "w_type": "godan verb stem", + "romaji": "nakiotoshi" + }, + "泣落とせ": { + "w_type": "conjugated godan verb", + "romaji": "nakiotose" + }, + "泣落とそ": { + "w_type": "godan verb stem", + "romaji": "nakiotoso" + }, + "泣落とした": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshita" + }, + "泣落として": { + "w_type": "conjugated godan verb", + "romaji": "nakiotoshite" + }, + "相解ら": { + "w_type": "godan verb stem", + "romaji": "aiwakara" + }, + "相解り": { + "w_type": "godan verb stem", + "romaji": "aiwakari" + }, + "相解れ": { + "w_type": "conjugated godan verb", + "romaji": "aiwakare" + }, + "相解ろ": { + "w_type": "godan verb stem", + "romaji": "aiwakaro" + }, + "相解った": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatta" + }, + "相解って": { + "w_type": "conjugated godan verb", + "romaji": "aiwakatte" + }, + "騷が": { + "w_type": "godan verb stem", + "romaji": "sawaga" + }, + "騷ぎ": { + "w_type": "godan verb stem", + "romaji": "sawagi" + }, + "騷げ": { + "w_type": "conjugated godan verb", + "romaji": "sawage" + }, + "騷ご": { + "w_type": "godan verb stem", + "romaji": "sawago" + }, + "騷いだ": { + "w_type": "conjugated godan verb", + "romaji": "sawaida" + }, + "騷いで": { + "w_type": "conjugated godan verb", + "romaji": "sawaide" + }, + "食って掛から": { + "w_type": "godan verb stem", + "romaji": "kuttekakara" + }, + "食って掛かり": { + "w_type": "godan verb stem", + "romaji": "kuttekakari" + }, + "食って掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kuttekakare" + }, + "食って掛かろ": { + "w_type": "godan verb stem", + "romaji": "kuttekakaro" + }, + "食って掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kuttekakatta" + }, + "食って掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kuttekakatte" + }, + "楽ま": { + "w_type": "godan verb stem", + "romaji": "tanoshima" + }, + "楽み": { + "w_type": "godan verb stem", + "romaji": "tanoshimi" + }, + "楽め": { + "w_type": "conjugated godan verb", + "romaji": "tanoshime" + }, + "楽も": { + "w_type": "godan verb stem", + "romaji": "tanoshimo" + }, + "楽んだ": { + "w_type": "conjugated godan verb", + "romaji": "tanoshinda" + }, + "楽んで": { + "w_type": "conjugated godan verb", + "romaji": "tanoshinde" + }, + "突き通さ": { + "w_type": "godan verb stem", + "romaji": "tsukitoosa" + }, + "突き通し": { + "w_type": "godan verb stem", + "romaji": "tsukitooshi" + }, + "突き通せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukitoose" + }, + "突き通そ": { + "w_type": "godan verb stem", + "romaji": "tsukitooso" + }, + "突き通した": { + "w_type": "conjugated godan verb", + "romaji": "tsukitooshita" + }, + "突き通して": { + "w_type": "conjugated godan verb", + "romaji": "tsukitooshite" + }, + "引切ら": { + "w_type": "godan verb stem", + "romaji": "hikikira" + }, + "引切り": { + "w_type": "godan verb stem", + "romaji": "hikikiri" + }, + "引切れ": { + "w_type": "conjugated godan verb", + "romaji": "hikikire" + }, + "引切ろ": { + "w_type": "godan verb stem", + "romaji": "hikikiro" + }, + "引切った": { + "w_type": "conjugated godan verb", + "romaji": "hikikitta" + }, + "引切って": { + "w_type": "conjugated godan verb", + "romaji": "hikikitte" + }, + "発た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "発ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "発て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "発と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "発った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "発って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "突き通ら": { + "w_type": "godan verb stem", + "romaji": "tsukitoora" + }, + "突き通り": { + "w_type": "godan verb stem", + "romaji": "tsukitoori" + }, + "突き通れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukitoore" + }, + "突き通ろ": { + "w_type": "godan verb stem", + "romaji": "tsukitooro" + }, + "突き通った": { + "w_type": "conjugated godan verb", + "romaji": "tsukitootta" + }, + "突き通って": { + "w_type": "conjugated godan verb", + "romaji": "tsukitootte" + }, + "すり減らさ": { + "w_type": "godan verb stem", + "romaji": "suriherasa" + }, + "すり減らし": { + "w_type": "godan verb stem", + "romaji": "suriherashi" + }, + "すり減らせ": { + "w_type": "conjugated godan verb", + "romaji": "suriherase" + }, + "すり減らそ": { + "w_type": "godan verb stem", + "romaji": "suriheraso" + }, + "すり減らした": { + "w_type": "conjugated godan verb", + "romaji": "suriherashita" + }, + "すり減らして": { + "w_type": "conjugated godan verb", + "romaji": "suriherashite" + }, + "吹き募ら": { + "w_type": "godan verb stem", + "romaji": "fukitsunora" + }, + "吹き募り": { + "w_type": "godan verb stem", + "romaji": "fukitsunori" + }, + "吹き募れ": { + "w_type": "conjugated godan verb", + "romaji": "fukitsunore" + }, + "吹き募ろ": { + "w_type": "godan verb stem", + "romaji": "fukitsunoro" + }, + "吹き募った": { + "w_type": "conjugated godan verb", + "romaji": "fukitsunotta" + }, + "吹き募って": { + "w_type": "conjugated godan verb", + "romaji": "fukitsunotte" + }, + "走りこま": { + "w_type": "godan verb stem", + "romaji": "hashirikoma" + }, + "走りこみ": { + "w_type": "godan verb stem", + "romaji": "hashirikomi" + }, + "走りこめ": { + "w_type": "conjugated godan verb", + "romaji": "hashirikome" + }, + "走りこも": { + "w_type": "godan verb stem", + "romaji": "hashirikomo" + }, + "走りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hashirikonda" + }, + "走りこんで": { + "w_type": "conjugated godan verb", + "romaji": "hashirikonde" + }, + "懐か": { + "w_type": "godan verb stem", + "romaji": "idaka" + }, + "懐き": { + "w_type": "godan verb stem", + "romaji": "idaki" + }, + "懐け": { + "w_type": "conjugated godan verb", + "romaji": "idake" + }, + "懐こ": { + "w_type": "godan verb stem", + "romaji": "idako" + }, + "懐いた": { + "w_type": "conjugated godan verb", + "romaji": "idaita" + }, + "懐いて": { + "w_type": "conjugated godan verb", + "romaji": "idaite" + }, + "欣ば": { + "w_type": "godan verb stem", + "romaji": "yorokoba" + }, + "欣び": { + "w_type": "godan verb stem", + "romaji": "yorokobi" + }, + "欣べ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobe" + }, + "欣ぼ": { + "w_type": "godan verb stem", + "romaji": "yorokobo" + }, + "欣んだ": { + "w_type": "conjugated godan verb", + "romaji": "yorokonda" + }, + "欣んで": { + "w_type": "conjugated godan verb", + "romaji": "yorokonde" + }, + "楯籠ら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "楯籠り": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "楯籠れ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "楯籠ろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "楯籠った": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "楯籠って": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "膿ま": { + "w_type": "godan verb stem", + "romaji": "uma" + }, + "膿み": { + "w_type": "godan verb stem", + "romaji": "umi" + }, + "膿め": { + "w_type": "conjugated godan verb", + "romaji": "ume" + }, + "膿も": { + "w_type": "godan verb stem", + "romaji": "umo" + }, + "膿んだ": { + "w_type": "conjugated godan verb", + "romaji": "unda" + }, + "膿んで": { + "w_type": "conjugated godan verb", + "romaji": "unde" + }, + "痛み入ら": { + "w_type": "godan verb stem", + "romaji": "itamiira" + }, + "痛み入り": { + "w_type": "godan verb stem", + "romaji": "itamiiri" + }, + "痛み入れ": { + "w_type": "conjugated godan verb", + "romaji": "itamiire" + }, + "痛み入ろ": { + "w_type": "godan verb stem", + "romaji": "itamiiro" + }, + "痛み入った": { + "w_type": "conjugated godan verb", + "romaji": "itamiitta" + }, + "痛み入って": { + "w_type": "conjugated godan verb", + "romaji": "itamiitte" + }, + "割込ま": { + "w_type": "godan verb stem", + "romaji": "warikoma" + }, + "割込み": { + "w_type": "godan verb stem", + "romaji": "warikomi" + }, + "割込め": { + "w_type": "conjugated godan verb", + "romaji": "warikome" + }, + "割込も": { + "w_type": "godan verb stem", + "romaji": "warikomo" + }, + "割込んだ": { + "w_type": "conjugated godan verb", + "romaji": "warikonda" + }, + "割込んで": { + "w_type": "conjugated godan verb", + "romaji": "warikonde" + }, + "泣縋ら": { + "w_type": "godan verb stem", + "romaji": "nakisugara" + }, + "泣縋り": { + "w_type": "godan verb stem", + "romaji": "nakisugari" + }, + "泣縋れ": { + "w_type": "conjugated godan verb", + "romaji": "nakisugare" + }, + "泣縋ろ": { + "w_type": "godan verb stem", + "romaji": "nakisugaro" + }, + "泣縋った": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatta" + }, + "泣縋って": { + "w_type": "conjugated godan verb", + "romaji": "nakisugatte" + }, + "もんどり打た": { + "w_type": "godan verb stem", + "romaji": "mondoriuta" + }, + "もんどり打ち": { + "w_type": "godan verb stem", + "romaji": "mondoriuchi" + }, + "もんどり打て": { + "w_type": "conjugated godan verb", + "romaji": "mondoriute" + }, + "もんどり打と": { + "w_type": "godan verb stem", + "romaji": "mondoriuto" + }, + "もんどり打った": { + "w_type": "conjugated godan verb", + "romaji": "mondoriutta" + }, + "もんどり打って": { + "w_type": "conjugated godan verb", + "romaji": "mondoriutte" + }, + "詫び入ら": { + "w_type": "godan verb stem", + "romaji": "wabiira" + }, + "詫び入り": { + "w_type": "godan verb stem", + "romaji": "wabiiri" + }, + "詫び入れ": { + "w_type": "conjugated godan verb", + "romaji": "wabiire" + }, + "詫び入ろ": { + "w_type": "godan verb stem", + "romaji": "wabiiro" + }, + "詫び入った": { + "w_type": "conjugated godan verb", + "romaji": "wabiitta" + }, + "詫び入って": { + "w_type": "conjugated godan verb", + "romaji": "wabiitte" + }, + "読み漁ら": { + "w_type": "godan verb stem", + "romaji": "yomiasara" + }, + "読み漁り": { + "w_type": "godan verb stem", + "romaji": "yomiasari" + }, + "読み漁れ": { + "w_type": "conjugated godan verb", + "romaji": "yomiasare" + }, + "読み漁ろ": { + "w_type": "godan verb stem", + "romaji": "yomiasaro" + }, + "読み漁った": { + "w_type": "conjugated godan verb", + "romaji": "yomiasatta" + }, + "読み漁って": { + "w_type": "conjugated godan verb", + "romaji": "yomiasatte" + }, + "打ちあがら": { + "w_type": "godan verb stem", + "romaji": "uchiagara" + }, + "打ちあがり": { + "w_type": "godan verb stem", + "romaji": "uchiagari" + }, + "打ちあがれ": { + "w_type": "conjugated godan verb", + "romaji": "uchiagare" + }, + "打ちあがろ": { + "w_type": "godan verb stem", + "romaji": "uchiagaro" + }, + "打ちあがった": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatta" + }, + "打ちあがって": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatte" + }, + "引起こさ": { + "w_type": "godan verb stem", + "romaji": "hikiokosa" + }, + "引起こし": { + "w_type": "godan verb stem", + "romaji": "hikiokoshi" + }, + "引起こせ": { + "w_type": "conjugated godan verb", + "romaji": "hikiokose" + }, + "引起こそ": { + "w_type": "godan verb stem", + "romaji": "hikiokoso" + }, + "引起こした": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshita" + }, + "引起こして": { + "w_type": "conjugated godan verb", + "romaji": "hikiokoshite" + }, + "吠え付か": { + "w_type": "godan verb stem", + "romaji": "hoetsuka" + }, + "吠え付き": { + "w_type": "godan verb stem", + "romaji": "hoetsuki" + }, + "吠え付け": { + "w_type": "conjugated godan verb", + "romaji": "hoetsuke" + }, + "吠え付こ": { + "w_type": "godan verb stem", + "romaji": "hoetsuko" + }, + "吠え付いた": { + "w_type": "conjugated godan verb", + "romaji": "hoetsuita" + }, + "吠え付いて": { + "w_type": "conjugated godan verb", + "romaji": "hoetsuite" + }, + "仕直さ": { + "w_type": "godan verb stem", + "romaji": "shinaosa" + }, + "仕直し": { + "w_type": "godan verb stem", + "romaji": "shinaoshi" + }, + "仕直せ": { + "w_type": "conjugated godan verb", + "romaji": "shinaose" + }, + "仕直そ": { + "w_type": "godan verb stem", + "romaji": "shinaoso" + }, + "仕直した": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshita" + }, + "仕直して": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshite" + }, + "並べ直さ": { + "w_type": "godan verb stem", + "romaji": "narabenaosa" + }, + "並べ直し": { + "w_type": "godan verb stem", + "romaji": "narabenaoshi" + }, + "並べ直せ": { + "w_type": "conjugated godan verb", + "romaji": "narabenaose" + }, + "並べ直そ": { + "w_type": "godan verb stem", + "romaji": "narabenaoso" + }, + "並べ直した": { + "w_type": "conjugated godan verb", + "romaji": "narabenaoshita" + }, + "並べ直して": { + "w_type": "conjugated godan verb", + "romaji": "narabenaoshite" + }, + "打ちまくら": { + "w_type": "godan verb stem", + "romaji": "uchimakura" + }, + "打ちまくり": { + "w_type": "godan verb stem", + "romaji": "uchimakuri" + }, + "打ちまくれ": { + "w_type": "conjugated godan verb", + "romaji": "uchimakure" + }, + "打ちまくろ": { + "w_type": "godan verb stem", + "romaji": "uchimakuro" + }, + "打ちまくった": { + "w_type": "conjugated godan verb", + "romaji": "uchimakutta" + }, + "打ちまくって": { + "w_type": "conjugated godan verb", + "romaji": "uchimakutte" + }, + "もて映やさ": { + "w_type": "godan verb stem", + "romaji": "motehayasa" + }, + "もて映やし": { + "w_type": "godan verb stem", + "romaji": "motehayashi" + }, + "もて映やせ": { + "w_type": "conjugated godan verb", + "romaji": "motehayase" + }, + "もて映やそ": { + "w_type": "godan verb stem", + "romaji": "motehayaso" + }, + "もて映やした": { + "w_type": "conjugated godan verb", + "romaji": "motehayashita" + }, + "もて映やして": { + "w_type": "conjugated godan verb", + "romaji": "motehayashite" + }, + "召しあがら": { + "w_type": "godan verb stem", + "romaji": "meshiagara" + }, + "召しあがり": { + "w_type": "godan verb stem", + "romaji": "meshiagari" + }, + "召しあがれ": { + "w_type": "conjugated godan verb", + "romaji": "meshiagare" + }, + "召しあがろ": { + "w_type": "godan verb stem", + "romaji": "meshiagaro" + }, + "召しあがった": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatta" + }, + "召しあがって": { + "w_type": "conjugated godan verb", + "romaji": "meshiagatte" + }, + "裏切ら": { + "w_type": "godan verb stem", + "romaji": "uragira" + }, + "裏切り": { + "w_type": "godan verb stem", + "romaji": "uragiri" + }, + "裏切れ": { + "w_type": "conjugated godan verb", + "romaji": "uragire" + }, + "裏切ろ": { + "w_type": "godan verb stem", + "romaji": "uragiro" + }, + "裏切った": { + "w_type": "conjugated godan verb", + "romaji": "uragitta" + }, + "裏切って": { + "w_type": "conjugated godan verb", + "romaji": "uragitte" + }, + "載ら": { + "w_type": "godan verb stem", + "romaji": "nora" + }, + "載り": { + "w_type": "godan verb stem", + "romaji": "nori" + }, + "載れ": { + "w_type": "conjugated godan verb", + "romaji": "nore" + }, + "載ろ": { + "w_type": "godan verb stem", + "romaji": "noro" + }, + "載った": { + "w_type": "conjugated godan verb", + "romaji": "notta" + }, + "載って": { + "w_type": "conjugated godan verb", + "romaji": "notte" + }, + "載さ": { + "w_type": "godan verb stem", + "romaji": "nosa" + }, + "載し": { + "w_type": "godan verb stem", + "romaji": "noshi" + }, + "載せ": { + "w_type": "conjugated godan verb", + "romaji": "nose" + }, + "載そ": { + "w_type": "godan verb stem", + "romaji": "noso" + }, + "載した": { + "w_type": "conjugated godan verb", + "romaji": "noshita" + }, + "載して": { + "w_type": "conjugated godan verb", + "romaji": "noshite" + }, + "静まり返ら": { + "w_type": "godan verb stem", + "romaji": "shizumarikaera" + }, + "静まり返り": { + "w_type": "godan verb stem", + "romaji": "shizumarikaeri" + }, + "静まり返れ": { + "w_type": "conjugated godan verb", + "romaji": "shizumarikaere" + }, + "静まり返ろ": { + "w_type": "godan verb stem", + "romaji": "shizumarikaero" + }, + "静まり返った": { + "w_type": "conjugated godan verb", + "romaji": "shizumarikaetta" + }, + "静まり返って": { + "w_type": "conjugated godan verb", + "romaji": "shizumarikaette" + }, + "欠かさ": { + "w_type": "godan verb stem", + "romaji": "kakasa" + }, + "欠かし": { + "w_type": "godan verb stem", + "romaji": "kakashi" + }, + "欠かせ": { + "w_type": "conjugated godan verb", + "romaji": "kakase" + }, + "欠かそ": { + "w_type": "godan verb stem", + "romaji": "kakaso" + }, + "欠かした": { + "w_type": "conjugated godan verb", + "romaji": "kakashita" + }, + "欠かして": { + "w_type": "conjugated godan verb", + "romaji": "kakashite" + }, + "跳び乗ら": { + "w_type": "godan verb stem", + "romaji": "tobinora" + }, + "跳び乗り": { + "w_type": "godan verb stem", + "romaji": "tobinori" + }, + "跳び乗れ": { + "w_type": "conjugated godan verb", + "romaji": "tobinore" + }, + "跳び乗ろ": { + "w_type": "godan verb stem", + "romaji": "tobinoro" + }, + "跳び乗った": { + "w_type": "conjugated godan verb", + "romaji": "tobinotta" + }, + "跳び乗って": { + "w_type": "conjugated godan verb", + "romaji": "tobinotte" + }, + "ひねり出さ": { + "w_type": "godan verb stem", + "romaji": "hineridasa" + }, + "ひねり出し": { + "w_type": "godan verb stem", + "romaji": "hineridashi" + }, + "ひねり出せ": { + "w_type": "conjugated godan verb", + "romaji": "hineridase" + }, + "ひねり出そ": { + "w_type": "godan verb stem", + "romaji": "hineridaso" + }, + "ひねり出した": { + "w_type": "conjugated godan verb", + "romaji": "hineridashita" + }, + "ひねり出して": { + "w_type": "conjugated godan verb", + "romaji": "hineridashite" + }, + "響動めか": { + "w_type": "godan verb stem", + "romaji": "doyomeka" + }, + "響動めき": { + "w_type": "godan verb stem", + "romaji": "doyomeki" + }, + "響動めけ": { + "w_type": "conjugated godan verb", + "romaji": "doyomeke" + }, + "響動めこ": { + "w_type": "godan verb stem", + "romaji": "doyomeko" + }, + "響動めいた": { + "w_type": "conjugated godan verb", + "romaji": "doyomeita" + }, + "響動めいて": { + "w_type": "conjugated godan verb", + "romaji": "doyomeite" + }, + "滑ら": { + "w_type": "godan verb stem", + "romaji": "subera" + }, + "滑り": { + "w_type": "godan verb stem", + "romaji": "suberi" + }, + "滑れ": { + "w_type": "conjugated godan verb", + "romaji": "subere" + }, + "滑ろ": { + "w_type": "godan verb stem", + "romaji": "subero" + }, + "滑った": { + "w_type": "conjugated godan verb", + "romaji": "subetta" + }, + "滑って": { + "w_type": "conjugated godan verb", + "romaji": "subette" + }, + "持ち切ら": { + "w_type": "godan verb stem", + "romaji": "mochikira" + }, + "持ち切り": { + "w_type": "godan verb stem", + "romaji": "mochikiri" + }, + "持ち切れ": { + "w_type": "conjugated godan verb", + "romaji": "mochikire" + }, + "持ち切ろ": { + "w_type": "godan verb stem", + "romaji": "mochikiro" + }, + "持ち切った": { + "w_type": "conjugated godan verb", + "romaji": "mochikitta" + }, + "持ち切って": { + "w_type": "conjugated godan verb", + "romaji": "mochikitte" + }, + "吐き戻さ": { + "w_type": "godan verb stem", + "romaji": "hakimodosa" + }, + "吐き戻し": { + "w_type": "godan verb stem", + "romaji": "hakimodoshi" + }, + "吐き戻せ": { + "w_type": "conjugated godan verb", + "romaji": "hakimodose" + }, + "吐き戻そ": { + "w_type": "godan verb stem", + "romaji": "hakimodoso" + }, + "吐き戻した": { + "w_type": "conjugated godan verb", + "romaji": "hakimodoshita" + }, + "吐き戻して": { + "w_type": "conjugated godan verb", + "romaji": "hakimodoshite" + }, + "代わら": { + "w_type": "godan verb stem", + "romaji": "kawara" + }, + "代わり": { + "w_type": "godan verb stem", + "romaji": "kawari" + }, + "代われ": { + "w_type": "conjugated godan verb", + "romaji": "kaware" + }, + "代わろ": { + "w_type": "godan verb stem", + "romaji": "kawaro" + }, + "代わった": { + "w_type": "conjugated godan verb", + "romaji": "kawatta" + }, + "代わって": { + "w_type": "conjugated godan verb", + "romaji": "kawatte" + }, + "競り落とさ": { + "w_type": "godan verb stem", + "romaji": "seriotosa" + }, + "競り落とし": { + "w_type": "godan verb stem", + "romaji": "seriotoshi" + }, + "競り落とせ": { + "w_type": "conjugated godan verb", + "romaji": "seriotose" + }, + "競り落とそ": { + "w_type": "godan verb stem", + "romaji": "seriotoso" + }, + "競り落とした": { + "w_type": "conjugated godan verb", + "romaji": "seriotoshita" + }, + "競り落として": { + "w_type": "conjugated godan verb", + "romaji": "seriotoshite" + }, + "有り付か": { + "w_type": "godan verb stem", + "romaji": "aritsuka" + }, + "有り付き": { + "w_type": "godan verb stem", + "romaji": "aritsuki" + }, + "有り付け": { + "w_type": "conjugated godan verb", + "romaji": "aritsuke" + }, + "有り付こ": { + "w_type": "godan verb stem", + "romaji": "aritsuko" + }, + "有り付いた": { + "w_type": "conjugated godan verb", + "romaji": "aritsuita" + }, + "有り付いて": { + "w_type": "conjugated godan verb", + "romaji": "aritsuite" + }, + "削が": { + "w_type": "godan verb stem", + "romaji": "soga" + }, + "削ぎ": { + "w_type": "godan verb stem", + "romaji": "sogi" + }, + "削げ": { + "w_type": "conjugated godan verb", + "romaji": "soge" + }, + "削ご": { + "w_type": "godan verb stem", + "romaji": "sogo" + }, + "削いだ": { + "w_type": "conjugated godan verb", + "romaji": "soida" + }, + "削いで": { + "w_type": "conjugated godan verb", + "romaji": "soide" + }, + "透きとおさ": { + "w_type": "godan verb stem", + "romaji": "sukitoosa" + }, + "透きとおし": { + "w_type": "godan verb stem", + "romaji": "sukitooshi" + }, + "透きとおせ": { + "w_type": "conjugated godan verb", + "romaji": "sukitoose" + }, + "透きとおそ": { + "w_type": "godan verb stem", + "romaji": "sukitooso" + }, + "透きとおした": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshita" + }, + "透きとおして": { + "w_type": "conjugated godan verb", + "romaji": "sukitooshite" + }, + "乗り掛ら": { + "w_type": "godan verb stem", + "romaji": "norikakara" + }, + "乗り掛り": { + "w_type": "godan verb stem", + "romaji": "norikakari" + }, + "乗り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "norikakare" + }, + "乗り掛ろ": { + "w_type": "godan verb stem", + "romaji": "norikakaro" + }, + "乗り掛った": { + "w_type": "conjugated godan verb", + "romaji": "norikakatta" + }, + "乗り掛って": { + "w_type": "conjugated godan verb", + "romaji": "norikakatte" + }, + "切り離さ": { + "w_type": "godan verb stem", + "romaji": "kirihanasa" + }, + "切り離し": { + "w_type": "godan verb stem", + "romaji": "kirihanashi" + }, + "切り離せ": { + "w_type": "conjugated godan verb", + "romaji": "kirihanase" + }, + "切り離そ": { + "w_type": "godan verb stem", + "romaji": "kirihanaso" + }, + "切り離した": { + "w_type": "conjugated godan verb", + "romaji": "kirihanashita" + }, + "切り離して": { + "w_type": "conjugated godan verb", + "romaji": "kirihanashite" + }, + "削ら": { + "w_type": "godan verb stem", + "romaji": "kezura" + }, + "削り": { + "w_type": "godan verb stem", + "romaji": "kezuri" + }, + "削れ": { + "w_type": "conjugated godan verb", + "romaji": "kezure" + }, + "削ろ": { + "w_type": "godan verb stem", + "romaji": "kezuro" + }, + "削った": { + "w_type": "conjugated godan verb", + "romaji": "kezutta" + }, + "削って": { + "w_type": "conjugated godan verb", + "romaji": "kezutte" + }, + "通り越さ": { + "w_type": "godan verb stem", + "romaji": "toorikosa" + }, + "通り越し": { + "w_type": "godan verb stem", + "romaji": "toorikoshi" + }, + "通り越せ": { + "w_type": "conjugated godan verb", + "romaji": "toorikose" + }, + "通り越そ": { + "w_type": "godan verb stem", + "romaji": "toorikoso" + }, + "通り越した": { + "w_type": "conjugated godan verb", + "romaji": "toorikoshita" + }, + "通り越して": { + "w_type": "conjugated godan verb", + "romaji": "toorikoshite" + }, + "受け取ら": { + "w_type": "godan verb stem", + "romaji": "uketora" + }, + "受け取り": { + "w_type": "godan verb stem", + "romaji": "uketori" + }, + "受け取れ": { + "w_type": "conjugated godan verb", + "romaji": "uketore" + }, + "受け取ろ": { + "w_type": "godan verb stem", + "romaji": "uketoro" + }, + "受け取った": { + "w_type": "conjugated godan verb", + "romaji": "uketotta" + }, + "受け取って": { + "w_type": "conjugated godan verb", + "romaji": "uketotte" + }, + "触回ら": { + "w_type": "godan verb stem", + "romaji": "furemawara" + }, + "触回り": { + "w_type": "godan verb stem", + "romaji": "furemawari" + }, + "触回れ": { + "w_type": "conjugated godan verb", + "romaji": "furemaware" + }, + "触回ろ": { + "w_type": "godan verb stem", + "romaji": "furemawaro" + }, + "触回った": { + "w_type": "conjugated godan verb", + "romaji": "furemawatta" + }, + "触回って": { + "w_type": "conjugated godan verb", + "romaji": "furemawatte" + }, + "心暖まら": { + "w_type": "godan verb stem", + "romaji": "kokoroatatamara" + }, + "心暖まり": { + "w_type": "godan verb stem", + "romaji": "kokoroatatamari" + }, + "心暖まれ": { + "w_type": "conjugated godan verb", + "romaji": "kokoroatatamare" + }, + "心暖まろ": { + "w_type": "godan verb stem", + "romaji": "kokoroatatamaro" + }, + "心暖まった": { + "w_type": "conjugated godan verb", + "romaji": "kokoroatatamatta" + }, + "心暖まって": { + "w_type": "conjugated godan verb", + "romaji": "kokoroatatamatte" + }, + "遣わさ": { + "w_type": "godan verb stem", + "romaji": "tsukawasa" + }, + "遣わし": { + "w_type": "godan verb stem", + "romaji": "tsukawashi" + }, + "遣わせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukawase" + }, + "遣わそ": { + "w_type": "godan verb stem", + "romaji": "tsukawaso" + }, + "遣わした": { + "w_type": "conjugated godan verb", + "romaji": "tsukawashita" + }, + "遣わして": { + "w_type": "conjugated godan verb", + "romaji": "tsukawashite" + }, + "腐ら": { + "w_type": "godan verb stem", + "romaji": "kusara" + }, + "腐り": { + "w_type": "godan verb stem", + "romaji": "kusari" + }, + "腐れ": { + "w_type": "conjugated godan verb", + "romaji": "kusare" + }, + "腐ろ": { + "w_type": "godan verb stem", + "romaji": "kusaro" + }, + "腐った": { + "w_type": "conjugated godan verb", + "romaji": "kusatta" + }, + "腐って": { + "w_type": "conjugated godan verb", + "romaji": "kusatte" + }, + "絶ちきら": { + "w_type": "godan verb stem", + "romaji": "tachikira" + }, + "絶ちきり": { + "w_type": "godan verb stem", + "romaji": "tachikiri" + }, + "絶ちきれ": { + "w_type": "conjugated godan verb", + "romaji": "tachikire" + }, + "絶ちきろ": { + "w_type": "godan verb stem", + "romaji": "tachikiro" + }, + "絶ちきった": { + "w_type": "conjugated godan verb", + "romaji": "tachikitta" + }, + "絶ちきって": { + "w_type": "conjugated godan verb", + "romaji": "tachikitte" + }, + "滞ら": { + "w_type": "godan verb stem", + "romaji": "todokoora" + }, + "滞り": { + "w_type": "godan verb stem", + "romaji": "todokoori" + }, + "滞れ": { + "w_type": "conjugated godan verb", + "romaji": "todokoore" + }, + "滞ろ": { + "w_type": "godan verb stem", + "romaji": "todokooro" + }, + "滞った": { + "w_type": "conjugated godan verb", + "romaji": "todokootta" + }, + "滞って": { + "w_type": "conjugated godan verb", + "romaji": "todokootte" + }, + "そそり立た": { + "w_type": "godan verb stem", + "romaji": "sosoritata" + }, + "そそり立ち": { + "w_type": "godan verb stem", + "romaji": "sosoritachi" + }, + "そそり立て": { + "w_type": "conjugated godan verb", + "romaji": "sosoritate" + }, + "そそり立と": { + "w_type": "godan verb stem", + "romaji": "sosoritato" + }, + "そそり立った": { + "w_type": "conjugated godan verb", + "romaji": "sosoritatta" + }, + "そそり立って": { + "w_type": "conjugated godan verb", + "romaji": "sosoritatte" + }, + "腐さ": { + "w_type": "godan verb stem", + "romaji": "kusasa" + }, + "腐し": { + "w_type": "godan verb stem", + "romaji": "kusashi" + }, + "腐せ": { + "w_type": "conjugated godan verb", + "romaji": "kusase" + }, + "腐そ": { + "w_type": "godan verb stem", + "romaji": "kusaso" + }, + "腐した": { + "w_type": "conjugated godan verb", + "romaji": "kusashita" + }, + "腐して": { + "w_type": "conjugated godan verb", + "romaji": "kusashite" + }, + "聞き返さ": { + "w_type": "godan verb stem", + "romaji": "kikikaesa" + }, + "聞き返し": { + "w_type": "godan verb stem", + "romaji": "kikikaeshi" + }, + "聞き返せ": { + "w_type": "conjugated godan verb", + "romaji": "kikikaese" + }, + "聞き返そ": { + "w_type": "godan verb stem", + "romaji": "kikikaeso" + }, + "聞き返した": { + "w_type": "conjugated godan verb", + "romaji": "kikikaeshita" + }, + "聞き返して": { + "w_type": "conjugated godan verb", + "romaji": "kikikaeshite" + }, + "騙しとら": { + "w_type": "godan verb stem", + "romaji": "damashitora" + }, + "騙しとり": { + "w_type": "godan verb stem", + "romaji": "damashitori" + }, + "騙しとれ": { + "w_type": "conjugated godan verb", + "romaji": "damashitore" + }, + "騙しとろ": { + "w_type": "godan verb stem", + "romaji": "damashitoro" + }, + "騙しとった": { + "w_type": "conjugated godan verb", + "romaji": "damashitotta" + }, + "騙しとって": { + "w_type": "conjugated godan verb", + "romaji": "damashitotte" + }, + "負越さ": { + "w_type": "godan verb stem", + "romaji": "makekosa" + }, + "負越し": { + "w_type": "godan verb stem", + "romaji": "makekoshi" + }, + "負越せ": { + "w_type": "conjugated godan verb", + "romaji": "makekose" + }, + "負越そ": { + "w_type": "godan verb stem", + "romaji": "makekoso" + }, + "負越した": { + "w_type": "conjugated godan verb", + "romaji": "makekoshita" + }, + "負越して": { + "w_type": "conjugated godan verb", + "romaji": "makekoshite" + }, + "差し遣わさ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawasa" + }, + "差し遣わし": { + "w_type": "godan verb stem", + "romaji": "sashitsukawashi" + }, + "差し遣わせ": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawase" + }, + "差し遣わそ": { + "w_type": "godan verb stem", + "romaji": "sashitsukawaso" + }, + "差し遣わした": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashita" + }, + "差し遣わして": { + "w_type": "conjugated godan verb", + "romaji": "sashitsukawashite" + }, + "泣か": { + "w_type": "godan verb stem", + "romaji": "naka" + }, + "泣き": { + "w_type": "godan verb stem", + "romaji": "naki" + }, + "泣け": { + "w_type": "conjugated godan verb", + "romaji": "nake" + }, + "泣こ": { + "w_type": "godan verb stem", + "romaji": "nako" + }, + "泣いた": { + "w_type": "conjugated godan verb", + "romaji": "naita" + }, + "泣いて": { + "w_type": "conjugated godan verb", + "romaji": "naite" + }, + "付さ": { + "w_type": "godan verb stem", + "romaji": "fusa" + }, + "付し": { + "w_type": "godan verb stem", + "romaji": "fushi" + }, + "付せ": { + "w_type": "conjugated godan verb", + "romaji": "fuse" + }, + "付そ": { + "w_type": "godan verb stem", + "romaji": "fuso" + }, + "付した": { + "w_type": "conjugated godan verb", + "romaji": "fushita" + }, + "付して": { + "w_type": "conjugated godan verb", + "romaji": "fushite" + }, + "倒れ掛ら": { + "w_type": "godan verb stem", + "romaji": "taorekakara" + }, + "倒れ掛り": { + "w_type": "godan verb stem", + "romaji": "taorekakari" + }, + "倒れ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "taorekakare" + }, + "倒れ掛ろ": { + "w_type": "godan verb stem", + "romaji": "taorekakaro" + }, + "倒れ掛った": { + "w_type": "conjugated godan verb", + "romaji": "taorekakatta" + }, + "倒れ掛って": { + "w_type": "conjugated godan verb", + "romaji": "taorekakatte" + }, + "迷い込ま": { + "w_type": "godan verb stem", + "romaji": "mayoikoma" + }, + "迷い込み": { + "w_type": "godan verb stem", + "romaji": "mayoikomi" + }, + "迷い込め": { + "w_type": "conjugated godan verb", + "romaji": "mayoikome" + }, + "迷い込も": { + "w_type": "godan verb stem", + "romaji": "mayoikomo" + }, + "迷い込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mayoikonda" + }, + "迷い込んで": { + "w_type": "conjugated godan verb", + "romaji": "mayoikonde" + }, + "凝ら": { + "w_type": "godan verb stem", + "romaji": "kora" + }, + "凝り": { + "w_type": "godan verb stem", + "romaji": "kori" + }, + "凝れ": { + "w_type": "conjugated godan verb", + "romaji": "kore" + }, + "凝ろ": { + "w_type": "godan verb stem", + "romaji": "koro" + }, + "凝った": { + "w_type": "conjugated godan verb", + "romaji": "kotta" + }, + "凝って": { + "w_type": "conjugated godan verb", + "romaji": "kotte" + }, + "絶やさ": { + "w_type": "godan verb stem", + "romaji": "tayasa" + }, + "絶やし": { + "w_type": "godan verb stem", + "romaji": "tayashi" + }, + "絶やせ": { + "w_type": "conjugated godan verb", + "romaji": "tayase" + }, + "絶やそ": { + "w_type": "godan verb stem", + "romaji": "tayaso" + }, + "絶やした": { + "w_type": "conjugated godan verb", + "romaji": "tayashita" + }, + "絶やして": { + "w_type": "conjugated godan verb", + "romaji": "tayashite" + }, + "埋まら": { + "w_type": "godan verb stem", + "romaji": "umara" + }, + "埋まり": { + "w_type": "godan verb stem", + "romaji": "umari" + }, + "埋まれ": { + "w_type": "conjugated godan verb", + "romaji": "umare" + }, + "埋まろ": { + "w_type": "godan verb stem", + "romaji": "umaro" + }, + "埋まった": { + "w_type": "conjugated godan verb", + "romaji": "umatta" + }, + "埋まって": { + "w_type": "conjugated godan verb", + "romaji": "umatte" + }, + "慌てふためか": { + "w_type": "godan verb stem", + "romaji": "awatefutameka" + }, + "慌てふためき": { + "w_type": "godan verb stem", + "romaji": "awatefutameki" + }, + "慌てふためけ": { + "w_type": "conjugated godan verb", + "romaji": "awatefutameke" + }, + "慌てふためこ": { + "w_type": "godan verb stem", + "romaji": "awatefutameko" + }, + "慌てふためいた": { + "w_type": "conjugated godan verb", + "romaji": "awatefutameita" + }, + "慌てふためいて": { + "w_type": "conjugated godan verb", + "romaji": "awatefutameite" + }, + "打ったくら": { + "w_type": "godan verb stem", + "romaji": "buttakura" + }, + "打ったくり": { + "w_type": "godan verb stem", + "romaji": "buttakuri" + }, + "打ったくれ": { + "w_type": "conjugated godan verb", + "romaji": "buttakure" + }, + "打ったくろ": { + "w_type": "godan verb stem", + "romaji": "buttakuro" + }, + "打ったくった": { + "w_type": "conjugated godan verb", + "romaji": "buttakutta" + }, + "打ったくって": { + "w_type": "conjugated godan verb", + "romaji": "buttakutte" + }, + "随わ": { + "w_type": "godan verb stem", + "romaji": "shitagawa" + }, + "随い": { + "w_type": "godan verb stem", + "romaji": "shitagai" + }, + "随え": { + "w_type": "conjugated godan verb", + "romaji": "shitagae" + }, + "随お": { + "w_type": "godan verb stem", + "romaji": "shitagao" + }, + "随った": { + "w_type": "conjugated godan verb", + "romaji": "shitagatta" + }, + "随って": { + "w_type": "conjugated godan verb", + "romaji": "shitagatte" + }, + "危ぶま": { + "w_type": "godan verb stem", + "romaji": "ayabuma" + }, + "危ぶみ": { + "w_type": "godan verb stem", + "romaji": "ayabumi" + }, + "危ぶめ": { + "w_type": "conjugated godan verb", + "romaji": "ayabume" + }, + "危ぶも": { + "w_type": "godan verb stem", + "romaji": "ayabumo" + }, + "危ぶんだ": { + "w_type": "conjugated godan verb", + "romaji": "ayabunda" + }, + "危ぶんで": { + "w_type": "conjugated godan verb", + "romaji": "ayabunde" + }, + "助け出さ": { + "w_type": "godan verb stem", + "romaji": "tasukedasa" + }, + "助け出し": { + "w_type": "godan verb stem", + "romaji": "tasukedashi" + }, + "助け出せ": { + "w_type": "conjugated godan verb", + "romaji": "tasukedase" + }, + "助け出そ": { + "w_type": "godan verb stem", + "romaji": "tasukedaso" + }, + "助け出した": { + "w_type": "conjugated godan verb", + "romaji": "tasukedashita" + }, + "助け出して": { + "w_type": "conjugated godan verb", + "romaji": "tasukedashite" + }, + "炷か": { + "w_type": "godan verb stem", + "romaji": "taka" + }, + "炷き": { + "w_type": "godan verb stem", + "romaji": "taki" + }, + "炷け": { + "w_type": "conjugated godan verb", + "romaji": "take" + }, + "炷こ": { + "w_type": "godan verb stem", + "romaji": "tako" + }, + "炷いた": { + "w_type": "conjugated godan verb", + "romaji": "taita" + }, + "炷いて": { + "w_type": "conjugated godan verb", + "romaji": "taite" + }, + "脹れ上ら": { + "w_type": "godan verb stem", + "romaji": "fukureagara" + }, + "脹れ上り": { + "w_type": "godan verb stem", + "romaji": "fukureagari" + }, + "脹れ上れ": { + "w_type": "conjugated godan verb", + "romaji": "fukureagare" + }, + "脹れ上ろ": { + "w_type": "godan verb stem", + "romaji": "fukureagaro" + }, + "脹れ上った": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatta" + }, + "脹れ上って": { + "w_type": "conjugated godan verb", + "romaji": "fukureagatte" + }, + "下げ渡さ": { + "w_type": "godan verb stem", + "romaji": "sagewatasa" + }, + "下げ渡し": { + "w_type": "godan verb stem", + "romaji": "sagewatashi" + }, + "下げ渡せ": { + "w_type": "conjugated godan verb", + "romaji": "sagewatase" + }, + "下げ渡そ": { + "w_type": "godan verb stem", + "romaji": "sagewataso" + }, + "下げ渡した": { + "w_type": "conjugated godan verb", + "romaji": "sagewatashita" + }, + "下げ渡して": { + "w_type": "conjugated godan verb", + "romaji": "sagewatashite" + }, + "死にかから": { + "w_type": "godan verb stem", + "romaji": "shinikakara" + }, + "死にかかり": { + "w_type": "godan verb stem", + "romaji": "shinikakari" + }, + "死にかかれ": { + "w_type": "conjugated godan verb", + "romaji": "shinikakare" + }, + "死にかかろ": { + "w_type": "godan verb stem", + "romaji": "shinikakaro" + }, + "死にかかった": { + "w_type": "conjugated godan verb", + "romaji": "shinikakatta" + }, + "死にかかって": { + "w_type": "conjugated godan verb", + "romaji": "shinikakatte" + }, + "取囲ま": { + "w_type": "godan verb stem", + "romaji": "torikakoma" + }, + "取囲み": { + "w_type": "godan verb stem", + "romaji": "torikakomi" + }, + "取囲め": { + "w_type": "conjugated godan verb", + "romaji": "torikakome" + }, + "取囲も": { + "w_type": "godan verb stem", + "romaji": "torikakomo" + }, + "取囲んだ": { + "w_type": "conjugated godan verb", + "romaji": "torikakonda" + }, + "取囲んで": { + "w_type": "conjugated godan verb", + "romaji": "torikakonde" + }, + "呼び慕わ": { + "w_type": "godan verb stem", + "romaji": "yobishitawa" + }, + "呼び慕い": { + "w_type": "godan verb stem", + "romaji": "yobishitai" + }, + "呼び慕え": { + "w_type": "conjugated godan verb", + "romaji": "yobishitae" + }, + "呼び慕お": { + "w_type": "godan verb stem", + "romaji": "yobishitao" + }, + "呼び慕った": { + "w_type": "conjugated godan verb", + "romaji": "yobishitatta" + }, + "呼び慕って": { + "w_type": "conjugated godan verb", + "romaji": "yobishitatte" + }, + "直さ": { + "w_type": "godan verb stem", + "romaji": "naosa" + }, + "直し": { + "w_type": "godan verb stem", + "romaji": "naoshi" + }, + "直せ": { + "w_type": "conjugated godan verb", + "romaji": "naose" + }, + "直そ": { + "w_type": "godan verb stem", + "romaji": "naoso" + }, + "直した": { + "w_type": "conjugated godan verb", + "romaji": "naoshita" + }, + "直して": { + "w_type": "conjugated godan verb", + "romaji": "naoshite" + }, + "疲れきら": { + "w_type": "godan verb stem", + "romaji": "tsukarekira" + }, + "疲れきり": { + "w_type": "godan verb stem", + "romaji": "tsukarekiri" + }, + "疲れきれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukarekire" + }, + "疲れきろ": { + "w_type": "godan verb stem", + "romaji": "tsukarekiro" + }, + "疲れきった": { + "w_type": "conjugated godan verb", + "romaji": "tsukarekitta" + }, + "疲れきって": { + "w_type": "conjugated godan verb", + "romaji": "tsukarekitte" + }, + "研澄まさ": { + "w_type": "godan verb stem", + "romaji": "togisumasa" + }, + "研澄まし": { + "w_type": "godan verb stem", + "romaji": "togisumashi" + }, + "研澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "togisumase" + }, + "研澄まそ": { + "w_type": "godan verb stem", + "romaji": "togisumaso" + }, + "研澄ました": { + "w_type": "conjugated godan verb", + "romaji": "togisumashita" + }, + "研澄まして": { + "w_type": "conjugated godan verb", + "romaji": "togisumashite" + }, + "たたき起こさ": { + "w_type": "godan verb stem", + "romaji": "tatakiokosa" + }, + "たたき起こし": { + "w_type": "godan verb stem", + "romaji": "tatakiokoshi" + }, + "たたき起こせ": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokose" + }, + "たたき起こそ": { + "w_type": "godan verb stem", + "romaji": "tatakiokoso" + }, + "たたき起こした": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokoshita" + }, + "たたき起こして": { + "w_type": "conjugated godan verb", + "romaji": "tatakiokoshite" + }, + "繰越さ": { + "w_type": "godan verb stem", + "romaji": "kurikosa" + }, + "繰越し": { + "w_type": "godan verb stem", + "romaji": "kurikoshi" + }, + "繰越せ": { + "w_type": "conjugated godan verb", + "romaji": "kurikose" + }, + "繰越そ": { + "w_type": "godan verb stem", + "romaji": "kurikoso" + }, + "繰越した": { + "w_type": "conjugated godan verb", + "romaji": "kurikoshita" + }, + "繰越して": { + "w_type": "conjugated godan verb", + "romaji": "kurikoshite" + }, + "賀さ": { + "w_type": "godan verb stem", + "romaji": "gasa" + }, + "賀し": { + "w_type": "godan verb stem", + "romaji": "gashi" + }, + "賀せ": { + "w_type": "conjugated godan verb", + "romaji": "gase" + }, + "賀そ": { + "w_type": "godan verb stem", + "romaji": "gaso" + }, + "賀した": { + "w_type": "conjugated godan verb", + "romaji": "gashita" + }, + "賀して": { + "w_type": "conjugated godan verb", + "romaji": "gashite" + }, + "乏しくなら": { + "w_type": "godan verb stem", + "romaji": "toboshikunara" + }, + "乏しくなり": { + "w_type": "godan verb stem", + "romaji": "toboshikunari" + }, + "乏しくなれ": { + "w_type": "conjugated godan verb", + "romaji": "toboshikunare" + }, + "乏しくなろ": { + "w_type": "godan verb stem", + "romaji": "toboshikunaro" + }, + "乏しくなった": { + "w_type": "conjugated godan verb", + "romaji": "toboshikunatta" + }, + "乏しくなって": { + "w_type": "conjugated godan verb", + "romaji": "toboshikunatte" + }, + "逃惑わ": { + "w_type": "godan verb stem", + "romaji": "nigemadowa" + }, + "逃惑い": { + "w_type": "godan verb stem", + "romaji": "nigemadoi" + }, + "逃惑え": { + "w_type": "conjugated godan verb", + "romaji": "nigemadoe" + }, + "逃惑お": { + "w_type": "godan verb stem", + "romaji": "nigemadoo" + }, + "逃惑った": { + "w_type": "conjugated godan verb", + "romaji": "nigemadotta" + }, + "逃惑って": { + "w_type": "conjugated godan verb", + "romaji": "nigemadotte" + }, + "聞き損なわ": { + "w_type": "godan verb stem", + "romaji": "kikisokonawa" + }, + "聞き損ない": { + "w_type": "godan verb stem", + "romaji": "kikisokonai" + }, + "聞き損なえ": { + "w_type": "conjugated godan verb", + "romaji": "kikisokonae" + }, + "聞き損なお": { + "w_type": "godan verb stem", + "romaji": "kikisokonao" + }, + "聞き損なった": { + "w_type": "conjugated godan verb", + "romaji": "kikisokonatta" + }, + "聞き損なって": { + "w_type": "conjugated godan verb", + "romaji": "kikisokonatte" + }, + "踏出さ": { + "w_type": "godan verb stem", + "romaji": "fumidasa" + }, + "踏出し": { + "w_type": "godan verb stem", + "romaji": "fumidashi" + }, + "踏出せ": { + "w_type": "conjugated godan verb", + "romaji": "fumidase" + }, + "踏出そ": { + "w_type": "godan verb stem", + "romaji": "fumidaso" + }, + "踏出した": { + "w_type": "conjugated godan verb", + "romaji": "fumidashita" + }, + "踏出して": { + "w_type": "conjugated godan verb", + "romaji": "fumidashite" + }, + "鐫ら": { + "w_type": "godan verb stem", + "romaji": "hora" + }, + "鐫り": { + "w_type": "godan verb stem", + "romaji": "hori" + }, + "鐫れ": { + "w_type": "conjugated godan verb", + "romaji": "hore" + }, + "鐫ろ": { + "w_type": "godan verb stem", + "romaji": "horo" + }, + "鐫った": { + "w_type": "conjugated godan verb", + "romaji": "hotta" + }, + "鐫って": { + "w_type": "conjugated godan verb", + "romaji": "hotte" + }, + "沮ま": { + "w_type": "godan verb stem", + "romaji": "habama" + }, + "沮み": { + "w_type": "godan verb stem", + "romaji": "habami" + }, + "沮め": { + "w_type": "conjugated godan verb", + "romaji": "habame" + }, + "沮も": { + "w_type": "godan verb stem", + "romaji": "habamo" + }, + "沮んだ": { + "w_type": "conjugated godan verb", + "romaji": "habanda" + }, + "沮んで": { + "w_type": "conjugated godan verb", + "romaji": "habande" + }, + "伴なわ": { + "w_type": "godan verb stem", + "romaji": "tomonawa" + }, + "伴ない": { + "w_type": "godan verb stem", + "romaji": "tomonai" + }, + "伴なえ": { + "w_type": "conjugated godan verb", + "romaji": "tomonae" + }, + "伴なお": { + "w_type": "godan verb stem", + "romaji": "tomonao" + }, + "伴なった": { + "w_type": "conjugated godan verb", + "romaji": "tomonatta" + }, + "伴なって": { + "w_type": "conjugated godan verb", + "romaji": "tomonatte" + }, + "駈出さ": { + "w_type": "godan verb stem", + "romaji": "kakedasa" + }, + "駈出し": { + "w_type": "godan verb stem", + "romaji": "kakedashi" + }, + "駈出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakedase" + }, + "駈出そ": { + "w_type": "godan verb stem", + "romaji": "kakedaso" + }, + "駈出した": { + "w_type": "conjugated godan verb", + "romaji": "kakedashita" + }, + "駈出して": { + "w_type": "conjugated godan verb", + "romaji": "kakedashite" + }, + "想い至ら": { + "w_type": "godan verb stem", + "romaji": "omoiitara" + }, + "想い至り": { + "w_type": "godan verb stem", + "romaji": "omoiitari" + }, + "想い至れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiitare" + }, + "想い至ろ": { + "w_type": "godan verb stem", + "romaji": "omoiitaro" + }, + "想い至った": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatta" + }, + "想い至って": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatte" + }, + "取下ろさ": { + "w_type": "godan verb stem", + "romaji": "toriorosa" + }, + "取下ろし": { + "w_type": "godan verb stem", + "romaji": "torioroshi" + }, + "取下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "toriorose" + }, + "取下ろそ": { + "w_type": "godan verb stem", + "romaji": "torioroso" + }, + "取下ろした": { + "w_type": "conjugated godan verb", + "romaji": "torioroshita" + }, + "取下ろして": { + "w_type": "conjugated godan verb", + "romaji": "torioroshite" + }, + "成下がら": { + "w_type": "godan verb stem", + "romaji": "narisagara" + }, + "成下がり": { + "w_type": "godan verb stem", + "romaji": "narisagari" + }, + "成下がれ": { + "w_type": "conjugated godan verb", + "romaji": "narisagare" + }, + "成下がろ": { + "w_type": "godan verb stem", + "romaji": "narisagaro" + }, + "成下がった": { + "w_type": "conjugated godan verb", + "romaji": "narisagatta" + }, + "成下がって": { + "w_type": "conjugated godan verb", + "romaji": "narisagatte" + }, + "突っ走ら": { + "w_type": "godan verb stem", + "romaji": "tsuppashira" + }, + "突っ走り": { + "w_type": "godan verb stem", + "romaji": "tsuppashiri" + }, + "突っ走れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuppashire" + }, + "突っ走ろ": { + "w_type": "godan verb stem", + "romaji": "tsuppashiro" + }, + "突っ走った": { + "w_type": "conjugated godan verb", + "romaji": "tsuppashitta" + }, + "突っ走って": { + "w_type": "conjugated godan verb", + "romaji": "tsuppashitte" + }, + "お出でなさら": { + "w_type": "godan verb stem", + "romaji": "oidenasara" + }, + "お出でなさり": { + "w_type": "godan verb stem", + "romaji": "oidenasari" + }, + "お出でなされ": { + "w_type": "conjugated godan verb", + "romaji": "oidenasare" + }, + "お出でなさろ": { + "w_type": "godan verb stem", + "romaji": "oidenasaro" + }, + "お出でなさった": { + "w_type": "conjugated godan verb", + "romaji": "oidenasatta" + }, + "お出でなさって": { + "w_type": "conjugated godan verb", + "romaji": "oidenasatte" + }, + "切り枯らさ": { + "w_type": "godan verb stem", + "romaji": "kirikarasa" + }, + "切り枯らし": { + "w_type": "godan verb stem", + "romaji": "kirikarashi" + }, + "切り枯らせ": { + "w_type": "conjugated godan verb", + "romaji": "kirikarase" + }, + "切り枯らそ": { + "w_type": "godan verb stem", + "romaji": "kirikaraso" + }, + "切り枯らした": { + "w_type": "conjugated godan verb", + "romaji": "kirikarashita" + }, + "切り枯らして": { + "w_type": "conjugated godan verb", + "romaji": "kirikarashite" + }, + "立籠ら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "立籠り": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "立籠れ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "立籠ろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "立籠った": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "立籠って": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "血塗ら": { + "w_type": "godan verb stem", + "romaji": "chinura" + }, + "血塗り": { + "w_type": "godan verb stem", + "romaji": "chinuri" + }, + "血塗れ": { + "w_type": "conjugated godan verb", + "romaji": "chinure" + }, + "血塗ろ": { + "w_type": "godan verb stem", + "romaji": "chinuro" + }, + "血塗った": { + "w_type": "conjugated godan verb", + "romaji": "chinutta" + }, + "血塗って": { + "w_type": "conjugated godan verb", + "romaji": "chinutte" + }, + "取交わさ": { + "w_type": "godan verb stem", + "romaji": "torikawasa" + }, + "取交わし": { + "w_type": "godan verb stem", + "romaji": "torikawashi" + }, + "取交わせ": { + "w_type": "conjugated godan verb", + "romaji": "torikawase" + }, + "取交わそ": { + "w_type": "godan verb stem", + "romaji": "torikawaso" + }, + "取交わした": { + "w_type": "conjugated godan verb", + "romaji": "torikawashita" + }, + "取交わして": { + "w_type": "conjugated godan verb", + "romaji": "torikawashite" + }, + "ぬき出さ": { + "w_type": "godan verb stem", + "romaji": "nukidasa" + }, + "ぬき出し": { + "w_type": "godan verb stem", + "romaji": "nukidashi" + }, + "ぬき出せ": { + "w_type": "conjugated godan verb", + "romaji": "nukidase" + }, + "ぬき出そ": { + "w_type": "godan verb stem", + "romaji": "nukidaso" + }, + "ぬき出した": { + "w_type": "conjugated godan verb", + "romaji": "nukidashita" + }, + "ぬき出して": { + "w_type": "conjugated godan verb", + "romaji": "nukidashite" + }, + "活け込ま": { + "w_type": "godan verb stem", + "romaji": "ikekoma" + }, + "活け込み": { + "w_type": "godan verb stem", + "romaji": "ikekomi" + }, + "活け込め": { + "w_type": "conjugated godan verb", + "romaji": "ikekome" + }, + "活け込も": { + "w_type": "godan verb stem", + "romaji": "ikekomo" + }, + "活け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "ikekonda" + }, + "活け込んで": { + "w_type": "conjugated godan verb", + "romaji": "ikekonde" + }, + "磨り潰さ": { + "w_type": "godan verb stem", + "romaji": "suritsubusa" + }, + "磨り潰し": { + "w_type": "godan verb stem", + "romaji": "suritsubushi" + }, + "磨り潰せ": { + "w_type": "conjugated godan verb", + "romaji": "suritsubuse" + }, + "磨り潰そ": { + "w_type": "godan verb stem", + "romaji": "suritsubuso" + }, + "磨り潰した": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushita" + }, + "磨り潰して": { + "w_type": "conjugated godan verb", + "romaji": "suritsubushite" + }, + "雑ざら": { + "w_type": "godan verb stem", + "romaji": "mazara" + }, + "雑ざり": { + "w_type": "godan verb stem", + "romaji": "mazari" + }, + "雑ざれ": { + "w_type": "conjugated godan verb", + "romaji": "mazare" + }, + "雑ざろ": { + "w_type": "godan verb stem", + "romaji": "mazaro" + }, + "雑ざった": { + "w_type": "conjugated godan verb", + "romaji": "mazatta" + }, + "雑ざって": { + "w_type": "conjugated godan verb", + "romaji": "mazatte" + }, + "雲突か": { + "w_type": "godan verb stem", + "romaji": "kumotsuka" + }, + "雲突き": { + "w_type": "godan verb stem", + "romaji": "kumotsuki" + }, + "雲突け": { + "w_type": "conjugated godan verb", + "romaji": "kumotsuke" + }, + "雲突こ": { + "w_type": "godan verb stem", + "romaji": "kumotsuko" + }, + "雲突いた": { + "w_type": "conjugated godan verb", + "romaji": "kumotsuita" + }, + "雲突いて": { + "w_type": "conjugated godan verb", + "romaji": "kumotsuite" + }, + "躙ら": { + "w_type": "godan verb stem", + "romaji": "nijira" + }, + "躙り": { + "w_type": "godan verb stem", + "romaji": "nijiri" + }, + "躙れ": { + "w_type": "conjugated godan verb", + "romaji": "nijire" + }, + "躙ろ": { + "w_type": "godan verb stem", + "romaji": "nijiro" + }, + "躙った": { + "w_type": "conjugated godan verb", + "romaji": "nijitta" + }, + "躙って": { + "w_type": "conjugated godan verb", + "romaji": "nijitte" + }, + "粧し込ま": { + "w_type": "godan verb stem", + "romaji": "mekashikoma" + }, + "粧し込み": { + "w_type": "godan verb stem", + "romaji": "mekashikomi" + }, + "粧し込め": { + "w_type": "conjugated godan verb", + "romaji": "mekashikome" + }, + "粧し込も": { + "w_type": "godan verb stem", + "romaji": "mekashikomo" + }, + "粧し込んだ": { + "w_type": "conjugated godan verb", + "romaji": "mekashikonda" + }, + "粧し込んで": { + "w_type": "conjugated godan verb", + "romaji": "mekashikonde" + }, + "参ら": { + "w_type": "godan verb stem", + "romaji": "maira" + }, + "参り": { + "w_type": "godan verb stem", + "romaji": "mairi" + }, + "参れ": { + "w_type": "conjugated godan verb", + "romaji": "maire" + }, + "参ろ": { + "w_type": "godan verb stem", + "romaji": "mairo" + }, + "参った": { + "w_type": "conjugated godan verb", + "romaji": "maitta" + }, + "参って": { + "w_type": "conjugated godan verb", + "romaji": "maitte" + }, + "挿ま": { + "w_type": "godan verb stem", + "romaji": "hasama" + }, + "挿み": { + "w_type": "godan verb stem", + "romaji": "hasami" + }, + "挿め": { + "w_type": "conjugated godan verb", + "romaji": "hasame" + }, + "挿も": { + "w_type": "godan verb stem", + "romaji": "hasamo" + }, + "挿んだ": { + "w_type": "conjugated godan verb", + "romaji": "hasanda" + }, + "挿んで": { + "w_type": "conjugated godan verb", + "romaji": "hasande" + }, + "食下ら": { + "w_type": "godan verb stem", + "romaji": "kuisagara" + }, + "食下り": { + "w_type": "godan verb stem", + "romaji": "kuisagari" + }, + "食下れ": { + "w_type": "conjugated godan verb", + "romaji": "kuisagare" + }, + "食下ろ": { + "w_type": "godan verb stem", + "romaji": "kuisagaro" + }, + "食下った": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatta" + }, + "食下って": { + "w_type": "conjugated godan verb", + "romaji": "kuisagatte" + }, + "心温まら": { + "w_type": "godan verb stem", + "romaji": "kokoroatatamara" + }, + "心温まり": { + "w_type": "godan verb stem", + "romaji": "kokoroatatamari" + }, + "心温まれ": { + "w_type": "conjugated godan verb", + "romaji": "kokoroatatamare" + }, + "心温まろ": { + "w_type": "godan verb stem", + "romaji": "kokoroatatamaro" + }, + "心温まった": { + "w_type": "conjugated godan verb", + "romaji": "kokoroatatamatta" + }, + "心温まって": { + "w_type": "conjugated godan verb", + "romaji": "kokoroatatamatte" + }, + "歯向かわ": { + "w_type": "godan verb stem", + "romaji": "hamukawa" + }, + "歯向かい": { + "w_type": "godan verb stem", + "romaji": "hamukai" + }, + "歯向かえ": { + "w_type": "conjugated godan verb", + "romaji": "hamukae" + }, + "歯向かお": { + "w_type": "godan verb stem", + "romaji": "hamukao" + }, + "歯向かった": { + "w_type": "conjugated godan verb", + "romaji": "hamukatta" + }, + "歯向かって": { + "w_type": "conjugated godan verb", + "romaji": "hamukatte" + }, + "行詰ら": { + "w_type": "godan verb stem", + "romaji": "ikizumara" + }, + "行詰り": { + "w_type": "godan verb stem", + "romaji": "ikizumari" + }, + "行詰れ": { + "w_type": "conjugated godan verb", + "romaji": "ikizumare" + }, + "行詰ろ": { + "w_type": "godan verb stem", + "romaji": "ikizumaro" + }, + "行詰った": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatta" + }, + "行詰って": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatte" + }, + "践ま": { + "w_type": "godan verb stem", + "romaji": "fuma" + }, + "践み": { + "w_type": "godan verb stem", + "romaji": "fumi" + }, + "践め": { + "w_type": "conjugated godan verb", + "romaji": "fume" + }, + "践も": { + "w_type": "godan verb stem", + "romaji": "fumo" + }, + "践んだ": { + "w_type": "conjugated godan verb", + "romaji": "funda" + }, + "践んで": { + "w_type": "conjugated godan verb", + "romaji": "funde" + }, + "振起こさ": { + "w_type": "godan verb stem", + "romaji": "furiokosa" + }, + "振起こし": { + "w_type": "godan verb stem", + "romaji": "furiokoshi" + }, + "振起こせ": { + "w_type": "conjugated godan verb", + "romaji": "furiokose" + }, + "振起こそ": { + "w_type": "godan verb stem", + "romaji": "furiokoso" + }, + "振起こした": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshita" + }, + "振起こして": { + "w_type": "conjugated godan verb", + "romaji": "furiokoshite" + }, + "時代掛ら": { + "w_type": "godan verb stem", + "romaji": "jidaigakara" + }, + "時代掛り": { + "w_type": "godan verb stem", + "romaji": "jidaigakari" + }, + "時代掛れ": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakare" + }, + "時代掛ろ": { + "w_type": "godan verb stem", + "romaji": "jidaigakaro" + }, + "時代掛った": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakatta" + }, + "時代掛って": { + "w_type": "conjugated godan verb", + "romaji": "jidaigakatte" + }, + "当たり散らさ": { + "w_type": "godan verb stem", + "romaji": "atarichirasa" + }, + "当たり散らし": { + "w_type": "godan verb stem", + "romaji": "atarichirashi" + }, + "当たり散らせ": { + "w_type": "conjugated godan verb", + "romaji": "atarichirase" + }, + "当たり散らそ": { + "w_type": "godan verb stem", + "romaji": "atarichiraso" + }, + "当たり散らした": { + "w_type": "conjugated godan verb", + "romaji": "atarichirashita" + }, + "当たり散らして": { + "w_type": "conjugated godan verb", + "romaji": "atarichirashite" + }, + "息吐か": { + "w_type": "godan verb stem", + "romaji": "ikitsuka" + }, + "息吐き": { + "w_type": "godan verb stem", + "romaji": "ikitsuki" + }, + "息吐け": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuke" + }, + "息吐こ": { + "w_type": "godan verb stem", + "romaji": "ikitsuko" + }, + "息吐いた": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuita" + }, + "息吐いて": { + "w_type": "conjugated godan verb", + "romaji": "ikitsuite" + }, + "歩み去ら": { + "w_type": "godan verb stem", + "romaji": "ayumisara" + }, + "歩み去り": { + "w_type": "godan verb stem", + "romaji": "ayumisari" + }, + "歩み去れ": { + "w_type": "conjugated godan verb", + "romaji": "ayumisare" + }, + "歩み去ろ": { + "w_type": "godan verb stem", + "romaji": "ayumisaro" + }, + "歩み去った": { + "w_type": "conjugated godan verb", + "romaji": "ayumisatta" + }, + "歩み去って": { + "w_type": "conjugated godan verb", + "romaji": "ayumisatte" + }, + "強張ら": { + "w_type": "godan verb stem", + "romaji": "kowabara" + }, + "強張り": { + "w_type": "godan verb stem", + "romaji": "kowabari" + }, + "強張れ": { + "w_type": "conjugated godan verb", + "romaji": "kowabare" + }, + "強張ろ": { + "w_type": "godan verb stem", + "romaji": "kowabaro" + }, + "強張った": { + "w_type": "conjugated godan verb", + "romaji": "kowabatta" + }, + "強張って": { + "w_type": "conjugated godan verb", + "romaji": "kowabatte" + }, + "嘲けら": { + "w_type": "godan verb stem", + "romaji": "azakera" + }, + "嘲けり": { + "w_type": "godan verb stem", + "romaji": "azakeri" + }, + "嘲けれ": { + "w_type": "conjugated godan verb", + "romaji": "azakere" + }, + "嘲けろ": { + "w_type": "godan verb stem", + "romaji": "azakero" + }, + "嘲けった": { + "w_type": "conjugated godan verb", + "romaji": "azaketta" + }, + "嘲けって": { + "w_type": "conjugated godan verb", + "romaji": "azakette" + }, + "杓ら": { + "w_type": "godan verb stem", + "romaji": "shakura" + }, + "杓り": { + "w_type": "godan verb stem", + "romaji": "shakuri" + }, + "杓れ": { + "w_type": "conjugated godan verb", + "romaji": "shakure" + }, + "杓ろ": { + "w_type": "godan verb stem", + "romaji": "shakuro" + }, + "杓った": { + "w_type": "conjugated godan verb", + "romaji": "shakutta" + }, + "杓って": { + "w_type": "conjugated godan verb", + "romaji": "shakutte" + }, + "踏み消さ": { + "w_type": "godan verb stem", + "romaji": "fumikesa" + }, + "踏み消し": { + "w_type": "godan verb stem", + "romaji": "fumikeshi" + }, + "踏み消せ": { + "w_type": "conjugated godan verb", + "romaji": "fumikese" + }, + "踏み消そ": { + "w_type": "godan verb stem", + "romaji": "fumikeso" + }, + "踏み消した": { + "w_type": "conjugated godan verb", + "romaji": "fumikeshita" + }, + "踏み消して": { + "w_type": "conjugated godan verb", + "romaji": "fumikeshite" + }, + "截ち切ら": { + "w_type": "godan verb stem", + "romaji": "tachikira" + }, + "截ち切り": { + "w_type": "godan verb stem", + "romaji": "tachikiri" + }, + "截ち切れ": { + "w_type": "conjugated godan verb", + "romaji": "tachikire" + }, + "截ち切ろ": { + "w_type": "godan verb stem", + "romaji": "tachikiro" + }, + "截ち切った": { + "w_type": "conjugated godan verb", + "romaji": "tachikitta" + }, + "截ち切って": { + "w_type": "conjugated godan verb", + "romaji": "tachikitte" + }, + "押し流さ": { + "w_type": "godan verb stem", + "romaji": "oshinagasa" + }, + "押し流し": { + "w_type": "godan verb stem", + "romaji": "oshinagashi" + }, + "押し流せ": { + "w_type": "conjugated godan verb", + "romaji": "oshinagase" + }, + "押し流そ": { + "w_type": "godan verb stem", + "romaji": "oshinagaso" + }, + "押し流した": { + "w_type": "conjugated godan verb", + "romaji": "oshinagashita" + }, + "押し流して": { + "w_type": "conjugated godan verb", + "romaji": "oshinagashite" + }, + "富ま": { + "w_type": "godan verb stem", + "romaji": "toma" + }, + "富み": { + "w_type": "godan verb stem", + "romaji": "tomi" + }, + "富め": { + "w_type": "conjugated godan verb", + "romaji": "tome" + }, + "富も": { + "w_type": "godan verb stem", + "romaji": "tomo" + }, + "富んだ": { + "w_type": "conjugated godan verb", + "romaji": "tonda" + }, + "富んで": { + "w_type": "conjugated godan verb", + "romaji": "tonde" + }, + "交わ": { + "w_type": "godan verb stem", + "romaji": "kawa" + }, + "交い": { + "w_type": "godan verb stem", + "romaji": "kai" + }, + "交え": { + "w_type": "conjugated godan verb", + "romaji": "kae" + }, + "交お": { + "w_type": "godan verb stem", + "romaji": "kao" + }, + "交った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "交って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "問い直さ": { + "w_type": "godan verb stem", + "romaji": "toinaosa" + }, + "問い直し": { + "w_type": "godan verb stem", + "romaji": "toinaoshi" + }, + "問い直せ": { + "w_type": "conjugated godan verb", + "romaji": "toinaose" + }, + "問い直そ": { + "w_type": "godan verb stem", + "romaji": "toinaoso" + }, + "問い直した": { + "w_type": "conjugated godan verb", + "romaji": "toinaoshita" + }, + "問い直して": { + "w_type": "conjugated godan verb", + "romaji": "toinaoshite" + }, + "乗越さ": { + "w_type": "godan verb stem", + "romaji": "norikosa" + }, + "乗越し": { + "w_type": "godan verb stem", + "romaji": "norikoshi" + }, + "乗越せ": { + "w_type": "conjugated godan verb", + "romaji": "norikose" + }, + "乗越そ": { + "w_type": "godan verb stem", + "romaji": "norikoso" + }, + "乗越した": { + "w_type": "conjugated godan verb", + "romaji": "norikoshita" + }, + "乗越して": { + "w_type": "conjugated godan verb", + "romaji": "norikoshite" + }, + "踏荒らさ": { + "w_type": "godan verb stem", + "romaji": "fumiarasa" + }, + "踏荒らし": { + "w_type": "godan verb stem", + "romaji": "fumiarashi" + }, + "踏荒らせ": { + "w_type": "conjugated godan verb", + "romaji": "fumiarase" + }, + "踏荒らそ": { + "w_type": "godan verb stem", + "romaji": "fumiaraso" + }, + "踏荒らした": { + "w_type": "conjugated godan verb", + "romaji": "fumiarashita" + }, + "踏荒らして": { + "w_type": "conjugated godan verb", + "romaji": "fumiarashite" + }, + "挫か": { + "w_type": "godan verb stem", + "romaji": "kujika" + }, + "挫き": { + "w_type": "godan verb stem", + "romaji": "kujiki" + }, + "挫け": { + "w_type": "conjugated godan verb", + "romaji": "kujike" + }, + "挫こ": { + "w_type": "godan verb stem", + "romaji": "kujiko" + }, + "挫いた": { + "w_type": "conjugated godan verb", + "romaji": "kujiita" + }, + "挫いて": { + "w_type": "conjugated godan verb", + "romaji": "kujiite" + }, + "引きずり出さ": { + "w_type": "godan verb stem", + "romaji": "hikizuridasa" + }, + "引きずり出し": { + "w_type": "godan verb stem", + "romaji": "hikizuridashi" + }, + "引きずり出せ": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridase" + }, + "引きずり出そ": { + "w_type": "godan verb stem", + "romaji": "hikizuridaso" + }, + "引きずり出した": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridashita" + }, + "引きずり出して": { + "w_type": "conjugated godan verb", + "romaji": "hikizuridashite" + }, + "振り翳さ": { + "w_type": "godan verb stem", + "romaji": "furikazasa" + }, + "振り翳し": { + "w_type": "godan verb stem", + "romaji": "furikazashi" + }, + "振り翳せ": { + "w_type": "conjugated godan verb", + "romaji": "furikazase" + }, + "振り翳そ": { + "w_type": "godan verb stem", + "romaji": "furikazaso" + }, + "振り翳した": { + "w_type": "conjugated godan verb", + "romaji": "furikazashita" + }, + "振り翳して": { + "w_type": "conjugated godan verb", + "romaji": "furikazashite" + }, + "鳴出さ": { + "w_type": "godan verb stem", + "romaji": "nakidasa" + }, + "鳴出し": { + "w_type": "godan verb stem", + "romaji": "nakidashi" + }, + "鳴出せ": { + "w_type": "conjugated godan verb", + "romaji": "nakidase" + }, + "鳴出そ": { + "w_type": "godan verb stem", + "romaji": "nakidaso" + }, + "鳴出した": { + "w_type": "conjugated godan verb", + "romaji": "nakidashita" + }, + "鳴出して": { + "w_type": "conjugated godan verb", + "romaji": "nakidashite" + }, + "寝静まら": { + "w_type": "godan verb stem", + "romaji": "neshizumara" + }, + "寝静まり": { + "w_type": "godan verb stem", + "romaji": "neshizumari" + }, + "寝静まれ": { + "w_type": "conjugated godan verb", + "romaji": "neshizumare" + }, + "寝静まろ": { + "w_type": "godan verb stem", + "romaji": "neshizumaro" + }, + "寝静まった": { + "w_type": "conjugated godan verb", + "romaji": "neshizumatta" + }, + "寝静まって": { + "w_type": "conjugated godan verb", + "romaji": "neshizumatte" + }, + "指差さ": { + "w_type": "godan verb stem", + "romaji": "yubisasa" + }, + "指差し": { + "w_type": "godan verb stem", + "romaji": "yubisashi" + }, + "指差せ": { + "w_type": "conjugated godan verb", + "romaji": "yubisase" + }, + "指差そ": { + "w_type": "godan verb stem", + "romaji": "yubisaso" + }, + "指差した": { + "w_type": "conjugated godan verb", + "romaji": "yubisashita" + }, + "指差して": { + "w_type": "conjugated godan verb", + "romaji": "yubisashite" + }, + "見縊ら": { + "w_type": "godan verb stem", + "romaji": "mikubira" + }, + "見縊り": { + "w_type": "godan verb stem", + "romaji": "mikubiri" + }, + "見縊れ": { + "w_type": "conjugated godan verb", + "romaji": "mikubire" + }, + "見縊ろ": { + "w_type": "godan verb stem", + "romaji": "mikubiro" + }, + "見縊った": { + "w_type": "conjugated godan verb", + "romaji": "mikubitta" + }, + "見縊って": { + "w_type": "conjugated godan verb", + "romaji": "mikubitte" + }, + "過ぎ行か": { + "w_type": "godan verb stem", + "romaji": "sugiyuka" + }, + "過ぎ行き": { + "w_type": "godan verb stem", + "romaji": "sugiyuki" + }, + "過ぎ行け": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuke" + }, + "過ぎ行こ": { + "w_type": "godan verb stem", + "romaji": "sugiyuko" + }, + "過ぎ行いた": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuita" + }, + "過ぎ行いて": { + "w_type": "conjugated godan verb", + "romaji": "sugiyuite" + }, + "様変わら": { + "w_type": "godan verb stem", + "romaji": "samagawara" + }, + "様変わり": { + "w_type": "godan verb stem", + "romaji": "samagawari" + }, + "様変われ": { + "w_type": "conjugated godan verb", + "romaji": "samagaware" + }, + "様変わろ": { + "w_type": "godan verb stem", + "romaji": "samagawaro" + }, + "様変わった": { + "w_type": "conjugated godan verb", + "romaji": "samagawatta" + }, + "様変わって": { + "w_type": "conjugated godan verb", + "romaji": "samagawatte" + }, + "鳴りださ": { + "w_type": "godan verb stem", + "romaji": "naridasa" + }, + "鳴りだし": { + "w_type": "godan verb stem", + "romaji": "naridashi" + }, + "鳴りだせ": { + "w_type": "conjugated godan verb", + "romaji": "naridase" + }, + "鳴りだそ": { + "w_type": "godan verb stem", + "romaji": "naridaso" + }, + "鳴りだした": { + "w_type": "conjugated godan verb", + "romaji": "naridashita" + }, + "鳴りだして": { + "w_type": "conjugated godan verb", + "romaji": "naridashite" + }, + "座さ": { + "w_type": "godan verb stem", + "romaji": "zasa" + }, + "座し": { + "w_type": "godan verb stem", + "romaji": "zashi" + }, + "座せ": { + "w_type": "conjugated godan verb", + "romaji": "zase" + }, + "座そ": { + "w_type": "godan verb stem", + "romaji": "zaso" + }, + "座した": { + "w_type": "conjugated godan verb", + "romaji": "zashita" + }, + "座して": { + "w_type": "conjugated godan verb", + "romaji": "zashite" + }, + "偸ま": { + "w_type": "godan verb stem", + "romaji": "nusuma" + }, + "偸み": { + "w_type": "godan verb stem", + "romaji": "nusumi" + }, + "偸め": { + "w_type": "conjugated godan verb", + "romaji": "nusume" + }, + "偸も": { + "w_type": "godan verb stem", + "romaji": "nusumo" + }, + "偸んだ": { + "w_type": "conjugated godan verb", + "romaji": "nusunda" + }, + "偸んで": { + "w_type": "conjugated godan verb", + "romaji": "nusunde" + }, + "差し招か": { + "w_type": "godan verb stem", + "romaji": "sashimaneka" + }, + "差し招き": { + "w_type": "godan verb stem", + "romaji": "sashimaneki" + }, + "差し招け": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneke" + }, + "差し招こ": { + "w_type": "godan verb stem", + "romaji": "sashimaneko" + }, + "差し招いた": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneita" + }, + "差し招いて": { + "w_type": "conjugated godan verb", + "romaji": "sashimaneite" + }, + "打っ欠か": { + "w_type": "godan verb stem", + "romaji": "bukkaka" + }, + "打っ欠き": { + "w_type": "godan verb stem", + "romaji": "bukkaki" + }, + "打っ欠け": { + "w_type": "conjugated godan verb", + "romaji": "bukkake" + }, + "打っ欠こ": { + "w_type": "godan verb stem", + "romaji": "bukkako" + }, + "打っ欠いた": { + "w_type": "conjugated godan verb", + "romaji": "bukkaita" + }, + "打っ欠いて": { + "w_type": "conjugated godan verb", + "romaji": "bukkaite" + }, + "銜えこま": { + "w_type": "godan verb stem", + "romaji": "kuwaekoma" + }, + "銜えこみ": { + "w_type": "godan verb stem", + "romaji": "kuwaekomi" + }, + "銜えこめ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekome" + }, + "銜えこも": { + "w_type": "godan verb stem", + "romaji": "kuwaekomo" + }, + "銜えこんだ": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonda" + }, + "銜えこんで": { + "w_type": "conjugated godan verb", + "romaji": "kuwaekonde" + }, + "さし出さ": { + "w_type": "godan verb stem", + "romaji": "sashidasa" + }, + "さし出し": { + "w_type": "godan verb stem", + "romaji": "sashidashi" + }, + "さし出せ": { + "w_type": "conjugated godan verb", + "romaji": "sashidase" + }, + "さし出そ": { + "w_type": "godan verb stem", + "romaji": "sashidaso" + }, + "さし出した": { + "w_type": "conjugated godan verb", + "romaji": "sashidashita" + }, + "さし出して": { + "w_type": "conjugated godan verb", + "romaji": "sashidashite" + }, + "側ま": { + "w_type": "godan verb stem", + "romaji": "sobama" + }, + "側み": { + "w_type": "godan verb stem", + "romaji": "sobami" + }, + "側め": { + "w_type": "conjugated godan verb", + "romaji": "sobame" + }, + "側も": { + "w_type": "godan verb stem", + "romaji": "sobamo" + }, + "側んだ": { + "w_type": "conjugated godan verb", + "romaji": "sobanda" + }, + "側んで": { + "w_type": "conjugated godan verb", + "romaji": "sobande" + }, + "取り乱さ": { + "w_type": "godan verb stem", + "romaji": "torimidasa" + }, + "取り乱し": { + "w_type": "godan verb stem", + "romaji": "torimidashi" + }, + "取り乱せ": { + "w_type": "conjugated godan verb", + "romaji": "torimidase" + }, + "取り乱そ": { + "w_type": "godan verb stem", + "romaji": "torimidaso" + }, + "取り乱した": { + "w_type": "conjugated godan verb", + "romaji": "torimidashita" + }, + "取り乱して": { + "w_type": "conjugated godan verb", + "romaji": "torimidashite" + }, + "かき口説か": { + "w_type": "godan verb stem", + "romaji": "kakikudoka" + }, + "かき口説き": { + "w_type": "godan verb stem", + "romaji": "kakikudoki" + }, + "かき口説け": { + "w_type": "conjugated godan verb", + "romaji": "kakikudoke" + }, + "かき口説こ": { + "w_type": "godan verb stem", + "romaji": "kakikudoko" + }, + "かき口説いた": { + "w_type": "conjugated godan verb", + "romaji": "kakikudoita" + }, + "かき口説いて": { + "w_type": "conjugated godan verb", + "romaji": "kakikudoite" + }, + "湧き起こら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "湧き起こり": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "湧き起これ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "湧き起ころ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "湧き起こった": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "湧き起こって": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "摑まら": { + "w_type": "godan verb stem", + "romaji": "tsukamara" + }, + "摑まり": { + "w_type": "godan verb stem", + "romaji": "tsukamari" + }, + "摑まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamare" + }, + "摑まろ": { + "w_type": "godan verb stem", + "romaji": "tsukamaro" + }, + "摑まった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatta" + }, + "摑まって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatte" + }, + "打ち上ら": { + "w_type": "godan verb stem", + "romaji": "uchiagara" + }, + "打ち上り": { + "w_type": "godan verb stem", + "romaji": "uchiagari" + }, + "打ち上れ": { + "w_type": "conjugated godan verb", + "romaji": "uchiagare" + }, + "打ち上ろ": { + "w_type": "godan verb stem", + "romaji": "uchiagaro" + }, + "打ち上った": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatta" + }, + "打ち上って": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatte" + }, + "寄こさ": { + "w_type": "godan verb stem", + "romaji": "yokosa" + }, + "寄こし": { + "w_type": "godan verb stem", + "romaji": "yokoshi" + }, + "寄こせ": { + "w_type": "conjugated godan verb", + "romaji": "yokose" + }, + "寄こそ": { + "w_type": "godan verb stem", + "romaji": "yokoso" + }, + "寄こした": { + "w_type": "conjugated godan verb", + "romaji": "yokoshita" + }, + "寄こして": { + "w_type": "conjugated godan verb", + "romaji": "yokoshite" + }, + "和了ら": { + "w_type": "godan verb stem", + "romaji": "agara" + }, + "和了り": { + "w_type": "godan verb stem", + "romaji": "agari" + }, + "和了れ": { + "w_type": "conjugated godan verb", + "romaji": "agare" + }, + "和了ろ": { + "w_type": "godan verb stem", + "romaji": "agaro" + }, + "和了った": { + "w_type": "conjugated godan verb", + "romaji": "agatta" + }, + "和了って": { + "w_type": "conjugated godan verb", + "romaji": "agatte" + }, + "襲い掛から": { + "w_type": "godan verb stem", + "romaji": "osoikakara" + }, + "襲い掛かり": { + "w_type": "godan verb stem", + "romaji": "osoikakari" + }, + "襲い掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "osoikakare" + }, + "襲い掛かろ": { + "w_type": "godan verb stem", + "romaji": "osoikakaro" + }, + "襲い掛かった": { + "w_type": "conjugated godan verb", + "romaji": "osoikakatta" + }, + "襲い掛かって": { + "w_type": "conjugated godan verb", + "romaji": "osoikakatte" + }, + "為出かさ": { + "w_type": "godan verb stem", + "romaji": "shidekasa" + }, + "為出かし": { + "w_type": "godan verb stem", + "romaji": "shidekashi" + }, + "為出かせ": { + "w_type": "conjugated godan verb", + "romaji": "shidekase" + }, + "為出かそ": { + "w_type": "godan verb stem", + "romaji": "shidekaso" + }, + "為出かした": { + "w_type": "conjugated godan verb", + "romaji": "shidekashita" + }, + "為出かして": { + "w_type": "conjugated godan verb", + "romaji": "shidekashite" + }, + "浮上ら": { + "w_type": "godan verb stem", + "romaji": "ukiagara" + }, + "浮上り": { + "w_type": "godan verb stem", + "romaji": "ukiagari" + }, + "浮上れ": { + "w_type": "conjugated godan verb", + "romaji": "ukiagare" + }, + "浮上ろ": { + "w_type": "godan verb stem", + "romaji": "ukiagaro" + }, + "浮上った": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatta" + }, + "浮上って": { + "w_type": "conjugated godan verb", + "romaji": "ukiagatte" + }, + "出盛ら": { + "w_type": "godan verb stem", + "romaji": "desakara" + }, + "出盛り": { + "w_type": "godan verb stem", + "romaji": "desakari" + }, + "出盛れ": { + "w_type": "conjugated godan verb", + "romaji": "desakare" + }, + "出盛ろ": { + "w_type": "godan verb stem", + "romaji": "desakaro" + }, + "出盛った": { + "w_type": "conjugated godan verb", + "romaji": "desakatta" + }, + "出盛って": { + "w_type": "conjugated godan verb", + "romaji": "desakatte" + }, + "かぎ取ら": { + "w_type": "godan verb stem", + "romaji": "kagitora" + }, + "かぎ取り": { + "w_type": "godan verb stem", + "romaji": "kagitori" + }, + "かぎ取れ": { + "w_type": "conjugated godan verb", + "romaji": "kagitore" + }, + "かぎ取ろ": { + "w_type": "godan verb stem", + "romaji": "kagitoro" + }, + "かぎ取った": { + "w_type": "conjugated godan verb", + "romaji": "kagitotta" + }, + "かぎ取って": { + "w_type": "conjugated godan verb", + "romaji": "kagitotte" + }, + "突きくだか": { + "w_type": "godan verb stem", + "romaji": "tsukikudaka" + }, + "突きくだき": { + "w_type": "godan verb stem", + "romaji": "tsukikudaki" + }, + "突きくだけ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudake" + }, + "突きくだこ": { + "w_type": "godan verb stem", + "romaji": "tsukikudako" + }, + "突きくだいた": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaita" + }, + "突きくだいて": { + "w_type": "conjugated godan verb", + "romaji": "tsukikudaite" + }, + "言い尽くさ": { + "w_type": "godan verb stem", + "romaji": "iitsukusa" + }, + "言い尽くし": { + "w_type": "godan verb stem", + "romaji": "iitsukushi" + }, + "言い尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "iitsukuse" + }, + "言い尽くそ": { + "w_type": "godan verb stem", + "romaji": "iitsukuso" + }, + "言い尽くした": { + "w_type": "conjugated godan verb", + "romaji": "iitsukushita" + }, + "言い尽くして": { + "w_type": "conjugated godan verb", + "romaji": "iitsukushite" + }, + "弄ば": { + "w_type": "godan verb stem", + "romaji": "moteasoba" + }, + "弄び": { + "w_type": "godan verb stem", + "romaji": "moteasobi" + }, + "弄べ": { + "w_type": "conjugated godan verb", + "romaji": "moteasobe" + }, + "弄ぼ": { + "w_type": "godan verb stem", + "romaji": "moteasobo" + }, + "弄んだ": { + "w_type": "conjugated godan verb", + "romaji": "moteasonda" + }, + "弄んで": { + "w_type": "conjugated godan verb", + "romaji": "moteasonde" + }, + "書き写さ": { + "w_type": "godan verb stem", + "romaji": "kakiutsusa" + }, + "書き写し": { + "w_type": "godan verb stem", + "romaji": "kakiutsushi" + }, + "書き写せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsuse" + }, + "書き写そ": { + "w_type": "godan verb stem", + "romaji": "kakiutsuso" + }, + "書き写した": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsushita" + }, + "書き写して": { + "w_type": "conjugated godan verb", + "romaji": "kakiutsushite" + }, + "ふれ回ら": { + "w_type": "godan verb stem", + "romaji": "furemawara" + }, + "ふれ回り": { + "w_type": "godan verb stem", + "romaji": "furemawari" + }, + "ふれ回れ": { + "w_type": "conjugated godan verb", + "romaji": "furemaware" + }, + "ふれ回ろ": { + "w_type": "godan verb stem", + "romaji": "furemawaro" + }, + "ふれ回った": { + "w_type": "conjugated godan verb", + "romaji": "furemawatta" + }, + "ふれ回って": { + "w_type": "conjugated godan verb", + "romaji": "furemawatte" + }, + "読みとばさ": { + "w_type": "godan verb stem", + "romaji": "yomitobasa" + }, + "読みとばし": { + "w_type": "godan verb stem", + "romaji": "yomitobashi" + }, + "読みとばせ": { + "w_type": "conjugated godan verb", + "romaji": "yomitobase" + }, + "読みとばそ": { + "w_type": "godan verb stem", + "romaji": "yomitobaso" + }, + "読みとばした": { + "w_type": "conjugated godan verb", + "romaji": "yomitobashita" + }, + "読みとばして": { + "w_type": "conjugated godan verb", + "romaji": "yomitobashite" + }, + "かき込ま": { + "w_type": "godan verb stem", + "romaji": "kakikoma" + }, + "かき込み": { + "w_type": "godan verb stem", + "romaji": "kakikomi" + }, + "かき込め": { + "w_type": "conjugated godan verb", + "romaji": "kakikome" + }, + "かき込も": { + "w_type": "godan verb stem", + "romaji": "kakikomo" + }, + "かき込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakikonda" + }, + "かき込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakikonde" + }, + "請け負わ": { + "w_type": "godan verb stem", + "romaji": "ukeowa" + }, + "請け負い": { + "w_type": "godan verb stem", + "romaji": "ukeoi" + }, + "請け負え": { + "w_type": "conjugated godan verb", + "romaji": "ukeoe" + }, + "請け負お": { + "w_type": "godan verb stem", + "romaji": "ukeoo" + }, + "請け負った": { + "w_type": "conjugated godan verb", + "romaji": "ukeotta" + }, + "請け負って": { + "w_type": "conjugated godan verb", + "romaji": "ukeotte" + }, + "見限ら": { + "w_type": "godan verb stem", + "romaji": "mikagira" + }, + "見限り": { + "w_type": "godan verb stem", + "romaji": "mikagiri" + }, + "見限れ": { + "w_type": "conjugated godan verb", + "romaji": "mikagire" + }, + "見限ろ": { + "w_type": "godan verb stem", + "romaji": "mikagiro" + }, + "見限った": { + "w_type": "conjugated godan verb", + "romaji": "mikagitta" + }, + "見限って": { + "w_type": "conjugated godan verb", + "romaji": "mikagitte" + }, + "仰け反ら": { + "w_type": "godan verb stem", + "romaji": "nokezora" + }, + "仰け反り": { + "w_type": "godan verb stem", + "romaji": "nokezori" + }, + "仰け反れ": { + "w_type": "conjugated godan verb", + "romaji": "nokezore" + }, + "仰け反ろ": { + "w_type": "godan verb stem", + "romaji": "nokezoro" + }, + "仰け反った": { + "w_type": "conjugated godan verb", + "romaji": "nokezotta" + }, + "仰け反って": { + "w_type": "conjugated godan verb", + "romaji": "nokezotte" + }, + "開け払わ": { + "w_type": "godan verb stem", + "romaji": "akeharawa" + }, + "開け払い": { + "w_type": "godan verb stem", + "romaji": "akeharai" + }, + "開け払え": { + "w_type": "conjugated godan verb", + "romaji": "akeharae" + }, + "開け払お": { + "w_type": "godan verb stem", + "romaji": "akeharao" + }, + "開け払った": { + "w_type": "conjugated godan verb", + "romaji": "akeharatta" + }, + "開け払って": { + "w_type": "conjugated godan verb", + "romaji": "akeharatte" + }, + "挺さ": { + "w_type": "godan verb stem", + "romaji": "teisa" + }, + "挺し": { + "w_type": "godan verb stem", + "romaji": "teishi" + }, + "挺せ": { + "w_type": "conjugated godan verb", + "romaji": "teise" + }, + "挺そ": { + "w_type": "godan verb stem", + "romaji": "teiso" + }, + "挺した": { + "w_type": "conjugated godan verb", + "romaji": "teishita" + }, + "挺して": { + "w_type": "conjugated godan verb", + "romaji": "teishite" + }, + "食べ歩か": { + "w_type": "godan verb stem", + "romaji": "tabearuka" + }, + "食べ歩き": { + "w_type": "godan verb stem", + "romaji": "tabearuki" + }, + "食べ歩け": { + "w_type": "conjugated godan verb", + "romaji": "tabearuke" + }, + "食べ歩こ": { + "w_type": "godan verb stem", + "romaji": "tabearuko" + }, + "食べ歩いた": { + "w_type": "conjugated godan verb", + "romaji": "tabearuita" + }, + "食べ歩いて": { + "w_type": "conjugated godan verb", + "romaji": "tabearuite" + }, + "出直ら": { + "w_type": "godan verb stem", + "romaji": "denaora" + }, + "出直り": { + "w_type": "godan verb stem", + "romaji": "denaori" + }, + "出直れ": { + "w_type": "conjugated godan verb", + "romaji": "denaore" + }, + "出直ろ": { + "w_type": "godan verb stem", + "romaji": "denaoro" + }, + "出直った": { + "w_type": "conjugated godan verb", + "romaji": "denaotta" + }, + "出直って": { + "w_type": "conjugated godan verb", + "romaji": "denaotte" + }, + "造りださ": { + "w_type": "godan verb stem", + "romaji": "tsukuridasa" + }, + "造りだし": { + "w_type": "godan verb stem", + "romaji": "tsukuridashi" + }, + "造りだせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridase" + }, + "造りだそ": { + "w_type": "godan verb stem", + "romaji": "tsukuridaso" + }, + "造りだした": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashita" + }, + "造りだして": { + "w_type": "conjugated godan verb", + "romaji": "tsukuridashite" + }, + "移り変ら": { + "w_type": "godan verb stem", + "romaji": "utsurikawara" + }, + "移り変り": { + "w_type": "godan verb stem", + "romaji": "utsurikawari" + }, + "移り変れ": { + "w_type": "conjugated godan verb", + "romaji": "utsurikaware" + }, + "移り変ろ": { + "w_type": "godan verb stem", + "romaji": "utsurikawaro" + }, + "移り変った": { + "w_type": "conjugated godan verb", + "romaji": "utsurikawatta" + }, + "移り変って": { + "w_type": "conjugated godan verb", + "romaji": "utsurikawatte" + }, + "綴ら": { + "w_type": "godan verb stem", + "romaji": "tsuzura" + }, + "綴り": { + "w_type": "godan verb stem", + "romaji": "tsuzuri" + }, + "綴れ": { + "w_type": "conjugated godan verb", + "romaji": "tsuzure" + }, + "綴ろ": { + "w_type": "godan verb stem", + "romaji": "tsuzuro" + }, + "綴った": { + "w_type": "conjugated godan verb", + "romaji": "tsuzutta" + }, + "綴って": { + "w_type": "conjugated godan verb", + "romaji": "tsuzutte" + }, + "疵付か": { + "w_type": "godan verb stem", + "romaji": "kizutsuka" + }, + "疵付き": { + "w_type": "godan verb stem", + "romaji": "kizutsuki" + }, + "疵付け": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuke" + }, + "疵付こ": { + "w_type": "godan verb stem", + "romaji": "kizutsuko" + }, + "疵付いた": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuita" + }, + "疵付いて": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuite" + }, + "見通さ": { + "w_type": "godan verb stem", + "romaji": "mitoosa" + }, + "見通し": { + "w_type": "godan verb stem", + "romaji": "mitooshi" + }, + "見通せ": { + "w_type": "conjugated godan verb", + "romaji": "mitoose" + }, + "見通そ": { + "w_type": "godan verb stem", + "romaji": "mitooso" + }, + "見通した": { + "w_type": "conjugated godan verb", + "romaji": "mitooshita" + }, + "見通して": { + "w_type": "conjugated godan verb", + "romaji": "mitooshite" + }, + "目立ちたがら": { + "w_type": "godan verb stem", + "romaji": "medachitagara" + }, + "目立ちたがり": { + "w_type": "godan verb stem", + "romaji": "medachitagari" + }, + "目立ちたがれ": { + "w_type": "conjugated godan verb", + "romaji": "medachitagare" + }, + "目立ちたがろ": { + "w_type": "godan verb stem", + "romaji": "medachitagaro" + }, + "目立ちたがった": { + "w_type": "conjugated godan verb", + "romaji": "medachitagatta" + }, + "目立ちたがって": { + "w_type": "conjugated godan verb", + "romaji": "medachitagatte" + }, + "押っ放り出さ": { + "w_type": "godan verb stem", + "romaji": "opporidasa" + }, + "押っ放り出し": { + "w_type": "godan verb stem", + "romaji": "opporidashi" + }, + "押っ放り出せ": { + "w_type": "conjugated godan verb", + "romaji": "opporidase" + }, + "押っ放り出そ": { + "w_type": "godan verb stem", + "romaji": "opporidaso" + }, + "押っ放り出した": { + "w_type": "conjugated godan verb", + "romaji": "opporidashita" + }, + "押っ放り出して": { + "w_type": "conjugated godan verb", + "romaji": "opporidashite" + }, + "下がら": { + "w_type": "godan verb stem", + "romaji": "sagara" + }, + "下がり": { + "w_type": "godan verb stem", + "romaji": "sagari" + }, + "下がれ": { + "w_type": "conjugated godan verb", + "romaji": "sagare" + }, + "下がろ": { + "w_type": "godan verb stem", + "romaji": "sagaro" + }, + "下がった": { + "w_type": "conjugated godan verb", + "romaji": "sagatta" + }, + "下がって": { + "w_type": "conjugated godan verb", + "romaji": "sagatte" + }, + "取りかから": { + "w_type": "godan verb stem", + "romaji": "torikakara" + }, + "取りかかり": { + "w_type": "godan verb stem", + "romaji": "torikakari" + }, + "取りかかれ": { + "w_type": "conjugated godan verb", + "romaji": "torikakare" + }, + "取りかかろ": { + "w_type": "godan verb stem", + "romaji": "torikakaro" + }, + "取りかかった": { + "w_type": "conjugated godan verb", + "romaji": "torikakatta" + }, + "取りかかって": { + "w_type": "conjugated godan verb", + "romaji": "torikakatte" + }, + "看取ら": { + "w_type": "godan verb stem", + "romaji": "mitora" + }, + "看取り": { + "w_type": "godan verb stem", + "romaji": "mitori" + }, + "看取れ": { + "w_type": "conjugated godan verb", + "romaji": "mitore" + }, + "看取ろ": { + "w_type": "godan verb stem", + "romaji": "mitoro" + }, + "看取った": { + "w_type": "conjugated godan verb", + "romaji": "mitotta" + }, + "看取って": { + "w_type": "conjugated godan verb", + "romaji": "mitotte" + }, + "とち狂わ": { + "w_type": "godan verb stem", + "romaji": "tochiguruwa" + }, + "とち狂い": { + "w_type": "godan verb stem", + "romaji": "tochigurui" + }, + "とち狂え": { + "w_type": "conjugated godan verb", + "romaji": "tochigurue" + }, + "とち狂お": { + "w_type": "godan verb stem", + "romaji": "tochiguruo" + }, + "とち狂った": { + "w_type": "conjugated godan verb", + "romaji": "tochigurutta" + }, + "とち狂って": { + "w_type": "conjugated godan verb", + "romaji": "tochigurutte" + }, + "乗り戻さ": { + "w_type": "godan verb stem", + "romaji": "norimodosa" + }, + "乗り戻し": { + "w_type": "godan verb stem", + "romaji": "norimodoshi" + }, + "乗り戻せ": { + "w_type": "conjugated godan verb", + "romaji": "norimodose" + }, + "乗り戻そ": { + "w_type": "godan verb stem", + "romaji": "norimodoso" + }, + "乗り戻した": { + "w_type": "conjugated godan verb", + "romaji": "norimodoshita" + }, + "乗り戻して": { + "w_type": "conjugated godan verb", + "romaji": "norimodoshite" + }, + "示し合わさ": { + "w_type": "godan verb stem", + "romaji": "shimeshiawasa" + }, + "示し合わし": { + "w_type": "godan verb stem", + "romaji": "shimeshiawashi" + }, + "示し合わせ": { + "w_type": "conjugated godan verb", + "romaji": "shimeshiawase" + }, + "示し合わそ": { + "w_type": "godan verb stem", + "romaji": "shimeshiawaso" + }, + "示し合わした": { + "w_type": "conjugated godan verb", + "romaji": "shimeshiawashita" + }, + "示し合わして": { + "w_type": "conjugated godan verb", + "romaji": "shimeshiawashite" + }, + "吹飛ばさ": { + "w_type": "godan verb stem", + "romaji": "fukitobasa" + }, + "吹飛ばし": { + "w_type": "godan verb stem", + "romaji": "fukitobashi" + }, + "吹飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "fukitobase" + }, + "吹飛ばそ": { + "w_type": "godan verb stem", + "romaji": "fukitobaso" + }, + "吹飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "fukitobashita" + }, + "吹飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "fukitobashite" + }, + "斬掛ら": { + "w_type": "godan verb stem", + "romaji": "kirikakara" + }, + "斬掛り": { + "w_type": "godan verb stem", + "romaji": "kirikakari" + }, + "斬掛れ": { + "w_type": "conjugated godan verb", + "romaji": "kirikakare" + }, + "斬掛ろ": { + "w_type": "godan verb stem", + "romaji": "kirikakaro" + }, + "斬掛った": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatta" + }, + "斬掛って": { + "w_type": "conjugated godan verb", + "romaji": "kirikakatte" + }, + "砕か": { + "w_type": "godan verb stem", + "romaji": "kudaka" + }, + "砕き": { + "w_type": "godan verb stem", + "romaji": "kudaki" + }, + "砕け": { + "w_type": "conjugated godan verb", + "romaji": "kudake" + }, + "砕こ": { + "w_type": "godan verb stem", + "romaji": "kudako" + }, + "砕いた": { + "w_type": "conjugated godan verb", + "romaji": "kudaita" + }, + "砕いて": { + "w_type": "conjugated godan verb", + "romaji": "kudaite" + }, + "生まれ育た": { + "w_type": "godan verb stem", + "romaji": "umaresodata" + }, + "生まれ育ち": { + "w_type": "godan verb stem", + "romaji": "umaresodachi" + }, + "生まれ育て": { + "w_type": "conjugated godan verb", + "romaji": "umaresodate" + }, + "生まれ育と": { + "w_type": "godan verb stem", + "romaji": "umaresodato" + }, + "生まれ育った": { + "w_type": "conjugated godan verb", + "romaji": "umaresodatta" + }, + "生まれ育って": { + "w_type": "conjugated godan verb", + "romaji": "umaresodatte" + }, + "圧しつぶさ": { + "w_type": "godan verb stem", + "romaji": "oshitsubusa" + }, + "圧しつぶし": { + "w_type": "godan verb stem", + "romaji": "oshitsubushi" + }, + "圧しつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubuse" + }, + "圧しつぶそ": { + "w_type": "godan verb stem", + "romaji": "oshitsubuso" + }, + "圧しつぶした": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushita" + }, + "圧しつぶして": { + "w_type": "conjugated godan verb", + "romaji": "oshitsubushite" + }, + "見送ら": { + "w_type": "godan verb stem", + "romaji": "miokura" + }, + "見送り": { + "w_type": "godan verb stem", + "romaji": "miokuri" + }, + "見送れ": { + "w_type": "conjugated godan verb", + "romaji": "miokure" + }, + "見送ろ": { + "w_type": "godan verb stem", + "romaji": "miokuro" + }, + "見送った": { + "w_type": "conjugated godan verb", + "romaji": "miokutta" + }, + "見送って": { + "w_type": "conjugated godan verb", + "romaji": "miokutte" + }, + "跳び上がら": { + "w_type": "godan verb stem", + "romaji": "tobiagara" + }, + "跳び上がり": { + "w_type": "godan verb stem", + "romaji": "tobiagari" + }, + "跳び上がれ": { + "w_type": "conjugated godan verb", + "romaji": "tobiagare" + }, + "跳び上がろ": { + "w_type": "godan verb stem", + "romaji": "tobiagaro" + }, + "跳び上がった": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatta" + }, + "跳び上がって": { + "w_type": "conjugated godan verb", + "romaji": "tobiagatte" + }, + "帯か": { + "w_type": "godan verb stem", + "romaji": "haka" + }, + "帯き": { + "w_type": "godan verb stem", + "romaji": "haki" + }, + "帯け": { + "w_type": "conjugated godan verb", + "romaji": "hake" + }, + "帯こ": { + "w_type": "godan verb stem", + "romaji": "hako" + }, + "帯いた": { + "w_type": "conjugated godan verb", + "romaji": "haita" + }, + "帯いて": { + "w_type": "conjugated godan verb", + "romaji": "haite" + }, + "ぶっ潰さ": { + "w_type": "godan verb stem", + "romaji": "buttsubusa" + }, + "ぶっ潰し": { + "w_type": "godan verb stem", + "romaji": "buttsubushi" + }, + "ぶっ潰せ": { + "w_type": "conjugated godan verb", + "romaji": "buttsubuse" + }, + "ぶっ潰そ": { + "w_type": "godan verb stem", + "romaji": "buttsubuso" + }, + "ぶっ潰した": { + "w_type": "conjugated godan verb", + "romaji": "buttsubushita" + }, + "ぶっ潰して": { + "w_type": "conjugated godan verb", + "romaji": "buttsubushite" + }, + "聞きたがら": { + "w_type": "godan verb stem", + "romaji": "kikitagara" + }, + "聞きたがり": { + "w_type": "godan verb stem", + "romaji": "kikitagari" + }, + "聞きたがれ": { + "w_type": "conjugated godan verb", + "romaji": "kikitagare" + }, + "聞きたがろ": { + "w_type": "godan verb stem", + "romaji": "kikitagaro" + }, + "聞きたがった": { + "w_type": "conjugated godan verb", + "romaji": "kikitagatta" + }, + "聞きたがって": { + "w_type": "conjugated godan verb", + "romaji": "kikitagatte" + }, + "言い表さ": { + "w_type": "godan verb stem", + "romaji": "iiarawasa" + }, + "言い表し": { + "w_type": "godan verb stem", + "romaji": "iiarawashi" + }, + "言い表せ": { + "w_type": "conjugated godan verb", + "romaji": "iiarawase" + }, + "言い表そ": { + "w_type": "godan verb stem", + "romaji": "iiarawaso" + }, + "言い表した": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashita" + }, + "言い表して": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashite" + }, + "漂わ": { + "w_type": "godan verb stem", + "romaji": "tadayowa" + }, + "漂い": { + "w_type": "godan verb stem", + "romaji": "tadayoi" + }, + "漂え": { + "w_type": "conjugated godan verb", + "romaji": "tadayoe" + }, + "漂お": { + "w_type": "godan verb stem", + "romaji": "tadayoo" + }, + "漂った": { + "w_type": "conjugated godan verb", + "romaji": "tadayotta" + }, + "漂って": { + "w_type": "conjugated godan verb", + "romaji": "tadayotte" + }, + "匍わ": { + "w_type": "godan verb stem", + "romaji": "hawa" + }, + "匍い": { + "w_type": "godan verb stem", + "romaji": "hai" + }, + "匍え": { + "w_type": "conjugated godan verb", + "romaji": "hae" + }, + "匍お": { + "w_type": "godan verb stem", + "romaji": "hao" + }, + "匍った": { + "w_type": "conjugated godan verb", + "romaji": "hatta" + }, + "匍って": { + "w_type": "conjugated godan verb", + "romaji": "hatte" + }, + "坐り込ま": { + "w_type": "godan verb stem", + "romaji": "suwarikoma" + }, + "坐り込み": { + "w_type": "godan verb stem", + "romaji": "suwarikomi" + }, + "坐り込め": { + "w_type": "conjugated godan verb", + "romaji": "suwarikome" + }, + "坐り込も": { + "w_type": "godan verb stem", + "romaji": "suwarikomo" + }, + "坐り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonda" + }, + "坐り込んで": { + "w_type": "conjugated godan verb", + "romaji": "suwarikonde" + }, + "書き込ま": { + "w_type": "godan verb stem", + "romaji": "kakikoma" + }, + "書き込み": { + "w_type": "godan verb stem", + "romaji": "kakikomi" + }, + "書き込め": { + "w_type": "conjugated godan verb", + "romaji": "kakikome" + }, + "書き込も": { + "w_type": "godan verb stem", + "romaji": "kakikomo" + }, + "書き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakikonda" + }, + "書き込んで": { + "w_type": "conjugated godan verb", + "romaji": "kakikonde" + }, + "威張ら": { + "w_type": "godan verb stem", + "romaji": "ibara" + }, + "威張り": { + "w_type": "godan verb stem", + "romaji": "ibari" + }, + "威張れ": { + "w_type": "conjugated godan verb", + "romaji": "ibare" + }, + "威張ろ": { + "w_type": "godan verb stem", + "romaji": "ibaro" + }, + "威張った": { + "w_type": "conjugated godan verb", + "romaji": "ibatta" + }, + "威張って": { + "w_type": "conjugated godan verb", + "romaji": "ibatte" + }, + "掃か": { + "w_type": "godan verb stem", + "romaji": "haka" + }, + "掃き": { + "w_type": "godan verb stem", + "romaji": "haki" + }, + "掃け": { + "w_type": "conjugated godan verb", + "romaji": "hake" + }, + "掃こ": { + "w_type": "godan verb stem", + "romaji": "hako" + }, + "掃いた": { + "w_type": "conjugated godan verb", + "romaji": "haita" + }, + "掃いて": { + "w_type": "conjugated godan verb", + "romaji": "haite" + }, + "降り積もら": { + "w_type": "godan verb stem", + "romaji": "furitsumora" + }, + "降り積もり": { + "w_type": "godan verb stem", + "romaji": "furitsumori" + }, + "降り積もれ": { + "w_type": "conjugated godan verb", + "romaji": "furitsumore" + }, + "降り積もろ": { + "w_type": "godan verb stem", + "romaji": "furitsumoro" + }, + "降り積もった": { + "w_type": "conjugated godan verb", + "romaji": "furitsumotta" + }, + "降り積もって": { + "w_type": "conjugated godan verb", + "romaji": "furitsumotte" + }, + "仰奉ら": { + "w_type": "godan verb stem", + "romaji": "aogitatematsura" + }, + "仰奉り": { + "w_type": "godan verb stem", + "romaji": "aogitatematsuri" + }, + "仰奉れ": { + "w_type": "conjugated godan verb", + "romaji": "aogitatematsure" + }, + "仰奉ろ": { + "w_type": "godan verb stem", + "romaji": "aogitatematsuro" + }, + "仰奉った": { + "w_type": "conjugated godan verb", + "romaji": "aogitatematsutta" + }, + "仰奉って": { + "w_type": "conjugated godan verb", + "romaji": "aogitatematsutte" + }, + "察さ": { + "w_type": "godan verb stem", + "romaji": "sassa" + }, + "察し": { + "w_type": "godan verb stem", + "romaji": "sasshi" + }, + "察せ": { + "w_type": "conjugated godan verb", + "romaji": "sasse" + }, + "察そ": { + "w_type": "godan verb stem", + "romaji": "sasso" + }, + "察した": { + "w_type": "conjugated godan verb", + "romaji": "sasshita" + }, + "察して": { + "w_type": "conjugated godan verb", + "romaji": "sasshite" + }, + "這い回ら": { + "w_type": "godan verb stem", + "romaji": "haimawara" + }, + "這い回り": { + "w_type": "godan verb stem", + "romaji": "haimawari" + }, + "這い回れ": { + "w_type": "conjugated godan verb", + "romaji": "haimaware" + }, + "這い回ろ": { + "w_type": "godan verb stem", + "romaji": "haimawaro" + }, + "這い回った": { + "w_type": "conjugated godan verb", + "romaji": "haimawatta" + }, + "這い回って": { + "w_type": "conjugated godan verb", + "romaji": "haimawatte" + }, + "生捕ら": { + "w_type": "godan verb stem", + "romaji": "ikedora" + }, + "生捕り": { + "w_type": "godan verb stem", + "romaji": "ikedori" + }, + "生捕れ": { + "w_type": "conjugated godan verb", + "romaji": "ikedore" + }, + "生捕ろ": { + "w_type": "godan verb stem", + "romaji": "ikedoro" + }, + "生捕った": { + "w_type": "conjugated godan verb", + "romaji": "ikedotta" + }, + "生捕って": { + "w_type": "conjugated godan verb", + "romaji": "ikedotte" + }, + "口説き落とさ": { + "w_type": "godan verb stem", + "romaji": "kudokiotosa" + }, + "口説き落とし": { + "w_type": "godan verb stem", + "romaji": "kudokiotoshi" + }, + "口説き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kudokiotose" + }, + "口説き落とそ": { + "w_type": "godan verb stem", + "romaji": "kudokiotoso" + }, + "口説き落とした": { + "w_type": "conjugated godan verb", + "romaji": "kudokiotoshita" + }, + "口説き落として": { + "w_type": "conjugated godan verb", + "romaji": "kudokiotoshite" + }, + "涌き起こら": { + "w_type": "godan verb stem", + "romaji": "wakiokora" + }, + "涌き起こり": { + "w_type": "godan verb stem", + "romaji": "wakiokori" + }, + "涌き起これ": { + "w_type": "conjugated godan verb", + "romaji": "wakiokore" + }, + "涌き起ころ": { + "w_type": "godan verb stem", + "romaji": "wakiokoro" + }, + "涌き起こった": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotta" + }, + "涌き起こって": { + "w_type": "conjugated godan verb", + "romaji": "wakiokotte" + }, + "婀娜めか": { + "w_type": "godan verb stem", + "romaji": "adameka" + }, + "婀娜めき": { + "w_type": "godan verb stem", + "romaji": "adameki" + }, + "婀娜めけ": { + "w_type": "conjugated godan verb", + "romaji": "adameke" + }, + "婀娜めこ": { + "w_type": "godan verb stem", + "romaji": "adameko" + }, + "婀娜めいた": { + "w_type": "conjugated godan verb", + "romaji": "adameita" + }, + "婀娜めいて": { + "w_type": "conjugated godan verb", + "romaji": "adameite" + }, + "送ら": { + "w_type": "godan verb stem", + "romaji": "okura" + }, + "送り": { + "w_type": "godan verb stem", + "romaji": "okuri" + }, + "送れ": { + "w_type": "conjugated godan verb", + "romaji": "okure" + }, + "送ろ": { + "w_type": "godan verb stem", + "romaji": "okuro" + }, + "送った": { + "w_type": "conjugated godan verb", + "romaji": "okutta" + }, + "送って": { + "w_type": "conjugated godan verb", + "romaji": "okutte" + }, + "混み合わ": { + "w_type": "godan verb stem", + "romaji": "komiawa" + }, + "混み合い": { + "w_type": "godan verb stem", + "romaji": "komiai" + }, + "混み合え": { + "w_type": "conjugated godan verb", + "romaji": "komiae" + }, + "混み合お": { + "w_type": "godan verb stem", + "romaji": "komiao" + }, + "混み合った": { + "w_type": "conjugated godan verb", + "romaji": "komiatta" + }, + "混み合って": { + "w_type": "conjugated godan verb", + "romaji": "komiatte" + }, + "押回さ": { + "w_type": "godan verb stem", + "romaji": "oshimawasa" + }, + "押回し": { + "w_type": "godan verb stem", + "romaji": "oshimawashi" + }, + "押回せ": { + "w_type": "conjugated godan verb", + "romaji": "oshimawase" + }, + "押回そ": { + "w_type": "godan verb stem", + "romaji": "oshimawaso" + }, + "押回した": { + "w_type": "conjugated godan verb", + "romaji": "oshimawashita" + }, + "押回して": { + "w_type": "conjugated godan verb", + "romaji": "oshimawashite" + }, + "あわせ持た": { + "w_type": "godan verb stem", + "romaji": "awasemota" + }, + "あわせ持ち": { + "w_type": "godan verb stem", + "romaji": "awasemochi" + }, + "あわせ持て": { + "w_type": "conjugated godan verb", + "romaji": "awasemote" + }, + "あわせ持と": { + "w_type": "godan verb stem", + "romaji": "awasemoto" + }, + "あわせ持った": { + "w_type": "conjugated godan verb", + "romaji": "awasemotta" + }, + "あわせ持って": { + "w_type": "conjugated godan verb", + "romaji": "awasemotte" + }, + "引繰り返さ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaesa" + }, + "引繰り返し": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeshi" + }, + "引繰り返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaese" + }, + "引繰り返そ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeso" + }, + "引繰り返した": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshita" + }, + "引繰り返して": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaeshite" + }, + "咲き誇ら": { + "w_type": "godan verb stem", + "romaji": "sakihokora" + }, + "咲き誇り": { + "w_type": "godan verb stem", + "romaji": "sakihokori" + }, + "咲き誇れ": { + "w_type": "conjugated godan verb", + "romaji": "sakihokore" + }, + "咲き誇ろ": { + "w_type": "godan verb stem", + "romaji": "sakihokoro" + }, + "咲き誇った": { + "w_type": "conjugated godan verb", + "romaji": "sakihokotta" + }, + "咲き誇って": { + "w_type": "conjugated godan verb", + "romaji": "sakihokotte" + }, + "引繰り返ら": { + "w_type": "godan verb stem", + "romaji": "hikkurikaera" + }, + "引繰り返り": { + "w_type": "godan verb stem", + "romaji": "hikkurikaeri" + }, + "引繰り返れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaere" + }, + "引繰り返ろ": { + "w_type": "godan verb stem", + "romaji": "hikkurikaero" + }, + "引繰り返った": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaetta" + }, + "引繰り返って": { + "w_type": "conjugated godan verb", + "romaji": "hikkurikaette" + }, + "読みこま": { + "w_type": "godan verb stem", + "romaji": "yomikoma" + }, + "読みこみ": { + "w_type": "godan verb stem", + "romaji": "yomikomi" + }, + "読みこめ": { + "w_type": "conjugated godan verb", + "romaji": "yomikome" + }, + "読みこも": { + "w_type": "godan verb stem", + "romaji": "yomikomo" + }, + "読みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "yomikonda" + }, + "読みこんで": { + "w_type": "conjugated godan verb", + "romaji": "yomikonde" + }, + "掛合わ": { + "w_type": "godan verb stem", + "romaji": "kakeawa" + }, + "掛合い": { + "w_type": "godan verb stem", + "romaji": "kakeai" + }, + "掛合え": { + "w_type": "conjugated godan verb", + "romaji": "kakeae" + }, + "掛合お": { + "w_type": "godan verb stem", + "romaji": "kakeao" + }, + "掛合った": { + "w_type": "conjugated godan verb", + "romaji": "kakeatta" + }, + "掛合って": { + "w_type": "conjugated godan verb", + "romaji": "kakeatte" + }, + "遣らかさ": { + "w_type": "godan verb stem", + "romaji": "yarakasa" + }, + "遣らかし": { + "w_type": "godan verb stem", + "romaji": "yarakashi" + }, + "遣らかせ": { + "w_type": "conjugated godan verb", + "romaji": "yarakase" + }, + "遣らかそ": { + "w_type": "godan verb stem", + "romaji": "yarakaso" + }, + "遣らかした": { + "w_type": "conjugated godan verb", + "romaji": "yarakashita" + }, + "遣らかして": { + "w_type": "conjugated godan verb", + "romaji": "yarakashite" + }, + "閉まら": { + "w_type": "godan verb stem", + "romaji": "shimara" + }, + "閉まり": { + "w_type": "godan verb stem", + "romaji": "shimari" + }, + "閉まれ": { + "w_type": "conjugated godan verb", + "romaji": "shimare" + }, + "閉まろ": { + "w_type": "godan verb stem", + "romaji": "shimaro" + }, + "閉まった": { + "w_type": "conjugated godan verb", + "romaji": "shimatta" + }, + "閉まって": { + "w_type": "conjugated godan verb", + "romaji": "shimatte" + }, + "捨て去ら": { + "w_type": "godan verb stem", + "romaji": "sutesara" + }, + "捨て去り": { + "w_type": "godan verb stem", + "romaji": "sutesari" + }, + "捨て去れ": { + "w_type": "conjugated godan verb", + "romaji": "sutesare" + }, + "捨て去ろ": { + "w_type": "godan verb stem", + "romaji": "sutesaro" + }, + "捨て去った": { + "w_type": "conjugated godan verb", + "romaji": "sutesatta" + }, + "捨て去って": { + "w_type": "conjugated godan verb", + "romaji": "sutesatte" + }, + "断わら": { + "w_type": "godan verb stem", + "romaji": "kotowara" + }, + "断わり": { + "w_type": "godan verb stem", + "romaji": "kotowari" + }, + "断われ": { + "w_type": "conjugated godan verb", + "romaji": "kotoware" + }, + "断わろ": { + "w_type": "godan verb stem", + "romaji": "kotowaro" + }, + "断わった": { + "w_type": "conjugated godan verb", + "romaji": "kotowatta" + }, + "断わって": { + "w_type": "conjugated godan verb", + "romaji": "kotowatte" + }, + "話合わ": { + "w_type": "godan verb stem", + "romaji": "hanashiawa" + }, + "話合い": { + "w_type": "godan verb stem", + "romaji": "hanashiai" + }, + "話合え": { + "w_type": "conjugated godan verb", + "romaji": "hanashiae" + }, + "話合お": { + "w_type": "godan verb stem", + "romaji": "hanashiao" + }, + "話合った": { + "w_type": "conjugated godan verb", + "romaji": "hanashiatta" + }, + "話合って": { + "w_type": "conjugated godan verb", + "romaji": "hanashiatte" + }, + "送りこま": { + "w_type": "godan verb stem", + "romaji": "okurikoma" + }, + "送りこみ": { + "w_type": "godan verb stem", + "romaji": "okurikomi" + }, + "送りこめ": { + "w_type": "conjugated godan verb", + "romaji": "okurikome" + }, + "送りこも": { + "w_type": "godan verb stem", + "romaji": "okurikomo" + }, + "送りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "okurikonda" + }, + "送りこんで": { + "w_type": "conjugated godan verb", + "romaji": "okurikonde" + }, + "持ち直さ": { + "w_type": "godan verb stem", + "romaji": "mochinaosa" + }, + "持ち直し": { + "w_type": "godan verb stem", + "romaji": "mochinaoshi" + }, + "持ち直せ": { + "w_type": "conjugated godan verb", + "romaji": "mochinaose" + }, + "持ち直そ": { + "w_type": "godan verb stem", + "romaji": "mochinaoso" + }, + "持ち直した": { + "w_type": "conjugated godan verb", + "romaji": "mochinaoshita" + }, + "持ち直して": { + "w_type": "conjugated godan verb", + "romaji": "mochinaoshite" + }, + "画さ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "画し": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "画せ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "画そ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "画した": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "画して": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "ほくそ笑ま": { + "w_type": "godan verb stem", + "romaji": "hokusoema" + }, + "ほくそ笑み": { + "w_type": "godan verb stem", + "romaji": "hokusoemi" + }, + "ほくそ笑め": { + "w_type": "conjugated godan verb", + "romaji": "hokusoeme" + }, + "ほくそ笑も": { + "w_type": "godan verb stem", + "romaji": "hokusoemo" + }, + "ほくそ笑んだ": { + "w_type": "conjugated godan verb", + "romaji": "hokusoenda" + }, + "ほくそ笑んで": { + "w_type": "conjugated godan verb", + "romaji": "hokusoende" + }, + "思食さ": { + "w_type": "godan verb stem", + "romaji": "oboshimesa" + }, + "思食し": { + "w_type": "godan verb stem", + "romaji": "oboshimeshi" + }, + "思食せ": { + "w_type": "conjugated godan verb", + "romaji": "oboshimese" + }, + "思食そ": { + "w_type": "godan verb stem", + "romaji": "oboshimeso" + }, + "思食した": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshita" + }, + "思食して": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshite" + }, + "捩じら": { + "w_type": "godan verb stem", + "romaji": "nejira" + }, + "捩じり": { + "w_type": "godan verb stem", + "romaji": "nejiri" + }, + "捩じれ": { + "w_type": "conjugated godan verb", + "romaji": "nejire" + }, + "捩じろ": { + "w_type": "godan verb stem", + "romaji": "nejiro" + }, + "捩じった": { + "w_type": "conjugated godan verb", + "romaji": "nejitta" + }, + "捩じって": { + "w_type": "conjugated godan verb", + "romaji": "nejitte" + }, + "斬り破ら": { + "w_type": "godan verb stem", + "romaji": "kiriyabura" + }, + "斬り破り": { + "w_type": "godan verb stem", + "romaji": "kiriyaburi" + }, + "斬り破れ": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabure" + }, + "斬り破ろ": { + "w_type": "godan verb stem", + "romaji": "kiriyaburo" + }, + "斬り破った": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabutta" + }, + "斬り破って": { + "w_type": "conjugated godan verb", + "romaji": "kiriyabutte" + }, + "凍りつか": { + "w_type": "godan verb stem", + "romaji": "kooritsuka" + }, + "凍りつき": { + "w_type": "godan verb stem", + "romaji": "kooritsuki" + }, + "凍りつけ": { + "w_type": "conjugated godan verb", + "romaji": "kooritsuke" + }, + "凍りつこ": { + "w_type": "godan verb stem", + "romaji": "kooritsuko" + }, + "凍りついた": { + "w_type": "conjugated godan verb", + "romaji": "kooritsuita" + }, + "凍りついて": { + "w_type": "conjugated godan verb", + "romaji": "kooritsuite" + }, + "しっくり行か": { + "w_type": "godan verb stem", + "romaji": "shikkuriika" + }, + "しっくり行き": { + "w_type": "godan verb stem", + "romaji": "shikkuriiki" + }, + "しっくり行け": { + "w_type": "conjugated godan verb", + "romaji": "shikkuriike" + }, + "しっくり行こ": { + "w_type": "godan verb stem", + "romaji": "shikkuriiko" + }, + "しっくり行いた": { + "w_type": "conjugated godan verb", + "romaji": "shikkuriiita" + }, + "しっくり行いて": { + "w_type": "conjugated godan verb", + "romaji": "shikkuriiite" + }, + "色づか": { + "w_type": "godan verb stem", + "romaji": "irozuka" + }, + "色づき": { + "w_type": "godan verb stem", + "romaji": "irozuki" + }, + "色づけ": { + "w_type": "conjugated godan verb", + "romaji": "irozuke" + }, + "色づこ": { + "w_type": "godan verb stem", + "romaji": "irozuko" + }, + "色づいた": { + "w_type": "conjugated godan verb", + "romaji": "irozuita" + }, + "色づいて": { + "w_type": "conjugated godan verb", + "romaji": "irozuite" + }, + "巡り会わ": { + "w_type": "godan verb stem", + "romaji": "meguriawa" + }, + "巡り会い": { + "w_type": "godan verb stem", + "romaji": "meguriai" + }, + "巡り会え": { + "w_type": "conjugated godan verb", + "romaji": "meguriae" + }, + "巡り会お": { + "w_type": "godan verb stem", + "romaji": "meguriao" + }, + "巡り会った": { + "w_type": "conjugated godan verb", + "romaji": "meguriatta" + }, + "巡り会って": { + "w_type": "conjugated godan verb", + "romaji": "meguriatte" + }, + "吹きこま": { + "w_type": "godan verb stem", + "romaji": "fukikoma" + }, + "吹きこみ": { + "w_type": "godan verb stem", + "romaji": "fukikomi" + }, + "吹きこめ": { + "w_type": "conjugated godan verb", + "romaji": "fukikome" + }, + "吹きこも": { + "w_type": "godan verb stem", + "romaji": "fukikomo" + }, + "吹きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "fukikonda" + }, + "吹きこんで": { + "w_type": "conjugated godan verb", + "romaji": "fukikonde" + }, + "言い残さ": { + "w_type": "godan verb stem", + "romaji": "iinokosa" + }, + "言い残し": { + "w_type": "godan verb stem", + "romaji": "iinokoshi" + }, + "言い残せ": { + "w_type": "conjugated godan verb", + "romaji": "iinokose" + }, + "言い残そ": { + "w_type": "godan verb stem", + "romaji": "iinokoso" + }, + "言い残した": { + "w_type": "conjugated godan verb", + "romaji": "iinokoshita" + }, + "言い残して": { + "w_type": "conjugated godan verb", + "romaji": "iinokoshite" + }, + "燃立た": { + "w_type": "godan verb stem", + "romaji": "moetata" + }, + "燃立ち": { + "w_type": "godan verb stem", + "romaji": "moetachi" + }, + "燃立て": { + "w_type": "conjugated godan verb", + "romaji": "moetate" + }, + "燃立と": { + "w_type": "godan verb stem", + "romaji": "moetato" + }, + "燃立った": { + "w_type": "conjugated godan verb", + "romaji": "moetatta" + }, + "燃立って": { + "w_type": "conjugated godan verb", + "romaji": "moetatte" + }, + "融か": { + "w_type": "godan verb stem", + "romaji": "toka" + }, + "融き": { + "w_type": "godan verb stem", + "romaji": "toki" + }, + "融け": { + "w_type": "conjugated godan verb", + "romaji": "toke" + }, + "融こ": { + "w_type": "godan verb stem", + "romaji": "toko" + }, + "融いた": { + "w_type": "conjugated godan verb", + "romaji": "toita" + }, + "融いて": { + "w_type": "conjugated godan verb", + "romaji": "toite" + }, + "はめ倒さ": { + "w_type": "godan verb stem", + "romaji": "hametaosa" + }, + "はめ倒し": { + "w_type": "godan verb stem", + "romaji": "hametaoshi" + }, + "はめ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "hametaose" + }, + "はめ倒そ": { + "w_type": "godan verb stem", + "romaji": "hametaoso" + }, + "はめ倒した": { + "w_type": "conjugated godan verb", + "romaji": "hametaoshita" + }, + "はめ倒して": { + "w_type": "conjugated godan verb", + "romaji": "hametaoshite" + }, + "嘯か": { + "w_type": "godan verb stem", + "romaji": "usobuka" + }, + "嘯き": { + "w_type": "godan verb stem", + "romaji": "usobuki" + }, + "嘯け": { + "w_type": "conjugated godan verb", + "romaji": "usobuke" + }, + "嘯こ": { + "w_type": "godan verb stem", + "romaji": "usobuko" + }, + "嘯いた": { + "w_type": "conjugated godan verb", + "romaji": "usobuita" + }, + "嘯いて": { + "w_type": "conjugated godan verb", + "romaji": "usobuite" + }, + "根付か": { + "w_type": "godan verb stem", + "romaji": "nezuka" + }, + "根付き": { + "w_type": "godan verb stem", + "romaji": "nezuki" + }, + "根付け": { + "w_type": "conjugated godan verb", + "romaji": "nezuke" + }, + "根付こ": { + "w_type": "godan verb stem", + "romaji": "nezuko" + }, + "根付いた": { + "w_type": "conjugated godan verb", + "romaji": "nezuita" + }, + "根付いて": { + "w_type": "conjugated godan verb", + "romaji": "nezuite" + }, + "痙ら": { + "w_type": "godan verb stem", + "romaji": "tsura" + }, + "痙り": { + "w_type": "godan verb stem", + "romaji": "tsuri" + }, + "痙れ": { + "w_type": "conjugated godan verb", + "romaji": "tsure" + }, + "痙ろ": { + "w_type": "godan verb stem", + "romaji": "tsuro" + }, + "痙った": { + "w_type": "conjugated godan verb", + "romaji": "tsutta" + }, + "痙って": { + "w_type": "conjugated godan verb", + "romaji": "tsutte" + }, + "嫌がら": { + "w_type": "godan verb stem", + "romaji": "iyagara" + }, + "嫌がり": { + "w_type": "godan verb stem", + "romaji": "iyagari" + }, + "嫌がれ": { + "w_type": "conjugated godan verb", + "romaji": "iyagare" + }, + "嫌がろ": { + "w_type": "godan verb stem", + "romaji": "iyagaro" + }, + "嫌がった": { + "w_type": "conjugated godan verb", + "romaji": "iyagatta" + }, + "嫌がって": { + "w_type": "conjugated godan verb", + "romaji": "iyagatte" + }, + "ひき殺さ": { + "w_type": "godan verb stem", + "romaji": "hikikorosa" + }, + "ひき殺し": { + "w_type": "godan verb stem", + "romaji": "hikikoroshi" + }, + "ひき殺せ": { + "w_type": "conjugated godan verb", + "romaji": "hikikorose" + }, + "ひき殺そ": { + "w_type": "godan verb stem", + "romaji": "hikikoroso" + }, + "ひき殺した": { + "w_type": "conjugated godan verb", + "romaji": "hikikoroshita" + }, + "ひき殺して": { + "w_type": "conjugated godan verb", + "romaji": "hikikoroshite" + }, + "いきり立た": { + "w_type": "godan verb stem", + "romaji": "ikiritata" + }, + "いきり立ち": { + "w_type": "godan verb stem", + "romaji": "ikiritachi" + }, + "いきり立て": { + "w_type": "conjugated godan verb", + "romaji": "ikiritate" + }, + "いきり立と": { + "w_type": "godan verb stem", + "romaji": "ikiritato" + }, + "いきり立った": { + "w_type": "conjugated godan verb", + "romaji": "ikiritatta" + }, + "いきり立って": { + "w_type": "conjugated godan verb", + "romaji": "ikiritatte" + }, + "播か": { + "w_type": "godan verb stem", + "romaji": "maka" + }, + "播き": { + "w_type": "godan verb stem", + "romaji": "maki" + }, + "播け": { + "w_type": "conjugated godan verb", + "romaji": "make" + }, + "播こ": { + "w_type": "godan verb stem", + "romaji": "mako" + }, + "播いた": { + "w_type": "conjugated godan verb", + "romaji": "maita" + }, + "播いて": { + "w_type": "conjugated godan verb", + "romaji": "maite" + }, + "消え入ら": { + "w_type": "godan verb stem", + "romaji": "kieira" + }, + "消え入り": { + "w_type": "godan verb stem", + "romaji": "kieiri" + }, + "消え入れ": { + "w_type": "conjugated godan verb", + "romaji": "kieire" + }, + "消え入ろ": { + "w_type": "godan verb stem", + "romaji": "kieiro" + }, + "消え入った": { + "w_type": "conjugated godan verb", + "romaji": "kieitta" + }, + "消え入って": { + "w_type": "conjugated godan verb", + "romaji": "kieitte" + }, + "從わ": { + "w_type": "godan verb stem", + "romaji": "shitagawa" + }, + "從い": { + "w_type": "godan verb stem", + "romaji": "shitagai" + }, + "從え": { + "w_type": "conjugated godan verb", + "romaji": "shitagae" + }, + "從お": { + "w_type": "godan verb stem", + "romaji": "shitagao" + }, + "從った": { + "w_type": "conjugated godan verb", + "romaji": "shitagatta" + }, + "從って": { + "w_type": "conjugated godan verb", + "romaji": "shitagatte" + }, + "彷徨わ": { + "w_type": "godan verb stem", + "romaji": "samayowa" + }, + "彷徨い": { + "w_type": "godan verb stem", + "romaji": "samayoi" + }, + "彷徨え": { + "w_type": "conjugated godan verb", + "romaji": "samayoe" + }, + "彷徨お": { + "w_type": "godan verb stem", + "romaji": "samayoo" + }, + "彷徨った": { + "w_type": "conjugated godan verb", + "romaji": "samayotta" + }, + "彷徨って": { + "w_type": "conjugated godan verb", + "romaji": "samayotte" + }, + "折返ら": { + "w_type": "godan verb stem", + "romaji": "orekaera" + }, + "折返り": { + "w_type": "godan verb stem", + "romaji": "orekaeri" + }, + "折返れ": { + "w_type": "conjugated godan verb", + "romaji": "orekaere" + }, + "折返ろ": { + "w_type": "godan verb stem", + "romaji": "orekaero" + }, + "折返った": { + "w_type": "conjugated godan verb", + "romaji": "orekaetta" + }, + "折返って": { + "w_type": "conjugated godan verb", + "romaji": "orekaette" + }, + "彷徨か": { + "w_type": "godan verb stem", + "romaji": "urotsuka" + }, + "彷徨き": { + "w_type": "godan verb stem", + "romaji": "urotsuki" + }, + "彷徨け": { + "w_type": "conjugated godan verb", + "romaji": "urotsuke" + }, + "彷徨こ": { + "w_type": "godan verb stem", + "romaji": "urotsuko" + }, + "彷徨いた": { + "w_type": "conjugated godan verb", + "romaji": "urotsuita" + }, + "彷徨いて": { + "w_type": "conjugated godan verb", + "romaji": "urotsuite" + }, + "芝居がから": { + "w_type": "godan verb stem", + "romaji": "shibaigakara" + }, + "芝居がかり": { + "w_type": "godan verb stem", + "romaji": "shibaigakari" + }, + "芝居がかれ": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakare" + }, + "芝居がかろ": { + "w_type": "godan verb stem", + "romaji": "shibaigakaro" + }, + "芝居がかった": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakatta" + }, + "芝居がかって": { + "w_type": "conjugated godan verb", + "romaji": "shibaigakatte" + }, + "飛び散ら": { + "w_type": "godan verb stem", + "romaji": "tobichira" + }, + "飛び散り": { + "w_type": "godan verb stem", + "romaji": "tobichiri" + }, + "飛び散れ": { + "w_type": "conjugated godan verb", + "romaji": "tobichire" + }, + "飛び散ろ": { + "w_type": "godan verb stem", + "romaji": "tobichiro" + }, + "飛び散った": { + "w_type": "conjugated godan verb", + "romaji": "tobichitta" + }, + "飛び散って": { + "w_type": "conjugated godan verb", + "romaji": "tobichitte" + }, + "惹か": { + "w_type": "godan verb stem", + "romaji": "hika" + }, + "惹き": { + "w_type": "godan verb stem", + "romaji": "hiki" + }, + "惹け": { + "w_type": "conjugated godan verb", + "romaji": "hike" + }, + "惹こ": { + "w_type": "godan verb stem", + "romaji": "hiko" + }, + "惹いた": { + "w_type": "conjugated godan verb", + "romaji": "hiita" + }, + "惹いて": { + "w_type": "conjugated godan verb", + "romaji": "hiite" + }, + "掻い出さ": { + "w_type": "godan verb stem", + "romaji": "kaidasa" + }, + "掻い出し": { + "w_type": "godan verb stem", + "romaji": "kaidashi" + }, + "掻い出せ": { + "w_type": "conjugated godan verb", + "romaji": "kaidase" + }, + "掻い出そ": { + "w_type": "godan verb stem", + "romaji": "kaidaso" + }, + "掻い出した": { + "w_type": "conjugated godan verb", + "romaji": "kaidashita" + }, + "掻い出して": { + "w_type": "conjugated godan verb", + "romaji": "kaidashite" + }, + "割り戻さ": { + "w_type": "godan verb stem", + "romaji": "warimodosa" + }, + "割り戻し": { + "w_type": "godan verb stem", + "romaji": "warimodoshi" + }, + "割り戻せ": { + "w_type": "conjugated godan verb", + "romaji": "warimodose" + }, + "割り戻そ": { + "w_type": "godan verb stem", + "romaji": "warimodoso" + }, + "割り戻した": { + "w_type": "conjugated godan verb", + "romaji": "warimodoshita" + }, + "割り戻して": { + "w_type": "conjugated godan verb", + "romaji": "warimodoshite" + }, + "善く言わ": { + "w_type": "godan verb stem", + "romaji": "yokuiwa" + }, + "善く言い": { + "w_type": "godan verb stem", + "romaji": "yokuii" + }, + "善く言え": { + "w_type": "conjugated godan verb", + "romaji": "yokuie" + }, + "善く言お": { + "w_type": "godan verb stem", + "romaji": "yokuio" + }, + "善く言った": { + "w_type": "conjugated godan verb", + "romaji": "yokuitta" + }, + "善く言って": { + "w_type": "conjugated godan verb", + "romaji": "yokuitte" + }, + "入りきら": { + "w_type": "godan verb stem", + "romaji": "hairikira" + }, + "入りきり": { + "w_type": "godan verb stem", + "romaji": "hairikiri" + }, + "入りきれ": { + "w_type": "conjugated godan verb", + "romaji": "hairikire" + }, + "入りきろ": { + "w_type": "godan verb stem", + "romaji": "hairikiro" + }, + "入りきった": { + "w_type": "conjugated godan verb", + "romaji": "hairikitta" + }, + "入りきって": { + "w_type": "conjugated godan verb", + "romaji": "hairikitte" + }, + "凍え付か": { + "w_type": "godan verb stem", + "romaji": "kogoetsuka" + }, + "凍え付き": { + "w_type": "godan verb stem", + "romaji": "kogoetsuki" + }, + "凍え付け": { + "w_type": "conjugated godan verb", + "romaji": "kogoetsuke" + }, + "凍え付こ": { + "w_type": "godan verb stem", + "romaji": "kogoetsuko" + }, + "凍え付いた": { + "w_type": "conjugated godan verb", + "romaji": "kogoetsuita" + }, + "凍え付いて": { + "w_type": "conjugated godan verb", + "romaji": "kogoetsuite" + }, + "引回さ": { + "w_type": "godan verb stem", + "romaji": "hikimawasa" + }, + "引回し": { + "w_type": "godan verb stem", + "romaji": "hikimawashi" + }, + "引回せ": { + "w_type": "conjugated godan verb", + "romaji": "hikimawase" + }, + "引回そ": { + "w_type": "godan verb stem", + "romaji": "hikimawaso" + }, + "引回した": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashita" + }, + "引回して": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashite" + }, + "襲が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "襲ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "襲げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "襲ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "襲いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "襲いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "付け回さ": { + "w_type": "godan verb stem", + "romaji": "tsukemawasa" + }, + "付け回し": { + "w_type": "godan verb stem", + "romaji": "tsukemawashi" + }, + "付け回せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawase" + }, + "付け回そ": { + "w_type": "godan verb stem", + "romaji": "tsukemawaso" + }, + "付け回した": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawashita" + }, + "付け回して": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawashite" + }, + "叱り飛ばさ": { + "w_type": "godan verb stem", + "romaji": "shikaritobasa" + }, + "叱り飛ばし": { + "w_type": "godan verb stem", + "romaji": "shikaritobashi" + }, + "叱り飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "shikaritobase" + }, + "叱り飛ばそ": { + "w_type": "godan verb stem", + "romaji": "shikaritobaso" + }, + "叱り飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "shikaritobashita" + }, + "叱り飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "shikaritobashite" + }, + "悲しま": { + "w_type": "godan verb stem", + "romaji": "kanashima" + }, + "悲しみ": { + "w_type": "godan verb stem", + "romaji": "kanashimi" + }, + "悲しめ": { + "w_type": "conjugated godan verb", + "romaji": "kanashime" + }, + "悲しも": { + "w_type": "godan verb stem", + "romaji": "kanashimo" + }, + "悲しんだ": { + "w_type": "conjugated godan verb", + "romaji": "kanashinda" + }, + "悲しんで": { + "w_type": "conjugated godan verb", + "romaji": "kanashinde" + }, + "謹ま": { + "w_type": "godan verb stem", + "romaji": "tsutsushima" + }, + "謹み": { + "w_type": "godan verb stem", + "romaji": "tsutsushimi" + }, + "謹め": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushime" + }, + "謹も": { + "w_type": "godan verb stem", + "romaji": "tsutsushimo" + }, + "謹んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushinda" + }, + "謹んで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsushinde" + }, + "疑ぐら": { + "w_type": "godan verb stem", + "romaji": "utagura" + }, + "疑ぐり": { + "w_type": "godan verb stem", + "romaji": "utaguri" + }, + "疑ぐれ": { + "w_type": "conjugated godan verb", + "romaji": "utagure" + }, + "疑ぐろ": { + "w_type": "godan verb stem", + "romaji": "utaguro" + }, + "疑ぐった": { + "w_type": "conjugated godan verb", + "romaji": "utagutta" + }, + "疑ぐって": { + "w_type": "conjugated godan verb", + "romaji": "utagutte" + }, + "付け回ら": { + "w_type": "godan verb stem", + "romaji": "tsukemawara" + }, + "付け回り": { + "w_type": "godan verb stem", + "romaji": "tsukemawari" + }, + "付け回れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukemaware" + }, + "付け回ろ": { + "w_type": "godan verb stem", + "romaji": "tsukemawaro" + }, + "付け回った": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawatta" + }, + "付け回って": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawatte" + }, + "殺しあわ": { + "w_type": "godan verb stem", + "romaji": "koroshiawa" + }, + "殺しあい": { + "w_type": "godan verb stem", + "romaji": "koroshiai" + }, + "殺しあえ": { + "w_type": "conjugated godan verb", + "romaji": "koroshiae" + }, + "殺しあお": { + "w_type": "godan verb stem", + "romaji": "koroshiao" + }, + "殺しあった": { + "w_type": "conjugated godan verb", + "romaji": "koroshiatta" + }, + "殺しあって": { + "w_type": "conjugated godan verb", + "romaji": "koroshiatte" + }, + "そっくり返ら": { + "w_type": "godan verb stem", + "romaji": "sokkurikaera" + }, + "そっくり返り": { + "w_type": "godan verb stem", + "romaji": "sokkurikaeri" + }, + "そっくり返れ": { + "w_type": "conjugated godan verb", + "romaji": "sokkurikaere" + }, + "そっくり返ろ": { + "w_type": "godan verb stem", + "romaji": "sokkurikaero" + }, + "そっくり返った": { + "w_type": "conjugated godan verb", + "romaji": "sokkurikaetta" + }, + "そっくり返って": { + "w_type": "conjugated godan verb", + "romaji": "sokkurikaette" + }, + "掛ら": { + "w_type": "godan verb stem", + "romaji": "kakara" + }, + "掛り": { + "w_type": "godan verb stem", + "romaji": "kakari" + }, + "掛れ": { + "w_type": "conjugated godan verb", + "romaji": "kakare" + }, + "掛ろ": { + "w_type": "godan verb stem", + "romaji": "kakaro" + }, + "掛った": { + "w_type": "conjugated godan verb", + "romaji": "kakatta" + }, + "掛って": { + "w_type": "conjugated godan verb", + "romaji": "kakatte" + }, + "見せびらかさ": { + "w_type": "godan verb stem", + "romaji": "misebirakasa" + }, + "見せびらかし": { + "w_type": "godan verb stem", + "romaji": "misebirakashi" + }, + "見せびらかせ": { + "w_type": "conjugated godan verb", + "romaji": "misebirakase" + }, + "見せびらかそ": { + "w_type": "godan verb stem", + "romaji": "misebirakaso" + }, + "見せびらかした": { + "w_type": "conjugated godan verb", + "romaji": "misebirakashita" + }, + "見せびらかして": { + "w_type": "conjugated godan verb", + "romaji": "misebirakashite" + }, + "登りきら": { + "w_type": "godan verb stem", + "romaji": "noborikira" + }, + "登りきり": { + "w_type": "godan verb stem", + "romaji": "noborikiri" + }, + "登りきれ": { + "w_type": "conjugated godan verb", + "romaji": "noborikire" + }, + "登りきろ": { + "w_type": "godan verb stem", + "romaji": "noborikiro" + }, + "登りきった": { + "w_type": "conjugated godan verb", + "romaji": "noborikitta" + }, + "登りきって": { + "w_type": "conjugated godan verb", + "romaji": "noborikitte" + }, + "語りつくさ": { + "w_type": "godan verb stem", + "romaji": "kataritsukusa" + }, + "語りつくし": { + "w_type": "godan verb stem", + "romaji": "kataritsukushi" + }, + "語りつくせ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukuse" + }, + "語りつくそ": { + "w_type": "godan verb stem", + "romaji": "kataritsukuso" + }, + "語りつくした": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukushita" + }, + "語りつくして": { + "w_type": "conjugated godan verb", + "romaji": "kataritsukushite" + }, + "潜ま": { + "w_type": "godan verb stem", + "romaji": "hisoma" + }, + "潜み": { + "w_type": "godan verb stem", + "romaji": "hisomi" + }, + "潜め": { + "w_type": "conjugated godan verb", + "romaji": "hisome" + }, + "潜も": { + "w_type": "godan verb stem", + "romaji": "hisomo" + }, + "潜んだ": { + "w_type": "conjugated godan verb", + "romaji": "hisonda" + }, + "潜んで": { + "w_type": "conjugated godan verb", + "romaji": "hisonde" + }, + "泳ぎ回ら": { + "w_type": "godan verb stem", + "romaji": "oyogimawara" + }, + "泳ぎ回り": { + "w_type": "godan verb stem", + "romaji": "oyogimawari" + }, + "泳ぎ回れ": { + "w_type": "conjugated godan verb", + "romaji": "oyogimaware" + }, + "泳ぎ回ろ": { + "w_type": "godan verb stem", + "romaji": "oyogimawaro" + }, + "泳ぎ回った": { + "w_type": "conjugated godan verb", + "romaji": "oyogimawatta" + }, + "泳ぎ回って": { + "w_type": "conjugated godan verb", + "romaji": "oyogimawatte" + }, + "入り込ま": { + "w_type": "godan verb stem", + "romaji": "hairikoma" + }, + "入り込み": { + "w_type": "godan verb stem", + "romaji": "hairikomi" + }, + "入り込め": { + "w_type": "conjugated godan verb", + "romaji": "hairikome" + }, + "入り込も": { + "w_type": "godan verb stem", + "romaji": "hairikomo" + }, + "入り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hairikonda" + }, + "入り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hairikonde" + }, + "焦らさ": { + "w_type": "godan verb stem", + "romaji": "jirasa" + }, + "焦らし": { + "w_type": "godan verb stem", + "romaji": "jirashi" + }, + "焦らせ": { + "w_type": "conjugated godan verb", + "romaji": "jirase" + }, + "焦らそ": { + "w_type": "godan verb stem", + "romaji": "jiraso" + }, + "焦らした": { + "w_type": "conjugated godan verb", + "romaji": "jirashita" + }, + "焦らして": { + "w_type": "conjugated godan verb", + "romaji": "jirashite" + }, + "呼び返さ": { + "w_type": "godan verb stem", + "romaji": "yobikaesa" + }, + "呼び返し": { + "w_type": "godan verb stem", + "romaji": "yobikaeshi" + }, + "呼び返せ": { + "w_type": "conjugated godan verb", + "romaji": "yobikaese" + }, + "呼び返そ": { + "w_type": "godan verb stem", + "romaji": "yobikaeso" + }, + "呼び返した": { + "w_type": "conjugated godan verb", + "romaji": "yobikaeshita" + }, + "呼び返して": { + "w_type": "conjugated godan verb", + "romaji": "yobikaeshite" + }, + "眺め回さ": { + "w_type": "godan verb stem", + "romaji": "nagamemawasa" + }, + "眺め回し": { + "w_type": "godan verb stem", + "romaji": "nagamemawashi" + }, + "眺め回せ": { + "w_type": "conjugated godan verb", + "romaji": "nagamemawase" + }, + "眺め回そ": { + "w_type": "godan verb stem", + "romaji": "nagamemawaso" + }, + "眺め回した": { + "w_type": "conjugated godan verb", + "romaji": "nagamemawashita" + }, + "眺め回して": { + "w_type": "conjugated godan verb", + "romaji": "nagamemawashite" + }, + "持ち運ば": { + "w_type": "godan verb stem", + "romaji": "mochihakoba" + }, + "持ち運び": { + "w_type": "godan verb stem", + "romaji": "mochihakobi" + }, + "持ち運べ": { + "w_type": "conjugated godan verb", + "romaji": "mochihakobe" + }, + "持ち運ぼ": { + "w_type": "godan verb stem", + "romaji": "mochihakobo" + }, + "持ち運んだ": { + "w_type": "conjugated godan verb", + "romaji": "mochihakonda" + }, + "持ち運んで": { + "w_type": "conjugated godan verb", + "romaji": "mochihakonde" + }, + "出くわさ": { + "w_type": "godan verb stem", + "romaji": "dekuwasa" + }, + "出くわし": { + "w_type": "godan verb stem", + "romaji": "dekuwashi" + }, + "出くわせ": { + "w_type": "conjugated godan verb", + "romaji": "dekuwase" + }, + "出くわそ": { + "w_type": "godan verb stem", + "romaji": "dekuwaso" + }, + "出くわした": { + "w_type": "conjugated godan verb", + "romaji": "dekuwashita" + }, + "出くわして": { + "w_type": "conjugated godan verb", + "romaji": "dekuwashite" + }, + "仕切ら": { + "w_type": "godan verb stem", + "romaji": "shikira" + }, + "仕切り": { + "w_type": "godan verb stem", + "romaji": "shikiri" + }, + "仕切れ": { + "w_type": "conjugated godan verb", + "romaji": "shikire" + }, + "仕切ろ": { + "w_type": "godan verb stem", + "romaji": "shikiro" + }, + "仕切った": { + "w_type": "conjugated godan verb", + "romaji": "shikitta" + }, + "仕切って": { + "w_type": "conjugated godan verb", + "romaji": "shikitte" + }, + "刈り取ら": { + "w_type": "godan verb stem", + "romaji": "karitora" + }, + "刈り取り": { + "w_type": "godan verb stem", + "romaji": "karitori" + }, + "刈り取れ": { + "w_type": "conjugated godan verb", + "romaji": "karitore" + }, + "刈り取ろ": { + "w_type": "godan verb stem", + "romaji": "karitoro" + }, + "刈り取った": { + "w_type": "conjugated godan verb", + "romaji": "karitotta" + }, + "刈り取って": { + "w_type": "conjugated godan verb", + "romaji": "karitotte" + }, + "伸し歩か": { + "w_type": "godan verb stem", + "romaji": "noshiaruka" + }, + "伸し歩き": { + "w_type": "godan verb stem", + "romaji": "noshiaruki" + }, + "伸し歩け": { + "w_type": "conjugated godan verb", + "romaji": "noshiaruke" + }, + "伸し歩こ": { + "w_type": "godan verb stem", + "romaji": "noshiaruko" + }, + "伸し歩いた": { + "w_type": "conjugated godan verb", + "romaji": "noshiaruita" + }, + "伸し歩いて": { + "w_type": "conjugated godan verb", + "romaji": "noshiaruite" + }, + "捻ら": { + "w_type": "godan verb stem", + "romaji": "nejira" + }, + "捻り": { + "w_type": "godan verb stem", + "romaji": "nejiri" + }, + "捻れ": { + "w_type": "conjugated godan verb", + "romaji": "nejire" + }, + "捻ろ": { + "w_type": "godan verb stem", + "romaji": "nejiro" + }, + "捻った": { + "w_type": "conjugated godan verb", + "romaji": "nejitta" + }, + "捻って": { + "w_type": "conjugated godan verb", + "romaji": "nejitte" + }, + "使い古さ": { + "w_type": "godan verb stem", + "romaji": "tsukaifurusa" + }, + "使い古し": { + "w_type": "godan verb stem", + "romaji": "tsukaifurushi" + }, + "使い古せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukaifuruse" + }, + "使い古そ": { + "w_type": "godan verb stem", + "romaji": "tsukaifuruso" + }, + "使い古した": { + "w_type": "conjugated godan verb", + "romaji": "tsukaifurushita" + }, + "使い古して": { + "w_type": "conjugated godan verb", + "romaji": "tsukaifurushite" + }, + "来向かわ": { + "w_type": "godan verb stem", + "romaji": "kimukawa" + }, + "来向かい": { + "w_type": "godan verb stem", + "romaji": "kimukai" + }, + "来向かえ": { + "w_type": "conjugated godan verb", + "romaji": "kimukae" + }, + "来向かお": { + "w_type": "godan verb stem", + "romaji": "kimukao" + }, + "来向かった": { + "w_type": "conjugated godan verb", + "romaji": "kimukatta" + }, + "来向かって": { + "w_type": "conjugated godan verb", + "romaji": "kimukatte" + }, + "食らい付か": { + "w_type": "godan verb stem", + "romaji": "kuraitsuka" + }, + "食らい付き": { + "w_type": "godan verb stem", + "romaji": "kuraitsuki" + }, + "食らい付け": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuke" + }, + "食らい付こ": { + "w_type": "godan verb stem", + "romaji": "kuraitsuko" + }, + "食らい付いた": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuita" + }, + "食らい付いて": { + "w_type": "conjugated godan verb", + "romaji": "kuraitsuite" + }, + "掘出さ": { + "w_type": "godan verb stem", + "romaji": "horidasa" + }, + "掘出し": { + "w_type": "godan verb stem", + "romaji": "horidashi" + }, + "掘出せ": { + "w_type": "conjugated godan verb", + "romaji": "horidase" + }, + "掘出そ": { + "w_type": "godan verb stem", + "romaji": "horidaso" + }, + "掘出した": { + "w_type": "conjugated godan verb", + "romaji": "horidashita" + }, + "掘出して": { + "w_type": "conjugated godan verb", + "romaji": "horidashite" + }, + "脱が": { + "w_type": "godan verb stem", + "romaji": "nuga" + }, + "脱ぎ": { + "w_type": "godan verb stem", + "romaji": "nugi" + }, + "脱げ": { + "w_type": "conjugated godan verb", + "romaji": "nuge" + }, + "脱ご": { + "w_type": "godan verb stem", + "romaji": "nugo" + }, + "脱いだ": { + "w_type": "conjugated godan verb", + "romaji": "nuida" + }, + "脱いで": { + "w_type": "conjugated godan verb", + "romaji": "nuide" + }, + "読み出さ": { + "w_type": "godan verb stem", + "romaji": "yomidasa" + }, + "読み出し": { + "w_type": "godan verb stem", + "romaji": "yomidashi" + }, + "読み出せ": { + "w_type": "conjugated godan verb", + "romaji": "yomidase" + }, + "読み出そ": { + "w_type": "godan verb stem", + "romaji": "yomidaso" + }, + "読み出した": { + "w_type": "conjugated godan verb", + "romaji": "yomidashita" + }, + "読み出して": { + "w_type": "conjugated godan verb", + "romaji": "yomidashite" + }, + "瞞さ": { + "w_type": "godan verb stem", + "romaji": "damasa" + }, + "瞞し": { + "w_type": "godan verb stem", + "romaji": "damashi" + }, + "瞞せ": { + "w_type": "conjugated godan verb", + "romaji": "damase" + }, + "瞞そ": { + "w_type": "godan verb stem", + "romaji": "damaso" + }, + "瞞した": { + "w_type": "conjugated godan verb", + "romaji": "damashita" + }, + "瞞して": { + "w_type": "conjugated godan verb", + "romaji": "damashite" + }, + "戦か": { + "w_type": "godan verb stem", + "romaji": "ononoka" + }, + "戦き": { + "w_type": "godan verb stem", + "romaji": "ononoki" + }, + "戦け": { + "w_type": "conjugated godan verb", + "romaji": "ononoke" + }, + "戦こ": { + "w_type": "godan verb stem", + "romaji": "ononoko" + }, + "戦いた": { + "w_type": "conjugated godan verb", + "romaji": "ononoita" + }, + "戦いて": { + "w_type": "conjugated godan verb", + "romaji": "ononoite" + }, + "相次が": { + "w_type": "godan verb stem", + "romaji": "aitsuga" + }, + "相次ぎ": { + "w_type": "godan verb stem", + "romaji": "aitsugi" + }, + "相次げ": { + "w_type": "conjugated godan verb", + "romaji": "aitsuge" + }, + "相次ご": { + "w_type": "godan verb stem", + "romaji": "aitsugo" + }, + "相次いだ": { + "w_type": "conjugated godan verb", + "romaji": "aitsuida" + }, + "相次いで": { + "w_type": "conjugated godan verb", + "romaji": "aitsuide" + }, + "驚か": { + "w_type": "godan verb stem", + "romaji": "odoroka" + }, + "驚き": { + "w_type": "godan verb stem", + "romaji": "odoroki" + }, + "驚け": { + "w_type": "conjugated godan verb", + "romaji": "odoroke" + }, + "驚こ": { + "w_type": "godan verb stem", + "romaji": "odoroko" + }, + "驚いた": { + "w_type": "conjugated godan verb", + "romaji": "odoroita" + }, + "驚いて": { + "w_type": "conjugated godan verb", + "romaji": "odoroite" + }, + "傷ま": { + "w_type": "godan verb stem", + "romaji": "itama" + }, + "傷み": { + "w_type": "godan verb stem", + "romaji": "itami" + }, + "傷め": { + "w_type": "conjugated godan verb", + "romaji": "itame" + }, + "傷も": { + "w_type": "godan verb stem", + "romaji": "itamo" + }, + "傷んだ": { + "w_type": "conjugated godan verb", + "romaji": "itanda" + }, + "傷んで": { + "w_type": "conjugated godan verb", + "romaji": "itande" + }, + "上付か": { + "w_type": "godan verb stem", + "romaji": "uwatsuka" + }, + "上付き": { + "w_type": "godan verb stem", + "romaji": "uwatsuki" + }, + "上付け": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuke" + }, + "上付こ": { + "w_type": "godan verb stem", + "romaji": "uwatsuko" + }, + "上付いた": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuita" + }, + "上付いて": { + "w_type": "conjugated godan verb", + "romaji": "uwatsuite" + }, + "着古さ": { + "w_type": "godan verb stem", + "romaji": "kifurusa" + }, + "着古し": { + "w_type": "godan verb stem", + "romaji": "kifurushi" + }, + "着古せ": { + "w_type": "conjugated godan verb", + "romaji": "kifuruse" + }, + "着古そ": { + "w_type": "godan verb stem", + "romaji": "kifuruso" + }, + "着古した": { + "w_type": "conjugated godan verb", + "romaji": "kifurushita" + }, + "着古して": { + "w_type": "conjugated godan verb", + "romaji": "kifurushite" + }, + "諾わ": { + "w_type": "godan verb stem", + "romaji": "ubenawa" + }, + "諾い": { + "w_type": "godan verb stem", + "romaji": "ubenai" + }, + "諾え": { + "w_type": "conjugated godan verb", + "romaji": "ubenae" + }, + "諾お": { + "w_type": "godan verb stem", + "romaji": "ubenao" + }, + "諾った": { + "w_type": "conjugated godan verb", + "romaji": "ubenatta" + }, + "諾って": { + "w_type": "conjugated godan verb", + "romaji": "ubenatte" + }, + "押戻さ": { + "w_type": "godan verb stem", + "romaji": "oshimodosa" + }, + "押戻し": { + "w_type": "godan verb stem", + "romaji": "oshimodoshi" + }, + "押戻せ": { + "w_type": "conjugated godan verb", + "romaji": "oshimodose" + }, + "押戻そ": { + "w_type": "godan verb stem", + "romaji": "oshimodoso" + }, + "押戻した": { + "w_type": "conjugated godan verb", + "romaji": "oshimodoshita" + }, + "押戻して": { + "w_type": "conjugated godan verb", + "romaji": "oshimodoshite" + }, + "歩きまわら": { + "w_type": "godan verb stem", + "romaji": "arukimawara" + }, + "歩きまわり": { + "w_type": "godan verb stem", + "romaji": "arukimawari" + }, + "歩きまわれ": { + "w_type": "conjugated godan verb", + "romaji": "arukimaware" + }, + "歩きまわろ": { + "w_type": "godan verb stem", + "romaji": "arukimawaro" + }, + "歩きまわった": { + "w_type": "conjugated godan verb", + "romaji": "arukimawatta" + }, + "歩きまわって": { + "w_type": "conjugated godan verb", + "romaji": "arukimawatte" + }, + "取り巻か": { + "w_type": "godan verb stem", + "romaji": "torimaka" + }, + "取り巻き": { + "w_type": "godan verb stem", + "romaji": "torimaki" + }, + "取り巻け": { + "w_type": "conjugated godan verb", + "romaji": "torimake" + }, + "取り巻こ": { + "w_type": "godan verb stem", + "romaji": "torimako" + }, + "取り巻いた": { + "w_type": "conjugated godan verb", + "romaji": "torimaita" + }, + "取り巻いて": { + "w_type": "conjugated godan verb", + "romaji": "torimaite" + }, + "ゆり動かさ": { + "w_type": "godan verb stem", + "romaji": "yuriugokasa" + }, + "ゆり動かし": { + "w_type": "godan verb stem", + "romaji": "yuriugokashi" + }, + "ゆり動かせ": { + "w_type": "conjugated godan verb", + "romaji": "yuriugokase" + }, + "ゆり動かそ": { + "w_type": "godan verb stem", + "romaji": "yuriugokaso" + }, + "ゆり動かした": { + "w_type": "conjugated godan verb", + "romaji": "yuriugokashita" + }, + "ゆり動かして": { + "w_type": "conjugated godan verb", + "romaji": "yuriugokashite" + }, + "道行か": { + "w_type": "godan verb stem", + "romaji": "michiyuka" + }, + "道行き": { + "w_type": "godan verb stem", + "romaji": "michiyuki" + }, + "道行け": { + "w_type": "conjugated godan verb", + "romaji": "michiyuke" + }, + "道行こ": { + "w_type": "godan verb stem", + "romaji": "michiyuko" + }, + "道行いた": { + "w_type": "conjugated godan verb", + "romaji": "michiyuita" + }, + "道行いて": { + "w_type": "conjugated godan verb", + "romaji": "michiyuite" + }, + "向き直ら": { + "w_type": "godan verb stem", + "romaji": "mukinaora" + }, + "向き直り": { + "w_type": "godan verb stem", + "romaji": "mukinaori" + }, + "向き直れ": { + "w_type": "conjugated godan verb", + "romaji": "mukinaore" + }, + "向き直ろ": { + "w_type": "godan verb stem", + "romaji": "mukinaoro" + }, + "向き直った": { + "w_type": "conjugated godan verb", + "romaji": "mukinaotta" + }, + "向き直って": { + "w_type": "conjugated godan verb", + "romaji": "mukinaotte" + }, + "愛しあわ": { + "w_type": "godan verb stem", + "romaji": "aishiawa" + }, + "愛しあい": { + "w_type": "godan verb stem", + "romaji": "aishiai" + }, + "愛しあえ": { + "w_type": "conjugated godan verb", + "romaji": "aishiae" + }, + "愛しあお": { + "w_type": "godan verb stem", + "romaji": "aishiao" + }, + "愛しあった": { + "w_type": "conjugated godan verb", + "romaji": "aishiatta" + }, + "愛しあって": { + "w_type": "conjugated godan verb", + "romaji": "aishiatte" + }, + "さらけ出さ": { + "w_type": "godan verb stem", + "romaji": "sarakedasa" + }, + "さらけ出し": { + "w_type": "godan verb stem", + "romaji": "sarakedashi" + }, + "さらけ出せ": { + "w_type": "conjugated godan verb", + "romaji": "sarakedase" + }, + "さらけ出そ": { + "w_type": "godan verb stem", + "romaji": "sarakedaso" + }, + "さらけ出した": { + "w_type": "conjugated godan verb", + "romaji": "sarakedashita" + }, + "さらけ出して": { + "w_type": "conjugated godan verb", + "romaji": "sarakedashite" + }, + "凹ま": { + "w_type": "godan verb stem", + "romaji": "hekoma" + }, + "凹み": { + "w_type": "godan verb stem", + "romaji": "hekomi" + }, + "凹め": { + "w_type": "conjugated godan verb", + "romaji": "hekome" + }, + "凹も": { + "w_type": "godan verb stem", + "romaji": "hekomo" + }, + "凹んだ": { + "w_type": "conjugated godan verb", + "romaji": "hekonda" + }, + "凹んで": { + "w_type": "conjugated godan verb", + "romaji": "hekonde" + }, + "し直さ": { + "w_type": "godan verb stem", + "romaji": "shinaosa" + }, + "し直し": { + "w_type": "godan verb stem", + "romaji": "shinaoshi" + }, + "し直せ": { + "w_type": "conjugated godan verb", + "romaji": "shinaose" + }, + "し直そ": { + "w_type": "godan verb stem", + "romaji": "shinaoso" + }, + "し直した": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshita" + }, + "し直して": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshite" + }, + "立て篭ら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "立て篭り": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "立て篭れ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "立て篭ろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "立て篭った": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "立て篭って": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "引移ら": { + "w_type": "godan verb stem", + "romaji": "hikiutsura" + }, + "引移り": { + "w_type": "godan verb stem", + "romaji": "hikiutsuri" + }, + "引移れ": { + "w_type": "conjugated godan verb", + "romaji": "hikiutsure" + }, + "引移ろ": { + "w_type": "godan verb stem", + "romaji": "hikiutsuro" + }, + "引移った": { + "w_type": "conjugated godan verb", + "romaji": "hikiutsutta" + }, + "引移って": { + "w_type": "conjugated godan verb", + "romaji": "hikiutsutte" + }, + "吸わ": { + "w_type": "godan verb stem", + "romaji": "suwa" + }, + "吸い": { + "w_type": "godan verb stem", + "romaji": "sui" + }, + "吸え": { + "w_type": "conjugated godan verb", + "romaji": "sue" + }, + "吸お": { + "w_type": "godan verb stem", + "romaji": "suo" + }, + "吸った": { + "w_type": "conjugated godan verb", + "romaji": "sutta" + }, + "吸って": { + "w_type": "conjugated godan verb", + "romaji": "sutte" + }, + "絞ら": { + "w_type": "godan verb stem", + "romaji": "shibora" + }, + "絞り": { + "w_type": "godan verb stem", + "romaji": "shibori" + }, + "絞れ": { + "w_type": "conjugated godan verb", + "romaji": "shibore" + }, + "絞ろ": { + "w_type": "godan verb stem", + "romaji": "shiboro" + }, + "絞った": { + "w_type": "conjugated godan verb", + "romaji": "shibotta" + }, + "絞って": { + "w_type": "conjugated godan verb", + "romaji": "shibotte" + }, + "縋ら": { + "w_type": "godan verb stem", + "romaji": "sugara" + }, + "縋り": { + "w_type": "godan verb stem", + "romaji": "sugari" + }, + "縋れ": { + "w_type": "conjugated godan verb", + "romaji": "sugare" + }, + "縋ろ": { + "w_type": "godan verb stem", + "romaji": "sugaro" + }, + "縋った": { + "w_type": "conjugated godan verb", + "romaji": "sugatta" + }, + "縋って": { + "w_type": "conjugated godan verb", + "romaji": "sugatte" + }, + "取りのぞか": { + "w_type": "godan verb stem", + "romaji": "torinozoka" + }, + "取りのぞき": { + "w_type": "godan verb stem", + "romaji": "torinozoki" + }, + "取りのぞけ": { + "w_type": "conjugated godan verb", + "romaji": "torinozoke" + }, + "取りのぞこ": { + "w_type": "godan verb stem", + "romaji": "torinozoko" + }, + "取りのぞいた": { + "w_type": "conjugated godan verb", + "romaji": "torinozoita" + }, + "取りのぞいて": { + "w_type": "conjugated godan verb", + "romaji": "torinozoite" + }, + "のし上がら": { + "w_type": "godan verb stem", + "romaji": "noshiagara" + }, + "のし上がり": { + "w_type": "godan verb stem", + "romaji": "noshiagari" + }, + "のし上がれ": { + "w_type": "conjugated godan verb", + "romaji": "noshiagare" + }, + "のし上がろ": { + "w_type": "godan verb stem", + "romaji": "noshiagaro" + }, + "のし上がった": { + "w_type": "conjugated godan verb", + "romaji": "noshiagatta" + }, + "のし上がって": { + "w_type": "conjugated godan verb", + "romaji": "noshiagatte" + }, + "引っ付か": { + "w_type": "godan verb stem", + "romaji": "hittsuka" + }, + "引っ付き": { + "w_type": "godan verb stem", + "romaji": "hittsuki" + }, + "引っ付け": { + "w_type": "conjugated godan verb", + "romaji": "hittsuke" + }, + "引っ付こ": { + "w_type": "godan verb stem", + "romaji": "hittsuko" + }, + "引っ付いた": { + "w_type": "conjugated godan verb", + "romaji": "hittsuita" + }, + "引っ付いて": { + "w_type": "conjugated godan verb", + "romaji": "hittsuite" + }, + "切り替わら": { + "w_type": "godan verb stem", + "romaji": "kirikawara" + }, + "切り替わり": { + "w_type": "godan verb stem", + "romaji": "kirikawari" + }, + "切り替われ": { + "w_type": "conjugated godan verb", + "romaji": "kirikaware" + }, + "切り替わろ": { + "w_type": "godan verb stem", + "romaji": "kirikawaro" + }, + "切り替わった": { + "w_type": "conjugated godan verb", + "romaji": "kirikawatta" + }, + "切り替わって": { + "w_type": "conjugated godan verb", + "romaji": "kirikawatte" + }, + "たたき込ま": { + "w_type": "godan verb stem", + "romaji": "tatakikoma" + }, + "たたき込み": { + "w_type": "godan verb stem", + "romaji": "tatakikomi" + }, + "たたき込め": { + "w_type": "conjugated godan verb", + "romaji": "tatakikome" + }, + "たたき込も": { + "w_type": "godan verb stem", + "romaji": "tatakikomo" + }, + "たたき込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikonda" + }, + "たたき込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatakikonde" + }, + "迫り上がら": { + "w_type": "godan verb stem", + "romaji": "seriagara" + }, + "迫り上がり": { + "w_type": "godan verb stem", + "romaji": "seriagari" + }, + "迫り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "seriagare" + }, + "迫り上がろ": { + "w_type": "godan verb stem", + "romaji": "seriagaro" + }, + "迫り上がった": { + "w_type": "conjugated godan verb", + "romaji": "seriagatta" + }, + "迫り上がって": { + "w_type": "conjugated godan verb", + "romaji": "seriagatte" + }, + "拒否ら": { + "w_type": "godan verb stem", + "romaji": "kyohira" + }, + "拒否り": { + "w_type": "godan verb stem", + "romaji": "kyohiri" + }, + "拒否れ": { + "w_type": "conjugated godan verb", + "romaji": "kyohire" + }, + "拒否ろ": { + "w_type": "godan verb stem", + "romaji": "kyohiro" + }, + "拒否った": { + "w_type": "conjugated godan verb", + "romaji": "kyohitta" + }, + "拒否って": { + "w_type": "conjugated godan verb", + "romaji": "kyohitte" + }, + "鬱が": { + "w_type": "godan verb stem", + "romaji": "fusaga" + }, + "鬱ぎ": { + "w_type": "godan verb stem", + "romaji": "fusagi" + }, + "鬱げ": { + "w_type": "conjugated godan verb", + "romaji": "fusage" + }, + "鬱ご": { + "w_type": "godan verb stem", + "romaji": "fusago" + }, + "鬱いだ": { + "w_type": "conjugated godan verb", + "romaji": "fusaida" + }, + "鬱いで": { + "w_type": "conjugated godan verb", + "romaji": "fusaide" + }, + "寒気立た": { + "w_type": "godan verb stem", + "romaji": "samukedata" + }, + "寒気立ち": { + "w_type": "godan verb stem", + "romaji": "samukedachi" + }, + "寒気立て": { + "w_type": "conjugated godan verb", + "romaji": "samukedate" + }, + "寒気立と": { + "w_type": "godan verb stem", + "romaji": "samukedato" + }, + "寒気立った": { + "w_type": "conjugated godan verb", + "romaji": "samukedatta" + }, + "寒気立って": { + "w_type": "conjugated godan verb", + "romaji": "samukedatte" + }, + "別た": { + "w_type": "godan verb stem", + "romaji": "wakata" + }, + "別ち": { + "w_type": "godan verb stem", + "romaji": "wakachi" + }, + "別て": { + "w_type": "conjugated godan verb", + "romaji": "wakate" + }, + "別と": { + "w_type": "godan verb stem", + "romaji": "wakato" + }, + "別った": { + "w_type": "conjugated godan verb", + "romaji": "wakatta" + }, + "別って": { + "w_type": "conjugated godan verb", + "romaji": "wakatte" + }, + "擂り下ろさ": { + "w_type": "godan verb stem", + "romaji": "suriorosa" + }, + "擂り下ろし": { + "w_type": "godan verb stem", + "romaji": "surioroshi" + }, + "擂り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "suriorose" + }, + "擂り下ろそ": { + "w_type": "godan verb stem", + "romaji": "surioroso" + }, + "擂り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "surioroshita" + }, + "擂り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "surioroshite" + }, + "爬わ": { + "w_type": "godan verb stem", + "romaji": "hawa" + }, + "爬い": { + "w_type": "godan verb stem", + "romaji": "hai" + }, + "爬え": { + "w_type": "conjugated godan verb", + "romaji": "hae" + }, + "爬お": { + "w_type": "godan verb stem", + "romaji": "hao" + }, + "爬った": { + "w_type": "conjugated godan verb", + "romaji": "hatta" + }, + "爬って": { + "w_type": "conjugated godan verb", + "romaji": "hatte" + }, + "訝ら": { + "w_type": "godan verb stem", + "romaji": "ibukara" + }, + "訝り": { + "w_type": "godan verb stem", + "romaji": "ibukari" + }, + "訝れ": { + "w_type": "conjugated godan verb", + "romaji": "ibukare" + }, + "訝ろ": { + "w_type": "godan verb stem", + "romaji": "ibukaro" + }, + "訝った": { + "w_type": "conjugated godan verb", + "romaji": "ibukatta" + }, + "訝って": { + "w_type": "conjugated godan verb", + "romaji": "ibukatte" + }, + "腫れ上がら": { + "w_type": "godan verb stem", + "romaji": "hareagara" + }, + "腫れ上がり": { + "w_type": "godan verb stem", + "romaji": "hareagari" + }, + "腫れ上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hareagare" + }, + "腫れ上がろ": { + "w_type": "godan verb stem", + "romaji": "hareagaro" + }, + "腫れ上がった": { + "w_type": "conjugated godan verb", + "romaji": "hareagatta" + }, + "腫れ上がって": { + "w_type": "conjugated godan verb", + "romaji": "hareagatte" + }, + "言い誤ら": { + "w_type": "godan verb stem", + "romaji": "iiayamara" + }, + "言い誤り": { + "w_type": "godan verb stem", + "romaji": "iiayamari" + }, + "言い誤れ": { + "w_type": "conjugated godan verb", + "romaji": "iiayamare" + }, + "言い誤ろ": { + "w_type": "godan verb stem", + "romaji": "iiayamaro" + }, + "言い誤った": { + "w_type": "conjugated godan verb", + "romaji": "iiayamatta" + }, + "言い誤って": { + "w_type": "conjugated godan verb", + "romaji": "iiayamatte" + }, + "笑い飛ばさ": { + "w_type": "godan verb stem", + "romaji": "waraitobasa" + }, + "笑い飛ばし": { + "w_type": "godan verb stem", + "romaji": "waraitobashi" + }, + "笑い飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "waraitobase" + }, + "笑い飛ばそ": { + "w_type": "godan verb stem", + "romaji": "waraitobaso" + }, + "笑い飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "waraitobashita" + }, + "笑い飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "waraitobashite" + }, + "遣り熟さ": { + "w_type": "godan verb stem", + "romaji": "yarikonasa" + }, + "遣り熟し": { + "w_type": "godan verb stem", + "romaji": "yarikonashi" + }, + "遣り熟せ": { + "w_type": "conjugated godan verb", + "romaji": "yarikonase" + }, + "遣り熟そ": { + "w_type": "godan verb stem", + "romaji": "yarikonaso" + }, + "遣り熟した": { + "w_type": "conjugated godan verb", + "romaji": "yarikonashita" + }, + "遣り熟して": { + "w_type": "conjugated godan verb", + "romaji": "yarikonashite" + }, + "教わら": { + "w_type": "godan verb stem", + "romaji": "osowara" + }, + "教わり": { + "w_type": "godan verb stem", + "romaji": "osowari" + }, + "教われ": { + "w_type": "conjugated godan verb", + "romaji": "osoware" + }, + "教わろ": { + "w_type": "godan verb stem", + "romaji": "osowaro" + }, + "教わった": { + "w_type": "conjugated godan verb", + "romaji": "osowatta" + }, + "教わって": { + "w_type": "conjugated godan verb", + "romaji": "osowatte" + }, + "噛み砕か": { + "w_type": "godan verb stem", + "romaji": "kamikudaka" + }, + "噛み砕き": { + "w_type": "godan verb stem", + "romaji": "kamikudaki" + }, + "噛み砕け": { + "w_type": "conjugated godan verb", + "romaji": "kamikudake" + }, + "噛み砕こ": { + "w_type": "godan verb stem", + "romaji": "kamikudako" + }, + "噛み砕いた": { + "w_type": "conjugated godan verb", + "romaji": "kamikudaita" + }, + "噛み砕いて": { + "w_type": "conjugated godan verb", + "romaji": "kamikudaite" + }, + "抜けださ": { + "w_type": "godan verb stem", + "romaji": "nukedasa" + }, + "抜けだし": { + "w_type": "godan verb stem", + "romaji": "nukedashi" + }, + "抜けだせ": { + "w_type": "conjugated godan verb", + "romaji": "nukedase" + }, + "抜けだそ": { + "w_type": "godan verb stem", + "romaji": "nukedaso" + }, + "抜けだした": { + "w_type": "conjugated godan verb", + "romaji": "nukedashita" + }, + "抜けだして": { + "w_type": "conjugated godan verb", + "romaji": "nukedashite" + }, + "飲下さ": { + "w_type": "godan verb stem", + "romaji": "nomikudasa" + }, + "飲下し": { + "w_type": "godan verb stem", + "romaji": "nomikudashi" + }, + "飲下せ": { + "w_type": "conjugated godan verb", + "romaji": "nomikudase" + }, + "飲下そ": { + "w_type": "godan verb stem", + "romaji": "nomikudaso" + }, + "飲下した": { + "w_type": "conjugated godan verb", + "romaji": "nomikudashita" + }, + "飲下して": { + "w_type": "conjugated godan verb", + "romaji": "nomikudashite" + }, + "冴え渡ら": { + "w_type": "godan verb stem", + "romaji": "saewatara" + }, + "冴え渡り": { + "w_type": "godan verb stem", + "romaji": "saewatari" + }, + "冴え渡れ": { + "w_type": "conjugated godan verb", + "romaji": "saewatare" + }, + "冴え渡ろ": { + "w_type": "godan verb stem", + "romaji": "saewataro" + }, + "冴え渡った": { + "w_type": "conjugated godan verb", + "romaji": "saewatatta" + }, + "冴え渡って": { + "w_type": "conjugated godan verb", + "romaji": "saewatatte" + }, + "掻き毟ら": { + "w_type": "godan verb stem", + "romaji": "kakimushira" + }, + "掻き毟り": { + "w_type": "godan verb stem", + "romaji": "kakimushiri" + }, + "掻き毟れ": { + "w_type": "conjugated godan verb", + "romaji": "kakimushire" + }, + "掻き毟ろ": { + "w_type": "godan verb stem", + "romaji": "kakimushiro" + }, + "掻き毟った": { + "w_type": "conjugated godan verb", + "romaji": "kakimushitta" + }, + "掻き毟って": { + "w_type": "conjugated godan verb", + "romaji": "kakimushitte" + }, + "売り込ま": { + "w_type": "godan verb stem", + "romaji": "urikoma" + }, + "売り込み": { + "w_type": "godan verb stem", + "romaji": "urikomi" + }, + "売り込め": { + "w_type": "conjugated godan verb", + "romaji": "urikome" + }, + "売り込も": { + "w_type": "godan verb stem", + "romaji": "urikomo" + }, + "売り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "urikonda" + }, + "売り込んで": { + "w_type": "conjugated godan verb", + "romaji": "urikonde" + }, + "出し合わ": { + "w_type": "godan verb stem", + "romaji": "dashiawa" + }, + "出し合い": { + "w_type": "godan verb stem", + "romaji": "dashiai" + }, + "出し合え": { + "w_type": "conjugated godan verb", + "romaji": "dashiae" + }, + "出し合お": { + "w_type": "godan verb stem", + "romaji": "dashiao" + }, + "出し合った": { + "w_type": "conjugated godan verb", + "romaji": "dashiatta" + }, + "出し合って": { + "w_type": "conjugated godan verb", + "romaji": "dashiatte" + }, + "遷ら": { + "w_type": "godan verb stem", + "romaji": "utsura" + }, + "遷り": { + "w_type": "godan verb stem", + "romaji": "utsuri" + }, + "遷れ": { + "w_type": "conjugated godan verb", + "romaji": "utsure" + }, + "遷ろ": { + "w_type": "godan verb stem", + "romaji": "utsuro" + }, + "遷った": { + "w_type": "conjugated godan verb", + "romaji": "utsutta" + }, + "遷って": { + "w_type": "conjugated godan verb", + "romaji": "utsutte" + }, + "包みこま": { + "w_type": "godan verb stem", + "romaji": "tsutsumikoma" + }, + "包みこみ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikomi" + }, + "包みこめ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikome" + }, + "包みこも": { + "w_type": "godan verb stem", + "romaji": "tsutsumikomo" + }, + "包みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikonda" + }, + "包みこんで": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikonde" + }, + "交じり合わ": { + "w_type": "godan verb stem", + "romaji": "majiriawa" + }, + "交じり合い": { + "w_type": "godan verb stem", + "romaji": "majiriai" + }, + "交じり合え": { + "w_type": "conjugated godan verb", + "romaji": "majiriae" + }, + "交じり合お": { + "w_type": "godan verb stem", + "romaji": "majiriao" + }, + "交じり合った": { + "w_type": "conjugated godan verb", + "romaji": "majiriatta" + }, + "交じり合って": { + "w_type": "conjugated godan verb", + "romaji": "majiriatte" + }, + "言いはら": { + "w_type": "godan verb stem", + "romaji": "iihara" + }, + "言いはり": { + "w_type": "godan verb stem", + "romaji": "iihari" + }, + "言いはれ": { + "w_type": "conjugated godan verb", + "romaji": "iihare" + }, + "言いはろ": { + "w_type": "godan verb stem", + "romaji": "iiharo" + }, + "言いはった": { + "w_type": "conjugated godan verb", + "romaji": "iihatta" + }, + "言いはって": { + "w_type": "conjugated godan verb", + "romaji": "iihatte" + }, + "教え導か": { + "w_type": "godan verb stem", + "romaji": "oshiemichibika" + }, + "教え導き": { + "w_type": "godan verb stem", + "romaji": "oshiemichibiki" + }, + "教え導け": { + "w_type": "conjugated godan verb", + "romaji": "oshiemichibike" + }, + "教え導こ": { + "w_type": "godan verb stem", + "romaji": "oshiemichibiko" + }, + "教え導いた": { + "w_type": "conjugated godan verb", + "romaji": "oshiemichibiita" + }, + "教え導いて": { + "w_type": "conjugated godan verb", + "romaji": "oshiemichibiite" + }, + "見くびら": { + "w_type": "godan verb stem", + "romaji": "mikubira" + }, + "見くびり": { + "w_type": "godan verb stem", + "romaji": "mikubiri" + }, + "見くびれ": { + "w_type": "conjugated godan verb", + "romaji": "mikubire" + }, + "見くびろ": { + "w_type": "godan verb stem", + "romaji": "mikubiro" + }, + "見くびった": { + "w_type": "conjugated godan verb", + "romaji": "mikubitta" + }, + "見くびって": { + "w_type": "conjugated godan verb", + "romaji": "mikubitte" + }, + "取り戻さ": { + "w_type": "godan verb stem", + "romaji": "torimodosa" + }, + "取り戻し": { + "w_type": "godan verb stem", + "romaji": "torimodoshi" + }, + "取り戻せ": { + "w_type": "conjugated godan verb", + "romaji": "torimodose" + }, + "取り戻そ": { + "w_type": "godan verb stem", + "romaji": "torimodoso" + }, + "取り戻した": { + "w_type": "conjugated godan verb", + "romaji": "torimodoshita" + }, + "取り戻して": { + "w_type": "conjugated godan verb", + "romaji": "torimodoshite" + }, + "逝か": { + "w_type": "godan verb stem", + "romaji": "ika" + }, + "逝き": { + "w_type": "godan verb stem", + "romaji": "iki" + }, + "逝け": { + "w_type": "conjugated godan verb", + "romaji": "ike" + }, + "逝こ": { + "w_type": "godan verb stem", + "romaji": "iko" + }, + "逝いた": { + "w_type": "conjugated godan verb", + "romaji": "iita" + }, + "逝いて": { + "w_type": "conjugated godan verb", + "romaji": "iite" + }, + "守ら": { + "w_type": "godan verb stem", + "romaji": "mamora" + }, + "守り": { + "w_type": "godan verb stem", + "romaji": "mamori" + }, + "守れ": { + "w_type": "conjugated godan verb", + "romaji": "mamore" + }, + "守ろ": { + "w_type": "godan verb stem", + "romaji": "mamoro" + }, + "守った": { + "w_type": "conjugated godan verb", + "romaji": "mamotta" + }, + "守って": { + "w_type": "conjugated godan verb", + "romaji": "mamotte" + }, + "開け放さ": { + "w_type": "godan verb stem", + "romaji": "akehanasa" + }, + "開け放し": { + "w_type": "godan verb stem", + "romaji": "akehanashi" + }, + "開け放せ": { + "w_type": "conjugated godan verb", + "romaji": "akehanase" + }, + "開け放そ": { + "w_type": "godan verb stem", + "romaji": "akehanaso" + }, + "開け放した": { + "w_type": "conjugated godan verb", + "romaji": "akehanashita" + }, + "開け放して": { + "w_type": "conjugated godan verb", + "romaji": "akehanashite" + }, + "開け放た": { + "w_type": "godan verb stem", + "romaji": "akehanata" + }, + "開け放ち": { + "w_type": "godan verb stem", + "romaji": "akehanachi" + }, + "開け放て": { + "w_type": "conjugated godan verb", + "romaji": "akehanate" + }, + "開け放と": { + "w_type": "godan verb stem", + "romaji": "akehanato" + }, + "開け放った": { + "w_type": "conjugated godan verb", + "romaji": "akehanatta" + }, + "開け放って": { + "w_type": "conjugated godan verb", + "romaji": "akehanatte" + }, + "読みなおさ": { + "w_type": "godan verb stem", + "romaji": "yominaosa" + }, + "読みなおし": { + "w_type": "godan verb stem", + "romaji": "yominaoshi" + }, + "読みなおせ": { + "w_type": "conjugated godan verb", + "romaji": "yominaose" + }, + "読みなおそ": { + "w_type": "godan verb stem", + "romaji": "yominaoso" + }, + "読みなおした": { + "w_type": "conjugated godan verb", + "romaji": "yominaoshita" + }, + "読みなおして": { + "w_type": "conjugated godan verb", + "romaji": "yominaoshite" + }, + "踊り出さ": { + "w_type": "godan verb stem", + "romaji": "odoridasa" + }, + "踊り出し": { + "w_type": "godan verb stem", + "romaji": "odoridashi" + }, + "踊り出せ": { + "w_type": "conjugated godan verb", + "romaji": "odoridase" + }, + "踊り出そ": { + "w_type": "godan verb stem", + "romaji": "odoridaso" + }, + "踊り出した": { + "w_type": "conjugated godan verb", + "romaji": "odoridashita" + }, + "踊り出して": { + "w_type": "conjugated godan verb", + "romaji": "odoridashite" + }, + "生返ら": { + "w_type": "godan verb stem", + "romaji": "ikikaera" + }, + "生返り": { + "w_type": "godan verb stem", + "romaji": "ikikaeri" + }, + "生返れ": { + "w_type": "conjugated godan verb", + "romaji": "ikikaere" + }, + "生返ろ": { + "w_type": "godan verb stem", + "romaji": "ikikaero" + }, + "生返った": { + "w_type": "conjugated godan verb", + "romaji": "ikikaetta" + }, + "生返って": { + "w_type": "conjugated godan verb", + "romaji": "ikikaette" + }, + "引直さ": { + "w_type": "godan verb stem", + "romaji": "hikinaosa" + }, + "引直し": { + "w_type": "godan verb stem", + "romaji": "hikinaoshi" + }, + "引直せ": { + "w_type": "conjugated godan verb", + "romaji": "hikinaose" + }, + "引直そ": { + "w_type": "godan verb stem", + "romaji": "hikinaoso" + }, + "引直した": { + "w_type": "conjugated godan verb", + "romaji": "hikinaoshita" + }, + "引直して": { + "w_type": "conjugated godan verb", + "romaji": "hikinaoshite" + }, + "鋤き起さ": { + "w_type": "godan verb stem", + "romaji": "sukiokosa" + }, + "鋤き起し": { + "w_type": "godan verb stem", + "romaji": "sukiokoshi" + }, + "鋤き起せ": { + "w_type": "conjugated godan verb", + "romaji": "sukiokose" + }, + "鋤き起そ": { + "w_type": "godan verb stem", + "romaji": "sukiokoso" + }, + "鋤き起した": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshita" + }, + "鋤き起して": { + "w_type": "conjugated godan verb", + "romaji": "sukiokoshite" + }, + "避か": { + "w_type": "godan verb stem", + "romaji": "saka" + }, + "避き": { + "w_type": "godan verb stem", + "romaji": "saki" + }, + "避け": { + "w_type": "conjugated godan verb", + "romaji": "sake" + }, + "避こ": { + "w_type": "godan verb stem", + "romaji": "sako" + }, + "避いた": { + "w_type": "conjugated godan verb", + "romaji": "saita" + }, + "避いて": { + "w_type": "conjugated godan verb", + "romaji": "saite" + }, + "嗄らさ": { + "w_type": "godan verb stem", + "romaji": "karasa" + }, + "嗄らし": { + "w_type": "godan verb stem", + "romaji": "karashi" + }, + "嗄らせ": { + "w_type": "conjugated godan verb", + "romaji": "karase" + }, + "嗄らそ": { + "w_type": "godan verb stem", + "romaji": "karaso" + }, + "嗄らした": { + "w_type": "conjugated godan verb", + "romaji": "karashita" + }, + "嗄らして": { + "w_type": "conjugated godan verb", + "romaji": "karashite" + }, + "静まら": { + "w_type": "godan verb stem", + "romaji": "shizumara" + }, + "静まり": { + "w_type": "godan verb stem", + "romaji": "shizumari" + }, + "静まれ": { + "w_type": "conjugated godan verb", + "romaji": "shizumare" + }, + "静まろ": { + "w_type": "godan verb stem", + "romaji": "shizumaro" + }, + "静まった": { + "w_type": "conjugated godan verb", + "romaji": "shizumatta" + }, + "静まって": { + "w_type": "conjugated godan verb", + "romaji": "shizumatte" + }, + "閉幕となら": { + "w_type": "godan verb stem", + "romaji": "heimakutonara" + }, + "閉幕となり": { + "w_type": "godan verb stem", + "romaji": "heimakutonari" + }, + "閉幕となれ": { + "w_type": "conjugated godan verb", + "romaji": "heimakutonare" + }, + "閉幕となろ": { + "w_type": "godan verb stem", + "romaji": "heimakutonaro" + }, + "閉幕となった": { + "w_type": "conjugated godan verb", + "romaji": "heimakutonatta" + }, + "閉幕となって": { + "w_type": "conjugated godan verb", + "romaji": "heimakutonatte" + }, + "摘まみ出さ": { + "w_type": "godan verb stem", + "romaji": "tsumamidasa" + }, + "摘まみ出し": { + "w_type": "godan verb stem", + "romaji": "tsumamidashi" + }, + "摘まみ出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsumamidase" + }, + "摘まみ出そ": { + "w_type": "godan verb stem", + "romaji": "tsumamidaso" + }, + "摘まみ出した": { + "w_type": "conjugated godan verb", + "romaji": "tsumamidashita" + }, + "摘まみ出して": { + "w_type": "conjugated godan verb", + "romaji": "tsumamidashite" + }, + "患わ": { + "w_type": "godan verb stem", + "romaji": "wazurawa" + }, + "患い": { + "w_type": "godan verb stem", + "romaji": "wazurai" + }, + "患え": { + "w_type": "conjugated godan verb", + "romaji": "wazurae" + }, + "患お": { + "w_type": "godan verb stem", + "romaji": "wazurao" + }, + "患った": { + "w_type": "conjugated godan verb", + "romaji": "wazuratta" + }, + "患って": { + "w_type": "conjugated godan verb", + "romaji": "wazuratte" + }, + "嗅ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "kagidasa" + }, + "嗅ぎ出し": { + "w_type": "godan verb stem", + "romaji": "kagidashi" + }, + "嗅ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "kagidase" + }, + "嗅ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "kagidaso" + }, + "嗅ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "kagidashita" + }, + "嗅ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "kagidashite" + }, + "掻きむしら": { + "w_type": "godan verb stem", + "romaji": "kakimushira" + }, + "掻きむしり": { + "w_type": "godan verb stem", + "romaji": "kakimushiri" + }, + "掻きむしれ": { + "w_type": "conjugated godan verb", + "romaji": "kakimushire" + }, + "掻きむしろ": { + "w_type": "godan verb stem", + "romaji": "kakimushiro" + }, + "掻きむしった": { + "w_type": "conjugated godan verb", + "romaji": "kakimushitta" + }, + "掻きむしって": { + "w_type": "conjugated godan verb", + "romaji": "kakimushitte" + }, + "陰ら": { + "w_type": "godan verb stem", + "romaji": "kagera" + }, + "陰り": { + "w_type": "godan verb stem", + "romaji": "kageri" + }, + "陰れ": { + "w_type": "conjugated godan verb", + "romaji": "kagere" + }, + "陰ろ": { + "w_type": "godan verb stem", + "romaji": "kagero" + }, + "陰った": { + "w_type": "conjugated godan verb", + "romaji": "kagetta" + }, + "陰って": { + "w_type": "conjugated godan verb", + "romaji": "kagette" + }, + "掠め奪わ": { + "w_type": "godan verb stem", + "romaji": "kasumeubawa" + }, + "掠め奪い": { + "w_type": "godan verb stem", + "romaji": "kasumeubai" + }, + "掠め奪え": { + "w_type": "conjugated godan verb", + "romaji": "kasumeubae" + }, + "掠め奪お": { + "w_type": "godan verb stem", + "romaji": "kasumeubao" + }, + "掠め奪った": { + "w_type": "conjugated godan verb", + "romaji": "kasumeubatta" + }, + "掠め奪って": { + "w_type": "conjugated godan verb", + "romaji": "kasumeubatte" + }, + "引き返さ": { + "w_type": "godan verb stem", + "romaji": "hikikaesa" + }, + "引き返し": { + "w_type": "godan verb stem", + "romaji": "hikikaeshi" + }, + "引き返せ": { + "w_type": "conjugated godan verb", + "romaji": "hikikaese" + }, + "引き返そ": { + "w_type": "godan verb stem", + "romaji": "hikikaeso" + }, + "引き返した": { + "w_type": "conjugated godan verb", + "romaji": "hikikaeshita" + }, + "引き返して": { + "w_type": "conjugated godan verb", + "romaji": "hikikaeshite" + }, + "煮立た": { + "w_type": "godan verb stem", + "romaji": "nitata" + }, + "煮立ち": { + "w_type": "godan verb stem", + "romaji": "nitachi" + }, + "煮立て": { + "w_type": "conjugated godan verb", + "romaji": "nitate" + }, + "煮立と": { + "w_type": "godan verb stem", + "romaji": "nitato" + }, + "煮立った": { + "w_type": "conjugated godan verb", + "romaji": "nitatta" + }, + "煮立って": { + "w_type": "conjugated godan verb", + "romaji": "nitatte" + }, + "靄ら": { + "w_type": "godan verb stem", + "romaji": "moyara" + }, + "靄り": { + "w_type": "godan verb stem", + "romaji": "moyari" + }, + "靄れ": { + "w_type": "conjugated godan verb", + "romaji": "moyare" + }, + "靄ろ": { + "w_type": "godan verb stem", + "romaji": "moyaro" + }, + "靄った": { + "w_type": "conjugated godan verb", + "romaji": "moyatta" + }, + "靄って": { + "w_type": "conjugated godan verb", + "romaji": "moyatte" + }, + "交じら": { + "w_type": "godan verb stem", + "romaji": "majira" + }, + "交じり": { + "w_type": "godan verb stem", + "romaji": "majiri" + }, + "交じれ": { + "w_type": "conjugated godan verb", + "romaji": "majire" + }, + "交じろ": { + "w_type": "godan verb stem", + "romaji": "majiro" + }, + "交じった": { + "w_type": "conjugated godan verb", + "romaji": "majitta" + }, + "交じって": { + "w_type": "conjugated godan verb", + "romaji": "majitte" + }, + "取り成さ": { + "w_type": "godan verb stem", + "romaji": "torinasa" + }, + "取り成し": { + "w_type": "godan verb stem", + "romaji": "torinashi" + }, + "取り成せ": { + "w_type": "conjugated godan verb", + "romaji": "torinase" + }, + "取り成そ": { + "w_type": "godan verb stem", + "romaji": "torinaso" + }, + "取り成した": { + "w_type": "conjugated godan verb", + "romaji": "torinashita" + }, + "取り成して": { + "w_type": "conjugated godan verb", + "romaji": "torinashite" + }, + "切らさ": { + "w_type": "godan verb stem", + "romaji": "kirasa" + }, + "切らし": { + "w_type": "godan verb stem", + "romaji": "kirashi" + }, + "切らせ": { + "w_type": "conjugated godan verb", + "romaji": "kirase" + }, + "切らそ": { + "w_type": "godan verb stem", + "romaji": "kiraso" + }, + "切らした": { + "w_type": "conjugated godan verb", + "romaji": "kirashita" + }, + "切らして": { + "w_type": "conjugated godan verb", + "romaji": "kirashite" + }, + "凍み付か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "凍み付き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "凍み付け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "凍み付こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "凍み付いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "凍み付いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "企ま": { + "w_type": "godan verb stem", + "romaji": "takurama" + }, + "企み": { + "w_type": "godan verb stem", + "romaji": "takurami" + }, + "企め": { + "w_type": "conjugated godan verb", + "romaji": "takurame" + }, + "企も": { + "w_type": "godan verb stem", + "romaji": "takuramo" + }, + "企んだ": { + "w_type": "conjugated godan verb", + "romaji": "takuranda" + }, + "企んで": { + "w_type": "conjugated godan verb", + "romaji": "takurande" + }, + "食い破ら": { + "w_type": "godan verb stem", + "romaji": "kuiyabura" + }, + "食い破り": { + "w_type": "godan verb stem", + "romaji": "kuiyaburi" + }, + "食い破れ": { + "w_type": "conjugated godan verb", + "romaji": "kuiyabure" + }, + "食い破ろ": { + "w_type": "godan verb stem", + "romaji": "kuiyaburo" + }, + "食い破った": { + "w_type": "conjugated godan verb", + "romaji": "kuiyabutta" + }, + "食い破って": { + "w_type": "conjugated godan verb", + "romaji": "kuiyabutte" + }, + "待たさ": { + "w_type": "godan verb stem", + "romaji": "matasa" + }, + "待たし": { + "w_type": "godan verb stem", + "romaji": "matashi" + }, + "待たせ": { + "w_type": "conjugated godan verb", + "romaji": "matase" + }, + "待たそ": { + "w_type": "godan verb stem", + "romaji": "mataso" + }, + "待たした": { + "w_type": "conjugated godan verb", + "romaji": "matashita" + }, + "待たして": { + "w_type": "conjugated godan verb", + "romaji": "matashite" + }, + "撃落さ": { + "w_type": "godan verb stem", + "romaji": "uchiotosa" + }, + "撃落し": { + "w_type": "godan verb stem", + "romaji": "uchiotoshi" + }, + "撃落せ": { + "w_type": "conjugated godan verb", + "romaji": "uchiotose" + }, + "撃落そ": { + "w_type": "godan verb stem", + "romaji": "uchiotoso" + }, + "撃落した": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshita" + }, + "撃落して": { + "w_type": "conjugated godan verb", + "romaji": "uchiotoshite" + }, + "浮かびあがら": { + "w_type": "godan verb stem", + "romaji": "ukabiagara" + }, + "浮かびあがり": { + "w_type": "godan verb stem", + "romaji": "ukabiagari" + }, + "浮かびあがれ": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagare" + }, + "浮かびあがろ": { + "w_type": "godan verb stem", + "romaji": "ukabiagaro" + }, + "浮かびあがった": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatta" + }, + "浮かびあがって": { + "w_type": "conjugated godan verb", + "romaji": "ukabiagatte" + }, + "見つめ返さ": { + "w_type": "godan verb stem", + "romaji": "mitsumekaesa" + }, + "見つめ返し": { + "w_type": "godan verb stem", + "romaji": "mitsumekaeshi" + }, + "見つめ返せ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumekaese" + }, + "見つめ返そ": { + "w_type": "godan verb stem", + "romaji": "mitsumekaeso" + }, + "見つめ返した": { + "w_type": "conjugated godan verb", + "romaji": "mitsumekaeshita" + }, + "見つめ返して": { + "w_type": "conjugated godan verb", + "romaji": "mitsumekaeshite" + }, + "遷さ": { + "w_type": "godan verb stem", + "romaji": "utsusa" + }, + "遷し": { + "w_type": "godan verb stem", + "romaji": "utsushi" + }, + "遷せ": { + "w_type": "conjugated godan verb", + "romaji": "utsuse" + }, + "遷そ": { + "w_type": "godan verb stem", + "romaji": "utsuso" + }, + "遷した": { + "w_type": "conjugated godan verb", + "romaji": "utsushita" + }, + "遷して": { + "w_type": "conjugated godan verb", + "romaji": "utsushite" + }, + "建直さ": { + "w_type": "godan verb stem", + "romaji": "tatenaosa" + }, + "建直し": { + "w_type": "godan verb stem", + "romaji": "tatenaoshi" + }, + "建直せ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaose" + }, + "建直そ": { + "w_type": "godan verb stem", + "romaji": "tatenaoso" + }, + "建直した": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshita" + }, + "建直して": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshite" + }, + "取澄まさ": { + "w_type": "godan verb stem", + "romaji": "torisumasa" + }, + "取澄まし": { + "w_type": "godan verb stem", + "romaji": "torisumashi" + }, + "取澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "torisumase" + }, + "取澄まそ": { + "w_type": "godan verb stem", + "romaji": "torisumaso" + }, + "取澄ました": { + "w_type": "conjugated godan verb", + "romaji": "torisumashita" + }, + "取澄まして": { + "w_type": "conjugated godan verb", + "romaji": "torisumashite" + }, + "波立た": { + "w_type": "godan verb stem", + "romaji": "namidata" + }, + "波立ち": { + "w_type": "godan verb stem", + "romaji": "namidachi" + }, + "波立て": { + "w_type": "conjugated godan verb", + "romaji": "namidate" + }, + "波立と": { + "w_type": "godan verb stem", + "romaji": "namidato" + }, + "波立った": { + "w_type": "conjugated godan verb", + "romaji": "namidatta" + }, + "波立って": { + "w_type": "conjugated godan verb", + "romaji": "namidatte" + }, + "脱がさ": { + "w_type": "godan verb stem", + "romaji": "nugasa" + }, + "脱がし": { + "w_type": "godan verb stem", + "romaji": "nugashi" + }, + "脱がせ": { + "w_type": "conjugated godan verb", + "romaji": "nugase" + }, + "脱がそ": { + "w_type": "godan verb stem", + "romaji": "nugaso" + }, + "脱がした": { + "w_type": "conjugated godan verb", + "romaji": "nugashita" + }, + "脱がして": { + "w_type": "conjugated godan verb", + "romaji": "nugashite" + }, + "送り出さ": { + "w_type": "godan verb stem", + "romaji": "okuridasa" + }, + "送り出し": { + "w_type": "godan verb stem", + "romaji": "okuridashi" + }, + "送り出せ": { + "w_type": "conjugated godan verb", + "romaji": "okuridase" + }, + "送り出そ": { + "w_type": "godan verb stem", + "romaji": "okuridaso" + }, + "送り出した": { + "w_type": "conjugated godan verb", + "romaji": "okuridashita" + }, + "送り出して": { + "w_type": "conjugated godan verb", + "romaji": "okuridashite" + }, + "窺い知ら": { + "w_type": "godan verb stem", + "romaji": "ukagaishira" + }, + "窺い知り": { + "w_type": "godan verb stem", + "romaji": "ukagaishiri" + }, + "窺い知れ": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishire" + }, + "窺い知ろ": { + "w_type": "godan verb stem", + "romaji": "ukagaishiro" + }, + "窺い知った": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitta" + }, + "窺い知って": { + "w_type": "conjugated godan verb", + "romaji": "ukagaishitte" + }, + "就か": { + "w_type": "godan verb stem", + "romaji": "tsuka" + }, + "就き": { + "w_type": "godan verb stem", + "romaji": "tsuki" + }, + "就け": { + "w_type": "conjugated godan verb", + "romaji": "tsuke" + }, + "就こ": { + "w_type": "godan verb stem", + "romaji": "tsuko" + }, + "就いた": { + "w_type": "conjugated godan verb", + "romaji": "tsuita" + }, + "就いて": { + "w_type": "conjugated godan verb", + "romaji": "tsuite" + }, + "祟ら": { + "w_type": "godan verb stem", + "romaji": "tatara" + }, + "祟り": { + "w_type": "godan verb stem", + "romaji": "tatari" + }, + "祟れ": { + "w_type": "conjugated godan verb", + "romaji": "tatare" + }, + "祟ろ": { + "w_type": "godan verb stem", + "romaji": "tataro" + }, + "祟った": { + "w_type": "conjugated godan verb", + "romaji": "tatatta" + }, + "祟って": { + "w_type": "conjugated godan verb", + "romaji": "tatatte" + }, + "飛立た": { + "w_type": "godan verb stem", + "romaji": "tobitata" + }, + "飛立ち": { + "w_type": "godan verb stem", + "romaji": "tobitachi" + }, + "飛立て": { + "w_type": "conjugated godan verb", + "romaji": "tobitate" + }, + "飛立と": { + "w_type": "godan verb stem", + "romaji": "tobitato" + }, + "飛立った": { + "w_type": "conjugated godan verb", + "romaji": "tobitatta" + }, + "飛立って": { + "w_type": "conjugated godan verb", + "romaji": "tobitatte" + }, + "寝返ら": { + "w_type": "godan verb stem", + "romaji": "negaera" + }, + "寝返り": { + "w_type": "godan verb stem", + "romaji": "negaeri" + }, + "寝返れ": { + "w_type": "conjugated godan verb", + "romaji": "negaere" + }, + "寝返ろ": { + "w_type": "godan verb stem", + "romaji": "negaero" + }, + "寝返った": { + "w_type": "conjugated godan verb", + "romaji": "negaetta" + }, + "寝返って": { + "w_type": "conjugated godan verb", + "romaji": "negaette" + }, + "たどり着か": { + "w_type": "godan verb stem", + "romaji": "tadoritsuka" + }, + "たどり着き": { + "w_type": "godan verb stem", + "romaji": "tadoritsuki" + }, + "たどり着け": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuke" + }, + "たどり着こ": { + "w_type": "godan verb stem", + "romaji": "tadoritsuko" + }, + "たどり着いた": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuita" + }, + "たどり着いて": { + "w_type": "conjugated godan verb", + "romaji": "tadoritsuite" + }, + "掘込ま": { + "w_type": "godan verb stem", + "romaji": "horikoma" + }, + "掘込み": { + "w_type": "godan verb stem", + "romaji": "horikomi" + }, + "掘込め": { + "w_type": "conjugated godan verb", + "romaji": "horikome" + }, + "掘込も": { + "w_type": "godan verb stem", + "romaji": "horikomo" + }, + "掘込んだ": { + "w_type": "conjugated godan verb", + "romaji": "horikonda" + }, + "掘込んで": { + "w_type": "conjugated godan verb", + "romaji": "horikonde" + }, + "立てこもら": { + "w_type": "godan verb stem", + "romaji": "tatekomora" + }, + "立てこもり": { + "w_type": "godan verb stem", + "romaji": "tatekomori" + }, + "立てこもれ": { + "w_type": "conjugated godan verb", + "romaji": "tatekomore" + }, + "立てこもろ": { + "w_type": "godan verb stem", + "romaji": "tatekomoro" + }, + "立てこもった": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotta" + }, + "立てこもって": { + "w_type": "conjugated godan verb", + "romaji": "tatekomotte" + }, + "見つめ直さ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaosa" + }, + "見つめ直し": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoshi" + }, + "見つめ直せ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaose" + }, + "見つめ直そ": { + "w_type": "godan verb stem", + "romaji": "mitsumenaoso" + }, + "見つめ直した": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshita" + }, + "見つめ直して": { + "w_type": "conjugated godan verb", + "romaji": "mitsumenaoshite" + }, + "出しゃばら": { + "w_type": "godan verb stem", + "romaji": "deshabara" + }, + "出しゃばり": { + "w_type": "godan verb stem", + "romaji": "deshabari" + }, + "出しゃばれ": { + "w_type": "conjugated godan verb", + "romaji": "deshabare" + }, + "出しゃばろ": { + "w_type": "godan verb stem", + "romaji": "deshabaro" + }, + "出しゃばった": { + "w_type": "conjugated godan verb", + "romaji": "deshabatta" + }, + "出しゃばって": { + "w_type": "conjugated godan verb", + "romaji": "deshabatte" + }, + "開けっ放さ": { + "w_type": "godan verb stem", + "romaji": "akeppanasa" + }, + "開けっ放し": { + "w_type": "godan verb stem", + "romaji": "akeppanashi" + }, + "開けっ放せ": { + "w_type": "conjugated godan verb", + "romaji": "akeppanase" + }, + "開けっ放そ": { + "w_type": "godan verb stem", + "romaji": "akeppanaso" + }, + "開けっ放した": { + "w_type": "conjugated godan verb", + "romaji": "akeppanashita" + }, + "開けっ放して": { + "w_type": "conjugated godan verb", + "romaji": "akeppanashite" + }, + "飲込ま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "飲込み": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "飲込め": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "飲込も": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "飲込んだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "飲込んで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "打っ倒さ": { + "w_type": "godan verb stem", + "romaji": "buttaosa" + }, + "打っ倒し": { + "w_type": "godan verb stem", + "romaji": "buttaoshi" + }, + "打っ倒せ": { + "w_type": "conjugated godan verb", + "romaji": "buttaose" + }, + "打っ倒そ": { + "w_type": "godan verb stem", + "romaji": "buttaoso" + }, + "打っ倒した": { + "w_type": "conjugated godan verb", + "romaji": "buttaoshita" + }, + "打っ倒して": { + "w_type": "conjugated godan verb", + "romaji": "buttaoshite" + }, + "引ん抜か": { + "w_type": "godan verb stem", + "romaji": "hinnuka" + }, + "引ん抜き": { + "w_type": "godan verb stem", + "romaji": "hinnuki" + }, + "引ん抜け": { + "w_type": "conjugated godan verb", + "romaji": "hinnuke" + }, + "引ん抜こ": { + "w_type": "godan verb stem", + "romaji": "hinnuko" + }, + "引ん抜いた": { + "w_type": "conjugated godan verb", + "romaji": "hinnuita" + }, + "引ん抜いて": { + "w_type": "conjugated godan verb", + "romaji": "hinnuite" + }, + "濡れそぼた": { + "w_type": "godan verb stem", + "romaji": "nuresobota" + }, + "濡れそぼち": { + "w_type": "godan verb stem", + "romaji": "nuresobochi" + }, + "濡れそぼて": { + "w_type": "conjugated godan verb", + "romaji": "nuresobote" + }, + "濡れそぼと": { + "w_type": "godan verb stem", + "romaji": "nuresoboto" + }, + "濡れそぼった": { + "w_type": "conjugated godan verb", + "romaji": "nuresobotta" + }, + "濡れそぼって": { + "w_type": "conjugated godan verb", + "romaji": "nuresobotte" + }, + "鳴き出さ": { + "w_type": "godan verb stem", + "romaji": "nakidasa" + }, + "鳴き出し": { + "w_type": "godan verb stem", + "romaji": "nakidashi" + }, + "鳴き出せ": { + "w_type": "conjugated godan verb", + "romaji": "nakidase" + }, + "鳴き出そ": { + "w_type": "godan verb stem", + "romaji": "nakidaso" + }, + "鳴き出した": { + "w_type": "conjugated godan verb", + "romaji": "nakidashita" + }, + "鳴き出して": { + "w_type": "conjugated godan verb", + "romaji": "nakidashite" + }, + "付回さ": { + "w_type": "godan verb stem", + "romaji": "tsukemawasa" + }, + "付回し": { + "w_type": "godan verb stem", + "romaji": "tsukemawashi" + }, + "付回せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawase" + }, + "付回そ": { + "w_type": "godan verb stem", + "romaji": "tsukemawaso" + }, + "付回した": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawashita" + }, + "付回して": { + "w_type": "conjugated godan verb", + "romaji": "tsukemawashite" + }, + "噛り付か": { + "w_type": "godan verb stem", + "romaji": "kaburitsuka" + }, + "噛り付き": { + "w_type": "godan verb stem", + "romaji": "kaburitsuki" + }, + "噛り付け": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuke" + }, + "噛り付こ": { + "w_type": "godan verb stem", + "romaji": "kaburitsuko" + }, + "噛り付いた": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuita" + }, + "噛り付いて": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuite" + }, + "魅入ら": { + "w_type": "godan verb stem", + "romaji": "miira" + }, + "魅入り": { + "w_type": "godan verb stem", + "romaji": "miiri" + }, + "魅入れ": { + "w_type": "conjugated godan verb", + "romaji": "miire" + }, + "魅入ろ": { + "w_type": "godan verb stem", + "romaji": "miiro" + }, + "魅入った": { + "w_type": "conjugated godan verb", + "romaji": "miitta" + }, + "魅入って": { + "w_type": "conjugated godan verb", + "romaji": "miitte" + }, + "傚わ": { + "w_type": "godan verb stem", + "romaji": "narawa" + }, + "傚い": { + "w_type": "godan verb stem", + "romaji": "narai" + }, + "傚え": { + "w_type": "conjugated godan verb", + "romaji": "narae" + }, + "傚お": { + "w_type": "godan verb stem", + "romaji": "narao" + }, + "傚った": { + "w_type": "conjugated godan verb", + "romaji": "naratta" + }, + "傚って": { + "w_type": "conjugated godan verb", + "romaji": "naratte" + }, + "押っ死な": { + "w_type": "godan verb stem", + "romaji": "otchina" + }, + "押っ死に": { + "w_type": "godan verb stem", + "romaji": "otchini" + }, + "押っ死ね": { + "w_type": "conjugated godan verb", + "romaji": "otchine" + }, + "押っ死の": { + "w_type": "godan verb stem", + "romaji": "otchino" + }, + "押っ死んだ": { + "w_type": "conjugated godan verb", + "romaji": "otchinda" + }, + "押っ死んで": { + "w_type": "conjugated godan verb", + "romaji": "otchinde" + }, + "撫で回さ": { + "w_type": "godan verb stem", + "romaji": "nademawasa" + }, + "撫で回し": { + "w_type": "godan verb stem", + "romaji": "nademawashi" + }, + "撫で回せ": { + "w_type": "conjugated godan verb", + "romaji": "nademawase" + }, + "撫で回そ": { + "w_type": "godan verb stem", + "romaji": "nademawaso" + }, + "撫で回した": { + "w_type": "conjugated godan verb", + "romaji": "nademawashita" + }, + "撫で回して": { + "w_type": "conjugated godan verb", + "romaji": "nademawashite" + }, + "引抜か": { + "w_type": "godan verb stem", + "romaji": "hikinuka" + }, + "引抜き": { + "w_type": "godan verb stem", + "romaji": "hikinuki" + }, + "引抜け": { + "w_type": "conjugated godan verb", + "romaji": "hikinuke" + }, + "引抜こ": { + "w_type": "godan verb stem", + "romaji": "hikinuko" + }, + "引抜いた": { + "w_type": "conjugated godan verb", + "romaji": "hikinuita" + }, + "引抜いて": { + "w_type": "conjugated godan verb", + "romaji": "hikinuite" + }, + "散播か": { + "w_type": "godan verb stem", + "romaji": "baramaka" + }, + "散播き": { + "w_type": "godan verb stem", + "romaji": "baramaki" + }, + "散播け": { + "w_type": "conjugated godan verb", + "romaji": "baramake" + }, + "散播こ": { + "w_type": "godan verb stem", + "romaji": "baramako" + }, + "散播いた": { + "w_type": "conjugated godan verb", + "romaji": "baramaita" + }, + "散播いて": { + "w_type": "conjugated godan verb", + "romaji": "baramaite" + }, + "落っことさ": { + "w_type": "godan verb stem", + "romaji": "okkotosa" + }, + "落っことし": { + "w_type": "godan verb stem", + "romaji": "okkotoshi" + }, + "落っことせ": { + "w_type": "conjugated godan verb", + "romaji": "okkotose" + }, + "落っことそ": { + "w_type": "godan verb stem", + "romaji": "okkotoso" + }, + "落っことした": { + "w_type": "conjugated godan verb", + "romaji": "okkotoshita" + }, + "落っことして": { + "w_type": "conjugated godan verb", + "romaji": "okkotoshite" + }, + "落ちつか": { + "w_type": "godan verb stem", + "romaji": "ochitsuka" + }, + "落ちつき": { + "w_type": "godan verb stem", + "romaji": "ochitsuki" + }, + "落ちつけ": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuke" + }, + "落ちつこ": { + "w_type": "godan verb stem", + "romaji": "ochitsuko" + }, + "落ちついた": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuita" + }, + "落ちついて": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuite" + }, + "叙さ": { + "w_type": "godan verb stem", + "romaji": "josa" + }, + "叙し": { + "w_type": "godan verb stem", + "romaji": "joshi" + }, + "叙せ": { + "w_type": "conjugated godan verb", + "romaji": "jose" + }, + "叙そ": { + "w_type": "godan verb stem", + "romaji": "joso" + }, + "叙した": { + "w_type": "conjugated godan verb", + "romaji": "joshita" + }, + "叙して": { + "w_type": "conjugated godan verb", + "romaji": "joshite" + }, + "雑ぜ返さ": { + "w_type": "godan verb stem", + "romaji": "mazekaesa" + }, + "雑ぜ返し": { + "w_type": "godan verb stem", + "romaji": "mazekaeshi" + }, + "雑ぜ返せ": { + "w_type": "conjugated godan verb", + "romaji": "mazekaese" + }, + "雑ぜ返そ": { + "w_type": "godan verb stem", + "romaji": "mazekaeso" + }, + "雑ぜ返した": { + "w_type": "conjugated godan verb", + "romaji": "mazekaeshita" + }, + "雑ぜ返して": { + "w_type": "conjugated godan verb", + "romaji": "mazekaeshite" + }, + "暴き出さ": { + "w_type": "godan verb stem", + "romaji": "abakidasa" + }, + "暴き出し": { + "w_type": "godan verb stem", + "romaji": "abakidashi" + }, + "暴き出せ": { + "w_type": "conjugated godan verb", + "romaji": "abakidase" + }, + "暴き出そ": { + "w_type": "godan verb stem", + "romaji": "abakidaso" + }, + "暴き出した": { + "w_type": "conjugated godan verb", + "romaji": "abakidashita" + }, + "暴き出して": { + "w_type": "conjugated godan verb", + "romaji": "abakidashite" + }, + "歌い捲ら": { + "w_type": "godan verb stem", + "romaji": "utaimakura" + }, + "歌い捲り": { + "w_type": "godan verb stem", + "romaji": "utaimakuri" + }, + "歌い捲れ": { + "w_type": "conjugated godan verb", + "romaji": "utaimakure" + }, + "歌い捲ろ": { + "w_type": "godan verb stem", + "romaji": "utaimakuro" + }, + "歌い捲った": { + "w_type": "conjugated godan verb", + "romaji": "utaimakutta" + }, + "歌い捲って": { + "w_type": "conjugated godan verb", + "romaji": "utaimakutte" + }, + "曲がりくねら": { + "w_type": "godan verb stem", + "romaji": "magarikunera" + }, + "曲がりくねり": { + "w_type": "godan verb stem", + "romaji": "magarikuneri" + }, + "曲がりくねれ": { + "w_type": "conjugated godan verb", + "romaji": "magarikunere" + }, + "曲がりくねろ": { + "w_type": "godan verb stem", + "romaji": "magarikunero" + }, + "曲がりくねった": { + "w_type": "conjugated godan verb", + "romaji": "magarikunetta" + }, + "曲がりくねって": { + "w_type": "conjugated godan verb", + "romaji": "magarikunette" + }, + "しゃがみ込ま": { + "w_type": "godan verb stem", + "romaji": "shagamikoma" + }, + "しゃがみ込み": { + "w_type": "godan verb stem", + "romaji": "shagamikomi" + }, + "しゃがみ込め": { + "w_type": "conjugated godan verb", + "romaji": "shagamikome" + }, + "しゃがみ込も": { + "w_type": "godan verb stem", + "romaji": "shagamikomo" + }, + "しゃがみ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "shagamikonda" + }, + "しゃがみ込んで": { + "w_type": "conjugated godan verb", + "romaji": "shagamikonde" + }, + "産ま": { + "w_type": "godan verb stem", + "romaji": "uma" + }, + "産み": { + "w_type": "godan verb stem", + "romaji": "umi" + }, + "産め": { + "w_type": "conjugated godan verb", + "romaji": "ume" + }, + "産も": { + "w_type": "godan verb stem", + "romaji": "umo" + }, + "産んだ": { + "w_type": "conjugated godan verb", + "romaji": "unda" + }, + "産んで": { + "w_type": "conjugated godan verb", + "romaji": "unde" + }, + "信じきら": { + "w_type": "godan verb stem", + "romaji": "shinjikira" + }, + "信じきり": { + "w_type": "godan verb stem", + "romaji": "shinjikiri" + }, + "信じきれ": { + "w_type": "conjugated godan verb", + "romaji": "shinjikire" + }, + "信じきろ": { + "w_type": "godan verb stem", + "romaji": "shinjikiro" + }, + "信じきった": { + "w_type": "conjugated godan verb", + "romaji": "shinjikitta" + }, + "信じきって": { + "w_type": "conjugated godan verb", + "romaji": "shinjikitte" + }, + "片寄ら": { + "w_type": "godan verb stem", + "romaji": "katayora" + }, + "片寄り": { + "w_type": "godan verb stem", + "romaji": "katayori" + }, + "片寄れ": { + "w_type": "conjugated godan verb", + "romaji": "katayore" + }, + "片寄ろ": { + "w_type": "godan verb stem", + "romaji": "katayoro" + }, + "片寄った": { + "w_type": "conjugated godan verb", + "romaji": "katayotta" + }, + "片寄って": { + "w_type": "conjugated godan verb", + "romaji": "katayotte" + }, + "殴りたおさ": { + "w_type": "godan verb stem", + "romaji": "naguritaosa" + }, + "殴りたおし": { + "w_type": "godan verb stem", + "romaji": "naguritaoshi" + }, + "殴りたおせ": { + "w_type": "conjugated godan verb", + "romaji": "naguritaose" + }, + "殴りたおそ": { + "w_type": "godan verb stem", + "romaji": "naguritaoso" + }, + "殴りたおした": { + "w_type": "conjugated godan verb", + "romaji": "naguritaoshita" + }, + "殴りたおして": { + "w_type": "conjugated godan verb", + "romaji": "naguritaoshite" + }, + "打ち当たら": { + "w_type": "godan verb stem", + "romaji": "buchiatara" + }, + "打ち当たり": { + "w_type": "godan verb stem", + "romaji": "buchiatari" + }, + "打ち当たれ": { + "w_type": "conjugated godan verb", + "romaji": "buchiatare" + }, + "打ち当たろ": { + "w_type": "godan verb stem", + "romaji": "buchiataro" + }, + "打ち当たった": { + "w_type": "conjugated godan verb", + "romaji": "buchiatatta" + }, + "打ち当たって": { + "w_type": "conjugated godan verb", + "romaji": "buchiatatte" + }, + "勢い付か": { + "w_type": "godan verb stem", + "romaji": "ikioizuka" + }, + "勢い付き": { + "w_type": "godan verb stem", + "romaji": "ikioizuki" + }, + "勢い付け": { + "w_type": "conjugated godan verb", + "romaji": "ikioizuke" + }, + "勢い付こ": { + "w_type": "godan verb stem", + "romaji": "ikioizuko" + }, + "勢い付いた": { + "w_type": "conjugated godan verb", + "romaji": "ikioizuita" + }, + "勢い付いて": { + "w_type": "conjugated godan verb", + "romaji": "ikioizuite" + }, + "組敷か": { + "w_type": "godan verb stem", + "romaji": "kumishika" + }, + "組敷き": { + "w_type": "godan verb stem", + "romaji": "kumishiki" + }, + "組敷け": { + "w_type": "conjugated godan verb", + "romaji": "kumishike" + }, + "組敷こ": { + "w_type": "godan verb stem", + "romaji": "kumishiko" + }, + "組敷いた": { + "w_type": "conjugated godan verb", + "romaji": "kumishiita" + }, + "組敷いて": { + "w_type": "conjugated godan verb", + "romaji": "kumishiite" + }, + "産さ": { + "w_type": "godan verb stem", + "romaji": "sansa" + }, + "産し": { + "w_type": "godan verb stem", + "romaji": "sanshi" + }, + "産せ": { + "w_type": "conjugated godan verb", + "romaji": "sanse" + }, + "産そ": { + "w_type": "godan verb stem", + "romaji": "sanso" + }, + "産した": { + "w_type": "conjugated godan verb", + "romaji": "sanshita" + }, + "産して": { + "w_type": "conjugated godan verb", + "romaji": "sanshite" + }, + "薄らが": { + "w_type": "godan verb stem", + "romaji": "usuraga" + }, + "薄らぎ": { + "w_type": "godan verb stem", + "romaji": "usuragi" + }, + "薄らげ": { + "w_type": "conjugated godan verb", + "romaji": "usurage" + }, + "薄らご": { + "w_type": "godan verb stem", + "romaji": "usurago" + }, + "薄らいだ": { + "w_type": "conjugated godan verb", + "romaji": "usuraida" + }, + "薄らいで": { + "w_type": "conjugated godan verb", + "romaji": "usuraide" + }, + "いい交わさ": { + "w_type": "godan verb stem", + "romaji": "iikawasa" + }, + "いい交わし": { + "w_type": "godan verb stem", + "romaji": "iikawashi" + }, + "いい交わせ": { + "w_type": "conjugated godan verb", + "romaji": "iikawase" + }, + "いい交わそ": { + "w_type": "godan verb stem", + "romaji": "iikawaso" + }, + "いい交わした": { + "w_type": "conjugated godan verb", + "romaji": "iikawashita" + }, + "いい交わして": { + "w_type": "conjugated godan verb", + "romaji": "iikawashite" + }, + "措か": { + "w_type": "godan verb stem", + "romaji": "oka" + }, + "措き": { + "w_type": "godan verb stem", + "romaji": "oki" + }, + "措け": { + "w_type": "conjugated godan verb", + "romaji": "oke" + }, + "措こ": { + "w_type": "godan verb stem", + "romaji": "oko" + }, + "措いた": { + "w_type": "conjugated godan verb", + "romaji": "oita" + }, + "措いて": { + "w_type": "conjugated godan verb", + "romaji": "oite" + }, + "演ら": { + "w_type": "godan verb stem", + "romaji": "yara" + }, + "演り": { + "w_type": "godan verb stem", + "romaji": "yari" + }, + "演れ": { + "w_type": "conjugated godan verb", + "romaji": "yare" + }, + "演ろ": { + "w_type": "godan verb stem", + "romaji": "yaro" + }, + "演った": { + "w_type": "conjugated godan verb", + "romaji": "yatta" + }, + "演って": { + "w_type": "conjugated godan verb", + "romaji": "yatte" + }, + "改ま": { + "w_type": "godan verb stem", + "romaji": "aratama" + }, + "改み": { + "w_type": "godan verb stem", + "romaji": "aratami" + }, + "改め": { + "w_type": "conjugated godan verb", + "romaji": "aratame" + }, + "改も": { + "w_type": "godan verb stem", + "romaji": "aratamo" + }, + "改んだ": { + "w_type": "conjugated godan verb", + "romaji": "aratanda" + }, + "改んで": { + "w_type": "conjugated godan verb", + "romaji": "aratande" + }, + "指ささ": { + "w_type": "godan verb stem", + "romaji": "yubisasa" + }, + "指さし": { + "w_type": "godan verb stem", + "romaji": "yubisashi" + }, + "指させ": { + "w_type": "conjugated godan verb", + "romaji": "yubisase" + }, + "指さそ": { + "w_type": "godan verb stem", + "romaji": "yubisaso" + }, + "指さした": { + "w_type": "conjugated godan verb", + "romaji": "yubisashita" + }, + "指さして": { + "w_type": "conjugated godan verb", + "romaji": "yubisashite" + }, + "躍り掛ら": { + "w_type": "godan verb stem", + "romaji": "odorikakara" + }, + "躍り掛り": { + "w_type": "godan verb stem", + "romaji": "odorikakari" + }, + "躍り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "odorikakare" + }, + "躍り掛ろ": { + "w_type": "godan verb stem", + "romaji": "odorikakaro" + }, + "躍り掛った": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatta" + }, + "躍り掛って": { + "w_type": "conjugated godan verb", + "romaji": "odorikakatte" + }, + "入れ違わ": { + "w_type": "godan verb stem", + "romaji": "irechigawa" + }, + "入れ違い": { + "w_type": "godan verb stem", + "romaji": "irechigai" + }, + "入れ違え": { + "w_type": "conjugated godan verb", + "romaji": "irechigae" + }, + "入れ違お": { + "w_type": "godan verb stem", + "romaji": "irechigao" + }, + "入れ違った": { + "w_type": "conjugated godan verb", + "romaji": "irechigatta" + }, + "入れ違って": { + "w_type": "conjugated godan verb", + "romaji": "irechigatte" + }, + "模さ": { + "w_type": "godan verb stem", + "romaji": "mosa" + }, + "模し": { + "w_type": "godan verb stem", + "romaji": "moshi" + }, + "模せ": { + "w_type": "conjugated godan verb", + "romaji": "mose" + }, + "模そ": { + "w_type": "godan verb stem", + "romaji": "moso" + }, + "模した": { + "w_type": "conjugated godan verb", + "romaji": "moshita" + }, + "模して": { + "w_type": "conjugated godan verb", + "romaji": "moshite" + }, + "噛りつか": { + "w_type": "godan verb stem", + "romaji": "kaburitsuka" + }, + "噛りつき": { + "w_type": "godan verb stem", + "romaji": "kaburitsuki" + }, + "噛りつけ": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuke" + }, + "噛りつこ": { + "w_type": "godan verb stem", + "romaji": "kaburitsuko" + }, + "噛りついた": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuita" + }, + "噛りついて": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuite" + }, + "作り直さ": { + "w_type": "godan verb stem", + "romaji": "tsukurinaosa" + }, + "作り直し": { + "w_type": "godan verb stem", + "romaji": "tsukurinaoshi" + }, + "作り直せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaose" + }, + "作り直そ": { + "w_type": "godan verb stem", + "romaji": "tsukurinaoso" + }, + "作り直した": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaoshita" + }, + "作り直して": { + "w_type": "conjugated godan verb", + "romaji": "tsukurinaoshite" + }, + "梳かさ": { + "w_type": "godan verb stem", + "romaji": "tokasa" + }, + "梳かし": { + "w_type": "godan verb stem", + "romaji": "tokashi" + }, + "梳かせ": { + "w_type": "conjugated godan verb", + "romaji": "tokase" + }, + "梳かそ": { + "w_type": "godan verb stem", + "romaji": "tokaso" + }, + "梳かした": { + "w_type": "conjugated godan verb", + "romaji": "tokashita" + }, + "梳かして": { + "w_type": "conjugated godan verb", + "romaji": "tokashite" + }, + "ぬぐい取ら": { + "w_type": "godan verb stem", + "romaji": "nuguitora" + }, + "ぬぐい取り": { + "w_type": "godan verb stem", + "romaji": "nuguitori" + }, + "ぬぐい取れ": { + "w_type": "conjugated godan verb", + "romaji": "nuguitore" + }, + "ぬぐい取ろ": { + "w_type": "godan verb stem", + "romaji": "nuguitoro" + }, + "ぬぐい取った": { + "w_type": "conjugated godan verb", + "romaji": "nuguitotta" + }, + "ぬぐい取って": { + "w_type": "conjugated godan verb", + "romaji": "nuguitotte" + }, + "思いめぐらさ": { + "w_type": "godan verb stem", + "romaji": "omoimegurasa" + }, + "思いめぐらし": { + "w_type": "godan verb stem", + "romaji": "omoimegurashi" + }, + "思いめぐらせ": { + "w_type": "conjugated godan verb", + "romaji": "omoimegurase" + }, + "思いめぐらそ": { + "w_type": "godan verb stem", + "romaji": "omoimeguraso" + }, + "思いめぐらした": { + "w_type": "conjugated godan verb", + "romaji": "omoimegurashita" + }, + "思いめぐらして": { + "w_type": "conjugated godan verb", + "romaji": "omoimegurashite" + }, + "呼び馴らわさ": { + "w_type": "godan verb stem", + "romaji": "yobinarawasa" + }, + "呼び馴らわし": { + "w_type": "godan verb stem", + "romaji": "yobinarawashi" + }, + "呼び馴らわせ": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawase" + }, + "呼び馴らわそ": { + "w_type": "godan verb stem", + "romaji": "yobinarawaso" + }, + "呼び馴らわした": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashita" + }, + "呼び馴らわして": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashite" + }, + "立去ら": { + "w_type": "godan verb stem", + "romaji": "tachisara" + }, + "立去り": { + "w_type": "godan verb stem", + "romaji": "tachisari" + }, + "立去れ": { + "w_type": "conjugated godan verb", + "romaji": "tachisare" + }, + "立去ろ": { + "w_type": "godan verb stem", + "romaji": "tachisaro" + }, + "立去った": { + "w_type": "conjugated godan verb", + "romaji": "tachisatta" + }, + "立去って": { + "w_type": "conjugated godan verb", + "romaji": "tachisatte" + }, + "揺すら": { + "w_type": "godan verb stem", + "romaji": "yusura" + }, + "揺すり": { + "w_type": "godan verb stem", + "romaji": "yusuri" + }, + "揺すれ": { + "w_type": "conjugated godan verb", + "romaji": "yusure" + }, + "揺すろ": { + "w_type": "godan verb stem", + "romaji": "yusuro" + }, + "揺すった": { + "w_type": "conjugated godan verb", + "romaji": "yusutta" + }, + "揺すって": { + "w_type": "conjugated godan verb", + "romaji": "yusutte" + }, + "俯さ": { + "w_type": "godan verb stem", + "romaji": "utsubusa" + }, + "俯し": { + "w_type": "godan verb stem", + "romaji": "utsubushi" + }, + "俯せ": { + "w_type": "conjugated godan verb", + "romaji": "utsubuse" + }, + "俯そ": { + "w_type": "godan verb stem", + "romaji": "utsubuso" + }, + "俯した": { + "w_type": "conjugated godan verb", + "romaji": "utsubushita" + }, + "俯して": { + "w_type": "conjugated godan verb", + "romaji": "utsubushite" + }, + "粟立た": { + "w_type": "godan verb stem", + "romaji": "awadata" + }, + "粟立ち": { + "w_type": "godan verb stem", + "romaji": "awadachi" + }, + "粟立て": { + "w_type": "conjugated godan verb", + "romaji": "awadate" + }, + "粟立と": { + "w_type": "godan verb stem", + "romaji": "awadato" + }, + "粟立った": { + "w_type": "conjugated godan verb", + "romaji": "awadatta" + }, + "粟立って": { + "w_type": "conjugated godan verb", + "romaji": "awadatte" + }, + "借ら": { + "w_type": "godan verb stem", + "romaji": "kara" + }, + "借り": { + "w_type": "godan verb stem", + "romaji": "kari" + }, + "借れ": { + "w_type": "conjugated godan verb", + "romaji": "kare" + }, + "借ろ": { + "w_type": "godan verb stem", + "romaji": "karo" + }, + "借った": { + "w_type": "conjugated godan verb", + "romaji": "katta" + }, + "借って": { + "w_type": "conjugated godan verb", + "romaji": "katte" + }, + "吹き捲くら": { + "w_type": "godan verb stem", + "romaji": "fukimakura" + }, + "吹き捲くり": { + "w_type": "godan verb stem", + "romaji": "fukimakuri" + }, + "吹き捲くれ": { + "w_type": "conjugated godan verb", + "romaji": "fukimakure" + }, + "吹き捲くろ": { + "w_type": "godan verb stem", + "romaji": "fukimakuro" + }, + "吹き捲くった": { + "w_type": "conjugated godan verb", + "romaji": "fukimakutta" + }, + "吹き捲くって": { + "w_type": "conjugated godan verb", + "romaji": "fukimakutte" + }, + "着直さ": { + "w_type": "godan verb stem", + "romaji": "kinaosa" + }, + "着直し": { + "w_type": "godan verb stem", + "romaji": "kinaoshi" + }, + "着直せ": { + "w_type": "conjugated godan verb", + "romaji": "kinaose" + }, + "着直そ": { + "w_type": "godan verb stem", + "romaji": "kinaoso" + }, + "着直した": { + "w_type": "conjugated godan verb", + "romaji": "kinaoshita" + }, + "着直して": { + "w_type": "conjugated godan verb", + "romaji": "kinaoshite" + }, + "泳ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "oyogidasa" + }, + "泳ぎ出し": { + "w_type": "godan verb stem", + "romaji": "oyogidashi" + }, + "泳ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "oyogidase" + }, + "泳ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "oyogidaso" + }, + "泳ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "oyogidashita" + }, + "泳ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "oyogidashite" + }, + "踏み荒らさ": { + "w_type": "godan verb stem", + "romaji": "fumiarasa" + }, + "踏み荒らし": { + "w_type": "godan verb stem", + "romaji": "fumiarashi" + }, + "踏み荒らせ": { + "w_type": "conjugated godan verb", + "romaji": "fumiarase" + }, + "踏み荒らそ": { + "w_type": "godan verb stem", + "romaji": "fumiaraso" + }, + "踏み荒らした": { + "w_type": "conjugated godan verb", + "romaji": "fumiarashita" + }, + "踏み荒らして": { + "w_type": "conjugated godan verb", + "romaji": "fumiarashite" + }, + "思召さ": { + "w_type": "godan verb stem", + "romaji": "oboshimesa" + }, + "思召し": { + "w_type": "godan verb stem", + "romaji": "oboshimeshi" + }, + "思召せ": { + "w_type": "conjugated godan verb", + "romaji": "oboshimese" + }, + "思召そ": { + "w_type": "godan verb stem", + "romaji": "oboshimeso" + }, + "思召した": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshita" + }, + "思召して": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshite" + }, + "窮さ": { + "w_type": "godan verb stem", + "romaji": "kyuusa" + }, + "窮し": { + "w_type": "godan verb stem", + "romaji": "kyuushi" + }, + "窮せ": { + "w_type": "conjugated godan verb", + "romaji": "kyuuse" + }, + "窮そ": { + "w_type": "godan verb stem", + "romaji": "kyuuso" + }, + "窮した": { + "w_type": "conjugated godan verb", + "romaji": "kyuushita" + }, + "窮して": { + "w_type": "conjugated godan verb", + "romaji": "kyuushite" + }, + "そそり勃た": { + "w_type": "godan verb stem", + "romaji": "sosoritata" + }, + "そそり勃ち": { + "w_type": "godan verb stem", + "romaji": "sosoritachi" + }, + "そそり勃て": { + "w_type": "conjugated godan verb", + "romaji": "sosoritate" + }, + "そそり勃と": { + "w_type": "godan verb stem", + "romaji": "sosoritato" + }, + "そそり勃った": { + "w_type": "conjugated godan verb", + "romaji": "sosoritatta" + }, + "そそり勃って": { + "w_type": "conjugated godan verb", + "romaji": "sosoritatte" + }, + "買叩か": { + "w_type": "godan verb stem", + "romaji": "kaitataka" + }, + "買叩き": { + "w_type": "godan verb stem", + "romaji": "kaitataki" + }, + "買叩け": { + "w_type": "conjugated godan verb", + "romaji": "kaitatake" + }, + "買叩こ": { + "w_type": "godan verb stem", + "romaji": "kaitatako" + }, + "買叩いた": { + "w_type": "conjugated godan verb", + "romaji": "kaitataita" + }, + "買叩いて": { + "w_type": "conjugated godan verb", + "romaji": "kaitataite" + }, + "咲き揃わ": { + "w_type": "godan verb stem", + "romaji": "sakisorowa" + }, + "咲き揃い": { + "w_type": "godan verb stem", + "romaji": "sakisoroi" + }, + "咲き揃え": { + "w_type": "conjugated godan verb", + "romaji": "sakisoroe" + }, + "咲き揃お": { + "w_type": "godan verb stem", + "romaji": "sakisoroo" + }, + "咲き揃った": { + "w_type": "conjugated godan verb", + "romaji": "sakisorotta" + }, + "咲き揃って": { + "w_type": "conjugated godan verb", + "romaji": "sakisorotte" + }, + "偲ば": { + "w_type": "godan verb stem", + "romaji": "shinoba" + }, + "偲び": { + "w_type": "godan verb stem", + "romaji": "shinobi" + }, + "偲べ": { + "w_type": "conjugated godan verb", + "romaji": "shinobe" + }, + "偲ぼ": { + "w_type": "godan verb stem", + "romaji": "shinobo" + }, + "偲んだ": { + "w_type": "conjugated godan verb", + "romaji": "shinonda" + }, + "偲んで": { + "w_type": "conjugated godan verb", + "romaji": "shinonde" + }, + "持ち歩か": { + "w_type": "godan verb stem", + "romaji": "mochiaruka" + }, + "持ち歩き": { + "w_type": "godan verb stem", + "romaji": "mochiaruki" + }, + "持ち歩け": { + "w_type": "conjugated godan verb", + "romaji": "mochiaruke" + }, + "持ち歩こ": { + "w_type": "godan verb stem", + "romaji": "mochiaruko" + }, + "持ち歩いた": { + "w_type": "conjugated godan verb", + "romaji": "mochiaruita" + }, + "持ち歩いて": { + "w_type": "conjugated godan verb", + "romaji": "mochiaruite" + }, + "うち込ま": { + "w_type": "godan verb stem", + "romaji": "uchikoma" + }, + "うち込み": { + "w_type": "godan verb stem", + "romaji": "uchikomi" + }, + "うち込め": { + "w_type": "conjugated godan verb", + "romaji": "uchikome" + }, + "うち込も": { + "w_type": "godan verb stem", + "romaji": "uchikomo" + }, + "うち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uchikonda" + }, + "うち込んで": { + "w_type": "conjugated godan verb", + "romaji": "uchikonde" + }, + "鞣さ": { + "w_type": "godan verb stem", + "romaji": "namesa" + }, + "鞣し": { + "w_type": "godan verb stem", + "romaji": "nameshi" + }, + "鞣せ": { + "w_type": "conjugated godan verb", + "romaji": "namese" + }, + "鞣そ": { + "w_type": "godan verb stem", + "romaji": "nameso" + }, + "鞣した": { + "w_type": "conjugated godan verb", + "romaji": "nameshita" + }, + "鞣して": { + "w_type": "conjugated godan verb", + "romaji": "nameshite" + }, + "推さ": { + "w_type": "godan verb stem", + "romaji": "osa" + }, + "推し": { + "w_type": "godan verb stem", + "romaji": "oshi" + }, + "推せ": { + "w_type": "conjugated godan verb", + "romaji": "ose" + }, + "推そ": { + "w_type": "godan verb stem", + "romaji": "oso" + }, + "推した": { + "w_type": "conjugated godan verb", + "romaji": "oshita" + }, + "推して": { + "w_type": "conjugated godan verb", + "romaji": "oshite" + }, + "艶めか": { + "w_type": "godan verb stem", + "romaji": "tsuyameka" + }, + "艶めき": { + "w_type": "godan verb stem", + "romaji": "tsuyameki" + }, + "艶めけ": { + "w_type": "conjugated godan verb", + "romaji": "tsuyameke" + }, + "艶めこ": { + "w_type": "godan verb stem", + "romaji": "tsuyameko" + }, + "艶めいた": { + "w_type": "conjugated godan verb", + "romaji": "tsuyameita" + }, + "艶めいて": { + "w_type": "conjugated godan verb", + "romaji": "tsuyameite" + }, + "混ぜ合わさ": { + "w_type": "godan verb stem", + "romaji": "mazeawasa" + }, + "混ぜ合わし": { + "w_type": "godan verb stem", + "romaji": "mazeawashi" + }, + "混ぜ合わせ": { + "w_type": "conjugated godan verb", + "romaji": "mazeawase" + }, + "混ぜ合わそ": { + "w_type": "godan verb stem", + "romaji": "mazeawaso" + }, + "混ぜ合わした": { + "w_type": "conjugated godan verb", + "romaji": "mazeawashita" + }, + "混ぜ合わして": { + "w_type": "conjugated godan verb", + "romaji": "mazeawashite" + }, + "為直さ": { + "w_type": "godan verb stem", + "romaji": "shinaosa" + }, + "為直し": { + "w_type": "godan verb stem", + "romaji": "shinaoshi" + }, + "為直せ": { + "w_type": "conjugated godan verb", + "romaji": "shinaose" + }, + "為直そ": { + "w_type": "godan verb stem", + "romaji": "shinaoso" + }, + "為直した": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshita" + }, + "為直して": { + "w_type": "conjugated godan verb", + "romaji": "shinaoshite" + }, + "追っつか": { + "w_type": "godan verb stem", + "romaji": "ottsuka" + }, + "追っつき": { + "w_type": "godan verb stem", + "romaji": "ottsuki" + }, + "追っつけ": { + "w_type": "conjugated godan verb", + "romaji": "ottsuke" + }, + "追っつこ": { + "w_type": "godan verb stem", + "romaji": "ottsuko" + }, + "追っついた": { + "w_type": "conjugated godan verb", + "romaji": "ottsuita" + }, + "追っついて": { + "w_type": "conjugated godan verb", + "romaji": "ottsuite" + }, + "やり残さ": { + "w_type": "godan verb stem", + "romaji": "yarinokosa" + }, + "やり残し": { + "w_type": "godan verb stem", + "romaji": "yarinokoshi" + }, + "やり残せ": { + "w_type": "conjugated godan verb", + "romaji": "yarinokose" + }, + "やり残そ": { + "w_type": "godan verb stem", + "romaji": "yarinokoso" + }, + "やり残した": { + "w_type": "conjugated godan verb", + "romaji": "yarinokoshita" + }, + "やり残して": { + "w_type": "conjugated godan verb", + "romaji": "yarinokoshite" + }, + "欠か": { + "w_type": "godan verb stem", + "romaji": "kaka" + }, + "欠き": { + "w_type": "godan verb stem", + "romaji": "kaki" + }, + "欠け": { + "w_type": "conjugated godan verb", + "romaji": "kake" + }, + "欠こ": { + "w_type": "godan verb stem", + "romaji": "kako" + }, + "欠いた": { + "w_type": "conjugated godan verb", + "romaji": "kaita" + }, + "欠いて": { + "w_type": "conjugated godan verb", + "romaji": "kaite" + }, + "成り代わら": { + "w_type": "godan verb stem", + "romaji": "narikawara" + }, + "成り代わり": { + "w_type": "godan verb stem", + "romaji": "narikawari" + }, + "成り代われ": { + "w_type": "conjugated godan verb", + "romaji": "narikaware" + }, + "成り代わろ": { + "w_type": "godan verb stem", + "romaji": "narikawaro" + }, + "成り代わった": { + "w_type": "conjugated godan verb", + "romaji": "narikawatta" + }, + "成り代わって": { + "w_type": "conjugated godan verb", + "romaji": "narikawatte" + }, + "建て直さ": { + "w_type": "godan verb stem", + "romaji": "tatenaosa" + }, + "建て直し": { + "w_type": "godan verb stem", + "romaji": "tatenaoshi" + }, + "建て直せ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaose" + }, + "建て直そ": { + "w_type": "godan verb stem", + "romaji": "tatenaoso" + }, + "建て直した": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshita" + }, + "建て直して": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshite" + }, + "挟まら": { + "w_type": "godan verb stem", + "romaji": "hasamara" + }, + "挟まり": { + "w_type": "godan verb stem", + "romaji": "hasamari" + }, + "挟まれ": { + "w_type": "conjugated godan verb", + "romaji": "hasamare" + }, + "挟まろ": { + "w_type": "godan verb stem", + "romaji": "hasamaro" + }, + "挟まった": { + "w_type": "conjugated godan verb", + "romaji": "hasamatta" + }, + "挟まって": { + "w_type": "conjugated godan verb", + "romaji": "hasamatte" + }, + "素っ飛ば": { + "w_type": "godan verb stem", + "romaji": "suttoba" + }, + "素っ飛び": { + "w_type": "godan verb stem", + "romaji": "suttobi" + }, + "素っ飛べ": { + "w_type": "conjugated godan verb", + "romaji": "suttobe" + }, + "素っ飛ぼ": { + "w_type": "godan verb stem", + "romaji": "suttobo" + }, + "素っ飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "suttonda" + }, + "素っ飛んで": { + "w_type": "conjugated godan verb", + "romaji": "suttonde" + }, + "拭か": { + "w_type": "godan verb stem", + "romaji": "fuka" + }, + "拭き": { + "w_type": "godan verb stem", + "romaji": "fuki" + }, + "拭け": { + "w_type": "conjugated godan verb", + "romaji": "fuke" + }, + "拭こ": { + "w_type": "godan verb stem", + "romaji": "fuko" + }, + "拭いた": { + "w_type": "conjugated godan verb", + "romaji": "fuita" + }, + "拭いて": { + "w_type": "conjugated godan verb", + "romaji": "fuite" + }, + "召し出さ": { + "w_type": "godan verb stem", + "romaji": "meshidasa" + }, + "召し出し": { + "w_type": "godan verb stem", + "romaji": "meshidashi" + }, + "召し出せ": { + "w_type": "conjugated godan verb", + "romaji": "meshidase" + }, + "召し出そ": { + "w_type": "godan verb stem", + "romaji": "meshidaso" + }, + "召し出した": { + "w_type": "conjugated godan verb", + "romaji": "meshidashita" + }, + "召し出して": { + "w_type": "conjugated godan verb", + "romaji": "meshidashite" + }, + "供さ": { + "w_type": "godan verb stem", + "romaji": "kyousa" + }, + "供し": { + "w_type": "godan verb stem", + "romaji": "kyoushi" + }, + "供せ": { + "w_type": "conjugated godan verb", + "romaji": "kyouse" + }, + "供そ": { + "w_type": "godan verb stem", + "romaji": "kyouso" + }, + "供した": { + "w_type": "conjugated godan verb", + "romaji": "kyoushita" + }, + "供して": { + "w_type": "conjugated godan verb", + "romaji": "kyoushite" + }, + "立ち直ら": { + "w_type": "godan verb stem", + "romaji": "tachinaora" + }, + "立ち直り": { + "w_type": "godan verb stem", + "romaji": "tachinaori" + }, + "立ち直れ": { + "w_type": "conjugated godan verb", + "romaji": "tachinaore" + }, + "立ち直ろ": { + "w_type": "godan verb stem", + "romaji": "tachinaoro" + }, + "立ち直った": { + "w_type": "conjugated godan verb", + "romaji": "tachinaotta" + }, + "立ち直って": { + "w_type": "conjugated godan verb", + "romaji": "tachinaotte" + }, + "行逢わ": { + "w_type": "godan verb stem", + "romaji": "ikiawa" + }, + "行逢い": { + "w_type": "godan verb stem", + "romaji": "ikiai" + }, + "行逢え": { + "w_type": "conjugated godan verb", + "romaji": "ikiae" + }, + "行逢お": { + "w_type": "godan verb stem", + "romaji": "ikiao" + }, + "行逢った": { + "w_type": "conjugated godan verb", + "romaji": "ikiatta" + }, + "行逢って": { + "w_type": "conjugated godan verb", + "romaji": "ikiatte" + }, + "出て行か": { + "w_type": "godan verb stem", + "romaji": "deteika" + }, + "出て行き": { + "w_type": "godan verb stem", + "romaji": "deteiki" + }, + "出て行け": { + "w_type": "conjugated godan verb", + "romaji": "deteike" + }, + "出て行こ": { + "w_type": "godan verb stem", + "romaji": "deteiko" + }, + "出て行いた": { + "w_type": "conjugated godan verb", + "romaji": "deteiita" + }, + "出て行いて": { + "w_type": "conjugated godan verb", + "romaji": "deteiite" + }, + "引き廻さ": { + "w_type": "godan verb stem", + "romaji": "hikimawasa" + }, + "引き廻し": { + "w_type": "godan verb stem", + "romaji": "hikimawashi" + }, + "引き廻せ": { + "w_type": "conjugated godan verb", + "romaji": "hikimawase" + }, + "引き廻そ": { + "w_type": "godan verb stem", + "romaji": "hikimawaso" + }, + "引き廻した": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashita" + }, + "引き廻して": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashite" + }, + "仮さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "仮し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "仮せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "仮そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "仮した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "仮して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "愛おしま": { + "w_type": "godan verb stem", + "romaji": "itooshima" + }, + "愛おしみ": { + "w_type": "godan verb stem", + "romaji": "itooshimi" + }, + "愛おしめ": { + "w_type": "conjugated godan verb", + "romaji": "itooshime" + }, + "愛おしも": { + "w_type": "godan verb stem", + "romaji": "itooshimo" + }, + "愛おしんだ": { + "w_type": "conjugated godan verb", + "romaji": "itooshinda" + }, + "愛おしんで": { + "w_type": "conjugated godan verb", + "romaji": "itooshinde" + }, + "生え変ら": { + "w_type": "godan verb stem", + "romaji": "haekawara" + }, + "生え変り": { + "w_type": "godan verb stem", + "romaji": "haekawari" + }, + "生え変れ": { + "w_type": "conjugated godan verb", + "romaji": "haekaware" + }, + "生え変ろ": { + "w_type": "godan verb stem", + "romaji": "haekawaro" + }, + "生え変った": { + "w_type": "conjugated godan verb", + "romaji": "haekawatta" + }, + "生え変って": { + "w_type": "conjugated godan verb", + "romaji": "haekawatte" + }, + "恋わ": { + "w_type": "godan verb stem", + "romaji": "kowa" + }, + "恋い": { + "w_type": "godan verb stem", + "romaji": "koi" + }, + "恋え": { + "w_type": "conjugated godan verb", + "romaji": "koe" + }, + "恋お": { + "w_type": "godan verb stem", + "romaji": "koo" + }, + "恋った": { + "w_type": "conjugated godan verb", + "romaji": "kotta" + }, + "恋って": { + "w_type": "conjugated godan verb", + "romaji": "kotte" + }, + "刈込ま": { + "w_type": "godan verb stem", + "romaji": "karikoma" + }, + "刈込み": { + "w_type": "godan verb stem", + "romaji": "karikomi" + }, + "刈込め": { + "w_type": "conjugated godan verb", + "romaji": "karikome" + }, + "刈込も": { + "w_type": "godan verb stem", + "romaji": "karikomo" + }, + "刈込んだ": { + "w_type": "conjugated godan verb", + "romaji": "karikonda" + }, + "刈込んで": { + "w_type": "conjugated godan verb", + "romaji": "karikonde" + }, + "抜け替わら": { + "w_type": "godan verb stem", + "romaji": "nukekawara" + }, + "抜け替わり": { + "w_type": "godan verb stem", + "romaji": "nukekawari" + }, + "抜け替われ": { + "w_type": "conjugated godan verb", + "romaji": "nukekaware" + }, + "抜け替わろ": { + "w_type": "godan verb stem", + "romaji": "nukekawaro" + }, + "抜け替わった": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatta" + }, + "抜け替わって": { + "w_type": "conjugated godan verb", + "romaji": "nukekawatte" + }, + "用うら": { + "w_type": "godan verb stem", + "romaji": "mochiura" + }, + "用うり": { + "w_type": "godan verb stem", + "romaji": "mochiuri" + }, + "用うれ": { + "w_type": "conjugated godan verb", + "romaji": "mochiure" + }, + "用うろ": { + "w_type": "godan verb stem", + "romaji": "mochiuro" + }, + "用うった": { + "w_type": "conjugated godan verb", + "romaji": "mochiutta" + }, + "用うって": { + "w_type": "conjugated godan verb", + "romaji": "mochiutte" + }, + "切り倒さ": { + "w_type": "godan verb stem", + "romaji": "kiritaosa" + }, + "切り倒し": { + "w_type": "godan verb stem", + "romaji": "kiritaoshi" + }, + "切り倒せ": { + "w_type": "conjugated godan verb", + "romaji": "kiritaose" + }, + "切り倒そ": { + "w_type": "godan verb stem", + "romaji": "kiritaoso" + }, + "切り倒した": { + "w_type": "conjugated godan verb", + "romaji": "kiritaoshita" + }, + "切り倒して": { + "w_type": "conjugated godan verb", + "romaji": "kiritaoshite" + }, + "切り解か": { + "w_type": "godan verb stem", + "romaji": "kirihodoka" + }, + "切り解き": { + "w_type": "godan verb stem", + "romaji": "kirihodoki" + }, + "切り解け": { + "w_type": "conjugated godan verb", + "romaji": "kirihodoke" + }, + "切り解こ": { + "w_type": "godan verb stem", + "romaji": "kirihodoko" + }, + "切り解いた": { + "w_type": "conjugated godan verb", + "romaji": "kirihodoita" + }, + "切り解いて": { + "w_type": "conjugated godan verb", + "romaji": "kirihodoite" + }, + "うみ出さ": { + "w_type": "godan verb stem", + "romaji": "umidasa" + }, + "うみ出し": { + "w_type": "godan verb stem", + "romaji": "umidashi" + }, + "うみ出せ": { + "w_type": "conjugated godan verb", + "romaji": "umidase" + }, + "うみ出そ": { + "w_type": "godan verb stem", + "romaji": "umidaso" + }, + "うみ出した": { + "w_type": "conjugated godan verb", + "romaji": "umidashita" + }, + "うみ出して": { + "w_type": "conjugated godan verb", + "romaji": "umidashite" + }, + "掻き抱か": { + "w_type": "godan verb stem", + "romaji": "kakiidaka" + }, + "掻き抱き": { + "w_type": "godan verb stem", + "romaji": "kakiidaki" + }, + "掻き抱け": { + "w_type": "conjugated godan verb", + "romaji": "kakiidake" + }, + "掻き抱こ": { + "w_type": "godan verb stem", + "romaji": "kakiidako" + }, + "掻き抱いた": { + "w_type": "conjugated godan verb", + "romaji": "kakiidaita" + }, + "掻き抱いて": { + "w_type": "conjugated godan verb", + "romaji": "kakiidaite" + }, + "考え抜か": { + "w_type": "godan verb stem", + "romaji": "kangaenuka" + }, + "考え抜き": { + "w_type": "godan verb stem", + "romaji": "kangaenuki" + }, + "考え抜け": { + "w_type": "conjugated godan verb", + "romaji": "kangaenuke" + }, + "考え抜こ": { + "w_type": "godan verb stem", + "romaji": "kangaenuko" + }, + "考え抜いた": { + "w_type": "conjugated godan verb", + "romaji": "kangaenuita" + }, + "考え抜いて": { + "w_type": "conjugated godan verb", + "romaji": "kangaenuite" + }, + "飲みこま": { + "w_type": "godan verb stem", + "romaji": "nomikoma" + }, + "飲みこみ": { + "w_type": "godan verb stem", + "romaji": "nomikomi" + }, + "飲みこめ": { + "w_type": "conjugated godan verb", + "romaji": "nomikome" + }, + "飲みこも": { + "w_type": "godan verb stem", + "romaji": "nomikomo" + }, + "飲みこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nomikonda" + }, + "飲みこんで": { + "w_type": "conjugated godan verb", + "romaji": "nomikonde" + }, + "来掛から": { + "w_type": "godan verb stem", + "romaji": "kikakara" + }, + "来掛かり": { + "w_type": "godan verb stem", + "romaji": "kikakari" + }, + "来掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "kikakare" + }, + "来掛かろ": { + "w_type": "godan verb stem", + "romaji": "kikakaro" + }, + "来掛かった": { + "w_type": "conjugated godan verb", + "romaji": "kikakatta" + }, + "来掛かって": { + "w_type": "conjugated godan verb", + "romaji": "kikakatte" + }, + "なぐり倒さ": { + "w_type": "godan verb stem", + "romaji": "naguritaosa" + }, + "なぐり倒し": { + "w_type": "godan verb stem", + "romaji": "naguritaoshi" + }, + "なぐり倒せ": { + "w_type": "conjugated godan verb", + "romaji": "naguritaose" + }, + "なぐり倒そ": { + "w_type": "godan verb stem", + "romaji": "naguritaoso" + }, + "なぐり倒した": { + "w_type": "conjugated godan verb", + "romaji": "naguritaoshita" + }, + "なぐり倒して": { + "w_type": "conjugated godan verb", + "romaji": "naguritaoshite" + }, + "振出さ": { + "w_type": "godan verb stem", + "romaji": "furidasa" + }, + "振出し": { + "w_type": "godan verb stem", + "romaji": "furidashi" + }, + "振出せ": { + "w_type": "conjugated godan verb", + "romaji": "furidase" + }, + "振出そ": { + "w_type": "godan verb stem", + "romaji": "furidaso" + }, + "振出した": { + "w_type": "conjugated godan verb", + "romaji": "furidashita" + }, + "振出して": { + "w_type": "conjugated godan verb", + "romaji": "furidashite" + }, + "埋め合さ": { + "w_type": "godan verb stem", + "romaji": "umeawasa" + }, + "埋め合し": { + "w_type": "godan verb stem", + "romaji": "umeawashi" + }, + "埋め合せ": { + "w_type": "conjugated godan verb", + "romaji": "umeawase" + }, + "埋め合そ": { + "w_type": "godan verb stem", + "romaji": "umeawaso" + }, + "埋め合した": { + "w_type": "conjugated godan verb", + "romaji": "umeawashita" + }, + "埋め合して": { + "w_type": "conjugated godan verb", + "romaji": "umeawashite" + }, + "かみ合わ": { + "w_type": "godan verb stem", + "romaji": "kamiawa" + }, + "かみ合い": { + "w_type": "godan verb stem", + "romaji": "kamiai" + }, + "かみ合え": { + "w_type": "conjugated godan verb", + "romaji": "kamiae" + }, + "かみ合お": { + "w_type": "godan verb stem", + "romaji": "kamiao" + }, + "かみ合った": { + "w_type": "conjugated godan verb", + "romaji": "kamiatta" + }, + "かみ合って": { + "w_type": "conjugated godan verb", + "romaji": "kamiatte" + }, + "請け合わ": { + "w_type": "godan verb stem", + "romaji": "ukeawa" + }, + "請け合い": { + "w_type": "godan verb stem", + "romaji": "ukeai" + }, + "請け合え": { + "w_type": "conjugated godan verb", + "romaji": "ukeae" + }, + "請け合お": { + "w_type": "godan verb stem", + "romaji": "ukeao" + }, + "請け合った": { + "w_type": "conjugated godan verb", + "romaji": "ukeatta" + }, + "請け合って": { + "w_type": "conjugated godan verb", + "romaji": "ukeatte" + }, + "引延さ": { + "w_type": "godan verb stem", + "romaji": "hikinobasa" + }, + "引延し": { + "w_type": "godan verb stem", + "romaji": "hikinobashi" + }, + "引延せ": { + "w_type": "conjugated godan verb", + "romaji": "hikinobase" + }, + "引延そ": { + "w_type": "godan verb stem", + "romaji": "hikinobaso" + }, + "引延した": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashita" + }, + "引延して": { + "w_type": "conjugated godan verb", + "romaji": "hikinobashite" + }, + "似通わ": { + "w_type": "godan verb stem", + "romaji": "nikayowa" + }, + "似通い": { + "w_type": "godan verb stem", + "romaji": "nikayoi" + }, + "似通え": { + "w_type": "conjugated godan verb", + "romaji": "nikayoe" + }, + "似通お": { + "w_type": "godan verb stem", + "romaji": "nikayoo" + }, + "似通った": { + "w_type": "conjugated godan verb", + "romaji": "nikayotta" + }, + "似通って": { + "w_type": "conjugated godan verb", + "romaji": "nikayotte" + }, + "唆さ": { + "w_type": "godan verb stem", + "romaji": "sosonokasa" + }, + "唆し": { + "w_type": "godan verb stem", + "romaji": "sosonokashi" + }, + "唆せ": { + "w_type": "conjugated godan verb", + "romaji": "sosonokase" + }, + "唆そ": { + "w_type": "godan verb stem", + "romaji": "sosonokaso" + }, + "唆した": { + "w_type": "conjugated godan verb", + "romaji": "sosonokashita" + }, + "唆して": { + "w_type": "conjugated godan verb", + "romaji": "sosonokashite" + }, + "揺らめか": { + "w_type": "godan verb stem", + "romaji": "yurameka" + }, + "揺らめき": { + "w_type": "godan verb stem", + "romaji": "yurameki" + }, + "揺らめけ": { + "w_type": "conjugated godan verb", + "romaji": "yurameke" + }, + "揺らめこ": { + "w_type": "godan verb stem", + "romaji": "yurameko" + }, + "揺らめいた": { + "w_type": "conjugated godan verb", + "romaji": "yurameita" + }, + "揺らめいて": { + "w_type": "conjugated godan verb", + "romaji": "yurameite" + }, + "盟わ": { + "w_type": "godan verb stem", + "romaji": "chikawa" + }, + "盟い": { + "w_type": "godan verb stem", + "romaji": "chikai" + }, + "盟え": { + "w_type": "conjugated godan verb", + "romaji": "chikae" + }, + "盟お": { + "w_type": "godan verb stem", + "romaji": "chikao" + }, + "盟った": { + "w_type": "conjugated godan verb", + "romaji": "chikatta" + }, + "盟って": { + "w_type": "conjugated godan verb", + "romaji": "chikatte" + }, + "狭まら": { + "w_type": "godan verb stem", + "romaji": "sebamara" + }, + "狭まり": { + "w_type": "godan verb stem", + "romaji": "sebamari" + }, + "狭まれ": { + "w_type": "conjugated godan verb", + "romaji": "sebamare" + }, + "狭まろ": { + "w_type": "godan verb stem", + "romaji": "sebamaro" + }, + "狭まった": { + "w_type": "conjugated godan verb", + "romaji": "sebamatta" + }, + "狭まって": { + "w_type": "conjugated godan verb", + "romaji": "sebamatte" + }, + "はって行か": { + "w_type": "godan verb stem", + "romaji": "hatteika" + }, + "はって行き": { + "w_type": "godan verb stem", + "romaji": "hatteiki" + }, + "はって行け": { + "w_type": "conjugated godan verb", + "romaji": "hatteike" + }, + "はって行こ": { + "w_type": "godan verb stem", + "romaji": "hatteiko" + }, + "はって行いた": { + "w_type": "conjugated godan verb", + "romaji": "hatteiita" + }, + "はって行いて": { + "w_type": "conjugated godan verb", + "romaji": "hatteiite" + }, + "持運ば": { + "w_type": "godan verb stem", + "romaji": "mochihakoba" + }, + "持運び": { + "w_type": "godan verb stem", + "romaji": "mochihakobi" + }, + "持運べ": { + "w_type": "conjugated godan verb", + "romaji": "mochihakobe" + }, + "持運ぼ": { + "w_type": "godan verb stem", + "romaji": "mochihakobo" + }, + "持運んだ": { + "w_type": "conjugated godan verb", + "romaji": "mochihakonda" + }, + "持運んで": { + "w_type": "conjugated godan verb", + "romaji": "mochihakonde" + }, + "保合わ": { + "w_type": "godan verb stem", + "romaji": "mochiawa" + }, + "保合い": { + "w_type": "godan verb stem", + "romaji": "mochiai" + }, + "保合え": { + "w_type": "conjugated godan verb", + "romaji": "mochiae" + }, + "保合お": { + "w_type": "godan verb stem", + "romaji": "mochiao" + }, + "保合った": { + "w_type": "conjugated godan verb", + "romaji": "mochiatta" + }, + "保合って": { + "w_type": "conjugated godan verb", + "romaji": "mochiatte" + }, + "漬込ま": { + "w_type": "godan verb stem", + "romaji": "tsukekoma" + }, + "漬込み": { + "w_type": "godan verb stem", + "romaji": "tsukekomi" + }, + "漬込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukekome" + }, + "漬込も": { + "w_type": "godan verb stem", + "romaji": "tsukekomo" + }, + "漬込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonda" + }, + "漬込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonde" + }, + "切り入ら": { + "w_type": "godan verb stem", + "romaji": "kiriira" + }, + "切り入り": { + "w_type": "godan verb stem", + "romaji": "kiriiri" + }, + "切り入れ": { + "w_type": "conjugated godan verb", + "romaji": "kiriire" + }, + "切り入ろ": { + "w_type": "godan verb stem", + "romaji": "kiriiro" + }, + "切り入った": { + "w_type": "conjugated godan verb", + "romaji": "kiriitta" + }, + "切り入って": { + "w_type": "conjugated godan verb", + "romaji": "kiriitte" + }, + "惑わさ": { + "w_type": "godan verb stem", + "romaji": "madowasa" + }, + "惑わし": { + "w_type": "godan verb stem", + "romaji": "madowashi" + }, + "惑わせ": { + "w_type": "conjugated godan verb", + "romaji": "madowase" + }, + "惑わそ": { + "w_type": "godan verb stem", + "romaji": "madowaso" + }, + "惑わした": { + "w_type": "conjugated godan verb", + "romaji": "madowashita" + }, + "惑わして": { + "w_type": "conjugated godan verb", + "romaji": "madowashite" + }, + "蹲わ": { + "w_type": "godan verb stem", + "romaji": "tsukubawa" + }, + "蹲い": { + "w_type": "godan verb stem", + "romaji": "tsukubai" + }, + "蹲え": { + "w_type": "conjugated godan verb", + "romaji": "tsukubae" + }, + "蹲お": { + "w_type": "godan verb stem", + "romaji": "tsukubao" + }, + "申さ": { + "w_type": "godan verb stem", + "romaji": "mousa" + }, + "申し": { + "w_type": "godan verb stem", + "romaji": "moushi" + }, + "申せ": { + "w_type": "conjugated godan verb", + "romaji": "mouse" + }, + "申そ": { + "w_type": "godan verb stem", + "romaji": "mouso" + }, + "申した": { + "w_type": "conjugated godan verb", + "romaji": "moushita" + }, + "申して": { + "w_type": "conjugated godan verb", + "romaji": "moushite" + }, + "がぶり付か": { + "w_type": "godan verb stem", + "romaji": "gaburitsuka" + }, + "がぶり付き": { + "w_type": "godan verb stem", + "romaji": "gaburitsuki" + }, + "がぶり付け": { + "w_type": "conjugated godan verb", + "romaji": "gaburitsuke" + }, + "がぶり付こ": { + "w_type": "godan verb stem", + "romaji": "gaburitsuko" + }, + "がぶり付いた": { + "w_type": "conjugated godan verb", + "romaji": "gaburitsuita" + }, + "がぶり付いて": { + "w_type": "conjugated godan verb", + "romaji": "gaburitsuite" + }, + "植わら": { + "w_type": "godan verb stem", + "romaji": "uwara" + }, + "植わり": { + "w_type": "godan verb stem", + "romaji": "uwari" + }, + "植われ": { + "w_type": "conjugated godan verb", + "romaji": "uware" + }, + "植わろ": { + "w_type": "godan verb stem", + "romaji": "uwaro" + }, + "植わった": { + "w_type": "conjugated godan verb", + "romaji": "uwatta" + }, + "植わって": { + "w_type": "conjugated godan verb", + "romaji": "uwatte" + }, + "駆寄ら": { + "w_type": "godan verb stem", + "romaji": "kakeyora" + }, + "駆寄り": { + "w_type": "godan verb stem", + "romaji": "kakeyori" + }, + "駆寄れ": { + "w_type": "conjugated godan verb", + "romaji": "kakeyore" + }, + "駆寄ろ": { + "w_type": "godan verb stem", + "romaji": "kakeyoro" + }, + "駆寄った": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotta" + }, + "駆寄って": { + "w_type": "conjugated godan verb", + "romaji": "kakeyotte" + }, + "打ち果さ": { + "w_type": "godan verb stem", + "romaji": "uchihatasa" + }, + "打ち果し": { + "w_type": "godan verb stem", + "romaji": "uchihatashi" + }, + "打ち果せ": { + "w_type": "conjugated godan verb", + "romaji": "uchihatase" + }, + "打ち果そ": { + "w_type": "godan verb stem", + "romaji": "uchihataso" + }, + "打ち果した": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashita" + }, + "打ち果して": { + "w_type": "conjugated godan verb", + "romaji": "uchihatashite" + }, + "空しくなら": { + "w_type": "godan verb stem", + "romaji": "munashikunara" + }, + "空しくなり": { + "w_type": "godan verb stem", + "romaji": "munashikunari" + }, + "空しくなれ": { + "w_type": "conjugated godan verb", + "romaji": "munashikunare" + }, + "空しくなろ": { + "w_type": "godan verb stem", + "romaji": "munashikunaro" + }, + "空しくなった": { + "w_type": "conjugated godan verb", + "romaji": "munashikunatta" + }, + "空しくなって": { + "w_type": "conjugated godan verb", + "romaji": "munashikunatte" + }, + "繁ら": { + "w_type": "godan verb stem", + "romaji": "shigera" + }, + "繁り": { + "w_type": "godan verb stem", + "romaji": "shigeri" + }, + "繁れ": { + "w_type": "conjugated godan verb", + "romaji": "shigere" + }, + "繁ろ": { + "w_type": "godan verb stem", + "romaji": "shigero" + }, + "繁った": { + "w_type": "conjugated godan verb", + "romaji": "shigetta" + }, + "繁って": { + "w_type": "conjugated godan verb", + "romaji": "shigette" + }, + "磨きこま": { + "w_type": "godan verb stem", + "romaji": "migakikoma" + }, + "磨きこみ": { + "w_type": "godan verb stem", + "romaji": "migakikomi" + }, + "磨きこめ": { + "w_type": "conjugated godan verb", + "romaji": "migakikome" + }, + "磨きこも": { + "w_type": "godan verb stem", + "romaji": "migakikomo" + }, + "磨きこんだ": { + "w_type": "conjugated godan verb", + "romaji": "migakikonda" + }, + "磨きこんで": { + "w_type": "conjugated godan verb", + "romaji": "migakikonde" + }, + "言い破ら": { + "w_type": "godan verb stem", + "romaji": "iiyabura" + }, + "言い破り": { + "w_type": "godan verb stem", + "romaji": "iiyaburi" + }, + "言い破れ": { + "w_type": "conjugated godan verb", + "romaji": "iiyabure" + }, + "言い破ろ": { + "w_type": "godan verb stem", + "romaji": "iiyaburo" + }, + "言い破った": { + "w_type": "conjugated godan verb", + "romaji": "iiyabutta" + }, + "言い破って": { + "w_type": "conjugated godan verb", + "romaji": "iiyabutte" + }, + "突つか": { + "w_type": "godan verb stem", + "romaji": "tsutsuka" + }, + "突つき": { + "w_type": "godan verb stem", + "romaji": "tsutsuki" + }, + "突つけ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuke" + }, + "突つこ": { + "w_type": "godan verb stem", + "romaji": "tsutsuko" + }, + "突ついた": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuita" + }, + "突ついて": { + "w_type": "conjugated godan verb", + "romaji": "tsutsuite" + }, + "剥取ら": { + "w_type": "godan verb stem", + "romaji": "hagitora" + }, + "剥取り": { + "w_type": "godan verb stem", + "romaji": "hagitori" + }, + "剥取れ": { + "w_type": "conjugated godan verb", + "romaji": "hagitore" + }, + "剥取ろ": { + "w_type": "godan verb stem", + "romaji": "hagitoro" + }, + "剥取った": { + "w_type": "conjugated godan verb", + "romaji": "hagitotta" + }, + "剥取って": { + "w_type": "conjugated godan verb", + "romaji": "hagitotte" + }, + "相済ま": { + "w_type": "godan verb stem", + "romaji": "aisuma" + }, + "相済み": { + "w_type": "godan verb stem", + "romaji": "aisumi" + }, + "相済め": { + "w_type": "conjugated godan verb", + "romaji": "aisume" + }, + "相済も": { + "w_type": "godan verb stem", + "romaji": "aisumo" + }, + "相済んだ": { + "w_type": "conjugated godan verb", + "romaji": "aisunda" + }, + "相済んで": { + "w_type": "conjugated godan verb", + "romaji": "aisunde" + }, + "引きまわさ": { + "w_type": "godan verb stem", + "romaji": "hikimawasa" + }, + "引きまわし": { + "w_type": "godan verb stem", + "romaji": "hikimawashi" + }, + "引きまわせ": { + "w_type": "conjugated godan verb", + "romaji": "hikimawase" + }, + "引きまわそ": { + "w_type": "godan verb stem", + "romaji": "hikimawaso" + }, + "引きまわした": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashita" + }, + "引きまわして": { + "w_type": "conjugated godan verb", + "romaji": "hikimawashite" + }, + "ささくれ立た": { + "w_type": "godan verb stem", + "romaji": "sasakuredata" + }, + "ささくれ立ち": { + "w_type": "godan verb stem", + "romaji": "sasakuredachi" + }, + "ささくれ立て": { + "w_type": "conjugated godan verb", + "romaji": "sasakuredate" + }, + "ささくれ立と": { + "w_type": "godan verb stem", + "romaji": "sasakuredato" + }, + "ささくれ立った": { + "w_type": "conjugated godan verb", + "romaji": "sasakuredatta" + }, + "ささくれ立って": { + "w_type": "conjugated godan verb", + "romaji": "sasakuredatte" + }, + "割戻さ": { + "w_type": "godan verb stem", + "romaji": "warimodosa" + }, + "割戻し": { + "w_type": "godan verb stem", + "romaji": "warimodoshi" + }, + "割戻せ": { + "w_type": "conjugated godan verb", + "romaji": "warimodose" + }, + "割戻そ": { + "w_type": "godan verb stem", + "romaji": "warimodoso" + }, + "割戻した": { + "w_type": "conjugated godan verb", + "romaji": "warimodoshita" + }, + "割戻して": { + "w_type": "conjugated godan verb", + "romaji": "warimodoshite" + }, + "忘れ去ら": { + "w_type": "godan verb stem", + "romaji": "wasuresara" + }, + "忘れ去り": { + "w_type": "godan verb stem", + "romaji": "wasuresari" + }, + "忘れ去れ": { + "w_type": "conjugated godan verb", + "romaji": "wasuresare" + }, + "忘れ去ろ": { + "w_type": "godan verb stem", + "romaji": "wasuresaro" + }, + "忘れ去った": { + "w_type": "conjugated godan verb", + "romaji": "wasuresatta" + }, + "忘れ去って": { + "w_type": "conjugated godan verb", + "romaji": "wasuresatte" + }, + "拭き取ら": { + "w_type": "godan verb stem", + "romaji": "fukitora" + }, + "拭き取り": { + "w_type": "godan verb stem", + "romaji": "fukitori" + }, + "拭き取れ": { + "w_type": "conjugated godan verb", + "romaji": "fukitore" + }, + "拭き取ろ": { + "w_type": "godan verb stem", + "romaji": "fukitoro" + }, + "拭き取った": { + "w_type": "conjugated godan verb", + "romaji": "fukitotta" + }, + "拭き取って": { + "w_type": "conjugated godan verb", + "romaji": "fukitotte" + }, + "暴れ込ま": { + "w_type": "godan verb stem", + "romaji": "abarekoma" + }, + "暴れ込み": { + "w_type": "godan verb stem", + "romaji": "abarekomi" + }, + "暴れ込め": { + "w_type": "conjugated godan verb", + "romaji": "abarekome" + }, + "暴れ込も": { + "w_type": "godan verb stem", + "romaji": "abarekomo" + }, + "暴れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "abarekonda" + }, + "暴れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "abarekonde" + }, + "ひしめき合わ": { + "w_type": "godan verb stem", + "romaji": "hishimekiawa" + }, + "ひしめき合い": { + "w_type": "godan verb stem", + "romaji": "hishimekiai" + }, + "ひしめき合え": { + "w_type": "conjugated godan verb", + "romaji": "hishimekiae" + }, + "ひしめき合お": { + "w_type": "godan verb stem", + "romaji": "hishimekiao" + }, + "ひしめき合った": { + "w_type": "conjugated godan verb", + "romaji": "hishimekiatta" + }, + "ひしめき合って": { + "w_type": "conjugated godan verb", + "romaji": "hishimekiatte" + }, + "止ら": { + "w_type": "godan verb stem", + "romaji": "tomara" + }, + "止り": { + "w_type": "godan verb stem", + "romaji": "tomari" + }, + "止れ": { + "w_type": "conjugated godan verb", + "romaji": "tomare" + }, + "止ろ": { + "w_type": "godan verb stem", + "romaji": "tomaro" + }, + "止った": { + "w_type": "conjugated godan verb", + "romaji": "tomatta" + }, + "止って": { + "w_type": "conjugated godan verb", + "romaji": "tomatte" + }, + "偉がら": { + "w_type": "godan verb stem", + "romaji": "eragara" + }, + "偉がり": { + "w_type": "godan verb stem", + "romaji": "eragari" + }, + "偉がれ": { + "w_type": "conjugated godan verb", + "romaji": "eragare" + }, + "偉がろ": { + "w_type": "godan verb stem", + "romaji": "eragaro" + }, + "偉がった": { + "w_type": "conjugated godan verb", + "romaji": "eragatta" + }, + "偉がって": { + "w_type": "conjugated godan verb", + "romaji": "eragatte" + }, + "飛び掛から": { + "w_type": "godan verb stem", + "romaji": "tobikakara" + }, + "飛び掛かり": { + "w_type": "godan verb stem", + "romaji": "tobikakari" + }, + "飛び掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "tobikakare" + }, + "飛び掛かろ": { + "w_type": "godan verb stem", + "romaji": "tobikakaro" + }, + "飛び掛かった": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatta" + }, + "飛び掛かって": { + "w_type": "conjugated godan verb", + "romaji": "tobikakatte" + }, + "燻ぶら": { + "w_type": "godan verb stem", + "romaji": "kusubura" + }, + "燻ぶり": { + "w_type": "godan verb stem", + "romaji": "kusuburi" + }, + "燻ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "kusubure" + }, + "燻ぶろ": { + "w_type": "godan verb stem", + "romaji": "kusuburo" + }, + "燻ぶった": { + "w_type": "conjugated godan verb", + "romaji": "kusubutta" + }, + "燻ぶって": { + "w_type": "conjugated godan verb", + "romaji": "kusubutte" + }, + "制さ": { + "w_type": "godan verb stem", + "romaji": "seisa" + }, + "制し": { + "w_type": "godan verb stem", + "romaji": "seishi" + }, + "制せ": { + "w_type": "conjugated godan verb", + "romaji": "seise" + }, + "制そ": { + "w_type": "godan verb stem", + "romaji": "seiso" + }, + "制した": { + "w_type": "conjugated godan verb", + "romaji": "seishita" + }, + "制して": { + "w_type": "conjugated godan verb", + "romaji": "seishite" + }, + "聞知ら": { + "w_type": "godan verb stem", + "romaji": "kikishira" + }, + "聞知り": { + "w_type": "godan verb stem", + "romaji": "kikishiri" + }, + "聞知れ": { + "w_type": "conjugated godan verb", + "romaji": "kikishire" + }, + "聞知ろ": { + "w_type": "godan verb stem", + "romaji": "kikishiro" + }, + "聞知った": { + "w_type": "conjugated godan verb", + "romaji": "kikishitta" + }, + "聞知って": { + "w_type": "conjugated godan verb", + "romaji": "kikishitte" + }, + "斬り込ま": { + "w_type": "godan verb stem", + "romaji": "kirikoma" + }, + "斬り込み": { + "w_type": "godan verb stem", + "romaji": "kirikomi" + }, + "斬り込め": { + "w_type": "conjugated godan verb", + "romaji": "kirikome" + }, + "斬り込も": { + "w_type": "godan verb stem", + "romaji": "kirikomo" + }, + "斬り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kirikonda" + }, + "斬り込んで": { + "w_type": "conjugated godan verb", + "romaji": "kirikonde" + }, + "延ばさ": { + "w_type": "godan verb stem", + "romaji": "nobasa" + }, + "延ばし": { + "w_type": "godan verb stem", + "romaji": "nobashi" + }, + "延ばせ": { + "w_type": "conjugated godan verb", + "romaji": "nobase" + }, + "延ばそ": { + "w_type": "godan verb stem", + "romaji": "nobaso" + }, + "延ばした": { + "w_type": "conjugated godan verb", + "romaji": "nobashita" + }, + "延ばして": { + "w_type": "conjugated godan verb", + "romaji": "nobashite" + }, + "眠りこま": { + "w_type": "godan verb stem", + "romaji": "nemurikoma" + }, + "眠りこみ": { + "w_type": "godan verb stem", + "romaji": "nemurikomi" + }, + "眠りこめ": { + "w_type": "conjugated godan verb", + "romaji": "nemurikome" + }, + "眠りこも": { + "w_type": "godan verb stem", + "romaji": "nemurikomo" + }, + "眠りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nemurikonda" + }, + "眠りこんで": { + "w_type": "conjugated godan verb", + "romaji": "nemurikonde" + }, + "引っ括ら": { + "w_type": "godan verb stem", + "romaji": "hikkukura" + }, + "引っ括り": { + "w_type": "godan verb stem", + "romaji": "hikkukuri" + }, + "引っ括れ": { + "w_type": "conjugated godan verb", + "romaji": "hikkukure" + }, + "引っ括ろ": { + "w_type": "godan verb stem", + "romaji": "hikkukuro" + }, + "引っ括った": { + "w_type": "conjugated godan verb", + "romaji": "hikkukutta" + }, + "引っ括って": { + "w_type": "conjugated godan verb", + "romaji": "hikkukutte" + }, + "咬まさ": { + "w_type": "godan verb stem", + "romaji": "kamasa" + }, + "咬まし": { + "w_type": "godan verb stem", + "romaji": "kamashi" + }, + "咬ませ": { + "w_type": "conjugated godan verb", + "romaji": "kamase" + }, + "咬まそ": { + "w_type": "godan verb stem", + "romaji": "kamaso" + }, + "咬ました": { + "w_type": "conjugated godan verb", + "romaji": "kamashita" + }, + "咬まして": { + "w_type": "conjugated godan verb", + "romaji": "kamashite" + }, + "奥まら": { + "w_type": "godan verb stem", + "romaji": "okumara" + }, + "奥まり": { + "w_type": "godan verb stem", + "romaji": "okumari" + }, + "奥まれ": { + "w_type": "conjugated godan verb", + "romaji": "okumare" + }, + "奥まろ": { + "w_type": "godan verb stem", + "romaji": "okumaro" + }, + "奥まった": { + "w_type": "conjugated godan verb", + "romaji": "okumatta" + }, + "奥まって": { + "w_type": "conjugated godan verb", + "romaji": "okumatte" + }, + "選り出さ": { + "w_type": "godan verb stem", + "romaji": "yoridasa" + }, + "選り出し": { + "w_type": "godan verb stem", + "romaji": "yoridashi" + }, + "選り出せ": { + "w_type": "conjugated godan verb", + "romaji": "yoridase" + }, + "選り出そ": { + "w_type": "godan verb stem", + "romaji": "yoridaso" + }, + "選り出した": { + "w_type": "conjugated godan verb", + "romaji": "yoridashita" + }, + "選り出して": { + "w_type": "conjugated godan verb", + "romaji": "yoridashite" + }, + "言いたさ": { + "w_type": "godan verb stem", + "romaji": "iitasa" + }, + "言いたし": { + "w_type": "godan verb stem", + "romaji": "iitashi" + }, + "言いたせ": { + "w_type": "conjugated godan verb", + "romaji": "iitase" + }, + "言いたそ": { + "w_type": "godan verb stem", + "romaji": "iitaso" + }, + "言いたした": { + "w_type": "conjugated godan verb", + "romaji": "iitashita" + }, + "言いたして": { + "w_type": "conjugated godan verb", + "romaji": "iitashite" + }, + "吹か": { + "w_type": "godan verb stem", + "romaji": "fuka" + }, + "吹き": { + "w_type": "godan verb stem", + "romaji": "fuki" + }, + "吹け": { + "w_type": "conjugated godan verb", + "romaji": "fuke" + }, + "吹こ": { + "w_type": "godan verb stem", + "romaji": "fuko" + }, + "吹いた": { + "w_type": "conjugated godan verb", + "romaji": "fuita" + }, + "吹いて": { + "w_type": "conjugated godan verb", + "romaji": "fuite" + }, + "読み落とさ": { + "w_type": "godan verb stem", + "romaji": "yomiotosa" + }, + "読み落とし": { + "w_type": "godan verb stem", + "romaji": "yomiotoshi" + }, + "読み落とせ": { + "w_type": "conjugated godan verb", + "romaji": "yomiotose" + }, + "読み落とそ": { + "w_type": "godan verb stem", + "romaji": "yomiotoso" + }, + "読み落とした": { + "w_type": "conjugated godan verb", + "romaji": "yomiotoshita" + }, + "読み落として": { + "w_type": "conjugated godan verb", + "romaji": "yomiotoshite" + }, + "切り払わ": { + "w_type": "godan verb stem", + "romaji": "kiriharawa" + }, + "切り払い": { + "w_type": "godan verb stem", + "romaji": "kiriharai" + }, + "切り払え": { + "w_type": "conjugated godan verb", + "romaji": "kiriharae" + }, + "切り払お": { + "w_type": "godan verb stem", + "romaji": "kiriharao" + }, + "切り払った": { + "w_type": "conjugated godan verb", + "romaji": "kiriharatta" + }, + "切り払って": { + "w_type": "conjugated godan verb", + "romaji": "kiriharatte" + }, + "締め直さ": { + "w_type": "godan verb stem", + "romaji": "shimenaosa" + }, + "締め直し": { + "w_type": "godan verb stem", + "romaji": "shimenaoshi" + }, + "締め直せ": { + "w_type": "conjugated godan verb", + "romaji": "shimenaose" + }, + "締め直そ": { + "w_type": "godan verb stem", + "romaji": "shimenaoso" + }, + "締め直した": { + "w_type": "conjugated godan verb", + "romaji": "shimenaoshita" + }, + "締め直して": { + "w_type": "conjugated godan verb", + "romaji": "shimenaoshite" + }, + "さ迷わ": { + "w_type": "godan verb stem", + "romaji": "samayowa" + }, + "さ迷い": { + "w_type": "godan verb stem", + "romaji": "samayoi" + }, + "さ迷え": { + "w_type": "conjugated godan verb", + "romaji": "samayoe" + }, + "さ迷お": { + "w_type": "godan verb stem", + "romaji": "samayoo" + }, + "さ迷った": { + "w_type": "conjugated godan verb", + "romaji": "samayotta" + }, + "さ迷って": { + "w_type": "conjugated godan verb", + "romaji": "samayotte" + }, + "振仰が": { + "w_type": "godan verb stem", + "romaji": "furiaoga" + }, + "振仰ぎ": { + "w_type": "godan verb stem", + "romaji": "furiaogi" + }, + "振仰げ": { + "w_type": "conjugated godan verb", + "romaji": "furiaoge" + }, + "振仰ご": { + "w_type": "godan verb stem", + "romaji": "furiaogo" + }, + "振仰いだ": { + "w_type": "conjugated godan verb", + "romaji": "furiaoida" + }, + "振仰いで": { + "w_type": "conjugated godan verb", + "romaji": "furiaoide" + }, + "磨か": { + "w_type": "godan verb stem", + "romaji": "migaka" + }, + "磨き": { + "w_type": "godan verb stem", + "romaji": "migaki" + }, + "磨け": { + "w_type": "conjugated godan verb", + "romaji": "migake" + }, + "磨こ": { + "w_type": "godan verb stem", + "romaji": "migako" + }, + "磨いた": { + "w_type": "conjugated godan verb", + "romaji": "migaita" + }, + "磨いて": { + "w_type": "conjugated godan verb", + "romaji": "migaite" + }, + "摧か": { + "w_type": "godan verb stem", + "romaji": "kudaka" + }, + "摧き": { + "w_type": "godan verb stem", + "romaji": "kudaki" + }, + "摧け": { + "w_type": "conjugated godan verb", + "romaji": "kudake" + }, + "摧こ": { + "w_type": "godan verb stem", + "romaji": "kudako" + }, + "摧いた": { + "w_type": "conjugated godan verb", + "romaji": "kudaita" + }, + "摧いて": { + "w_type": "conjugated godan verb", + "romaji": "kudaite" + }, + "狂い咲か": { + "w_type": "godan verb stem", + "romaji": "kuruizaka" + }, + "狂い咲き": { + "w_type": "godan verb stem", + "romaji": "kuruizaki" + }, + "狂い咲け": { + "w_type": "conjugated godan verb", + "romaji": "kuruizake" + }, + "狂い咲こ": { + "w_type": "godan verb stem", + "romaji": "kuruizako" + }, + "狂い咲いた": { + "w_type": "conjugated godan verb", + "romaji": "kuruizaita" + }, + "狂い咲いて": { + "w_type": "conjugated godan verb", + "romaji": "kuruizaite" + }, + "温習わ": { + "w_type": "godan verb stem", + "romaji": "sarawa" + }, + "温習い": { + "w_type": "godan verb stem", + "romaji": "sarai" + }, + "温習え": { + "w_type": "conjugated godan verb", + "romaji": "sarae" + }, + "温習お": { + "w_type": "godan verb stem", + "romaji": "sarao" + }, + "温習った": { + "w_type": "conjugated godan verb", + "romaji": "saratta" + }, + "温習って": { + "w_type": "conjugated godan verb", + "romaji": "saratte" + }, + "打ち揚がら": { + "w_type": "godan verb stem", + "romaji": "uchiagara" + }, + "打ち揚がり": { + "w_type": "godan verb stem", + "romaji": "uchiagari" + }, + "打ち揚がれ": { + "w_type": "conjugated godan verb", + "romaji": "uchiagare" + }, + "打ち揚がろ": { + "w_type": "godan verb stem", + "romaji": "uchiagaro" + }, + "打ち揚がった": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatta" + }, + "打ち揚がって": { + "w_type": "conjugated godan verb", + "romaji": "uchiagatte" + }, + "見落さ": { + "w_type": "godan verb stem", + "romaji": "miotosa" + }, + "見落し": { + "w_type": "godan verb stem", + "romaji": "miotoshi" + }, + "見落せ": { + "w_type": "conjugated godan verb", + "romaji": "miotose" + }, + "見落そ": { + "w_type": "godan verb stem", + "romaji": "miotoso" + }, + "見落した": { + "w_type": "conjugated godan verb", + "romaji": "miotoshita" + }, + "見落して": { + "w_type": "conjugated godan verb", + "romaji": "miotoshite" + }, + "思い回さ": { + "w_type": "godan verb stem", + "romaji": "omoimawasa" + }, + "思い回し": { + "w_type": "godan verb stem", + "romaji": "omoimawashi" + }, + "思い回せ": { + "w_type": "conjugated godan verb", + "romaji": "omoimawase" + }, + "思い回そ": { + "w_type": "godan verb stem", + "romaji": "omoimawaso" + }, + "思い回した": { + "w_type": "conjugated godan verb", + "romaji": "omoimawashita" + }, + "思い回して": { + "w_type": "conjugated godan verb", + "romaji": "omoimawashite" + }, + "司ら": { + "w_type": "godan verb stem", + "romaji": "tsukasadora" + }, + "司り": { + "w_type": "godan verb stem", + "romaji": "tsukasadori" + }, + "司れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadore" + }, + "司ろ": { + "w_type": "godan verb stem", + "romaji": "tsukasadoro" + }, + "司った": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadotta" + }, + "司って": { + "w_type": "conjugated godan verb", + "romaji": "tsukasadotte" + }, + "盛り上ら": { + "w_type": "godan verb stem", + "romaji": "moriagara" + }, + "盛り上り": { + "w_type": "godan verb stem", + "romaji": "moriagari" + }, + "盛り上れ": { + "w_type": "conjugated godan verb", + "romaji": "moriagare" + }, + "盛り上ろ": { + "w_type": "godan verb stem", + "romaji": "moriagaro" + }, + "盛り上った": { + "w_type": "conjugated godan verb", + "romaji": "moriagatta" + }, + "盛り上って": { + "w_type": "conjugated godan verb", + "romaji": "moriagatte" + }, + "躍り込ま": { + "w_type": "godan verb stem", + "romaji": "odorikoma" + }, + "躍り込み": { + "w_type": "godan verb stem", + "romaji": "odorikomi" + }, + "躍り込め": { + "w_type": "conjugated godan verb", + "romaji": "odorikome" + }, + "躍り込も": { + "w_type": "godan verb stem", + "romaji": "odorikomo" + }, + "躍り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "odorikonda" + }, + "躍り込んで": { + "w_type": "conjugated godan verb", + "romaji": "odorikonde" + }, + "ねじ曲がら": { + "w_type": "godan verb stem", + "romaji": "nejimagara" + }, + "ねじ曲がり": { + "w_type": "godan verb stem", + "romaji": "nejimagari" + }, + "ねじ曲がれ": { + "w_type": "conjugated godan verb", + "romaji": "nejimagare" + }, + "ねじ曲がろ": { + "w_type": "godan verb stem", + "romaji": "nejimagaro" + }, + "ねじ曲がった": { + "w_type": "conjugated godan verb", + "romaji": "nejimagatta" + }, + "ねじ曲がって": { + "w_type": "conjugated godan verb", + "romaji": "nejimagatte" + }, + "暴きださ": { + "w_type": "godan verb stem", + "romaji": "abakidasa" + }, + "暴きだし": { + "w_type": "godan verb stem", + "romaji": "abakidashi" + }, + "暴きだせ": { + "w_type": "conjugated godan verb", + "romaji": "abakidase" + }, + "暴きだそ": { + "w_type": "godan verb stem", + "romaji": "abakidaso" + }, + "暴きだした": { + "w_type": "conjugated godan verb", + "romaji": "abakidashita" + }, + "暴きだして": { + "w_type": "conjugated godan verb", + "romaji": "abakidashite" + }, + "泊まり込ま": { + "w_type": "godan verb stem", + "romaji": "tomarikoma" + }, + "泊まり込み": { + "w_type": "godan verb stem", + "romaji": "tomarikomi" + }, + "泊まり込め": { + "w_type": "conjugated godan verb", + "romaji": "tomarikome" + }, + "泊まり込も": { + "w_type": "godan verb stem", + "romaji": "tomarikomo" + }, + "泊まり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tomarikonda" + }, + "泊まり込んで": { + "w_type": "conjugated godan verb", + "romaji": "tomarikonde" + }, + "手こずら": { + "w_type": "godan verb stem", + "romaji": "tekozura" + }, + "手こずり": { + "w_type": "godan verb stem", + "romaji": "tekozuri" + }, + "手こずれ": { + "w_type": "conjugated godan verb", + "romaji": "tekozure" + }, + "手こずろ": { + "w_type": "godan verb stem", + "romaji": "tekozuro" + }, + "手こずった": { + "w_type": "conjugated godan verb", + "romaji": "tekozutta" + }, + "手こずって": { + "w_type": "conjugated godan verb", + "romaji": "tekozutte" + }, + "返り咲か": { + "w_type": "godan verb stem", + "romaji": "kaerizaka" + }, + "返り咲き": { + "w_type": "godan verb stem", + "romaji": "kaerizaki" + }, + "返り咲け": { + "w_type": "conjugated godan verb", + "romaji": "kaerizake" + }, + "返り咲こ": { + "w_type": "godan verb stem", + "romaji": "kaerizako" + }, + "返り咲いた": { + "w_type": "conjugated godan verb", + "romaji": "kaerizaita" + }, + "返り咲いて": { + "w_type": "conjugated godan verb", + "romaji": "kaerizaite" + }, + "逃さ": { + "w_type": "godan verb stem", + "romaji": "nogasa" + }, + "逃し": { + "w_type": "godan verb stem", + "romaji": "nogashi" + }, + "逃せ": { + "w_type": "conjugated godan verb", + "romaji": "nogase" + }, + "逃そ": { + "w_type": "godan verb stem", + "romaji": "nogaso" + }, + "逃した": { + "w_type": "conjugated godan verb", + "romaji": "nogashita" + }, + "逃して": { + "w_type": "conjugated godan verb", + "romaji": "nogashite" + }, + "組み直さ": { + "w_type": "godan verb stem", + "romaji": "kuminaosa" + }, + "組み直し": { + "w_type": "godan verb stem", + "romaji": "kuminaoshi" + }, + "組み直せ": { + "w_type": "conjugated godan verb", + "romaji": "kuminaose" + }, + "組み直そ": { + "w_type": "godan verb stem", + "romaji": "kuminaoso" + }, + "組み直した": { + "w_type": "conjugated godan verb", + "romaji": "kuminaoshita" + }, + "組み直して": { + "w_type": "conjugated godan verb", + "romaji": "kuminaoshite" + }, + "頷きあわ": { + "w_type": "godan verb stem", + "romaji": "unazukiawa" + }, + "頷きあい": { + "w_type": "godan verb stem", + "romaji": "unazukiai" + }, + "頷きあえ": { + "w_type": "conjugated godan verb", + "romaji": "unazukiae" + }, + "頷きあお": { + "w_type": "godan verb stem", + "romaji": "unazukiao" + }, + "頷きあった": { + "w_type": "conjugated godan verb", + "romaji": "unazukiatta" + }, + "頷きあって": { + "w_type": "conjugated godan verb", + "romaji": "unazukiatte" + }, + "知り合わ": { + "w_type": "godan verb stem", + "romaji": "shiriawa" + }, + "知り合い": { + "w_type": "godan verb stem", + "romaji": "shiriai" + }, + "知り合え": { + "w_type": "conjugated godan verb", + "romaji": "shiriae" + }, + "知り合お": { + "w_type": "godan verb stem", + "romaji": "shiriao" + }, + "知り合った": { + "w_type": "conjugated godan verb", + "romaji": "shiriatta" + }, + "知り合って": { + "w_type": "conjugated godan verb", + "romaji": "shiriatte" + }, + "連れ立た": { + "w_type": "godan verb stem", + "romaji": "tsuredata" + }, + "連れ立ち": { + "w_type": "godan verb stem", + "romaji": "tsuredachi" + }, + "連れ立て": { + "w_type": "conjugated godan verb", + "romaji": "tsuredate" + }, + "連れ立と": { + "w_type": "godan verb stem", + "romaji": "tsuredato" + }, + "連れ立った": { + "w_type": "conjugated godan verb", + "romaji": "tsuredatta" + }, + "連れ立って": { + "w_type": "conjugated godan verb", + "romaji": "tsuredatte" + }, + "息づまら": { + "w_type": "godan verb stem", + "romaji": "ikizumara" + }, + "息づまり": { + "w_type": "godan verb stem", + "romaji": "ikizumari" + }, + "息づまれ": { + "w_type": "conjugated godan verb", + "romaji": "ikizumare" + }, + "息づまろ": { + "w_type": "godan verb stem", + "romaji": "ikizumaro" + }, + "息づまった": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatta" + }, + "息づまって": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatte" + }, + "溺れ死な": { + "w_type": "godan verb stem", + "romaji": "oborejina" + }, + "溺れ死に": { + "w_type": "godan verb stem", + "romaji": "oborejini" + }, + "溺れ死ね": { + "w_type": "conjugated godan verb", + "romaji": "oborejine" + }, + "溺れ死の": { + "w_type": "godan verb stem", + "romaji": "oborejino" + }, + "溺れ死んだ": { + "w_type": "conjugated godan verb", + "romaji": "oborejinda" + }, + "溺れ死んで": { + "w_type": "conjugated godan verb", + "romaji": "oborejinde" + }, + "折れ返ら": { + "w_type": "godan verb stem", + "romaji": "orekaera" + }, + "折れ返り": { + "w_type": "godan verb stem", + "romaji": "orekaeri" + }, + "折れ返れ": { + "w_type": "conjugated godan verb", + "romaji": "orekaere" + }, + "折れ返ろ": { + "w_type": "godan verb stem", + "romaji": "orekaero" + }, + "折れ返った": { + "w_type": "conjugated godan verb", + "romaji": "orekaetta" + }, + "折れ返って": { + "w_type": "conjugated godan verb", + "romaji": "orekaette" + }, + "漑が": { + "w_type": "godan verb stem", + "romaji": "sosoga" + }, + "漑ぎ": { + "w_type": "godan verb stem", + "romaji": "sosogi" + }, + "漑げ": { + "w_type": "conjugated godan verb", + "romaji": "sosoge" + }, + "漑ご": { + "w_type": "godan verb stem", + "romaji": "sosogo" + }, + "漑いだ": { + "w_type": "conjugated godan verb", + "romaji": "sosoida" + }, + "漑いで": { + "w_type": "conjugated godan verb", + "romaji": "sosoide" + }, + "語り継が": { + "w_type": "godan verb stem", + "romaji": "kataritsuga" + }, + "語り継ぎ": { + "w_type": "godan verb stem", + "romaji": "kataritsugi" + }, + "語り継げ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsuge" + }, + "語り継ご": { + "w_type": "godan verb stem", + "romaji": "kataritsugo" + }, + "語り継いだ": { + "w_type": "conjugated godan verb", + "romaji": "kataritsuida" + }, + "語り継いで": { + "w_type": "conjugated godan verb", + "romaji": "kataritsuide" + }, + "交ら": { + "w_type": "godan verb stem", + "romaji": "majira" + }, + "交り": { + "w_type": "godan verb stem", + "romaji": "majiri" + }, + "交れ": { + "w_type": "conjugated godan verb", + "romaji": "majire" + }, + "交ろ": { + "w_type": "godan verb stem", + "romaji": "majiro" + }, + "思い至ら": { + "w_type": "godan verb stem", + "romaji": "omoiitara" + }, + "思い至り": { + "w_type": "godan verb stem", + "romaji": "omoiitari" + }, + "思い至れ": { + "w_type": "conjugated godan verb", + "romaji": "omoiitare" + }, + "思い至ろ": { + "w_type": "godan verb stem", + "romaji": "omoiitaro" + }, + "思い至った": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatta" + }, + "思い至って": { + "w_type": "conjugated godan verb", + "romaji": "omoiitatte" + }, + "積ま": { + "w_type": "godan verb stem", + "romaji": "tsuma" + }, + "積み": { + "w_type": "godan verb stem", + "romaji": "tsumi" + }, + "積め": { + "w_type": "conjugated godan verb", + "romaji": "tsume" + }, + "積も": { + "w_type": "godan verb stem", + "romaji": "tsumo" + }, + "積んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsunda" + }, + "積んで": { + "w_type": "conjugated godan verb", + "romaji": "tsunde" + }, + "積ら": { + "w_type": "godan verb stem", + "romaji": "tsumora" + }, + "積り": { + "w_type": "godan verb stem", + "romaji": "tsumori" + }, + "積れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumore" + }, + "積ろ": { + "w_type": "godan verb stem", + "romaji": "tsumoro" + }, + "積った": { + "w_type": "conjugated godan verb", + "romaji": "tsumotta" + }, + "積って": { + "w_type": "conjugated godan verb", + "romaji": "tsumotte" + }, + "掻か": { + "w_type": "godan verb stem", + "romaji": "kaka" + }, + "掻き": { + "w_type": "godan verb stem", + "romaji": "kaki" + }, + "掻け": { + "w_type": "conjugated godan verb", + "romaji": "kake" + }, + "掻こ": { + "w_type": "godan verb stem", + "romaji": "kako" + }, + "掻いた": { + "w_type": "conjugated godan verb", + "romaji": "kaita" + }, + "掻いて": { + "w_type": "conjugated godan verb", + "romaji": "kaite" + }, + "煮え滾ら": { + "w_type": "godan verb stem", + "romaji": "nietagira" + }, + "煮え滾り": { + "w_type": "godan verb stem", + "romaji": "nietagiri" + }, + "煮え滾れ": { + "w_type": "conjugated godan verb", + "romaji": "nietagire" + }, + "煮え滾ろ": { + "w_type": "godan verb stem", + "romaji": "nietagiro" + }, + "煮え滾った": { + "w_type": "conjugated godan verb", + "romaji": "nietagitta" + }, + "煮え滾って": { + "w_type": "conjugated godan verb", + "romaji": "nietagitte" + }, + "寝入ら": { + "w_type": "godan verb stem", + "romaji": "neira" + }, + "寝入り": { + "w_type": "godan verb stem", + "romaji": "neiri" + }, + "寝入れ": { + "w_type": "conjugated godan verb", + "romaji": "neire" + }, + "寝入ろ": { + "w_type": "godan verb stem", + "romaji": "neiro" + }, + "寝入った": { + "w_type": "conjugated godan verb", + "romaji": "neitta" + }, + "寝入って": { + "w_type": "conjugated godan verb", + "romaji": "neitte" + }, + "弱り込ま": { + "w_type": "godan verb stem", + "romaji": "yowarikoma" + }, + "弱り込み": { + "w_type": "godan verb stem", + "romaji": "yowarikomi" + }, + "弱り込め": { + "w_type": "conjugated godan verb", + "romaji": "yowarikome" + }, + "弱り込も": { + "w_type": "godan verb stem", + "romaji": "yowarikomo" + }, + "弱り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yowarikonda" + }, + "弱り込んで": { + "w_type": "conjugated godan verb", + "romaji": "yowarikonde" + }, + "住わ": { + "w_type": "godan verb stem", + "romaji": "sumawa" + }, + "住い": { + "w_type": "godan verb stem", + "romaji": "sumai" + }, + "住え": { + "w_type": "conjugated godan verb", + "romaji": "sumae" + }, + "住お": { + "w_type": "godan verb stem", + "romaji": "sumao" + }, + "住った": { + "w_type": "conjugated godan verb", + "romaji": "sumatta" + }, + "住って": { + "w_type": "conjugated godan verb", + "romaji": "sumatte" + }, + "聞き入ら": { + "w_type": "godan verb stem", + "romaji": "kikiira" + }, + "聞き入り": { + "w_type": "godan verb stem", + "romaji": "kikiiri" + }, + "聞き入れ": { + "w_type": "conjugated godan verb", + "romaji": "kikiire" + }, + "聞き入ろ": { + "w_type": "godan verb stem", + "romaji": "kikiiro" + }, + "聞き入った": { + "w_type": "conjugated godan verb", + "romaji": "kikiitta" + }, + "聞き入って": { + "w_type": "conjugated godan verb", + "romaji": "kikiitte" + }, + "捩ら": { + "w_type": "godan verb stem", + "romaji": "nejira" + }, + "捩り": { + "w_type": "godan verb stem", + "romaji": "nejiri" + }, + "捩れ": { + "w_type": "conjugated godan verb", + "romaji": "nejire" + }, + "捩ろ": { + "w_type": "godan verb stem", + "romaji": "nejiro" + }, + "捩った": { + "w_type": "conjugated godan verb", + "romaji": "nejitta" + }, + "捩って": { + "w_type": "conjugated godan verb", + "romaji": "nejitte" + }, + "疑ら": { + "w_type": "godan verb stem", + "romaji": "utagura" + }, + "疑り": { + "w_type": "godan verb stem", + "romaji": "utaguri" + }, + "疑れ": { + "w_type": "conjugated godan verb", + "romaji": "utagure" + }, + "疑ろ": { + "w_type": "godan verb stem", + "romaji": "utaguro" + }, + "放り込ま": { + "w_type": "godan verb stem", + "romaji": "hourikoma" + }, + "放り込み": { + "w_type": "godan verb stem", + "romaji": "hourikomi" + }, + "放り込め": { + "w_type": "conjugated godan verb", + "romaji": "hourikome" + }, + "放り込も": { + "w_type": "godan verb stem", + "romaji": "hourikomo" + }, + "放り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hourikonda" + }, + "放り込んで": { + "w_type": "conjugated godan verb", + "romaji": "hourikonde" + }, + "引籠ら": { + "w_type": "godan verb stem", + "romaji": "hikikomora" + }, + "引籠り": { + "w_type": "godan verb stem", + "romaji": "hikikomori" + }, + "引籠れ": { + "w_type": "conjugated godan verb", + "romaji": "hikikomore" + }, + "引籠ろ": { + "w_type": "godan verb stem", + "romaji": "hikikomoro" + }, + "引籠った": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotta" + }, + "引籠って": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotte" + }, + "傷付か": { + "w_type": "godan verb stem", + "romaji": "kizutsuka" + }, + "傷付き": { + "w_type": "godan verb stem", + "romaji": "kizutsuki" + }, + "傷付け": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuke" + }, + "傷付こ": { + "w_type": "godan verb stem", + "romaji": "kizutsuko" + }, + "傷付いた": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuita" + }, + "傷付いて": { + "w_type": "conjugated godan verb", + "romaji": "kizutsuite" + }, + "建て回さ": { + "w_type": "godan verb stem", + "romaji": "tatemawasa" + }, + "建て回し": { + "w_type": "godan verb stem", + "romaji": "tatemawashi" + }, + "建て回せ": { + "w_type": "conjugated godan verb", + "romaji": "tatemawase" + }, + "建て回そ": { + "w_type": "godan verb stem", + "romaji": "tatemawaso" + }, + "建て回した": { + "w_type": "conjugated godan verb", + "romaji": "tatemawashita" + }, + "建て回して": { + "w_type": "conjugated godan verb", + "romaji": "tatemawashite" + }, + "引き裂か": { + "w_type": "godan verb stem", + "romaji": "hikisaka" + }, + "引き裂き": { + "w_type": "godan verb stem", + "romaji": "hikisaki" + }, + "引き裂け": { + "w_type": "conjugated godan verb", + "romaji": "hikisake" + }, + "引き裂こ": { + "w_type": "godan verb stem", + "romaji": "hikisako" + }, + "引き裂いた": { + "w_type": "conjugated godan verb", + "romaji": "hikisaita" + }, + "引き裂いて": { + "w_type": "conjugated godan verb", + "romaji": "hikisaite" + }, + "煩わさ": { + "w_type": "godan verb stem", + "romaji": "wazurawasa" + }, + "煩わし": { + "w_type": "godan verb stem", + "romaji": "wazurawashi" + }, + "煩わせ": { + "w_type": "conjugated godan verb", + "romaji": "wazurawase" + }, + "煩わそ": { + "w_type": "godan verb stem", + "romaji": "wazurawaso" + }, + "煩わした": { + "w_type": "conjugated godan verb", + "romaji": "wazurawashita" + }, + "煩わして": { + "w_type": "conjugated godan verb", + "romaji": "wazurawashite" + }, + "踊り上がら": { + "w_type": "godan verb stem", + "romaji": "odoriagara" + }, + "踊り上がり": { + "w_type": "godan verb stem", + "romaji": "odoriagari" + }, + "踊り上がれ": { + "w_type": "conjugated godan verb", + "romaji": "odoriagare" + }, + "踊り上がろ": { + "w_type": "godan verb stem", + "romaji": "odoriagaro" + }, + "踊り上がった": { + "w_type": "conjugated godan verb", + "romaji": "odoriagatta" + }, + "踊り上がって": { + "w_type": "conjugated godan verb", + "romaji": "odoriagatte" + }, + "強ばら": { + "w_type": "godan verb stem", + "romaji": "kowabara" + }, + "強ばり": { + "w_type": "godan verb stem", + "romaji": "kowabari" + }, + "強ばれ": { + "w_type": "conjugated godan verb", + "romaji": "kowabare" + }, + "強ばろ": { + "w_type": "godan verb stem", + "romaji": "kowabaro" + }, + "強ばった": { + "w_type": "conjugated godan verb", + "romaji": "kowabatta" + }, + "強ばって": { + "w_type": "conjugated godan verb", + "romaji": "kowabatte" + }, + "散蒔か": { + "w_type": "godan verb stem", + "romaji": "baramaka" + }, + "散蒔き": { + "w_type": "godan verb stem", + "romaji": "baramaki" + }, + "散蒔け": { + "w_type": "conjugated godan verb", + "romaji": "baramake" + }, + "散蒔こ": { + "w_type": "godan verb stem", + "romaji": "baramako" + }, + "散蒔いた": { + "w_type": "conjugated godan verb", + "romaji": "baramaita" + }, + "散蒔いて": { + "w_type": "conjugated godan verb", + "romaji": "baramaite" + }, + "意張ら": { + "w_type": "godan verb stem", + "romaji": "ibara" + }, + "意張り": { + "w_type": "godan verb stem", + "romaji": "ibari" + }, + "意張れ": { + "w_type": "conjugated godan verb", + "romaji": "ibare" + }, + "意張ろ": { + "w_type": "godan verb stem", + "romaji": "ibaro" + }, + "意張った": { + "w_type": "conjugated godan verb", + "romaji": "ibatta" + }, + "意張って": { + "w_type": "conjugated godan verb", + "romaji": "ibatte" + }, + "振り込ま": { + "w_type": "godan verb stem", + "romaji": "furikoma" + }, + "振り込み": { + "w_type": "godan verb stem", + "romaji": "furikomi" + }, + "振り込め": { + "w_type": "conjugated godan verb", + "romaji": "furikome" + }, + "振り込も": { + "w_type": "godan verb stem", + "romaji": "furikomo" + }, + "振り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "furikonda" + }, + "振り込んで": { + "w_type": "conjugated godan verb", + "romaji": "furikonde" + }, + "洩らさ": { + "w_type": "godan verb stem", + "romaji": "morasa" + }, + "洩らし": { + "w_type": "godan verb stem", + "romaji": "morashi" + }, + "洩らせ": { + "w_type": "conjugated godan verb", + "romaji": "morase" + }, + "洩らそ": { + "w_type": "godan verb stem", + "romaji": "moraso" + }, + "洩らした": { + "w_type": "conjugated godan verb", + "romaji": "morashita" + }, + "洩らして": { + "w_type": "conjugated godan verb", + "romaji": "morashite" + }, + "茹ら": { + "w_type": "godan verb stem", + "romaji": "yudara" + }, + "茹り": { + "w_type": "godan verb stem", + "romaji": "yudari" + }, + "茹れ": { + "w_type": "conjugated godan verb", + "romaji": "yudare" + }, + "茹ろ": { + "w_type": "godan verb stem", + "romaji": "yudaro" + }, + "茹った": { + "w_type": "conjugated godan verb", + "romaji": "yudatta" + }, + "茹って": { + "w_type": "conjugated godan verb", + "romaji": "yudatte" + }, + "息詰まら": { + "w_type": "godan verb stem", + "romaji": "ikizumara" + }, + "息詰まり": { + "w_type": "godan verb stem", + "romaji": "ikizumari" + }, + "息詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "ikizumare" + }, + "息詰まろ": { + "w_type": "godan verb stem", + "romaji": "ikizumaro" + }, + "息詰まった": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatta" + }, + "息詰まって": { + "w_type": "conjugated godan verb", + "romaji": "ikizumatte" + }, + "篩い落さ": { + "w_type": "godan verb stem", + "romaji": "furuiotosa" + }, + "篩い落し": { + "w_type": "godan verb stem", + "romaji": "furuiotoshi" + }, + "篩い落せ": { + "w_type": "conjugated godan verb", + "romaji": "furuiotose" + }, + "篩い落そ": { + "w_type": "godan verb stem", + "romaji": "furuiotoso" + }, + "篩い落した": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshita" + }, + "篩い落して": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshite" + }, + "取り損なわ": { + "w_type": "godan verb stem", + "romaji": "torisokonawa" + }, + "取り損ない": { + "w_type": "godan verb stem", + "romaji": "torisokonai" + }, + "取り損なえ": { + "w_type": "conjugated godan verb", + "romaji": "torisokonae" + }, + "取り損なお": { + "w_type": "godan verb stem", + "romaji": "torisokonao" + }, + "取り損なった": { + "w_type": "conjugated godan verb", + "romaji": "torisokonatta" + }, + "取り損なって": { + "w_type": "conjugated godan verb", + "romaji": "torisokonatte" + }, + "仰のか": { + "w_type": "godan verb stem", + "romaji": "aonoka" + }, + "仰のき": { + "w_type": "godan verb stem", + "romaji": "aonoki" + }, + "仰のけ": { + "w_type": "conjugated godan verb", + "romaji": "aonoke" + }, + "仰のこ": { + "w_type": "godan verb stem", + "romaji": "aonoko" + }, + "仰のいた": { + "w_type": "conjugated godan verb", + "romaji": "aonoita" + }, + "仰のいて": { + "w_type": "conjugated godan verb", + "romaji": "aonoite" + }, + "食合わ": { + "w_type": "godan verb stem", + "romaji": "kuiawa" + }, + "食合い": { + "w_type": "godan verb stem", + "romaji": "kuiai" + }, + "食合え": { + "w_type": "conjugated godan verb", + "romaji": "kuiae" + }, + "食合お": { + "w_type": "godan verb stem", + "romaji": "kuiao" + }, + "食合った": { + "w_type": "conjugated godan verb", + "romaji": "kuiatta" + }, + "食合って": { + "w_type": "conjugated godan verb", + "romaji": "kuiatte" + }, + "睡ら": { + "w_type": "godan verb stem", + "romaji": "nemura" + }, + "睡り": { + "w_type": "godan verb stem", + "romaji": "nemuri" + }, + "睡れ": { + "w_type": "conjugated godan verb", + "romaji": "nemure" + }, + "睡ろ": { + "w_type": "godan verb stem", + "romaji": "nemuro" + }, + "睡った": { + "w_type": "conjugated godan verb", + "romaji": "nemutta" + }, + "睡って": { + "w_type": "conjugated godan verb", + "romaji": "nemutte" + }, + "趨ら": { + "w_type": "godan verb stem", + "romaji": "hashira" + }, + "趨り": { + "w_type": "godan verb stem", + "romaji": "hashiri" + }, + "趨れ": { + "w_type": "conjugated godan verb", + "romaji": "hashire" + }, + "趨ろ": { + "w_type": "godan verb stem", + "romaji": "hashiro" + }, + "趨った": { + "w_type": "conjugated godan verb", + "romaji": "hashitta" + }, + "趨って": { + "w_type": "conjugated godan verb", + "romaji": "hashitte" + }, + "連立た": { + "w_type": "godan verb stem", + "romaji": "tsuredata" + }, + "連立ち": { + "w_type": "godan verb stem", + "romaji": "tsuredachi" + }, + "連立て": { + "w_type": "conjugated godan verb", + "romaji": "tsuredate" + }, + "連立と": { + "w_type": "godan verb stem", + "romaji": "tsuredato" + }, + "連立った": { + "w_type": "conjugated godan verb", + "romaji": "tsuredatta" + }, + "連立って": { + "w_type": "conjugated godan verb", + "romaji": "tsuredatte" + }, + "趨か": { + "w_type": "godan verb stem", + "romaji": "omomuka" + }, + "趨き": { + "w_type": "godan verb stem", + "romaji": "omomuki" + }, + "趨け": { + "w_type": "conjugated godan verb", + "romaji": "omomuke" + }, + "趨こ": { + "w_type": "godan verb stem", + "romaji": "omomuko" + }, + "趨いた": { + "w_type": "conjugated godan verb", + "romaji": "omomuita" + }, + "趨いて": { + "w_type": "conjugated godan verb", + "romaji": "omomuite" + }, + "攻め落とさ": { + "w_type": "godan verb stem", + "romaji": "semeotosa" + }, + "攻め落とし": { + "w_type": "godan verb stem", + "romaji": "semeotoshi" + }, + "攻め落とせ": { + "w_type": "conjugated godan verb", + "romaji": "semeotose" + }, + "攻め落とそ": { + "w_type": "godan verb stem", + "romaji": "semeotoso" + }, + "攻め落とした": { + "w_type": "conjugated godan verb", + "romaji": "semeotoshita" + }, + "攻め落として": { + "w_type": "conjugated godan verb", + "romaji": "semeotoshite" + }, + "見のがさ": { + "w_type": "godan verb stem", + "romaji": "minogasa" + }, + "見のがし": { + "w_type": "godan verb stem", + "romaji": "minogashi" + }, + "見のがせ": { + "w_type": "conjugated godan verb", + "romaji": "minogase" + }, + "見のがそ": { + "w_type": "godan verb stem", + "romaji": "minogaso" + }, + "見のがした": { + "w_type": "conjugated godan verb", + "romaji": "minogashita" + }, + "見のがして": { + "w_type": "conjugated godan verb", + "romaji": "minogashite" + }, + "死なさ": { + "w_type": "godan verb stem", + "romaji": "shinasa" + }, + "死なし": { + "w_type": "godan verb stem", + "romaji": "shinashi" + }, + "死なせ": { + "w_type": "conjugated godan verb", + "romaji": "shinase" + }, + "死なそ": { + "w_type": "godan verb stem", + "romaji": "shinaso" + }, + "死なした": { + "w_type": "conjugated godan verb", + "romaji": "shinashita" + }, + "死なして": { + "w_type": "conjugated godan verb", + "romaji": "shinashite" + }, + "植え込ま": { + "w_type": "godan verb stem", + "romaji": "uekoma" + }, + "植え込み": { + "w_type": "godan verb stem", + "romaji": "uekomi" + }, + "植え込め": { + "w_type": "conjugated godan verb", + "romaji": "uekome" + }, + "植え込も": { + "w_type": "godan verb stem", + "romaji": "uekomo" + }, + "植え込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uekonda" + }, + "植え込んで": { + "w_type": "conjugated godan verb", + "romaji": "uekonde" + }, + "身籠ら": { + "w_type": "godan verb stem", + "romaji": "migomora" + }, + "身籠り": { + "w_type": "godan verb stem", + "romaji": "migomori" + }, + "身籠れ": { + "w_type": "conjugated godan verb", + "romaji": "migomore" + }, + "身籠ろ": { + "w_type": "godan verb stem", + "romaji": "migomoro" + }, + "身籠った": { + "w_type": "conjugated godan verb", + "romaji": "migomotta" + }, + "身籠って": { + "w_type": "conjugated godan verb", + "romaji": "migomotte" + }, + "浮足立た": { + "w_type": "godan verb stem", + "romaji": "ukiashidata" + }, + "浮足立ち": { + "w_type": "godan verb stem", + "romaji": "ukiashidachi" + }, + "浮足立て": { + "w_type": "conjugated godan verb", + "romaji": "ukiashidate" + }, + "浮足立と": { + "w_type": "godan verb stem", + "romaji": "ukiashidato" + }, + "浮足立った": { + "w_type": "conjugated godan verb", + "romaji": "ukiashidatta" + }, + "浮足立って": { + "w_type": "conjugated godan verb", + "romaji": "ukiashidatte" + }, + "恋い慕わ": { + "w_type": "godan verb stem", + "romaji": "koishitawa" + }, + "恋い慕い": { + "w_type": "godan verb stem", + "romaji": "koishitai" + }, + "恋い慕え": { + "w_type": "conjugated godan verb", + "romaji": "koishitae" + }, + "恋い慕お": { + "w_type": "godan verb stem", + "romaji": "koishitao" + }, + "恋い慕った": { + "w_type": "conjugated godan verb", + "romaji": "koishitatta" + }, + "恋い慕って": { + "w_type": "conjugated godan verb", + "romaji": "koishitatte" + }, + "飛びたた": { + "w_type": "godan verb stem", + "romaji": "tobitata" + }, + "飛びたち": { + "w_type": "godan verb stem", + "romaji": "tobitachi" + }, + "飛びたて": { + "w_type": "conjugated godan verb", + "romaji": "tobitate" + }, + "飛びたと": { + "w_type": "godan verb stem", + "romaji": "tobitato" + }, + "飛びたった": { + "w_type": "conjugated godan verb", + "romaji": "tobitatta" + }, + "飛びたって": { + "w_type": "conjugated godan verb", + "romaji": "tobitatte" + }, + "甘えかから": { + "w_type": "godan verb stem", + "romaji": "amaekakara" + }, + "甘えかかり": { + "w_type": "godan verb stem", + "romaji": "amaekakari" + }, + "甘えかかれ": { + "w_type": "conjugated godan verb", + "romaji": "amaekakare" + }, + "甘えかかろ": { + "w_type": "godan verb stem", + "romaji": "amaekakaro" + }, + "甘えかかった": { + "w_type": "conjugated godan verb", + "romaji": "amaekakatta" + }, + "甘えかかって": { + "w_type": "conjugated godan verb", + "romaji": "amaekakatte" + }, + "寄添わ": { + "w_type": "godan verb stem", + "romaji": "yorisowa" + }, + "寄添い": { + "w_type": "godan verb stem", + "romaji": "yorisoi" + }, + "寄添え": { + "w_type": "conjugated godan verb", + "romaji": "yorisoe" + }, + "寄添お": { + "w_type": "godan verb stem", + "romaji": "yorisoo" + }, + "寄添った": { + "w_type": "conjugated godan verb", + "romaji": "yorisotta" + }, + "寄添って": { + "w_type": "conjugated godan verb", + "romaji": "yorisotte" + }, + "稼ぎ出さ": { + "w_type": "godan verb stem", + "romaji": "kasegidasa" + }, + "稼ぎ出し": { + "w_type": "godan verb stem", + "romaji": "kasegidashi" + }, + "稼ぎ出せ": { + "w_type": "conjugated godan verb", + "romaji": "kasegidase" + }, + "稼ぎ出そ": { + "w_type": "godan verb stem", + "romaji": "kasegidaso" + }, + "稼ぎ出した": { + "w_type": "conjugated godan verb", + "romaji": "kasegidashita" + }, + "稼ぎ出して": { + "w_type": "conjugated godan verb", + "romaji": "kasegidashite" + }, + "教えさとさ": { + "w_type": "godan verb stem", + "romaji": "oshiesatosa" + }, + "教えさとし": { + "w_type": "godan verb stem", + "romaji": "oshiesatoshi" + }, + "教えさとせ": { + "w_type": "conjugated godan verb", + "romaji": "oshiesatose" + }, + "教えさとそ": { + "w_type": "godan verb stem", + "romaji": "oshiesatoso" + }, + "教えさとした": { + "w_type": "conjugated godan verb", + "romaji": "oshiesatoshita" + }, + "教えさとして": { + "w_type": "conjugated godan verb", + "romaji": "oshiesatoshite" + }, + "押さ": { + "w_type": "godan verb stem", + "romaji": "osa" + }, + "押し": { + "w_type": "godan verb stem", + "romaji": "oshi" + }, + "押せ": { + "w_type": "conjugated godan verb", + "romaji": "ose" + }, + "押そ": { + "w_type": "godan verb stem", + "romaji": "oso" + }, + "押した": { + "w_type": "conjugated godan verb", + "romaji": "oshita" + }, + "押して": { + "w_type": "conjugated godan verb", + "romaji": "oshite" + }, + "驕ら": { + "w_type": "godan verb stem", + "romaji": "ogora" + }, + "驕り": { + "w_type": "godan verb stem", + "romaji": "ogori" + }, + "驕れ": { + "w_type": "conjugated godan verb", + "romaji": "ogore" + }, + "驕ろ": { + "w_type": "godan verb stem", + "romaji": "ogoro" + }, + "驕った": { + "w_type": "conjugated godan verb", + "romaji": "ogotta" + }, + "驕って": { + "w_type": "conjugated godan verb", + "romaji": "ogotte" + }, + "狂わさ": { + "w_type": "godan verb stem", + "romaji": "kuruwasa" + }, + "狂わし": { + "w_type": "godan verb stem", + "romaji": "kuruwashi" + }, + "狂わせ": { + "w_type": "conjugated godan verb", + "romaji": "kuruwase" + }, + "狂わそ": { + "w_type": "godan verb stem", + "romaji": "kuruwaso" + }, + "狂わした": { + "w_type": "conjugated godan verb", + "romaji": "kuruwashita" + }, + "狂わして": { + "w_type": "conjugated godan verb", + "romaji": "kuruwashite" + }, + "極め込ま": { + "w_type": "godan verb stem", + "romaji": "kimekoma" + }, + "極め込み": { + "w_type": "godan verb stem", + "romaji": "kimekomi" + }, + "極め込め": { + "w_type": "conjugated godan verb", + "romaji": "kimekome" + }, + "極め込も": { + "w_type": "godan verb stem", + "romaji": "kimekomo" + }, + "極め込んだ": { + "w_type": "conjugated godan verb", + "romaji": "kimekonda" + }, + "極め込んで": { + "w_type": "conjugated godan verb", + "romaji": "kimekonde" + }, + "忍び入ら": { + "w_type": "godan verb stem", + "romaji": "shinobiira" + }, + "忍び入り": { + "w_type": "godan verb stem", + "romaji": "shinobiiri" + }, + "忍び入れ": { + "w_type": "conjugated godan verb", + "romaji": "shinobiire" + }, + "忍び入ろ": { + "w_type": "godan verb stem", + "romaji": "shinobiiro" + }, + "忍び入った": { + "w_type": "conjugated godan verb", + "romaji": "shinobiitta" + }, + "忍び入って": { + "w_type": "conjugated godan verb", + "romaji": "shinobiitte" + }, + "打ち込ま": { + "w_type": "godan verb stem", + "romaji": "uchikoma" + }, + "打ち込み": { + "w_type": "godan verb stem", + "romaji": "uchikomi" + }, + "打ち込め": { + "w_type": "conjugated godan verb", + "romaji": "uchikome" + }, + "打ち込も": { + "w_type": "godan verb stem", + "romaji": "uchikomo" + }, + "打ち込んだ": { + "w_type": "conjugated godan verb", + "romaji": "uchikonda" + }, + "打ち込んで": { + "w_type": "conjugated godan verb", + "romaji": "uchikonde" + }, + "思いわずらわ": { + "w_type": "godan verb stem", + "romaji": "omoiwazurawa" + }, + "思いわずらい": { + "w_type": "godan verb stem", + "romaji": "omoiwazurai" + }, + "思いわずらえ": { + "w_type": "conjugated godan verb", + "romaji": "omoiwazurae" + }, + "思いわずらお": { + "w_type": "godan verb stem", + "romaji": "omoiwazurao" + }, + "思いわずらった": { + "w_type": "conjugated godan verb", + "romaji": "omoiwazuratta" + }, + "思いわずらって": { + "w_type": "conjugated godan verb", + "romaji": "omoiwazuratte" + }, + "接ぎ足さ": { + "w_type": "godan verb stem", + "romaji": "tsugitasa" + }, + "接ぎ足し": { + "w_type": "godan verb stem", + "romaji": "tsugitashi" + }, + "接ぎ足せ": { + "w_type": "conjugated godan verb", + "romaji": "tsugitase" + }, + "接ぎ足そ": { + "w_type": "godan verb stem", + "romaji": "tsugitaso" + }, + "接ぎ足した": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashita" + }, + "接ぎ足して": { + "w_type": "conjugated godan verb", + "romaji": "tsugitashite" + }, + "履か": { + "w_type": "godan verb stem", + "romaji": "haka" + }, + "履き": { + "w_type": "godan verb stem", + "romaji": "haki" + }, + "履け": { + "w_type": "conjugated godan verb", + "romaji": "hake" + }, + "履こ": { + "w_type": "godan verb stem", + "romaji": "hako" + }, + "履いた": { + "w_type": "conjugated godan verb", + "romaji": "haita" + }, + "履いて": { + "w_type": "conjugated godan verb", + "romaji": "haite" + }, + "引き倒さ": { + "w_type": "godan verb stem", + "romaji": "hikitaosa" + }, + "引き倒し": { + "w_type": "godan verb stem", + "romaji": "hikitaoshi" + }, + "引き倒せ": { + "w_type": "conjugated godan verb", + "romaji": "hikitaose" + }, + "引き倒そ": { + "w_type": "godan verb stem", + "romaji": "hikitaoso" + }, + "引き倒した": { + "w_type": "conjugated godan verb", + "romaji": "hikitaoshita" + }, + "引き倒して": { + "w_type": "conjugated godan verb", + "romaji": "hikitaoshite" + }, + "戦慄か": { + "w_type": "godan verb stem", + "romaji": "wananaka" + }, + "戦慄き": { + "w_type": "godan verb stem", + "romaji": "wananaki" + }, + "戦慄け": { + "w_type": "conjugated godan verb", + "romaji": "wananake" + }, + "戦慄こ": { + "w_type": "godan verb stem", + "romaji": "wananako" + }, + "戦慄いた": { + "w_type": "conjugated godan verb", + "romaji": "wananaita" + }, + "戦慄いて": { + "w_type": "conjugated godan verb", + "romaji": "wananaite" + }, + "出っ張ら": { + "w_type": "godan verb stem", + "romaji": "deppara" + }, + "出っ張り": { + "w_type": "godan verb stem", + "romaji": "deppari" + }, + "出っ張れ": { + "w_type": "conjugated godan verb", + "romaji": "deppare" + }, + "出っ張ろ": { + "w_type": "godan verb stem", + "romaji": "depparo" + }, + "出っ張った": { + "w_type": "conjugated godan verb", + "romaji": "deppatta" + }, + "出っ張って": { + "w_type": "conjugated godan verb", + "romaji": "deppatte" + }, + "突き立た": { + "w_type": "godan verb stem", + "romaji": "tsukitata" + }, + "突き立ち": { + "w_type": "godan verb stem", + "romaji": "tsukitachi" + }, + "突き立て": { + "w_type": "conjugated godan verb", + "romaji": "tsukitate" + }, + "突き立と": { + "w_type": "godan verb stem", + "romaji": "tsukitato" + }, + "突き立った": { + "w_type": "conjugated godan verb", + "romaji": "tsukitatta" + }, + "突き立って": { + "w_type": "conjugated godan verb", + "romaji": "tsukitatte" + }, + "覚えこま": { + "w_type": "godan verb stem", + "romaji": "oboekoma" + }, + "覚えこみ": { + "w_type": "godan verb stem", + "romaji": "oboekomi" + }, + "覚えこめ": { + "w_type": "conjugated godan verb", + "romaji": "oboekome" + }, + "覚えこも": { + "w_type": "godan verb stem", + "romaji": "oboekomo" + }, + "覚えこんだ": { + "w_type": "conjugated godan verb", + "romaji": "oboekonda" + }, + "覚えこんで": { + "w_type": "conjugated godan verb", + "romaji": "oboekonde" + }, + "うなり出さ": { + "w_type": "godan verb stem", + "romaji": "unaridasa" + }, + "うなり出し": { + "w_type": "godan verb stem", + "romaji": "unaridashi" + }, + "うなり出せ": { + "w_type": "conjugated godan verb", + "romaji": "unaridase" + }, + "うなり出そ": { + "w_type": "godan verb stem", + "romaji": "unaridaso" + }, + "うなり出した": { + "w_type": "conjugated godan verb", + "romaji": "unaridashita" + }, + "うなり出して": { + "w_type": "conjugated godan verb", + "romaji": "unaridashite" + }, + "有り合わさ": { + "w_type": "godan verb stem", + "romaji": "ariawasa" + }, + "有り合わし": { + "w_type": "godan verb stem", + "romaji": "ariawashi" + }, + "有り合わせ": { + "w_type": "conjugated godan verb", + "romaji": "ariawase" + }, + "有り合わそ": { + "w_type": "godan verb stem", + "romaji": "ariawaso" + }, + "有り合わした": { + "w_type": "conjugated godan verb", + "romaji": "ariawashita" + }, + "有り合わして": { + "w_type": "conjugated godan verb", + "romaji": "ariawashite" + }, + "轢ら": { + "w_type": "godan verb stem", + "romaji": "kishira" + }, + "轢り": { + "w_type": "godan verb stem", + "romaji": "kishiri" + }, + "轢れ": { + "w_type": "conjugated godan verb", + "romaji": "kishire" + }, + "轢ろ": { + "w_type": "godan verb stem", + "romaji": "kishiro" + }, + "轢った": { + "w_type": "conjugated godan verb", + "romaji": "kishitta" + }, + "轢って": { + "w_type": "conjugated godan verb", + "romaji": "kishitte" + }, + "下掛ら": { + "w_type": "godan verb stem", + "romaji": "shimogakara" + }, + "下掛り": { + "w_type": "godan verb stem", + "romaji": "shimogakari" + }, + "下掛れ": { + "w_type": "conjugated godan verb", + "romaji": "shimogakare" + }, + "下掛ろ": { + "w_type": "godan verb stem", + "romaji": "shimogakaro" + }, + "下掛った": { + "w_type": "conjugated godan verb", + "romaji": "shimogakatta" + }, + "下掛って": { + "w_type": "conjugated godan verb", + "romaji": "shimogakatte" + }, + "こき使わ": { + "w_type": "godan verb stem", + "romaji": "kokitsukawa" + }, + "こき使い": { + "w_type": "godan verb stem", + "romaji": "kokitsukai" + }, + "こき使え": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukae" + }, + "こき使お": { + "w_type": "godan verb stem", + "romaji": "kokitsukao" + }, + "こき使った": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukatta" + }, + "こき使って": { + "w_type": "conjugated godan verb", + "romaji": "kokitsukatte" + }, + "うろつき回ら": { + "w_type": "godan verb stem", + "romaji": "urotsukimawara" + }, + "うろつき回り": { + "w_type": "godan verb stem", + "romaji": "urotsukimawari" + }, + "うろつき回れ": { + "w_type": "conjugated godan verb", + "romaji": "urotsukimaware" + }, + "うろつき回ろ": { + "w_type": "godan verb stem", + "romaji": "urotsukimawaro" + }, + "うろつき回った": { + "w_type": "conjugated godan verb", + "romaji": "urotsukimawatta" + }, + "うろつき回って": { + "w_type": "conjugated godan verb", + "romaji": "urotsukimawatte" + }, + "這入ら": { + "w_type": "godan verb stem", + "romaji": "haira" + }, + "這入り": { + "w_type": "godan verb stem", + "romaji": "hairi" + }, + "這入れ": { + "w_type": "conjugated godan verb", + "romaji": "haire" + }, + "這入ろ": { + "w_type": "godan verb stem", + "romaji": "hairo" + }, + "這入った": { + "w_type": "conjugated godan verb", + "romaji": "haitta" + }, + "這入って": { + "w_type": "conjugated godan verb", + "romaji": "haitte" + }, + "奪い取ら": { + "w_type": "godan verb stem", + "romaji": "ubaitora" + }, + "奪い取り": { + "w_type": "godan verb stem", + "romaji": "ubaitori" + }, + "奪い取れ": { + "w_type": "conjugated godan verb", + "romaji": "ubaitore" + }, + "奪い取ろ": { + "w_type": "godan verb stem", + "romaji": "ubaitoro" + }, + "奪い取った": { + "w_type": "conjugated godan verb", + "romaji": "ubaitotta" + }, + "奪い取って": { + "w_type": "conjugated godan verb", + "romaji": "ubaitotte" + }, + "跼ま": { + "w_type": "godan verb stem", + "romaji": "sekuguma" + }, + "跼み": { + "w_type": "godan verb stem", + "romaji": "sekugumi" + }, + "跼め": { + "w_type": "conjugated godan verb", + "romaji": "sekugume" + }, + "跼も": { + "w_type": "godan verb stem", + "romaji": "sekugumo" + }, + "跼んだ": { + "w_type": "conjugated godan verb", + "romaji": "sekugunda" + }, + "跼んで": { + "w_type": "conjugated godan verb", + "romaji": "sekugunde" + }, + "入れ込ま": { + "w_type": "godan verb stem", + "romaji": "irekoma" + }, + "入れ込み": { + "w_type": "godan verb stem", + "romaji": "irekomi" + }, + "入れ込め": { + "w_type": "conjugated godan verb", + "romaji": "irekome" + }, + "入れ込も": { + "w_type": "godan verb stem", + "romaji": "irekomo" + }, + "入れ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "irekonda" + }, + "入れ込んで": { + "w_type": "conjugated godan verb", + "romaji": "irekonde" + }, + "睨みあわ": { + "w_type": "godan verb stem", + "romaji": "niramiawa" + }, + "睨みあい": { + "w_type": "godan verb stem", + "romaji": "niramiai" + }, + "睨みあえ": { + "w_type": "conjugated godan verb", + "romaji": "niramiae" + }, + "睨みあお": { + "w_type": "godan verb stem", + "romaji": "niramiao" + }, + "睨みあった": { + "w_type": "conjugated godan verb", + "romaji": "niramiatta" + }, + "睨みあって": { + "w_type": "conjugated godan verb", + "romaji": "niramiatte" + }, + "成り下がら": { + "w_type": "godan verb stem", + "romaji": "narisagara" + }, + "成り下がり": { + "w_type": "godan verb stem", + "romaji": "narisagari" + }, + "成り下がれ": { + "w_type": "conjugated godan verb", + "romaji": "narisagare" + }, + "成り下がろ": { + "w_type": "godan verb stem", + "romaji": "narisagaro" + }, + "成り下がった": { + "w_type": "conjugated godan verb", + "romaji": "narisagatta" + }, + "成り下がって": { + "w_type": "conjugated godan verb", + "romaji": "narisagatte" + }, + "上汲ま": { + "w_type": "godan verb stem", + "romaji": "uwaguma" + }, + "上汲み": { + "w_type": "godan verb stem", + "romaji": "uwagumi" + }, + "上汲め": { + "w_type": "conjugated godan verb", + "romaji": "uwagume" + }, + "上汲も": { + "w_type": "godan verb stem", + "romaji": "uwagumo" + }, + "上汲んだ": { + "w_type": "conjugated godan verb", + "romaji": "uwagunda" + }, + "上汲んで": { + "w_type": "conjugated godan verb", + "romaji": "uwagunde" + }, + "巧ま": { + "w_type": "godan verb stem", + "romaji": "takuma" + }, + "巧み": { + "w_type": "godan verb stem", + "romaji": "takumi" + }, + "巧め": { + "w_type": "conjugated godan verb", + "romaji": "takume" + }, + "巧も": { + "w_type": "godan verb stem", + "romaji": "takumo" + }, + "巧んだ": { + "w_type": "conjugated godan verb", + "romaji": "takunda" + }, + "巧んで": { + "w_type": "conjugated godan verb", + "romaji": "takunde" + }, + "考えつか": { + "w_type": "godan verb stem", + "romaji": "kangaetsuka" + }, + "考えつき": { + "w_type": "godan verb stem", + "romaji": "kangaetsuki" + }, + "考えつけ": { + "w_type": "conjugated godan verb", + "romaji": "kangaetsuke" + }, + "考えつこ": { + "w_type": "godan verb stem", + "romaji": "kangaetsuko" + }, + "考えついた": { + "w_type": "conjugated godan verb", + "romaji": "kangaetsuita" + }, + "考えついて": { + "w_type": "conjugated godan verb", + "romaji": "kangaetsuite" + }, + "轟かさ": { + "w_type": "godan verb stem", + "romaji": "todorokasa" + }, + "轟かし": { + "w_type": "godan verb stem", + "romaji": "todorokashi" + }, + "轟かせ": { + "w_type": "conjugated godan verb", + "romaji": "todorokase" + }, + "轟かそ": { + "w_type": "godan verb stem", + "romaji": "todorokaso" + }, + "轟かした": { + "w_type": "conjugated godan verb", + "romaji": "todorokashita" + }, + "轟かして": { + "w_type": "conjugated godan verb", + "romaji": "todorokashite" + }, + "寄切ら": { + "w_type": "godan verb stem", + "romaji": "yorikira" + }, + "寄切り": { + "w_type": "godan verb stem", + "romaji": "yorikiri" + }, + "寄切れ": { + "w_type": "conjugated godan verb", + "romaji": "yorikire" + }, + "寄切ろ": { + "w_type": "godan verb stem", + "romaji": "yorikiro" + }, + "寄切った": { + "w_type": "conjugated godan verb", + "romaji": "yorikitta" + }, + "寄切って": { + "w_type": "conjugated godan verb", + "romaji": "yorikitte" + }, + "織成さ": { + "w_type": "godan verb stem", + "romaji": "orinasa" + }, + "織成し": { + "w_type": "godan verb stem", + "romaji": "orinashi" + }, + "織成せ": { + "w_type": "conjugated godan verb", + "romaji": "orinase" + }, + "織成そ": { + "w_type": "godan verb stem", + "romaji": "orinaso" + }, + "織成した": { + "w_type": "conjugated godan verb", + "romaji": "orinashita" + }, + "織成して": { + "w_type": "conjugated godan verb", + "romaji": "orinashite" + }, + "篩い落とさ": { + "w_type": "godan verb stem", + "romaji": "furuiotosa" + }, + "篩い落とし": { + "w_type": "godan verb stem", + "romaji": "furuiotoshi" + }, + "篩い落とせ": { + "w_type": "conjugated godan verb", + "romaji": "furuiotose" + }, + "篩い落とそ": { + "w_type": "godan verb stem", + "romaji": "furuiotoso" + }, + "篩い落とした": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshita" + }, + "篩い落として": { + "w_type": "conjugated godan verb", + "romaji": "furuiotoshite" + }, + "擦りむか": { + "w_type": "godan verb stem", + "romaji": "surimuka" + }, + "擦りむき": { + "w_type": "godan verb stem", + "romaji": "surimuki" + }, + "擦りむけ": { + "w_type": "conjugated godan verb", + "romaji": "surimuke" + }, + "擦りむこ": { + "w_type": "godan verb stem", + "romaji": "surimuko" + }, + "擦りむいた": { + "w_type": "conjugated godan verb", + "romaji": "surimuita" + }, + "擦りむいて": { + "w_type": "conjugated godan verb", + "romaji": "surimuite" + }, + "投げこま": { + "w_type": "godan verb stem", + "romaji": "nagekoma" + }, + "投げこみ": { + "w_type": "godan verb stem", + "romaji": "nagekomi" + }, + "投げこめ": { + "w_type": "conjugated godan verb", + "romaji": "nagekome" + }, + "投げこも": { + "w_type": "godan verb stem", + "romaji": "nagekomo" + }, + "投げこんだ": { + "w_type": "conjugated godan verb", + "romaji": "nagekonda" + }, + "投げこんで": { + "w_type": "conjugated godan verb", + "romaji": "nagekonde" + }, + "育くま": { + "w_type": "godan verb stem", + "romaji": "hagukuma" + }, + "育くみ": { + "w_type": "godan verb stem", + "romaji": "hagukumi" + }, + "育くめ": { + "w_type": "conjugated godan verb", + "romaji": "hagukume" + }, + "育くも": { + "w_type": "godan verb stem", + "romaji": "hagukumo" + }, + "育くんだ": { + "w_type": "conjugated godan verb", + "romaji": "hagukunda" + }, + "育くんで": { + "w_type": "conjugated godan verb", + "romaji": "hagukunde" + }, + "注ぎ込ま": { + "w_type": "godan verb stem", + "romaji": "sosogikoma" + }, + "注ぎ込み": { + "w_type": "godan verb stem", + "romaji": "sosogikomi" + }, + "注ぎ込め": { + "w_type": "conjugated godan verb", + "romaji": "sosogikome" + }, + "注ぎ込も": { + "w_type": "godan verb stem", + "romaji": "sosogikomo" + }, + "注ぎ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sosogikonda" + }, + "注ぎ込んで": { + "w_type": "conjugated godan verb", + "romaji": "sosogikonde" + }, + "呼び慣らわさ": { + "w_type": "godan verb stem", + "romaji": "yobinarawasa" + }, + "呼び慣らわし": { + "w_type": "godan verb stem", + "romaji": "yobinarawashi" + }, + "呼び慣らわせ": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawase" + }, + "呼び慣らわそ": { + "w_type": "godan verb stem", + "romaji": "yobinarawaso" + }, + "呼び慣らわした": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashita" + }, + "呼び慣らわして": { + "w_type": "conjugated godan verb", + "romaji": "yobinarawashite" + }, + "仕ら": { + "w_type": "godan verb stem", + "romaji": "tsukamatsura" + }, + "仕り": { + "w_type": "godan verb stem", + "romaji": "tsukamatsuri" + }, + "仕れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatsure" + }, + "仕ろ": { + "w_type": "godan verb stem", + "romaji": "tsukamatsuro" + }, + "仕った": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatsutta" + }, + "仕って": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatsutte" + }, + "説き出さ": { + "w_type": "godan verb stem", + "romaji": "tokiidasa" + }, + "説き出し": { + "w_type": "godan verb stem", + "romaji": "tokiidashi" + }, + "説き出せ": { + "w_type": "conjugated godan verb", + "romaji": "tokiidase" + }, + "説き出そ": { + "w_type": "godan verb stem", + "romaji": "tokiidaso" + }, + "説き出した": { + "w_type": "conjugated godan verb", + "romaji": "tokiidashita" + }, + "説き出して": { + "w_type": "conjugated godan verb", + "romaji": "tokiidashite" + }, + "駆出さ": { + "w_type": "godan verb stem", + "romaji": "kakedasa" + }, + "駆出し": { + "w_type": "godan verb stem", + "romaji": "kakedashi" + }, + "駆出せ": { + "w_type": "conjugated godan verb", + "romaji": "kakedase" + }, + "駆出そ": { + "w_type": "godan verb stem", + "romaji": "kakedaso" + }, + "駆出した": { + "w_type": "conjugated godan verb", + "romaji": "kakedashita" + }, + "駆出して": { + "w_type": "conjugated godan verb", + "romaji": "kakedashite" + }, + "形式張ら": { + "w_type": "godan verb stem", + "romaji": "keishikibara" + }, + "形式張り": { + "w_type": "godan verb stem", + "romaji": "keishikibari" + }, + "形式張れ": { + "w_type": "conjugated godan verb", + "romaji": "keishikibare" + }, + "形式張ろ": { + "w_type": "godan verb stem", + "romaji": "keishikibaro" + }, + "形式張った": { + "w_type": "conjugated godan verb", + "romaji": "keishikibatta" + }, + "形式張って": { + "w_type": "conjugated godan verb", + "romaji": "keishikibatte" + }, + "倒れこま": { + "w_type": "godan verb stem", + "romaji": "taorekoma" + }, + "倒れこみ": { + "w_type": "godan verb stem", + "romaji": "taorekomi" + }, + "倒れこめ": { + "w_type": "conjugated godan verb", + "romaji": "taorekome" + }, + "倒れこも": { + "w_type": "godan verb stem", + "romaji": "taorekomo" + }, + "倒れこんだ": { + "w_type": "conjugated godan verb", + "romaji": "taorekonda" + }, + "倒れこんで": { + "w_type": "conjugated godan verb", + "romaji": "taorekonde" + }, + "彩ら": { + "w_type": "godan verb stem", + "romaji": "irodora" + }, + "彩り": { + "w_type": "godan verb stem", + "romaji": "irodori" + }, + "彩れ": { + "w_type": "conjugated godan verb", + "romaji": "irodore" + }, + "彩ろ": { + "w_type": "godan verb stem", + "romaji": "irodoro" + }, + "彩った": { + "w_type": "conjugated godan verb", + "romaji": "irodotta" + }, + "彩って": { + "w_type": "conjugated godan verb", + "romaji": "irodotte" + }, + "首斬ら": { + "w_type": "godan verb stem", + "romaji": "kubikira" + }, + "首斬り": { + "w_type": "godan verb stem", + "romaji": "kubikiri" + }, + "首斬れ": { + "w_type": "conjugated godan verb", + "romaji": "kubikire" + }, + "首斬ろ": { + "w_type": "godan verb stem", + "romaji": "kubikiro" + }, + "首斬った": { + "w_type": "conjugated godan verb", + "romaji": "kubikitta" + }, + "首斬って": { + "w_type": "conjugated godan verb", + "romaji": "kubikitte" + }, + "脅さ": { + "w_type": "godan verb stem", + "romaji": "odosa" + }, + "脅し": { + "w_type": "godan verb stem", + "romaji": "odoshi" + }, + "脅せ": { + "w_type": "conjugated godan verb", + "romaji": "odose" + }, + "脅そ": { + "w_type": "godan verb stem", + "romaji": "odoso" + }, + "脅した": { + "w_type": "conjugated godan verb", + "romaji": "odoshita" + }, + "脅して": { + "w_type": "conjugated godan verb", + "romaji": "odoshite" + }, + "鼓さ": { + "w_type": "godan verb stem", + "romaji": "kosa" + }, + "鼓し": { + "w_type": "godan verb stem", + "romaji": "koshi" + }, + "鼓せ": { + "w_type": "conjugated godan verb", + "romaji": "kose" + }, + "鼓そ": { + "w_type": "godan verb stem", + "romaji": "koso" + }, + "鼓した": { + "w_type": "conjugated godan verb", + "romaji": "koshita" + }, + "鼓して": { + "w_type": "conjugated godan verb", + "romaji": "koshite" + }, + "はめ込ま": { + "w_type": "godan verb stem", + "romaji": "hamekoma" + }, + "はめ込み": { + "w_type": "godan verb stem", + "romaji": "hamekomi" + }, + "はめ込め": { + "w_type": "conjugated godan verb", + "romaji": "hamekome" + }, + "はめ込も": { + "w_type": "godan verb stem", + "romaji": "hamekomo" + }, + "はめ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamekonda" + }, + "はめ込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamekonde" + }, + "書き起さ": { + "w_type": "godan verb stem", + "romaji": "kakiokosa" + }, + "書き起し": { + "w_type": "godan verb stem", + "romaji": "kakiokoshi" + }, + "書き起せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokose" + }, + "書き起そ": { + "w_type": "godan verb stem", + "romaji": "kakiokoso" + }, + "書き起した": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshita" + }, + "書き起して": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshite" + }, + "呼び起さ": { + "w_type": "godan verb stem", + "romaji": "yobiokosa" + }, + "呼び起し": { + "w_type": "godan verb stem", + "romaji": "yobiokoshi" + }, + "呼び起せ": { + "w_type": "conjugated godan verb", + "romaji": "yobiokose" + }, + "呼び起そ": { + "w_type": "godan verb stem", + "romaji": "yobiokoso" + }, + "呼び起した": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshita" + }, + "呼び起して": { + "w_type": "conjugated godan verb", + "romaji": "yobiokoshite" + }, + "厭わ": { + "w_type": "godan verb stem", + "romaji": "itowa" + }, + "厭い": { + "w_type": "godan verb stem", + "romaji": "itoi" + }, + "厭え": { + "w_type": "conjugated godan verb", + "romaji": "itoe" + }, + "厭お": { + "w_type": "godan verb stem", + "romaji": "itoo" + }, + "厭った": { + "w_type": "conjugated godan verb", + "romaji": "itotta" + }, + "厭って": { + "w_type": "conjugated godan verb", + "romaji": "itotte" + }, + "漏れ伝わら": { + "w_type": "godan verb stem", + "romaji": "moretsutawara" + }, + "漏れ伝わり": { + "w_type": "godan verb stem", + "romaji": "moretsutawari" + }, + "漏れ伝われ": { + "w_type": "conjugated godan verb", + "romaji": "moretsutaware" + }, + "漏れ伝わろ": { + "w_type": "godan verb stem", + "romaji": "moretsutawaro" + }, + "漏れ伝わった": { + "w_type": "conjugated godan verb", + "romaji": "moretsutawatta" + }, + "漏れ伝わって": { + "w_type": "conjugated godan verb", + "romaji": "moretsutawatte" + }, + "とり結ば": { + "w_type": "godan verb stem", + "romaji": "torimusuba" + }, + "とり結び": { + "w_type": "godan verb stem", + "romaji": "torimusubi" + }, + "とり結べ": { + "w_type": "conjugated godan verb", + "romaji": "torimusube" + }, + "とり結ぼ": { + "w_type": "godan verb stem", + "romaji": "torimusubo" + }, + "とり結んだ": { + "w_type": "conjugated godan verb", + "romaji": "torimusunda" + }, + "とり結んで": { + "w_type": "conjugated godan verb", + "romaji": "torimusunde" + }, + "向きあわ": { + "w_type": "godan verb stem", + "romaji": "mukiawa" + }, + "向きあい": { + "w_type": "godan verb stem", + "romaji": "mukiai" + }, + "向きあえ": { + "w_type": "conjugated godan verb", + "romaji": "mukiae" + }, + "向きあお": { + "w_type": "godan verb stem", + "romaji": "mukiao" + }, + "向きあった": { + "w_type": "conjugated godan verb", + "romaji": "mukiatta" + }, + "向きあって": { + "w_type": "conjugated godan verb", + "romaji": "mukiatte" + }, + "散らかさ": { + "w_type": "godan verb stem", + "romaji": "chirakasa" + }, + "散らかし": { + "w_type": "godan verb stem", + "romaji": "chirakashi" + }, + "散らかせ": { + "w_type": "conjugated godan verb", + "romaji": "chirakase" + }, + "散らかそ": { + "w_type": "godan verb stem", + "romaji": "chirakaso" + }, + "散らかした": { + "w_type": "conjugated godan verb", + "romaji": "chirakashita" + }, + "散らかして": { + "w_type": "conjugated godan verb", + "romaji": "chirakashite" + }, + "見守ら": { + "w_type": "godan verb stem", + "romaji": "mimamora" + }, + "見守り": { + "w_type": "godan verb stem", + "romaji": "mimamori" + }, + "見守れ": { + "w_type": "conjugated godan verb", + "romaji": "mimamore" + }, + "見守ろ": { + "w_type": "godan verb stem", + "romaji": "mimamoro" + }, + "見守った": { + "w_type": "conjugated godan verb", + "romaji": "mimamotta" + }, + "見守って": { + "w_type": "conjugated godan verb", + "romaji": "mimamotte" + }, + "拓か": { + "w_type": "godan verb stem", + "romaji": "hiraka" + }, + "拓き": { + "w_type": "godan verb stem", + "romaji": "hiraki" + }, + "拓け": { + "w_type": "conjugated godan verb", + "romaji": "hirake" + }, + "拓こ": { + "w_type": "godan verb stem", + "romaji": "hirako" + }, + "拓いた": { + "w_type": "conjugated godan verb", + "romaji": "hiraita" + }, + "拓いて": { + "w_type": "conjugated godan verb", + "romaji": "hiraite" + }, + "嵌まり込ま": { + "w_type": "godan verb stem", + "romaji": "hamarikoma" + }, + "嵌まり込み": { + "w_type": "godan verb stem", + "romaji": "hamarikomi" + }, + "嵌まり込め": { + "w_type": "conjugated godan verb", + "romaji": "hamarikome" + }, + "嵌まり込も": { + "w_type": "godan verb stem", + "romaji": "hamarikomo" + }, + "嵌まり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonda" + }, + "嵌まり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonde" + }, + "濯が": { + "w_type": "godan verb stem", + "romaji": "susuga" + }, + "濯ぎ": { + "w_type": "godan verb stem", + "romaji": "susugi" + }, + "濯げ": { + "w_type": "conjugated godan verb", + "romaji": "susuge" + }, + "濯ご": { + "w_type": "godan verb stem", + "romaji": "susugo" + }, + "濯いだ": { + "w_type": "conjugated godan verb", + "romaji": "susuida" + }, + "濯いで": { + "w_type": "conjugated godan verb", + "romaji": "susuide" + }, + "湧き上がら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "湧き上がり": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "湧き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "湧き上がろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "湧き上がった": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "湧き上がって": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "意気ごま": { + "w_type": "godan verb stem", + "romaji": "ikigoma" + }, + "意気ごみ": { + "w_type": "godan verb stem", + "romaji": "ikigomi" + }, + "意気ごめ": { + "w_type": "conjugated godan verb", + "romaji": "ikigome" + }, + "意気ごも": { + "w_type": "godan verb stem", + "romaji": "ikigomo" + }, + "意気ごんだ": { + "w_type": "conjugated godan verb", + "romaji": "ikigonda" + }, + "意気ごんで": { + "w_type": "conjugated godan verb", + "romaji": "ikigonde" + }, + "騙ら": { + "w_type": "godan verb stem", + "romaji": "katara" + }, + "騙り": { + "w_type": "godan verb stem", + "romaji": "katari" + }, + "騙れ": { + "w_type": "conjugated godan verb", + "romaji": "katare" + }, + "騙ろ": { + "w_type": "godan verb stem", + "romaji": "kataro" + }, + "騙った": { + "w_type": "conjugated godan verb", + "romaji": "katatta" + }, + "騙って": { + "w_type": "conjugated godan verb", + "romaji": "katatte" + }, + "絞りとら": { + "w_type": "godan verb stem", + "romaji": "shiboritora" + }, + "絞りとり": { + "w_type": "godan verb stem", + "romaji": "shiboritori" + }, + "絞りとれ": { + "w_type": "conjugated godan verb", + "romaji": "shiboritore" + }, + "絞りとろ": { + "w_type": "godan verb stem", + "romaji": "shiboritoro" + }, + "絞りとった": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotta" + }, + "絞りとって": { + "w_type": "conjugated godan verb", + "romaji": "shiboritotte" + }, + "遭わ": { + "w_type": "godan verb stem", + "romaji": "awa" + }, + "遭い": { + "w_type": "godan verb stem", + "romaji": "ai" + }, + "遭え": { + "w_type": "conjugated godan verb", + "romaji": "ae" + }, + "遭お": { + "w_type": "godan verb stem", + "romaji": "ao" + }, + "遭った": { + "w_type": "conjugated godan verb", + "romaji": "atta" + }, + "遭って": { + "w_type": "conjugated godan verb", + "romaji": "atte" + }, + "断た": { + "w_type": "godan verb stem", + "romaji": "tata" + }, + "断ち": { + "w_type": "godan verb stem", + "romaji": "tachi" + }, + "断て": { + "w_type": "conjugated godan verb", + "romaji": "tate" + }, + "断と": { + "w_type": "godan verb stem", + "romaji": "tato" + }, + "填まりこま": { + "w_type": "godan verb stem", + "romaji": "hamarikoma" + }, + "填まりこみ": { + "w_type": "godan verb stem", + "romaji": "hamarikomi" + }, + "填まりこめ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikome" + }, + "填まりこも": { + "w_type": "godan verb stem", + "romaji": "hamarikomo" + }, + "填まりこんだ": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonda" + }, + "填まりこんで": { + "w_type": "conjugated godan verb", + "romaji": "hamarikonde" + }, + "見晴らさ": { + "w_type": "godan verb stem", + "romaji": "miharasa" + }, + "見晴らし": { + "w_type": "godan verb stem", + "romaji": "miharashi" + }, + "見晴らせ": { + "w_type": "conjugated godan verb", + "romaji": "miharase" + }, + "見晴らそ": { + "w_type": "godan verb stem", + "romaji": "miharaso" + }, + "見晴らした": { + "w_type": "conjugated godan verb", + "romaji": "miharashita" + }, + "見晴らして": { + "w_type": "conjugated godan verb", + "romaji": "miharashite" + }, + "鞭打た": { + "w_type": "godan verb stem", + "romaji": "muchiuta" + }, + "鞭打ち": { + "w_type": "godan verb stem", + "romaji": "muchiuchi" + }, + "鞭打て": { + "w_type": "conjugated godan verb", + "romaji": "muchiute" + }, + "鞭打と": { + "w_type": "godan verb stem", + "romaji": "muchiuto" + }, + "鞭打った": { + "w_type": "conjugated godan verb", + "romaji": "muchiutta" + }, + "鞭打って": { + "w_type": "conjugated godan verb", + "romaji": "muchiutte" + }, + "遭さ": { + "w_type": "godan verb stem", + "romaji": "awasa" + }, + "遭し": { + "w_type": "godan verb stem", + "romaji": "awashi" + }, + "遭せ": { + "w_type": "conjugated godan verb", + "romaji": "awase" + }, + "遭そ": { + "w_type": "godan verb stem", + "romaji": "awaso" + }, + "遭した": { + "w_type": "conjugated godan verb", + "romaji": "awashita" + }, + "遭して": { + "w_type": "conjugated godan verb", + "romaji": "awashite" + }, + "差し掛ら": { + "w_type": "godan verb stem", + "romaji": "sashikakara" + }, + "差し掛り": { + "w_type": "godan verb stem", + "romaji": "sashikakari" + }, + "差し掛れ": { + "w_type": "conjugated godan verb", + "romaji": "sashikakare" + }, + "差し掛ろ": { + "w_type": "godan verb stem", + "romaji": "sashikakaro" + }, + "差し掛った": { + "w_type": "conjugated godan verb", + "romaji": "sashikakatta" + }, + "差し掛って": { + "w_type": "conjugated godan verb", + "romaji": "sashikakatte" + }, + "征か": { + "w_type": "godan verb stem", + "romaji": "yuka" + }, + "征き": { + "w_type": "godan verb stem", + "romaji": "yuki" + }, + "征け": { + "w_type": "conjugated godan verb", + "romaji": "yuke" + }, + "征こ": { + "w_type": "godan verb stem", + "romaji": "yuko" + }, + "征いた": { + "w_type": "conjugated godan verb", + "romaji": "yuita" + }, + "征いて": { + "w_type": "conjugated godan verb", + "romaji": "yuite" + }, + "望ま": { + "w_type": "godan verb stem", + "romaji": "nozoma" + }, + "望み": { + "w_type": "godan verb stem", + "romaji": "nozomi" + }, + "望め": { + "w_type": "conjugated godan verb", + "romaji": "nozome" + }, + "望も": { + "w_type": "godan verb stem", + "romaji": "nozomo" + }, + "望んだ": { + "w_type": "conjugated godan verb", + "romaji": "nozonda" + }, + "望んで": { + "w_type": "conjugated godan verb", + "romaji": "nozonde" + }, + "追い越さ": { + "w_type": "godan verb stem", + "romaji": "oikosa" + }, + "追い越し": { + "w_type": "godan verb stem", + "romaji": "oikoshi" + }, + "追い越せ": { + "w_type": "conjugated godan verb", + "romaji": "oikose" + }, + "追い越そ": { + "w_type": "godan verb stem", + "romaji": "oikoso" + }, + "追い越した": { + "w_type": "conjugated godan verb", + "romaji": "oikoshita" + }, + "追い越して": { + "w_type": "conjugated godan verb", + "romaji": "oikoshite" + }, + "掃き出さ": { + "w_type": "godan verb stem", + "romaji": "hakidasa" + }, + "掃き出し": { + "w_type": "godan verb stem", + "romaji": "hakidashi" + }, + "掃き出せ": { + "w_type": "conjugated godan verb", + "romaji": "hakidase" + }, + "掃き出そ": { + "w_type": "godan verb stem", + "romaji": "hakidaso" + }, + "掃き出した": { + "w_type": "conjugated godan verb", + "romaji": "hakidashita" + }, + "掃き出して": { + "w_type": "conjugated godan verb", + "romaji": "hakidashite" + }, + "捉まら": { + "w_type": "godan verb stem", + "romaji": "tsukamara" + }, + "捉まり": { + "w_type": "godan verb stem", + "romaji": "tsukamari" + }, + "捉まれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukamare" + }, + "捉まろ": { + "w_type": "godan verb stem", + "romaji": "tsukamaro" + }, + "捉まった": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatta" + }, + "捉まって": { + "w_type": "conjugated godan verb", + "romaji": "tsukamatte" + }, + "殪さ": { + "w_type": "godan verb stem", + "romaji": "taosa" + }, + "殪し": { + "w_type": "godan verb stem", + "romaji": "taoshi" + }, + "殪せ": { + "w_type": "conjugated godan verb", + "romaji": "taose" + }, + "殪そ": { + "w_type": "godan verb stem", + "romaji": "taoso" + }, + "殪した": { + "w_type": "conjugated godan verb", + "romaji": "taoshita" + }, + "殪して": { + "w_type": "conjugated godan verb", + "romaji": "taoshite" + }, + "散らばら": { + "w_type": "godan verb stem", + "romaji": "chirabara" + }, + "散らばり": { + "w_type": "godan verb stem", + "romaji": "chirabari" + }, + "散らばれ": { + "w_type": "conjugated godan verb", + "romaji": "chirabare" + }, + "散らばろ": { + "w_type": "godan verb stem", + "romaji": "chirabaro" + }, + "散らばった": { + "w_type": "conjugated godan verb", + "romaji": "chirabatta" + }, + "散らばって": { + "w_type": "conjugated godan verb", + "romaji": "chirabatte" + }, + "立込ま": { + "w_type": "godan verb stem", + "romaji": "tatekoma" + }, + "立込み": { + "w_type": "godan verb stem", + "romaji": "tatekomi" + }, + "立込め": { + "w_type": "conjugated godan verb", + "romaji": "tatekome" + }, + "立込も": { + "w_type": "godan verb stem", + "romaji": "tatekomo" + }, + "立込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tatekonda" + }, + "立込んで": { + "w_type": "conjugated godan verb", + "romaji": "tatekonde" + }, + "理解しあわ": { + "w_type": "godan verb stem", + "romaji": "rikaishiawa" + }, + "理解しあい": { + "w_type": "godan verb stem", + "romaji": "rikaishiai" + }, + "理解しあえ": { + "w_type": "conjugated godan verb", + "romaji": "rikaishiae" + }, + "理解しあお": { + "w_type": "godan verb stem", + "romaji": "rikaishiao" + }, + "理解しあった": { + "w_type": "conjugated godan verb", + "romaji": "rikaishiatta" + }, + "理解しあって": { + "w_type": "conjugated godan verb", + "romaji": "rikaishiatte" + }, + "踏ん張ら": { + "w_type": "godan verb stem", + "romaji": "funbara" + }, + "踏ん張り": { + "w_type": "godan verb stem", + "romaji": "funbari" + }, + "踏ん張れ": { + "w_type": "conjugated godan verb", + "romaji": "funbare" + }, + "踏ん張ろ": { + "w_type": "godan verb stem", + "romaji": "funbaro" + }, + "踏ん張った": { + "w_type": "conjugated godan verb", + "romaji": "funbatta" + }, + "踏ん張って": { + "w_type": "conjugated godan verb", + "romaji": "funbatte" + }, + "喜ばさ": { + "w_type": "godan verb stem", + "romaji": "yorokobasa" + }, + "喜ばし": { + "w_type": "godan verb stem", + "romaji": "yorokobashi" + }, + "喜ばせ": { + "w_type": "conjugated godan verb", + "romaji": "yorokobase" + }, + "喜ばそ": { + "w_type": "godan verb stem", + "romaji": "yorokobaso" + }, + "喜ばした": { + "w_type": "conjugated godan verb", + "romaji": "yorokobashita" + }, + "喜ばして": { + "w_type": "conjugated godan verb", + "romaji": "yorokobashite" + }, + "割り振ら": { + "w_type": "godan verb stem", + "romaji": "warifura" + }, + "割り振り": { + "w_type": "godan verb stem", + "romaji": "warifuri" + }, + "割り振れ": { + "w_type": "conjugated godan verb", + "romaji": "warifure" + }, + "割り振ろ": { + "w_type": "godan verb stem", + "romaji": "warifuro" + }, + "割り振った": { + "w_type": "conjugated godan verb", + "romaji": "warifutta" + }, + "割り振って": { + "w_type": "conjugated godan verb", + "romaji": "warifutte" + }, + "一杯食わさ": { + "w_type": "godan verb stem", + "romaji": "ippaikuwasa" + }, + "一杯食わし": { + "w_type": "godan verb stem", + "romaji": "ippaikuwashi" + }, + "一杯食わせ": { + "w_type": "conjugated godan verb", + "romaji": "ippaikuwase" + }, + "一杯食わそ": { + "w_type": "godan verb stem", + "romaji": "ippaikuwaso" + }, + "一杯食わした": { + "w_type": "conjugated godan verb", + "romaji": "ippaikuwashita" + }, + "一杯食わして": { + "w_type": "conjugated godan verb", + "romaji": "ippaikuwashite" + }, + "焼き上がら": { + "w_type": "godan verb stem", + "romaji": "yakiagara" + }, + "焼き上がり": { + "w_type": "godan verb stem", + "romaji": "yakiagari" + }, + "焼き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "yakiagare" + }, + "焼き上がろ": { + "w_type": "godan verb stem", + "romaji": "yakiagaro" + }, + "焼き上がった": { + "w_type": "conjugated godan verb", + "romaji": "yakiagatta" + }, + "焼き上がって": { + "w_type": "conjugated godan verb", + "romaji": "yakiagatte" + }, + "疲れ切ら": { + "w_type": "godan verb stem", + "romaji": "tsukarekira" + }, + "疲れ切り": { + "w_type": "godan verb stem", + "romaji": "tsukarekiri" + }, + "疲れ切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsukarekire" + }, + "疲れ切ろ": { + "w_type": "godan verb stem", + "romaji": "tsukarekiro" + }, + "疲れ切った": { + "w_type": "conjugated godan verb", + "romaji": "tsukarekitta" + }, + "疲れ切って": { + "w_type": "conjugated godan verb", + "romaji": "tsukarekitte" + }, + "研が": { + "w_type": "godan verb stem", + "romaji": "toga" + }, + "研ぎ": { + "w_type": "godan verb stem", + "romaji": "togi" + }, + "研げ": { + "w_type": "conjugated godan verb", + "romaji": "toge" + }, + "研ご": { + "w_type": "godan verb stem", + "romaji": "togo" + }, + "研いだ": { + "w_type": "conjugated godan verb", + "romaji": "toida" + }, + "研いで": { + "w_type": "conjugated godan verb", + "romaji": "toide" + }, + "有余ら": { + "w_type": "godan verb stem", + "romaji": "ariamara" + }, + "有余り": { + "w_type": "godan verb stem", + "romaji": "ariamari" + }, + "有余れ": { + "w_type": "conjugated godan verb", + "romaji": "ariamare" + }, + "有余ろ": { + "w_type": "godan verb stem", + "romaji": "ariamaro" + }, + "有余った": { + "w_type": "conjugated godan verb", + "romaji": "ariamatta" + }, + "有余って": { + "w_type": "conjugated godan verb", + "romaji": "ariamatte" + }, + "擦れ違わ": { + "w_type": "godan verb stem", + "romaji": "surechigawa" + }, + "擦れ違い": { + "w_type": "godan verb stem", + "romaji": "surechigai" + }, + "擦れ違え": { + "w_type": "conjugated godan verb", + "romaji": "surechigae" + }, + "擦れ違お": { + "w_type": "godan verb stem", + "romaji": "surechigao" + }, + "擦れ違った": { + "w_type": "conjugated godan verb", + "romaji": "surechigatta" + }, + "擦れ違って": { + "w_type": "conjugated godan verb", + "romaji": "surechigatte" + }, + "掻き起こさ": { + "w_type": "godan verb stem", + "romaji": "kakiokosa" + }, + "掻き起こし": { + "w_type": "godan verb stem", + "romaji": "kakiokoshi" + }, + "掻き起こせ": { + "w_type": "conjugated godan verb", + "romaji": "kakiokose" + }, + "掻き起こそ": { + "w_type": "godan verb stem", + "romaji": "kakiokoso" + }, + "掻き起こした": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshita" + }, + "掻き起こして": { + "w_type": "conjugated godan verb", + "romaji": "kakiokoshite" + }, + "留め置か": { + "w_type": "godan verb stem", + "romaji": "tomeoka" + }, + "留め置き": { + "w_type": "godan verb stem", + "romaji": "tomeoki" + }, + "留め置け": { + "w_type": "conjugated godan verb", + "romaji": "tomeoke" + }, + "留め置こ": { + "w_type": "godan verb stem", + "romaji": "tomeoko" + }, + "留め置いた": { + "w_type": "conjugated godan verb", + "romaji": "tomeoita" + }, + "留め置いて": { + "w_type": "conjugated godan verb", + "romaji": "tomeoite" + }, + "潜りこま": { + "w_type": "godan verb stem", + "romaji": "mogurikoma" + }, + "潜りこみ": { + "w_type": "godan verb stem", + "romaji": "mogurikomi" + }, + "潜りこめ": { + "w_type": "conjugated godan verb", + "romaji": "mogurikome" + }, + "潜りこも": { + "w_type": "godan verb stem", + "romaji": "mogurikomo" + }, + "潜りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "mogurikonda" + }, + "潜りこんで": { + "w_type": "conjugated godan verb", + "romaji": "mogurikonde" + }, + "競合わ": { + "w_type": "godan verb stem", + "romaji": "seriawa" + }, + "競合い": { + "w_type": "godan verb stem", + "romaji": "seriai" + }, + "競合え": { + "w_type": "conjugated godan verb", + "romaji": "seriae" + }, + "競合お": { + "w_type": "godan verb stem", + "romaji": "seriao" + }, + "競合った": { + "w_type": "conjugated godan verb", + "romaji": "seriatta" + }, + "競合って": { + "w_type": "conjugated godan verb", + "romaji": "seriatte" + }, + "為尽くさ": { + "w_type": "godan verb stem", + "romaji": "shitsukusa" + }, + "為尽くし": { + "w_type": "godan verb stem", + "romaji": "shitsukushi" + }, + "為尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "shitsukuse" + }, + "為尽くそ": { + "w_type": "godan verb stem", + "romaji": "shitsukuso" + }, + "為尽くした": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushita" + }, + "為尽くして": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushite" + }, + "戸惑わ": { + "w_type": "godan verb stem", + "romaji": "tomadowa" + }, + "戸惑い": { + "w_type": "godan verb stem", + "romaji": "tomadoi" + }, + "戸惑え": { + "w_type": "conjugated godan verb", + "romaji": "tomadoe" + }, + "戸惑お": { + "w_type": "godan verb stem", + "romaji": "tomadoo" + }, + "戸惑った": { + "w_type": "conjugated godan verb", + "romaji": "tomadotta" + }, + "戸惑って": { + "w_type": "conjugated godan verb", + "romaji": "tomadotte" + }, + "学びとら": { + "w_type": "godan verb stem", + "romaji": "manabitora" + }, + "学びとり": { + "w_type": "godan verb stem", + "romaji": "manabitori" + }, + "学びとれ": { + "w_type": "conjugated godan verb", + "romaji": "manabitore" + }, + "学びとろ": { + "w_type": "godan verb stem", + "romaji": "manabitoro" + }, + "学びとった": { + "w_type": "conjugated godan verb", + "romaji": "manabitotta" + }, + "学びとって": { + "w_type": "conjugated godan verb", + "romaji": "manabitotte" + }, + "飛び歩か": { + "w_type": "godan verb stem", + "romaji": "tobiaruka" + }, + "飛び歩き": { + "w_type": "godan verb stem", + "romaji": "tobiaruki" + }, + "飛び歩け": { + "w_type": "conjugated godan verb", + "romaji": "tobiaruke" + }, + "飛び歩こ": { + "w_type": "godan verb stem", + "romaji": "tobiaruko" + }, + "飛び歩いた": { + "w_type": "conjugated godan verb", + "romaji": "tobiaruita" + }, + "飛び歩いて": { + "w_type": "conjugated godan verb", + "romaji": "tobiaruite" + }, + "刺通さ": { + "w_type": "godan verb stem", + "romaji": "sashitoosa" + }, + "刺通し": { + "w_type": "godan verb stem", + "romaji": "sashitooshi" + }, + "刺通せ": { + "w_type": "conjugated godan verb", + "romaji": "sashitoose" + }, + "刺通そ": { + "w_type": "godan verb stem", + "romaji": "sashitooso" + }, + "刺通した": { + "w_type": "conjugated godan verb", + "romaji": "sashitooshita" + }, + "刺通して": { + "w_type": "conjugated godan verb", + "romaji": "sashitooshite" + }, + "聞か": { + "w_type": "godan verb stem", + "romaji": "kika" + }, + "聞き": { + "w_type": "godan verb stem", + "romaji": "kiki" + }, + "聞け": { + "w_type": "conjugated godan verb", + "romaji": "kike" + }, + "聞こ": { + "w_type": "godan verb stem", + "romaji": "kiko" + }, + "聞いた": { + "w_type": "conjugated godan verb", + "romaji": "kiita" + }, + "聞いて": { + "w_type": "conjugated godan verb", + "romaji": "kiite" + }, + "まとい付か": { + "w_type": "godan verb stem", + "romaji": "matoitsuka" + }, + "まとい付き": { + "w_type": "godan verb stem", + "romaji": "matoitsuki" + }, + "まとい付け": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuke" + }, + "まとい付こ": { + "w_type": "godan verb stem", + "romaji": "matoitsuko" + }, + "まとい付いた": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuita" + }, + "まとい付いて": { + "w_type": "conjugated godan verb", + "romaji": "matoitsuite" + }, + "書き綴ら": { + "w_type": "godan verb stem", + "romaji": "kakitsuzura" + }, + "書き綴り": { + "w_type": "godan verb stem", + "romaji": "kakitsuzuri" + }, + "書き綴れ": { + "w_type": "conjugated godan verb", + "romaji": "kakitsuzure" + }, + "書き綴ろ": { + "w_type": "godan verb stem", + "romaji": "kakitsuzuro" + }, + "書き綴った": { + "w_type": "conjugated godan verb", + "romaji": "kakitsuzutta" + }, + "書き綴って": { + "w_type": "conjugated godan verb", + "romaji": "kakitsuzutte" + }, + "潰さ": { + "w_type": "godan verb stem", + "romaji": "tsubusa" + }, + "潰し": { + "w_type": "godan verb stem", + "romaji": "tsubushi" + }, + "潰せ": { + "w_type": "conjugated godan verb", + "romaji": "tsubuse" + }, + "潰そ": { + "w_type": "godan verb stem", + "romaji": "tsubuso" + }, + "潰した": { + "w_type": "conjugated godan verb", + "romaji": "tsubushita" + }, + "潰して": { + "w_type": "conjugated godan verb", + "romaji": "tsubushite" + }, + "取り掛ら": { + "w_type": "godan verb stem", + "romaji": "torikakara" + }, + "取り掛り": { + "w_type": "godan verb stem", + "romaji": "torikakari" + }, + "取り掛れ": { + "w_type": "conjugated godan verb", + "romaji": "torikakare" + }, + "取り掛ろ": { + "w_type": "godan verb stem", + "romaji": "torikakaro" + }, + "取り掛った": { + "w_type": "conjugated godan verb", + "romaji": "torikakatta" + }, + "取り掛って": { + "w_type": "conjugated godan verb", + "romaji": "torikakatte" + }, + "繰回さ": { + "w_type": "godan verb stem", + "romaji": "kurimawasa" + }, + "繰回し": { + "w_type": "godan verb stem", + "romaji": "kurimawashi" + }, + "繰回せ": { + "w_type": "conjugated godan verb", + "romaji": "kurimawase" + }, + "繰回そ": { + "w_type": "godan verb stem", + "romaji": "kurimawaso" + }, + "繰回した": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashita" + }, + "繰回して": { + "w_type": "conjugated godan verb", + "romaji": "kurimawashite" + }, + "割り込ま": { + "w_type": "godan verb stem", + "romaji": "warikoma" + }, + "割り込み": { + "w_type": "godan verb stem", + "romaji": "warikomi" + }, + "割り込め": { + "w_type": "conjugated godan verb", + "romaji": "warikome" + }, + "割り込も": { + "w_type": "godan verb stem", + "romaji": "warikomo" + }, + "割り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "warikonda" + }, + "割り込んで": { + "w_type": "conjugated godan verb", + "romaji": "warikonde" + }, + "追抜か": { + "w_type": "godan verb stem", + "romaji": "oinuka" + }, + "追抜き": { + "w_type": "godan verb stem", + "romaji": "oinuki" + }, + "追抜け": { + "w_type": "conjugated godan verb", + "romaji": "oinuke" + }, + "追抜こ": { + "w_type": "godan verb stem", + "romaji": "oinuko" + }, + "追抜いた": { + "w_type": "conjugated godan verb", + "romaji": "oinuita" + }, + "追抜いて": { + "w_type": "conjugated godan verb", + "romaji": "oinuite" + }, + "引き出さ": { + "w_type": "godan verb stem", + "romaji": "hikidasa" + }, + "引き出し": { + "w_type": "godan verb stem", + "romaji": "hikidashi" + }, + "引き出せ": { + "w_type": "conjugated godan verb", + "romaji": "hikidase" + }, + "引き出そ": { + "w_type": "godan verb stem", + "romaji": "hikidaso" + }, + "引き出した": { + "w_type": "conjugated godan verb", + "romaji": "hikidashita" + }, + "引き出して": { + "w_type": "conjugated godan verb", + "romaji": "hikidashite" + }, + "衒わ": { + "w_type": "godan verb stem", + "romaji": "terawa" + }, + "衒い": { + "w_type": "godan verb stem", + "romaji": "terai" + }, + "衒え": { + "w_type": "conjugated godan verb", + "romaji": "terae" + }, + "衒お": { + "w_type": "godan verb stem", + "romaji": "terao" + }, + "衒った": { + "w_type": "conjugated godan verb", + "romaji": "teratta" + }, + "衒って": { + "w_type": "conjugated godan verb", + "romaji": "teratte" + }, + "慣れ親しま": { + "w_type": "godan verb stem", + "romaji": "nareshitashima" + }, + "慣れ親しみ": { + "w_type": "godan verb stem", + "romaji": "nareshitashimi" + }, + "慣れ親しめ": { + "w_type": "conjugated godan verb", + "romaji": "nareshitashime" + }, + "慣れ親しも": { + "w_type": "godan verb stem", + "romaji": "nareshitashimo" + }, + "慣れ親しんだ": { + "w_type": "conjugated godan verb", + "romaji": "nareshitashinda" + }, + "慣れ親しんで": { + "w_type": "conjugated godan verb", + "romaji": "nareshitashinde" + }, + "勝ち取ら": { + "w_type": "godan verb stem", + "romaji": "kachitora" + }, + "勝ち取り": { + "w_type": "godan verb stem", + "romaji": "kachitori" + }, + "勝ち取れ": { + "w_type": "conjugated godan verb", + "romaji": "kachitore" + }, + "勝ち取ろ": { + "w_type": "godan verb stem", + "romaji": "kachitoro" + }, + "勝ち取った": { + "w_type": "conjugated godan verb", + "romaji": "kachitotta" + }, + "勝ち取って": { + "w_type": "conjugated godan verb", + "romaji": "kachitotte" + }, + "鳴ら": { + "w_type": "godan verb stem", + "romaji": "nara" + }, + "鳴り": { + "w_type": "godan verb stem", + "romaji": "nari" + }, + "鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "nare" + }, + "鳴ろ": { + "w_type": "godan verb stem", + "romaji": "naro" + }, + "鳴った": { + "w_type": "conjugated godan verb", + "romaji": "natta" + }, + "鳴って": { + "w_type": "conjugated godan verb", + "romaji": "natte" + }, + "落付か": { + "w_type": "godan verb stem", + "romaji": "ochitsuka" + }, + "落付き": { + "w_type": "godan verb stem", + "romaji": "ochitsuki" + }, + "落付け": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuke" + }, + "落付こ": { + "w_type": "godan verb stem", + "romaji": "ochitsuko" + }, + "落付いた": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuita" + }, + "落付いて": { + "w_type": "conjugated godan verb", + "romaji": "ochitsuite" + }, + "倣わ": { + "w_type": "godan verb stem", + "romaji": "narawa" + }, + "倣い": { + "w_type": "godan verb stem", + "romaji": "narai" + }, + "倣え": { + "w_type": "conjugated godan verb", + "romaji": "narae" + }, + "倣お": { + "w_type": "godan verb stem", + "romaji": "narao" + }, + "倣った": { + "w_type": "conjugated godan verb", + "romaji": "naratta" + }, + "倣って": { + "w_type": "conjugated godan verb", + "romaji": "naratte" + }, + "鳴か": { + "w_type": "godan verb stem", + "romaji": "naka" + }, + "鳴き": { + "w_type": "godan verb stem", + "romaji": "naki" + }, + "鳴け": { + "w_type": "conjugated godan verb", + "romaji": "nake" + }, + "鳴こ": { + "w_type": "godan verb stem", + "romaji": "nako" + }, + "鳴いた": { + "w_type": "conjugated godan verb", + "romaji": "naita" + }, + "鳴いて": { + "w_type": "conjugated godan verb", + "romaji": "naite" + }, + "化さ": { + "w_type": "godan verb stem", + "romaji": "kasa" + }, + "化し": { + "w_type": "godan verb stem", + "romaji": "kashi" + }, + "化せ": { + "w_type": "conjugated godan verb", + "romaji": "kase" + }, + "化そ": { + "w_type": "godan verb stem", + "romaji": "kaso" + }, + "化した": { + "w_type": "conjugated godan verb", + "romaji": "kashita" + }, + "化して": { + "w_type": "conjugated godan verb", + "romaji": "kashite" + }, + "体裁振ら": { + "w_type": "godan verb stem", + "romaji": "teisaibura" + }, + "体裁振り": { + "w_type": "godan verb stem", + "romaji": "teisaiburi" + }, + "体裁振れ": { + "w_type": "conjugated godan verb", + "romaji": "teisaibure" + }, + "体裁振ろ": { + "w_type": "godan verb stem", + "romaji": "teisaiburo" + }, + "体裁振った": { + "w_type": "conjugated godan verb", + "romaji": "teisaibutta" + }, + "体裁振って": { + "w_type": "conjugated godan verb", + "romaji": "teisaibutte" + }, + "鎔かさ": { + "w_type": "godan verb stem", + "romaji": "wakasa" + }, + "鎔かし": { + "w_type": "godan verb stem", + "romaji": "wakashi" + }, + "鎔かせ": { + "w_type": "conjugated godan verb", + "romaji": "wakase" + }, + "鎔かそ": { + "w_type": "godan verb stem", + "romaji": "wakaso" + }, + "鎔かした": { + "w_type": "conjugated godan verb", + "romaji": "wakashita" + }, + "鎔かして": { + "w_type": "conjugated godan verb", + "romaji": "wakashite" + }, + "謬ら": { + "w_type": "godan verb stem", + "romaji": "ayamara" + }, + "謬り": { + "w_type": "godan verb stem", + "romaji": "ayamari" + }, + "謬れ": { + "w_type": "conjugated godan verb", + "romaji": "ayamare" + }, + "謬ろ": { + "w_type": "godan verb stem", + "romaji": "ayamaro" + }, + "謬った": { + "w_type": "conjugated godan verb", + "romaji": "ayamatta" + }, + "謬って": { + "w_type": "conjugated godan verb", + "romaji": "ayamatte" + }, + "基づか": { + "w_type": "godan verb stem", + "romaji": "motozuka" + }, + "基づき": { + "w_type": "godan verb stem", + "romaji": "motozuki" + }, + "基づけ": { + "w_type": "conjugated godan verb", + "romaji": "motozuke" + }, + "基づこ": { + "w_type": "godan verb stem", + "romaji": "motozuko" + }, + "基づいた": { + "w_type": "conjugated godan verb", + "romaji": "motozuita" + }, + "基づいて": { + "w_type": "conjugated godan verb", + "romaji": "motozuite" + }, + "慄か": { + "w_type": "godan verb stem", + "romaji": "ononoka" + }, + "慄き": { + "w_type": "godan verb stem", + "romaji": "ononoki" + }, + "慄け": { + "w_type": "conjugated godan verb", + "romaji": "ononoke" + }, + "慄こ": { + "w_type": "godan verb stem", + "romaji": "ononoko" + }, + "慄いた": { + "w_type": "conjugated godan verb", + "romaji": "ononoita" + }, + "慄いて": { + "w_type": "conjugated godan verb", + "romaji": "ononoite" + }, + "やせ細ら": { + "w_type": "godan verb stem", + "romaji": "yasehosora" + }, + "やせ細り": { + "w_type": "godan verb stem", + "romaji": "yasehosori" + }, + "やせ細れ": { + "w_type": "conjugated godan verb", + "romaji": "yasehosore" + }, + "やせ細ろ": { + "w_type": "godan verb stem", + "romaji": "yasehosoro" + }, + "やせ細った": { + "w_type": "conjugated godan verb", + "romaji": "yasehosotta" + }, + "やせ細って": { + "w_type": "conjugated godan verb", + "romaji": "yasehosotte" + }, + "徹ら": { + "w_type": "godan verb stem", + "romaji": "toora" + }, + "徹り": { + "w_type": "godan verb stem", + "romaji": "toori" + }, + "徹れ": { + "w_type": "conjugated godan verb", + "romaji": "toore" + }, + "徹ろ": { + "w_type": "godan verb stem", + "romaji": "tooro" + }, + "徹った": { + "w_type": "conjugated godan verb", + "romaji": "tootta" + }, + "徹って": { + "w_type": "conjugated godan verb", + "romaji": "tootte" + }, + "飲みくださ": { + "w_type": "godan verb stem", + "romaji": "nomikudasa" + }, + "飲みくだし": { + "w_type": "godan verb stem", + "romaji": "nomikudashi" + }, + "飲みくだせ": { + "w_type": "conjugated godan verb", + "romaji": "nomikudase" + }, + "飲みくだそ": { + "w_type": "godan verb stem", + "romaji": "nomikudaso" + }, + "飲みくだした": { + "w_type": "conjugated godan verb", + "romaji": "nomikudashita" + }, + "飲みくだして": { + "w_type": "conjugated godan verb", + "romaji": "nomikudashite" + }, + "書き尽くさ": { + "w_type": "godan verb stem", + "romaji": "kakitsukusa" + }, + "書き尽くし": { + "w_type": "godan verb stem", + "romaji": "kakitsukushi" + }, + "書き尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "kakitsukuse" + }, + "書き尽くそ": { + "w_type": "godan verb stem", + "romaji": "kakitsukuso" + }, + "書き尽くした": { + "w_type": "conjugated godan verb", + "romaji": "kakitsukushita" + }, + "書き尽くして": { + "w_type": "conjugated godan verb", + "romaji": "kakitsukushite" + }, + "限ら": { + "w_type": "godan verb stem", + "romaji": "kagira" + }, + "限り": { + "w_type": "godan verb stem", + "romaji": "kagiri" + }, + "限れ": { + "w_type": "conjugated godan verb", + "romaji": "kagire" + }, + "限ろ": { + "w_type": "godan verb stem", + "romaji": "kagiro" + }, + "限った": { + "w_type": "conjugated godan verb", + "romaji": "kagitta" + }, + "限って": { + "w_type": "conjugated godan verb", + "romaji": "kagitte" + }, + "澄み渡ら": { + "w_type": "godan verb stem", + "romaji": "sumiwatara" + }, + "澄み渡り": { + "w_type": "godan verb stem", + "romaji": "sumiwatari" + }, + "澄み渡れ": { + "w_type": "conjugated godan verb", + "romaji": "sumiwatare" + }, + "澄み渡ろ": { + "w_type": "godan verb stem", + "romaji": "sumiwataro" + }, + "澄み渡った": { + "w_type": "conjugated godan verb", + "romaji": "sumiwatatta" + }, + "澄み渡って": { + "w_type": "conjugated godan verb", + "romaji": "sumiwatatte" + }, + "徹さ": { + "w_type": "godan verb stem", + "romaji": "toosa" + }, + "徹し": { + "w_type": "godan verb stem", + "romaji": "tooshi" + }, + "徹せ": { + "w_type": "conjugated godan verb", + "romaji": "toose" + }, + "徹そ": { + "w_type": "godan verb stem", + "romaji": "tooso" + }, + "徹した": { + "w_type": "conjugated godan verb", + "romaji": "tooshita" + }, + "徹して": { + "w_type": "conjugated godan verb", + "romaji": "tooshite" + }, + "時めかさ": { + "w_type": "godan verb stem", + "romaji": "tokimekasa" + }, + "時めかし": { + "w_type": "godan verb stem", + "romaji": "tokimekashi" + }, + "時めかせ": { + "w_type": "conjugated godan verb", + "romaji": "tokimekase" + }, + "時めかそ": { + "w_type": "godan verb stem", + "romaji": "tokimekaso" + }, + "時めかした": { + "w_type": "conjugated godan verb", + "romaji": "tokimekashita" + }, + "時めかして": { + "w_type": "conjugated godan verb", + "romaji": "tokimekashite" + }, + "独り言た": { + "w_type": "godan verb stem", + "romaji": "hitorigota" + }, + "独り言ち": { + "w_type": "godan verb stem", + "romaji": "hitorigochi" + }, + "独り言て": { + "w_type": "conjugated godan verb", + "romaji": "hitorigote" + }, + "独り言と": { + "w_type": "godan verb stem", + "romaji": "hitorigoto" + }, + "独り言った": { + "w_type": "conjugated godan verb", + "romaji": "hitorigotta" + }, + "独り言って": { + "w_type": "conjugated godan verb", + "romaji": "hitorigotte" + }, + "転がら": { + "w_type": "godan verb stem", + "romaji": "korogara" + }, + "転がり": { + "w_type": "godan verb stem", + "romaji": "korogari" + }, + "転がれ": { + "w_type": "conjugated godan verb", + "romaji": "korogare" + }, + "転がろ": { + "w_type": "godan verb stem", + "romaji": "korogaro" + }, + "転がった": { + "w_type": "conjugated godan verb", + "romaji": "korogatta" + }, + "転がって": { + "w_type": "conjugated godan verb", + "romaji": "korogatte" + }, + "乗り出さ": { + "w_type": "godan verb stem", + "romaji": "noridasa" + }, + "乗り出し": { + "w_type": "godan verb stem", + "romaji": "noridashi" + }, + "乗り出せ": { + "w_type": "conjugated godan verb", + "romaji": "noridase" + }, + "乗り出そ": { + "w_type": "godan verb stem", + "romaji": "noridaso" + }, + "乗り出した": { + "w_type": "conjugated godan verb", + "romaji": "noridashita" + }, + "乗り出して": { + "w_type": "conjugated godan verb", + "romaji": "noridashite" + }, + "降りださ": { + "w_type": "godan verb stem", + "romaji": "furidasa" + }, + "降りだし": { + "w_type": "godan verb stem", + "romaji": "furidashi" + }, + "降りだせ": { + "w_type": "conjugated godan verb", + "romaji": "furidase" + }, + "降りだそ": { + "w_type": "godan verb stem", + "romaji": "furidaso" + }, + "降りだした": { + "w_type": "conjugated godan verb", + "romaji": "furidashita" + }, + "降りだして": { + "w_type": "conjugated godan verb", + "romaji": "furidashite" + }, + "勝た": { + "w_type": "godan verb stem", + "romaji": "kata" + }, + "勝ち": { + "w_type": "godan verb stem", + "romaji": "kachi" + }, + "勝て": { + "w_type": "conjugated godan verb", + "romaji": "kate" + }, + "勝と": { + "w_type": "godan verb stem", + "romaji": "kato" + }, + "怖気立た": { + "w_type": "godan verb stem", + "romaji": "ozokedata" + }, + "怖気立ち": { + "w_type": "godan verb stem", + "romaji": "ozokedachi" + }, + "怖気立て": { + "w_type": "conjugated godan verb", + "romaji": "ozokedate" + }, + "怖気立と": { + "w_type": "godan verb stem", + "romaji": "ozokedato" + }, + "怖気立った": { + "w_type": "conjugated godan verb", + "romaji": "ozokedatta" + }, + "怖気立って": { + "w_type": "conjugated godan verb", + "romaji": "ozokedatte" + }, + "嫁が": { + "w_type": "godan verb stem", + "romaji": "totsuga" + }, + "嫁ぎ": { + "w_type": "godan verb stem", + "romaji": "totsugi" + }, + "嫁げ": { + "w_type": "conjugated godan verb", + "romaji": "totsuge" + }, + "嫁ご": { + "w_type": "godan verb stem", + "romaji": "totsugo" + }, + "嫁いだ": { + "w_type": "conjugated godan verb", + "romaji": "totsuida" + }, + "嫁いで": { + "w_type": "conjugated godan verb", + "romaji": "totsuide" + }, + "言い渡さ": { + "w_type": "godan verb stem", + "romaji": "iiwatasa" + }, + "言い渡し": { + "w_type": "godan verb stem", + "romaji": "iiwatashi" + }, + "言い渡せ": { + "w_type": "conjugated godan verb", + "romaji": "iiwatase" + }, + "言い渡そ": { + "w_type": "godan verb stem", + "romaji": "iiwataso" + }, + "言い渡した": { + "w_type": "conjugated godan verb", + "romaji": "iiwatashita" + }, + "言い渡して": { + "w_type": "conjugated godan verb", + "romaji": "iiwatashite" + }, + "拗じら": { + "w_type": "godan verb stem", + "romaji": "nejira" + }, + "拗じり": { + "w_type": "godan verb stem", + "romaji": "nejiri" + }, + "拗じれ": { + "w_type": "conjugated godan verb", + "romaji": "nejire" + }, + "拗じろ": { + "w_type": "godan verb stem", + "romaji": "nejiro" + }, + "拗じった": { + "w_type": "conjugated godan verb", + "romaji": "nejitta" + }, + "拗じって": { + "w_type": "conjugated godan verb", + "romaji": "nejitte" + }, + "合わさら": { + "w_type": "godan verb stem", + "romaji": "awasara" + }, + "合わさり": { + "w_type": "godan verb stem", + "romaji": "awasari" + }, + "合わされ": { + "w_type": "conjugated godan verb", + "romaji": "awasare" + }, + "合わさろ": { + "w_type": "godan verb stem", + "romaji": "awasaro" + }, + "合わさった": { + "w_type": "conjugated godan verb", + "romaji": "awasatta" + }, + "合わさって": { + "w_type": "conjugated godan verb", + "romaji": "awasatte" + }, + "消え残ら": { + "w_type": "godan verb stem", + "romaji": "kienokora" + }, + "消え残り": { + "w_type": "godan verb stem", + "romaji": "kienokori" + }, + "消え残れ": { + "w_type": "conjugated godan verb", + "romaji": "kienokore" + }, + "消え残ろ": { + "w_type": "godan verb stem", + "romaji": "kienokoro" + }, + "消え残った": { + "w_type": "conjugated godan verb", + "romaji": "kienokotta" + }, + "消え残って": { + "w_type": "conjugated godan verb", + "romaji": "kienokotte" + }, + "呶鳴ら": { + "w_type": "godan verb stem", + "romaji": "donara" + }, + "呶鳴り": { + "w_type": "godan verb stem", + "romaji": "donari" + }, + "呶鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "donare" + }, + "呶鳴ろ": { + "w_type": "godan verb stem", + "romaji": "donaro" + }, + "呶鳴った": { + "w_type": "conjugated godan verb", + "romaji": "donatta" + }, + "呶鳴って": { + "w_type": "conjugated godan verb", + "romaji": "donatte" + }, + "振切ら": { + "w_type": "godan verb stem", + "romaji": "furikira" + }, + "振切り": { + "w_type": "godan verb stem", + "romaji": "furikiri" + }, + "振切れ": { + "w_type": "conjugated godan verb", + "romaji": "furikire" + }, + "振切ろ": { + "w_type": "godan verb stem", + "romaji": "furikiro" + }, + "振切った": { + "w_type": "conjugated godan verb", + "romaji": "furikitta" + }, + "振切って": { + "w_type": "conjugated godan verb", + "romaji": "furikitte" + }, + "預から": { + "w_type": "godan verb stem", + "romaji": "azukara" + }, + "預かり": { + "w_type": "godan verb stem", + "romaji": "azukari" + }, + "預かれ": { + "w_type": "conjugated godan verb", + "romaji": "azukare" + }, + "預かろ": { + "w_type": "godan verb stem", + "romaji": "azukaro" + }, + "預かった": { + "w_type": "conjugated godan verb", + "romaji": "azukatta" + }, + "預かって": { + "w_type": "conjugated godan verb", + "romaji": "azukatte" + }, + "繰下ら": { + "w_type": "godan verb stem", + "romaji": "kurisagara" + }, + "繰下り": { + "w_type": "godan verb stem", + "romaji": "kurisagari" + }, + "繰下れ": { + "w_type": "conjugated godan verb", + "romaji": "kurisagare" + }, + "繰下ろ": { + "w_type": "godan verb stem", + "romaji": "kurisagaro" + }, + "繰下った": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatta" + }, + "繰下って": { + "w_type": "conjugated godan verb", + "romaji": "kurisagatte" + }, + "打返さ": { + "w_type": "godan verb stem", + "romaji": "uchikaesa" + }, + "打返し": { + "w_type": "godan verb stem", + "romaji": "uchikaeshi" + }, + "打返せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikaese" + }, + "打返そ": { + "w_type": "godan verb stem", + "romaji": "uchikaeso" + }, + "打返した": { + "w_type": "conjugated godan verb", + "romaji": "uchikaeshita" + }, + "打返して": { + "w_type": "conjugated godan verb", + "romaji": "uchikaeshite" + }, + "おり立た": { + "w_type": "godan verb stem", + "romaji": "oritata" + }, + "おり立ち": { + "w_type": "godan verb stem", + "romaji": "oritachi" + }, + "おり立て": { + "w_type": "conjugated godan verb", + "romaji": "oritate" + }, + "おり立と": { + "w_type": "godan verb stem", + "romaji": "oritato" + }, + "おり立った": { + "w_type": "conjugated godan verb", + "romaji": "oritatta" + }, + "おり立って": { + "w_type": "conjugated godan verb", + "romaji": "oritatte" + }, + "截ら": { + "w_type": "godan verb stem", + "romaji": "kira" + }, + "截り": { + "w_type": "godan verb stem", + "romaji": "kiri" + }, + "截れ": { + "w_type": "conjugated godan verb", + "romaji": "kire" + }, + "截ろ": { + "w_type": "godan verb stem", + "romaji": "kiro" + }, + "乗回さ": { + "w_type": "godan verb stem", + "romaji": "norimawasa" + }, + "乗回し": { + "w_type": "godan verb stem", + "romaji": "norimawashi" + }, + "乗回せ": { + "w_type": "conjugated godan verb", + "romaji": "norimawase" + }, + "乗回そ": { + "w_type": "godan verb stem", + "romaji": "norimawaso" + }, + "乗回した": { + "w_type": "conjugated godan verb", + "romaji": "norimawashita" + }, + "乗回して": { + "w_type": "conjugated godan verb", + "romaji": "norimawashite" + }, + "放た": { + "w_type": "godan verb stem", + "romaji": "hanata" + }, + "放ち": { + "w_type": "godan verb stem", + "romaji": "hanachi" + }, + "放て": { + "w_type": "conjugated godan verb", + "romaji": "hanate" + }, + "放と": { + "w_type": "godan verb stem", + "romaji": "hanato" + }, + "泣叫ば": { + "w_type": "godan verb stem", + "romaji": "nakisakeba" + }, + "泣叫び": { + "w_type": "godan verb stem", + "romaji": "nakisakebi" + }, + "泣叫べ": { + "w_type": "conjugated godan verb", + "romaji": "nakisakebe" + }, + "泣叫ぼ": { + "w_type": "godan verb stem", + "romaji": "nakisakebo" + }, + "泣叫んだ": { + "w_type": "conjugated godan verb", + "romaji": "nakisakenda" + }, + "泣叫んで": { + "w_type": "conjugated godan verb", + "romaji": "nakisakende" + }, + "押迫ら": { + "w_type": "godan verb stem", + "romaji": "oshisemara" + }, + "押迫り": { + "w_type": "godan verb stem", + "romaji": "oshisemari" + }, + "押迫れ": { + "w_type": "conjugated godan verb", + "romaji": "oshisemare" + }, + "押迫ろ": { + "w_type": "godan verb stem", + "romaji": "oshisemaro" + }, + "押迫った": { + "w_type": "conjugated godan verb", + "romaji": "oshisematta" + }, + "押迫って": { + "w_type": "conjugated godan verb", + "romaji": "oshisematte" + }, + "縫い取ら": { + "w_type": "godan verb stem", + "romaji": "nuitora" + }, + "縫い取り": { + "w_type": "godan verb stem", + "romaji": "nuitori" + }, + "縫い取れ": { + "w_type": "conjugated godan verb", + "romaji": "nuitore" + }, + "縫い取ろ": { + "w_type": "godan verb stem", + "romaji": "nuitoro" + }, + "縫い取った": { + "w_type": "conjugated godan verb", + "romaji": "nuitotta" + }, + "縫い取って": { + "w_type": "conjugated godan verb", + "romaji": "nuitotte" + }, + "乾さ": { + "w_type": "godan verb stem", + "romaji": "hosa" + }, + "乾し": { + "w_type": "godan verb stem", + "romaji": "hoshi" + }, + "乾せ": { + "w_type": "conjugated godan verb", + "romaji": "hose" + }, + "乾そ": { + "w_type": "godan verb stem", + "romaji": "hoso" + }, + "乾した": { + "w_type": "conjugated godan verb", + "romaji": "hoshita" + }, + "乾して": { + "w_type": "conjugated godan verb", + "romaji": "hoshite" + }, + "押し隠さ": { + "w_type": "godan verb stem", + "romaji": "oshikakusa" + }, + "押し隠し": { + "w_type": "godan verb stem", + "romaji": "oshikakushi" + }, + "押し隠せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikakuse" + }, + "押し隠そ": { + "w_type": "godan verb stem", + "romaji": "oshikakuso" + }, + "押し隠した": { + "w_type": "conjugated godan verb", + "romaji": "oshikakushita" + }, + "押し隠して": { + "w_type": "conjugated godan verb", + "romaji": "oshikakushite" + }, + "埋め戻さ": { + "w_type": "godan verb stem", + "romaji": "umemodosa" + }, + "埋め戻し": { + "w_type": "godan verb stem", + "romaji": "umemodoshi" + }, + "埋め戻せ": { + "w_type": "conjugated godan verb", + "romaji": "umemodose" + }, + "埋め戻そ": { + "w_type": "godan verb stem", + "romaji": "umemodoso" + }, + "埋め戻した": { + "w_type": "conjugated godan verb", + "romaji": "umemodoshita" + }, + "埋め戻して": { + "w_type": "conjugated godan verb", + "romaji": "umemodoshite" + }, + "飛びのか": { + "w_type": "godan verb stem", + "romaji": "tobinoka" + }, + "飛びのき": { + "w_type": "godan verb stem", + "romaji": "tobinoki" + }, + "飛びのけ": { + "w_type": "conjugated godan verb", + "romaji": "tobinoke" + }, + "飛びのこ": { + "w_type": "godan verb stem", + "romaji": "tobinoko" + }, + "飛びのいた": { + "w_type": "conjugated godan verb", + "romaji": "tobinoita" + }, + "飛びのいて": { + "w_type": "conjugated godan verb", + "romaji": "tobinoite" + }, + "打負かさ": { + "w_type": "godan verb stem", + "romaji": "uchimakasa" + }, + "打負かし": { + "w_type": "godan verb stem", + "romaji": "uchimakashi" + }, + "打負かせ": { + "w_type": "conjugated godan verb", + "romaji": "uchimakase" + }, + "打負かそ": { + "w_type": "godan verb stem", + "romaji": "uchimakaso" + }, + "打負かした": { + "w_type": "conjugated godan verb", + "romaji": "uchimakashita" + }, + "打負かして": { + "w_type": "conjugated godan verb", + "romaji": "uchimakashite" + }, + "突き動かさ": { + "w_type": "godan verb stem", + "romaji": "tsukiugokasa" + }, + "突き動かし": { + "w_type": "godan verb stem", + "romaji": "tsukiugokashi" + }, + "突き動かせ": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokase" + }, + "突き動かそ": { + "w_type": "godan verb stem", + "romaji": "tsukiugokaso" + }, + "突き動かした": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokashita" + }, + "突き動かして": { + "w_type": "conjugated godan verb", + "romaji": "tsukiugokashite" + }, + "握りつぶさ": { + "w_type": "godan verb stem", + "romaji": "nigiritsubusa" + }, + "握りつぶし": { + "w_type": "godan verb stem", + "romaji": "nigiritsubushi" + }, + "握りつぶせ": { + "w_type": "conjugated godan verb", + "romaji": "nigiritsubuse" + }, + "握りつぶそ": { + "w_type": "godan verb stem", + "romaji": "nigiritsubuso" + }, + "握りつぶした": { + "w_type": "conjugated godan verb", + "romaji": "nigiritsubushita" + }, + "握りつぶして": { + "w_type": "conjugated godan verb", + "romaji": "nigiritsubushite" + }, + "翔ば": { + "w_type": "godan verb stem", + "romaji": "toba" + }, + "翔び": { + "w_type": "godan verb stem", + "romaji": "tobi" + }, + "翔べ": { + "w_type": "conjugated godan verb", + "romaji": "tobe" + }, + "翔ぼ": { + "w_type": "godan verb stem", + "romaji": "tobo" + }, + "翔んだ": { + "w_type": "conjugated godan verb", + "romaji": "tonda" + }, + "翔んで": { + "w_type": "conjugated godan verb", + "romaji": "tonde" + }, + "澄まさ": { + "w_type": "godan verb stem", + "romaji": "sumasa" + }, + "澄まし": { + "w_type": "godan verb stem", + "romaji": "sumashi" + }, + "澄ませ": { + "w_type": "conjugated godan verb", + "romaji": "sumase" + }, + "澄まそ": { + "w_type": "godan verb stem", + "romaji": "sumaso" + }, + "澄ました": { + "w_type": "conjugated godan verb", + "romaji": "sumashita" + }, + "澄まして": { + "w_type": "conjugated godan verb", + "romaji": "sumashite" + }, + "断ち切ら": { + "w_type": "godan verb stem", + "romaji": "tachikira" + }, + "断ち切り": { + "w_type": "godan verb stem", + "romaji": "tachikiri" + }, + "断ち切れ": { + "w_type": "conjugated godan verb", + "romaji": "tachikire" + }, + "断ち切ろ": { + "w_type": "godan verb stem", + "romaji": "tachikiro" + }, + "断ち切った": { + "w_type": "conjugated godan verb", + "romaji": "tachikitta" + }, + "断ち切って": { + "w_type": "conjugated godan verb", + "romaji": "tachikitte" + }, + "驕り高ぶら": { + "w_type": "godan verb stem", + "romaji": "ogoritakabura" + }, + "驕り高ぶり": { + "w_type": "godan verb stem", + "romaji": "ogoritakaburi" + }, + "驕り高ぶれ": { + "w_type": "conjugated godan verb", + "romaji": "ogoritakabure" + }, + "驕り高ぶろ": { + "w_type": "godan verb stem", + "romaji": "ogoritakaburo" + }, + "驕り高ぶった": { + "w_type": "conjugated godan verb", + "romaji": "ogoritakabutta" + }, + "驕り高ぶって": { + "w_type": "conjugated godan verb", + "romaji": "ogoritakabutte" + }, + "想わ": { + "w_type": "godan verb stem", + "romaji": "omowa" + }, + "想い": { + "w_type": "godan verb stem", + "romaji": "omoi" + }, + "想え": { + "w_type": "conjugated godan verb", + "romaji": "omoe" + }, + "想お": { + "w_type": "godan verb stem", + "romaji": "omoo" + }, + "想った": { + "w_type": "conjugated godan verb", + "romaji": "omotta" + }, + "想って": { + "w_type": "conjugated godan verb", + "romaji": "omotte" + }, + "軋ら": { + "w_type": "godan verb stem", + "romaji": "kishira" + }, + "軋り": { + "w_type": "godan verb stem", + "romaji": "kishiri" + }, + "軋れ": { + "w_type": "conjugated godan verb", + "romaji": "kishire" + }, + "軋ろ": { + "w_type": "godan verb stem", + "romaji": "kishiro" + }, + "軋った": { + "w_type": "conjugated godan verb", + "romaji": "kishitta" + }, + "軋って": { + "w_type": "conjugated godan verb", + "romaji": "kishitte" + }, + "絡めとら": { + "w_type": "godan verb stem", + "romaji": "karametora" + }, + "絡めとり": { + "w_type": "godan verb stem", + "romaji": "karametori" + }, + "絡めとれ": { + "w_type": "conjugated godan verb", + "romaji": "karametore" + }, + "絡めとろ": { + "w_type": "godan verb stem", + "romaji": "karametoro" + }, + "絡めとった": { + "w_type": "conjugated godan verb", + "romaji": "karametotta" + }, + "絡めとって": { + "w_type": "conjugated godan verb", + "romaji": "karametotte" + }, + "聞き尽くさ": { + "w_type": "godan verb stem", + "romaji": "kikitsukusa" + }, + "聞き尽くし": { + "w_type": "godan verb stem", + "romaji": "kikitsukushi" + }, + "聞き尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "kikitsukuse" + }, + "聞き尽くそ": { + "w_type": "godan verb stem", + "romaji": "kikitsukuso" + }, + "聞き尽くした": { + "w_type": "conjugated godan verb", + "romaji": "kikitsukushita" + }, + "聞き尽くして": { + "w_type": "conjugated godan verb", + "romaji": "kikitsukushite" + }, + "立ち昇ら": { + "w_type": "godan verb stem", + "romaji": "tachinobora" + }, + "立ち昇り": { + "w_type": "godan verb stem", + "romaji": "tachinobori" + }, + "立ち昇れ": { + "w_type": "conjugated godan verb", + "romaji": "tachinobore" + }, + "立ち昇ろ": { + "w_type": "godan verb stem", + "romaji": "tachinoboro" + }, + "立ち昇った": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotta" + }, + "立ち昇って": { + "w_type": "conjugated godan verb", + "romaji": "tachinobotte" + }, + "翔ら": { + "w_type": "godan verb stem", + "romaji": "kakera" + }, + "翔り": { + "w_type": "godan verb stem", + "romaji": "kakeri" + }, + "翔れ": { + "w_type": "conjugated godan verb", + "romaji": "kakere" + }, + "翔ろ": { + "w_type": "godan verb stem", + "romaji": "kakero" + }, + "翔った": { + "w_type": "conjugated godan verb", + "romaji": "kaketta" + }, + "翔って": { + "w_type": "conjugated godan verb", + "romaji": "kakette" + }, + "背か": { + "w_type": "godan verb stem", + "romaji": "somuka" + }, + "背き": { + "w_type": "godan verb stem", + "romaji": "somuki" + }, + "背け": { + "w_type": "conjugated godan verb", + "romaji": "somuke" + }, + "背こ": { + "w_type": "godan verb stem", + "romaji": "somuko" + }, + "背いた": { + "w_type": "conjugated godan verb", + "romaji": "somuita" + }, + "背いて": { + "w_type": "conjugated godan verb", + "romaji": "somuite" + }, + "旅立た": { + "w_type": "godan verb stem", + "romaji": "tabidata" + }, + "旅立ち": { + "w_type": "godan verb stem", + "romaji": "tabidachi" + }, + "旅立て": { + "w_type": "conjugated godan verb", + "romaji": "tabidate" + }, + "旅立と": { + "w_type": "godan verb stem", + "romaji": "tabidato" + }, + "旅立った": { + "w_type": "conjugated godan verb", + "romaji": "tabidatta" + }, + "旅立って": { + "w_type": "conjugated godan verb", + "romaji": "tabidatte" + }, + "わき出さ": { + "w_type": "godan verb stem", + "romaji": "wakidasa" + }, + "わき出し": { + "w_type": "godan verb stem", + "romaji": "wakidashi" + }, + "わき出せ": { + "w_type": "conjugated godan verb", + "romaji": "wakidase" + }, + "わき出そ": { + "w_type": "godan verb stem", + "romaji": "wakidaso" + }, + "わき出した": { + "w_type": "conjugated godan verb", + "romaji": "wakidashita" + }, + "わき出して": { + "w_type": "conjugated godan verb", + "romaji": "wakidashite" + }, + "見抜か": { + "w_type": "godan verb stem", + "romaji": "minuka" + }, + "見抜き": { + "w_type": "godan verb stem", + "romaji": "minuki" + }, + "見抜け": { + "w_type": "conjugated godan verb", + "romaji": "minuke" + }, + "見抜こ": { + "w_type": "godan verb stem", + "romaji": "minuko" + }, + "見抜いた": { + "w_type": "conjugated godan verb", + "romaji": "minuita" + }, + "見抜いて": { + "w_type": "conjugated godan verb", + "romaji": "minuite" + }, + "舞立た": { + "w_type": "godan verb stem", + "romaji": "maitata" + }, + "舞立ち": { + "w_type": "godan verb stem", + "romaji": "maitachi" + }, + "舞立て": { + "w_type": "conjugated godan verb", + "romaji": "maitate" + }, + "舞立と": { + "w_type": "godan verb stem", + "romaji": "maitato" + }, + "舞立った": { + "w_type": "conjugated godan verb", + "romaji": "maitatta" + }, + "舞立って": { + "w_type": "conjugated godan verb", + "romaji": "maitatte" + }, + "染通ら": { + "w_type": "godan verb stem", + "romaji": "shimitoora" + }, + "染通り": { + "w_type": "godan verb stem", + "romaji": "shimitoori" + }, + "染通れ": { + "w_type": "conjugated godan verb", + "romaji": "shimitoore" + }, + "染通ろ": { + "w_type": "godan verb stem", + "romaji": "shimitooro" + }, + "染通った": { + "w_type": "conjugated godan verb", + "romaji": "shimitootta" + }, + "染通って": { + "w_type": "conjugated godan verb", + "romaji": "shimitootte" + }, + "掘りつくさ": { + "w_type": "godan verb stem", + "romaji": "horitsukusa" + }, + "掘りつくし": { + "w_type": "godan verb stem", + "romaji": "horitsukushi" + }, + "掘りつくせ": { + "w_type": "conjugated godan verb", + "romaji": "horitsukuse" + }, + "掘りつくそ": { + "w_type": "godan verb stem", + "romaji": "horitsukuso" + }, + "掘りつくした": { + "w_type": "conjugated godan verb", + "romaji": "horitsukushita" + }, + "掘りつくして": { + "w_type": "conjugated godan verb", + "romaji": "horitsukushite" + }, + "怒鳴ら": { + "w_type": "godan verb stem", + "romaji": "donara" + }, + "怒鳴り": { + "w_type": "godan verb stem", + "romaji": "donari" + }, + "怒鳴れ": { + "w_type": "conjugated godan verb", + "romaji": "donare" + }, + "怒鳴ろ": { + "w_type": "godan verb stem", + "romaji": "donaro" + }, + "怒鳴った": { + "w_type": "conjugated godan verb", + "romaji": "donatta" + }, + "怒鳴って": { + "w_type": "conjugated godan verb", + "romaji": "donatte" + }, + "骨張ら": { + "w_type": "godan verb stem", + "romaji": "honebara" + }, + "骨張り": { + "w_type": "godan verb stem", + "romaji": "honebari" + }, + "骨張れ": { + "w_type": "conjugated godan verb", + "romaji": "honebare" + }, + "骨張ろ": { + "w_type": "godan verb stem", + "romaji": "honebaro" + }, + "骨張った": { + "w_type": "conjugated godan verb", + "romaji": "honebatta" + }, + "骨張って": { + "w_type": "conjugated godan verb", + "romaji": "honebatte" + }, + "逼ら": { + "w_type": "godan verb stem", + "romaji": "semara" + }, + "逼り": { + "w_type": "godan verb stem", + "romaji": "semari" + }, + "逼れ": { + "w_type": "conjugated godan verb", + "romaji": "semare" + }, + "逼ろ": { + "w_type": "godan verb stem", + "romaji": "semaro" + }, + "逼った": { + "w_type": "conjugated godan verb", + "romaji": "sematta" + }, + "逼って": { + "w_type": "conjugated godan verb", + "romaji": "sematte" + }, + "踏んばら": { + "w_type": "godan verb stem", + "romaji": "funbara" + }, + "踏んばり": { + "w_type": "godan verb stem", + "romaji": "funbari" + }, + "踏んばれ": { + "w_type": "conjugated godan verb", + "romaji": "funbare" + }, + "踏んばろ": { + "w_type": "godan verb stem", + "romaji": "funbaro" + }, + "踏んばった": { + "w_type": "conjugated godan verb", + "romaji": "funbatta" + }, + "踏んばって": { + "w_type": "conjugated godan verb", + "romaji": "funbatte" + }, + "振り離さ": { + "w_type": "godan verb stem", + "romaji": "furihanasa" + }, + "振り離し": { + "w_type": "godan verb stem", + "romaji": "furihanashi" + }, + "振り離せ": { + "w_type": "conjugated godan verb", + "romaji": "furihanase" + }, + "振り離そ": { + "w_type": "godan verb stem", + "romaji": "furihanaso" + }, + "振り離した": { + "w_type": "conjugated godan verb", + "romaji": "furihanashita" + }, + "振り離して": { + "w_type": "conjugated godan verb", + "romaji": "furihanashite" + }, + "抱下ろさ": { + "w_type": "godan verb stem", + "romaji": "dakiorosa" + }, + "抱下ろし": { + "w_type": "godan verb stem", + "romaji": "dakioroshi" + }, + "抱下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "dakiorose" + }, + "抱下ろそ": { + "w_type": "godan verb stem", + "romaji": "dakioroso" + }, + "抱下ろした": { + "w_type": "conjugated godan verb", + "romaji": "dakioroshita" + }, + "抱下ろして": { + "w_type": "conjugated godan verb", + "romaji": "dakioroshite" + }, + "差し引か": { + "w_type": "godan verb stem", + "romaji": "sashihika" + }, + "差し引き": { + "w_type": "godan verb stem", + "romaji": "sashihiki" + }, + "差し引け": { + "w_type": "conjugated godan verb", + "romaji": "sashihike" + }, + "差し引こ": { + "w_type": "godan verb stem", + "romaji": "sashihiko" + }, + "差し引いた": { + "w_type": "conjugated godan verb", + "romaji": "sashihiita" + }, + "差し引いて": { + "w_type": "conjugated godan verb", + "romaji": "sashihiite" + }, + "吹き捲ら": { + "w_type": "godan verb stem", + "romaji": "fukimakura" + }, + "吹き捲り": { + "w_type": "godan verb stem", + "romaji": "fukimakuri" + }, + "吹き捲れ": { + "w_type": "conjugated godan verb", + "romaji": "fukimakure" + }, + "吹き捲ろ": { + "w_type": "godan verb stem", + "romaji": "fukimakuro" + }, + "吹き捲った": { + "w_type": "conjugated godan verb", + "romaji": "fukimakutta" + }, + "吹き捲って": { + "w_type": "conjugated godan verb", + "romaji": "fukimakutte" + }, + "漬け込ま": { + "w_type": "godan verb stem", + "romaji": "tsukekoma" + }, + "漬け込み": { + "w_type": "godan verb stem", + "romaji": "tsukekomi" + }, + "漬け込め": { + "w_type": "conjugated godan verb", + "romaji": "tsukekome" + }, + "漬け込も": { + "w_type": "godan verb stem", + "romaji": "tsukekomo" + }, + "漬け込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonda" + }, + "漬け込んで": { + "w_type": "conjugated godan verb", + "romaji": "tsukekonde" + }, + "詰ま": { + "w_type": "godan verb stem", + "romaji": "tsuma" + }, + "詰み": { + "w_type": "godan verb stem", + "romaji": "tsumi" + }, + "詰め": { + "w_type": "conjugated godan verb", + "romaji": "tsume" + }, + "詰も": { + "w_type": "godan verb stem", + "romaji": "tsumo" + }, + "詰んだ": { + "w_type": "conjugated godan verb", + "romaji": "tsunda" + }, + "詰んで": { + "w_type": "conjugated godan verb", + "romaji": "tsunde" + }, + "焼付か": { + "w_type": "godan verb stem", + "romaji": "yakitsuka" + }, + "焼付き": { + "w_type": "godan verb stem", + "romaji": "yakitsuki" + }, + "焼付け": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuke" + }, + "焼付こ": { + "w_type": "godan verb stem", + "romaji": "yakitsuko" + }, + "焼付いた": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuita" + }, + "焼付いて": { + "w_type": "conjugated godan verb", + "romaji": "yakitsuite" + }, + "めり込ま": { + "w_type": "godan verb stem", + "romaji": "merikoma" + }, + "めり込み": { + "w_type": "godan verb stem", + "romaji": "merikomi" + }, + "めり込め": { + "w_type": "conjugated godan verb", + "romaji": "merikome" + }, + "めり込も": { + "w_type": "godan verb stem", + "romaji": "merikomo" + }, + "めり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "merikonda" + }, + "めり込んで": { + "w_type": "conjugated godan verb", + "romaji": "merikonde" + }, + "習わ": { + "w_type": "godan verb stem", + "romaji": "narawa" + }, + "習い": { + "w_type": "godan verb stem", + "romaji": "narai" + }, + "習え": { + "w_type": "conjugated godan verb", + "romaji": "narae" + }, + "習お": { + "w_type": "godan verb stem", + "romaji": "narao" + }, + "習った": { + "w_type": "conjugated godan verb", + "romaji": "naratta" + }, + "習って": { + "w_type": "conjugated godan verb", + "romaji": "naratte" + }, + "犯ら": { + "w_type": "godan verb stem", + "romaji": "yara" + }, + "犯り": { + "w_type": "godan verb stem", + "romaji": "yari" + }, + "犯れ": { + "w_type": "conjugated godan verb", + "romaji": "yare" + }, + "犯ろ": { + "w_type": "godan verb stem", + "romaji": "yaro" + }, + "犯った": { + "w_type": "conjugated godan verb", + "romaji": "yatta" + }, + "犯って": { + "w_type": "conjugated godan verb", + "romaji": "yatte" + }, + "蹴ら": { + "w_type": "godan verb stem", + "romaji": "kera" + }, + "蹴り": { + "w_type": "godan verb stem", + "romaji": "keri" + }, + "蹴れ": { + "w_type": "conjugated godan verb", + "romaji": "kere" + }, + "蹴ろ": { + "w_type": "godan verb stem", + "romaji": "kero" + }, + "蹴った": { + "w_type": "conjugated godan verb", + "romaji": "ketta" + }, + "蹴って": { + "w_type": "conjugated godan verb", + "romaji": "kette" + }, + "仏になら": { + "w_type": "godan verb stem", + "romaji": "hotokeninara" + }, + "仏になり": { + "w_type": "godan verb stem", + "romaji": "hotokeninari" + }, + "仏になれ": { + "w_type": "conjugated godan verb", + "romaji": "hotokeninare" + }, + "仏になろ": { + "w_type": "godan verb stem", + "romaji": "hotokeninaro" + }, + "仏になった": { + "w_type": "conjugated godan verb", + "romaji": "hotokeninatta" + }, + "仏になって": { + "w_type": "conjugated godan verb", + "romaji": "hotokeninatte" + }, + "差交わさ": { + "w_type": "godan verb stem", + "romaji": "sashikawasa" + }, + "差交わし": { + "w_type": "godan verb stem", + "romaji": "sashikawashi" + }, + "差交わせ": { + "w_type": "conjugated godan verb", + "romaji": "sashikawase" + }, + "差交わそ": { + "w_type": "godan verb stem", + "romaji": "sashikawaso" + }, + "差交わした": { + "w_type": "conjugated godan verb", + "romaji": "sashikawashita" + }, + "差交わして": { + "w_type": "conjugated godan verb", + "romaji": "sashikawashite" + }, + "掘り込ま": { + "w_type": "godan verb stem", + "romaji": "horikoma" + }, + "掘り込み": { + "w_type": "godan verb stem", + "romaji": "horikomi" + }, + "掘り込め": { + "w_type": "conjugated godan verb", + "romaji": "horikome" + }, + "掘り込も": { + "w_type": "godan verb stem", + "romaji": "horikomo" + }, + "掘り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "horikonda" + }, + "掘り込んで": { + "w_type": "conjugated godan verb", + "romaji": "horikonde" + }, + "突出さ": { + "w_type": "godan verb stem", + "romaji": "tsukidasa" + }, + "突出し": { + "w_type": "godan verb stem", + "romaji": "tsukidashi" + }, + "突出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsukidase" + }, + "突出そ": { + "w_type": "godan verb stem", + "romaji": "tsukidaso" + }, + "突出した": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashita" + }, + "突出して": { + "w_type": "conjugated godan verb", + "romaji": "tsukidashite" + }, + "打鳴らさ": { + "w_type": "godan verb stem", + "romaji": "uchinarasa" + }, + "打鳴らし": { + "w_type": "godan verb stem", + "romaji": "uchinarashi" + }, + "打鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "uchinarase" + }, + "打鳴らそ": { + "w_type": "godan verb stem", + "romaji": "uchinaraso" + }, + "打鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "uchinarashita" + }, + "打鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "uchinarashite" + }, + "廻さ": { + "w_type": "godan verb stem", + "romaji": "mawasa" + }, + "廻し": { + "w_type": "godan verb stem", + "romaji": "mawashi" + }, + "廻せ": { + "w_type": "conjugated godan verb", + "romaji": "mawase" + }, + "廻そ": { + "w_type": "godan verb stem", + "romaji": "mawaso" + }, + "廻した": { + "w_type": "conjugated godan verb", + "romaji": "mawashita" + }, + "廻して": { + "w_type": "conjugated godan verb", + "romaji": "mawashite" + }, + "色めか": { + "w_type": "godan verb stem", + "romaji": "iromeka" + }, + "色めき": { + "w_type": "godan verb stem", + "romaji": "iromeki" + }, + "色めけ": { + "w_type": "conjugated godan verb", + "romaji": "iromeke" + }, + "色めこ": { + "w_type": "godan verb stem", + "romaji": "iromeko" + }, + "色めいた": { + "w_type": "conjugated godan verb", + "romaji": "iromeita" + }, + "色めいて": { + "w_type": "conjugated godan verb", + "romaji": "iromeite" + }, + "言い表わさ": { + "w_type": "godan verb stem", + "romaji": "iiarawasa" + }, + "言い表わし": { + "w_type": "godan verb stem", + "romaji": "iiarawashi" + }, + "言い表わせ": { + "w_type": "conjugated godan verb", + "romaji": "iiarawase" + }, + "言い表わそ": { + "w_type": "godan verb stem", + "romaji": "iiarawaso" + }, + "言い表わした": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashita" + }, + "言い表わして": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashite" + }, + "廻ら": { + "w_type": "godan verb stem", + "romaji": "megura" + }, + "廻り": { + "w_type": "godan verb stem", + "romaji": "meguri" + }, + "廻れ": { + "w_type": "conjugated godan verb", + "romaji": "megure" + }, + "廻ろ": { + "w_type": "godan verb stem", + "romaji": "meguro" + }, + "廻った": { + "w_type": "conjugated godan verb", + "romaji": "megutta" + }, + "廻って": { + "w_type": "conjugated godan verb", + "romaji": "megutte" + }, + "動き出さ": { + "w_type": "godan verb stem", + "romaji": "ugokidasa" + }, + "動き出し": { + "w_type": "godan verb stem", + "romaji": "ugokidashi" + }, + "動き出せ": { + "w_type": "conjugated godan verb", + "romaji": "ugokidase" + }, + "動き出そ": { + "w_type": "godan verb stem", + "romaji": "ugokidaso" + }, + "動き出した": { + "w_type": "conjugated godan verb", + "romaji": "ugokidashita" + }, + "動き出して": { + "w_type": "conjugated godan verb", + "romaji": "ugokidashite" + }, + "生え替わら": { + "w_type": "godan verb stem", + "romaji": "haekawara" + }, + "生え替わり": { + "w_type": "godan verb stem", + "romaji": "haekawari" + }, + "生え替われ": { + "w_type": "conjugated godan verb", + "romaji": "haekaware" + }, + "生え替わろ": { + "w_type": "godan verb stem", + "romaji": "haekawaro" + }, + "生え替わった": { + "w_type": "conjugated godan verb", + "romaji": "haekawatta" + }, + "生え替わって": { + "w_type": "conjugated godan verb", + "romaji": "haekawatte" + }, + "引剥が": { + "w_type": "godan verb stem", + "romaji": "hippaga" + }, + "引剥ぎ": { + "w_type": "godan verb stem", + "romaji": "hippagi" + }, + "引剥げ": { + "w_type": "conjugated godan verb", + "romaji": "hippage" + }, + "引剥ご": { + "w_type": "godan verb stem", + "romaji": "hippago" + }, + "引剥いだ": { + "w_type": "conjugated godan verb", + "romaji": "hippaida" + }, + "引剥いで": { + "w_type": "conjugated godan verb", + "romaji": "hippaide" + }, + "与り知ら": { + "w_type": "godan verb stem", + "romaji": "azukarishira" + }, + "与り知り": { + "w_type": "godan verb stem", + "romaji": "azukarishiri" + }, + "与り知れ": { + "w_type": "conjugated godan verb", + "romaji": "azukarishire" + }, + "与り知ろ": { + "w_type": "godan verb stem", + "romaji": "azukarishiro" + }, + "与り知った": { + "w_type": "conjugated godan verb", + "romaji": "azukarishitta" + }, + "与り知って": { + "w_type": "conjugated godan verb", + "romaji": "azukarishitte" + }, + "論じ合わ": { + "w_type": "godan verb stem", + "romaji": "ronjiawa" + }, + "論じ合い": { + "w_type": "godan verb stem", + "romaji": "ronjiai" + }, + "論じ合え": { + "w_type": "conjugated godan verb", + "romaji": "ronjiae" + }, + "論じ合お": { + "w_type": "godan verb stem", + "romaji": "ronjiao" + }, + "論じ合った": { + "w_type": "conjugated godan verb", + "romaji": "ronjiatta" + }, + "論じ合って": { + "w_type": "conjugated godan verb", + "romaji": "ronjiatte" + }, + "編込ま": { + "w_type": "godan verb stem", + "romaji": "amikoma" + }, + "編込み": { + "w_type": "godan verb stem", + "romaji": "amikomi" + }, + "編込め": { + "w_type": "conjugated godan verb", + "romaji": "amikome" + }, + "編込も": { + "w_type": "godan verb stem", + "romaji": "amikomo" + }, + "編込んだ": { + "w_type": "conjugated godan verb", + "romaji": "amikonda" + }, + "編込んで": { + "w_type": "conjugated godan verb", + "romaji": "amikonde" + }, + "生まれつか": { + "w_type": "godan verb stem", + "romaji": "umaretsuka" + }, + "生まれつき": { + "w_type": "godan verb stem", + "romaji": "umaretsuki" + }, + "生まれつけ": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuke" + }, + "生まれつこ": { + "w_type": "godan verb stem", + "romaji": "umaretsuko" + }, + "生まれついた": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuita" + }, + "生まれついて": { + "w_type": "conjugated godan verb", + "romaji": "umaretsuite" + }, + "抱き付か": { + "w_type": "godan verb stem", + "romaji": "dakitsuka" + }, + "抱き付き": { + "w_type": "godan verb stem", + "romaji": "dakitsuki" + }, + "抱き付け": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuke" + }, + "抱き付こ": { + "w_type": "godan verb stem", + "romaji": "dakitsuko" + }, + "抱き付いた": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuita" + }, + "抱き付いて": { + "w_type": "conjugated godan verb", + "romaji": "dakitsuite" + }, + "駆け登ら": { + "w_type": "godan verb stem", + "romaji": "kakenobora" + }, + "駆け登り": { + "w_type": "godan verb stem", + "romaji": "kakenobori" + }, + "駆け登れ": { + "w_type": "conjugated godan verb", + "romaji": "kakenobore" + }, + "駆け登ろ": { + "w_type": "godan verb stem", + "romaji": "kakenoboro" + }, + "駆け登った": { + "w_type": "conjugated godan verb", + "romaji": "kakenobotta" + }, + "駆け登って": { + "w_type": "conjugated godan verb", + "romaji": "kakenobotte" + }, + "摩り込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "摩り込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "摩り込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "摩り込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "摩り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "摩り込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "駆上ら": { + "w_type": "godan verb stem", + "romaji": "kakeagara" + }, + "駆上り": { + "w_type": "godan verb stem", + "romaji": "kakeagari" + }, + "駆上れ": { + "w_type": "conjugated godan verb", + "romaji": "kakeagare" + }, + "駆上ろ": { + "w_type": "godan verb stem", + "romaji": "kakeagaro" + }, + "駆上った": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatta" + }, + "駆上って": { + "w_type": "conjugated godan verb", + "romaji": "kakeagatte" + }, + "曝けださ": { + "w_type": "godan verb stem", + "romaji": "sarakedasa" + }, + "曝けだし": { + "w_type": "godan verb stem", + "romaji": "sarakedashi" + }, + "曝けだせ": { + "w_type": "conjugated godan verb", + "romaji": "sarakedase" + }, + "曝けだそ": { + "w_type": "godan verb stem", + "romaji": "sarakedaso" + }, + "曝けだした": { + "w_type": "conjugated godan verb", + "romaji": "sarakedashita" + }, + "曝けだして": { + "w_type": "conjugated godan verb", + "romaji": "sarakedashite" + }, + "身になら": { + "w_type": "godan verb stem", + "romaji": "mininara" + }, + "身になり": { + "w_type": "godan verb stem", + "romaji": "mininari" + }, + "身になれ": { + "w_type": "conjugated godan verb", + "romaji": "mininare" + }, + "身になろ": { + "w_type": "godan verb stem", + "romaji": "mininaro" + }, + "身になった": { + "w_type": "conjugated godan verb", + "romaji": "mininatta" + }, + "身になって": { + "w_type": "conjugated godan verb", + "romaji": "mininatte" + }, + "鈍らさ": { + "w_type": "godan verb stem", + "romaji": "niburasa" + }, + "鈍らし": { + "w_type": "godan verb stem", + "romaji": "niburashi" + }, + "鈍らせ": { + "w_type": "conjugated godan verb", + "romaji": "niburase" + }, + "鈍らそ": { + "w_type": "godan verb stem", + "romaji": "niburaso" + }, + "鈍らした": { + "w_type": "conjugated godan verb", + "romaji": "niburashita" + }, + "鈍らして": { + "w_type": "conjugated godan verb", + "romaji": "niburashite" + }, + "打ち明かさ": { + "w_type": "godan verb stem", + "romaji": "uchiakasa" + }, + "打ち明かし": { + "w_type": "godan verb stem", + "romaji": "uchiakashi" + }, + "打ち明かせ": { + "w_type": "conjugated godan verb", + "romaji": "uchiakase" + }, + "打ち明かそ": { + "w_type": "godan verb stem", + "romaji": "uchiakaso" + }, + "打ち明かした": { + "w_type": "conjugated godan verb", + "romaji": "uchiakashita" + }, + "打ち明かして": { + "w_type": "conjugated godan verb", + "romaji": "uchiakashite" + }, + "極め尽くさ": { + "w_type": "godan verb stem", + "romaji": "kiwametsukusa" + }, + "極め尽くし": { + "w_type": "godan verb stem", + "romaji": "kiwametsukushi" + }, + "極め尽くせ": { + "w_type": "conjugated godan verb", + "romaji": "kiwametsukuse" + }, + "極め尽くそ": { + "w_type": "godan verb stem", + "romaji": "kiwametsukuso" + }, + "極め尽くした": { + "w_type": "conjugated godan verb", + "romaji": "kiwametsukushita" + }, + "極め尽くして": { + "w_type": "conjugated godan verb", + "romaji": "kiwametsukushite" + }, + "説き示さ": { + "w_type": "godan verb stem", + "romaji": "tokishimesa" + }, + "説き示し": { + "w_type": "godan verb stem", + "romaji": "tokishimeshi" + }, + "説き示せ": { + "w_type": "conjugated godan verb", + "romaji": "tokishimese" + }, + "説き示そ": { + "w_type": "godan verb stem", + "romaji": "tokishimeso" + }, + "説き示した": { + "w_type": "conjugated godan verb", + "romaji": "tokishimeshita" + }, + "説き示して": { + "w_type": "conjugated godan verb", + "romaji": "tokishimeshite" + }, + "酌み交わさ": { + "w_type": "godan verb stem", + "romaji": "kumikawasa" + }, + "酌み交わし": { + "w_type": "godan verb stem", + "romaji": "kumikawashi" + }, + "酌み交わせ": { + "w_type": "conjugated godan verb", + "romaji": "kumikawase" + }, + "酌み交わそ": { + "w_type": "godan verb stem", + "romaji": "kumikawaso" + }, + "酌み交わした": { + "w_type": "conjugated godan verb", + "romaji": "kumikawashita" + }, + "酌み交わして": { + "w_type": "conjugated godan verb", + "romaji": "kumikawashite" + }, + "世に立た": { + "w_type": "godan verb stem", + "romaji": "yonitata" + }, + "世に立ち": { + "w_type": "godan verb stem", + "romaji": "yonitachi" + }, + "世に立て": { + "w_type": "conjugated godan verb", + "romaji": "yonitate" + }, + "世に立と": { + "w_type": "godan verb stem", + "romaji": "yonitato" + }, + "世に立った": { + "w_type": "conjugated godan verb", + "romaji": "yonitatta" + }, + "世に立って": { + "w_type": "conjugated godan verb", + "romaji": "yonitatte" + }, + "点頭か": { + "w_type": "godan verb stem", + "romaji": "unazuka" + }, + "点頭き": { + "w_type": "godan verb stem", + "romaji": "unazuki" + }, + "点頭け": { + "w_type": "conjugated godan verb", + "romaji": "unazuke" + }, + "点頭こ": { + "w_type": "godan verb stem", + "romaji": "unazuko" + }, + "点頭いた": { + "w_type": "conjugated godan verb", + "romaji": "unazuita" + }, + "点頭いて": { + "w_type": "conjugated godan verb", + "romaji": "unazuite" + }, + "巣立た": { + "w_type": "godan verb stem", + "romaji": "sudata" + }, + "巣立ち": { + "w_type": "godan verb stem", + "romaji": "sudachi" + }, + "巣立て": { + "w_type": "conjugated godan verb", + "romaji": "sudate" + }, + "巣立と": { + "w_type": "godan verb stem", + "romaji": "sudato" + }, + "巣立った": { + "w_type": "conjugated godan verb", + "romaji": "sudatta" + }, + "巣立って": { + "w_type": "conjugated godan verb", + "romaji": "sudatte" + }, + "扱き落とさ": { + "w_type": "godan verb stem", + "romaji": "kokiotosa" + }, + "扱き落とし": { + "w_type": "godan verb stem", + "romaji": "kokiotoshi" + }, + "扱き落とせ": { + "w_type": "conjugated godan verb", + "romaji": "kokiotose" + }, + "扱き落とそ": { + "w_type": "godan verb stem", + "romaji": "kokiotoso" + }, + "扱き落とした": { + "w_type": "conjugated godan verb", + "romaji": "kokiotoshita" + }, + "扱き落として": { + "w_type": "conjugated godan verb", + "romaji": "kokiotoshite" + }, + "聞き質さ": { + "w_type": "godan verb stem", + "romaji": "kikitadasa" + }, + "聞き質し": { + "w_type": "godan verb stem", + "romaji": "kikitadashi" + }, + "聞き質せ": { + "w_type": "conjugated godan verb", + "romaji": "kikitadase" + }, + "聞き質そ": { + "w_type": "godan verb stem", + "romaji": "kikitadaso" + }, + "聞き質した": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashita" + }, + "聞き質して": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashite" + }, + "磨り下ろさ": { + "w_type": "godan verb stem", + "romaji": "suriorosa" + }, + "磨り下ろし": { + "w_type": "godan verb stem", + "romaji": "surioroshi" + }, + "磨り下ろせ": { + "w_type": "conjugated godan verb", + "romaji": "suriorose" + }, + "磨り下ろそ": { + "w_type": "godan verb stem", + "romaji": "surioroso" + }, + "磨り下ろした": { + "w_type": "conjugated godan verb", + "romaji": "surioroshita" + }, + "磨り下ろして": { + "w_type": "conjugated godan verb", + "romaji": "surioroshite" + }, + "薄まら": { + "w_type": "godan verb stem", + "romaji": "usumara" + }, + "薄まり": { + "w_type": "godan verb stem", + "romaji": "usumari" + }, + "薄まれ": { + "w_type": "conjugated godan verb", + "romaji": "usumare" + }, + "薄まろ": { + "w_type": "godan verb stem", + "romaji": "usumaro" + }, + "薄まった": { + "w_type": "conjugated godan verb", + "romaji": "usumatta" + }, + "薄まって": { + "w_type": "conjugated godan verb", + "romaji": "usumatte" + }, + "泥ま": { + "w_type": "godan verb stem", + "romaji": "nazuma" + }, + "泥み": { + "w_type": "godan verb stem", + "romaji": "nazumi" + }, + "泥め": { + "w_type": "conjugated godan verb", + "romaji": "nazume" + }, + "泥も": { + "w_type": "godan verb stem", + "romaji": "nazumo" + }, + "泥んだ": { + "w_type": "conjugated godan verb", + "romaji": "nazunda" + }, + "泥んで": { + "w_type": "conjugated godan verb", + "romaji": "nazunde" + }, + "締め出さ": { + "w_type": "godan verb stem", + "romaji": "shimedasa" + }, + "締め出し": { + "w_type": "godan verb stem", + "romaji": "shimedashi" + }, + "締め出せ": { + "w_type": "conjugated godan verb", + "romaji": "shimedase" + }, + "締め出そ": { + "w_type": "godan verb stem", + "romaji": "shimedaso" + }, + "締め出した": { + "w_type": "conjugated godan verb", + "romaji": "shimedashita" + }, + "締め出して": { + "w_type": "conjugated godan verb", + "romaji": "shimedashite" + }, + "接続ら": { + "w_type": "godan verb stem", + "romaji": "tsunagara" + }, + "接続り": { + "w_type": "godan verb stem", + "romaji": "tsunagari" + }, + "接続れ": { + "w_type": "conjugated godan verb", + "romaji": "tsunagare" + }, + "接続ろ": { + "w_type": "godan verb stem", + "romaji": "tsunagaro" + }, + "接続った": { + "w_type": "conjugated godan verb", + "romaji": "tsunagatta" + }, + "接続って": { + "w_type": "conjugated godan verb", + "romaji": "tsunagatte" + }, + "生きかえら": { + "w_type": "godan verb stem", + "romaji": "ikikaera" + }, + "生きかえり": { + "w_type": "godan verb stem", + "romaji": "ikikaeri" + }, + "生きかえれ": { + "w_type": "conjugated godan verb", + "romaji": "ikikaere" + }, + "生きかえろ": { + "w_type": "godan verb stem", + "romaji": "ikikaero" + }, + "生きかえった": { + "w_type": "conjugated godan verb", + "romaji": "ikikaetta" + }, + "生きかえって": { + "w_type": "conjugated godan verb", + "romaji": "ikikaette" + }, + "踏みとどまら": { + "w_type": "godan verb stem", + "romaji": "fumitodomara" + }, + "踏みとどまり": { + "w_type": "godan verb stem", + "romaji": "fumitodomari" + }, + "踏みとどまれ": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomare" + }, + "踏みとどまろ": { + "w_type": "godan verb stem", + "romaji": "fumitodomaro" + }, + "踏みとどまった": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomatta" + }, + "踏みとどまって": { + "w_type": "conjugated godan verb", + "romaji": "fumitodomatte" + }, + "持ち回ら": { + "w_type": "godan verb stem", + "romaji": "mochimawara" + }, + "持ち回り": { + "w_type": "godan verb stem", + "romaji": "mochimawari" + }, + "持ち回れ": { + "w_type": "conjugated godan verb", + "romaji": "mochimaware" + }, + "持ち回ろ": { + "w_type": "godan verb stem", + "romaji": "mochimawaro" + }, + "持ち回った": { + "w_type": "conjugated godan verb", + "romaji": "mochimawatta" + }, + "持ち回って": { + "w_type": "conjugated godan verb", + "romaji": "mochimawatte" + }, + "了わら": { + "w_type": "godan verb stem", + "romaji": "owara" + }, + "了わり": { + "w_type": "godan verb stem", + "romaji": "owari" + }, + "了われ": { + "w_type": "conjugated godan verb", + "romaji": "oware" + }, + "了わろ": { + "w_type": "godan verb stem", + "romaji": "owaro" + }, + "了わった": { + "w_type": "conjugated godan verb", + "romaji": "owatta" + }, + "了わって": { + "w_type": "conjugated godan verb", + "romaji": "owatte" + }, + "勝ち越さ": { + "w_type": "godan verb stem", + "romaji": "kachikosa" + }, + "勝ち越し": { + "w_type": "godan verb stem", + "romaji": "kachikoshi" + }, + "勝ち越せ": { + "w_type": "conjugated godan verb", + "romaji": "kachikose" + }, + "勝ち越そ": { + "w_type": "godan verb stem", + "romaji": "kachikoso" + }, + "勝ち越した": { + "w_type": "conjugated godan verb", + "romaji": "kachikoshita" + }, + "勝ち越して": { + "w_type": "conjugated godan verb", + "romaji": "kachikoshite" + }, + "書き漏らさ": { + "w_type": "godan verb stem", + "romaji": "kakimorasa" + }, + "書き漏らし": { + "w_type": "godan verb stem", + "romaji": "kakimorashi" + }, + "書き漏らせ": { + "w_type": "conjugated godan verb", + "romaji": "kakimorase" + }, + "書き漏らそ": { + "w_type": "godan verb stem", + "romaji": "kakimoraso" + }, + "書き漏らした": { + "w_type": "conjugated godan verb", + "romaji": "kakimorashita" + }, + "書き漏らして": { + "w_type": "conjugated godan verb", + "romaji": "kakimorashite" + }, + "こねくり返さ": { + "w_type": "godan verb stem", + "romaji": "konekurikaesa" + }, + "こねくり返し": { + "w_type": "godan verb stem", + "romaji": "konekurikaeshi" + }, + "こねくり返せ": { + "w_type": "conjugated godan verb", + "romaji": "konekurikaese" + }, + "こねくり返そ": { + "w_type": "godan verb stem", + "romaji": "konekurikaeso" + }, + "こねくり返した": { + "w_type": "conjugated godan verb", + "romaji": "konekurikaeshita" + }, + "こねくり返して": { + "w_type": "conjugated godan verb", + "romaji": "konekurikaeshite" + }, + "配ら": { + "w_type": "godan verb stem", + "romaji": "kubara" + }, + "配り": { + "w_type": "godan verb stem", + "romaji": "kubari" + }, + "配れ": { + "w_type": "conjugated godan verb", + "romaji": "kubare" + }, + "配ろ": { + "w_type": "godan verb stem", + "romaji": "kubaro" + }, + "配った": { + "w_type": "conjugated godan verb", + "romaji": "kubatta" + }, + "配って": { + "w_type": "conjugated godan verb", + "romaji": "kubatte" + }, + "染め返さ": { + "w_type": "godan verb stem", + "romaji": "somekaesa" + }, + "染め返し": { + "w_type": "godan verb stem", + "romaji": "somekaeshi" + }, + "染め返せ": { + "w_type": "conjugated godan verb", + "romaji": "somekaese" + }, + "染め返そ": { + "w_type": "godan verb stem", + "romaji": "somekaeso" + }, + "染め返した": { + "w_type": "conjugated godan verb", + "romaji": "somekaeshita" + }, + "染め返して": { + "w_type": "conjugated godan verb", + "romaji": "somekaeshite" + }, + "静まりかえら": { + "w_type": "godan verb stem", + "romaji": "shizumarikaera" + }, + "静まりかえり": { + "w_type": "godan verb stem", + "romaji": "shizumarikaeri" + }, + "静まりかえれ": { + "w_type": "conjugated godan verb", + "romaji": "shizumarikaere" + }, + "静まりかえろ": { + "w_type": "godan verb stem", + "romaji": "shizumarikaero" + }, + "静まりかえった": { + "w_type": "conjugated godan verb", + "romaji": "shizumarikaetta" + }, + "静まりかえって": { + "w_type": "conjugated godan verb", + "romaji": "shizumarikaette" + }, + "輝か": { + "w_type": "godan verb stem", + "romaji": "kagayaka" + }, + "輝き": { + "w_type": "godan verb stem", + "romaji": "kagayaki" + }, + "輝け": { + "w_type": "conjugated godan verb", + "romaji": "kagayake" + }, + "輝こ": { + "w_type": "godan verb stem", + "romaji": "kagayako" + }, + "輝いた": { + "w_type": "conjugated godan verb", + "romaji": "kagayaita" + }, + "輝いて": { + "w_type": "conjugated godan verb", + "romaji": "kagayaite" + }, + "捏ね返さ": { + "w_type": "godan verb stem", + "romaji": "konekaesa" + }, + "捏ね返し": { + "w_type": "godan verb stem", + "romaji": "konekaeshi" + }, + "捏ね返せ": { + "w_type": "conjugated godan verb", + "romaji": "konekaese" + }, + "捏ね返そ": { + "w_type": "godan verb stem", + "romaji": "konekaeso" + }, + "捏ね返した": { + "w_type": "conjugated godan verb", + "romaji": "konekaeshita" + }, + "捏ね返して": { + "w_type": "conjugated godan verb", + "romaji": "konekaeshite" + }, + "出あわ": { + "w_type": "godan verb stem", + "romaji": "deawa" + }, + "出あい": { + "w_type": "godan verb stem", + "romaji": "deai" + }, + "出あえ": { + "w_type": "conjugated godan verb", + "romaji": "deae" + }, + "出あお": { + "w_type": "godan verb stem", + "romaji": "deao" + }, + "出あった": { + "w_type": "conjugated godan verb", + "romaji": "deatta" + }, + "出あって": { + "w_type": "conjugated godan verb", + "romaji": "deatte" + }, + "芽ぶか": { + "w_type": "godan verb stem", + "romaji": "mebuka" + }, + "芽ぶき": { + "w_type": "godan verb stem", + "romaji": "mebuki" + }, + "芽ぶけ": { + "w_type": "conjugated godan verb", + "romaji": "mebuke" + }, + "芽ぶこ": { + "w_type": "godan verb stem", + "romaji": "mebuko" + }, + "芽ぶいた": { + "w_type": "conjugated godan verb", + "romaji": "mebuita" + }, + "芽ぶいて": { + "w_type": "conjugated godan verb", + "romaji": "mebuite" + }, + "張り巡らさ": { + "w_type": "godan verb stem", + "romaji": "harimegurasa" + }, + "張り巡らし": { + "w_type": "godan verb stem", + "romaji": "harimegurashi" + }, + "張り巡らせ": { + "w_type": "conjugated godan verb", + "romaji": "harimegurase" + }, + "張り巡らそ": { + "w_type": "godan verb stem", + "romaji": "harimeguraso" + }, + "張り巡らした": { + "w_type": "conjugated godan verb", + "romaji": "harimegurashita" + }, + "張り巡らして": { + "w_type": "conjugated godan verb", + "romaji": "harimegurashite" + }, + "接が": { + "w_type": "godan verb stem", + "romaji": "tsuga" + }, + "接ぎ": { + "w_type": "godan verb stem", + "romaji": "tsugi" + }, + "接げ": { + "w_type": "conjugated godan verb", + "romaji": "tsuge" + }, + "接ご": { + "w_type": "godan verb stem", + "romaji": "tsugo" + }, + "接いだ": { + "w_type": "conjugated godan verb", + "romaji": "tsuida" + }, + "接いで": { + "w_type": "conjugated godan verb", + "romaji": "tsuide" + }, + "歩み寄ら": { + "w_type": "godan verb stem", + "romaji": "ayumiyora" + }, + "歩み寄り": { + "w_type": "godan verb stem", + "romaji": "ayumiyori" + }, + "歩み寄れ": { + "w_type": "conjugated godan verb", + "romaji": "ayumiyore" + }, + "歩み寄ろ": { + "w_type": "godan verb stem", + "romaji": "ayumiyoro" + }, + "歩み寄った": { + "w_type": "conjugated godan verb", + "romaji": "ayumiyotta" + }, + "歩み寄って": { + "w_type": "conjugated godan verb", + "romaji": "ayumiyotte" + }, + "摺り込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "摺り込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "摺り込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "摺り込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "摺り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "摺り込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "盾つか": { + "w_type": "godan verb stem", + "romaji": "tatetsuka" + }, + "盾つき": { + "w_type": "godan verb stem", + "romaji": "tatetsuki" + }, + "盾つけ": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuke" + }, + "盾つこ": { + "w_type": "godan verb stem", + "romaji": "tatetsuko" + }, + "盾ついた": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuita" + }, + "盾ついて": { + "w_type": "conjugated godan verb", + "romaji": "tatetsuite" + }, + "伸し上がら": { + "w_type": "godan verb stem", + "romaji": "noshiagara" + }, + "伸し上がり": { + "w_type": "godan verb stem", + "romaji": "noshiagari" + }, + "伸し上がれ": { + "w_type": "conjugated godan verb", + "romaji": "noshiagare" + }, + "伸し上がろ": { + "w_type": "godan verb stem", + "romaji": "noshiagaro" + }, + "伸し上がった": { + "w_type": "conjugated godan verb", + "romaji": "noshiagatta" + }, + "伸し上がって": { + "w_type": "conjugated godan verb", + "romaji": "noshiagatte" + }, + "舞い踊ら": { + "w_type": "godan verb stem", + "romaji": "maiodora" + }, + "舞い踊り": { + "w_type": "godan verb stem", + "romaji": "maiodori" + }, + "舞い踊れ": { + "w_type": "conjugated godan verb", + "romaji": "maiodore" + }, + "舞い踊ろ": { + "w_type": "godan verb stem", + "romaji": "maiodoro" + }, + "舞い踊った": { + "w_type": "conjugated godan verb", + "romaji": "maiodotta" + }, + "舞い踊って": { + "w_type": "conjugated godan verb", + "romaji": "maiodotte" + }, + "磨り消さ": { + "w_type": "godan verb stem", + "romaji": "surikesa" + }, + "磨り消し": { + "w_type": "godan verb stem", + "romaji": "surikeshi" + }, + "磨り消せ": { + "w_type": "conjugated godan verb", + "romaji": "surikese" + }, + "磨り消そ": { + "w_type": "godan verb stem", + "romaji": "surikeso" + }, + "磨り消した": { + "w_type": "conjugated godan verb", + "romaji": "surikeshita" + }, + "磨り消して": { + "w_type": "conjugated godan verb", + "romaji": "surikeshite" + }, + "踏み殺さ": { + "w_type": "godan verb stem", + "romaji": "fumikorosa" + }, + "踏み殺し": { + "w_type": "godan verb stem", + "romaji": "fumikoroshi" + }, + "踏み殺せ": { + "w_type": "conjugated godan verb", + "romaji": "fumikorose" + }, + "踏み殺そ": { + "w_type": "godan verb stem", + "romaji": "fumikoroso" + }, + "踏み殺した": { + "w_type": "conjugated godan verb", + "romaji": "fumikoroshita" + }, + "踏み殺して": { + "w_type": "conjugated godan verb", + "romaji": "fumikoroshite" + }, + "突掛から": { + "w_type": "godan verb stem", + "romaji": "tsukikakara" + }, + "突掛かり": { + "w_type": "godan verb stem", + "romaji": "tsukikakari" + }, + "突掛かれ": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakare" + }, + "突掛かろ": { + "w_type": "godan verb stem", + "romaji": "tsukikakaro" + }, + "突掛かった": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatta" + }, + "突掛かって": { + "w_type": "conjugated godan verb", + "romaji": "tsukikakatte" + }, + "召し取ら": { + "w_type": "godan verb stem", + "romaji": "meshitora" + }, + "召し取り": { + "w_type": "godan verb stem", + "romaji": "meshitori" + }, + "召し取れ": { + "w_type": "conjugated godan verb", + "romaji": "meshitore" + }, + "召し取ろ": { + "w_type": "godan verb stem", + "romaji": "meshitoro" + }, + "召し取った": { + "w_type": "conjugated godan verb", + "romaji": "meshitotta" + }, + "召し取って": { + "w_type": "conjugated godan verb", + "romaji": "meshitotte" + }, + "とけ込ま": { + "w_type": "godan verb stem", + "romaji": "tokekoma" + }, + "とけ込み": { + "w_type": "godan verb stem", + "romaji": "tokekomi" + }, + "とけ込め": { + "w_type": "conjugated godan verb", + "romaji": "tokekome" + }, + "とけ込も": { + "w_type": "godan verb stem", + "romaji": "tokekomo" + }, + "とけ込んだ": { + "w_type": "conjugated godan verb", + "romaji": "tokekonda" + }, + "とけ込んで": { + "w_type": "conjugated godan verb", + "romaji": "tokekonde" + }, + "すり寄ら": { + "w_type": "godan verb stem", + "romaji": "suriyora" + }, + "すり寄り": { + "w_type": "godan verb stem", + "romaji": "suriyori" + }, + "すり寄れ": { + "w_type": "conjugated godan verb", + "romaji": "suriyore" + }, + "すり寄ろ": { + "w_type": "godan verb stem", + "romaji": "suriyoro" + }, + "すり寄った": { + "w_type": "conjugated godan verb", + "romaji": "suriyotta" + }, + "すり寄って": { + "w_type": "conjugated godan verb", + "romaji": "suriyotte" + }, + "読ま": { + "w_type": "godan verb stem", + "romaji": "yoma" + }, + "読み": { + "w_type": "godan verb stem", + "romaji": "yomi" + }, + "読め": { + "w_type": "conjugated godan verb", + "romaji": "yome" + }, + "読も": { + "w_type": "godan verb stem", + "romaji": "yomo" + }, + "読んだ": { + "w_type": "conjugated godan verb", + "romaji": "yonda" + }, + "読んで": { + "w_type": "conjugated godan verb", + "romaji": "yonde" + }, + "革まら": { + "w_type": "godan verb stem", + "romaji": "aratamara" + }, + "革まり": { + "w_type": "godan verb stem", + "romaji": "aratamari" + }, + "革まれ": { + "w_type": "conjugated godan verb", + "romaji": "aratamare" + }, + "革まろ": { + "w_type": "godan verb stem", + "romaji": "aratamaro" + }, + "革まった": { + "w_type": "conjugated godan verb", + "romaji": "aratamatta" + }, + "革まって": { + "w_type": "conjugated godan verb", + "romaji": "aratamatte" + }, + "泣きださ": { + "w_type": "godan verb stem", + "romaji": "nakidasa" + }, + "泣きだし": { + "w_type": "godan verb stem", + "romaji": "nakidashi" + }, + "泣きだせ": { + "w_type": "conjugated godan verb", + "romaji": "nakidase" + }, + "泣きだそ": { + "w_type": "godan verb stem", + "romaji": "nakidaso" + }, + "泣きだした": { + "w_type": "conjugated godan verb", + "romaji": "nakidashita" + }, + "泣きだして": { + "w_type": "conjugated godan verb", + "romaji": "nakidashite" + }, + "遣らさ": { + "w_type": "godan verb stem", + "romaji": "yarasa" + }, + "遣らし": { + "w_type": "godan verb stem", + "romaji": "yarashi" + }, + "遣らせ": { + "w_type": "conjugated godan verb", + "romaji": "yarase" + }, + "遣らそ": { + "w_type": "godan verb stem", + "romaji": "yaraso" + }, + "遣らした": { + "w_type": "conjugated godan verb", + "romaji": "yarashita" + }, + "遣らして": { + "w_type": "conjugated godan verb", + "romaji": "yarashite" + }, + "萎ま": { + "w_type": "godan verb stem", + "romaji": "shiboma" + }, + "萎み": { + "w_type": "godan verb stem", + "romaji": "shibomi" + }, + "萎め": { + "w_type": "conjugated godan verb", + "romaji": "shibome" + }, + "萎も": { + "w_type": "godan verb stem", + "romaji": "shibomo" + }, + "萎んだ": { + "w_type": "conjugated godan verb", + "romaji": "shibonda" + }, + "萎んで": { + "w_type": "conjugated godan verb", + "romaji": "shibonde" + }, + "掻き鳴らさ": { + "w_type": "godan verb stem", + "romaji": "kakinarasa" + }, + "掻き鳴らし": { + "w_type": "godan verb stem", + "romaji": "kakinarashi" + }, + "掻き鳴らせ": { + "w_type": "conjugated godan verb", + "romaji": "kakinarase" + }, + "掻き鳴らそ": { + "w_type": "godan verb stem", + "romaji": "kakinaraso" + }, + "掻き鳴らした": { + "w_type": "conjugated godan verb", + "romaji": "kakinarashita" + }, + "掻き鳴らして": { + "w_type": "conjugated godan verb", + "romaji": "kakinarashite" + }, + "へたり込ま": { + "w_type": "godan verb stem", + "romaji": "hetarikoma" + }, + "へたり込み": { + "w_type": "godan verb stem", + "romaji": "hetarikomi" + }, + "へたり込め": { + "w_type": "conjugated godan verb", + "romaji": "hetarikome" + }, + "へたり込も": { + "w_type": "godan verb stem", + "romaji": "hetarikomo" + }, + "へたり込んだ": { + "w_type": "conjugated godan verb", + "romaji": "hetarikonda" + }, + "へたり込んで": { + "w_type": "conjugated godan verb", + "romaji": "hetarikonde" + }, + "持ちこま": { + "w_type": "godan verb stem", + "romaji": "mochikoma" + }, + "持ちこみ": { + "w_type": "godan verb stem", + "romaji": "mochikomi" + }, + "持ちこめ": { + "w_type": "conjugated godan verb", + "romaji": "mochikome" + }, + "持ちこも": { + "w_type": "godan verb stem", + "romaji": "mochikomo" + }, + "持ちこんだ": { + "w_type": "conjugated godan verb", + "romaji": "mochikonda" + }, + "持ちこんで": { + "w_type": "conjugated godan verb", + "romaji": "mochikonde" + }, + "舞戻ら": { + "w_type": "godan verb stem", + "romaji": "maimodora" + }, + "舞戻り": { + "w_type": "godan verb stem", + "romaji": "maimodori" + }, + "舞戻れ": { + "w_type": "conjugated godan verb", + "romaji": "maimodore" + }, + "舞戻ろ": { + "w_type": "godan verb stem", + "romaji": "maimodoro" + }, + "舞戻った": { + "w_type": "conjugated godan verb", + "romaji": "maimodotta" + }, + "舞戻って": { + "w_type": "conjugated godan verb", + "romaji": "maimodotte" + }, + "任さ": { + "w_type": "godan verb stem", + "romaji": "makasa" + }, + "任し": { + "w_type": "godan verb stem", + "romaji": "makashi" + }, + "任せ": { + "w_type": "conjugated godan verb", + "romaji": "makase" + }, + "任そ": { + "w_type": "godan verb stem", + "romaji": "makaso" + }, + "任した": { + "w_type": "conjugated godan verb", + "romaji": "makashita" + }, + "任して": { + "w_type": "conjugated godan verb", + "romaji": "makashite" + }, + "毀さ": { + "w_type": "godan verb stem", + "romaji": "kowasa" + }, + "毀し": { + "w_type": "godan verb stem", + "romaji": "kowashi" + }, + "毀せ": { + "w_type": "conjugated godan verb", + "romaji": "kowase" + }, + "毀そ": { + "w_type": "godan verb stem", + "romaji": "kowaso" + }, + "毀した": { + "w_type": "conjugated godan verb", + "romaji": "kowashita" + }, + "毀して": { + "w_type": "conjugated godan verb", + "romaji": "kowashite" + }, + "昇ら": { + "w_type": "godan verb stem", + "romaji": "nobora" + }, + "昇り": { + "w_type": "godan verb stem", + "romaji": "nobori" + }, + "昇れ": { + "w_type": "conjugated godan verb", + "romaji": "nobore" + }, + "昇ろ": { + "w_type": "godan verb stem", + "romaji": "noboro" + }, + "昇った": { + "w_type": "conjugated godan verb", + "romaji": "nobotta" + }, + "昇って": { + "w_type": "conjugated godan verb", + "romaji": "nobotte" + }, + "張り出さ": { + "w_type": "godan verb stem", + "romaji": "haridasa" + }, + "張り出し": { + "w_type": "godan verb stem", + "romaji": "haridashi" + }, + "張り出せ": { + "w_type": "conjugated godan verb", + "romaji": "haridase" + }, + "張り出そ": { + "w_type": "godan verb stem", + "romaji": "haridaso" + }, + "張り出した": { + "w_type": "conjugated godan verb", + "romaji": "haridashita" + }, + "張り出して": { + "w_type": "conjugated godan verb", + "romaji": "haridashite" + }, + "操さ": { + "w_type": "godan verb stem", + "romaji": "ayanasa" + }, + "操し": { + "w_type": "godan verb stem", + "romaji": "ayanashi" + }, + "操せ": { + "w_type": "conjugated godan verb", + "romaji": "ayanase" + }, + "操そ": { + "w_type": "godan verb stem", + "romaji": "ayanaso" + }, + "操した": { + "w_type": "conjugated godan verb", + "romaji": "ayanashita" + }, + "操して": { + "w_type": "conjugated godan verb", + "romaji": "ayanashite" + }, + "精出さ": { + "w_type": "godan verb stem", + "romaji": "seidasa" + }, + "精出し": { + "w_type": "godan verb stem", + "romaji": "seidashi" + }, + "精出せ": { + "w_type": "conjugated godan verb", + "romaji": "seidase" + }, + "精出そ": { + "w_type": "godan verb stem", + "romaji": "seidaso" + }, + "精出した": { + "w_type": "conjugated godan verb", + "romaji": "seidashita" + }, + "精出して": { + "w_type": "conjugated godan verb", + "romaji": "seidashite" + }, + "絡まら": { + "w_type": "godan verb stem", + "romaji": "karamara" + }, + "絡まり": { + "w_type": "godan verb stem", + "romaji": "karamari" + }, + "絡まれ": { + "w_type": "conjugated godan verb", + "romaji": "karamare" + }, + "絡まろ": { + "w_type": "godan verb stem", + "romaji": "karamaro" + }, + "絡まった": { + "w_type": "conjugated godan verb", + "romaji": "karamatta" + }, + "絡まって": { + "w_type": "conjugated godan verb", + "romaji": "karamatte" + }, + "聞き糺さ": { + "w_type": "godan verb stem", + "romaji": "kikitadasa" + }, + "聞き糺し": { + "w_type": "godan verb stem", + "romaji": "kikitadashi" + }, + "聞き糺せ": { + "w_type": "conjugated godan verb", + "romaji": "kikitadase" + }, + "聞き糺そ": { + "w_type": "godan verb stem", + "romaji": "kikitadaso" + }, + "聞き糺した": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashita" + }, + "聞き糺して": { + "w_type": "conjugated godan verb", + "romaji": "kikitadashite" + }, + "塞か": { + "w_type": "godan verb stem", + "romaji": "seka" + }, + "塞き": { + "w_type": "godan verb stem", + "romaji": "seki" + }, + "塞け": { + "w_type": "conjugated godan verb", + "romaji": "seke" + }, + "塞こ": { + "w_type": "godan verb stem", + "romaji": "seko" + }, + "塞いた": { + "w_type": "conjugated godan verb", + "romaji": "seita" + }, + "塞いて": { + "w_type": "conjugated godan verb", + "romaji": "seite" + }, + "擦り込ま": { + "w_type": "godan verb stem", + "romaji": "surikoma" + }, + "擦り込み": { + "w_type": "godan verb stem", + "romaji": "surikomi" + }, + "擦り込め": { + "w_type": "conjugated godan verb", + "romaji": "surikome" + }, + "擦り込も": { + "w_type": "godan verb stem", + "romaji": "surikomo" + }, + "擦り込んだ": { + "w_type": "conjugated godan verb", + "romaji": "surikonda" + }, + "擦り込んで": { + "w_type": "conjugated godan verb", + "romaji": "surikonde" + }, + "始まら": { + "w_type": "godan verb stem", + "romaji": "hajimara" + }, + "始まり": { + "w_type": "godan verb stem", + "romaji": "hajimari" + }, + "始まれ": { + "w_type": "conjugated godan verb", + "romaji": "hajimare" + }, + "始まろ": { + "w_type": "godan verb stem", + "romaji": "hajimaro" + }, + "始まった": { + "w_type": "conjugated godan verb", + "romaji": "hajimatta" + }, + "始まって": { + "w_type": "conjugated godan verb", + "romaji": "hajimatte" + }, + "打ち消さ": { + "w_type": "godan verb stem", + "romaji": "uchikesa" + }, + "打ち消し": { + "w_type": "godan verb stem", + "romaji": "uchikeshi" + }, + "打ち消せ": { + "w_type": "conjugated godan verb", + "romaji": "uchikese" + }, + "打ち消そ": { + "w_type": "godan verb stem", + "romaji": "uchikeso" + }, + "打ち消した": { + "w_type": "conjugated godan verb", + "romaji": "uchikeshita" + }, + "打ち消して": { + "w_type": "conjugated godan verb", + "romaji": "uchikeshite" + }, + "抜か": { + "w_type": "godan verb stem", + "romaji": "nuka" + }, + "抜き": { + "w_type": "godan verb stem", + "romaji": "nuki" + }, + "抜け": { + "w_type": "conjugated godan verb", + "romaji": "nuke" + }, + "抜こ": { + "w_type": "godan verb stem", + "romaji": "nuko" + }, + "抜いた": { + "w_type": "conjugated godan verb", + "romaji": "nuita" + }, + "抜いて": { + "w_type": "conjugated godan verb", + "romaji": "nuite" + }, + "押返さ": { + "w_type": "godan verb stem", + "romaji": "oshikaesa" + }, + "押返し": { + "w_type": "godan verb stem", + "romaji": "oshikaeshi" + }, + "押返せ": { + "w_type": "conjugated godan verb", + "romaji": "oshikaese" + }, + "押返そ": { + "w_type": "godan verb stem", + "romaji": "oshikaeso" + }, + "押返した": { + "w_type": "conjugated godan verb", + "romaji": "oshikaeshita" + }, + "押返して": { + "w_type": "conjugated godan verb", + "romaji": "oshikaeshite" + }, + "亘ら": { + "w_type": "godan verb stem", + "romaji": "watara" + }, + "亘り": { + "w_type": "godan verb stem", + "romaji": "watari" + }, + "亘れ": { + "w_type": "conjugated godan verb", + "romaji": "watare" + }, + "亘ろ": { + "w_type": "godan verb stem", + "romaji": "wataro" + }, + "亘った": { + "w_type": "conjugated godan verb", + "romaji": "watatta" + }, + "亘って": { + "w_type": "conjugated godan verb", + "romaji": "watatte" + }, + "弾き返さ": { + "w_type": "godan verb stem", + "romaji": "hajikikaesa" + }, + "弾き返し": { + "w_type": "godan verb stem", + "romaji": "hajikikaeshi" + }, + "弾き返せ": { + "w_type": "conjugated godan verb", + "romaji": "hajikikaese" + }, + "弾き返そ": { + "w_type": "godan verb stem", + "romaji": "hajikikaeso" + }, + "弾き返した": { + "w_type": "conjugated godan verb", + "romaji": "hajikikaeshita" + }, + "弾き返して": { + "w_type": "conjugated godan verb", + "romaji": "hajikikaeshite" + }, + "隣ら": { + "w_type": "godan verb stem", + "romaji": "tonara" + }, + "隣り": { + "w_type": "godan verb stem", + "romaji": "tonari" + }, + "隣れ": { + "w_type": "conjugated godan verb", + "romaji": "tonare" + }, + "隣ろ": { + "w_type": "godan verb stem", + "romaji": "tonaro" + }, + "隣った": { + "w_type": "conjugated godan verb", + "romaji": "tonatta" + }, + "隣って": { + "w_type": "conjugated godan verb", + "romaji": "tonatte" + }, + "行き悩ま": { + "w_type": "godan verb stem", + "romaji": "yukinayama" + }, + "行き悩み": { + "w_type": "godan verb stem", + "romaji": "yukinayami" + }, + "行き悩め": { + "w_type": "conjugated godan verb", + "romaji": "yukinayame" + }, + "行き悩も": { + "w_type": "godan verb stem", + "romaji": "yukinayamo" + }, + "行き悩んだ": { + "w_type": "conjugated godan verb", + "romaji": "yukinayanda" + }, + "行き悩んで": { + "w_type": "conjugated godan verb", + "romaji": "yukinayande" + }, + "頂か": { + "w_type": "godan verb stem", + "romaji": "itadaka" + }, + "頂き": { + "w_type": "godan verb stem", + "romaji": "itadaki" + }, + "頂け": { + "w_type": "conjugated godan verb", + "romaji": "itadake" + }, + "頂こ": { + "w_type": "godan verb stem", + "romaji": "itadako" + }, + "頂いた": { + "w_type": "conjugated godan verb", + "romaji": "itadaita" + }, + "頂いて": { + "w_type": "conjugated godan verb", + "romaji": "itadaite" + }, + "かぶり付か": { + "w_type": "godan verb stem", + "romaji": "kaburitsuka" + }, + "かぶり付き": { + "w_type": "godan verb stem", + "romaji": "kaburitsuki" + }, + "かぶり付け": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuke" + }, + "かぶり付こ": { + "w_type": "godan verb stem", + "romaji": "kaburitsuko" + }, + "かぶり付いた": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuita" + }, + "かぶり付いて": { + "w_type": "conjugated godan verb", + "romaji": "kaburitsuite" + }, + "力付か": { + "w_type": "godan verb stem", + "romaji": "chikarazuka" + }, + "力付き": { + "w_type": "godan verb stem", + "romaji": "chikarazuki" + }, + "力付け": { + "w_type": "conjugated godan verb", + "romaji": "chikarazuke" + }, + "力付こ": { + "w_type": "godan verb stem", + "romaji": "chikarazuko" + }, + "力付いた": { + "w_type": "conjugated godan verb", + "romaji": "chikarazuita" + }, + "力付いて": { + "w_type": "conjugated godan verb", + "romaji": "chikarazuite" + }, + "いぶり出さ": { + "w_type": "godan verb stem", + "romaji": "iburidasa" + }, + "いぶり出し": { + "w_type": "godan verb stem", + "romaji": "iburidashi" + }, + "いぶり出せ": { + "w_type": "conjugated godan verb", + "romaji": "iburidase" + }, + "いぶり出そ": { + "w_type": "godan verb stem", + "romaji": "iburidaso" + }, + "いぶり出した": { + "w_type": "conjugated godan verb", + "romaji": "iburidashita" + }, + "いぶり出して": { + "w_type": "conjugated godan verb", + "romaji": "iburidashite" + }, + "入りびたら": { + "w_type": "godan verb stem", + "romaji": "iribitara" + }, + "入りびたり": { + "w_type": "godan verb stem", + "romaji": "iribitari" + }, + "入りびたれ": { + "w_type": "conjugated godan verb", + "romaji": "iribitare" + }, + "入りびたろ": { + "w_type": "godan verb stem", + "romaji": "iribitaro" + }, + "入りびたった": { + "w_type": "conjugated godan verb", + "romaji": "iribitatta" + }, + "入りびたって": { + "w_type": "conjugated godan verb", + "romaji": "iribitatte" + }, + "払いきら": { + "w_type": "godan verb stem", + "romaji": "haraikira" + }, + "払いきり": { + "w_type": "godan verb stem", + "romaji": "haraikiri" + }, + "払いきれ": { + "w_type": "conjugated godan verb", + "romaji": "haraikire" + }, + "払いきろ": { + "w_type": "godan verb stem", + "romaji": "haraikiro" + }, + "払いきった": { + "w_type": "conjugated godan verb", + "romaji": "haraikitta" + }, + "払いきって": { + "w_type": "conjugated godan verb", + "romaji": "haraikitte" + }, + "涌き上ら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "涌き上り": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "涌き上れ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "涌き上ろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "涌き上った": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "涌き上って": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "噛み熟さ": { + "w_type": "godan verb stem", + "romaji": "kamikonasa" + }, + "噛み熟し": { + "w_type": "godan verb stem", + "romaji": "kamikonashi" + }, + "噛み熟せ": { + "w_type": "conjugated godan verb", + "romaji": "kamikonase" + }, + "噛み熟そ": { + "w_type": "godan verb stem", + "romaji": "kamikonaso" + }, + "噛み熟した": { + "w_type": "conjugated godan verb", + "romaji": "kamikonashita" + }, + "噛み熟して": { + "w_type": "conjugated godan verb", + "romaji": "kamikonashite" + }, + "達引か": { + "w_type": "godan verb stem", + "romaji": "tatehika" + }, + "達引き": { + "w_type": "godan verb stem", + "romaji": "tatehiki" + }, + "達引け": { + "w_type": "conjugated godan verb", + "romaji": "tatehike" + }, + "達引こ": { + "w_type": "godan verb stem", + "romaji": "tatehiko" + }, + "達引いた": { + "w_type": "conjugated godan verb", + "romaji": "tatehiita" + }, + "達引いて": { + "w_type": "conjugated godan verb", + "romaji": "tatehiite" + }, + "燃え立た": { + "w_type": "godan verb stem", + "romaji": "moetata" + }, + "燃え立ち": { + "w_type": "godan verb stem", + "romaji": "moetachi" + }, + "燃え立て": { + "w_type": "conjugated godan verb", + "romaji": "moetate" + }, + "燃え立と": { + "w_type": "godan verb stem", + "romaji": "moetato" + }, + "燃え立った": { + "w_type": "conjugated godan verb", + "romaji": "moetatta" + }, + "燃え立って": { + "w_type": "conjugated godan verb", + "romaji": "moetatte" + }, + "燃え出さ": { + "w_type": "godan verb stem", + "romaji": "moedasa" + }, + "燃え出し": { + "w_type": "godan verb stem", + "romaji": "moedashi" + }, + "燃え出せ": { + "w_type": "conjugated godan verb", + "romaji": "moedase" + }, + "燃え出そ": { + "w_type": "godan verb stem", + "romaji": "moedaso" + }, + "燃え出した": { + "w_type": "conjugated godan verb", + "romaji": "moedashita" + }, + "燃え出して": { + "w_type": "conjugated godan verb", + "romaji": "moedashite" + }, + "有り合さ": { + "w_type": "godan verb stem", + "romaji": "ariawasa" + }, + "有り合し": { + "w_type": "godan verb stem", + "romaji": "ariawashi" + }, + "有り合せ": { + "w_type": "conjugated godan verb", + "romaji": "ariawase" + }, + "有り合そ": { + "w_type": "godan verb stem", + "romaji": "ariawaso" + }, + "有り合した": { + "w_type": "conjugated godan verb", + "romaji": "ariawashita" + }, + "有り合して": { + "w_type": "conjugated godan verb", + "romaji": "ariawashite" + }, + "饗さ": { + "w_type": "godan verb stem", + "romaji": "kyousa" + }, + "饗し": { + "w_type": "godan verb stem", + "romaji": "kyoushi" + }, + "饗せ": { + "w_type": "conjugated godan verb", + "romaji": "kyouse" + }, + "饗そ": { + "w_type": "godan verb stem", + "romaji": "kyouso" + }, + "饗した": { + "w_type": "conjugated godan verb", + "romaji": "kyoushita" + }, + "饗して": { + "w_type": "conjugated godan verb", + "romaji": "kyoushite" + }, + "有り合わ": { + "w_type": "godan verb stem", + "romaji": "ariawa" + }, + "有り合い": { + "w_type": "godan verb stem", + "romaji": "ariai" + }, + "有り合え": { + "w_type": "conjugated godan verb", + "romaji": "ariae" + }, + "有り合お": { + "w_type": "godan verb stem", + "romaji": "ariao" + }, + "有り合った": { + "w_type": "conjugated godan verb", + "romaji": "ariatta" + }, + "有り合って": { + "w_type": "conjugated godan verb", + "romaji": "ariatte" + }, + "見つめあわ": { + "w_type": "godan verb stem", + "romaji": "mitsumeawa" + }, + "見つめあい": { + "w_type": "godan verb stem", + "romaji": "mitsumeai" + }, + "見つめあえ": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeae" + }, + "見つめあお": { + "w_type": "godan verb stem", + "romaji": "mitsumeao" + }, + "見つめあった": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatta" + }, + "見つめあって": { + "w_type": "conjugated godan verb", + "romaji": "mitsumeatte" + }, + "くり返さ": { + "w_type": "godan verb stem", + "romaji": "kurikaesa" + }, + "くり返し": { + "w_type": "godan verb stem", + "romaji": "kurikaeshi" + }, + "くり返せ": { + "w_type": "conjugated godan verb", + "romaji": "kurikaese" + }, + "くり返そ": { + "w_type": "godan verb stem", + "romaji": "kurikaeso" + }, + "くり返した": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshita" + }, + "くり返して": { + "w_type": "conjugated godan verb", + "romaji": "kurikaeshite" + }, + "積み出さ": { + "w_type": "godan verb stem", + "romaji": "tsumidasa" + }, + "積み出し": { + "w_type": "godan verb stem", + "romaji": "tsumidashi" + }, + "積み出せ": { + "w_type": "conjugated godan verb", + "romaji": "tsumidase" + }, + "積み出そ": { + "w_type": "godan verb stem", + "romaji": "tsumidaso" + }, + "積み出した": { + "w_type": "conjugated godan verb", + "romaji": "tsumidashita" + }, + "積み出して": { + "w_type": "conjugated godan verb", + "romaji": "tsumidashite" + }, + "詰切ら": { + "w_type": "godan verb stem", + "romaji": "tsumekira" + }, + "詰切り": { + "w_type": "godan verb stem", + "romaji": "tsumekiri" + }, + "詰切れ": { + "w_type": "conjugated godan verb", + "romaji": "tsumekire" + }, + "詰切ろ": { + "w_type": "godan verb stem", + "romaji": "tsumekiro" + }, + "詰切った": { + "w_type": "conjugated godan verb", + "romaji": "tsumekitta" + }, + "詰切って": { + "w_type": "conjugated godan verb", + "romaji": "tsumekitte" + }, + "乗り馴らさ": { + "w_type": "godan verb stem", + "romaji": "norinarasa" + }, + "乗り馴らし": { + "w_type": "godan verb stem", + "romaji": "norinarashi" + }, + "乗り馴らせ": { + "w_type": "conjugated godan verb", + "romaji": "norinarase" + }, + "乗り馴らそ": { + "w_type": "godan verb stem", + "romaji": "norinaraso" + }, + "乗り馴らした": { + "w_type": "conjugated godan verb", + "romaji": "norinarashita" + }, + "乗り馴らして": { + "w_type": "conjugated godan verb", + "romaji": "norinarashite" + }, + "走り出さ": { + "w_type": "godan verb stem", + "romaji": "hashiridasa" + }, + "走り出し": { + "w_type": "godan verb stem", + "romaji": "hashiridashi" + }, + "走り出せ": { + "w_type": "conjugated godan verb", + "romaji": "hashiridase" + }, + "走り出そ": { + "w_type": "godan verb stem", + "romaji": "hashiridaso" + }, + "走り出した": { + "w_type": "conjugated godan verb", + "romaji": "hashiridashita" + }, + "走り出して": { + "w_type": "conjugated godan verb", + "romaji": "hashiridashite" + }, + "言い現さ": { + "w_type": "godan verb stem", + "romaji": "iiarawasa" + }, + "言い現し": { + "w_type": "godan verb stem", + "romaji": "iiarawashi" + }, + "言い現せ": { + "w_type": "conjugated godan verb", + "romaji": "iiarawase" + }, + "言い現そ": { + "w_type": "godan verb stem", + "romaji": "iiarawaso" + }, + "言い現した": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashita" + }, + "言い現して": { + "w_type": "conjugated godan verb", + "romaji": "iiarawashite" + }, + "寄り集まら": { + "w_type": "godan verb stem", + "romaji": "yoriatsumara" + }, + "寄り集まり": { + "w_type": "godan verb stem", + "romaji": "yoriatsumari" + }, + "寄り集まれ": { + "w_type": "conjugated godan verb", + "romaji": "yoriatsumare" + }, + "寄り集まろ": { + "w_type": "godan verb stem", + "romaji": "yoriatsumaro" + }, + "寄り集まった": { + "w_type": "conjugated godan verb", + "romaji": "yoriatsumatta" + }, + "寄り集まって": { + "w_type": "conjugated godan verb", + "romaji": "yoriatsumatte" + }, + "詠み込ま": { + "w_type": "godan verb stem", + "romaji": "yomikoma" + }, + "詠み込み": { + "w_type": "godan verb stem", + "romaji": "yomikomi" + }, + "詠み込め": { + "w_type": "conjugated godan verb", + "romaji": "yomikome" + }, + "詠み込も": { + "w_type": "godan verb stem", + "romaji": "yomikomo" + }, + "詠み込んだ": { + "w_type": "conjugated godan verb", + "romaji": "yomikonda" + }, + "詠み込んで": { + "w_type": "conjugated godan verb", + "romaji": "yomikonde" + }, + "生ら": { + "w_type": "godan verb stem", + "romaji": "nara" + }, + "生り": { + "w_type": "godan verb stem", + "romaji": "nari" + }, + "生れ": { + "w_type": "conjugated godan verb", + "romaji": "nare" + }, + "生ろ": { + "w_type": "godan verb stem", + "romaji": "naro" + }, + "生った": { + "w_type": "conjugated godan verb", + "romaji": "natta" + }, + "生って": { + "w_type": "conjugated godan verb", + "romaji": "natte" + }, + "生ま": { + "w_type": "godan verb stem", + "romaji": "uma" + }, + "生み": { + "w_type": "godan verb stem", + "romaji": "umi" + }, + "生め": { + "w_type": "conjugated godan verb", + "romaji": "ume" + }, + "生も": { + "w_type": "godan verb stem", + "romaji": "umo" + }, + "生んだ": { + "w_type": "conjugated godan verb", + "romaji": "unda" + }, + "生んで": { + "w_type": "conjugated godan verb", + "romaji": "unde" + }, + "差し昇ら": { + "w_type": "godan verb stem", + "romaji": "sashinobora" + }, + "差し昇り": { + "w_type": "godan verb stem", + "romaji": "sashinobori" + }, + "差し昇れ": { + "w_type": "conjugated godan verb", + "romaji": "sashinobore" + }, + "差し昇ろ": { + "w_type": "godan verb stem", + "romaji": "sashinoboro" + }, + "差し昇った": { + "w_type": "conjugated godan verb", + "romaji": "sashinobotta" + }, + "差し昇って": { + "w_type": "conjugated godan verb", + "romaji": "sashinobotte" + }, + "建ち並ば": { + "w_type": "godan verb stem", + "romaji": "tachinaraba" + }, + "建ち並び": { + "w_type": "godan verb stem", + "romaji": "tachinarabi" + }, + "建ち並べ": { + "w_type": "conjugated godan verb", + "romaji": "tachinarabe" + }, + "建ち並ぼ": { + "w_type": "godan verb stem", + "romaji": "tachinarabo" + }, + "建ち並んだ": { + "w_type": "conjugated godan verb", + "romaji": "tachinaranda" + }, + "建ち並んで": { + "w_type": "conjugated godan verb", + "romaji": "tachinarande" + }, + "生さ": { + "w_type": "godan verb stem", + "romaji": "musa" + }, + "生し": { + "w_type": "godan verb stem", + "romaji": "mushi" + }, + "生せ": { + "w_type": "conjugated godan verb", + "romaji": "muse" + }, + "生そ": { + "w_type": "godan verb stem", + "romaji": "muso" + }, + "生した": { + "w_type": "conjugated godan verb", + "romaji": "mushita" + }, + "生して": { + "w_type": "conjugated godan verb", + "romaji": "mushite" + }, + "足ら": { + "w_type": "godan verb stem", + "romaji": "tara" + }, + "足り": { + "w_type": "godan verb stem", + "romaji": "tari" + }, + "足れ": { + "w_type": "conjugated godan verb", + "romaji": "tare" + }, + "足ろ": { + "w_type": "godan verb stem", + "romaji": "taro" + }, + "足った": { + "w_type": "conjugated godan verb", + "romaji": "tatta" + }, + "足って": { + "w_type": "conjugated godan verb", + "romaji": "tatte" + }, + "折り合わ": { + "w_type": "godan verb stem", + "romaji": "oriawa" + }, + "折り合い": { + "w_type": "godan verb stem", + "romaji": "oriai" + }, + "折り合え": { + "w_type": "conjugated godan verb", + "romaji": "oriae" + }, + "折り合お": { + "w_type": "godan verb stem", + "romaji": "oriao" + }, + "折り合った": { + "w_type": "conjugated godan verb", + "romaji": "oriatta" + }, + "折り合って": { + "w_type": "conjugated godan verb", + "romaji": "oriatte" + }, + "被わ": { + "w_type": "godan verb stem", + "romaji": "oowa" + }, + "被い": { + "w_type": "godan verb stem", + "romaji": "ooi" + }, + "被え": { + "w_type": "conjugated godan verb", + "romaji": "ooe" + }, + "被お": { + "w_type": "godan verb stem", + "romaji": "ooo" + }, + "被った": { + "w_type": "conjugated godan verb", + "romaji": "ootta" + }, + "被って": { + "w_type": "conjugated godan verb", + "romaji": "ootte" + }, + "宥めすかさ": { + "w_type": "godan verb stem", + "romaji": "nadamesukasa" + }, + "宥めすかし": { + "w_type": "godan verb stem", + "romaji": "nadamesukashi" + }, + "宥めすかせ": { + "w_type": "conjugated godan verb", + "romaji": "nadamesukase" + }, + "宥めすかそ": { + "w_type": "godan verb stem", + "romaji": "nadamesukaso" + }, + "宥めすかした": { + "w_type": "conjugated godan verb", + "romaji": "nadamesukashita" + }, + "宥めすかして": { + "w_type": "conjugated godan verb", + "romaji": "nadamesukashite" + }, + "包み匿さ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakusa" + }, + "包み匿し": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakushi" + }, + "包み匿せ": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakuse" + }, + "包み匿そ": { + "w_type": "godan verb stem", + "romaji": "tsutsumikakuso" + }, + "包み匿した": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushita" + }, + "包み匿して": { + "w_type": "conjugated godan verb", + "romaji": "tsutsumikakushite" + }, + "被さ": { + "w_type": "godan verb stem", + "romaji": "kabusa" + }, + "被し": { + "w_type": "godan verb stem", + "romaji": "kabushi" + }, + "被せ": { + "w_type": "conjugated godan verb", + "romaji": "kabuse" + }, + "被そ": { + "w_type": "godan verb stem", + "romaji": "kabuso" + }, + "被した": { + "w_type": "conjugated godan verb", + "romaji": "kabushita" + }, + "被して": { + "w_type": "conjugated godan verb", + "romaji": "kabushite" + }, + "抉じら": { + "w_type": "godan verb stem", + "romaji": "kojira" + }, + "抉じり": { + "w_type": "godan verb stem", + "romaji": "kojiri" + }, + "抉じれ": { + "w_type": "conjugated godan verb", + "romaji": "kojire" + }, + "抉じろ": { + "w_type": "godan verb stem", + "romaji": "kojiro" + }, + "抉じった": { + "w_type": "conjugated godan verb", + "romaji": "kojitta" + }, + "抉じって": { + "w_type": "conjugated godan verb", + "romaji": "kojitte" + }, + "圧し合わ": { + "w_type": "godan verb stem", + "romaji": "heshiawa" + }, + "圧し合い": { + "w_type": "godan verb stem", + "romaji": "heshiai" + }, + "圧し合え": { + "w_type": "conjugated godan verb", + "romaji": "heshiae" + }, + "圧し合お": { + "w_type": "godan verb stem", + "romaji": "heshiao" + }, + "圧し合った": { + "w_type": "conjugated godan verb", + "romaji": "heshiatta" + }, + "圧し合って": { + "w_type": "conjugated godan verb", + "romaji": "heshiatte" + }, + "喰らわ": { + "w_type": "godan verb stem", + "romaji": "kurawa" + }, + "喰らい": { + "w_type": "godan verb stem", + "romaji": "kurai" + }, + "喰らえ": { + "w_type": "conjugated godan verb", + "romaji": "kurae" + }, + "喰らお": { + "w_type": "godan verb stem", + "romaji": "kurao" + }, + "喰らった": { + "w_type": "conjugated godan verb", + "romaji": "kuratta" + }, + "喰らって": { + "w_type": "conjugated godan verb", + "romaji": "kuratte" + }, + "巻きつか": { + "w_type": "godan verb stem", + "romaji": "makitsuka" + }, + "巻きつき": { + "w_type": "godan verb stem", + "romaji": "makitsuki" + }, + "巻きつけ": { + "w_type": "conjugated godan verb", + "romaji": "makitsuke" + }, + "巻きつこ": { + "w_type": "godan verb stem", + "romaji": "makitsuko" + }, + "巻きついた": { + "w_type": "conjugated godan verb", + "romaji": "makitsuita" + }, + "巻きついて": { + "w_type": "conjugated godan verb", + "romaji": "makitsuite" + }, + "生き抜か": { + "w_type": "godan verb stem", + "romaji": "ikinuka" + }, + "生き抜き": { + "w_type": "godan verb stem", + "romaji": "ikinuki" + }, + "生き抜け": { + "w_type": "conjugated godan verb", + "romaji": "ikinuke" + }, + "生き抜こ": { + "w_type": "godan verb stem", + "romaji": "ikinuko" + }, + "生き抜いた": { + "w_type": "conjugated godan verb", + "romaji": "ikinuita" + }, + "生き抜いて": { + "w_type": "conjugated godan verb", + "romaji": "ikinuite" + }, + "言い付から": { + "w_type": "godan verb stem", + "romaji": "iitsukara" + }, + "言い付かり": { + "w_type": "godan verb stem", + "romaji": "iitsukari" + }, + "言い付かれ": { + "w_type": "conjugated godan verb", + "romaji": "iitsukare" + }, + "言い付かろ": { + "w_type": "godan verb stem", + "romaji": "iitsukaro" + }, + "言い付かった": { + "w_type": "conjugated godan verb", + "romaji": "iitsukatta" + }, + "言い付かって": { + "w_type": "conjugated godan verb", + "romaji": "iitsukatte" + }, + "追わ": { + "w_type": "godan verb stem", + "romaji": "owa" + }, + "追い": { + "w_type": "godan verb stem", + "romaji": "oi" + }, + "追え": { + "w_type": "conjugated godan verb", + "romaji": "oe" + }, + "追お": { + "w_type": "godan verb stem", + "romaji": "oo" + }, + "追った": { + "w_type": "conjugated godan verb", + "romaji": "otta" + }, + "追って": { + "w_type": "conjugated godan verb", + "romaji": "otte" + }, + "法ら": { + "w_type": "godan verb stem", + "romaji": "nottora" + }, + "法り": { + "w_type": "godan verb stem", + "romaji": "nottori" + }, + "法れ": { + "w_type": "conjugated godan verb", + "romaji": "nottore" + }, + "法ろ": { + "w_type": "godan verb stem", + "romaji": "nottoro" + }, + "法った": { + "w_type": "conjugated godan verb", + "romaji": "nottotta" + }, + "法って": { + "w_type": "conjugated godan verb", + "romaji": "nottotte" + }, + "掻い摘まま": { + "w_type": "godan verb stem", + "romaji": "kaitsumama" + }, + "掻い摘まみ": { + "w_type": "godan verb stem", + "romaji": "kaitsumami" + }, + "掻い摘まめ": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumame" + }, + "掻い摘まも": { + "w_type": "godan verb stem", + "romaji": "kaitsumamo" + }, + "掻い摘まんだ": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumanda" + }, + "掻い摘まんで": { + "w_type": "conjugated godan verb", + "romaji": "kaitsumande" + }, + "被ら": { + "w_type": "godan verb stem", + "romaji": "kabura" + }, + "被り": { + "w_type": "godan verb stem", + "romaji": "kaburi" + }, + "被れ": { + "w_type": "conjugated godan verb", + "romaji": "kabure" + }, + "被ろ": { + "w_type": "godan verb stem", + "romaji": "kaburo" + }, + "歌い合わ": { + "w_type": "godan verb stem", + "romaji": "utaiawa" + }, + "歌い合い": { + "w_type": "godan verb stem", + "romaji": "utaiai" + }, + "歌い合え": { + "w_type": "conjugated godan verb", + "romaji": "utaiae" + }, + "歌い合お": { + "w_type": "godan verb stem", + "romaji": "utaiao" + }, + "歌い合った": { + "w_type": "conjugated godan verb", + "romaji": "utaiatta" + }, + "歌い合って": { + "w_type": "conjugated godan verb", + "romaji": "utaiatte" + }, + "及ぼさ": { + "w_type": "godan verb stem", + "romaji": "oyobosa" + }, + "及ぼし": { + "w_type": "godan verb stem", + "romaji": "oyoboshi" + }, + "及ぼせ": { + "w_type": "conjugated godan verb", + "romaji": "oyobose" + }, + "及ぼそ": { + "w_type": "godan verb stem", + "romaji": "oyoboso" + }, + "及ぼした": { + "w_type": "conjugated godan verb", + "romaji": "oyoboshita" + }, + "及ぼして": { + "w_type": "conjugated godan verb", + "romaji": "oyoboshite" + }, + "追越さ": { + "w_type": "godan verb stem", + "romaji": "oikosa" + }, + "追越し": { + "w_type": "godan verb stem", + "romaji": "oikoshi" + }, + "追越せ": { + "w_type": "conjugated godan verb", + "romaji": "oikose" + }, + "追越そ": { + "w_type": "godan verb stem", + "romaji": "oikoso" + }, + "追越した": { + "w_type": "conjugated godan verb", + "romaji": "oikoshita" + }, + "追越して": { + "w_type": "conjugated godan verb", + "romaji": "oikoshite" + }, + "かけ直さ": { + "w_type": "godan verb stem", + "romaji": "kakenaosa" + }, + "かけ直し": { + "w_type": "godan verb stem", + "romaji": "kakenaoshi" + }, + "かけ直せ": { + "w_type": "conjugated godan verb", + "romaji": "kakenaose" + }, + "かけ直そ": { + "w_type": "godan verb stem", + "romaji": "kakenaoso" + }, + "かけ直した": { + "w_type": "conjugated godan verb", + "romaji": "kakenaoshita" + }, + "かけ直して": { + "w_type": "conjugated godan verb", + "romaji": "kakenaoshite" + }, + "読み損なわ": { + "w_type": "godan verb stem", + "romaji": "yomisokonawa" + }, + "読み損ない": { + "w_type": "godan verb stem", + "romaji": "yomisokonai" + }, + "読み損なえ": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonae" + }, + "読み損なお": { + "w_type": "godan verb stem", + "romaji": "yomisokonao" + }, + "読み損なった": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonatta" + }, + "読み損なって": { + "w_type": "conjugated godan verb", + "romaji": "yomisokonatte" + }, + "言渡さ": { + "w_type": "godan verb stem", + "romaji": "iiwatasa" + }, + "言渡し": { + "w_type": "godan verb stem", + "romaji": "iiwatashi" + }, + "言渡せ": { + "w_type": "conjugated godan verb", + "romaji": "iiwatase" + }, + "言渡そ": { + "w_type": "godan verb stem", + "romaji": "iiwataso" + }, + "言渡した": { + "w_type": "conjugated godan verb", + "romaji": "iiwatashita" + }, + "言渡して": { + "w_type": "conjugated godan verb", + "romaji": "iiwatashite" + }, + "填ら": { + "w_type": "godan verb stem", + "romaji": "hamara" + }, + "填り": { + "w_type": "godan verb stem", + "romaji": "hamari" + }, + "填れ": { + "w_type": "conjugated godan verb", + "romaji": "hamare" + }, + "填ろ": { + "w_type": "godan verb stem", + "romaji": "hamaro" + }, + "填った": { + "w_type": "conjugated godan verb", + "romaji": "hamatta" + }, + "填って": { + "w_type": "conjugated godan verb", + "romaji": "hamatte" + }, + "選びとら": { + "w_type": "godan verb stem", + "romaji": "erabitora" + }, + "選びとり": { + "w_type": "godan verb stem", + "romaji": "erabitori" + }, + "選びとれ": { + "w_type": "conjugated godan verb", + "romaji": "erabitore" + }, + "選びとろ": { + "w_type": "godan verb stem", + "romaji": "erabitoro" + }, + "選びとった": { + "w_type": "conjugated godan verb", + "romaji": "erabitotta" + }, + "選びとって": { + "w_type": "conjugated godan verb", + "romaji": "erabitotte" + }, + "むさぼり読ま": { + "w_type": "godan verb stem", + "romaji": "musaboriyoma" + }, + "むさぼり読み": { + "w_type": "godan verb stem", + "romaji": "musaboriyomi" + }, + "むさぼり読め": { + "w_type": "conjugated godan verb", + "romaji": "musaboriyome" + }, + "むさぼり読も": { + "w_type": "godan verb stem", + "romaji": "musaboriyomo" + }, + "むさぼり読んだ": { + "w_type": "conjugated godan verb", + "romaji": "musaboriyonda" + }, + "むさぼり読んで": { + "w_type": "conjugated godan verb", + "romaji": "musaboriyonde" + }, + "寄り縋ら": { + "w_type": "godan verb stem", + "romaji": "yorisugara" + }, + "寄り縋り": { + "w_type": "godan verb stem", + "romaji": "yorisugari" + }, + "寄り縋れ": { + "w_type": "conjugated godan verb", + "romaji": "yorisugare" + }, + "寄り縋ろ": { + "w_type": "godan verb stem", + "romaji": "yorisugaro" + }, + "寄り縋った": { + "w_type": "conjugated godan verb", + "romaji": "yorisugatta" + }, + "寄り縋って": { + "w_type": "conjugated godan verb", + "romaji": "yorisugatte" + }, + "遮ら": { + "w_type": "godan verb stem", + "romaji": "saegira" + }, + "遮り": { + "w_type": "godan verb stem", + "romaji": "saegiri" + }, + "遮れ": { + "w_type": "conjugated godan verb", + "romaji": "saegire" + }, + "遮ろ": { + "w_type": "godan verb stem", + "romaji": "saegiro" + }, + "遮った": { + "w_type": "conjugated godan verb", + "romaji": "saegitta" + }, + "遮って": { + "w_type": "conjugated godan verb", + "romaji": "saegitte" + }, + "睦ま": { + "w_type": "godan verb stem", + "romaji": "mutsuma" + }, + "睦み": { + "w_type": "godan verb stem", + "romaji": "mutsumi" + }, + "睦め": { + "w_type": "conjugated godan verb", + "romaji": "mutsume" + }, + "睦も": { + "w_type": "godan verb stem", + "romaji": "mutsumo" + }, + "引っ越さ": { + "w_type": "godan verb stem", + "romaji": "hikkosa" + }, + "引っ越し": { + "w_type": "godan verb stem", + "romaji": "hikkoshi" + }, + "引っ越せ": { + "w_type": "conjugated godan verb", + "romaji": "hikkose" + }, + "引っ越そ": { + "w_type": "godan verb stem", + "romaji": "hikkoso" + }, + "引っ越した": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshita" + }, + "引っ越して": { + "w_type": "conjugated godan verb", + "romaji": "hikkoshite" + }, + "駆けださ": { + "w_type": "godan verb stem", + "romaji": "kakedasa" + }, + "駆けだし": { + "w_type": "godan verb stem", + "romaji": "kakedashi" + }, + "駆けだせ": { + "w_type": "conjugated godan verb", + "romaji": "kakedase" + }, + "駆けだそ": { + "w_type": "godan verb stem", + "romaji": "kakedaso" + }, + "駆けだした": { + "w_type": "conjugated godan verb", + "romaji": "kakedashita" + }, + "駆けだして": { + "w_type": "conjugated godan verb", + "romaji": "kakedashite" + }, + "閉じこもら": { + "w_type": "godan verb stem", + "romaji": "tojikomora" + }, + "閉じこもり": { + "w_type": "godan verb stem", + "romaji": "tojikomori" + }, + "閉じこもれ": { + "w_type": "conjugated godan verb", + "romaji": "tojikomore" + }, + "閉じこもろ": { + "w_type": "godan verb stem", + "romaji": "tojikomoro" + }, + "閉じこもった": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotta" + }, + "閉じこもって": { + "w_type": "conjugated godan verb", + "romaji": "tojikomotte" + }, + "成立た": { + "w_type": "godan verb stem", + "romaji": "naritata" + }, + "成立ち": { + "w_type": "godan verb stem", + "romaji": "naritachi" + }, + "成立て": { + "w_type": "conjugated godan verb", + "romaji": "naritate" + }, + "成立と": { + "w_type": "godan verb stem", + "romaji": "naritato" + }, + "成立った": { + "w_type": "conjugated godan verb", + "romaji": "naritatta" + }, + "成立って": { + "w_type": "conjugated godan verb", + "romaji": "naritatte" + }, + "蹴出さ": { + "w_type": "godan verb stem", + "romaji": "kedasa" + }, + "蹴出し": { + "w_type": "godan verb stem", + "romaji": "kedashi" + }, + "蹴出せ": { + "w_type": "conjugated godan verb", + "romaji": "kedase" + }, + "蹴出そ": { + "w_type": "godan verb stem", + "romaji": "kedaso" + }, + "蹴出した": { + "w_type": "conjugated godan verb", + "romaji": "kedashita" + }, + "蹴出して": { + "w_type": "conjugated godan verb", + "romaji": "kedashite" + }, + "切り分かた": { + "w_type": "godan verb stem", + "romaji": "kiriwakata" + }, + "切り分かち": { + "w_type": "godan verb stem", + "romaji": "kiriwakachi" + }, + "切り分かて": { + "w_type": "conjugated godan verb", + "romaji": "kiriwakate" + }, + "切り分かと": { + "w_type": "godan verb stem", + "romaji": "kiriwakato" + }, + "切り分かった": { + "w_type": "conjugated godan verb", + "romaji": "kiriwakatta" + }, + "切り分かって": { + "w_type": "conjugated godan verb", + "romaji": "kiriwakatte" + }, + "遣り通さ": { + "w_type": "godan verb stem", + "romaji": "yaritoosa" + }, + "遣り通し": { + "w_type": "godan verb stem", + "romaji": "yaritooshi" + }, + "遣り通せ": { + "w_type": "conjugated godan verb", + "romaji": "yaritoose" + }, + "遣り通そ": { + "w_type": "godan verb stem", + "romaji": "yaritooso" + }, + "遣り通した": { + "w_type": "conjugated godan verb", + "romaji": "yaritooshita" + }, + "遣り通して": { + "w_type": "conjugated godan verb", + "romaji": "yaritooshite" + }, + "盛り返さ": { + "w_type": "godan verb stem", + "romaji": "morikaesa" + }, + "盛り返し": { + "w_type": "godan verb stem", + "romaji": "morikaeshi" + }, + "盛り返せ": { + "w_type": "conjugated godan verb", + "romaji": "morikaese" + }, + "盛り返そ": { + "w_type": "godan verb stem", + "romaji": "morikaeso" + }, + "盛り返した": { + "w_type": "conjugated godan verb", + "romaji": "morikaeshita" + }, + "盛り返して": { + "w_type": "conjugated godan verb", + "romaji": "morikaeshite" + }, + "切散らさ": { + "w_type": "godan verb stem", + "romaji": "kirichirasa" + }, + "切散らし": { + "w_type": "godan verb stem", + "romaji": "kirichirashi" + }, + "切散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kirichirase" + }, + "切散らそ": { + "w_type": "godan verb stem", + "romaji": "kirichiraso" + }, + "切散らした": { + "w_type": "conjugated godan verb", + "romaji": "kirichirashita" + }, + "切散らして": { + "w_type": "conjugated godan verb", + "romaji": "kirichirashite" + }, + "立ちはだから": { + "w_type": "godan verb stem", + "romaji": "tachihadakara" + }, + "立ちはだかり": { + "w_type": "godan verb stem", + "romaji": "tachihadakari" + }, + "立ちはだかれ": { + "w_type": "conjugated godan verb", + "romaji": "tachihadakare" + }, + "立ちはだかろ": { + "w_type": "godan verb stem", + "romaji": "tachihadakaro" + }, + "立ちはだかった": { + "w_type": "conjugated godan verb", + "romaji": "tachihadakatta" + }, + "立ちはだかって": { + "w_type": "conjugated godan verb", + "romaji": "tachihadakatte" + }, + "窶さ": { + "w_type": "godan verb stem", + "romaji": "yatsusa" + }, + "窶し": { + "w_type": "godan verb stem", + "romaji": "yatsushi" + }, + "窶せ": { + "w_type": "conjugated godan verb", + "romaji": "yatsuse" + }, + "窶そ": { + "w_type": "godan verb stem", + "romaji": "yatsuso" + }, + "窶した": { + "w_type": "conjugated godan verb", + "romaji": "yatsushita" + }, + "窶して": { + "w_type": "conjugated godan verb", + "romaji": "yatsushite" + }, + "行きわたら": { + "w_type": "godan verb stem", + "romaji": "ikiwatara" + }, + "行きわたり": { + "w_type": "godan verb stem", + "romaji": "ikiwatari" + }, + "行きわたれ": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatare" + }, + "行きわたろ": { + "w_type": "godan verb stem", + "romaji": "ikiwataro" + }, + "行きわたった": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatatta" + }, + "行きわたって": { + "w_type": "conjugated godan verb", + "romaji": "ikiwatatte" + }, + "頭立た": { + "w_type": "godan verb stem", + "romaji": "kashiradata" + }, + "頭立ち": { + "w_type": "godan verb stem", + "romaji": "kashiradachi" + }, + "頭立て": { + "w_type": "conjugated godan verb", + "romaji": "kashiradate" + }, + "頭立と": { + "w_type": "godan verb stem", + "romaji": "kashiradato" + }, + "頭立った": { + "w_type": "conjugated godan verb", + "romaji": "kashiradatta" + }, + "頭立って": { + "w_type": "conjugated godan verb", + "romaji": "kashiradatte" + }, + "逃げ回ら": { + "w_type": "godan verb stem", + "romaji": "nigemawara" + }, + "逃げ回り": { + "w_type": "godan verb stem", + "romaji": "nigemawari" + }, + "逃げ回れ": { + "w_type": "conjugated godan verb", + "romaji": "nigemaware" + }, + "逃げ回ろ": { + "w_type": "godan verb stem", + "romaji": "nigemawaro" + }, + "逃げ回った": { + "w_type": "conjugated godan verb", + "romaji": "nigemawatta" + }, + "逃げ回って": { + "w_type": "conjugated godan verb", + "romaji": "nigemawatte" + }, + "乾上がら": { + "w_type": "godan verb stem", + "romaji": "hiagara" + }, + "乾上がり": { + "w_type": "godan verb stem", + "romaji": "hiagari" + }, + "乾上がれ": { + "w_type": "conjugated godan verb", + "romaji": "hiagare" + }, + "乾上がろ": { + "w_type": "godan verb stem", + "romaji": "hiagaro" + }, + "乾上がった": { + "w_type": "conjugated godan verb", + "romaji": "hiagatta" + }, + "乾上がって": { + "w_type": "conjugated godan verb", + "romaji": "hiagatte" + }, + "立止ら": { + "w_type": "godan verb stem", + "romaji": "tachidomara" + }, + "立止り": { + "w_type": "godan verb stem", + "romaji": "tachidomari" + }, + "立止れ": { + "w_type": "conjugated godan verb", + "romaji": "tachidomare" + }, + "立止ろ": { + "w_type": "godan verb stem", + "romaji": "tachidomaro" + }, + "立止った": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatta" + }, + "立止って": { + "w_type": "conjugated godan verb", + "romaji": "tachidomatte" + }, + "負わ": { + "w_type": "godan verb stem", + "romaji": "owa" + }, + "負い": { + "w_type": "godan verb stem", + "romaji": "oi" + }, + "負え": { + "w_type": "conjugated godan verb", + "romaji": "oe" + }, + "負お": { + "w_type": "godan verb stem", + "romaji": "oo" + }, + "負った": { + "w_type": "conjugated godan verb", + "romaji": "otta" + }, + "負って": { + "w_type": "conjugated godan verb", + "romaji": "otte" + }, + "沸き上がら": { + "w_type": "godan verb stem", + "romaji": "wakiagara" + }, + "沸き上がり": { + "w_type": "godan verb stem", + "romaji": "wakiagari" + }, + "沸き上がれ": { + "w_type": "conjugated godan verb", + "romaji": "wakiagare" + }, + "沸き上がろ": { + "w_type": "godan verb stem", + "romaji": "wakiagaro" + }, + "沸き上がった": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatta" + }, + "沸き上がって": { + "w_type": "conjugated godan verb", + "romaji": "wakiagatte" + }, + "空飛ば": { + "w_type": "godan verb stem", + "romaji": "soratoba" + }, + "空飛び": { + "w_type": "godan verb stem", + "romaji": "soratobi" + }, + "空飛べ": { + "w_type": "conjugated godan verb", + "romaji": "soratobe" + }, + "空飛ぼ": { + "w_type": "godan verb stem", + "romaji": "soratobo" + }, + "空飛んだ": { + "w_type": "conjugated godan verb", + "romaji": "soratonda" + }, + "空飛んで": { + "w_type": "conjugated godan verb", + "romaji": "soratonde" + }, + "煮えくり返ら": { + "w_type": "godan verb stem", + "romaji": "niekurikaera" + }, + "煮えくり返り": { + "w_type": "godan verb stem", + "romaji": "niekurikaeri" + }, + "煮えくり返れ": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaere" + }, + "煮えくり返ろ": { + "w_type": "godan verb stem", + "romaji": "niekurikaero" + }, + "煮えくり返った": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaetta" + }, + "煮えくり返って": { + "w_type": "conjugated godan verb", + "romaji": "niekurikaette" + }, + "書き表さ": { + "w_type": "godan verb stem", + "romaji": "kakiarawasa" + }, + "書き表し": { + "w_type": "godan verb stem", + "romaji": "kakiarawashi" + }, + "書き表せ": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawase" + }, + "書き表そ": { + "w_type": "godan verb stem", + "romaji": "kakiarawaso" + }, + "書き表した": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawashita" + }, + "書き表して": { + "w_type": "conjugated godan verb", + "romaji": "kakiarawashite" + }, + "取り急が": { + "w_type": "godan verb stem", + "romaji": "toriisoga" + }, + "取り急ぎ": { + "w_type": "godan verb stem", + "romaji": "toriisogi" + }, + "取り急げ": { + "w_type": "conjugated godan verb", + "romaji": "toriisoge" + }, + "取り急ご": { + "w_type": "godan verb stem", + "romaji": "toriisogo" + }, + "取り急いだ": { + "w_type": "conjugated godan verb", + "romaji": "toriisoida" + }, + "取り急いで": { + "w_type": "conjugated godan verb", + "romaji": "toriisoide" + }, + "煮詰ら": { + "w_type": "godan verb stem", + "romaji": "nitsumara" + }, + "煮詰り": { + "w_type": "godan verb stem", + "romaji": "nitsumari" + }, + "煮詰れ": { + "w_type": "conjugated godan verb", + "romaji": "nitsumare" + }, + "煮詰ろ": { + "w_type": "godan verb stem", + "romaji": "nitsumaro" + }, + "煮詰った": { + "w_type": "conjugated godan verb", + "romaji": "nitsumatta" + }, + "煮詰って": { + "w_type": "conjugated godan verb", + "romaji": "nitsumatte" + }, + "茶化さ": { + "w_type": "godan verb stem", + "romaji": "chakasa" + }, + "茶化し": { + "w_type": "godan verb stem", + "romaji": "chakashi" + }, + "茶化せ": { + "w_type": "conjugated godan verb", + "romaji": "chakase" + }, + "茶化そ": { + "w_type": "godan verb stem", + "romaji": "chakaso" + }, + "茶化した": { + "w_type": "conjugated godan verb", + "romaji": "chakashita" + }, + "茶化して": { + "w_type": "conjugated godan verb", + "romaji": "chakashite" + }, + "召し使わ": { + "w_type": "godan verb stem", + "romaji": "meshitsukawa" + }, + "召し使い": { + "w_type": "godan verb stem", + "romaji": "meshitsukai" + }, + "召し使え": { + "w_type": "conjugated godan verb", + "romaji": "meshitsukae" + }, + "召し使お": { + "w_type": "godan verb stem", + "romaji": "meshitsukao" + }, + "召し使った": { + "w_type": "conjugated godan verb", + "romaji": "meshitsukatta" + }, + "召し使って": { + "w_type": "conjugated godan verb", + "romaji": "meshitsukatte" + }, + "相異なら": { + "w_type": "godan verb stem", + "romaji": "aikotonara" + }, + "相異なり": { + "w_type": "godan verb stem", + "romaji": "aikotonari" + }, + "相異なれ": { + "w_type": "conjugated godan verb", + "romaji": "aikotonare" + }, + "相異なろ": { + "w_type": "godan verb stem", + "romaji": "aikotonaro" + }, + "相異なった": { + "w_type": "conjugated godan verb", + "romaji": "aikotonatta" + }, + "相異なって": { + "w_type": "conjugated godan verb", + "romaji": "aikotonatte" + }, + "認め合わ": { + "w_type": "godan verb stem", + "romaji": "mitomeawa" + }, + "認め合い": { + "w_type": "godan verb stem", + "romaji": "mitomeai" + }, + "認め合え": { + "w_type": "conjugated godan verb", + "romaji": "mitomeae" + }, + "認め合お": { + "w_type": "godan verb stem", + "romaji": "mitomeao" + }, + "認め合った": { + "w_type": "conjugated godan verb", + "romaji": "mitomeatta" + }, + "認め合って": { + "w_type": "conjugated godan verb", + "romaji": "mitomeatte" + }, + "貞はら": { + "w_type": "godan verb stem", + "romaji": "sadahara" + }, + "貞はり": { + "w_type": "godan verb stem", + "romaji": "sadahari" + }, + "貞はれ": { + "w_type": "conjugated godan verb", + "romaji": "sadahare" + }, + "貞はろ": { + "w_type": "godan verb stem", + "romaji": "sadaharo" + }, + "貞はった": { + "w_type": "conjugated godan verb", + "romaji": "sadahatta" + }, + "貞はって": { + "w_type": "conjugated godan verb", + "romaji": "sadahatte" + }, + "見つけださ": { + "w_type": "godan verb stem", + "romaji": "mitsukedasa" + }, + "見つけだし": { + "w_type": "godan verb stem", + "romaji": "mitsukedashi" + }, + "見つけだせ": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedase" + }, + "見つけだそ": { + "w_type": "godan verb stem", + "romaji": "mitsukedaso" + }, + "見つけだした": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedashita" + }, + "見つけだして": { + "w_type": "conjugated godan verb", + "romaji": "mitsukedashite" + }, + "歩み入ら": { + "w_type": "godan verb stem", + "romaji": "ayumiira" + }, + "歩み入り": { + "w_type": "godan verb stem", + "romaji": "ayumiiri" + }, + "歩み入れ": { + "w_type": "conjugated godan verb", + "romaji": "ayumiire" + }, + "歩み入ろ": { + "w_type": "godan verb stem", + "romaji": "ayumiiro" + }, + "歩み入った": { + "w_type": "conjugated godan verb", + "romaji": "ayumiitta" + }, + "歩み入って": { + "w_type": "conjugated godan verb", + "romaji": "ayumiitte" + }, + "乞い取ら": { + "w_type": "godan verb stem", + "romaji": "koitora" + }, + "乞い取り": { + "w_type": "godan verb stem", + "romaji": "koitori" + }, + "乞い取れ": { + "w_type": "conjugated godan verb", + "romaji": "koitore" + }, + "乞い取ろ": { + "w_type": "godan verb stem", + "romaji": "koitoro" + }, + "乞い取った": { + "w_type": "conjugated godan verb", + "romaji": "koitotta" + }, + "乞い取って": { + "w_type": "conjugated godan verb", + "romaji": "koitotte" + }, + "見做さ": { + "w_type": "godan verb stem", + "romaji": "minasa" + }, + "見做し": { + "w_type": "godan verb stem", + "romaji": "minashi" + }, + "見做せ": { + "w_type": "conjugated godan verb", + "romaji": "minase" + }, + "見做そ": { + "w_type": "godan verb stem", + "romaji": "minaso" + }, + "見做した": { + "w_type": "conjugated godan verb", + "romaji": "minashita" + }, + "見做して": { + "w_type": "conjugated godan verb", + "romaji": "minashite" + }, + "恨ま": { + "w_type": "godan verb stem", + "romaji": "urama" + }, + "恨み": { + "w_type": "godan verb stem", + "romaji": "urami" + }, + "恨め": { + "w_type": "conjugated godan verb", + "romaji": "urame" + }, + "恨も": { + "w_type": "godan verb stem", + "romaji": "uramo" + }, + "恨んだ": { + "w_type": "conjugated godan verb", + "romaji": "uranda" + }, + "恨んで": { + "w_type": "conjugated godan verb", + "romaji": "urande" + }, + "掠め取ら": { + "w_type": "godan verb stem", + "romaji": "kasumetora" + }, + "掠め取り": { + "w_type": "godan verb stem", + "romaji": "kasumetori" + }, + "掠め取れ": { + "w_type": "conjugated godan verb", + "romaji": "kasumetore" + }, + "掠め取ろ": { + "w_type": "godan verb stem", + "romaji": "kasumetoro" + }, + "掠め取った": { + "w_type": "conjugated godan verb", + "romaji": "kasumetotta" + }, + "掠め取って": { + "w_type": "conjugated godan verb", + "romaji": "kasumetotte" + }, + "蹴りださ": { + "w_type": "godan verb stem", + "romaji": "keridasa" + }, + "蹴りだし": { + "w_type": "godan verb stem", + "romaji": "keridashi" + }, + "蹴りだせ": { + "w_type": "conjugated godan verb", + "romaji": "keridase" + }, + "蹴りだそ": { + "w_type": "godan verb stem", + "romaji": "keridaso" + }, + "蹴りだした": { + "w_type": "conjugated godan verb", + "romaji": "keridashita" + }, + "蹴りだして": { + "w_type": "conjugated godan verb", + "romaji": "keridashite" + }, + "気色ばま": { + "w_type": "godan verb stem", + "romaji": "keshikibama" + }, + "気色ばみ": { + "w_type": "godan verb stem", + "romaji": "keshikibami" + }, + "気色ばめ": { + "w_type": "conjugated godan verb", + "romaji": "keshikibame" + }, + "気色ばも": { + "w_type": "godan verb stem", + "romaji": "keshikibamo" + }, + "気色ばんだ": { + "w_type": "conjugated godan verb", + "romaji": "keshikibanda" + }, + "気色ばんで": { + "w_type": "conjugated godan verb", + "romaji": "keshikibande" + }, + "泣伏さ": { + "w_type": "godan verb stem", + "romaji": "nakifusa" + }, + "泣伏し": { + "w_type": "godan verb stem", + "romaji": "nakifushi" + }, + "泣伏せ": { + "w_type": "conjugated godan verb", + "romaji": "nakifuse" + }, + "泣伏そ": { + "w_type": "godan verb stem", + "romaji": "nakifuso" + }, + "泣伏した": { + "w_type": "conjugated godan verb", + "romaji": "nakifushita" + }, + "泣伏して": { + "w_type": "conjugated godan verb", + "romaji": "nakifushite" + }, + "鴨ら": { + "w_type": "godan verb stem", + "romaji": "kamora" + }, + "鴨り": { + "w_type": "godan verb stem", + "romaji": "kamori" + }, + "鴨れ": { + "w_type": "conjugated godan verb", + "romaji": "kamore" + }, + "鴨ろ": { + "w_type": "godan verb stem", + "romaji": "kamoro" + }, + "鴨った": { + "w_type": "conjugated godan verb", + "romaji": "kamotta" + }, + "鴨って": { + "w_type": "conjugated godan verb", + "romaji": "kamotte" + }, + "滲み渡ら": { + "w_type": "godan verb stem", + "romaji": "shimiwatara" + }, + "滲み渡り": { + "w_type": "godan verb stem", + "romaji": "shimiwatari" + }, + "滲み渡れ": { + "w_type": "conjugated godan verb", + "romaji": "shimiwatare" + }, + "滲み渡ろ": { + "w_type": "godan verb stem", + "romaji": "shimiwataro" + }, + "滲み渡った": { + "w_type": "conjugated godan verb", + "romaji": "shimiwatatta" + }, + "滲み渡って": { + "w_type": "conjugated godan verb", + "romaji": "shimiwatatte" + }, + "思し召さ": { + "w_type": "godan verb stem", + "romaji": "oboshimesa" + }, + "思し召し": { + "w_type": "godan verb stem", + "romaji": "oboshimeshi" + }, + "思し召せ": { + "w_type": "conjugated godan verb", + "romaji": "oboshimese" + }, + "思し召そ": { + "w_type": "godan verb stem", + "romaji": "oboshimeso" + }, + "思し召した": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshita" + }, + "思し召して": { + "w_type": "conjugated godan verb", + "romaji": "oboshimeshite" + }, + "横向か": { + "w_type": "godan verb stem", + "romaji": "yokomuka" + }, + "横向き": { + "w_type": "godan verb stem", + "romaji": "yokomuki" + }, + "横向け": { + "w_type": "conjugated godan verb", + "romaji": "yokomuke" + }, + "横向こ": { + "w_type": "godan verb stem", + "romaji": "yokomuko" + }, + "横向いた": { + "w_type": "conjugated godan verb", + "romaji": "yokomuita" + }, + "横向いて": { + "w_type": "conjugated godan verb", + "romaji": "yokomuite" + }, + "伝え聞か": { + "w_type": "godan verb stem", + "romaji": "tsutaekika" + }, + "伝え聞き": { + "w_type": "godan verb stem", + "romaji": "tsutaekiki" + }, + "伝え聞け": { + "w_type": "conjugated godan verb", + "romaji": "tsutaekike" + }, + "伝え聞こ": { + "w_type": "godan verb stem", + "romaji": "tsutaekiko" + }, + "伝え聞いた": { + "w_type": "conjugated godan verb", + "romaji": "tsutaekiita" + }, + "伝え聞いて": { + "w_type": "conjugated godan verb", + "romaji": "tsutaekiite" + }, + "拘ら": { + "w_type": "godan verb stem", + "romaji": "kakawara" + }, + "拘り": { + "w_type": "godan verb stem", + "romaji": "kakawari" + }, + "拘れ": { + "w_type": "conjugated godan verb", + "romaji": "kakaware" + }, + "拘ろ": { + "w_type": "godan verb stem", + "romaji": "kakawaro" + }, + "滅入ら": { + "w_type": "godan verb stem", + "romaji": "meira" + }, + "滅入り": { + "w_type": "godan verb stem", + "romaji": "meiri" + }, + "滅入れ": { + "w_type": "conjugated godan verb", + "romaji": "meire" + }, + "滅入ろ": { + "w_type": "godan verb stem", + "romaji": "meiro" + }, + "滅入った": { + "w_type": "conjugated godan verb", + "romaji": "meitta" + }, + "滅入って": { + "w_type": "conjugated godan verb", + "romaji": "meitte" + }, + "捥ら": { + "w_type": "godan verb stem", + "romaji": "mogira" + }, + "捥り": { + "w_type": "godan verb stem", + "romaji": "mogiri" + }, + "捥れ": { + "w_type": "conjugated godan verb", + "romaji": "mogire" + }, + "捥ろ": { + "w_type": "godan verb stem", + "romaji": "mogiro" + }, + "捥った": { + "w_type": "conjugated godan verb", + "romaji": "mogitta" + }, + "捥って": { + "w_type": "conjugated godan verb", + "romaji": "mogitte" + }, + "つかみ合わ": { + "w_type": "godan verb stem", + "romaji": "tsukamiawa" + }, + "つかみ合い": { + "w_type": "godan verb stem", + "romaji": "tsukamiai" + }, + "つかみ合え": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiae" + }, + "つかみ合お": { + "w_type": "godan verb stem", + "romaji": "tsukamiao" + }, + "つかみ合った": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiatta" + }, + "つかみ合って": { + "w_type": "conjugated godan verb", + "romaji": "tsukamiatte" + }, + "志さ": { + "w_type": "godan verb stem", + "romaji": "kokorozasa" + }, + "志し": { + "w_type": "godan verb stem", + "romaji": "kokorozashi" + }, + "志せ": { + "w_type": "conjugated godan verb", + "romaji": "kokorozase" + }, + "志そ": { + "w_type": "godan verb stem", + "romaji": "kokorozaso" + }, + "志した": { + "w_type": "conjugated godan verb", + "romaji": "kokorozashita" + }, + "志して": { + "w_type": "conjugated godan verb", + "romaji": "kokorozashite" + }, + "売切ら": { + "w_type": "godan verb stem", + "romaji": "urikira" + }, + "売切り": { + "w_type": "godan verb stem", + "romaji": "urikiri" + }, + "売切れ": { + "w_type": "conjugated godan verb", + "romaji": "urikire" + }, + "売切ろ": { + "w_type": "godan verb stem", + "romaji": "urikiro" + }, + "売切った": { + "w_type": "conjugated godan verb", + "romaji": "urikitta" + }, + "売切って": { + "w_type": "conjugated godan verb", + "romaji": "urikitte" + }, + "捥が": { + "w_type": "godan verb stem", + "romaji": "moga" + }, + "捥ぎ": { + "w_type": "godan verb stem", + "romaji": "mogi" + }, + "捥げ": { + "w_type": "conjugated godan verb", + "romaji": "moge" + }, + "捥ご": { + "w_type": "godan verb stem", + "romaji": "mogo" + }, + "捥いだ": { + "w_type": "conjugated godan verb", + "romaji": "moida" + }, + "捥いで": { + "w_type": "conjugated godan verb", + "romaji": "moide" + }, + "縮まら": { + "w_type": "godan verb stem", + "romaji": "chijimara" + }, + "縮まり": { + "w_type": "godan verb stem", + "romaji": "chijimari" + }, + "縮まれ": { + "w_type": "conjugated godan verb", + "romaji": "chijimare" + }, + "縮まろ": { + "w_type": "godan verb stem", + "romaji": "chijimaro" + }, + "縮まった": { + "w_type": "conjugated godan verb", + "romaji": "chijimatta" + }, + "縮まって": { + "w_type": "conjugated godan verb", + "romaji": "chijimatte" + }, + "かい潜ら": { + "w_type": "godan verb stem", + "romaji": "kaikugura" + }, + "かい潜り": { + "w_type": "godan verb stem", + "romaji": "kaikuguri" + }, + "かい潜れ": { + "w_type": "conjugated godan verb", + "romaji": "kaikugure" + }, + "かい潜ろ": { + "w_type": "godan verb stem", + "romaji": "kaikuguro" + }, + "かい潜った": { + "w_type": "conjugated godan verb", + "romaji": "kaikugutta" + }, + "かい潜って": { + "w_type": "conjugated godan verb", + "romaji": "kaikugutte" + }, + "出し放さ": { + "w_type": "godan verb stem", + "romaji": "dashihanasa" + }, + "出し放し": { + "w_type": "godan verb stem", + "romaji": "dashihanashi" + }, + "出し放せ": { + "w_type": "conjugated godan verb", + "romaji": "dashihanase" + }, + "出し放そ": { + "w_type": "godan verb stem", + "romaji": "dashihanaso" + }, + "出し放した": { + "w_type": "conjugated godan verb", + "romaji": "dashihanashita" + }, + "出し放して": { + "w_type": "conjugated godan verb", + "romaji": "dashihanashite" + }, + "寒がら": { + "w_type": "godan verb stem", + "romaji": "samugara" + }, + "寒がり": { + "w_type": "godan verb stem", + "romaji": "samugari" + }, + "寒がれ": { + "w_type": "conjugated godan verb", + "romaji": "samugare" + }, + "寒がろ": { + "w_type": "godan verb stem", + "romaji": "samugaro" + }, + "寒がった": { + "w_type": "conjugated godan verb", + "romaji": "samugatta" + }, + "寒がって": { + "w_type": "conjugated godan verb", + "romaji": "samugatte" + }, + "跳びのか": { + "w_type": "godan verb stem", + "romaji": "tobinoka" + }, + "跳びのき": { + "w_type": "godan verb stem", + "romaji": "tobinoki" + }, + "跳びのけ": { + "w_type": "conjugated godan verb", + "romaji": "tobinoke" + }, + "跳びのこ": { + "w_type": "godan verb stem", + "romaji": "tobinoko" + }, + "跳びのいた": { + "w_type": "conjugated godan verb", + "romaji": "tobinoita" + }, + "跳びのいて": { + "w_type": "conjugated godan verb", + "romaji": "tobinoite" + }, + "阿ら": { + "w_type": "godan verb stem", + "romaji": "omonera" + }, + "阿り": { + "w_type": "godan verb stem", + "romaji": "omoneri" + }, + "阿れ": { + "w_type": "conjugated godan verb", + "romaji": "omonere" + }, + "阿ろ": { + "w_type": "godan verb stem", + "romaji": "omonero" + }, + "阿った": { + "w_type": "conjugated godan verb", + "romaji": "omonetta" + }, + "阿って": { + "w_type": "conjugated godan verb", + "romaji": "omonette" + }, + "投げ返さ": { + "w_type": "godan verb stem", + "romaji": "nagekaesa" + }, + "投げ返し": { + "w_type": "godan verb stem", + "romaji": "nagekaeshi" + }, + "投げ返せ": { + "w_type": "conjugated godan verb", + "romaji": "nagekaese" + }, + "投げ返そ": { + "w_type": "godan verb stem", + "romaji": "nagekaeso" + }, + "投げ返した": { + "w_type": "conjugated godan verb", + "romaji": "nagekaeshita" + }, + "投げ返して": { + "w_type": "conjugated godan verb", + "romaji": "nagekaeshite" + }, + "気付か": { + "w_type": "godan verb stem", + "romaji": "kizuka" + }, + "気付き": { + "w_type": "godan verb stem", + "romaji": "kizuki" + }, + "気付け": { + "w_type": "conjugated godan verb", + "romaji": "kizuke" + }, + "気付こ": { + "w_type": "godan verb stem", + "romaji": "kizuko" + }, + "気付いた": { + "w_type": "conjugated godan verb", + "romaji": "kizuita" + }, + "気付いて": { + "w_type": "conjugated godan verb", + "romaji": "kizuite" + }, + "高まら": { + "w_type": "godan verb stem", + "romaji": "takamara" + }, + "高まり": { + "w_type": "godan verb stem", + "romaji": "takamari" + }, + "高まれ": { + "w_type": "conjugated godan verb", + "romaji": "takamare" + }, + "高まろ": { + "w_type": "godan verb stem", + "romaji": "takamaro" + }, + "高まった": { + "w_type": "conjugated godan verb", + "romaji": "takamatta" + }, + "高まって": { + "w_type": "conjugated godan verb", + "romaji": "takamatte" + }, + "直隠さ": { + "w_type": "godan verb stem", + "romaji": "hitakakusa" + }, + "直隠し": { + "w_type": "godan verb stem", + "romaji": "hitakakushi" + }, + "直隠せ": { + "w_type": "conjugated godan verb", + "romaji": "hitakakuse" + }, + "直隠そ": { + "w_type": "godan verb stem", + "romaji": "hitakakuso" + }, + "直隠した": { + "w_type": "conjugated godan verb", + "romaji": "hitakakushita" + }, + "直隠して": { + "w_type": "conjugated godan verb", + "romaji": "hitakakushite" + }, + "一席ぶた": { + "w_type": "godan verb stem", + "romaji": "issekibuta" + }, + "一席ぶち": { + "w_type": "godan verb stem", + "romaji": "issekibuchi" + }, + "一席ぶて": { + "w_type": "conjugated godan verb", + "romaji": "issekibute" + }, + "一席ぶと": { + "w_type": "godan verb stem", + "romaji": "issekibuto" + }, + "一席ぶった": { + "w_type": "conjugated godan verb", + "romaji": "issekibutta" + }, + "一席ぶって": { + "w_type": "conjugated godan verb", + "romaji": "issekibutte" + }, + "立ちあがら": { + "w_type": "godan verb stem", + "romaji": "tachiagara" + }, + "立ちあがり": { + "w_type": "godan verb stem", + "romaji": "tachiagari" + }, + "立ちあがれ": { + "w_type": "conjugated godan verb", + "romaji": "tachiagare" + }, + "立ちあがろ": { + "w_type": "godan verb stem", + "romaji": "tachiagaro" + }, + "立ちあがった": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatta" + }, + "立ちあがって": { + "w_type": "conjugated godan verb", + "romaji": "tachiagatte" + }, + "燻らさ": { + "w_type": "godan verb stem", + "romaji": "kuyurasa" + }, + "燻らし": { + "w_type": "godan verb stem", + "romaji": "kuyurashi" + }, + "燻らせ": { + "w_type": "conjugated godan verb", + "romaji": "kuyurase" + }, + "燻らそ": { + "w_type": "godan verb stem", + "romaji": "kuyuraso" + }, + "燻らした": { + "w_type": "conjugated godan verb", + "romaji": "kuyurashita" + }, + "燻らして": { + "w_type": "conjugated godan verb", + "romaji": "kuyurashite" + }, + "並び立た": { + "w_type": "godan verb stem", + "romaji": "narabitata" + }, + "並び立ち": { + "w_type": "godan verb stem", + "romaji": "narabitachi" + }, + "並び立て": { + "w_type": "conjugated godan verb", + "romaji": "narabitate" + }, + "並び立と": { + "w_type": "godan verb stem", + "romaji": "narabitato" + }, + "並び立った": { + "w_type": "conjugated godan verb", + "romaji": "narabitatta" + }, + "並び立って": { + "w_type": "conjugated godan verb", + "romaji": "narabitatte" + }, + "叩き殺さ": { + "w_type": "godan verb stem", + "romaji": "tatakikorosa" + }, + "叩き殺し": { + "w_type": "godan verb stem", + "romaji": "tatakikoroshi" + }, + "叩き殺せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakikorose" + }, + "叩き殺そ": { + "w_type": "godan verb stem", + "romaji": "tatakikoroso" + }, + "叩き殺した": { + "w_type": "conjugated godan verb", + "romaji": "tatakikoroshita" + }, + "叩き殺して": { + "w_type": "conjugated godan verb", + "romaji": "tatakikoroshite" + }, + "取っ捕まら": { + "w_type": "godan verb stem", + "romaji": "tottsukamara" + }, + "取っ捕まり": { + "w_type": "godan verb stem", + "romaji": "tottsukamari" + }, + "取っ捕まれ": { + "w_type": "conjugated godan verb", + "romaji": "tottsukamare" + }, + "取っ捕まろ": { + "w_type": "godan verb stem", + "romaji": "tottsukamaro" + }, + "取っ捕まった": { + "w_type": "conjugated godan verb", + "romaji": "tottsukamatta" + }, + "取っ捕まって": { + "w_type": "conjugated godan verb", + "romaji": "tottsukamatte" + }, + "咳き込ま": { + "w_type": "godan verb stem", + "romaji": "sekikoma" + }, + "咳き込み": { + "w_type": "godan verb stem", + "romaji": "sekikomi" + }, + "咳き込め": { + "w_type": "conjugated godan verb", + "romaji": "sekikome" + }, + "咳き込も": { + "w_type": "godan verb stem", + "romaji": "sekikomo" + }, + "咳き込んだ": { + "w_type": "conjugated godan verb", + "romaji": "sekikonda" + }, + "咳き込んで": { + "w_type": "conjugated godan verb", + "romaji": "sekikonde" + }, + "投げ飛ばさ": { + "w_type": "godan verb stem", + "romaji": "nagetobasa" + }, + "投げ飛ばし": { + "w_type": "godan verb stem", + "romaji": "nagetobashi" + }, + "投げ飛ばせ": { + "w_type": "conjugated godan verb", + "romaji": "nagetobase" + }, + "投げ飛ばそ": { + "w_type": "godan verb stem", + "romaji": "nagetobaso" + }, + "投げ飛ばした": { + "w_type": "conjugated godan verb", + "romaji": "nagetobashita" + }, + "投げ飛ばして": { + "w_type": "conjugated godan verb", + "romaji": "nagetobashite" + }, + "染着か": { + "w_type": "godan verb stem", + "romaji": "shimitsuka" + }, + "染着き": { + "w_type": "godan verb stem", + "romaji": "shimitsuki" + }, + "染着け": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuke" + }, + "染着こ": { + "w_type": "godan verb stem", + "romaji": "shimitsuko" + }, + "染着いた": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuita" + }, + "染着いて": { + "w_type": "conjugated godan verb", + "romaji": "shimitsuite" + }, + "移ろわ": { + "w_type": "godan verb stem", + "romaji": "utsurowa" + }, + "移ろい": { + "w_type": "godan verb stem", + "romaji": "utsuroi" + }, + "移ろえ": { + "w_type": "conjugated godan verb", + "romaji": "utsuroe" + }, + "移ろお": { + "w_type": "godan verb stem", + "romaji": "utsuroo" + }, + "移ろった": { + "w_type": "conjugated godan verb", + "romaji": "utsurotta" + }, + "移ろって": { + "w_type": "conjugated godan verb", + "romaji": "utsurotte" + }, + "出喰わさ": { + "w_type": "godan verb stem", + "romaji": "dekuwasa" + }, + "出喰わし": { + "w_type": "godan verb stem", + "romaji": "dekuwashi" + }, + "出喰わせ": { + "w_type": "conjugated godan verb", + "romaji": "dekuwase" + }, + "出喰わそ": { + "w_type": "godan verb stem", + "romaji": "dekuwaso" + }, + "出喰わした": { + "w_type": "conjugated godan verb", + "romaji": "dekuwashita" + }, + "出喰わして": { + "w_type": "conjugated godan verb", + "romaji": "dekuwashite" + }, + "擲た": { + "w_type": "godan verb stem", + "romaji": "nageuta" + }, + "擲ち": { + "w_type": "godan verb stem", + "romaji": "nageuchi" + }, + "擲て": { + "w_type": "conjugated godan verb", + "romaji": "nageute" + }, + "擲と": { + "w_type": "godan verb stem", + "romaji": "nageuto" + }, + "隠れ潜ま": { + "w_type": "godan verb stem", + "romaji": "kakurehisoma" + }, + "隠れ潜み": { + "w_type": "godan verb stem", + "romaji": "kakurehisomi" + }, + "隠れ潜め": { + "w_type": "conjugated godan verb", + "romaji": "kakurehisome" + }, + "隠れ潜も": { + "w_type": "godan verb stem", + "romaji": "kakurehisomo" + }, + "隠れ潜んだ": { + "w_type": "conjugated godan verb", + "romaji": "kakurehisonda" + }, + "隠れ潜んで": { + "w_type": "conjugated godan verb", + "romaji": "kakurehisonde" + }, + "誌さ": { + "w_type": "godan verb stem", + "romaji": "shirusa" + }, + "誌し": { + "w_type": "godan verb stem", + "romaji": "shirushi" + }, + "誌せ": { + "w_type": "conjugated godan verb", + "romaji": "shiruse" + }, + "誌そ": { + "w_type": "godan verb stem", + "romaji": "shiruso" + }, + "誌した": { + "w_type": "conjugated godan verb", + "romaji": "shirushita" + }, + "誌して": { + "w_type": "conjugated godan verb", + "romaji": "shirushite" + }, + "芽ぐま": { + "w_type": "godan verb stem", + "romaji": "meguma" + }, + "芽ぐみ": { + "w_type": "godan verb stem", + "romaji": "megumi" + }, + "芽ぐめ": { + "w_type": "conjugated godan verb", + "romaji": "megume" + }, + "芽ぐも": { + "w_type": "godan verb stem", + "romaji": "megumo" + }, + "芽ぐんだ": { + "w_type": "conjugated godan verb", + "romaji": "megunda" + }, + "芽ぐんで": { + "w_type": "conjugated godan verb", + "romaji": "megunde" + }, + "書き捲くら": { + "w_type": "godan verb stem", + "romaji": "kakimakura" + }, + "書き捲くり": { + "w_type": "godan verb stem", + "romaji": "kakimakuri" + }, + "書き捲くれ": { + "w_type": "conjugated godan verb", + "romaji": "kakimakure" + }, + "書き捲くろ": { + "w_type": "godan verb stem", + "romaji": "kakimakuro" + }, + "書き捲くった": { + "w_type": "conjugated godan verb", + "romaji": "kakimakutta" + }, + "書き捲くって": { + "w_type": "conjugated godan verb", + "romaji": "kakimakutte" + }, + "切羽詰まら": { + "w_type": "godan verb stem", + "romaji": "seppatsumara" + }, + "切羽詰まり": { + "w_type": "godan verb stem", + "romaji": "seppatsumari" + }, + "切羽詰まれ": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumare" + }, + "切羽詰まろ": { + "w_type": "godan verb stem", + "romaji": "seppatsumaro" + }, + "切羽詰まった": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumatta" + }, + "切羽詰まって": { + "w_type": "conjugated godan verb", + "romaji": "seppatsumatte" + }, + "肥さ": { + "w_type": "godan verb stem", + "romaji": "koyasa" + }, + "肥し": { + "w_type": "godan verb stem", + "romaji": "koyashi" + }, + "肥せ": { + "w_type": "conjugated godan verb", + "romaji": "koyase" + }, + "肥そ": { + "w_type": "godan verb stem", + "romaji": "koyaso" + }, + "肥した": { + "w_type": "conjugated godan verb", + "romaji": "koyashita" + }, + "肥して": { + "w_type": "conjugated godan verb", + "romaji": "koyashite" + }, + "釣り合わ": { + "w_type": "godan verb stem", + "romaji": "tsuriawa" + }, + "釣り合い": { + "w_type": "godan verb stem", + "romaji": "tsuriai" + }, + "釣り合え": { + "w_type": "conjugated godan verb", + "romaji": "tsuriae" + }, + "釣り合お": { + "w_type": "godan verb stem", + "romaji": "tsuriao" + }, + "釣り合った": { + "w_type": "conjugated godan verb", + "romaji": "tsuriatta" + }, + "釣り合って": { + "w_type": "conjugated godan verb", + "romaji": "tsuriatte" + }, + "萌え立た": { + "w_type": "godan verb stem", + "romaji": "moetata" + }, + "萌え立ち": { + "w_type": "godan verb stem", + "romaji": "moetachi" + }, + "萌え立て": { + "w_type": "conjugated godan verb", + "romaji": "moetate" + }, + "萌え立と": { + "w_type": "godan verb stem", + "romaji": "moetato" + }, + "萌え立った": { + "w_type": "conjugated godan verb", + "romaji": "moetatta" + }, + "萌え立って": { + "w_type": "conjugated godan verb", + "romaji": "moetatte" + }, + "産気づか": { + "w_type": "godan verb stem", + "romaji": "sankezuka" + }, + "産気づき": { + "w_type": "godan verb stem", + "romaji": "sankezuki" + }, + "産気づけ": { + "w_type": "conjugated godan verb", + "romaji": "sankezuke" + }, + "産気づこ": { + "w_type": "godan verb stem", + "romaji": "sankezuko" + }, + "産気づいた": { + "w_type": "conjugated godan verb", + "romaji": "sankezuita" + }, + "産気づいて": { + "w_type": "conjugated godan verb", + "romaji": "sankezuite" + }, + "騒がさ": { + "w_type": "godan verb stem", + "romaji": "sawagasa" + }, + "騒がし": { + "w_type": "godan verb stem", + "romaji": "sawagashi" + }, + "騒がせ": { + "w_type": "conjugated godan verb", + "romaji": "sawagase" + }, + "騒がそ": { + "w_type": "godan verb stem", + "romaji": "sawagaso" + }, + "騒がした": { + "w_type": "conjugated godan verb", + "romaji": "sawagashita" + }, + "騒がして": { + "w_type": "conjugated godan verb", + "romaji": "sawagashite" + }, + "眼につか": { + "w_type": "godan verb stem", + "romaji": "menitsuka" + }, + "眼につき": { + "w_type": "godan verb stem", + "romaji": "menitsuki" + }, + "眼につけ": { + "w_type": "conjugated godan verb", + "romaji": "menitsuke" + }, + "眼につこ": { + "w_type": "godan verb stem", + "romaji": "menitsuko" + }, + "眼についた": { + "w_type": "conjugated godan verb", + "romaji": "menitsuita" + }, + "眼について": { + "w_type": "conjugated godan verb", + "romaji": "menitsuite" + }, + "思い描か": { + "w_type": "godan verb stem", + "romaji": "omoiegaka" + }, + "思い描き": { + "w_type": "godan verb stem", + "romaji": "omoiegaki" + }, + "思い描け": { + "w_type": "conjugated godan verb", + "romaji": "omoiegake" + }, + "思い描こ": { + "w_type": "godan verb stem", + "romaji": "omoiegako" + }, + "思い描いた": { + "w_type": "conjugated godan verb", + "romaji": "omoiegaita" + }, + "思い描いて": { + "w_type": "conjugated godan verb", + "romaji": "omoiegaite" + }, + "羽ばたか": { + "w_type": "godan verb stem", + "romaji": "habataka" + }, + "羽ばたき": { + "w_type": "godan verb stem", + "romaji": "habataki" + }, + "羽ばたけ": { + "w_type": "conjugated godan verb", + "romaji": "habatake" + }, + "羽ばたこ": { + "w_type": "godan verb stem", + "romaji": "habatako" + }, + "羽ばたいた": { + "w_type": "conjugated godan verb", + "romaji": "habataita" + }, + "羽ばたいて": { + "w_type": "conjugated godan verb", + "romaji": "habataite" + }, + "請け戻さ": { + "w_type": "godan verb stem", + "romaji": "ukemodosa" + }, + "請け戻し": { + "w_type": "godan verb stem", + "romaji": "ukemodoshi" + }, + "請け戻せ": { + "w_type": "conjugated godan verb", + "romaji": "ukemodose" + }, + "請け戻そ": { + "w_type": "godan verb stem", + "romaji": "ukemodoso" + }, + "請け戻した": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshita" + }, + "請け戻して": { + "w_type": "conjugated godan verb", + "romaji": "ukemodoshite" + }, + "たたき出さ": { + "w_type": "godan verb stem", + "romaji": "tatakidasa" + }, + "たたき出し": { + "w_type": "godan verb stem", + "romaji": "tatakidashi" + }, + "たたき出せ": { + "w_type": "conjugated godan verb", + "romaji": "tatakidase" + }, + "たたき出そ": { + "w_type": "godan verb stem", + "romaji": "tatakidaso" + }, + "たたき出した": { + "w_type": "conjugated godan verb", + "romaji": "tatakidashita" + }, + "たたき出して": { + "w_type": "conjugated godan verb", + "romaji": "tatakidashite" + }, + "飲ま": { + "w_type": "godan verb stem", + "romaji": "noma" + }, + "飲み": { + "w_type": "godan verb stem", + "romaji": "nomi" + }, + "飲め": { + "w_type": "conjugated godan verb", + "romaji": "nome" + }, + "飲も": { + "w_type": "godan verb stem", + "romaji": "nomo" + }, + "飲んだ": { + "w_type": "conjugated godan verb", + "romaji": "nonda" + }, + "飲んで": { + "w_type": "conjugated godan verb", + "romaji": "nonde" + }, + "目だた": { + "w_type": "godan verb stem", + "romaji": "medata" + }, + "目だち": { + "w_type": "godan verb stem", + "romaji": "medachi" + }, + "目だて": { + "w_type": "conjugated godan verb", + "romaji": "medate" + }, + "目だと": { + "w_type": "godan verb stem", + "romaji": "medato" + }, + "目だった": { + "w_type": "conjugated godan verb", + "romaji": "medatta" + }, + "目だって": { + "w_type": "conjugated godan verb", + "romaji": "medatte" + }, + "刳貫か": { + "w_type": "godan verb stem", + "romaji": "kurinuka" + }, + "刳貫き": { + "w_type": "godan verb stem", + "romaji": "kurinuki" + }, + "刳貫け": { + "w_type": "conjugated godan verb", + "romaji": "kurinuke" + }, + "刳貫こ": { + "w_type": "godan verb stem", + "romaji": "kurinuko" + }, + "刳貫いた": { + "w_type": "conjugated godan verb", + "romaji": "kurinuita" + }, + "刳貫いて": { + "w_type": "conjugated godan verb", + "romaji": "kurinuite" + }, + "取り扱わ": { + "w_type": "godan verb stem", + "romaji": "toriatsukawa" + }, + "取り扱い": { + "w_type": "godan verb stem", + "romaji": "toriatsukai" + }, + "取り扱え": { + "w_type": "conjugated godan verb", + "romaji": "toriatsukae" + }, + "取り扱お": { + "w_type": "godan verb stem", + "romaji": "toriatsukao" + }, + "取り扱った": { + "w_type": "conjugated godan verb", + "romaji": "toriatsukatta" + }, + "取り扱って": { + "w_type": "conjugated godan verb", + "romaji": "toriatsukatte" + }, + "臨か": { + "w_type": "godan verb stem", + "romaji": "nozoka" + }, + "臨き": { + "w_type": "godan verb stem", + "romaji": "nozoki" + }, + "臨け": { + "w_type": "conjugated godan verb", + "romaji": "nozoke" + }, + "臨こ": { + "w_type": "godan verb stem", + "romaji": "nozoko" + }, + "臨いた": { + "w_type": "conjugated godan verb", + "romaji": "nozoita" + }, + "臨いて": { + "w_type": "conjugated godan verb", + "romaji": "nozoite" + }, + "洩ら": { + "w_type": "godan verb stem", + "romaji": "mora" + }, + "洩り": { + "w_type": "godan verb stem", + "romaji": "mori" + }, + "洩れ": { + "w_type": "conjugated godan verb", + "romaji": "more" + }, + "洩ろ": { + "w_type": "godan verb stem", + "romaji": "moro" + }, + "洩った": { + "w_type": "conjugated godan verb", + "romaji": "motta" + }, + "洩って": { + "w_type": "conjugated godan verb", + "romaji": "motte" + }, + "混じら": { + "w_type": "godan verb stem", + "romaji": "majira" + }, + "混じり": { + "w_type": "godan verb stem", + "romaji": "majiri" + }, + "混じれ": { + "w_type": "conjugated godan verb", + "romaji": "majire" + }, + "混じろ": { + "w_type": "godan verb stem", + "romaji": "majiro" + }, + "混じった": { + "w_type": "conjugated godan verb", + "romaji": "majitta" + }, + "混じって": { + "w_type": "conjugated godan verb", + "romaji": "majitte" + }, + "崩れ掛ら": { + "w_type": "godan verb stem", + "romaji": "kuzurekakara" + }, + "崩れ掛り": { + "w_type": "godan verb stem", + "romaji": "kuzurekakari" + }, + "崩れ掛れ": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakare" + }, + "崩れ掛ろ": { + "w_type": "godan verb stem", + "romaji": "kuzurekakaro" + }, + "崩れ掛った": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakatta" + }, + "崩れ掛って": { + "w_type": "conjugated godan verb", + "romaji": "kuzurekakatte" + }, + "行ら": { + "w_type": "godan verb stem", + "romaji": "yara" + }, + "行り": { + "w_type": "godan verb stem", + "romaji": "yari" + }, + "行れ": { + "w_type": "conjugated godan verb", + "romaji": "yare" + }, + "行ろ": { + "w_type": "godan verb stem", + "romaji": "yaro" + }, + "伝わ": { + "w_type": "godan verb stem", + "romaji": "tsutawa" + }, + "伝い": { + "w_type": "godan verb stem", + "romaji": "tsutai" + }, + "伝え": { + "w_type": "conjugated godan verb", + "romaji": "tsutae" + }, + "伝お": { + "w_type": "godan verb stem", + "romaji": "tsutao" + }, + "伝った": { + "w_type": "conjugated godan verb", + "romaji": "tsutatta" + }, + "伝って": { + "w_type": "conjugated godan verb", + "romaji": "tsutatte" + }, + "よじ登ら": { + "w_type": "godan verb stem", + "romaji": "yojinobora" + }, + "よじ登り": { + "w_type": "godan verb stem", + "romaji": "yojinobori" + }, + "よじ登れ": { + "w_type": "conjugated godan verb", + "romaji": "yojinobore" + }, + "よじ登ろ": { + "w_type": "godan verb stem", + "romaji": "yojinoboro" + }, + "よじ登った": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotta" + }, + "よじ登って": { + "w_type": "conjugated godan verb", + "romaji": "yojinobotte" + }, + "攻め上ら": { + "w_type": "godan verb stem", + "romaji": "semenobora" + }, + "攻め上り": { + "w_type": "godan verb stem", + "romaji": "semenobori" + }, + "攻め上れ": { + "w_type": "conjugated godan verb", + "romaji": "semenobore" + }, + "攻め上ろ": { + "w_type": "godan verb stem", + "romaji": "semenoboro" + }, + "攻め上った": { + "w_type": "conjugated godan verb", + "romaji": "semenobotta" + }, + "攻め上って": { + "w_type": "conjugated godan verb", + "romaji": "semenobotte" + }, + "狭ま": { + "w_type": "godan verb stem", + "romaji": "sebama" + }, + "狭み": { + "w_type": "godan verb stem", + "romaji": "sebami" + }, + "狭め": { + "w_type": "conjugated godan verb", + "romaji": "sebame" + }, + "狭も": { + "w_type": "godan verb stem", + "romaji": "sebamo" + }, + "狭んだ": { + "w_type": "conjugated godan verb", + "romaji": "sebanda" + }, + "狭んで": { + "w_type": "conjugated godan verb", + "romaji": "sebande" + }, + "閔れま": { + "w_type": "godan verb stem", + "romaji": "awarema" + }, + "閔れみ": { + "w_type": "godan verb stem", + "romaji": "awaremi" + }, + "閔れめ": { + "w_type": "conjugated godan verb", + "romaji": "awareme" + }, + "閔れも": { + "w_type": "godan verb stem", + "romaji": "awaremo" + }, + "閔れんだ": { + "w_type": "conjugated godan verb", + "romaji": "awarenda" + }, + "閔れんで": { + "w_type": "conjugated godan verb", + "romaji": "awarende" + }, + "働かさ": { + "w_type": "godan verb stem", + "romaji": "hatarakasa" + }, + "働かし": { + "w_type": "godan verb stem", + "romaji": "hatarakashi" + }, + "働かせ": { + "w_type": "conjugated godan verb", + "romaji": "hatarakase" + }, + "働かそ": { + "w_type": "godan verb stem", + "romaji": "hatarakaso" + }, + "働かした": { + "w_type": "conjugated godan verb", + "romaji": "hatarakashita" + }, + "働かして": { + "w_type": "conjugated godan verb", + "romaji": "hatarakashite" + }, + "言暮らさ": { + "w_type": "godan verb stem", + "romaji": "iikurasa" + }, + "言暮らし": { + "w_type": "godan verb stem", + "romaji": "iikurashi" + }, + "言暮らせ": { + "w_type": "conjugated godan verb", + "romaji": "iikurase" + }, + "言暮らそ": { + "w_type": "godan verb stem", + "romaji": "iikuraso" + }, + "言暮らした": { + "w_type": "conjugated godan verb", + "romaji": "iikurashita" + }, + "言暮らして": { + "w_type": "conjugated godan verb", + "romaji": "iikurashite" + }, + "行わ": { + "w_type": "godan verb stem", + "romaji": "okonawa" + }, + "行い": { + "w_type": "godan verb stem", + "romaji": "okonai" + }, + "行え": { + "w_type": "conjugated godan verb", + "romaji": "okonae" + }, + "行お": { + "w_type": "godan verb stem", + "romaji": "okonao" + }, + "切り通さ": { + "w_type": "godan verb stem", + "romaji": "kiritoosa" + }, + "切り通し": { + "w_type": "godan verb stem", + "romaji": "kiritooshi" + }, + "切り通せ": { + "w_type": "conjugated godan verb", + "romaji": "kiritoose" + }, + "切り通そ": { + "w_type": "godan verb stem", + "romaji": "kiritooso" + }, + "切り通した": { + "w_type": "conjugated godan verb", + "romaji": "kiritooshita" + }, + "切り通して": { + "w_type": "conjugated godan verb", + "romaji": "kiritooshite" + }, + "縢がら": { + "w_type": "godan verb stem", + "romaji": "kagara" + }, + "縢がり": { + "w_type": "godan verb stem", + "romaji": "kagari" + }, + "縢がれ": { + "w_type": "conjugated godan verb", + "romaji": "kagare" + }, + "縢がろ": { + "w_type": "godan verb stem", + "romaji": "kagaro" + }, + "縢がった": { + "w_type": "conjugated godan verb", + "romaji": "kagatta" + }, + "縢がって": { + "w_type": "conjugated godan verb", + "romaji": "kagatte" + }, + "苛つか": { + "w_type": "godan verb stem", + "romaji": "iratsuka" + }, + "苛つき": { + "w_type": "godan verb stem", + "romaji": "iratsuki" + }, + "苛つけ": { + "w_type": "conjugated godan verb", + "romaji": "iratsuke" + }, + "苛つこ": { + "w_type": "godan verb stem", + "romaji": "iratsuko" + }, + "苛ついた": { + "w_type": "conjugated godan verb", + "romaji": "iratsuita" + }, + "苛ついて": { + "w_type": "conjugated godan verb", + "romaji": "iratsuite" + }, + "聞過ごさ": { + "w_type": "godan verb stem", + "romaji": "kikisugosa" + }, + "聞過ごし": { + "w_type": "godan verb stem", + "romaji": "kikisugoshi" + }, + "聞過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "kikisugose" + }, + "聞過ごそ": { + "w_type": "godan verb stem", + "romaji": "kikisugoso" + }, + "聞過ごした": { + "w_type": "conjugated godan verb", + "romaji": "kikisugoshita" + }, + "聞過ごして": { + "w_type": "conjugated godan verb", + "romaji": "kikisugoshite" + }, + "言過ごさ": { + "w_type": "godan verb stem", + "romaji": "iisugosa" + }, + "言過ごし": { + "w_type": "godan verb stem", + "romaji": "iisugoshi" + }, + "言過ごせ": { + "w_type": "conjugated godan verb", + "romaji": "iisugose" + }, + "言過ごそ": { + "w_type": "godan verb stem", + "romaji": "iisugoso" + }, + "言過ごした": { + "w_type": "conjugated godan verb", + "romaji": "iisugoshita" + }, + "言過ごして": { + "w_type": "conjugated godan verb", + "romaji": "iisugoshite" + }, + "落っこら": { + "w_type": "godan verb stem", + "romaji": "okkora" + }, + "落っこり": { + "w_type": "godan verb stem", + "romaji": "okkori" + }, + "落っこれ": { + "w_type": "conjugated godan verb", + "romaji": "okkore" + }, + "落っころ": { + "w_type": "godan verb stem", + "romaji": "okkoro" + }, + "落っこった": { + "w_type": "conjugated godan verb", + "romaji": "okkotta" + }, + "落っこって": { + "w_type": "conjugated godan verb", + "romaji": "okkotte" + }, + "角さ": { + "w_type": "godan verb stem", + "romaji": "kakusa" + }, + "角し": { + "w_type": "godan verb stem", + "romaji": "kakushi" + }, + "角せ": { + "w_type": "conjugated godan verb", + "romaji": "kakuse" + }, + "角そ": { + "w_type": "godan verb stem", + "romaji": "kakuso" + }, + "角した": { + "w_type": "conjugated godan verb", + "romaji": "kakushita" + }, + "角して": { + "w_type": "conjugated godan verb", + "romaji": "kakushite" + }, + "則ら": { + "w_type": "godan verb stem", + "romaji": "nottora" + }, + "則り": { + "w_type": "godan verb stem", + "romaji": "nottori" + }, + "則れ": { + "w_type": "conjugated godan verb", + "romaji": "nottore" + }, + "則ろ": { + "w_type": "godan verb stem", + "romaji": "nottoro" + }, + "則った": { + "w_type": "conjugated godan verb", + "romaji": "nottotta" + }, + "則って": { + "w_type": "conjugated godan verb", + "romaji": "nottotte" + }, + "泣きしきら": { + "w_type": "godan verb stem", + "romaji": "nakishikira" + }, + "泣きしきり": { + "w_type": "godan verb stem", + "romaji": "nakishikiri" + }, + "泣きしきれ": { + "w_type": "conjugated godan verb", + "romaji": "nakishikire" + }, + "泣きしきろ": { + "w_type": "godan verb stem", + "romaji": "nakishikiro" + }, + "泣きしきった": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitta" + }, + "泣きしきって": { + "w_type": "conjugated godan verb", + "romaji": "nakishikitte" + }, + "売り捌か": { + "w_type": "godan verb stem", + "romaji": "urisabaka" + }, + "売り捌き": { + "w_type": "godan verb stem", + "romaji": "urisabaki" + }, + "売り捌け": { + "w_type": "conjugated godan verb", + "romaji": "urisabake" + }, + "売り捌こ": { + "w_type": "godan verb stem", + "romaji": "urisabako" + }, + "売り捌いた": { + "w_type": "conjugated godan verb", + "romaji": "urisabaita" + }, + "売り捌いて": { + "w_type": "conjugated godan verb", + "romaji": "urisabaite" + }, + "取除か": { + "w_type": "godan verb stem", + "romaji": "torinozoka" + }, + "取除き": { + "w_type": "godan verb stem", + "romaji": "torinozoki" + }, + "取除け": { + "w_type": "conjugated godan verb", + "romaji": "torinozoke" + }, + "取除こ": { + "w_type": "godan verb stem", + "romaji": "torinozoko" + }, + "取除いた": { + "w_type": "conjugated godan verb", + "romaji": "torinozoita" + }, + "取除いて": { + "w_type": "conjugated godan verb", + "romaji": "torinozoite" + }, + "片づか": { + "w_type": "godan verb stem", + "romaji": "katazuka" + }, + "片づき": { + "w_type": "godan verb stem", + "romaji": "katazuki" + }, + "片づけ": { + "w_type": "conjugated godan verb", + "romaji": "katazuke" + }, + "片づこ": { + "w_type": "godan verb stem", + "romaji": "katazuko" + }, + "片づいた": { + "w_type": "conjugated godan verb", + "romaji": "katazuita" + }, + "片づいて": { + "w_type": "conjugated godan verb", + "romaji": "katazuite" + }, + "し尽さ": { + "w_type": "godan verb stem", + "romaji": "shitsukusa" + }, + "し尽し": { + "w_type": "godan verb stem", + "romaji": "shitsukushi" + }, + "し尽せ": { + "w_type": "conjugated godan verb", + "romaji": "shitsukuse" + }, + "し尽そ": { + "w_type": "godan verb stem", + "romaji": "shitsukuso" + }, + "し尽した": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushita" + }, + "し尽して": { + "w_type": "conjugated godan verb", + "romaji": "shitsukushite" + }, + "ひねくり回さ": { + "w_type": "godan verb stem", + "romaji": "hinekurimawasa" + }, + "ひねくり回し": { + "w_type": "godan verb stem", + "romaji": "hinekurimawashi" + }, + "ひねくり回せ": { + "w_type": "conjugated godan verb", + "romaji": "hinekurimawase" + }, + "ひねくり回そ": { + "w_type": "godan verb stem", + "romaji": "hinekurimawaso" + }, + "ひねくり回した": { + "w_type": "conjugated godan verb", + "romaji": "hinekurimawashita" + }, + "ひねくり回して": { + "w_type": "conjugated godan verb", + "romaji": "hinekurimawashite" + }, + "咽び泣か": { + "w_type": "godan verb stem", + "romaji": "musebinaka" + }, + "咽び泣き": { + "w_type": "godan verb stem", + "romaji": "musebinaki" + }, + "咽び泣け": { + "w_type": "conjugated godan verb", + "romaji": "musebinake" + }, + "咽び泣こ": { + "w_type": "godan verb stem", + "romaji": "musebinako" + }, + "咽び泣いた": { + "w_type": "conjugated godan verb", + "romaji": "musebinaita" + }, + "咽び泣いて": { + "w_type": "conjugated godan verb", + "romaji": "musebinaite" + }, + "迫上ら": { + "w_type": "godan verb stem", + "romaji": "seriagara" + }, + "迫上り": { + "w_type": "godan verb stem", + "romaji": "seriagari" + }, + "迫上れ": { + "w_type": "conjugated godan verb", + "romaji": "seriagare" + }, + "迫上ろ": { + "w_type": "godan verb stem", + "romaji": "seriagaro" + }, + "迫上った": { + "w_type": "conjugated godan verb", + "romaji": "seriagatta" + }, + "迫上って": { + "w_type": "conjugated godan verb", + "romaji": "seriagatte" + }, + "感きわまら": { + "w_type": "godan verb stem", + "romaji": "kankiwamara" + }, + "感きわまり": { + "w_type": "godan verb stem", + "romaji": "kankiwamari" + }, + "感きわまれ": { + "w_type": "conjugated godan verb", + "romaji": "kankiwamare" + }, + "感きわまろ": { + "w_type": "godan verb stem", + "romaji": "kankiwamaro" + }, + "感きわまった": { + "w_type": "conjugated godan verb", + "romaji": "kankiwamatta" + }, + "感きわまって": { + "w_type": "conjugated godan verb", + "romaji": "kankiwamatte" + }, + "煮上がら": { + "w_type": "godan verb stem", + "romaji": "niagara" + }, + "煮上がり": { + "w_type": "godan verb stem", + "romaji": "niagari" + }, + "煮上がれ": { + "w_type": "conjugated godan verb", + "romaji": "niagare" + }, + "煮上がろ": { + "w_type": "godan verb stem", + "romaji": "niagaro" + }, + "煮上がった": { + "w_type": "conjugated godan verb", + "romaji": "niagatta" + }, + "煮上がって": { + "w_type": "conjugated godan verb", + "romaji": "niagatte" + }, + "引き籠もら": { + "w_type": "godan verb stem", + "romaji": "hikikomora" + }, + "引き籠もり": { + "w_type": "godan verb stem", + "romaji": "hikikomori" + }, + "引き籠もれ": { + "w_type": "conjugated godan verb", + "romaji": "hikikomore" + }, + "引き籠もろ": { + "w_type": "godan verb stem", + "romaji": "hikikomoro" + }, + "引き籠もった": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotta" + }, + "引き籠もって": { + "w_type": "conjugated godan verb", + "romaji": "hikikomotte" + }, + "食切ら": { + "w_type": "godan verb stem", + "romaji": "kuikira" + }, + "食切り": { + "w_type": "godan verb stem", + "romaji": "kuikiri" + }, + "食切れ": { + "w_type": "conjugated godan verb", + "romaji": "kuikire" + }, + "食切ろ": { + "w_type": "godan verb stem", + "romaji": "kuikiro" + }, + "食切った": { + "w_type": "conjugated godan verb", + "romaji": "kuikitta" + }, + "食切って": { + "w_type": "conjugated godan verb", + "romaji": "kuikitte" + }, + "身ごもら": { + "w_type": "godan verb stem", + "romaji": "migomora" + }, + "身ごもり": { + "w_type": "godan verb stem", + "romaji": "migomori" + }, + "身ごもれ": { + "w_type": "conjugated godan verb", + "romaji": "migomore" + }, + "身ごもろ": { + "w_type": "godan verb stem", + "romaji": "migomoro" + }, + "身ごもった": { + "w_type": "conjugated godan verb", + "romaji": "migomotta" + }, + "身ごもって": { + "w_type": "conjugated godan verb", + "romaji": "migomotte" + }, + "漏れ聞か": { + "w_type": "godan verb stem", + "romaji": "morekika" + }, + "漏れ聞き": { + "w_type": "godan verb stem", + "romaji": "morekiki" + }, + "漏れ聞け": { + "w_type": "conjugated godan verb", + "romaji": "morekike" + }, + "漏れ聞こ": { + "w_type": "godan verb stem", + "romaji": "morekiko" + }, + "漏れ聞いた": { + "w_type": "conjugated godan verb", + "romaji": "morekiita" + }, + "漏れ聞いて": { + "w_type": "conjugated godan verb", + "romaji": "morekiite" + }, + "塞がら": { + "w_type": "godan verb stem", + "romaji": "fusagara" + }, + "塞がり": { + "w_type": "godan verb stem", + "romaji": "fusagari" + }, + "塞がれ": { + "w_type": "conjugated godan verb", + "romaji": "fusagare" + }, + "塞がろ": { + "w_type": "godan verb stem", + "romaji": "fusagaro" + }, + "塞がった": { + "w_type": "conjugated godan verb", + "romaji": "fusagatta" + }, + "塞がって": { + "w_type": "conjugated godan verb", + "romaji": "fusagatte" + }, + "哮ら": { + "w_type": "godan verb stem", + "romaji": "takera" + }, + "哮り": { + "w_type": "godan verb stem", + "romaji": "takeri" + }, + "哮れ": { + "w_type": "conjugated godan verb", + "romaji": "takere" + }, + "哮ろ": { + "w_type": "godan verb stem", + "romaji": "takero" + }, + "哮った": { + "w_type": "conjugated godan verb", + "romaji": "taketta" + }, + "哮って": { + "w_type": "conjugated godan verb", + "romaji": "takette" + }, + "打ち砕か": { + "w_type": "godan verb stem", + "romaji": "uchikudaka" + }, + "打ち砕き": { + "w_type": "godan verb stem", + "romaji": "uchikudaki" + }, + "打ち砕け": { + "w_type": "conjugated godan verb", + "romaji": "uchikudake" + }, + "打ち砕こ": { + "w_type": "godan verb stem", + "romaji": "uchikudako" + }, + "打ち砕いた": { + "w_type": "conjugated godan verb", + "romaji": "uchikudaita" + }, + "打ち砕いて": { + "w_type": "conjugated godan verb", + "romaji": "uchikudaite" + }, + "危ながら": { + "w_type": "godan verb stem", + "romaji": "abunagara" + }, + "危ながり": { + "w_type": "godan verb stem", + "romaji": "abunagari" + }, + "危ながれ": { + "w_type": "conjugated godan verb", + "romaji": "abunagare" + }, + "危ながろ": { + "w_type": "godan verb stem", + "romaji": "abunagaro" + }, + "危ながった": { + "w_type": "conjugated godan verb", + "romaji": "abunagatta" + }, + "危ながって": { + "w_type": "conjugated godan verb", + "romaji": "abunagatte" + }, + "居ら": { + "w_type": "godan verb stem", + "romaji": "ora" + }, + "居り": { + "w_type": "godan verb stem", + "romaji": "ori" + }, + "居れ": { + "w_type": "conjugated godan verb", + "romaji": "ore" + }, + "居ろ": { + "w_type": "godan verb stem", + "romaji": "oro" + }, + "居った": { + "w_type": "conjugated godan verb", + "romaji": "otta" + }, + "居って": { + "w_type": "conjugated godan verb", + "romaji": "otte" + }, + "見直さ": { + "w_type": "godan verb stem", + "romaji": "minaosa" + }, + "見直し": { + "w_type": "godan verb stem", + "romaji": "minaoshi" + }, + "見直せ": { + "w_type": "conjugated godan verb", + "romaji": "minaose" + }, + "見直そ": { + "w_type": "godan verb stem", + "romaji": "minaoso" + }, + "見直した": { + "w_type": "conjugated godan verb", + "romaji": "minaoshita" + }, + "見直して": { + "w_type": "conjugated godan verb", + "romaji": "minaoshite" + }, + "味わい知ら": { + "w_type": "godan verb stem", + "romaji": "ajiwaishira" + }, + "味わい知り": { + "w_type": "godan verb stem", + "romaji": "ajiwaishiri" + }, + "味わい知れ": { + "w_type": "conjugated godan verb", + "romaji": "ajiwaishire" + }, + "味わい知ろ": { + "w_type": "godan verb stem", + "romaji": "ajiwaishiro" + }, + "味わい知った": { + "w_type": "conjugated godan verb", + "romaji": "ajiwaishitta" + }, + "味わい知って": { + "w_type": "conjugated godan verb", + "romaji": "ajiwaishitte" + }, + "急か": { + "w_type": "godan verb stem", + "romaji": "seka" + }, + "急き": { + "w_type": "godan verb stem", + "romaji": "seki" + }, + "急け": { + "w_type": "conjugated godan verb", + "romaji": "seke" + }, + "急こ": { + "w_type": "godan verb stem", + "romaji": "seko" + }, + "急いた": { + "w_type": "conjugated godan verb", + "romaji": "seita" + }, + "急いて": { + "w_type": "conjugated godan verb", + "romaji": "seite" + }, + "差し交わさ": { + "w_type": "godan verb stem", + "romaji": "sashikawasa" + }, + "差し交わし": { + "w_type": "godan verb stem", + "romaji": "sashikawashi" + }, + "差し交わせ": { + "w_type": "conjugated godan verb", + "romaji": "sashikawase" + }, + "差し交わそ": { + "w_type": "godan verb stem", + "romaji": "sashikawaso" + }, + "差し交わした": { + "w_type": "conjugated godan verb", + "romaji": "sashikawashita" + }, + "差し交わして": { + "w_type": "conjugated godan verb", + "romaji": "sashikawashite" + }, + "離さ": { + "w_type": "godan verb stem", + "romaji": "hanasa" + }, + "離し": { + "w_type": "godan verb stem", + "romaji": "hanashi" + }, + "離せ": { + "w_type": "conjugated godan verb", + "romaji": "hanase" + }, + "離そ": { + "w_type": "godan verb stem", + "romaji": "hanaso" + }, + "離した": { + "w_type": "conjugated godan verb", + "romaji": "hanashita" + }, + "離して": { + "w_type": "conjugated godan verb", + "romaji": "hanashite" + }, + "切り散らさ": { + "w_type": "godan verb stem", + "romaji": "kirichirasa" + }, + "切り散らし": { + "w_type": "godan verb stem", + "romaji": "kirichirashi" + }, + "切り散らせ": { + "w_type": "conjugated godan verb", + "romaji": "kirichirase" + }, + "切り散らそ": { + "w_type": "godan verb stem", + "romaji": "kirichiraso" + }, + "切り散らした": { + "w_type": "conjugated godan verb", + "romaji": "kirichirashita" + }, + "切り散らして": { + "w_type": "conjugated godan verb", + "romaji": "kirichirashite" + }, + "拈くら": { + "w_type": "godan verb stem", + "romaji": "hinekura" + }, + "拈くり": { + "w_type": "godan verb stem", + "romaji": "hinekuri" + }, + "拈くれ": { + "w_type": "conjugated godan verb", + "romaji": "hinekure" + }, + "拈くろ": { + "w_type": "godan verb stem", + "romaji": "hinekuro" + }, + "拈くった": { + "w_type": "conjugated godan verb", + "romaji": "hinekutta" + }, + "拈くって": { + "w_type": "conjugated godan verb", + "romaji": "hinekutte" + }, + "呼びこま": { + "w_type": "godan verb stem", + "romaji": "yobikoma" + }, + "呼びこみ": { + "w_type": "godan verb stem", + "romaji": "yobikomi" + }, + "呼びこめ": { + "w_type": "conjugated godan verb", + "romaji": "yobikome" + }, + "呼びこも": { + "w_type": "godan verb stem", + "romaji": "yobikomo" + }, + "呼びこんだ": { + "w_type": "conjugated godan verb", + "romaji": "yobikonda" + }, + "呼びこんで": { + "w_type": "conjugated godan verb", + "romaji": "yobikonde" + }, + "買い被ら": { + "w_type": "godan verb stem", + "romaji": "kaikabura" + }, + "買い被り": { + "w_type": "godan verb stem", + "romaji": "kaikaburi" + }, + "買い被れ": { + "w_type": "conjugated godan verb", + "romaji": "kaikabure" + }, + "買い被ろ": { + "w_type": "godan verb stem", + "romaji": "kaikaburo" + }, + "買い被った": { + "w_type": "conjugated godan verb", + "romaji": "kaikabutta" + }, + "買い被って": { + "w_type": "conjugated godan verb", + "romaji": "kaikabutte" + }, + "冴え輝か": { + "w_type": "godan verb stem", + "romaji": "saekagayaka" + }, + "冴え輝き": { + "w_type": "godan verb stem", + "romaji": "saekagayaki" + }, + "冴え輝け": { + "w_type": "conjugated godan verb", + "romaji": "saekagayake" + }, + "冴え輝こ": { + "w_type": "godan verb stem", + "romaji": "saekagayako" + }, + "冴え輝いた": { + "w_type": "conjugated godan verb", + "romaji": "saekagayaita" + }, + "冴え輝いて": { + "w_type": "conjugated godan verb", + "romaji": "saekagayaite" + }, + "鋤返さ": { + "w_type": "godan verb stem", + "romaji": "sukikaesa" + }, + "鋤返し": { + "w_type": "godan verb stem", + "romaji": "sukikaeshi" + }, + "鋤返せ": { + "w_type": "conjugated godan verb", + "romaji": "sukikaese" + }, + "鋤返そ": { + "w_type": "godan verb stem", + "romaji": "sukikaeso" + }, + "鋤返した": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshita" + }, + "鋤返して": { + "w_type": "conjugated godan verb", + "romaji": "sukikaeshite" + }, + "称さ": { + "w_type": "godan verb stem", + "romaji": "shousa" + }, + "称し": { + "w_type": "godan verb stem", + "romaji": "shoushi" + }, + "称せ": { + "w_type": "conjugated godan verb", + "romaji": "shouse" + }, + "称そ": { + "w_type": "godan verb stem", + "romaji": "shouso" + }, + "称した": { + "w_type": "conjugated godan verb", + "romaji": "shoushita" + }, + "称して": { + "w_type": "conjugated godan verb", + "romaji": "shoushite" + }, + "立て直ら": { + "w_type": "godan verb stem", + "romaji": "tatenaora" + }, + "立て直り": { + "w_type": "godan verb stem", + "romaji": "tatenaori" + }, + "立て直れ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaore" + }, + "立て直ろ": { + "w_type": "godan verb stem", + "romaji": "tatenaoro" + }, + "立て直った": { + "w_type": "conjugated godan verb", + "romaji": "tatenaotta" + }, + "立て直って": { + "w_type": "conjugated godan verb", + "romaji": "tatenaotte" + }, + "絞りこま": { + "w_type": "godan verb stem", + "romaji": "shiborikoma" + }, + "絞りこみ": { + "w_type": "godan verb stem", + "romaji": "shiborikomi" + }, + "絞りこめ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikome" + }, + "絞りこも": { + "w_type": "godan verb stem", + "romaji": "shiborikomo" + }, + "絞りこんだ": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonda" + }, + "絞りこんで": { + "w_type": "conjugated godan verb", + "romaji": "shiborikonde" + }, + "折り重なら": { + "w_type": "godan verb stem", + "romaji": "orikasanara" + }, + "折り重なり": { + "w_type": "godan verb stem", + "romaji": "orikasanari" + }, + "折り重なれ": { + "w_type": "conjugated godan verb", + "romaji": "orikasanare" + }, + "折り重なろ": { + "w_type": "godan verb stem", + "romaji": "orikasanaro" + }, + "折り重なった": { + "w_type": "conjugated godan verb", + "romaji": "orikasanatta" + }, + "折り重なって": { + "w_type": "conjugated godan verb", + "romaji": "orikasanatte" + }, + "這い寄ら": { + "w_type": "godan verb stem", + "romaji": "haiyora" + }, + "這い寄り": { + "w_type": "godan verb stem", + "romaji": "haiyori" + }, + "這い寄れ": { + "w_type": "conjugated godan verb", + "romaji": "haiyore" + }, + "這い寄ろ": { + "w_type": "godan verb stem", + "romaji": "haiyoro" + }, + "這い寄った": { + "w_type": "conjugated godan verb", + "romaji": "haiyotta" + }, + "這い寄って": { + "w_type": "conjugated godan verb", + "romaji": "haiyotte" + }, + "立て直さ": { + "w_type": "godan verb stem", + "romaji": "tatenaosa" + }, + "立て直し": { + "w_type": "godan verb stem", + "romaji": "tatenaoshi" + }, + "立て直せ": { + "w_type": "conjugated godan verb", + "romaji": "tatenaose" + }, + "立て直そ": { + "w_type": "godan verb stem", + "romaji": "tatenaoso" + }, + "立て直した": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshita" + }, + "立て直して": { + "w_type": "conjugated godan verb", + "romaji": "tatenaoshite" + }, + "踏み躙ら": { + "w_type": "godan verb stem", + "romaji": "fuminijira" + }, + "踏み躙り": { + "w_type": "godan verb stem", + "romaji": "fuminijiri" + }, + "踏み躙れ": { + "w_type": "conjugated godan verb", + "romaji": "fuminijire" + }, + "踏み躙ろ": { + "w_type": "godan verb stem", + "romaji": "fuminijiro" + }, + "踏み躙った": { + "w_type": "conjugated godan verb", + "romaji": "fuminijitta" + }, + "踏み躙って": { + "w_type": "conjugated godan verb", + "romaji": "fuminijitte" + } +} \ No newline at end of file diff --git a/utils/modules/kanji_to_romaji/jp_mappings/conjugated_ichidan_kanji.json b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_ichidan_kanji.json new file mode 100644 index 0000000..ed996c0 --- /dev/null +++ b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_ichidan_kanji.json @@ -0,0 +1,14918 @@ +{ + "茶茶を入れ": { + "w_type": "ichidan verb stem", + "romaji": "chacha wo ire" + }, + "取り紛れ": { + "w_type": "ichidan verb stem", + "romaji": "torimagire" + }, + "組付け": { + "w_type": "ichidan verb stem", + "romaji": "kumitsuke" + }, + "喩え": { + "w_type": "ichidan verb stem", + "romaji": "tatoe" + }, + "押しあて": { + "w_type": "ichidan verb stem", + "romaji": "oshiate" + }, + "踏みこたえ": { + "w_type": "ichidan verb stem", + "romaji": "fumikotae" + }, + "踏まえ": { + "w_type": "ichidan verb stem", + "romaji": "fumae" + }, + "立続け": { + "w_type": "ichidan verb stem", + "romaji": "tachitsuzuke" + }, + "見棄て": { + "w_type": "ichidan verb stem", + "romaji": "misute" + }, + "塡め": { + "w_type": "ichidan verb stem", + "romaji": "hame" + }, + "押し込め": { + "w_type": "ichidan verb stem", + "romaji": "oshikome" + }, + "入れ揚げ": { + "w_type": "ichidan verb stem", + "romaji": "ireage" + }, + "散りばめ": { + "w_type": "ichidan verb stem", + "romaji": "chiribame" + }, + "茹であげ": { + "w_type": "ichidan verb stem", + "romaji": "yudeage" + }, + "入れ忘れ": { + "w_type": "ichidan verb stem", + "romaji": "irewasure" + }, + "掛け合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kakeawase" + }, + "打留め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "活気付け": { + "w_type": "ichidan verb stem", + "romaji": "kakkizuke" + }, + "定め": { + "w_type": "ichidan verb stem", + "romaji": "sadame" + }, + "縛め": { + "w_type": "ichidan verb stem", + "romaji": "imashime" + }, + "枯らび": { + "w_type": "ichidan verb stem", + "romaji": "karabi" + }, + "引受け": { + "w_type": "ichidan verb stem", + "romaji": "hikiuke" + }, + "薨ず": { + "w_type": "ichidan verb stem", + "romaji": "kouzu" + }, + "倒け": { + "w_type": "ichidan verb stem", + "romaji": "koke" + }, + "言丸め": { + "w_type": "ichidan verb stem", + "romaji": "iimarume" + }, + "着け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "押上げ": { + "w_type": "ichidan verb stem", + "romaji": "oshiage" + }, + "生まれ落ち": { + "w_type": "ichidan verb stem", + "romaji": "umareochi" + }, + "甘ったれ": { + "w_type": "ichidan verb stem", + "romaji": "amattare" + }, + "較べ": { + "w_type": "ichidan verb stem", + "romaji": "kurabe" + }, + "ふるいに掛け": { + "w_type": "ichidan verb stem", + "romaji": "furuinikake" + }, + "有り触れ": { + "w_type": "ichidan verb stem", + "romaji": "arifure" + }, + "恵まれ": { + "w_type": "ichidan verb stem", + "romaji": "megumare" + }, + "独りごち": { + "w_type": "ichidan verb stem", + "romaji": "hitorigochi" + }, + "捨て": { + "w_type": "ichidan verb stem", + "romaji": "sute" + }, + "遣り損じ": { + "w_type": "ichidan verb stem", + "romaji": "yarisonji" + }, + "走り抜け": { + "w_type": "ichidan verb stem", + "romaji": "hashirinuke" + }, + "隠し切れ": { + "w_type": "ichidan verb stem", + "romaji": "kakushikire" + }, + "買い上げ": { + "w_type": "ichidan verb stem", + "romaji": "kaiage" + }, + "群居": { + "w_type": "ichidan verb stem", + "romaji": "murei" + }, + "飛降り": { + "w_type": "ichidan verb stem", + "romaji": "tobiori" + }, + "打ち明け": { + "w_type": "ichidan verb stem", + "romaji": "uchiake" + }, + "探し当て": { + "w_type": "ichidan verb stem", + "romaji": "sagashiate" + }, + "聞かせ": { + "w_type": "ichidan verb stem", + "romaji": "kikase" + }, + "伏し倒れ": { + "w_type": "ichidan verb stem", + "romaji": "fushitaore" + }, + "降り始め": { + "w_type": "ichidan verb stem", + "romaji": "furihajime" + }, + "終え": { + "w_type": "ichidan verb stem", + "romaji": "oe" + }, + "贏ち得": { + "w_type": "ichidan verb stem", + "romaji": "kachie" + }, + "育ち過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "sodachisugi" + }, + "妻合わせ": { + "w_type": "ichidan verb stem", + "romaji": "meawase" + }, + "引合せ": { + "w_type": "ichidan verb stem", + "romaji": "hikiawase" + }, + "貸し付け": { + "w_type": "ichidan verb stem", + "romaji": "kashitsuke" + }, + "敷き詰め": { + "w_type": "ichidan verb stem", + "romaji": "shikitsume" + }, + "取りそろえ": { + "w_type": "ichidan verb stem", + "romaji": "torisoroe" + }, + "殴り付け": { + "w_type": "ichidan verb stem", + "romaji": "naguritsuke" + }, + "ぶち切れ": { + "w_type": "ichidan verb stem", + "romaji": "buchikire" + }, + "白茶け": { + "w_type": "ichidan verb stem", + "romaji": "shirachake" + }, + "飾り付け": { + "w_type": "ichidan verb stem", + "romaji": "kazaritsuke" + }, + "生まれ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "umareawase" + }, + "押し広め": { + "w_type": "ichidan verb stem", + "romaji": "oshihirome" + }, + "積み重ね": { + "w_type": "ichidan verb stem", + "romaji": "tsumikasane" + }, + "泣別れ": { + "w_type": "ichidan verb stem", + "romaji": "nakiwakare" + }, + "整え": { + "w_type": "ichidan verb stem", + "romaji": "totonoe" + }, + "想い焦がれ": { + "w_type": "ichidan verb stem", + "romaji": "omoikogare" + }, + "揃え": { + "w_type": "ichidan verb stem", + "romaji": "soroe" + }, + "見せつけ": { + "w_type": "ichidan verb stem", + "romaji": "misetsuke" + }, + "やり込め": { + "w_type": "ichidan verb stem", + "romaji": "yarikome" + }, + "晴れ": { + "w_type": "ichidan verb stem", + "romaji": "hare" + }, + "塗り広げ": { + "w_type": "ichidan verb stem", + "romaji": "nurihiroge" + }, + "仕向": { + "w_type": "ichidan verb stem", + "romaji": "shimuke" + }, + "挿れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "零れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "koboreochi" + }, + "名づけ": { + "w_type": "ichidan verb stem", + "romaji": "nazuke" + }, + "飢え": { + "w_type": "ichidan verb stem", + "romaji": "ue" + }, + "載せ": { + "w_type": "ichidan verb stem", + "romaji": "nose" + }, + "赤らめ": { + "w_type": "ichidan verb stem", + "romaji": "akarame" + }, + "食べ付け": { + "w_type": "ichidan verb stem", + "romaji": "tabetsuke" + }, + "活け": { + "w_type": "ichidan verb stem", + "romaji": "ike" + }, + "打ち挙げ": { + "w_type": "ichidan verb stem", + "romaji": "buchiage" + }, + "聞きあき": { + "w_type": "ichidan verb stem", + "romaji": "kikiaki" + }, + "持ち添え": { + "w_type": "ichidan verb stem", + "romaji": "mochisoe" + }, + "禿げ": { + "w_type": "ichidan verb stem", + "romaji": "hage" + }, + "伝え": { + "w_type": "ichidan verb stem", + "romaji": "tsutae" + }, + "救い上げ": { + "w_type": "ichidan verb stem", + "romaji": "sukuiage" + }, + "はね除け": { + "w_type": "ichidan verb stem", + "romaji": "hanenoke" + }, + "締付け": { + "w_type": "ichidan verb stem", + "romaji": "shimetsuke" + }, + "呼び付け": { + "w_type": "ichidan verb stem", + "romaji": "yobitsuke" + }, + "食み出": { + "w_type": "ichidan verb stem", + "romaji": "hamide" + }, + "留め": { + "w_type": "ichidan verb stem", + "romaji": "todome" + }, + "腐れ": { + "w_type": "ichidan verb stem", + "romaji": "kusare" + }, + "禁ず": { + "w_type": "ichidan verb stem", + "romaji": "kinzu" + }, + "説勧め": { + "w_type": "ichidan verb stem", + "romaji": "tokisusume" + }, + "思い続け": { + "w_type": "ichidan verb stem", + "romaji": "omoitsuzuke" + }, + "生き存え": { + "w_type": "ichidan verb stem", + "romaji": "ikinagarae" + }, + "撫で付け": { + "w_type": "ichidan verb stem", + "romaji": "nadetsuke" + }, + "跡づけ": { + "w_type": "ichidan verb stem", + "romaji": "atozuke" + }, + "苦しめ": { + "w_type": "ichidan verb stem", + "romaji": "kurushime" + }, + "読み馴れ": { + "w_type": "ichidan verb stem", + "romaji": "yominare" + }, + "乗りつけ": { + "w_type": "ichidan verb stem", + "romaji": "noritsuke" + }, + "抱留め": { + "w_type": "ichidan verb stem", + "romaji": "dakitome" + }, + "歩き始め": { + "w_type": "ichidan verb stem", + "romaji": "arukihajime" + }, + "特徴づけ": { + "w_type": "ichidan verb stem", + "romaji": "tokuchouzuke" + }, + "照れ": { + "w_type": "ichidan verb stem", + "romaji": "tere" + }, + "煮": { + "w_type": "ichidan verb stem", + "romaji": "ni" + }, + "戴け": { + "w_type": "ichidan verb stem", + "romaji": "itadake" + }, + "馳せ参じ": { + "w_type": "ichidan verb stem", + "romaji": "hasesanji" + }, + "入れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "申述べ": { + "w_type": "ichidan verb stem", + "romaji": "moushinobe" + }, + "乗り遅れ": { + "w_type": "ichidan verb stem", + "romaji": "noriokure" + }, + "涌き出": { + "w_type": "ichidan verb stem", + "romaji": "wakide" + }, + "調べ上げ": { + "w_type": "ichidan verb stem", + "romaji": "shirabeage" + }, + "報じ": { + "w_type": "ichidan verb stem", + "romaji": "houji" + }, + "炊き上げ": { + "w_type": "ichidan verb stem", + "romaji": "takiage" + }, + "呼び寄せ": { + "w_type": "ichidan verb stem", + "romaji": "yobiyose" + }, + "幼び": { + "w_type": "ichidan verb stem", + "romaji": "osanabi" + }, + "動ず": { + "w_type": "ichidan verb stem", + "romaji": "douzu" + }, + "見損ね": { + "w_type": "ichidan verb stem", + "romaji": "misokone" + }, + "安く上げ": { + "w_type": "ichidan verb stem", + "romaji": "yasukuage" + }, + "焼け": { + "w_type": "ichidan verb stem", + "romaji": "yake" + }, + "打っかけ": { + "w_type": "ichidan verb stem", + "romaji": "bukkake" + }, + "落延び": { + "w_type": "ichidan verb stem", + "romaji": "ochinobi" + }, + "交え": { + "w_type": "ichidan verb stem", + "romaji": "majie" + }, + "取付かれ": { + "w_type": "ichidan verb stem", + "romaji": "toritsukare" + }, + "逃げ失せ": { + "w_type": "ichidan verb stem", + "romaji": "nigeuse" + }, + "吹き上げ": { + "w_type": "ichidan verb stem", + "romaji": "fukiage" + }, + "肯んず": { + "w_type": "ichidan verb stem", + "romaji": "gaenzu" + }, + "打ちまけ": { + "w_type": "ichidan verb stem", + "romaji": "buchimake" + }, + "縒り合せ": { + "w_type": "ichidan verb stem", + "romaji": "yoriawase" + }, + "造り上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsukuriage" + }, + "書間違え": { + "w_type": "ichidan verb stem", + "romaji": "kakimachigae" + }, + "空かせ": { + "w_type": "ichidan verb stem", + "romaji": "sukase" + }, + "差し止め": { + "w_type": "ichidan verb stem", + "romaji": "sashitome" + }, + "受け入れ": { + "w_type": "ichidan verb stem", + "romaji": "ukeire" + }, + "倦": { + "w_type": "ichidan verb stem", + "romaji": "aki" + }, + "取りあげ": { + "w_type": "ichidan verb stem", + "romaji": "toriage" + }, + "凭せかけ": { + "w_type": "ichidan verb stem", + "romaji": "motasekake" + }, + "免れ": { + "w_type": "ichidan verb stem", + "romaji": "manugare" + }, + "かき寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kakiyose" + }, + "点じ": { + "w_type": "ichidan verb stem", + "romaji": "tenji" + }, + "仕始め": { + "w_type": "ichidan verb stem", + "romaji": "shihajime" + }, + "待ち兼ね": { + "w_type": "ichidan verb stem", + "romaji": "machikane" + }, + "見受け": { + "w_type": "ichidan verb stem", + "romaji": "miuke" + }, + "隠れ": { + "w_type": "ichidan verb stem", + "romaji": "kakure" + }, + "保ちつづけ": { + "w_type": "ichidan verb stem", + "romaji": "tamochitsuzuke" + }, + "彫付け": { + "w_type": "ichidan verb stem", + "romaji": "horitsuke" + }, + "すり寄せ": { + "w_type": "ichidan verb stem", + "romaji": "suriyose" + }, + "たたき付け": { + "w_type": "ichidan verb stem", + "romaji": "tatakitsuke" + }, + "栄え": { + "w_type": "ichidan verb stem", + "romaji": "sakae" + }, + "説き付け": { + "w_type": "ichidan verb stem", + "romaji": "tokitsuke" + }, + "身悶え": { + "w_type": "ichidan verb stem", + "romaji": "mimodae" + }, + "振捨て": { + "w_type": "ichidan verb stem", + "romaji": "furisute" + }, + "気がひけ": { + "w_type": "ichidan verb stem", + "romaji": "kigahike" + }, + "ぶち開け": { + "w_type": "ichidan verb stem", + "romaji": "buchiake" + }, + "巻きつけ": { + "w_type": "ichidan verb stem", + "romaji": "makitsuke" + }, + "綴じ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tojiawase" + }, + "落ちこぼれ": { + "w_type": "ichidan verb stem", + "romaji": "ochikobore" + }, + "あふれ出": { + "w_type": "ichidan verb stem", + "romaji": "afurede" + }, + "射": { + "w_type": "ichidan verb stem", + "romaji": "i" + }, + "致し兼ね": { + "w_type": "ichidan verb stem", + "romaji": "itashikane" + }, + "統べ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "subeawase" + }, + "狎れ": { + "w_type": "ichidan verb stem", + "romaji": "nare" + }, + "眩れ": { + "w_type": "ichidan verb stem", + "romaji": "kure" + }, + "待ち詫び": { + "w_type": "ichidan verb stem", + "romaji": "machiwabi" + }, + "立ち枯れ": { + "w_type": "ichidan verb stem", + "romaji": "tachigare" + }, + "使いなれ": { + "w_type": "ichidan verb stem", + "romaji": "tsukainare" + }, + "散り始め": { + "w_type": "ichidan verb stem", + "romaji": "chirihajime" + }, + "虐め": { + "w_type": "ichidan verb stem", + "romaji": "ijime" + }, + "綴じ": { + "w_type": "ichidan verb stem", + "romaji": "toji" + }, + "申し上げ": { + "w_type": "ichidan verb stem", + "romaji": "moushiage" + }, + "楽しめ": { + "w_type": "ichidan verb stem", + "romaji": "tanoshime" + }, + "念じ": { + "w_type": "ichidan verb stem", + "romaji": "nenji" + }, + "雇い入れ": { + "w_type": "ichidan verb stem", + "romaji": "yatoiire" + }, + "果て": { + "w_type": "ichidan verb stem", + "romaji": "hate" + }, + "撫で": { + "w_type": "ichidan verb stem", + "romaji": "nade" + }, + "打ちすぎ": { + "w_type": "ichidan verb stem", + "romaji": "uchisugi" + }, + "申付け": { + "w_type": "ichidan verb stem", + "romaji": "moushitsuke" + }, + "組替え": { + "w_type": "ichidan verb stem", + "romaji": "kumikae" + }, + "封じ": { + "w_type": "ichidan verb stem", + "romaji": "fuuji" + }, + "酔い痴れ": { + "w_type": "ichidan verb stem", + "romaji": "yoishire" + }, + "おどり出": { + "w_type": "ichidan verb stem", + "romaji": "odoride" + }, + "繰り寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kuriyose" + }, + "笑え": { + "w_type": "ichidan verb stem", + "romaji": "warae" + }, + "微笑みかけ": { + "w_type": "ichidan verb stem", + "romaji": "hohoemikake" + }, + "作りあげ": { + "w_type": "ichidan verb stem", + "romaji": "tsukuriage" + }, + "決定づけ": { + "w_type": "ichidan verb stem", + "romaji": "ketteizuke" + }, + "貰い受け": { + "w_type": "ichidan verb stem", + "romaji": "moraiuke" + }, + "あおり立て": { + "w_type": "ichidan verb stem", + "romaji": "aoritate" + }, + "書き分け": { + "w_type": "ichidan verb stem", + "romaji": "kakiwake" + }, + "勘え": { + "w_type": "ichidan verb stem", + "romaji": "kangae" + }, + "報い": { + "w_type": "ichidan verb stem", + "romaji": "mukui" + }, + "暖め": { + "w_type": "ichidan verb stem", + "romaji": "atatame" + }, + "見立て": { + "w_type": "ichidan verb stem", + "romaji": "mitate" + }, + "曇らせ": { + "w_type": "ichidan verb stem", + "romaji": "kumorase" + }, + "打上げ": { + "w_type": "ichidan verb stem", + "romaji": "uchiage" + }, + "生みつけ": { + "w_type": "ichidan verb stem", + "romaji": "umitsuke" + }, + "加え": { + "w_type": "ichidan verb stem", + "romaji": "kuwae" + }, + "掻き合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kakiawase" + }, + "困り果て": { + "w_type": "ichidan verb stem", + "romaji": "komarihate" + }, + "紐づけ": { + "w_type": "ichidan verb stem", + "romaji": "himozuke" + }, + "向い合せ": { + "w_type": "ichidan verb stem", + "romaji": "mukaiawase" + }, + "剃り上げ": { + "w_type": "ichidan verb stem", + "romaji": "soriage" + }, + "搦め": { + "w_type": "ichidan verb stem", + "romaji": "karame" + }, + "古惚け": { + "w_type": "ichidan verb stem", + "romaji": "furuboke" + }, + "調え": { + "w_type": "ichidan verb stem", + "romaji": "totonoe" + }, + "作り損じ": { + "w_type": "ichidan verb stem", + "romaji": "tsukurisonji" + }, + "已め": { + "w_type": "ichidan verb stem", + "romaji": "yame" + }, + "呑まれ": { + "w_type": "ichidan verb stem", + "romaji": "nomare" + }, + "祭上げ": { + "w_type": "ichidan verb stem", + "romaji": "matsuriage" + }, + "捩じ開け": { + "w_type": "ichidan verb stem", + "romaji": "nejiake" + }, + "徹え": { + "w_type": "ichidan verb stem", + "romaji": "kotae" + }, + "深け": { + "w_type": "ichidan verb stem", + "romaji": "fuke" + }, + "持堪え": { + "w_type": "ichidan verb stem", + "romaji": "mochikotae" + }, + "眇め": { + "w_type": "ichidan verb stem", + "romaji": "sugame" + }, + "働きすぎ": { + "w_type": "ichidan verb stem", + "romaji": "hatarakisugi" + }, + "砕け": { + "w_type": "ichidan verb stem", + "romaji": "kudake" + }, + "偏れ": { + "w_type": "ichidan verb stem", + "romaji": "fure" + }, + "愛し愛され": { + "w_type": "ichidan verb stem", + "romaji": "aishiaisare" + }, + "戯れ": { + "w_type": "ichidan verb stem", + "romaji": "tawamure" + }, + "接ぎ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "hagiawase" + }, + "顔合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kaoawase" + }, + "心引かれ": { + "w_type": "ichidan verb stem", + "romaji": "kokorohikare" + }, + "焼き捨て": { + "w_type": "ichidan verb stem", + "romaji": "yakisute" + }, + "再び述べ": { + "w_type": "ichidan verb stem", + "romaji": "futatabinobe" + }, + "悪怯れ": { + "w_type": "ichidan verb stem", + "romaji": "warubire" + }, + "立ち遅れ": { + "w_type": "ichidan verb stem", + "romaji": "tachiokure" + }, + "言い改め": { + "w_type": "ichidan verb stem", + "romaji": "iiaratame" + }, + "知らせ": { + "w_type": "ichidan verb stem", + "romaji": "shirase" + }, + "距て": { + "w_type": "ichidan verb stem", + "romaji": "hedate" + }, + "咲乱れ": { + "w_type": "ichidan verb stem", + "romaji": "sakimidare" + }, + "採り入れ": { + "w_type": "ichidan verb stem", + "romaji": "toriire" + }, + "飲め": { + "w_type": "ichidan verb stem", + "romaji": "nome" + }, + "転ず": { + "w_type": "ichidan verb stem", + "romaji": "tenzu" + }, + "訴えかけ": { + "w_type": "ichidan verb stem", + "romaji": "uttaekake" + }, + "掏り替え": { + "w_type": "ichidan verb stem", + "romaji": "surikae" + }, + "取寄せ": { + "w_type": "ichidan verb stem", + "romaji": "toriyose" + }, + "読付け": { + "w_type": "ichidan verb stem", + "romaji": "yomitsuke" + }, + "注ぎいれ": { + "w_type": "ichidan verb stem", + "romaji": "sosogiire" + }, + "膨れ": { + "w_type": "ichidan verb stem", + "romaji": "fukure" + }, + "睨み合わせ": { + "w_type": "ichidan verb stem", + "romaji": "niramiawase" + }, + "打たれ": { + "w_type": "ichidan verb stem", + "romaji": "utare" + }, + "願い出": { + "w_type": "ichidan verb stem", + "romaji": "negaide" + }, + "吊るし上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurushiage" + }, + "打ち連れ": { + "w_type": "ichidan verb stem", + "romaji": "uchitsure" + }, + "炒め": { + "w_type": "ichidan verb stem", + "romaji": "itame" + }, + "罷めさせ": { + "w_type": "ichidan verb stem", + "romaji": "yamesase" + }, + "咲き乱れ": { + "w_type": "ichidan verb stem", + "romaji": "sakimidare" + }, + "終わり掛け": { + "w_type": "ichidan verb stem", + "romaji": "owarikake" + }, + "売りぬけ": { + "w_type": "ichidan verb stem", + "romaji": "urinuke" + }, + "卒え": { + "w_type": "ichidan verb stem", + "romaji": "oe" + }, + "成さしめ": { + "w_type": "ichidan verb stem", + "romaji": "nasashime" + }, + "煮しめ": { + "w_type": "ichidan verb stem", + "romaji": "nishime" + }, + "飲んだくれ": { + "w_type": "ichidan verb stem", + "romaji": "nondakure" + }, + "萎び": { + "w_type": "ichidan verb stem", + "romaji": "shinabi" + }, + "捜し当て": { + "w_type": "ichidan verb stem", + "romaji": "sagashiate" + }, + "捻伏せ": { + "w_type": "ichidan verb stem", + "romaji": "nejifuse" + }, + "媚び": { + "w_type": "ichidan verb stem", + "romaji": "kobi" + }, + "言替え": { + "w_type": "ichidan verb stem", + "romaji": "iikae" + }, + "睨めつけ": { + "w_type": "ichidan verb stem", + "romaji": "nemetsuke" + }, + "訴え": { + "w_type": "ichidan verb stem", + "romaji": "uttae" + }, + "撥ね": { + "w_type": "ichidan verb stem", + "romaji": "hane" + }, + "蹌踉け": { + "w_type": "ichidan verb stem", + "romaji": "yoroke" + }, + "乗りかけ": { + "w_type": "ichidan verb stem", + "romaji": "norikake" + }, + "繋げ": { + "w_type": "ichidan verb stem", + "romaji": "tsunage" + }, + "開け": { + "w_type": "ichidan verb stem", + "romaji": "ake" + }, + "錬り上げ": { + "w_type": "ichidan verb stem", + "romaji": "neriage" + }, + "持ち合せ": { + "w_type": "ichidan verb stem", + "romaji": "mochiawase" + }, + "煮詰め": { + "w_type": "ichidan verb stem", + "romaji": "nitsume" + }, + "吠": { + "w_type": "ichidan verb stem", + "romaji": "hoe" + }, + "割切れ": { + "w_type": "ichidan verb stem", + "romaji": "warikire" + }, + "吐き棄て": { + "w_type": "ichidan verb stem", + "romaji": "hakisute" + }, + "打ち過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "uchisugi" + }, + "獲れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "帯び": { + "w_type": "ichidan verb stem", + "romaji": "obi" + }, + "やっ付け": { + "w_type": "ichidan verb stem", + "romaji": "yattsuke" + }, + "泛べ": { + "w_type": "ichidan verb stem", + "romaji": "ukabe" + }, + "組み入れ": { + "w_type": "ichidan verb stem", + "romaji": "kumiire" + }, + "毟れ": { + "w_type": "ichidan verb stem", + "romaji": "mushire" + }, + "借り入れ": { + "w_type": "ichidan verb stem", + "romaji": "kariire" + }, + "潤け": { + "w_type": "ichidan verb stem", + "romaji": "fuyake" + }, + "退け": { + "w_type": "ichidan verb stem", + "romaji": "noke" + }, + "泣かせ": { + "w_type": "ichidan verb stem", + "romaji": "nakase" + }, + "並びかえ": { + "w_type": "ichidan verb stem", + "romaji": "narabikae" + }, + "召し連れ": { + "w_type": "ichidan verb stem", + "romaji": "meshitsure" + }, + "し遂げ": { + "w_type": "ichidan verb stem", + "romaji": "shitoge" + }, + "案じ": { + "w_type": "ichidan verb stem", + "romaji": "anji" + }, + "打解け": { + "w_type": "ichidan verb stem", + "romaji": "uchitoke" + }, + "張りつけ": { + "w_type": "ichidan verb stem", + "romaji": "haritsuke" + }, + "聞え": { + "w_type": "ichidan verb stem", + "romaji": "kikoe" + }, + "呼び掛け": { + "w_type": "ichidan verb stem", + "romaji": "yobikake" + }, + "助け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "着替え": { + "w_type": "ichidan verb stem", + "romaji": "kigae" + }, + "吹替え": { + "w_type": "ichidan verb stem", + "romaji": "fukikae" + }, + "睨まれ": { + "w_type": "ichidan verb stem", + "romaji": "niramare" + }, + "織り上げ": { + "w_type": "ichidan verb stem", + "romaji": "oriage" + }, + "打って出": { + "w_type": "ichidan verb stem", + "romaji": "uttede" + }, + "取り立て": { + "w_type": "ichidan verb stem", + "romaji": "toritate" + }, + "踏み固め": { + "w_type": "ichidan verb stem", + "romaji": "fumikatame" + }, + "思い乱れ": { + "w_type": "ichidan verb stem", + "romaji": "omoimidare" + }, + "書換え": { + "w_type": "ichidan verb stem", + "romaji": "kakikae" + }, + "言聞かせ": { + "w_type": "ichidan verb stem", + "romaji": "iikikase" + }, + "吊り下げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurisage" + }, + "湯で": { + "w_type": "ichidan verb stem", + "romaji": "yude" + }, + "降らせ": { + "w_type": "ichidan verb stem", + "romaji": "furase" + }, + "照り映え": { + "w_type": "ichidan verb stem", + "romaji": "terihae" + }, + "浸け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "白け": { + "w_type": "ichidan verb stem", + "romaji": "shirake" + }, + "刈り入れ": { + "w_type": "ichidan verb stem", + "romaji": "kariire" + }, + "方向づけ": { + "w_type": "ichidan verb stem", + "romaji": "houkouzuke" + }, + "取れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "与え": { + "w_type": "ichidan verb stem", + "romaji": "atae" + }, + "示し合せ": { + "w_type": "ichidan verb stem", + "romaji": "shimeshiawase" + }, + "押し縮め": { + "w_type": "ichidan verb stem", + "romaji": "oshichijime" + }, + "役立て": { + "w_type": "ichidan verb stem", + "romaji": "yakudate" + }, + "降り込め": { + "w_type": "ichidan verb stem", + "romaji": "furikome" + }, + "気狂いじみ": { + "w_type": "ichidan verb stem", + "romaji": "kichigaijimi" + }, + "言い籠め": { + "w_type": "ichidan verb stem", + "romaji": "iikome" + }, + "別れさせ": { + "w_type": "ichidan verb stem", + "romaji": "wakaresase" + }, + "在り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "ariawase" + }, + "噎せ": { + "w_type": "ichidan verb stem", + "romaji": "muse" + }, + "摩れ": { + "w_type": "ichidan verb stem", + "romaji": "sure" + }, + "取広げ": { + "w_type": "ichidan verb stem", + "romaji": "torihiroge" + }, + "つき合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiawase" + }, + "剥れ": { + "w_type": "ichidan verb stem", + "romaji": "mukure" + }, + "為損じ": { + "w_type": "ichidan verb stem", + "romaji": "shisonji" + }, + "混ぜ合せ": { + "w_type": "ichidan verb stem", + "romaji": "mazeawase" + }, + "描き溜め": { + "w_type": "ichidan verb stem", + "romaji": "kakitame" + }, + "倦み疲れ": { + "w_type": "ichidan verb stem", + "romaji": "umitsukare" + }, + "邀え": { + "w_type": "ichidan verb stem", + "romaji": "mukae" + }, + "差し替え": { + "w_type": "ichidan verb stem", + "romaji": "sashikae" + }, + "押え": { + "w_type": "ichidan verb stem", + "romaji": "osae" + }, + "鍛え": { + "w_type": "ichidan verb stem", + "romaji": "kitae" + }, + "擦り付け": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "消ず": { + "w_type": "ichidan verb stem", + "romaji": "shouzu" + }, + "割り付け": { + "w_type": "ichidan verb stem", + "romaji": "waritsuke" + }, + "したたり落ち": { + "w_type": "ichidan verb stem", + "romaji": "shitatariochi" + }, + "一脈相通じ": { + "w_type": "ichidan verb stem", + "romaji": "ichimyakuaitsuuji" + }, + "夢見": { + "w_type": "ichidan verb stem", + "romaji": "yumemi" + }, + "取り換え": { + "w_type": "ichidan verb stem", + "romaji": "torikae" + }, + "困じ": { + "w_type": "ichidan verb stem", + "romaji": "kouji" + }, + "呼付け": { + "w_type": "ichidan verb stem", + "romaji": "yobitsuke" + }, + "免ず": { + "w_type": "ichidan verb stem", + "romaji": "menzu" + }, + "結びつけ": { + "w_type": "ichidan verb stem", + "romaji": "musubitsuke" + }, + "老け": { + "w_type": "ichidan verb stem", + "romaji": "fuke" + }, + "駆け抜け": { + "w_type": "ichidan verb stem", + "romaji": "kakenuke" + }, + "傾れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "nadareochi" + }, + "方向付け": { + "w_type": "ichidan verb stem", + "romaji": "houkouzuke" + }, + "差固め": { + "w_type": "ichidan verb stem", + "romaji": "sashikatame" + }, + "摘まみ上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsumamiage" + }, + "言い広め": { + "w_type": "ichidan verb stem", + "romaji": "iihirome" + }, + "古ぼけ": { + "w_type": "ichidan verb stem", + "romaji": "furuboke" + }, + "垂れ": { + "w_type": "ichidan verb stem", + "romaji": "tare" + }, + "倒れ": { + "w_type": "ichidan verb stem", + "romaji": "taore" + }, + "散ず": { + "w_type": "ichidan verb stem", + "romaji": "sanzu" + }, + "浮出": { + "w_type": "ichidan verb stem", + "romaji": "ukide" + }, + "取りかえ": { + "w_type": "ichidan verb stem", + "romaji": "torikae" + }, + "まくし立て": { + "w_type": "ichidan verb stem", + "romaji": "makushitate" + }, + "引分け": { + "w_type": "ichidan verb stem", + "romaji": "hikiwake" + }, + "寐": { + "w_type": "ichidan verb stem", + "romaji": "ne" + }, + "蹴り付け": { + "w_type": "ichidan verb stem", + "romaji": "keritsuke" + }, + "履き違え": { + "w_type": "ichidan verb stem", + "romaji": "hakichigae" + }, + "煎ず": { + "w_type": "ichidan verb stem", + "romaji": "senzu" + }, + "焼け爛れ": { + "w_type": "ichidan verb stem", + "romaji": "yaketadare" + }, + "講ず": { + "w_type": "ichidan verb stem", + "romaji": "kouzu" + }, + "壊れ": { + "w_type": "ichidan verb stem", + "romaji": "koware" + }, + "飽かせ": { + "w_type": "ichidan verb stem", + "romaji": "akase" + }, + "廃め": { + "w_type": "ichidan verb stem", + "romaji": "yame" + }, + "おとし入れ": { + "w_type": "ichidan verb stem", + "romaji": "otoshiire" + }, + "気が引け": { + "w_type": "ichidan verb stem", + "romaji": "kigahike" + }, + "痛めつけ": { + "w_type": "ichidan verb stem", + "romaji": "itametsuke" + }, + "憂え": { + "w_type": "ichidan verb stem", + "romaji": "uree" + }, + "嚇し付け": { + "w_type": "ichidan verb stem", + "romaji": "odoshitsuke" + }, + "弁じ立て": { + "w_type": "ichidan verb stem", + "romaji": "benjitate" + }, + "諌め": { + "w_type": "ichidan verb stem", + "romaji": "isame" + }, + "道化": { + "w_type": "ichidan verb stem", + "romaji": "douke" + }, + "かっこ付け": { + "w_type": "ichidan verb stem", + "romaji": "kakkoutsuke" + }, + "吹っきれ": { + "w_type": "ichidan verb stem", + "romaji": "fukkire" + }, + "呆れ果て": { + "w_type": "ichidan verb stem", + "romaji": "akirehate" + }, + "貯め": { + "w_type": "ichidan verb stem", + "romaji": "tame" + }, + "着脹れ": { + "w_type": "ichidan verb stem", + "romaji": "kibukure" + }, + "透け": { + "w_type": "ichidan verb stem", + "romaji": "suke" + }, + "使いすぎ": { + "w_type": "ichidan verb stem", + "romaji": "tsukaisugi" + }, + "死にかけ": { + "w_type": "ichidan verb stem", + "romaji": "shinikake" + }, + "裁ち掛け": { + "w_type": "ichidan verb stem", + "romaji": "tachikake" + }, + "遠のけ": { + "w_type": "ichidan verb stem", + "romaji": "toonoke" + }, + "跳ね掛け": { + "w_type": "ichidan verb stem", + "romaji": "hanekake" + }, + "竦め": { + "w_type": "ichidan verb stem", + "romaji": "sukume" + }, + "縫い付け": { + "w_type": "ichidan verb stem", + "romaji": "nuitsuke" + }, + "調べ": { + "w_type": "ichidan verb stem", + "romaji": "shirabe" + }, + "睨み据え": { + "w_type": "ichidan verb stem", + "romaji": "niramisue" + }, + "挿し替え": { + "w_type": "ichidan verb stem", + "romaji": "sashikae" + }, + "数え上げ": { + "w_type": "ichidan verb stem", + "romaji": "kazoeage" + }, + "突立て": { + "w_type": "ichidan verb stem", + "romaji": "tsukitate" + }, + "折曲げ": { + "w_type": "ichidan verb stem", + "romaji": "orimage" + }, + "貼りつけ": { + "w_type": "ichidan verb stem", + "romaji": "haritsuke" + }, + "惚け": { + "w_type": "ichidan verb stem", + "romaji": "toboke" + }, + "歎ず": { + "w_type": "ichidan verb stem", + "romaji": "tanzu" + }, + "借集め": { + "w_type": "ichidan verb stem", + "romaji": "kariatsume" + }, + "立ちあげ": { + "w_type": "ichidan verb stem", + "romaji": "tachiage" + }, + "焚き染め": { + "w_type": "ichidan verb stem", + "romaji": "takishime" + }, + "飾り立て": { + "w_type": "ichidan verb stem", + "romaji": "kazaritate" + }, + "擦り寄せ": { + "w_type": "ichidan verb stem", + "romaji": "suriyose" + }, + "取集め": { + "w_type": "ichidan verb stem", + "romaji": "toriatsume" + }, + "泣濡れ": { + "w_type": "ichidan verb stem", + "romaji": "nakinure" + }, + "責めつけ": { + "w_type": "ichidan verb stem", + "romaji": "semetsuke" + }, + "着ぶくれ": { + "w_type": "ichidan verb stem", + "romaji": "kibukure" + }, + "遅過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "ososugi" + }, + "捩じ上げ": { + "w_type": "ichidan verb stem", + "romaji": "nejiage" + }, + "古び": { + "w_type": "ichidan verb stem", + "romaji": "furubi" + }, + "叩き伏せ": { + "w_type": "ichidan verb stem", + "romaji": "tatakifuse" + }, + "満ち足り": { + "w_type": "ichidan verb stem", + "romaji": "michitari" + }, + "打ち続け": { + "w_type": "ichidan verb stem", + "romaji": "uchitsuzuke" + }, + "育てあげ": { + "w_type": "ichidan verb stem", + "romaji": "sodateage" + }, + "行き合わせ": { + "w_type": "ichidan verb stem", + "romaji": "ikiawase" + }, + "満ちあふれ": { + "w_type": "ichidan verb stem", + "romaji": "michiafure" + }, + "焦げ": { + "w_type": "ichidan verb stem", + "romaji": "koge" + }, + "食い詰め": { + "w_type": "ichidan verb stem", + "romaji": "kuitsume" + }, + "掘り下げ": { + "w_type": "ichidan verb stem", + "romaji": "horisage" + }, + "擬え": { + "w_type": "ichidan verb stem", + "romaji": "nazorae" + }, + "魂消": { + "w_type": "ichidan verb stem", + "romaji": "tamage" + }, + "延び": { + "w_type": "ichidan verb stem", + "romaji": "nobi" + }, + "思い焦れ": { + "w_type": "ichidan verb stem", + "romaji": "omoikogare" + }, + "引きしめ": { + "w_type": "ichidan verb stem", + "romaji": "hikishime" + }, + "精根尽き果て": { + "w_type": "ichidan verb stem", + "romaji": "seikontsukihate" + }, + "吹付け": { + "w_type": "ichidan verb stem", + "romaji": "fukitsuke" + }, + "参ず": { + "w_type": "ichidan verb stem", + "romaji": "sanzu" + }, + "俯け": { + "w_type": "ichidan verb stem", + "romaji": "utsumuke" + }, + "漕ぎ着け": { + "w_type": "ichidan verb stem", + "romaji": "kogitsuke" + }, + "跳び跳ね": { + "w_type": "ichidan verb stem", + "romaji": "tobihane" + }, + "産まれ": { + "w_type": "ichidan verb stem", + "romaji": "umare" + }, + "積み過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "tsumisugi" + }, + "載っけ": { + "w_type": "ichidan verb stem", + "romaji": "nokke" + }, + "練れ": { + "w_type": "ichidan verb stem", + "romaji": "nere" + }, + "泣かされ": { + "w_type": "ichidan verb stem", + "romaji": "nakasare" + }, + "縛り付け": { + "w_type": "ichidan verb stem", + "romaji": "shibaritsuke" + }, + "笑い倒け": { + "w_type": "ichidan verb stem", + "romaji": "waraikoke" + }, + "攻め倦ね": { + "w_type": "ichidan verb stem", + "romaji": "semeagune" + }, + "押止め": { + "w_type": "ichidan verb stem", + "romaji": "oshitodome" + }, + "睨み付け": { + "w_type": "ichidan verb stem", + "romaji": "niramitsuke" + }, + "抱き上げ": { + "w_type": "ichidan verb stem", + "romaji": "dakiage" + }, + "褒め": { + "w_type": "ichidan verb stem", + "romaji": "home" + }, + "為れ": { + "w_type": "ichidan verb stem", + "romaji": "sare" + }, + "厭き": { + "w_type": "ichidan verb stem", + "romaji": "aki" + }, + "目掛け": { + "w_type": "ichidan verb stem", + "romaji": "megake" + }, + "打ちかため": { + "w_type": "ichidan verb stem", + "romaji": "uchikatame" + }, + "聞き馴れ": { + "w_type": "ichidan verb stem", + "romaji": "kikinare" + }, + "食べかけ": { + "w_type": "ichidan verb stem", + "romaji": "tabekake" + }, + "書きつけ": { + "w_type": "ichidan verb stem", + "romaji": "kakitsuke" + }, + "請じ": { + "w_type": "ichidan verb stem", + "romaji": "shouji" + }, + "願い下げ": { + "w_type": "ichidan verb stem", + "romaji": "negaisage" + }, + "振り遅れ": { + "w_type": "ichidan verb stem", + "romaji": "furiokure" + }, + "老成": { + "w_type": "ichidan verb stem", + "romaji": "mase" + }, + "蹴りつけ": { + "w_type": "ichidan verb stem", + "romaji": "keritsuke" + }, + "遣い捨て": { + "w_type": "ichidan verb stem", + "romaji": "tsukaisute" + }, + "請い求め": { + "w_type": "ichidan verb stem", + "romaji": "koimotome" + }, + "青褪め": { + "w_type": "ichidan verb stem", + "romaji": "aozame" + }, + "彗星のように現れ": { + "w_type": "ichidan verb stem", + "romaji": "suiseinoyouniaraware" + }, + "枯れ": { + "w_type": "ichidan verb stem", + "romaji": "kare" + }, + "染め上げ": { + "w_type": "ichidan verb stem", + "romaji": "someage" + }, + "食べ比べ": { + "w_type": "ichidan verb stem", + "romaji": "tabekurabe" + }, + "答え": { + "w_type": "ichidan verb stem", + "romaji": "kotae" + }, + "掲げ": { + "w_type": "ichidan verb stem", + "romaji": "kakage" + }, + "報え": { + "w_type": "ichidan verb stem", + "romaji": "kotae" + }, + "書き添え": { + "w_type": "ichidan verb stem", + "romaji": "kakisoe" + }, + "別れ": { + "w_type": "ichidan verb stem", + "romaji": "wakare" + }, + "浄め": { + "w_type": "ichidan verb stem", + "romaji": "kiyome" + }, + "甘く見": { + "w_type": "ichidan verb stem", + "romaji": "amakumi" + }, + "相携え": { + "w_type": "ichidan verb stem", + "romaji": "aitazusae" + }, + "抑え付け": { + "w_type": "ichidan verb stem", + "romaji": "osaetsuke" + }, + "受けいれ": { + "w_type": "ichidan verb stem", + "romaji": "ukeire" + }, + "申し述べ": { + "w_type": "ichidan verb stem", + "romaji": "moushinobe" + }, + "肌で感じ": { + "w_type": "ichidan verb stem", + "romaji": "hadadekanji" + }, + "滅び": { + "w_type": "ichidan verb stem", + "romaji": "horobi" + }, + "呼ばれ": { + "w_type": "ichidan verb stem", + "romaji": "yobare" + }, + "敗け": { + "w_type": "ichidan verb stem", + "romaji": "make" + }, + "停め": { + "w_type": "ichidan verb stem", + "romaji": "todome" + }, + "捻くれ": { + "w_type": "ichidan verb stem", + "romaji": "hinekure" + }, + "書き伝え": { + "w_type": "ichidan verb stem", + "romaji": "kakitsutae" + }, + "乗じ": { + "w_type": "ichidan verb stem", + "romaji": "jouji" + }, + "脅し付け": { + "w_type": "ichidan verb stem", + "romaji": "odoshitsuke" + }, + "餓え": { + "w_type": "ichidan verb stem", + "romaji": "ue" + }, + "狩り立て": { + "w_type": "ichidan verb stem", + "romaji": "karitate" + }, + "駆けつけ": { + "w_type": "ichidan verb stem", + "romaji": "kaketsuke" + }, + "捻じくれ": { + "w_type": "ichidan verb stem", + "romaji": "nejikure" + }, + "飾りつけ": { + "w_type": "ichidan verb stem", + "romaji": "kazaritsuke" + }, + "狩り集め": { + "w_type": "ichidan verb stem", + "romaji": "kariatsume" + }, + "攲て": { + "w_type": "ichidan verb stem", + "romaji": "sobadate" + }, + "下に見": { + "w_type": "ichidan verb stem", + "romaji": "shitanimi" + }, + "応え": { + "w_type": "ichidan verb stem", + "romaji": "kotae" + }, + "引き下げ": { + "w_type": "ichidan verb stem", + "romaji": "hikisage" + }, + "すくい上げ": { + "w_type": "ichidan verb stem", + "romaji": "sukuiage" + }, + "銘ず": { + "w_type": "ichidan verb stem", + "romaji": "meizu" + }, + "嚬め": { + "w_type": "ichidan verb stem", + "romaji": "hisome" + }, + "甘んじ": { + "w_type": "ichidan verb stem", + "romaji": "amanji" + }, + "繰り上げ": { + "w_type": "ichidan verb stem", + "romaji": "kuriage" + }, + "吹きこぼれ": { + "w_type": "ichidan verb stem", + "romaji": "fukikobore" + }, + "貸しつけ": { + "w_type": "ichidan verb stem", + "romaji": "kashitsuke" + }, + "興じ": { + "w_type": "ichidan verb stem", + "romaji": "kyouji" + }, + "浮べ": { + "w_type": "ichidan verb stem", + "romaji": "ukabe" + }, + "競べ": { + "w_type": "ichidan verb stem", + "romaji": "kurabe" + }, + "かなぐり捨て": { + "w_type": "ichidan verb stem", + "romaji": "kanagurisute" + }, + "被せ": { + "w_type": "ichidan verb stem", + "romaji": "kabuse" + }, + "献げ": { + "w_type": "ichidan verb stem", + "romaji": "sasage" + }, + "行き暮れ": { + "w_type": "ichidan verb stem", + "romaji": "yukikure" + }, + "関係付け": { + "w_type": "ichidan verb stem", + "romaji": "kankeizuke" + }, + "急き立て": { + "w_type": "ichidan verb stem", + "romaji": "sekitate" + }, + "書きかえ": { + "w_type": "ichidan verb stem", + "romaji": "kakikae" + }, + "こぎ着け": { + "w_type": "ichidan verb stem", + "romaji": "kogitsuke" + }, + "困らせ": { + "w_type": "ichidan verb stem", + "romaji": "komarase" + }, + "滴り落ち": { + "w_type": "ichidan verb stem", + "romaji": "shitatariochi" + }, + "時期に差し掛け": { + "w_type": "ichidan verb stem", + "romaji": "jikinisashikake" + }, + "創め": { + "w_type": "ichidan verb stem", + "romaji": "hajime" + }, + "聞きおぼえ": { + "w_type": "ichidan verb stem", + "romaji": "kikioboe" + }, + "剥け": { + "w_type": "ichidan verb stem", + "romaji": "muke" + }, + "詫び": { + "w_type": "ichidan verb stem", + "romaji": "wabi" + }, + "踏み堪え": { + "w_type": "ichidan verb stem", + "romaji": "fumikotae" + }, + "積上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsumiage" + }, + "換え": { + "w_type": "ichidan verb stem", + "romaji": "kae" + }, + "吠え": { + "w_type": "ichidan verb stem", + "romaji": "hoe" + }, + "昂ず": { + "w_type": "ichidan verb stem", + "romaji": "kouzu" + }, + "超え": { + "w_type": "ichidan verb stem", + "romaji": "koe" + }, + "売りつけ": { + "w_type": "ichidan verb stem", + "romaji": "uritsuke" + }, + "どなり立て": { + "w_type": "ichidan verb stem", + "romaji": "donaritate" + }, + "寂れ": { + "w_type": "ichidan verb stem", + "romaji": "sabire" + }, + "気狂い染み": { + "w_type": "ichidan verb stem", + "romaji": "kichigaijimi" + }, + "跳び降り": { + "w_type": "ichidan verb stem", + "romaji": "tobiori" + }, + "罅ぜ": { + "w_type": "ichidan verb stem", + "romaji": "haze" + }, + "打明け": { + "w_type": "ichidan verb stem", + "romaji": "uchiake" + }, + "人慣れ": { + "w_type": "ichidan verb stem", + "romaji": "hitonare" + }, + "熬れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "篩に掛け": { + "w_type": "ichidan verb stem", + "romaji": "furuinikake" + }, + "飲みかけ": { + "w_type": "ichidan verb stem", + "romaji": "nomikake" + }, + "入れ替え": { + "w_type": "ichidan verb stem", + "romaji": "irekae" + }, + "手に職をつけ": { + "w_type": "ichidan verb stem", + "romaji": "tenishoku wo tsuke" + }, + "急かせ": { + "w_type": "ichidan verb stem", + "romaji": "sekase" + }, + "通り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tooriawase" + }, + "呼掛け": { + "w_type": "ichidan verb stem", + "romaji": "yobikake" + }, + "乾涸び": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "笑いかけ": { + "w_type": "ichidan verb stem", + "romaji": "waraikake" + }, + "ぶら下げ": { + "w_type": "ichidan verb stem", + "romaji": "burasage" + }, + "はい出": { + "w_type": "ichidan verb stem", + "romaji": "haide" + }, + "捩じくれ": { + "w_type": "ichidan verb stem", + "romaji": "nejikure" + }, + "出過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "desugi" + }, + "捻じれ": { + "w_type": "ichidan verb stem", + "romaji": "nejire" + }, + "飲み潰れ": { + "w_type": "ichidan verb stem", + "romaji": "nomitsubure" + }, + "逸れ": { + "w_type": "ichidan verb stem", + "romaji": "sore" + }, + "敷きつめ": { + "w_type": "ichidan verb stem", + "romaji": "shikitsume" + }, + "添わせ": { + "w_type": "ichidan verb stem", + "romaji": "sowase" + }, + "繋ぎ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsunagiawase" + }, + "勉め": { + "w_type": "ichidan verb stem", + "romaji": "tsutome" + }, + "突っかけ": { + "w_type": "ichidan verb stem", + "romaji": "tsukkake" + }, + "繋ぎとめ": { + "w_type": "ichidan verb stem", + "romaji": "tsunagitome" + }, + "おっ魂消": { + "w_type": "ichidan verb stem", + "romaji": "ottamage" + }, + "空惚け": { + "w_type": "ichidan verb stem", + "romaji": "soratoboke" + }, + "泌み": { + "w_type": "ichidan verb stem", + "romaji": "shimi" + }, + "払い清め": { + "w_type": "ichidan verb stem", + "romaji": "haraikiyome" + }, + "惚気": { + "w_type": "ichidan verb stem", + "romaji": "noroke" + }, + "聞こえ": { + "w_type": "ichidan verb stem", + "romaji": "kikoe" + }, + "どやし付け": { + "w_type": "ichidan verb stem", + "romaji": "doyashitsuke" + }, + "入り揚げ": { + "w_type": "ichidan verb stem", + "romaji": "iriage" + }, + "追いたて": { + "w_type": "ichidan verb stem", + "romaji": "oitate" + }, + "滑り下り": { + "w_type": "ichidan verb stem", + "romaji": "suberiori" + }, + "乗り進め": { + "w_type": "ichidan verb stem", + "romaji": "norisusume" + }, + "責め立て": { + "w_type": "ichidan verb stem", + "romaji": "semetate" + }, + "果せ": { + "w_type": "ichidan verb stem", + "romaji": "oose" + }, + "萎え": { + "w_type": "ichidan verb stem", + "romaji": "nae" + }, + "立ち越え": { + "w_type": "ichidan verb stem", + "romaji": "tachikoe" + }, + "任じ": { + "w_type": "ichidan verb stem", + "romaji": "ninji" + }, + "向かい合わせ": { + "w_type": "ichidan verb stem", + "romaji": "mukaiawase" + }, + "踏みいれ": { + "w_type": "ichidan verb stem", + "romaji": "fumiire" + }, + "投げ付け": { + "w_type": "ichidan verb stem", + "romaji": "nagetsuke" + }, + "書き上げ": { + "w_type": "ichidan verb stem", + "romaji": "kakiage" + }, + "焼けこげ": { + "w_type": "ichidan verb stem", + "romaji": "yakekoge" + }, + "責め付け": { + "w_type": "ichidan verb stem", + "romaji": "semetsuke" + }, + "食らわせ": { + "w_type": "ichidan verb stem", + "romaji": "kurawase" + }, + "怖じ": { + "w_type": "ichidan verb stem", + "romaji": "oji" + }, + "おっ広げ": { + "w_type": "ichidan verb stem", + "romaji": "oppiroge" + }, + "垢染み": { + "w_type": "ichidan verb stem", + "romaji": "akajimi" + }, + "驚かせ": { + "w_type": "ichidan verb stem", + "romaji": "odorokase" + }, + "惧れ": { + "w_type": "ichidan verb stem", + "romaji": "osore" + }, + "貸下げ": { + "w_type": "ichidan verb stem", + "romaji": "kashisage" + }, + "極め": { + "w_type": "ichidan verb stem", + "romaji": "kime" + }, + "疵付け": { + "w_type": "ichidan verb stem", + "romaji": "kizutsuke" + }, + "仕訳け": { + "w_type": "ichidan verb stem", + "romaji": "shiwake" + }, + "取違え": { + "w_type": "ichidan verb stem", + "romaji": "torichigae" + }, + "言いくるめ": { + "w_type": "ichidan verb stem", + "romaji": "iikurume" + }, + "取り決め": { + "w_type": "ichidan verb stem", + "romaji": "torikime" + }, + "演じ": { + "w_type": "ichidan verb stem", + "romaji": "enji" + }, + "作り替え": { + "w_type": "ichidan verb stem", + "romaji": "tsukurikae" + }, + "差出": { + "w_type": "ichidan verb stem", + "romaji": "sashide" + }, + "減ず": { + "w_type": "ichidan verb stem", + "romaji": "genzu" + }, + "落とし入れ": { + "w_type": "ichidan verb stem", + "romaji": "otoshiire" + }, + "窶れ": { + "w_type": "ichidan verb stem", + "romaji": "yatsure" + }, + "覆い被せ": { + "w_type": "ichidan verb stem", + "romaji": "ooikabuse" + }, + "並替え": { + "w_type": "ichidan verb stem", + "romaji": "narabikae" + }, + "乗り替え": { + "w_type": "ichidan verb stem", + "romaji": "norikae" + }, + "手繰り上げ": { + "w_type": "ichidan verb stem", + "romaji": "taguriage" + }, + "綴り合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsuzuriawase" + }, + "擦り抜け": { + "w_type": "ichidan verb stem", + "romaji": "surinuke" + }, + "押広め": { + "w_type": "ichidan verb stem", + "romaji": "oshihirome" + }, + "寝足り": { + "w_type": "ichidan verb stem", + "romaji": "netari" + }, + "捻れ": { + "w_type": "ichidan verb stem", + "romaji": "nejire" + }, + "投げ入れ": { + "w_type": "ichidan verb stem", + "romaji": "nageire" + }, + "聞き惚れ": { + "w_type": "ichidan verb stem", + "romaji": "kikihore" + }, + "崇め": { + "w_type": "ichidan verb stem", + "romaji": "agame" + }, + "蒸れ": { + "w_type": "ichidan verb stem", + "romaji": "mure" + }, + "剽げ": { + "w_type": "ichidan verb stem", + "romaji": "hyouge" + }, + "抱締め": { + "w_type": "ichidan verb stem", + "romaji": "dakishime" + }, + "受けつづけ": { + "w_type": "ichidan verb stem", + "romaji": "uketsuzuke" + }, + "打捨": { + "w_type": "ichidan verb stem", + "romaji": "uchisute" + }, + "老い": { + "w_type": "ichidan verb stem", + "romaji": "oi" + }, + "存ず": { + "w_type": "ichidan verb stem", + "romaji": "zonzu" + }, + "吹き始め": { + "w_type": "ichidan verb stem", + "romaji": "fukihajime" + }, + "こぼれ落ち": { + "w_type": "ichidan verb stem", + "romaji": "koboreochi" + }, + "瘦せ": { + "w_type": "ichidan verb stem", + "romaji": "yase" + }, + "繰り拡げ": { + "w_type": "ichidan verb stem", + "romaji": "kurihiroge" + }, + "詠じ": { + "w_type": "ichidan verb stem", + "romaji": "eiji" + }, + "罷り出": { + "w_type": "ichidan verb stem", + "romaji": "makaride" + }, + "立ち現れ": { + "w_type": "ichidan verb stem", + "romaji": "tachiaraware" + }, + "長じ": { + "w_type": "ichidan verb stem", + "romaji": "chouji" + }, + "歴": { + "w_type": "ichidan verb stem", + "romaji": "he" + }, + "清め": { + "w_type": "ichidan verb stem", + "romaji": "kiyome" + }, + "押さえ付け": { + "w_type": "ichidan verb stem", + "romaji": "osaetsuke" + }, + "結い上げ": { + "w_type": "ichidan verb stem", + "romaji": "yuiage" + }, + "覚め": { + "w_type": "ichidan verb stem", + "romaji": "same" + }, + "見惚れ": { + "w_type": "ichidan verb stem", + "romaji": "mitore" + }, + "着換え": { + "w_type": "ichidan verb stem", + "romaji": "kigae" + }, + "固肥え": { + "w_type": "ichidan verb stem", + "romaji": "katagoe" + }, + "跳ね": { + "w_type": "ichidan verb stem", + "romaji": "hane" + }, + "尽れ": { + "w_type": "ichidan verb stem", + "romaji": "sugare" + }, + "沸き上げ": { + "w_type": "ichidan verb stem", + "romaji": "wakiage" + }, + "取換え": { + "w_type": "ichidan verb stem", + "romaji": "torikae" + }, + "憧憬れ": { + "w_type": "ichidan verb stem", + "romaji": "akogare" + }, + "禿び": { + "w_type": "ichidan verb stem", + "romaji": "chibi" + }, + "食っ付け": { + "w_type": "ichidan verb stem", + "romaji": "kuttsuke" + }, + "繋ぎ留め": { + "w_type": "ichidan verb stem", + "romaji": "tsunagitome" + }, + "支え": { + "w_type": "ichidan verb stem", + "romaji": "sasae" + }, + "経": { + "w_type": "ichidan verb stem", + "romaji": "he" + }, + "漕ぎ寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kogiyose" + }, + "見渡せ": { + "w_type": "ichidan verb stem", + "romaji": "miwatase" + }, + "見逸れ": { + "w_type": "ichidan verb stem", + "romaji": "misore" + }, + "精げ": { + "w_type": "ichidan verb stem", + "romaji": "shirage" + }, + "罅割れ": { + "w_type": "ichidan verb stem", + "romaji": "hibiware" + }, + "はみ出": { + "w_type": "ichidan verb stem", + "romaji": "hamide" + }, + "付け加え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekuwae" + }, + "引連れ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsure" + }, + "称め": { + "w_type": "ichidan verb stem", + "romaji": "home" + }, + "入れ交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "iremaze" + }, + "駆抜け": { + "w_type": "ichidan verb stem", + "romaji": "kakenuke" + }, + "引き分け": { + "w_type": "ichidan verb stem", + "romaji": "hikiwake" + }, + "指折り数え": { + "w_type": "ichidan verb stem", + "romaji": "yubiorikazoe" + }, + "ぶっ切れ": { + "w_type": "ichidan verb stem", + "romaji": "bukkire" + }, + "取鎮め": { + "w_type": "ichidan verb stem", + "romaji": "torishizume" + }, + "惚れ": { + "w_type": "ichidan verb stem", + "romaji": "hore" + }, + "伸び": { + "w_type": "ichidan verb stem", + "romaji": "nobi" + }, + "引開け": { + "w_type": "ichidan verb stem", + "romaji": "hikiake" + }, + "刈り上げ": { + "w_type": "ichidan verb stem", + "romaji": "kariage" + }, + "ぶん投げ": { + "w_type": "ichidan verb stem", + "romaji": "bunnage" + }, + "追求め": { + "w_type": "ichidan verb stem", + "romaji": "oimotome" + }, + "待ちくたびれ": { + "w_type": "ichidan verb stem", + "romaji": "machikutabire" + }, + "扱混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kokimaze" + }, + "替え": { + "w_type": "ichidan verb stem", + "romaji": "kae" + }, + "吊し上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurushiage" + }, + "切り付け": { + "w_type": "ichidan verb stem", + "romaji": "kiritsuke" + }, + "引立て": { + "w_type": "ichidan verb stem", + "romaji": "hikitate" + }, + "辞めさせ": { + "w_type": "ichidan verb stem", + "romaji": "yamesase" + }, + "塞げ": { + "w_type": "ichidan verb stem", + "romaji": "fusage" + }, + "挿げ": { + "w_type": "ichidan verb stem", + "romaji": "suge" + }, + "占め": { + "w_type": "ichidan verb stem", + "romaji": "shime" + }, + "手摩れ": { + "w_type": "ichidan verb stem", + "romaji": "tezure" + }, + "投げ掛け": { + "w_type": "ichidan verb stem", + "romaji": "nagekake" + }, + "重ねかけ": { + "w_type": "ichidan verb stem", + "romaji": "kasanekake" + }, + "入れ代え": { + "w_type": "ichidan verb stem", + "romaji": "irekae" + }, + "取止め": { + "w_type": "ichidan verb stem", + "romaji": "toriyame" + }, + "捕われ": { + "w_type": "ichidan verb stem", + "romaji": "toraware" + }, + "惹かれ": { + "w_type": "ichidan verb stem", + "romaji": "hikare" + }, + "填め": { + "w_type": "ichidan verb stem", + "romaji": "uzume" + }, + "吹き出": { + "w_type": "ichidan verb stem", + "romaji": "fukide" + }, + "生まれ出": { + "w_type": "ichidan verb stem", + "romaji": "umarede" + }, + "助け上げ": { + "w_type": "ichidan verb stem", + "romaji": "tasukeage" + }, + "負え": { + "w_type": "ichidan verb stem", + "romaji": "oe" + }, + "売切れ": { + "w_type": "ichidan verb stem", + "romaji": "urikire" + }, + "取り替え": { + "w_type": "ichidan verb stem", + "romaji": "torikae" + }, + "悄れ": { + "w_type": "ichidan verb stem", + "romaji": "shiore" + }, + "手なづけ": { + "w_type": "ichidan verb stem", + "romaji": "tenazuke" + }, + "押し上げ": { + "w_type": "ichidan verb stem", + "romaji": "oshiage" + }, + "組合せ": { + "w_type": "ichidan verb stem", + "romaji": "kumiawase" + }, + "怺え": { + "w_type": "ichidan verb stem", + "romaji": "korae" + }, + "取分け": { + "w_type": "ichidan verb stem", + "romaji": "toriwake" + }, + "待ちわび": { + "w_type": "ichidan verb stem", + "romaji": "machiwabi" + }, + "消えうせ": { + "w_type": "ichidan verb stem", + "romaji": "kieuse" + }, + "義務づけ": { + "w_type": "ichidan verb stem", + "romaji": "gimuzuke" + }, + "落ち": { + "w_type": "ichidan verb stem", + "romaji": "ochi" + }, + "振り混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "furimaze" + }, + "瞠若たらしめ": { + "w_type": "ichidan verb stem", + "romaji": "doujakutarashime" + }, + "差し出": { + "w_type": "ichidan verb stem", + "romaji": "sashide" + }, + "手懐け": { + "w_type": "ichidan verb stem", + "romaji": "tenazuke" + }, + "群れ居": { + "w_type": "ichidan verb stem", + "romaji": "murei" + }, + "引け": { + "w_type": "ichidan verb stem", + "romaji": "hike" + }, + "読み慣れ": { + "w_type": "ichidan verb stem", + "romaji": "yominare" + }, + "優れ": { + "w_type": "ichidan verb stem", + "romaji": "sugure" + }, + "絞め": { + "w_type": "ichidan verb stem", + "romaji": "shime" + }, + "散け": { + "w_type": "ichidan verb stem", + "romaji": "barake" + }, + "通り過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "toorisugi" + }, + "順序立て": { + "w_type": "ichidan verb stem", + "romaji": "junjodate" + }, + "描き始め": { + "w_type": "ichidan verb stem", + "romaji": "kakihajime" + }, + "彷徨え": { + "w_type": "ichidan verb stem", + "romaji": "samayoe" + }, + "見咎め": { + "w_type": "ichidan verb stem", + "romaji": "mitogame" + }, + "言伝え": { + "w_type": "ichidan verb stem", + "romaji": "iitsutae" + }, + "産れ": { + "w_type": "ichidan verb stem", + "romaji": "umare" + }, + "付替え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekae" + }, + "尾け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "忙殺され": { + "w_type": "ichidan verb stem", + "romaji": "bousatsusare" + }, + "立ちこめ": { + "w_type": "ichidan verb stem", + "romaji": "tachikome" + }, + "寝違え": { + "w_type": "ichidan verb stem", + "romaji": "nechigae" + }, + "応じ": { + "w_type": "ichidan verb stem", + "romaji": "ouji" + }, + "片付け": { + "w_type": "ichidan verb stem", + "romaji": "katazuke" + }, + "手掛け": { + "w_type": "ichidan verb stem", + "romaji": "tegake" + }, + "買求め": { + "w_type": "ichidan verb stem", + "romaji": "kaimotome" + }, + "難じ": { + "w_type": "ichidan verb stem", + "romaji": "nanji" + }, + "放り投げ": { + "w_type": "ichidan verb stem", + "romaji": "hourinage" + }, + "見ほれ": { + "w_type": "ichidan verb stem", + "romaji": "mitore" + }, + "ゆで上げ": { + "w_type": "ichidan verb stem", + "romaji": "yudeage" + }, + "綻び": { + "w_type": "ichidan verb stem", + "romaji": "hokorobi" + }, + "遊びたわむれ": { + "w_type": "ichidan verb stem", + "romaji": "asobitawamure" + }, + "手に職を就け": { + "w_type": "ichidan verb stem", + "romaji": "tenishoku wo tsuke" + }, + "陳ね": { + "w_type": "ichidan verb stem", + "romaji": "hine" + }, + "寝かせ": { + "w_type": "ichidan verb stem", + "romaji": "nekase" + }, + "匂わせ": { + "w_type": "ichidan verb stem", + "romaji": "niowase" + }, + "運び上げ": { + "w_type": "ichidan verb stem", + "romaji": "hakobiage" + }, + "逃げ遂せ": { + "w_type": "ichidan verb stem", + "romaji": "nigeoose" + }, + "現われ出": { + "w_type": "ichidan verb stem", + "romaji": "arawarede" + }, + "歌いあげ": { + "w_type": "ichidan verb stem", + "romaji": "utaiage" + }, + "吐きかけ": { + "w_type": "ichidan verb stem", + "romaji": "hakikake" + }, + "年長け": { + "w_type": "ichidan verb stem", + "romaji": "toshitake" + }, + "位置づけ": { + "w_type": "ichidan verb stem", + "romaji": "ichizuke" + }, + "傑れ": { + "w_type": "ichidan verb stem", + "romaji": "sugure" + }, + "当て嵌め": { + "w_type": "ichidan verb stem", + "romaji": "atehame" + }, + "淹れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "吟ず": { + "w_type": "ichidan verb stem", + "romaji": "ginzu" + }, + "寝覚め": { + "w_type": "ichidan verb stem", + "romaji": "nezame" + }, + "力め": { + "w_type": "ichidan verb stem", + "romaji": "tsutome" + }, + "生え掛け": { + "w_type": "ichidan verb stem", + "romaji": "haekake" + }, + "教え": { + "w_type": "ichidan verb stem", + "romaji": "oshie" + }, + "し向け": { + "w_type": "ichidan verb stem", + "romaji": "shimuke" + }, + "振分け": { + "w_type": "ichidan verb stem", + "romaji": "furiwake" + }, + "勇気付け": { + "w_type": "ichidan verb stem", + "romaji": "yuukizuke" + }, + "慌て": { + "w_type": "ichidan verb stem", + "romaji": "awate" + }, + "引き止め": { + "w_type": "ichidan verb stem", + "romaji": "hikitome" + }, + "嵩ず": { + "w_type": "ichidan verb stem", + "romaji": "kouzu" + }, + "乗りこえ": { + "w_type": "ichidan verb stem", + "romaji": "norikoe" + }, + "かけ離れ": { + "w_type": "ichidan verb stem", + "romaji": "kakehanare" + }, + "見掛け": { + "w_type": "ichidan verb stem", + "romaji": "mikake" + }, + "耻じ": { + "w_type": "ichidan verb stem", + "romaji": "haji" + }, + "すっぽ抜け": { + "w_type": "ichidan verb stem", + "romaji": "supponuke" + }, + "霜枯れ": { + "w_type": "ichidan verb stem", + "romaji": "shimogare" + }, + "あおぎ見": { + "w_type": "ichidan verb stem", + "romaji": "aogimi" + }, + "言換え": { + "w_type": "ichidan verb stem", + "romaji": "iikae" + }, + "食べ始め": { + "w_type": "ichidan verb stem", + "romaji": "tabehajime" + }, + "飛びすぎ": { + "w_type": "ichidan verb stem", + "romaji": "tobisugi" + }, + "押えつけ": { + "w_type": "ichidan verb stem", + "romaji": "osaetsuke" + }, + "打ち眺め": { + "w_type": "ichidan verb stem", + "romaji": "uchinagame" + }, + "競上げ": { + "w_type": "ichidan verb stem", + "romaji": "seriage" + }, + "頬染め": { + "w_type": "ichidan verb stem", + "romaji": "hohosome" + }, + "紊れ": { + "w_type": "ichidan verb stem", + "romaji": "midare" + }, + "観ず": { + "w_type": "ichidan verb stem", + "romaji": "kanzu" + }, + "蓄え": { + "w_type": "ichidan verb stem", + "romaji": "takuwae" + }, + "怖れ": { + "w_type": "ichidan verb stem", + "romaji": "osore" + }, + "起き": { + "w_type": "ichidan verb stem", + "romaji": "oki" + }, + "仕損ず": { + "w_type": "ichidan verb stem", + "romaji": "shisonzu" + }, + "成り掛け": { + "w_type": "ichidan verb stem", + "romaji": "narikake" + }, + "動きかけ": { + "w_type": "ichidan verb stem", + "romaji": "ugokikake" + }, + "知れ": { + "w_type": "ichidan verb stem", + "romaji": "shire" + }, + "掻き集め": { + "w_type": "ichidan verb stem", + "romaji": "kakiatsume" + }, + "斉え": { + "w_type": "ichidan verb stem", + "romaji": "totonoe" + }, + "誉めたたえ": { + "w_type": "ichidan verb stem", + "romaji": "hometatae" + }, + "扇ぎ立て": { + "w_type": "ichidan verb stem", + "romaji": "aogitate" + }, + "推し立て": { + "w_type": "ichidan verb stem", + "romaji": "oshitate" + }, + "為果せ": { + "w_type": "ichidan verb stem", + "romaji": "shioose" + }, + "懸け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "出来兼ね": { + "w_type": "ichidan verb stem", + "romaji": "dekikane" + }, + "知りはじめ": { + "w_type": "ichidan verb stem", + "romaji": "shirihajime" + }, + "寝かし付け": { + "w_type": "ichidan verb stem", + "romaji": "nekashitsuke" + }, + "行き始め": { + "w_type": "ichidan verb stem", + "romaji": "ikihajime" + }, + "言付け": { + "w_type": "ichidan verb stem", + "romaji": "iitsuke" + }, + "務め": { + "w_type": "ichidan verb stem", + "romaji": "tsutome" + }, + "疵つけ": { + "w_type": "ichidan verb stem", + "romaji": "kizutsuke" + }, + "飛び跳ね": { + "w_type": "ichidan verb stem", + "romaji": "tobihane" + }, + "待ちこがれ": { + "w_type": "ichidan verb stem", + "romaji": "machikogare" + }, + "もらい受け": { + "w_type": "ichidan verb stem", + "romaji": "moraiuke" + }, + "仰せられ": { + "w_type": "ichidan verb stem", + "romaji": "ooserare" + }, + "退め": { + "w_type": "ichidan verb stem", + "romaji": "yame" + }, + "枝垂れ": { + "w_type": "ichidan verb stem", + "romaji": "shidare" + }, + "削げ": { + "w_type": "ichidan verb stem", + "romaji": "soge" + }, + "掻きのけ": { + "w_type": "ichidan verb stem", + "romaji": "kakinoke" + }, + "暮らし始め": { + "w_type": "ichidan verb stem", + "romaji": "kurashihajime" + }, + "召し抱え": { + "w_type": "ichidan verb stem", + "romaji": "meshikakae" + }, + "掃き清め": { + "w_type": "ichidan verb stem", + "romaji": "hakikiyome" + }, + "引合わせ": { + "w_type": "ichidan verb stem", + "romaji": "hikiawase" + }, + "佐け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "食べられ": { + "w_type": "ichidan verb stem", + "romaji": "taberare" + }, + "使い捨て": { + "w_type": "ichidan verb stem", + "romaji": "tsukaisute" + }, + "通い詰め": { + "w_type": "ichidan verb stem", + "romaji": "kayoitsume" + }, + "腐らせ": { + "w_type": "ichidan verb stem", + "romaji": "kusarase" + }, + "持ち合わせ": { + "w_type": "ichidan verb stem", + "romaji": "mochiawase" + }, + "置き忘れ": { + "w_type": "ichidan verb stem", + "romaji": "okiwasure" + }, + "総べ": { + "w_type": "ichidan verb stem", + "romaji": "sube" + }, + "書き替え": { + "w_type": "ichidan verb stem", + "romaji": "kakikae" + }, + "仕兼ね": { + "w_type": "ichidan verb stem", + "romaji": "shikane" + }, + "尽き果て": { + "w_type": "ichidan verb stem", + "romaji": "tsukihate" + }, + "遅らせ": { + "w_type": "ichidan verb stem", + "romaji": "okurase" + }, + "響かせ": { + "w_type": "ichidan verb stem", + "romaji": "hibikase" + }, + "慥かめ": { + "w_type": "ichidan verb stem", + "romaji": "tashikame" + }, + "引きよせ": { + "w_type": "ichidan verb stem", + "romaji": "hikiyose" + }, + "越え": { + "w_type": "ichidan verb stem", + "romaji": "koe" + }, + "流れ出": { + "w_type": "ichidan verb stem", + "romaji": "nagarede" + }, + "ぶち明け": { + "w_type": "ichidan verb stem", + "romaji": "buchiake" + }, + "働き続け": { + "w_type": "ichidan verb stem", + "romaji": "hatarakitsuzuke" + }, + "結び合せ": { + "w_type": "ichidan verb stem", + "romaji": "musubiawase" + }, + "具え": { + "w_type": "ichidan verb stem", + "romaji": "sonae" + }, + "出迎え": { + "w_type": "ichidan verb stem", + "romaji": "demukae" + }, + "踊らせ": { + "w_type": "ichidan verb stem", + "romaji": "odorase" + }, + "走り続け": { + "w_type": "ichidan verb stem", + "romaji": "hashiritsuzuke" + }, + "軽んず": { + "w_type": "ichidan verb stem", + "romaji": "karonzu" + }, + "饑え": { + "w_type": "ichidan verb stem", + "romaji": "ue" + }, + "降り": { + "w_type": "ichidan verb stem", + "romaji": "ori" + }, + "縁付け": { + "w_type": "ichidan verb stem", + "romaji": "enzuke" + }, + "同じ": { + "w_type": "ichidan verb stem", + "romaji": "douji" + }, + "結わえ": { + "w_type": "ichidan verb stem", + "romaji": "yuwae" + }, + "色あせ": { + "w_type": "ichidan verb stem", + "romaji": "iroase" + }, + "蹣跚け": { + "w_type": "ichidan verb stem", + "romaji": "yoroke" + }, + "考え過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "kangaesugi" + }, + "提げ": { + "w_type": "ichidan verb stem", + "romaji": "sage" + }, + "佗び": { + "w_type": "ichidan verb stem", + "romaji": "wabi" + }, + "咲き始め": { + "w_type": "ichidan verb stem", + "romaji": "sakihajime" + }, + "暮れ掛け": { + "w_type": "ichidan verb stem", + "romaji": "kurekake" + }, + "引っ捕らえ": { + "w_type": "ichidan verb stem", + "romaji": "hittorae" + }, + "見合せ": { + "w_type": "ichidan verb stem", + "romaji": "miawase" + }, + "申上げ": { + "w_type": "ichidan verb stem", + "romaji": "moushiage" + }, + "浮き出": { + "w_type": "ichidan verb stem", + "romaji": "ukide" + }, + "飛びぬけ": { + "w_type": "ichidan verb stem", + "romaji": "tobinuke" + }, + "充ち": { + "w_type": "ichidan verb stem", + "romaji": "michi" + }, + "舁き入れ": { + "w_type": "ichidan verb stem", + "romaji": "kakiire" + }, + "授け": { + "w_type": "ichidan verb stem", + "romaji": "sazuke" + }, + "し損ず": { + "w_type": "ichidan verb stem", + "romaji": "shisonzu" + }, + "事切れ": { + "w_type": "ichidan verb stem", + "romaji": "kotokire" + }, + "ねじ曲げ": { + "w_type": "ichidan verb stem", + "romaji": "nejimage" + }, + "買受け": { + "w_type": "ichidan verb stem", + "romaji": "kaiuke" + }, + "ぶっ倒れ": { + "w_type": "ichidan verb stem", + "romaji": "buttaore" + }, + "打ん投げ": { + "w_type": "ichidan verb stem", + "romaji": "bunnage" + }, + "受入れ": { + "w_type": "ichidan verb stem", + "romaji": "ukeire" + }, + "叱り付け": { + "w_type": "ichidan verb stem", + "romaji": "shikaritsuke" + }, + "穢れ": { + "w_type": "ichidan verb stem", + "romaji": "kegare" + }, + "変じ": { + "w_type": "ichidan verb stem", + "romaji": "henji" + }, + "遣り過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "yarisugi" + }, + "抱き止め": { + "w_type": "ichidan verb stem", + "romaji": "dakitome" + }, + "宣べ": { + "w_type": "ichidan verb stem", + "romaji": "nobe" + }, + "寄せ掛け": { + "w_type": "ichidan verb stem", + "romaji": "yosekake" + }, + "迎え入れ": { + "w_type": "ichidan verb stem", + "romaji": "mukaeire" + }, + "縺れ": { + "w_type": "ichidan verb stem", + "romaji": "motsure" + }, + "擦り切れ": { + "w_type": "ichidan verb stem", + "romaji": "surikire" + }, + "急がせ": { + "w_type": "ichidan verb stem", + "romaji": "isogase" + }, + "垣間見": { + "w_type": "ichidan verb stem", + "romaji": "kaimami" + }, + "聞慣れ": { + "w_type": "ichidan verb stem", + "romaji": "kikinare" + }, + "立込め": { + "w_type": "ichidan verb stem", + "romaji": "tachikome" + }, + "望み見": { + "w_type": "ichidan verb stem", + "romaji": "nozomimi" + }, + "掘下げ": { + "w_type": "ichidan verb stem", + "romaji": "horisage" + }, + "捩向け": { + "w_type": "ichidan verb stem", + "romaji": "nejimuke" + }, + "仕かけ": { + "w_type": "ichidan verb stem", + "romaji": "shikake" + }, + "絶え": { + "w_type": "ichidan verb stem", + "romaji": "tae" + }, + "走り掛け": { + "w_type": "ichidan verb stem", + "romaji": "hashirikake" + }, + "召し寄せ": { + "w_type": "ichidan verb stem", + "romaji": "meshiyose" + }, + "読み合わせ": { + "w_type": "ichidan verb stem", + "romaji": "yomiawase" + }, + "試み": { + "w_type": "ichidan verb stem", + "romaji": "kokoromi" + }, + "つき出": { + "w_type": "ichidan verb stem", + "romaji": "tsukide" + }, + "打ち解け": { + "w_type": "ichidan verb stem", + "romaji": "uchitoke" + }, + "噛み合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kamiawase" + }, + "湧き出": { + "w_type": "ichidan verb stem", + "romaji": "wakide" + }, + "流れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "nagareochi" + }, + "聞きほれ": { + "w_type": "ichidan verb stem", + "romaji": "kikihore" + }, + "届け出で": { + "w_type": "ichidan verb stem", + "romaji": "todokeide" + }, + "乗り越え": { + "w_type": "ichidan verb stem", + "romaji": "norikoe" + }, + "編み上げ": { + "w_type": "ichidan verb stem", + "romaji": "amiage" + }, + "慙じ": { + "w_type": "ichidan verb stem", + "romaji": "haji" + }, + "割れ": { + "w_type": "ichidan verb stem", + "romaji": "ware" + }, + "吊り上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsuriage" + }, + "連ね": { + "w_type": "ichidan verb stem", + "romaji": "tsurane" + }, + "植えつけ": { + "w_type": "ichidan verb stem", + "romaji": "uetsuke" + }, + "抱え上げ": { + "w_type": "ichidan verb stem", + "romaji": "kakaeage" + }, + "吹っ掛け": { + "w_type": "ichidan verb stem", + "romaji": "fukkake" + }, + "懸離れ": { + "w_type": "ichidan verb stem", + "romaji": "kakehanare" + }, + "聞きつけ": { + "w_type": "ichidan verb stem", + "romaji": "kikitsuke" + }, + "奨め": { + "w_type": "ichidan verb stem", + "romaji": "susume" + }, + "義務付け": { + "w_type": "ichidan verb stem", + "romaji": "gimuzuke" + }, + "進ず": { + "w_type": "ichidan verb stem", + "romaji": "shinzu" + }, + "泣き始め": { + "w_type": "ichidan verb stem", + "romaji": "nakihajime" + }, + "聞き慣れ": { + "w_type": "ichidan verb stem", + "romaji": "kikinare" + }, + "ひも付け": { + "w_type": "ichidan verb stem", + "romaji": "himozuke" + }, + "言抜け": { + "w_type": "ichidan verb stem", + "romaji": "iinuke" + }, + "閉じ込め": { + "w_type": "ichidan verb stem", + "romaji": "tojikome" + }, + "聞入れ": { + "w_type": "ichidan verb stem", + "romaji": "kikiire" + }, + "代え": { + "w_type": "ichidan verb stem", + "romaji": "kae" + }, + "酔い潰れ": { + "w_type": "ichidan verb stem", + "romaji": "yoitsubure" + }, + "按ず": { + "w_type": "ichidan verb stem", + "romaji": "anzu" + }, + "継ぎ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsugiawase" + }, + "間誤付かせ": { + "w_type": "ichidan verb stem", + "romaji": "magotsukase" + }, + "塗り固め": { + "w_type": "ichidan verb stem", + "romaji": "nurikatame" + }, + "委せ": { + "w_type": "ichidan verb stem", + "romaji": "makase" + }, + "取り広げ": { + "w_type": "ichidan verb stem", + "romaji": "torihiroge" + }, + "夢み": { + "w_type": "ichidan verb stem", + "romaji": "yumemi" + }, + "崩ず": { + "w_type": "ichidan verb stem", + "romaji": "houzu" + }, + "打ち止め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "噛み合せ": { + "w_type": "ichidan verb stem", + "romaji": "kamiawase" + }, + "切り調え": { + "w_type": "ichidan verb stem", + "romaji": "kiritotonoe" + }, + "捲し立て": { + "w_type": "ichidan verb stem", + "romaji": "makushitate" + }, + "踏付け": { + "w_type": "ichidan verb stem", + "romaji": "fumitsuke" + }, + "打ち見": { + "w_type": "ichidan verb stem", + "romaji": "uchimi" + }, + "浮れ出": { + "w_type": "ichidan verb stem", + "romaji": "ukarede" + }, + "聴こえ": { + "w_type": "ichidan verb stem", + "romaji": "kikoe" + }, + "恋いこがれ": { + "w_type": "ichidan verb stem", + "romaji": "koikogare" + }, + "すり抜け": { + "w_type": "ichidan verb stem", + "romaji": "surinuke" + }, + "待たせ": { + "w_type": "ichidan verb stem", + "romaji": "matase" + }, + "為過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "shisugi" + }, + "呉れ": { + "w_type": "ichidan verb stem", + "romaji": "kure" + }, + "朽ち": { + "w_type": "ichidan verb stem", + "romaji": "kuchi" + }, + "組み付け": { + "w_type": "ichidan verb stem", + "romaji": "kumitsuke" + }, + "我鳴り立て": { + "w_type": "ichidan verb stem", + "romaji": "ganaritate" + }, + "寝ぼけ": { + "w_type": "ichidan verb stem", + "romaji": "neboke" + }, + "立ち消え": { + "w_type": "ichidan verb stem", + "romaji": "tachigie" + }, + "演ず": { + "w_type": "ichidan verb stem", + "romaji": "enzu" + }, + "落ちぶれ": { + "w_type": "ichidan verb stem", + "romaji": "ochibure" + }, + "括りつけ": { + "w_type": "ichidan verb stem", + "romaji": "kukuritsuke" + }, + "嗅ぎつけ": { + "w_type": "ichidan verb stem", + "romaji": "kagitsuke" + }, + "収め": { + "w_type": "ichidan verb stem", + "romaji": "osame" + }, + "見据え": { + "w_type": "ichidan verb stem", + "romaji": "misue" + }, + "舁き上げ": { + "w_type": "ichidan verb stem", + "romaji": "kakiage" + }, + "緩め": { + "w_type": "ichidan verb stem", + "romaji": "yurume" + }, + "着せ": { + "w_type": "ichidan verb stem", + "romaji": "kise" + }, + "分れ": { + "w_type": "ichidan verb stem", + "romaji": "wakare" + }, + "入り掛け": { + "w_type": "ichidan verb stem", + "romaji": "irikake" + }, + "嗅ぎ付け": { + "w_type": "ichidan verb stem", + "romaji": "kagitsuke" + }, + "重ね掛け": { + "w_type": "ichidan verb stem", + "romaji": "kasanekake" + }, + "すげ替え": { + "w_type": "ichidan verb stem", + "romaji": "sugekae" + }, + "千切れ": { + "w_type": "ichidan verb stem", + "romaji": "chigire" + }, + "備え": { + "w_type": "ichidan verb stem", + "romaji": "sonae" + }, + "怖じけ": { + "w_type": "ichidan verb stem", + "romaji": "ojike" + }, + "妨げ": { + "w_type": "ichidan verb stem", + "romaji": "samatage" + }, + "申伝え": { + "w_type": "ichidan verb stem", + "romaji": "moushitsutae" + }, + "言い過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "iisugi" + }, + "なだれ落ち": { + "w_type": "ichidan verb stem", + "romaji": "nadareochi" + }, + "うな垂れ": { + "w_type": "ichidan verb stem", + "romaji": "unadare" + }, + "駆付け": { + "w_type": "ichidan verb stem", + "romaji": "kaketsuke" + }, + "懲しめ": { + "w_type": "ichidan verb stem", + "romaji": "korashime" + }, + "詰め合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsumeawase" + }, + "暗れ": { + "w_type": "ichidan verb stem", + "romaji": "kure" + }, + "落着け": { + "w_type": "ichidan verb stem", + "romaji": "ochitsuke" + }, + "痛め": { + "w_type": "ichidan verb stem", + "romaji": "itame" + }, + "ぶち撒け": { + "w_type": "ichidan verb stem", + "romaji": "buchimake" + }, + "枉げ": { + "w_type": "ichidan verb stem", + "romaji": "mage" + }, + "融け": { + "w_type": "ichidan verb stem", + "romaji": "toke" + }, + "働かせ": { + "w_type": "ichidan verb stem", + "romaji": "hatarakase" + }, + "湿らせ": { + "w_type": "ichidan verb stem", + "romaji": "shimerase" + }, + "切り下げ": { + "w_type": "ichidan verb stem", + "romaji": "kirisage" + }, + "成し遂げ": { + "w_type": "ichidan verb stem", + "romaji": "nashitoge" + }, + "垂れ篭め": { + "w_type": "ichidan verb stem", + "romaji": "tarekome" + }, + "隠しきれ": { + "w_type": "ichidan verb stem", + "romaji": "kakushikire" + }, + "嵩じ": { + "w_type": "ichidan verb stem", + "romaji": "kouji" + }, + "刻み付け": { + "w_type": "ichidan verb stem", + "romaji": "kizamitsuke" + }, + "費え": { + "w_type": "ichidan verb stem", + "romaji": "tsuie" + }, + "例え": { + "w_type": "ichidan verb stem", + "romaji": "tatoe" + }, + "生えかけ": { + "w_type": "ichidan verb stem", + "romaji": "haekake" + }, + "信じ": { + "w_type": "ichidan verb stem", + "romaji": "shinji" + }, + "少なすぎ": { + "w_type": "ichidan verb stem", + "romaji": "sukunasugi" + }, + "招ず": { + "w_type": "ichidan verb stem", + "romaji": "shouzu" + }, + "小洒落": { + "w_type": "ichidan verb stem", + "romaji": "kojare" + }, + "関係つけ": { + "w_type": "ichidan verb stem", + "romaji": "kankeitsuke" + }, + "謳われ": { + "w_type": "ichidan verb stem", + "romaji": "utaware" + }, + "埋め合せ": { + "w_type": "ichidan verb stem", + "romaji": "umeawase" + }, + "祭り上げ": { + "w_type": "ichidan verb stem", + "romaji": "matsuriage" + }, + "剥がれ": { + "w_type": "ichidan verb stem", + "romaji": "hagare" + }, + "埋め立て": { + "w_type": "ichidan verb stem", + "romaji": "umetate" + }, + "力付け": { + "w_type": "ichidan verb stem", + "romaji": "chikarazuke" + }, + "差立て": { + "w_type": "ichidan verb stem", + "romaji": "sashitate" + }, + "駈け降り": { + "w_type": "ichidan verb stem", + "romaji": "kakeori" + }, + "錆び": { + "w_type": "ichidan verb stem", + "romaji": "sabi" + }, + "泊め": { + "w_type": "ichidan verb stem", + "romaji": "tome" + }, + "行付け": { + "w_type": "ichidan verb stem", + "romaji": "yukitsuke" + }, + "寄せ": { + "w_type": "ichidan verb stem", + "romaji": "yose" + }, + "急きたて": { + "w_type": "ichidan verb stem", + "romaji": "sekitate" + }, + "刻みつけ": { + "w_type": "ichidan verb stem", + "romaji": "kizamitsuke" + }, + "撃止め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "煮こぼれ": { + "w_type": "ichidan verb stem", + "romaji": "nikobore" + }, + "脅え": { + "w_type": "ichidan verb stem", + "romaji": "obie" + }, + "顔から火が出": { + "w_type": "ichidan verb stem", + "romaji": "kaokarahigade" + }, + "繰り入れ": { + "w_type": "ichidan verb stem", + "romaji": "kuriire" + }, + "かみ締め": { + "w_type": "ichidan verb stem", + "romaji": "kamishime" + }, + "捩上げ": { + "w_type": "ichidan verb stem", + "romaji": "nejiage" + }, + "移し換え": { + "w_type": "ichidan verb stem", + "romaji": "utsushikae" + }, + "押しあけ": { + "w_type": "ichidan verb stem", + "romaji": "oshiake" + }, + "知初め": { + "w_type": "ichidan verb stem", + "romaji": "shirisome" + }, + "侘び": { + "w_type": "ichidan verb stem", + "romaji": "wabi" + }, + "悸え": { + "w_type": "ichidan verb stem", + "romaji": "obie" + }, + "数え違え": { + "w_type": "ichidan verb stem", + "romaji": "kazoechigae" + }, + "白げ": { + "w_type": "ichidan verb stem", + "romaji": "shirage" + }, + "描き上げ": { + "w_type": "ichidan verb stem", + "romaji": "kakiage" + }, + "生きながらえ": { + "w_type": "ichidan verb stem", + "romaji": "ikinagarae" + }, + "買い占め": { + "w_type": "ichidan verb stem", + "romaji": "kaishime" + }, + "涸び": { + "w_type": "ichidan verb stem", + "romaji": "karabi" + }, + "多すぎ": { + "w_type": "ichidan verb stem", + "romaji": "oosugi" + }, + "腰かけ": { + "w_type": "ichidan verb stem", + "romaji": "koshikake" + }, + "差し固め": { + "w_type": "ichidan verb stem", + "romaji": "sashikatame" + }, + "巻き付け": { + "w_type": "ichidan verb stem", + "romaji": "makitsuke" + }, + "縮れ": { + "w_type": "ichidan verb stem", + "romaji": "chijire" + }, + "思い詰め": { + "w_type": "ichidan verb stem", + "romaji": "omoitsume" + }, + "熟れ過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "uresugi" + }, + "取り抑え": { + "w_type": "ichidan verb stem", + "romaji": "toriosae" + }, + "取上げ": { + "w_type": "ichidan verb stem", + "romaji": "toriage" + }, + "組合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kumiawase" + }, + "乗り間違え": { + "w_type": "ichidan verb stem", + "romaji": "norimachigae" + }, + "浴びせ掛け": { + "w_type": "ichidan verb stem", + "romaji": "abisekake" + }, + "凭れ": { + "w_type": "ichidan verb stem", + "romaji": "motare" + }, + "抱き寄せ": { + "w_type": "ichidan verb stem", + "romaji": "dakiyose" + }, + "控え": { + "w_type": "ichidan verb stem", + "romaji": "hikae" + }, + "つなぎ止め": { + "w_type": "ichidan verb stem", + "romaji": "tsunagitome" + }, + "うち連れ": { + "w_type": "ichidan verb stem", + "romaji": "uchitsure" + }, + "受付け": { + "w_type": "ichidan verb stem", + "romaji": "uketsuke" + }, + "思い定め": { + "w_type": "ichidan verb stem", + "romaji": "omoisadame" + }, + "攀じ": { + "w_type": "ichidan verb stem", + "romaji": "yoji" + }, + "近づけ": { + "w_type": "ichidan verb stem", + "romaji": "chikazuke" + }, + "差し押え": { + "w_type": "ichidan verb stem", + "romaji": "sashiosae" + }, + "差押さえ": { + "w_type": "ichidan verb stem", + "romaji": "sashiosae" + }, + "尽き": { + "w_type": "ichidan verb stem", + "romaji": "tsuki" + }, + "押開け": { + "w_type": "ichidan verb stem", + "romaji": "oshiake" + }, + "持上げ": { + "w_type": "ichidan verb stem", + "romaji": "mochiage" + }, + "出し過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "dashisugi" + }, + "塗固め": { + "w_type": "ichidan verb stem", + "romaji": "nurikatame" + }, + "欠け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "運命づけ": { + "w_type": "ichidan verb stem", + "romaji": "unmeizuke" + }, + "かき立て": { + "w_type": "ichidan verb stem", + "romaji": "kakitate" + }, + "ずり上げ": { + "w_type": "ichidan verb stem", + "romaji": "zuriage" + }, + "封じ込め": { + "w_type": "ichidan verb stem", + "romaji": "fuujikome" + }, + "落": { + "w_type": "ichidan verb stem", + "romaji": "ochi" + }, + "食い過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "kuisugi" + }, + "言い掛け": { + "w_type": "ichidan verb stem", + "romaji": "iikake" + }, + "仰向け": { + "w_type": "ichidan verb stem", + "romaji": "aomuke" + }, + "し過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "shisugi" + }, + "知らしめ": { + "w_type": "ichidan verb stem", + "romaji": "shirashime" + }, + "進め": { + "w_type": "ichidan verb stem", + "romaji": "susume" + }, + "惹き付け": { + "w_type": "ichidan verb stem", + "romaji": "hikitsuke" + }, + "捩じれ": { + "w_type": "ichidan verb stem", + "romaji": "nejire" + }, + "魘され": { + "w_type": "ichidan verb stem", + "romaji": "unasare" + }, + "耐兼ね": { + "w_type": "ichidan verb stem", + "romaji": "taekane" + }, + "遭わせ": { + "w_type": "ichidan verb stem", + "romaji": "awase" + }, + "引下げ": { + "w_type": "ichidan verb stem", + "romaji": "hikisage" + }, + "切り立て": { + "w_type": "ichidan verb stem", + "romaji": "kiritate" + }, + "擡げ": { + "w_type": "ichidan verb stem", + "romaji": "motage" + }, + "投げつけ": { + "w_type": "ichidan verb stem", + "romaji": "nagetsuke" + }, + "擢んで": { + "w_type": "ichidan verb stem", + "romaji": "nukinde" + }, + "聞分け": { + "w_type": "ichidan verb stem", + "romaji": "kikiwake" + }, + "扶け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "閉じ": { + "w_type": "ichidan verb stem", + "romaji": "toji" + }, + "売れ切れ": { + "w_type": "ichidan verb stem", + "romaji": "urekire" + }, + "めくり上げ": { + "w_type": "ichidan verb stem", + "romaji": "mekuriage" + }, + "掃き寄せ": { + "w_type": "ichidan verb stem", + "romaji": "hakiyose" + }, + "並み居": { + "w_type": "ichidan verb stem", + "romaji": "namii" + }, + "打ち当て": { + "w_type": "ichidan verb stem", + "romaji": "uchiate" + }, + "剝れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "hagareochi" + }, + "結い付け": { + "w_type": "ichidan verb stem", + "romaji": "yuitsuke" + }, + "抱きかかえ": { + "w_type": "ichidan verb stem", + "romaji": "dakikakae" + }, + "色褪め": { + "w_type": "ichidan verb stem", + "romaji": "irozame" + }, + "押し留め": { + "w_type": "ichidan verb stem", + "romaji": "oshitodome" + }, + "手懸け": { + "w_type": "ichidan verb stem", + "romaji": "tegake" + }, + "射かけ": { + "w_type": "ichidan verb stem", + "romaji": "ikake" + }, + "反らせ": { + "w_type": "ichidan verb stem", + "romaji": "sorase" + }, + "急きたてられ": { + "w_type": "ichidan verb stem", + "romaji": "sekitaterare" + }, + "沁み": { + "w_type": "ichidan verb stem", + "romaji": "shimi" + }, + "浮かれ出": { + "w_type": "ichidan verb stem", + "romaji": "ukarede" + }, + "打ち萎れ": { + "w_type": "ichidan verb stem", + "romaji": "uchishiore" + }, + "追い詰め": { + "w_type": "ichidan verb stem", + "romaji": "oitsume" + }, + "引当": { + "w_type": "ichidan verb stem", + "romaji": "hikiate" + }, + "引っこめ": { + "w_type": "ichidan verb stem", + "romaji": "hikkome" + }, + "委ね": { + "w_type": "ichidan verb stem", + "romaji": "yudane" + }, + "引かされ": { + "w_type": "ichidan verb stem", + "romaji": "hikasare" + }, + "捩伏せ": { + "w_type": "ichidan verb stem", + "romaji": "nejifuse" + }, + "うち解け": { + "w_type": "ichidan verb stem", + "romaji": "uchitoke" + }, + "振当て": { + "w_type": "ichidan verb stem", + "romaji": "furiate" + }, + "抱きすくめ": { + "w_type": "ichidan verb stem", + "romaji": "dakisukume" + }, + "杓れ": { + "w_type": "ichidan verb stem", + "romaji": "shakure" + }, + "書き溜め": { + "w_type": "ichidan verb stem", + "romaji": "kakitame" + }, + "続け": { + "w_type": "ichidan verb stem", + "romaji": "tsuzuke" + }, + "更け": { + "w_type": "ichidan verb stem", + "romaji": "fuke" + }, + "溜め": { + "w_type": "ichidan verb stem", + "romaji": "tame" + }, + "並はずれ": { + "w_type": "ichidan verb stem", + "romaji": "namihazure" + }, + "便じ": { + "w_type": "ichidan verb stem", + "romaji": "benji" + }, + "死に絶え": { + "w_type": "ichidan verb stem", + "romaji": "shinitae" + }, + "用い": { + "w_type": "ichidan verb stem", + "romaji": "mochii" + }, + "媚": { + "w_type": "ichidan verb stem", + "romaji": "kobi" + }, + "投げ捨て": { + "w_type": "ichidan verb stem", + "romaji": "nagesute" + }, + "一字空け": { + "w_type": "ichidan verb stem", + "romaji": "ichijiake" + }, + "魘われ": { + "w_type": "ichidan verb stem", + "romaji": "osoware" + }, + "引き受け": { + "w_type": "ichidan verb stem", + "romaji": "hikiuke" + }, + "混ぜ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "mazeawase" + }, + "見定め": { + "w_type": "ichidan verb stem", + "romaji": "misadame" + }, + "使い馴れ": { + "w_type": "ichidan verb stem", + "romaji": "tsukainare" + }, + "説きつけ": { + "w_type": "ichidan verb stem", + "romaji": "tokitsuke" + }, + "囃したて": { + "w_type": "ichidan verb stem", + "romaji": "hayashitate" + }, + "出で": { + "w_type": "ichidan verb stem", + "romaji": "ide" + }, + "探し求め": { + "w_type": "ichidan verb stem", + "romaji": "sagashimotome" + }, + "汲上げ": { + "w_type": "ichidan verb stem", + "romaji": "kumiage" + }, + "担ぎ上げ": { + "w_type": "ichidan verb stem", + "romaji": "katsugiage" + }, + "老いさらばえ": { + "w_type": "ichidan verb stem", + "romaji": "oisarabae" + }, + "俯向け": { + "w_type": "ichidan verb stem", + "romaji": "utsumuke" + }, + "酔わせ": { + "w_type": "ichidan verb stem", + "romaji": "yowase" + }, + "積み立て": { + "w_type": "ichidan verb stem", + "romaji": "tsumitate" + }, + "ひん曲げ": { + "w_type": "ichidan verb stem", + "romaji": "hinmage" + }, + "入りかけ": { + "w_type": "ichidan verb stem", + "romaji": "irikake" + }, + "浴びせかけ": { + "w_type": "ichidan verb stem", + "romaji": "abisekake" + }, + "打ち上げ": { + "w_type": "ichidan verb stem", + "romaji": "uchiage" + }, + "差向け": { + "w_type": "ichidan verb stem", + "romaji": "sashimuke" + }, + "繰替え": { + "w_type": "ichidan verb stem", + "romaji": "kurikae" + }, + "練りあわせ": { + "w_type": "ichidan verb stem", + "romaji": "neriawase" + }, + "入れ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "ireawase" + }, + "溢れ出": { + "w_type": "ichidan verb stem", + "romaji": "afurede" + }, + "受け続け": { + "w_type": "ichidan verb stem", + "romaji": "uketsuzuke" + }, + "靡かせ": { + "w_type": "ichidan verb stem", + "romaji": "nabikase" + }, + "呼入れ": { + "w_type": "ichidan verb stem", + "romaji": "yobiire" + }, + "系統だて": { + "w_type": "ichidan verb stem", + "romaji": "keitoudate" + }, + "宛て": { + "w_type": "ichidan verb stem", + "romaji": "ate" + }, + "掻き交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kakimaze" + }, + "握り緊め": { + "w_type": "ichidan verb stem", + "romaji": "nigirishime" + }, + "緊め": { + "w_type": "ichidan verb stem", + "romaji": "shime" + }, + "腐り果て": { + "w_type": "ichidan verb stem", + "romaji": "kusarihate" + }, + "絡げ": { + "w_type": "ichidan verb stem", + "romaji": "karage" + }, + "押立て": { + "w_type": "ichidan verb stem", + "romaji": "oshitate" + }, + "突きつけ": { + "w_type": "ichidan verb stem", + "romaji": "tsukitsuke" + }, + "散り嵌め": { + "w_type": "ichidan verb stem", + "romaji": "chiribame" + }, + "言い忘れ": { + "w_type": "ichidan verb stem", + "romaji": "iiwasure" + }, + "手繰り寄せ": { + "w_type": "ichidan verb stem", + "romaji": "taguriyose" + }, + "吹き集め": { + "w_type": "ichidan verb stem", + "romaji": "fukiatsume" + }, + "明けそめ": { + "w_type": "ichidan verb stem", + "romaji": "akesome" + }, + "煩わせ": { + "w_type": "ichidan verb stem", + "romaji": "wazurawase" + }, + "周章て": { + "w_type": "ichidan verb stem", + "romaji": "awate" + }, + "適え": { + "w_type": "ichidan verb stem", + "romaji": "kanae" + }, + "田舎び": { + "w_type": "ichidan verb stem", + "romaji": "inakabi" + }, + "駆り立て": { + "w_type": "ichidan verb stem", + "romaji": "karitate" + }, + "談ず": { + "w_type": "ichidan verb stem", + "romaji": "danzu" + }, + "診": { + "w_type": "ichidan verb stem", + "romaji": "mi" + }, + "拾い上げ": { + "w_type": "ichidan verb stem", + "romaji": "hiroiage" + }, + "聞き咎め": { + "w_type": "ichidan verb stem", + "romaji": "kikitogame" + }, + "似": { + "w_type": "ichidan verb stem", + "romaji": "ni" + }, + "付け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "恋い初め": { + "w_type": "ichidan verb stem", + "romaji": "koisome" + }, + "楽しませ": { + "w_type": "ichidan verb stem", + "romaji": "tanoshimase" + }, + "咲き初め": { + "w_type": "ichidan verb stem", + "romaji": "sakisome" + }, + "落付け": { + "w_type": "ichidan verb stem", + "romaji": "ochitsuke" + }, + "立ち籠め": { + "w_type": "ichidan verb stem", + "romaji": "tachikome" + }, + "損じ": { + "w_type": "ichidan verb stem", + "romaji": "sonji" + }, + "来始め": { + "w_type": "ichidan verb stem", + "romaji": "kihajime" + }, + "借り": { + "w_type": "ichidan verb stem", + "romaji": "kari" + }, + "立て": { + "w_type": "ichidan verb stem", + "romaji": "tate" + }, + "引き攣れ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsure" + }, + "心魅かれ": { + "w_type": "ichidan verb stem", + "romaji": "kokorohikare" + }, + "申し付け": { + "w_type": "ichidan verb stem", + "romaji": "moushitsuke" + }, + "挙げられ": { + "w_type": "ichidan verb stem", + "romaji": "agerare" + }, + "呼寄せ": { + "w_type": "ichidan verb stem", + "romaji": "yobiyose" + }, + "知られ": { + "w_type": "ichidan verb stem", + "romaji": "shirare" + }, + "溢れで": { + "w_type": "ichidan verb stem", + "romaji": "afurede" + }, + "斥け": { + "w_type": "ichidan verb stem", + "romaji": "shirizoke" + }, + "盗み見": { + "w_type": "ichidan verb stem", + "romaji": "nusumimi" + }, + "取り押さえ": { + "w_type": "ichidan verb stem", + "romaji": "toriosae" + }, + "縫い合せ": { + "w_type": "ichidan verb stem", + "romaji": "nuiawase" + }, + "はげ落ち": { + "w_type": "ichidan verb stem", + "romaji": "hageochi" + }, + "悔改め": { + "w_type": "ichidan verb stem", + "romaji": "kuiaratame" + }, + "見忘れ": { + "w_type": "ichidan verb stem", + "romaji": "miwasure" + }, + "仕留め": { + "w_type": "ichidan verb stem", + "romaji": "shitome" + }, + "酔いしれ": { + "w_type": "ichidan verb stem", + "romaji": "yoishire" + }, + "飛び出": { + "w_type": "ichidan verb stem", + "romaji": "tobide" + }, + "有り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "ariawase" + }, + "切上げ": { + "w_type": "ichidan verb stem", + "romaji": "kiriage" + }, + "撚り合せ": { + "w_type": "ichidan verb stem", + "romaji": "yoriawase" + }, + "散じ": { + "w_type": "ichidan verb stem", + "romaji": "sanji" + }, + "漬け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "繰入れ": { + "w_type": "ichidan verb stem", + "romaji": "kuriire" + }, + "感ず": { + "w_type": "ichidan verb stem", + "romaji": "kanzu" + }, + "構え": { + "w_type": "ichidan verb stem", + "romaji": "kamae" + }, + "為され": { + "w_type": "ichidan verb stem", + "romaji": "nasare" + }, + "見つめ": { + "w_type": "ichidan verb stem", + "romaji": "mitsume" + }, + "明け初め": { + "w_type": "ichidan verb stem", + "romaji": "akesome" + }, + "引き留め": { + "w_type": "ichidan verb stem", + "romaji": "hikitome" + }, + "引揚げ": { + "w_type": "ichidan verb stem", + "romaji": "hikiage" + }, + "為しおえ": { + "w_type": "ichidan verb stem", + "romaji": "nashioe" + }, + "綰ね": { + "w_type": "ichidan verb stem", + "romaji": "wagane" + }, + "書き連ね": { + "w_type": "ichidan verb stem", + "romaji": "kakitsurane" + }, + "出": { + "w_type": "ichidan verb stem", + "romaji": "de" + }, + "映ず": { + "w_type": "ichidan verb stem", + "romaji": "eizu" + }, + "誘き入れ": { + "w_type": "ichidan verb stem", + "romaji": "obikiire" + }, + "傷付け": { + "w_type": "ichidan verb stem", + "romaji": "kizutsuke" + }, + "映じ": { + "w_type": "ichidan verb stem", + "romaji": "eiji" + }, + "突き上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiage" + }, + "焦れ": { + "w_type": "ichidan verb stem", + "romaji": "jire" + }, + "愁え": { + "w_type": "ichidan verb stem", + "romaji": "uree" + }, + "落ちつけ": { + "w_type": "ichidan verb stem", + "romaji": "ochitsuke" + }, + "濡": { + "w_type": "ichidan verb stem", + "romaji": "nure" + }, + "買いかえ": { + "w_type": "ichidan verb stem", + "romaji": "kaikae" + }, + "拾い集め": { + "w_type": "ichidan verb stem", + "romaji": "hiroiatsume" + }, + "追いかけ": { + "w_type": "ichidan verb stem", + "romaji": "oikake" + }, + "世慣れ": { + "w_type": "ichidan verb stem", + "romaji": "yonare" + }, + "作り上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsukuriage" + }, + "剥げ": { + "w_type": "ichidan verb stem", + "romaji": "hage" + }, + "握り締め": { + "w_type": "ichidan verb stem", + "romaji": "nigirishime" + }, + "黒め": { + "w_type": "ichidan verb stem", + "romaji": "kurome" + }, + "並べ立て": { + "w_type": "ichidan verb stem", + "romaji": "narabetate" + }, + "待ち焦がれ": { + "w_type": "ichidan verb stem", + "romaji": "machikogare" + }, + "飛び降り": { + "w_type": "ichidan verb stem", + "romaji": "tobiori" + }, + "取り憑かれ": { + "w_type": "ichidan verb stem", + "romaji": "toritsukare" + }, + "呼び立て": { + "w_type": "ichidan verb stem", + "romaji": "yobitate" + }, + "案ず": { + "w_type": "ichidan verb stem", + "romaji": "anzu" + }, + "引かれ": { + "w_type": "ichidan verb stem", + "romaji": "hikare" + }, + "所帯染み": { + "w_type": "ichidan verb stem", + "romaji": "shotaijimi" + }, + "啜上げ": { + "w_type": "ichidan verb stem", + "romaji": "susuriage" + }, + "呼び留め": { + "w_type": "ichidan verb stem", + "romaji": "yobitome" + }, + "乗り捨て": { + "w_type": "ichidan verb stem", + "romaji": "norisute" + }, + "離れ": { + "w_type": "ichidan verb stem", + "romaji": "hanare" + }, + "乗り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "noriawase" + }, + "立ち込め": { + "w_type": "ichidan verb stem", + "romaji": "tachikome" + }, + "読み付け": { + "w_type": "ichidan verb stem", + "romaji": "yomitsuke" + }, + "痂せ": { + "w_type": "ichidan verb stem", + "romaji": "kase" + }, + "踊らされ": { + "w_type": "ichidan verb stem", + "romaji": "odorasare" + }, + "切り伏せ": { + "w_type": "ichidan verb stem", + "romaji": "kirifuse" + }, + "紐付け": { + "w_type": "ichidan verb stem", + "romaji": "himozuke" + }, + "嵌め": { + "w_type": "ichidan verb stem", + "romaji": "hame" + }, + "恐れ": { + "w_type": "ichidan verb stem", + "romaji": "osore" + }, + "積み替え": { + "w_type": "ichidan verb stem", + "romaji": "tsumikae" + }, + "縫合わせ": { + "w_type": "ichidan verb stem", + "romaji": "nuiawase" + }, + "詰め合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsumeawase" + }, + "篏め": { + "w_type": "ichidan verb stem", + "romaji": "hame" + }, + "見せ": { + "w_type": "ichidan verb stem", + "romaji": "mise" + }, + "罩め": { + "w_type": "ichidan verb stem", + "romaji": "kome" + }, + "持ち堪え": { + "w_type": "ichidan verb stem", + "romaji": "mochikotae" + }, + "駆け下り": { + "w_type": "ichidan verb stem", + "romaji": "kakeori" + }, + "敷詰め": { + "w_type": "ichidan verb stem", + "romaji": "shikitsume" + }, + "食止め": { + "w_type": "ichidan verb stem", + "romaji": "kuitome" + }, + "かき上げ": { + "w_type": "ichidan verb stem", + "romaji": "kakiage" + }, + "遣え": { + "w_type": "ichidan verb stem", + "romaji": "tsukae" + }, + "撃ち当て": { + "w_type": "ichidan verb stem", + "romaji": "uchiate" + }, + "はせ参じ": { + "w_type": "ichidan verb stem", + "romaji": "hasesanji" + }, + "通りぬけ": { + "w_type": "ichidan verb stem", + "romaji": "toorinuke" + }, + "召し入れ": { + "w_type": "ichidan verb stem", + "romaji": "meshiire" + }, + "絶え果て": { + "w_type": "ichidan verb stem", + "romaji": "taehate" + }, + "擦り替え": { + "w_type": "ichidan verb stem", + "romaji": "surikae" + }, + "理論づけ": { + "w_type": "ichidan verb stem", + "romaji": "rironzuke" + }, + "誉め称え": { + "w_type": "ichidan verb stem", + "romaji": "hometatae" + }, + "始め": { + "w_type": "ichidan verb stem", + "romaji": "hajime" + }, + "突き合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiawase" + }, + "言合わせ": { + "w_type": "ichidan verb stem", + "romaji": "iiawase" + }, + "押しわけ": { + "w_type": "ichidan verb stem", + "romaji": "oshiwake" + }, + "告げ": { + "w_type": "ichidan verb stem", + "romaji": "tsuge" + }, + "傾れ": { + "w_type": "ichidan verb stem", + "romaji": "nadare" + }, + "検め": { + "w_type": "ichidan verb stem", + "romaji": "aratame" + }, + "取りつかれ": { + "w_type": "ichidan verb stem", + "romaji": "toritsukare" + }, + "押したて": { + "w_type": "ichidan verb stem", + "romaji": "oshitate" + }, + "飲みすぎ": { + "w_type": "ichidan verb stem", + "romaji": "nomisugi" + }, + "顕われ": { + "w_type": "ichidan verb stem", + "romaji": "araware" + }, + "論じ": { + "w_type": "ichidan verb stem", + "romaji": "ronji" + }, + "裂け": { + "w_type": "ichidan verb stem", + "romaji": "sake" + }, + "詰替え": { + "w_type": "ichidan verb stem", + "romaji": "tsumekae" + }, + "充満": { + "w_type": "ichidan verb stem", + "romaji": "michimichi" + }, + "待ち受け": { + "w_type": "ichidan verb stem", + "romaji": "machiuke" + }, + "拗らせ": { + "w_type": "ichidan verb stem", + "romaji": "kojirase" + }, + "言い込め": { + "w_type": "ichidan verb stem", + "romaji": "iikome" + }, + "偲ばれ": { + "w_type": "ichidan verb stem", + "romaji": "shinobare" + }, + "貼付け": { + "w_type": "ichidan verb stem", + "romaji": "haritsuke" + }, + "見慣れ": { + "w_type": "ichidan verb stem", + "romaji": "minare" + }, + "煎れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "諳んじ": { + "w_type": "ichidan verb stem", + "romaji": "soranji" + }, + "斬りつけ": { + "w_type": "ichidan verb stem", + "romaji": "kiritsuke" + }, + "繕い立て": { + "w_type": "ichidan verb stem", + "romaji": "tsukuroitate" + }, + "番": { + "w_type": "ichidan verb stem", + "romaji": "tsugae" + }, + "取り鎮め": { + "w_type": "ichidan verb stem", + "romaji": "torishizume" + }, + "狡け": { + "w_type": "ichidan verb stem", + "romaji": "zuruke" + }, + "捩じ曲げ": { + "w_type": "ichidan verb stem", + "romaji": "nejimage" + }, + "絎け": { + "w_type": "ichidan verb stem", + "romaji": "kuke" + }, + "申しあげ": { + "w_type": "ichidan verb stem", + "romaji": "moushiage" + }, + "附け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "差し向け": { + "w_type": "ichidan verb stem", + "romaji": "sashimuke" + }, + "伸し上げ": { + "w_type": "ichidan verb stem", + "romaji": "noshiage" + }, + "はね退け": { + "w_type": "ichidan verb stem", + "romaji": "hanenoke" + }, + "借り換え": { + "w_type": "ichidan verb stem", + "romaji": "karikae" + }, + "張りつめ": { + "w_type": "ichidan verb stem", + "romaji": "haritsume" + }, + "漕寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kogiyose" + }, + "呼び迎え": { + "w_type": "ichidan verb stem", + "romaji": "yobimukae" + }, + "埋もれ": { + "w_type": "ichidan verb stem", + "romaji": "umore" + }, + "投げ与え": { + "w_type": "ichidan verb stem", + "romaji": "nageatae" + }, + "くい止め": { + "w_type": "ichidan verb stem", + "romaji": "kuitome" + }, + "押さえつけ": { + "w_type": "ichidan verb stem", + "romaji": "osaetsuke" + }, + "煽て": { + "w_type": "ichidan verb stem", + "romaji": "odate" + }, + "差押え": { + "w_type": "ichidan verb stem", + "romaji": "sashiosae" + }, + "押掛け": { + "w_type": "ichidan verb stem", + "romaji": "oshikake" + }, + "知り始め": { + "w_type": "ichidan verb stem", + "romaji": "shirihajime" + }, + "着せ代え": { + "w_type": "ichidan verb stem", + "romaji": "kisekae" + }, + "忰せ": { + "w_type": "ichidan verb stem", + "romaji": "kase" + }, + "逢わせ": { + "w_type": "ichidan verb stem", + "romaji": "awase" + }, + "興醒め": { + "w_type": "ichidan verb stem", + "romaji": "kyouzame" + }, + "潜らせ": { + "w_type": "ichidan verb stem", + "romaji": "kugurase" + }, + "赤茶け": { + "w_type": "ichidan verb stem", + "romaji": "akachake" + }, + "剥れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "hagareochi" + }, + "煮零れ": { + "w_type": "ichidan verb stem", + "romaji": "nikobore" + }, + "討止め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "比べ": { + "w_type": "ichidan verb stem", + "romaji": "kurabe" + }, + "殺がれ": { + "w_type": "ichidan verb stem", + "romaji": "sogare" + }, + "順序だて": { + "w_type": "ichidan verb stem", + "romaji": "junjodate" + }, + "旅慣れ": { + "w_type": "ichidan verb stem", + "romaji": "tabinare" + }, + "思い焦がれ": { + "w_type": "ichidan verb stem", + "romaji": "omoikogare" + }, + "引きつれ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsure" + }, + "誘いかけ": { + "w_type": "ichidan verb stem", + "romaji": "sasoikake" + }, + "弁ず": { + "w_type": "ichidan verb stem", + "romaji": "benzu" + }, + "据えつけ": { + "w_type": "ichidan verb stem", + "romaji": "suetsuke" + }, + "取りつけ": { + "w_type": "ichidan verb stem", + "romaji": "toritsuke" + }, + "破れ": { + "w_type": "ichidan verb stem", + "romaji": "ware" + }, + "感け": { + "w_type": "ichidan verb stem", + "romaji": "kamake" + }, + "相勤め": { + "w_type": "ichidan verb stem", + "romaji": "aitsutome" + }, + "弁え": { + "w_type": "ichidan verb stem", + "romaji": "wakimae" + }, + "込め": { + "w_type": "ichidan verb stem", + "romaji": "kome" + }, + "跡絶え": { + "w_type": "ichidan verb stem", + "romaji": "todae" + }, + "詰め掛け": { + "w_type": "ichidan verb stem", + "romaji": "tsumekake" + }, + "突き抜け": { + "w_type": "ichidan verb stem", + "romaji": "tsukinuke" + }, + "堪え兼ね": { + "w_type": "ichidan verb stem", + "romaji": "taekane" + }, + "付加え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekuwae" + }, + "仕分け": { + "w_type": "ichidan verb stem", + "romaji": "shiwake" + }, + "見覚え": { + "w_type": "ichidan verb stem", + "romaji": "mioboe" + }, + "くっ着け": { + "w_type": "ichidan verb stem", + "romaji": "kuttsuke" + }, + "弛め": { + "w_type": "ichidan verb stem", + "romaji": "tarume" + }, + "函れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "sugi" + }, + "副え": { + "w_type": "ichidan verb stem", + "romaji": "soe" + }, + "靠れ": { + "w_type": "ichidan verb stem", + "romaji": "motare" + }, + "鍛えあげ": { + "w_type": "ichidan verb stem", + "romaji": "kitaeage" + }, + "巻き上げ": { + "w_type": "ichidan verb stem", + "romaji": "makiage" + }, + "捕え": { + "w_type": "ichidan verb stem", + "romaji": "torae" + }, + "送りつけ": { + "w_type": "ichidan verb stem", + "romaji": "okuritsuke" + }, + "観": { + "w_type": "ichidan verb stem", + "romaji": "mi" + }, + "撥ねつけ": { + "w_type": "ichidan verb stem", + "romaji": "hanetsuke" + }, + "突き止め": { + "w_type": "ichidan verb stem", + "romaji": "tsukitome" + }, + "腰掛け": { + "w_type": "ichidan verb stem", + "romaji": "koshikake" + }, + "追っかけ": { + "w_type": "ichidan verb stem", + "romaji": "okkake" + }, + "冷め": { + "w_type": "ichidan verb stem", + "romaji": "same" + }, + "延べ": { + "w_type": "ichidan verb stem", + "romaji": "nobe" + }, + "修め": { + "w_type": "ichidan verb stem", + "romaji": "osame" + }, + "登りつめ": { + "w_type": "ichidan verb stem", + "romaji": "noboritsume" + }, + "破け": { + "w_type": "ichidan verb stem", + "romaji": "yabuke" + }, + "抜け": { + "w_type": "ichidan verb stem", + "romaji": "nuke" + }, + "跡切れ": { + "w_type": "ichidan verb stem", + "romaji": "togire" + }, + "著": { + "w_type": "ichidan verb stem", + "romaji": "ki" + }, + "遣り遂げ": { + "w_type": "ichidan verb stem", + "romaji": "yaritoge" + }, + "遣られ": { + "w_type": "ichidan verb stem", + "romaji": "yarare" + }, + "招じ": { + "w_type": "ichidan verb stem", + "romaji": "shouji" + }, + "殖え": { + "w_type": "ichidan verb stem", + "romaji": "fue" + }, + "永らえ": { + "w_type": "ichidan verb stem", + "romaji": "nagarae" + }, + "借り集め": { + "w_type": "ichidan verb stem", + "romaji": "kariatsume" + }, + "大きすぎ": { + "w_type": "ichidan verb stem", + "romaji": "ookisugi" + }, + "打止め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "逆上せ": { + "w_type": "ichidan verb stem", + "romaji": "nobose" + }, + "訓え": { + "w_type": "ichidan verb stem", + "romaji": "oshie" + }, + "青ざめ": { + "w_type": "ichidan verb stem", + "romaji": "aozame" + }, + "押し開け": { + "w_type": "ichidan verb stem", + "romaji": "oshiake" + }, + "溺れ": { + "w_type": "ichidan verb stem", + "romaji": "obore" + }, + "逃げ": { + "w_type": "ichidan verb stem", + "romaji": "nige" + }, + "まくり上げ": { + "w_type": "ichidan verb stem", + "romaji": "makuriage" + }, + "入り乱れ": { + "w_type": "ichidan verb stem", + "romaji": "irimidare" + }, + "相通ず": { + "w_type": "ichidan verb stem", + "romaji": "aitsuuzu" + }, + "弘め": { + "w_type": "ichidan verb stem", + "romaji": "hirome" + }, + "裏付け": { + "w_type": "ichidan verb stem", + "romaji": "urazuke" + }, + "聞き飽き": { + "w_type": "ichidan verb stem", + "romaji": "kikiaki" + }, + "押し付け": { + "w_type": "ichidan verb stem", + "romaji": "oshitsuke" + }, + "置忘れ": { + "w_type": "ichidan verb stem", + "romaji": "okiwasure" + }, + "煎じ詰め": { + "w_type": "ichidan verb stem", + "romaji": "senjitsume" + }, + "貸し下げ": { + "w_type": "ichidan verb stem", + "romaji": "kashisage" + }, + "磨れ": { + "w_type": "ichidan verb stem", + "romaji": "sure" + }, + "見せ付け": { + "w_type": "ichidan verb stem", + "romaji": "misetsuke" + }, + "呼び慣れ": { + "w_type": "ichidan verb stem", + "romaji": "yobinare" + }, + "堰き止め": { + "w_type": "ichidan verb stem", + "romaji": "sekitome" + }, + "読みかけ": { + "w_type": "ichidan verb stem", + "romaji": "yomikake" + }, + "切り入れ": { + "w_type": "ichidan verb stem", + "romaji": "kiriire" + }, + "吹荒れ": { + "w_type": "ichidan verb stem", + "romaji": "fukiare" + }, + "払い除け": { + "w_type": "ichidan verb stem", + "romaji": "harainoke" + }, + "纏め": { + "w_type": "ichidan verb stem", + "romaji": "matome" + }, + "途絶え": { + "w_type": "ichidan verb stem", + "romaji": "todae" + }, + "話せ": { + "w_type": "ichidan verb stem", + "romaji": "hanase" + }, + "凹め": { + "w_type": "ichidan verb stem", + "romaji": "kubome" + }, + "抱きしめ": { + "w_type": "ichidan verb stem", + "romaji": "dakishime" + }, + "長らえ": { + "w_type": "ichidan verb stem", + "romaji": "nagarae" + }, + "養い育て": { + "w_type": "ichidan verb stem", + "romaji": "yashinaisodate" + }, + "合え": { + "w_type": "ichidan verb stem", + "romaji": "ae" + }, + "分かれ出": { + "w_type": "ichidan verb stem", + "romaji": "wakarede" + }, + "浸み": { + "w_type": "ichidan verb stem", + "romaji": "shimi" + }, + "煮溢れ": { + "w_type": "ichidan verb stem", + "romaji": "nikobore" + }, + "差し違え": { + "w_type": "ichidan verb stem", + "romaji": "sashichigae" + }, + "妬け": { + "w_type": "ichidan verb stem", + "romaji": "yake" + }, + "虚け": { + "w_type": "ichidan verb stem", + "romaji": "utsuke" + }, + "高ず": { + "w_type": "ichidan verb stem", + "romaji": "kouzu" + }, + "遠ざけ": { + "w_type": "ichidan verb stem", + "romaji": "toozake" + }, + "申し受け": { + "w_type": "ichidan verb stem", + "romaji": "moushiuke" + }, + "脂染み": { + "w_type": "ichidan verb stem", + "romaji": "aburajimi" + }, + "撥ね上げ": { + "w_type": "ichidan verb stem", + "romaji": "haneage" + }, + "好まれ": { + "w_type": "ichidan verb stem", + "romaji": "konomare" + }, + "切り上げ": { + "w_type": "ichidan verb stem", + "romaji": "kiriage" + }, + "吹き寄せ": { + "w_type": "ichidan verb stem", + "romaji": "fukiyose" + }, + "焼け出され": { + "w_type": "ichidan verb stem", + "romaji": "yakedasare" + }, + "組み換え": { + "w_type": "ichidan verb stem", + "romaji": "kumikae" + }, + "罰せられ": { + "w_type": "ichidan verb stem", + "romaji": "basserare" + }, + "引攣れ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsure" + }, + "蒸け": { + "w_type": "ichidan verb stem", + "romaji": "fuke" + }, + "思い設け": { + "w_type": "ichidan verb stem", + "romaji": "omoimouke" + }, + "笑み割れ": { + "w_type": "ichidan verb stem", + "romaji": "emiware" + }, + "植え替え": { + "w_type": "ichidan verb stem", + "romaji": "uekae" + }, + "とび出": { + "w_type": "ichidan verb stem", + "romaji": "tobide" + }, + "引っ括め": { + "w_type": "ichidan verb stem", + "romaji": "hikkurume" + }, + "笑い転げ": { + "w_type": "ichidan verb stem", + "romaji": "waraikoroge" + }, + "宣べ伝え": { + "w_type": "ichidan verb stem", + "romaji": "nobetsutae" + }, + "取片付け": { + "w_type": "ichidan verb stem", + "romaji": "torikatazuke" + }, + "滑らせ": { + "w_type": "ichidan verb stem", + "romaji": "suberase" + }, + "従え": { + "w_type": "ichidan verb stem", + "romaji": "shitagae" + }, + "赧らめ": { + "w_type": "ichidan verb stem", + "romaji": "akarame" + }, + "隣り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tonariawase" + }, + "引きつけ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsuke" + }, + "売り抜け": { + "w_type": "ichidan verb stem", + "romaji": "urinuke" + }, + "撮り溜め": { + "w_type": "ichidan verb stem", + "romaji": "toridame" + }, + "出はじめ": { + "w_type": "ichidan verb stem", + "romaji": "dehajime" + }, + "言い伝え": { + "w_type": "ichidan verb stem", + "romaji": "iitsutae" + }, + "付け合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsukeawase" + }, + "見上げ": { + "w_type": "ichidan verb stem", + "romaji": "miage" + }, + "堅め": { + "w_type": "ichidan verb stem", + "romaji": "katame" + }, + "吸い上げ": { + "w_type": "ichidan verb stem", + "romaji": "suiage" + }, + "畳み掛け": { + "w_type": "ichidan verb stem", + "romaji": "tatamikake" + }, + "はち切れ": { + "w_type": "ichidan verb stem", + "romaji": "hachikire" + }, + "録り溜め": { + "w_type": "ichidan verb stem", + "romaji": "toridame" + }, + "衰え": { + "w_type": "ichidan verb stem", + "romaji": "otoroe" + }, + "見とれ": { + "w_type": "ichidan verb stem", + "romaji": "mitore" + }, + "報ず": { + "w_type": "ichidan verb stem", + "romaji": "houzu" + }, + "居合わせ": { + "w_type": "ichidan verb stem", + "romaji": "iawase" + }, + "捲き上げ": { + "w_type": "ichidan verb stem", + "romaji": "makiage" + }, + "忘れかけ": { + "w_type": "ichidan verb stem", + "romaji": "wasurekake" + }, + "取り押え": { + "w_type": "ichidan verb stem", + "romaji": "toriosae" + }, + "銘じ": { + "w_type": "ichidan verb stem", + "romaji": "meiji" + }, + "かき混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kakimaze" + }, + "戯え": { + "w_type": "ichidan verb stem", + "romaji": "sobae" + }, + "痩": { + "w_type": "ichidan verb stem", + "romaji": "yase" + }, + "独り言ち": { + "w_type": "ichidan verb stem", + "romaji": "hitorigochi" + }, + "飛び下り": { + "w_type": "ichidan verb stem", + "romaji": "tobiori" + }, + "引入れ": { + "w_type": "ichidan verb stem", + "romaji": "hikiire" + }, + "取りたて": { + "w_type": "ichidan verb stem", + "romaji": "toritate" + }, + "意味付け": { + "w_type": "ichidan verb stem", + "romaji": "imizuke" + }, + "荒らげ": { + "w_type": "ichidan verb stem", + "romaji": "ararage" + }, + "鑄": { + "w_type": "ichidan verb stem", + "romaji": "i" + }, + "織りあげ": { + "w_type": "ichidan verb stem", + "romaji": "oriage" + }, + "投付け": { + "w_type": "ichidan verb stem", + "romaji": "nagetsuke" + }, + "乗りおくれ": { + "w_type": "ichidan verb stem", + "romaji": "noriokure" + }, + "展げ": { + "w_type": "ichidan verb stem", + "romaji": "hiroge" + }, + "嗾け": { + "w_type": "ichidan verb stem", + "romaji": "keshikake" + }, + "薄め": { + "w_type": "ichidan verb stem", + "romaji": "usume" + }, + "働き掛け": { + "w_type": "ichidan verb stem", + "romaji": "hatarakikake" + }, + "忍ばせ": { + "w_type": "ichidan verb stem", + "romaji": "shinobase" + }, + "巻き揚げ": { + "w_type": "ichidan verb stem", + "romaji": "makiage" + }, + "心見": { + "w_type": "ichidan verb stem", + "romaji": "kokoromi" + }, + "打っ倒れ": { + "w_type": "ichidan verb stem", + "romaji": "buttaore" + }, + "頭抜け": { + "w_type": "ichidan verb stem", + "romaji": "zunuke" + }, + "貸してあげ": { + "w_type": "ichidan verb stem", + "romaji": "kashiteage" + }, + "違え": { + "w_type": "ichidan verb stem", + "romaji": "chigae" + }, + "書き捨て": { + "w_type": "ichidan verb stem", + "romaji": "kakisute" + }, + "見付け": { + "w_type": "ichidan verb stem", + "romaji": "mitsuke" + }, + "打捨て": { + "w_type": "ichidan verb stem", + "romaji": "uchisute" + }, + "病み耄け": { + "w_type": "ichidan verb stem", + "romaji": "yamihooke" + }, + "嗜め": { + "w_type": "ichidan verb stem", + "romaji": "tashiname" + }, + "引き連れ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsure" + }, + "萌え出": { + "w_type": "ichidan verb stem", + "romaji": "moede" + }, + "摺り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "suriawase" + }, + "にじみ出": { + "w_type": "ichidan verb stem", + "romaji": "nijimide" + }, + "持ち替え": { + "w_type": "ichidan verb stem", + "romaji": "mochikae" + }, + "恰好付け": { + "w_type": "ichidan verb stem", + "romaji": "kakkoutsuke" + }, + "滑り出": { + "w_type": "ichidan verb stem", + "romaji": "suberide" + }, + "突きとめ": { + "w_type": "ichidan verb stem", + "romaji": "tsukitome" + }, + "待ちかね": { + "w_type": "ichidan verb stem", + "romaji": "machikane" + }, + "取り極め": { + "w_type": "ichidan verb stem", + "romaji": "torikime" + }, + "歎じ": { + "w_type": "ichidan verb stem", + "romaji": "tanji" + }, + "立て掛け": { + "w_type": "ichidan verb stem", + "romaji": "tatekake" + }, + "差し押さえ": { + "w_type": "ichidan verb stem", + "romaji": "sashiosae" + }, + "噴出": { + "w_type": "ichidan verb stem", + "romaji": "fukide" + }, + "垂れ込め": { + "w_type": "ichidan verb stem", + "romaji": "tarekome" + }, + "疲れ": { + "w_type": "ichidan verb stem", + "romaji": "tsukare" + }, + "黴び": { + "w_type": "ichidan verb stem", + "romaji": "kabi" + }, + "早め": { + "w_type": "ichidan verb stem", + "romaji": "hayame" + }, + "請い受け": { + "w_type": "ichidan verb stem", + "romaji": "koiuke" + }, + "抱き抱え": { + "w_type": "ichidan verb stem", + "romaji": "dakikakae" + }, + "乗り掛け": { + "w_type": "ichidan verb stem", + "romaji": "norikake" + }, + "褪め": { + "w_type": "ichidan verb stem", + "romaji": "same" + }, + "打ち開け": { + "w_type": "ichidan verb stem", + "romaji": "buchiake" + }, + "冱え": { + "w_type": "ichidan verb stem", + "romaji": "sae" + }, + "慰め": { + "w_type": "ichidan verb stem", + "romaji": "nagusame" + }, + "遊びほうけ": { + "w_type": "ichidan verb stem", + "romaji": "asobihouke" + }, + "承け": { + "w_type": "ichidan verb stem", + "romaji": "uke" + }, + "幽明相隔て": { + "w_type": "ichidan verb stem", + "romaji": "yuumeiaihedate" + }, + "守り立て": { + "w_type": "ichidan verb stem", + "romaji": "moritate" + }, + "狼狽え": { + "w_type": "ichidan verb stem", + "romaji": "urotae" + }, + "閉め": { + "w_type": "ichidan verb stem", + "romaji": "shime" + }, + "見下げ果て": { + "w_type": "ichidan verb stem", + "romaji": "misagehate" + }, + "思え": { + "w_type": "ichidan verb stem", + "romaji": "omoe" + }, + "利かせ": { + "w_type": "ichidan verb stem", + "romaji": "kikase" + }, + "掻き消え": { + "w_type": "ichidan verb stem", + "romaji": "kakikie" + }, + "建て": { + "w_type": "ichidan verb stem", + "romaji": "tate" + }, + "信ず": { + "w_type": "ichidan verb stem", + "romaji": "shinzu" + }, + "解け": { + "w_type": "ichidan verb stem", + "romaji": "toke" + }, + "付け換え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekae" + }, + "差伸べ": { + "w_type": "ichidan verb stem", + "romaji": "sashinobe" + }, + "持ち換え": { + "w_type": "ichidan verb stem", + "romaji": "mochikae" + }, + "吹き替え": { + "w_type": "ichidan verb stem", + "romaji": "fukikae" + }, + "取り留め": { + "w_type": "ichidan verb stem", + "romaji": "toritome" + }, + "安んず": { + "w_type": "ichidan verb stem", + "romaji": "yasunzu" + }, + "添い遂げ": { + "w_type": "ichidan verb stem", + "romaji": "soitoge" + }, + "跳ねのけ": { + "w_type": "ichidan verb stem", + "romaji": "hanenoke" + }, + "掻き退け": { + "w_type": "ichidan verb stem", + "romaji": "kakinoke" + }, + "焼きあげ": { + "w_type": "ichidan verb stem", + "romaji": "yakiage" + }, + "慣れ": { + "w_type": "ichidan verb stem", + "romaji": "nare" + }, + "鋳": { + "w_type": "ichidan verb stem", + "romaji": "i" + }, + "断ず": { + "w_type": "ichidan verb stem", + "romaji": "danzu" + }, + "引っ張り上げ": { + "w_type": "ichidan verb stem", + "romaji": "hippariage" + }, + "歌い始め": { + "w_type": "ichidan verb stem", + "romaji": "utaihajime" + }, + "負わせ": { + "w_type": "ichidan verb stem", + "romaji": "owase" + }, + "育て上げ": { + "w_type": "ichidan verb stem", + "romaji": "sodateage" + }, + "勝得": { + "w_type": "ichidan verb stem", + "romaji": "kachie" + }, + "並みはずれ": { + "w_type": "ichidan verb stem", + "romaji": "namihazure" + }, + "思い切らせ": { + "w_type": "ichidan verb stem", + "romaji": "omoikirase" + }, + "恥ずかしめ": { + "w_type": "ichidan verb stem", + "romaji": "hazukashime" + }, + "読み上げ": { + "w_type": "ichidan verb stem", + "romaji": "yomiage" + }, + "唱え": { + "w_type": "ichidan verb stem", + "romaji": "tonae" + }, + "褒めたたえ": { + "w_type": "ichidan verb stem", + "romaji": "hometatae" + }, + "言え": { + "w_type": "ichidan verb stem", + "romaji": "ie" + }, + "含め": { + "w_type": "ichidan verb stem", + "romaji": "fukume" + }, + "雪崩れ": { + "w_type": "ichidan verb stem", + "romaji": "nadare" + }, + "掻き撫で": { + "w_type": "ichidan verb stem", + "romaji": "kakinade" + }, + "窄め": { + "w_type": "ichidan verb stem", + "romaji": "subome" + }, + "瘠": { + "w_type": "ichidan verb stem", + "romaji": "yase" + }, + "満ち満ち": { + "w_type": "ichidan verb stem", + "romaji": "michimichi" + }, + "縫いつけ": { + "w_type": "ichidan verb stem", + "romaji": "nuitsuke" + }, + "追っ掛け": { + "w_type": "ichidan verb stem", + "romaji": "okkake" + }, + "言違え": { + "w_type": "ichidan verb stem", + "romaji": "iichigae" + }, + "黴": { + "w_type": "ichidan verb stem", + "romaji": "kabi" + }, + "見初め": { + "w_type": "ichidan verb stem", + "romaji": "misome" + }, + "作り換え": { + "w_type": "ichidan verb stem", + "romaji": "tsukurikae" + }, + "読み聞かせ": { + "w_type": "ichidan verb stem", + "romaji": "yomikikase" + }, + "備え付け": { + "w_type": "ichidan verb stem", + "romaji": "sonaetsuke" + }, + "出来すぎ": { + "w_type": "ichidan verb stem", + "romaji": "dekisugi" + }, + "上枯れ": { + "w_type": "ichidan verb stem", + "romaji": "uwagare" + }, + "化け": { + "w_type": "ichidan verb stem", + "romaji": "bake" + }, + "世に出": { + "w_type": "ichidan verb stem", + "romaji": "yonide" + }, + "屆け": { + "w_type": "ichidan verb stem", + "romaji": "todoke" + }, + "合わせ": { + "w_type": "ichidan verb stem", + "romaji": "awase" + }, + "撮れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "証拠立て": { + "w_type": "ichidan verb stem", + "romaji": "shoukodate" + }, + "たれ込め": { + "w_type": "ichidan verb stem", + "romaji": "tarekome" + }, + "飲掛け": { + "w_type": "ichidan verb stem", + "romaji": "nomikake" + }, + "諫め": { + "w_type": "ichidan verb stem", + "romaji": "isame" + }, + "命ず": { + "w_type": "ichidan verb stem", + "romaji": "meizu" + }, + "双べ": { + "w_type": "ichidan verb stem", + "romaji": "narabe" + }, + "懸隔て": { + "w_type": "ichidan verb stem", + "romaji": "kakehedate" + }, + "思いあぐね": { + "w_type": "ichidan verb stem", + "romaji": "omoiagune" + }, + "干割れ": { + "w_type": "ichidan verb stem", + "romaji": "hiware" + }, + "暴れ": { + "w_type": "ichidan verb stem", + "romaji": "abare" + }, + "引き据え": { + "w_type": "ichidan verb stem", + "romaji": "hikisue" + }, + "用立て": { + "w_type": "ichidan verb stem", + "romaji": "youdate" + }, + "出来かね": { + "w_type": "ichidan verb stem", + "romaji": "dekikane" + }, + "繰広げ": { + "w_type": "ichidan verb stem", + "romaji": "kurihiroge" + }, + "懲り": { + "w_type": "ichidan verb stem", + "romaji": "kori" + }, + "押し掛け": { + "w_type": "ichidan verb stem", + "romaji": "oshikake" + }, + "類え": { + "w_type": "ichidan verb stem", + "romaji": "tague" + }, + "出來": { + "w_type": "ichidan verb stem", + "romaji": "deki" + }, + "枯れ果て": { + "w_type": "ichidan verb stem", + "romaji": "karehate" + }, + "言い合わせ": { + "w_type": "ichidan verb stem", + "romaji": "iiawase" + }, + "羞じ": { + "w_type": "ichidan verb stem", + "romaji": "haji" + }, + "取りまとめ": { + "w_type": "ichidan verb stem", + "romaji": "torimatome" + }, + "摺り合せ": { + "w_type": "ichidan verb stem", + "romaji": "suriawase" + }, + "尋ね": { + "w_type": "ichidan verb stem", + "romaji": "tazune" + }, + "顕れ": { + "w_type": "ichidan verb stem", + "romaji": "araware" + }, + "設け": { + "w_type": "ichidan verb stem", + "romaji": "mouke" + }, + "取り上げ": { + "w_type": "ichidan verb stem", + "romaji": "toriage" + }, + "おびき寄せ": { + "w_type": "ichidan verb stem", + "romaji": "obikiyose" + }, + "持掛け": { + "w_type": "ichidan verb stem", + "romaji": "mochikake" + }, + "古び衰え": { + "w_type": "ichidan verb stem", + "romaji": "furubiotoroe" + }, + "呼び集め": { + "w_type": "ichidan verb stem", + "romaji": "yobiatsume" + }, + "頼りに出来": { + "w_type": "ichidan verb stem", + "romaji": "tayorinideki" + }, + "事立て": { + "w_type": "ichidan verb stem", + "romaji": "kotodate" + }, + "極力努め": { + "w_type": "ichidan verb stem", + "romaji": "kyokuryokutsutome" + }, + "図抜け": { + "w_type": "ichidan verb stem", + "romaji": "zunuke" + }, + "抱き合わせ": { + "w_type": "ichidan verb stem", + "romaji": "dakiawase" + }, + "滑り落ち": { + "w_type": "ichidan verb stem", + "romaji": "suberiochi" + }, + "凹ませ": { + "w_type": "ichidan verb stem", + "romaji": "hekomase" + }, + "走らせ": { + "w_type": "ichidan verb stem", + "romaji": "hashirase" + }, + "跳ね起き": { + "w_type": "ichidan verb stem", + "romaji": "haneoki" + }, + "交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "maze" + }, + "蹴立て": { + "w_type": "ichidan verb stem", + "romaji": "ketate" + }, + "捕らえ": { + "w_type": "ichidan verb stem", + "romaji": "torae" + }, + "重ね合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kasaneawase" + }, + "潤び": { + "w_type": "ichidan verb stem", + "romaji": "hotobi" + }, + "駆立て": { + "w_type": "ichidan verb stem", + "romaji": "karitate" + }, + "却け": { + "w_type": "ichidan verb stem", + "romaji": "shirizoke" + }, + "黄昏れ": { + "w_type": "ichidan verb stem", + "romaji": "tasogare" + }, + "見": { + "w_type": "ichidan verb stem", + "romaji": "mi" + }, + "点ず": { + "w_type": "ichidan verb stem", + "romaji": "tenzu" + }, + "書き止め": { + "w_type": "ichidan verb stem", + "romaji": "kakitome" + }, + "見兼ね": { + "w_type": "ichidan verb stem", + "romaji": "mikane" + }, + "練上げ": { + "w_type": "ichidan verb stem", + "romaji": "neriage" + }, + "引き換え": { + "w_type": "ichidan verb stem", + "romaji": "hikikae" + }, + "言いきかせ": { + "w_type": "ichidan verb stem", + "romaji": "iikikase" + }, + "焚きつけ": { + "w_type": "ichidan verb stem", + "romaji": "takitsuke" + }, + "覚え": { + "w_type": "ichidan verb stem", + "romaji": "oboe" + }, + "死に別れ": { + "w_type": "ichidan verb stem", + "romaji": "shiniwakare" + }, + "触れ": { + "w_type": "ichidan verb stem", + "romaji": "fure" + }, + "顰め": { + "w_type": "ichidan verb stem", + "romaji": "shikame" + }, + "引付": { + "w_type": "ichidan verb stem", + "romaji": "hikitsuke" + }, + "明け放れ": { + "w_type": "ichidan verb stem", + "romaji": "akehanare" + }, + "書付け": { + "w_type": "ichidan verb stem", + "romaji": "kakitsuke" + }, + "撥ね付け": { + "w_type": "ichidan verb stem", + "romaji": "hanetsuke" + }, + "のぼり詰め": { + "w_type": "ichidan verb stem", + "romaji": "noboritsume" + }, + "探り当て": { + "w_type": "ichidan verb stem", + "romaji": "saguriate" + }, + "貰え": { + "w_type": "ichidan verb stem", + "romaji": "morae" + }, + "遣って退け": { + "w_type": "ichidan verb stem", + "romaji": "yattenoke" + }, + "捉われ": { + "w_type": "ichidan verb stem", + "romaji": "toraware" + }, + "上りつめ": { + "w_type": "ichidan verb stem", + "romaji": "noboritsume" + }, + "踏み越え": { + "w_type": "ichidan verb stem", + "romaji": "fumikoe" + }, + "取留め": { + "w_type": "ichidan verb stem", + "romaji": "toritome" + }, + "炒りつけ": { + "w_type": "ichidan verb stem", + "romaji": "iritsuke" + }, + "手に職を着け": { + "w_type": "ichidan verb stem", + "romaji": "tenishoku wo tsuke" + }, + "取り混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "torimaze" + }, + "住み馴れ": { + "w_type": "ichidan verb stem", + "romaji": "suminare" + }, + "攻寄せ": { + "w_type": "ichidan verb stem", + "romaji": "semeyose" + }, + "食いっ逸れ": { + "w_type": "ichidan verb stem", + "romaji": "kuihagure" + }, + "横たえ": { + "w_type": "ichidan verb stem", + "romaji": "yokotae" + }, + "分け与え": { + "w_type": "ichidan verb stem", + "romaji": "wakeatae" + }, + "つり上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsuriage" + }, + "変ず": { + "w_type": "ichidan verb stem", + "romaji": "henzu" + }, + "薦め": { + "w_type": "ichidan verb stem", + "romaji": "susume" + }, + "怠け": { + "w_type": "ichidan verb stem", + "romaji": "namake" + }, + "挫け": { + "w_type": "ichidan verb stem", + "romaji": "kujike" + }, + "悔い": { + "w_type": "ichidan verb stem", + "romaji": "kui" + }, + "鑒み": { + "w_type": "ichidan verb stem", + "romaji": "kangami" + }, + "焼べ": { + "w_type": "ichidan verb stem", + "romaji": "kube" + }, + "踏み替え": { + "w_type": "ichidan verb stem", + "romaji": "fumikae" + }, + "突き除け": { + "w_type": "ichidan verb stem", + "romaji": "tsukinoke" + }, + "決め": { + "w_type": "ichidan verb stem", + "romaji": "kime" + }, + "茹で": { + "w_type": "ichidan verb stem", + "romaji": "yude" + }, + "警め": { + "w_type": "ichidan verb stem", + "romaji": "imashime" + }, + "静め": { + "w_type": "ichidan verb stem", + "romaji": "shizume" + }, + "捉まえ": { + "w_type": "ichidan verb stem", + "romaji": "tsukamae" + }, + "切り変え": { + "w_type": "ichidan verb stem", + "romaji": "kirikae" + }, + "転げ": { + "w_type": "ichidan verb stem", + "romaji": "koroge" + }, + "抱かせ": { + "w_type": "ichidan verb stem", + "romaji": "dakase" + }, + "振りかけ": { + "w_type": "ichidan verb stem", + "romaji": "furikake" + }, + "長引かせ": { + "w_type": "ichidan verb stem", + "romaji": "nagabikase" + }, + "焼け失せ": { + "w_type": "ichidan verb stem", + "romaji": "yakeuse" + }, + "臈たけ": { + "w_type": "ichidan verb stem", + "romaji": "routake" + }, + "当て付け": { + "w_type": "ichidan verb stem", + "romaji": "atetsuke" + }, + "退治": { + "w_type": "ichidan verb stem", + "romaji": "taiji" + }, + "かき交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kakimaze" + }, + "問い合せ": { + "w_type": "ichidan verb stem", + "romaji": "toiawase" + }, + "託つけ": { + "w_type": "ichidan verb stem", + "romaji": "kakotsuke" + }, + "竭き": { + "w_type": "ichidan verb stem", + "romaji": "tsuki" + }, + "縒り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "yoriawase" + }, + "褒め立て": { + "w_type": "ichidan verb stem", + "romaji": "hometate" + }, + "待ち合せ": { + "w_type": "ichidan verb stem", + "romaji": "machiawase" + }, + "分かちあたえ": { + "w_type": "ichidan verb stem", + "romaji": "wakachiatae" + }, + "死に後れ": { + "w_type": "ichidan verb stem", + "romaji": "shiniokure" + }, + "すり合わせ": { + "w_type": "ichidan verb stem", + "romaji": "suriawase" + }, + "油染み": { + "w_type": "ichidan verb stem", + "romaji": "aburajimi" + }, + "潜め": { + "w_type": "ichidan verb stem", + "romaji": "hisome" + }, + "准じ": { + "w_type": "ichidan verb stem", + "romaji": "junji" + }, + "馴染ませ": { + "w_type": "ichidan verb stem", + "romaji": "najimase" + }, + "造りあげ": { + "w_type": "ichidan verb stem", + "romaji": "tsukuriage" + }, + "押し詰め": { + "w_type": "ichidan verb stem", + "romaji": "oshitsume" + }, + "捌け": { + "w_type": "ichidan verb stem", + "romaji": "sabake" + }, + "取立て": { + "w_type": "ichidan verb stem", + "romaji": "toritate" + }, + "併せ": { + "w_type": "ichidan verb stem", + "romaji": "awase" + }, + "箝げ": { + "w_type": "ichidan verb stem", + "romaji": "suge" + }, + "押し寄せ": { + "w_type": "ichidan verb stem", + "romaji": "oshiyose" + }, + "食いはぐれ": { + "w_type": "ichidan verb stem", + "romaji": "kuihagure" + }, + "持ちあわせ": { + "w_type": "ichidan verb stem", + "romaji": "mochiawase" + }, + "通じ": { + "w_type": "ichidan verb stem", + "romaji": "tsuuji" + }, + "言い続け": { + "w_type": "ichidan verb stem", + "romaji": "iitsuzuke" + }, + "興ず": { + "w_type": "ichidan verb stem", + "romaji": "kyouzu" + }, + "大き過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "ookisugi" + }, + "し始め": { + "w_type": "ichidan verb stem", + "romaji": "shihajime" + }, + "書き付け": { + "w_type": "ichidan verb stem", + "romaji": "kakitsuke" + }, + "偏り見": { + "w_type": "ichidan verb stem", + "romaji": "katayorimi" + }, + "捕れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "引っ懸け": { + "w_type": "ichidan verb stem", + "romaji": "hikkake" + }, + "ほとばしり出": { + "w_type": "ichidan verb stem", + "romaji": "hotobashiride" + }, + "剽軽": { + "w_type": "ichidan verb stem", + "romaji": "hyouge" + }, + "脹れ": { + "w_type": "ichidan verb stem", + "romaji": "fukure" + }, + "申し立て": { + "w_type": "ichidan verb stem", + "romaji": "moushitate" + }, + "備えつけ": { + "w_type": "ichidan verb stem", + "romaji": "sonaetsuke" + }, + "添え": { + "w_type": "ichidan verb stem", + "romaji": "soe" + }, + "切れ": { + "w_type": "ichidan verb stem", + "romaji": "kire" + }, + "飛び過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "tobisugi" + }, + "側て": { + "w_type": "ichidan verb stem", + "romaji": "sobadate" + }, + "言づけ": { + "w_type": "ichidan verb stem", + "romaji": "kotozuke" + }, + "分かり兼ね": { + "w_type": "ichidan verb stem", + "romaji": "wakarikane" + }, + "泣き崩れ": { + "w_type": "ichidan verb stem", + "romaji": "nakikuzure" + }, + "張り詰め": { + "w_type": "ichidan verb stem", + "romaji": "haritsume" + }, + "危め": { + "w_type": "ichidan verb stem", + "romaji": "ayame" + }, + "愛で": { + "w_type": "ichidan verb stem", + "romaji": "mede" + }, + "心得": { + "w_type": "ichidan verb stem", + "romaji": "kokoroe" + }, + "見極め": { + "w_type": "ichidan verb stem", + "romaji": "mikiwame" + }, + "埋め合わせ": { + "w_type": "ichidan verb stem", + "romaji": "umeawase" + }, + "飛び離れ": { + "w_type": "ichidan verb stem", + "romaji": "tobihanare" + }, + "入れ混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "iremaze" + }, + "請じ入れ": { + "w_type": "ichidan verb stem", + "romaji": "shoujiire" + }, + "辱め": { + "w_type": "ichidan verb stem", + "romaji": "hazukashime" + }, + "切り拡げ": { + "w_type": "ichidan verb stem", + "romaji": "kirihiroge" + }, + "綴じ合せ": { + "w_type": "ichidan verb stem", + "romaji": "tojiawase" + }, + "取りとめ": { + "w_type": "ichidan verb stem", + "romaji": "toritome" + }, + "脱げ": { + "w_type": "ichidan verb stem", + "romaji": "nuge" + }, + "憑かれ": { + "w_type": "ichidan verb stem", + "romaji": "tsukare" + }, + "濡れ": { + "w_type": "ichidan verb stem", + "romaji": "nure" + }, + "立ち後れ": { + "w_type": "ichidan verb stem", + "romaji": "tachiokure" + }, + "借り受け": { + "w_type": "ichidan verb stem", + "romaji": "kariuke" + }, + "遣っ付け": { + "w_type": "ichidan verb stem", + "romaji": "yattsuke" + }, + "ピントが外れ": { + "w_type": "ichidan verb stem", + "romaji": "pinto ga hazure" + }, + "身構え": { + "w_type": "ichidan verb stem", + "romaji": "migamae" + }, + "受けとめ": { + "w_type": "ichidan verb stem", + "romaji": "uketome" + }, + "滲み出": { + "w_type": "ichidan verb stem", + "romaji": "shimide" + }, + "動じ": { + "w_type": "ichidan verb stem", + "romaji": "douji" + }, + "閉て": { + "w_type": "ichidan verb stem", + "romaji": "tate" + }, + "吼え立て": { + "w_type": "ichidan verb stem", + "romaji": "hoetate" + }, + "念ず": { + "w_type": "ichidan verb stem", + "romaji": "nenzu" + }, + "近付け": { + "w_type": "ichidan verb stem", + "romaji": "chikazuke" + }, + "拈くれ": { + "w_type": "ichidan verb stem", + "romaji": "hinekure" + }, + "練り固め": { + "w_type": "ichidan verb stem", + "romaji": "nerikatame" + }, + "縫い留め": { + "w_type": "ichidan verb stem", + "romaji": "nuitome" + }, + "し慣れ": { + "w_type": "ichidan verb stem", + "romaji": "shinare" + }, + "煠め": { + "w_type": "ichidan verb stem", + "romaji": "itame" + }, + "撫ぜ": { + "w_type": "ichidan verb stem", + "romaji": "naze" + }, + "詰め換え": { + "w_type": "ichidan verb stem", + "romaji": "tsumekae" + }, + "読みつけ": { + "w_type": "ichidan verb stem", + "romaji": "yomitsuke" + }, + "突っ掛け": { + "w_type": "ichidan verb stem", + "romaji": "tsukkake" + }, + "使い過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "tsukaisugi" + }, + "凝め": { + "w_type": "ichidan verb stem", + "romaji": "mitsume" + }, + "痩せ衰え": { + "w_type": "ichidan verb stem", + "romaji": "yaseotoroe" + }, + "読み損じ": { + "w_type": "ichidan verb stem", + "romaji": "yomisonji" + }, + "盛付け": { + "w_type": "ichidan verb stem", + "romaji": "moritsuke" + }, + "取り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "toriawase" + }, + "勝ち得": { + "w_type": "ichidan verb stem", + "romaji": "kachie" + }, + "問掛け": { + "w_type": "ichidan verb stem", + "romaji": "toikake" + }, + "出き": { + "w_type": "ichidan verb stem", + "romaji": "deki" + }, + "炒れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "短過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "mijikasugi" + }, + "こじ開け": { + "w_type": "ichidan verb stem", + "romaji": "kojiake" + }, + "数に入れ": { + "w_type": "ichidan verb stem", + "romaji": "kazuniire" + }, + "撓め": { + "w_type": "ichidan verb stem", + "romaji": "tawame" + }, + "造り付け": { + "w_type": "ichidan verb stem", + "romaji": "tsukuritsuke" + }, + "駆け付け": { + "w_type": "ichidan verb stem", + "romaji": "kaketsuke" + }, + "格好つけ": { + "w_type": "ichidan verb stem", + "romaji": "kakkoutsuke" + }, + "駆り集め": { + "w_type": "ichidan verb stem", + "romaji": "kariatsume" + }, + "負け": { + "w_type": "ichidan verb stem", + "romaji": "make" + }, + "焦がれ": { + "w_type": "ichidan verb stem", + "romaji": "kogare" + }, + "吟じ": { + "w_type": "ichidan verb stem", + "romaji": "ginji" + }, + "作りつけ": { + "w_type": "ichidan verb stem", + "romaji": "tsukuritsuke" + }, + "堪へ": { + "w_type": "ichidan verb stem", + "romaji": "tahe" + }, + "煮染め": { + "w_type": "ichidan verb stem", + "romaji": "nishime" + }, + "請ず": { + "w_type": "ichidan verb stem", + "romaji": "shouzu" + }, + "人馴れ": { + "w_type": "ichidan verb stem", + "romaji": "hitonare" + }, + "切替え": { + "w_type": "ichidan verb stem", + "romaji": "kirikae" + }, + "摧け": { + "w_type": "ichidan verb stem", + "romaji": "kudake" + }, + "舞い降り": { + "w_type": "ichidan verb stem", + "romaji": "maiori" + }, + "聞き違え": { + "w_type": "ichidan verb stem", + "romaji": "kikichigae" + }, + "振り向け": { + "w_type": "ichidan verb stem", + "romaji": "furimuke" + }, + "臈長け": { + "w_type": "ichidan verb stem", + "romaji": "routake" + }, + "うら枯れ": { + "w_type": "ichidan verb stem", + "romaji": "uragare" + }, + "籠め": { + "w_type": "ichidan verb stem", + "romaji": "kome" + }, + "かき連ね": { + "w_type": "ichidan verb stem", + "romaji": "kakitsurane" + }, + "陳ねこび": { + "w_type": "ichidan verb stem", + "romaji": "hinekobi" + }, + "切捨て": { + "w_type": "ichidan verb stem", + "romaji": "kirisute" + }, + "押っ始め": { + "w_type": "ichidan verb stem", + "romaji": "oppajime" + }, + "押し退け": { + "w_type": "ichidan verb stem", + "romaji": "oshinoke" + }, + "着付け": { + "w_type": "ichidan verb stem", + "romaji": "kitsuke" + }, + "差し掛け": { + "w_type": "ichidan verb stem", + "romaji": "sashikake" + }, + "賭け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "薫ず": { + "w_type": "ichidan verb stem", + "romaji": "kunzu" + }, + "ブチ切れ": { + "w_type": "ichidan verb stem", + "romaji": "buchikire" + }, + "捏ち上げ": { + "w_type": "ichidan verb stem", + "romaji": "detchiage" + }, + "突き合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiawase" + }, + "見え始め": { + "w_type": "ichidan verb stem", + "romaji": "miehajime" + }, + "撥ね退け": { + "w_type": "ichidan verb stem", + "romaji": "hanenoke" + }, + "逃げ隠れ": { + "w_type": "ichidan verb stem", + "romaji": "nigekakure" + }, + "踏み締め": { + "w_type": "ichidan verb stem", + "romaji": "fumishime" + }, + "噛ませ": { + "w_type": "ichidan verb stem", + "romaji": "kamase" + }, + "蒼褪め": { + "w_type": "ichidan verb stem", + "romaji": "aozame" + }, + "見わけ": { + "w_type": "ichidan verb stem", + "romaji": "miwake" + }, + "逃げ果せ": { + "w_type": "ichidan verb stem", + "romaji": "nigeoose" + }, + "投捨て": { + "w_type": "ichidan verb stem", + "romaji": "nagesute" + }, + "零れ": { + "w_type": "ichidan verb stem", + "romaji": "kobore" + }, + "掃き集め": { + "w_type": "ichidan verb stem", + "romaji": "hakiatsume" + }, + "封ず": { + "w_type": "ichidan verb stem", + "romaji": "fuuzu" + }, + "貸付け": { + "w_type": "ichidan verb stem", + "romaji": "kashitsuke" + }, + "特色づけ": { + "w_type": "ichidan verb stem", + "romaji": "tokushokuzuke" + }, + "見つけ": { + "w_type": "ichidan verb stem", + "romaji": "mitsuke" + }, + "擂れ": { + "w_type": "ichidan verb stem", + "romaji": "sure" + }, + "軽しめ": { + "w_type": "ichidan verb stem", + "romaji": "karoshime" + }, + "顫え": { + "w_type": "ichidan verb stem", + "romaji": "furue" + }, + "叩きつけ": { + "w_type": "ichidan verb stem", + "romaji": "tatakitsuke" + }, + "打ち揚げ": { + "w_type": "ichidan verb stem", + "romaji": "uchiage" + }, + "遂げ": { + "w_type": "ichidan verb stem", + "romaji": "toge" + }, + "こと足り": { + "w_type": "ichidan verb stem", + "romaji": "kototari" + }, + "争い訴え": { + "w_type": "ichidan verb stem", + "romaji": "arasoiuttae" + }, + "銜え": { + "w_type": "ichidan verb stem", + "romaji": "kuwae" + }, + "鍛え上げ": { + "w_type": "ichidan verb stem", + "romaji": "kitaeage" + }, + "上げ": { + "w_type": "ichidan verb stem", + "romaji": "age" + }, + "暈け": { + "w_type": "ichidan verb stem", + "romaji": "boke" + }, + "馴れ": { + "w_type": "ichidan verb stem", + "romaji": "nare" + }, + "振り立て": { + "w_type": "ichidan verb stem", + "romaji": "furitate" + }, + "結わえ付け": { + "w_type": "ichidan verb stem", + "romaji": "yuwaetsuke" + }, + "咥え": { + "w_type": "ichidan verb stem", + "romaji": "kuwae" + }, + "印象づけ": { + "w_type": "ichidan verb stem", + "romaji": "inshouzuke" + }, + "見れ": { + "w_type": "ichidan verb stem", + "romaji": "mire" + }, + "塗り分け": { + "w_type": "ichidan verb stem", + "romaji": "nuriwake" + }, + "撓垂れ": { + "w_type": "ichidan verb stem", + "romaji": "shinadare" + }, + "講じ": { + "w_type": "ichidan verb stem", + "romaji": "kouji" + }, + "買入れ": { + "w_type": "ichidan verb stem", + "romaji": "kaiire" + }, + "飲みつぶれ": { + "w_type": "ichidan verb stem", + "romaji": "nomitsubure" + }, + "討ち止め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "押さえ": { + "w_type": "ichidan verb stem", + "romaji": "osae" + }, + "怯え": { + "w_type": "ichidan verb stem", + "romaji": "obie" + }, + "企て": { + "w_type": "ichidan verb stem", + "romaji": "kuwadate" + }, + "空け": { + "w_type": "ichidan verb stem", + "romaji": "ake" + }, + "見切れ": { + "w_type": "ichidan verb stem", + "romaji": "mikire" + }, + "突き立て": { + "w_type": "ichidan verb stem", + "romaji": "tsukitate" + }, + "決め付け": { + "w_type": "ichidan verb stem", + "romaji": "kimetsuke" + }, + "悪びれ": { + "w_type": "ichidan verb stem", + "romaji": "warubire" + }, + "塗り立て": { + "w_type": "ichidan verb stem", + "romaji": "nuritate" + }, + "脱け出": { + "w_type": "ichidan verb stem", + "romaji": "nukede" + }, + "捻じ向け": { + "w_type": "ichidan verb stem", + "romaji": "nejimuke" + }, + "踏み換え": { + "w_type": "ichidan verb stem", + "romaji": "fumikae" + }, + "相見え": { + "w_type": "ichidan verb stem", + "romaji": "aimamie" + }, + "一札入れ": { + "w_type": "ichidan verb stem", + "romaji": "issatsuire" + }, + "恰好つけ": { + "w_type": "ichidan verb stem", + "romaji": "kakkoutsuke" + }, + "呆れ": { + "w_type": "ichidan verb stem", + "romaji": "akire" + }, + "掻き上げ": { + "w_type": "ichidan verb stem", + "romaji": "kakiage" + }, + "かき分け": { + "w_type": "ichidan verb stem", + "romaji": "kakiwake" + }, + "崇め立て": { + "w_type": "ichidan verb stem", + "romaji": "agametate" + }, + "埋め": { + "w_type": "ichidan verb stem", + "romaji": "ume" + }, + "先んず": { + "w_type": "ichidan verb stem", + "romaji": "sakinzu" + }, + "搾り上げ": { + "w_type": "ichidan verb stem", + "romaji": "shiboriage" + }, + "有無相通じ": { + "w_type": "ichidan verb stem", + "romaji": "umuaitsuuji" + }, + "はき違え": { + "w_type": "ichidan verb stem", + "romaji": "hakichigae" + }, + "取り揃え": { + "w_type": "ichidan verb stem", + "romaji": "torisoroe" + }, + "釣下げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurisage" + }, + "堪り兼ね": { + "w_type": "ichidan verb stem", + "romaji": "tamarikane" + }, + "待ちかまえ": { + "w_type": "ichidan verb stem", + "romaji": "machikamae" + }, + "跡付け": { + "w_type": "ichidan verb stem", + "romaji": "atozuke" + }, + "見すえ": { + "w_type": "ichidan verb stem", + "romaji": "misue" + }, + "まとめ上げ": { + "w_type": "ichidan verb stem", + "romaji": "matomeage" + }, + "待ち惚け": { + "w_type": "ichidan verb stem", + "romaji": "machibouke" + }, + "惘れ": { + "w_type": "ichidan verb stem", + "romaji": "akire" + }, + "引っ詰め": { + "w_type": "ichidan verb stem", + "romaji": "hittsume" + }, + "怨ず": { + "w_type": "ichidan verb stem", + "romaji": "enzu" + }, + "手慣れ": { + "w_type": "ichidan verb stem", + "romaji": "tenare" + }, + "やり遂げ": { + "w_type": "ichidan verb stem", + "romaji": "yaritoge" + }, + "心惹かれ": { + "w_type": "ichidan verb stem", + "romaji": "kokorohikare" + }, + "捻じ伏せ": { + "w_type": "ichidan verb stem", + "romaji": "nejifuse" + }, + "勤め": { + "w_type": "ichidan verb stem", + "romaji": "tsutome" + }, + "見分け": { + "w_type": "ichidan verb stem", + "romaji": "miwake" + }, + "傷め": { + "w_type": "ichidan verb stem", + "romaji": "itame" + }, + "馬鹿げ": { + "w_type": "ichidan verb stem", + "romaji": "bakage" + }, + "語り伝え": { + "w_type": "ichidan verb stem", + "romaji": "kataritsutae" + }, + "飲ませ": { + "w_type": "ichidan verb stem", + "romaji": "nomase" + }, + "彫り付け": { + "w_type": "ichidan verb stem", + "romaji": "horitsuke" + }, + "はり合わせ": { + "w_type": "ichidan verb stem", + "romaji": "hariawase" + }, + "生ず": { + "w_type": "ichidan verb stem", + "romaji": "shouzu" + }, + "跳ねかけ": { + "w_type": "ichidan verb stem", + "romaji": "hanekake" + }, + "投じ": { + "w_type": "ichidan verb stem", + "romaji": "touji" + }, + "乗り換え": { + "w_type": "ichidan verb stem", + "romaji": "norikae" + }, + "判じ": { + "w_type": "ichidan verb stem", + "romaji": "hanji" + }, + "盛り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "moriawase" + }, + "遠退け": { + "w_type": "ichidan verb stem", + "romaji": "toonoke" + }, + "恋こがれ": { + "w_type": "ichidan verb stem", + "romaji": "koikogare" + }, + "潮垂れ": { + "w_type": "ichidan verb stem", + "romaji": "shiotare" + }, + "煮付け": { + "w_type": "ichidan verb stem", + "romaji": "nitsuke" + }, + "寄え": { + "w_type": "ichidan verb stem", + "romaji": "yosoe" + }, + "捉え": { + "w_type": "ichidan verb stem", + "romaji": "torae" + }, + "進ぜ": { + "w_type": "ichidan verb stem", + "romaji": "shinze" + }, + "縛りつけ": { + "w_type": "ichidan verb stem", + "romaji": "shibaritsuke" + }, + "立ち退かせ": { + "w_type": "ichidan verb stem", + "romaji": "tachinokase" + }, + "吹き付け": { + "w_type": "ichidan verb stem", + "romaji": "fukitsuke" + }, + "張り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "hariawase" + }, + "切り替え": { + "w_type": "ichidan verb stem", + "romaji": "kirikae" + }, + "問い詰め": { + "w_type": "ichidan verb stem", + "romaji": "toitsume" + }, + "聞き伝え": { + "w_type": "ichidan verb stem", + "romaji": "kikitsutae" + }, + "仆れ": { + "w_type": "ichidan verb stem", + "romaji": "taore" + }, + "申し聞かせ": { + "w_type": "ichidan verb stem", + "romaji": "moushikikase" + }, + "捲したて": { + "w_type": "ichidan verb stem", + "romaji": "makushitate" + }, + "准え": { + "w_type": "ichidan verb stem", + "romaji": "nazorae" + }, + "堪えかね": { + "w_type": "ichidan verb stem", + "romaji": "taekane" + }, + "にらみ付け": { + "w_type": "ichidan verb stem", + "romaji": "niramitsuke" + }, + "彫りつけ": { + "w_type": "ichidan verb stem", + "romaji": "horitsuke" + }, + "引き付け": { + "w_type": "ichidan verb stem", + "romaji": "hikitsuke" + }, + "滲み": { + "w_type": "ichidan verb stem", + "romaji": "shimi" + }, + "覆いかぶせ": { + "w_type": "ichidan verb stem", + "romaji": "ooikabuse" + }, + "突っ撥ね": { + "w_type": "ichidan verb stem", + "romaji": "tsuppane" + }, + "落ち着け": { + "w_type": "ichidan verb stem", + "romaji": "ochitsuke" + }, + "削れ": { + "w_type": "ichidan verb stem", + "romaji": "kezure" + }, + "散り乱れ": { + "w_type": "ichidan verb stem", + "romaji": "chirimidare" + }, + "打ち寄せ": { + "w_type": "ichidan verb stem", + "romaji": "uchiyose" + }, + "崩じ": { + "w_type": "ichidan verb stem", + "romaji": "houji" + }, + "弾じ": { + "w_type": "ichidan verb stem", + "romaji": "danji" + }, + "弁じ": { + "w_type": "ichidan verb stem", + "romaji": "benji" + }, + "押し分け": { + "w_type": "ichidan verb stem", + "romaji": "oshiwake" + }, + "打ち合せ": { + "w_type": "ichidan verb stem", + "romaji": "uchiawase" + }, + "噛合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kamiawase" + }, + "聞き覚え": { + "w_type": "ichidan verb stem", + "romaji": "kikioboe" + }, + "魘れ": { + "w_type": "ichidan verb stem", + "romaji": "osoware" + }, + "減じ": { + "w_type": "ichidan verb stem", + "romaji": "genji" + }, + "繋ぎ止め": { + "w_type": "ichidan verb stem", + "romaji": "tsunagitome" + }, + "うち立て": { + "w_type": "ichidan verb stem", + "romaji": "uchitate" + }, + "打ち拉がれ": { + "w_type": "ichidan verb stem", + "romaji": "uchihishigare" + }, + "引受": { + "w_type": "ichidan verb stem", + "romaji": "hikiuke" + }, + "敗れ": { + "w_type": "ichidan verb stem", + "romaji": "yabure" + }, + "呼び止め": { + "w_type": "ichidan verb stem", + "romaji": "yobitome" + }, + "切り捨て": { + "w_type": "ichidan verb stem", + "romaji": "kirisute" + }, + "申し出": { + "w_type": "ichidan verb stem", + "romaji": "moushide" + }, + "泣き立て": { + "w_type": "ichidan verb stem", + "romaji": "nakitate" + }, + "跳び出": { + "w_type": "ichidan verb stem", + "romaji": "tobide" + }, + "向け": { + "w_type": "ichidan verb stem", + "romaji": "muke" + }, + "按じ": { + "w_type": "ichidan verb stem", + "romaji": "anji" + }, + "し終え": { + "w_type": "ichidan verb stem", + "romaji": "shioe" + }, + "引き比べ": { + "w_type": "ichidan verb stem", + "romaji": "hikikurabe" + }, + "知り得": { + "w_type": "ichidan verb stem", + "romaji": "shirie" + }, + "口をつけ": { + "w_type": "ichidan verb stem", + "romaji": "kuchi wo tsuke" + }, + "気違い染み": { + "w_type": "ichidan verb stem", + "romaji": "kichigaijimi" + }, + "積みすぎ": { + "w_type": "ichidan verb stem", + "romaji": "tsumisugi" + }, + "寛げ": { + "w_type": "ichidan verb stem", + "romaji": "kutsuroge" + }, + "舞い落ち": { + "w_type": "ichidan verb stem", + "romaji": "maiochi" + }, + "掻き分け": { + "w_type": "ichidan verb stem", + "romaji": "kakiwake" + }, + "履替え": { + "w_type": "ichidan verb stem", + "romaji": "hakikae" + }, + "睨みつけ": { + "w_type": "ichidan verb stem", + "romaji": "niramitsuke" + }, + "煎り付け": { + "w_type": "ichidan verb stem", + "romaji": "iritsuke" + }, + "織交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "orimaze" + }, + "泣きぬれ": { + "w_type": "ichidan verb stem", + "romaji": "nakinure" + }, + "踏み違え": { + "w_type": "ichidan verb stem", + "romaji": "fumichigae" + }, + "関係づけ": { + "w_type": "ichidan verb stem", + "romaji": "kankeizuke" + }, + "つけ加え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekuwae" + }, + "飽き": { + "w_type": "ichidan verb stem", + "romaji": "aki" + }, + "間に合わせ": { + "w_type": "ichidan verb stem", + "romaji": "maniawase" + }, + "打ち負け": { + "w_type": "ichidan verb stem", + "romaji": "uchimake" + }, + "気圧され": { + "w_type": "ichidan verb stem", + "romaji": "keosare" + }, + "一人ごち": { + "w_type": "ichidan verb stem", + "romaji": "hitorigochi" + }, + "知り初め": { + "w_type": "ichidan verb stem", + "romaji": "shirisome" + }, + "現ず": { + "w_type": "ichidan verb stem", + "romaji": "genzu" + }, + "説き勧め": { + "w_type": "ichidan verb stem", + "romaji": "tokisusume" + }, + "押しつめ": { + "w_type": "ichidan verb stem", + "romaji": "oshitsume" + }, + "申し伝え": { + "w_type": "ichidan verb stem", + "romaji": "moushitsutae" + }, + "跳びはね": { + "w_type": "ichidan verb stem", + "romaji": "tobihane" + }, + "据え": { + "w_type": "ichidan verb stem", + "romaji": "sue" + }, + "先駆け": { + "w_type": "ichidan verb stem", + "romaji": "sakigake" + }, + "卑しめ": { + "w_type": "ichidan verb stem", + "romaji": "iyashime" + }, + "説き述べ": { + "w_type": "ichidan verb stem", + "romaji": "tokinobe" + }, + "絡ませ": { + "w_type": "ichidan verb stem", + "romaji": "karamase" + }, + "交ぜ合せ": { + "w_type": "ichidan verb stem", + "romaji": "mazeawase" + }, + "汲み分け": { + "w_type": "ichidan verb stem", + "romaji": "kumiwake" + }, + "束ね": { + "w_type": "ichidan verb stem", + "romaji": "tabane" + }, + "取換": { + "w_type": "ichidan verb stem", + "romaji": "torikae" + }, + "打ち震え": { + "w_type": "ichidan verb stem", + "romaji": "uchifurue" + }, + "転がり落ち": { + "w_type": "ichidan verb stem", + "romaji": "korogariochi" + }, + "つまみ上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsumamiage" + }, + "撫で上げ": { + "w_type": "ichidan verb stem", + "romaji": "nadeage" + }, + "統べ": { + "w_type": "ichidan verb stem", + "romaji": "sube" + }, + "切りそろえ": { + "w_type": "ichidan verb stem", + "romaji": "kirisoroe" + }, + "為初め": { + "w_type": "ichidan verb stem", + "romaji": "shisome" + }, + "引据え": { + "w_type": "ichidan verb stem", + "romaji": "hikisue" + }, + "読掛け": { + "w_type": "ichidan verb stem", + "romaji": "yomikake" + }, + "重んず": { + "w_type": "ichidan verb stem", + "romaji": "omonzu" + }, + "系統立て": { + "w_type": "ichidan verb stem", + "romaji": "keitoudate" + }, + "食われ": { + "w_type": "ichidan verb stem", + "romaji": "kuware" + }, + "包め": { + "w_type": "ichidan verb stem", + "romaji": "kurume" + }, + "進み出": { + "w_type": "ichidan verb stem", + "romaji": "susumide" + }, + "騒がせ": { + "w_type": "ichidan verb stem", + "romaji": "sawagase" + }, + "占い当て": { + "w_type": "ichidan verb stem", + "romaji": "uranaiate" + }, + "言い抜け": { + "w_type": "ichidan verb stem", + "romaji": "iinuke" + }, + "読違え": { + "w_type": "ichidan verb stem", + "romaji": "yomichigae" + }, + "すすり上げ": { + "w_type": "ichidan verb stem", + "romaji": "susuriage" + }, + "囚われ": { + "w_type": "ichidan verb stem", + "romaji": "toraware" + }, + "摩りつけ": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "遊び惚け": { + "w_type": "ichidan verb stem", + "romaji": "asobihouke" + }, + "摺り付け": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "欹て": { + "w_type": "ichidan verb stem", + "romaji": "sobadate" + }, + "微温め": { + "w_type": "ichidan verb stem", + "romaji": "nurume" + }, + "貼り替え": { + "w_type": "ichidan verb stem", + "romaji": "harikae" + }, + "相見": { + "w_type": "ichidan verb stem", + "romaji": "aimi" + }, + "言逃れ": { + "w_type": "ichidan verb stem", + "romaji": "iinogare" + }, + "騒ぎ立て": { + "w_type": "ichidan verb stem", + "romaji": "sawagitate" + }, + "致しかね": { + "w_type": "ichidan verb stem", + "romaji": "itashikane" + }, + "物馴れ": { + "w_type": "ichidan verb stem", + "romaji": "mononare" + }, + "締め": { + "w_type": "ichidan verb stem", + "romaji": "shime" + }, + "投げかけ": { + "w_type": "ichidan verb stem", + "romaji": "nagekake" + }, + "吹きかけ": { + "w_type": "ichidan verb stem", + "romaji": "fukikake" + }, + "追いつめ": { + "w_type": "ichidan verb stem", + "romaji": "oitsume" + }, + "引き替え": { + "w_type": "ichidan verb stem", + "romaji": "hikikae" + }, + "忘れられ": { + "w_type": "ichidan verb stem", + "romaji": "wasurerare" + }, + "献じ": { + "w_type": "ichidan verb stem", + "romaji": "kenji" + }, + "引止め": { + "w_type": "ichidan verb stem", + "romaji": "hikitome" + }, + "垂れこめ": { + "w_type": "ichidan verb stem", + "romaji": "tarekome" + }, + "切り据え": { + "w_type": "ichidan verb stem", + "romaji": "kirisue" + }, + "説き聞かせ": { + "w_type": "ichidan verb stem", + "romaji": "tokikikase" + }, + "詣で": { + "w_type": "ichidan verb stem", + "romaji": "moude" + }, + "練りあげ": { + "w_type": "ichidan verb stem", + "romaji": "neriage" + }, + "掛け合せ": { + "w_type": "ichidan verb stem", + "romaji": "kakeawase" + }, + "惟": { + "w_type": "ichidan verb stem", + "romaji": "omoimi" + }, + "言い当て": { + "w_type": "ichidan verb stem", + "romaji": "iiate" + }, + "くぐり抜け": { + "w_type": "ichidan verb stem", + "romaji": "kugurinuke" + }, + "書添え": { + "w_type": "ichidan verb stem", + "romaji": "kakisoe" + }, + "跳ね除け": { + "w_type": "ichidan verb stem", + "romaji": "hanenoke" + }, + "気違いじみ": { + "w_type": "ichidan verb stem", + "romaji": "kichigaijimi" + }, + "言い負け": { + "w_type": "ichidan verb stem", + "romaji": "iimake" + }, + "遣っつけ": { + "w_type": "ichidan verb stem", + "romaji": "yattsuke" + }, + "結論付け": { + "w_type": "ichidan verb stem", + "romaji": "ketsuronzuke" + }, + "聳え": { + "w_type": "ichidan verb stem", + "romaji": "sobie" + }, + "摩り替え": { + "w_type": "ichidan verb stem", + "romaji": "surikae" + }, + "駆集め": { + "w_type": "ichidan verb stem", + "romaji": "kariatsume" + }, + "痞え": { + "w_type": "ichidan verb stem", + "romaji": "tsukae" + }, + "解せ": { + "w_type": "ichidan verb stem", + "romaji": "gese" + }, + "乾び": { + "w_type": "ichidan verb stem", + "romaji": "karabi" + }, + "叶え": { + "w_type": "ichidan verb stem", + "romaji": "kanae" + }, + "より分け": { + "w_type": "ichidan verb stem", + "romaji": "yoriwake" + }, + "錬れ": { + "w_type": "ichidan verb stem", + "romaji": "nere" + }, + "捕まえ": { + "w_type": "ichidan verb stem", + "romaji": "tsukamae" + }, + "一口食べ": { + "w_type": "ichidan verb stem", + "romaji": "hitokuchitabe" + }, + "張りあげ": { + "w_type": "ichidan verb stem", + "romaji": "hariage" + }, + "割付": { + "w_type": "ichidan verb stem", + "romaji": "waritsuke" + }, + "追い求め": { + "w_type": "ichidan verb stem", + "romaji": "oimotome" + }, + "食わせ": { + "w_type": "ichidan verb stem", + "romaji": "kuwase" + }, + "消え": { + "w_type": "ichidan verb stem", + "romaji": "kie" + }, + "切り離れ": { + "w_type": "ichidan verb stem", + "romaji": "kirihanare" + }, + "暮れ果て": { + "w_type": "ichidan verb stem", + "romaji": "kurehate" + }, + "元気づけ": { + "w_type": "ichidan verb stem", + "romaji": "genkizuke" + }, + "語り掛け": { + "w_type": "ichidan verb stem", + "romaji": "katarikake" + }, + "読み掛け": { + "w_type": "ichidan verb stem", + "romaji": "yomikake" + }, + "引き当て": { + "w_type": "ichidan verb stem", + "romaji": "hikiate" + }, + "肌蹴": { + "w_type": "ichidan verb stem", + "romaji": "hadake" + }, + "浮かれ": { + "w_type": "ichidan verb stem", + "romaji": "ukare" + }, + "茶々を入れ": { + "w_type": "ichidan verb stem", + "romaji": "chacha wo ire" + }, + "言いかね": { + "w_type": "ichidan verb stem", + "romaji": "iikane" + }, + "突きのけ": { + "w_type": "ichidan verb stem", + "romaji": "tsukinoke" + }, + "仕立て": { + "w_type": "ichidan verb stem", + "romaji": "shitate" + }, + "取り下げ": { + "w_type": "ichidan verb stem", + "romaji": "torisage" + }, + "儲け": { + "w_type": "ichidan verb stem", + "romaji": "mouke" + }, + "和め": { + "w_type": "ichidan verb stem", + "romaji": "nagome" + }, + "仰せ付け": { + "w_type": "ichidan verb stem", + "romaji": "oosetsuke" + }, + "食い止め": { + "w_type": "ichidan verb stem", + "romaji": "kuitome" + }, + "拉げ": { + "w_type": "ichidan verb stem", + "romaji": "hishage" + }, + "焼き上げ": { + "w_type": "ichidan verb stem", + "romaji": "yakiage" + }, + "噛締め": { + "w_type": "ichidan verb stem", + "romaji": "kamishime" + }, + "貼り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "hariawase" + }, + "言いかえ": { + "w_type": "ichidan verb stem", + "romaji": "iikae" + }, + "喰べ": { + "w_type": "ichidan verb stem", + "romaji": "tabe" + }, + "復習え": { + "w_type": "ichidan verb stem", + "romaji": "sarae" + }, + "存じ": { + "w_type": "ichidan verb stem", + "romaji": "zonji" + }, + "穫れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "治め": { + "w_type": "ichidan verb stem", + "romaji": "osame" + }, + "褪せ": { + "w_type": "ichidan verb stem", + "romaji": "ase" + }, + "数え": { + "w_type": "ichidan verb stem", + "romaji": "kazoe" + }, + "叩きあげ": { + "w_type": "ichidan verb stem", + "romaji": "tatakiage" + }, + "捲れ": { + "w_type": "ichidan verb stem", + "romaji": "makure" + }, + "聞き間違え": { + "w_type": "ichidan verb stem", + "romaji": "kikimachigae" + }, + "逢い見": { + "w_type": "ichidan verb stem", + "romaji": "aimi" + }, + "身もだえ": { + "w_type": "ichidan verb stem", + "romaji": "mimodae" + }, + "待ち設け": { + "w_type": "ichidan verb stem", + "romaji": "machimouke" + }, + "差し越え": { + "w_type": "ichidan verb stem", + "romaji": "sashikoe" + }, + "拗じくれ": { + "w_type": "ichidan verb stem", + "romaji": "nejikure" + }, + "すり合せ": { + "w_type": "ichidan verb stem", + "romaji": "suriawase" + }, + "矯め": { + "w_type": "ichidan verb stem", + "romaji": "tame" + }, + "行きそびれ": { + "w_type": "ichidan verb stem", + "romaji": "ikisobire" + }, + "つみ重ね": { + "w_type": "ichidan verb stem", + "romaji": "tsumikasane" + }, + "塗りつけ": { + "w_type": "ichidan verb stem", + "romaji": "nuritsuke" + }, + "寝醒め": { + "w_type": "ichidan verb stem", + "romaji": "nezame" + }, + "寝惚け": { + "w_type": "ichidan verb stem", + "romaji": "neboke" + }, + "取りやめ": { + "w_type": "ichidan verb stem", + "romaji": "toriyame" + }, + "住み替え": { + "w_type": "ichidan verb stem", + "romaji": "sumikae" + }, + "打ち留め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "観じ": { + "w_type": "ichidan verb stem", + "romaji": "kanji" + }, + "ひび割れ": { + "w_type": "ichidan verb stem", + "romaji": "hibiware" + }, + "深め": { + "w_type": "ichidan verb stem", + "romaji": "fukame" + }, + "損ね": { + "w_type": "ichidan verb stem", + "romaji": "sokone" + }, + "吐き捨て": { + "w_type": "ichidan verb stem", + "romaji": "hakisute" + }, + "撚り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "yoriawase" + }, + "駆降り": { + "w_type": "ichidan verb stem", + "romaji": "kakeori" + }, + "刳れ": { + "w_type": "ichidan verb stem", + "romaji": "egure" + }, + "鑑み": { + "w_type": "ichidan verb stem", + "romaji": "kangami" + }, + "付かせ": { + "w_type": "ichidan verb stem", + "romaji": "tsukase" + }, + "繰上げ": { + "w_type": "ichidan verb stem", + "romaji": "kuriage" + }, + "聞届け": { + "w_type": "ichidan verb stem", + "romaji": "kikitodoke" + }, + "揺すれ": { + "w_type": "ichidan verb stem", + "romaji": "yusure" + }, + "切りすぎ": { + "w_type": "ichidan verb stem", + "romaji": "kirisugi" + }, + "革め": { + "w_type": "ichidan verb stem", + "romaji": "aratame" + }, + "じろりと見": { + "w_type": "ichidan verb stem", + "romaji": "jiroritomi" + }, + "駐め": { + "w_type": "ichidan verb stem", + "romaji": "tome" + }, + "染め": { + "w_type": "ichidan verb stem", + "romaji": "some" + }, + "摩り付け": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "明らめ": { + "w_type": "ichidan verb stem", + "romaji": "akirame" + }, + "泣崩れ": { + "w_type": "ichidan verb stem", + "romaji": "nakikuzure" + }, + "惟み": { + "w_type": "ichidan verb stem", + "romaji": "omoimi" + }, + "丸め": { + "w_type": "ichidan verb stem", + "romaji": "marume" + }, + "比え": { + "w_type": "ichidan verb stem", + "romaji": "yosoe" + }, + "談じ": { + "w_type": "ichidan verb stem", + "romaji": "danji" + }, + "抑えつけ": { + "w_type": "ichidan verb stem", + "romaji": "osaetsuke" + }, + "言い違え": { + "w_type": "ichidan verb stem", + "romaji": "iichigae" + }, + "煎りつけ": { + "w_type": "ichidan verb stem", + "romaji": "iritsuke" + }, + "生まれ": { + "w_type": "ichidan verb stem", + "romaji": "umare" + }, + "秩序立て": { + "w_type": "ichidan verb stem", + "romaji": "chitsujodate" + }, + "秘め": { + "w_type": "ichidan verb stem", + "romaji": "hime" + }, + "火で溶け": { + "w_type": "ichidan verb stem", + "romaji": "hidetoke" + }, + "思い倦ね": { + "w_type": "ichidan verb stem", + "romaji": "omoiagune" + }, + "立枯れ": { + "w_type": "ichidan verb stem", + "romaji": "tachigare" + }, + "落っこち": { + "w_type": "ichidan verb stem", + "romaji": "okkochi" + }, + "開かれ": { + "w_type": "ichidan verb stem", + "romaji": "hirakare" + }, + "避け": { + "w_type": "ichidan verb stem", + "romaji": "sake" + }, + "拵え": { + "w_type": "ichidan verb stem", + "romaji": "koshirae" + }, + "遊び戯れ": { + "w_type": "ichidan verb stem", + "romaji": "asobitawamure" + }, + "押し負け": { + "w_type": "ichidan verb stem", + "romaji": "oshimake" + }, + "手向け": { + "w_type": "ichidan verb stem", + "romaji": "tamuke" + }, + "浮かされ": { + "w_type": "ichidan verb stem", + "romaji": "ukasare" + }, + "駆け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "うり抜け": { + "w_type": "ichidan verb stem", + "romaji": "urinuke" + }, + "入れ換え": { + "w_type": "ichidan verb stem", + "romaji": "irekae" + }, + "淘げ": { + "w_type": "ichidan verb stem", + "romaji": "yonage" + }, + "飾りたて": { + "w_type": "ichidan verb stem", + "romaji": "kazaritate" + }, + "立てかけ": { + "w_type": "ichidan verb stem", + "romaji": "tatekake" + }, + "導き入れ": { + "w_type": "ichidan verb stem", + "romaji": "michibikiire" + }, + "抜き合わせ": { + "w_type": "ichidan verb stem", + "romaji": "nukiawase" + }, + "乗りはぐれ": { + "w_type": "ichidan verb stem", + "romaji": "norihagure" + }, + "植え付け": { + "w_type": "ichidan verb stem", + "romaji": "uetsuke" + }, + "煮立て": { + "w_type": "ichidan verb stem", + "romaji": "nitate" + }, + "紮げ": { + "w_type": "ichidan verb stem", + "romaji": "karage" + }, + "打ちつけ": { + "w_type": "ichidan verb stem", + "romaji": "uchitsuke" + }, + "紛れ": { + "w_type": "ichidan verb stem", + "romaji": "magire" + }, + "洗い上げ": { + "w_type": "ichidan verb stem", + "romaji": "araiage" + }, + "話し始め": { + "w_type": "ichidan verb stem", + "romaji": "hanashihajime" + }, + "生き延び": { + "w_type": "ichidan verb stem", + "romaji": "ikinobi" + }, + "軽んじ": { + "w_type": "ichidan verb stem", + "romaji": "karonji" + }, + "目ざめ": { + "w_type": "ichidan verb stem", + "romaji": "mezame" + }, + "聞馴れ": { + "w_type": "ichidan verb stem", + "romaji": "kikinare" + }, + "述べ立て": { + "w_type": "ichidan verb stem", + "romaji": "nobetate" + }, + "携え": { + "w_type": "ichidan verb stem", + "romaji": "tazusae" + }, + "駆下り": { + "w_type": "ichidan verb stem", + "romaji": "kakeori" + }, + "引上げ": { + "w_type": "ichidan verb stem", + "romaji": "hikiage" + }, + "陳こび": { + "w_type": "ichidan verb stem", + "romaji": "hinekobi" + }, + "掠れ": { + "w_type": "ichidan verb stem", + "romaji": "kasure" + }, + "近寄せ": { + "w_type": "ichidan verb stem", + "romaji": "chikayose" + }, + "汲み上げ": { + "w_type": "ichidan verb stem", + "romaji": "kumiage" + }, + "繰り延べ": { + "w_type": "ichidan verb stem", + "romaji": "kurinobe" + }, + "引き入れ": { + "w_type": "ichidan verb stem", + "romaji": "hikiire" + }, + "分かれ": { + "w_type": "ichidan verb stem", + "romaji": "wakare" + }, + "取り寄せ": { + "w_type": "ichidan verb stem", + "romaji": "toriyose" + }, + "あか抜け": { + "w_type": "ichidan verb stem", + "romaji": "akanuke" + }, + "干し固め": { + "w_type": "ichidan verb stem", + "romaji": "hoshikatame" + }, + "挟み上げ": { + "w_type": "ichidan verb stem", + "romaji": "hasamiage" + }, + "生み付け": { + "w_type": "ichidan verb stem", + "romaji": "umitsuke" + }, + "押し立て": { + "w_type": "ichidan verb stem", + "romaji": "oshitate" + }, + "行過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "ikisugi" + }, + "桁上げ": { + "w_type": "ichidan verb stem", + "romaji": "ketaage" + }, + "引きずられ": { + "w_type": "ichidan verb stem", + "romaji": "hikizurare" + }, + "水で薄め": { + "w_type": "ichidan verb stem", + "romaji": "mizudeusume" + }, + "寄付け": { + "w_type": "ichidan verb stem", + "romaji": "yosetsuke" + }, + "釣られ": { + "w_type": "ichidan verb stem", + "romaji": "tsurare" + }, + "剃り捨て": { + "w_type": "ichidan verb stem", + "romaji": "sorisute" + }, + "押込め": { + "w_type": "ichidan verb stem", + "romaji": "oshikome" + }, + "結付け": { + "w_type": "ichidan verb stem", + "romaji": "yuitsuke" + }, + "笑い掛け": { + "w_type": "ichidan verb stem", + "romaji": "waraikake" + }, + "跳び越え": { + "w_type": "ichidan verb stem", + "romaji": "tobikoe" + }, + "開け広げ": { + "w_type": "ichidan verb stem", + "romaji": "akehiroge" + }, + "詰め": { + "w_type": "ichidan verb stem", + "romaji": "tsume" + }, + "引き寄せ": { + "w_type": "ichidan verb stem", + "romaji": "hikiyose" + }, + "抜きん出": { + "w_type": "ichidan verb stem", + "romaji": "nukinde" + }, + "押し固め": { + "w_type": "ichidan verb stem", + "romaji": "oshikatame" + }, + "捧げ": { + "w_type": "ichidan verb stem", + "romaji": "sasage" + }, + "捩れ": { + "w_type": "ichidan verb stem", + "romaji": "nejire" + }, + "湛え": { + "w_type": "ichidan verb stem", + "romaji": "tatae" + }, + "踏みしめ": { + "w_type": "ichidan verb stem", + "romaji": "fumishime" + }, + "差し付け": { + "w_type": "ichidan verb stem", + "romaji": "sashitsuke" + }, + "差支え": { + "w_type": "ichidan verb stem", + "romaji": "sashitsukae" + }, + "後れ": { + "w_type": "ichidan verb stem", + "romaji": "okure" + }, + "褒め称え": { + "w_type": "ichidan verb stem", + "romaji": "hometatae" + }, + "振り付け": { + "w_type": "ichidan verb stem", + "romaji": "furitsuke" + }, + "持ち続け": { + "w_type": "ichidan verb stem", + "romaji": "mochitsuzuke" + }, + "宥め": { + "w_type": "ichidan verb stem", + "romaji": "nadame" + }, + "差延べ": { + "w_type": "ichidan verb stem", + "romaji": "sashinobe" + }, + "寝過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "nesugi" + }, + "押し進め": { + "w_type": "ichidan verb stem", + "romaji": "oshisusume" + }, + "ほうり投げ": { + "w_type": "ichidan verb stem", + "romaji": "hourinage" + }, + "切りかえ": { + "w_type": "ichidan verb stem", + "romaji": "kirikae" + }, + "零落れ": { + "w_type": "ichidan verb stem", + "romaji": "ochibure" + }, + "見え": { + "w_type": "ichidan verb stem", + "romaji": "mie" + }, + "捻向け": { + "w_type": "ichidan verb stem", + "romaji": "nejimuke" + }, + "捲し上げ": { + "w_type": "ichidan verb stem", + "romaji": "makushiage" + }, + "おっ始め": { + "w_type": "ichidan verb stem", + "romaji": "oppajime" + }, + "途切らせ": { + "w_type": "ichidan verb stem", + "romaji": "togirase" + }, + "仕上げ": { + "w_type": "ichidan verb stem", + "romaji": "shiage" + }, + "食べ慣れ": { + "w_type": "ichidan verb stem", + "romaji": "tabenare" + }, + "眠らせ": { + "w_type": "ichidan verb stem", + "romaji": "nemurase" + }, + "使い慣れ": { + "w_type": "ichidan verb stem", + "romaji": "tsukainare" + }, + "繰下げ": { + "w_type": "ichidan verb stem", + "romaji": "kurisage" + }, + "売り広め": { + "w_type": "ichidan verb stem", + "romaji": "urihirome" + }, + "書き加え": { + "w_type": "ichidan verb stem", + "romaji": "kakikuwae" + }, + "とっ捕まえ": { + "w_type": "ichidan verb stem", + "romaji": "tottsukamae" + }, + "時化": { + "w_type": "ichidan verb stem", + "romaji": "shike" + }, + "言籠め": { + "w_type": "ichidan verb stem", + "romaji": "iikome" + }, + "打ち固め": { + "w_type": "ichidan verb stem", + "romaji": "uchikatame" + }, + "寄せ集め": { + "w_type": "ichidan verb stem", + "romaji": "yoseatsume" + }, + "含まれ": { + "w_type": "ichidan verb stem", + "romaji": "fukumare" + }, + "刮げ": { + "w_type": "ichidan verb stem", + "romaji": "kosoge" + }, + "走り過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "hashirisugi" + }, + "踏換え": { + "w_type": "ichidan verb stem", + "romaji": "fumikae" + }, + "突き付け": { + "w_type": "ichidan verb stem", + "romaji": "tsukitsuke" + }, + "見捨て": { + "w_type": "ichidan verb stem", + "romaji": "misute" + }, + "抱え": { + "w_type": "ichidan verb stem", + "romaji": "kakae" + }, + "手なずけ": { + "w_type": "ichidan verb stem", + "romaji": "tenazuke" + }, + "切り揃え": { + "w_type": "ichidan verb stem", + "romaji": "kirisoroe" + }, + "話しかけ": { + "w_type": "ichidan verb stem", + "romaji": "hanashikake" + }, + "迎え": { + "w_type": "ichidan verb stem", + "romaji": "mukae" + }, + "つき合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiawase" + }, + "取り違え": { + "w_type": "ichidan verb stem", + "romaji": "torichigae" + }, + "咲かせ": { + "w_type": "ichidan verb stem", + "romaji": "sakase" + }, + "書き始め": { + "w_type": "ichidan verb stem", + "romaji": "kakihajime" + }, + "手馴れ": { + "w_type": "ichidan verb stem", + "romaji": "tenare" + }, + "し続け": { + "w_type": "ichidan verb stem", + "romaji": "shitsuzuke" + }, + "すり替え": { + "w_type": "ichidan verb stem", + "romaji": "surikae" + }, + "並外れ": { + "w_type": "ichidan verb stem", + "romaji": "namihazure" + }, + "低め": { + "w_type": "ichidan verb stem", + "romaji": "hikume" + }, + "言広め": { + "w_type": "ichidan verb stem", + "romaji": "iihirome" + }, + "売り切れ": { + "w_type": "ichidan verb stem", + "romaji": "urikire" + }, + "仕遂げ": { + "w_type": "ichidan verb stem", + "romaji": "shitoge" + }, + "押寄せ": { + "w_type": "ichidan verb stem", + "romaji": "oshiyose" + }, + "焙じ": { + "w_type": "ichidan verb stem", + "romaji": "houji" + }, + "集め": { + "w_type": "ichidan verb stem", + "romaji": "atsume" + }, + "盛り上げ": { + "w_type": "ichidan verb stem", + "romaji": "moriage" + }, + "掴まえ": { + "w_type": "ichidan verb stem", + "romaji": "tsukamae" + }, + "言含め": { + "w_type": "ichidan verb stem", + "romaji": "iifukume" + }, + "練り上げ": { + "w_type": "ichidan verb stem", + "romaji": "neriage" + }, + "染めつけ": { + "w_type": "ichidan verb stem", + "romaji": "sometsuke" + }, + "引寄せ": { + "w_type": "ichidan verb stem", + "romaji": "hikiyose" + }, + "振り捨て": { + "w_type": "ichidan verb stem", + "romaji": "furisute" + }, + "生き埋め": { + "w_type": "ichidan verb stem", + "romaji": "ikiume" + }, + "組立て": { + "w_type": "ichidan verb stem", + "romaji": "kumitate" + }, + "拗れ": { + "w_type": "ichidan verb stem", + "romaji": "nejire" + }, + "立ち上げ": { + "w_type": "ichidan verb stem", + "romaji": "tachiage" + }, + "送り付け": { + "w_type": "ichidan verb stem", + "romaji": "okuritsuke" + }, + "吹き着け": { + "w_type": "ichidan verb stem", + "romaji": "fukitsuke" + }, + "真似": { + "w_type": "ichidan verb stem", + "romaji": "mane" + }, + "堪え": { + "w_type": "ichidan verb stem", + "romaji": "tae" + }, + "打見": { + "w_type": "ichidan verb stem", + "romaji": "uchimi" + }, + "自惚れ": { + "w_type": "ichidan verb stem", + "romaji": "unubore" + }, + "聞き合せ": { + "w_type": "ichidan verb stem", + "romaji": "kikiawase" + }, + "貼り付け": { + "w_type": "ichidan verb stem", + "romaji": "haritsuke" + }, + "持替え": { + "w_type": "ichidan verb stem", + "romaji": "mochikae" + }, + "汲み入れ": { + "w_type": "ichidan verb stem", + "romaji": "kumiire" + }, + "切り過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "kirisugi" + }, + "見とがめ": { + "w_type": "ichidan verb stem", + "romaji": "mitogame" + }, + "末枯れ": { + "w_type": "ichidan verb stem", + "romaji": "uragare" + }, + "仕入れ": { + "w_type": "ichidan verb stem", + "romaji": "shiire" + }, + "奉ず": { + "w_type": "ichidan verb stem", + "romaji": "houzu" + }, + "申し入れ": { + "w_type": "ichidan verb stem", + "romaji": "moushiire" + }, + "立ち続け": { + "w_type": "ichidan verb stem", + "romaji": "tachitsuzuke" + }, + "繰り広げ": { + "w_type": "ichidan verb stem", + "romaji": "kurihiroge" + }, + "入れ違え": { + "w_type": "ichidan verb stem", + "romaji": "irechigae" + }, + "蹴り入れ": { + "w_type": "ichidan verb stem", + "romaji": "keriire" + }, + "買い与え": { + "w_type": "ichidan verb stem", + "romaji": "kaiatae" + }, + "削がれ": { + "w_type": "ichidan verb stem", + "romaji": "sogare" + }, + "振り上げ": { + "w_type": "ichidan verb stem", + "romaji": "furiage" + }, + "仰のけ": { + "w_type": "ichidan verb stem", + "romaji": "aonoke" + }, + "準じ": { + "w_type": "ichidan verb stem", + "romaji": "junji" + }, + "抉れ": { + "w_type": "ichidan verb stem", + "romaji": "egure" + }, + "掻き暮れ": { + "w_type": "ichidan verb stem", + "romaji": "kakikure" + }, + "燃え尽き": { + "w_type": "ichidan verb stem", + "romaji": "moetsuki" + }, + "兼ね仕え": { + "w_type": "ichidan verb stem", + "romaji": "kanetsukae" + }, + "食べすぎ": { + "w_type": "ichidan verb stem", + "romaji": "tabesugi" + }, + "追い駆け": { + "w_type": "ichidan verb stem", + "romaji": "oikake" + }, + "差し延べ": { + "w_type": "ichidan verb stem", + "romaji": "sashinobe" + }, + "彫り上げ": { + "w_type": "ichidan verb stem", + "romaji": "horiage" + }, + "繰合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kuriawase" + }, + "当てられ": { + "w_type": "ichidan verb stem", + "romaji": "aterare" + }, + "絞め上げ": { + "w_type": "ichidan verb stem", + "romaji": "shimeage" + }, + "はね上げ": { + "w_type": "ichidan verb stem", + "romaji": "haneage" + }, + "捩じ向け": { + "w_type": "ichidan verb stem", + "romaji": "nejimuke" + }, + "混ず": { + "w_type": "ichidan verb stem", + "romaji": "konzu" + }, + "はやし立て": { + "w_type": "ichidan verb stem", + "romaji": "hayashitate" + }, + "舞落ち": { + "w_type": "ichidan verb stem", + "romaji": "maiochi" + }, + "磨き上げ": { + "w_type": "ichidan verb stem", + "romaji": "migakiage" + }, + "打ち据え": { + "w_type": "ichidan verb stem", + "romaji": "uchisue" + }, + "し損じ": { + "w_type": "ichidan verb stem", + "romaji": "shisonji" + }, + "煤け": { + "w_type": "ichidan verb stem", + "romaji": "susuke" + }, + "擦切れ": { + "w_type": "ichidan verb stem", + "romaji": "surikire" + }, + "攻めあぐね": { + "w_type": "ichidan verb stem", + "romaji": "semeagune" + }, + "絞り上げ": { + "w_type": "ichidan verb stem", + "romaji": "shiboriage" + }, + "在り合せ": { + "w_type": "ichidan verb stem", + "romaji": "ariawase" + }, + "うかび出": { + "w_type": "ichidan verb stem", + "romaji": "ukabide" + }, + "積換え": { + "w_type": "ichidan verb stem", + "romaji": "tsumikae" + }, + "叩き上げ": { + "w_type": "ichidan verb stem", + "romaji": "tatakiage" + }, + "打ち捨て": { + "w_type": "ichidan verb stem", + "romaji": "uchisute" + }, + "畳みかけ": { + "w_type": "ichidan verb stem", + "romaji": "tatamikake" + }, + "打合わせ": { + "w_type": "ichidan verb stem", + "romaji": "uchiawase" + }, + "熾き": { + "w_type": "ichidan verb stem", + "romaji": "oki" + }, + "行き過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "ikisugi" + }, + "届け": { + "w_type": "ichidan verb stem", + "romaji": "todoke" + }, + "捕らわれ": { + "w_type": "ichidan verb stem", + "romaji": "toraware" + }, + "蒔き付け": { + "w_type": "ichidan verb stem", + "romaji": "makitsuke" + }, + "噛み分け": { + "w_type": "ichidan verb stem", + "romaji": "kamiwake" + }, + "放り上げ": { + "w_type": "ichidan verb stem", + "romaji": "houriage" + }, + "分かりかね": { + "w_type": "ichidan verb stem", + "romaji": "wakarikane" + }, + "力づけ": { + "w_type": "ichidan verb stem", + "romaji": "chikarazuke" + }, + "捏ね上げ": { + "w_type": "ichidan verb stem", + "romaji": "koneage" + }, + "難ず": { + "w_type": "ichidan verb stem", + "romaji": "nanzu" + }, + "食べ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tabeawase" + }, + "取り調べ": { + "w_type": "ichidan verb stem", + "romaji": "torishirabe" + }, + "遊ばせ": { + "w_type": "ichidan verb stem", + "romaji": "asobase" + }, + "斬り捨て": { + "w_type": "ichidan verb stem", + "romaji": "kirisute" + }, + "訪ね": { + "w_type": "ichidan verb stem", + "romaji": "tazune" + }, + "見ちがえ": { + "w_type": "ichidan verb stem", + "romaji": "michigae" + }, + "追い立て": { + "w_type": "ichidan verb stem", + "romaji": "oitate" + }, + "呆け": { + "w_type": "ichidan verb stem", + "romaji": "boke" + }, + "極力勉め": { + "w_type": "ichidan verb stem", + "romaji": "kyokuryokutsutome" + }, + "縮め": { + "w_type": "ichidan verb stem", + "romaji": "chijime" + }, + "詫": { + "w_type": "ichidan verb stem", + "romaji": "wabi" + }, + "想い焦れ": { + "w_type": "ichidan verb stem", + "romaji": "omoikogare" + }, + "打付け": { + "w_type": "ichidan verb stem", + "romaji": "butsuke" + }, + "連れ": { + "w_type": "ichidan verb stem", + "romaji": "tsure" + }, + "見詰め": { + "w_type": "ichidan verb stem", + "romaji": "mitsume" + }, + "引きわけ": { + "w_type": "ichidan verb stem", + "romaji": "hikiwake" + }, + "酬い": { + "w_type": "ichidan verb stem", + "romaji": "mukui" + }, + "録れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "手繰り揚げ": { + "w_type": "ichidan verb stem", + "romaji": "taguriage" + }, + "すり切れ": { + "w_type": "ichidan verb stem", + "romaji": "surikire" + }, + "這い出": { + "w_type": "ichidan verb stem", + "romaji": "haide" + }, + "選り分け": { + "w_type": "ichidan verb stem", + "romaji": "yoriwake" + }, + "肯ず": { + "w_type": "ichidan verb stem", + "romaji": "gaenzu" + }, + "うち捨て": { + "w_type": "ichidan verb stem", + "romaji": "uchisute" + }, + "凋れ": { + "w_type": "ichidan verb stem", + "romaji": "shiore" + }, + "うつ伏せ": { + "w_type": "ichidan verb stem", + "romaji": "utsubuse" + }, + "見続け": { + "w_type": "ichidan verb stem", + "romaji": "mitsuzuke" + }, + "窮め": { + "w_type": "ichidan verb stem", + "romaji": "kiwame" + }, + "吸付け": { + "w_type": "ichidan verb stem", + "romaji": "suitsuke" + }, + "挿げ替え": { + "w_type": "ichidan verb stem", + "romaji": "sugekae" + }, + "掛け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "落ち零れ": { + "w_type": "ichidan verb stem", + "romaji": "ochikobore" + }, + "数え立て": { + "w_type": "ichidan verb stem", + "romaji": "kazoetate" + }, + "写メ": { + "w_type": "ichidan verb stem", + "romaji": "shame" + }, + "爆ぜ": { + "w_type": "ichidan verb stem", + "romaji": "haze" + }, + "読み過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "yomisugi" + }, + "色眼鏡で見": { + "w_type": "ichidan verb stem", + "romaji": "iromeganedemi" + }, + "折り曲げ": { + "w_type": "ichidan verb stem", + "romaji": "orimage" + }, + "腰掛": { + "w_type": "ichidan verb stem", + "romaji": "koshikake" + }, + "取入れ": { + "w_type": "ichidan verb stem", + "romaji": "toriire" + }, + "遣り損ず": { + "w_type": "ichidan verb stem", + "romaji": "yarisonzu" + }, + "側め": { + "w_type": "ichidan verb stem", + "romaji": "sobame" + }, + "魅かれ": { + "w_type": "ichidan verb stem", + "romaji": "hikare" + }, + "受けつけ": { + "w_type": "ichidan verb stem", + "romaji": "uketsuke" + }, + "作り立て": { + "w_type": "ichidan verb stem", + "romaji": "tsukuritate" + }, + "読み違え": { + "w_type": "ichidan verb stem", + "romaji": "yomichigae" + }, + "書きため": { + "w_type": "ichidan verb stem", + "romaji": "kakitame" + }, + "眠りこけ": { + "w_type": "ichidan verb stem", + "romaji": "nemurikoke" + }, + "撃ち止め": { + "w_type": "ichidan verb stem", + "romaji": "uchitome" + }, + "譲りうけ": { + "w_type": "ichidan verb stem", + "romaji": "yuzuriuke" + }, + "切り詰め": { + "w_type": "ichidan verb stem", + "romaji": "kiritsume" + }, + "書き留め": { + "w_type": "ichidan verb stem", + "romaji": "kakitome" + }, + "行き遅れ": { + "w_type": "ichidan verb stem", + "romaji": "ikiokure" + }, + "駆りたて": { + "w_type": "ichidan verb stem", + "romaji": "karitate" + }, + "捩じ伏せ": { + "w_type": "ichidan verb stem", + "romaji": "nejifuse" + }, + "弱め": { + "w_type": "ichidan verb stem", + "romaji": "yowame" + }, + "臈闌け": { + "w_type": "ichidan verb stem", + "romaji": "routake" + }, + "差掛け": { + "w_type": "ichidan verb stem", + "romaji": "sashikake" + }, + "痺れ": { + "w_type": "ichidan verb stem", + "romaji": "shibire" + }, + "遊び呆け": { + "w_type": "ichidan verb stem", + "romaji": "asobihouke" + }, + "取り片付け": { + "w_type": "ichidan verb stem", + "romaji": "torikatazuke" + }, + "沈め": { + "w_type": "ichidan verb stem", + "romaji": "shizume" + }, + "刷り上げ": { + "w_type": "ichidan verb stem", + "romaji": "suriage" + }, + "為し遂げ": { + "w_type": "ichidan verb stem", + "romaji": "nashitoge" + }, + "取付け": { + "w_type": "ichidan verb stem", + "romaji": "toritsuke" + }, + "沸上げ": { + "w_type": "ichidan verb stem", + "romaji": "wakiage" + }, + "判ず": { + "w_type": "ichidan verb stem", + "romaji": "hanzu" + }, + "関連付け": { + "w_type": "ichidan verb stem", + "romaji": "kanrenzuke" + }, + "振り替え": { + "w_type": "ichidan verb stem", + "romaji": "furikae" + }, + "闌れ": { + "w_type": "ichidan verb stem", + "romaji": "sugare" + }, + "噛しめ": { + "w_type": "ichidan verb stem", + "romaji": "kamishime" + }, + "献ず": { + "w_type": "ichidan verb stem", + "romaji": "kenzu" + }, + "頽れ": { + "w_type": "ichidan verb stem", + "romaji": "sutare" + }, + "持ちかけ": { + "w_type": "ichidan verb stem", + "romaji": "mochikake" + }, + "働きかけ": { + "w_type": "ichidan verb stem", + "romaji": "hatarakikake" + }, + "表われ": { + "w_type": "ichidan verb stem", + "romaji": "araware" + }, + "言捨て": { + "w_type": "ichidan verb stem", + "romaji": "iisute" + }, + "吹っ切れ": { + "w_type": "ichidan verb stem", + "romaji": "fukkire" + }, + "見せ掛け": { + "w_type": "ichidan verb stem", + "romaji": "misekake" + }, + "消え果て": { + "w_type": "ichidan verb stem", + "romaji": "kiehate" + }, + "世馴れ": { + "w_type": "ichidan verb stem", + "romaji": "yonare" + }, + "世離れ": { + "w_type": "ichidan verb stem", + "romaji": "yobanare" + }, + "苛め": { + "w_type": "ichidan verb stem", + "romaji": "ijime" + }, + "泣け": { + "w_type": "ichidan verb stem", + "romaji": "nake" + }, + "染め付け": { + "w_type": "ichidan verb stem", + "romaji": "sometsuke" + }, + "笑け": { + "w_type": "ichidan verb stem", + "romaji": "warake" + }, + "併せ用い": { + "w_type": "ichidan verb stem", + "romaji": "awasemochii" + }, + "間違え": { + "w_type": "ichidan verb stem", + "romaji": "machigae" + }, + "沸き出": { + "w_type": "ichidan verb stem", + "romaji": "wakide" + }, + "浴び": { + "w_type": "ichidan verb stem", + "romaji": "abi" + }, + "召し集め": { + "w_type": "ichidan verb stem", + "romaji": "meshiatsume" + }, + "噴き出": { + "w_type": "ichidan verb stem", + "romaji": "fukide" + }, + "落ち付け": { + "w_type": "ichidan verb stem", + "romaji": "ochitsuke" + }, + "逃延び": { + "w_type": "ichidan verb stem", + "romaji": "nigenobi" + }, + "強い": { + "w_type": "ichidan verb stem", + "romaji": "shii" + }, + "読慣れ": { + "w_type": "ichidan verb stem", + "romaji": "yominare" + }, + "嗄れ": { + "w_type": "ichidan verb stem", + "romaji": "kare" + }, + "稽え": { + "w_type": "ichidan verb stem", + "romaji": "kangae" + }, + "乗っけ": { + "w_type": "ichidan verb stem", + "romaji": "nokke" + }, + "詰まらせ": { + "w_type": "ichidan verb stem", + "romaji": "tsumarase" + }, + "落ち延び": { + "w_type": "ichidan verb stem", + "romaji": "ochinobi" + }, + "遣り付け": { + "w_type": "ichidan verb stem", + "romaji": "yaritsuke" + }, + "拗け": { + "w_type": "ichidan verb stem", + "romaji": "nejike" + }, + "蒼ざめ": { + "w_type": "ichidan verb stem", + "romaji": "aozame" + }, + "似せ": { + "w_type": "ichidan verb stem", + "romaji": "nise" + }, + "来合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kiawase" + }, + "禁じ": { + "w_type": "ichidan verb stem", + "romaji": "kinji" + }, + "つり下げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurisage" + }, + "乗り上げ": { + "w_type": "ichidan verb stem", + "romaji": "noriage" + }, + "差入れ": { + "w_type": "ichidan verb stem", + "romaji": "sashiire" + }, + "舞い納め": { + "w_type": "ichidan verb stem", + "romaji": "maiosame" + }, + "つるし上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurushiage" + }, + "積重ね": { + "w_type": "ichidan verb stem", + "romaji": "tsumikasane" + }, + "洗い清め": { + "w_type": "ichidan verb stem", + "romaji": "araikiyome" + }, + "出外れ": { + "w_type": "ichidan verb stem", + "romaji": "dehazure" + }, + "切り整え": { + "w_type": "ichidan verb stem", + "romaji": "kiritotonoe" + }, + "任ず": { + "w_type": "ichidan verb stem", + "romaji": "ninzu" + }, + "弾け": { + "w_type": "ichidan verb stem", + "romaji": "hajike" + }, + "乗りそこね": { + "w_type": "ichidan verb stem", + "romaji": "norisokone" + }, + "老い耄れ": { + "w_type": "ichidan verb stem", + "romaji": "oibore" + }, + "待ち構え": { + "w_type": "ichidan verb stem", + "romaji": "machikamae" + }, + "死に遅れ": { + "w_type": "ichidan verb stem", + "romaji": "shiniokure" + }, + "見抜け": { + "w_type": "ichidan verb stem", + "romaji": "minuke" + }, + "先立て": { + "w_type": "ichidan verb stem", + "romaji": "sakidate" + }, + "預け入れ": { + "w_type": "ichidan verb stem", + "romaji": "azukeire" + }, + "噛み締め": { + "w_type": "ichidan verb stem", + "romaji": "kamishime" + }, + "踏み分け": { + "w_type": "ichidan verb stem", + "romaji": "fumiwake" + }, + "見替え": { + "w_type": "ichidan verb stem", + "romaji": "mikae" + }, + "しゃしゃり出": { + "w_type": "ichidan verb stem", + "romaji": "shasharide" + }, + "縛れ": { + "w_type": "ichidan verb stem", + "romaji": "shibare" + }, + "衰え果て": { + "w_type": "ichidan verb stem", + "romaji": "otoroehate" + }, + "取決め": { + "w_type": "ichidan verb stem", + "romaji": "torikime" + }, + "崩れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "kuzureochi" + }, + "洗い分け": { + "w_type": "ichidan verb stem", + "romaji": "araiwake" + }, + "掠め": { + "w_type": "ichidan verb stem", + "romaji": "kasume" + }, + "焼付け": { + "w_type": "ichidan verb stem", + "romaji": "yakitsuke" + }, + "押しひろめ": { + "w_type": "ichidan verb stem", + "romaji": "oshihirome" + }, + "取り分け": { + "w_type": "ichidan verb stem", + "romaji": "toriwake" + }, + "嘆ず": { + "w_type": "ichidan verb stem", + "romaji": "tanzu" + }, + "洗い立て": { + "w_type": "ichidan verb stem", + "romaji": "araitate" + }, + "凍み": { + "w_type": "ichidan verb stem", + "romaji": "shimi" + }, + "思わせ": { + "w_type": "ichidan verb stem", + "romaji": "omowase" + }, + "持て": { + "w_type": "ichidan verb stem", + "romaji": "mote" + }, + "踏みかえ": { + "w_type": "ichidan verb stem", + "romaji": "fumikae" + }, + "見比べ": { + "w_type": "ichidan verb stem", + "romaji": "mikurabe" + }, + "打っ切れ": { + "w_type": "ichidan verb stem", + "romaji": "bukkire" + }, + "炊きあげ": { + "w_type": "ichidan verb stem", + "romaji": "takiage" + }, + "摺り替え": { + "w_type": "ichidan verb stem", + "romaji": "surikae" + }, + "書き立て": { + "w_type": "ichidan verb stem", + "romaji": "kakitate" + }, + "漏れ": { + "w_type": "ichidan verb stem", + "romaji": "more" + }, + "煽ぎ立て": { + "w_type": "ichidan verb stem", + "romaji": "aogitate" + }, + "生け": { + "w_type": "ichidan verb stem", + "romaji": "ike" + }, + "積み上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsumiage" + }, + "気触れ": { + "w_type": "ichidan verb stem", + "romaji": "kabure" + }, + "冷え": { + "w_type": "ichidan verb stem", + "romaji": "hie" + }, + "脱け": { + "w_type": "ichidan verb stem", + "romaji": "nuke" + }, + "仰見": { + "w_type": "ichidan verb stem", + "romaji": "aogimi" + }, + "成果て": { + "w_type": "ichidan verb stem", + "romaji": "narihate" + }, + "通りすぎ": { + "w_type": "ichidan verb stem", + "romaji": "toorisugi" + }, + "抱きとめ": { + "w_type": "ichidan verb stem", + "romaji": "dakitome" + }, + "充て": { + "w_type": "ichidan verb stem", + "romaji": "ate" + }, + "塗れ": { + "w_type": "ichidan verb stem", + "romaji": "mamire" + }, + "想いこがれ": { + "w_type": "ichidan verb stem", + "romaji": "omoikogare" + }, + "かみ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kamiawase" + }, + "組み合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kumiawase" + }, + "掘り当て": { + "w_type": "ichidan verb stem", + "romaji": "horiate" + }, + "乗り損ね": { + "w_type": "ichidan verb stem", + "romaji": "norisokone" + }, + "かき消え": { + "w_type": "ichidan verb stem", + "romaji": "kakikie" + }, + "切詰め": { + "w_type": "ichidan verb stem", + "romaji": "kiritsume" + }, + "引っ提げ": { + "w_type": "ichidan verb stem", + "romaji": "hissage" + }, + "抱き竦め": { + "w_type": "ichidan verb stem", + "romaji": "dakisukume" + }, + "来はじめ": { + "w_type": "ichidan verb stem", + "romaji": "kihajime" + }, + "塗り付け": { + "w_type": "ichidan verb stem", + "romaji": "nuritsuke" + }, + "片寄せ": { + "w_type": "ichidan verb stem", + "romaji": "katayose" + }, + "飛び抜け": { + "w_type": "ichidan verb stem", + "romaji": "tobinuke" + }, + "気絶させ": { + "w_type": "ichidan verb stem", + "romaji": "kizetsusase" + }, + "言負け": { + "w_type": "ichidan verb stem", + "romaji": "iimake" + }, + "盛り付け": { + "w_type": "ichidan verb stem", + "romaji": "moritsuke" + }, + "咎め": { + "w_type": "ichidan verb stem", + "romaji": "togame" + }, + "勇気づけ": { + "w_type": "ichidan verb stem", + "romaji": "yuukizuke" + }, + "差し伸べ": { + "w_type": "ichidan verb stem", + "romaji": "sashinobe" + }, + "招じ入れ": { + "w_type": "ichidan verb stem", + "romaji": "shoujiire" + }, + "ずり落ち": { + "w_type": "ichidan verb stem", + "romaji": "zuriochi" + }, + "押しよせ": { + "w_type": "ichidan verb stem", + "romaji": "oshiyose" + }, + "押しとどめ": { + "w_type": "ichidan verb stem", + "romaji": "oshitodome" + }, + "見せかけ": { + "w_type": "ichidan verb stem", + "romaji": "misekake" + }, + "積替え": { + "w_type": "ichidan verb stem", + "romaji": "tsumikae" + }, + "名付け": { + "w_type": "ichidan verb stem", + "romaji": "nazuke" + }, + "思われ": { + "w_type": "ichidan verb stem", + "romaji": "omoware" + }, + "差付け": { + "w_type": "ichidan verb stem", + "romaji": "sashitsuke" + }, + "立消え": { + "w_type": "ichidan verb stem", + "romaji": "tachigie" + }, + "失せ": { + "w_type": "ichidan verb stem", + "romaji": "use" + }, + "出掛け": { + "w_type": "ichidan verb stem", + "romaji": "dekake" + }, + "押留め": { + "w_type": "ichidan verb stem", + "romaji": "oshitodome" + }, + "吐き掛け": { + "w_type": "ichidan verb stem", + "romaji": "hakikake" + }, + "吹掛け": { + "w_type": "ichidan verb stem", + "romaji": "fukikake" + }, + "分け": { + "w_type": "ichidan verb stem", + "romaji": "wake" + }, + "才弾け": { + "w_type": "ichidan verb stem", + "romaji": "saihajike" + }, + "証拠だて": { + "w_type": "ichidan verb stem", + "romaji": "shoukodate" + }, + "荒げ": { + "w_type": "ichidan verb stem", + "romaji": "arage" + }, + "押し広げ": { + "w_type": "ichidan verb stem", + "romaji": "oshihiroge" + }, + "啣え": { + "w_type": "ichidan verb stem", + "romaji": "kuwae" + }, + "死に掛け": { + "w_type": "ichidan verb stem", + "romaji": "shinikake" + }, + "倦ね": { + "w_type": "ichidan verb stem", + "romaji": "agune" + }, + "引きあげ": { + "w_type": "ichidan verb stem", + "romaji": "hikiage" + }, + "明け染め": { + "w_type": "ichidan verb stem", + "romaji": "akesome" + }, + "惑わせ": { + "w_type": "ichidan verb stem", + "romaji": "madowase" + }, + "怒鳴りつけ": { + "w_type": "ichidan verb stem", + "romaji": "donaritsuke" + }, + "一段落付け": { + "w_type": "ichidan verb stem", + "romaji": "ichidanrakutsuke" + }, + "遅すぎ": { + "w_type": "ichidan verb stem", + "romaji": "ososugi" + }, + "禁": { + "w_type": "ichidan verb stem", + "romaji": "kin" + }, + "掻き混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kakimaze" + }, + "抜き出": { + "w_type": "ichidan verb stem", + "romaji": "nukide" + }, + "払いのけ": { + "w_type": "ichidan verb stem", + "romaji": "harainoke" + }, + "廃れ": { + "w_type": "ichidan verb stem", + "romaji": "sutare" + }, + "押っ魂消": { + "w_type": "ichidan verb stem", + "romaji": "ottamage" + }, + "恥じ": { + "w_type": "ichidan verb stem", + "romaji": "haji" + }, + "報せ": { + "w_type": "ichidan verb stem", + "romaji": "shirase" + }, + "飲み付け": { + "w_type": "ichidan verb stem", + "romaji": "nomitsuke" + }, + "着": { + "w_type": "ichidan verb stem", + "romaji": "ki" + }, + "詰めかけ": { + "w_type": "ichidan verb stem", + "romaji": "tsumekake" + }, + "居合せ": { + "w_type": "ichidan verb stem", + "romaji": "iawase" + }, + "射すくめ": { + "w_type": "ichidan verb stem", + "romaji": "isukume" + }, + "角立て": { + "w_type": "ichidan verb stem", + "romaji": "kadodate" + }, + "突抜け": { + "w_type": "ichidan verb stem", + "romaji": "tsukinuke" + }, + "こすり合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kosuriawase" + }, + "置き違え": { + "w_type": "ichidan verb stem", + "romaji": "okichigae" + }, + "展べ": { + "w_type": "ichidan verb stem", + "romaji": "nobe" + }, + "転じ": { + "w_type": "ichidan verb stem", + "romaji": "tenji" + }, + "怒鳴り付け": { + "w_type": "ichidan verb stem", + "romaji": "donaritsuke" + }, + "結論づけ": { + "w_type": "ichidan verb stem", + "romaji": "ketsuronzuke" + }, + "為終え": { + "w_type": "ichidan verb stem", + "romaji": "shioe" + }, + "掛け離れ": { + "w_type": "ichidan verb stem", + "romaji": "kakehanare" + }, + "和え": { + "w_type": "ichidan verb stem", + "romaji": "ae" + }, + "並居": { + "w_type": "ichidan verb stem", + "romaji": "namii" + }, + "飢え凍え": { + "w_type": "ichidan verb stem", + "romaji": "uekogoe" + }, + "抉じ開け": { + "w_type": "ichidan verb stem", + "romaji": "kojiake" + }, + "屈め": { + "w_type": "ichidan verb stem", + "romaji": "kagame" + }, + "ぶっ掛け": { + "w_type": "ichidan verb stem", + "romaji": "bukkake" + }, + "擦りつけ": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "綴り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsuzuriawase" + }, + "背け": { + "w_type": "ichidan verb stem", + "romaji": "somuke" + }, + "仕馴れ": { + "w_type": "ichidan verb stem", + "romaji": "shinare" + }, + "困ず": { + "w_type": "ichidan verb stem", + "romaji": "kouzu" + }, + "引き開け": { + "w_type": "ichidan verb stem", + "romaji": "hikiake" + }, + "飲み掛け": { + "w_type": "ichidan verb stem", + "romaji": "nomikake" + }, + "寝すぎ": { + "w_type": "ichidan verb stem", + "romaji": "nesugi" + }, + "応ず": { + "w_type": "ichidan verb stem", + "romaji": "ouzu" + }, + "盪け": { + "w_type": "ichidan verb stem", + "romaji": "toroke" + }, + "向け替え": { + "w_type": "ichidan verb stem", + "romaji": "mukekae" + }, + "請け": { + "w_type": "ichidan verb stem", + "romaji": "uke" + }, + "炒り付け": { + "w_type": "ichidan verb stem", + "romaji": "iritsuke" + }, + "落し入れ": { + "w_type": "ichidan verb stem", + "romaji": "otoshiire" + }, + "塞き止め": { + "w_type": "ichidan verb stem", + "romaji": "sekitome" + }, + "貼替え": { + "w_type": "ichidan verb stem", + "romaji": "harikae" + }, + "戲け": { + "w_type": "ichidan verb stem", + "romaji": "odoke" + }, + "振りあげ": { + "w_type": "ichidan verb stem", + "romaji": "furiage" + }, + "篩にかけ": { + "w_type": "ichidan verb stem", + "romaji": "furuinikake" + }, + "恍け": { + "w_type": "ichidan verb stem", + "romaji": "toboke" + }, + "命じ": { + "w_type": "ichidan verb stem", + "romaji": "meiji" + }, + "引き上げ": { + "w_type": "ichidan verb stem", + "romaji": "hikiage" + }, + "向かい合せ": { + "w_type": "ichidan verb stem", + "romaji": "mukaiawase" + }, + "咲きこぼれ": { + "w_type": "ichidan verb stem", + "romaji": "sakikobore" + }, + "出かけ": { + "w_type": "ichidan verb stem", + "romaji": "dekake" + }, + "畏れ": { + "w_type": "ichidan verb stem", + "romaji": "osore" + }, + "擦付け": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "曲げ": { + "w_type": "ichidan verb stem", + "romaji": "mage" + }, + "上せ": { + "w_type": "ichidan verb stem", + "romaji": "nobose" + }, + "有り合せ": { + "w_type": "ichidan verb stem", + "romaji": "ariawase" + }, + "吹き抜け": { + "w_type": "ichidan verb stem", + "romaji": "fukinuke" + }, + "招き入れ": { + "w_type": "ichidan verb stem", + "romaji": "manekiire" + }, + "縛り上げ": { + "w_type": "ichidan verb stem", + "romaji": "shibariage" + }, + "流れ": { + "w_type": "ichidan verb stem", + "romaji": "nagare" + }, + "結ばれ": { + "w_type": "ichidan verb stem", + "romaji": "musubare" + }, + "縒れ": { + "w_type": "ichidan verb stem", + "romaji": "yore" + }, + "切換え": { + "w_type": "ichidan verb stem", + "romaji": "kirikae" + }, + "詰換え": { + "w_type": "ichidan verb stem", + "romaji": "tsumekae" + }, + "刺し違え": { + "w_type": "ichidan verb stem", + "romaji": "sashichigae" + }, + "買い替え": { + "w_type": "ichidan verb stem", + "romaji": "kaikae" + }, + "言い換え": { + "w_type": "ichidan verb stem", + "romaji": "iikae" + }, + "蒔きつけ": { + "w_type": "ichidan verb stem", + "romaji": "makitsuke" + }, + "吼え": { + "w_type": "ichidan verb stem", + "romaji": "hoe" + }, + "付け替え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekae" + }, + "向い合わせ": { + "w_type": "ichidan verb stem", + "romaji": "mukaiawase" + }, + "躍り出": { + "w_type": "ichidan verb stem", + "romaji": "odoride" + }, + "萌え": { + "w_type": "ichidan verb stem", + "romaji": "moe" + }, + "攻め寄せ": { + "w_type": "ichidan verb stem", + "romaji": "semeyose" + }, + "繰り替え": { + "w_type": "ichidan verb stem", + "romaji": "kurikae" + }, + "差し入れ": { + "w_type": "ichidan verb stem", + "romaji": "sashiire" + }, + "移し変え": { + "w_type": "ichidan verb stem", + "romaji": "utsushikae" + }, + "築きあげ": { + "w_type": "ichidan verb stem", + "romaji": "kizukiage" + }, + "抱き締め": { + "w_type": "ichidan verb stem", + "romaji": "dakishime" + }, + "懼れ": { + "w_type": "ichidan verb stem", + "romaji": "osore" + }, + "甞め": { + "w_type": "ichidan verb stem", + "romaji": "name" + }, + "やって退け": { + "w_type": "ichidan verb stem", + "romaji": "yattenoke" + }, + "考え合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kangaeawase" + }, + "汗じみ": { + "w_type": "ichidan verb stem", + "romaji": "asejimi" + }, + "植え": { + "w_type": "ichidan verb stem", + "romaji": "ue" + }, + "逃れ出": { + "w_type": "ichidan verb stem", + "romaji": "nogarede" + }, + "確かめ": { + "w_type": "ichidan verb stem", + "romaji": "tashikame" + }, + "吹抜け": { + "w_type": "ichidan verb stem", + "romaji": "fukinuke" + }, + "這い下り": { + "w_type": "ichidan verb stem", + "romaji": "haiori" + }, + "住み慣れ": { + "w_type": "ichidan verb stem", + "romaji": "suminare" + }, + "点け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "出来過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "dekisugi" + }, + "しみ出": { + "w_type": "ichidan verb stem", + "romaji": "shimide" + }, + "推し進め": { + "w_type": "ichidan verb stem", + "romaji": "oshisusume" + }, + "差止め": { + "w_type": "ichidan verb stem", + "romaji": "sashitome" + }, + "吐きすて": { + "w_type": "ichidan verb stem", + "romaji": "hakisute" + }, + "荒びれ": { + "w_type": "ichidan verb stem", + "romaji": "sabire" + }, + "生え懸け": { + "w_type": "ichidan verb stem", + "romaji": "haekake" + }, + "閊え": { + "w_type": "ichidan verb stem", + "romaji": "tsukae" + }, + "染み": { + "w_type": "ichidan verb stem", + "romaji": "shimi" + }, + "折れ": { + "w_type": "ichidan verb stem", + "romaji": "ore" + }, + "禁め": { + "w_type": "ichidan verb stem", + "romaji": "isame" + }, + "かつぎ上げ": { + "w_type": "ichidan verb stem", + "romaji": "katsugiage" + }, + "攻め": { + "w_type": "ichidan verb stem", + "romaji": "seme" + }, + "詰め替え": { + "w_type": "ichidan verb stem", + "romaji": "tsumekae" + }, + "駆け降り": { + "w_type": "ichidan verb stem", + "romaji": "kakeori" + }, + "寝れ": { + "w_type": "ichidan verb stem", + "romaji": "nere" + }, + "跳ね出": { + "w_type": "ichidan verb stem", + "romaji": "hanede" + }, + "取紛れ": { + "w_type": "ichidan verb stem", + "romaji": "torimagire" + }, + "論ず": { + "w_type": "ichidan verb stem", + "romaji": "ronzu" + }, + "照りつけ": { + "w_type": "ichidan verb stem", + "romaji": "teritsuke" + }, + "編み合わせ": { + "w_type": "ichidan verb stem", + "romaji": "amiawase" + }, + "押し止め": { + "w_type": "ichidan verb stem", + "romaji": "oshitodome" + }, + "育て": { + "w_type": "ichidan verb stem", + "romaji": "sodate" + }, + "忘れ": { + "w_type": "ichidan verb stem", + "romaji": "wasure" + }, + "浮ばれ": { + "w_type": "ichidan verb stem", + "romaji": "ukabare" + }, + "見附け": { + "w_type": "ichidan verb stem", + "romaji": "mitsuke" + }, + "途切れ": { + "w_type": "ichidan verb stem", + "romaji": "togire" + }, + "突上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiage" + }, + "ぶち上げ": { + "w_type": "ichidan verb stem", + "romaji": "buchiage" + }, + "捥げ": { + "w_type": "ichidan verb stem", + "romaji": "moge" + }, + "マジ受け": { + "w_type": "ichidan verb stem", + "romaji": "majiuke" + }, + "為損ず": { + "w_type": "ichidan verb stem", + "romaji": "shisonzu" + }, + "食いとめ": { + "w_type": "ichidan verb stem", + "romaji": "kuitome" + }, + "出しすぎ": { + "w_type": "ichidan verb stem", + "romaji": "dashisugi" + }, + "行なわれ": { + "w_type": "ichidan verb stem", + "romaji": "okonaware" + }, + "伏せ": { + "w_type": "ichidan verb stem", + "romaji": "fuse" + }, + "打ち立て": { + "w_type": "ichidan verb stem", + "romaji": "uchitate" + }, + "突き出": { + "w_type": "ichidan verb stem", + "romaji": "tsukide" + }, + "振り当て": { + "w_type": "ichidan verb stem", + "romaji": "furiate" + }, + "話し掛け": { + "w_type": "ichidan verb stem", + "romaji": "hanashikake" + }, + "崩折れ": { + "w_type": "ichidan verb stem", + "romaji": "kuzuore" + }, + "免じ": { + "w_type": "ichidan verb stem", + "romaji": "menji" + }, + "口付け": { + "w_type": "ichidan verb stem", + "romaji": "kuchizuke" + }, + "聞き届け": { + "w_type": "ichidan verb stem", + "romaji": "kikitodoke" + }, + "睡らせ": { + "w_type": "ichidan verb stem", + "romaji": "nemurase" + }, + "赤め": { + "w_type": "ichidan verb stem", + "romaji": "akame" + }, + "括れ": { + "w_type": "ichidan verb stem", + "romaji": "kubire" + }, + "掻き寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kakiyose" + }, + "干": { + "w_type": "ichidan verb stem", + "romaji": "hi" + }, + "言い立て": { + "w_type": "ichidan verb stem", + "romaji": "iitate" + }, + "突止め": { + "w_type": "ichidan verb stem", + "romaji": "tsukitome" + }, + "譲り受け": { + "w_type": "ichidan verb stem", + "romaji": "yuzuriuke" + }, + "橈め": { + "w_type": "ichidan verb stem", + "romaji": "tawame" + }, + "打っ掛け": { + "w_type": "ichidan verb stem", + "romaji": "bukkake" + }, + "言添え": { + "w_type": "ichidan verb stem", + "romaji": "iisoe" + }, + "固め": { + "w_type": "ichidan verb stem", + "romaji": "katame" + }, + "握りしめ": { + "w_type": "ichidan verb stem", + "romaji": "nigirishime" + }, + "力尽き": { + "w_type": "ichidan verb stem", + "romaji": "chikaratsuki" + }, + "引き締め": { + "w_type": "ichidan verb stem", + "romaji": "hikishime" + }, + "乗ず": { + "w_type": "ichidan verb stem", + "romaji": "jouzu" + }, + "噴き上げ": { + "w_type": "ichidan verb stem", + "romaji": "fukiage" + }, + "躾け": { + "w_type": "ichidan verb stem", + "romaji": "shitsuke" + }, + "書き入れ": { + "w_type": "ichidan verb stem", + "romaji": "kakiire" + }, + "攣れ": { + "w_type": "ichidan verb stem", + "romaji": "tsure" + }, + "名乗り出": { + "w_type": "ichidan verb stem", + "romaji": "nanoride" + }, + "仕替え": { + "w_type": "ichidan verb stem", + "romaji": "shikae" + }, + "煎じ": { + "w_type": "ichidan verb stem", + "romaji": "senji" + }, + "饐え": { + "w_type": "ichidan verb stem", + "romaji": "sue" + }, + "成り果て": { + "w_type": "ichidan verb stem", + "romaji": "narihate" + }, + "干からび": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "言い兼ね": { + "w_type": "ichidan verb stem", + "romaji": "iikane" + }, + "繰延べ": { + "w_type": "ichidan verb stem", + "romaji": "kurinobe" + }, + "使いわけ": { + "w_type": "ichidan verb stem", + "romaji": "tsukaiwake" + }, + "締め付け": { + "w_type": "ichidan verb stem", + "romaji": "shimetsuke" + }, + "飽き足り": { + "w_type": "ichidan verb stem", + "romaji": "akitari" + }, + "読みなれ": { + "w_type": "ichidan verb stem", + "romaji": "yominare" + }, + "朽果て": { + "w_type": "ichidan verb stem", + "romaji": "kuchihate" + }, + "切り換え": { + "w_type": "ichidan verb stem", + "romaji": "kirikae" + }, + "見飽き": { + "w_type": "ichidan verb stem", + "romaji": "miaki" + }, + "架け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "出来": { + "w_type": "ichidan verb stem", + "romaji": "deki" + }, + "参らせ": { + "w_type": "ichidan verb stem", + "romaji": "mairase" + }, + "逃れ": { + "w_type": "ichidan verb stem", + "romaji": "nogare" + }, + "舐め": { + "w_type": "ichidan verb stem", + "romaji": "name" + }, + "括り付け": { + "w_type": "ichidan verb stem", + "romaji": "kukuritsuke" + }, + "存え": { + "w_type": "ichidan verb stem", + "romaji": "nagarae" + }, + "干乾び": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "騒がれ": { + "w_type": "ichidan verb stem", + "romaji": "sawagare" + }, + "手控え": { + "w_type": "ichidan verb stem", + "romaji": "tebikae" + }, + "寝忘れ": { + "w_type": "ichidan verb stem", + "romaji": "newasure" + }, + "目付け": { + "w_type": "ichidan verb stem", + "romaji": "mekke" + }, + "平らげ": { + "w_type": "ichidan verb stem", + "romaji": "tairage" + }, + "食い逸れ": { + "w_type": "ichidan verb stem", + "romaji": "kuihagure" + }, + "呼慣れ": { + "w_type": "ichidan verb stem", + "romaji": "yobinare" + }, + "塗立て": { + "w_type": "ichidan verb stem", + "romaji": "nuritate" + }, + "若気": { + "w_type": "ichidan verb stem", + "romaji": "niyake" + }, + "弱り衰え": { + "w_type": "ichidan verb stem", + "romaji": "yowariotoroe" + }, + "見違え": { + "w_type": "ichidan verb stem", + "romaji": "michigae" + }, + "棄て": { + "w_type": "ichidan verb stem", + "romaji": "sute" + }, + "習慣付け": { + "w_type": "ichidan verb stem", + "romaji": "shuukanzuke" + }, + "割りつけ": { + "w_type": "ichidan verb stem", + "romaji": "waritsuke" + }, + "育ちすぎ": { + "w_type": "ichidan verb stem", + "romaji": "sodachisugi" + }, + "言い終え": { + "w_type": "ichidan verb stem", + "romaji": "iioe" + }, + "言いそびれ": { + "w_type": "ichidan verb stem", + "romaji": "iisobire" + }, + "飛跳ね": { + "w_type": "ichidan verb stem", + "romaji": "tobihane" + }, + "下り": { + "w_type": "ichidan verb stem", + "romaji": "ori" + }, + "吸上げ": { + "w_type": "ichidan verb stem", + "romaji": "suiage" + }, + "積み換え": { + "w_type": "ichidan verb stem", + "romaji": "tsumikae" + }, + "照り付け": { + "w_type": "ichidan verb stem", + "romaji": "teritsuke" + }, + "特色付け": { + "w_type": "ichidan verb stem", + "romaji": "tokushokuzuke" + }, + "書き違え": { + "w_type": "ichidan verb stem", + "romaji": "kakichigae" + }, + "行き付け": { + "w_type": "ichidan verb stem", + "romaji": "yukitsuke" + }, + "怒らせ": { + "w_type": "ichidan verb stem", + "romaji": "okorase" + }, + "缺け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "絆され": { + "w_type": "ichidan verb stem", + "romaji": "hodasare" + }, + "誣い": { + "w_type": "ichidan verb stem", + "romaji": "shii" + }, + "もたせ掛け": { + "w_type": "ichidan verb stem", + "romaji": "motasekake" + }, + "通いつめ": { + "w_type": "ichidan verb stem", + "romaji": "kayoitsume" + }, + "買い付け": { + "w_type": "ichidan verb stem", + "romaji": "kaitsuke" + }, + "為続け": { + "w_type": "ichidan verb stem", + "romaji": "shitsuzuke" + }, + "作り付け": { + "w_type": "ichidan verb stem", + "romaji": "tsukuritsuke" + }, + "焼きつけ": { + "w_type": "ichidan verb stem", + "romaji": "yakitsuke" + }, + "悪たれ": { + "w_type": "ichidan verb stem", + "romaji": "akutare" + }, + "織り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "oriawase" + }, + "吸いつけ": { + "w_type": "ichidan verb stem", + "romaji": "suitsuke" + }, + "締め上げ": { + "w_type": "ichidan verb stem", + "romaji": "shimeage" + }, + "肥え": { + "w_type": "ichidan verb stem", + "romaji": "koe" + }, + "扣え": { + "w_type": "ichidan verb stem", + "romaji": "hikae" + }, + "掘当て": { + "w_type": "ichidan verb stem", + "romaji": "horiate" + }, + "聞き入れ": { + "w_type": "ichidan verb stem", + "romaji": "kikiire" + }, + "寝かしつけ": { + "w_type": "ichidan verb stem", + "romaji": "nekashitsuke" + }, + "泣き別れ": { + "w_type": "ichidan verb stem", + "romaji": "nakiwakare" + }, + "生え": { + "w_type": "ichidan verb stem", + "romaji": "hae" + }, + "懸け離れ": { + "w_type": "ichidan verb stem", + "romaji": "kakehanare" + }, + "思い知らせ": { + "w_type": "ichidan verb stem", + "romaji": "omoishirase" + }, + "大人び": { + "w_type": "ichidan verb stem", + "romaji": "otonabi" + }, + "燻べ": { + "w_type": "ichidan verb stem", + "romaji": "kusube" + }, + "並べ": { + "w_type": "ichidan verb stem", + "romaji": "narabe" + }, + "入れかえ": { + "w_type": "ichidan verb stem", + "romaji": "irekae" + }, + "口を付け": { + "w_type": "ichidan verb stem", + "romaji": "kuchi wo tsuke" + }, + "押しつけ": { + "w_type": "ichidan verb stem", + "romaji": "oshitsuke" + }, + "書き換え": { + "w_type": "ichidan verb stem", + "romaji": "kakikae" + }, + "待ち合わせ": { + "w_type": "ichidan verb stem", + "romaji": "machiawase" + }, + "参じ": { + "w_type": "ichidan verb stem", + "romaji": "sanji" + }, + "打合せ": { + "w_type": "ichidan verb stem", + "romaji": "uchiawase" + }, + "殉じ": { + "w_type": "ichidan verb stem", + "romaji": "junji" + }, + "映え": { + "w_type": "ichidan verb stem", + "romaji": "hae" + }, + "震え": { + "w_type": "ichidan verb stem", + "romaji": "furue" + }, + "一脈相通ず": { + "w_type": "ichidan verb stem", + "romaji": "ichimyakuaitsuuzu" + }, + "笑いこけ": { + "w_type": "ichidan verb stem", + "romaji": "waraikoke" + }, + "長すぎ": { + "w_type": "ichidan verb stem", + "romaji": "nagasugi" + }, + "くみ上げ": { + "w_type": "ichidan verb stem", + "romaji": "kumiage" + }, + "見まちがえ": { + "w_type": "ichidan verb stem", + "romaji": "mimachigae" + }, + "張り上げ": { + "w_type": "ichidan verb stem", + "romaji": "hariage" + }, + "荒立て": { + "w_type": "ichidan verb stem", + "romaji": "aradate" + }, + "張付け": { + "w_type": "ichidan verb stem", + "romaji": "haritsuke" + }, + "甘え": { + "w_type": "ichidan verb stem", + "romaji": "amae" + }, + "描き分け": { + "w_type": "ichidan verb stem", + "romaji": "kakiwake" + }, + "飲付け": { + "w_type": "ichidan verb stem", + "romaji": "nomitsuke" + }, + "有らせられ": { + "w_type": "ichidan verb stem", + "romaji": "araserare" + }, + "問いかけ": { + "w_type": "ichidan verb stem", + "romaji": "toikake" + }, + "事え": { + "w_type": "ichidan verb stem", + "romaji": "tsukae" + }, + "在らせられ": { + "w_type": "ichidan verb stem", + "romaji": "araserare" + }, + "打揚げ": { + "w_type": "ichidan verb stem", + "romaji": "uchiage" + }, + "擦れ": { + "w_type": "ichidan verb stem", + "romaji": "kasure" + }, + "満ち": { + "w_type": "ichidan verb stem", + "romaji": "michi" + }, + "倉庫に納め": { + "w_type": "ichidan verb stem", + "romaji": "soukoniosame" + }, + "勧め": { + "w_type": "ichidan verb stem", + "romaji": "susume" + }, + "言い聞かせ": { + "w_type": "ichidan verb stem", + "romaji": "iikikase" + }, + "問い掛け": { + "w_type": "ichidan verb stem", + "romaji": "toikake" + }, + "遣り込め": { + "w_type": "ichidan verb stem", + "romaji": "yarikome" + }, + "捩開け": { + "w_type": "ichidan verb stem", + "romaji": "nejiake" + }, + "引っ捕え": { + "w_type": "ichidan verb stem", + "romaji": "hittorae" + }, + "明け": { + "w_type": "ichidan verb stem", + "romaji": "ake" + }, + "努め": { + "w_type": "ichidan verb stem", + "romaji": "tsutome" + }, + "看": { + "w_type": "ichidan verb stem", + "romaji": "mi" + }, + "腫れ": { + "w_type": "ichidan verb stem", + "romaji": "hare" + }, + "煽り立て": { + "w_type": "ichidan verb stem", + "romaji": "aoritate" + }, + "選ばれ": { + "w_type": "ichidan verb stem", + "romaji": "erabare" + }, + "食いすぎ": { + "w_type": "ichidan verb stem", + "romaji": "kuisugi" + }, + "打っ付け": { + "w_type": "ichidan verb stem", + "romaji": "butsuke" + }, + "吸い付け": { + "w_type": "ichidan verb stem", + "romaji": "suitsuke" + }, + "振り分け": { + "w_type": "ichidan verb stem", + "romaji": "furiwake" + }, + "敗北": { + "w_type": "ichidan verb stem", + "romaji": "make" + }, + "読み合せ": { + "w_type": "ichidan verb stem", + "romaji": "yomiawase" + }, + "狂れ": { + "w_type": "ichidan verb stem", + "romaji": "fure" + }, + "思い合わせ": { + "w_type": "ichidan verb stem", + "romaji": "omoiawase" + }, + "耳馴れ": { + "w_type": "ichidan verb stem", + "romaji": "miminare" + }, + "引き摺られ": { + "w_type": "ichidan verb stem", + "romaji": "hikizurare" + }, + "並みい": { + "w_type": "ichidan verb stem", + "romaji": "namii" + }, + "切付け": { + "w_type": "ichidan verb stem", + "romaji": "kiritsuke" + }, + "芽生え": { + "w_type": "ichidan verb stem", + "romaji": "mebae" + }, + "取極め": { + "w_type": "ichidan verb stem", + "romaji": "torikime" + }, + "使い分け": { + "w_type": "ichidan verb stem", + "romaji": "tsukaiwake" + }, + "歌い上げ": { + "w_type": "ichidan verb stem", + "romaji": "utaiage" + }, + "採り上げ": { + "w_type": "ichidan verb stem", + "romaji": "toriage" + }, + "取下げ": { + "w_type": "ichidan verb stem", + "romaji": "torisage" + }, + "取り止め": { + "w_type": "ichidan verb stem", + "romaji": "toriyame" + }, + "つなぎ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsunagiawase" + }, + "凝らせ": { + "w_type": "ichidan verb stem", + "romaji": "kogorase" + }, + "享け": { + "w_type": "ichidan verb stem", + "romaji": "uke" + }, + "浴びせ": { + "w_type": "ichidan verb stem", + "romaji": "abise" + }, + "抜け出": { + "w_type": "ichidan verb stem", + "romaji": "nukede" + }, + "甘んず": { + "w_type": "ichidan verb stem", + "romaji": "amanzu" + }, + "走りかけ": { + "w_type": "ichidan verb stem", + "romaji": "hashirikake" + }, + "毀れ": { + "w_type": "ichidan verb stem", + "romaji": "koware" + }, + "嗅ぎ分け": { + "w_type": "ichidan verb stem", + "romaji": "kagiwake" + }, + "流行らせ": { + "w_type": "ichidan verb stem", + "romaji": "hayarase" + }, + "心打たれ": { + "w_type": "ichidan verb stem", + "romaji": "kokoroutare" + }, + "咽せ": { + "w_type": "ichidan verb stem", + "romaji": "muse" + }, + "倦き": { + "w_type": "ichidan verb stem", + "romaji": "aki" + }, + "韲え": { + "w_type": "ichidan verb stem", + "romaji": "ae" + }, + "済ませ": { + "w_type": "ichidan verb stem", + "romaji": "sumase" + }, + "乱れ": { + "w_type": "ichidan verb stem", + "romaji": "midare" + }, + "並い": { + "w_type": "ichidan verb stem", + "romaji": "namii" + }, + "召上げ": { + "w_type": "ichidan verb stem", + "romaji": "meshiage" + }, + "書き間違え": { + "w_type": "ichidan verb stem", + "romaji": "kakimachigae" + }, + "認め": { + "w_type": "ichidan verb stem", + "romaji": "mitome" + }, + "打ちひしがれ": { + "w_type": "ichidan verb stem", + "romaji": "uchihishigare" + }, + "取抑え": { + "w_type": "ichidan verb stem", + "romaji": "toriosae" + }, + "組入れ": { + "w_type": "ichidan verb stem", + "romaji": "kumiire" + }, + "突き留め": { + "w_type": "ichidan verb stem", + "romaji": "tsukitome" + }, + "引っ込め": { + "w_type": "ichidan verb stem", + "romaji": "hikkome" + }, + "結び付け": { + "w_type": "ichidan verb stem", + "romaji": "musubitsuke" + }, + "払い退け": { + "w_type": "ichidan verb stem", + "romaji": "harainoke" + }, + "打ち始め": { + "w_type": "ichidan verb stem", + "romaji": "uchihajime" + }, + "掻き合せ": { + "w_type": "ichidan verb stem", + "romaji": "kakiawase" + }, + "問合わせ": { + "w_type": "ichidan verb stem", + "romaji": "toiawase" + }, + "断じ": { + "w_type": "ichidan verb stem", + "romaji": "danji" + }, + "喚き立て": { + "w_type": "ichidan verb stem", + "romaji": "wamekitate" + }, + "寝": { + "w_type": "ichidan verb stem", + "romaji": "ne" + }, + "抱えあげ": { + "w_type": "ichidan verb stem", + "romaji": "kakaeage" + }, + "押詰め": { + "w_type": "ichidan verb stem", + "romaji": "oshitsume" + }, + "通り抜け": { + "w_type": "ichidan verb stem", + "romaji": "toorinuke" + }, + "篩い分け": { + "w_type": "ichidan verb stem", + "romaji": "furuiwake" + }, + "押え付け": { + "w_type": "ichidan verb stem", + "romaji": "osaetsuke" + }, + "借上げ": { + "w_type": "ichidan verb stem", + "romaji": "kariage" + }, + "空っとぼけ": { + "w_type": "ichidan verb stem", + "romaji": "sorattoboke" + }, + "振向け": { + "w_type": "ichidan verb stem", + "romaji": "furimuke" + }, + "消し止め": { + "w_type": "ichidan verb stem", + "romaji": "keshitome" + }, + "押分け": { + "w_type": "ichidan verb stem", + "romaji": "oshiwake" + }, + "引っくるめ": { + "w_type": "ichidan verb stem", + "romaji": "hikkurume" + }, + "かき集め": { + "w_type": "ichidan verb stem", + "romaji": "kakiatsume" + }, + "傾け": { + "w_type": "ichidan verb stem", + "romaji": "katamuke" + }, + "奉じ": { + "w_type": "ichidan verb stem", + "romaji": "houji" + }, + "煮え": { + "w_type": "ichidan verb stem", + "romaji": "nie" + }, + "凍え": { + "w_type": "ichidan verb stem", + "romaji": "kogoe" + }, + "昂じ": { + "w_type": "ichidan verb stem", + "romaji": "kouji" + }, + "秀で": { + "w_type": "ichidan verb stem", + "romaji": "hiide" + }, + "下げ": { + "w_type": "ichidan verb stem", + "romaji": "sage" + }, + "腑抜け": { + "w_type": "ichidan verb stem", + "romaji": "funuke" + }, + "踏ん付け": { + "w_type": "ichidan verb stem", + "romaji": "funzuke" + }, + "釣り上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsuriage" + }, + "誘き寄せ": { + "w_type": "ichidan verb stem", + "romaji": "obikiyose" + }, + "潰れ": { + "w_type": "ichidan verb stem", + "romaji": "tsubure" + }, + "生き長らえ": { + "w_type": "ichidan verb stem", + "romaji": "ikinagarae" + }, + "心がけ": { + "w_type": "ichidan verb stem", + "romaji": "kokorogake" + }, + "切り分け": { + "w_type": "ichidan verb stem", + "romaji": "kiriwake" + }, + "考えあぐね": { + "w_type": "ichidan verb stem", + "romaji": "kangaeagune" + }, + "縮らせ": { + "w_type": "ichidan verb stem", + "romaji": "chijirase" + }, + "見あげ": { + "w_type": "ichidan verb stem", + "romaji": "miage" + }, + "憶え": { + "w_type": "ichidan verb stem", + "romaji": "oboe" + }, + "言当て": { + "w_type": "ichidan verb stem", + "romaji": "iiate" + }, + "飛び越え": { + "w_type": "ichidan verb stem", + "romaji": "tobikoe" + }, + "涸れ": { + "w_type": "ichidan verb stem", + "romaji": "kare" + }, + "でっち上げ": { + "w_type": "ichidan verb stem", + "romaji": "detchiage" + }, + "言い始め": { + "w_type": "ichidan verb stem", + "romaji": "iihajime" + }, + "踏み付け": { + "w_type": "ichidan verb stem", + "romaji": "fumitsuke" + }, + "見かね": { + "w_type": "ichidan verb stem", + "romaji": "mikane" + }, + "繰り下げ": { + "w_type": "ichidan verb stem", + "romaji": "kurisage" + }, + "安くあげ": { + "w_type": "ichidan verb stem", + "romaji": "yasukuage" + }, + "了え": { + "w_type": "ichidan verb stem", + "romaji": "oe" + }, + "諦め": { + "w_type": "ichidan verb stem", + "romaji": "akirame" + }, + "抱きよせ": { + "w_type": "ichidan verb stem", + "romaji": "dakiyose" + }, + "通い慣れ": { + "w_type": "ichidan verb stem", + "romaji": "kayoinare" + }, + "囃し立て": { + "w_type": "ichidan verb stem", + "romaji": "hayashitate" + }, + "訪れ": { + "w_type": "ichidan verb stem", + "romaji": "otozure" + }, + "騒ぎたて": { + "w_type": "ichidan verb stem", + "romaji": "sawagitate" + }, + "衝き上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsukiage" + }, + "見うけ": { + "w_type": "ichidan verb stem", + "romaji": "miuke" + }, + "振り掛け": { + "w_type": "ichidan verb stem", + "romaji": "furikake" + }, + "やり過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "yarisugi" + }, + "生れ": { + "w_type": "ichidan verb stem", + "romaji": "umare" + }, + "汚れ": { + "w_type": "ichidan verb stem", + "romaji": "yogore" + }, + "押し入れ": { + "w_type": "ichidan verb stem", + "romaji": "oshiire" + }, + "干枯び": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "思いつめ": { + "w_type": "ichidan verb stem", + "romaji": "omoitsume" + }, + "逃げおおせ": { + "w_type": "ichidan verb stem", + "romaji": "nigeoose" + }, + "練り合せ": { + "w_type": "ichidan verb stem", + "romaji": "neriawase" + }, + "混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "maze" + }, + "事足り": { + "w_type": "ichidan verb stem", + "romaji": "kototari" + }, + "差し支え": { + "w_type": "ichidan verb stem", + "romaji": "sashitsukae" + }, + "悶え": { + "w_type": "ichidan verb stem", + "romaji": "modae" + }, + "墜ち": { + "w_type": "ichidan verb stem", + "romaji": "ochi" + }, + "埋け": { + "w_type": "ichidan verb stem", + "romaji": "ike" + }, + "殴りつけ": { + "w_type": "ichidan verb stem", + "romaji": "naguritsuke" + }, + "持ち上げ": { + "w_type": "ichidan verb stem", + "romaji": "mochiage" + }, + "張り付け": { + "w_type": "ichidan verb stem", + "romaji": "haritsuke" + }, + "燃え": { + "w_type": "ichidan verb stem", + "romaji": "moe" + }, + "俯せ": { + "w_type": "ichidan verb stem", + "romaji": "utsubuse" + }, + "張替え": { + "w_type": "ichidan verb stem", + "romaji": "harikae" + }, + "濳め": { + "w_type": "ichidan verb stem", + "romaji": "hisome" + }, + "押しのけ": { + "w_type": "ichidan verb stem", + "romaji": "oshinoke" + }, + "言立て": { + "w_type": "ichidan verb stem", + "romaji": "iitate" + }, + "居あわせ": { + "w_type": "ichidan verb stem", + "romaji": "iawase" + }, + "爛れ": { + "w_type": "ichidan verb stem", + "romaji": "tadare" + }, + "考え": { + "w_type": "ichidan verb stem", + "romaji": "kangae" + }, + "迸しり出": { + "w_type": "ichidan verb stem", + "romaji": "hotobashiride" + }, + "旅馴れ": { + "w_type": "ichidan verb stem", + "romaji": "tabinare" + }, + "乾枯らび": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "撫でつけ": { + "w_type": "ichidan verb stem", + "romaji": "nadetsuke" + }, + "弊え": { + "w_type": "ichidan verb stem", + "romaji": "tsuie" + }, + "繋ぎあわせ": { + "w_type": "ichidan verb stem", + "romaji": "tsunagiawase" + }, + "印象付け": { + "w_type": "ichidan verb stem", + "romaji": "inshouzuke" + }, + "気押され": { + "w_type": "ichidan verb stem", + "romaji": "keosare" + }, + "捻じ曲げ": { + "w_type": "ichidan verb stem", + "romaji": "nejimage" + }, + "生き存らえ": { + "w_type": "ichidan verb stem", + "romaji": "ikinagarae" + }, + "振れ": { + "w_type": "ichidan verb stem", + "romaji": "fure" + }, + "書きあげ": { + "w_type": "ichidan verb stem", + "romaji": "kakiage" + }, + "雪崩落ち": { + "w_type": "ichidan verb stem", + "romaji": "nadareochi" + }, + "折り重ね": { + "w_type": "ichidan verb stem", + "romaji": "orikasane" + }, + "雑え": { + "w_type": "ichidan verb stem", + "romaji": "majie" + }, + "凭せ掛け": { + "w_type": "ichidan verb stem", + "romaji": "motasekake" + }, + "突き退け": { + "w_type": "ichidan verb stem", + "romaji": "tsukinoke" + }, + "撥ね除け": { + "w_type": "ichidan verb stem", + "romaji": "hanenoke" + }, + "含ませ": { + "w_type": "ichidan verb stem", + "romaji": "fukumase" + }, + "悴せ": { + "w_type": "ichidan verb stem", + "romaji": "kase" + }, + "列ね": { + "w_type": "ichidan verb stem", + "romaji": "tsurane" + }, + "取混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "torimaze" + }, + "震撼させ": { + "w_type": "ichidan verb stem", + "romaji": "shinkansase" + }, + "掻き立て": { + "w_type": "ichidan verb stem", + "romaji": "kakitate" + }, + "搗き交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "tsukimaze" + }, + "待設け": { + "w_type": "ichidan verb stem", + "romaji": "machimouke" + }, + "惹きつけ": { + "w_type": "ichidan verb stem", + "romaji": "hikitsuke" + }, + "書き集め": { + "w_type": "ichidan verb stem", + "romaji": "kakiatsume" + }, + "炊け": { + "w_type": "ichidan verb stem", + "romaji": "take" + }, + "解れ": { + "w_type": "ichidan verb stem", + "romaji": "hogure" + }, + "細め": { + "w_type": "ichidan verb stem", + "romaji": "hosome" + }, + "変り果て": { + "w_type": "ichidan verb stem", + "romaji": "kawarihate" + }, + "詠ず": { + "w_type": "ichidan verb stem", + "romaji": "eizu" + }, + "誉め": { + "w_type": "ichidan verb stem", + "romaji": "home" + }, + "取揃え": { + "w_type": "ichidan verb stem", + "romaji": "torisoroe" + }, + "断え": { + "w_type": "ichidan verb stem", + "romaji": "tae" + }, + "見なれ": { + "w_type": "ichidan verb stem", + "romaji": "minare" + }, + "長ず": { + "w_type": "ichidan verb stem", + "romaji": "chouzu" + }, + "しな垂れ": { + "w_type": "ichidan verb stem", + "romaji": "shinadare" + }, + "申し合わせ": { + "w_type": "ichidan verb stem", + "romaji": "moushiawase" + }, + "切りつめ": { + "w_type": "ichidan verb stem", + "romaji": "kiritsume" + }, + "攻立て": { + "w_type": "ichidan verb stem", + "romaji": "semetate" + }, + "拡げ": { + "w_type": "ichidan verb stem", + "romaji": "hiroge" + }, + "明け暮れ": { + "w_type": "ichidan verb stem", + "romaji": "akekure" + }, + "遂せ": { + "w_type": "ichidan verb stem", + "romaji": "oose" + }, + "引き立て": { + "w_type": "ichidan verb stem", + "romaji": "hikitate" + }, + "設え": { + "w_type": "ichidan verb stem", + "romaji": "shitsurae" + }, + "約め": { + "w_type": "ichidan verb stem", + "romaji": "tsuzume" + }, + "着膨れ": { + "w_type": "ichidan verb stem", + "romaji": "kibukure" + }, + "切抜け": { + "w_type": "ichidan verb stem", + "romaji": "kirinuke" + }, + "買い入れ": { + "w_type": "ichidan verb stem", + "romaji": "kaiire" + }, + "吹変え": { + "w_type": "ichidan verb stem", + "romaji": "fukikae" + }, + "扱き交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kokimaze" + }, + "書連ね": { + "w_type": "ichidan verb stem", + "romaji": "kakitsurane" + }, + "剥げ落ち": { + "w_type": "ichidan verb stem", + "romaji": "hageochi" + }, + "切り抜け": { + "w_type": "ichidan verb stem", + "romaji": "kirinuke" + }, + "押っ立て": { + "w_type": "ichidan verb stem", + "romaji": "ottate" + }, + "〆": { + "w_type": "ichidan verb stem", + "romaji": "shime" + }, + "斬り付け": { + "w_type": "ichidan verb stem", + "romaji": "kiritsuke" + }, + "移しかえ": { + "w_type": "ichidan verb stem", + "romaji": "utsushikae" + }, + "短すぎ": { + "w_type": "ichidan verb stem", + "romaji": "mijikasugi" + }, + "着せ替え": { + "w_type": "ichidan verb stem", + "romaji": "kisekae" + }, + "生きのび": { + "w_type": "ichidan verb stem", + "romaji": "ikinobi" + }, + "打ち撒け": { + "w_type": "ichidan verb stem", + "romaji": "buchimake" + }, + "引っ立て": { + "w_type": "ichidan verb stem", + "romaji": "hittate" + }, + "取りいれ": { + "w_type": "ichidan verb stem", + "romaji": "toriire" + }, + "慊り": { + "w_type": "ichidan verb stem", + "romaji": "akitari" + }, + "受け": { + "w_type": "ichidan verb stem", + "romaji": "uke" + }, + "色褪せ": { + "w_type": "ichidan verb stem", + "romaji": "iroase" + }, + "捏ね": { + "w_type": "ichidan verb stem", + "romaji": "kone" + }, + "番え": { + "w_type": "ichidan verb stem", + "romaji": "tsugae" + }, + "譬え": { + "w_type": "ichidan verb stem", + "romaji": "tatoe" + }, + "焼け焦げ": { + "w_type": "ichidan verb stem", + "romaji": "yakekoge" + }, + "乗り逸れ": { + "w_type": "ichidan verb stem", + "romaji": "norihagure" + }, + "言い含め": { + "w_type": "ichidan verb stem", + "romaji": "iifukume" + }, + "踏んづけ": { + "w_type": "ichidan verb stem", + "romaji": "funzuke" + }, + "吹出": { + "w_type": "ichidan verb stem", + "romaji": "fukide" + }, + "交ぜ合わせ": { + "w_type": "ichidan verb stem", + "romaji": "mazeawase" + }, + "押しあげ": { + "w_type": "ichidan verb stem", + "romaji": "oshiage" + }, + "せき止め": { + "w_type": "ichidan verb stem", + "romaji": "sekitome" + }, + "刈りそろえ": { + "w_type": "ichidan verb stem", + "romaji": "karisoroe" + }, + "振られ": { + "w_type": "ichidan verb stem", + "romaji": "furare" + }, + "読み替え": { + "w_type": "ichidan verb stem", + "romaji": "yomikae" + }, + "圧し曲げ": { + "w_type": "ichidan verb stem", + "romaji": "heshimage" + }, + "纏め上げ": { + "w_type": "ichidan verb stem", + "romaji": "matomeage" + }, + "巫山戯": { + "w_type": "ichidan verb stem", + "romaji": "fuzake" + }, + "項垂れ": { + "w_type": "ichidan verb stem", + "romaji": "unadare" + }, + "揉め": { + "w_type": "ichidan verb stem", + "romaji": "mome" + }, + "言いつけ": { + "w_type": "ichidan verb stem", + "romaji": "iitsuke" + }, + "相似": { + "w_type": "ichidan verb stem", + "romaji": "aini" + }, + "差し換え": { + "w_type": "ichidan verb stem", + "romaji": "sashikae" + }, + "鏤め": { + "w_type": "ichidan verb stem", + "romaji": "chiribame" + }, + "押広げ": { + "w_type": "ichidan verb stem", + "romaji": "oshihiroge" + }, + "ねじ伏せ": { + "w_type": "ichidan verb stem", + "romaji": "nejifuse" + }, + "叱りつけ": { + "w_type": "ichidan verb stem", + "romaji": "shikaritsuke" + }, + "盛りつけ": { + "w_type": "ichidan verb stem", + "romaji": "moritsuke" + }, + "考えすぎ": { + "w_type": "ichidan verb stem", + "romaji": "kangaesugi" + }, + "張り替え": { + "w_type": "ichidan verb stem", + "romaji": "harikae" + }, + "溢れ": { + "w_type": "ichidan verb stem", + "romaji": "afure" + }, + "誡め": { + "w_type": "ichidan verb stem", + "romaji": "imashime" + }, + "聴え": { + "w_type": "ichidan verb stem", + "romaji": "kikoe" + }, + "見馴れ": { + "w_type": "ichidan verb stem", + "romaji": "minare" + }, + "釣り込まれ": { + "w_type": "ichidan verb stem", + "romaji": "tsurikomare" + }, + "塗替え": { + "w_type": "ichidan verb stem", + "romaji": "nurikae" + }, + "酔いつぶれ": { + "w_type": "ichidan verb stem", + "romaji": "yoitsubure" + }, + "干涸び": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "足り": { + "w_type": "ichidan verb stem", + "romaji": "tari" + }, + "注ぎ入れ": { + "w_type": "ichidan verb stem", + "romaji": "sosogiire" + }, + "言過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "iisugi" + }, + "差し控え": { + "w_type": "ichidan verb stem", + "romaji": "sashihikae" + }, + "究め": { + "w_type": "ichidan verb stem", + "romaji": "kiwame" + }, + "握らせ": { + "w_type": "ichidan verb stem", + "romaji": "nigirase" + }, + "出遅れ": { + "w_type": "ichidan verb stem", + "romaji": "deokure" + }, + "塗りたて": { + "w_type": "ichidan verb stem", + "romaji": "nuritate" + }, + "震れ": { + "w_type": "ichidan verb stem", + "romaji": "fure" + }, + "申しつけ": { + "w_type": "ichidan verb stem", + "romaji": "moushitsuke" + }, + "同ず": { + "w_type": "ichidan verb stem", + "romaji": "douzu" + }, + "少な過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "sukunasugi" + }, + "並び変え": { + "w_type": "ichidan verb stem", + "romaji": "narabikae" + }, + "取纏め": { + "w_type": "ichidan verb stem", + "romaji": "torimatome" + }, + "たくし上げ": { + "w_type": "ichidan verb stem", + "romaji": "takushiage" + }, + "呼びかけ": { + "w_type": "ichidan verb stem", + "romaji": "yobikake" + }, + "移し替え": { + "w_type": "ichidan verb stem", + "romaji": "utsushikae" + }, + "擦り剥け": { + "w_type": "ichidan verb stem", + "romaji": "surimuke" + }, + "現れ": { + "w_type": "ichidan verb stem", + "romaji": "araware" + }, + "蹴上げ": { + "w_type": "ichidan verb stem", + "romaji": "keage" + }, + "関連づけ": { + "w_type": "ichidan verb stem", + "romaji": "kanrenzuke" + }, + "見間違え": { + "w_type": "ichidan verb stem", + "romaji": "mimachigae" + }, + "為し終え": { + "w_type": "ichidan verb stem", + "romaji": "nashioe" + }, + "抜け落ち": { + "w_type": "ichidan verb stem", + "romaji": "nukeochi" + }, + "心掛け": { + "w_type": "ichidan verb stem", + "romaji": "kokorogake" + }, + "膿み爛れ": { + "w_type": "ichidan verb stem", + "romaji": "umitadare" + }, + "吹っかけ": { + "w_type": "ichidan verb stem", + "romaji": "fukkake" + }, + "刈り揃え": { + "w_type": "ichidan verb stem", + "romaji": "karisoroe" + }, + "引締め": { + "w_type": "ichidan verb stem", + "romaji": "hikishime" + }, + "吹きつけ": { + "w_type": "ichidan verb stem", + "romaji": "fukitsuke" + }, + "点て": { + "w_type": "ichidan verb stem", + "romaji": "tate" + }, + "編みあげ": { + "w_type": "ichidan verb stem", + "romaji": "amiage" + }, + "准ず": { + "w_type": "ichidan verb stem", + "romaji": "junzu" + }, + "受け止め": { + "w_type": "ichidan verb stem", + "romaji": "uketome" + }, + "打ちたて": { + "w_type": "ichidan verb stem", + "romaji": "uchitate" + }, + "待ち侘び": { + "w_type": "ichidan verb stem", + "romaji": "machiwabi" + }, + "計られ": { + "w_type": "ichidan verb stem", + "romaji": "hakarare" + }, + "賞め": { + "w_type": "ichidan verb stem", + "romaji": "home" + }, + "書き並べ": { + "w_type": "ichidan verb stem", + "romaji": "kakinarabe" + }, + "吹き分け": { + "w_type": "ichidan verb stem", + "romaji": "fukiwake" + }, + "鳴き別れ": { + "w_type": "ichidan verb stem", + "romaji": "nakiwakare" + }, + "乗りかえ": { + "w_type": "ichidan verb stem", + "romaji": "norikae" + }, + "ほめ立て": { + "w_type": "ichidan verb stem", + "romaji": "hometate" + }, + "願い求め": { + "w_type": "ichidan verb stem", + "romaji": "negaimotome" + }, + "待伏せ": { + "w_type": "ichidan verb stem", + "romaji": "machibuse" + }, + "せき立て": { + "w_type": "ichidan verb stem", + "romaji": "sekitate" + }, + "恋い焦がれ": { + "w_type": "ichidan verb stem", + "romaji": "koikogare" + }, + "降り籠め": { + "w_type": "ichidan verb stem", + "romaji": "furikome" + }, + "極力つとめ": { + "w_type": "ichidan verb stem", + "romaji": "kyokuryokutsutome" + }, + "咳き上げ": { + "w_type": "ichidan verb stem", + "romaji": "sekiage" + }, + "仰ぎ見": { + "w_type": "ichidan verb stem", + "romaji": "aogimi" + }, + "泣き濡れ": { + "w_type": "ichidan verb stem", + "romaji": "nakinure" + }, + "癒え": { + "w_type": "ichidan verb stem", + "romaji": "ie" + }, + "垂れ籠め": { + "w_type": "ichidan verb stem", + "romaji": "tarekome" + }, + "縫合せ": { + "w_type": "ichidan verb stem", + "romaji": "nuiawase" + }, + "かみ合せ": { + "w_type": "ichidan verb stem", + "romaji": "kamiawase" + }, + "懐け": { + "w_type": "ichidan verb stem", + "romaji": "natsuke" + }, + "効かせ": { + "w_type": "ichidan verb stem", + "romaji": "kikase" + }, + "歩み続け": { + "w_type": "ichidan verb stem", + "romaji": "ayumitsuzuke" + }, + "綯い交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "naimaze" + }, + "吸寄せ": { + "w_type": "ichidan verb stem", + "romaji": "suiyose" + }, + "撃たれ": { + "w_type": "ichidan verb stem", + "romaji": "utare" + }, + "罷め": { + "w_type": "ichidan verb stem", + "romaji": "yame" + }, + "兼ね備え": { + "w_type": "ichidan verb stem", + "romaji": "kanesonae" + }, + "保ち続け": { + "w_type": "ichidan verb stem", + "romaji": "tamochitsuzuke" + }, + "垂れ下げ": { + "w_type": "ichidan verb stem", + "romaji": "taresage" + }, + "受け容れ": { + "w_type": "ichidan verb stem", + "romaji": "ukeire" + }, + "殺め": { + "w_type": "ichidan verb stem", + "romaji": "ayame" + }, + "釣り下げ": { + "w_type": "ichidan verb stem", + "romaji": "tsurisage" + }, + "疎んじ": { + "w_type": "ichidan verb stem", + "romaji": "utonji" + }, + "引きいれ": { + "w_type": "ichidan verb stem", + "romaji": "hikiire" + }, + "並変え": { + "w_type": "ichidan verb stem", + "romaji": "narabikae" + }, + "生き永らえ": { + "w_type": "ichidan verb stem", + "romaji": "ikinagarae" + }, + "働き過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "hatarakisugi" + }, + "訊ね": { + "w_type": "ichidan verb stem", + "romaji": "tazune" + }, + "打眺め": { + "w_type": "ichidan verb stem", + "romaji": "uchinagame" + }, + "駈降り": { + "w_type": "ichidan verb stem", + "romaji": "kakeori" + }, + "勝れ": { + "w_type": "ichidan verb stem", + "romaji": "sugure" + }, + "勤め上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsutomeage" + }, + "醒め": { + "w_type": "ichidan verb stem", + "romaji": "same" + }, + "けた上げ": { + "w_type": "ichidan verb stem", + "romaji": "ketaage" + }, + "出始め": { + "w_type": "ichidan verb stem", + "romaji": "dehajime" + }, + "輔け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "盈ち": { + "w_type": "ichidan verb stem", + "romaji": "michi" + }, + "愧じ": { + "w_type": "ichidan verb stem", + "romaji": "haji" + }, + "尋ね求め": { + "w_type": "ichidan verb stem", + "romaji": "tazunemotome" + }, + "並み外れ": { + "w_type": "ichidan verb stem", + "romaji": "namihazure" + }, + "放れ": { + "w_type": "ichidan verb stem", + "romaji": "hanare" + }, + "言い添え": { + "w_type": "ichidan verb stem", + "romaji": "iisoe" + }, + "鎔け": { + "w_type": "ichidan verb stem", + "romaji": "toke" + }, + "運命付け": { + "w_type": "ichidan verb stem", + "romaji": "unmeizuke" + }, + "痩せ": { + "w_type": "ichidan verb stem", + "romaji": "yase" + }, + "産み付け": { + "w_type": "ichidan verb stem", + "romaji": "umitsuke" + }, + "塗り替え": { + "w_type": "ichidan verb stem", + "romaji": "nurikae" + }, + "繰寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kuriyose" + }, + "刈入れ": { + "w_type": "ichidan verb stem", + "romaji": "kariire" + }, + "誘い掛け": { + "w_type": "ichidan verb stem", + "romaji": "sasoikake" + }, + "遣りつけ": { + "w_type": "ichidan verb stem", + "romaji": "yaritsuke" + }, + "鳴きたて": { + "w_type": "ichidan verb stem", + "romaji": "nakitate" + }, + "組み合せ": { + "w_type": "ichidan verb stem", + "romaji": "kumiawase" + }, + "焙ず": { + "w_type": "ichidan verb stem", + "romaji": "houzu" + }, + "練り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "neriawase" + }, + "痩せこけ": { + "w_type": "ichidan verb stem", + "romaji": "yasekoke" + }, + "附け加え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekuwae" + }, + "えり分け": { + "w_type": "ichidan verb stem", + "romaji": "yoriwake" + }, + "高め": { + "w_type": "ichidan verb stem", + "romaji": "takame" + }, + "思い見": { + "w_type": "ichidan verb stem", + "romaji": "omoimi" + }, + "追立て": { + "w_type": "ichidan verb stem", + "romaji": "oitate" + }, + "食べなれ": { + "w_type": "ichidan verb stem", + "romaji": "tabenare" + }, + "取合わせ": { + "w_type": "ichidan verb stem", + "romaji": "toriawase" + }, + "ふて腐れ": { + "w_type": "ichidan verb stem", + "romaji": "futekusare" + }, + "召ず": { + "w_type": "ichidan verb stem", + "romaji": "shouzu" + }, + "悄気": { + "w_type": "ichidan verb stem", + "romaji": "shoge" + }, + "浮かべ": { + "w_type": "ichidan verb stem", + "romaji": "ukabe" + }, + "悔い改め": { + "w_type": "ichidan verb stem", + "romaji": "kuiaratame" + }, + "思い浮かべ": { + "w_type": "ichidan verb stem", + "romaji": "omoiukabe" + }, + "詰掛け": { + "w_type": "ichidan verb stem", + "romaji": "tsumekake" + }, + "逃げのび": { + "w_type": "ichidan verb stem", + "romaji": "nigenobi" + }, + "擦り合せ": { + "w_type": "ichidan verb stem", + "romaji": "suriawase" + }, + "手がけ": { + "w_type": "ichidan verb stem", + "romaji": "tegake" + }, + "変え": { + "w_type": "ichidan verb stem", + "romaji": "kae" + }, + "居続け": { + "w_type": "ichidan verb stem", + "romaji": "itsuzuke" + }, + "煉り上げ": { + "w_type": "ichidan verb stem", + "romaji": "neriage" + }, + "懸け隔て": { + "w_type": "ichidan verb stem", + "romaji": "kakehedate" + }, + "飲まれ": { + "w_type": "ichidan verb stem", + "romaji": "nomare" + }, + "為付け": { + "w_type": "ichidan verb stem", + "romaji": "shitsuke" + }, + "動き掛け": { + "w_type": "ichidan verb stem", + "romaji": "ugokikake" + }, + "閉込め": { + "w_type": "ichidan verb stem", + "romaji": "tojikome" + }, + "煉れ": { + "w_type": "ichidan verb stem", + "romaji": "nere" + }, + "言掛け": { + "w_type": "ichidan verb stem", + "romaji": "iikake" + }, + "蕩け": { + "w_type": "ichidan verb stem", + "romaji": "toroke" + }, + "見たて": { + "w_type": "ichidan verb stem", + "romaji": "mitate" + }, + "差替え": { + "w_type": "ichidan verb stem", + "romaji": "sashikae" + }, + "為遂げ": { + "w_type": "ichidan verb stem", + "romaji": "shitoge" + }, + "持ち掛け": { + "w_type": "ichidan verb stem", + "romaji": "mochikake" + }, + "休ませ": { + "w_type": "ichidan verb stem", + "romaji": "yasumase" + }, + "建て替え": { + "w_type": "ichidan verb stem", + "romaji": "tatekae" + }, + "持たせ": { + "w_type": "ichidan verb stem", + "romaji": "motase" + }, + "合せ": { + "w_type": "ichidan verb stem", + "romaji": "awase" + }, + "引き合わせ": { + "w_type": "ichidan verb stem", + "romaji": "hikiawase" + }, + "行われ": { + "w_type": "ichidan verb stem", + "romaji": "okonaware" + }, + "貶め": { + "w_type": "ichidan verb stem", + "romaji": "otoshime" + }, + "咲き溢れ": { + "w_type": "ichidan verb stem", + "romaji": "sakikobore" + }, + "取籠め": { + "w_type": "ichidan verb stem", + "romaji": "torikome" + }, + "染み出": { + "w_type": "ichidan verb stem", + "romaji": "shimide" + }, + "嗅ぎ当て": { + "w_type": "ichidan verb stem", + "romaji": "kagiate" + }, + "通いなれ": { + "w_type": "ichidan verb stem", + "romaji": "kayoinare" + }, + "年老い": { + "w_type": "ichidan verb stem", + "romaji": "toshioi" + }, + "競り上げ": { + "w_type": "ichidan verb stem", + "romaji": "seriage" + }, + "生長らえ": { + "w_type": "ichidan verb stem", + "romaji": "ikinagarae" + }, + "容れ": { + "w_type": "ichidan verb stem", + "romaji": "ire" + }, + "薫じ": { + "w_type": "ichidan verb stem", + "romaji": "kunji" + }, + "仕え": { + "w_type": "ichidan verb stem", + "romaji": "tsukae" + }, + "狂わせ": { + "w_type": "ichidan verb stem", + "romaji": "kuruwase" + }, + "求め": { + "w_type": "ichidan verb stem", + "romaji": "motome" + }, + "温め": { + "w_type": "ichidan verb stem", + "romaji": "atatame" + }, + "行暮れ": { + "w_type": "ichidan verb stem", + "romaji": "yukikure" + }, + "読替え": { + "w_type": "ichidan verb stem", + "romaji": "yomikae" + }, + "着れ": { + "w_type": "ichidan verb stem", + "romaji": "kire" + }, + "言忘れ": { + "w_type": "ichidan verb stem", + "romaji": "iiwasure" + }, + "抑え": { + "w_type": "ichidan verb stem", + "romaji": "osae" + }, + "通ず": { + "w_type": "ichidan verb stem", + "romaji": "tsuuzu" + }, + "吹きぬけ": { + "w_type": "ichidan verb stem", + "romaji": "fukinuke" + }, + "取り付かれ": { + "w_type": "ichidan verb stem", + "romaji": "toritsukare" + }, + "食べはじめ": { + "w_type": "ichidan verb stem", + "romaji": "tabehajime" + }, + "遅れ": { + "w_type": "ichidan verb stem", + "romaji": "okure" + }, + "洩れ": { + "w_type": "ichidan verb stem", + "romaji": "more" + }, + "召され": { + "w_type": "ichidan verb stem", + "romaji": "mesare" + }, + "啜り上げ": { + "w_type": "ichidan verb stem", + "romaji": "susuriage" + }, + "魅せられ": { + "w_type": "ichidan verb stem", + "romaji": "miserare" + }, + "取り纏め": { + "w_type": "ichidan verb stem", + "romaji": "torimatome" + }, + "溶け": { + "w_type": "ichidan verb stem", + "romaji": "toke" + }, + "割当て": { + "w_type": "ichidan verb stem", + "romaji": "wariate" + }, + "ふるい分け": { + "w_type": "ichidan verb stem", + "romaji": "furuiwake" + }, + "呼びよせ": { + "w_type": "ichidan verb stem", + "romaji": "yobiyose" + }, + "はがれ落ち": { + "w_type": "ichidan verb stem", + "romaji": "hagareochi" + }, + "塗り込め": { + "w_type": "ichidan verb stem", + "romaji": "nurikome" + }, + "長け": { + "w_type": "ichidan verb stem", + "romaji": "take" + }, + "泡立て": { + "w_type": "ichidan verb stem", + "romaji": "awadate" + }, + "しゃくり上げ": { + "w_type": "ichidan verb stem", + "romaji": "shakuriage" + }, + "言い付け": { + "w_type": "ichidan verb stem", + "romaji": "iitsuke" + }, + "書き続け": { + "w_type": "ichidan verb stem", + "romaji": "kakitsuzuke" + }, + "生れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "umareochi" + }, + "揺れ": { + "w_type": "ichidan verb stem", + "romaji": "yure" + }, + "捻曲げ": { + "w_type": "ichidan verb stem", + "romaji": "nejimage" + }, + "引当て": { + "w_type": "ichidan verb stem", + "romaji": "hikiate" + }, + "照付け": { + "w_type": "ichidan verb stem", + "romaji": "teritsuke" + }, + "擦り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "suriawase" + }, + "飽足り": { + "w_type": "ichidan verb stem", + "romaji": "akitari" + }, + "焼け落ち": { + "w_type": "ichidan verb stem", + "romaji": "yakeochi" + }, + "締めつけ": { + "w_type": "ichidan verb stem", + "romaji": "shimetsuke" + }, + "眺め": { + "w_type": "ichidan verb stem", + "romaji": "nagame" + }, + "くっ付け": { + "w_type": "ichidan verb stem", + "romaji": "kuttsuke" + }, + "引き揚げ": { + "w_type": "ichidan verb stem", + "romaji": "hikiage" + }, + "受け付け": { + "w_type": "ichidan verb stem", + "romaji": "uketsuke" + }, + "暮れかけ": { + "w_type": "ichidan verb stem", + "romaji": "kurekake" + }, + "問いつめ": { + "w_type": "ichidan verb stem", + "romaji": "toitsume" + }, + "飛び起き": { + "w_type": "ichidan verb stem", + "romaji": "tobioki" + }, + "引っ付け": { + "w_type": "ichidan verb stem", + "romaji": "hittsuke" + }, + "取り捨て": { + "w_type": "ichidan verb stem", + "romaji": "torisute" + }, + "踏みつけ": { + "w_type": "ichidan verb stem", + "romaji": "fumitsuke" + }, + "長過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "nagasugi" + }, + "引付け": { + "w_type": "ichidan verb stem", + "romaji": "hikitsuke" + }, + "産みつけ": { + "w_type": "ichidan verb stem", + "romaji": "umitsuke" + }, + "運び入れ": { + "w_type": "ichidan verb stem", + "romaji": "hakobiire" + }, + "漕ぎつけ": { + "w_type": "ichidan verb stem", + "romaji": "kogitsuke" + }, + "あり合わせ": { + "w_type": "ichidan verb stem", + "romaji": "ariawase" + }, + "鎮め": { + "w_type": "ichidan verb stem", + "romaji": "shizume" + }, + "薄れ": { + "w_type": "ichidan verb stem", + "romaji": "usure" + }, + "当て": { + "w_type": "ichidan verb stem", + "romaji": "ate" + }, + "扱き雑ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kokimaze" + }, + "申し添え": { + "w_type": "ichidan verb stem", + "romaji": "moushisoe" + }, + "漏れ落ち": { + "w_type": "ichidan verb stem", + "romaji": "moreochi" + }, + "乗り付け": { + "w_type": "ichidan verb stem", + "romaji": "noritsuke" + }, + "歪め": { + "w_type": "ichidan verb stem", + "romaji": "yugame" + }, + "捏っち上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsukunetchiage" + }, + "有触れ": { + "w_type": "ichidan verb stem", + "romaji": "arifure" + }, + "来付け": { + "w_type": "ichidan verb stem", + "romaji": "kitsuke" + }, + "差違え": { + "w_type": "ichidan verb stem", + "romaji": "sashichigae" + }, + "休め": { + "w_type": "ichidan verb stem", + "romaji": "yasume" + }, + "逃げ延び": { + "w_type": "ichidan verb stem", + "romaji": "nigenobi" + }, + "闌け": { + "w_type": "ichidan verb stem", + "romaji": "take" + }, + "稼げ": { + "w_type": "ichidan verb stem", + "romaji": "kasege" + }, + "憧れ": { + "w_type": "ichidan verb stem", + "romaji": "akogare" + }, + "摩り切れ": { + "w_type": "ichidan verb stem", + "romaji": "surikire" + }, + "登り詰め": { + "w_type": "ichidan verb stem", + "romaji": "noboritsume" + }, + "結べ": { + "w_type": "ichidan verb stem", + "romaji": "musube" + }, + "突っぱね": { + "w_type": "ichidan verb stem", + "romaji": "tsuppane" + }, + "呼び入れ": { + "w_type": "ichidan verb stem", + "romaji": "yobiire" + }, + "植付け": { + "w_type": "ichidan verb stem", + "romaji": "uetsuke" + }, + "詰合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsumeawase" + }, + "見較べ": { + "w_type": "ichidan verb stem", + "romaji": "mikurabe" + }, + "併せ考え": { + "w_type": "ichidan verb stem", + "romaji": "awasekangae" + }, + "茹で上げ": { + "w_type": "ichidan verb stem", + "romaji": "yudeage" + }, + "蹴りあげ": { + "w_type": "ichidan verb stem", + "romaji": "keriage" + }, + "泛かべ": { + "w_type": "ichidan verb stem", + "romaji": "ukabe" + }, + "見舞われ": { + "w_type": "ichidan verb stem", + "romaji": "mimaware" + }, + "苛立て": { + "w_type": "ichidan verb stem", + "romaji": "iradate" + }, + "口づけ": { + "w_type": "ichidan verb stem", + "romaji": "kuchizuke" + }, + "売り広げ": { + "w_type": "ichidan verb stem", + "romaji": "urihiroge" + }, + "救け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "重ね": { + "w_type": "ichidan verb stem", + "romaji": "kasane" + }, + "決めつけ": { + "w_type": "ichidan verb stem", + "romaji": "kimetsuke" + }, + "買い集め": { + "w_type": "ichidan verb stem", + "romaji": "kaiatsume" + }, + "格好付け": { + "w_type": "ichidan verb stem", + "romaji": "kakkoutsuke" + }, + "問い合わせ": { + "w_type": "ichidan verb stem", + "romaji": "toiawase" + }, + "生じ": { + "w_type": "ichidan verb stem", + "romaji": "shouji" + }, + "投ず": { + "w_type": "ichidan verb stem", + "romaji": "touzu" + }, + "たぐり上げ": { + "w_type": "ichidan verb stem", + "romaji": "taguriage" + }, + "絶果て": { + "w_type": "ichidan verb stem", + "romaji": "taehate" + }, + "佩び": { + "w_type": "ichidan verb stem", + "romaji": "obi" + }, + "追掛け": { + "w_type": "ichidan verb stem", + "romaji": "oikake" + }, + "老いぼれ": { + "w_type": "ichidan verb stem", + "romaji": "oibore" + }, + "狭め": { + "w_type": "ichidan verb stem", + "romaji": "sebame" + }, + "引替え": { + "w_type": "ichidan verb stem", + "romaji": "hikikae" + }, + "別け": { + "w_type": "ichidan verb stem", + "romaji": "wake" + }, + "殺げ": { + "w_type": "ichidan verb stem", + "romaji": "soge" + }, + "準え": { + "w_type": "ichidan verb stem", + "romaji": "nazorae" + }, + "嚇しつけ": { + "w_type": "ichidan verb stem", + "romaji": "odoshitsuke" + }, + "食べつけ": { + "w_type": "ichidan verb stem", + "romaji": "tabetsuke" + }, + "かき合せ": { + "w_type": "ichidan verb stem", + "romaji": "kakiawase" + }, + "叩き付け": { + "w_type": "ichidan verb stem", + "romaji": "tatakitsuke" + }, + "込み上げ": { + "w_type": "ichidan verb stem", + "romaji": "komiage" + }, + "祓い清め": { + "w_type": "ichidan verb stem", + "romaji": "haraikiyome" + }, + "追い掛け": { + "w_type": "ichidan verb stem", + "romaji": "oikake" + }, + "仕立て上げ": { + "w_type": "ichidan verb stem", + "romaji": "shitateage" + }, + "裏づけ": { + "w_type": "ichidan verb stem", + "romaji": "urazuke" + }, + "言いすぎ": { + "w_type": "ichidan verb stem", + "romaji": "iisugi" + }, + "捲り上げ": { + "w_type": "ichidan verb stem", + "romaji": "makuriage" + }, + "引っ捕まえ": { + "w_type": "ichidan verb stem", + "romaji": "hittsukamae" + }, + "陥れ": { + "w_type": "ichidan verb stem", + "romaji": "otoshiire" + }, + "買い換え": { + "w_type": "ichidan verb stem", + "romaji": "kaikae" + }, + "言い替え": { + "w_type": "ichidan verb stem", + "romaji": "iikae" + }, + "手擦れ": { + "w_type": "ichidan verb stem", + "romaji": "tezure" + }, + "挙げ": { + "w_type": "ichidan verb stem", + "romaji": "age" + }, + "売り付け": { + "w_type": "ichidan verb stem", + "romaji": "uritsuke" + }, + "詰合わせ": { + "w_type": "ichidan verb stem", + "romaji": "tsumeawase" + }, + "呶鳴り立て": { + "w_type": "ichidan verb stem", + "romaji": "donaritate" + }, + "捜し求め": { + "w_type": "ichidan verb stem", + "romaji": "sagashimotome" + }, + "言い捨て": { + "w_type": "ichidan verb stem", + "romaji": "iisute" + }, + "捩曲げ": { + "w_type": "ichidan verb stem", + "romaji": "nejimage" + }, + "待ちあわせ": { + "w_type": "ichidan verb stem", + "romaji": "machiawase" + }, + "擦剥け": { + "w_type": "ichidan verb stem", + "romaji": "surimuke" + }, + "転け": { + "w_type": "ichidan verb stem", + "romaji": "koke" + }, + "繰り合わせ": { + "w_type": "ichidan verb stem", + "romaji": "kuriawase" + }, + "寄せかけ": { + "w_type": "ichidan verb stem", + "romaji": "yosekake" + }, + "取調べ": { + "w_type": "ichidan verb stem", + "romaji": "torishirabe" + }, + "和らげ": { + "w_type": "ichidan verb stem", + "romaji": "yawarage" + }, + "言い伏せ": { + "w_type": "ichidan verb stem", + "romaji": "iifuse" + }, + "吸い寄せ": { + "w_type": "ichidan verb stem", + "romaji": "suiyose" + }, + "吹き変え": { + "w_type": "ichidan verb stem", + "romaji": "fukikae" + }, + "仕掛け": { + "w_type": "ichidan verb stem", + "romaji": "shikake" + }, + "理論付け": { + "w_type": "ichidan verb stem", + "romaji": "rironzuke" + }, + "築き上げ": { + "w_type": "ichidan verb stem", + "romaji": "kizukiage" + }, + "当てはめ": { + "w_type": "ichidan verb stem", + "romaji": "atehame" + }, + "がなり立て": { + "w_type": "ichidan verb stem", + "romaji": "ganaritate" + }, + "言込め": { + "w_type": "ichidan verb stem", + "romaji": "iikome" + }, + "履きかえ": { + "w_type": "ichidan verb stem", + "romaji": "hakikae" + }, + "抜出": { + "w_type": "ichidan verb stem", + "romaji": "nukide" + }, + "取り集め": { + "w_type": "ichidan verb stem", + "romaji": "toriatsume" + }, + "耐え": { + "w_type": "ichidan verb stem", + "romaji": "tae" + }, + "混え": { + "w_type": "ichidan verb stem", + "romaji": "majie" + }, + "さ迷え": { + "w_type": "ichidan verb stem", + "romaji": "samayoe" + }, + "活き": { + "w_type": "ichidan verb stem", + "romaji": "iki" + }, + "吹き掛け": { + "w_type": "ichidan verb stem", + "romaji": "fukikake" + }, + "押し当て": { + "w_type": "ichidan verb stem", + "romaji": "oshiate" + }, + "取捨て": { + "w_type": "ichidan verb stem", + "romaji": "torisute" + }, + "浮かび出": { + "w_type": "ichidan verb stem", + "romaji": "ukabide" + }, + "睨みあわせ": { + "w_type": "ichidan verb stem", + "romaji": "niramiawase" + }, + "広め": { + "w_type": "ichidan verb stem", + "romaji": "hirome" + }, + "舞降り": { + "w_type": "ichidan verb stem", + "romaji": "maiori" + }, + "遁れ": { + "w_type": "ichidan verb stem", + "romaji": "nogare" + }, + "押っ被せ": { + "w_type": "ichidan verb stem", + "romaji": "okkabuse" + }, + "買い受け": { + "w_type": "ichidan verb stem", + "romaji": "kaiuke" + }, + "力尽け": { + "w_type": "ichidan verb stem", + "romaji": "chikarazuke" + }, + "乞い受け": { + "w_type": "ichidan verb stem", + "romaji": "koiuke" + }, + "食いっぱぐれ": { + "w_type": "ichidan verb stem", + "romaji": "kuihagure" + }, + "積立て": { + "w_type": "ichidan verb stem", + "romaji": "tsumitate" + }, + "窘め": { + "w_type": "ichidan verb stem", + "romaji": "tashiname" + }, + "尽きはて": { + "w_type": "ichidan verb stem", + "romaji": "tsukihate" + }, + "訓ず": { + "w_type": "ichidan verb stem", + "romaji": "kunzu" + }, + "狩集め": { + "w_type": "ichidan verb stem", + "romaji": "kariatsume" + }, + "潜り抜け": { + "w_type": "ichidan verb stem", + "romaji": "kugurinuke" + }, + "広げ": { + "w_type": "ichidan verb stem", + "romaji": "hiroge" + }, + "取り入れ": { + "w_type": "ichidan verb stem", + "romaji": "toriire" + }, + "張り裂け": { + "w_type": "ichidan verb stem", + "romaji": "harisake" + }, + "押っ広げ": { + "w_type": "ichidan verb stem", + "romaji": "oppiroge" + }, + "外れ": { + "w_type": "ichidan verb stem", + "romaji": "hazure" + }, + "思いしらせ": { + "w_type": "ichidan verb stem", + "romaji": "omoishirase" + }, + "熟れすぎ": { + "w_type": "ichidan verb stem", + "romaji": "uresugi" + }, + "馳せ": { + "w_type": "ichidan verb stem", + "romaji": "hase" + }, + "たたき上げ": { + "w_type": "ichidan verb stem", + "romaji": "tatakiage" + }, + "寄せ付け": { + "w_type": "ichidan verb stem", + "romaji": "yosetsuke" + }, + "掬い上げ": { + "w_type": "ichidan verb stem", + "romaji": "sukuiage" + }, + "伸べ広げ": { + "w_type": "ichidan verb stem", + "romaji": "nobehiroge" + }, + "集め始め": { + "w_type": "ichidan verb stem", + "romaji": "atsumehajime" + }, + "掛け替え": { + "w_type": "ichidan verb stem", + "romaji": "kakekae" + }, + "思い合せ": { + "w_type": "ichidan verb stem", + "romaji": "omoiawase" + }, + "仰せつけ": { + "w_type": "ichidan verb stem", + "romaji": "oosetsuke" + }, + "差しかけ": { + "w_type": "ichidan verb stem", + "romaji": "sashikake" + }, + "鳴き立て": { + "w_type": "ichidan verb stem", + "romaji": "nakitate" + }, + "隔て": { + "w_type": "ichidan verb stem", + "romaji": "hedate" + }, + "先んじ": { + "w_type": "ichidan verb stem", + "romaji": "sakinji" + }, + "供え": { + "w_type": "ichidan verb stem", + "romaji": "sonae" + }, + "走りすぎ": { + "w_type": "ichidan verb stem", + "romaji": "hashirisugi" + }, + "駈け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "匿れ": { + "w_type": "ichidan verb stem", + "romaji": "kakure" + }, + "買い求め": { + "w_type": "ichidan verb stem", + "romaji": "kaimotome" + }, + "乗せ": { + "w_type": "ichidan verb stem", + "romaji": "nose" + }, + "そり上げ": { + "w_type": "ichidan verb stem", + "romaji": "soriage" + }, + "重んじ": { + "w_type": "ichidan verb stem", + "romaji": "omonji" + }, + "申し遅れ": { + "w_type": "ichidan verb stem", + "romaji": "moushiokure" + }, + "逃げうせ": { + "w_type": "ichidan verb stem", + "romaji": "nigeuse" + }, + "速め": { + "w_type": "ichidan verb stem", + "romaji": "hayame" + }, + "現われ": { + "w_type": "ichidan verb stem", + "romaji": "araware" + }, + "暮れ": { + "w_type": "ichidan verb stem", + "romaji": "kure" + }, + "聞付け": { + "w_type": "ichidan verb stem", + "romaji": "kikitsuke" + }, + "抱き留め": { + "w_type": "ichidan verb stem", + "romaji": "dakitome" + }, + "歩き続け": { + "w_type": "ichidan verb stem", + "romaji": "arukitsuzuke" + }, + "霽れ": { + "w_type": "ichidan verb stem", + "romaji": "hare" + }, + "届け出": { + "w_type": "ichidan verb stem", + "romaji": "todokede" + }, + "感じ": { + "w_type": "ichidan verb stem", + "romaji": "kanji" + }, + "伸べ": { + "w_type": "ichidan verb stem", + "romaji": "nobe" + }, + "援け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "頂け": { + "w_type": "ichidan verb stem", + "romaji": "itadake" + }, + "垢抜け": { + "w_type": "ichidan verb stem", + "romaji": "akanuke" + }, + "差し立て": { + "w_type": "ichidan verb stem", + "romaji": "sashitate" + }, + "手ずれ": { + "w_type": "ichidan verb stem", + "romaji": "tezure" + }, + "睨め付け": { + "w_type": "ichidan verb stem", + "romaji": "nemetsuke" + }, + "篭め": { + "w_type": "ichidan verb stem", + "romaji": "kome" + }, + "引き合せ": { + "w_type": "ichidan verb stem", + "romaji": "hikiawase" + }, + "頼りにでき": { + "w_type": "ichidan verb stem", + "romaji": "tayorinideki" + }, + "問合せ": { + "w_type": "ichidan verb stem", + "romaji": "toiawase" + }, + "崩れ": { + "w_type": "ichidan verb stem", + "romaji": "kuzure" + }, + "裁ちかけ": { + "w_type": "ichidan verb stem", + "romaji": "tachikake" + }, + "気おされ": { + "w_type": "ichidan verb stem", + "romaji": "keosare" + }, + "決れ": { + "w_type": "ichidan verb stem", + "romaji": "shakure" + }, + "熔け": { + "w_type": "ichidan verb stem", + "romaji": "toke" + }, + "当てつけ": { + "w_type": "ichidan verb stem", + "romaji": "atetsuke" + }, + "跳ね上げ": { + "w_type": "ichidan verb stem", + "romaji": "haneage" + }, + "作りかえ": { + "w_type": "ichidan verb stem", + "romaji": "tsukurikae" + }, + "聞き分け": { + "w_type": "ichidan verb stem", + "romaji": "kikiwake" + }, + "見合わせ": { + "w_type": "ichidan verb stem", + "romaji": "miawase" + }, + "引っ掛け": { + "w_type": "ichidan verb stem", + "romaji": "hikkake" + }, + "採れ": { + "w_type": "ichidan verb stem", + "romaji": "tore" + }, + "即け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "造りつけ": { + "w_type": "ichidan verb stem", + "romaji": "tsukuritsuke" + }, + "染め分け": { + "w_type": "ichidan verb stem", + "romaji": "somewake" + }, + "繰り合せ": { + "w_type": "ichidan verb stem", + "romaji": "kuriawase" + }, + "嘗め": { + "w_type": "ichidan verb stem", + "romaji": "name" + }, + "弱り果て": { + "w_type": "ichidan verb stem", + "romaji": "yowarihate" + }, + "噛分け": { + "w_type": "ichidan verb stem", + "romaji": "kamiwake" + }, + "通い始め": { + "w_type": "ichidan verb stem", + "romaji": "kayoihajime" + }, + "元気付け": { + "w_type": "ichidan verb stem", + "romaji": "genkizuke" + }, + "亡び": { + "w_type": "ichidan verb stem", + "romaji": "horobi" + }, + "呼び上げ": { + "w_type": "ichidan verb stem", + "romaji": "yobiage" + }, + "表れ": { + "w_type": "ichidan verb stem", + "romaji": "araware" + }, + "掏替え": { + "w_type": "ichidan verb stem", + "romaji": "surikae" + }, + "並び替え": { + "w_type": "ichidan verb stem", + "romaji": "narabikae" + }, + "説伏せ": { + "w_type": "ichidan verb stem", + "romaji": "tokifuse" + }, + "払い下げ": { + "w_type": "ichidan verb stem", + "romaji": "haraisage" + }, + "置きかえ": { + "w_type": "ichidan verb stem", + "romaji": "okikae" + }, + "空っ惚け": { + "w_type": "ichidan verb stem", + "romaji": "sorattoboke" + }, + "会わせ": { + "w_type": "ichidan verb stem", + "romaji": "awase" + }, + "磨き立て": { + "w_type": "ichidan verb stem", + "romaji": "migakitate" + }, + "貸して上げ": { + "w_type": "ichidan verb stem", + "romaji": "kashiteage" + }, + "凍て": { + "w_type": "ichidan verb stem", + "romaji": "ite" + }, + "擦抜け": { + "w_type": "ichidan verb stem", + "romaji": "surinuke" + }, + "神さび": { + "w_type": "ichidan verb stem", + "romaji": "kamisabi" + }, + "傷つけ": { + "w_type": "ichidan verb stem", + "romaji": "kizutsuke" + }, + "飲み始め": { + "w_type": "ichidan verb stem", + "romaji": "nomihajime" + }, + "読みすぎ": { + "w_type": "ichidan verb stem", + "romaji": "yomisugi" + }, + "浮び出": { + "w_type": "ichidan verb stem", + "romaji": "ukabide" + }, + "転げ落ち": { + "w_type": "ichidan verb stem", + "romaji": "korogeochi" + }, + "傾げ": { + "w_type": "ichidan verb stem", + "romaji": "kashige" + }, + "示し合わせ": { + "w_type": "ichidan verb stem", + "romaji": "shimeshiawase" + }, + "鄙び": { + "w_type": "ichidan verb stem", + "romaji": "hinabi" + }, + "縫い合わせ": { + "w_type": "ichidan verb stem", + "romaji": "nuiawase" + }, + "はき捨て": { + "w_type": "ichidan verb stem", + "romaji": "hakisute" + }, + "聞きとがめ": { + "w_type": "ichidan verb stem", + "romaji": "kikitogame" + }, + "突掛け": { + "w_type": "ichidan verb stem", + "romaji": "tsukkake" + }, + "逆立て": { + "w_type": "ichidan verb stem", + "romaji": "sakadate" + }, + "微笑み掛け": { + "w_type": "ichidan verb stem", + "romaji": "hohoemikake" + }, + "仕損じ": { + "w_type": "ichidan verb stem", + "romaji": "shisonji" + }, + "引っかけ": { + "w_type": "ichidan verb stem", + "romaji": "hikkake" + }, + "投げ上げ": { + "w_type": "ichidan verb stem", + "romaji": "nageage" + }, + "言い逃れ": { + "w_type": "ichidan verb stem", + "romaji": "iinogare" + }, + "誂え": { + "w_type": "ichidan verb stem", + "romaji": "atsurae" + }, + "睨み合せ": { + "w_type": "ichidan verb stem", + "romaji": "niramiawase" + }, + "尖らせ": { + "w_type": "ichidan verb stem", + "romaji": "togarase" + }, + "割け": { + "w_type": "ichidan verb stem", + "romaji": "sake" + }, + "位置付け": { + "w_type": "ichidan verb stem", + "romaji": "ichizuke" + }, + "浮かばれ": { + "w_type": "ichidan verb stem", + "romaji": "ukabare" + }, + "泳がせ": { + "w_type": "ichidan verb stem", + "romaji": "oyogase" + }, + "言伏せ": { + "w_type": "ichidan verb stem", + "romaji": "iifuse" + }, + "煮つめ": { + "w_type": "ichidan verb stem", + "romaji": "nitsume" + }, + "増え続け": { + "w_type": "ichidan verb stem", + "romaji": "fuetsuzuke" + }, + "斃れ": { + "w_type": "ichidan verb stem", + "romaji": "taore" + }, + "置き替え": { + "w_type": "ichidan verb stem", + "romaji": "okikae" + }, + "繰拡げ": { + "w_type": "ichidan verb stem", + "romaji": "kurihiroge" + }, + "殪れ": { + "w_type": "ichidan verb stem", + "romaji": "taore" + }, + "多過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "oosugi" + }, + "踏み入れ": { + "w_type": "ichidan verb stem", + "romaji": "fumiire" + }, + "聞き付け": { + "w_type": "ichidan verb stem", + "romaji": "kikitsuke" + }, + "剝がれ": { + "w_type": "ichidan verb stem", + "romaji": "hagare" + }, + "責め": { + "w_type": "ichidan verb stem", + "romaji": "seme" + }, + "冴え": { + "w_type": "ichidan verb stem", + "romaji": "sae" + }, + "生き続け": { + "w_type": "ichidan verb stem", + "romaji": "ikitsuzuke" + }, + "襲い攻め": { + "w_type": "ichidan verb stem", + "romaji": "osoiseme" + }, + "食べ": { + "w_type": "ichidan verb stem", + "romaji": "tabe" + }, + "恋焦がれ": { + "w_type": "ichidan verb stem", + "romaji": "koikogare" + }, + "脱ぎ捨て": { + "w_type": "ichidan verb stem", + "romaji": "nugisute" + }, + "閉じこめ": { + "w_type": "ichidan verb stem", + "romaji": "tojikome" + }, + "便ず": { + "w_type": "ichidan verb stem", + "romaji": "benzu" + }, + "売付け": { + "w_type": "ichidan verb stem", + "romaji": "uritsuke" + }, + "見すて": { + "w_type": "ichidan verb stem", + "romaji": "misute" + }, + "讃え": { + "w_type": "ichidan verb stem", + "romaji": "tatae" + }, + "なし終え": { + "w_type": "ichidan verb stem", + "romaji": "nashioe" + }, + "待ち伏せ": { + "w_type": "ichidan verb stem", + "romaji": "machibuse" + }, + "見蕩れ": { + "w_type": "ichidan verb stem", + "romaji": "mitore" + }, + "突き詰め": { + "w_type": "ichidan verb stem", + "romaji": "tsukitsume" + }, + "堕ち": { + "w_type": "ichidan verb stem", + "romaji": "ochi" + }, + "絡め": { + "w_type": "ichidan verb stem", + "romaji": "karame" + }, + "すり付け": { + "w_type": "ichidan verb stem", + "romaji": "nasuritsuke" + }, + "考え倦ね": { + "w_type": "ichidan verb stem", + "romaji": "kangaeagune" + }, + "生き": { + "w_type": "ichidan verb stem", + "romaji": "iki" + }, + "召し上げ": { + "w_type": "ichidan verb stem", + "romaji": "meshiage" + }, + "買上げ": { + "w_type": "ichidan verb stem", + "romaji": "kaiage" + }, + "見かけ": { + "w_type": "ichidan verb stem", + "romaji": "mikake" + }, + "浮かせ": { + "w_type": "ichidan verb stem", + "romaji": "ukase" + }, + "顧": { + "w_type": "ichidan verb stem", + "romaji": "kaerimi" + }, + "笑い転け": { + "w_type": "ichidan verb stem", + "romaji": "waraikoke" + }, + "巻上げ": { + "w_type": "ichidan verb stem", + "romaji": "makiage" + }, + "履き替え": { + "w_type": "ichidan verb stem", + "romaji": "hakikae" + }, + "言改め": { + "w_type": "ichidan verb stem", + "romaji": "iiaratame" + }, + "突っ立て": { + "w_type": "ichidan verb stem", + "romaji": "tsuttate" + }, + "安んじ": { + "w_type": "ichidan verb stem", + "romaji": "yasunji" + }, + "押しかため": { + "w_type": "ichidan verb stem", + "romaji": "oshikatame" + }, + "飛びはね": { + "w_type": "ichidan verb stem", + "romaji": "tobihane" + }, + "片づけ": { + "w_type": "ichidan verb stem", + "romaji": "katazuke" + }, + "潰え": { + "w_type": "ichidan verb stem", + "romaji": "tsuie" + }, + "群れ": { + "w_type": "ichidan verb stem", + "romaji": "mure" + }, + "心懸け": { + "w_type": "ichidan verb stem", + "romaji": "kokorogake" + }, + "差換え": { + "w_type": "ichidan verb stem", + "romaji": "sashikae" + }, + "し兼ね": { + "w_type": "ichidan verb stem", + "romaji": "shikane" + }, + "見附": { + "w_type": "ichidan verb stem", + "romaji": "mitsuke" + }, + "出すぎ": { + "w_type": "ichidan verb stem", + "romaji": "desugi" + }, + "乗り続け": { + "w_type": "ichidan verb stem", + "romaji": "noritsuzuke" + }, + "飲み過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "nomisugi" + }, + "算え": { + "w_type": "ichidan verb stem", + "romaji": "kazoe" + }, + "力んで見せ": { + "w_type": "ichidan verb stem", + "romaji": "rikindemise" + }, + "掛離れ": { + "w_type": "ichidan verb stem", + "romaji": "kakehanare" + }, + "託け": { + "w_type": "ichidan verb stem", + "romaji": "kotozuke" + }, + "降りはじめ": { + "w_type": "ichidan verb stem", + "romaji": "furihajime" + }, + "雑ぜ": { + "w_type": "ichidan verb stem", + "romaji": "maze" + }, + "改め": { + "w_type": "ichidan verb stem", + "romaji": "aratame" + }, + "止め": { + "w_type": "ichidan verb stem", + "romaji": "todome" + }, + "崇めたて": { + "w_type": "ichidan verb stem", + "romaji": "agametate" + }, + "時期に差しかけ": { + "w_type": "ichidan verb stem", + "romaji": "jikinisashikake" + }, + "蹙め": { + "w_type": "ichidan verb stem", + "romaji": "shikame" + }, + "売れ": { + "w_type": "ichidan verb stem", + "romaji": "ure" + }, + "抉じ入れ": { + "w_type": "ichidan verb stem", + "romaji": "kojiire" + }, + "取っちめ": { + "w_type": "ichidan verb stem", + "romaji": "toritchime" + }, + "見果て": { + "w_type": "ichidan verb stem", + "romaji": "mihate" + }, + "称え": { + "w_type": "ichidan verb stem", + "romaji": "tatae" + }, + "奏で": { + "w_type": "ichidan verb stem", + "romaji": "kanade" + }, + "嗄び": { + "w_type": "ichidan verb stem", + "romaji": "karabi" + }, + "空とぼけ": { + "w_type": "ichidan verb stem", + "romaji": "soratoboke" + }, + "萎れ": { + "w_type": "ichidan verb stem", + "romaji": "shiore" + }, + "投げ": { + "w_type": "ichidan verb stem", + "romaji": "nage" + }, + "割り切れ": { + "w_type": "ichidan verb stem", + "romaji": "warikire" + }, + "誤り伝え": { + "w_type": "ichidan verb stem", + "romaji": "ayamaritsutae" + }, + "書きとめ": { + "w_type": "ichidan verb stem", + "romaji": "kakitome" + }, + "噴きこぼれ": { + "w_type": "ichidan verb stem", + "romaji": "fukikobore" + }, + "射止め": { + "w_type": "ichidan verb stem", + "romaji": "itome" + }, + "妻合せ": { + "w_type": "ichidan verb stem", + "romaji": "meawase" + }, + "痩け": { + "w_type": "ichidan verb stem", + "romaji": "koke" + }, + "佑け": { + "w_type": "ichidan verb stem", + "romaji": "tasuke" + }, + "怒鳴り立て": { + "w_type": "ichidan verb stem", + "romaji": "donaritate" + }, + "取り付け": { + "w_type": "ichidan verb stem", + "romaji": "toritsuke" + }, + "食べ過ぎ": { + "w_type": "ichidan verb stem", + "romaji": "tabesugi" + }, + "褒め上げ": { + "w_type": "ichidan verb stem", + "romaji": "homeage" + }, + "弾ず": { + "w_type": "ichidan verb stem", + "romaji": "danzu" + }, + "押し下げ": { + "w_type": "ichidan verb stem", + "romaji": "oshisage" + }, + "引換え": { + "w_type": "ichidan verb stem", + "romaji": "hikikae" + }, + "織り交ぜ": { + "w_type": "ichidan verb stem", + "romaji": "orimaze" + }, + "説き分け": { + "w_type": "ichidan verb stem", + "romaji": "tokiwake" + }, + "辞め": { + "w_type": "ichidan verb stem", + "romaji": "yame" + }, + "呼びつけ": { + "w_type": "ichidan verb stem", + "romaji": "yobitsuke" + }, + "痛め付け": { + "w_type": "ichidan verb stem", + "romaji": "itametsuke" + }, + "汗染み": { + "w_type": "ichidan verb stem", + "romaji": "asejimi" + }, + "打ち合わせ": { + "w_type": "ichidan verb stem", + "romaji": "uchiawase" + }, + "射掛け": { + "w_type": "ichidan verb stem", + "romaji": "ikake" + }, + "継ぎ合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsugiawase" + }, + "抽んで": { + "w_type": "ichidan verb stem", + "romaji": "nukinde" + }, + "わき出": { + "w_type": "ichidan verb stem", + "romaji": "wakide" + }, + "ずば抜け": { + "w_type": "ichidan verb stem", + "romaji": "zubanuke" + }, + "歩き疲れ": { + "w_type": "ichidan verb stem", + "romaji": "arukitsukare" + }, + "存じ上げ": { + "w_type": "ichidan verb stem", + "romaji": "zonjiage" + }, + "かいま見": { + "w_type": "ichidan verb stem", + "romaji": "kaimami" + }, + "終わりかけ": { + "w_type": "ichidan verb stem", + "romaji": "owarikake" + }, + "仕付け": { + "w_type": "ichidan verb stem", + "romaji": "shitsuke" + }, + "洒落": { + "w_type": "ichidan verb stem", + "romaji": "share" + }, + "懶け": { + "w_type": "ichidan verb stem", + "romaji": "namake" + }, + "灼け": { + "w_type": "ichidan verb stem", + "romaji": "yake" + }, + "脹らせ": { + "w_type": "ichidan verb stem", + "romaji": "fukurase" + }, + "組み上げ": { + "w_type": "ichidan verb stem", + "romaji": "kumiage" + }, + "為せ": { + "w_type": "ichidan verb stem", + "romaji": "sase" + }, + "焚き付け": { + "w_type": "ichidan verb stem", + "romaji": "takitsuke" + }, + "戒め": { + "w_type": "ichidan verb stem", + "romaji": "imashime" + }, + "躾": { + "w_type": "ichidan verb stem", + "romaji": "shitsuke" + }, + "妻せ": { + "w_type": "ichidan verb stem", + "romaji": "meawase" + }, + "朽ち果て": { + "w_type": "ichidan verb stem", + "romaji": "kuchihate" + }, + "引っ抱え": { + "w_type": "ichidan verb stem", + "romaji": "hikkakae" + }, + "就け": { + "w_type": "ichidan verb stem", + "romaji": "tsuke" + }, + "任せ": { + "w_type": "ichidan verb stem", + "romaji": "makase" + }, + "草臥れ": { + "w_type": "ichidan verb stem", + "romaji": "kutabire" + }, + "射竦め": { + "w_type": "ichidan verb stem", + "romaji": "isukume" + }, + "述べ": { + "w_type": "ichidan verb stem", + "romaji": "nobe" + }, + "笑わせ": { + "w_type": "ichidan verb stem", + "romaji": "warawase" + }, + "盛りあげ": { + "w_type": "ichidan verb stem", + "romaji": "moriage" + }, + "満ち溢れ": { + "w_type": "ichidan verb stem", + "romaji": "michiafure" + }, + "持添え": { + "w_type": "ichidan verb stem", + "romaji": "mochisoe" + }, + "使え": { + "w_type": "ichidan verb stem", + "romaji": "tsukae" + }, + "省み": { + "w_type": "ichidan verb stem", + "romaji": "kaerimi" + }, + "突出": { + "w_type": "ichidan verb stem", + "romaji": "tsukide" + }, + "荒れ": { + "w_type": "ichidan verb stem", + "romaji": "are" + }, + "変わり果て": { + "w_type": "ichidan verb stem", + "romaji": "kawarihate" + }, + "消え失せ": { + "w_type": "ichidan verb stem", + "romaji": "kieuse" + }, + "持ちこたえ": { + "w_type": "ichidan verb stem", + "romaji": "mochikotae" + }, + "後らせ": { + "w_type": "ichidan verb stem", + "romaji": "okurase" + }, + "追い上げ": { + "w_type": "ichidan verb stem", + "romaji": "oiage" + }, + "懲らしめ": { + "w_type": "ichidan verb stem", + "romaji": "korashime" + }, + "言い包め": { + "w_type": "ichidan verb stem", + "romaji": "iikurume" + }, + "言い丸め": { + "w_type": "ichidan verb stem", + "romaji": "iimarume" + }, + "高じ": { + "w_type": "ichidan verb stem", + "romaji": "kouji" + }, + "逃げ後れ": { + "w_type": "ichidan verb stem", + "romaji": "nigeokure" + }, + "受容れ": { + "w_type": "ichidan verb stem", + "romaji": "ukeire" + }, + "こね上げ": { + "w_type": "ichidan verb stem", + "romaji": "koneage" + }, + "納め": { + "w_type": "ichidan verb stem", + "romaji": "osame" + }, + "吹き荒れ": { + "w_type": "ichidan verb stem", + "romaji": "fukiare" + }, + "食べ掛け": { + "w_type": "ichidan verb stem", + "romaji": "tabekake" + }, + "聞き忘れ": { + "w_type": "ichidan verb stem", + "romaji": "kikiwasure" + }, + "戯け": { + "w_type": "ichidan verb stem", + "romaji": "odoke" + }, + "除け": { + "w_type": "ichidan verb stem", + "romaji": "noke" + }, + "取りあわせ": { + "w_type": "ichidan verb stem", + "romaji": "toriawase" + }, + "葺き替え": { + "w_type": "ichidan verb stem", + "romaji": "fukikae" + }, + "疲れ果て": { + "w_type": "ichidan verb stem", + "romaji": "tsukarehate" + }, + "見届け": { + "w_type": "ichidan verb stem", + "romaji": "mitodoke" + }, + "込上げ": { + "w_type": "ichidan verb stem", + "romaji": "komiage" + }, + "熟れ": { + "w_type": "ichidan verb stem", + "romaji": "ure" + }, + "振替え": { + "w_type": "ichidan verb stem", + "romaji": "furikae" + }, + "結上げ": { + "w_type": "ichidan verb stem", + "romaji": "yuiage" + }, + "借り上げ": { + "w_type": "ichidan verb stem", + "romaji": "kariage" + }, + "息絶え": { + "w_type": "ichidan verb stem", + "romaji": "ikitae" + }, + "貯え": { + "w_type": "ichidan verb stem", + "romaji": "takuwae" + }, + "送り届け": { + "w_type": "ichidan verb stem", + "romaji": "okuritodoke" + }, + "耄け": { + "w_type": "ichidan verb stem", + "romaji": "boke" + }, + "持ちかえ": { + "w_type": "ichidan verb stem", + "romaji": "mochikae" + }, + "仕向け": { + "w_type": "ichidan verb stem", + "romaji": "shimuke" + }, + "薄汚れ": { + "w_type": "ichidan verb stem", + "romaji": "usuyogore" + }, + "焼けただれ": { + "w_type": "ichidan verb stem", + "romaji": "yaketadare" + }, + "目がけ": { + "w_type": "ichidan verb stem", + "romaji": "megake" + }, + "落魄れ": { + "w_type": "ichidan verb stem", + "romaji": "ochibure" + }, + "蹴り上げ": { + "w_type": "ichidan verb stem", + "romaji": "keriage" + }, + "顧み": { + "w_type": "ichidan verb stem", + "romaji": "kaerimi" + }, + "立て込め": { + "w_type": "ichidan verb stem", + "romaji": "tatekome" + }, + "揚げ": { + "w_type": "ichidan verb stem", + "romaji": "age" + }, + "割付け": { + "w_type": "ichidan verb stem", + "romaji": "waritsuke" + }, + "立て替え": { + "w_type": "ichidan verb stem", + "romaji": "tatekae" + }, + "押付け": { + "w_type": "ichidan verb stem", + "romaji": "oshitsuke" + }, + "脱捨て": { + "w_type": "ichidan verb stem", + "romaji": "nugisute" + }, + "下卑": { + "w_type": "ichidan verb stem", + "romaji": "gebi" + }, + "視": { + "w_type": "ichidan verb stem", + "romaji": "mi" + }, + "為始め": { + "w_type": "ichidan verb stem", + "romaji": "shihajime" + }, + "組み立て": { + "w_type": "ichidan verb stem", + "romaji": "kumitate" + }, + "走り出": { + "w_type": "ichidan verb stem", + "romaji": "hashiride" + }, + "拗ね": { + "w_type": "ichidan verb stem", + "romaji": "sune" + }, + "預け": { + "w_type": "ichidan verb stem", + "romaji": "azuke" + }, + "脱ぎ揃え": { + "w_type": "ichidan verb stem", + "romaji": "nugisoroe" + }, + "訴え出": { + "w_type": "ichidan verb stem", + "romaji": "uttaede" + }, + "脅しつけ": { + "w_type": "ichidan verb stem", + "romaji": "odoshitsuke" + }, + "釣上げ": { + "w_type": "ichidan verb stem", + "romaji": "tsuriage" + }, + "言兼ね": { + "w_type": "ichidan verb stem", + "romaji": "iikane" + }, + "遣らせ": { + "w_type": "ichidan verb stem", + "romaji": "yarase" + }, + "締め固め": { + "w_type": "ichidan verb stem", + "romaji": "shimekatame" + }, + "附加え": { + "w_type": "ichidan verb stem", + "romaji": "tsukekuwae" + }, + "組み替え": { + "w_type": "ichidan verb stem", + "romaji": "kumikae" + }, + "組み伏せ": { + "w_type": "ichidan verb stem", + "romaji": "kumifuse" + }, + "書き改め": { + "w_type": "ichidan verb stem", + "romaji": "kakiaratame" + }, + "見変え": { + "w_type": "ichidan verb stem", + "romaji": "mikae" + }, + "言いかけ": { + "w_type": "ichidan verb stem", + "romaji": "iikake" + }, + "言い表せ": { + "w_type": "ichidan verb stem", + "romaji": "iiarawase" + }, + "目覚め": { + "w_type": "ichidan verb stem", + "romaji": "mezame" + }, + "別ち与え": { + "w_type": "ichidan verb stem", + "romaji": "wakachiatae" + }, + "打ち付け": { + "w_type": "ichidan verb stem", + "romaji": "uchitsuke" + }, + "乗り入れ": { + "w_type": "ichidan verb stem", + "romaji": "noriire" + }, + "強め": { + "w_type": "ichidan verb stem", + "romaji": "tsuyome" + }, + "照らし合わせ": { + "w_type": "ichidan verb stem", + "romaji": "terashiawase" + }, + "取替え": { + "w_type": "ichidan verb stem", + "romaji": "torikae" + }, + "置き換え": { + "w_type": "ichidan verb stem", + "romaji": "okikae" + }, + "荒果て": { + "w_type": "ichidan verb stem", + "romaji": "arehate" + }, + "焼き付け": { + "w_type": "ichidan verb stem", + "romaji": "yakitsuke" + }, + "張裂け": { + "w_type": "ichidan verb stem", + "romaji": "harisake" + }, + "扱き混ぜ": { + "w_type": "ichidan verb stem", + "romaji": "kokimaze" + }, + "切り除け": { + "w_type": "ichidan verb stem", + "romaji": "kirinoke" + }, + "急立て": { + "w_type": "ichidan verb stem", + "romaji": "sekitate" + }, + "事寄せ": { + "w_type": "ichidan verb stem", + "romaji": "kotoyose" + }, + "取り籠め": { + "w_type": "ichidan verb stem", + "romaji": "torikome" + }, + "闕け": { + "w_type": "ichidan verb stem", + "romaji": "kake" + }, + "取押え": { + "w_type": "ichidan verb stem", + "romaji": "toriosae" + }, + "差しつけ": { + "w_type": "ichidan verb stem", + "romaji": "sashitsuke" + }, + "陳べ": { + "w_type": "ichidan verb stem", + "romaji": "nobe" + }, + "ひっ提げ": { + "w_type": "ichidan verb stem", + "romaji": "hissage" + }, + "瘠せ": { + "w_type": "ichidan verb stem", + "romaji": "yase" + }, + "中て": { + "w_type": "ichidan verb stem", + "romaji": "ate" + }, + "語らしめ": { + "w_type": "ichidan verb stem", + "romaji": "katarashime" + }, + "継合せ": { + "w_type": "ichidan verb stem", + "romaji": "tsugiawase" + }, + "逃げ落ち": { + "w_type": "ichidan verb stem", + "romaji": "nigeochi" + }, + "増え": { + "w_type": "ichidan verb stem", + "romaji": "fue" + }, + "不貞腐れ": { + "w_type": "ichidan verb stem", + "romaji": "futekusare" + }, + "据え付け": { + "w_type": "ichidan verb stem", + "romaji": "suetsuke" + }, + "押しかけ": { + "w_type": "ichidan verb stem", + "romaji": "oshikake" + }, + "待ち佗び": { + "w_type": "ichidan verb stem", + "romaji": "machiwabi" + }, + "攻め立て": { + "w_type": "ichidan verb stem", + "romaji": "semetate" + }, + "呶鳴り付け": { + "w_type": "ichidan verb stem", + "romaji": "donaritsuke" + }, + "準ず": { + "w_type": "ichidan verb stem", + "romaji": "junzu" + }, + "こみ上げ": { + "w_type": "ichidan verb stem", + "romaji": "komiage" + }, + "習慣づけ": { + "w_type": "ichidan verb stem", + "romaji": "shuukanzuke" + }, + "率い": { + "w_type": "ichidan verb stem", + "romaji": "hikii" + }, + "上り詰め": { + "w_type": "ichidan verb stem", + "romaji": "noboritsume" + }, + "思いこがれ": { + "w_type": "ichidan verb stem", + "romaji": "omoikogare" + }, + "割り当て": { + "w_type": "ichidan verb stem", + "romaji": "wariate" + }, + "迯げ": { + "w_type": "ichidan verb stem", + "romaji": "nige" + }, + "縫い上げ": { + "w_type": "ichidan verb stem", + "romaji": "nuiage" + }, + "取っ捕まえ": { + "w_type": "ichidan verb stem", + "romaji": "tottsukamae" + }, + "虐げ": { + "w_type": "ichidan verb stem", + "romaji": "shiitage" + }, + "行きすぎ": { + "w_type": "ichidan verb stem", + "romaji": "ikisugi" + }, + "耳慣れ": { + "w_type": "ichidan verb stem", + "romaji": "miminare" + }, + "所帯じみ": { + "w_type": "ichidan verb stem", + "romaji": "shotaijimi" + }, + "特徴付け": { + "w_type": "ichidan verb stem", + "romaji": "tokuchouzuke" + }, + "干枯らび": { + "w_type": "ichidan verb stem", + "romaji": "hikarabi" + }, + "説付け": { + "w_type": "ichidan verb stem", + "romaji": "tokitsuke" + }, + "語りかけ": { + "w_type": "ichidan verb stem", + "romaji": "katarikake" + }, + "荒れ果て": { + "w_type": "ichidan verb stem", + "romaji": "arehate" + }, + "組換え": { + "w_type": "ichidan verb stem", + "romaji": "kumikae" + }, + "寄せつけ": { + "w_type": "ichidan verb stem", + "romaji": "yosetsuke" + }, + "見下げ": { + "w_type": "ichidan verb stem", + "romaji": "misage" + }, + "上気せ": { + "w_type": "ichidan verb stem", + "romaji": "nobose" + }, + "憬れ": { + "w_type": "ichidan verb stem", + "romaji": "akogare" + }, + "震わせ": { + "w_type": "ichidan verb stem", + "romaji": "furuwase" + }, + "刎ね": { + "w_type": "ichidan verb stem", + "romaji": "hane" + }, + "説き伏せ": { + "w_type": "ichidan verb stem", + "romaji": "tokifuse" + }, + "滑り降り": { + "w_type": "ichidan verb stem", + "romaji": "suberiori" + }, + "切りつけ": { + "w_type": "ichidan verb stem", + "romaji": "kiritsuke" + }, + "聞き捨て": { + "w_type": "ichidan verb stem", + "romaji": "kikisute" + }, + "乗越え": { + "w_type": "ichidan verb stem", + "romaji": "norikoe" + } +} \ No newline at end of file diff --git a/utils/modules/kanji_to_romaji/jp_mappings/conjugated_irr_kuru_kanji.json b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_irr_kuru_kanji.json new file mode 100644 index 0000000..2bc7bd8 --- /dev/null +++ b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_irr_kuru_kanji.json @@ -0,0 +1,1154 @@ +{ + "付いて来い": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koi" + }, + "付いて来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konaide" + }, + "付いて来て": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kite" + }, + "付いて來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konakatta" + }, + "付いて来ない": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konai" + }, + "付いて來ません": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen" + }, + "付いて来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen deshita" + }, + "付いて来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashou" + }, + "付いて来まして": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashite" + }, + "付いて來た": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kita" + }, + "付いて來よう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koyou" + }, + "付いて來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasende" + }, + "付いて來い": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koi" + }, + "付いて来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasai" + }, + "付いて来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konakatta" + }, + "付いて來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasaruna" + }, + "付いて來ない": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konai" + }, + "付いて來ます": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasu" + }, + "付いて来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasaruna" + }, + "付いて來ました": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashita" + }, + "付いて来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasende" + }, + "付いて來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konaide" + }, + "付いて来ます": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasu" + }, + "付いて來まして": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashite" + }, + "付いて来ません": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen" + }, + "付いて来よう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koyou" + }, + "付いて來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen deshita" + }, + "付いて来た": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kita" + }, + "付いて來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasai" + }, + "付いて來て": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kite" + }, + "付いて来ました": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashita" + }, + "付いて來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashou" + }, + "出て来い": { + "w_type": "conjugated kuru verb", + "romaji": "dete koi" + }, + "出て来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "dete konaide" + }, + "出て来て": { + "w_type": "conjugated kuru verb", + "romaji": "dete kite" + }, + "出て來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "dete konakatta" + }, + "出て来ない": { + "w_type": "conjugated kuru verb", + "romaji": "dete konai" + }, + "出て來ません": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasen" + }, + "出て来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasen deshita" + }, + "出て来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimashou" + }, + "出て来まして": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimashite" + }, + "出て來た": { + "w_type": "conjugated kuru verb", + "romaji": "dete kita" + }, + "出て來よう": { + "w_type": "conjugated kuru verb", + "romaji": "dete koyou" + }, + "出て來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasende" + }, + "出て來い": { + "w_type": "conjugated kuru verb", + "romaji": "dete koi" + }, + "出て来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "dete kinasai" + }, + "出て来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "dete konakatta" + }, + "出て來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "dete kinasaruna" + }, + "出て來ない": { + "w_type": "conjugated kuru verb", + "romaji": "dete konai" + }, + "出て來ます": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasu" + }, + "出て来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "dete kinasaruna" + }, + "出て來ました": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimashita" + }, + "出て来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasende" + }, + "出て來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "dete konaide" + }, + "出て来ます": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasu" + }, + "出て來まして": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimashite" + }, + "出て来ません": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasen" + }, + "出て来よう": { + "w_type": "conjugated kuru verb", + "romaji": "dete koyou" + }, + "出て來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimasen deshita" + }, + "出て来た": { + "w_type": "conjugated kuru verb", + "romaji": "dete kita" + }, + "出て來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "dete kinasai" + }, + "出て來て": { + "w_type": "conjugated kuru verb", + "romaji": "dete kite" + }, + "出て来ました": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimashita" + }, + "出て來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "dete kimashou" + }, + "来い": { + "w_type": "conjugated kuru verb", + "romaji": " koi" + }, + "来ないで": { + "w_type": "conjugated kuru verb", + "romaji": " konaide" + }, + "来て": { + "w_type": "conjugated kuru verb", + "romaji": " kite" + }, + "來なかった": { + "w_type": "conjugated kuru verb", + "romaji": " konakatta" + }, + "来ない": { + "w_type": "conjugated kuru verb", + "romaji": " konai" + }, + "來ません": { + "w_type": "conjugated kuru verb", + "romaji": " kimasen" + }, + "来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": " kimasen deshita" + }, + "来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": " kimashou" + }, + "来まして": { + "w_type": "conjugated kuru verb", + "romaji": " kimashite" + }, + "來た": { + "w_type": "conjugated kuru verb", + "romaji": " kita" + }, + "來よう": { + "w_type": "conjugated kuru verb", + "romaji": " koyou" + }, + "來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": " kimasende" + }, + "來い": { + "w_type": "conjugated kuru verb", + "romaji": " koi" + }, + "来なさい": { + "w_type": "conjugated kuru verb", + "romaji": " kinasai" + }, + "来なかった": { + "w_type": "conjugated kuru verb", + "romaji": " konakatta" + }, + "來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": " kinasaruna" + }, + "來ない": { + "w_type": "conjugated kuru verb", + "romaji": " konai" + }, + "來ます": { + "w_type": "conjugated kuru verb", + "romaji": " kimasu" + }, + "来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": " kinasaruna" + }, + "來ました": { + "w_type": "conjugated kuru verb", + "romaji": " kimashita" + }, + "来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": " kimasende" + }, + "來ないで": { + "w_type": "conjugated kuru verb", + "romaji": " konaide" + }, + "来ます": { + "w_type": "conjugated kuru verb", + "romaji": " kimasu" + }, + "來まして": { + "w_type": "conjugated kuru verb", + "romaji": " kimashite" + }, + "来ません": { + "w_type": "conjugated kuru verb", + "romaji": " kimasen" + }, + "来よう": { + "w_type": "conjugated kuru verb", + "romaji": " koyou" + }, + "來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": " kimasen deshita" + }, + "来た": { + "w_type": "conjugated kuru verb", + "romaji": " kita" + }, + "來なさい": { + "w_type": "conjugated kuru verb", + "romaji": " kinasai" + }, + "來て": { + "w_type": "conjugated kuru verb", + "romaji": " kite" + }, + "来ました": { + "w_type": "conjugated kuru verb", + "romaji": " kimashita" + }, + "來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": " kimashou" + }, + "取って来い": { + "w_type": "conjugated kuru verb", + "romaji": "totte koi" + }, + "取って来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "totte konaide" + }, + "取って来て": { + "w_type": "conjugated kuru verb", + "romaji": "totte kite" + }, + "取って來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "totte konakatta" + }, + "取って来ない": { + "w_type": "conjugated kuru verb", + "romaji": "totte konai" + }, + "取って來ません": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasen" + }, + "取って来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasen deshita" + }, + "取って来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimashou" + }, + "取って来まして": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimashite" + }, + "取って來た": { + "w_type": "conjugated kuru verb", + "romaji": "totte kita" + }, + "取って來よう": { + "w_type": "conjugated kuru verb", + "romaji": "totte koyou" + }, + "取って來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasende" + }, + "取って來い": { + "w_type": "conjugated kuru verb", + "romaji": "totte koi" + }, + "取って来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "totte kinasai" + }, + "取って来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "totte konakatta" + }, + "取って來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "totte kinasaruna" + }, + "取って來ない": { + "w_type": "conjugated kuru verb", + "romaji": "totte konai" + }, + "取って來ます": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasu" + }, + "取って来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "totte kinasaruna" + }, + "取って來ました": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimashita" + }, + "取って来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasende" + }, + "取って來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "totte konaide" + }, + "取って来ます": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasu" + }, + "取って來まして": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimashite" + }, + "取って来ません": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasen" + }, + "取って来よう": { + "w_type": "conjugated kuru verb", + "romaji": "totte koyou" + }, + "取って來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimasen deshita" + }, + "取って来た": { + "w_type": "conjugated kuru verb", + "romaji": "totte kita" + }, + "取って來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "totte kinasai" + }, + "取って來て": { + "w_type": "conjugated kuru verb", + "romaji": "totte kite" + }, + "取って来ました": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimashita" + }, + "取って來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "totte kimashou" + }, + "迫り来い": { + "w_type": "conjugated kuru verb", + "romaji": "semari koi" + }, + "迫り来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "semari konaide" + }, + "迫り来て": { + "w_type": "conjugated kuru verb", + "romaji": "semari kite" + }, + "迫り來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "semari konakatta" + }, + "迫り来ない": { + "w_type": "conjugated kuru verb", + "romaji": "semari konai" + }, + "迫り來ません": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasen" + }, + "迫り来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasen deshita" + }, + "迫り来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimashou" + }, + "迫り来まして": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimashite" + }, + "迫り來た": { + "w_type": "conjugated kuru verb", + "romaji": "semari kita" + }, + "迫り來よう": { + "w_type": "conjugated kuru verb", + "romaji": "semari koyou" + }, + "迫り來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasende" + }, + "迫り來い": { + "w_type": "conjugated kuru verb", + "romaji": "semari koi" + }, + "迫り来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "semari kinasai" + }, + "迫り来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "semari konakatta" + }, + "迫り來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "semari kinasaruna" + }, + "迫り來ない": { + "w_type": "conjugated kuru verb", + "romaji": "semari konai" + }, + "迫り來ます": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasu" + }, + "迫り来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "semari kinasaruna" + }, + "迫り來ました": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimashita" + }, + "迫り来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasende" + }, + "迫り來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "semari konaide" + }, + "迫り来ます": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasu" + }, + "迫り來まして": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimashite" + }, + "迫り来ません": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasen" + }, + "迫り来よう": { + "w_type": "conjugated kuru verb", + "romaji": "semari koyou" + }, + "迫り來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimasen deshita" + }, + "迫り来た": { + "w_type": "conjugated kuru verb", + "romaji": "semari kita" + }, + "迫り來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "semari kinasai" + }, + "迫り來て": { + "w_type": "conjugated kuru verb", + "romaji": "semari kite" + }, + "迫り来ました": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimashita" + }, + "迫り來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "semari kimashou" + }, + "寄せ来い": { + "w_type": "conjugated kuru verb", + "romaji": "yose koi" + }, + "寄せ来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "yose konaide" + }, + "寄せ来て": { + "w_type": "conjugated kuru verb", + "romaji": "yose kite" + }, + "寄せ來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "yose konakatta" + }, + "寄せ来ない": { + "w_type": "conjugated kuru verb", + "romaji": "yose konai" + }, + "寄せ來ません": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen" + }, + "寄せ来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen deshita" + }, + "寄せ来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashou" + }, + "寄せ来まして": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashite" + }, + "寄せ來た": { + "w_type": "conjugated kuru verb", + "romaji": "yose kita" + }, + "寄せ來よう": { + "w_type": "conjugated kuru verb", + "romaji": "yose koyou" + }, + "寄せ來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasende" + }, + "寄せ來い": { + "w_type": "conjugated kuru verb", + "romaji": "yose koi" + }, + "寄せ来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasai" + }, + "寄せ来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "yose konakatta" + }, + "寄せ來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasaruna" + }, + "寄せ來ない": { + "w_type": "conjugated kuru verb", + "romaji": "yose konai" + }, + "寄せ來ます": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasu" + }, + "寄せ来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasaruna" + }, + "寄せ來ました": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashita" + }, + "寄せ来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasende" + }, + "寄せ來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "yose konaide" + }, + "寄せ来ます": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasu" + }, + "寄せ來まして": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashite" + }, + "寄せ来ません": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen" + }, + "寄せ来よう": { + "w_type": "conjugated kuru verb", + "romaji": "yose koyou" + }, + "寄せ來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen deshita" + }, + "寄せ来た": { + "w_type": "conjugated kuru verb", + "romaji": "yose kita" + }, + "寄せ來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasai" + }, + "寄せ來て": { + "w_type": "conjugated kuru verb", + "romaji": "yose kite" + }, + "寄せ来ました": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashita" + }, + "寄せ來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashou" + }, + "カッと来い": { + "w_type": "conjugated kuru verb", + "romaji": "katto koi" + }, + "カッと来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "katto konaide" + }, + "カッと来て": { + "w_type": "conjugated kuru verb", + "romaji": "katto kite" + }, + "カッと來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "katto konakatta" + }, + "カッと来ない": { + "w_type": "conjugated kuru verb", + "romaji": "katto konai" + }, + "カッと來ません": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasen" + }, + "カッと来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasen deshita" + }, + "カッと来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimashou" + }, + "カッと来まして": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimashite" + }, + "カッと來た": { + "w_type": "conjugated kuru verb", + "romaji": "katto kita" + }, + "カッと來よう": { + "w_type": "conjugated kuru verb", + "romaji": "katto koyou" + }, + "カッと來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasende" + }, + "カッと來い": { + "w_type": "conjugated kuru verb", + "romaji": "katto koi" + }, + "カッと来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "katto kinasai" + }, + "カッと来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "katto konakatta" + }, + "カッと來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "katto kinasaruna" + }, + "カッと來ない": { + "w_type": "conjugated kuru verb", + "romaji": "katto konai" + }, + "カッと來ます": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasu" + }, + "カッと来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "katto kinasaruna" + }, + "カッと來ました": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimashita" + }, + "カッと来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasende" + }, + "カッと來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "katto konaide" + }, + "カッと来ます": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasu" + }, + "カッと來まして": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimashite" + }, + "カッと来ません": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasen" + }, + "カッと来よう": { + "w_type": "conjugated kuru verb", + "romaji": "katto koyou" + }, + "カッと來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimasen deshita" + }, + "カッと来た": { + "w_type": "conjugated kuru verb", + "romaji": "katto kita" + }, + "カッと來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "katto kinasai" + }, + "カッと來て": { + "w_type": "conjugated kuru verb", + "romaji": "katto kite" + }, + "カッと来ました": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimashita" + }, + "カッと來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "katto kimashou" + }, + "寄来い": { + "w_type": "conjugated kuru verb", + "romaji": "yose koi" + }, + "寄来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "yose konaide" + }, + "寄来て": { + "w_type": "conjugated kuru verb", + "romaji": "yose kite" + }, + "寄來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "yose konakatta" + }, + "寄来ない": { + "w_type": "conjugated kuru verb", + "romaji": "yose konai" + }, + "寄來ません": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen" + }, + "寄来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen deshita" + }, + "寄来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashou" + }, + "寄来まして": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashite" + }, + "寄來た": { + "w_type": "conjugated kuru verb", + "romaji": "yose kita" + }, + "寄來よう": { + "w_type": "conjugated kuru verb", + "romaji": "yose koyou" + }, + "寄來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasende" + }, + "寄來い": { + "w_type": "conjugated kuru verb", + "romaji": "yose koi" + }, + "寄来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasai" + }, + "寄来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "yose konakatta" + }, + "寄來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasaruna" + }, + "寄來ない": { + "w_type": "conjugated kuru verb", + "romaji": "yose konai" + }, + "寄來ます": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasu" + }, + "寄来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasaruna" + }, + "寄來ました": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashita" + }, + "寄来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasende" + }, + "寄來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "yose konaide" + }, + "寄来ます": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasu" + }, + "寄來まして": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashite" + }, + "寄来ません": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen" + }, + "寄来よう": { + "w_type": "conjugated kuru verb", + "romaji": "yose koyou" + }, + "寄來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimasen deshita" + }, + "寄来た": { + "w_type": "conjugated kuru verb", + "romaji": "yose kita" + }, + "寄來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "yose kinasai" + }, + "寄來て": { + "w_type": "conjugated kuru verb", + "romaji": "yose kite" + }, + "寄来ました": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashita" + }, + "寄來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "yose kimashou" + }, + "ついて来い": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koi" + }, + "ついて来ないで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konaide" + }, + "ついて来て": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kite" + }, + "ついて來なかった": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konakatta" + }, + "ついて来ない": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konai" + }, + "ついて來ません": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen" + }, + "ついて来ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen deshita" + }, + "ついて来ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashou" + }, + "ついて来まして": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashite" + }, + "ついて來た": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kita" + }, + "ついて來よう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koyou" + }, + "ついて來ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasende" + }, + "ついて來い": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koi" + }, + "ついて来なさい": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasai" + }, + "ついて来なかった": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konakatta" + }, + "ついて來なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasaruna" + }, + "ついて來ない": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konai" + }, + "ついて來ます": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasu" + }, + "ついて来なさるな": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasaruna" + }, + "ついて來ました": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashita" + }, + "ついて来ませんで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasende" + }, + "ついて來ないで": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite konaide" + }, + "ついて来ます": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasu" + }, + "ついて來まして": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashite" + }, + "ついて来ません": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen" + }, + "ついて来よう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite koyou" + }, + "ついて來ませんでした": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimasen deshita" + }, + "ついて来た": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kita" + }, + "ついて來なさい": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kinasai" + }, + "ついて來て": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kite" + }, + "ついて来ました": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashita" + }, + "ついて來ましょう": { + "w_type": "conjugated kuru verb", + "romaji": "tsuite kimashou" + } +} \ No newline at end of file diff --git a/utils/modules/kanji_to_romaji/jp_mappings/conjugated_irr_suru_kanji.json b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_irr_suru_kanji.json new file mode 100644 index 0000000..4acd91d --- /dev/null +++ b/utils/modules/kanji_to_romaji/jp_mappings/conjugated_irr_suru_kanji.json @@ -0,0 +1,17342 @@ +{ + "狂して": { + "w_type": "conjugated suru verb", + "romaji": "kyou shite" + }, + "狂しよう": { + "w_type": "conjugated suru verb", + "romaji": "kyou shiyou" + }, + "狂しい": { + "w_type": "conjugated suru verb", + "romaji": "kyou shii" + }, + "狂しろ": { + "w_type": "conjugated suru verb", + "romaji": "kyou shiro" + }, + "狂しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasende" + }, + "狂しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinakatta" + }, + "狂しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinasai" + }, + "狂しません": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasen" + }, + "狂しない": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinai" + }, + "狂します": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasu" + }, + "狂しまして": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashite" + }, + "狂しないで": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinaide" + }, + "狂しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinasaruna" + }, + "狂しました": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashita" + }, + "狂した": { + "w_type": "conjugated suru verb", + "romaji": "kyou shita" + }, + "狂しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashou" + }, + "狂しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasen deshita" + }, + "位して": { + "w_type": "conjugated suru verb", + "romaji": "kurai shite" + }, + "位しよう": { + "w_type": "conjugated suru verb", + "romaji": "kurai shiyou" + }, + "位しい": { + "w_type": "conjugated suru verb", + "romaji": "kurai shii" + }, + "位しろ": { + "w_type": "conjugated suru verb", + "romaji": "kurai shiro" + }, + "位しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimasende" + }, + "位しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kurai shinakatta" + }, + "位しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kurai shinasai" + }, + "位しません": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimasen" + }, + "位しない": { + "w_type": "conjugated suru verb", + "romaji": "kurai shinai" + }, + "位します": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimasu" + }, + "位しまして": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimashite" + }, + "位しないで": { + "w_type": "conjugated suru verb", + "romaji": "kurai shinaide" + }, + "位しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kurai shinasaruna" + }, + "位しました": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimashita" + }, + "位した": { + "w_type": "conjugated suru verb", + "romaji": "kurai shita" + }, + "位しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimashou" + }, + "位しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kurai shimasen deshita" + }, + "録して": { + "w_type": "conjugated suru verb", + "romaji": "roku shite" + }, + "録しよう": { + "w_type": "conjugated suru verb", + "romaji": "roku shiyou" + }, + "録しい": { + "w_type": "conjugated suru verb", + "romaji": "roku shii" + }, + "録しろ": { + "w_type": "conjugated suru verb", + "romaji": "roku shiro" + }, + "録しませんで": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasende" + }, + "録しなかった": { + "w_type": "conjugated suru verb", + "romaji": "roku shinakatta" + }, + "録しなさい": { + "w_type": "conjugated suru verb", + "romaji": "roku shinasai" + }, + "録しません": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasen" + }, + "録しない": { + "w_type": "conjugated suru verb", + "romaji": "roku shinai" + }, + "録します": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasu" + }, + "録しまして": { + "w_type": "conjugated suru verb", + "romaji": "roku shimashite" + }, + "録しないで": { + "w_type": "conjugated suru verb", + "romaji": "roku shinaide" + }, + "録しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "roku shinasaruna" + }, + "録しました": { + "w_type": "conjugated suru verb", + "romaji": "roku shimashita" + }, + "録した": { + "w_type": "conjugated suru verb", + "romaji": "roku shita" + }, + "録しましょう": { + "w_type": "conjugated suru verb", + "romaji": "roku shimashou" + }, + "録しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasen deshita" + }, + "瞑して": { + "w_type": "conjugated suru verb", + "romaji": "mei shite" + }, + "瞑しよう": { + "w_type": "conjugated suru verb", + "romaji": "mei shiyou" + }, + "瞑しい": { + "w_type": "conjugated suru verb", + "romaji": "mei shii" + }, + "瞑しろ": { + "w_type": "conjugated suru verb", + "romaji": "mei shiro" + }, + "瞑しませんで": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasende" + }, + "瞑しなかった": { + "w_type": "conjugated suru verb", + "romaji": "mei shinakatta" + }, + "瞑しなさい": { + "w_type": "conjugated suru verb", + "romaji": "mei shinasai" + }, + "瞑しません": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasen" + }, + "瞑しない": { + "w_type": "conjugated suru verb", + "romaji": "mei shinai" + }, + "瞑します": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasu" + }, + "瞑しまして": { + "w_type": "conjugated suru verb", + "romaji": "mei shimashite" + }, + "瞑しないで": { + "w_type": "conjugated suru verb", + "romaji": "mei shinaide" + }, + "瞑しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "mei shinasaruna" + }, + "瞑しました": { + "w_type": "conjugated suru verb", + "romaji": "mei shimashita" + }, + "瞑した": { + "w_type": "conjugated suru verb", + "romaji": "mei shita" + }, + "瞑しましょう": { + "w_type": "conjugated suru verb", + "romaji": "mei shimashou" + }, + "瞑しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasen deshita" + }, + "恋して": { + "w_type": "conjugated suru verb", + "romaji": "koi shite" + }, + "恋しよう": { + "w_type": "conjugated suru verb", + "romaji": "koi shiyou" + }, + "恋しい": { + "w_type": "conjugated suru verb", + "romaji": "koi shii" + }, + "恋しろ": { + "w_type": "conjugated suru verb", + "romaji": "koi shiro" + }, + "恋しませんで": { + "w_type": "conjugated suru verb", + "romaji": "koi shimasende" + }, + "恋しなかった": { + "w_type": "conjugated suru verb", + "romaji": "koi shinakatta" + }, + "恋しなさい": { + "w_type": "conjugated suru verb", + "romaji": "koi shinasai" + }, + "恋しません": { + "w_type": "conjugated suru verb", + "romaji": "koi shimasen" + }, + "恋しない": { + "w_type": "conjugated suru verb", + "romaji": "koi shinai" + }, + "恋します": { + "w_type": "conjugated suru verb", + "romaji": "koi shimasu" + }, + "恋しまして": { + "w_type": "conjugated suru verb", + "romaji": "koi shimashite" + }, + "恋しないで": { + "w_type": "conjugated suru verb", + "romaji": "koi shinaide" + }, + "恋しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "koi shinasaruna" + }, + "恋しました": { + "w_type": "conjugated suru verb", + "romaji": "koi shimashita" + }, + "恋した": { + "w_type": "conjugated suru verb", + "romaji": "koi shita" + }, + "恋しましょう": { + "w_type": "conjugated suru verb", + "romaji": "koi shimashou" + }, + "恋しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "koi shimasen deshita" + }, + "廃して": { + "w_type": "conjugated suru verb", + "romaji": "hai shite" + }, + "廃しよう": { + "w_type": "conjugated suru verb", + "romaji": "hai shiyou" + }, + "廃しい": { + "w_type": "conjugated suru verb", + "romaji": "hai shii" + }, + "廃しろ": { + "w_type": "conjugated suru verb", + "romaji": "hai shiro" + }, + "廃しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasende" + }, + "廃しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hai shinakatta" + }, + "廃しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasai" + }, + "廃しません": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen" + }, + "廃しない": { + "w_type": "conjugated suru verb", + "romaji": "hai shinai" + }, + "廃します": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasu" + }, + "廃しまして": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashite" + }, + "廃しないで": { + "w_type": "conjugated suru verb", + "romaji": "hai shinaide" + }, + "廃しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasaruna" + }, + "廃しました": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashita" + }, + "廃した": { + "w_type": "conjugated suru verb", + "romaji": "hai shita" + }, + "廃しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashou" + }, + "廃しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen deshita" + }, + "製して": { + "w_type": "conjugated suru verb", + "romaji": "sei shite" + }, + "製しよう": { + "w_type": "conjugated suru verb", + "romaji": "sei shiyou" + }, + "製しい": { + "w_type": "conjugated suru verb", + "romaji": "sei shii" + }, + "製しろ": { + "w_type": "conjugated suru verb", + "romaji": "sei shiro" + }, + "製しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasende" + }, + "製しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sei shinakatta" + }, + "製しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sei shinasai" + }, + "製しません": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasen" + }, + "製しない": { + "w_type": "conjugated suru verb", + "romaji": "sei shinai" + }, + "製します": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasu" + }, + "製しまして": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashite" + }, + "製しないで": { + "w_type": "conjugated suru verb", + "romaji": "sei shinaide" + }, + "製しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sei shinasaruna" + }, + "製しました": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashita" + }, + "製した": { + "w_type": "conjugated suru verb", + "romaji": "sei shita" + }, + "製しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashou" + }, + "製しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasen deshita" + }, + "婬して": { + "w_type": "conjugated suru verb", + "romaji": "in shite" + }, + "婬しよう": { + "w_type": "conjugated suru verb", + "romaji": "in shiyou" + }, + "婬しい": { + "w_type": "conjugated suru verb", + "romaji": "in shii" + }, + "婬しろ": { + "w_type": "conjugated suru verb", + "romaji": "in shiro" + }, + "婬しませんで": { + "w_type": "conjugated suru verb", + "romaji": "in shimasende" + }, + "婬しなかった": { + "w_type": "conjugated suru verb", + "romaji": "in shinakatta" + }, + "婬しなさい": { + "w_type": "conjugated suru verb", + "romaji": "in shinasai" + }, + "婬しません": { + "w_type": "conjugated suru verb", + "romaji": "in shimasen" + }, + "婬しない": { + "w_type": "conjugated suru verb", + "romaji": "in shinai" + }, + "婬します": { + "w_type": "conjugated suru verb", + "romaji": "in shimasu" + }, + "婬しまして": { + "w_type": "conjugated suru verb", + "romaji": "in shimashite" + }, + "婬しないで": { + "w_type": "conjugated suru verb", + "romaji": "in shinaide" + }, + "婬しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "in shinasaruna" + }, + "婬しました": { + "w_type": "conjugated suru verb", + "romaji": "in shimashita" + }, + "婬した": { + "w_type": "conjugated suru verb", + "romaji": "in shita" + }, + "婬しましょう": { + "w_type": "conjugated suru verb", + "romaji": "in shimashou" + }, + "婬しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "in shimasen deshita" + }, + "激して": { + "w_type": "conjugated suru verb", + "romaji": "geki shite" + }, + "激しよう": { + "w_type": "conjugated suru verb", + "romaji": "geki shiyou" + }, + "激しい": { + "w_type": "conjugated suru verb", + "romaji": "geki shii" + }, + "激しろ": { + "w_type": "conjugated suru verb", + "romaji": "geki shiro" + }, + "激しませんで": { + "w_type": "conjugated suru verb", + "romaji": "geki shimasende" + }, + "激しなかった": { + "w_type": "conjugated suru verb", + "romaji": "geki shinakatta" + }, + "激しなさい": { + "w_type": "conjugated suru verb", + "romaji": "geki shinasai" + }, + "激しません": { + "w_type": "conjugated suru verb", + "romaji": "geki shimasen" + }, + "激しない": { + "w_type": "conjugated suru verb", + "romaji": "geki shinai" + }, + "激します": { + "w_type": "conjugated suru verb", + "romaji": "geki shimasu" + }, + "激しまして": { + "w_type": "conjugated suru verb", + "romaji": "geki shimashite" + }, + "激しないで": { + "w_type": "conjugated suru verb", + "romaji": "geki shinaide" + }, + "激しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "geki shinasaruna" + }, + "激しました": { + "w_type": "conjugated suru verb", + "romaji": "geki shimashita" + }, + "激した": { + "w_type": "conjugated suru verb", + "romaji": "geki shita" + }, + "激しましょう": { + "w_type": "conjugated suru verb", + "romaji": "geki shimashou" + }, + "激しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "geki shimasen deshita" + }, + "面して": { + "w_type": "conjugated suru verb", + "romaji": "men shite" + }, + "面しよう": { + "w_type": "conjugated suru verb", + "romaji": "men shiyou" + }, + "面しい": { + "w_type": "conjugated suru verb", + "romaji": "men shii" + }, + "面しろ": { + "w_type": "conjugated suru verb", + "romaji": "men shiro" + }, + "面しませんで": { + "w_type": "conjugated suru verb", + "romaji": "men shimasende" + }, + "面しなかった": { + "w_type": "conjugated suru verb", + "romaji": "men shinakatta" + }, + "面しなさい": { + "w_type": "conjugated suru verb", + "romaji": "men shinasai" + }, + "面しません": { + "w_type": "conjugated suru verb", + "romaji": "men shimasen" + }, + "面しない": { + "w_type": "conjugated suru verb", + "romaji": "men shinai" + }, + "面します": { + "w_type": "conjugated suru verb", + "romaji": "men shimasu" + }, + "面しまして": { + "w_type": "conjugated suru verb", + "romaji": "men shimashite" + }, + "面しないで": { + "w_type": "conjugated suru verb", + "romaji": "men shinaide" + }, + "面しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "men shinasaruna" + }, + "面しました": { + "w_type": "conjugated suru verb", + "romaji": "men shimashita" + }, + "面した": { + "w_type": "conjugated suru verb", + "romaji": "men shita" + }, + "面しましょう": { + "w_type": "conjugated suru verb", + "romaji": "men shimashou" + }, + "面しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "men shimasen deshita" + }, + "劃して": { + "w_type": "conjugated suru verb", + "romaji": "kaku shite" + }, + "劃しよう": { + "w_type": "conjugated suru verb", + "romaji": "kaku shiyou" + }, + "劃しい": { + "w_type": "conjugated suru verb", + "romaji": "kaku shii" + }, + "劃しろ": { + "w_type": "conjugated suru verb", + "romaji": "kaku shiro" + }, + "劃しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasende" + }, + "劃しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinakatta" + }, + "劃しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinasai" + }, + "劃しません": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasen" + }, + "劃しない": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinai" + }, + "劃します": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasu" + }, + "劃しまして": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimashite" + }, + "劃しないで": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinaide" + }, + "劃しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinasaruna" + }, + "劃しました": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimashita" + }, + "劃した": { + "w_type": "conjugated suru verb", + "romaji": "kaku shita" + }, + "劃しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimashou" + }, + "劃しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasen deshita" + }, + "熟して": { + "w_type": "conjugated suru verb", + "romaji": "juku shite" + }, + "熟しよう": { + "w_type": "conjugated suru verb", + "romaji": "juku shiyou" + }, + "熟しい": { + "w_type": "conjugated suru verb", + "romaji": "juku shii" + }, + "熟しろ": { + "w_type": "conjugated suru verb", + "romaji": "juku shiro" + }, + "熟しませんで": { + "w_type": "conjugated suru verb", + "romaji": "juku shimasende" + }, + "熟しなかった": { + "w_type": "conjugated suru verb", + "romaji": "juku shinakatta" + }, + "熟しなさい": { + "w_type": "conjugated suru verb", + "romaji": "juku shinasai" + }, + "熟しません": { + "w_type": "conjugated suru verb", + "romaji": "juku shimasen" + }, + "熟しない": { + "w_type": "conjugated suru verb", + "romaji": "juku shinai" + }, + "熟します": { + "w_type": "conjugated suru verb", + "romaji": "juku shimasu" + }, + "熟しまして": { + "w_type": "conjugated suru verb", + "romaji": "juku shimashite" + }, + "熟しないで": { + "w_type": "conjugated suru verb", + "romaji": "juku shinaide" + }, + "熟しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "juku shinasaruna" + }, + "熟しました": { + "w_type": "conjugated suru verb", + "romaji": "juku shimashita" + }, + "熟した": { + "w_type": "conjugated suru verb", + "romaji": "juku shita" + }, + "熟しましょう": { + "w_type": "conjugated suru verb", + "romaji": "juku shimashou" + }, + "熟しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "juku shimasen deshita" + }, + "害して": { + "w_type": "conjugated suru verb", + "romaji": "gai shite" + }, + "害しよう": { + "w_type": "conjugated suru verb", + "romaji": "gai shiyou" + }, + "害しい": { + "w_type": "conjugated suru verb", + "romaji": "gai shii" + }, + "害しろ": { + "w_type": "conjugated suru verb", + "romaji": "gai shiro" + }, + "害しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasende" + }, + "害しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gai shinakatta" + }, + "害しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gai shinasai" + }, + "害しません": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasen" + }, + "害しない": { + "w_type": "conjugated suru verb", + "romaji": "gai shinai" + }, + "害します": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasu" + }, + "害しまして": { + "w_type": "conjugated suru verb", + "romaji": "gai shimashite" + }, + "害しないで": { + "w_type": "conjugated suru verb", + "romaji": "gai shinaide" + }, + "害しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gai shinasaruna" + }, + "害しました": { + "w_type": "conjugated suru verb", + "romaji": "gai shimashita" + }, + "害した": { + "w_type": "conjugated suru verb", + "romaji": "gai shita" + }, + "害しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gai shimashou" + }, + "害しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasen deshita" + }, + "毒して": { + "w_type": "conjugated suru verb", + "romaji": "doku shite" + }, + "毒しよう": { + "w_type": "conjugated suru verb", + "romaji": "doku shiyou" + }, + "毒しい": { + "w_type": "conjugated suru verb", + "romaji": "doku shii" + }, + "毒しろ": { + "w_type": "conjugated suru verb", + "romaji": "doku shiro" + }, + "毒しませんで": { + "w_type": "conjugated suru verb", + "romaji": "doku shimasende" + }, + "毒しなかった": { + "w_type": "conjugated suru verb", + "romaji": "doku shinakatta" + }, + "毒しなさい": { + "w_type": "conjugated suru verb", + "romaji": "doku shinasai" + }, + "毒しません": { + "w_type": "conjugated suru verb", + "romaji": "doku shimasen" + }, + "毒しない": { + "w_type": "conjugated suru verb", + "romaji": "doku shinai" + }, + "毒します": { + "w_type": "conjugated suru verb", + "romaji": "doku shimasu" + }, + "毒しまして": { + "w_type": "conjugated suru verb", + "romaji": "doku shimashite" + }, + "毒しないで": { + "w_type": "conjugated suru verb", + "romaji": "doku shinaide" + }, + "毒しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "doku shinasaruna" + }, + "毒しました": { + "w_type": "conjugated suru verb", + "romaji": "doku shimashita" + }, + "毒した": { + "w_type": "conjugated suru verb", + "romaji": "doku shita" + }, + "毒しましょう": { + "w_type": "conjugated suru verb", + "romaji": "doku shimashou" + }, + "毒しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "doku shimasen deshita" + }, + "座して": { + "w_type": "conjugated suru verb", + "romaji": "za shite" + }, + "座しよう": { + "w_type": "conjugated suru verb", + "romaji": "za shiyou" + }, + "座しい": { + "w_type": "conjugated suru verb", + "romaji": "za shii" + }, + "座しろ": { + "w_type": "conjugated suru verb", + "romaji": "za shiro" + }, + "座しませんで": { + "w_type": "conjugated suru verb", + "romaji": "za shimasende" + }, + "座しなかった": { + "w_type": "conjugated suru verb", + "romaji": "za shinakatta" + }, + "座しなさい": { + "w_type": "conjugated suru verb", + "romaji": "za shinasai" + }, + "座しません": { + "w_type": "conjugated suru verb", + "romaji": "za shimasen" + }, + "座しない": { + "w_type": "conjugated suru verb", + "romaji": "za shinai" + }, + "座します": { + "w_type": "conjugated suru verb", + "romaji": "za shimasu" + }, + "座しまして": { + "w_type": "conjugated suru verb", + "romaji": "za shimashite" + }, + "座しないで": { + "w_type": "conjugated suru verb", + "romaji": "za shinaide" + }, + "座しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "za shinasaruna" + }, + "座しました": { + "w_type": "conjugated suru verb", + "romaji": "za shimashita" + }, + "座した": { + "w_type": "conjugated suru verb", + "romaji": "za shita" + }, + "座しましょう": { + "w_type": "conjugated suru verb", + "romaji": "za shimashou" + }, + "座しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "za shimasen deshita" + }, + "善みして": { + "w_type": "conjugated suru verb", + "romaji": "yomi shite" + }, + "善みしよう": { + "w_type": "conjugated suru verb", + "romaji": "yomi shiyou" + }, + "善みしい": { + "w_type": "conjugated suru verb", + "romaji": "yomi shii" + }, + "善みしろ": { + "w_type": "conjugated suru verb", + "romaji": "yomi shiro" + }, + "善みしませんで": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasende" + }, + "善みしなかった": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinakatta" + }, + "善みしなさい": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinasai" + }, + "善みしません": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasen" + }, + "善みしない": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinai" + }, + "善みします": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasu" + }, + "善みしまして": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimashite" + }, + "善みしないで": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinaide" + }, + "善みしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinasaruna" + }, + "善みしました": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimashita" + }, + "善みした": { + "w_type": "conjugated suru verb", + "romaji": "yomi shita" + }, + "善みしましょう": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimashou" + }, + "善みしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasen deshita" + }, + "私して": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shite" + }, + "私しよう": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shiyou" + }, + "私しい": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shii" + }, + "私しろ": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shiro" + }, + "私しませんで": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimasende" + }, + "私しなかった": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shinakatta" + }, + "私しなさい": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shinasai" + }, + "私しません": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimasen" + }, + "私しない": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shinai" + }, + "私します": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimasu" + }, + "私しまして": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimashite" + }, + "私しないで": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shinaide" + }, + "私しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shinasaruna" + }, + "私しました": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimashita" + }, + "私した": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shita" + }, + "私しましょう": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimashou" + }, + "私しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "watakushi shimasen deshita" + }, + "讃して": { + "w_type": "conjugated suru verb", + "romaji": "san shite" + }, + "讃しよう": { + "w_type": "conjugated suru verb", + "romaji": "san shiyou" + }, + "讃しい": { + "w_type": "conjugated suru verb", + "romaji": "san shii" + }, + "讃しろ": { + "w_type": "conjugated suru verb", + "romaji": "san shiro" + }, + "讃しませんで": { + "w_type": "conjugated suru verb", + "romaji": "san shimasende" + }, + "讃しなかった": { + "w_type": "conjugated suru verb", + "romaji": "san shinakatta" + }, + "讃しなさい": { + "w_type": "conjugated suru verb", + "romaji": "san shinasai" + }, + "讃しません": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen" + }, + "讃しない": { + "w_type": "conjugated suru verb", + "romaji": "san shinai" + }, + "讃します": { + "w_type": "conjugated suru verb", + "romaji": "san shimasu" + }, + "讃しまして": { + "w_type": "conjugated suru verb", + "romaji": "san shimashite" + }, + "讃しないで": { + "w_type": "conjugated suru verb", + "romaji": "san shinaide" + }, + "讃しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "san shinasaruna" + }, + "讃しました": { + "w_type": "conjugated suru verb", + "romaji": "san shimashita" + }, + "讃した": { + "w_type": "conjugated suru verb", + "romaji": "san shita" + }, + "讃しましょう": { + "w_type": "conjugated suru verb", + "romaji": "san shimashou" + }, + "讃しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen deshita" + }, + "益して": { + "w_type": "conjugated suru verb", + "romaji": "eki shite" + }, + "益しよう": { + "w_type": "conjugated suru verb", + "romaji": "eki shiyou" + }, + "益しい": { + "w_type": "conjugated suru verb", + "romaji": "eki shii" + }, + "益しろ": { + "w_type": "conjugated suru verb", + "romaji": "eki shiro" + }, + "益しませんで": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasende" + }, + "益しなかった": { + "w_type": "conjugated suru verb", + "romaji": "eki shinakatta" + }, + "益しなさい": { + "w_type": "conjugated suru verb", + "romaji": "eki shinasai" + }, + "益しません": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasen" + }, + "益しない": { + "w_type": "conjugated suru verb", + "romaji": "eki shinai" + }, + "益します": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasu" + }, + "益しまして": { + "w_type": "conjugated suru verb", + "romaji": "eki shimashite" + }, + "益しないで": { + "w_type": "conjugated suru verb", + "romaji": "eki shinaide" + }, + "益しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "eki shinasaruna" + }, + "益しました": { + "w_type": "conjugated suru verb", + "romaji": "eki shimashita" + }, + "益した": { + "w_type": "conjugated suru verb", + "romaji": "eki shita" + }, + "益しましょう": { + "w_type": "conjugated suru verb", + "romaji": "eki shimashou" + }, + "益しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasen deshita" + }, + "汗して": { + "w_type": "conjugated suru verb", + "romaji": "ase shite" + }, + "汗しよう": { + "w_type": "conjugated suru verb", + "romaji": "ase shiyou" + }, + "汗しい": { + "w_type": "conjugated suru verb", + "romaji": "ase shii" + }, + "汗しろ": { + "w_type": "conjugated suru verb", + "romaji": "ase shiro" + }, + "汗しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ase shimasende" + }, + "汗しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ase shinakatta" + }, + "汗しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ase shinasai" + }, + "汗しません": { + "w_type": "conjugated suru verb", + "romaji": "ase shimasen" + }, + "汗しない": { + "w_type": "conjugated suru verb", + "romaji": "ase shinai" + }, + "汗します": { + "w_type": "conjugated suru verb", + "romaji": "ase shimasu" + }, + "汗しまして": { + "w_type": "conjugated suru verb", + "romaji": "ase shimashite" + }, + "汗しないで": { + "w_type": "conjugated suru verb", + "romaji": "ase shinaide" + }, + "汗しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ase shinasaruna" + }, + "汗しました": { + "w_type": "conjugated suru verb", + "romaji": "ase shimashita" + }, + "汗した": { + "w_type": "conjugated suru verb", + "romaji": "ase shita" + }, + "汗しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ase shimashou" + }, + "汗しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ase shimasen deshita" + }, + "絶して": { + "w_type": "conjugated suru verb", + "romaji": "ze shite" + }, + "絶しよう": { + "w_type": "conjugated suru verb", + "romaji": "ze shiyou" + }, + "絶しい": { + "w_type": "conjugated suru verb", + "romaji": "ze shii" + }, + "絶しろ": { + "w_type": "conjugated suru verb", + "romaji": "ze shiro" + }, + "絶しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ze shimasende" + }, + "絶しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ze shinakatta" + }, + "絶しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ze shinasai" + }, + "絶しません": { + "w_type": "conjugated suru verb", + "romaji": "ze shimasen" + }, + "絶しない": { + "w_type": "conjugated suru verb", + "romaji": "ze shinai" + }, + "絶します": { + "w_type": "conjugated suru verb", + "romaji": "ze shimasu" + }, + "絶しまして": { + "w_type": "conjugated suru verb", + "romaji": "ze shimashite" + }, + "絶しないで": { + "w_type": "conjugated suru verb", + "romaji": "ze shinaide" + }, + "絶しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ze shinasaruna" + }, + "絶しました": { + "w_type": "conjugated suru verb", + "romaji": "ze shimashita" + }, + "絶した": { + "w_type": "conjugated suru verb", + "romaji": "ze shita" + }, + "絶しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ze shimashou" + }, + "絶しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ze shimasen deshita" + }, + "供して": { + "w_type": "conjugated suru verb", + "romaji": "kyou shite" + }, + "供しよう": { + "w_type": "conjugated suru verb", + "romaji": "kyou shiyou" + }, + "供しい": { + "w_type": "conjugated suru verb", + "romaji": "kyou shii" + }, + "供しろ": { + "w_type": "conjugated suru verb", + "romaji": "kyou shiro" + }, + "供しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasende" + }, + "供しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinakatta" + }, + "供しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinasai" + }, + "供しません": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasen" + }, + "供しない": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinai" + }, + "供します": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasu" + }, + "供しまして": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashite" + }, + "供しないで": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinaide" + }, + "供しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinasaruna" + }, + "供しました": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashita" + }, + "供した": { + "w_type": "conjugated suru verb", + "romaji": "kyou shita" + }, + "供しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashou" + }, + "供しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasen deshita" + }, + "没して": { + "w_type": "conjugated suru verb", + "romaji": "bo shite" + }, + "没しよう": { + "w_type": "conjugated suru verb", + "romaji": "bo shiyou" + }, + "没しい": { + "w_type": "conjugated suru verb", + "romaji": "bo shii" + }, + "没しろ": { + "w_type": "conjugated suru verb", + "romaji": "bo shiro" + }, + "没しませんで": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasende" + }, + "没しなかった": { + "w_type": "conjugated suru verb", + "romaji": "bo shinakatta" + }, + "没しなさい": { + "w_type": "conjugated suru verb", + "romaji": "bo shinasai" + }, + "没しません": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasen" + }, + "没しない": { + "w_type": "conjugated suru verb", + "romaji": "bo shinai" + }, + "没します": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasu" + }, + "没しまして": { + "w_type": "conjugated suru verb", + "romaji": "bo shimashite" + }, + "没しないで": { + "w_type": "conjugated suru verb", + "romaji": "bo shinaide" + }, + "没しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "bo shinasaruna" + }, + "没しました": { + "w_type": "conjugated suru verb", + "romaji": "bo shimashita" + }, + "没した": { + "w_type": "conjugated suru verb", + "romaji": "bo shita" + }, + "没しましょう": { + "w_type": "conjugated suru verb", + "romaji": "bo shimashou" + }, + "没しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasen deshita" + }, + "熱して": { + "w_type": "conjugated suru verb", + "romaji": "ne shite" + }, + "熱しよう": { + "w_type": "conjugated suru verb", + "romaji": "ne shiyou" + }, + "熱しい": { + "w_type": "conjugated suru verb", + "romaji": "ne shii" + }, + "熱しろ": { + "w_type": "conjugated suru verb", + "romaji": "ne shiro" + }, + "熱しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ne shimasende" + }, + "熱しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ne shinakatta" + }, + "熱しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ne shinasai" + }, + "熱しません": { + "w_type": "conjugated suru verb", + "romaji": "ne shimasen" + }, + "熱しない": { + "w_type": "conjugated suru verb", + "romaji": "ne shinai" + }, + "熱します": { + "w_type": "conjugated suru verb", + "romaji": "ne shimasu" + }, + "熱しまして": { + "w_type": "conjugated suru verb", + "romaji": "ne shimashite" + }, + "熱しないで": { + "w_type": "conjugated suru verb", + "romaji": "ne shinaide" + }, + "熱しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ne shinasaruna" + }, + "熱しました": { + "w_type": "conjugated suru verb", + "romaji": "ne shimashita" + }, + "熱した": { + "w_type": "conjugated suru verb", + "romaji": "ne shita" + }, + "熱しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ne shimashou" + }, + "熱しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ne shimasen deshita" + }, + "嘱して": { + "w_type": "conjugated suru verb", + "romaji": "shoku shite" + }, + "嘱しよう": { + "w_type": "conjugated suru verb", + "romaji": "shoku shiyou" + }, + "嘱しい": { + "w_type": "conjugated suru verb", + "romaji": "shoku shii" + }, + "嘱しろ": { + "w_type": "conjugated suru verb", + "romaji": "shoku shiro" + }, + "嘱しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimasende" + }, + "嘱しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shoku shinakatta" + }, + "嘱しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shoku shinasai" + }, + "嘱しません": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimasen" + }, + "嘱しない": { + "w_type": "conjugated suru verb", + "romaji": "shoku shinai" + }, + "嘱します": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimasu" + }, + "嘱しまして": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimashite" + }, + "嘱しないで": { + "w_type": "conjugated suru verb", + "romaji": "shoku shinaide" + }, + "嘱しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shoku shinasaruna" + }, + "嘱しました": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimashita" + }, + "嘱した": { + "w_type": "conjugated suru verb", + "romaji": "shoku shita" + }, + "嘱しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimashou" + }, + "嘱しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shoku shimasen deshita" + }, + "消して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "消しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "消しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "消しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "消しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "消しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "消しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "消しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "消しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "消します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "消しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "消しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "消しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "消しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "消した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "消しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "消しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "賞して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "賞しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "賞しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "賞しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "賞しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "賞しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "賞しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "賞しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "賞しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "賞します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "賞しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "賞しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "賞しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "賞しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "賞した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "賞しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "賞しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "相接して": { + "w_type": "conjugated suru verb", + "romaji": "aise shite" + }, + "相接しよう": { + "w_type": "conjugated suru verb", + "romaji": "aise shiyou" + }, + "相接しい": { + "w_type": "conjugated suru verb", + "romaji": "aise shii" + }, + "相接しろ": { + "w_type": "conjugated suru verb", + "romaji": "aise shiro" + }, + "相接しませんで": { + "w_type": "conjugated suru verb", + "romaji": "aise shimasende" + }, + "相接しなかった": { + "w_type": "conjugated suru verb", + "romaji": "aise shinakatta" + }, + "相接しなさい": { + "w_type": "conjugated suru verb", + "romaji": "aise shinasai" + }, + "相接しません": { + "w_type": "conjugated suru verb", + "romaji": "aise shimasen" + }, + "相接しない": { + "w_type": "conjugated suru verb", + "romaji": "aise shinai" + }, + "相接します": { + "w_type": "conjugated suru verb", + "romaji": "aise shimasu" + }, + "相接しまして": { + "w_type": "conjugated suru verb", + "romaji": "aise shimashite" + }, + "相接しないで": { + "w_type": "conjugated suru verb", + "romaji": "aise shinaide" + }, + "相接しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "aise shinasaruna" + }, + "相接しました": { + "w_type": "conjugated suru verb", + "romaji": "aise shimashita" + }, + "相接した": { + "w_type": "conjugated suru verb", + "romaji": "aise shita" + }, + "相接しましょう": { + "w_type": "conjugated suru verb", + "romaji": "aise shimashou" + }, + "相接しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "aise shimasen deshita" + }, + "相対して": { + "w_type": "conjugated suru verb", + "romaji": "aitai shite" + }, + "相対しよう": { + "w_type": "conjugated suru verb", + "romaji": "aitai shiyou" + }, + "相対しい": { + "w_type": "conjugated suru verb", + "romaji": "aitai shii" + }, + "相対しろ": { + "w_type": "conjugated suru verb", + "romaji": "aitai shiro" + }, + "相対しませんで": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimasende" + }, + "相対しなかった": { + "w_type": "conjugated suru verb", + "romaji": "aitai shinakatta" + }, + "相対しなさい": { + "w_type": "conjugated suru verb", + "romaji": "aitai shinasai" + }, + "相対しません": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimasen" + }, + "相対しない": { + "w_type": "conjugated suru verb", + "romaji": "aitai shinai" + }, + "相対します": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimasu" + }, + "相対しまして": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimashite" + }, + "相対しないで": { + "w_type": "conjugated suru verb", + "romaji": "aitai shinaide" + }, + "相対しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "aitai shinasaruna" + }, + "相対しました": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimashita" + }, + "相対した": { + "w_type": "conjugated suru verb", + "romaji": "aitai shita" + }, + "相対しましょう": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimashou" + }, + "相対しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "aitai shimasen deshita" + }, + "関して": { + "w_type": "conjugated suru verb", + "romaji": "kan shite" + }, + "関しよう": { + "w_type": "conjugated suru verb", + "romaji": "kan shiyou" + }, + "関しい": { + "w_type": "conjugated suru verb", + "romaji": "kan shii" + }, + "関しろ": { + "w_type": "conjugated suru verb", + "romaji": "kan shiro" + }, + "関しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasende" + }, + "関しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kan shinakatta" + }, + "関しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasai" + }, + "関しません": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen" + }, + "関しない": { + "w_type": "conjugated suru verb", + "romaji": "kan shinai" + }, + "関します": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasu" + }, + "関しまして": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashite" + }, + "関しないで": { + "w_type": "conjugated suru verb", + "romaji": "kan shinaide" + }, + "関しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasaruna" + }, + "関しました": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashita" + }, + "関した": { + "w_type": "conjugated suru verb", + "romaji": "kan shita" + }, + "関しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashou" + }, + "関しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen deshita" + }, + "類して": { + "w_type": "conjugated suru verb", + "romaji": "rui shite" + }, + "類しよう": { + "w_type": "conjugated suru verb", + "romaji": "rui shiyou" + }, + "類しい": { + "w_type": "conjugated suru verb", + "romaji": "rui shii" + }, + "類しろ": { + "w_type": "conjugated suru verb", + "romaji": "rui shiro" + }, + "類しませんで": { + "w_type": "conjugated suru verb", + "romaji": "rui shimasende" + }, + "類しなかった": { + "w_type": "conjugated suru verb", + "romaji": "rui shinakatta" + }, + "類しなさい": { + "w_type": "conjugated suru verb", + "romaji": "rui shinasai" + }, + "類しません": { + "w_type": "conjugated suru verb", + "romaji": "rui shimasen" + }, + "類しない": { + "w_type": "conjugated suru verb", + "romaji": "rui shinai" + }, + "類します": { + "w_type": "conjugated suru verb", + "romaji": "rui shimasu" + }, + "類しまして": { + "w_type": "conjugated suru verb", + "romaji": "rui shimashite" + }, + "類しないで": { + "w_type": "conjugated suru verb", + "romaji": "rui shinaide" + }, + "類しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "rui shinasaruna" + }, + "類しました": { + "w_type": "conjugated suru verb", + "romaji": "rui shimashita" + }, + "類した": { + "w_type": "conjugated suru verb", + "romaji": "rui shita" + }, + "類しましょう": { + "w_type": "conjugated suru verb", + "romaji": "rui shimashou" + }, + "類しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "rui shimasen deshita" + }, + "罰して": { + "w_type": "conjugated suru verb", + "romaji": "ba shite" + }, + "罰しよう": { + "w_type": "conjugated suru verb", + "romaji": "ba shiyou" + }, + "罰しい": { + "w_type": "conjugated suru verb", + "romaji": "ba shii" + }, + "罰しろ": { + "w_type": "conjugated suru verb", + "romaji": "ba shiro" + }, + "罰しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ba shimasende" + }, + "罰しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ba shinakatta" + }, + "罰しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ba shinasai" + }, + "罰しません": { + "w_type": "conjugated suru verb", + "romaji": "ba shimasen" + }, + "罰しない": { + "w_type": "conjugated suru verb", + "romaji": "ba shinai" + }, + "罰します": { + "w_type": "conjugated suru verb", + "romaji": "ba shimasu" + }, + "罰しまして": { + "w_type": "conjugated suru verb", + "romaji": "ba shimashite" + }, + "罰しないで": { + "w_type": "conjugated suru verb", + "romaji": "ba shinaide" + }, + "罰しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ba shinasaruna" + }, + "罰しました": { + "w_type": "conjugated suru verb", + "romaji": "ba shimashita" + }, + "罰した": { + "w_type": "conjugated suru verb", + "romaji": "ba shita" + }, + "罰しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ba shimashou" + }, + "罰しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ba shimasen deshita" + }, + "相前後して": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shite" + }, + "相前後しよう": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shiyou" + }, + "相前後しい": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shii" + }, + "相前後しろ": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shiro" + }, + "相前後しませんで": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimasende" + }, + "相前後しなかった": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shinakatta" + }, + "相前後しなさい": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shinasai" + }, + "相前後しません": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimasen" + }, + "相前後しない": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shinai" + }, + "相前後します": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimasu" + }, + "相前後しまして": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimashite" + }, + "相前後しないで": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shinaide" + }, + "相前後しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shinasaruna" + }, + "相前後しました": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimashita" + }, + "相前後した": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shita" + }, + "相前後しましょう": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimashou" + }, + "相前後しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "aizengo shimasen deshita" + }, + "堕して": { + "w_type": "conjugated suru verb", + "romaji": "da shite" + }, + "堕しよう": { + "w_type": "conjugated suru verb", + "romaji": "da shiyou" + }, + "堕しい": { + "w_type": "conjugated suru verb", + "romaji": "da shii" + }, + "堕しろ": { + "w_type": "conjugated suru verb", + "romaji": "da shiro" + }, + "堕しませんで": { + "w_type": "conjugated suru verb", + "romaji": "da shimasende" + }, + "堕しなかった": { + "w_type": "conjugated suru verb", + "romaji": "da shinakatta" + }, + "堕しなさい": { + "w_type": "conjugated suru verb", + "romaji": "da shinasai" + }, + "堕しません": { + "w_type": "conjugated suru verb", + "romaji": "da shimasen" + }, + "堕しない": { + "w_type": "conjugated suru verb", + "romaji": "da shinai" + }, + "堕します": { + "w_type": "conjugated suru verb", + "romaji": "da shimasu" + }, + "堕しまして": { + "w_type": "conjugated suru verb", + "romaji": "da shimashite" + }, + "堕しないで": { + "w_type": "conjugated suru verb", + "romaji": "da shinaide" + }, + "堕しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "da shinasaruna" + }, + "堕しました": { + "w_type": "conjugated suru verb", + "romaji": "da shimashita" + }, + "堕した": { + "w_type": "conjugated suru verb", + "romaji": "da shita" + }, + "堕しましょう": { + "w_type": "conjugated suru verb", + "romaji": "da shimashou" + }, + "堕しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "da shimasen deshita" + }, + "冠して": { + "w_type": "conjugated suru verb", + "romaji": "kan shite" + }, + "冠しよう": { + "w_type": "conjugated suru verb", + "romaji": "kan shiyou" + }, + "冠しい": { + "w_type": "conjugated suru verb", + "romaji": "kan shii" + }, + "冠しろ": { + "w_type": "conjugated suru verb", + "romaji": "kan shiro" + }, + "冠しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasende" + }, + "冠しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kan shinakatta" + }, + "冠しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasai" + }, + "冠しません": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen" + }, + "冠しない": { + "w_type": "conjugated suru verb", + "romaji": "kan shinai" + }, + "冠します": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasu" + }, + "冠しまして": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashite" + }, + "冠しないで": { + "w_type": "conjugated suru verb", + "romaji": "kan shinaide" + }, + "冠しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasaruna" + }, + "冠しました": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashita" + }, + "冠した": { + "w_type": "conjugated suru verb", + "romaji": "kan shita" + }, + "冠しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashou" + }, + "冠しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen deshita" + }, + "旅して": { + "w_type": "conjugated suru verb", + "romaji": "tabi shite" + }, + "旅しよう": { + "w_type": "conjugated suru verb", + "romaji": "tabi shiyou" + }, + "旅しい": { + "w_type": "conjugated suru verb", + "romaji": "tabi shii" + }, + "旅しろ": { + "w_type": "conjugated suru verb", + "romaji": "tabi shiro" + }, + "旅しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimasende" + }, + "旅しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tabi shinakatta" + }, + "旅しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tabi shinasai" + }, + "旅しません": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimasen" + }, + "旅しない": { + "w_type": "conjugated suru verb", + "romaji": "tabi shinai" + }, + "旅します": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimasu" + }, + "旅しまして": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimashite" + }, + "旅しないで": { + "w_type": "conjugated suru verb", + "romaji": "tabi shinaide" + }, + "旅しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tabi shinasaruna" + }, + "旅しました": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimashita" + }, + "旅した": { + "w_type": "conjugated suru verb", + "romaji": "tabi shita" + }, + "旅しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimashou" + }, + "旅しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tabi shimasen deshita" + }, + "決して": { + "w_type": "conjugated suru verb", + "romaji": "ke shite" + }, + "決しよう": { + "w_type": "conjugated suru verb", + "romaji": "ke shiyou" + }, + "決しい": { + "w_type": "conjugated suru verb", + "romaji": "ke shii" + }, + "決しろ": { + "w_type": "conjugated suru verb", + "romaji": "ke shiro" + }, + "決しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ke shimasende" + }, + "決しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ke shinakatta" + }, + "決しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ke shinasai" + }, + "決しません": { + "w_type": "conjugated suru verb", + "romaji": "ke shimasen" + }, + "決しない": { + "w_type": "conjugated suru verb", + "romaji": "ke shinai" + }, + "決します": { + "w_type": "conjugated suru verb", + "romaji": "ke shimasu" + }, + "決しまして": { + "w_type": "conjugated suru verb", + "romaji": "ke shimashite" + }, + "決しないで": { + "w_type": "conjugated suru verb", + "romaji": "ke shinaide" + }, + "決しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ke shinasaruna" + }, + "決しました": { + "w_type": "conjugated suru verb", + "romaji": "ke shimashita" + }, + "決した": { + "w_type": "conjugated suru verb", + "romaji": "ke shita" + }, + "決しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ke shimashou" + }, + "決しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ke shimasen deshita" + }, + "讒して": { + "w_type": "conjugated suru verb", + "romaji": "zan shite" + }, + "讒しよう": { + "w_type": "conjugated suru verb", + "romaji": "zan shiyou" + }, + "讒しい": { + "w_type": "conjugated suru verb", + "romaji": "zan shii" + }, + "讒しろ": { + "w_type": "conjugated suru verb", + "romaji": "zan shiro" + }, + "讒しませんで": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasende" + }, + "讒しなかった": { + "w_type": "conjugated suru verb", + "romaji": "zan shinakatta" + }, + "讒しなさい": { + "w_type": "conjugated suru verb", + "romaji": "zan shinasai" + }, + "讒しません": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasen" + }, + "讒しない": { + "w_type": "conjugated suru verb", + "romaji": "zan shinai" + }, + "讒します": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasu" + }, + "讒しまして": { + "w_type": "conjugated suru verb", + "romaji": "zan shimashite" + }, + "讒しないで": { + "w_type": "conjugated suru verb", + "romaji": "zan shinaide" + }, + "讒しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "zan shinasaruna" + }, + "讒しました": { + "w_type": "conjugated suru verb", + "romaji": "zan shimashita" + }, + "讒した": { + "w_type": "conjugated suru verb", + "romaji": "zan shita" + }, + "讒しましょう": { + "w_type": "conjugated suru verb", + "romaji": "zan shimashou" + }, + "讒しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasen deshita" + }, + "誦して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "誦しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "誦しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "誦しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "誦しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "誦しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "誦しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "誦しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "誦しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "誦します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "誦しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "誦しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "誦しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "誦しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "誦した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "誦しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "誦しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "弄して": { + "w_type": "conjugated suru verb", + "romaji": "rou shite" + }, + "弄しよう": { + "w_type": "conjugated suru verb", + "romaji": "rou shiyou" + }, + "弄しい": { + "w_type": "conjugated suru verb", + "romaji": "rou shii" + }, + "弄しろ": { + "w_type": "conjugated suru verb", + "romaji": "rou shiro" + }, + "弄しませんで": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasende" + }, + "弄しなかった": { + "w_type": "conjugated suru verb", + "romaji": "rou shinakatta" + }, + "弄しなさい": { + "w_type": "conjugated suru verb", + "romaji": "rou shinasai" + }, + "弄しません": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasen" + }, + "弄しない": { + "w_type": "conjugated suru verb", + "romaji": "rou shinai" + }, + "弄します": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasu" + }, + "弄しまして": { + "w_type": "conjugated suru verb", + "romaji": "rou shimashite" + }, + "弄しないで": { + "w_type": "conjugated suru verb", + "romaji": "rou shinaide" + }, + "弄しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "rou shinasaruna" + }, + "弄しました": { + "w_type": "conjugated suru verb", + "romaji": "rou shimashita" + }, + "弄した": { + "w_type": "conjugated suru verb", + "romaji": "rou shita" + }, + "弄しましょう": { + "w_type": "conjugated suru verb", + "romaji": "rou shimashou" + }, + "弄しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasen deshita" + }, + "適して": { + "w_type": "conjugated suru verb", + "romaji": "teki shite" + }, + "適しよう": { + "w_type": "conjugated suru verb", + "romaji": "teki shiyou" + }, + "適しい": { + "w_type": "conjugated suru verb", + "romaji": "teki shii" + }, + "適しろ": { + "w_type": "conjugated suru verb", + "romaji": "teki shiro" + }, + "適しませんで": { + "w_type": "conjugated suru verb", + "romaji": "teki shimasende" + }, + "適しなかった": { + "w_type": "conjugated suru verb", + "romaji": "teki shinakatta" + }, + "適しなさい": { + "w_type": "conjugated suru verb", + "romaji": "teki shinasai" + }, + "適しません": { + "w_type": "conjugated suru verb", + "romaji": "teki shimasen" + }, + "適しない": { + "w_type": "conjugated suru verb", + "romaji": "teki shinai" + }, + "適します": { + "w_type": "conjugated suru verb", + "romaji": "teki shimasu" + }, + "適しまして": { + "w_type": "conjugated suru verb", + "romaji": "teki shimashite" + }, + "適しないで": { + "w_type": "conjugated suru verb", + "romaji": "teki shinaide" + }, + "適しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "teki shinasaruna" + }, + "適しました": { + "w_type": "conjugated suru verb", + "romaji": "teki shimashita" + }, + "適した": { + "w_type": "conjugated suru verb", + "romaji": "teki shita" + }, + "適しましょう": { + "w_type": "conjugated suru verb", + "romaji": "teki shimashou" + }, + "適しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "teki shimasen deshita" + }, + "約して": { + "w_type": "conjugated suru verb", + "romaji": "yaku shite" + }, + "約しよう": { + "w_type": "conjugated suru verb", + "romaji": "yaku shiyou" + }, + "約しい": { + "w_type": "conjugated suru verb", + "romaji": "yaku shii" + }, + "約しろ": { + "w_type": "conjugated suru verb", + "romaji": "yaku shiro" + }, + "約しませんで": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasende" + }, + "約しなかった": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinakatta" + }, + "約しなさい": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinasai" + }, + "約しません": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasen" + }, + "約しない": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinai" + }, + "約します": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasu" + }, + "約しまして": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimashite" + }, + "約しないで": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinaide" + }, + "約しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinasaruna" + }, + "約しました": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimashita" + }, + "約した": { + "w_type": "conjugated suru verb", + "romaji": "yaku shita" + }, + "約しましょう": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimashou" + }, + "約しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasen deshita" + }, + "糊して": { + "w_type": "conjugated suru verb", + "romaji": "nori shite" + }, + "糊しよう": { + "w_type": "conjugated suru verb", + "romaji": "nori shiyou" + }, + "糊しい": { + "w_type": "conjugated suru verb", + "romaji": "nori shii" + }, + "糊しろ": { + "w_type": "conjugated suru verb", + "romaji": "nori shiro" + }, + "糊しませんで": { + "w_type": "conjugated suru verb", + "romaji": "nori shimasende" + }, + "糊しなかった": { + "w_type": "conjugated suru verb", + "romaji": "nori shinakatta" + }, + "糊しなさい": { + "w_type": "conjugated suru verb", + "romaji": "nori shinasai" + }, + "糊しません": { + "w_type": "conjugated suru verb", + "romaji": "nori shimasen" + }, + "糊しない": { + "w_type": "conjugated suru verb", + "romaji": "nori shinai" + }, + "糊します": { + "w_type": "conjugated suru verb", + "romaji": "nori shimasu" + }, + "糊しまして": { + "w_type": "conjugated suru verb", + "romaji": "nori shimashite" + }, + "糊しないで": { + "w_type": "conjugated suru verb", + "romaji": "nori shinaide" + }, + "糊しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "nori shinasaruna" + }, + "糊しました": { + "w_type": "conjugated suru verb", + "romaji": "nori shimashita" + }, + "糊した": { + "w_type": "conjugated suru verb", + "romaji": "nori shita" + }, + "糊しましょう": { + "w_type": "conjugated suru verb", + "romaji": "nori shimashou" + }, + "糊しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "nori shimasen deshita" + }, + "遇して": { + "w_type": "conjugated suru verb", + "romaji": "guu shite" + }, + "遇しよう": { + "w_type": "conjugated suru verb", + "romaji": "guu shiyou" + }, + "遇しい": { + "w_type": "conjugated suru verb", + "romaji": "guu shii" + }, + "遇しろ": { + "w_type": "conjugated suru verb", + "romaji": "guu shiro" + }, + "遇しませんで": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasende" + }, + "遇しなかった": { + "w_type": "conjugated suru verb", + "romaji": "guu shinakatta" + }, + "遇しなさい": { + "w_type": "conjugated suru verb", + "romaji": "guu shinasai" + }, + "遇しません": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasen" + }, + "遇しない": { + "w_type": "conjugated suru verb", + "romaji": "guu shinai" + }, + "遇します": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasu" + }, + "遇しまして": { + "w_type": "conjugated suru verb", + "romaji": "guu shimashite" + }, + "遇しないで": { + "w_type": "conjugated suru verb", + "romaji": "guu shinaide" + }, + "遇しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "guu shinasaruna" + }, + "遇しました": { + "w_type": "conjugated suru verb", + "romaji": "guu shimashita" + }, + "遇した": { + "w_type": "conjugated suru verb", + "romaji": "guu shita" + }, + "遇しましょう": { + "w_type": "conjugated suru verb", + "romaji": "guu shimashou" + }, + "遇しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasen deshita" + }, + "験して": { + "w_type": "conjugated suru verb", + "romaji": "ken shite" + }, + "験しよう": { + "w_type": "conjugated suru verb", + "romaji": "ken shiyou" + }, + "験しい": { + "w_type": "conjugated suru verb", + "romaji": "ken shii" + }, + "験しろ": { + "w_type": "conjugated suru verb", + "romaji": "ken shiro" + }, + "験しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasende" + }, + "験しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ken shinakatta" + }, + "験しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ken shinasai" + }, + "験しません": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasen" + }, + "験しない": { + "w_type": "conjugated suru verb", + "romaji": "ken shinai" + }, + "験します": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasu" + }, + "験しまして": { + "w_type": "conjugated suru verb", + "romaji": "ken shimashite" + }, + "験しないで": { + "w_type": "conjugated suru verb", + "romaji": "ken shinaide" + }, + "験しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ken shinasaruna" + }, + "験しました": { + "w_type": "conjugated suru verb", + "romaji": "ken shimashita" + }, + "験した": { + "w_type": "conjugated suru verb", + "romaji": "ken shita" + }, + "験しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ken shimashou" + }, + "験しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasen deshita" + }, + "佚して": { + "w_type": "conjugated suru verb", + "romaji": "i shite" + }, + "佚しよう": { + "w_type": "conjugated suru verb", + "romaji": "i shiyou" + }, + "佚しい": { + "w_type": "conjugated suru verb", + "romaji": "i shii" + }, + "佚しろ": { + "w_type": "conjugated suru verb", + "romaji": "i shiro" + }, + "佚しませんで": { + "w_type": "conjugated suru verb", + "romaji": "i shimasende" + }, + "佚しなかった": { + "w_type": "conjugated suru verb", + "romaji": "i shinakatta" + }, + "佚しなさい": { + "w_type": "conjugated suru verb", + "romaji": "i shinasai" + }, + "佚しません": { + "w_type": "conjugated suru verb", + "romaji": "i shimasen" + }, + "佚しない": { + "w_type": "conjugated suru verb", + "romaji": "i shinai" + }, + "佚します": { + "w_type": "conjugated suru verb", + "romaji": "i shimasu" + }, + "佚しまして": { + "w_type": "conjugated suru verb", + "romaji": "i shimashite" + }, + "佚しないで": { + "w_type": "conjugated suru verb", + "romaji": "i shinaide" + }, + "佚しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "i shinasaruna" + }, + "佚しました": { + "w_type": "conjugated suru verb", + "romaji": "i shimashita" + }, + "佚した": { + "w_type": "conjugated suru verb", + "romaji": "i shita" + }, + "佚しましょう": { + "w_type": "conjugated suru verb", + "romaji": "i shimashou" + }, + "佚しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "i shimasen deshita" + }, + "寇して": { + "w_type": "conjugated suru verb", + "romaji": "ada shite" + }, + "寇しよう": { + "w_type": "conjugated suru verb", + "romaji": "ada shiyou" + }, + "寇しい": { + "w_type": "conjugated suru verb", + "romaji": "ada shii" + }, + "寇しろ": { + "w_type": "conjugated suru verb", + "romaji": "ada shiro" + }, + "寇しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasende" + }, + "寇しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ada shinakatta" + }, + "寇しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ada shinasai" + }, + "寇しません": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasen" + }, + "寇しない": { + "w_type": "conjugated suru verb", + "romaji": "ada shinai" + }, + "寇します": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasu" + }, + "寇しまして": { + "w_type": "conjugated suru verb", + "romaji": "ada shimashite" + }, + "寇しないで": { + "w_type": "conjugated suru verb", + "romaji": "ada shinaide" + }, + "寇しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ada shinasaruna" + }, + "寇しました": { + "w_type": "conjugated suru verb", + "romaji": "ada shimashita" + }, + "寇した": { + "w_type": "conjugated suru verb", + "romaji": "ada shita" + }, + "寇しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ada shimashou" + }, + "寇しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasen deshita" + }, + "勒して": { + "w_type": "conjugated suru verb", + "romaji": "roku shite" + }, + "勒しよう": { + "w_type": "conjugated suru verb", + "romaji": "roku shiyou" + }, + "勒しい": { + "w_type": "conjugated suru verb", + "romaji": "roku shii" + }, + "勒しろ": { + "w_type": "conjugated suru verb", + "romaji": "roku shiro" + }, + "勒しませんで": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasende" + }, + "勒しなかった": { + "w_type": "conjugated suru verb", + "romaji": "roku shinakatta" + }, + "勒しなさい": { + "w_type": "conjugated suru verb", + "romaji": "roku shinasai" + }, + "勒しません": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasen" + }, + "勒しない": { + "w_type": "conjugated suru verb", + "romaji": "roku shinai" + }, + "勒します": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasu" + }, + "勒しまして": { + "w_type": "conjugated suru verb", + "romaji": "roku shimashite" + }, + "勒しないで": { + "w_type": "conjugated suru verb", + "romaji": "roku shinaide" + }, + "勒しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "roku shinasaruna" + }, + "勒しました": { + "w_type": "conjugated suru verb", + "romaji": "roku shimashita" + }, + "勒した": { + "w_type": "conjugated suru verb", + "romaji": "roku shita" + }, + "勒しましょう": { + "w_type": "conjugated suru verb", + "romaji": "roku shimashou" + }, + "勒しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "roku shimasen deshita" + }, + "擁して": { + "w_type": "conjugated suru verb", + "romaji": "you shite" + }, + "擁しよう": { + "w_type": "conjugated suru verb", + "romaji": "you shiyou" + }, + "擁しい": { + "w_type": "conjugated suru verb", + "romaji": "you shii" + }, + "擁しろ": { + "w_type": "conjugated suru verb", + "romaji": "you shiro" + }, + "擁しませんで": { + "w_type": "conjugated suru verb", + "romaji": "you shimasende" + }, + "擁しなかった": { + "w_type": "conjugated suru verb", + "romaji": "you shinakatta" + }, + "擁しなさい": { + "w_type": "conjugated suru verb", + "romaji": "you shinasai" + }, + "擁しません": { + "w_type": "conjugated suru verb", + "romaji": "you shimasen" + }, + "擁しない": { + "w_type": "conjugated suru verb", + "romaji": "you shinai" + }, + "擁します": { + "w_type": "conjugated suru verb", + "romaji": "you shimasu" + }, + "擁しまして": { + "w_type": "conjugated suru verb", + "romaji": "you shimashite" + }, + "擁しないで": { + "w_type": "conjugated suru verb", + "romaji": "you shinaide" + }, + "擁しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "you shinasaruna" + }, + "擁しました": { + "w_type": "conjugated suru verb", + "romaji": "you shimashita" + }, + "擁した": { + "w_type": "conjugated suru verb", + "romaji": "you shita" + }, + "擁しましょう": { + "w_type": "conjugated suru verb", + "romaji": "you shimashou" + }, + "擁しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "you shimasen deshita" + }, + "蔑して": { + "w_type": "conjugated suru verb", + "romaji": "nami shite" + }, + "蔑しよう": { + "w_type": "conjugated suru verb", + "romaji": "nami shiyou" + }, + "蔑しい": { + "w_type": "conjugated suru verb", + "romaji": "nami shii" + }, + "蔑しろ": { + "w_type": "conjugated suru verb", + "romaji": "nami shiro" + }, + "蔑しませんで": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasende" + }, + "蔑しなかった": { + "w_type": "conjugated suru verb", + "romaji": "nami shinakatta" + }, + "蔑しなさい": { + "w_type": "conjugated suru verb", + "romaji": "nami shinasai" + }, + "蔑しません": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasen" + }, + "蔑しない": { + "w_type": "conjugated suru verb", + "romaji": "nami shinai" + }, + "蔑します": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasu" + }, + "蔑しまして": { + "w_type": "conjugated suru verb", + "romaji": "nami shimashite" + }, + "蔑しないで": { + "w_type": "conjugated suru verb", + "romaji": "nami shinaide" + }, + "蔑しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "nami shinasaruna" + }, + "蔑しました": { + "w_type": "conjugated suru verb", + "romaji": "nami shimashita" + }, + "蔑した": { + "w_type": "conjugated suru verb", + "romaji": "nami shita" + }, + "蔑しましょう": { + "w_type": "conjugated suru verb", + "romaji": "nami shimashou" + }, + "蔑しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasen deshita" + }, + "銘して": { + "w_type": "conjugated suru verb", + "romaji": "mei shite" + }, + "銘しよう": { + "w_type": "conjugated suru verb", + "romaji": "mei shiyou" + }, + "銘しい": { + "w_type": "conjugated suru verb", + "romaji": "mei shii" + }, + "銘しろ": { + "w_type": "conjugated suru verb", + "romaji": "mei shiro" + }, + "銘しませんで": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasende" + }, + "銘しなかった": { + "w_type": "conjugated suru verb", + "romaji": "mei shinakatta" + }, + "銘しなさい": { + "w_type": "conjugated suru verb", + "romaji": "mei shinasai" + }, + "銘しません": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasen" + }, + "銘しない": { + "w_type": "conjugated suru verb", + "romaji": "mei shinai" + }, + "銘します": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasu" + }, + "銘しまして": { + "w_type": "conjugated suru verb", + "romaji": "mei shimashite" + }, + "銘しないで": { + "w_type": "conjugated suru verb", + "romaji": "mei shinaide" + }, + "銘しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "mei shinasaruna" + }, + "銘しました": { + "w_type": "conjugated suru verb", + "romaji": "mei shimashita" + }, + "銘した": { + "w_type": "conjugated suru verb", + "romaji": "mei shita" + }, + "銘しましょう": { + "w_type": "conjugated suru verb", + "romaji": "mei shimashou" + }, + "銘しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "mei shimasen deshita" + }, + "相して": { + "w_type": "conjugated suru verb", + "romaji": "sou shite" + }, + "相しよう": { + "w_type": "conjugated suru verb", + "romaji": "sou shiyou" + }, + "相しい": { + "w_type": "conjugated suru verb", + "romaji": "sou shii" + }, + "相しろ": { + "w_type": "conjugated suru verb", + "romaji": "sou shiro" + }, + "相しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasende" + }, + "相しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sou shinakatta" + }, + "相しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sou shinasai" + }, + "相しません": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasen" + }, + "相しない": { + "w_type": "conjugated suru verb", + "romaji": "sou shinai" + }, + "相します": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasu" + }, + "相しまして": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashite" + }, + "相しないで": { + "w_type": "conjugated suru verb", + "romaji": "sou shinaide" + }, + "相しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sou shinasaruna" + }, + "相しました": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashita" + }, + "相した": { + "w_type": "conjugated suru verb", + "romaji": "sou shita" + }, + "相しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashou" + }, + "相しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasen deshita" + }, + "以てして": { + "w_type": "conjugated suru verb", + "romaji": "motte shite" + }, + "以てしよう": { + "w_type": "conjugated suru verb", + "romaji": "motte shiyou" + }, + "以てしい": { + "w_type": "conjugated suru verb", + "romaji": "motte shii" + }, + "以てしろ": { + "w_type": "conjugated suru verb", + "romaji": "motte shiro" + }, + "以てしませんで": { + "w_type": "conjugated suru verb", + "romaji": "motte shimasende" + }, + "以てしなかった": { + "w_type": "conjugated suru verb", + "romaji": "motte shinakatta" + }, + "以てしなさい": { + "w_type": "conjugated suru verb", + "romaji": "motte shinasai" + }, + "以てしません": { + "w_type": "conjugated suru verb", + "romaji": "motte shimasen" + }, + "以てしない": { + "w_type": "conjugated suru verb", + "romaji": "motte shinai" + }, + "以てします": { + "w_type": "conjugated suru verb", + "romaji": "motte shimasu" + }, + "以てしまして": { + "w_type": "conjugated suru verb", + "romaji": "motte shimashite" + }, + "以てしないで": { + "w_type": "conjugated suru verb", + "romaji": "motte shinaide" + }, + "以てしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "motte shinasaruna" + }, + "以てしました": { + "w_type": "conjugated suru verb", + "romaji": "motte shimashita" + }, + "以てした": { + "w_type": "conjugated suru verb", + "romaji": "motte shita" + }, + "以てしましょう": { + "w_type": "conjugated suru verb", + "romaji": "motte shimashou" + }, + "以てしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "motte shimasen deshita" + }, + "修して": { + "w_type": "conjugated suru verb", + "romaji": "shuu shite" + }, + "修しよう": { + "w_type": "conjugated suru verb", + "romaji": "shuu shiyou" + }, + "修しい": { + "w_type": "conjugated suru verb", + "romaji": "shuu shii" + }, + "修しろ": { + "w_type": "conjugated suru verb", + "romaji": "shuu shiro" + }, + "修しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimasende" + }, + "修しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shuu shinakatta" + }, + "修しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shuu shinasai" + }, + "修しません": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimasen" + }, + "修しない": { + "w_type": "conjugated suru verb", + "romaji": "shuu shinai" + }, + "修します": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimasu" + }, + "修しまして": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimashite" + }, + "修しないで": { + "w_type": "conjugated suru verb", + "romaji": "shuu shinaide" + }, + "修しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shuu shinasaruna" + }, + "修しました": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimashita" + }, + "修した": { + "w_type": "conjugated suru verb", + "romaji": "shuu shita" + }, + "修しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimashou" + }, + "修しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shuu shimasen deshita" + }, + "配して": { + "w_type": "conjugated suru verb", + "romaji": "hai shite" + }, + "配しよう": { + "w_type": "conjugated suru verb", + "romaji": "hai shiyou" + }, + "配しい": { + "w_type": "conjugated suru verb", + "romaji": "hai shii" + }, + "配しろ": { + "w_type": "conjugated suru verb", + "romaji": "hai shiro" + }, + "配しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasende" + }, + "配しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hai shinakatta" + }, + "配しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasai" + }, + "配しません": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen" + }, + "配しない": { + "w_type": "conjugated suru verb", + "romaji": "hai shinai" + }, + "配します": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasu" + }, + "配しまして": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashite" + }, + "配しないで": { + "w_type": "conjugated suru verb", + "romaji": "hai shinaide" + }, + "配しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasaruna" + }, + "配しました": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashita" + }, + "配した": { + "w_type": "conjugated suru verb", + "romaji": "hai shita" + }, + "配しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashou" + }, + "配しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen deshita" + }, + "策して": { + "w_type": "conjugated suru verb", + "romaji": "saku shite" + }, + "策しよう": { + "w_type": "conjugated suru verb", + "romaji": "saku shiyou" + }, + "策しい": { + "w_type": "conjugated suru verb", + "romaji": "saku shii" + }, + "策しろ": { + "w_type": "conjugated suru verb", + "romaji": "saku shiro" + }, + "策しませんで": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasende" + }, + "策しなかった": { + "w_type": "conjugated suru verb", + "romaji": "saku shinakatta" + }, + "策しなさい": { + "w_type": "conjugated suru verb", + "romaji": "saku shinasai" + }, + "策しません": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasen" + }, + "策しない": { + "w_type": "conjugated suru verb", + "romaji": "saku shinai" + }, + "策します": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasu" + }, + "策しまして": { + "w_type": "conjugated suru verb", + "romaji": "saku shimashite" + }, + "策しないで": { + "w_type": "conjugated suru verb", + "romaji": "saku shinaide" + }, + "策しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "saku shinasaruna" + }, + "策しました": { + "w_type": "conjugated suru verb", + "romaji": "saku shimashita" + }, + "策した": { + "w_type": "conjugated suru verb", + "romaji": "saku shita" + }, + "策しましょう": { + "w_type": "conjugated suru verb", + "romaji": "saku shimashou" + }, + "策しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasen deshita" + }, + "列して": { + "w_type": "conjugated suru verb", + "romaji": "re shite" + }, + "列しよう": { + "w_type": "conjugated suru verb", + "romaji": "re shiyou" + }, + "列しい": { + "w_type": "conjugated suru verb", + "romaji": "re shii" + }, + "列しろ": { + "w_type": "conjugated suru verb", + "romaji": "re shiro" + }, + "列しませんで": { + "w_type": "conjugated suru verb", + "romaji": "re shimasende" + }, + "列しなかった": { + "w_type": "conjugated suru verb", + "romaji": "re shinakatta" + }, + "列しなさい": { + "w_type": "conjugated suru verb", + "romaji": "re shinasai" + }, + "列しません": { + "w_type": "conjugated suru verb", + "romaji": "re shimasen" + }, + "列しない": { + "w_type": "conjugated suru verb", + "romaji": "re shinai" + }, + "列します": { + "w_type": "conjugated suru verb", + "romaji": "re shimasu" + }, + "列しまして": { + "w_type": "conjugated suru verb", + "romaji": "re shimashite" + }, + "列しないで": { + "w_type": "conjugated suru verb", + "romaji": "re shinaide" + }, + "列しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "re shinasaruna" + }, + "列しました": { + "w_type": "conjugated suru verb", + "romaji": "re shimashita" + }, + "列した": { + "w_type": "conjugated suru verb", + "romaji": "re shita" + }, + "列しましょう": { + "w_type": "conjugated suru verb", + "romaji": "re shimashou" + }, + "列しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "re shimasen deshita" + }, + "節して": { + "w_type": "conjugated suru verb", + "romaji": "se shite" + }, + "節しよう": { + "w_type": "conjugated suru verb", + "romaji": "se shiyou" + }, + "節しい": { + "w_type": "conjugated suru verb", + "romaji": "se shii" + }, + "節しろ": { + "w_type": "conjugated suru verb", + "romaji": "se shiro" + }, + "節しませんで": { + "w_type": "conjugated suru verb", + "romaji": "se shimasende" + }, + "節しなかった": { + "w_type": "conjugated suru verb", + "romaji": "se shinakatta" + }, + "節しなさい": { + "w_type": "conjugated suru verb", + "romaji": "se shinasai" + }, + "節しません": { + "w_type": "conjugated suru verb", + "romaji": "se shimasen" + }, + "節しない": { + "w_type": "conjugated suru verb", + "romaji": "se shinai" + }, + "節します": { + "w_type": "conjugated suru verb", + "romaji": "se shimasu" + }, + "節しまして": { + "w_type": "conjugated suru verb", + "romaji": "se shimashite" + }, + "節しないで": { + "w_type": "conjugated suru verb", + "romaji": "se shinaide" + }, + "節しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "se shinasaruna" + }, + "節しました": { + "w_type": "conjugated suru verb", + "romaji": "se shimashita" + }, + "節した": { + "w_type": "conjugated suru verb", + "romaji": "se shita" + }, + "節しましょう": { + "w_type": "conjugated suru verb", + "romaji": "se shimashou" + }, + "節しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "se shimasen deshita" + }, + "合して": { + "w_type": "conjugated suru verb", + "romaji": "ga shite" + }, + "合しよう": { + "w_type": "conjugated suru verb", + "romaji": "ga shiyou" + }, + "合しい": { + "w_type": "conjugated suru verb", + "romaji": "ga shii" + }, + "合しろ": { + "w_type": "conjugated suru verb", + "romaji": "ga shiro" + }, + "合しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasende" + }, + "合しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ga shinakatta" + }, + "合しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ga shinasai" + }, + "合しません": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasen" + }, + "合しない": { + "w_type": "conjugated suru verb", + "romaji": "ga shinai" + }, + "合します": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasu" + }, + "合しまして": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashite" + }, + "合しないで": { + "w_type": "conjugated suru verb", + "romaji": "ga shinaide" + }, + "合しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ga shinasaruna" + }, + "合しました": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashita" + }, + "合した": { + "w_type": "conjugated suru verb", + "romaji": "ga shita" + }, + "合しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashou" + }, + "合しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasen deshita" + }, + "住して": { + "w_type": "conjugated suru verb", + "romaji": "juu shite" + }, + "住しよう": { + "w_type": "conjugated suru verb", + "romaji": "juu shiyou" + }, + "住しい": { + "w_type": "conjugated suru verb", + "romaji": "juu shii" + }, + "住しろ": { + "w_type": "conjugated suru verb", + "romaji": "juu shiro" + }, + "住しませんで": { + "w_type": "conjugated suru verb", + "romaji": "juu shimasende" + }, + "住しなかった": { + "w_type": "conjugated suru verb", + "romaji": "juu shinakatta" + }, + "住しなさい": { + "w_type": "conjugated suru verb", + "romaji": "juu shinasai" + }, + "住しません": { + "w_type": "conjugated suru verb", + "romaji": "juu shimasen" + }, + "住しない": { + "w_type": "conjugated suru verb", + "romaji": "juu shinai" + }, + "住します": { + "w_type": "conjugated suru verb", + "romaji": "juu shimasu" + }, + "住しまして": { + "w_type": "conjugated suru verb", + "romaji": "juu shimashite" + }, + "住しないで": { + "w_type": "conjugated suru verb", + "romaji": "juu shinaide" + }, + "住しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "juu shinasaruna" + }, + "住しました": { + "w_type": "conjugated suru verb", + "romaji": "juu shimashita" + }, + "住した": { + "w_type": "conjugated suru verb", + "romaji": "juu shita" + }, + "住しましょう": { + "w_type": "conjugated suru verb", + "romaji": "juu shimashou" + }, + "住しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "juu shimasen deshita" + }, + "際して": { + "w_type": "conjugated suru verb", + "romaji": "sai shite" + }, + "際しよう": { + "w_type": "conjugated suru verb", + "romaji": "sai shiyou" + }, + "際しい": { + "w_type": "conjugated suru verb", + "romaji": "sai shii" + }, + "際しろ": { + "w_type": "conjugated suru verb", + "romaji": "sai shiro" + }, + "際しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sai shimasende" + }, + "際しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sai shinakatta" + }, + "際しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sai shinasai" + }, + "際しません": { + "w_type": "conjugated suru verb", + "romaji": "sai shimasen" + }, + "際しない": { + "w_type": "conjugated suru verb", + "romaji": "sai shinai" + }, + "際します": { + "w_type": "conjugated suru verb", + "romaji": "sai shimasu" + }, + "際しまして": { + "w_type": "conjugated suru verb", + "romaji": "sai shimashite" + }, + "際しないで": { + "w_type": "conjugated suru verb", + "romaji": "sai shinaide" + }, + "際しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sai shinasaruna" + }, + "際しました": { + "w_type": "conjugated suru verb", + "romaji": "sai shimashita" + }, + "際した": { + "w_type": "conjugated suru verb", + "romaji": "sai shita" + }, + "際しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sai shimashou" + }, + "際しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sai shimasen deshita" + }, + "淫して": { + "w_type": "conjugated suru verb", + "romaji": "in shite" + }, + "淫しよう": { + "w_type": "conjugated suru verb", + "romaji": "in shiyou" + }, + "淫しい": { + "w_type": "conjugated suru verb", + "romaji": "in shii" + }, + "淫しろ": { + "w_type": "conjugated suru verb", + "romaji": "in shiro" + }, + "淫しませんで": { + "w_type": "conjugated suru verb", + "romaji": "in shimasende" + }, + "淫しなかった": { + "w_type": "conjugated suru verb", + "romaji": "in shinakatta" + }, + "淫しなさい": { + "w_type": "conjugated suru verb", + "romaji": "in shinasai" + }, + "淫しません": { + "w_type": "conjugated suru verb", + "romaji": "in shimasen" + }, + "淫しない": { + "w_type": "conjugated suru verb", + "romaji": "in shinai" + }, + "淫します": { + "w_type": "conjugated suru verb", + "romaji": "in shimasu" + }, + "淫しまして": { + "w_type": "conjugated suru verb", + "romaji": "in shimashite" + }, + "淫しないで": { + "w_type": "conjugated suru verb", + "romaji": "in shinaide" + }, + "淫しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "in shinasaruna" + }, + "淫しました": { + "w_type": "conjugated suru verb", + "romaji": "in shimashita" + }, + "淫した": { + "w_type": "conjugated suru verb", + "romaji": "in shita" + }, + "淫しましょう": { + "w_type": "conjugated suru verb", + "romaji": "in shimashou" + }, + "淫しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "in shimasen deshita" + }, + "化して": { + "w_type": "conjugated suru verb", + "romaji": "ka shite" + }, + "化しよう": { + "w_type": "conjugated suru verb", + "romaji": "ka shiyou" + }, + "化しい": { + "w_type": "conjugated suru verb", + "romaji": "ka shii" + }, + "化しろ": { + "w_type": "conjugated suru verb", + "romaji": "ka shiro" + }, + "化しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasende" + }, + "化しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ka shinakatta" + }, + "化しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ka shinasai" + }, + "化しません": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasen" + }, + "化しない": { + "w_type": "conjugated suru verb", + "romaji": "ka shinai" + }, + "化します": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasu" + }, + "化しまして": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashite" + }, + "化しないで": { + "w_type": "conjugated suru verb", + "romaji": "ka shinaide" + }, + "化しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ka shinasaruna" + }, + "化しました": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashita" + }, + "化した": { + "w_type": "conjugated suru verb", + "romaji": "ka shita" + }, + "化しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashou" + }, + "化しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasen deshita" + }, + "侍して": { + "w_type": "conjugated suru verb", + "romaji": "ji shite" + }, + "侍しよう": { + "w_type": "conjugated suru verb", + "romaji": "ji shiyou" + }, + "侍しい": { + "w_type": "conjugated suru verb", + "romaji": "ji shii" + }, + "侍しろ": { + "w_type": "conjugated suru verb", + "romaji": "ji shiro" + }, + "侍しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasende" + }, + "侍しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ji shinakatta" + }, + "侍しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasai" + }, + "侍しません": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen" + }, + "侍しない": { + "w_type": "conjugated suru verb", + "romaji": "ji shinai" + }, + "侍します": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasu" + }, + "侍しまして": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashite" + }, + "侍しないで": { + "w_type": "conjugated suru verb", + "romaji": "ji shinaide" + }, + "侍しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasaruna" + }, + "侍しました": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashita" + }, + "侍した": { + "w_type": "conjugated suru verb", + "romaji": "ji shita" + }, + "侍しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashou" + }, + "侍しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen deshita" + }, + "銷して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "銷しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "銷しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "銷しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "銷しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "銷しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "銷しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "銷しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "銷しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "銷します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "銷しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "銷しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "銷しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "銷しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "銷した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "銷しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "銷しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "逸して": { + "w_type": "conjugated suru verb", + "romaji": "i shite" + }, + "逸しよう": { + "w_type": "conjugated suru verb", + "romaji": "i shiyou" + }, + "逸しい": { + "w_type": "conjugated suru verb", + "romaji": "i shii" + }, + "逸しろ": { + "w_type": "conjugated suru verb", + "romaji": "i shiro" + }, + "逸しませんで": { + "w_type": "conjugated suru verb", + "romaji": "i shimasende" + }, + "逸しなかった": { + "w_type": "conjugated suru verb", + "romaji": "i shinakatta" + }, + "逸しなさい": { + "w_type": "conjugated suru verb", + "romaji": "i shinasai" + }, + "逸しません": { + "w_type": "conjugated suru verb", + "romaji": "i shimasen" + }, + "逸しない": { + "w_type": "conjugated suru verb", + "romaji": "i shinai" + }, + "逸します": { + "w_type": "conjugated suru verb", + "romaji": "i shimasu" + }, + "逸しまして": { + "w_type": "conjugated suru verb", + "romaji": "i shimashite" + }, + "逸しないで": { + "w_type": "conjugated suru verb", + "romaji": "i shinaide" + }, + "逸しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "i shinasaruna" + }, + "逸しました": { + "w_type": "conjugated suru verb", + "romaji": "i shimashita" + }, + "逸した": { + "w_type": "conjugated suru verb", + "romaji": "i shita" + }, + "逸しましょう": { + "w_type": "conjugated suru verb", + "romaji": "i shimashou" + }, + "逸しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "i shimasen deshita" + }, + "幸いして": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shite" + }, + "幸いしよう": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shiyou" + }, + "幸いしい": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shii" + }, + "幸いしろ": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shiro" + }, + "幸いしませんで": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimasende" + }, + "幸いしなかった": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shinakatta" + }, + "幸いしなさい": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shinasai" + }, + "幸いしません": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimasen" + }, + "幸いしない": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shinai" + }, + "幸いします": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimasu" + }, + "幸いしまして": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimashite" + }, + "幸いしないで": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shinaide" + }, + "幸いしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shinasaruna" + }, + "幸いしました": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimashita" + }, + "幸いした": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shita" + }, + "幸いしましょう": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimashou" + }, + "幸いしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "saiwai shimasen deshita" + }, + "頌して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "頌しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "頌しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "頌しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "頌しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "頌しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "頌しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "頌しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "頌しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "頌します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "頌しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "頌しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "頌しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "頌しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "頌した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "頌しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "頌しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "記して": { + "w_type": "conjugated suru verb", + "romaji": "ki shite" + }, + "記しよう": { + "w_type": "conjugated suru verb", + "romaji": "ki shiyou" + }, + "記しい": { + "w_type": "conjugated suru verb", + "romaji": "ki shii" + }, + "記しろ": { + "w_type": "conjugated suru verb", + "romaji": "ki shiro" + }, + "記しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasende" + }, + "記しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ki shinakatta" + }, + "記しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasai" + }, + "記しません": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen" + }, + "記しない": { + "w_type": "conjugated suru verb", + "romaji": "ki shinai" + }, + "記します": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasu" + }, + "記しまして": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashite" + }, + "記しないで": { + "w_type": "conjugated suru verb", + "romaji": "ki shinaide" + }, + "記しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasaruna" + }, + "記しました": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashita" + }, + "記した": { + "w_type": "conjugated suru verb", + "romaji": "ki shita" + }, + "記しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashou" + }, + "記しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen deshita" + }, + "叙して": { + "w_type": "conjugated suru verb", + "romaji": "jo shite" + }, + "叙しよう": { + "w_type": "conjugated suru verb", + "romaji": "jo shiyou" + }, + "叙しい": { + "w_type": "conjugated suru verb", + "romaji": "jo shii" + }, + "叙しろ": { + "w_type": "conjugated suru verb", + "romaji": "jo shiro" + }, + "叙しませんで": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasende" + }, + "叙しなかった": { + "w_type": "conjugated suru verb", + "romaji": "jo shinakatta" + }, + "叙しなさい": { + "w_type": "conjugated suru verb", + "romaji": "jo shinasai" + }, + "叙しません": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasen" + }, + "叙しない": { + "w_type": "conjugated suru verb", + "romaji": "jo shinai" + }, + "叙します": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasu" + }, + "叙しまして": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashite" + }, + "叙しないで": { + "w_type": "conjugated suru verb", + "romaji": "jo shinaide" + }, + "叙しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "jo shinasaruna" + }, + "叙しました": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashita" + }, + "叙した": { + "w_type": "conjugated suru verb", + "romaji": "jo shita" + }, + "叙しましょう": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashou" + }, + "叙しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasen deshita" + }, + "持して": { + "w_type": "conjugated suru verb", + "romaji": "ji shite" + }, + "持しよう": { + "w_type": "conjugated suru verb", + "romaji": "ji shiyou" + }, + "持しい": { + "w_type": "conjugated suru verb", + "romaji": "ji shii" + }, + "持しろ": { + "w_type": "conjugated suru verb", + "romaji": "ji shiro" + }, + "持しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasende" + }, + "持しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ji shinakatta" + }, + "持しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasai" + }, + "持しません": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen" + }, + "持しない": { + "w_type": "conjugated suru verb", + "romaji": "ji shinai" + }, + "持します": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasu" + }, + "持しまして": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashite" + }, + "持しないで": { + "w_type": "conjugated suru verb", + "romaji": "ji shinaide" + }, + "持しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasaruna" + }, + "持しました": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashita" + }, + "持した": { + "w_type": "conjugated suru verb", + "romaji": "ji shita" + }, + "持しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashou" + }, + "持しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen deshita" + }, + "表して": { + "w_type": "conjugated suru verb", + "romaji": "hyou shite" + }, + "表しよう": { + "w_type": "conjugated suru verb", + "romaji": "hyou shiyou" + }, + "表しい": { + "w_type": "conjugated suru verb", + "romaji": "hyou shii" + }, + "表しろ": { + "w_type": "conjugated suru verb", + "romaji": "hyou shiro" + }, + "表しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasende" + }, + "表しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinakatta" + }, + "表しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinasai" + }, + "表しません": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasen" + }, + "表しない": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinai" + }, + "表します": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasu" + }, + "表しまして": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimashite" + }, + "表しないで": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinaide" + }, + "表しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinasaruna" + }, + "表しました": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimashita" + }, + "表した": { + "w_type": "conjugated suru verb", + "romaji": "hyou shita" + }, + "表しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimashou" + }, + "表しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasen deshita" + }, + "仇して": { + "w_type": "conjugated suru verb", + "romaji": "ada shite" + }, + "仇しよう": { + "w_type": "conjugated suru verb", + "romaji": "ada shiyou" + }, + "仇しい": { + "w_type": "conjugated suru verb", + "romaji": "ada shii" + }, + "仇しろ": { + "w_type": "conjugated suru verb", + "romaji": "ada shiro" + }, + "仇しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasende" + }, + "仇しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ada shinakatta" + }, + "仇しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ada shinasai" + }, + "仇しません": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasen" + }, + "仇しない": { + "w_type": "conjugated suru verb", + "romaji": "ada shinai" + }, + "仇します": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasu" + }, + "仇しまして": { + "w_type": "conjugated suru verb", + "romaji": "ada shimashite" + }, + "仇しないで": { + "w_type": "conjugated suru verb", + "romaji": "ada shinaide" + }, + "仇しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ada shinasaruna" + }, + "仇しました": { + "w_type": "conjugated suru verb", + "romaji": "ada shimashita" + }, + "仇した": { + "w_type": "conjugated suru verb", + "romaji": "ada shita" + }, + "仇しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ada shimashou" + }, + "仇しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ada shimasen deshita" + }, + "能くして": { + "w_type": "conjugated suru verb", + "romaji": "yoku shite" + }, + "能くしよう": { + "w_type": "conjugated suru verb", + "romaji": "yoku shiyou" + }, + "能くしい": { + "w_type": "conjugated suru verb", + "romaji": "yoku shii" + }, + "能くしろ": { + "w_type": "conjugated suru verb", + "romaji": "yoku shiro" + }, + "能くしませんで": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasende" + }, + "能くしなかった": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinakatta" + }, + "能くしなさい": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinasai" + }, + "能くしません": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasen" + }, + "能くしない": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinai" + }, + "能くします": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasu" + }, + "能くしまして": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashite" + }, + "能くしないで": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinaide" + }, + "能くしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinasaruna" + }, + "能くしました": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashita" + }, + "能くした": { + "w_type": "conjugated suru verb", + "romaji": "yoku shita" + }, + "能くしましょう": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashou" + }, + "能くしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasen deshita" + }, + "屈して": { + "w_type": "conjugated suru verb", + "romaji": "ku shite" + }, + "屈しよう": { + "w_type": "conjugated suru verb", + "romaji": "ku shiyou" + }, + "屈しい": { + "w_type": "conjugated suru verb", + "romaji": "ku shii" + }, + "屈しろ": { + "w_type": "conjugated suru verb", + "romaji": "ku shiro" + }, + "屈しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ku shimasende" + }, + "屈しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ku shinakatta" + }, + "屈しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ku shinasai" + }, + "屈しません": { + "w_type": "conjugated suru verb", + "romaji": "ku shimasen" + }, + "屈しない": { + "w_type": "conjugated suru verb", + "romaji": "ku shinai" + }, + "屈します": { + "w_type": "conjugated suru verb", + "romaji": "ku shimasu" + }, + "屈しまして": { + "w_type": "conjugated suru verb", + "romaji": "ku shimashite" + }, + "屈しないで": { + "w_type": "conjugated suru verb", + "romaji": "ku shinaide" + }, + "屈しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ku shinasaruna" + }, + "屈しました": { + "w_type": "conjugated suru verb", + "romaji": "ku shimashita" + }, + "屈した": { + "w_type": "conjugated suru verb", + "romaji": "ku shita" + }, + "屈しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ku shimashou" + }, + "屈しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ku shimasen deshita" + }, + "印して": { + "w_type": "conjugated suru verb", + "romaji": "in shite" + }, + "印しよう": { + "w_type": "conjugated suru verb", + "romaji": "in shiyou" + }, + "印しい": { + "w_type": "conjugated suru verb", + "romaji": "in shii" + }, + "印しろ": { + "w_type": "conjugated suru verb", + "romaji": "in shiro" + }, + "印しませんで": { + "w_type": "conjugated suru verb", + "romaji": "in shimasende" + }, + "印しなかった": { + "w_type": "conjugated suru verb", + "romaji": "in shinakatta" + }, + "印しなさい": { + "w_type": "conjugated suru verb", + "romaji": "in shinasai" + }, + "印しません": { + "w_type": "conjugated suru verb", + "romaji": "in shimasen" + }, + "印しない": { + "w_type": "conjugated suru verb", + "romaji": "in shinai" + }, + "印します": { + "w_type": "conjugated suru verb", + "romaji": "in shimasu" + }, + "印しまして": { + "w_type": "conjugated suru verb", + "romaji": "in shimashite" + }, + "印しないで": { + "w_type": "conjugated suru verb", + "romaji": "in shinaide" + }, + "印しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "in shinasaruna" + }, + "印しました": { + "w_type": "conjugated suru verb", + "romaji": "in shimashita" + }, + "印した": { + "w_type": "conjugated suru verb", + "romaji": "in shita" + }, + "印しましょう": { + "w_type": "conjugated suru verb", + "romaji": "in shimashou" + }, + "印しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "in shimasen deshita" + }, + "欲して": { + "w_type": "conjugated suru verb", + "romaji": "ho shite" + }, + "欲しよう": { + "w_type": "conjugated suru verb", + "romaji": "ho shiyou" + }, + "欲しい": { + "w_type": "conjugated suru verb", + "romaji": "ho shii" + }, + "欲しろ": { + "w_type": "conjugated suru verb", + "romaji": "ho shiro" + }, + "欲しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasende" + }, + "欲しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ho shinakatta" + }, + "欲しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ho shinasai" + }, + "欲しません": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasen" + }, + "欲しない": { + "w_type": "conjugated suru verb", + "romaji": "ho shinai" + }, + "欲します": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasu" + }, + "欲しまして": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashite" + }, + "欲しないで": { + "w_type": "conjugated suru verb", + "romaji": "ho shinaide" + }, + "欲しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ho shinasaruna" + }, + "欲しました": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashita" + }, + "欲した": { + "w_type": "conjugated suru verb", + "romaji": "ho shita" + }, + "欲しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashou" + }, + "欲しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasen deshita" + }, + "緘して": { + "w_type": "conjugated suru verb", + "romaji": "kan shite" + }, + "緘しよう": { + "w_type": "conjugated suru verb", + "romaji": "kan shiyou" + }, + "緘しい": { + "w_type": "conjugated suru verb", + "romaji": "kan shii" + }, + "緘しろ": { + "w_type": "conjugated suru verb", + "romaji": "kan shiro" + }, + "緘しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasende" + }, + "緘しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kan shinakatta" + }, + "緘しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasai" + }, + "緘しません": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen" + }, + "緘しない": { + "w_type": "conjugated suru verb", + "romaji": "kan shinai" + }, + "緘します": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasu" + }, + "緘しまして": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashite" + }, + "緘しないで": { + "w_type": "conjugated suru verb", + "romaji": "kan shinaide" + }, + "緘しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasaruna" + }, + "緘しました": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashita" + }, + "緘した": { + "w_type": "conjugated suru verb", + "romaji": "kan shita" + }, + "緘しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashou" + }, + "緘しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen deshita" + }, + "督して": { + "w_type": "conjugated suru verb", + "romaji": "toku shite" + }, + "督しよう": { + "w_type": "conjugated suru verb", + "romaji": "toku shiyou" + }, + "督しい": { + "w_type": "conjugated suru verb", + "romaji": "toku shii" + }, + "督しろ": { + "w_type": "conjugated suru verb", + "romaji": "toku shiro" + }, + "督しませんで": { + "w_type": "conjugated suru verb", + "romaji": "toku shimasende" + }, + "督しなかった": { + "w_type": "conjugated suru verb", + "romaji": "toku shinakatta" + }, + "督しなさい": { + "w_type": "conjugated suru verb", + "romaji": "toku shinasai" + }, + "督しません": { + "w_type": "conjugated suru verb", + "romaji": "toku shimasen" + }, + "督しない": { + "w_type": "conjugated suru verb", + "romaji": "toku shinai" + }, + "督します": { + "w_type": "conjugated suru verb", + "romaji": "toku shimasu" + }, + "督しまして": { + "w_type": "conjugated suru verb", + "romaji": "toku shimashite" + }, + "督しないで": { + "w_type": "conjugated suru verb", + "romaji": "toku shinaide" + }, + "督しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "toku shinasaruna" + }, + "督しました": { + "w_type": "conjugated suru verb", + "romaji": "toku shimashita" + }, + "督した": { + "w_type": "conjugated suru verb", + "romaji": "toku shita" + }, + "督しましょう": { + "w_type": "conjugated suru verb", + "romaji": "toku shimashou" + }, + "督しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "toku shimasen deshita" + }, + "会して": { + "w_type": "conjugated suru verb", + "romaji": "kai shite" + }, + "会しよう": { + "w_type": "conjugated suru verb", + "romaji": "kai shiyou" + }, + "会しい": { + "w_type": "conjugated suru verb", + "romaji": "kai shii" + }, + "会しろ": { + "w_type": "conjugated suru verb", + "romaji": "kai shiro" + }, + "会しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasende" + }, + "会しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kai shinakatta" + }, + "会しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kai shinasai" + }, + "会しません": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasen" + }, + "会しない": { + "w_type": "conjugated suru verb", + "romaji": "kai shinai" + }, + "会します": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasu" + }, + "会しまして": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashite" + }, + "会しないで": { + "w_type": "conjugated suru verb", + "romaji": "kai shinaide" + }, + "会しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kai shinasaruna" + }, + "会しました": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashita" + }, + "会した": { + "w_type": "conjugated suru verb", + "romaji": "kai shita" + }, + "会しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashou" + }, + "会しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasen deshita" + }, + "訂して": { + "w_type": "conjugated suru verb", + "romaji": "tei shite" + }, + "訂しよう": { + "w_type": "conjugated suru verb", + "romaji": "tei shiyou" + }, + "訂しい": { + "w_type": "conjugated suru verb", + "romaji": "tei shii" + }, + "訂しろ": { + "w_type": "conjugated suru verb", + "romaji": "tei shiro" + }, + "訂しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasende" + }, + "訂しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tei shinakatta" + }, + "訂しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tei shinasai" + }, + "訂しません": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasen" + }, + "訂しない": { + "w_type": "conjugated suru verb", + "romaji": "tei shinai" + }, + "訂します": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasu" + }, + "訂しまして": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashite" + }, + "訂しないで": { + "w_type": "conjugated suru verb", + "romaji": "tei shinaide" + }, + "訂しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tei shinasaruna" + }, + "訂しました": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashita" + }, + "訂した": { + "w_type": "conjugated suru verb", + "romaji": "tei shita" + }, + "訂しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashou" + }, + "訂しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasen deshita" + }, + "失して": { + "w_type": "conjugated suru verb", + "romaji": "shi shite" + }, + "失しよう": { + "w_type": "conjugated suru verb", + "romaji": "shi shiyou" + }, + "失しい": { + "w_type": "conjugated suru verb", + "romaji": "shi shii" + }, + "失しろ": { + "w_type": "conjugated suru verb", + "romaji": "shi shiro" + }, + "失しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasende" + }, + "失しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shi shinakatta" + }, + "失しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shi shinasai" + }, + "失しません": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasen" + }, + "失しない": { + "w_type": "conjugated suru verb", + "romaji": "shi shinai" + }, + "失します": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasu" + }, + "失しまして": { + "w_type": "conjugated suru verb", + "romaji": "shi shimashite" + }, + "失しないで": { + "w_type": "conjugated suru verb", + "romaji": "shi shinaide" + }, + "失しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shi shinasaruna" + }, + "失しました": { + "w_type": "conjugated suru verb", + "romaji": "shi shimashita" + }, + "失した": { + "w_type": "conjugated suru verb", + "romaji": "shi shita" + }, + "失しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shi shimashou" + }, + "失しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasen deshita" + }, + "垂んとして": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shite" + }, + "垂んとしよう": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shiyou" + }, + "垂んとしい": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shii" + }, + "垂んとしろ": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shiro" + }, + "垂んとしませんで": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimasende" + }, + "垂んとしなかった": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shinakatta" + }, + "垂んとしなさい": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shinasai" + }, + "垂んとしません": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimasen" + }, + "垂んとしない": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shinai" + }, + "垂んとします": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimasu" + }, + "垂んとしまして": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimashite" + }, + "垂んとしないで": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shinaide" + }, + "垂んとしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shinasaruna" + }, + "垂んとしました": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimashita" + }, + "垂んとした": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shita" + }, + "垂んとしましょう": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimashou" + }, + "垂んとしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "nannanto shimasen deshita" + }, + "介して": { + "w_type": "conjugated suru verb", + "romaji": "kai shite" + }, + "介しよう": { + "w_type": "conjugated suru verb", + "romaji": "kai shiyou" + }, + "介しい": { + "w_type": "conjugated suru verb", + "romaji": "kai shii" + }, + "介しろ": { + "w_type": "conjugated suru verb", + "romaji": "kai shiro" + }, + "介しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasende" + }, + "介しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kai shinakatta" + }, + "介しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kai shinasai" + }, + "介しません": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasen" + }, + "介しない": { + "w_type": "conjugated suru verb", + "romaji": "kai shinai" + }, + "介します": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasu" + }, + "介しまして": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashite" + }, + "介しないで": { + "w_type": "conjugated suru verb", + "romaji": "kai shinaide" + }, + "介しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kai shinasaruna" + }, + "介しました": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashita" + }, + "介した": { + "w_type": "conjugated suru verb", + "romaji": "kai shita" + }, + "介しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashou" + }, + "介しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasen deshita" + }, + "貧して": { + "w_type": "conjugated suru verb", + "romaji": "hin shite" + }, + "貧しよう": { + "w_type": "conjugated suru verb", + "romaji": "hin shiyou" + }, + "貧しい": { + "w_type": "conjugated suru verb", + "romaji": "hin shii" + }, + "貧しろ": { + "w_type": "conjugated suru verb", + "romaji": "hin shiro" + }, + "貧しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasende" + }, + "貧しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hin shinakatta" + }, + "貧しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hin shinasai" + }, + "貧しません": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasen" + }, + "貧しない": { + "w_type": "conjugated suru verb", + "romaji": "hin shinai" + }, + "貧します": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasu" + }, + "貧しまして": { + "w_type": "conjugated suru verb", + "romaji": "hin shimashite" + }, + "貧しないで": { + "w_type": "conjugated suru verb", + "romaji": "hin shinaide" + }, + "貧しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hin shinasaruna" + }, + "貧しました": { + "w_type": "conjugated suru verb", + "romaji": "hin shimashita" + }, + "貧した": { + "w_type": "conjugated suru verb", + "romaji": "hin shita" + }, + "貧しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hin shimashou" + }, + "貧しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasen deshita" + }, + "拝して": { + "w_type": "conjugated suru verb", + "romaji": "hai shite" + }, + "拝しよう": { + "w_type": "conjugated suru verb", + "romaji": "hai shiyou" + }, + "拝しい": { + "w_type": "conjugated suru verb", + "romaji": "hai shii" + }, + "拝しろ": { + "w_type": "conjugated suru verb", + "romaji": "hai shiro" + }, + "拝しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasende" + }, + "拝しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hai shinakatta" + }, + "拝しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasai" + }, + "拝しません": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen" + }, + "拝しない": { + "w_type": "conjugated suru verb", + "romaji": "hai shinai" + }, + "拝します": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasu" + }, + "拝しまして": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashite" + }, + "拝しないで": { + "w_type": "conjugated suru verb", + "romaji": "hai shinaide" + }, + "拝しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasaruna" + }, + "拝しました": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashita" + }, + "拝した": { + "w_type": "conjugated suru verb", + "romaji": "hai shita" + }, + "拝しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashou" + }, + "拝しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen deshita" + }, + "目して": { + "w_type": "conjugated suru verb", + "romaji": "moku shite" + }, + "目しよう": { + "w_type": "conjugated suru verb", + "romaji": "moku shiyou" + }, + "目しい": { + "w_type": "conjugated suru verb", + "romaji": "moku shii" + }, + "目しろ": { + "w_type": "conjugated suru verb", + "romaji": "moku shiro" + }, + "目しませんで": { + "w_type": "conjugated suru verb", + "romaji": "moku shimasende" + }, + "目しなかった": { + "w_type": "conjugated suru verb", + "romaji": "moku shinakatta" + }, + "目しなさい": { + "w_type": "conjugated suru verb", + "romaji": "moku shinasai" + }, + "目しません": { + "w_type": "conjugated suru verb", + "romaji": "moku shimasen" + }, + "目しない": { + "w_type": "conjugated suru verb", + "romaji": "moku shinai" + }, + "目します": { + "w_type": "conjugated suru verb", + "romaji": "moku shimasu" + }, + "目しまして": { + "w_type": "conjugated suru verb", + "romaji": "moku shimashite" + }, + "目しないで": { + "w_type": "conjugated suru verb", + "romaji": "moku shinaide" + }, + "目しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "moku shinasaruna" + }, + "目しました": { + "w_type": "conjugated suru verb", + "romaji": "moku shimashita" + }, + "目した": { + "w_type": "conjugated suru verb", + "romaji": "moku shita" + }, + "目しましょう": { + "w_type": "conjugated suru verb", + "romaji": "moku shimashou" + }, + "目しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "moku shimasen deshita" + }, + "恕して": { + "w_type": "conjugated suru verb", + "romaji": "jo shite" + }, + "恕しよう": { + "w_type": "conjugated suru verb", + "romaji": "jo shiyou" + }, + "恕しい": { + "w_type": "conjugated suru verb", + "romaji": "jo shii" + }, + "恕しろ": { + "w_type": "conjugated suru verb", + "romaji": "jo shiro" + }, + "恕しませんで": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasende" + }, + "恕しなかった": { + "w_type": "conjugated suru verb", + "romaji": "jo shinakatta" + }, + "恕しなさい": { + "w_type": "conjugated suru verb", + "romaji": "jo shinasai" + }, + "恕しません": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasen" + }, + "恕しない": { + "w_type": "conjugated suru verb", + "romaji": "jo shinai" + }, + "恕します": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasu" + }, + "恕しまして": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashite" + }, + "恕しないで": { + "w_type": "conjugated suru verb", + "romaji": "jo shinaide" + }, + "恕しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "jo shinasaruna" + }, + "恕しました": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashita" + }, + "恕した": { + "w_type": "conjugated suru verb", + "romaji": "jo shita" + }, + "恕しましょう": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashou" + }, + "恕しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasen deshita" + }, + "模して": { + "w_type": "conjugated suru verb", + "romaji": "mo shite" + }, + "模しよう": { + "w_type": "conjugated suru verb", + "romaji": "mo shiyou" + }, + "模しい": { + "w_type": "conjugated suru verb", + "romaji": "mo shii" + }, + "模しろ": { + "w_type": "conjugated suru verb", + "romaji": "mo shiro" + }, + "模しませんで": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasende" + }, + "模しなかった": { + "w_type": "conjugated suru verb", + "romaji": "mo shinakatta" + }, + "模しなさい": { + "w_type": "conjugated suru verb", + "romaji": "mo shinasai" + }, + "模しません": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasen" + }, + "模しない": { + "w_type": "conjugated suru verb", + "romaji": "mo shinai" + }, + "模します": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasu" + }, + "模しまして": { + "w_type": "conjugated suru verb", + "romaji": "mo shimashite" + }, + "模しないで": { + "w_type": "conjugated suru verb", + "romaji": "mo shinaide" + }, + "模しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "mo shinasaruna" + }, + "模しました": { + "w_type": "conjugated suru verb", + "romaji": "mo shimashita" + }, + "模した": { + "w_type": "conjugated suru verb", + "romaji": "mo shita" + }, + "模しましょう": { + "w_type": "conjugated suru verb", + "romaji": "mo shimashou" + }, + "模しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasen deshita" + }, + "体して": { + "w_type": "conjugated suru verb", + "romaji": "tai shite" + }, + "体しよう": { + "w_type": "conjugated suru verb", + "romaji": "tai shiyou" + }, + "体しい": { + "w_type": "conjugated suru verb", + "romaji": "tai shii" + }, + "体しろ": { + "w_type": "conjugated suru verb", + "romaji": "tai shiro" + }, + "体しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasende" + }, + "体しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tai shinakatta" + }, + "体しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tai shinasai" + }, + "体しません": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasen" + }, + "体しない": { + "w_type": "conjugated suru verb", + "romaji": "tai shinai" + }, + "体します": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasu" + }, + "体しまして": { + "w_type": "conjugated suru verb", + "romaji": "tai shimashite" + }, + "体しないで": { + "w_type": "conjugated suru verb", + "romaji": "tai shinaide" + }, + "体しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tai shinasaruna" + }, + "体しました": { + "w_type": "conjugated suru verb", + "romaji": "tai shimashita" + }, + "体した": { + "w_type": "conjugated suru verb", + "romaji": "tai shita" + }, + "体しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tai shimashou" + }, + "体しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasen deshita" + }, + "相反して": { + "w_type": "conjugated suru verb", + "romaji": "aihan shite" + }, + "相反しよう": { + "w_type": "conjugated suru verb", + "romaji": "aihan shiyou" + }, + "相反しい": { + "w_type": "conjugated suru verb", + "romaji": "aihan shii" + }, + "相反しろ": { + "w_type": "conjugated suru verb", + "romaji": "aihan shiro" + }, + "相反しませんで": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimasende" + }, + "相反しなかった": { + "w_type": "conjugated suru verb", + "romaji": "aihan shinakatta" + }, + "相反しなさい": { + "w_type": "conjugated suru verb", + "romaji": "aihan shinasai" + }, + "相反しません": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimasen" + }, + "相反しない": { + "w_type": "conjugated suru verb", + "romaji": "aihan shinai" + }, + "相反します": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimasu" + }, + "相反しまして": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimashite" + }, + "相反しないで": { + "w_type": "conjugated suru verb", + "romaji": "aihan shinaide" + }, + "相反しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "aihan shinasaruna" + }, + "相反しました": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimashita" + }, + "相反した": { + "w_type": "conjugated suru verb", + "romaji": "aihan shita" + }, + "相反しましょう": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimashou" + }, + "相反しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "aihan shimasen deshita" + }, + "除して": { + "w_type": "conjugated suru verb", + "romaji": "jo shite" + }, + "除しよう": { + "w_type": "conjugated suru verb", + "romaji": "jo shiyou" + }, + "除しい": { + "w_type": "conjugated suru verb", + "romaji": "jo shii" + }, + "除しろ": { + "w_type": "conjugated suru verb", + "romaji": "jo shiro" + }, + "除しませんで": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasende" + }, + "除しなかった": { + "w_type": "conjugated suru verb", + "romaji": "jo shinakatta" + }, + "除しなさい": { + "w_type": "conjugated suru verb", + "romaji": "jo shinasai" + }, + "除しません": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasen" + }, + "除しない": { + "w_type": "conjugated suru verb", + "romaji": "jo shinai" + }, + "除します": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasu" + }, + "除しまして": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashite" + }, + "除しないで": { + "w_type": "conjugated suru verb", + "romaji": "jo shinaide" + }, + "除しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "jo shinasaruna" + }, + "除しました": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashita" + }, + "除した": { + "w_type": "conjugated suru verb", + "romaji": "jo shita" + }, + "除しましょう": { + "w_type": "conjugated suru verb", + "romaji": "jo shimashou" + }, + "除しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "jo shimasen deshita" + }, + "保して": { + "w_type": "conjugated suru verb", + "romaji": "ho shite" + }, + "保しよう": { + "w_type": "conjugated suru verb", + "romaji": "ho shiyou" + }, + "保しい": { + "w_type": "conjugated suru verb", + "romaji": "ho shii" + }, + "保しろ": { + "w_type": "conjugated suru verb", + "romaji": "ho shiro" + }, + "保しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasende" + }, + "保しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ho shinakatta" + }, + "保しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ho shinasai" + }, + "保しません": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasen" + }, + "保しない": { + "w_type": "conjugated suru verb", + "romaji": "ho shinai" + }, + "保します": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasu" + }, + "保しまして": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashite" + }, + "保しないで": { + "w_type": "conjugated suru verb", + "romaji": "ho shinaide" + }, + "保しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ho shinasaruna" + }, + "保しました": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashita" + }, + "保した": { + "w_type": "conjugated suru verb", + "romaji": "ho shita" + }, + "保しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashou" + }, + "保しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasen deshita" + }, + "有して": { + "w_type": "conjugated suru verb", + "romaji": "yuu shite" + }, + "有しよう": { + "w_type": "conjugated suru verb", + "romaji": "yuu shiyou" + }, + "有しい": { + "w_type": "conjugated suru verb", + "romaji": "yuu shii" + }, + "有しろ": { + "w_type": "conjugated suru verb", + "romaji": "yuu shiro" + }, + "有しませんで": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimasende" + }, + "有しなかった": { + "w_type": "conjugated suru verb", + "romaji": "yuu shinakatta" + }, + "有しなさい": { + "w_type": "conjugated suru verb", + "romaji": "yuu shinasai" + }, + "有しません": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimasen" + }, + "有しない": { + "w_type": "conjugated suru verb", + "romaji": "yuu shinai" + }, + "有します": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimasu" + }, + "有しまして": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimashite" + }, + "有しないで": { + "w_type": "conjugated suru verb", + "romaji": "yuu shinaide" + }, + "有しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yuu shinasaruna" + }, + "有しました": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimashita" + }, + "有した": { + "w_type": "conjugated suru verb", + "romaji": "yuu shita" + }, + "有しましょう": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimashou" + }, + "有しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yuu shimasen deshita" + }, + "奏して": { + "w_type": "conjugated suru verb", + "romaji": "sou shite" + }, + "奏しよう": { + "w_type": "conjugated suru verb", + "romaji": "sou shiyou" + }, + "奏しい": { + "w_type": "conjugated suru verb", + "romaji": "sou shii" + }, + "奏しろ": { + "w_type": "conjugated suru verb", + "romaji": "sou shiro" + }, + "奏しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasende" + }, + "奏しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sou shinakatta" + }, + "奏しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sou shinasai" + }, + "奏しません": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasen" + }, + "奏しない": { + "w_type": "conjugated suru verb", + "romaji": "sou shinai" + }, + "奏します": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasu" + }, + "奏しまして": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashite" + }, + "奏しないで": { + "w_type": "conjugated suru verb", + "romaji": "sou shinaide" + }, + "奏しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sou shinasaruna" + }, + "奏しました": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashita" + }, + "奏した": { + "w_type": "conjugated suru verb", + "romaji": "sou shita" + }, + "奏しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashou" + }, + "奏しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasen deshita" + }, + "発して": { + "w_type": "conjugated suru verb", + "romaji": "ha shite" + }, + "発しよう": { + "w_type": "conjugated suru verb", + "romaji": "ha shiyou" + }, + "発しい": { + "w_type": "conjugated suru verb", + "romaji": "ha shii" + }, + "発しろ": { + "w_type": "conjugated suru verb", + "romaji": "ha shiro" + }, + "発しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ha shimasende" + }, + "発しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ha shinakatta" + }, + "発しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ha shinasai" + }, + "発しません": { + "w_type": "conjugated suru verb", + "romaji": "ha shimasen" + }, + "発しない": { + "w_type": "conjugated suru verb", + "romaji": "ha shinai" + }, + "発します": { + "w_type": "conjugated suru verb", + "romaji": "ha shimasu" + }, + "発しまして": { + "w_type": "conjugated suru verb", + "romaji": "ha shimashite" + }, + "発しないで": { + "w_type": "conjugated suru verb", + "romaji": "ha shinaide" + }, + "発しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ha shinasaruna" + }, + "発しました": { + "w_type": "conjugated suru verb", + "romaji": "ha shimashita" + }, + "発した": { + "w_type": "conjugated suru verb", + "romaji": "ha shita" + }, + "発しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ha shimashou" + }, + "発しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ha shimasen deshita" + }, + "存して": { + "w_type": "conjugated suru verb", + "romaji": "son shite" + }, + "存しよう": { + "w_type": "conjugated suru verb", + "romaji": "son shiyou" + }, + "存しい": { + "w_type": "conjugated suru verb", + "romaji": "son shii" + }, + "存しろ": { + "w_type": "conjugated suru verb", + "romaji": "son shiro" + }, + "存しませんで": { + "w_type": "conjugated suru verb", + "romaji": "son shimasende" + }, + "存しなかった": { + "w_type": "conjugated suru verb", + "romaji": "son shinakatta" + }, + "存しなさい": { + "w_type": "conjugated suru verb", + "romaji": "son shinasai" + }, + "存しません": { + "w_type": "conjugated suru verb", + "romaji": "son shimasen" + }, + "存しない": { + "w_type": "conjugated suru verb", + "romaji": "son shinai" + }, + "存します": { + "w_type": "conjugated suru verb", + "romaji": "son shimasu" + }, + "存しまして": { + "w_type": "conjugated suru verb", + "romaji": "son shimashite" + }, + "存しないで": { + "w_type": "conjugated suru verb", + "romaji": "son shinaide" + }, + "存しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "son shinasaruna" + }, + "存しました": { + "w_type": "conjugated suru verb", + "romaji": "son shimashita" + }, + "存した": { + "w_type": "conjugated suru verb", + "romaji": "son shita" + }, + "存しましょう": { + "w_type": "conjugated suru verb", + "romaji": "son shimashou" + }, + "存しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "son shimasen deshita" + }, + "馭して": { + "w_type": "conjugated suru verb", + "romaji": "gyo shite" + }, + "馭しよう": { + "w_type": "conjugated suru verb", + "romaji": "gyo shiyou" + }, + "馭しい": { + "w_type": "conjugated suru verb", + "romaji": "gyo shii" + }, + "馭しろ": { + "w_type": "conjugated suru verb", + "romaji": "gyo shiro" + }, + "馭しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasende" + }, + "馭しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinakatta" + }, + "馭しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinasai" + }, + "馭しません": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasen" + }, + "馭しない": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinai" + }, + "馭します": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasu" + }, + "馭しまして": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimashite" + }, + "馭しないで": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinaide" + }, + "馭しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinasaruna" + }, + "馭しました": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimashita" + }, + "馭した": { + "w_type": "conjugated suru verb", + "romaji": "gyo shita" + }, + "馭しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimashou" + }, + "馭しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasen deshita" + }, + "評して": { + "w_type": "conjugated suru verb", + "romaji": "hyou shite" + }, + "評しよう": { + "w_type": "conjugated suru verb", + "romaji": "hyou shiyou" + }, + "評しい": { + "w_type": "conjugated suru verb", + "romaji": "hyou shii" + }, + "評しろ": { + "w_type": "conjugated suru verb", + "romaji": "hyou shiro" + }, + "評しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasende" + }, + "評しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinakatta" + }, + "評しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinasai" + }, + "評しません": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasen" + }, + "評しない": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinai" + }, + "評します": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasu" + }, + "評しまして": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimashite" + }, + "評しないで": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinaide" + }, + "評しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hyou shinasaruna" + }, + "評しました": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimashita" + }, + "評した": { + "w_type": "conjugated suru verb", + "romaji": "hyou shita" + }, + "評しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimashou" + }, + "評しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hyou shimasen deshita" + }, + "価して": { + "w_type": "conjugated suru verb", + "romaji": "atai shite" + }, + "価しよう": { + "w_type": "conjugated suru verb", + "romaji": "atai shiyou" + }, + "価しい": { + "w_type": "conjugated suru verb", + "romaji": "atai shii" + }, + "価しろ": { + "w_type": "conjugated suru verb", + "romaji": "atai shiro" + }, + "価しませんで": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasende" + }, + "価しなかった": { + "w_type": "conjugated suru verb", + "romaji": "atai shinakatta" + }, + "価しなさい": { + "w_type": "conjugated suru verb", + "romaji": "atai shinasai" + }, + "価しません": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasen" + }, + "価しない": { + "w_type": "conjugated suru verb", + "romaji": "atai shinai" + }, + "価します": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasu" + }, + "価しまして": { + "w_type": "conjugated suru verb", + "romaji": "atai shimashite" + }, + "価しないで": { + "w_type": "conjugated suru verb", + "romaji": "atai shinaide" + }, + "価しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "atai shinasaruna" + }, + "価しました": { + "w_type": "conjugated suru verb", + "romaji": "atai shimashita" + }, + "価した": { + "w_type": "conjugated suru verb", + "romaji": "atai shita" + }, + "価しましょう": { + "w_type": "conjugated suru verb", + "romaji": "atai shimashou" + }, + "価しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasen deshita" + }, + "窮して": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shite" + }, + "窮しよう": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shiyou" + }, + "窮しい": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shii" + }, + "窮しろ": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shiro" + }, + "窮しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasende" + }, + "窮しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinakatta" + }, + "窮しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinasai" + }, + "窮しません": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasen" + }, + "窮しない": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinai" + }, + "窮します": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasu" + }, + "窮しまして": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimashite" + }, + "窮しないで": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinaide" + }, + "窮しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinasaruna" + }, + "窮しました": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimashita" + }, + "窮した": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shita" + }, + "窮しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimashou" + }, + "窮しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasen deshita" + }, + "擬して": { + "w_type": "conjugated suru verb", + "romaji": "gi shite" + }, + "擬しよう": { + "w_type": "conjugated suru verb", + "romaji": "gi shiyou" + }, + "擬しい": { + "w_type": "conjugated suru verb", + "romaji": "gi shii" + }, + "擬しろ": { + "w_type": "conjugated suru verb", + "romaji": "gi shiro" + }, + "擬しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasende" + }, + "擬しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gi shinakatta" + }, + "擬しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gi shinasai" + }, + "擬しません": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasen" + }, + "擬しない": { + "w_type": "conjugated suru verb", + "romaji": "gi shinai" + }, + "擬します": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasu" + }, + "擬しまして": { + "w_type": "conjugated suru verb", + "romaji": "gi shimashite" + }, + "擬しないで": { + "w_type": "conjugated suru verb", + "romaji": "gi shinaide" + }, + "擬しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gi shinasaruna" + }, + "擬しました": { + "w_type": "conjugated suru verb", + "romaji": "gi shimashita" + }, + "擬した": { + "w_type": "conjugated suru verb", + "romaji": "gi shita" + }, + "擬しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gi shimashou" + }, + "擬しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasen deshita" + }, + "お開きにして": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shite" + }, + "お開きにしよう": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shiyou" + }, + "お開きにしい": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shii" + }, + "お開きにしろ": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shiro" + }, + "お開きにしませんで": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimasende" + }, + "お開きにしなかった": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shinakatta" + }, + "お開きにしなさい": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shinasai" + }, + "お開きにしません": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimasen" + }, + "お開きにしない": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shinai" + }, + "お開きにします": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimasu" + }, + "お開きにしまして": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimashite" + }, + "お開きにしないで": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shinaide" + }, + "お開きにしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shinasaruna" + }, + "お開きにしました": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimashita" + }, + "お開きにした": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shita" + }, + "お開きにしましょう": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimashou" + }, + "お開きにしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ohirakini shimasen deshita" + }, + "要して": { + "w_type": "conjugated suru verb", + "romaji": "you shite" + }, + "要しよう": { + "w_type": "conjugated suru verb", + "romaji": "you shiyou" + }, + "要しい": { + "w_type": "conjugated suru verb", + "romaji": "you shii" + }, + "要しろ": { + "w_type": "conjugated suru verb", + "romaji": "you shiro" + }, + "要しませんで": { + "w_type": "conjugated suru verb", + "romaji": "you shimasende" + }, + "要しなかった": { + "w_type": "conjugated suru verb", + "romaji": "you shinakatta" + }, + "要しなさい": { + "w_type": "conjugated suru verb", + "romaji": "you shinasai" + }, + "要しません": { + "w_type": "conjugated suru verb", + "romaji": "you shimasen" + }, + "要しない": { + "w_type": "conjugated suru verb", + "romaji": "you shinai" + }, + "要します": { + "w_type": "conjugated suru verb", + "romaji": "you shimasu" + }, + "要しまして": { + "w_type": "conjugated suru verb", + "romaji": "you shimashite" + }, + "要しないで": { + "w_type": "conjugated suru verb", + "romaji": "you shinaide" + }, + "要しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "you shinasaruna" + }, + "要しました": { + "w_type": "conjugated suru verb", + "romaji": "you shimashita" + }, + "要した": { + "w_type": "conjugated suru verb", + "romaji": "you shita" + }, + "要しましょう": { + "w_type": "conjugated suru verb", + "romaji": "you shimashou" + }, + "要しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "you shimasen deshita" + }, + "排して": { + "w_type": "conjugated suru verb", + "romaji": "hai shite" + }, + "排しよう": { + "w_type": "conjugated suru verb", + "romaji": "hai shiyou" + }, + "排しい": { + "w_type": "conjugated suru verb", + "romaji": "hai shii" + }, + "排しろ": { + "w_type": "conjugated suru verb", + "romaji": "hai shiro" + }, + "排しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasende" + }, + "排しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hai shinakatta" + }, + "排しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasai" + }, + "排しません": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen" + }, + "排しない": { + "w_type": "conjugated suru verb", + "romaji": "hai shinai" + }, + "排します": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasu" + }, + "排しまして": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashite" + }, + "排しないで": { + "w_type": "conjugated suru verb", + "romaji": "hai shinaide" + }, + "排しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasaruna" + }, + "排しました": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashita" + }, + "排した": { + "w_type": "conjugated suru verb", + "romaji": "hai shita" + }, + "排しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashou" + }, + "排しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen deshita" + }, + "滅して": { + "w_type": "conjugated suru verb", + "romaji": "me shite" + }, + "滅しよう": { + "w_type": "conjugated suru verb", + "romaji": "me shiyou" + }, + "滅しい": { + "w_type": "conjugated suru verb", + "romaji": "me shii" + }, + "滅しろ": { + "w_type": "conjugated suru verb", + "romaji": "me shiro" + }, + "滅しませんで": { + "w_type": "conjugated suru verb", + "romaji": "me shimasende" + }, + "滅しなかった": { + "w_type": "conjugated suru verb", + "romaji": "me shinakatta" + }, + "滅しなさい": { + "w_type": "conjugated suru verb", + "romaji": "me shinasai" + }, + "滅しません": { + "w_type": "conjugated suru verb", + "romaji": "me shimasen" + }, + "滅しない": { + "w_type": "conjugated suru verb", + "romaji": "me shinai" + }, + "滅します": { + "w_type": "conjugated suru verb", + "romaji": "me shimasu" + }, + "滅しまして": { + "w_type": "conjugated suru verb", + "romaji": "me shimashite" + }, + "滅しないで": { + "w_type": "conjugated suru verb", + "romaji": "me shinaide" + }, + "滅しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "me shinasaruna" + }, + "滅しました": { + "w_type": "conjugated suru verb", + "romaji": "me shimashita" + }, + "滅した": { + "w_type": "conjugated suru verb", + "romaji": "me shita" + }, + "滅しましょう": { + "w_type": "conjugated suru verb", + "romaji": "me shimashou" + }, + "滅しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "me shimasen deshita" + }, + "管して": { + "w_type": "conjugated suru verb", + "romaji": "kan shite" + }, + "管しよう": { + "w_type": "conjugated suru verb", + "romaji": "kan shiyou" + }, + "管しい": { + "w_type": "conjugated suru verb", + "romaji": "kan shii" + }, + "管しろ": { + "w_type": "conjugated suru verb", + "romaji": "kan shiro" + }, + "管しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasende" + }, + "管しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kan shinakatta" + }, + "管しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasai" + }, + "管しません": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen" + }, + "管しない": { + "w_type": "conjugated suru verb", + "romaji": "kan shinai" + }, + "管します": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasu" + }, + "管しまして": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashite" + }, + "管しないで": { + "w_type": "conjugated suru verb", + "romaji": "kan shinaide" + }, + "管しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasaruna" + }, + "管しました": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashita" + }, + "管した": { + "w_type": "conjugated suru verb", + "romaji": "kan shita" + }, + "管しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashou" + }, + "管しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen deshita" + }, + "冲して": { + "w_type": "conjugated suru verb", + "romaji": "chuu shite" + }, + "冲しよう": { + "w_type": "conjugated suru verb", + "romaji": "chuu shiyou" + }, + "冲しい": { + "w_type": "conjugated suru verb", + "romaji": "chuu shii" + }, + "冲しろ": { + "w_type": "conjugated suru verb", + "romaji": "chuu shiro" + }, + "冲しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasende" + }, + "冲しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinakatta" + }, + "冲しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinasai" + }, + "冲しません": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasen" + }, + "冲しない": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinai" + }, + "冲します": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasu" + }, + "冲しまして": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashite" + }, + "冲しないで": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinaide" + }, + "冲しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinasaruna" + }, + "冲しました": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashita" + }, + "冲した": { + "w_type": "conjugated suru verb", + "romaji": "chuu shita" + }, + "冲しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashou" + }, + "冲しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasen deshita" + }, + "賀して": { + "w_type": "conjugated suru verb", + "romaji": "ga shite" + }, + "賀しよう": { + "w_type": "conjugated suru verb", + "romaji": "ga shiyou" + }, + "賀しい": { + "w_type": "conjugated suru verb", + "romaji": "ga shii" + }, + "賀しろ": { + "w_type": "conjugated suru verb", + "romaji": "ga shiro" + }, + "賀しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasende" + }, + "賀しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ga shinakatta" + }, + "賀しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ga shinasai" + }, + "賀しません": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasen" + }, + "賀しない": { + "w_type": "conjugated suru verb", + "romaji": "ga shinai" + }, + "賀します": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasu" + }, + "賀しまして": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashite" + }, + "賀しないで": { + "w_type": "conjugated suru verb", + "romaji": "ga shinaide" + }, + "賀しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ga shinasaruna" + }, + "賀しました": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashita" + }, + "賀した": { + "w_type": "conjugated suru verb", + "romaji": "ga shita" + }, + "賀しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashou" + }, + "賀しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasen deshita" + }, + "相和して": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shite" + }, + "相和しよう": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shiyou" + }, + "相和しい": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shii" + }, + "相和しろ": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shiro" + }, + "相和しませんで": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimasende" + }, + "相和しなかった": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shinakatta" + }, + "相和しなさい": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shinasai" + }, + "相和しません": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimasen" + }, + "相和しない": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shinai" + }, + "相和します": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimasu" + }, + "相和しまして": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimashite" + }, + "相和しないで": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shinaide" + }, + "相和しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shinasaruna" + }, + "相和しました": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimashita" + }, + "相和した": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shita" + }, + "相和しましょう": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimashou" + }, + "相和しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "aiwa shimasen deshita" + }, + "和して": { + "w_type": "conjugated suru verb", + "romaji": "wa shite" + }, + "和しよう": { + "w_type": "conjugated suru verb", + "romaji": "wa shiyou" + }, + "和しい": { + "w_type": "conjugated suru verb", + "romaji": "wa shii" + }, + "和しろ": { + "w_type": "conjugated suru verb", + "romaji": "wa shiro" + }, + "和しませんで": { + "w_type": "conjugated suru verb", + "romaji": "wa shimasende" + }, + "和しなかった": { + "w_type": "conjugated suru verb", + "romaji": "wa shinakatta" + }, + "和しなさい": { + "w_type": "conjugated suru verb", + "romaji": "wa shinasai" + }, + "和しません": { + "w_type": "conjugated suru verb", + "romaji": "wa shimasen" + }, + "和しない": { + "w_type": "conjugated suru verb", + "romaji": "wa shinai" + }, + "和します": { + "w_type": "conjugated suru verb", + "romaji": "wa shimasu" + }, + "和しまして": { + "w_type": "conjugated suru verb", + "romaji": "wa shimashite" + }, + "和しないで": { + "w_type": "conjugated suru verb", + "romaji": "wa shinaide" + }, + "和しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "wa shinasaruna" + }, + "和しました": { + "w_type": "conjugated suru verb", + "romaji": "wa shimashita" + }, + "和した": { + "w_type": "conjugated suru verb", + "romaji": "wa shita" + }, + "和しましょう": { + "w_type": "conjugated suru verb", + "romaji": "wa shimashou" + }, + "和しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "wa shimasen deshita" + }, + "号して": { + "w_type": "conjugated suru verb", + "romaji": "gou shite" + }, + "号しよう": { + "w_type": "conjugated suru verb", + "romaji": "gou shiyou" + }, + "号しい": { + "w_type": "conjugated suru verb", + "romaji": "gou shii" + }, + "号しろ": { + "w_type": "conjugated suru verb", + "romaji": "gou shiro" + }, + "号しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gou shimasende" + }, + "号しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gou shinakatta" + }, + "号しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gou shinasai" + }, + "号しません": { + "w_type": "conjugated suru verb", + "romaji": "gou shimasen" + }, + "号しない": { + "w_type": "conjugated suru verb", + "romaji": "gou shinai" + }, + "号します": { + "w_type": "conjugated suru verb", + "romaji": "gou shimasu" + }, + "号しまして": { + "w_type": "conjugated suru verb", + "romaji": "gou shimashite" + }, + "号しないで": { + "w_type": "conjugated suru verb", + "romaji": "gou shinaide" + }, + "号しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gou shinasaruna" + }, + "号しました": { + "w_type": "conjugated suru verb", + "romaji": "gou shimashita" + }, + "号した": { + "w_type": "conjugated suru verb", + "romaji": "gou shita" + }, + "号しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gou shimashou" + }, + "号しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gou shimasen deshita" + }, + "抗して": { + "w_type": "conjugated suru verb", + "romaji": "kou shite" + }, + "抗しよう": { + "w_type": "conjugated suru verb", + "romaji": "kou shiyou" + }, + "抗しい": { + "w_type": "conjugated suru verb", + "romaji": "kou shii" + }, + "抗しろ": { + "w_type": "conjugated suru verb", + "romaji": "kou shiro" + }, + "抗しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kou shimasende" + }, + "抗しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kou shinakatta" + }, + "抗しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kou shinasai" + }, + "抗しません": { + "w_type": "conjugated suru verb", + "romaji": "kou shimasen" + }, + "抗しない": { + "w_type": "conjugated suru verb", + "romaji": "kou shinai" + }, + "抗します": { + "w_type": "conjugated suru verb", + "romaji": "kou shimasu" + }, + "抗しまして": { + "w_type": "conjugated suru verb", + "romaji": "kou shimashite" + }, + "抗しないで": { + "w_type": "conjugated suru verb", + "romaji": "kou shinaide" + }, + "抗しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kou shinasaruna" + }, + "抗しました": { + "w_type": "conjugated suru verb", + "romaji": "kou shimashita" + }, + "抗した": { + "w_type": "conjugated suru verb", + "romaji": "kou shita" + }, + "抗しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kou shimashou" + }, + "抗しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kou shimasen deshita" + }, + "境して": { + "w_type": "conjugated suru verb", + "romaji": "sakai shite" + }, + "境しよう": { + "w_type": "conjugated suru verb", + "romaji": "sakai shiyou" + }, + "境しい": { + "w_type": "conjugated suru verb", + "romaji": "sakai shii" + }, + "境しろ": { + "w_type": "conjugated suru verb", + "romaji": "sakai shiro" + }, + "境しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimasende" + }, + "境しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sakai shinakatta" + }, + "境しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sakai shinasai" + }, + "境しません": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimasen" + }, + "境しない": { + "w_type": "conjugated suru verb", + "romaji": "sakai shinai" + }, + "境します": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimasu" + }, + "境しまして": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimashite" + }, + "境しないで": { + "w_type": "conjugated suru verb", + "romaji": "sakai shinaide" + }, + "境しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sakai shinasaruna" + }, + "境しました": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimashita" + }, + "境した": { + "w_type": "conjugated suru verb", + "romaji": "sakai shita" + }, + "境しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimashou" + }, + "境しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sakai shimasen deshita" + }, + "補して": { + "w_type": "conjugated suru verb", + "romaji": "ho shite" + }, + "補しよう": { + "w_type": "conjugated suru verb", + "romaji": "ho shiyou" + }, + "補しい": { + "w_type": "conjugated suru verb", + "romaji": "ho shii" + }, + "補しろ": { + "w_type": "conjugated suru verb", + "romaji": "ho shiro" + }, + "補しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasende" + }, + "補しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ho shinakatta" + }, + "補しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ho shinasai" + }, + "補しません": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasen" + }, + "補しない": { + "w_type": "conjugated suru verb", + "romaji": "ho shinai" + }, + "補します": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasu" + }, + "補しまして": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashite" + }, + "補しないで": { + "w_type": "conjugated suru verb", + "romaji": "ho shinaide" + }, + "補しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ho shinasaruna" + }, + "補しました": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashita" + }, + "補した": { + "w_type": "conjugated suru verb", + "romaji": "ho shita" + }, + "補しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ho shimashou" + }, + "補しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ho shimasen deshita" + }, + "偏して": { + "w_type": "conjugated suru verb", + "romaji": "hen shite" + }, + "偏しよう": { + "w_type": "conjugated suru verb", + "romaji": "hen shiyou" + }, + "偏しい": { + "w_type": "conjugated suru verb", + "romaji": "hen shii" + }, + "偏しろ": { + "w_type": "conjugated suru verb", + "romaji": "hen shiro" + }, + "偏しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hen shimasende" + }, + "偏しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hen shinakatta" + }, + "偏しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hen shinasai" + }, + "偏しません": { + "w_type": "conjugated suru verb", + "romaji": "hen shimasen" + }, + "偏しない": { + "w_type": "conjugated suru verb", + "romaji": "hen shinai" + }, + "偏します": { + "w_type": "conjugated suru verb", + "romaji": "hen shimasu" + }, + "偏しまして": { + "w_type": "conjugated suru verb", + "romaji": "hen shimashite" + }, + "偏しないで": { + "w_type": "conjugated suru verb", + "romaji": "hen shinaide" + }, + "偏しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hen shinasaruna" + }, + "偏しました": { + "w_type": "conjugated suru verb", + "romaji": "hen shimashita" + }, + "偏した": { + "w_type": "conjugated suru verb", + "romaji": "hen shita" + }, + "偏しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hen shimashou" + }, + "偏しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hen shimasen deshita" + }, + "訳して": { + "w_type": "conjugated suru verb", + "romaji": "yaku shite" + }, + "訳しよう": { + "w_type": "conjugated suru verb", + "romaji": "yaku shiyou" + }, + "訳しい": { + "w_type": "conjugated suru verb", + "romaji": "yaku shii" + }, + "訳しろ": { + "w_type": "conjugated suru verb", + "romaji": "yaku shiro" + }, + "訳しませんで": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasende" + }, + "訳しなかった": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinakatta" + }, + "訳しなさい": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinasai" + }, + "訳しません": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasen" + }, + "訳しない": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinai" + }, + "訳します": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasu" + }, + "訳しまして": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimashite" + }, + "訳しないで": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinaide" + }, + "訳しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yaku shinasaruna" + }, + "訳しました": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimashita" + }, + "訳した": { + "w_type": "conjugated suru verb", + "romaji": "yaku shita" + }, + "訳しましょう": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimashou" + }, + "訳しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yaku shimasen deshita" + }, + "嘉して": { + "w_type": "conjugated suru verb", + "romaji": "yomi shite" + }, + "嘉しよう": { + "w_type": "conjugated suru verb", + "romaji": "yomi shiyou" + }, + "嘉しい": { + "w_type": "conjugated suru verb", + "romaji": "yomi shii" + }, + "嘉しろ": { + "w_type": "conjugated suru verb", + "romaji": "yomi shiro" + }, + "嘉しませんで": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasende" + }, + "嘉しなかった": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinakatta" + }, + "嘉しなさい": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinasai" + }, + "嘉しません": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasen" + }, + "嘉しない": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinai" + }, + "嘉します": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasu" + }, + "嘉しまして": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimashite" + }, + "嘉しないで": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinaide" + }, + "嘉しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yomi shinasaruna" + }, + "嘉しました": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimashita" + }, + "嘉した": { + "w_type": "conjugated suru verb", + "romaji": "yomi shita" + }, + "嘉しましょう": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimashou" + }, + "嘉しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yomi shimasen deshita" + }, + "僭して": { + "w_type": "conjugated suru verb", + "romaji": "sen shite" + }, + "僭しよう": { + "w_type": "conjugated suru verb", + "romaji": "sen shiyou" + }, + "僭しい": { + "w_type": "conjugated suru verb", + "romaji": "sen shii" + }, + "僭しろ": { + "w_type": "conjugated suru verb", + "romaji": "sen shiro" + }, + "僭しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasende" + }, + "僭しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sen shinakatta" + }, + "僭しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasai" + }, + "僭しません": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen" + }, + "僭しない": { + "w_type": "conjugated suru verb", + "romaji": "sen shinai" + }, + "僭します": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasu" + }, + "僭しまして": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashite" + }, + "僭しないで": { + "w_type": "conjugated suru verb", + "romaji": "sen shinaide" + }, + "僭しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasaruna" + }, + "僭しました": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashita" + }, + "僭した": { + "w_type": "conjugated suru verb", + "romaji": "sen shita" + }, + "僭しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashou" + }, + "僭しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen deshita" + }, + "瀕して": { + "w_type": "conjugated suru verb", + "romaji": "hin shite" + }, + "瀕しよう": { + "w_type": "conjugated suru verb", + "romaji": "hin shiyou" + }, + "瀕しい": { + "w_type": "conjugated suru verb", + "romaji": "hin shii" + }, + "瀕しろ": { + "w_type": "conjugated suru verb", + "romaji": "hin shiro" + }, + "瀕しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasende" + }, + "瀕しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hin shinakatta" + }, + "瀕しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hin shinasai" + }, + "瀕しません": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasen" + }, + "瀕しない": { + "w_type": "conjugated suru verb", + "romaji": "hin shinai" + }, + "瀕します": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasu" + }, + "瀕しまして": { + "w_type": "conjugated suru verb", + "romaji": "hin shimashite" + }, + "瀕しないで": { + "w_type": "conjugated suru verb", + "romaji": "hin shinaide" + }, + "瀕しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hin shinasaruna" + }, + "瀕しました": { + "w_type": "conjugated suru verb", + "romaji": "hin shimashita" + }, + "瀕した": { + "w_type": "conjugated suru verb", + "romaji": "hin shita" + }, + "瀕しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hin shimashou" + }, + "瀕しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hin shimasen deshita" + }, + "値して": { + "w_type": "conjugated suru verb", + "romaji": "atai shite" + }, + "値しよう": { + "w_type": "conjugated suru verb", + "romaji": "atai shiyou" + }, + "値しい": { + "w_type": "conjugated suru verb", + "romaji": "atai shii" + }, + "値しろ": { + "w_type": "conjugated suru verb", + "romaji": "atai shiro" + }, + "値しませんで": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasende" + }, + "値しなかった": { + "w_type": "conjugated suru verb", + "romaji": "atai shinakatta" + }, + "値しなさい": { + "w_type": "conjugated suru verb", + "romaji": "atai shinasai" + }, + "値しません": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasen" + }, + "値しない": { + "w_type": "conjugated suru verb", + "romaji": "atai shinai" + }, + "値します": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasu" + }, + "値しまして": { + "w_type": "conjugated suru verb", + "romaji": "atai shimashite" + }, + "値しないで": { + "w_type": "conjugated suru verb", + "romaji": "atai shinaide" + }, + "値しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "atai shinasaruna" + }, + "値しました": { + "w_type": "conjugated suru verb", + "romaji": "atai shimashita" + }, + "値した": { + "w_type": "conjugated suru verb", + "romaji": "atai shita" + }, + "値しましょう": { + "w_type": "conjugated suru verb", + "romaji": "atai shimashou" + }, + "値しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "atai shimasen deshita" + }, + "魅して": { + "w_type": "conjugated suru verb", + "romaji": "mi shite" + }, + "魅しよう": { + "w_type": "conjugated suru verb", + "romaji": "mi shiyou" + }, + "魅しい": { + "w_type": "conjugated suru verb", + "romaji": "mi shii" + }, + "魅しろ": { + "w_type": "conjugated suru verb", + "romaji": "mi shiro" + }, + "魅しませんで": { + "w_type": "conjugated suru verb", + "romaji": "mi shimasende" + }, + "魅しなかった": { + "w_type": "conjugated suru verb", + "romaji": "mi shinakatta" + }, + "魅しなさい": { + "w_type": "conjugated suru verb", + "romaji": "mi shinasai" + }, + "魅しません": { + "w_type": "conjugated suru verb", + "romaji": "mi shimasen" + }, + "魅しない": { + "w_type": "conjugated suru verb", + "romaji": "mi shinai" + }, + "魅します": { + "w_type": "conjugated suru verb", + "romaji": "mi shimasu" + }, + "魅しまして": { + "w_type": "conjugated suru verb", + "romaji": "mi shimashite" + }, + "魅しないで": { + "w_type": "conjugated suru verb", + "romaji": "mi shinaide" + }, + "魅しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "mi shinasaruna" + }, + "魅しました": { + "w_type": "conjugated suru verb", + "romaji": "mi shimashita" + }, + "魅した": { + "w_type": "conjugated suru verb", + "romaji": "mi shita" + }, + "魅しましょう": { + "w_type": "conjugated suru verb", + "romaji": "mi shimashou" + }, + "魅しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "mi shimasen deshita" + }, + "駁して": { + "w_type": "conjugated suru verb", + "romaji": "baku shite" + }, + "駁しよう": { + "w_type": "conjugated suru verb", + "romaji": "baku shiyou" + }, + "駁しい": { + "w_type": "conjugated suru verb", + "romaji": "baku shii" + }, + "駁しろ": { + "w_type": "conjugated suru verb", + "romaji": "baku shiro" + }, + "駁しませんで": { + "w_type": "conjugated suru verb", + "romaji": "baku shimasende" + }, + "駁しなかった": { + "w_type": "conjugated suru verb", + "romaji": "baku shinakatta" + }, + "駁しなさい": { + "w_type": "conjugated suru verb", + "romaji": "baku shinasai" + }, + "駁しません": { + "w_type": "conjugated suru verb", + "romaji": "baku shimasen" + }, + "駁しない": { + "w_type": "conjugated suru verb", + "romaji": "baku shinai" + }, + "駁します": { + "w_type": "conjugated suru verb", + "romaji": "baku shimasu" + }, + "駁しまして": { + "w_type": "conjugated suru verb", + "romaji": "baku shimashite" + }, + "駁しないで": { + "w_type": "conjugated suru verb", + "romaji": "baku shinaide" + }, + "駁しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "baku shinasaruna" + }, + "駁しました": { + "w_type": "conjugated suru verb", + "romaji": "baku shimashita" + }, + "駁した": { + "w_type": "conjugated suru verb", + "romaji": "baku shita" + }, + "駁しましょう": { + "w_type": "conjugated suru verb", + "romaji": "baku shimashou" + }, + "駁しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "baku shimasen deshita" + }, + "撫して": { + "w_type": "conjugated suru verb", + "romaji": "bu shite" + }, + "撫しよう": { + "w_type": "conjugated suru verb", + "romaji": "bu shiyou" + }, + "撫しい": { + "w_type": "conjugated suru verb", + "romaji": "bu shii" + }, + "撫しろ": { + "w_type": "conjugated suru verb", + "romaji": "bu shiro" + }, + "撫しませんで": { + "w_type": "conjugated suru verb", + "romaji": "bu shimasende" + }, + "撫しなかった": { + "w_type": "conjugated suru verb", + "romaji": "bu shinakatta" + }, + "撫しなさい": { + "w_type": "conjugated suru verb", + "romaji": "bu shinasai" + }, + "撫しません": { + "w_type": "conjugated suru verb", + "romaji": "bu shimasen" + }, + "撫しない": { + "w_type": "conjugated suru verb", + "romaji": "bu shinai" + }, + "撫します": { + "w_type": "conjugated suru verb", + "romaji": "bu shimasu" + }, + "撫しまして": { + "w_type": "conjugated suru verb", + "romaji": "bu shimashite" + }, + "撫しないで": { + "w_type": "conjugated suru verb", + "romaji": "bu shinaide" + }, + "撫しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "bu shinasaruna" + }, + "撫しました": { + "w_type": "conjugated suru verb", + "romaji": "bu shimashita" + }, + "撫した": { + "w_type": "conjugated suru verb", + "romaji": "bu shita" + }, + "撫しましょう": { + "w_type": "conjugated suru verb", + "romaji": "bu shimashou" + }, + "撫しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "bu shimasen deshita" + }, + "賛して": { + "w_type": "conjugated suru verb", + "romaji": "san shite" + }, + "賛しよう": { + "w_type": "conjugated suru verb", + "romaji": "san shiyou" + }, + "賛しい": { + "w_type": "conjugated suru verb", + "romaji": "san shii" + }, + "賛しろ": { + "w_type": "conjugated suru verb", + "romaji": "san shiro" + }, + "賛しませんで": { + "w_type": "conjugated suru verb", + "romaji": "san shimasende" + }, + "賛しなかった": { + "w_type": "conjugated suru verb", + "romaji": "san shinakatta" + }, + "賛しなさい": { + "w_type": "conjugated suru verb", + "romaji": "san shinasai" + }, + "賛しません": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen" + }, + "賛しない": { + "w_type": "conjugated suru verb", + "romaji": "san shinai" + }, + "賛します": { + "w_type": "conjugated suru verb", + "romaji": "san shimasu" + }, + "賛しまして": { + "w_type": "conjugated suru verb", + "romaji": "san shimashite" + }, + "賛しないで": { + "w_type": "conjugated suru verb", + "romaji": "san shinaide" + }, + "賛しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "san shinasaruna" + }, + "賛しました": { + "w_type": "conjugated suru verb", + "romaji": "san shimashita" + }, + "賛した": { + "w_type": "conjugated suru verb", + "romaji": "san shita" + }, + "賛しましょう": { + "w_type": "conjugated suru verb", + "romaji": "san shimashou" + }, + "賛しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen deshita" + }, + "具して": { + "w_type": "conjugated suru verb", + "romaji": "gu shite" + }, + "具しよう": { + "w_type": "conjugated suru verb", + "romaji": "gu shiyou" + }, + "具しい": { + "w_type": "conjugated suru verb", + "romaji": "gu shii" + }, + "具しろ": { + "w_type": "conjugated suru verb", + "romaji": "gu shiro" + }, + "具しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasende" + }, + "具しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gu shinakatta" + }, + "具しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gu shinasai" + }, + "具しません": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasen" + }, + "具しない": { + "w_type": "conjugated suru verb", + "romaji": "gu shinai" + }, + "具します": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasu" + }, + "具しまして": { + "w_type": "conjugated suru verb", + "romaji": "gu shimashite" + }, + "具しないで": { + "w_type": "conjugated suru verb", + "romaji": "gu shinaide" + }, + "具しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gu shinasaruna" + }, + "具しました": { + "w_type": "conjugated suru verb", + "romaji": "gu shimashita" + }, + "具した": { + "w_type": "conjugated suru verb", + "romaji": "gu shita" + }, + "具しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gu shimashou" + }, + "具しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasen deshita" + }, + "唱して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "唱しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "唱しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "唱しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "唱しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "唱しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "唱しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "唱しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "唱しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "唱します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "唱しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "唱しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "唱しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "唱しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "唱した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "唱しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "唱しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "同じゅうして": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shite" + }, + "同じゅうしよう": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shiyou" + }, + "同じゅうしい": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shii" + }, + "同じゅうしろ": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shiro" + }, + "同じゅうしませんで": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimasende" + }, + "同じゅうしなかった": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shinakatta" + }, + "同じゅうしなさい": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shinasai" + }, + "同じゅうしません": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimasen" + }, + "同じゅうしない": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shinai" + }, + "同じゅうします": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimasu" + }, + "同じゅうしまして": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimashite" + }, + "同じゅうしないで": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shinaide" + }, + "同じゅうしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shinasaruna" + }, + "同じゅうしました": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimashita" + }, + "同じゅうした": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shita" + }, + "同じゅうしましょう": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimashou" + }, + "同じゅうしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "onajuu shimasen deshita" + }, + "比して": { + "w_type": "conjugated suru verb", + "romaji": "hi shite" + }, + "比しよう": { + "w_type": "conjugated suru verb", + "romaji": "hi shiyou" + }, + "比しい": { + "w_type": "conjugated suru verb", + "romaji": "hi shii" + }, + "比しろ": { + "w_type": "conjugated suru verb", + "romaji": "hi shiro" + }, + "比しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasende" + }, + "比しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hi shinakatta" + }, + "比しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hi shinasai" + }, + "比しません": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasen" + }, + "比しない": { + "w_type": "conjugated suru verb", + "romaji": "hi shinai" + }, + "比します": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasu" + }, + "比しまして": { + "w_type": "conjugated suru verb", + "romaji": "hi shimashite" + }, + "比しないで": { + "w_type": "conjugated suru verb", + "romaji": "hi shinaide" + }, + "比しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hi shinasaruna" + }, + "比しました": { + "w_type": "conjugated suru verb", + "romaji": "hi shimashita" + }, + "比した": { + "w_type": "conjugated suru verb", + "romaji": "hi shita" + }, + "比しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hi shimashou" + }, + "比しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasen deshita" + }, + "災いして": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shite" + }, + "災いしよう": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shiyou" + }, + "災いしい": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shii" + }, + "災いしろ": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shiro" + }, + "災いしませんで": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimasende" + }, + "災いしなかった": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shinakatta" + }, + "災いしなさい": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shinasai" + }, + "災いしません": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimasen" + }, + "災いしない": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shinai" + }, + "災いします": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimasu" + }, + "災いしまして": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimashite" + }, + "災いしないで": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shinaide" + }, + "災いしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shinasaruna" + }, + "災いしました": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimashita" + }, + "災いした": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shita" + }, + "災いしましょう": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimashou" + }, + "災いしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "wazawai shimasen deshita" + }, + "類いして": { + "w_type": "conjugated suru verb", + "romaji": "tagui shite" + }, + "類いしよう": { + "w_type": "conjugated suru verb", + "romaji": "tagui shiyou" + }, + "類いしい": { + "w_type": "conjugated suru verb", + "romaji": "tagui shii" + }, + "類いしろ": { + "w_type": "conjugated suru verb", + "romaji": "tagui shiro" + }, + "類いしませんで": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimasende" + }, + "類いしなかった": { + "w_type": "conjugated suru verb", + "romaji": "tagui shinakatta" + }, + "類いしなさい": { + "w_type": "conjugated suru verb", + "romaji": "tagui shinasai" + }, + "類いしません": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimasen" + }, + "類いしない": { + "w_type": "conjugated suru verb", + "romaji": "tagui shinai" + }, + "類いします": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimasu" + }, + "類いしまして": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimashite" + }, + "類いしないで": { + "w_type": "conjugated suru verb", + "romaji": "tagui shinaide" + }, + "類いしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tagui shinasaruna" + }, + "類いしました": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimashita" + }, + "類いした": { + "w_type": "conjugated suru verb", + "romaji": "tagui shita" + }, + "類いしましょう": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimashou" + }, + "類いしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tagui shimasen deshita" + }, + "弔して": { + "w_type": "conjugated suru verb", + "romaji": "chou shite" + }, + "弔しよう": { + "w_type": "conjugated suru verb", + "romaji": "chou shiyou" + }, + "弔しい": { + "w_type": "conjugated suru verb", + "romaji": "chou shii" + }, + "弔しろ": { + "w_type": "conjugated suru verb", + "romaji": "chou shiro" + }, + "弔しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasende" + }, + "弔しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chou shinakatta" + }, + "弔しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chou shinasai" + }, + "弔しません": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasen" + }, + "弔しない": { + "w_type": "conjugated suru verb", + "romaji": "chou shinai" + }, + "弔します": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasu" + }, + "弔しまして": { + "w_type": "conjugated suru verb", + "romaji": "chou shimashite" + }, + "弔しないで": { + "w_type": "conjugated suru verb", + "romaji": "chou shinaide" + }, + "弔しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chou shinasaruna" + }, + "弔しました": { + "w_type": "conjugated suru verb", + "romaji": "chou shimashita" + }, + "弔した": { + "w_type": "conjugated suru verb", + "romaji": "chou shita" + }, + "弔しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chou shimashou" + }, + "弔しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasen deshita" + }, + "秘して": { + "w_type": "conjugated suru verb", + "romaji": "hi shite" + }, + "秘しよう": { + "w_type": "conjugated suru verb", + "romaji": "hi shiyou" + }, + "秘しい": { + "w_type": "conjugated suru verb", + "romaji": "hi shii" + }, + "秘しろ": { + "w_type": "conjugated suru verb", + "romaji": "hi shiro" + }, + "秘しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasende" + }, + "秘しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hi shinakatta" + }, + "秘しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hi shinasai" + }, + "秘しません": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasen" + }, + "秘しない": { + "w_type": "conjugated suru verb", + "romaji": "hi shinai" + }, + "秘します": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasu" + }, + "秘しまして": { + "w_type": "conjugated suru verb", + "romaji": "hi shimashite" + }, + "秘しないで": { + "w_type": "conjugated suru verb", + "romaji": "hi shinaide" + }, + "秘しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hi shinasaruna" + }, + "秘しました": { + "w_type": "conjugated suru verb", + "romaji": "hi shimashita" + }, + "秘した": { + "w_type": "conjugated suru verb", + "romaji": "hi shita" + }, + "秘しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hi shimashou" + }, + "秘しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hi shimasen deshita" + }, + "解して": { + "w_type": "conjugated suru verb", + "romaji": "kai shite" + }, + "解しよう": { + "w_type": "conjugated suru verb", + "romaji": "kai shiyou" + }, + "解しい": { + "w_type": "conjugated suru verb", + "romaji": "kai shii" + }, + "解しろ": { + "w_type": "conjugated suru verb", + "romaji": "kai shiro" + }, + "解しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasende" + }, + "解しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kai shinakatta" + }, + "解しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kai shinasai" + }, + "解しません": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasen" + }, + "解しない": { + "w_type": "conjugated suru verb", + "romaji": "kai shinai" + }, + "解します": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasu" + }, + "解しまして": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashite" + }, + "解しないで": { + "w_type": "conjugated suru verb", + "romaji": "kai shinaide" + }, + "解しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kai shinasaruna" + }, + "解しました": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashita" + }, + "解した": { + "w_type": "conjugated suru verb", + "romaji": "kai shita" + }, + "解しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kai shimashou" + }, + "解しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kai shimasen deshita" + }, + "則して": { + "w_type": "conjugated suru verb", + "romaji": "soku shite" + }, + "則しよう": { + "w_type": "conjugated suru verb", + "romaji": "soku shiyou" + }, + "則しい": { + "w_type": "conjugated suru verb", + "romaji": "soku shii" + }, + "則しろ": { + "w_type": "conjugated suru verb", + "romaji": "soku shiro" + }, + "則しませんで": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasende" + }, + "則しなかった": { + "w_type": "conjugated suru verb", + "romaji": "soku shinakatta" + }, + "則しなさい": { + "w_type": "conjugated suru verb", + "romaji": "soku shinasai" + }, + "則しません": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasen" + }, + "則しない": { + "w_type": "conjugated suru verb", + "romaji": "soku shinai" + }, + "則します": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasu" + }, + "則しまして": { + "w_type": "conjugated suru verb", + "romaji": "soku shimashite" + }, + "則しないで": { + "w_type": "conjugated suru verb", + "romaji": "soku shinaide" + }, + "則しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "soku shinasaruna" + }, + "則しました": { + "w_type": "conjugated suru verb", + "romaji": "soku shimashita" + }, + "則した": { + "w_type": "conjugated suru verb", + "romaji": "soku shita" + }, + "則しましょう": { + "w_type": "conjugated suru verb", + "romaji": "soku shimashou" + }, + "則しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasen deshita" + }, + "令して": { + "w_type": "conjugated suru verb", + "romaji": "rei shite" + }, + "令しよう": { + "w_type": "conjugated suru verb", + "romaji": "rei shiyou" + }, + "令しい": { + "w_type": "conjugated suru verb", + "romaji": "rei shii" + }, + "令しろ": { + "w_type": "conjugated suru verb", + "romaji": "rei shiro" + }, + "令しませんで": { + "w_type": "conjugated suru verb", + "romaji": "rei shimasende" + }, + "令しなかった": { + "w_type": "conjugated suru verb", + "romaji": "rei shinakatta" + }, + "令しなさい": { + "w_type": "conjugated suru verb", + "romaji": "rei shinasai" + }, + "令しません": { + "w_type": "conjugated suru verb", + "romaji": "rei shimasen" + }, + "令しない": { + "w_type": "conjugated suru verb", + "romaji": "rei shinai" + }, + "令します": { + "w_type": "conjugated suru verb", + "romaji": "rei shimasu" + }, + "令しまして": { + "w_type": "conjugated suru verb", + "romaji": "rei shimashite" + }, + "令しないで": { + "w_type": "conjugated suru verb", + "romaji": "rei shinaide" + }, + "令しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "rei shinasaruna" + }, + "令しました": { + "w_type": "conjugated suru verb", + "romaji": "rei shimashita" + }, + "令した": { + "w_type": "conjugated suru verb", + "romaji": "rei shita" + }, + "令しましょう": { + "w_type": "conjugated suru verb", + "romaji": "rei shimashou" + }, + "令しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "rei shimasen deshita" + }, + "相対立して": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shite" + }, + "相対立しよう": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shiyou" + }, + "相対立しい": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shii" + }, + "相対立しろ": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shiro" + }, + "相対立しませんで": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimasende" + }, + "相対立しなかった": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shinakatta" + }, + "相対立しなさい": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shinasai" + }, + "相対立しません": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimasen" + }, + "相対立しない": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shinai" + }, + "相対立します": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimasu" + }, + "相対立しまして": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimashite" + }, + "相対立しないで": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shinaide" + }, + "相対立しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shinasaruna" + }, + "相対立しました": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimashita" + }, + "相対立した": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shita" + }, + "相対立しましょう": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimashou" + }, + "相対立しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "aitairitsu shimasen deshita" + }, + "属して": { + "w_type": "conjugated suru verb", + "romaji": "zoku shite" + }, + "属しよう": { + "w_type": "conjugated suru verb", + "romaji": "zoku shiyou" + }, + "属しい": { + "w_type": "conjugated suru verb", + "romaji": "zoku shii" + }, + "属しろ": { + "w_type": "conjugated suru verb", + "romaji": "zoku shiro" + }, + "属しませんで": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimasende" + }, + "属しなかった": { + "w_type": "conjugated suru verb", + "romaji": "zoku shinakatta" + }, + "属しなさい": { + "w_type": "conjugated suru verb", + "romaji": "zoku shinasai" + }, + "属しません": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimasen" + }, + "属しない": { + "w_type": "conjugated suru verb", + "romaji": "zoku shinai" + }, + "属します": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimasu" + }, + "属しまして": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimashite" + }, + "属しないで": { + "w_type": "conjugated suru verb", + "romaji": "zoku shinaide" + }, + "属しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "zoku shinasaruna" + }, + "属しました": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimashita" + }, + "属した": { + "w_type": "conjugated suru verb", + "romaji": "zoku shita" + }, + "属しましょう": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimashou" + }, + "属しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "zoku shimasen deshita" + }, + "託して": { + "w_type": "conjugated suru verb", + "romaji": "taku shite" + }, + "託しよう": { + "w_type": "conjugated suru verb", + "romaji": "taku shiyou" + }, + "託しい": { + "w_type": "conjugated suru verb", + "romaji": "taku shii" + }, + "託しろ": { + "w_type": "conjugated suru verb", + "romaji": "taku shiro" + }, + "託しませんで": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasende" + }, + "託しなかった": { + "w_type": "conjugated suru verb", + "romaji": "taku shinakatta" + }, + "託しなさい": { + "w_type": "conjugated suru verb", + "romaji": "taku shinasai" + }, + "託しません": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasen" + }, + "託しない": { + "w_type": "conjugated suru verb", + "romaji": "taku shinai" + }, + "託します": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasu" + }, + "託しまして": { + "w_type": "conjugated suru verb", + "romaji": "taku shimashite" + }, + "託しないで": { + "w_type": "conjugated suru verb", + "romaji": "taku shinaide" + }, + "託しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "taku shinasaruna" + }, + "託しました": { + "w_type": "conjugated suru verb", + "romaji": "taku shimashita" + }, + "託した": { + "w_type": "conjugated suru verb", + "romaji": "taku shita" + }, + "託しましょう": { + "w_type": "conjugated suru verb", + "romaji": "taku shimashou" + }, + "託しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasen deshita" + }, + "処して": { + "w_type": "conjugated suru verb", + "romaji": "sho shite" + }, + "処しよう": { + "w_type": "conjugated suru verb", + "romaji": "sho shiyou" + }, + "処しい": { + "w_type": "conjugated suru verb", + "romaji": "sho shii" + }, + "処しろ": { + "w_type": "conjugated suru verb", + "romaji": "sho shiro" + }, + "処しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sho shimasende" + }, + "処しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sho shinakatta" + }, + "処しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sho shinasai" + }, + "処しません": { + "w_type": "conjugated suru verb", + "romaji": "sho shimasen" + }, + "処しない": { + "w_type": "conjugated suru verb", + "romaji": "sho shinai" + }, + "処します": { + "w_type": "conjugated suru verb", + "romaji": "sho shimasu" + }, + "処しまして": { + "w_type": "conjugated suru verb", + "romaji": "sho shimashite" + }, + "処しないで": { + "w_type": "conjugated suru verb", + "romaji": "sho shinaide" + }, + "処しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sho shinasaruna" + }, + "処しました": { + "w_type": "conjugated suru verb", + "romaji": "sho shimashita" + }, + "処した": { + "w_type": "conjugated suru verb", + "romaji": "sho shita" + }, + "処しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sho shimashou" + }, + "処しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sho shimasen deshita" + }, + "参して": { + "w_type": "conjugated suru verb", + "romaji": "san shite" + }, + "参しよう": { + "w_type": "conjugated suru verb", + "romaji": "san shiyou" + }, + "参しい": { + "w_type": "conjugated suru verb", + "romaji": "san shii" + }, + "参しろ": { + "w_type": "conjugated suru verb", + "romaji": "san shiro" + }, + "参しませんで": { + "w_type": "conjugated suru verb", + "romaji": "san shimasende" + }, + "参しなかった": { + "w_type": "conjugated suru verb", + "romaji": "san shinakatta" + }, + "参しなさい": { + "w_type": "conjugated suru verb", + "romaji": "san shinasai" + }, + "参しません": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen" + }, + "参しない": { + "w_type": "conjugated suru verb", + "romaji": "san shinai" + }, + "参します": { + "w_type": "conjugated suru verb", + "romaji": "san shimasu" + }, + "参しまして": { + "w_type": "conjugated suru verb", + "romaji": "san shimashite" + }, + "参しないで": { + "w_type": "conjugated suru verb", + "romaji": "san shinaide" + }, + "参しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "san shinasaruna" + }, + "参しました": { + "w_type": "conjugated suru verb", + "romaji": "san shimashita" + }, + "参した": { + "w_type": "conjugated suru verb", + "romaji": "san shita" + }, + "参しましょう": { + "w_type": "conjugated suru verb", + "romaji": "san shimashou" + }, + "参しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen deshita" + }, + "給して": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shite" + }, + "給しよう": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shiyou" + }, + "給しい": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shii" + }, + "給しろ": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shiro" + }, + "給しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasende" + }, + "給しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinakatta" + }, + "給しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinasai" + }, + "給しません": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasen" + }, + "給しない": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinai" + }, + "給します": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasu" + }, + "給しまして": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimashite" + }, + "給しないで": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinaide" + }, + "給しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shinasaruna" + }, + "給しました": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimashita" + }, + "給した": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shita" + }, + "給しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimashou" + }, + "給しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kyuu shimasen deshita" + }, + "善くして": { + "w_type": "conjugated suru verb", + "romaji": "yoku shite" + }, + "善くしよう": { + "w_type": "conjugated suru verb", + "romaji": "yoku shiyou" + }, + "善くしい": { + "w_type": "conjugated suru verb", + "romaji": "yoku shii" + }, + "善くしろ": { + "w_type": "conjugated suru verb", + "romaji": "yoku shiro" + }, + "善くしませんで": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasende" + }, + "善くしなかった": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinakatta" + }, + "善くしなさい": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinasai" + }, + "善くしません": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasen" + }, + "善くしない": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinai" + }, + "善くします": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasu" + }, + "善くしまして": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashite" + }, + "善くしないで": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinaide" + }, + "善くしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinasaruna" + }, + "善くしました": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashita" + }, + "善くした": { + "w_type": "conjugated suru verb", + "romaji": "yoku shita" + }, + "善くしましょう": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashou" + }, + "善くしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasen deshita" + }, + "慨して": { + "w_type": "conjugated suru verb", + "romaji": "gai shite" + }, + "慨しよう": { + "w_type": "conjugated suru verb", + "romaji": "gai shiyou" + }, + "慨しい": { + "w_type": "conjugated suru verb", + "romaji": "gai shii" + }, + "慨しろ": { + "w_type": "conjugated suru verb", + "romaji": "gai shiro" + }, + "慨しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasende" + }, + "慨しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gai shinakatta" + }, + "慨しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gai shinasai" + }, + "慨しません": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasen" + }, + "慨しない": { + "w_type": "conjugated suru verb", + "romaji": "gai shinai" + }, + "慨します": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasu" + }, + "慨しまして": { + "w_type": "conjugated suru verb", + "romaji": "gai shimashite" + }, + "慨しないで": { + "w_type": "conjugated suru verb", + "romaji": "gai shinaide" + }, + "慨しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gai shinasaruna" + }, + "慨しました": { + "w_type": "conjugated suru verb", + "romaji": "gai shimashita" + }, + "慨した": { + "w_type": "conjugated suru verb", + "romaji": "gai shita" + }, + "慨しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gai shimashou" + }, + "慨しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gai shimasen deshita" + }, + "即して": { + "w_type": "conjugated suru verb", + "romaji": "soku shite" + }, + "即しよう": { + "w_type": "conjugated suru verb", + "romaji": "soku shiyou" + }, + "即しい": { + "w_type": "conjugated suru verb", + "romaji": "soku shii" + }, + "即しろ": { + "w_type": "conjugated suru verb", + "romaji": "soku shiro" + }, + "即しませんで": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasende" + }, + "即しなかった": { + "w_type": "conjugated suru verb", + "romaji": "soku shinakatta" + }, + "即しなさい": { + "w_type": "conjugated suru verb", + "romaji": "soku shinasai" + }, + "即しません": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasen" + }, + "即しない": { + "w_type": "conjugated suru verb", + "romaji": "soku shinai" + }, + "即します": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasu" + }, + "即しまして": { + "w_type": "conjugated suru verb", + "romaji": "soku shimashite" + }, + "即しないで": { + "w_type": "conjugated suru verb", + "romaji": "soku shinaide" + }, + "即しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "soku shinasaruna" + }, + "即しました": { + "w_type": "conjugated suru verb", + "romaji": "soku shimashita" + }, + "即した": { + "w_type": "conjugated suru verb", + "romaji": "soku shita" + }, + "即しましょう": { + "w_type": "conjugated suru verb", + "romaji": "soku shimashou" + }, + "即しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "soku shimasen deshita" + }, + "征して": { + "w_type": "conjugated suru verb", + "romaji": "sei shite" + }, + "征しよう": { + "w_type": "conjugated suru verb", + "romaji": "sei shiyou" + }, + "征しい": { + "w_type": "conjugated suru verb", + "romaji": "sei shii" + }, + "征しろ": { + "w_type": "conjugated suru verb", + "romaji": "sei shiro" + }, + "征しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasende" + }, + "征しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sei shinakatta" + }, + "征しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sei shinasai" + }, + "征しません": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasen" + }, + "征しない": { + "w_type": "conjugated suru verb", + "romaji": "sei shinai" + }, + "征します": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasu" + }, + "征しまして": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashite" + }, + "征しないで": { + "w_type": "conjugated suru verb", + "romaji": "sei shinaide" + }, + "征しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sei shinasaruna" + }, + "征しました": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashita" + }, + "征した": { + "w_type": "conjugated suru verb", + "romaji": "sei shita" + }, + "征しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashou" + }, + "征しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasen deshita" + }, + "良くして": { + "w_type": "conjugated suru verb", + "romaji": "yoku shite" + }, + "良くしよう": { + "w_type": "conjugated suru verb", + "romaji": "yoku shiyou" + }, + "良くしい": { + "w_type": "conjugated suru verb", + "romaji": "yoku shii" + }, + "良くしろ": { + "w_type": "conjugated suru verb", + "romaji": "yoku shiro" + }, + "良くしませんで": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasende" + }, + "良くしなかった": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinakatta" + }, + "良くしなさい": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinasai" + }, + "良くしません": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasen" + }, + "良くしない": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinai" + }, + "良くします": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasu" + }, + "良くしまして": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashite" + }, + "良くしないで": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinaide" + }, + "良くしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "yoku shinasaruna" + }, + "良くしました": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashita" + }, + "良くした": { + "w_type": "conjugated suru verb", + "romaji": "yoku shita" + }, + "良くしましょう": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimashou" + }, + "良くしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "yoku shimasen deshita" + }, + "呈して": { + "w_type": "conjugated suru verb", + "romaji": "tei shite" + }, + "呈しよう": { + "w_type": "conjugated suru verb", + "romaji": "tei shiyou" + }, + "呈しい": { + "w_type": "conjugated suru verb", + "romaji": "tei shii" + }, + "呈しろ": { + "w_type": "conjugated suru verb", + "romaji": "tei shiro" + }, + "呈しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasende" + }, + "呈しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tei shinakatta" + }, + "呈しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tei shinasai" + }, + "呈しません": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasen" + }, + "呈しない": { + "w_type": "conjugated suru verb", + "romaji": "tei shinai" + }, + "呈します": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasu" + }, + "呈しまして": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashite" + }, + "呈しないで": { + "w_type": "conjugated suru verb", + "romaji": "tei shinaide" + }, + "呈しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tei shinasaruna" + }, + "呈しました": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashita" + }, + "呈した": { + "w_type": "conjugated suru verb", + "romaji": "tei shita" + }, + "呈しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashou" + }, + "呈しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasen deshita" + }, + "誅して": { + "w_type": "conjugated suru verb", + "romaji": "chuu shite" + }, + "誅しよう": { + "w_type": "conjugated suru verb", + "romaji": "chuu shiyou" + }, + "誅しい": { + "w_type": "conjugated suru verb", + "romaji": "chuu shii" + }, + "誅しろ": { + "w_type": "conjugated suru verb", + "romaji": "chuu shiro" + }, + "誅しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasende" + }, + "誅しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinakatta" + }, + "誅しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinasai" + }, + "誅しません": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasen" + }, + "誅しない": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinai" + }, + "誅します": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasu" + }, + "誅しまして": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashite" + }, + "誅しないで": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinaide" + }, + "誅しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinasaruna" + }, + "誅しました": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashita" + }, + "誅した": { + "w_type": "conjugated suru verb", + "romaji": "chuu shita" + }, + "誅しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashou" + }, + "誅しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasen deshita" + }, + "寓して": { + "w_type": "conjugated suru verb", + "romaji": "guu shite" + }, + "寓しよう": { + "w_type": "conjugated suru verb", + "romaji": "guu shiyou" + }, + "寓しい": { + "w_type": "conjugated suru verb", + "romaji": "guu shii" + }, + "寓しろ": { + "w_type": "conjugated suru verb", + "romaji": "guu shiro" + }, + "寓しませんで": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasende" + }, + "寓しなかった": { + "w_type": "conjugated suru verb", + "romaji": "guu shinakatta" + }, + "寓しなさい": { + "w_type": "conjugated suru verb", + "romaji": "guu shinasai" + }, + "寓しません": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasen" + }, + "寓しない": { + "w_type": "conjugated suru verb", + "romaji": "guu shinai" + }, + "寓します": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasu" + }, + "寓しまして": { + "w_type": "conjugated suru verb", + "romaji": "guu shimashite" + }, + "寓しないで": { + "w_type": "conjugated suru verb", + "romaji": "guu shinaide" + }, + "寓しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "guu shinasaruna" + }, + "寓しました": { + "w_type": "conjugated suru verb", + "romaji": "guu shimashita" + }, + "寓した": { + "w_type": "conjugated suru verb", + "romaji": "guu shita" + }, + "寓しましょう": { + "w_type": "conjugated suru verb", + "romaji": "guu shimashou" + }, + "寓しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "guu shimasen deshita" + }, + "摸して": { + "w_type": "conjugated suru verb", + "romaji": "mo shite" + }, + "摸しよう": { + "w_type": "conjugated suru verb", + "romaji": "mo shiyou" + }, + "摸しい": { + "w_type": "conjugated suru verb", + "romaji": "mo shii" + }, + "摸しろ": { + "w_type": "conjugated suru verb", + "romaji": "mo shiro" + }, + "摸しませんで": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasende" + }, + "摸しなかった": { + "w_type": "conjugated suru verb", + "romaji": "mo shinakatta" + }, + "摸しなさい": { + "w_type": "conjugated suru verb", + "romaji": "mo shinasai" + }, + "摸しません": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasen" + }, + "摸しない": { + "w_type": "conjugated suru verb", + "romaji": "mo shinai" + }, + "摸します": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasu" + }, + "摸しまして": { + "w_type": "conjugated suru verb", + "romaji": "mo shimashite" + }, + "摸しないで": { + "w_type": "conjugated suru verb", + "romaji": "mo shinaide" + }, + "摸しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "mo shinasaruna" + }, + "摸しました": { + "w_type": "conjugated suru verb", + "romaji": "mo shimashita" + }, + "摸した": { + "w_type": "conjugated suru verb", + "romaji": "mo shita" + }, + "摸しましょう": { + "w_type": "conjugated suru verb", + "romaji": "mo shimashou" + }, + "摸しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "mo shimasen deshita" + }, + "沖して": { + "w_type": "conjugated suru verb", + "romaji": "chuu shite" + }, + "沖しよう": { + "w_type": "conjugated suru verb", + "romaji": "chuu shiyou" + }, + "沖しい": { + "w_type": "conjugated suru verb", + "romaji": "chuu shii" + }, + "沖しろ": { + "w_type": "conjugated suru verb", + "romaji": "chuu shiro" + }, + "沖しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasende" + }, + "沖しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinakatta" + }, + "沖しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinasai" + }, + "沖しません": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasen" + }, + "沖しない": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinai" + }, + "沖します": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasu" + }, + "沖しまして": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashite" + }, + "沖しないで": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinaide" + }, + "沖しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chuu shinasaruna" + }, + "沖しました": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashita" + }, + "沖した": { + "w_type": "conjugated suru verb", + "romaji": "chuu shita" + }, + "沖しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimashou" + }, + "沖しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chuu shimasen deshita" + }, + "叛して": { + "w_type": "conjugated suru verb", + "romaji": "han shite" + }, + "叛しよう": { + "w_type": "conjugated suru verb", + "romaji": "han shiyou" + }, + "叛しい": { + "w_type": "conjugated suru verb", + "romaji": "han shii" + }, + "叛しろ": { + "w_type": "conjugated suru verb", + "romaji": "han shiro" + }, + "叛しませんで": { + "w_type": "conjugated suru verb", + "romaji": "han shimasende" + }, + "叛しなかった": { + "w_type": "conjugated suru verb", + "romaji": "han shinakatta" + }, + "叛しなさい": { + "w_type": "conjugated suru verb", + "romaji": "han shinasai" + }, + "叛しません": { + "w_type": "conjugated suru verb", + "romaji": "han shimasen" + }, + "叛しない": { + "w_type": "conjugated suru verb", + "romaji": "han shinai" + }, + "叛します": { + "w_type": "conjugated suru verb", + "romaji": "han shimasu" + }, + "叛しまして": { + "w_type": "conjugated suru verb", + "romaji": "han shimashite" + }, + "叛しないで": { + "w_type": "conjugated suru verb", + "romaji": "han shinaide" + }, + "叛しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "han shinasaruna" + }, + "叛しました": { + "w_type": "conjugated suru verb", + "romaji": "han shimashita" + }, + "叛した": { + "w_type": "conjugated suru verb", + "romaji": "han shita" + }, + "叛しましょう": { + "w_type": "conjugated suru verb", + "romaji": "han shimashou" + }, + "叛しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "han shimasen deshita" + }, + "了して": { + "w_type": "conjugated suru verb", + "romaji": "ryou shite" + }, + "了しよう": { + "w_type": "conjugated suru verb", + "romaji": "ryou shiyou" + }, + "了しい": { + "w_type": "conjugated suru verb", + "romaji": "ryou shii" + }, + "了しろ": { + "w_type": "conjugated suru verb", + "romaji": "ryou shiro" + }, + "了しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasende" + }, + "了しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinakatta" + }, + "了しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinasai" + }, + "了しません": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasen" + }, + "了しない": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinai" + }, + "了します": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasu" + }, + "了しまして": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashite" + }, + "了しないで": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinaide" + }, + "了しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinasaruna" + }, + "了しました": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashita" + }, + "了した": { + "w_type": "conjugated suru verb", + "romaji": "ryou shita" + }, + "了しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashou" + }, + "了しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasen deshita" + }, + "着して": { + "w_type": "conjugated suru verb", + "romaji": "chaku shite" + }, + "着しよう": { + "w_type": "conjugated suru verb", + "romaji": "chaku shiyou" + }, + "着しい": { + "w_type": "conjugated suru verb", + "romaji": "chaku shii" + }, + "着しろ": { + "w_type": "conjugated suru verb", + "romaji": "chaku shiro" + }, + "着しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasende" + }, + "着しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinakatta" + }, + "着しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinasai" + }, + "着しません": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasen" + }, + "着しない": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinai" + }, + "着します": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasu" + }, + "着しまして": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimashite" + }, + "着しないで": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinaide" + }, + "着しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinasaruna" + }, + "着しました": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimashita" + }, + "着した": { + "w_type": "conjugated suru verb", + "romaji": "chaku shita" + }, + "着しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimashou" + }, + "着しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasen deshita" + }, + "祝して": { + "w_type": "conjugated suru verb", + "romaji": "shuku shite" + }, + "祝しよう": { + "w_type": "conjugated suru verb", + "romaji": "shuku shiyou" + }, + "祝しい": { + "w_type": "conjugated suru verb", + "romaji": "shuku shii" + }, + "祝しろ": { + "w_type": "conjugated suru verb", + "romaji": "shuku shiro" + }, + "祝しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimasende" + }, + "祝しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shuku shinakatta" + }, + "祝しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shuku shinasai" + }, + "祝しません": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimasen" + }, + "祝しない": { + "w_type": "conjugated suru verb", + "romaji": "shuku shinai" + }, + "祝します": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimasu" + }, + "祝しまして": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimashite" + }, + "祝しないで": { + "w_type": "conjugated suru verb", + "romaji": "shuku shinaide" + }, + "祝しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shuku shinasaruna" + }, + "祝しました": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimashita" + }, + "祝した": { + "w_type": "conjugated suru verb", + "romaji": "shuku shita" + }, + "祝しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimashou" + }, + "祝しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shuku shimasen deshita" + }, + "涙して": { + "w_type": "conjugated suru verb", + "romaji": "namida shite" + }, + "涙しよう": { + "w_type": "conjugated suru verb", + "romaji": "namida shiyou" + }, + "涙しい": { + "w_type": "conjugated suru verb", + "romaji": "namida shii" + }, + "涙しろ": { + "w_type": "conjugated suru verb", + "romaji": "namida shiro" + }, + "涙しませんで": { + "w_type": "conjugated suru verb", + "romaji": "namida shimasende" + }, + "涙しなかった": { + "w_type": "conjugated suru verb", + "romaji": "namida shinakatta" + }, + "涙しなさい": { + "w_type": "conjugated suru verb", + "romaji": "namida shinasai" + }, + "涙しません": { + "w_type": "conjugated suru verb", + "romaji": "namida shimasen" + }, + "涙しない": { + "w_type": "conjugated suru verb", + "romaji": "namida shinai" + }, + "涙します": { + "w_type": "conjugated suru verb", + "romaji": "namida shimasu" + }, + "涙しまして": { + "w_type": "conjugated suru verb", + "romaji": "namida shimashite" + }, + "涙しないで": { + "w_type": "conjugated suru verb", + "romaji": "namida shinaide" + }, + "涙しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "namida shinasaruna" + }, + "涙しました": { + "w_type": "conjugated suru verb", + "romaji": "namida shimashita" + }, + "涙した": { + "w_type": "conjugated suru verb", + "romaji": "namida shita" + }, + "涙しましょう": { + "w_type": "conjugated suru verb", + "romaji": "namida shimashou" + }, + "涙しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "namida shimasen deshita" + }, + "饗して": { + "w_type": "conjugated suru verb", + "romaji": "kyou shite" + }, + "饗しよう": { + "w_type": "conjugated suru verb", + "romaji": "kyou shiyou" + }, + "饗しい": { + "w_type": "conjugated suru verb", + "romaji": "kyou shii" + }, + "饗しろ": { + "w_type": "conjugated suru verb", + "romaji": "kyou shiro" + }, + "饗しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasende" + }, + "饗しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinakatta" + }, + "饗しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinasai" + }, + "饗しません": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasen" + }, + "饗しない": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinai" + }, + "饗します": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasu" + }, + "饗しまして": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashite" + }, + "饗しないで": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinaide" + }, + "饗しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kyou shinasaruna" + }, + "饗しました": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashita" + }, + "饗した": { + "w_type": "conjugated suru verb", + "romaji": "kyou shita" + }, + "饗しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimashou" + }, + "饗しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kyou shimasen deshita" + }, + "反して": { + "w_type": "conjugated suru verb", + "romaji": "han shite" + }, + "反しよう": { + "w_type": "conjugated suru verb", + "romaji": "han shiyou" + }, + "反しい": { + "w_type": "conjugated suru verb", + "romaji": "han shii" + }, + "反しろ": { + "w_type": "conjugated suru verb", + "romaji": "han shiro" + }, + "反しませんで": { + "w_type": "conjugated suru verb", + "romaji": "han shimasende" + }, + "反しなかった": { + "w_type": "conjugated suru verb", + "romaji": "han shinakatta" + }, + "反しなさい": { + "w_type": "conjugated suru verb", + "romaji": "han shinasai" + }, + "反しません": { + "w_type": "conjugated suru verb", + "romaji": "han shimasen" + }, + "反しない": { + "w_type": "conjugated suru verb", + "romaji": "han shinai" + }, + "反します": { + "w_type": "conjugated suru verb", + "romaji": "han shimasu" + }, + "反しまして": { + "w_type": "conjugated suru verb", + "romaji": "han shimashite" + }, + "反しないで": { + "w_type": "conjugated suru verb", + "romaji": "han shinaide" + }, + "反しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "han shinasaruna" + }, + "反しました": { + "w_type": "conjugated suru verb", + "romaji": "han shimashita" + }, + "反した": { + "w_type": "conjugated suru verb", + "romaji": "han shita" + }, + "反しましょう": { + "w_type": "conjugated suru verb", + "romaji": "han shimashou" + }, + "反しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "han shimasen deshita" + }, + "画して": { + "w_type": "conjugated suru verb", + "romaji": "kaku shite" + }, + "画しよう": { + "w_type": "conjugated suru verb", + "romaji": "kaku shiyou" + }, + "画しい": { + "w_type": "conjugated suru verb", + "romaji": "kaku shii" + }, + "画しろ": { + "w_type": "conjugated suru verb", + "romaji": "kaku shiro" + }, + "画しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasende" + }, + "画しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinakatta" + }, + "画しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinasai" + }, + "画しません": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasen" + }, + "画しない": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinai" + }, + "画します": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasu" + }, + "画しまして": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimashite" + }, + "画しないで": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinaide" + }, + "画しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kaku shinasaruna" + }, + "画しました": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimashita" + }, + "画した": { + "w_type": "conjugated suru verb", + "romaji": "kaku shita" + }, + "画しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimashou" + }, + "画しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kaku shimasen deshita" + }, + "伍して": { + "w_type": "conjugated suru verb", + "romaji": "go shite" + }, + "伍しよう": { + "w_type": "conjugated suru verb", + "romaji": "go shiyou" + }, + "伍しい": { + "w_type": "conjugated suru verb", + "romaji": "go shii" + }, + "伍しろ": { + "w_type": "conjugated suru verb", + "romaji": "go shiro" + }, + "伍しませんで": { + "w_type": "conjugated suru verb", + "romaji": "go shimasende" + }, + "伍しなかった": { + "w_type": "conjugated suru verb", + "romaji": "go shinakatta" + }, + "伍しなさい": { + "w_type": "conjugated suru verb", + "romaji": "go shinasai" + }, + "伍しません": { + "w_type": "conjugated suru verb", + "romaji": "go shimasen" + }, + "伍しない": { + "w_type": "conjugated suru verb", + "romaji": "go shinai" + }, + "伍します": { + "w_type": "conjugated suru verb", + "romaji": "go shimasu" + }, + "伍しまして": { + "w_type": "conjugated suru verb", + "romaji": "go shimashite" + }, + "伍しないで": { + "w_type": "conjugated suru verb", + "romaji": "go shinaide" + }, + "伍しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "go shinasaruna" + }, + "伍しました": { + "w_type": "conjugated suru verb", + "romaji": "go shimashita" + }, + "伍した": { + "w_type": "conjugated suru verb", + "romaji": "go shita" + }, + "伍しましょう": { + "w_type": "conjugated suru verb", + "romaji": "go shimashou" + }, + "伍しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "go shimasen deshita" + }, + "架して": { + "w_type": "conjugated suru verb", + "romaji": "ka shite" + }, + "架しよう": { + "w_type": "conjugated suru verb", + "romaji": "ka shiyou" + }, + "架しい": { + "w_type": "conjugated suru verb", + "romaji": "ka shii" + }, + "架しろ": { + "w_type": "conjugated suru verb", + "romaji": "ka shiro" + }, + "架しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasende" + }, + "架しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ka shinakatta" + }, + "架しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ka shinasai" + }, + "架しません": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasen" + }, + "架しない": { + "w_type": "conjugated suru verb", + "romaji": "ka shinai" + }, + "架します": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasu" + }, + "架しまして": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashite" + }, + "架しないで": { + "w_type": "conjugated suru verb", + "romaji": "ka shinaide" + }, + "架しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ka shinasaruna" + }, + "架しました": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashita" + }, + "架した": { + "w_type": "conjugated suru verb", + "romaji": "ka shita" + }, + "架しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashou" + }, + "架しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasen deshita" + }, + "治して": { + "w_type": "conjugated suru verb", + "romaji": "ji shite" + }, + "治しよう": { + "w_type": "conjugated suru verb", + "romaji": "ji shiyou" + }, + "治しい": { + "w_type": "conjugated suru verb", + "romaji": "ji shii" + }, + "治しろ": { + "w_type": "conjugated suru verb", + "romaji": "ji shiro" + }, + "治しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasende" + }, + "治しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ji shinakatta" + }, + "治しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasai" + }, + "治しません": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen" + }, + "治しない": { + "w_type": "conjugated suru verb", + "romaji": "ji shinai" + }, + "治します": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasu" + }, + "治しまして": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashite" + }, + "治しないで": { + "w_type": "conjugated suru verb", + "romaji": "ji shinaide" + }, + "治しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasaruna" + }, + "治しました": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashita" + }, + "治した": { + "w_type": "conjugated suru verb", + "romaji": "ji shita" + }, + "治しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashou" + }, + "治しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen deshita" + }, + "議して": { + "w_type": "conjugated suru verb", + "romaji": "gi shite" + }, + "議しよう": { + "w_type": "conjugated suru verb", + "romaji": "gi shiyou" + }, + "議しい": { + "w_type": "conjugated suru verb", + "romaji": "gi shii" + }, + "議しろ": { + "w_type": "conjugated suru verb", + "romaji": "gi shiro" + }, + "議しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasende" + }, + "議しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gi shinakatta" + }, + "議しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gi shinasai" + }, + "議しません": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasen" + }, + "議しない": { + "w_type": "conjugated suru verb", + "romaji": "gi shinai" + }, + "議します": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasu" + }, + "議しまして": { + "w_type": "conjugated suru verb", + "romaji": "gi shimashite" + }, + "議しないで": { + "w_type": "conjugated suru verb", + "romaji": "gi shinaide" + }, + "議しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gi shinasaruna" + }, + "議しました": { + "w_type": "conjugated suru verb", + "romaji": "gi shimashita" + }, + "議した": { + "w_type": "conjugated suru verb", + "romaji": "gi shita" + }, + "議しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gi shimashou" + }, + "議しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gi shimasen deshita" + }, + "臥して": { + "w_type": "conjugated suru verb", + "romaji": "ga shite" + }, + "臥しよう": { + "w_type": "conjugated suru verb", + "romaji": "ga shiyou" + }, + "臥しい": { + "w_type": "conjugated suru verb", + "romaji": "ga shii" + }, + "臥しろ": { + "w_type": "conjugated suru verb", + "romaji": "ga shiro" + }, + "臥しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasende" + }, + "臥しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ga shinakatta" + }, + "臥しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ga shinasai" + }, + "臥しません": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasen" + }, + "臥しない": { + "w_type": "conjugated suru verb", + "romaji": "ga shinai" + }, + "臥します": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasu" + }, + "臥しまして": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashite" + }, + "臥しないで": { + "w_type": "conjugated suru verb", + "romaji": "ga shinaide" + }, + "臥しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ga shinasaruna" + }, + "臥しました": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashita" + }, + "臥した": { + "w_type": "conjugated suru verb", + "romaji": "ga shita" + }, + "臥しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ga shimashou" + }, + "臥しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ga shimasen deshita" + }, + "圧して": { + "w_type": "conjugated suru verb", + "romaji": "a shite" + }, + "圧しよう": { + "w_type": "conjugated suru verb", + "romaji": "a shiyou" + }, + "圧しい": { + "w_type": "conjugated suru verb", + "romaji": "a shii" + }, + "圧しろ": { + "w_type": "conjugated suru verb", + "romaji": "a shiro" + }, + "圧しませんで": { + "w_type": "conjugated suru verb", + "romaji": "a shimasende" + }, + "圧しなかった": { + "w_type": "conjugated suru verb", + "romaji": "a shinakatta" + }, + "圧しなさい": { + "w_type": "conjugated suru verb", + "romaji": "a shinasai" + }, + "圧しません": { + "w_type": "conjugated suru verb", + "romaji": "a shimasen" + }, + "圧しない": { + "w_type": "conjugated suru verb", + "romaji": "a shinai" + }, + "圧します": { + "w_type": "conjugated suru verb", + "romaji": "a shimasu" + }, + "圧しまして": { + "w_type": "conjugated suru verb", + "romaji": "a shimashite" + }, + "圧しないで": { + "w_type": "conjugated suru verb", + "romaji": "a shinaide" + }, + "圧しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "a shinasaruna" + }, + "圧しました": { + "w_type": "conjugated suru verb", + "romaji": "a shimashita" + }, + "圧した": { + "w_type": "conjugated suru verb", + "romaji": "a shita" + }, + "圧しましょう": { + "w_type": "conjugated suru verb", + "romaji": "a shimashou" + }, + "圧しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "a shimasen deshita" + }, + "僻して": { + "w_type": "conjugated suru verb", + "romaji": "heki shite" + }, + "僻しよう": { + "w_type": "conjugated suru verb", + "romaji": "heki shiyou" + }, + "僻しい": { + "w_type": "conjugated suru verb", + "romaji": "heki shii" + }, + "僻しろ": { + "w_type": "conjugated suru verb", + "romaji": "heki shiro" + }, + "僻しませんで": { + "w_type": "conjugated suru verb", + "romaji": "heki shimasende" + }, + "僻しなかった": { + "w_type": "conjugated suru verb", + "romaji": "heki shinakatta" + }, + "僻しなさい": { + "w_type": "conjugated suru verb", + "romaji": "heki shinasai" + }, + "僻しません": { + "w_type": "conjugated suru verb", + "romaji": "heki shimasen" + }, + "僻しない": { + "w_type": "conjugated suru verb", + "romaji": "heki shinai" + }, + "僻します": { + "w_type": "conjugated suru verb", + "romaji": "heki shimasu" + }, + "僻しまして": { + "w_type": "conjugated suru verb", + "romaji": "heki shimashite" + }, + "僻しないで": { + "w_type": "conjugated suru verb", + "romaji": "heki shinaide" + }, + "僻しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "heki shinasaruna" + }, + "僻しました": { + "w_type": "conjugated suru verb", + "romaji": "heki shimashita" + }, + "僻した": { + "w_type": "conjugated suru verb", + "romaji": "heki shita" + }, + "僻しましょう": { + "w_type": "conjugated suru verb", + "romaji": "heki shimashou" + }, + "僻しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "heki shimasen deshita" + }, + "掠して": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shite" + }, + "掠しよう": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shiyou" + }, + "掠しい": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shii" + }, + "掠しろ": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shiro" + }, + "掠しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasende" + }, + "掠しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinakatta" + }, + "掠しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinasai" + }, + "掠しません": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasen" + }, + "掠しない": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinai" + }, + "掠します": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasu" + }, + "掠しまして": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimashite" + }, + "掠しないで": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinaide" + }, + "掠しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinasaruna" + }, + "掠しました": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimashita" + }, + "掠した": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shita" + }, + "掠しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimashou" + }, + "掠しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasen deshita" + }, + "諷して": { + "w_type": "conjugated suru verb", + "romaji": "fuu shite" + }, + "諷しよう": { + "w_type": "conjugated suru verb", + "romaji": "fuu shiyou" + }, + "諷しい": { + "w_type": "conjugated suru verb", + "romaji": "fuu shii" + }, + "諷しろ": { + "w_type": "conjugated suru verb", + "romaji": "fuu shiro" + }, + "諷しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimasende" + }, + "諷しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fuu shinakatta" + }, + "諷しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fuu shinasai" + }, + "諷しません": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimasen" + }, + "諷しない": { + "w_type": "conjugated suru verb", + "romaji": "fuu shinai" + }, + "諷します": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimasu" + }, + "諷しまして": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimashite" + }, + "諷しないで": { + "w_type": "conjugated suru verb", + "romaji": "fuu shinaide" + }, + "諷しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fuu shinasaruna" + }, + "諷しました": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimashita" + }, + "諷した": { + "w_type": "conjugated suru verb", + "romaji": "fuu shita" + }, + "諷しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimashou" + }, + "諷しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fuu shimasen deshita" + }, + "罪して": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shite" + }, + "罪しよう": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shiyou" + }, + "罪しい": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shii" + }, + "罪しろ": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shiro" + }, + "罪しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimasende" + }, + "罪しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shinakatta" + }, + "罪しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shinasai" + }, + "罪しません": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimasen" + }, + "罪しない": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shinai" + }, + "罪します": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimasu" + }, + "罪しまして": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimashite" + }, + "罪しないで": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shinaide" + }, + "罪しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shinasaruna" + }, + "罪しました": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimashita" + }, + "罪した": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shita" + }, + "罪しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimashou" + }, + "罪しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tsumi shimasen deshita" + }, + "服して": { + "w_type": "conjugated suru verb", + "romaji": "fuku shite" + }, + "服しよう": { + "w_type": "conjugated suru verb", + "romaji": "fuku shiyou" + }, + "服しい": { + "w_type": "conjugated suru verb", + "romaji": "fuku shii" + }, + "服しろ": { + "w_type": "conjugated suru verb", + "romaji": "fuku shiro" + }, + "服しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasende" + }, + "服しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinakatta" + }, + "服しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinasai" + }, + "服しません": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasen" + }, + "服しない": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinai" + }, + "服します": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasu" + }, + "服しまして": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashite" + }, + "服しないで": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinaide" + }, + "服しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinasaruna" + }, + "服しました": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashita" + }, + "服した": { + "w_type": "conjugated suru verb", + "romaji": "fuku shita" + }, + "服しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashou" + }, + "服しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasen deshita" + }, + "博して": { + "w_type": "conjugated suru verb", + "romaji": "haku shite" + }, + "博しよう": { + "w_type": "conjugated suru verb", + "romaji": "haku shiyou" + }, + "博しい": { + "w_type": "conjugated suru verb", + "romaji": "haku shii" + }, + "博しろ": { + "w_type": "conjugated suru verb", + "romaji": "haku shiro" + }, + "博しませんで": { + "w_type": "conjugated suru verb", + "romaji": "haku shimasende" + }, + "博しなかった": { + "w_type": "conjugated suru verb", + "romaji": "haku shinakatta" + }, + "博しなさい": { + "w_type": "conjugated suru verb", + "romaji": "haku shinasai" + }, + "博しません": { + "w_type": "conjugated suru verb", + "romaji": "haku shimasen" + }, + "博しない": { + "w_type": "conjugated suru verb", + "romaji": "haku shinai" + }, + "博します": { + "w_type": "conjugated suru verb", + "romaji": "haku shimasu" + }, + "博しまして": { + "w_type": "conjugated suru verb", + "romaji": "haku shimashite" + }, + "博しないで": { + "w_type": "conjugated suru verb", + "romaji": "haku shinaide" + }, + "博しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "haku shinasaruna" + }, + "博しました": { + "w_type": "conjugated suru verb", + "romaji": "haku shimashita" + }, + "博した": { + "w_type": "conjugated suru verb", + "romaji": "haku shita" + }, + "博しましょう": { + "w_type": "conjugated suru verb", + "romaji": "haku shimashou" + }, + "博しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "haku shimasen deshita" + }, + "略して": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shite" + }, + "略しよう": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shiyou" + }, + "略しい": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shii" + }, + "略しろ": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shiro" + }, + "略しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasende" + }, + "略しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinakatta" + }, + "略しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinasai" + }, + "略しません": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasen" + }, + "略しない": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinai" + }, + "略します": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasu" + }, + "略しまして": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimashite" + }, + "略しないで": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinaide" + }, + "略しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shinasaruna" + }, + "略しました": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimashita" + }, + "略した": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shita" + }, + "略しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimashou" + }, + "略しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ryaku shimasen deshita" + }, + "制して": { + "w_type": "conjugated suru verb", + "romaji": "sei shite" + }, + "制しよう": { + "w_type": "conjugated suru verb", + "romaji": "sei shiyou" + }, + "制しい": { + "w_type": "conjugated suru verb", + "romaji": "sei shii" + }, + "制しろ": { + "w_type": "conjugated suru verb", + "romaji": "sei shiro" + }, + "制しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasende" + }, + "制しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sei shinakatta" + }, + "制しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sei shinasai" + }, + "制しません": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasen" + }, + "制しない": { + "w_type": "conjugated suru verb", + "romaji": "sei shinai" + }, + "制します": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasu" + }, + "制しまして": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashite" + }, + "制しないで": { + "w_type": "conjugated suru verb", + "romaji": "sei shinaide" + }, + "制しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sei shinasaruna" + }, + "制しました": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashita" + }, + "制した": { + "w_type": "conjugated suru verb", + "romaji": "sei shita" + }, + "制しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sei shimashou" + }, + "制しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sei shimasen deshita" + }, + "検して": { + "w_type": "conjugated suru verb", + "romaji": "ken shite" + }, + "検しよう": { + "w_type": "conjugated suru verb", + "romaji": "ken shiyou" + }, + "検しい": { + "w_type": "conjugated suru verb", + "romaji": "ken shii" + }, + "検しろ": { + "w_type": "conjugated suru verb", + "romaji": "ken shiro" + }, + "検しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasende" + }, + "検しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ken shinakatta" + }, + "検しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ken shinasai" + }, + "検しません": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasen" + }, + "検しない": { + "w_type": "conjugated suru verb", + "romaji": "ken shinai" + }, + "検します": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasu" + }, + "検しまして": { + "w_type": "conjugated suru verb", + "romaji": "ken shimashite" + }, + "検しないで": { + "w_type": "conjugated suru verb", + "romaji": "ken shinaide" + }, + "検しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ken shinasaruna" + }, + "検しました": { + "w_type": "conjugated suru verb", + "romaji": "ken shimashita" + }, + "検した": { + "w_type": "conjugated suru verb", + "romaji": "ken shita" + }, + "検しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ken shimashou" + }, + "検しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ken shimasen deshita" + }, + "領して": { + "w_type": "conjugated suru verb", + "romaji": "ryou shite" + }, + "領しよう": { + "w_type": "conjugated suru verb", + "romaji": "ryou shiyou" + }, + "領しい": { + "w_type": "conjugated suru verb", + "romaji": "ryou shii" + }, + "領しろ": { + "w_type": "conjugated suru verb", + "romaji": "ryou shiro" + }, + "領しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasende" + }, + "領しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinakatta" + }, + "領しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinasai" + }, + "領しません": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasen" + }, + "領しない": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinai" + }, + "領します": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasu" + }, + "領しまして": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashite" + }, + "領しないで": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinaide" + }, + "領しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinasaruna" + }, + "領しました": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashita" + }, + "領した": { + "w_type": "conjugated suru verb", + "romaji": "ryou shita" + }, + "領しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashou" + }, + "領しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasen deshita" + }, + "復して": { + "w_type": "conjugated suru verb", + "romaji": "fuku shite" + }, + "復しよう": { + "w_type": "conjugated suru verb", + "romaji": "fuku shiyou" + }, + "復しい": { + "w_type": "conjugated suru verb", + "romaji": "fuku shii" + }, + "復しろ": { + "w_type": "conjugated suru verb", + "romaji": "fuku shiro" + }, + "復しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasende" + }, + "復しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinakatta" + }, + "復しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinasai" + }, + "復しません": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasen" + }, + "復しない": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinai" + }, + "復します": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasu" + }, + "復しまして": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashite" + }, + "復しないで": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinaide" + }, + "復しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinasaruna" + }, + "復しました": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashita" + }, + "復した": { + "w_type": "conjugated suru verb", + "romaji": "fuku shita" + }, + "復しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashou" + }, + "復しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasen deshita" + }, + "作して": { + "w_type": "conjugated suru verb", + "romaji": "saku shite" + }, + "作しよう": { + "w_type": "conjugated suru verb", + "romaji": "saku shiyou" + }, + "作しい": { + "w_type": "conjugated suru verb", + "romaji": "saku shii" + }, + "作しろ": { + "w_type": "conjugated suru verb", + "romaji": "saku shiro" + }, + "作しませんで": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasende" + }, + "作しなかった": { + "w_type": "conjugated suru verb", + "romaji": "saku shinakatta" + }, + "作しなさい": { + "w_type": "conjugated suru verb", + "romaji": "saku shinasai" + }, + "作しません": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasen" + }, + "作しない": { + "w_type": "conjugated suru verb", + "romaji": "saku shinai" + }, + "作します": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasu" + }, + "作しまして": { + "w_type": "conjugated suru verb", + "romaji": "saku shimashite" + }, + "作しないで": { + "w_type": "conjugated suru verb", + "romaji": "saku shinaide" + }, + "作しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "saku shinasaruna" + }, + "作しました": { + "w_type": "conjugated suru verb", + "romaji": "saku shimashita" + }, + "作した": { + "w_type": "conjugated suru verb", + "romaji": "saku shita" + }, + "作しましょう": { + "w_type": "conjugated suru verb", + "romaji": "saku shimashou" + }, + "作しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "saku shimasen deshita" + }, + "徹して": { + "w_type": "conjugated suru verb", + "romaji": "te shite" + }, + "徹しよう": { + "w_type": "conjugated suru verb", + "romaji": "te shiyou" + }, + "徹しい": { + "w_type": "conjugated suru verb", + "romaji": "te shii" + }, + "徹しろ": { + "w_type": "conjugated suru verb", + "romaji": "te shiro" + }, + "徹しませんで": { + "w_type": "conjugated suru verb", + "romaji": "te shimasende" + }, + "徹しなかった": { + "w_type": "conjugated suru verb", + "romaji": "te shinakatta" + }, + "徹しなさい": { + "w_type": "conjugated suru verb", + "romaji": "te shinasai" + }, + "徹しません": { + "w_type": "conjugated suru verb", + "romaji": "te shimasen" + }, + "徹しない": { + "w_type": "conjugated suru verb", + "romaji": "te shinai" + }, + "徹します": { + "w_type": "conjugated suru verb", + "romaji": "te shimasu" + }, + "徹しまして": { + "w_type": "conjugated suru verb", + "romaji": "te shimashite" + }, + "徹しないで": { + "w_type": "conjugated suru verb", + "romaji": "te shinaide" + }, + "徹しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "te shinasaruna" + }, + "徹しました": { + "w_type": "conjugated suru verb", + "romaji": "te shimashita" + }, + "徹した": { + "w_type": "conjugated suru verb", + "romaji": "te shita" + }, + "徹しましょう": { + "w_type": "conjugated suru verb", + "romaji": "te shimashou" + }, + "徹しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "te shimasen deshita" + }, + "歿して": { + "w_type": "conjugated suru verb", + "romaji": "bo shite" + }, + "歿しよう": { + "w_type": "conjugated suru verb", + "romaji": "bo shiyou" + }, + "歿しい": { + "w_type": "conjugated suru verb", + "romaji": "bo shii" + }, + "歿しろ": { + "w_type": "conjugated suru verb", + "romaji": "bo shiro" + }, + "歿しませんで": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasende" + }, + "歿しなかった": { + "w_type": "conjugated suru verb", + "romaji": "bo shinakatta" + }, + "歿しなさい": { + "w_type": "conjugated suru verb", + "romaji": "bo shinasai" + }, + "歿しません": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasen" + }, + "歿しない": { + "w_type": "conjugated suru verb", + "romaji": "bo shinai" + }, + "歿します": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasu" + }, + "歿しまして": { + "w_type": "conjugated suru verb", + "romaji": "bo shimashite" + }, + "歿しないで": { + "w_type": "conjugated suru verb", + "romaji": "bo shinaide" + }, + "歿しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "bo shinasaruna" + }, + "歿しました": { + "w_type": "conjugated suru verb", + "romaji": "bo shimashita" + }, + "歿した": { + "w_type": "conjugated suru verb", + "romaji": "bo shita" + }, + "歿しましょう": { + "w_type": "conjugated suru verb", + "romaji": "bo shimashou" + }, + "歿しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "bo shimasen deshita" + }, + "与して": { + "w_type": "conjugated suru verb", + "romaji": "kumi shite" + }, + "与しよう": { + "w_type": "conjugated suru verb", + "romaji": "kumi shiyou" + }, + "与しい": { + "w_type": "conjugated suru verb", + "romaji": "kumi shii" + }, + "与しろ": { + "w_type": "conjugated suru verb", + "romaji": "kumi shiro" + }, + "与しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimasende" + }, + "与しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kumi shinakatta" + }, + "与しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kumi shinasai" + }, + "与しません": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimasen" + }, + "与しない": { + "w_type": "conjugated suru verb", + "romaji": "kumi shinai" + }, + "与します": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimasu" + }, + "与しまして": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimashite" + }, + "与しないで": { + "w_type": "conjugated suru verb", + "romaji": "kumi shinaide" + }, + "与しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kumi shinasaruna" + }, + "与しました": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimashita" + }, + "与した": { + "w_type": "conjugated suru verb", + "romaji": "kumi shita" + }, + "与しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimashou" + }, + "与しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kumi shimasen deshita" + }, + "証して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "証しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "証しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "証しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "証しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "証しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "証しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "証しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "証しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "証します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "証しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "証しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "証しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "証しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "証した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "証しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "証しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "利して": { + "w_type": "conjugated suru verb", + "romaji": "ri shite" + }, + "利しよう": { + "w_type": "conjugated suru verb", + "romaji": "ri shiyou" + }, + "利しい": { + "w_type": "conjugated suru verb", + "romaji": "ri shii" + }, + "利しろ": { + "w_type": "conjugated suru verb", + "romaji": "ri shiro" + }, + "利しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasende" + }, + "利しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ri shinakatta" + }, + "利しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ri shinasai" + }, + "利しません": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasen" + }, + "利しない": { + "w_type": "conjugated suru verb", + "romaji": "ri shinai" + }, + "利します": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasu" + }, + "利しまして": { + "w_type": "conjugated suru verb", + "romaji": "ri shimashite" + }, + "利しないで": { + "w_type": "conjugated suru verb", + "romaji": "ri shinaide" + }, + "利しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ri shinasaruna" + }, + "利しました": { + "w_type": "conjugated suru verb", + "romaji": "ri shimashita" + }, + "利した": { + "w_type": "conjugated suru verb", + "romaji": "ri shita" + }, + "利しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ri shimashou" + }, + "利しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasen deshita" + }, + "愛して": { + "w_type": "conjugated suru verb", + "romaji": "ai shite" + }, + "愛しよう": { + "w_type": "conjugated suru verb", + "romaji": "ai shiyou" + }, + "愛しい": { + "w_type": "conjugated suru verb", + "romaji": "ai shii" + }, + "愛しろ": { + "w_type": "conjugated suru verb", + "romaji": "ai shiro" + }, + "愛しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ai shimasende" + }, + "愛しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ai shinakatta" + }, + "愛しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ai shinasai" + }, + "愛しません": { + "w_type": "conjugated suru verb", + "romaji": "ai shimasen" + }, + "愛しない": { + "w_type": "conjugated suru verb", + "romaji": "ai shinai" + }, + "愛します": { + "w_type": "conjugated suru verb", + "romaji": "ai shimasu" + }, + "愛しまして": { + "w_type": "conjugated suru verb", + "romaji": "ai shimashite" + }, + "愛しないで": { + "w_type": "conjugated suru verb", + "romaji": "ai shinaide" + }, + "愛しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ai shinasaruna" + }, + "愛しました": { + "w_type": "conjugated suru verb", + "romaji": "ai shimashita" + }, + "愛した": { + "w_type": "conjugated suru verb", + "romaji": "ai shita" + }, + "愛しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ai shimashou" + }, + "愛しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ai shimasen deshita" + }, + "帰して": { + "w_type": "conjugated suru verb", + "romaji": "ki shite" + }, + "帰しよう": { + "w_type": "conjugated suru verb", + "romaji": "ki shiyou" + }, + "帰しい": { + "w_type": "conjugated suru verb", + "romaji": "ki shii" + }, + "帰しろ": { + "w_type": "conjugated suru verb", + "romaji": "ki shiro" + }, + "帰しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasende" + }, + "帰しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ki shinakatta" + }, + "帰しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasai" + }, + "帰しません": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen" + }, + "帰しない": { + "w_type": "conjugated suru verb", + "romaji": "ki shinai" + }, + "帰します": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasu" + }, + "帰しまして": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashite" + }, + "帰しないで": { + "w_type": "conjugated suru verb", + "romaji": "ki shinaide" + }, + "帰しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasaruna" + }, + "帰しました": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashita" + }, + "帰した": { + "w_type": "conjugated suru verb", + "romaji": "ki shita" + }, + "帰しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashou" + }, + "帰しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen deshita" + }, + "伏して": { + "w_type": "conjugated suru verb", + "romaji": "fuku shite" + }, + "伏しよう": { + "w_type": "conjugated suru verb", + "romaji": "fuku shiyou" + }, + "伏しい": { + "w_type": "conjugated suru verb", + "romaji": "fuku shii" + }, + "伏しろ": { + "w_type": "conjugated suru verb", + "romaji": "fuku shiro" + }, + "伏しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasende" + }, + "伏しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinakatta" + }, + "伏しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinasai" + }, + "伏しません": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasen" + }, + "伏しない": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinai" + }, + "伏します": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasu" + }, + "伏しまして": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashite" + }, + "伏しないで": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinaide" + }, + "伏しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fuku shinasaruna" + }, + "伏しました": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashita" + }, + "伏した": { + "w_type": "conjugated suru verb", + "romaji": "fuku shita" + }, + "伏しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimashou" + }, + "伏しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fuku shimasen deshita" + }, + "鼓して": { + "w_type": "conjugated suru verb", + "romaji": "ko shite" + }, + "鼓しよう": { + "w_type": "conjugated suru verb", + "romaji": "ko shiyou" + }, + "鼓しい": { + "w_type": "conjugated suru verb", + "romaji": "ko shii" + }, + "鼓しろ": { + "w_type": "conjugated suru verb", + "romaji": "ko shiro" + }, + "鼓しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ko shimasende" + }, + "鼓しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ko shinakatta" + }, + "鼓しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ko shinasai" + }, + "鼓しません": { + "w_type": "conjugated suru verb", + "romaji": "ko shimasen" + }, + "鼓しない": { + "w_type": "conjugated suru verb", + "romaji": "ko shinai" + }, + "鼓します": { + "w_type": "conjugated suru verb", + "romaji": "ko shimasu" + }, + "鼓しまして": { + "w_type": "conjugated suru verb", + "romaji": "ko shimashite" + }, + "鼓しないで": { + "w_type": "conjugated suru verb", + "romaji": "ko shinaide" + }, + "鼓しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ko shinasaruna" + }, + "鼓しました": { + "w_type": "conjugated suru verb", + "romaji": "ko shimashita" + }, + "鼓した": { + "w_type": "conjugated suru verb", + "romaji": "ko shita" + }, + "鼓しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ko shimashou" + }, + "鼓しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ko shimasen deshita" + }, + "宣して": { + "w_type": "conjugated suru verb", + "romaji": "sen shite" + }, + "宣しよう": { + "w_type": "conjugated suru verb", + "romaji": "sen shiyou" + }, + "宣しい": { + "w_type": "conjugated suru verb", + "romaji": "sen shii" + }, + "宣しろ": { + "w_type": "conjugated suru verb", + "romaji": "sen shiro" + }, + "宣しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasende" + }, + "宣しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sen shinakatta" + }, + "宣しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasai" + }, + "宣しません": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen" + }, + "宣しない": { + "w_type": "conjugated suru verb", + "romaji": "sen shinai" + }, + "宣します": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasu" + }, + "宣しまして": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashite" + }, + "宣しないで": { + "w_type": "conjugated suru verb", + "romaji": "sen shinaide" + }, + "宣しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasaruna" + }, + "宣しました": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashita" + }, + "宣した": { + "w_type": "conjugated suru verb", + "romaji": "sen shita" + }, + "宣しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashou" + }, + "宣しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen deshita" + }, + "律して": { + "w_type": "conjugated suru verb", + "romaji": "ri shite" + }, + "律しよう": { + "w_type": "conjugated suru verb", + "romaji": "ri shiyou" + }, + "律しい": { + "w_type": "conjugated suru verb", + "romaji": "ri shii" + }, + "律しろ": { + "w_type": "conjugated suru verb", + "romaji": "ri shiro" + }, + "律しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasende" + }, + "律しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ri shinakatta" + }, + "律しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ri shinasai" + }, + "律しません": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasen" + }, + "律しない": { + "w_type": "conjugated suru verb", + "romaji": "ri shinai" + }, + "律します": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasu" + }, + "律しまして": { + "w_type": "conjugated suru verb", + "romaji": "ri shimashite" + }, + "律しないで": { + "w_type": "conjugated suru verb", + "romaji": "ri shinaide" + }, + "律しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ri shinasaruna" + }, + "律しました": { + "w_type": "conjugated suru verb", + "romaji": "ri shimashita" + }, + "律した": { + "w_type": "conjugated suru verb", + "romaji": "ri shita" + }, + "律しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ri shimashou" + }, + "律しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ri shimasen deshita" + }, + "扮して": { + "w_type": "conjugated suru verb", + "romaji": "fun shite" + }, + "扮しよう": { + "w_type": "conjugated suru verb", + "romaji": "fun shiyou" + }, + "扮しい": { + "w_type": "conjugated suru verb", + "romaji": "fun shii" + }, + "扮しろ": { + "w_type": "conjugated suru verb", + "romaji": "fun shiro" + }, + "扮しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fun shimasende" + }, + "扮しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fun shinakatta" + }, + "扮しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fun shinasai" + }, + "扮しません": { + "w_type": "conjugated suru verb", + "romaji": "fun shimasen" + }, + "扮しない": { + "w_type": "conjugated suru verb", + "romaji": "fun shinai" + }, + "扮します": { + "w_type": "conjugated suru verb", + "romaji": "fun shimasu" + }, + "扮しまして": { + "w_type": "conjugated suru verb", + "romaji": "fun shimashite" + }, + "扮しないで": { + "w_type": "conjugated suru verb", + "romaji": "fun shinaide" + }, + "扮しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fun shinasaruna" + }, + "扮しました": { + "w_type": "conjugated suru verb", + "romaji": "fun shimashita" + }, + "扮した": { + "w_type": "conjugated suru verb", + "romaji": "fun shita" + }, + "扮しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fun shimashou" + }, + "扮しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fun shimasen deshita" + }, + "草して": { + "w_type": "conjugated suru verb", + "romaji": "sou shite" + }, + "草しよう": { + "w_type": "conjugated suru verb", + "romaji": "sou shiyou" + }, + "草しい": { + "w_type": "conjugated suru verb", + "romaji": "sou shii" + }, + "草しろ": { + "w_type": "conjugated suru verb", + "romaji": "sou shiro" + }, + "草しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasende" + }, + "草しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sou shinakatta" + }, + "草しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sou shinasai" + }, + "草しません": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasen" + }, + "草しない": { + "w_type": "conjugated suru verb", + "romaji": "sou shinai" + }, + "草します": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasu" + }, + "草しまして": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashite" + }, + "草しないで": { + "w_type": "conjugated suru verb", + "romaji": "sou shinaide" + }, + "草しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sou shinasaruna" + }, + "草しました": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashita" + }, + "草した": { + "w_type": "conjugated suru verb", + "romaji": "sou shita" + }, + "草しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sou shimashou" + }, + "草しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sou shimasen deshita" + }, + "題して": { + "w_type": "conjugated suru verb", + "romaji": "dai shite" + }, + "題しよう": { + "w_type": "conjugated suru verb", + "romaji": "dai shiyou" + }, + "題しい": { + "w_type": "conjugated suru verb", + "romaji": "dai shii" + }, + "題しろ": { + "w_type": "conjugated suru verb", + "romaji": "dai shiro" + }, + "題しませんで": { + "w_type": "conjugated suru verb", + "romaji": "dai shimasende" + }, + "題しなかった": { + "w_type": "conjugated suru verb", + "romaji": "dai shinakatta" + }, + "題しなさい": { + "w_type": "conjugated suru verb", + "romaji": "dai shinasai" + }, + "題しません": { + "w_type": "conjugated suru verb", + "romaji": "dai shimasen" + }, + "題しない": { + "w_type": "conjugated suru verb", + "romaji": "dai shinai" + }, + "題します": { + "w_type": "conjugated suru verb", + "romaji": "dai shimasu" + }, + "題しまして": { + "w_type": "conjugated suru verb", + "romaji": "dai shimashite" + }, + "題しないで": { + "w_type": "conjugated suru verb", + "romaji": "dai shinaide" + }, + "題しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "dai shinasaruna" + }, + "題しました": { + "w_type": "conjugated suru verb", + "romaji": "dai shimashita" + }, + "題した": { + "w_type": "conjugated suru verb", + "romaji": "dai shita" + }, + "題しましょう": { + "w_type": "conjugated suru verb", + "romaji": "dai shimashou" + }, + "題しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "dai shimasen deshita" + }, + "脱して": { + "w_type": "conjugated suru verb", + "romaji": "da shite" + }, + "脱しよう": { + "w_type": "conjugated suru verb", + "romaji": "da shiyou" + }, + "脱しい": { + "w_type": "conjugated suru verb", + "romaji": "da shii" + }, + "脱しろ": { + "w_type": "conjugated suru verb", + "romaji": "da shiro" + }, + "脱しませんで": { + "w_type": "conjugated suru verb", + "romaji": "da shimasende" + }, + "脱しなかった": { + "w_type": "conjugated suru verb", + "romaji": "da shinakatta" + }, + "脱しなさい": { + "w_type": "conjugated suru verb", + "romaji": "da shinasai" + }, + "脱しません": { + "w_type": "conjugated suru verb", + "romaji": "da shimasen" + }, + "脱しない": { + "w_type": "conjugated suru verb", + "romaji": "da shinai" + }, + "脱します": { + "w_type": "conjugated suru verb", + "romaji": "da shimasu" + }, + "脱しまして": { + "w_type": "conjugated suru verb", + "romaji": "da shimashite" + }, + "脱しないで": { + "w_type": "conjugated suru verb", + "romaji": "da shinaide" + }, + "脱しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "da shinasaruna" + }, + "脱しました": { + "w_type": "conjugated suru verb", + "romaji": "da shimashita" + }, + "脱した": { + "w_type": "conjugated suru verb", + "romaji": "da shita" + }, + "脱しましょう": { + "w_type": "conjugated suru verb", + "romaji": "da shimashou" + }, + "脱しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "da shimasen deshita" + }, + "役して": { + "w_type": "conjugated suru verb", + "romaji": "eki shite" + }, + "役しよう": { + "w_type": "conjugated suru verb", + "romaji": "eki shiyou" + }, + "役しい": { + "w_type": "conjugated suru verb", + "romaji": "eki shii" + }, + "役しろ": { + "w_type": "conjugated suru verb", + "romaji": "eki shiro" + }, + "役しませんで": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasende" + }, + "役しなかった": { + "w_type": "conjugated suru verb", + "romaji": "eki shinakatta" + }, + "役しなさい": { + "w_type": "conjugated suru verb", + "romaji": "eki shinasai" + }, + "役しません": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasen" + }, + "役しない": { + "w_type": "conjugated suru verb", + "romaji": "eki shinai" + }, + "役します": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasu" + }, + "役しまして": { + "w_type": "conjugated suru verb", + "romaji": "eki shimashite" + }, + "役しないで": { + "w_type": "conjugated suru verb", + "romaji": "eki shinaide" + }, + "役しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "eki shinasaruna" + }, + "役しました": { + "w_type": "conjugated suru verb", + "romaji": "eki shimashita" + }, + "役した": { + "w_type": "conjugated suru verb", + "romaji": "eki shita" + }, + "役しましょう": { + "w_type": "conjugated suru verb", + "romaji": "eki shimashou" + }, + "役しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "eki shimasen deshita" + }, + "当然視して": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shite" + }, + "当然視しよう": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shiyou" + }, + "当然視しい": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shii" + }, + "当然視しろ": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shiro" + }, + "当然視しませんで": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimasende" + }, + "当然視しなかった": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shinakatta" + }, + "当然視しなさい": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shinasai" + }, + "当然視しません": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimasen" + }, + "当然視しない": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shinai" + }, + "当然視します": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimasu" + }, + "当然視しまして": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimashite" + }, + "当然視しないで": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shinaide" + }, + "当然視しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shinasaruna" + }, + "当然視しました": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimashita" + }, + "当然視した": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shita" + }, + "当然視しましょう": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimashou" + }, + "当然視しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "touzenshi shimasen deshita" + }, + "産して": { + "w_type": "conjugated suru verb", + "romaji": "san shite" + }, + "産しよう": { + "w_type": "conjugated suru verb", + "romaji": "san shiyou" + }, + "産しい": { + "w_type": "conjugated suru verb", + "romaji": "san shii" + }, + "産しろ": { + "w_type": "conjugated suru verb", + "romaji": "san shiro" + }, + "産しませんで": { + "w_type": "conjugated suru verb", + "romaji": "san shimasende" + }, + "産しなかった": { + "w_type": "conjugated suru verb", + "romaji": "san shinakatta" + }, + "産しなさい": { + "w_type": "conjugated suru verb", + "romaji": "san shinasai" + }, + "産しません": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen" + }, + "産しない": { + "w_type": "conjugated suru verb", + "romaji": "san shinai" + }, + "産します": { + "w_type": "conjugated suru verb", + "romaji": "san shimasu" + }, + "産しまして": { + "w_type": "conjugated suru verb", + "romaji": "san shimashite" + }, + "産しないで": { + "w_type": "conjugated suru verb", + "romaji": "san shinaide" + }, + "産しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "san shinasaruna" + }, + "産しました": { + "w_type": "conjugated suru verb", + "romaji": "san shimashita" + }, + "産した": { + "w_type": "conjugated suru verb", + "romaji": "san shita" + }, + "産しましょう": { + "w_type": "conjugated suru verb", + "romaji": "san shimashou" + }, + "産しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "san shimasen deshita" + }, + "卒して": { + "w_type": "conjugated suru verb", + "romaji": "so shite" + }, + "卒しよう": { + "w_type": "conjugated suru verb", + "romaji": "so shiyou" + }, + "卒しい": { + "w_type": "conjugated suru verb", + "romaji": "so shii" + }, + "卒しろ": { + "w_type": "conjugated suru verb", + "romaji": "so shiro" + }, + "卒しませんで": { + "w_type": "conjugated suru verb", + "romaji": "so shimasende" + }, + "卒しなかった": { + "w_type": "conjugated suru verb", + "romaji": "so shinakatta" + }, + "卒しなさい": { + "w_type": "conjugated suru verb", + "romaji": "so shinasai" + }, + "卒しません": { + "w_type": "conjugated suru verb", + "romaji": "so shimasen" + }, + "卒しない": { + "w_type": "conjugated suru verb", + "romaji": "so shinai" + }, + "卒します": { + "w_type": "conjugated suru verb", + "romaji": "so shimasu" + }, + "卒しまして": { + "w_type": "conjugated suru verb", + "romaji": "so shimashite" + }, + "卒しないで": { + "w_type": "conjugated suru verb", + "romaji": "so shinaide" + }, + "卒しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "so shinasaruna" + }, + "卒しました": { + "w_type": "conjugated suru verb", + "romaji": "so shimashita" + }, + "卒した": { + "w_type": "conjugated suru verb", + "romaji": "so shita" + }, + "卒しましょう": { + "w_type": "conjugated suru verb", + "romaji": "so shimashou" + }, + "卒しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "so shimasen deshita" + }, + "敬して": { + "w_type": "conjugated suru verb", + "romaji": "kei shite" + }, + "敬しよう": { + "w_type": "conjugated suru verb", + "romaji": "kei shiyou" + }, + "敬しい": { + "w_type": "conjugated suru verb", + "romaji": "kei shii" + }, + "敬しろ": { + "w_type": "conjugated suru verb", + "romaji": "kei shiro" + }, + "敬しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kei shimasende" + }, + "敬しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kei shinakatta" + }, + "敬しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kei shinasai" + }, + "敬しません": { + "w_type": "conjugated suru verb", + "romaji": "kei shimasen" + }, + "敬しない": { + "w_type": "conjugated suru verb", + "romaji": "kei shinai" + }, + "敬します": { + "w_type": "conjugated suru verb", + "romaji": "kei shimasu" + }, + "敬しまして": { + "w_type": "conjugated suru verb", + "romaji": "kei shimashite" + }, + "敬しないで": { + "w_type": "conjugated suru verb", + "romaji": "kei shinaide" + }, + "敬しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kei shinasaruna" + }, + "敬しました": { + "w_type": "conjugated suru verb", + "romaji": "kei shimashita" + }, + "敬した": { + "w_type": "conjugated suru verb", + "romaji": "kei shita" + }, + "敬しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kei shimashou" + }, + "敬しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kei shimasen deshita" + }, + "資して": { + "w_type": "conjugated suru verb", + "romaji": "shi shite" + }, + "資しよう": { + "w_type": "conjugated suru verb", + "romaji": "shi shiyou" + }, + "資しい": { + "w_type": "conjugated suru verb", + "romaji": "shi shii" + }, + "資しろ": { + "w_type": "conjugated suru verb", + "romaji": "shi shiro" + }, + "資しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasende" + }, + "資しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shi shinakatta" + }, + "資しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shi shinasai" + }, + "資しません": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasen" + }, + "資しない": { + "w_type": "conjugated suru verb", + "romaji": "shi shinai" + }, + "資します": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasu" + }, + "資しまして": { + "w_type": "conjugated suru verb", + "romaji": "shi shimashite" + }, + "資しないで": { + "w_type": "conjugated suru verb", + "romaji": "shi shinaide" + }, + "資しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shi shinasaruna" + }, + "資しました": { + "w_type": "conjugated suru verb", + "romaji": "shi shimashita" + }, + "資した": { + "w_type": "conjugated suru verb", + "romaji": "shi shita" + }, + "資しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shi shimashou" + }, + "資しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shi shimasen deshita" + }, + "称して": { + "w_type": "conjugated suru verb", + "romaji": "shou shite" + }, + "称しよう": { + "w_type": "conjugated suru verb", + "romaji": "shou shiyou" + }, + "称しい": { + "w_type": "conjugated suru verb", + "romaji": "shou shii" + }, + "称しろ": { + "w_type": "conjugated suru verb", + "romaji": "shou shiro" + }, + "称しませんで": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasende" + }, + "称しなかった": { + "w_type": "conjugated suru verb", + "romaji": "shou shinakatta" + }, + "称しなさい": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasai" + }, + "称しません": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen" + }, + "称しない": { + "w_type": "conjugated suru verb", + "romaji": "shou shinai" + }, + "称します": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasu" + }, + "称しまして": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashite" + }, + "称しないで": { + "w_type": "conjugated suru verb", + "romaji": "shou shinaide" + }, + "称しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "shou shinasaruna" + }, + "称しました": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashita" + }, + "称した": { + "w_type": "conjugated suru verb", + "romaji": "shou shita" + }, + "称しましょう": { + "w_type": "conjugated suru verb", + "romaji": "shou shimashou" + }, + "称しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "shou shimasen deshita" + }, + "心して": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shite" + }, + "心しよう": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shiyou" + }, + "心しい": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shii" + }, + "心しろ": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shiro" + }, + "心しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimasende" + }, + "心しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shinakatta" + }, + "心しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shinasai" + }, + "心しません": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimasen" + }, + "心しない": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shinai" + }, + "心します": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimasu" + }, + "心しまして": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimashite" + }, + "心しないで": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shinaide" + }, + "心しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shinasaruna" + }, + "心しました": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimashita" + }, + "心した": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shita" + }, + "心しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimashou" + }, + "心しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kokoro shimasen deshita" + }, + "労して": { + "w_type": "conjugated suru verb", + "romaji": "rou shite" + }, + "労しよう": { + "w_type": "conjugated suru verb", + "romaji": "rou shiyou" + }, + "労しい": { + "w_type": "conjugated suru verb", + "romaji": "rou shii" + }, + "労しろ": { + "w_type": "conjugated suru verb", + "romaji": "rou shiro" + }, + "労しませんで": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasende" + }, + "労しなかった": { + "w_type": "conjugated suru verb", + "romaji": "rou shinakatta" + }, + "労しなさい": { + "w_type": "conjugated suru verb", + "romaji": "rou shinasai" + }, + "労しません": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasen" + }, + "労しない": { + "w_type": "conjugated suru verb", + "romaji": "rou shinai" + }, + "労します": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasu" + }, + "労しまして": { + "w_type": "conjugated suru verb", + "romaji": "rou shimashite" + }, + "労しないで": { + "w_type": "conjugated suru verb", + "romaji": "rou shinaide" + }, + "労しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "rou shinasaruna" + }, + "労しました": { + "w_type": "conjugated suru verb", + "romaji": "rou shimashita" + }, + "労した": { + "w_type": "conjugated suru verb", + "romaji": "rou shita" + }, + "労しましょう": { + "w_type": "conjugated suru verb", + "romaji": "rou shimashou" + }, + "労しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "rou shimasen deshita" + }, + "屯して": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shite" + }, + "屯しよう": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shiyou" + }, + "屯しい": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shii" + }, + "屯しろ": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shiro" + }, + "屯しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimasende" + }, + "屯しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shinakatta" + }, + "屯しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shinasai" + }, + "屯しません": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimasen" + }, + "屯しない": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shinai" + }, + "屯します": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimasu" + }, + "屯しまして": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimashite" + }, + "屯しないで": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shinaide" + }, + "屯しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shinasaruna" + }, + "屯しました": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimashita" + }, + "屯した": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shita" + }, + "屯しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimashou" + }, + "屯しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tamuro shimasen deshita" + }, + "接して": { + "w_type": "conjugated suru verb", + "romaji": "se shite" + }, + "接しよう": { + "w_type": "conjugated suru verb", + "romaji": "se shiyou" + }, + "接しい": { + "w_type": "conjugated suru verb", + "romaji": "se shii" + }, + "接しろ": { + "w_type": "conjugated suru verb", + "romaji": "se shiro" + }, + "接しませんで": { + "w_type": "conjugated suru verb", + "romaji": "se shimasende" + }, + "接しなかった": { + "w_type": "conjugated suru verb", + "romaji": "se shinakatta" + }, + "接しなさい": { + "w_type": "conjugated suru verb", + "romaji": "se shinasai" + }, + "接しません": { + "w_type": "conjugated suru verb", + "romaji": "se shimasen" + }, + "接しない": { + "w_type": "conjugated suru verb", + "romaji": "se shinai" + }, + "接します": { + "w_type": "conjugated suru verb", + "romaji": "se shimasu" + }, + "接しまして": { + "w_type": "conjugated suru verb", + "romaji": "se shimashite" + }, + "接しないで": { + "w_type": "conjugated suru verb", + "romaji": "se shinaide" + }, + "接しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "se shinasaruna" + }, + "接しました": { + "w_type": "conjugated suru verb", + "romaji": "se shimashita" + }, + "接した": { + "w_type": "conjugated suru verb", + "romaji": "se shita" + }, + "接しましょう": { + "w_type": "conjugated suru verb", + "romaji": "se shimashou" + }, + "接しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "se shimasen deshita" + }, + "謁して": { + "w_type": "conjugated suru verb", + "romaji": "e shite" + }, + "謁しよう": { + "w_type": "conjugated suru verb", + "romaji": "e shiyou" + }, + "謁しい": { + "w_type": "conjugated suru verb", + "romaji": "e shii" + }, + "謁しろ": { + "w_type": "conjugated suru verb", + "romaji": "e shiro" + }, + "謁しませんで": { + "w_type": "conjugated suru verb", + "romaji": "e shimasende" + }, + "謁しなかった": { + "w_type": "conjugated suru verb", + "romaji": "e shinakatta" + }, + "謁しなさい": { + "w_type": "conjugated suru verb", + "romaji": "e shinasai" + }, + "謁しません": { + "w_type": "conjugated suru verb", + "romaji": "e shimasen" + }, + "謁しない": { + "w_type": "conjugated suru verb", + "romaji": "e shinai" + }, + "謁します": { + "w_type": "conjugated suru verb", + "romaji": "e shimasu" + }, + "謁しまして": { + "w_type": "conjugated suru verb", + "romaji": "e shimashite" + }, + "謁しないで": { + "w_type": "conjugated suru verb", + "romaji": "e shinaide" + }, + "謁しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "e shinasaruna" + }, + "謁しました": { + "w_type": "conjugated suru verb", + "romaji": "e shimashita" + }, + "謁した": { + "w_type": "conjugated suru verb", + "romaji": "e shita" + }, + "謁しましょう": { + "w_type": "conjugated suru verb", + "romaji": "e shimashou" + }, + "謁しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "e shimasen deshita" + }, + "臆して": { + "w_type": "conjugated suru verb", + "romaji": "oku shite" + }, + "臆しよう": { + "w_type": "conjugated suru verb", + "romaji": "oku shiyou" + }, + "臆しい": { + "w_type": "conjugated suru verb", + "romaji": "oku shii" + }, + "臆しろ": { + "w_type": "conjugated suru verb", + "romaji": "oku shiro" + }, + "臆しませんで": { + "w_type": "conjugated suru verb", + "romaji": "oku shimasende" + }, + "臆しなかった": { + "w_type": "conjugated suru verb", + "romaji": "oku shinakatta" + }, + "臆しなさい": { + "w_type": "conjugated suru verb", + "romaji": "oku shinasai" + }, + "臆しません": { + "w_type": "conjugated suru verb", + "romaji": "oku shimasen" + }, + "臆しない": { + "w_type": "conjugated suru verb", + "romaji": "oku shinai" + }, + "臆します": { + "w_type": "conjugated suru verb", + "romaji": "oku shimasu" + }, + "臆しまして": { + "w_type": "conjugated suru verb", + "romaji": "oku shimashite" + }, + "臆しないで": { + "w_type": "conjugated suru verb", + "romaji": "oku shinaide" + }, + "臆しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "oku shinasaruna" + }, + "臆しました": { + "w_type": "conjugated suru verb", + "romaji": "oku shimashita" + }, + "臆した": { + "w_type": "conjugated suru verb", + "romaji": "oku shita" + }, + "臆しましょう": { + "w_type": "conjugated suru verb", + "romaji": "oku shimashou" + }, + "臆しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "oku shimasen deshita" + }, + "期して": { + "w_type": "conjugated suru verb", + "romaji": "ki shite" + }, + "期しよう": { + "w_type": "conjugated suru verb", + "romaji": "ki shiyou" + }, + "期しい": { + "w_type": "conjugated suru verb", + "romaji": "ki shii" + }, + "期しろ": { + "w_type": "conjugated suru verb", + "romaji": "ki shiro" + }, + "期しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasende" + }, + "期しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ki shinakatta" + }, + "期しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasai" + }, + "期しません": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen" + }, + "期しない": { + "w_type": "conjugated suru verb", + "romaji": "ki shinai" + }, + "期します": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasu" + }, + "期しまして": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashite" + }, + "期しないで": { + "w_type": "conjugated suru verb", + "romaji": "ki shinaide" + }, + "期しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasaruna" + }, + "期しました": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashita" + }, + "期した": { + "w_type": "conjugated suru verb", + "romaji": "ki shita" + }, + "期しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashou" + }, + "期しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen deshita" + }, + "倍して": { + "w_type": "conjugated suru verb", + "romaji": "bai shite" + }, + "倍しよう": { + "w_type": "conjugated suru verb", + "romaji": "bai shiyou" + }, + "倍しい": { + "w_type": "conjugated suru verb", + "romaji": "bai shii" + }, + "倍しろ": { + "w_type": "conjugated suru verb", + "romaji": "bai shiro" + }, + "倍しませんで": { + "w_type": "conjugated suru verb", + "romaji": "bai shimasende" + }, + "倍しなかった": { + "w_type": "conjugated suru verb", + "romaji": "bai shinakatta" + }, + "倍しなさい": { + "w_type": "conjugated suru verb", + "romaji": "bai shinasai" + }, + "倍しません": { + "w_type": "conjugated suru verb", + "romaji": "bai shimasen" + }, + "倍しない": { + "w_type": "conjugated suru verb", + "romaji": "bai shinai" + }, + "倍します": { + "w_type": "conjugated suru verb", + "romaji": "bai shimasu" + }, + "倍しまして": { + "w_type": "conjugated suru verb", + "romaji": "bai shimashite" + }, + "倍しないで": { + "w_type": "conjugated suru verb", + "romaji": "bai shinaide" + }, + "倍しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "bai shinasaruna" + }, + "倍しました": { + "w_type": "conjugated suru verb", + "romaji": "bai shimashita" + }, + "倍した": { + "w_type": "conjugated suru verb", + "romaji": "bai shita" + }, + "倍しましょう": { + "w_type": "conjugated suru verb", + "romaji": "bai shimashou" + }, + "倍しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "bai shimasen deshita" + }, + "閲して": { + "w_type": "conjugated suru verb", + "romaji": "e shite" + }, + "閲しよう": { + "w_type": "conjugated suru verb", + "romaji": "e shiyou" + }, + "閲しい": { + "w_type": "conjugated suru verb", + "romaji": "e shii" + }, + "閲しろ": { + "w_type": "conjugated suru verb", + "romaji": "e shiro" + }, + "閲しませんで": { + "w_type": "conjugated suru verb", + "romaji": "e shimasende" + }, + "閲しなかった": { + "w_type": "conjugated suru verb", + "romaji": "e shinakatta" + }, + "閲しなさい": { + "w_type": "conjugated suru verb", + "romaji": "e shinasai" + }, + "閲しません": { + "w_type": "conjugated suru verb", + "romaji": "e shimasen" + }, + "閲しない": { + "w_type": "conjugated suru verb", + "romaji": "e shinai" + }, + "閲します": { + "w_type": "conjugated suru verb", + "romaji": "e shimasu" + }, + "閲しまして": { + "w_type": "conjugated suru verb", + "romaji": "e shimashite" + }, + "閲しないで": { + "w_type": "conjugated suru verb", + "romaji": "e shinaide" + }, + "閲しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "e shinasaruna" + }, + "閲しました": { + "w_type": "conjugated suru verb", + "romaji": "e shimashita" + }, + "閲した": { + "w_type": "conjugated suru verb", + "romaji": "e shita" + }, + "閲しましょう": { + "w_type": "conjugated suru verb", + "romaji": "e shimashou" + }, + "閲しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "e shimasen deshita" + }, + "謝して": { + "w_type": "conjugated suru verb", + "romaji": "sha shite" + }, + "謝しよう": { + "w_type": "conjugated suru verb", + "romaji": "sha shiyou" + }, + "謝しい": { + "w_type": "conjugated suru verb", + "romaji": "sha shii" + }, + "謝しろ": { + "w_type": "conjugated suru verb", + "romaji": "sha shiro" + }, + "謝しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sha shimasende" + }, + "謝しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sha shinakatta" + }, + "謝しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sha shinasai" + }, + "謝しません": { + "w_type": "conjugated suru verb", + "romaji": "sha shimasen" + }, + "謝しない": { + "w_type": "conjugated suru verb", + "romaji": "sha shinai" + }, + "謝します": { + "w_type": "conjugated suru verb", + "romaji": "sha shimasu" + }, + "謝しまして": { + "w_type": "conjugated suru verb", + "romaji": "sha shimashite" + }, + "謝しないで": { + "w_type": "conjugated suru verb", + "romaji": "sha shinaide" + }, + "謝しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sha shinasaruna" + }, + "謝しました": { + "w_type": "conjugated suru verb", + "romaji": "sha shimashita" + }, + "謝した": { + "w_type": "conjugated suru verb", + "romaji": "sha shita" + }, + "謝しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sha shimashou" + }, + "謝しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sha shimasen deshita" + }, + "撰して": { + "w_type": "conjugated suru verb", + "romaji": "sen shite" + }, + "撰しよう": { + "w_type": "conjugated suru verb", + "romaji": "sen shiyou" + }, + "撰しい": { + "w_type": "conjugated suru verb", + "romaji": "sen shii" + }, + "撰しろ": { + "w_type": "conjugated suru verb", + "romaji": "sen shiro" + }, + "撰しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasende" + }, + "撰しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sen shinakatta" + }, + "撰しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasai" + }, + "撰しません": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen" + }, + "撰しない": { + "w_type": "conjugated suru verb", + "romaji": "sen shinai" + }, + "撰します": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasu" + }, + "撰しまして": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashite" + }, + "撰しないで": { + "w_type": "conjugated suru verb", + "romaji": "sen shinaide" + }, + "撰しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasaruna" + }, + "撰しました": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashita" + }, + "撰した": { + "w_type": "conjugated suru verb", + "romaji": "sen shita" + }, + "撰しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashou" + }, + "撰しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen deshita" + }, + "附して": { + "w_type": "conjugated suru verb", + "romaji": "fu shite" + }, + "附しよう": { + "w_type": "conjugated suru verb", + "romaji": "fu shiyou" + }, + "附しい": { + "w_type": "conjugated suru verb", + "romaji": "fu shii" + }, + "附しろ": { + "w_type": "conjugated suru verb", + "romaji": "fu shiro" + }, + "附しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasende" + }, + "附しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fu shinakatta" + }, + "附しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fu shinasai" + }, + "附しません": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasen" + }, + "附しない": { + "w_type": "conjugated suru verb", + "romaji": "fu shinai" + }, + "附します": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasu" + }, + "附しまして": { + "w_type": "conjugated suru verb", + "romaji": "fu shimashite" + }, + "附しないで": { + "w_type": "conjugated suru verb", + "romaji": "fu shinaide" + }, + "附しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fu shinasaruna" + }, + "附しました": { + "w_type": "conjugated suru verb", + "romaji": "fu shimashita" + }, + "附した": { + "w_type": "conjugated suru verb", + "romaji": "fu shita" + }, + "附しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fu shimashou" + }, + "附しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasen deshita" + }, + "坐して": { + "w_type": "conjugated suru verb", + "romaji": "za shite" + }, + "坐しよう": { + "w_type": "conjugated suru verb", + "romaji": "za shiyou" + }, + "坐しい": { + "w_type": "conjugated suru verb", + "romaji": "za shii" + }, + "坐しろ": { + "w_type": "conjugated suru verb", + "romaji": "za shiro" + }, + "坐しませんで": { + "w_type": "conjugated suru verb", + "romaji": "za shimasende" + }, + "坐しなかった": { + "w_type": "conjugated suru verb", + "romaji": "za shinakatta" + }, + "坐しなさい": { + "w_type": "conjugated suru verb", + "romaji": "za shinasai" + }, + "坐しません": { + "w_type": "conjugated suru verb", + "romaji": "za shimasen" + }, + "坐しない": { + "w_type": "conjugated suru verb", + "romaji": "za shinai" + }, + "坐します": { + "w_type": "conjugated suru verb", + "romaji": "za shimasu" + }, + "坐しまして": { + "w_type": "conjugated suru verb", + "romaji": "za shimashite" + }, + "坐しないで": { + "w_type": "conjugated suru verb", + "romaji": "za shinaide" + }, + "坐しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "za shinasaruna" + }, + "坐しました": { + "w_type": "conjugated suru verb", + "romaji": "za shimashita" + }, + "坐した": { + "w_type": "conjugated suru verb", + "romaji": "za shita" + }, + "坐しましょう": { + "w_type": "conjugated suru verb", + "romaji": "za shimashou" + }, + "坐しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "za shimasen deshita" + }, + "渇して": { + "w_type": "conjugated suru verb", + "romaji": "ka shite" + }, + "渇しよう": { + "w_type": "conjugated suru verb", + "romaji": "ka shiyou" + }, + "渇しい": { + "w_type": "conjugated suru verb", + "romaji": "ka shii" + }, + "渇しろ": { + "w_type": "conjugated suru verb", + "romaji": "ka shiro" + }, + "渇しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasende" + }, + "渇しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ka shinakatta" + }, + "渇しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ka shinasai" + }, + "渇しません": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasen" + }, + "渇しない": { + "w_type": "conjugated suru verb", + "romaji": "ka shinai" + }, + "渇します": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasu" + }, + "渇しまして": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashite" + }, + "渇しないで": { + "w_type": "conjugated suru verb", + "romaji": "ka shinaide" + }, + "渇しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ka shinasaruna" + }, + "渇しました": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashita" + }, + "渇した": { + "w_type": "conjugated suru verb", + "romaji": "ka shita" + }, + "渇しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ka shimashou" + }, + "渇しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ka shimasen deshita" + }, + "喫して": { + "w_type": "conjugated suru verb", + "romaji": "ki shite" + }, + "喫しよう": { + "w_type": "conjugated suru verb", + "romaji": "ki shiyou" + }, + "喫しい": { + "w_type": "conjugated suru verb", + "romaji": "ki shii" + }, + "喫しろ": { + "w_type": "conjugated suru verb", + "romaji": "ki shiro" + }, + "喫しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasende" + }, + "喫しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ki shinakatta" + }, + "喫しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasai" + }, + "喫しません": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen" + }, + "喫しない": { + "w_type": "conjugated suru verb", + "romaji": "ki shinai" + }, + "喫します": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasu" + }, + "喫しまして": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashite" + }, + "喫しないで": { + "w_type": "conjugated suru verb", + "romaji": "ki shinaide" + }, + "喫しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ki shinasaruna" + }, + "喫しました": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashita" + }, + "喫した": { + "w_type": "conjugated suru verb", + "romaji": "ki shita" + }, + "喫しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ki shimashou" + }, + "喫しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ki shimasen deshita" + }, + "徴して": { + "w_type": "conjugated suru verb", + "romaji": "chou shite" + }, + "徴しよう": { + "w_type": "conjugated suru verb", + "romaji": "chou shiyou" + }, + "徴しい": { + "w_type": "conjugated suru verb", + "romaji": "chou shii" + }, + "徴しろ": { + "w_type": "conjugated suru verb", + "romaji": "chou shiro" + }, + "徴しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasende" + }, + "徴しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chou shinakatta" + }, + "徴しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chou shinasai" + }, + "徴しません": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasen" + }, + "徴しない": { + "w_type": "conjugated suru verb", + "romaji": "chou shinai" + }, + "徴します": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasu" + }, + "徴しまして": { + "w_type": "conjugated suru verb", + "romaji": "chou shimashite" + }, + "徴しないで": { + "w_type": "conjugated suru verb", + "romaji": "chou shinaide" + }, + "徴しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chou shinasaruna" + }, + "徴しました": { + "w_type": "conjugated suru verb", + "romaji": "chou shimashita" + }, + "徴した": { + "w_type": "conjugated suru verb", + "romaji": "chou shita" + }, + "徴しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chou shimashou" + }, + "徴しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chou shimasen deshita" + }, + "挺して": { + "w_type": "conjugated suru verb", + "romaji": "tei shite" + }, + "挺しよう": { + "w_type": "conjugated suru verb", + "romaji": "tei shiyou" + }, + "挺しい": { + "w_type": "conjugated suru verb", + "romaji": "tei shii" + }, + "挺しろ": { + "w_type": "conjugated suru verb", + "romaji": "tei shiro" + }, + "挺しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasende" + }, + "挺しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tei shinakatta" + }, + "挺しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tei shinasai" + }, + "挺しません": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasen" + }, + "挺しない": { + "w_type": "conjugated suru verb", + "romaji": "tei shinai" + }, + "挺します": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasu" + }, + "挺しまして": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashite" + }, + "挺しないで": { + "w_type": "conjugated suru verb", + "romaji": "tei shinaide" + }, + "挺しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tei shinasaruna" + }, + "挺しました": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashita" + }, + "挺した": { + "w_type": "conjugated suru verb", + "romaji": "tei shita" + }, + "挺しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tei shimashou" + }, + "挺しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tei shimasen deshita" + }, + "相半ばして": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shite" + }, + "相半ばしよう": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shiyou" + }, + "相半ばしい": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shii" + }, + "相半ばしろ": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shiro" + }, + "相半ばしませんで": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimasende" + }, + "相半ばしなかった": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shinakatta" + }, + "相半ばしなさい": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shinasai" + }, + "相半ばしません": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimasen" + }, + "相半ばしない": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shinai" + }, + "相半ばします": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimasu" + }, + "相半ばしまして": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimashite" + }, + "相半ばしないで": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shinaide" + }, + "相半ばしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shinasaruna" + }, + "相半ばしました": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimashita" + }, + "相半ばした": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shita" + }, + "相半ばしましょう": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimashou" + }, + "相半ばしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ainakaba shimasen deshita" + }, + "付して": { + "w_type": "conjugated suru verb", + "romaji": "fu shite" + }, + "付しよう": { + "w_type": "conjugated suru verb", + "romaji": "fu shiyou" + }, + "付しい": { + "w_type": "conjugated suru verb", + "romaji": "fu shii" + }, + "付しろ": { + "w_type": "conjugated suru verb", + "romaji": "fu shiro" + }, + "付しませんで": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasende" + }, + "付しなかった": { + "w_type": "conjugated suru verb", + "romaji": "fu shinakatta" + }, + "付しなさい": { + "w_type": "conjugated suru verb", + "romaji": "fu shinasai" + }, + "付しません": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasen" + }, + "付しない": { + "w_type": "conjugated suru verb", + "romaji": "fu shinai" + }, + "付します": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasu" + }, + "付しまして": { + "w_type": "conjugated suru verb", + "romaji": "fu shimashite" + }, + "付しないで": { + "w_type": "conjugated suru verb", + "romaji": "fu shinaide" + }, + "付しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "fu shinasaruna" + }, + "付しました": { + "w_type": "conjugated suru verb", + "romaji": "fu shimashita" + }, + "付した": { + "w_type": "conjugated suru verb", + "romaji": "fu shita" + }, + "付しましょう": { + "w_type": "conjugated suru verb", + "romaji": "fu shimashou" + }, + "付しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "fu shimasen deshita" + }, + "選して": { + "w_type": "conjugated suru verb", + "romaji": "sen shite" + }, + "選しよう": { + "w_type": "conjugated suru verb", + "romaji": "sen shiyou" + }, + "選しい": { + "w_type": "conjugated suru verb", + "romaji": "sen shii" + }, + "選しろ": { + "w_type": "conjugated suru verb", + "romaji": "sen shiro" + }, + "選しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasende" + }, + "選しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sen shinakatta" + }, + "選しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasai" + }, + "選しません": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen" + }, + "選しない": { + "w_type": "conjugated suru verb", + "romaji": "sen shinai" + }, + "選します": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasu" + }, + "選しまして": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashite" + }, + "選しないで": { + "w_type": "conjugated suru verb", + "romaji": "sen shinaide" + }, + "選しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sen shinasaruna" + }, + "選しました": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashita" + }, + "選した": { + "w_type": "conjugated suru verb", + "romaji": "sen shita" + }, + "選しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sen shimashou" + }, + "選しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sen shimasen deshita" + }, + "廢して": { + "w_type": "conjugated suru verb", + "romaji": "hai shite" + }, + "廢しよう": { + "w_type": "conjugated suru verb", + "romaji": "hai shiyou" + }, + "廢しい": { + "w_type": "conjugated suru verb", + "romaji": "hai shii" + }, + "廢しろ": { + "w_type": "conjugated suru verb", + "romaji": "hai shiro" + }, + "廢しませんで": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasende" + }, + "廢しなかった": { + "w_type": "conjugated suru verb", + "romaji": "hai shinakatta" + }, + "廢しなさい": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasai" + }, + "廢しません": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen" + }, + "廢しない": { + "w_type": "conjugated suru verb", + "romaji": "hai shinai" + }, + "廢します": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasu" + }, + "廢しまして": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashite" + }, + "廢しないで": { + "w_type": "conjugated suru verb", + "romaji": "hai shinaide" + }, + "廢しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "hai shinasaruna" + }, + "廢しました": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashita" + }, + "廢した": { + "w_type": "conjugated suru verb", + "romaji": "hai shita" + }, + "廢しましょう": { + "w_type": "conjugated suru verb", + "romaji": "hai shimashou" + }, + "廢しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "hai shimasen deshita" + }, + "諒して": { + "w_type": "conjugated suru verb", + "romaji": "ryou shite" + }, + "諒しよう": { + "w_type": "conjugated suru verb", + "romaji": "ryou shiyou" + }, + "諒しい": { + "w_type": "conjugated suru verb", + "romaji": "ryou shii" + }, + "諒しろ": { + "w_type": "conjugated suru verb", + "romaji": "ryou shiro" + }, + "諒しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasende" + }, + "諒しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinakatta" + }, + "諒しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinasai" + }, + "諒しません": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasen" + }, + "諒しない": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinai" + }, + "諒します": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasu" + }, + "諒しまして": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashite" + }, + "諒しないで": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinaide" + }, + "諒しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ryou shinasaruna" + }, + "諒しました": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashita" + }, + "諒した": { + "w_type": "conjugated suru verb", + "romaji": "ryou shita" + }, + "諒しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimashou" + }, + "諒しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ryou shimasen deshita" + }, + "対して": { + "w_type": "conjugated suru verb", + "romaji": "tai shite" + }, + "対しよう": { + "w_type": "conjugated suru verb", + "romaji": "tai shiyou" + }, + "対しい": { + "w_type": "conjugated suru verb", + "romaji": "tai shii" + }, + "対しろ": { + "w_type": "conjugated suru verb", + "romaji": "tai shiro" + }, + "対しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasende" + }, + "対しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tai shinakatta" + }, + "対しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tai shinasai" + }, + "対しません": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasen" + }, + "対しない": { + "w_type": "conjugated suru verb", + "romaji": "tai shinai" + }, + "対します": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasu" + }, + "対しまして": { + "w_type": "conjugated suru verb", + "romaji": "tai shimashite" + }, + "対しないで": { + "w_type": "conjugated suru verb", + "romaji": "tai shinaide" + }, + "対しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tai shinasaruna" + }, + "対しました": { + "w_type": "conjugated suru verb", + "romaji": "tai shimashita" + }, + "対した": { + "w_type": "conjugated suru verb", + "romaji": "tai shita" + }, + "対しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tai shimashou" + }, + "対しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tai shimasen deshita" + }, + "竄して": { + "w_type": "conjugated suru verb", + "romaji": "zan shite" + }, + "竄しよう": { + "w_type": "conjugated suru verb", + "romaji": "zan shiyou" + }, + "竄しい": { + "w_type": "conjugated suru verb", + "romaji": "zan shii" + }, + "竄しろ": { + "w_type": "conjugated suru verb", + "romaji": "zan shiro" + }, + "竄しませんで": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasende" + }, + "竄しなかった": { + "w_type": "conjugated suru verb", + "romaji": "zan shinakatta" + }, + "竄しなさい": { + "w_type": "conjugated suru verb", + "romaji": "zan shinasai" + }, + "竄しません": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasen" + }, + "竄しない": { + "w_type": "conjugated suru verb", + "romaji": "zan shinai" + }, + "竄します": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasu" + }, + "竄しまして": { + "w_type": "conjugated suru verb", + "romaji": "zan shimashite" + }, + "竄しないで": { + "w_type": "conjugated suru verb", + "romaji": "zan shinaide" + }, + "竄しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "zan shinasaruna" + }, + "竄しました": { + "w_type": "conjugated suru verb", + "romaji": "zan shimashita" + }, + "竄した": { + "w_type": "conjugated suru verb", + "romaji": "zan shita" + }, + "竄しましょう": { + "w_type": "conjugated suru verb", + "romaji": "zan shimashou" + }, + "竄しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "zan shimasen deshita" + }, + "卜して": { + "w_type": "conjugated suru verb", + "romaji": "boku shite" + }, + "卜しよう": { + "w_type": "conjugated suru verb", + "romaji": "boku shiyou" + }, + "卜しい": { + "w_type": "conjugated suru verb", + "romaji": "boku shii" + }, + "卜しろ": { + "w_type": "conjugated suru verb", + "romaji": "boku shiro" + }, + "卜しませんで": { + "w_type": "conjugated suru verb", + "romaji": "boku shimasende" + }, + "卜しなかった": { + "w_type": "conjugated suru verb", + "romaji": "boku shinakatta" + }, + "卜しなさい": { + "w_type": "conjugated suru verb", + "romaji": "boku shinasai" + }, + "卜しません": { + "w_type": "conjugated suru verb", + "romaji": "boku shimasen" + }, + "卜しない": { + "w_type": "conjugated suru verb", + "romaji": "boku shinai" + }, + "卜します": { + "w_type": "conjugated suru verb", + "romaji": "boku shimasu" + }, + "卜しまして": { + "w_type": "conjugated suru verb", + "romaji": "boku shimashite" + }, + "卜しないで": { + "w_type": "conjugated suru verb", + "romaji": "boku shinaide" + }, + "卜しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "boku shinasaruna" + }, + "卜しました": { + "w_type": "conjugated suru verb", + "romaji": "boku shimashita" + }, + "卜した": { + "w_type": "conjugated suru verb", + "romaji": "boku shita" + }, + "卜しましょう": { + "w_type": "conjugated suru verb", + "romaji": "boku shimashou" + }, + "卜しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "boku shimasen deshita" + }, + "掬して": { + "w_type": "conjugated suru verb", + "romaji": "kiku shite" + }, + "掬しよう": { + "w_type": "conjugated suru verb", + "romaji": "kiku shiyou" + }, + "掬しい": { + "w_type": "conjugated suru verb", + "romaji": "kiku shii" + }, + "掬しろ": { + "w_type": "conjugated suru verb", + "romaji": "kiku shiro" + }, + "掬しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimasende" + }, + "掬しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kiku shinakatta" + }, + "掬しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kiku shinasai" + }, + "掬しません": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimasen" + }, + "掬しない": { + "w_type": "conjugated suru verb", + "romaji": "kiku shinai" + }, + "掬します": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimasu" + }, + "掬しまして": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimashite" + }, + "掬しないで": { + "w_type": "conjugated suru verb", + "romaji": "kiku shinaide" + }, + "掬しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kiku shinasaruna" + }, + "掬しました": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimashita" + }, + "掬した": { + "w_type": "conjugated suru verb", + "romaji": "kiku shita" + }, + "掬しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimashou" + }, + "掬しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kiku shimasen deshita" + }, + "托して": { + "w_type": "conjugated suru verb", + "romaji": "taku shite" + }, + "托しよう": { + "w_type": "conjugated suru verb", + "romaji": "taku shiyou" + }, + "托しい": { + "w_type": "conjugated suru verb", + "romaji": "taku shii" + }, + "托しろ": { + "w_type": "conjugated suru verb", + "romaji": "taku shiro" + }, + "托しませんで": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasende" + }, + "托しなかった": { + "w_type": "conjugated suru verb", + "romaji": "taku shinakatta" + }, + "托しなさい": { + "w_type": "conjugated suru verb", + "romaji": "taku shinasai" + }, + "托しません": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasen" + }, + "托しない": { + "w_type": "conjugated suru verb", + "romaji": "taku shinai" + }, + "托します": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasu" + }, + "托しまして": { + "w_type": "conjugated suru verb", + "romaji": "taku shimashite" + }, + "托しないで": { + "w_type": "conjugated suru verb", + "romaji": "taku shinaide" + }, + "托しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "taku shinasaruna" + }, + "托しました": { + "w_type": "conjugated suru verb", + "romaji": "taku shimashita" + }, + "托した": { + "w_type": "conjugated suru verb", + "romaji": "taku shita" + }, + "托しましょう": { + "w_type": "conjugated suru verb", + "romaji": "taku shimashou" + }, + "托しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "taku shimasen deshita" + }, + "達して": { + "w_type": "conjugated suru verb", + "romaji": "ta shite" + }, + "達しよう": { + "w_type": "conjugated suru verb", + "romaji": "ta shiyou" + }, + "達しい": { + "w_type": "conjugated suru verb", + "romaji": "ta shii" + }, + "達しろ": { + "w_type": "conjugated suru verb", + "romaji": "ta shiro" + }, + "達しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ta shimasende" + }, + "達しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ta shinakatta" + }, + "達しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ta shinasai" + }, + "達しません": { + "w_type": "conjugated suru verb", + "romaji": "ta shimasen" + }, + "達しない": { + "w_type": "conjugated suru verb", + "romaji": "ta shinai" + }, + "達します": { + "w_type": "conjugated suru verb", + "romaji": "ta shimasu" + }, + "達しまして": { + "w_type": "conjugated suru verb", + "romaji": "ta shimashite" + }, + "達しないで": { + "w_type": "conjugated suru verb", + "romaji": "ta shinaide" + }, + "達しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ta shinasaruna" + }, + "達しました": { + "w_type": "conjugated suru verb", + "romaji": "ta shimashita" + }, + "達した": { + "w_type": "conjugated suru verb", + "romaji": "ta shita" + }, + "達しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ta shimashou" + }, + "達しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ta shimasen deshita" + }, + "唾して": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shite" + }, + "唾しよう": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shiyou" + }, + "唾しい": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shii" + }, + "唾しろ": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shiro" + }, + "唾しませんで": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimasende" + }, + "唾しなかった": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shinakatta" + }, + "唾しなさい": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shinasai" + }, + "唾しません": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimasen" + }, + "唾しない": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shinai" + }, + "唾します": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimasu" + }, + "唾しまして": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimashite" + }, + "唾しないで": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shinaide" + }, + "唾しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shinasaruna" + }, + "唾しました": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimashita" + }, + "唾した": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shita" + }, + "唾しましょう": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimashou" + }, + "唾しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "tsuba shimasen deshita" + }, + "御して": { + "w_type": "conjugated suru verb", + "romaji": "gyo shite" + }, + "御しよう": { + "w_type": "conjugated suru verb", + "romaji": "gyo shiyou" + }, + "御しい": { + "w_type": "conjugated suru verb", + "romaji": "gyo shii" + }, + "御しろ": { + "w_type": "conjugated suru verb", + "romaji": "gyo shiro" + }, + "御しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasende" + }, + "御しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinakatta" + }, + "御しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinasai" + }, + "御しません": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasen" + }, + "御しない": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinai" + }, + "御します": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasu" + }, + "御しまして": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimashite" + }, + "御しないで": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinaide" + }, + "御しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gyo shinasaruna" + }, + "御しました": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimashita" + }, + "御した": { + "w_type": "conjugated suru verb", + "romaji": "gyo shita" + }, + "御しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimashou" + }, + "御しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gyo shimasen deshita" + }, + "諾して": { + "w_type": "conjugated suru verb", + "romaji": "daku shite" + }, + "諾しよう": { + "w_type": "conjugated suru verb", + "romaji": "daku shiyou" + }, + "諾しい": { + "w_type": "conjugated suru verb", + "romaji": "daku shii" + }, + "諾しろ": { + "w_type": "conjugated suru verb", + "romaji": "daku shiro" + }, + "諾しませんで": { + "w_type": "conjugated suru verb", + "romaji": "daku shimasende" + }, + "諾しなかった": { + "w_type": "conjugated suru verb", + "romaji": "daku shinakatta" + }, + "諾しなさい": { + "w_type": "conjugated suru verb", + "romaji": "daku shinasai" + }, + "諾しません": { + "w_type": "conjugated suru verb", + "romaji": "daku shimasen" + }, + "諾しない": { + "w_type": "conjugated suru verb", + "romaji": "daku shinai" + }, + "諾します": { + "w_type": "conjugated suru verb", + "romaji": "daku shimasu" + }, + "諾しまして": { + "w_type": "conjugated suru verb", + "romaji": "daku shimashite" + }, + "諾しないで": { + "w_type": "conjugated suru verb", + "romaji": "daku shinaide" + }, + "諾しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "daku shinasaruna" + }, + "諾しました": { + "w_type": "conjugated suru verb", + "romaji": "daku shimashita" + }, + "諾した": { + "w_type": "conjugated suru verb", + "romaji": "daku shita" + }, + "諾しましょう": { + "w_type": "conjugated suru verb", + "romaji": "daku shimashou" + }, + "諾しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "daku shimasen deshita" + }, + "姦して": { + "w_type": "conjugated suru verb", + "romaji": "kan shite" + }, + "姦しよう": { + "w_type": "conjugated suru verb", + "romaji": "kan shiyou" + }, + "姦しい": { + "w_type": "conjugated suru verb", + "romaji": "kan shii" + }, + "姦しろ": { + "w_type": "conjugated suru verb", + "romaji": "kan shiro" + }, + "姦しませんで": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasende" + }, + "姦しなかった": { + "w_type": "conjugated suru verb", + "romaji": "kan shinakatta" + }, + "姦しなさい": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasai" + }, + "姦しません": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen" + }, + "姦しない": { + "w_type": "conjugated suru verb", + "romaji": "kan shinai" + }, + "姦します": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasu" + }, + "姦しまして": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashite" + }, + "姦しないで": { + "w_type": "conjugated suru verb", + "romaji": "kan shinaide" + }, + "姦しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "kan shinasaruna" + }, + "姦しました": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashita" + }, + "姦した": { + "w_type": "conjugated suru verb", + "romaji": "kan shita" + }, + "姦しましょう": { + "w_type": "conjugated suru verb", + "romaji": "kan shimashou" + }, + "姦しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "kan shimasen deshita" + }, + "倶して": { + "w_type": "conjugated suru verb", + "romaji": "gu shite" + }, + "倶しよう": { + "w_type": "conjugated suru verb", + "romaji": "gu shiyou" + }, + "倶しい": { + "w_type": "conjugated suru verb", + "romaji": "gu shii" + }, + "倶しろ": { + "w_type": "conjugated suru verb", + "romaji": "gu shiro" + }, + "倶しませんで": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasende" + }, + "倶しなかった": { + "w_type": "conjugated suru verb", + "romaji": "gu shinakatta" + }, + "倶しなさい": { + "w_type": "conjugated suru verb", + "romaji": "gu shinasai" + }, + "倶しません": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasen" + }, + "倶しない": { + "w_type": "conjugated suru verb", + "romaji": "gu shinai" + }, + "倶します": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasu" + }, + "倶しまして": { + "w_type": "conjugated suru verb", + "romaji": "gu shimashite" + }, + "倶しないで": { + "w_type": "conjugated suru verb", + "romaji": "gu shinaide" + }, + "倶しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "gu shinasaruna" + }, + "倶しました": { + "w_type": "conjugated suru verb", + "romaji": "gu shimashita" + }, + "倶した": { + "w_type": "conjugated suru verb", + "romaji": "gu shita" + }, + "倶しましょう": { + "w_type": "conjugated suru verb", + "romaji": "gu shimashou" + }, + "倶しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "gu shimasen deshita" + }, + "無みして": { + "w_type": "conjugated suru verb", + "romaji": "nami shite" + }, + "無みしよう": { + "w_type": "conjugated suru verb", + "romaji": "nami shiyou" + }, + "無みしい": { + "w_type": "conjugated suru verb", + "romaji": "nami shii" + }, + "無みしろ": { + "w_type": "conjugated suru verb", + "romaji": "nami shiro" + }, + "無みしませんで": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasende" + }, + "無みしなかった": { + "w_type": "conjugated suru verb", + "romaji": "nami shinakatta" + }, + "無みしなさい": { + "w_type": "conjugated suru verb", + "romaji": "nami shinasai" + }, + "無みしません": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasen" + }, + "無みしない": { + "w_type": "conjugated suru verb", + "romaji": "nami shinai" + }, + "無みします": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasu" + }, + "無みしまして": { + "w_type": "conjugated suru verb", + "romaji": "nami shimashite" + }, + "無みしないで": { + "w_type": "conjugated suru verb", + "romaji": "nami shinaide" + }, + "無みしなさるな": { + "w_type": "conjugated suru verb", + "romaji": "nami shinasaruna" + }, + "無みしました": { + "w_type": "conjugated suru verb", + "romaji": "nami shimashita" + }, + "無みした": { + "w_type": "conjugated suru verb", + "romaji": "nami shita" + }, + "無みしましょう": { + "w_type": "conjugated suru verb", + "romaji": "nami shimashou" + }, + "無みしませんでした": { + "w_type": "conjugated suru verb", + "romaji": "nami shimasen deshita" + }, + "辞して": { + "w_type": "conjugated suru verb", + "romaji": "ji shite" + }, + "辞しよう": { + "w_type": "conjugated suru verb", + "romaji": "ji shiyou" + }, + "辞しい": { + "w_type": "conjugated suru verb", + "romaji": "ji shii" + }, + "辞しろ": { + "w_type": "conjugated suru verb", + "romaji": "ji shiro" + }, + "辞しませんで": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasende" + }, + "辞しなかった": { + "w_type": "conjugated suru verb", + "romaji": "ji shinakatta" + }, + "辞しなさい": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasai" + }, + "辞しません": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen" + }, + "辞しない": { + "w_type": "conjugated suru verb", + "romaji": "ji shinai" + }, + "辞します": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasu" + }, + "辞しまして": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashite" + }, + "辞しないで": { + "w_type": "conjugated suru verb", + "romaji": "ji shinaide" + }, + "辞しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "ji shinasaruna" + }, + "辞しました": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashita" + }, + "辞した": { + "w_type": "conjugated suru verb", + "romaji": "ji shita" + }, + "辞しましょう": { + "w_type": "conjugated suru verb", + "romaji": "ji shimashou" + }, + "辞しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "ji shimasen deshita" + }, + "著して": { + "w_type": "conjugated suru verb", + "romaji": "chaku shite" + }, + "著しよう": { + "w_type": "conjugated suru verb", + "romaji": "chaku shiyou" + }, + "著しい": { + "w_type": "conjugated suru verb", + "romaji": "chaku shii" + }, + "著しろ": { + "w_type": "conjugated suru verb", + "romaji": "chaku shiro" + }, + "著しませんで": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasende" + }, + "著しなかった": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinakatta" + }, + "著しなさい": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinasai" + }, + "著しません": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasen" + }, + "著しない": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinai" + }, + "著します": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasu" + }, + "著しまして": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimashite" + }, + "著しないで": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinaide" + }, + "著しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "chaku shinasaruna" + }, + "著しました": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimashita" + }, + "著した": { + "w_type": "conjugated suru verb", + "romaji": "chaku shita" + }, + "著しましょう": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimashou" + }, + "著しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "chaku shimasen deshita" + }, + "察して": { + "w_type": "conjugated suru verb", + "romaji": "sa shite" + }, + "察しよう": { + "w_type": "conjugated suru verb", + "romaji": "sa shiyou" + }, + "察しい": { + "w_type": "conjugated suru verb", + "romaji": "sa shii" + }, + "察しろ": { + "w_type": "conjugated suru verb", + "romaji": "sa shiro" + }, + "察しませんで": { + "w_type": "conjugated suru verb", + "romaji": "sa shimasende" + }, + "察しなかった": { + "w_type": "conjugated suru verb", + "romaji": "sa shinakatta" + }, + "察しなさい": { + "w_type": "conjugated suru verb", + "romaji": "sa shinasai" + }, + "察しません": { + "w_type": "conjugated suru verb", + "romaji": "sa shimasen" + }, + "察しない": { + "w_type": "conjugated suru verb", + "romaji": "sa shinai" + }, + "察します": { + "w_type": "conjugated suru verb", + "romaji": "sa shimasu" + }, + "察しまして": { + "w_type": "conjugated suru verb", + "romaji": "sa shimashite" + }, + "察しないで": { + "w_type": "conjugated suru verb", + "romaji": "sa shinaide" + }, + "察しなさるな": { + "w_type": "conjugated suru verb", + "romaji": "sa shinasaruna" + }, + "察しました": { + "w_type": "conjugated suru verb", + "romaji": "sa shimashita" + }, + "察した": { + "w_type": "conjugated suru verb", + "romaji": "sa shita" + }, + "察しましょう": { + "w_type": "conjugated suru verb", + "romaji": "sa shimashou" + }, + "察しませんでした": { + "w_type": "conjugated suru verb", + "romaji": "sa shimasen deshita" + }, + "嫁して": { + "w_type": "conjugated suru verb", + "romaji": "ka shite" + }, + "嫁しよう": { + "w_type": "conjugated suru verb", + "romaji": "ka shiyou" + }, + "嫁しい": { + "w_type": "conjugated suru ve