From 681f83e471d77c2bf30e5e5fabbcfd34add675d6 Mon Sep 17 00:00:00 2001 From: Ramiro Date: Thu, 11 Jan 2024 13:48:41 -0800 Subject: [PATCH] Init --- .gitignore | 4 + LICENSE | 674 ++ Makefile | 20 + README.md | 30 + pyproject.toml | 33 + requirements.txt | 6 + scrabbleable/__init__.py | 1 + scrabbleable/cli.py | 76 + scrabbleable/wordlist.py | 74 + .../corpes_10000_formas_ortograficas.txt | 10000 ++++++++++++++++ tests/assets/wordlist_corpes.txt | 8780 ++++++++++++++ tests/test_all.py | 95 + 12 files changed, 19793 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 Makefile create mode 100644 README.md create mode 100644 pyproject.toml create mode 100644 requirements.txt create mode 100644 scrabbleable/__init__.py create mode 100644 scrabbleable/cli.py create mode 100644 scrabbleable/wordlist.py create mode 100644 tests/assets/corpes_10000_formas_ortograficas.txt create mode 100644 tests/assets/wordlist_corpes.txt create mode 100644 tests/test_all.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bdb6da --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +.venv +__pycache__ +dist/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a31ac25 --- /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. + + Scrabbleable, make Scrabble wordlists from text files. + Copyright (C) 2024 perro + + 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: + + Scrabbleable Copyright (C) 2023 perro + 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/Makefile b/Makefile new file mode 100644 index 0000000..ca133a3 --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +.PHONY: pytest lint test tests package + +PANDOC := $(shell type pandoc 2>/dev/null) + +tests: test + +test: + pytest + +lint: +ifdef PANDOC + pandoc --markdown-headings=atx --reference-links --reference-location=document --columns=79 -o README.md README.md +endif + python3 -m black --line-length 79 --quiet scrabbleable/ tests/ + python3 -m flake8 --max-line-length 79 scrabbleable/ tests/ + +package: + python3 -m pip install --upgrade build pip + python3 -m build + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5dcc5f7 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Scrabbleable + +Make Scrabble wordlists from text files. + +\[TOC\] + +## Install + +## Use + +## Development + +Initial setup: + + virtualenv .venv + source .venv/bin/activate + python3 -m pip install --upgrade pip + python3 -m pip install -r requirements.txt + +Testing: + + make test + +Linting: + + make lint + +Packaging: + + make package diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b7cf6c6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,33 @@ +[project] +name = "scrabbleable" +dynamic = ["version"] +authors = [ + { name="perro", email="hi@perrotuerto.blog" }, +] +description = "Make Scrabble wordlists from text files" +readme = "README.md" +license = { file="LICENSE" } +requires-python = ">=3.8.10" +classifiers = [ + "Programming Language :: Python :: 3", + "Operating System :: OS Independent", + "Environment :: Console", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", +] +dependencies = [ + "unidecode", +] + +[project.urls] +"Homepage" = "https://git.cuates.net/perro/scrabbleable" +"Bug Tracker" = "https://git.cuates.net/perro/scrabbleable/issues" + +[project.scripts] +scrabbleable = "scrabbleable.cli:main" + +[tool.hatch.version] +path = "scrabbleable/__init__.py" + +[build-system] +requires = ["hatchling>=1.9.0"] +build-backend = "hatchling.build" diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a2633b2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +-e . +build +pytest +black +flake8 +unidecode diff --git a/scrabbleable/__init__.py b/scrabbleable/__init__.py new file mode 100644 index 0000000..1cf6267 --- /dev/null +++ b/scrabbleable/__init__.py @@ -0,0 +1 @@ +VERSION = "0.1.0" diff --git a/scrabbleable/cli.py b/scrabbleable/cli.py new file mode 100644 index 0000000..0b8b3e0 --- /dev/null +++ b/scrabbleable/cli.py @@ -0,0 +1,76 @@ +import argparse +from pathlib import Path +from scrabbleable.wordlist import WordList + + +def parse(args=None): + """Parses all arguments + + :param args: Test arguments; if None, then uses CLI args; None by default + :type args: tuple | None + """ + parser = argparse.ArgumentParser( + prog="scrabbleable", + description="Make Scrabble wordlists from text files", + ) + parser.add_argument( + "paths", + metavar="PATHS", + type=Path, + nargs="+", + help="one or more paths", + ) + parser.add_argument( + "-s", + "--stdout", + action="store_true", + help="print wordlist", + ) + parser.add_argument( + "-o", + "--output", + metavar="OUTPUT", + type=Path, + help="save wordlist in a file", + ) + parser.add_argument( + "-l", + "--lang", + metavar="LANGUAGE", + default="en", + help="indicate wordlist lang; 'en' by default", + ) + parser.add_argument( + "-i", + "--max-items", + metavar="INTEGER", + type=int, + default=0, + help="indicate max length for wordlist; no limit by default", + ) + parser.add_argument( + "-w", + "--word-length", + metavar=("MIN", "MAX"), + type=int, + default=(2, 15), + nargs=2, + help="indicate min and max length for each word; (2, 15) by default", + ) + + return parser.parse_args(args) + + +def main(args=None): + """Inits Scrabbleable class according to CLI subcommands + + :param args: Test arguments; if None, then uses CLI args; None by default + :type args: tuple | None + """ + args = parse(args) + wlist = WordList(args.paths, args.lang, args.max_items, args.word_length) + wlist.make() + if args.stdout: + wlist.show() + if args.output: + wlist.write(args.output) diff --git a/scrabbleable/wordlist.py b/scrabbleable/wordlist.py new file mode 100644 index 0000000..4acce11 --- /dev/null +++ b/scrabbleable/wordlist.py @@ -0,0 +1,74 @@ +import re +from unidecode import unidecode +from pathlib import Path +from warnings import warn + +# TODO Tests + + +class WordList: + """Scrabble wordlist maker""" + + TILES = { + "en": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "es": "ABCDEFGHIJLMNÑOPQRSTUVXYZ", + } + + def __init__(self, paths=[], lang="en", max_items=0, word_size=(2, 15)): + """Inits + + :param paths: Text files sources; [] by default + :type paths: list[Path] + :param lang: Wordlist language; "en" by default + :type lang: str + :param max_items: Max wordlist length; no limit (0) by default + :type max_items: int + """ + self.paths, self.lang = paths, lang + self.max, self.size = max_items, word_size + self.tiles, self.texts, self.words = "", [], [] + + def check(self): + """Checks self attributes""" + if self.lang not in self.TILES.keys(): + tiles = ", ".join(self.TILES.keys()) + raise ValueError(f"{self.lang} language is not in {tiles}") + else: + self.tiles = re.compile("[" + self.TILES[self.lang] + "]+") + for path in self.paths: + try: + text = Path(path).read_text() + if text not in self.texts: + self.texts.append(text) + except Exception: + raise IOError(f"{path} couldn't open") + + def make(self): + """Makes wordlist""" + self.check() + for text in self.texts: + for word in re.split(r"\s+", text): + if len(word) >= self.size[0] and len(word) <= self.size[1]: + word = unidecode(word).upper() + if re.match(self.tiles, word) and word not in self.words: + self.words.append(word) + if self.max > 0 and len(self.words) == self.max: + break + self.words = list(sorted(self.words)) + if self.max > 0 and len(self.words) < self.max: + warn(f"wordlist ({len(self.words)}) < max_items ({self.max})") + + def show(self): + """Prints wordlist""" + print("\n".join(self.words)) + + def write(self, raw_path): + """Writes wordlist + + :param raw_path: Output path file + :type raw_path: str | Path + """ + path = Path(raw_path) + if path.exists(): + warn(f"overriding {path}") + path.write_text("\n".join(self.words)) diff --git a/tests/assets/corpes_10000_formas_ortograficas.txt b/tests/assets/corpes_10000_formas_ortograficas.txt new file mode 100644 index 0000000..c3d19f6 --- /dev/null +++ b/tests/assets/corpes_10000_formas_ortograficas.txt @@ -0,0 +1,10000 @@ +, +de +. +la +que +y +el +en +a +los +se +un +del +las +con +una +por +no +" +para +su +es +lo +al +como +más +: +) +( +El +- +o +La +sus +le +me +? +¿ +— +En +pero +ha +; +si +sobre +este +No +entre +ya +había +sin +todo +años +ser +fue +era +son +también +cuando +dos +mi +muy +Y +está +esta +porque +Los +hasta +desde +nos +qué +han +tiene +A +donde +hay +Por +parte +ese +puede +te +Pero +vida +todos +uno +yo +él +Se +ni +tiempo +así +eso +vez +dijo +Es +cada +! +esa +mismo +¡ +bien +» +« +e +otro +otros +año +hacer +día +' +hace +ella +Las +estaba +país +sólo +De +mundo +algo +siempre +tres +después +tan +otra +sido +nada +forma +ahora +durante +sí +mucho +antes +poco +casa +momento +personas +menos +les +están +quien +trabajo +aunque +sino +gran +mejor +mayor +caso +contra +1 +Si +ver +hecho +primera +Lo +ellos +cuenta +unos +hacia +lugar +solo +estos +Para +mientras +Me +tenía +días +tanto +cómo +Un +otras +manera +tener +va +tienen +millones +ante +pasado +veces +nuevo +2 +Una +casi +Al +cosas +primer +hoy +esto +tu +hombre +todas +pueden +además +debe +según +nunca +algunos +entonces +Con +tipo +mujer +toda +medio +cual +fueron +gente +dice +historia +Qué +pues +misma +poder +estar +lado +sea +luego +Sin +importante +Yo +noche +fuera +presidente +Cuando +estas +frente +mujeres +ciudad +mí +muchos +sistema +agua +aquí +grupo +3 +cuatro +ejemplo +nuestro +política +hizo +mis +información +haber +aún +proceso +madre +dentro +final +punto +tal +padre +mano +he +social +tras +equipo +desarrollo +bajo +habían +general +Nacional +será +cualquier +países +ojos +horas +estado +Como +decir +España +grandes +Estado +tarde +Este +nuestra +situación +esos +Así +cuerpo +Su +cambio +nivel +eran +gobierno +niños +sentido +nueva +posible +nadie +realidad +Estados +meses +Gobierno +” +ello +parece +“ +cabeza +sé +muchas +familia +fin +4 +público +cinco +podría +Esta +último +salud +da +verdad +dar +Además +número +podía +nombre +llegar +incluso +hora +alguna +mañana +partido +unas +También +obra +segundo +allí +persona +problemas +junto +proyecto +algunas +ahí +manos +10 +Ya +nosotros +iba +casos +– +diferentes +algún +5 +semana +largo +muerte +México +quienes +esas +falta +ir +hombres +nacional +ayer +estudio +problema +uso +idea +varios +población +mal +paso +voz +sociedad +buena +tuvo +San +dio +tema +puerta +Juan +trata +todavía +Hay +Le +libro +mayoría +datos +atención +Desde +palabras +centro +hablar +6 +minutos +sería +cosa +relación +claro +José +usted +espacio +seguridad +mercado +dicho +tú +luz +sociales +investigación +tengo +producción +últimos +saber +música +recursos +aquel +sector +único +van +ellas +sabe +calidad +primero +hijo +zona +Ahora +buen +pueblo +Según +servicios +empresa +dinero +hemos +empresas +Sí +quiere +amor +alguien +siglo +calle +cerca +condiciones +segunda +propio +última +20 +hacía +camino +tenemos +director +resultados +modo +hijos +estaban +total +programa +propia +Era +seis +puntos +cara +edad +siendo +visto +derecho +creo +juego +estoy +ciento +hubiera +llegó +joven +allá +seguir +presencia +salir +capacidad +puesto +ningún +jóvenes +nuevos +papel +Esto +estamos +pasar +Aunque +deben +actividad +nuevas +varias +futuro +vista +igual +alto +cierto +Cómo +dólares +dado +personal +aquella +experiencia +Que +Eso +voy +15 +ley +actividades +niño +control +educación +objetivo +siguiente +apenas +riesgo +razón +sigue +medios +nuestros +quería +demás +grupos +tenido +campo +mes +difícil +haya +productos +pensar +hacen +dejar +primeros +guerra +pasa +arte +fuerza +serie +principal +tierra +valor +aire +necesario +Madrid +quién +padres +acuerdo +tampoco +derechos +Mi +soy +resto +encuentra +7 +Universidad +haciendo +media +Te +anterior +posibilidad +pronto +imagen +conocer +ninguna +servicio +Después +ambos +muestra +cultura +tomar +menor +quiero +principio +debido +gracias +político +obras +estudios +respecto +español +12 +resultado +existe +crisis +bueno +interés +políticas +alta +mediante +amigos +cuales +permite +aquellos +necesidad +actual +30 +Todo +apoyo +capital +evitar +especial +mesa +Fue +Carlos +fondo +DE +base +8 +decía +respuesta +Entre +internacional +decisión +orden +sabía +fuerte +cantidad +efecto +diez +modelo +podemos +Luego +ex +vamos +mirada +presente +época +dejó +participación +análisis +puedo +conjunto +Dios +queda +quedó +parecía +acción +miedo +película +demasiado +crecimiento +región +pública +silencio +importancia +trabajar +O +lleva +importantes +carrera +palabra +vivir +habría +local +medida +suelo +duda +euros +pudo +mayores +comunicación +comunidad +cine +ayuda +alrededor +Colombia +pregunta +Entonces +única +grande +interior +volver +principales +enfermedad +encima +dónde +cambios +línea +espera +encuentro +pasó +atrás +cabo +medidas +partidos +mejores +realizar +libros +acceso +Argentina +Europa +conocimiento +consumo +pueda +acciones +relaciones +movimiento +autoridades +humanos +Ella +próximo +Ministerio +boca +bastante +siete +energía +América +construcción +dije +pequeño +11 +viene +formación +ve +libertad +Luis +encontrar +área +poner +amigo +llevar +temas +especialmente +cuarto +Chile +violencia +común +metros +diferencia +busca +organización +color +Mientras +María +viaje +mucha +seguro +mismos +economía +─ +hacerlo +origen +políticos +humano +compañía +éxito +tratamiento +clase +natural +par +momentos +libre +pie +fácil +tecnología +miembros +estuvo +tenían +proyectos +oportunidad +baja +elementos +especie +sangre +lejos +corazón +cargo +contrario +pocos +mar +jefe +gusta +mitad +Más +pacientes +instituciones +causa +formas +9 +ministro +procesos +cama +prensa +función +económica +Durante +naturaleza +señor +televisión +real +ocho +tiempos +memoria +dolor +Son +buscar +hija +explicó +piel +puso +mundial +producto +preguntó +nuestras +18 +Él +efectos +semanas +suerte +plan +sola +volvió +posición +económico +ambiente +materia +cultural +mantener +programas +tus +acerca +sitio +vuelta +14 +niveles +Porque +explica +carácter +0 +señaló +vino +LA +autor +médico +partes +sean +teléfono +vio +25 +deja +sueño +Hasta +pequeña +llega +blanco +enero +comenzó +entrada +hubo +Nos +peso +fecha +Todos +creación +entender +éste +entrar +diciembre +dirección +estudiantes +valores +capaz +existen +propuesta +práctica +adelante +llamado +16 +Ley +50 +precio +temporada +lugares +13 +red +cuyo +Mundial +policía +campaña +ciencia +Nueva +habla +alimentos +distintos +negro +hermano +gestión +viejo +especies +cuya +zonas +encuentran +sol +imágenes +resulta +figura +peor +Venezuela +marzo +República +digo +crear +ti +lucha +contar +características +novela +llegado +etc +Uno +rostro +sistemas +trabajadores +mamá +ideas +aumento +existencia +Consejo +has +escuela +detrás +Esa +marcha +EL +Hoy +ocasiones +debía +lograr +domingo +acto +equipos +Centro +/ +Sólo +tienes +diario +fútbol +escenario +Instituto +título +presenta +plazo +sectores +daba +particular +hechos +Santa +mira +animales +marco +ido +Salud +esfuerzo +ciudadanos +prueba +distintas +informe +texto +jugar +serán +oficial +central +aspectos +suficiente +género +lista +pequeños +17 +familias +estructura +jugadores +cocina +teatro +Congreso +niña +española +100 +somos +Barcelona +estilo +Ese +llevó +toma +elecciones +reunión +conocido +superior +comida +locales +mejorar +artículo +términos +hicieron +Pues +salida +café +estás +mayo +doctor +áreas +sala +cuestión +empezó +paz +tendrá +pone +pareja +llama +dan +Cuba +profesional +destino +Sus +arriba +espacios +río +principios +factores +aseguró +visión +inversión +enfermedades +dicen +opinión +recuerdo +centros +viernes +escena +asunto +habrá +comer +expresión +material +favor +dejado +técnico +cambiar +Miguel +octubre +] +Está +Jorge +realmente +industria +marca +Brasil +[ +ganar +territorio +redes +don +personajes +24 +objeto +profesionales +salió +calles +cierta +impacto +piso +comunidades +distancia +muerto +primeras +quizá +40 +abril +puedan +confianza +ocasión +etapa +significa +pesos +Internet +julio +habitación +junio +responsabilidad +Santiago +defensa +General +derecha +Ni +ejercicio +Estos +noviembre +precios +públicos +imposible +vía +izquierda +fuentes +aplicación +considera +Francia +Cada +conseguir +kilómetros +concepto +enorme +rato +familiar +ropa +debería +protección +Tras +fuerzas +internacionales +tenga +década +cielo +escribir +propios +podrían +contenido +fuego +diferente +contexto +popular +sábado +febrero +pena +perder +perdido +clave +artista +necesidades +The +septiembre +generación +diversos +esperar +decisiones +19 +lunes +versión +esté +Comisión +señala +vas +carne +condición +trabajos +fundamental +usuarios +visita +líder +vuelve +inglés +militar +21 +demanda +tercera +barrio +aspecto +Pedro +Había +recién +norte +selección +leer +humana +ésta +brazos +literatura +posibilidades +organizaciones +darle +Internacional +familiares +ciudades +nacionales +sur +ámbito +consecuencia +casas +indicó +sensación +artistas +finalmente +produce +contacto +necesita +Nunca +técnica +negocio +estrategia +preguntas +• +afirmó +cumplir +informó +obtener +llamada +grado +pelo +ocurre +juntos +españoles +finales +llevaba +últimas +inicio +lengua +actores +ofrece +carta +siguientes +intereses +estadounidense +Antes +pasos +larga +doble +22 +golpe +razones +profesor +sentía +justicia +tercer +compañeros +conciencia +deseo +objetivos +mala +cuidado +diversas +empleo +miles +justo +pies +papá +fiscal +delante +diseño +período +personaje +edición +agosto +Manuel +menores +discurso +puedes +Antonio +pidió +edificio +nueve +jamás +aquellas +precisamente +eres +Creo +marido +hospital +solución +% +Bueno +tipos +altura +identidad +cree +ingresos +plantas +Fernando +rápido +paciente +directamente +Perú +mensaje +mismas +veía +institución +podido +democracia +Aquí +alumnos +clases +Siempre +sabes +médicos +realizado +sentir +lenguaje +tamaño +2000 +motivo +recibir +decidió +responsable +competencia +abajo +entorno +hablando +2008 +2006 +coche +vive +mente +películas +club +reforma +públicas +Educación +u +Policía +gesto +esposa +física +aparece +pruebas +fiesta +pagar +naturales +científicos +normal +máximo +fuente +verano +respeto +gusto +víctimas +funciones +podrá +siento +… +simple +hotel +voluntad +tantos +logró +situaciones +incluye +velocidad +solamente +quieren +compromiso +búsqueda +hermana +administración +escuchar +cáncer +2003 +pese +2005 +dando +Francisco +Partido +exterior +autores +señora +2010 +juicio +madera +Buenos +presión +sonrisa +referencia +recibió +frío +materiales +escritor +alcanzar +aquello +revista +diferencias +venta +promedio +leche +mil +sale +similar +jornada +2004 +23 +feliz +anteriores +victoria +2007 +buenos +tarea +ambas +escrito +conmigo +Hace +convertido +Unión +exposición +actitud +pensamiento +llegada +habitantes +debajo +desarrollar +fines +plaza +pudiera +vi +pobreza +tono +recuerda +intención +periodo +completo +2002 +2001 +Tú +lectura +tomó +secretario +iniciativa +ritmo +segundos +estará +principalmente +alma +cuadro +régimen +tratar +laboral +pocas +colores +representa +establecer +veinte +prácticas +jueves +instante +iban +París +Sobre +encontró +detalles +décadas +60 +ganas +debate +culturales +anunció +Estas +presentó +opción +fui +sexual +clientes +propósito +ventana +intervención +simplemente +operación +propias +puertas +conflicto +caer +departamento +movimientos +agregó +peligro +banda +muertos +siente +organismo +comercial +inmediato +requiere +jugador +pantalla +siguen +pérdida +Presidente +vecinos +Otro +piernas +Tal +dieron +oro +fenómeno +Constitución +sexo +entrega +líneas +buenas +posibles +piensa +planeta +Nada +China +consecuencias +trabajando +planta +respondió +investigadores +asegura +calor +electoral +baño +conoce +pueblos +nota +superficie +Asimismo +Dos +curso +argentino +cuál +páginas +recordar +francés +distribución +martes +importa +sacar +reconocimiento +Pablo +mantiene +abrir +supone +espalda +comportamiento +actualidad +brazo +tuvieron +entrevista +miércoles +treinta +frecuencia +verde +armas +juez +terreno +técnicas +quizás +conversación +isla +historias +tendencia +evento +expertos +terminar +Real +realizó +unidad +fotos +evolución +mirar +crítica +afirma +Estoy +planes +seres +construir +oferta +quedado +noticia +actualmente +global +cámara +grave +pequeñas +oposición +generar +categoría +David +aun +presentación +radio +abrió +fase +propiedad +Banco +2009 +militares +dormir +ausencia +hermanos +beneficios +chica +comprar +ocurrió +objetos +veo +pensando +incremento +virus +miró +utilizar +provincia +tales +diálogo +empezar +interesante +Ha +aguas +Ana +propuestas +vivo +cualquiera +nombres +buscando +colegio +Gran +quieres +Alemania +Estaba +modelos +viento +ayudar +Allí +seguía +disco +ustedes +pago +abierto +tradicional +triunfo +ataque +página +tendría +premio +reducir +Algunos +saben +leyes +terminó +suma +teoría +oficina +reciente +Tiene +civil +podían +cerebro +alguno +indica +manejo +haga +PP +sabemos +agentes +labor +totalmente +sonido +Ciudad +llegaron +quiso +acaba +pareció +tantas +Julio +esperanza +ven +Tierra +usar +perspectiva +niñas +cuello +noches +mínimo +participar +torneo +culpa +documento +dedos +término +pasando +cadena +parecer +mirando +debemos +pobre +animal +2011 +comentó +trataba +Puerto +logrado +contó +realiza +Copa +juegos +Claro +funcionarios +normas +histórico +error +pensó +espíritu +suele +serio +cuentas +Quién +abierta +tasa +frase +sede +candidato +hacerse +negocios +azul +transporte +27 +26 +fondos +encontraba +28 +experiencias +Tenía +económicos +Otra +piezas +carga +B +implica +mexicano +llamar +musical +dicha +hogar +misión +cita +presentan +labios +tanta +físico +web +Latina +actor +contrato +2012 +cien +tradición +belleza +bienes +llamó +Tengo +caída +células +oportunidades +entidad +evidente +comienza +Central +cuerpos +representación +sorpresa +circunstancias +mercados +vieja +estudiar +científico +comercio +presentar +árboles +ganó +aprender +morir +original +He +vaya +llevado +creer +regiones +pecho +querido +pobres +piedra +foto +pasada +aceite +EN +costo +altos +espectáculo +Asociación +Del +canción +convirtió +Liga +móvil +pensaba +reducción +influencia +funcionamiento +refiere +dudas +llena +Nadie +Casa +prácticamente +digital +esperaba +clara +investigaciones +poeta +abre +gobiernos +Italia +completamente +porcentaje +ingreso +unidades +Ecuador +elección +Social +tuve +80 +privado +II +maestro +quedan +constante +encontrado +quedaba +vuelto +esfuerzos +noticias +rojo +indígenas +I +venir +evaluación +blanca +compra +periodista +gasto +daño +esperando +dificultades +Justicia +venía +permiten +gol +actuación +estrategias +P +reconocer +recibido +lleno +queremos +tengan +presupuesto +sirve +deuda +representantes +200 +podrán +firma +empieza +hojas +verdadero +permanente +próxima +escala +Desarrollo +olor +corto +autoridad +of +sintió +adultos +cuento +abuela +llevan +lluvia +moda +temperatura +próximos +añadió +viven +directa +recorrido +método +causas +disposición +hablaba +parecen +venido +mecanismos +suyo +cifra +presentes +murió +banco +pasaba +evidencia +hubiese +convertirse +extraño +canciones +ruido +ciertos +adolescentes +elemento +azúcar +vacío +resolver +responsables +científica +aprendizaje +C +pretende +múltiples +sucede +actos +ganado +volumen +establece +documentos +Javier +tío +universidad +secreto +Bolivia +Seguridad +cifras +capítulo +minuto +continuación +auto +intento +hice +Solo +conocimientos +explicar +acá +hacían +costa +tierras +puesta +Rafael +recuperación +Vamos +vivienda +chico +pieza +aproximadamente +alcalde +Estamos +Tampoco +comprender +masa +mío +Finalmente +moral +Daniel +producir +tecnologías +alcohol +vale +negra +playa +deporte +inteligencia +fuertes +contenidos +herramientas +mezcla +resistencia +ojo +flores +pedir +siguió +continuar +ninguno +Costa +titular +caja +70 +comunicado +llegan +estrellas +declaraciones +opciones +mostró +Alberto +ocurrido +infantil +Ejecutivo +duro +legal +corresponde +eeh +puestos +paredes +plata +parque +pared +estuviera +sombra +considerar +productores +organismos +riesgos +límites +hambre +trabaja +entró +p +vestido +entidades +probablemente +víctima +perdió +Uruguay +oficiales +generales +colaboración +instrumentos +habitual +tareas +operaciones +alegría +resolución +preocupación +publicado +teniendo +poesía +oído +ventaja +Diego +expresó +hará +doce +diciendo +Jesús +consiste +Teatro +directo +amenaza +empleados +factor +vidas +amiga +dijeron +matrimonio +Plan +cuanto +plano +municipio +Cámara +inicial +definitiva +chicos +Andrés +pintura +Don +regional +ciclo +quince +universo +pan +periodistas +necesaria +privada +ciertas +XX +depende +muestran +constituye +abuelo +capaces +Corte +corrupción +conservación +vienen +salón +textos +perro +decidido +observar +Roberto +complejo +29 +voces +Gracias +declaró +recuperar +quedar +económicas +salvo +Alejandro +1999 +genera +iglesia +individuos +deberá +amplia +diagnóstico +personales +seguido +hago +miembro +disfrutar +jardín +revolución +fueran +supo +nación +breve +estaría +discusión +accidente +observa +31 +compartir +destacó +2015 +tradicionales +garantizar +infancia +parecido +profesores +silla +convierte +aparición +dientes +cuentan +sueños +cierre +Museo +motivos +vehículo +potencial +gustaría +sitios +os +di +diversidad +escuelas +hayan +antiguo +rey +ofrecer +completa +Soy +suelen +estén +alcance +corriente +periódico +dejando +formar +responder +Incluso +números +figuras +fotografía +analizar +esquina +pensé +ideal +Ahí +permitió +espejo +actuar +aumentar +partida +Ante +John +compañero +90 +fe +luces +Eduardo +internet +actuales +nació +estadio +R +criterios +extremo +vos +Tribunal +votos +bar +síntomas +cayó +Algo +relato +cárcel +abogado +vehículos +medicamentos +Londres +regreso +35 +registro +pleno +2014 +pude +pedido +sujeto +concentración +placer +Fundación +regresar +cartas +cuarenta +manifestó +determinar +restaurante +gastos +integración +distinto +clima +reglas +seguramente +verdadera +entra +sal +Ricardo +participantes +comisión +comienzo +definición +carretera +amplio +alimentación +Puede +crédito +mostrar +detalle +pasión +protagonista +habló +apareció +ambiental +Mario +destaca +darse +prevención +Grupo +humor +continúa +viendo +aparecen +presentado +campeón +2013 +estación +escribió +identificar +nuevamente +estados +Cultura +gas +alemán +asuntos +artículos +similares +Usted +produjo +fuese +EE +llamaba +probable +técnicos +controlar +margen +recuerdos +reconoce +conocía +tomado +conocida +Felipe +acceder +cambiado +cuyos +correr +colectivo +cantante +instrumento +intentar +paisaje +rápidamente +inició +líderes +sentado +gustaba +plena +dejaba +Bogotá +triste +mensajes +bases +recordó +comerciales +soldados +altas +elegir +temprano +dispuesto +miraba +cuestiones +instalaciones +responde +avión +entrenador +poca +comunes +relacionados +señal +recurso +levantó +patio +beneficio +cincuenta +humanidad +vemos +ventas +costos +enseñanza +madrugada +felicidad +drogas +restos +respuestas +promoción +polvo +pienso +superar +papeles +ruta +profundo +Guatemala +empresarios +Enrique +previsto +utiliza +corte +dirigentes +cuándo +cerrar +impuestos +Federación +pase +encontramos +únicamente +considerado +oscuro +quedarse +Ah +estatal +lector +tendrán +quedaron +colección +intensidad +1998 +afecta +errores +Iglesia +incluyendo +máxima +títulos +menudo +siglos +especiales +alternativa +termina +tráfico +dura +rival +aceptar +infraestructura +sacó +intelectual +patrimonio +bajar +Ramón +impresión +funciona +cuesta +tensión +realización +2016 +municipios +turismo +decirle +estrella +punta +concreto +compañías +respectivamente +tía +Otros +éstos +antigua +batalla +extranjeros +meta +exactamente +caminar +entiende +preparación +sentimientos +policías +cuánto +delito +frontera +segura +Quizá +forman +escolar +eventos +Tenemos +vivía +tratando +goles +apertura +mejora +mental +histórica +recibe +reacción +tuviera +avance +Civil +D +acabar +acuerdos +equilibrio +dosis +medicina +procedimiento +afuera +candidatos +Washington +declaración +tren +perfectamente +malo +techo +universidades +Quiero +claramente +perfil +índice +positivo +populares +adecuada +Organización +graves +viajes +colombiano +lógica +conseguido +et +hacemos +propone +plataforma +500 +métodos +concierto +asistencia +igualdad +agencia +Carmen +inversiones +Paraguay +voto +Premio +fundamentales +sesión +tocar +Secretaría +conflictos +Nosotros +temor +directora +educativo +interpretación +judicial +pide +necesitan +europeos +campos +sencillo +repente +ejecución +petróleo +subir +descubrir +dueño +crimen +cumplimiento +XIX +Dirección +juventud +críticas +máquina +soluciones +individual +adecuado +reflexión +nacido +asociación +reales +S +Comité +representante +individuo +cientos +rumbo +consciente +mierda +suya +atender +creado +estructuras +bancos +independencia +clasificación +zapatos +agenda +olvidar +Valencia +pandemia +300 +especialistas +hogares +consulta +habíamos +consideran +salido +rol +producen +tomando +cooperación +pasan +muchacho +institucional +cabe +bienestar +canal +ánimo +promover +Administración +Víctor +talento +nacimiento +viejos +límite +soledad +llorar +acabó +tienda +comenzar +personalidad +actriz +transformación +contestó +querer +anual +interna +mía +Departamento +industrial +Japón +recientemente +conducta +dejan +publicidad +dulce +negros +gira +integral +clásico +Festival +avances +derrota +acercó +cercano +Rusia +realizan +portavoz +árbol +emergencia +carreras +PSOE +percepción +vías +bosque +dificultad +enfrentar +sentencia +resultó +ejército +extranjero +Hospital +edificios +oscuridad +fotografías +pregunté +creciente +publicación +plato +sociedades +prisión +buscan +denuncia +lágrimas +usuario +ciudadanía +conferencia +explicación +definir +ficción +perfecto +Ejército +Muchos +acompañado +Lima +integrantes +desarrollado +Google +esencial +Sistema +grados +invierno +gritos +raro +45 +Sergio +Muy +producido +significado +vender +Caribe +Les +necesarios +consiguió +Asamblea +capitán +sabor +puerto +bolsa +debió +E +dejaron +sentí +herramienta +Mira +mecanismo +Escuela +celular +dimensión +estábamos +letras +vacaciones +Ellos +rápida +interno +interesa +viviendas +vuelo +pista +laboratorio +enfoque +Raúl +millón +profunda +disponible +municipal +vaso +distinta +cobertura +toca +necesitaba +Primero +Programa +2017 +hombros +asegurar +aplicaciones +excelente +quiera +viajar +alcanzó +utilización +arena +muestras +reconoció +reloj +determinado +reuniones +ofrecen +vueltas +posterior +italiano +gobernador +rendimiento +gana +bebé +serían +llegaba +posiciones +excepción +once +museo +extraña +plantea +cuadros +permitir +caliente +sentimiento +1997 +mediados +García +Tres +cuáles +cliente +comenzaron +componentes +vivido +Naciones +golpes +independiente +tabla +www +pensado +conceptos +Plaza +trabajan +elaboración +mexicana +poblaciones +crítico +dieta +contiene +turno +sostiene +posee +riqueza +perros +Inglaterra +matar +Guillermo +inmediatamente +comparación +aparte +emociones +permitido +delitos +funcionario +estadounidenses +utilizado +borde +variedad +nariz +asumir +dedo +loco +Juegos +añade +premios +encargado +2018 +aplicar +logra +famoso +expectativas +notas +m +creía +botella +adentro +Casi +Río +iniciar +agente +utilizan +verse +permita +realizada +diputados +maestros +Panamá +localidad +sostuvo +preciso +Dónde +estuvieron +criterio +Hugo +órdenes +quisiera +visitar +filosofía +médica +video +motor +afectados +haberse +Palacio +daños +competencias +Tanto +contigo +demostrado +demostrar +irse +ponen +raíz +aparato +firme +cena +arma +escritura +variables +libres +despacho +rural +alternativas +Isabel +Unidas +especialista +comentarios +dirigido +verlo +potencia +absoluto +madres +norma +hubieran +absoluta +deberían +reformas +curiosidad +ponerse +visitantes +contaba +clínica +cultivo +representan +Cataluña +haría +Todas +mexicanos +ves +cero +Academia +costumbre +inferior +servir +trayectoria +descanso +Nicaragua +cubano +dedicado +traje +creen +escritores +basura +útil +amistad +imaginación +negociación +presidencial +cargos +comprobar +llevaron +alcanza +llamadas +división +terminado +Roma +’ +escucha +señalar +Popular +generaciones +intenta +teníamos +proteger +andar +absolutamente +huevos +trato +posteriormente +destacar +obtuvo +Poder +aprobación +Laura +pierde +Parece +incluyen +the +UE +caballo +Historia +impuesto +sesenta +Honduras +Martín +obligación +danza +dirige +aeropuerto +conversaciones +Parlamento +pelota +ocupa +guía +cerveza +novia +advirtió +intercambio +maíz +salía +establecido +constitucional +caminos +enseguida +profundidad +dinámica +barco +chicas +abandonar +Sociedad +impulso +plástico +LOS +homenaje +entiendo +dominio +Mejor +Revolución +1996 +camisa +fracaso +celebración +relacionadas +innovación +arroz +elegido +pudieron +penal +sección +vicepresidente +Comunidad +África +reto +docentes +exceso +revisión +beso +lanzó +tratado +generalmente +categorías +autonomía +encontraron +venezolano +doña +honor +escribe +corta +duración +puta +universal +seguimiento +tristeza +conclusión +avanzar +‘ +cuyas +crea +fiestas +tasas +eh +dimensiones +Hemos +hiciera +risa +dirigida +imaginar +cancha +conocidos +recientes +constituyen +ejemplos +Dentro +satisfacción +eléctrica +arquitectura +lectores +concurso +consumidores +Frente +disciplina +marcas +propiedades +mantenimiento +europeo +crecer +estabilidad +puente +defender +2020 +diría +Defensa +ataques +piedras +Tu +transmisión +fría +avenida +hablado +consideró +continente +reconocido +apunta +tercero +bolsillo +pendiente +balón +mantuvo +corriendo +federal +conexión +López +activos +cambió +superiores +bajos +habido +pasillo +sufrir +roja +iniciativas +capacidades +dirigente +oficio +emoción +montaña +cuarta +financiero +visitas +europea +exige +hablan +procedimientos +cinta +correo +Oscar +Cuál +ceremonia +extensión +vital +déficit +Eran +Ambos +sentirse +cámaras +viviendo +taller +adolescente +panorama +expresa +siguiendo +Junta +publicó +activa +aprovechar +regular +2019 +Aún +cariño +Reino +establecimiento +ponía +descubierto +permitirá +lados +M +dispositivos +humo +formal +disminución +juega +tranquilo +luna +francesa +Muchas +Será +Guerra +Pública +Ciencias +llaman +sujetos +necesarias +blancos +inmigrantes +anuncio +Algunas +País +rechazo +1990 +claridad +1995 +decidir +Pese +cae +estudiante +32 +protagonistas +correspondiente +financiera +aventura +numerosos +aves +evaluar +diarios +bajas +acababa +ciudadano +copa +entero +hipótesis +Comercio +estarán +oír +diga +éstas +eficacia +decían +semejante +explotación +rasgos +composición +emocional +confirmó +g +cerrado +dato +ronda +DEL +artística +supuesto +sexuales +largas +Sur +levanta +particularmente +encuentros +platos +hombro +detenido +parecían +privadas +vieron +invitados +apoyar +manifestaciones +b +empezaron +suave +municipales +puro +permiso +revistas +embarazo +igualmente +terrible +expansión +básicos +Club +preparado +cerró +mando +electrónico +ambientales +utilizando +privados +difusión +primaria +vecino +dictadura +documental +atmósfera +Vicente +organizado +asesinato +enemigo +in +disponibles +necesariamente +ejecutivo +idioma +asiento +proporción +cuentos +Norte +George +metro +detuvo +hecha +Señor +moderna +combate +hoja +eliminar +agricultura +orgullo +vivos +solar +complicado +ansiedad +profesión +ilusión +pensamientos +mantienen +turistas +contratos +vergüenza +Parque +comprensión +jugando +define +positiva +dé +400 +aumenta +suficientes +audiencia +aporte +antiguos +acontecimientos +difíciles +Todavía +fórmula +Actualmente +fortuna +identificación +desarrolla +lujo +sucedido +gracia +eficiencia +1994 +taza +escenarios +daban +dependencia +César +salen +Sol +argentina +inteligente +tiro +Dr +editorial +gerente +órganos +residencia +particulares +Facebook +cabello +entrenamiento +hielo +postura +contaminación +cambia +músicos +agrega +ventajas +& +frecuente +frases +religión +alimento +letra +leído +Poco +odio +parar +argumento +diputado +ochenta +cultivos +esperan +mapa +Jaime +viva +novelas +señales +estima +hospitales +indicadores +deberán +ofreció +romper +frutas +150 +Caracas +negociaciones +Nicolás +parejas +ventanas +Álvaro +temporal +Rosa +Día +calma +intentó +d +malos +comenta +verdes +ensayo +debo +continuidad +informes +concluyó +festival +chileno +investigador +legales +preparar +incidencia +Federal +Trabajo +pasaron +ubicado +hagan +oficinas +piloto +civiles +Economía +progreso +climático +toneladas +colectiva +policial +coordinación +hacerle +Quizás +presidenta +largos +formato +bosques +III +Ángel +Red +fechas +sustancias +encuesta +Senado +debían +aparecer +tranquilidad +tendencias +femenino +costado +obligado +presidencia +gris +sufrido +rock +biblioteca +jueces +Héctor +horizonte +legislación +usa +cumple +entusiasmo +setenta +habilidades +V +instalación +guardia +Gustavo +perfecta +fundamentalmente +realizadas +desempeño +acaso +sucedió +demuestra +periódicos +incluido +quinto +sufrió +mueve +software +Hacienda +efectivo +socialista +dirigió +mesas +PIB +haces +británico +instancia +desafío +totalidad +círculo +volvía +descenso +argumentos +Voy +campeonato +insistió +cursos +urbano +León +vigilancia +Fondo +permitan +lentamente +Estás +deseos +Derechos +incluir +escapar +mediodía +reciben +estética +existentes +laborales +conocen +transición +Ayer +basada +cadáver +depresión +enormes +carro +empresario +cura +etapas +poderes +Medio +pura +Sevilla +kilos ++ +consejo +concepción +Interior +espectadores +iguales +sienta +continuó +tiendas +recomendaciones +esencia +regionales +solidaridad +naciones +provoca +Podemos +Alfredo +brasileño +decenas +crees +llegue +hábitos +cubrir +and +rabia +refleja +moderno +listo +terrorismo +seco +exclusivamente +creó +definitivamente +muertes +J +ganador +amenazas +respaldo +conozco +cristal +Gabriel +intenso +financiamiento +previa +territorios +lesiones +productor +recomienda +basta +dices +Israel +levantar +lanzamiento +eficaz +raíces +prima +duelo +esquema +baile +Ernesto +esposo +indígena +docente +experto +fama +contado +paseo +Julia +ricos +mínima +provincias +rueda +fuimos +mandatario +visual +saca +digitales +formado +Servicio +salto +requieren +negativa +tratamientos +mas +probar +Derecho +implementación +hierro +EEUU +ONU +querían +regalo +Miami +Canadá +activo +basado +inflación +bajó +tesis +Sara +seguros +grasa +aprobado +Arturo +apuesta +tocó +huesos +socios +tránsito +órgano +dará +fronteras +estómago +opiniones +Santo +nervioso +prevenir +podríamos +33 +certeza +combinación +conductor +delantero +Cristina +dispositivo +solos +encontré +Tomás +etcétera +empresarial +consigo +artes +$ +Fiscalía +previo +c +anteriormente +canales +relevante +desconocido +pertenece +alerta +fiscales +verla +incertidumbre +brillante +preguntar +conoció +reina +muchacha +36 +enfermo +ética +sensibilidad +toque +educativa +angustia +relacionado +Castillo +patrón +tarjeta +hijas +virtual +adaptación +heridas +discos +queso +salas +sabido +trae +km +versiones +destacan +caído +Chávez +elevado +cercana +actuaciones +Villa +amante +abiertos +tragedia +Ignacio +señalado +entradas +hablamos +vivió +financiación +dignidad +diabetes +relativamente +numerosas +móviles +conclusiones +ciencias +caras +González +líquido +eje +pudieran +combatir +realizará +espacial +merece +Bien +facilitar +increíble +descubrió +existía +financieros +Primera +tribunal +celebrar +Nuestra +individuales +operativo +sombras +valoración +centrales +espectador +Alicia +convencido +mentira +talleres +infección +Seguro +izquierdo +mandato +Elena +Rodríguez +propuso +notable +argentinos +existir +destrucción +trató +decide +facilidad +ámbitos +pierna +culturas +productividad +pusieron +gravedad +incorporación +cantidades +capacitación +máquinas +seguidores +Nuevo +locura +cola +remedio +lento +estrés +Dijo +hectáreas +sencilla +convocatoria +entregó +demandas +cartera +consenso +L +luchar +barra +pescado +específico +fruto +intentando +Unos +pasajeros +patria +ordenador +moneda +episodio +adquirir +fenómenos +California +noventa +espero +liderazgo +hilo +terror +grito +desaparición +limpieza +académico +tabaco +campañas +pelea +fácilmente +1992 +Unidad +Twitter +50% +descubrimiento +específicos +pintor +transparencia +protesta +circulación +observación +columna +musicales +efectiva +Michael +compromisos +recordaba +interacción +Rodrigo +Investigación +cajas +Pausa +salieron +socio +regresó +consideración +X +lograron +contribuir +India +teléfonos +alcanzado +VIH +cubana += +Mis +novio +reserva +Ayuntamiento +fortalecer +vigente +quedé +surge +poniendo +enfermos +básica +costumbres +blancas +coronel +buscaba +precisión +rurales +exportaciones +orientación +carbono +requisitos +femenina +apartado +previamente +pérdidas +marcado +cantar +asociados +malas +rico +doy +desaparecido +colegas +ríos +olvidado +semillas +comandante +tejido +vacuna +occidental +convivencia +signos +desea +sirvió +trabajaba +sonrió +mencionar +oscura +gestos +Sebastián +34 +españolas +electorales +mortalidad +Ciencia +curioso +presentaron +apuntó +claves +ministra +nubes +advierte +llamados +decreto +pacto +ordenó +reservas +ramas +amigas +conforme +convertir +misterio +récord +Valle +inicia +apartamento +dispone +obliga +terapia +ilegal +recoger +paciencia +suena +paro +realizados +varones +lesión +imprescindible +Latinoamérica +sentidos +cuantos +apariencia +generan +precisa +gato +obesidad +llave +ministros +código +inmediata +Sé +cotidiana +humanas +cuartos +1993 +Irak +afectan +examen +referente +regulación +dada +reducido +Eva +asociaciones +paquete +montón +aprendido +escuchó +intelectuales +Apenas +restaurantes +Bajo +débil +maneras +Arte +consigue +montañas +peligroso +atractivo +circuito +Marco +característica +bandera +desierto +poema +repetir +salvar +correspondientes +complejidad +extrema +escenas +sirven +gustan +deportivo +estuve +beber +negó +enemigos +entrevistas +Segunda +componente +quede +consejos +miradas +Ambiente +Hubo +indican +provocó +llegando +bebidas +capa +Otras +próximas +encontrarse +revisar +críticos +humedad +entera +chino +dichos +subió +muchachos +medir +salsa +trimestre +artístico +Española +Ay +usan +marcó +cigarrillo +metas +realizaron +Cultural +nieve +Sánchez +colocar +echar +poemas +Rey +sentó +finalidad +campesinos +prioridad +droga +genética +responsabilidades +felices +directores +feria +hermosa +urgencia +ejercer +resultaba +escrita +claras +Municipal +correcto +salario +muerta +históricos +detectar +intervenciones +democrática +urbana +norteamericano +sienten +balance +Luna +antecedentes +comentario +portal +Tan +habrían +barrios +Alfonso +programación +labores +muro +contactos +frecuentes +escaleras +educativos +secretos +mostrado +significativo +piano +llegué +canto +fija +espaldas +toman +explicaciones +magnitud +supe +intensa +petición +sorprendió +virtud +ensayos +tropas +recorrer +Nuestro +despertar +denominado +muchísimo +ampliar +gigante +manejar +trabajado +Cristo +polémica +provocar +expresiones +limitaciones +caminando +plazas +acudir +respiración +organizar +deterioro +rango +Existen +chocolate +escolares +determinados +48 +Tienes +asistir +doctora +filme +efectivamente +empezado +desaparecer +escritorio +disminuir +profundamente +rutina +unión +estatales +ingredientes +islas +corre +anoche +construido +dormido +tela +separación +reproducción +10% +heridos +senador +caballos +Medicina +Paul +Marta +acercarse +Joaquín +rincón +Apple +símbolo +registros +negativo +Pérez +fiebre +proteínas +taxi +Robert +énfasis +frutos +ruso +comenzado +secundaria +clásica +departamentos +G +desgracia +compleja +electricidad +fila +investigar +ciudadana +radical +empate +compras +participaron +cubanos +tecnológico +solía +harina +abiertas +Australia +XXI +afirmar +Castilla +literaria +suficientemente +normalmente +abordar +inclusión +Isla +Humanos +constantemente +tecnológica +jornadas +testigo +únicos +perdón +asistentes +bailar +impulsar +lluvias +actitudes +catalán +olvido +sesiones +generado +jurídica +temperaturas +loca +encontraban +accidentes +tardes +sobrevivir +primavera +entregar +participan +eficiente +siquiera +rodillas +aceptó +jefes +archivos +ejercicios +Mauricio +recibieron +incluidos +Óscar +Hombre +seguirá +vuelven +Mercedes +dibujos +Público +hicimos +Fernández +jugó +colombianos +1991 +Santos +aniversario +renta +compuesto +escándalo +emisiones +retorno +vocación +famosa +té +discriminación +cubierta +dueños +expresar +ADN +pendientes +Agencia +dispuestos +jurídico +escalera +internos +recoge +ejemplares +sonidos +anunciado +perdida +reflejo +comedor +centímetros +decidieron +uniforme +colegios +detenidos +James +empleado +determinada +aficionados +Cruz +prevé +trama +desempleo +Claudia +cumplido +proyección +38 +surgió +Gonzalo +Superior +precisó +abogados +álbum +planificación +alianza +ubicada +testigos +manifiesta +coches +flujo +incapaz +sufre +núcleo +artificial +multitud +correcta +preocupa +selva +terroristas +alturas +cuidar +prisa +sentada +concluye +escuchado +Mujer +Julián +negras +cierra +pregunto +significativa +guitarra +citado +colonia +abandono +observó +añadir +ocurrir +Recuerdo +Sería +necesito +manifestación +secretaria +permanecer +revela +Dice +Toda +territorial +clubes +herida +agrícola +sofá +enviar +puse +fresco +gritó +Rubén +regla +concluir +conciertos +Marcelo +monto +20% +vídeo +decirlo +Federico +básico +cruzar +Eres +juvenil +materias +65 +castigo +prestigio +amarillo +específicas +Guardia +instrucciones +empezaba +espiritual +democrático +metió +aliento +muebles +Asia +afectado +créditos +manifiesto +mantenido +Iván +ahorro +marcador +sabían +ETA +empecé +sostenible +equivalente +lee +choque +metal +rescate +sugiere +músico +utilizados +acusado +caracteriza +deber +intenciones +Victoria +Virgen +conviene +huevo +colombiana +describe +condena +registrado +series +creatividad +justamente +Facultad +Somos +37 +deje +basa +Nación +fábrica +solicitud +lógico +nuclear +combustible +testimonio +variable +estreno +reduce +trajo +culpable +ingeniero +logro +alza +ligeramente +cerrada +denuncias +Código +vínculo +soporte +computadora +jurado +necesitamos +Jean +bandas +42 +Alianza +básicas +genes +crónica +visible +obligaciones +vencer +liberación +azules +fruta +lago +Morales +cebolla +suyos +bloque +enfrenta +diera +leyenda +normativa +camiseta +mantenerse +enfrente +escuchaba +Alguien +relevantes +metido +tormenta +habitaciones +fundación +vivimos +integrado +moverse +leve +orilla +clásicos +literario +pausa +Navidad +anuales +duró +edades +siga +guarda +inevitable +señalan +discursos +interesantes +traer +Política +contempla +garantía +llegamos +tranquila +cirugía +embajador +supervivencia +paga +quinta +residuos +llevará +Max +Presidencia +propuesto +diaria +relevancia +utilidad +cintura +Emilio +representar +reveló +pantalón +mm +conveniente +Información +Están +listas +encuestas +ocupar +convenio +socialistas +logros +pantalones +abuso +garganta +independientes +leyendo +volvieron +cumpleaños +Distrito +salarios +dejé +sufrimiento +naranja +posiblemente +75 +americano +limpia +escasa +Franco +Mariano +desastre +determinación +disponibilidad +Han +Colegio +faltaba +huelga +agradable +incrementar +supuestamente +estadísticas +pollo +competir +estancia +obtenido +desayuno +escritos +llevaban +obtenidos +TV +entendido +retos +relatos +explosión +azar +bomba +juntas +quiénes +positivos +controles +horario +Andalucía +reacciones +saludable +patrones +parto +corrientes +UN +corporal +impide +confusión +Paco +aportar +indios +bonito +peces +descripción +rivales +informado +promesa +físicas +dibujo +Galicia +enviado +anda +250 +aparentemente +ácido +invitado +registró +ancho +estable +cuero +Fuerzas +venían +modificar +conduce +sufren +apreciar +buscó +oeste +comité +elaborar +retrato +venga +falso +crece +contento +ingresar +teatral +cansancio +montaje +verduras +terrenos +Berlín +arco +cabezas +Figura +herencia +novedad +rayos +héroe +volví +esenciales +banca +comedia +Esos +adicional +específica +asimismo +creciendo +destacado +consumidor +entrado +Padre +quedaban +echó +infierno +abandonado +Richard +debes +horno +trago +impedir +desigualdad +directivos +calendario +magia +movilidad +ocupación +pagos +éramos +funcionar +épocas +religiosa +Hollywood +revés +extremos +IV +suspensión +Córdoba +preguntaba +vidrio +determinadas +robo +dedicó +Quito +bella +interpretar +detiene +invitación +fallo +espectacular +llevando +tomaron +drama +conocemos +cementerio +solas +urgente +pisos +usando +hoteles +600 +mencionado +afrontar +tuvimos +comienzos +envió +piensan +armado +Debe +Estudios +trastornos +sentarse +elegante +considerada +habilidad +existente +Supremo +Madre +publicaciones +rara +cercanos +inicios +derivados +intimidad +ampliación +resultan +íbamos +renuncia +franceses +maestra +despacio +Fidel +industriales +participó +eliminación +acabado +profesora +bolsas +1989 +alumno +pistola +ecosistemas +atentado +visitante +episodios +vegetales +coste +votación +discutir +Martínez +modalidad +viejas +cadenas +incorporar +peores +corresponden +nave +impuso +meter +crema +recepción +resumen +Medellín +vuelva +aclaró +usos +presos +vestidos +domicilio +OMS +inmensa +quise +gustado +Judicial +Mayor +poetas +afectadas +aseguran +empleos +electrónica +ubicación +interesados +ruedas +abrazo +signo +volante +Mamá +continua +emisión +probabilidad +complejos +pájaros +aceptación +soberanía +Turismo +llevo +mito +poseen +ascenso +seca +refugio +miran +coloca +posteriores +establecimientos +adolescencia +aprobó +cometido +orquesta +raza +permitía +gustó +intentos +asesino +dichas +distinguir +huellas +sanitaria +broma +vigencia +candidatura +cm +empiezan +referencias +prepara +risas +masas +problemática +seguida +valle +educativas +introducción +sonríe +darme +Silencio +físicos +extra +destinado +recinto +sube +sanitario +solitario +Portugal +verdaderamente +Agustín +realizando +aporta +nace +comprende +SE +fiel +dólar +estableció +contraste +milagro +bacterias +simples +dedicada +murieron +altamente +x +55 +masculino +adulto +Sala +Junto +demostró +teorías +invertir +Microsoft +resultar +vacunas +dejo +Electoral +Cuatro +hermoso +conductas +hermanas +productivo +cálculo +delegación +provocado +debilidad +Salvador +elaborado +escasos +firmado +deportiva +propietarios +vea +1980 +dependiendo +presentará +apellido +pesca +rigor +situado +soportar +acompaña +tramo +Exteriores +Rosario +estaciones +respirar +Marina +asociado +ruptura +creador +sustancia +garantías +poquito +lanzar +afectar +castellano +cuadrados +cuidados +conducir +casualidad +perdiendo +eléctrico +gloria +dioses +Paz +amantes +caos +externa +completar +masiva +documentación +trabajador +discapacidad +cocaína +Bush +sueldo +policiales +boda +específicamente +veremos +Teresa +sumar +Sabes +Marcos +marcar +Aun +desarrollan +básicamente +sindicatos +filas +periodismo +sepa +reír +30% +camión +favorable +metodología +convicción +autos +instancias +aplica +comunicaciones +show +esperado +infecciones +celebra +agrícolas +publicar +oye +39 +circunstancia +lenguas +entendía +inútil +alemana +Director +religioso +Clara +directiva +parcial +instituto +vayan +antiguas +creencias +Hola +Tecnología +informa +extraordinario +indispensable +chilena +trabajó +vimos +definitivo +protestas +universitarios +cumbre +Pacífico +gubernamentales +tiende +llamas +relativa +sombrero +permanece +liberal +comercialización +dedica +Europea +recurrir +conservar +Existe +pertenecen +judiciales +ayudas +llanto +Tabla +veían +detener +respetar +dirigir +sudor +Montevideo +llegará +repite +seno +vinos +120 +rojos +descansar +patas +Quería +comidas +hueco +vegetación +rostros +une +aclarar +adopción +portero +gases +oxígeno +Mañana +giro +supera +papa +aparatos +europeas +playas +colectivos +conocidas +templo +síntesis +relacionada +cerrados +soldado +dios +eco +sorprendente +Alto +Corea +aviones +Suprema +Bolívar +llegaban +extraordinaria +géneros +supongo +ajuste +gramos +Margarita +Nobel +Podría +cenar +publicada +Lucía +sillón +peruano +certamen +Igual +limpio +pesetas +adquisición +fumar +adoptar +aparecía +excepto +sospecha +desarrolló +institucionales +vínculos +flor +creando +US$ +galería +pasta +violación +modificaciones +parámetros +conforman +excusa +Florida +limón +colaboradores +poderoso +perspectivas +agencias +transmitir +liga +provenientes +complicaciones +efectivos +posesión +Lucas +exigencias +afición +crecido +palacio +abuelos +usado +amable +insiste +misa +declarado +considerando +renovación +Ello +guardar +Cabe +traído +miel +verá +cumplen +Servicios +brillo +longitud +justa +Cine +autorización +saberlo +iniciado +autora +guerras +conscientes +detención +fantasma +gafas +acumulación +cansado +desarrollados +alivio +competitividad +suman +Sofía +narrativa +andaba +huella +William +saco +subrayó +horror +vecina +medias +Diputados +vientre +éxitos +afán +química +Canal +singular +inseguridad +crímenes +novedades +oral +globalización +Agricultura +explicado +harán +narcotráfico +televisor +rapidez +Mar +tocado +44 +cumplió +mantenía +das +Boca +oídos +consideraba +primo +Movimiento +presidentes +conocí +fármacos +plantel +Carolina +procedentes +efectividad +tratados +propietario +ajeno +lejano +exclusiva +penas +irá +transparente +suponer +Va +mover +músculos +ayudó +tumba +contemporáneo +ayudan +rica +culto +Esteban +rosa +sensible +cuchillo +introducir +restricciones +uñas +finca +desafíos +ése +pinturas +quieras +Esas +sello +considerados +nervios +cortar +habituales +siguieron +terrorista +Pilar +votar +originales +museos +residentes +Mariana +charla +auténtico +Hotel +archivo +contener +parada +tejidos +acompañada +dormitorio +lanza +dispuesta +costó +* +refirió +PARA +académicos +terraza +modificación +tribunales +fomentar +vacía +Fueron +planos +seguían +ganancias +invisible +sanciones +italiana +ejemplar +inspiración +pedía +podamos +caza +comparten +cambiando +comienzan +fantasía +pa +partir +muros +aviso +43 +sillas +pico +comisario +corredor +servido +cerebral +finalizar +apoya +copas +copia +capítulos +creció +claros +capitales +ministerio +mostraba +productiva +Atlético +amanecer +fabricación +Papa +estrecha +organizada +exclusión +sorprendido +tradiciones +científicas +New +definido +sexto +Obama +insectos +den +monte +versos +falsa +impone +Éste +transferencia +prefiere +guión +creemos +generó +financieras +avanza +ocupado +inicialmente +contando +despedida +reparto +Juana +condenado +receta +fortalecimiento +roto +pensiones +desnudo +norteamericana +suelos +absurdo +negativos +normalidad +sigo +internas +bicicleta +criminal +excelencia +Aquella +nube +aportes +invitó +vigor +digamos +vientos +serlo +limitado +útiles +Pepe +secuencia +identificado +nosotras +muere +Oriente +entran +interesado +reforzar +trayecto +distrito +arquitecto +imponer +biodiversidad +huir +Sanidad +mostraron +tomaba +autobús +2021 +notar +exportación +coinciden +coordinador +N +presentarse +encanta +nostalgia +futuros +almuerzo +automóvil +compañera +camioneta +lenta +autónomas +Andrea +sacerdote +creada +normales +favorito +mencionó +alarma +Irán +vasos +cubierto +señores +enfrentamiento +noción +gubernamental +facultad +oreja +utilizada +plataformas +estilos +repertorio +tarjetas +pánico +admiración +afirmación +Penal +disputa +mandó +oscuras +sostener +decidí +alemanes +ola +gama +cualidades +actúa +densidad +incidente +Pensé +convierten +tecnológicos +exposiciones +negociar +esperaban +duele +académica +satisfacer +concreta +Igualmente +preguntarle +despierta +venezolanos +funcionan +diseñado +acompañar +traslado +41 +intentado +obstáculos +contemporánea +culo +otoño +Mónica +contienen +salga +enamorado +juegan +economías +embarazada +mundiales +disparo +regresa +ofensiva +saliendo +contratación +Proyecto +F +40% +entregado +impresionante +NO +teniente +modernidad +quita +aprovechó +XVI +adicionales +piscina +tratan +seria +chinos +sacrificio +alrededores +Aquel +batería +químicos +alimentaria +elevada +hallazgo +cuántos +QUE +TIC +junta +señorita +Católica +barro +obtiene +pedirle +solicitar +electrónicos +china +latinoamericanos +creadores +alegre +800 +extranjera +Región +División +fundador +Grecia +tele +crudo +Radio +participado +botellas +nacer +parado +i +fallecido +avanzado +tenis +incluida +síndrome +británica +ajo +captura +disponer +palo +tirar +oliva +capitalismo +Gloria +Protección +daría +Semana +T +energética +retiro +valorar +contemplar +denominada +potente +dolores +firmas +sitúa +brindar +alas +comportamientos +bonita +Cuánto +ponga +importaba +intervenir +Oficina +tocaba +turístico +escribiendo +rusa +gratuita +hechas +piden +chilenos +1985 +matemáticas +entraba +aula +confirmar +Constitucional +estando +presiones +seguimos +cartel +consultas +pidiendo +detección +trámite +bola +corona +cuota +asegurado +estudiado +espectáculos +otorga +esperanzas +modos +orígenes +Espero +terremoto +XVIII +cobrar +Van +competición +obligó +ofertas +rodeado +videos +herido +cadáveres +desesperación +suceder +coalición +comenzaba +trece +bronce +Posteriormente +carreteras +vivían +ocurría +coger +incendio +perfección +Mucho +ancianos +exilio +volar +ligero +divertido +llenos +venganza +Conferencia +reúne +acaban +utilizó +conquista +despertó +consumir +imagino +pasaban +pop +lateral +anotó +nutrientes +maravilloso +amo +imperio +futbolista +niega +aumentó +informaciones +supuestos +pensión +fragmentos +consejero +abandonó +faltan +sano +migración +variaciones +ideología +razonable +contribución +partículas +continuo +bebida +Sierra +darles +Parecía +renunciar +gordo +Reyes +grasas +informaron +46 +fuga +aventuras +imaginario +destinados +obvio +verme +colonial +instantes +Europeo +quieran +exhibición +inglesa +cuantas +circular +ríe +adelantó +preocupado +dirigidos +extiende +Torres +deportes +jugada +Leonardo +presentaciones +gráfico +perdieron +monedas +1986 +fortaleza +escasez +Doña +asume +convencional +Feria +extinción +menú +Gómez +repitió +constitución +licencia +Música +armonía +vegetal +deseaba +quedamos +religiosas +pasará +plenamente +80% +llevarse +instalado +acercamiento +localidades +bolso +post +firmar +Sabía +separado +hueso +semestre +indicador +considerable +observaciones +volverá +constantes +contestar +abundante +aparente +tomate +cosecha +integran +fases +Chicago +desapareció +medalla +observado +océano +Deportivo +duras +siglas +formando +olas +Ortega +52 +santo +suicidio +billetes +justificar +exista +impactos +industrias +atentados +confirma +legisladores +catorce +pongo +sanitarios +100% +afectada +1988 +preocupaciones +trastorno +tendrían +domingos +laboratorios +rutas +generando +haberlo +congreso +deriva +colocó +exámenes +aumentado +intentaba +cruz +art +gasolina +temprana +cortos +sacado +enseñar +obviamente +ambientes +destinos +fijo +aceptado +experimento +fibra +civilización +debut +ópera +personalmente +jardines +supuesta +acostumbrado +reflexionar +llenar +Supongo +uruguayo +Armadas +convencer +desarrollando +índices +evidencias +enfermera +chaqueta +venezolana +ubica +exploración +sanción +motivación +casado +inteligentes +establecidos +ocupan +legado +radiación +causar +asombro +disciplinas +distinción +Suiza +vinculados +exigencia +foco +celulares +cálculos +hablo +barreras +llaves +encargada +inmenso +Has +1970 +nerviosa +protagonismo +gala +iniciales +tiros +explican +maleta +presentada +47 +Diana +acento +famosos +solicitó +barcos +paisajes +comparte +inauguración +litros +materna +planteado +futura +confesó +seas +rastro +menciona +rodea +involucrados +ocultar +informar +pretendía +publica +algodón +falleció +redacción +prendas +príncipe +Fuerza +parezca +Respecto +Cualquier +escuchando +vulnerabilidad +externo +abría +dominicano +relativo +japonés +deudas +sensaciones +enfrentarse +Relaciones +Cuándo +ritual +agresión +gritar +palma +analiza +Llegó +Mundo +digas +oculta +NASA +agregar +movilización +Cali +cubre +temporadas +moto +alteraciones +comprado +sonar +represión +contribuye +inmigración +insumos +limpiar +rompió +sumamente +bordo +oriental +continúan +grabación +anuncios +aroma +ésa +futuras +Ojalá +orejas +vano +mejoras +Acaso +integrada +proveedores +respectivos +diseñar +oficialmente +compuestos +sucesos +llorando +revolucionario +cómodo +contará +exigir +fotógrafo +describir +genio +Libre +Energía +brinda +explorar +acepta +dulces +secuestro +vende +aislamiento +urbanos +orgánica +invasión +onda +vuelos +desnuda +comicios +concretas +excepcional +Zapatero +Media +migrantes +espectro +fusión +coronavirus +agujero +Alonso +descubre +previos +prioridades +sabiendo +almacenamiento +católica +equidad +expediente +auténtica +pasados +acusaciones +fraude +reunió +fuertemente +Peter +conversar +titulado +direcciones +pistas +venden +presa +preparados +reino +come +compositor +representaciones +solucionar +reconstrucción +satisfecho +cuerda +agrupación +Ingredientes +anuncia +protocolo +superado +Ministro +prohibido +caro +anciano +miseria +profundas +sana +Félix +lleve +armados +victorias +surgen +firmó +llamo +considerarse +averiguar +1987 +camina +rojas +malestar +Atlántico +guerrilla +Ministros +afecto +pensamos +Walter +catálogo +energético +PC +fauna +indicado +Regional +botas +frenar +Occidente +Quieres +Autónoma +consolidación +hagas +escaso +testimonios +judíos +marcada +titulares +rama +símbolos +calificó +especializada +oscuros +besos +tendremos +diablo +experimentado +prestar +acontecimiento +sumó +universitario +determina +salidas +pedí +causado +online +POR +proporciona +tapa +Colón +creyó +vulnerables +Gerardo +manual +paraíso +energías +mundos +Asuntos +dama +LAS +terminan +retraso +estarían +estructural +Claudio +jugado +viuda +parques +Tiempo +ajena +sabiduría +Ser +vestuario +viajeros +hacerme +consultar +inquietud +conferencias +pagan +administrativa +universitaria +Charles +conjunta +Reina +obreros +rocas +sexualidad +rumores +subida +brecha +transformar +Dicen +habitualmente +Precisamente +torre +jugo +telefónica +compuesta +racional +pimienta +suministro +ONG +medicamento +sorprende +admitió +coincide +delincuentes +fresca +crean +plantear +combustibles +sometido +producciones +caña +tienden +iluminación +Mayo +Silvia +mecánica +temática +asesor +virgen +Justo +debates +nomás +compró +editor +capas +permanencia +tercio +causó +CON +euro +dejaban +incorpora +pobladores +leía +obligados +religiosos +analistas +creativo +Jefe +resultaron +botón +cocinar +dejamos +logran +celebró +estándares +expuesto +montar +mínimos +1982 +Control +Investigaciones +gratis +soltó +paradigma +eterno +traía +invita +integrar +inferiores +percibe +49 +tira +pierden +cortes +pesadilla +duros +pantallas +Vaya +Dicho +percibir +realizarse +negar +asociada +verdaderos +contesta +minerales +blog +compartido +discusiones +Artes +pares +proteína +variedades +establecen +indicar +suelta +ida +apoyado +llegara +oyó +implementar +reflexiones +escultura +Centroamérica +dominante +terminal +Domingo +empezando +paralelo +refiero +mediano +asociadas +denunció +deportistas +sentados +prohibición +inocente +Quien +salían +retirada +conducción +produciendo +Niño +proviene +niñez +quedará +decirse +Olímpicos +prevista +ama +esfera +amarilla +ironía +concesión +pesado +desconfianza +potenciales +poderosa +cercanas +virtudes +salvaje +5% +narración +quedando +atraviesa +externos +sábanas +trámites +Vale +idiomas +ilegales +llamaban +caía +desprecio +Windows +Debido +Doctor +garantiza +gripe +registra +célebre +sucesión +placa +64 +modernos +declarar +Decreto +atracción +círculos +adecuadas +superó +planteó +abrigo +importar +aliados +voluntarios +adiós +persecución +Gabriela +hablaban +movía +Puedo +demuestran +consta +molesta +extraños +ingeniería +quitó +Rodolfo +cercanía +presupuestos +pido +entretenimiento +conserva +mostrando +irme +pretenden +Málaga +U +presentaba +ampliamente +financiar +variación +decirme +referentes +confirmado +lecturas +Moscú +salí +empeño +segmento +atletas +carnes +obtención +Patricia +practicar +furia +madurez +celebrado +manda +favorecer +privilegio +Capital +escribía +transformaciones +manchas +mejoramiento +comerciantes +Mark +requerimientos +pasaje +señalando +acero +barrera +cucharadas +operadores +Capítulo +Cinco +situada +costas +horarios +fachada +corrió +estuvieran +tolerancia +bares +ternura +teórico +viste +colaborar +mató +futbolistas +Nº +tablas +gabinete +guardias +aprobada +llenas +54 +limitada +aprovechando +ridículo +vapor +Tom +Sandra +traducción +estructurales +Germán +obsesión +Granada +adquirido +UNA +defiende +Holanda +radica +Pueblo +admite +brillantes +70% +reconocida +típico +doméstico +rehabilitación +Papá +juzgado +limita +cuaderno +trigo +planteamiento +ángel +ideales +mide +saltar +Generalitat +llevamos +esperamos +distancias +mentales +toro +Barça +crónicas +facultades +defensor +Beatriz +conlleva +estándar +grueso +Samuel +asamblea +gustos +tardó +Tienen +Miranda +Asturias +construye +Industria +lanzado +reconocen +Acción +incluyó +plantilla +escritora +despliegue +gotas +integridad +mantequilla +Fuentes +1976 +enfrentan +Asunción +Simón +manzana +desplazamiento +independientemente +significativas +adecuadamente +Horacio +Egipto +avanzada +videojuegos +talla +lavado +dándole +pecado +calcula +especialidad +ganando +lección +expectativa +recetas +Selección +damos +restauración +Fútbol +computadoras +marketing +Adolfo +extracción +estudia +infantiles +biológica +Habrá +poética +productivos +pasé +referirse +importaciones +funcional +jazz +griego +corregir +curva +secundarios +adquiere +Lola +Luz +60% +51 +tome +whisky +artísticas +complicidad +contundente +manteniendo +tuyo +Bruselas +Libertad +natal +Agregó +Cecilia +trampa +epidemia +timbre +umbral +primas +Año +asistente +balcón +ediciones +venció +cable +ejecutar +Primer +rodilla +formó +Virginia +especializado +tenés +promesas +entraron +levantarse +precedentes +pasillos +registraron +mete +hallazgos +entendimiento +horrible +pedazos +reglamento +aborto +tensiones +destacados +concretos +prevalencia +ausente +inspector +norteamericanos +añadido +Joan +suceso +quedo +emprender +afirman +kg +asumió +Olga +terminaron +grabado +preocupes +proponer +presidenciales +estudiando +colega +escoger +roca +disposiciones +1984 +mg +carbón +hígado +Alex +tomarse +atacar +agregado +recomendación +echa +Cuadro +incapacidad +inconsciente +períodos +terrestre +cemento +disparos +aprobar +coma +vestida +escuché +podíamos +72 +dormía +existían +cerdo +correctamente +calorías +muñeca +públicamente +únicas +volvería +mata +cotidiano +Cuáles +jugaba +acusación +canciller +56 +apuntan +fantasmas +orgulloso +ingleses +vitamina +grano +conexiones +héroes +colocado +ira +pasadas +organizadores +preguntado +actúan +servía +Gaspar +tarifas +Díaz +dijera +dejarlo +comparar +experimentar +criminales +instalar +adecuados +árabe +criatura +monstruo +abusos +retirar +Señora +Varios +extendió +Zaragoza +prestaciones +preferido +terminaba +rechazó +elevar +asalto +Vargas +pedazo +manipulación +asesinado +atraer +vertical +comunista +suponía +participa +realidades +denomina +Ésta +Resulta +peruana +publicados +volúmenes +citas +diarias +podremos +Rajoy +Sabe +americana +caldo +encargados +evidentemente +respectivas +extremadamente +nacidos +conductores +53 +fina +comisiones +disminuye +maquinaria +Convención +Susana +vuelvo +determinante +vanguardia +figuran +optimismo +débiles +modernización +personalidades +referido +costes +granos +reconocidos +actualización +sindicato +camiones +digno +parlamentario +Paula +locos +mañanas +nacionalidad +telecomunicaciones +circo +colesterol +falda +infinito +dejara +factura +ruidos +significaba +unido +Da +ofrecía +saludo +desfile +elenco +resuelto +armario +encuentre +censura +bloqueo +dijiste +iría +papas +aparecieron +Hacía +sobra +cambian +empresariales +Leo +recuerdan +1983 +directos +pidieron +mentiras +1979 +ancha +credibilidad +recomendable +dirigía +preservar +filósofo +pesar +americanos +River +cruce +Guadalajara +construcciones +dependen +Seguramente +cargado +retiró +abundancia +pagado +Times +corredores +experimentos +vinculación +Diario +enferma +ascensor +captar +copias +desconocidos +grita +caballero +corbata +medición +aumentando +pulso +vacunación +Menos +ocurra +reflejan +triple +preso +códigos +cruel +Henry +préstamos +frustración +informática +recta +significativos +Ulises +genético +Natalia +1978 +Tony +indiferencia +maneja +mención +Cartagena +propaganda +propósitos +querida +reunirse +fieles +administrativo +tratarse +biografía +articulación +docena +mmm +85 +árbitro +ciego +liberales +sanitarias +25% +Trump +Comunicación +dejarse +leyó +séptimo +túnel +significativamente +envío +Santander +campamento +FMI +borracho +Efe +Texas +preparando +procedente +barato +1973 +pautas +Biblioteca +históricas +coro +socialismo +historiador +bello +procesamiento +falla +facilita +cobre +cogió +doctrina +incentivos +Cervantes +nombrado +cuerdas +Segundo +mérito +motores +exclamó +barba +favorece +dirigidas +Marte +quejas +juzgar +pañuelo +abren +entendió +formales +pelos +cineasta +operar +memorias +excesiva +votantes +reside +reunir +Debemos +responden +delegado +crucial +meterse +aproximación +cuántas +Sociales +vistas +bombas +configuración +90% +enseñó +queja +yendo +fórmulas +lazos +agricultores +pasamos +depósitos +geográfica +transforma +gentes +ligera +cómoda +especializados +Gestión +bolsillos +desorden +regalos +gatos +iPhone +Magdalena +reporte +cayeron +rompe +ducha +tuvieran +Campeonato +foro +columnas +préstamo +alquiler +brutal +Guayaquil +plazos +frecuentemente +tengas +sólido +cajón +conceptual +frágil +vacas +ciclos +embajada +obispo +sagrado +Vos +gastronomía +morales +vinculado +masculina +resaltar +expulsión +parientes +Albert +corría +H +reparación +700 +Patrimonio +aprovechamiento +sólida +libertades +quitar +57 +anillo +Cuenta +restantes +negativas +s +Tuve +cometer +vestir +preferencias +aspiraciones +expedición +casco +bienvenida +Hacia +mencionados +decisivo +asco +Atención +vinieron +diseños +Thomas +Matías +peculiar +per +urbanas +estratégica +acompañó +mapas +toros +carece +prejuicios +mancha +mero +provincial +intérprete +comprometido +rescatar +antigüedad +tropical +1960 +PRI +tomada +pintar +ente +parlamentarios +calificación +auge +equivocado +rentabilidad +sostenido +violenta +Inés +inscripción +bala +íntimo +mortal +rumor +nutrición +tentación +célula +mochila +Zona +prometió +estabas +audiovisual +PRD +insuficiente +trajes +calentamiento +Puedes +Jordi +prestación +aclara +mágico +aulas +humilde +tiró +trate +observando +permitieron +Quiere +comenzará +inocencia +expone +marino +vosotros +coca +modalidades +creativa +Frank +ganadores +permanecen +fundamento +postre +ruinas +Mujeres +acercaba +Unas +CD +veinticinco +extranjeras +geografía +juicios +naturalmente +trozos +semilla +hábitat +estratégico +intentan +lástima +tecnológicas +violento +mensuales +helado +rubia +roles +sonó +clínico +envidia +favoritos +pilotos +higiene +Queremos +acera +opuesto +Públicas +cuenca +pinta +desconocida +sencillamente +tratara +turística +deportivas +Quienes +68 +colecciones +ejerce +impunidad +abriendo +abarca +destruir +dueña +Audiencia +incendios +legitimidad +procede +ecosistema +enseña +fatal +hábito +sostienen +preferencia +15% +1981 +semifinales +globales +adaptarse +popularidad +formada +metáfora +registrados +caen +diámetro +permitiría +Néstor +portugués +secos +poblado +variantes +italianos +mera +hongos +excesivo +indicios +narrador +convirtieron +tonos +Ambas +expresado +rector +sierra +INT +tesoro +dedican +buscado +quedarme +reaccionar +afueras +Bruno +complicada +Pienso +tengamos +centenar +encargo +llamaron +mama +grabar +iglesias +influencias +fijar +joyas +mitos +tortura +gráfica +supuso +Aurora +complejas +secreta +delicado +Suecia +nietos +componen +correspondencia +militantes +promueve +clínicas +proceder +creencia +denunciar +visiones +diariamente +prefieren +cristales +eterna +productivas +viajó +Iba +identifica +pozo +ecuatoriano +utilizadas +inminente +dependiente +Deportes +males +rusos +carros +seleccionado +ángulo +exigen +imaginaba +juguetes +Libertadores +federales +Oye +Blanca +pegado +poderosos +permaneció +trozo +usaba +matices +radicales +recuperado +XVII +comunicarse +sopa +arrancó +pájaro +seda +pasaría +volviendo +Boston +entrenamientos +misiones +vela +automóviles +ingesta +1975 +proporcionar +cruzó +observan +Quijote +arterial +sustitución +preparada +58 +noble +celda +Raquel +serios +alcanzan +alianzas +opina +mejilla +administraciones +sostenibilidad +vendido +COVID +Armando +ejecutivos +peligrosa +contratar +ejes +unidos +israelí +matado +estrictamente +ofrecido +René +contextos +bonos +velas +destinada +Hernández +aportan +vasco +traduce +test +canta +positivas +fino +esquemas +ocupó +cima +médicas +guías +inclusive +planetas +finanzas +moléculas +doscientos +gimnasio +supervisión +carajo +incluidas +insoportable +deportivos +siembra +sonreír +Fui +supiera +mueven +deseado +esclavos +receptor +dieciocho +opera +Punta +órbita +empezamos +práctico +relaciona +Canarias +trascendencia +Calle +simbólico +bandeja +ecológica +profundizar +acorde +acusó +confiar +gota +telefonía +sed +contradicciones +definen +obligada +suyas +exclusivo +saludables +ignorancia +Oh +petrolera +reclamo +Bellas +sentimos +infraestructuras +desaparece +alejado +verbal +alfombra +resaltó +cuotas +matriz +viera +informal +termine +ocupaba +AFP +mensual +levantado +flexibilidad +film +latinoamericano +operativos +tronco +contraria +monumento +pareciera +transcurso +basados +mejillas +Tratado +manga +trasladado +potable +aplicado +directivo +parecida +periodos +cubiertos +casarse +evitando +Vida +consolidar +adulta +súper +indio +chofer +remate +estímulo +sentimental +digna +emitir +Haití +cobra +Libro +verte +entrando +reiteró +abismo +pelear +aparecido +cumpliendo +integrante +ocurren +satélite +determinó +muscular +comunitario +exacto +celos +sabores +avanzando +refería +cejas +oportuno +aplausos +lindo +futbol +porqué +observaba +h +billete +conocían +definió +exacta +llamamos +Martin +psicológico +bloques +cuartel +estatura +acompañados +incómodo +ayudado +Foro +exitosa +pertenecientes +arranque +bebés +irregular +VI +carencia +comunitaria +Especial +magistrados +dedicación +K +paró +interrumpió +literalmente +ordenar +separa +triunfos +sobrepeso +asintió +citar +económicamente +instinto +simultáneamente +recaudación +abrieron +acusados +cartón +transmite +coge +contribuyen +tradicionalmente +convencionales +decoración +entienden +rincones +encargó +fáciles +iniciaron +surgido +aprecia +vacíos +atractivos +relata +pudimos +producía +obstáculo +varón +autoestima +Salón +últimamente +prefiero +lentes +Castro +demasiada +encuestados +Atenas +Messi +orillas +lema +acudió +atractiva +Edad +American +biología +falsas +1977 +consume +hondo +constancia +manifestantes +portada +Afganistán +nuca +consistía +hierba +Universitario +representado +clínicos +Flores +imposibilidad +terceros +establecidas +ponerle +Sigue +pulmones +estrecho +primarias +visuales +Agua +favorables +gigantes +inmóvil +linda +Trinidad +vean +organiza +Basta +recibirá +cigarrillos +recibía +ritmos +AL +ocio +perdía +Gobernación +llegaría +Militar +pro +catedral +podrás +Bernardo +Turquía +peligros +concentra +experimental +pescadores +tomé +lograba +tonto +placas +camas +excelentes +inesperado +ambición +caminaba +cargar +alusión +fósiles +llevaría +1968 +vinculadas +mandar +Viejo +becas +instrucción +oía +aguda +Pronto +conjuntos +cuadras +salimos +asesinatos +descarga +anunciar +masivo +provocando +anciana +cerro +mueren +asignación +corren +biológico +⁃ +EFE +Harry +desean +ácidos +tirado +pertenencia +billones +62 +Café +genial +subido +ciertamente +estatus +FIFA +jugará +forestal +decirte +sorpresas +descrito +eventual +cayendo +tazas +Jamás +miré +constitucionales +eligió +detalló +baños +princesa +continuamente +interpretaciones +pastillas +Mesa +Cerro +óptica +maquillaje +potenciar +sustituir +Oro +profundos +sonriendo +ondas +escribo +66 +maravillosa +recortes +verificar +Sonia +comentar +Obras +vengo +extensa +Mercado +Hernán +soja +solicitado +castillo +mediana +sólidos +ah +cintas +diálogos +forestales +macho +probado +Literatura +dormida +fabricantes +academia +IVA +puñado +sucedía +calcio +gobernantes +sometidos +pasear +repetía +turísticos +dramática +enfrentamientos +quedaría +coincidencia +seleccionados +empleada +ordenadores +sensibles +nutricional +rodean +patente +susto +Cambio +expuestos +apoyó +atento +políticamente +pesada +pasara +Darío +59 +dispuso +Irene +Sabemos +_ +defendió +ordenado +Tuvo +amar +valiente +carteles +tenías +tuya +Cochabamba +violentos +parlamentaria +semejantes +defensores +manifestado +vitales +dedicados +95 +duerme +libras +luchas +marinos +aldea +estudió +psicología +desarrollada +gestionar +trenes +sospechoso +patología +miraban +confrontación +rodaje +armar +emergentes +espada +cristianos +plantean +to +parcialmente +alteración +centra +permanentes +latinoamericana +consentimiento +estuviese +peruanos +retirado +separados +Socialista +narra +solares +cantando +puentes +república +Ninguno +Bilbao +ordenamiento +diplomático +armada +sucia +deberes +aprendió +formulación +oculto +declara +juro +recordado +tomo +esconde +jerarquía +vaca +hacerla +republicano +saldrá +sábados +boliviano +cansada +exponer +amparo +calcular +ó +pechos +sida +sucio +ajustes +Milán +míos +simpatía +visitó +cruzado +estimular +habitan +húmedo +ingenieros +olla +Compañía +Recuerda +Reforma +senadores +temporales +Bélgica +cueva +conformación +piensas +Estadio +guardaba +Ramírez +saliva +cabrón +gobernante +insistencia +traición +consideradas +lapso +complemento +ratos +consideraciones +Independencia +sospechas +investigadora +aleja +breves +coño +porción +delincuencia +evita +productora +concentrado +permanentemente +movió +preocupante +autónoma +cinematográfica +desechos +recogido +lleguen +penumbra +optimista +secas +Abel +penales +valioso +hipertensión +operan +dieciséis +dinámicas +olvida +1974 +hallaba +navegación +Nelson +ajenos +vayas +despidió +habías +naturalidad +Registro +torneos +gestiones +Marruecos +Trabajadores +concejal +medianoche +Patria +vitaminas +recibiendo +Américas +típica +tumor +crecen +brasileña +180 +Antonia +conté +perderse +sentenció +ganaron +solicitudes +desigualdades +Uribe +habrán +ingresó +Alcaldía +atiende +gorda +Ael +decimos +perdidos +ilusiones +falsos +disparó +estético +perfiles +tumores +comiendo +Concepción +basadas +feo +maniobra +repetición +deberíamos +defectos +Inteligencia +bibliotecas +Nacionales +detenerse +paquetes +enlace +etiqueta +Alta +contarle +difícilmente +sientes +partió +redujo +apropiado +consideramos +flora +habiendo +revelación +riego +sabíamos +conservador +recolección +gobernar +marihuana +data +medallas +padecen +reportaje +depósito +ecológico +secundario +bomberos +Borges +elegidos +contenta +encanto +libremente +refieren +Miss +sutil +echado +rubro +eras +Roger +recorre +saldo +equivale +Polonia +Grandes +irregularidades +rosas +seriedad +textura +cristiana +for +magistrado +interpreta +suavemente +consistente +dictador +guapa +producida +ventanilla +creí +previas +sonaba +Probablemente +construida +difundir +Universal +artificiales +contradicción +puño +inversores +puertos +soñar +interesaba +presentados +proyecciones +continuará +legislador +catástrofe +emplea +niebla +pagó +mire +sigan +elegancia +Omar +produjeron +fijado +63 +Carla +fabricante +notables +acordado +almas +arreglar +representaba +set +anécdota +japonesa +Mary +pasiones +ropas +comunicar +atardecer +protocolos +listado +amores +verás +conquistar +Veracruz +Jack +existido +ocurriendo +oración +mortales +expuso +cucharada +Negro +tubo +nacionalismo +pertenecía +violaciones +dedicarse +implicados +máscara +respondía +Catalina +lata +advertencia +cerradas +concentraciones +divorcio +sonriente +bajando +almacén +Avenida +Adrián +adonde +acabo +acordó +alcaldes +callado +respecta +ahorros +ubicados +Art +campeones +nombramiento +consuelo +convenios +extraer +miro +Camilo +cinturón +extender +atributos +tinta +británicos +huracán +Lorenzo +realista +advertir +neuronas +envejecimiento +licenciado +reclama +auditorio +explicaba +Rivera +seleccionar +acoso +construyendo +comentado +Sony +hierbas +Llevaba +Orlando +aérea +lana +gen +economista +firmeza +provocan +adoptado +indicaron +minas +desconoce +haberle +temores +vacías +expresan +monetaria +sintiendo +virtuales +necesitas +aguantar +corteza +introduce +elevados +subsidios +DVD +Recursos +detectado +Manolo +Entra +celebrará +progresiva +recordando +Ben +candidata +Elisa +compartida +dejen +tomadas +ideológica +juveniles +devolver +miedos +construyó +hable +lámpara +alejarse +señas +íntima +Manchester +Ruth +coherente +físicamente +pronóstico +invernadero +occidentales +Plata +sugieren +abiertamente +Toledo +preventiva +agarró +Deja +altar +nombrar +socialmente +excepciones +http +importación +incorporó +notó +sos +visibles +catalana +seguidos +aires +brisa +diversión +peligrosos +pensarlo +demostración +provienen +entrevistados +aspira +cabellos +dependerá +halla +microorganismos +distingue +capitalista +doméstica +tributaria +cenizas +Acuerdo +cables +beneficiarios +impidió +transformado +escapa +idiota +retomar +obtienen +constituido +hiciste +históricamente +67 +Aparte +bus +paraguayo +arquero +cuadrado +requisito +envuelto +proponen +tomamos +pluma +cacao +cigarro +nieto +robar +ABC +arranca +escondido +proporciones +legislatura +mejorado +conservadores +franja +jefa +aumentan +coraje +Pueden +estimado +patologías +amplios +conectar +frontal +librería +subiendo +vistazo +eficaces +homicidio +identidades +identificados +l +comodidad +girar +Hizo +posturas +renovables +alzó +sexta +perfume +plumas +Saint +mentalidad +horizontal +aportación +correspondía +insistir +mina +relieve +Secretario +Aníbal +tremendo +establecida +hacienda +subraya +Carta +estadística +tristes +prometido +republicanos +dejará +intuición +aprende +pata +cortinas +Orquesta +admitir +nativos +guantes +Necesito +Ruiz +toalla +Christian +1950 +comunistas +condujo +cráneo +eléctricas +suponen +Blanco +conoces +presunto +Android +valía +volcán +quedara +gritaba +legalidad +privacidad +Bolsa +justificación +kilómetro +pilares +sacaba +cereales +cortado +estatua +índole +Amanda +compañeras +líquidos +Miró +sequía +Anselmo +leí +editoriales +Gregorio +vulnerable +merecen +Pekín +resistir +vejez +celebrada +listos +cuente +flujos +picado +explotar +supermercado +infarto +instaló +Camino +definida +fallas +inserción +innumerables +automáticamente +vídeos +pasajes +ajedrez +asesinos +pretexto +61 +despedirse +justifica +maravilla +concretamente +laberinto +durmiendo +territoriales +esperó +pegó +mate +párrafo +pez +Volvió +incidentes +Sudáfrica +alcanzaron +charlas +Dado +indicaciones +opositores +porcentajes +acompañaba +Mediterráneo +Puebla +imaginado +Valladolid +interiores +prefería +permitiendo +apoyos +moderado +Fomento +modernas +considerablemente +extendido +judío +Samsung +realismo +contamos +digan +optar +planteamientos +confiesa +MADRID +protegidas +1972 +gratuito +sindical +significó +sistemática +afiliados +venas +béisbol +cruza +Toma +haré +interacciones +patatas +proveniente +levantaba +protege +atravesar +varía +Corporación +ceder +lápiz +lecciones +sanidad +colonias +defecto +encarga +Verónica +Mateo +propiamente +reelección +69 +n +monitoreo +Telefónica +acumulado +procedencia +saludó +ofreciendo +UNAM +Confederación +delgado +des +Web +concesiones +puedas +veterano +vicepresidenta +señoras +conformado +madrileño +aspirantes +consiguen +Hijo +interminable +reclamar +reparar +melodía +1969 +acogida +Cristiano +United +controla +comisaría +seguirán +Alguna +flota +referéndum +Augusto +banderas +Cooperación +derrotas +ranking +acompañan +verlos +implantación +maternidad +Dolores +tocando +Baja +fundada +presta +advertido +Habían +adelantado +viaja +crearon +Cuenca +chef +pasaporte +| +remoto +balas +biológicos +injusticia +maltrato +obligatorio +trasero +Física +marina +pondrá +vendedores +pulgadas +Calderón +cómplice +diré +grises +78 +costaba +espejos +Helena +sobrino +vendedor +cuna +Detrás +exitoso +Reserva +mataron +metales +contribuido +dengue +denominación +literarios +recogida +estímulos +lealtad +continuaba +receptores +Caja +méritos +Ninguna +regaló +registrar +delegados +emitió +Antioquia +darnos +emocionales +Aragón +pega +ayude +convocado +on +embarazadas +cumpla +destinadas +protegido +separar +Estatuto +asientos +cortas +sargento +Alejandra +disponen +electo +anécdotas +consistencia +descubrí +dramático +fijamente +permanecía +73 +verán +citada +respondí +escuchan +condenados +reconstruir +impecable +Mexicana +Rojas +Vaticano +señalaron +contemporáneos +Familia +golf +dados +fomento +Fuera +suspender +ayudará +vigentes +escritas +incorporado +palos +Esperanza +mamíferos +demasiadas +darán +dominar +apetito +primos +rodeada +trasladar +distante +ganadora +máximos +Tokio +esculturas +hilos +rebeldes +Siento +cuadra +demonios +optó +apoyan +contagio +fuiste +laguna +baloncesto +volviera +engaño +estimaciones +dirá +implicaciones +irán +hicieran +infinita +anotar +concretar +disculpas +influir +comencé +silueta +carcajada +ratones +vendría +preguntarse +eléctricos +llevara +consumen +revelan +considero +Metropolitana +bote +externas +Farc +borrar +encerrado +multa +carencias +recuperó +evidentes +servirá +lejana +Monterrey +volverse +divulgación +gritando +sumado +tregua +administrativos +celeste +dependencias +notaba +prefirió +retratos +atribuye +dobles +Ramiro +inundaciones +delicada +previsiones +psicológica +ojalá +contaban +padece +parroquia +agradeció +integra +producidos +FARC +sirva +Ustedes +eternidad +portátil +anualmente +Joe +bajado +impulsado +olores +localización +confesión +efectuar +plomo +deciden +Pensó +sientan +introdujo +medicinas +kilo +promete +sonora +usados +deficiencias +> +apuestas +Estaban +secciones +incrementa +nocturno +administrar +afectó +logrando +confía +mantuvieron +griegos +centrado +documentales +Irlanda +Fox +minería +abrazó +constituir +festivales +jurisdicción +cúpula +marchó +emplear +estricto +racha +VII +galardón +inconvenientes +limitar +cabecera +Prensa +romántico +convento +entiendes +Marc +molesto +pintores +creído +negado +prestado +unir +Colo +saltó +reclamos +avanzó +trasera +vendrá +ponerme +degradación +recesión +disfrute +llevarlo +tango +atendiendo +contaminantes +divertida +queriendo +cafetería +esencialmente +inversionistas +fabricar +holandés +nacionalista +sostenía +agradecimiento +Independiente +Tour +correos +precisar +finalizó +nucleares +350 +dorado +1% +robado +sucediendo +validez +organizó +Preparación +apropiación +gremio +lograrlo +atenta +fans +mármol +coyuntura +hubiesen +produzca +coherencia +disponía +latina +Legislativo +voluntaria +Ingeniería +bordes +rasgo +salarial +colmo +Cortes +aliado +preguntan +desaparecidos +chiste +delgada +inquietudes +seriamente +teóricos +Empresa +convirtiendo +padecer +Instagram +certificado +Fiscal +Murcia +bodega +cervezas +consiguieron +1971 +salones +aéreo +CO2 +mostrador +rechazar +2% +concluido +llevada +servidores +compasión +persigue +realizarán +equipamiento +incluía +fidelidad +impotencia +guerrilleros +ahorrar +fanáticos +buscaban +desastres +encendió +generalizada +jamón +aborda +Mire +poseer +conveniencia +vereda +desprende +ron +carpeta +controlado +Donde +caracterizan +resume +tropicales +urgencias +ES +párpados +urnas +divisas +probabilidades +salvó +limitó +74 +Guerrero +pesa +rebotes +aprendí +obtuvieron +sugirió +asegurarse +víspera +camarero +suspendido +99 +enfatizó +entendí +invertido +acompañamiento +amado +extrañas +cantantes +durar +intervino +Bárbara +pesados +plantaciones +simbólica +combinado +hacernos +muchachas +retirarse +micro +damas +dedicadas +Finanzas +melancolía +sacaron +comuna +debieron +licencias +insultos +encendido +legislativo +rayo +caracterizado +antibióticos +urbanización +variante +convocar +Consuelo +inestabilidad +redonda +reducida +articular +Biblia +aplicada +comprendió +mantenga +Español +nacionalistas +Silva +Florencia +permisos +3% +Siria +gestación +realice +agrupaciones +molestia +reportó +Donald +Luisa +dadas +vs +combina +fantástico +Universo +1967 +batallas +protegida +circuitos +comprobado +demonio +apoyada +enfermeras +árabes +revelar +revolucionaria +gastar +abrirse +cubiertas +marcharse +formatos +novios +disimular +sacerdotes +anunciaron +maletas +Campeones +Informe +ala +trazado +saliera +compradores +ganan +reyes +centenares +provisional +recomendó +fallecimiento +inspección +octavo +ofrecerá +teórica +guste +inmueble +intermedio +puestas +superioridad +pintado +Recordó +funcionando +fundó +africanos +entierro +glucosa +imagina +casual +saga +santos +acabaron +acusa +bolivianos +aquél +luchando +haberme +cabina +Contra +culpables +desesperado +llenó +Bill +dirigirse +doloroso +huele +mágica +márgenes +3D +vinculada +esplendor +adquirió +bestia +fascinante +filo +asciende +Capitán +torres +genoma +AP +Formación +aportaciones +verdades +levemente +quema +bastantes +estuvimos +reservado +transformó +botones +acostumbrados +Americana +proyecta +Cerca +fábricas +muslos +Juventud +Rafa +reposo +artesanal +cargas +Estudio +certificación +dimos +Journal +registran +significados +bajaba +inconveniente +puntualizó +severa +analizado +dejaría +estratégicos +oí +transacciones +Buenas +cobro +curiosa +Diez +hallar +Venecia +competitivo +primordial +ratas +Serie +verdaderas +Cuerpo +entendemos +ético +130 +Análisis +carecen +Vas +importe +inspirado +minoría +vendió +colchón +rubio +ideológico +alimentar +contienda +asiático +oriente +ejecutiva +lloraba +administrador +sendero +Suárez +tendrás +hembra +saque +traen +lentitud +prudencia +quehacer +quieto +plenitud +ingenio +liberar +misterioso +pianista +premisa +campesino +paradoja +piedad +desnudos +98 +matemática +77 +tíos +católicos +71 +serias +diecisiete +alcanzaba +orgánicos +retórica +hembras +rápidos +Mendoza +Príncipe +utilizaron +superficial +nudo +canadiense +continental +Abierto +abundantes +acudieron +bolas +eleva +globo +lavar +Vivienda +Estudiantes +santa +veinticuatro +terribles +Armada +DC +partidas +superan +espaciales +mediación +recupera +constatar +descubrieron +enterado +pulmón +sospechosos +ganancia +leña +amplias +partidarios +inauguró +regímenes +tope +encender +ligado +Oeste +relativos +sacando +compatriota +llamando +ponían +Cádiz +conjuntamente +queden +clasificar +maldito +refugiados +encuentren +Hacer +prudente +analista +desenlace +rebelión +Televisión +Introducción +lamentó +quiebra +aluminio +asistieron +exactitud +lamentable +península +accesible +comprendido +desagradable +criaturas +casó +do +élite +agudo +historiadores +Salamanca +administrativas +subía +compensación +novelista +ajenas +acercan +Adicionalmente +Gutiérrez +mínimas +PAN +cuidadosamente +Piensa +Fórmula +manzanas +Clínica +innovaciones +Navarra +temblor +fatiga +aislados +insulina +adicción +tendido +ay +casada +mercancía +recipiente +Viena +carcajadas +totales +decepción +reputación +agujeros +aprovecha +escucho +potencias +relleno +mencionada +acelerar +suaves +World +visibilidad +mecánico +gallina +Hitler +unen +atrevió +pre +entré +competidores +NBA +asumido +Cumbre +litoral +plástica +superación +bata +mexicanas +ganaba +ordena +escasas +núcleos +prisioneros +salvajes +recorte +Imperio +Golfo +hablé +penetración +derrotar +Simplemente +defensas +limitación +provecho +Acá +cubría +enfermería +entrañas +flexible +preocuparse +aceptable +desarrolladas +mono +surgir +cortó +Ismael +indignación +tomas +Oficial +acierto +bromas +grabaciones +robot +Comunista +galerías +guardó +pertenecer +superficies +Tito +contenía +exigente +Oaxaca +demócrata +viajero +aislado +alojamiento +Transporte +Evo +terapias +dorada +pagando +Habría +puntual +confirmación +quisieron +seguí +entrenar +magnífico +litro +palestinos +romántica +Ven +olvidó +coco +soltar +Nacho +variados +descentralización +galletas +Encuentro +acuden +demasiados +formaciones +140 +favorita +otorgar +Sudamérica +audio +YouTube +asistió +diseñador +distritos +transcurrido +82 +estimación +Di +automática +vértigo +Chris +leyendas +Rebeca +reunido +temáticas +corrección +Dime +enteró +invento +perjuicio +pudiese +conversión +raya +contentos +ocupada +voluntario +monarca +Comunidades +contención +esquinas +OEA +ponemos +1959 +burla +salvación +sonreía +tablero +protector +goleador +calificado +diseñadores +señalaba +laterales +convocó +Deporte +Allá +fármaco +cerámica +capilla +tremenda +convencida +cortina +invención +pronunció +turista +remesas +travesía +comen +creaciones +divino +envía +ladrones +faltó +inesperada +cardenal +imposición +lecho +precaución +Valparaíso +comando +dudar +sumaron +tranquilos +prenda +Seis +mercancías +Jonathan +elige +fracción +resalta +Alba +cardiovasculares +debiera +Os +Ningún +Soledad +dureza +ja +queríamos +sustentable +caídas +consecutivo +dedicar +aficionado +formalmente +Moreno +Siete +síntoma +verle +producirse +suizo +fincas +balanza +escape +llora +queridos +Aznar +Procuraduría +bahía +emperador +enseñado +formaban +imposibles +sueldos +citados +compatriotas +convivir +obedece +convirtiéndose +devolvió +electores +mineral +peleas +recorrió +sindicales +designación +encontrados +Julieta +buscará +incumplimiento +recogió +amaba +76 +aplican +enfoques +vivas +instalada +jabón +ayudante +agresiones +rechaza +siniestro +comunicó +gallego +estés +Explicó +griega +canela +disfruta +divide +matrícula +Eugenio +harto +peticiones +paseos +ÉL +especializadas +repercusión +residente +ambulancia +aseveró +contaron +influye +literarias +merecía +palmas +rendir +techos +estemos +excesos +huida +automático +donación +fallecidos +indiferente +vencido +Jiménez +rituales +tonta +ganadería +inventado +tomen +convierta +mueca +agradecer +artesanos +haz +Apertura +cálido +decidimos +interpretado +Venga +comparado +expresidente +Médico +asma +Digital +usó +asocia +mantendrá +proximidad +escribí +previsión +helicóptero +sabés +110 +Veo +brasileños +gustaban +presentadas +taxista +trasladó +enteras +Benito +puntas +sustento +ensalada +espuma +buscamos +foros +molestias +músculo +reunieron +CC +esferas +nómina +cucharadita +editores +rollo +Sucre +tenerlo +marcos +naves +ELLA +marrón +sartén +Álvarez +arquitectos +sufrieron +aparecían +contesté +detective +Lara +rencor +africano +ángeles +arreglo +injusto +plásticos +reproducir +Nuestros +sufriendo +veneno +curvas +denunciado +faltas +animación +enseñanzas +explicaron +telas +beca +Vuelve +Debo +seminario +Sentí +césped +comercios +WhatsApp +84 +filial +múltiple +orina +suicida +transferencias +vocero +elaborados +cristiano +asoma +resulte +aliviar +incrementado +Obviamente +1962 +curar +teme +extenso +otorgado +raras +donaciones +enterarse +fijos +desesperada +fundamentos +fiscalía +Parte +Peña +focos +sustancial +arrancar +aseguro +desconocimiento +mineros +generosidad +preparan +rebelde +determinan +derivado +estudiantil +influyen +artísticos +bruto +comido +detalla +examinar +lucro +Centros +formaba +gruesa +químico +despierto +Reglamento +renovar +investiga +lomo +almohada +muertas +prosa +Presupuesto +viable +canasta +sótano +fuesen +Manuela +ave +recibida +bailarines +demócratas +diccionario +Elías +fijó +Mas +Torneo +Ver +progresivamente +significación +Datos +haremos +legalmente +corrido +divina +olímpico +Tigres +variar +Ávila +decirles +obligatoria +machos +trágico +definiciones +institucionalidad +Patricio +1964 +accesorios +demora +manifiestan +segmentos +anterioridad +húmeda +sabio +91 +Ucrania +conducido +resoluciones +accionistas +tomates +compensar +tacto +debilidades +2022 +Edgar +encierro +elegida +libreta +Pasó +comunitarios +curiosos +sub +característico +resuelve +consigna +joder +Voz +defenderse +jurídicas +Pancho +Cristian +custodia +goma +Técnica +Andes +aprendiendo +derrotó +privilegios +controlada +restante +rodar +surgimiento +Vietnam +estrenó +euforia +grandeza +Observatorio +preservación +recurrente +ubicadas +deba +reía +temía +86 +bebe +enamorada +absurda +autopista +disparar +conducía +desarrollaron +descubrimientos +dirigencia +hormonas +Nico +Alan +acuerdas +montado +formaron +micrófono +velada +cardiovascular +Emilia +querés +subieron +Romero +amargo +afirmado +ánimos +concursos +pronunciar +prostitución +caderas +vial +Emma +japoneses +precoz +surgieron +experta +rotación +amistoso +desarrollarse +emite +restricción +ecológicos +maestría +visitado +cometidos +decadencia +Prevención +Bob +catalanes +firmes +latinos +Siglo +democráticos +cantaba +Managua +participarán +escogido +determinantes +domésticos +nacen +1966 +cumplan +Declaración +mejorando +Económica +Olímpico +manejan +Naturales +andan +enfrentó +Octavio +amistades +tuberculosis +CIA +contratado +funcionaba +maldita +Mike +frescos +inventar +Michelle +licor +pacífica +significar +feroz +Islas +sencillos +censo +adelantar +talentos +caracteres +Gobiernos +perra +preside +vernos +fragmento +guapo +Azul +pastor +recalcó +colgado +hinchas +muñecas +pretensión +químicas +recompensa +dolorosa +suceden +tarifa +eficientes +Roque +siesta +City +Clausura +consecutivos +DÍA +emitido +miraron +lactancia +saludar +tramos +colocación +preocupe +abanico +Violeta +conocieron +acabe +Sub +atleta +brote +Cuántos +representó +besó +cotidianas +Habla +Mediante +relevo +replicó +Innovación +Metro +preparaba +mayoritariamente +coordinar +lineal +llego +mítico +trabajaban +Cristóbal +anfitrión +fractura +radicalmente +tos +sanos +aportó +Colonia +marea +organizados +potencialmente +Producción +Bs +caminó +entornos +correlación +ejercen +legislativa +serenidad +Ford +mejoría +ofrecieron +paja +rechazado +descartar +ubicar +asfalto +faltaban +serpiente +colapso +dividido +hito +ligada +proliferación +subsidio +Pacto +convencidos +limpias +inocentes +monumentos +Buena +abastecimiento +dispersión +Ambiental +dependientes +designado +combinar +cría +mares +profesorado +criticó +Evaluación +Estación +Podía +zapatillas +Grand +Bagdad +creyendo +conseguía +dedicaba +dominicanos +Lee +ocurrencia +ocupados +intentaron +pusiera +trío +aspirar +deportista +golpeó +preciosa +prolongado +1965 +faltar +Che +genéticos +Racing +educar +giró +Salió +comprobó +Sea +cortesía +nocturna +resolvió +ayuntamiento +cargada +patentes +temo +Torre +barata +especialidades +rentas +bailando +levantamiento +Maestro +tenor +88 +silenciosa +regula +relojes +aceites +Kirchner +dominación +inflamación +rendición +entrenadores +marcan +moderada +abandona +llame +pertinente +ambicioso +lobo +National +Orgánica +revertir +senté +narices +senos +asustado +Chiapas +domésticas +variadas +ganarse +escombros +dictamen +Años +violín +Días +Coca +asignado +veras +dotación +barras +debidamente +1930 +vinagre +despertado +moviendo +racionalidad +eventualmente +licitación +plagas +católico +hablaron +Prado +corporaciones +darte +hegemonía +calientes +83 +Camila +inventario +Estatal +presentando +tormentas +volando +latín +Profesional +absorción +someterse +agresivo +pongan +decidida +hidrocarburos +involucra +jubilación +Karen +cantos +anotaciones +escudo +paralela +pases +previsible +ministerios +poblacional +pasto +carnaval +defensiva +4% +crianza +directas +espontánea +hacíamos +verso +vivencias +preocupada +disminuido +imbécil +llamé +81 +Ariel +cinematográfico +cuestionario +Barack +Municipio +anunciaba +décimo +Espera +generoso +inolvidable +asesores +barriles +poseía +160 +Austria +definidos +saltos +afectando +vivieron +MADRE +revolucionarios +Democrática +inclinación +79 +900 +alias +arreglos +cafés +dúo +notablemente +acumula +sincero +sinónimo +alimenta +especialización +fotógrafos +acelerado +Tener +Cuántas +decisiva +Global +iniciará +nevera +perciben +alterar +viajaba +compara +inquietante +matemático +auxilio +activamente +trabajadoras +aplicando +bellas +discreción +asignatura +exhibe +alcaldía +nalgas +Tercera +asentamientos +ecuación +enteros +Lleva +precedente +concentrarse +emplean +Joseph +tamaños +Humberto +reojo +inusual +pierda +comía +crueldad +enciende +programado +opinó +dinámico +plana +aburrido diff --git a/tests/assets/wordlist_corpes.txt b/tests/assets/wordlist_corpes.txt new file mode 100644 index 0000000..326b036 --- /dev/null +++ b/tests/assets/wordlist_corpes.txt @@ -0,0 +1,8780 @@ +ABAJO +ABANDONA +ABANDONADO +ABANDONAR +ABANDONO +ABANICO +ABARCA +ABASTECIMIENTO +ABC +ABEL +ABIERTA +ABIERTAMENTE +ABIERTAS +ABIERTO +ABIERTOS +ABISMO +ABOGADO +ABOGADOS +ABORDA +ABORDAR +ABORTO +ABRAZO +ABRE +ABREN +ABRIA +ABRIENDO +ABRIERON +ABRIGO +ABRIL +ABRIO +ABRIR +ABRIRSE +ABSOLUTA +ABSOLUTAMENTE +ABSOLUTO +ABSORCION +ABSURDA +ABSURDO +ABUELA +ABUELO +ABUELOS +ABUNDANCIA +ABUNDANTE +ABUNDANTES +ABURRIDO +ABUSO +ABUSOS +ACA +ACABA +ACABABA +ACABADO +ACABAN +ACABAR +ACABARON +ACABE +ACABO +ACADEMIA +ACADEMICA +ACADEMICO +ACADEMICOS +ACASO +ACCEDER +ACCESIBLE +ACCESO +ACCESORIOS +ACCIDENTE +ACCIDENTES +ACCION +ACCIONES +ACCIONISTAS +ACEITE +ACEITES +ACELERADO +ACELERAR +ACENTO +ACEPTA +ACEPTABLE +ACEPTACION +ACEPTADO +ACEPTAR +ACEPTO +ACERA +ACERCA +ACERCABA +ACERCAMIENTO +ACERCAN +ACERCARSE +ACERCO +ACERO +ACIDO +ACIDOS +ACIERTO +ACLARA +ACLARAR +ACLARO +ACOGIDA +ACOMPANA +ACOMPANABA +ACOMPANADA +ACOMPANADO +ACOMPANADOS +ACOMPANAMIENTO +ACOMPANAN +ACOMPANAR +ACOMPANO +ACONTECIMIENTO +ACONTECIMIENTOS +ACORDADO +ACORDE +ACORDO +ACOSO +ACOSTUMBRADO +ACOSTUMBRADOS +ACTITUD +ACTITUDES +ACTIVA +ACTIVAMENTE +ACTIVIDAD +ACTIVIDADES +ACTIVO +ACTIVOS +ACTO +ACTOR +ACTORES +ACTOS +ACTRIZ +ACTUA +ACTUACION +ACTUACIONES +ACTUAL +ACTUALES +ACTUALIDAD +ACTUALIZACION +ACTUALMENTE +ACTUAN +ACTUAR +ACUDEN +ACUDIERON +ACUDIO +ACUDIR +ACUERDAS +ACUERDO +ACUERDOS +ACUMULA +ACUMULACION +ACUMULADO +ACUSA +ACUSACION +ACUSACIONES +ACUSADO +ACUSADOS +ACUSO +ADAPTACION +ADAPTARSE +ADECUADA +ADECUADAMENTE +ADECUADAS +ADECUADO +ADECUADOS +ADELANTADO +ADELANTAR +ADELANTE +ADELANTO +ADEMAS +ADENTRO +ADICCION +ADICIONAL +ADICIONALES +ADICIONALMENTE +ADIOS +ADMINISTRACION +ADMINISTRADOR +ADMINISTRAR +ADMINISTRATIVA +ADMINISTRATIVAS +ADMINISTRATIVO +ADMINISTRATIVOS +ADMIRACION +ADMITE +ADMITIO +ADMITIR +ADN +ADOLESCENCIA +ADOLESCENTE +ADOLESCENTES +ADOLFO +ADONDE +ADOPCION +ADOPTADO +ADOPTAR +ADQUIERE +ADQUIRIDO +ADQUIRIO +ADQUIRIR +ADQUISICION +ADRIAN +ADULTA +ADULTO +ADULTOS +ADVERTENCIA +ADVERTIDO +ADVERTIR +ADVIERTE +ADVIRTIO +AEL +AEREA +AEREO +AEROPUERTO +AFAN +AFECTA +AFECTADA +AFECTADAS +AFECTADO +AFECTADOS +AFECTAN +AFECTANDO +AFECTAR +AFECTO +AFGANISTAN +AFICION +AFICIONADO +AFICIONADOS +AFILIADOS +AFIRMA +AFIRMACION +AFIRMADO +AFIRMAN +AFIRMAR +AFIRMO +AFP +AFRICA +AFRICANO +AFRICANOS +AFRONTAR +AFUERA +AFUERAS +AGARRO +AGENCIA +AGENCIAS +AGENDA +AGENTE +AGENTES +AGOSTO +AGRADABLE +AGRADECER +AGRADECIMIENTO +AGRADECIO +AGREGA +AGREGADO +AGREGAR +AGREGO +AGRESION +AGRESIONES +AGRESIVO +AGRICOLA +AGRICOLAS +AGRICULTORES +AGRICULTURA +AGRUPACION +AGRUPACIONES +AGUA +AGUANTAR +AGUAS +AGUDA +AGUDO +AGUJERO +AGUJEROS +AGUSTIN +AH +AHI +AHORA +AHORRAR +AHORRO +AHORROS +AIRE +AIRES +AISLADO +AISLADOS +AISLAMIENTO +AJEDREZ +AJENA +AJENAS +AJENO +AJENOS +AJO +AJUSTE +AJUSTES +AL +ALA +ALAN +ALARMA +ALAS +ALBA +ALBERT +ALBERTO +ALBUM +ALCALDE +ALCALDES +ALCALDIA +ALCANCE +ALCANZA +ALCANZABA +ALCANZADO +ALCANZAN +ALCANZAR +ALCANZARON +ALCANZO +ALCOHOL +ALDEA +ALEGRE +ALEGRIA +ALEJA +ALEJADO +ALEJANDRA +ALEJANDRO +ALEJARSE +ALEMAN +ALEMANA +ALEMANES +ALEMANIA +ALERTA +ALEX +ALFOMBRA +ALFONSO +ALFREDO +ALGO +ALGODON +ALGUIEN +ALGUN +ALGUNA +ALGUNAS +ALGUNO +ALGUNOS +ALIADO +ALIADOS +ALIANZA +ALIANZAS +ALIAS +ALICIA +ALIENTO +ALIMENTA +ALIMENTACION +ALIMENTAR +ALIMENTARIA +ALIMENTO +ALIMENTOS +ALIVIAR +ALIVIO +ALLA +ALLI +ALMA +ALMACEN +ALMACENAMIENTO +ALMAS +ALMOHADA +ALMUERZO +ALOJAMIENTO +ALONSO +ALQUILER +ALREDEDOR +ALREDEDORES +ALTA +ALTAMENTE +ALTAR +ALTAS +ALTERACION +ALTERACIONES +ALTERAR +ALTERNATIVA +ALTERNATIVAS +ALTO +ALTOS +ALTURA +ALTURAS +ALUMINIO +ALUMNO +ALUMNOS +ALUSION +ALVAREZ +ALVARO +ALZA +ALZO +AMA +AMABA +AMABLE +AMADO +AMANDA +AMANECER +AMANTE +AMANTES +AMAR +AMARGO +AMARILLA +AMARILLO +AMBAS +AMBICION +AMBICIOSO +AMBIENTAL +AMBIENTALES +AMBIENTE +AMBIENTES +AMBITO +AMBITOS +AMBOS +AMBULANCIA +AMENAZA +AMENAZAS +AMERICA +AMERICAN +AMERICANA +AMERICANO +AMERICANOS +AMERICAS +AMIGA +AMIGAS +AMIGO +AMIGOS +AMISTAD +AMISTADES +AMISTOSO +AMO +AMOR +AMORES +AMPARO +AMPLIA +AMPLIACION +AMPLIAMENTE +AMPLIAR +AMPLIAS +AMPLIO +AMPLIOS +ANA +ANADE +ANADIDO +ANADIO +ANADIR +ANALISIS +ANALISTA +ANALISTAS +ANALIZA +ANALIZADO +ANALIZAR +ANCHA +ANCHO +ANCIANA +ANCIANO +ANCIANOS +AND +ANDA +ANDABA +ANDALUCIA +ANDAN +ANDAR +ANDES +ANDREA +ANDRES +ANDROID +ANECDOTA +ANECDOTAS +ANFITRION +ANGEL +ANGELES +ANGULO +ANGUSTIA +ANIBAL +ANILLO +ANIMACION +ANIMAL +ANIMALES +ANIMO +ANIMOS +ANIVERSARIO +ANO +ANOCHE +ANOS +ANOTACIONES +ANOTAR +ANOTO +ANSELMO +ANSIEDAD +ANTE +ANTECEDENTES +ANTERIOR +ANTERIORES +ANTERIORIDAD +ANTERIORMENTE +ANTES +ANTIBIOTICOS +ANTIGUA +ANTIGUAS +ANTIGUEDAD +ANTIGUO +ANTIGUOS +ANTIOQUIA +ANTONIA +ANTONIO +ANUAL +ANUALES +ANUALMENTE +ANUNCIA +ANUNCIABA +ANUNCIADO +ANUNCIAR +ANUNCIARON +ANUNCIO +ANUNCIOS +AP +APARATO +APARATOS +APARECE +APARECEN +APARECER +APARECIA +APARECIAN +APARECIDO +APARECIERON +APARECIO +APARENTE +APARENTEMENTE +APARICION +APARIENCIA +APARTADO +APARTAMENTO +APARTE +APELLIDO +APENAS +APERTURA +APETITO +APLAUSOS +APLICA +APLICACION +APLICACIONES +APLICADA +APLICADO +APLICAN +APLICANDO +APLICAR +APORTA +APORTACION +APORTACIONES +APORTAN +APORTAR +APORTE +APORTES +APORTO +APOYA +APOYADA +APOYADO +APOYAN +APOYAR +APOYO +APOYOS +APPLE +APRECIA +APRECIAR +APRENDE +APRENDER +APRENDI +APRENDIDO +APRENDIENDO +APRENDIO +APRENDIZAJE +APROBACION +APROBADA +APROBADO +APROBAR +APROBO +APROPIACION +APROPIADO +APROVECHA +APROVECHAMIENTO +APROVECHANDO +APROVECHAR +APROVECHO +APROXIMACION +APROXIMADAMENTE +APUESTA +APUESTAS +APUNTA +APUNTAN +APUNTO +AQUEL +AQUELLA +AQUELLAS +AQUELLO +AQUELLOS +AQUI +ARABE +ARABES +ARAGON +ARBITRO +ARBOL +ARBOLES +ARCHIVO +ARCHIVOS +ARCO +AREA +AREAS +ARENA +ARGENTINA +ARGENTINO +ARGENTINOS +ARGUMENTO +ARGUMENTOS +ARIEL +ARMA +ARMADA +ARMADAS +ARMADO +ARMADOS +ARMANDO +ARMAR +ARMARIO +ARMAS +ARMONIA +AROMA +ARQUERO +ARQUITECTO +ARQUITECTOS +ARQUITECTURA +ARRANCA +ARRANCAR +ARRANCO +ARRANQUE +ARREGLAR +ARREGLO +ARREGLOS +ARRIBA +ARROZ +ART +ARTE +ARTERIAL +ARTES +ARTESANAL +ARTESANOS +ARTICULACION +ARTICULAR +ARTICULO +ARTICULOS +ARTIFICIAL +ARTIFICIALES +ARTISTA +ARTISTAS +ARTISTICA +ARTISTICAS +ARTISTICO +ARTISTICOS +ARTURO +ASALTO +ASAMBLEA +ASCENSO +ASCENSOR +ASCIENDE +ASCO +ASEGURA +ASEGURADO +ASEGURAN +ASEGURAR +ASEGURARSE +ASEGURO +ASENTAMIENTOS +ASESINADO +ASESINATO +ASESINATOS +ASESINO +ASESINOS +ASESOR +ASESORES +ASEVERO +ASFALTO +ASI +ASIA +ASIATICO +ASIENTO +ASIENTOS +ASIGNACION +ASIGNADO +ASIGNATURA +ASIMISMO +ASINTIO +ASISTENCIA +ASISTENTE +ASISTENTES +ASISTIERON +ASISTIO +ASISTIR +ASMA +ASOCIA +ASOCIACION +ASOCIACIONES +ASOCIADA +ASOCIADAS +ASOCIADO +ASOCIADOS +ASOMA +ASOMBRO +ASPECTO +ASPECTOS +ASPIRA +ASPIRACIONES +ASPIRANTES +ASPIRAR +ASTURIAS +ASUME +ASUMIDO +ASUMIO +ASUMIR +ASUNCION +ASUNTO +ASUNTOS +ASUSTADO +ATACAR +ATAQUE +ATAQUES +ATARDECER +ATENAS +ATENCION +ATENDER +ATENDIENDO +ATENTA +ATENTADO +ATENTADOS +ATENTO +ATIENDE +ATLANTICO +ATLETA +ATLETAS +ATLETICO +ATMOSFERA +ATRACCION +ATRACTIVA +ATRACTIVO +ATRACTIVOS +ATRAER +ATRAS +ATRAVESAR +ATRAVIESA +ATREVIO +ATRIBUTOS +ATRIBUYE +AUDIENCIA +AUDIO +AUDIOVISUAL +AUDITORIO +AUGE +AUGUSTO +AULA +AULAS +AUMENTA +AUMENTADO +AUMENTAN +AUMENTANDO +AUMENTAR +AUMENTO +AUN +AUNQUE +AURORA +AUSENCIA +AUSENTE +AUSTRALIA +AUSTRIA +AUTENTICA +AUTENTICO +AUTO +AUTOBUS +AUTOESTIMA +AUTOMATICA +AUTOMATICAMENTE +AUTOMATICO +AUTOMOVIL +AUTOMOVILES +AUTONOMA +AUTONOMAS +AUTONOMIA +AUTOPISTA +AUTOR +AUTORA +AUTORES +AUTORIDAD +AUTORIDADES +AUTORIZACION +AUTOS +AUXILIO +AVANCE +AVANCES +AVANZA +AVANZADA +AVANZADO +AVANZANDO +AVANZAR +AVANZO +AVE +AVENIDA +AVENTURA +AVENTURAS +AVERIGUAR +AVES +AVILA +AVION +AVIONES +AVISO +AY +AYER +AYUDA +AYUDADO +AYUDAN +AYUDANTE +AYUDAR +AYUDARA +AYUDAS +AYUDE +AYUDO +AYUNTAMIENTO +AZAR +AZNAR +AZUCAR +AZUL +AZULES +BACTERIAS +BAGDAD +BAHIA +BAILANDO +BAILAR +BAILARINES +BAILE +BAJA +BAJABA +BAJADO +BAJANDO +BAJAR +BAJAS +BAJO +BAJOS +BALA +BALANCE +BALANZA +BALAS +BALCON +BALON +BALONCESTO +BANCA +BANCO +BANCOS +BANDA +BANDAS +BANDEJA +BANDERA +BANDERAS +BANO +BANOS +BAR +BARACK +BARATA +BARATO +BARBA +BARBARA +BARCA +BARCELONA +BARCO +BARCOS +BARES +BARRA +BARRAS +BARRERA +BARRERAS +BARRILES +BARRIO +BARRIOS +BARRO +BASA +BASADA +BASADAS +BASADO +BASADOS +BASE +BASES +BASICA +BASICAMENTE +BASICAS +BASICO +BASICOS +BASTA +BASTANTE +BASTANTES +BASURA +BATA +BATALLA +BATALLAS +BATERIA +BEATRIZ +BEBE +BEBER +BEBES +BEBIDA +BEBIDAS +BECA +BECAS +BEISBOL +BELGICA +BELLA +BELLAS +BELLEZA +BELLO +BEN +BENEFICIARIOS +BENEFICIO +BENEFICIOS +BENITO +BERLIN +BERNARDO +BESO +BESOS +BESTIA +BIBLIA +BIBLIOTECA +BIBLIOTECAS +BICICLETA +BIEN +BIENES +BIENESTAR +BIENVENIDA +BILBAO +BILL +BILLETE +BILLETES +BILLONES +BIODIVERSIDAD +BIOGRAFIA +BIOLOGIA +BIOLOGICA +BIOLOGICO +BIOLOGICOS +BLANCA +BLANCAS +BLANCO +BLANCOS +BLOG +BLOQUE +BLOQUEO +BLOQUES +BOB +BOCA +BODA +BODEGA +BOGOTA +BOLA +BOLAS +BOLIVAR +BOLIVIA +BOLIVIANO +BOLIVIANOS +BOLSA +BOLSAS +BOLSILLO +BOLSILLOS +BOLSO +BOMBA +BOMBAS +BOMBEROS +BONITA +BONITO +BONOS +BORDE +BORDES +BORDO +BORGES +BORRACHO +BORRAR +BOSQUE +BOSQUES +BOSTON +BOTAS +BOTE +BOTELLA +BOTELLAS +BOTON +BOTONES +BRASIL +BRASILENA +BRASILENO +BRASILENOS +BRAZO +BRAZOS +BRECHA +BREVE +BREVES +BRILLANTE +BRILLANTES +BRILLO +BRINDA +BRINDAR +BRISA +BRITANICA +BRITANICO +BRITANICOS +BROMA +BROMAS +BRONCE +BROTE +BRUNO +BRUSELAS +BRUTAL +BRUTO +BS +BUEN +BUENA +BUENAS +BUENO +BUENOS +BURLA +BUS +BUSCA +BUSCABA +BUSCABAN +BUSCADO +BUSCAMOS +BUSCAN +BUSCANDO +BUSCAR +BUSCARA +BUSCO +BUSH +BUSQUEDA +CABALLERO +CABALLO +CABALLOS +CABE +CABECERA +CABELLO +CABELLOS +CABEZA +CABEZAS +CABINA +CABLE +CABLES +CABO +CABRON +CACAO +CADA +CADAVER +CADAVERES +CADENA +CADENAS +CADERAS +CADIZ +CAE +CAEN +CAER +CAFE +CAFES +CAFETERIA +CAIA +CAIDA +CAIDAS +CAIDO +CAJA +CAJAS +CAJON +CALCIO +CALCULA +CALCULAR +CALCULO +CALCULOS +CALDERON +CALDO +CALENDARIO +CALENTAMIENTO +CALI +CALIDAD +CALIDO +CALIENTE +CALIENTES +CALIFICACION +CALIFICADO +CALIFICO +CALIFORNIA +CALLADO +CALLE +CALLES +CALMA +CALOR +CALORIAS +CAMA +CAMARA +CAMARAS +CAMARERO +CAMAS +CAMBIA +CAMBIADO +CAMBIAN +CAMBIANDO +CAMBIAR +CAMBIO +CAMBIOS +CAMILA +CAMILO +CAMINA +CAMINABA +CAMINANDO +CAMINAR +CAMINO +CAMINOS +CAMION +CAMIONES +CAMIONETA +CAMISA +CAMISETA +CAMPAMENTO +CAMPANA +CAMPANAS +CAMPEON +CAMPEONATO +CAMPEONES +CAMPESINO +CAMPESINOS +CAMPO +CAMPOS +CANA +CANADA +CANADIENSE +CANAL +CANALES +CANARIAS +CANASTA +CANCER +CANCHA +CANCILLER +CANCION +CANCIONES +CANDIDATA +CANDIDATO +CANDIDATOS +CANDIDATURA +CANELA +CANSADA +CANSADO +CANSANCIO +CANTA +CANTABA +CANTANDO +CANTANTE +CANTANTES +CANTAR +CANTIDAD +CANTIDADES +CANTO +CANTOS +CAOS +CAPA +CAPACES +CAPACIDAD +CAPACIDADES +CAPACITACION +CAPAS +CAPAZ +CAPILLA +CAPITAL +CAPITALES +CAPITALISMO +CAPITALISTA +CAPITAN +CAPITULO +CAPITULOS +CAPTAR +CAPTURA +CARA +CARACAS +CARACTER +CARACTERES +CARACTERISTICA +CARACTERISTICAS +CARACTERISTICO +CARACTERIZA +CARACTERIZADO +CARACTERIZAN +CARAJO +CARAS +CARBON +CARBONO +CARCAJADA +CARCAJADAS +CARCEL +CARDENAL +CARDIOVASCULAR +CARECE +CARECEN +CARENCIA +CARENCIAS +CARGA +CARGADA +CARGADO +CARGAR +CARGAS +CARGO +CARGOS +CARIBE +CARINO +CARLA +CARLOS +CARMEN +CARNAVAL +CARNE +CARNES +CARO +CAROLINA +CARPETA +CARRERA +CARRERAS +CARRETERA +CARRETERAS +CARRO +CARROS +CARTA +CARTAGENA +CARTAS +CARTEL +CARTELES +CARTERA +CARTON +CASA +CASADA +CASADO +CASARSE +CASAS +CASCO +CASI +CASO +CASOS +CASTELLANO +CASTIGO +CASTILLA +CASTILLO +CASTRO +CASUAL +CASUALIDAD +CATALAN +CATALANA +CATALANES +CATALINA +CATALOGO +CATALUNA +CATASTROFE +CATEDRAL +CATEGORIA +CATEGORIAS +CATOLICA +CATOLICO +CATOLICOS +CATORCE +CAUSA +CAUSADO +CAUSAR +CAUSAS +CAUSO +CAYENDO +CAYERON +CAYO +CAZA +CC +CD +CEBOLLA +CECILIA +CEDER +CEJAS +CELDA +CELEBRA +CELEBRACION +CELEBRADA +CELEBRADO +CELEBRAR +CELEBRARA +CELEBRE +CELEBRO +CELESTE +CELOS +CELULA +CELULAR +CELULARES +CELULAS +CEMENTERIO +CEMENTO +CENA +CENAR +CENIZAS +CENSO +CENSURA +CENTENAR +CENTENARES +CENTIMETROS +CENTRA +CENTRADO +CENTRAL +CENTRALES +CENTRO +CENTROAMERICA +CENTROS +CERAMICA +CERCA +CERCANA +CERCANAS +CERCANIA +CERCANO +CERCANOS +CERDO +CEREALES +CEREBRAL +CEREBRO +CEREMONIA +CERO +CERRADA +CERRADAS +CERRADO +CERRADOS +CERRAR +CERRO +CERTAMEN +CERTEZA +CERTIFICACION +CERTIFICADO +CERVANTES +CERVEZA +CERVEZAS +CESAR +CESPED +CHAQUETA +CHARLA +CHARLAS +CHARLES +CHAVEZ +CHE +CHEF +CHIAPAS +CHICA +CHICAGO +CHICAS +CHICO +CHICOS +CHILE +CHILENA +CHILENO +CHILENOS +CHINA +CHINO +CHINOS +CHISTE +CHOCOLATE +CHOFER +CHOQUE +CHRIS +CHRISTIAN +CIA +CICLO +CICLOS +CIEGO +CIELO +CIEN +CIENCIA +CIENCIAS +CIENTIFICA +CIENTIFICAS +CIENTIFICO +CIENTIFICOS +CIENTO +CIENTOS +CIERRA +CIERRE +CIERTA +CIERTAMENTE +CIERTAS +CIERTO +CIERTOS +CIFRA +CIFRAS +CIGARRILLO +CIGARRILLOS +CIGARRO +CIMA +CINCO +CINCUENTA +CINE +CINEASTA +CINEMATOGRAFICA +CINEMATOGRAFICO +CINTA +CINTAS +CINTURA +CINTURON +CIRCO +CIRCUITO +CIRCUITOS +CIRCULACION +CIRCULAR +CIRCULO +CIRCULOS +CIRCUNSTANCIA +CIRCUNSTANCIAS +CIRUGIA +CITA +CITADA +CITADO +CITADOS +CITAR +CITAS +CITY +CIUDAD +CIUDADANA +CIUDADANIA +CIUDADANO +CIUDADANOS +CIUDADES +CIVIL +CIVILES +CIVILIZACION +CLARA +CLARAMENTE +CLARAS +CLARIDAD +CLARO +CLAROS +CLASE +CLASES +CLASICA +CLASICO +CLASICOS +CLASIFICACION +CLASIFICAR +CLAUDIA +CLAUDIO +CLAUSURA +CLAVE +CLAVES +CLIENTE +CLIENTES +CLIMA +CLIMATICO +CLINICA +CLINICAS +CLINICO +CLINICOS +CLUB +CLUBES +CM +CO2 +COALICION +COBERTURA +COBRA +COBRAR +COBRE +COBRO +COCA +COCAINA +COCHABAMBA +COCHE +COCHES +COCINA +COCINAR +COCO +CODIGO +CODIGOS +COGE +COGER +COGIO +COHERENCIA +COHERENTE +COINCIDE +COINCIDEN +COINCIDENCIA +COLA +COLABORACION +COLABORADORES +COLABORAR +COLAPSO +COLCHON +COLECCION +COLECCIONES +COLECTIVA +COLECTIVO +COLECTIVOS +COLEGA +COLEGAS +COLEGIO +COLEGIOS +COLESTEROL +COLGADO +COLMO +COLO +COLOCA +COLOCACION +COLOCADO +COLOCAR +COLOCO +COLOMBIA +COLOMBIANA +COLOMBIANO +COLOMBIANOS +COLON +COLONIA +COLONIAL +COLONIAS +COLOR +COLORES +COLUMNA +COLUMNAS +COMA +COMANDANTE +COMANDO +COMBATE +COMBATIR +COMBINA +COMBINACION +COMBINADO +COMBINAR +COMBUSTIBLE +COMBUSTIBLES +COME +COMEDIA +COMEDOR +COMEN +COMENCE +COMENTA +COMENTADO +COMENTAR +COMENTARIO +COMENTARIOS +COMENTO +COMENZABA +COMENZADO +COMENZAR +COMENZARA +COMENZARON +COMENZO +COMER +COMERCIAL +COMERCIALES +COMERCIANTES +COMERCIO +COMERCIOS +COMETER +COMETIDO +COMETIDOS +COMIA +COMICIOS +COMIDA +COMIDAS +COMIDO +COMIENDO +COMIENZA +COMIENZAN +COMIENZO +COMIENZOS +COMISARIA +COMISARIO +COMISION +COMISIONES +COMITE +COMO +COMODA +COMODIDAD +COMODO +COMPANERA +COMPANERAS +COMPANERO +COMPANEROS +COMPANIA +COMPANIAS +COMPARA +COMPARACION +COMPARADO +COMPARAR +COMPARTE +COMPARTEN +COMPARTIDA +COMPARTIDO +COMPARTIR +COMPASION +COMPATRIOTA +COMPATRIOTAS +COMPENSACION +COMPENSAR +COMPETENCIA +COMPETENCIAS +COMPETICION +COMPETIDORES +COMPETIR +COMPETITIVIDAD +COMPETITIVO +COMPLEJA +COMPLEJAS +COMPLEJIDAD +COMPLEJO +COMPLEJOS +COMPLEMENTO +COMPLETA +COMPLETAMENTE +COMPLETAR +COMPLETO +COMPLICACIONES +COMPLICADA +COMPLICADO +COMPLICE +COMPLICIDAD +COMPONEN +COMPONENTE +COMPONENTES +COMPORTAMIENTO +COMPORTAMIENTOS +COMPOSICION +COMPOSITOR +COMPRA +COMPRADO +COMPRADORES +COMPRAR +COMPRAS +COMPRENDE +COMPRENDER +COMPRENDIDO +COMPRENDIO +COMPRENSION +COMPRO +COMPROBADO +COMPROBAR +COMPROBO +COMPROMETIDO +COMPROMISO +COMPROMISOS +COMPUESTA +COMPUESTO +COMPUESTOS +COMPUTADORA +COMPUTADORAS +COMUN +COMUNA +COMUNES +COMUNICACION +COMUNICACIONES +COMUNICADO +COMUNICAR +COMUNICARSE +COMUNICO +COMUNIDAD +COMUNIDADES +COMUNISTA +COMUNISTAS +COMUNITARIA +COMUNITARIO +COMUNITARIOS +CON +CONCEJAL +CONCENTRA +CONCENTRACION +CONCENTRACIONES +CONCENTRADO +CONCENTRARSE +CONCEPCION +CONCEPTO +CONCEPTOS +CONCEPTUAL +CONCESION +CONCESIONES +CONCIENCIA +CONCIERTO +CONCIERTOS +CONCLUIDO +CONCLUIR +CONCLUSION +CONCLUSIONES +CONCLUYE +CONCLUYO +CONCRETA +CONCRETAMENTE +CONCRETAR +CONCRETAS +CONCRETO +CONCRETOS +CONCURSO +CONCURSOS +CONDENA +CONDENADO +CONDENADOS +CONDICION +CONDICIONES +CONDUCCION +CONDUCE +CONDUCIA +CONDUCIDO +CONDUCIR +CONDUCTA +CONDUCTAS +CONDUCTOR +CONDUCTORES +CONDUJO +CONECTAR +CONEXION +CONEXIONES +CONFEDERACION +CONFERENCIA +CONFERENCIAS +CONFESION +CONFESO +CONFIA +CONFIANZA +CONFIAR +CONFIESA +CONFIGURACION +CONFIRMA +CONFIRMACION +CONFIRMADO +CONFIRMAR +CONFIRMO +CONFLICTO +CONFLICTOS +CONFORMACION +CONFORMADO +CONFORMAN +CONFORME +CONFRONTACION +CONFUSION +CONGRESO +CONJUNTA +CONJUNTAMENTE +CONJUNTO +CONJUNTOS +CONLLEVA +CONMIGO +CONO +CONOCE +CONOCEMOS +CONOCEN +CONOCER +CONOCES +CONOCI +CONOCIA +CONOCIAN +CONOCIDA +CONOCIDAS +CONOCIDO +CONOCIDOS +CONOCIERON +CONOCIMIENTO +CONOCIMIENTOS +CONOCIO +CONOZCO +CONQUISTA +CONQUISTAR +CONSCIENTE +CONSCIENTES +CONSECUENCIA +CONSECUENCIAS +CONSECUTIVO +CONSECUTIVOS +CONSEGUIA +CONSEGUIDO +CONSEGUIR +CONSEJERO +CONSEJO +CONSEJOS +CONSENSO +CONSENTIMIENTO +CONSERVA +CONSERVACION +CONSERVADOR +CONSERVADORES +CONSERVAR +CONSIDERA +CONSIDERABA +CONSIDERABLE +CONSIDERACION +CONSIDERACIONES +CONSIDERADA +CONSIDERADAS +CONSIDERADO +CONSIDERADOS +CONSIDERAMOS +CONSIDERAN +CONSIDERANDO +CONSIDERAR +CONSIDERARSE +CONSIDERO +CONSIGNA +CONSIGO +CONSIGUE +CONSIGUEN +CONSIGUIERON +CONSIGUIO +CONSISTE +CONSISTENCIA +CONSISTENTE +CONSISTIA +CONSOLIDACION +CONSOLIDAR +CONSTA +CONSTANCIA +CONSTANTE +CONSTANTEMENTE +CONSTANTES +CONSTATAR +CONSTITUCION +CONSTITUCIONAL +CONSTITUIDO +CONSTITUIR +CONSTITUYE +CONSTITUYEN +CONSTRUCCION +CONSTRUCCIONES +CONSTRUIDA +CONSTRUIDO +CONSTRUIR +CONSTRUYE +CONSTRUYENDO +CONSTRUYO +CONSUELO +CONSULTA +CONSULTAR +CONSULTAS +CONSUME +CONSUMEN +CONSUMIDOR +CONSUMIDORES +CONSUMIR +CONSUMO +CONTABA +CONTABAN +CONTACTO +CONTACTOS +CONTADO +CONTAGIO +CONTAMINACION +CONTAMINANTES +CONTAMOS +CONTANDO +CONTAR +CONTARA +CONTARLE +CONTARON +CONTE +CONTEMPLA +CONTEMPLAR +CONTEMPORANEA +CONTEMPORANEO +CONTEMPORANEOS +CONTENCION +CONTENER +CONTENIA +CONTENIDO +CONTENIDOS +CONTENTA +CONTENTO +CONTENTOS +CONTESTA +CONTESTAR +CONTESTE +CONTESTO +CONTEXTO +CONTEXTOS +CONTIENDA +CONTIENE +CONTIENEN +CONTIGO +CONTINENTAL +CONTINENTE +CONTINUA +CONTINUABA +CONTINUACION +CONTINUAMENTE +CONTINUAN +CONTINUAR +CONTINUARA +CONTINUIDAD +CONTINUO +CONTO +CONTRA +CONTRADICCION +CONTRADICCIONES +CONTRARIA +CONTRARIO +CONTRASTE +CONTRATACION +CONTRATADO +CONTRATAR +CONTRATO +CONTRATOS +CONTRIBUCION +CONTRIBUIDO +CONTRIBUIR +CONTRIBUYE +CONTRIBUYEN +CONTROL +CONTROLA +CONTROLADA +CONTROLADO +CONTROLAR +CONTROLES +CONTUNDENTE +CONVENCER +CONVENCIDA +CONVENCIDO +CONVENCIDOS +CONVENCION +CONVENCIONAL +CONVENCIONALES +CONVENIENCIA +CONVENIENTE +CONVENIO +CONVENIOS +CONVENTO +CONVERSACION +CONVERSACIONES +CONVERSAR +CONVERSION +CONVERTIDO +CONVERTIR +CONVERTIRSE +CONVICCION +CONVIENE +CONVIERTA +CONVIERTE +CONVIERTEN +CONVIRTIENDO +CONVIRTIENDOSE +CONVIRTIERON +CONVIRTIO +CONVIVENCIA +CONVIVIR +CONVOCADO +CONVOCAR +CONVOCATORIA +CONVOCO +COOPERACION +COORDINACION +COORDINADOR +COORDINAR +COPA +COPAS +COPIA +COPIAS +CORAJE +CORAZON +CORBATA +CORDOBA +COREA +CORO +CORONA +CORONAVIRUS +CORONEL +CORPORACION +CORPORACIONES +CORPORAL +CORRE +CORRECCION +CORRECTA +CORRECTAMENTE +CORRECTO +CORREDOR +CORREDORES +CORREGIR +CORRELACION +CORREN +CORREO +CORREOS +CORRER +CORRESPONDE +CORRESPONDEN +CORRESPONDENCIA +CORRESPONDIA +CORRESPONDIENTE +CORRIA +CORRIDO +CORRIENDO +CORRIENTE +CORRIENTES +CORRIO +CORRUPCION +CORTA +CORTADO +CORTAR +CORTAS +CORTE +CORTES +CORTESIA +CORTEZA +CORTINA +CORTINAS +CORTO +CORTOS +COSA +COSAS +COSECHA +COSTA +COSTABA +COSTADO +COSTAS +COSTE +COSTES +COSTO +COSTOS +COSTUMBRE +COSTUMBRES +COTIDIANA +COTIDIANAS +COTIDIANO +COVID +COYUNTURA +CRANEO +CREA +CREACION +CREACIONES +CREADA +CREADO +CREADOR +CREADORES +CREAN +CREANDO +CREAR +CREARON +CREATIVA +CREATIVIDAD +CREATIVO +CRECE +CRECEN +CRECER +CRECIDO +CRECIENDO +CRECIENTE +CRECIMIENTO +CRECIO +CREDIBILIDAD +CREDITO +CREDITOS +CREE +CREEMOS +CREEN +CREENCIA +CREENCIAS +CREER +CREES +CREI +CREIA +CREIDO +CREMA +CREO +CREYENDO +CREYO +CRIA +CRIANZA +CRIATURA +CRIATURAS +CRIMEN +CRIMENES +CRIMINAL +CRIMINALES +CRISIS +CRISTAL +CRISTALES +CRISTIAN +CRISTIANA +CRISTIANO +CRISTIANOS +CRISTINA +CRISTO +CRISTOBAL +CRITERIO +CRITERIOS +CRITICA +CRITICAS +CRITICO +CRITICOS +CRONICA +CRONICAS +CRUCE +CRUCIAL +CRUDO +CRUEL +CRUELDAD +CRUZ +CRUZA +CRUZADO +CRUZAR +CRUZO +CUADERNO +CUADRA +CUADRADO +CUADRADOS +CUADRAS +CUADRO +CUADROS +CUAL +CUALES +CUALIDADES +CUALQUIER +CUALQUIERA +CUANDO +CUANTAS +CUANTO +CUANTOS +CUARENTA +CUARTA +CUARTEL +CUARTO +CUARTOS +CUATRO +CUBA +CUBANA +CUBANO +CUBANOS +CUBIERTA +CUBIERTAS +CUBIERTO +CUBIERTOS +CUBRE +CUBRIA +CUBRIR +CUCHARADA +CUCHARADAS +CUCHARADITA +CUCHILLO +CUELLO +CUENCA +CUENTA +CUENTAN +CUENTAS +CUENTE +CUENTO +CUENTOS +CUERDA +CUERDAS +CUERO +CUERPO +CUERPOS +CUESTA +CUESTION +CUESTIONARIO +CUESTIONES +CUEVA +CUIDADO +CUIDADOS +CUIDADOSAMENTE +CUIDAR +CULO +CULPA +CULPABLE +CULPABLES +CULTIVO +CULTIVOS +CULTO +CULTURA +CULTURAL +CULTURALES +CULTURAS +CUMBRE +CUMPLA +CUMPLAN +CUMPLE +CUMPLEANOS +CUMPLEN +CUMPLIDO +CUMPLIENDO +CUMPLIMIENTO +CUMPLIO +CUMPLIR +CUNA +CUOTA +CUOTAS +CUPULA +CURA +CURAR +CURIOSA +CURIOSIDAD +CURIOSO +CURIOSOS +CURSO +CURSOS +CURVA +CURVAS +CUSTODIA +CUYA +CUYAS +CUYO +CUYOS +DA +DABA +DABAN +DADA +DADAS +DADO +DADOS +DAMA +DAMAS +DAMOS +DAN +DANDO +DANDOLE +DANIEL +DANO +DANOS +DANZA +DAR +DARA +DARAN +DARIA +DARIO +DARLE +DARLES +DARME +DARNOS +DARSE +DARTE +DAS +DATA +DATO +DATOS +DAVID +DC +DE +DEBA +DEBAJO +DEBATE +DEBATES +DEBE +DEBEMOS +DEBEN +DEBER +DEBERA +DEBERAN +DEBERES +DEBERIA +DEBERIAMOS +DEBERIAN +DEBES +DEBIA +DEBIAN +DEBIDAMENTE +DEBIDO +DEBIERA +DEBIERON +DEBIL +DEBILES +DEBILIDAD +DEBILIDADES +DEBIO +DEBO +DEBUT +DECADA +DECADAS +DECADENCIA +DECENAS +DECEPCION +DECIA +DECIAN +DECIDE +DECIDEN +DECIDI +DECIDIDA +DECIDIDO +DECIDIERON +DECIDIMOS +DECIDIO +DECIDIR +DECIMO +DECIMOS +DECIR +DECIRLE +DECIRLES +DECIRLO +DECIRME +DECIRSE +DECIRTE +DECISION +DECISIONES +DECISIVA +DECISIVO +DECLARA +DECLARACION +DECLARACIONES +DECLARADO +DECLARAR +DECLARO +DECORACION +DECRETO +DEDICA +DEDICABA +DEDICACION +DEDICADA +DEDICADAS +DEDICADO +DEDICADOS +DEDICAN +DEDICAR +DEDICARSE +DEDICO +DEDO +DEDOS +DEFECTO +DEFECTOS +DEFENDER +DEFENDERSE +DEFENDIO +DEFENSA +DEFENSAS +DEFENSIVA +DEFENSOR +DEFENSORES +DEFICIENCIAS +DEFICIT +DEFIENDE +DEFINE +DEFINEN +DEFINICION +DEFINICIONES +DEFINIDA +DEFINIDO +DEFINIDOS +DEFINIO +DEFINIR +DEFINITIVA +DEFINITIVAMENTE +DEFINITIVO +DEGRADACION +DEJA +DEJABA +DEJABAN +DEJADO +DEJAMOS +DEJAN +DEJANDO +DEJAR +DEJARA +DEJARIA +DEJARLO +DEJARON +DEJARSE +DEJE +DEJEN +DEJO +DEL +DELANTE +DELANTERO +DELEGACION +DELEGADO +DELEGADOS +DELGADA +DELGADO +DELICADA +DELICADO +DELINCUENCIA +DELINCUENTES +DELITO +DELITOS +DEMANDA +DEMANDAS +DEMAS +DEMASIADA +DEMASIADAS +DEMASIADO +DEMASIADOS +DEMOCRACIA +DEMOCRATA +DEMOCRATAS +DEMOCRATICA +DEMOCRATICO +DEMOCRATICOS +DEMONIO +DEMONIOS +DEMORA +DEMOSTRACION +DEMOSTRADO +DEMOSTRAR +DEMOSTRO +DEMUESTRA +DEMUESTRAN +DEN +DENGUE +DENOMINA +DENOMINACION +DENOMINADA +DENOMINADO +DENSIDAD +DENTRO +DENUNCIA +DENUNCIADO +DENUNCIAR +DENUNCIAS +DENUNCIO +DEPARTAMENTO +DEPARTAMENTOS +DEPENDE +DEPENDEN +DEPENDENCIA +DEPENDENCIAS +DEPENDERA +DEPENDIENDO +DEPENDIENTE +DEPENDIENTES +DEPORTE +DEPORTES +DEPORTISTA +DEPORTISTAS +DEPORTIVA +DEPORTIVAS +DEPORTIVO +DEPORTIVOS +DEPOSITO +DEPOSITOS +DEPRESION +DERECHA +DERECHO +DERECHOS +DERIVA +DERIVADO +DERIVADOS +DERROTA +DERROTAR +DERROTAS +DERROTO +DES +DESAFIO +DESAFIOS +DESAGRADABLE +DESAPARECE +DESAPARECER +DESAPARECIDO +DESAPARECIDOS +DESAPARECIO +DESAPARICION +DESARROLLA +DESARROLLADA +DESARROLLADAS +DESARROLLADO +DESARROLLADOS +DESARROLLAN +DESARROLLANDO +DESARROLLAR +DESARROLLARON +DESARROLLARSE +DESARROLLO +DESASTRE +DESASTRES +DESAYUNO +DESCANSAR +DESCANSO +DESCARGA +DESCARTAR +DESCENSO +DESCONFIANZA +DESCONOCE +DESCONOCIDA +DESCONOCIDO +DESCONOCIDOS +DESCONOCIMIENTO +DESCRIBE +DESCRIBIR +DESCRIPCION +DESCRITO +DESCUBIERTO +DESCUBRE +DESCUBRI +DESCUBRIERON +DESCUBRIMIENTO +DESCUBRIMIENTOS +DESCUBRIO +DESCUBRIR +DESDE +DESEA +DESEABA +DESEADO +DESEAN +DESECHOS +DESEMPENO +DESEMPLEO +DESENLACE +DESEO +DESEOS +DESESPERACION +DESESPERADA +DESESPERADO +DESFILE +DESGRACIA +DESIERTO +DESIGNACION +DESIGNADO +DESIGUALDAD +DESIGUALDADES +DESNUDA +DESNUDO +DESNUDOS +DESORDEN +DESPACHO +DESPACIO +DESPEDIDA +DESPEDIRSE +DESPERTADO +DESPERTAR +DESPERTO +DESPIDIO +DESPIERTA +DESPIERTO +DESPLAZAMIENTO +DESPLIEGUE +DESPRECIO +DESPRENDE +DESPUES +DESTACA +DESTACADO +DESTACADOS +DESTACAN +DESTACAR +DESTACO +DESTINADA +DESTINADAS +DESTINADO +DESTINADOS +DESTINO +DESTINOS +DESTRUCCION +DESTRUIR +DETALLA +DETALLE +DETALLES +DETALLO +DETECCION +DETECTADO +DETECTAR +DETECTIVE +DETENCION +DETENER +DETENERSE +DETENIDO +DETENIDOS +DETERIORO +DETERMINA +DETERMINACION +DETERMINADA +DETERMINADAS +DETERMINADO +DETERMINADOS +DETERMINAN +DETERMINANTE +DETERMINANTES +DETERMINAR +DETERMINO +DETIENE +DETRAS +DETUVO +DEUDA +DEUDAS +DEVOLVER +DEVOLVIO +DI +DIA +DIABETES +DIABLO +DIAGNOSTICO +DIALOGO +DIALOGOS +DIAMETRO +DIANA +DIARIA +DIARIAMENTE +DIARIAS +DIARIO +DIARIOS +DIAS +DIAZ +DIBUJO +DIBUJOS +DICCIONARIO +DICE +DICEN +DICES +DICHA +DICHAS +DICHO +DICHOS +DICIEMBRE +DICIENDO +DICTADOR +DICTADURA +DICTAMEN +DIECIOCHO +DIECISEIS +DIECISIETE +DIEGO +DIENTES +DIERA +DIERON +DIETA +DIEZ +DIFERENCIA +DIFERENCIAS +DIFERENTE +DIFERENTES +DIFICIL +DIFICILES +DIFICILMENTE +DIFICULTAD +DIFICULTADES +DIFUNDIR +DIFUSION +DIGA +DIGAMOS +DIGAN +DIGAS +DIGITAL +DIGITALES +DIGNA +DIGNIDAD +DIGNO +DIGO +DIJE +DIJERA +DIJERON +DIJISTE +DIJO +DIME +DIMENSION +DIMENSIONES +DIMOS +DINAMICA +DINAMICAS +DINAMICO +DINERO +DIO +DIOS +DIOSES +DIPLOMATICO +DIPUTADO +DIPUTADOS +DIRA +DIRE +DIRECCION +DIRECCIONES +DIRECTA +DIRECTAMENTE +DIRECTAS +DIRECTIVA +DIRECTIVO +DIRECTIVOS +DIRECTO +DIRECTOR +DIRECTORA +DIRECTORES +DIRECTOS +DIRIA +DIRIGE +DIRIGENCIA +DIRIGENTE +DIRIGENTES +DIRIGIA +DIRIGIDA +DIRIGIDAS +DIRIGIDO +DIRIGIDOS +DIRIGIO +DIRIGIR +DIRIGIRSE +DISCAPACIDAD +DISCIPLINA +DISCIPLINAS +DISCO +DISCOS +DISCRECION +DISCRIMINACION +DISCULPAS +DISCURSO +DISCURSOS +DISCUSION +DISCUSIONES +DISCUTIR +DISENADO +DISENADOR +DISENADORES +DISENAR +DISENO +DISENOS +DISFRUTA +DISFRUTAR +DISFRUTE +DISIMULAR +DISMINUCION +DISMINUIDO +DISMINUIR +DISMINUYE +DISPARAR +DISPARO +DISPAROS +DISPERSION +DISPONE +DISPONEN +DISPONER +DISPONIA +DISPONIBILIDAD +DISPONIBLE +DISPONIBLES +DISPOSICION +DISPOSICIONES +DISPOSITIVO +DISPOSITIVOS +DISPUESTA +DISPUESTO +DISPUESTOS +DISPUSO +DISPUTA +DISTANCIA +DISTANCIAS +DISTANTE +DISTINCION +DISTINGUE +DISTINGUIR +DISTINTA +DISTINTAS +DISTINTO +DISTINTOS +DISTRIBUCION +DISTRITO +DISTRITOS +DIVERSAS +DIVERSIDAD +DIVERSION +DIVERSOS +DIVERTIDA +DIVERTIDO +DIVIDE +DIVIDIDO +DIVINA +DIVINO +DIVISAS +DIVISION +DIVORCIO +DIVULGACION +DO +DOBLE +DOBLES +DOCE +DOCENA +DOCENTE +DOCENTES +DOCTOR +DOCTORA +DOCTRINA +DOCUMENTACION +DOCUMENTAL +DOCUMENTALES +DOCUMENTO +DOCUMENTOS +DOLAR +DOLARES +DOLOR +DOLORES +DOLOROSA +DOLOROSO +DOMESTICA +DOMESTICAS +DOMESTICO +DOMESTICOS +DOMICILIO +DOMINACION +DOMINANTE +DOMINAR +DOMINGO +DOMINGOS +DOMINICANO +DOMINICANOS +DOMINIO +DON +DONA +DONACION +DONACIONES +DONALD +DONDE +DORADA +DORADO +DORMIA +DORMIDA +DORMIDO +DORMIR +DORMITORIO +DOS +DOSCIENTOS +DOSIS +DOTACION +DOY +DR +DRAMA +DRAMATICA +DRAMATICO +DROGA +DROGAS +DUCHA +DUDA +DUDAR +DUDAS +DUELE +DUELO +DUENA +DUENO +DUENOS +DUERME +DULCE +DULCES +DUO +DURA +DURACION +DURANTE +DURAR +DURAS +DUREZA +DURMIENDO +DURO +DUROS +DVD +ECHA +ECHADO +ECHAR +ECHO +ECO +ECOLOGICA +ECOLOGICO +ECOLOGICOS +ECONOMIA +ECONOMIAS +ECONOMICA +ECONOMICAMENTE +ECONOMICAS +ECONOMICO +ECONOMICOS +ECONOMISTA +ECOSISTEMA +ECOSISTEMAS +ECUACION +ECUADOR +ECUATORIANO +EDAD +EDADES +EDGAR +EDICION +EDICIONES +EDIFICIO +EDIFICIOS +EDITOR +EDITORES +EDITORIAL +EDITORIALES +EDUARDO +EDUCACION +EDUCAR +EDUCATIVA +EDUCATIVAS +EDUCATIVO +EDUCATIVOS +EE +EEH +EEUU +EFE +EFECTIVA +EFECTIVAMENTE +EFECTIVIDAD +EFECTIVO +EFECTIVOS +EFECTO +EFECTOS +EFECTUAR +EFICACES +EFICACIA +EFICAZ +EFICIENCIA +EFICIENTE +EFICIENTES +EGIPTO +EH +EJE +EJECUCION +EJECUTAR +EJECUTIVA +EJECUTIVO +EJECUTIVOS +EJEMPLAR +EJEMPLARES +EJEMPLO +EJEMPLOS +EJERCE +EJERCEN +EJERCER +EJERCICIO +EJERCICIOS +EJERCITO +EJES +EL +ELABORACION +ELABORADO +ELABORADOS +ELABORAR +ELECCION +ELECCIONES +ELECTO +ELECTORAL +ELECTORALES +ELECTORES +ELECTRICA +ELECTRICAS +ELECTRICIDAD +ELECTRICO +ELECTRICOS +ELECTRONICA +ELECTRONICO +ELECTRONICOS +ELEGANCIA +ELEGANTE +ELEGIDA +ELEGIDO +ELEGIDOS +ELEGIR +ELEMENTO +ELEMENTOS +ELENA +ELENCO +ELEVA +ELEVADA +ELEVADO +ELEVADOS +ELEVAR +ELIAS +ELIGE +ELIGIO +ELIMINACION +ELIMINAR +ELISA +ELITE +ELLA +ELLAS +ELLO +ELLOS +EMBAJADA +EMBAJADOR +EMBARAZADA +EMBARAZADAS +EMBARAZO +EMERGENCIA +EMERGENTES +EMILIA +EMILIO +EMISION +EMISIONES +EMITE +EMITIDO +EMITIO +EMITIR +EMMA +EMOCION +EMOCIONAL +EMOCIONALES +EMOCIONES +EMPATE +EMPECE +EMPENO +EMPERADOR +EMPEZABA +EMPEZADO +EMPEZAMOS +EMPEZANDO +EMPEZAR +EMPEZARON +EMPEZO +EMPIEZA +EMPIEZAN +EMPLEA +EMPLEADA +EMPLEADO +EMPLEADOS +EMPLEAN +EMPLEAR +EMPLEO +EMPLEOS +EMPRENDER +EMPRESA +EMPRESARIAL +EMPRESARIALES +EMPRESARIO +EMPRESARIOS +EMPRESAS +EN +ENAMORADA +ENAMORADO +ENCANTA +ENCANTO +ENCARGA +ENCARGADA +ENCARGADO +ENCARGADOS +ENCARGO +ENCENDER +ENCENDIDO +ENCENDIO +ENCERRADO +ENCIENDE +ENCIERRO +ENCIMA +ENCONTRABA +ENCONTRABAN +ENCONTRADO +ENCONTRADOS +ENCONTRAMOS +ENCONTRAR +ENCONTRARON +ENCONTRARSE +ENCONTRE +ENCONTRO +ENCUENTRA +ENCUENTRAN +ENCUENTRE +ENCUENTREN +ENCUENTRO +ENCUENTROS +ENCUESTA +ENCUESTADOS +ENCUESTAS +ENEMIGO +ENEMIGOS +ENERGETICA +ENERGETICO +ENERGIA +ENERGIAS +ENERO +ENFASIS +ENFATIZO +ENFERMA +ENFERMEDAD +ENFERMEDADES +ENFERMERA +ENFERMERAS +ENFERMERIA +ENFERMO +ENFERMOS +ENFOQUE +ENFOQUES +ENFRENTA +ENFRENTAMIENTO +ENFRENTAMIENTOS +ENFRENTAN +ENFRENTAR +ENFRENTARSE +ENFRENTE +ENFRENTO +ENGANO +ENLACE +ENORME +ENORMES +ENRIQUE +ENSALADA +ENSAYO +ENSAYOS +ENSEGUIDA +ENSENA +ENSENADO +ENSENANZA +ENSENANZAS +ENSENAR +ENSENO +ENTE +ENTENDEMOS +ENTENDER +ENTENDI +ENTENDIA +ENTENDIDO +ENTENDIMIENTO +ENTENDIO +ENTERA +ENTERADO +ENTERARSE +ENTERAS +ENTERO +ENTEROS +ENTIDAD +ENTIDADES +ENTIENDE +ENTIENDEN +ENTIENDES +ENTIENDO +ENTIERRO +ENTONCES +ENTORNO +ENTORNOS +ENTRA +ENTRABA +ENTRADA +ENTRADAS +ENTRADO +ENTRAN +ENTRANAS +ENTRANDO +ENTRAR +ENTRARON +ENTRE +ENTREGA +ENTREGADO +ENTREGAR +ENTREGO +ENTRENADOR +ENTRENADORES +ENTRENAMIENTO +ENTRENAMIENTOS +ENTRENAR +ENTRETENIMIENTO +ENTREVISTA +ENTREVISTADOS +ENTREVISTAS +ENTRO +ENTUSIASMO +ENVEJECIMIENTO +ENVIA +ENVIADO +ENVIAR +ENVIDIA +ENVIO +ENVUELTO +EPIDEMIA +EPISODIO +EPISODIOS +EPOCA +EPOCAS +EQUIDAD +EQUILIBRIO +EQUIPAMIENTO +EQUIPO +EQUIPOS +EQUIVALE +EQUIVALENTE +EQUIVOCADO +ERA +ERAMOS +ERAN +ERAS +ERES +ERNESTO +ERROR +ERRORES +ES +ESA +ESAS +ESCALA +ESCALERA +ESCALERAS +ESCANDALO +ESCAPA +ESCAPAR +ESCAPE +ESCASA +ESCASAS +ESCASEZ +ESCASO +ESCASOS +ESCENA +ESCENARIO +ESCENARIOS +ESCENAS +ESCLAVOS +ESCOGER +ESCOGIDO +ESCOLAR +ESCOLARES +ESCOMBROS +ESCONDE +ESCONDIDO +ESCRIBE +ESCRIBI +ESCRIBIA +ESCRIBIENDO +ESCRIBIO +ESCRIBIR +ESCRIBO +ESCRITA +ESCRITAS +ESCRITO +ESCRITOR +ESCRITORA +ESCRITORES +ESCRITORIO +ESCRITOS +ESCRITURA +ESCUCHA +ESCUCHABA +ESCUCHADO +ESCUCHAN +ESCUCHANDO +ESCUCHAR +ESCUCHE +ESCUCHO +ESCUDO +ESCUELA +ESCUELAS +ESCULTURA +ESCULTURAS +ESE +ESENCIA +ESENCIAL +ESENCIALES +ESENCIALMENTE +ESFERA +ESFERAS +ESFUERZO +ESFUERZOS +ESO +ESOS +ESPACIAL +ESPACIALES +ESPACIO +ESPACIOS +ESPADA +ESPALDA +ESPALDAS +ESPANA +ESPANOL +ESPANOLA +ESPANOLAS +ESPANOLES +ESPECIAL +ESPECIALES +ESPECIALIDAD +ESPECIALIDADES +ESPECIALISTA +ESPECIALISTAS +ESPECIALIZACION +ESPECIALIZADA +ESPECIALIZADAS +ESPECIALIZADO +ESPECIALIZADOS +ESPECIALMENTE +ESPECIE +ESPECIES +ESPECIFICA +ESPECIFICAMENTE +ESPECIFICAS +ESPECIFICO +ESPECIFICOS +ESPECTACULAR +ESPECTACULO +ESPECTACULOS +ESPECTADOR +ESPECTADORES +ESPECTRO +ESPEJO +ESPEJOS +ESPERA +ESPERABA +ESPERABAN +ESPERADO +ESPERAMOS +ESPERAN +ESPERANDO +ESPERANZA +ESPERANZAS +ESPERAR +ESPERO +ESPIRITU +ESPIRITUAL +ESPLENDOR +ESPONTANEA +ESPOSA +ESPOSO +ESPUMA +ESQUEMA +ESQUEMAS +ESQUINA +ESQUINAS +ESTA +ESTABA +ESTABAMOS +ESTABAN +ESTABAS +ESTABILIDAD +ESTABLE +ESTABLECE +ESTABLECEN +ESTABLECER +ESTABLECIDA +ESTABLECIDAS +ESTABLECIDO +ESTABLECIDOS +ESTABLECIMIENTO +ESTABLECIO +ESTACION +ESTACIONES +ESTADIO +ESTADISTICA +ESTADISTICAS +ESTADO +ESTADOS +ESTADOUNIDENSE +ESTADOUNIDENSES +ESTAMOS +ESTAN +ESTANCIA +ESTANDAR +ESTANDARES +ESTANDO +ESTAR +ESTARA +ESTARAN +ESTARIA +ESTARIAN +ESTAS +ESTATAL +ESTATALES +ESTATUA +ESTATURA +ESTATUS +ESTATUTO +ESTE +ESTEBAN +ESTEMOS +ESTEN +ESTES +ESTETICA +ESTETICO +ESTILO +ESTILOS +ESTIMA +ESTIMACION +ESTIMACIONES +ESTIMADO +ESTIMULAR +ESTIMULO +ESTIMULOS +ESTO +ESTOMAGO +ESTOS +ESTOY +ESTRATEGIA +ESTRATEGIAS +ESTRATEGICA +ESTRATEGICO +ESTRATEGICOS +ESTRECHA +ESTRECHO +ESTRELLA +ESTRELLAS +ESTRENO +ESTRES +ESTRICTAMENTE +ESTRICTO +ESTRUCTURA +ESTRUCTURAL +ESTRUCTURALES +ESTRUCTURAS +ESTUDIA +ESTUDIADO +ESTUDIANDO +ESTUDIANTE +ESTUDIANTES +ESTUDIANTIL +ESTUDIAR +ESTUDIO +ESTUDIOS +ESTUVE +ESTUVIERA +ESTUVIERAN +ESTUVIERON +ESTUVIESE +ESTUVIMOS +ESTUVO +ET +ETA +ETAPA +ETAPAS +ETC +ETCETERA +ETERNA +ETERNIDAD +ETERNO +ETICA +ETICO +ETIQUETA +EUFORIA +EUGENIO +EURO +EUROPA +EUROPEA +EUROPEAS +EUROPEO +EUROPEOS +EUROS +EVA +EVALUACION +EVALUAR +EVENTO +EVENTOS +EVENTUAL +EVENTUALMENTE +EVIDENCIA +EVIDENCIAS +EVIDENTE +EVIDENTEMENTE +EVIDENTES +EVITA +EVITANDO +EVITAR +EVO +EVOLUCION +EX +EXACTA +EXACTAMENTE +EXACTITUD +EXACTO +EXAMEN +EXAMENES +EXAMINAR +EXCELENCIA +EXCELENTE +EXCELENTES +EXCEPCION +EXCEPCIONAL +EXCEPCIONES +EXCEPTO +EXCESIVA +EXCESIVO +EXCESO +EXCESOS +EXCLAMO +EXCLUSION +EXCLUSIVA +EXCLUSIVAMENTE +EXCLUSIVO +EXCUSA +EXHIBE +EXHIBICION +EXIGE +EXIGEN +EXIGENCIA +EXIGENCIAS +EXIGENTE +EXIGIR +EXILIO +EXISTA +EXISTE +EXISTEN +EXISTENCIA +EXISTENTE +EXISTENTES +EXISTIA +EXISTIAN +EXISTIDO +EXISTIR +EXITO +EXITOS +EXITOSA +EXITOSO +EXPANSION +EXPECTATIVA +EXPECTATIVAS +EXPEDICION +EXPEDIENTE +EXPERIENCIA +EXPERIENCIAS +EXPERIMENTADO +EXPERIMENTAL +EXPERIMENTAR +EXPERIMENTO +EXPERIMENTOS +EXPERTA +EXPERTO +EXPERTOS +EXPLICA +EXPLICABA +EXPLICACION +EXPLICACIONES +EXPLICADO +EXPLICAN +EXPLICAR +EXPLICARON +EXPLICO +EXPLORACION +EXPLORAR +EXPLOSION +EXPLOTACION +EXPLOTAR +EXPONE +EXPONER +EXPORTACION +EXPORTACIONES +EXPOSICION +EXPOSICIONES +EXPRESA +EXPRESADO +EXPRESAN +EXPRESAR +EXPRESIDENTE +EXPRESION +EXPRESIONES +EXPRESO +EXPUESTO +EXPUESTOS +EXPULSION +EXPUSO +EXTENDER +EXTENDIDO +EXTENDIO +EXTENSA +EXTENSION +EXTENSO +EXTERIOR +EXTERIORES +EXTERNA +EXTERNAS +EXTERNO +EXTERNOS +EXTIENDE +EXTINCION +EXTRA +EXTRACCION +EXTRAER +EXTRANA +EXTRANAS +EXTRANJERA +EXTRANJERAS +EXTRANJERO +EXTRANJEROS +EXTRANO +EXTRANOS +EXTRAORDINARIA +EXTRAORDINARIO +EXTREMA +EXTREMADAMENTE +EXTREMO +EXTREMOS +FABRICA +FABRICACION +FABRICANTE +FABRICANTES +FABRICAR +FABRICAS +FACEBOOK +FACHADA +FACIL +FACILES +FACILIDAD +FACILITA +FACILITAR +FACILMENTE +FACTOR +FACTORES +FACTURA +FACULTAD +FACULTADES +FALDA +FALLA +FALLAS +FALLECIDO +FALLECIDOS +FALLECIMIENTO +FALLECIO +FALLO +FALSA +FALSAS +FALSO +FALSOS +FALTA +FALTABA +FALTABAN +FALTAN +FALTAR +FALTAS +FALTO +FAMA +FAMILIA +FAMILIAR +FAMILIARES +FAMILIAS +FAMOSA +FAMOSO +FAMOSOS +FANATICOS +FANS +FANTASIA +FANTASMA +FANTASMAS +FANTASTICO +FARC +FARMACO +FARMACOS +FASCINANTE +FASE +FASES +FATAL +FATIGA +FAUNA +FAVOR +FAVORABLE +FAVORABLES +FAVORECE +FAVORECER +FAVORITA +FAVORITO +FAVORITOS +FE +FEBRERO +FECHA +FECHAS +FEDERACION +FEDERAL +FEDERALES +FEDERICO +FELICES +FELICIDAD +FELIPE +FELIX +FELIZ +FEMENINA +FEMENINO +FENOMENO +FENOMENOS +FEO +FERIA +FERNANDEZ +FERNANDO +FEROZ +FESTIVAL +FESTIVALES +FIBRA +FICCION +FIDEL +FIDELIDAD +FIEBRE +FIEL +FIELES +FIESTA +FIESTAS +FIFA +FIGURA +FIGURAN +FIGURAS +FIJA +FIJADO +FIJAMENTE +FIJAR +FIJO +FIJOS +FILA +FILAS +FILIAL +FILM +FILME +FILO +FILOSOFIA +FILOSOFO +FIN +FINA +FINAL +FINALES +FINALIDAD +FINALIZAR +FINALIZO +FINALMENTE +FINANCIACION +FINANCIAMIENTO +FINANCIAR +FINANCIERA +FINANCIERAS +FINANCIERO +FINANCIEROS +FINANZAS +FINCA +FINCAS +FINES +FINO +FIRMA +FIRMADO +FIRMAR +FIRMAS +FIRME +FIRMES +FIRMEZA +FIRMO +FISCAL +FISCALES +FISCALIA +FISICA +FISICAMENTE +FISICAS +FISICO +FISICOS +FLEXIBILIDAD +FLEXIBLE +FLOR +FLORA +FLORENCIA +FLORES +FLORIDA +FLOTA +FLUJO +FLUJOS +FMI +FOCO +FOCOS +FOMENTAR +FOMENTO +FONDO +FONDOS +FOR +FORD +FORESTAL +FORESTALES +FORMA +FORMABA +FORMABAN +FORMACION +FORMACIONES +FORMADA +FORMADO +FORMAL +FORMALES +FORMALMENTE +FORMAN +FORMANDO +FORMAR +FORMARON +FORMAS +FORMATO +FORMATOS +FORMO +FORMULA +FORMULACION +FORMULAS +FORO +FOROS +FORTALECER +FORTALECIMIENTO +FORTALEZA +FORTUNA +FOSILES +FOTO +FOTOGRAFIA +FOTOGRAFIAS +FOTOGRAFO +FOTOGRAFOS +FOTOS +FOX +FRACASO +FRACCION +FRACTURA +FRAGIL +FRAGMENTO +FRAGMENTOS +FRANCES +FRANCESA +FRANCESES +FRANCIA +FRANCISCO +FRANCO +FRANJA +FRANK +FRASE +FRASES +FRAUDE +FRECUENCIA +FRECUENTE +FRECUENTEMENTE +FRECUENTES +FRENAR +FRENTE +FRESCA +FRESCO +FRESCOS +FRIA +FRIO +FRONTAL +FRONTERA +FRONTERAS +FRUSTRACION +FRUTA +FRUTAS +FRUTO +FRUTOS +FUE +FUEGO +FUENTE +FUENTES +FUERA +FUERAN +FUERON +FUERTE +FUERTEMENTE +FUERTES +FUERZA +FUERZAS +FUESE +FUESEN +FUGA +FUI +FUIMOS +FUISTE +FUMAR +FUNCION +FUNCIONA +FUNCIONABA +FUNCIONAL +FUNCIONAMIENTO +FUNCIONAN +FUNCIONANDO +FUNCIONAR +FUNCIONARIO +FUNCIONARIOS +FUNCIONES +FUNDACION +FUNDADA +FUNDADOR +FUNDAMENTAL +FUNDAMENTALES +FUNDAMENTO +FUNDAMENTOS +FUNDO +FURIA +FUSION +FUTBOL +FUTBOLISTA +FUTBOLISTAS +FUTURA +FUTURAS +FUTURO +FUTUROS +GABINETE +GABRIEL +GABRIELA +GAFAS +GALA +GALARDON +GALERIA +GALERIAS +GALICIA +GALLEGO +GALLETAS +GALLINA +GAMA +GANA +GANABA +GANADERIA +GANADO +GANADOR +GANADORA +GANADORES +GANAN +GANANCIA +GANANCIAS +GANANDO +GANAR +GANARON +GANARSE +GANAS +GANO +GARANTIA +GARANTIAS +GARANTIZA +GARANTIZAR +GARCIA +GARGANTA +GAS +GASES +GASOLINA +GASPAR +GASTAR +GASTO +GASTOS +GASTRONOMIA +GATO +GATOS +GEN +GENERA +GENERACION +GENERACIONES +GENERADO +GENERAL +GENERALES +GENERALITAT +GENERALIZADA +GENERALMENTE +GENERAN +GENERANDO +GENERAR +GENERO +GENEROS +GENEROSIDAD +GENEROSO +GENES +GENETICA +GENETICO +GENETICOS +GENIAL +GENIO +GENOMA +GENTE +GENTES +GEOGRAFIA +GEOGRAFICA +GEORGE +GERARDO +GERENTE +GERMAN +GESTACION +GESTION +GESTIONAR +GESTIONES +GESTO +GESTOS +GIGANTE +GIGANTES +GIMNASIO +GIRA +GIRAR +GIRO +GLOBAL +GLOBALES +GLOBALIZACION +GLOBO +GLORIA +GLUCOSA +GOBERNACION +GOBERNADOR +GOBERNANTE +GOBERNANTES +GOBERNAR +GOBIERNO +GOBIERNOS +GOL +GOLEADOR +GOLES +GOLF +GOLFO +GOLPE +GOLPEO +GOLPES +GOMA +GOMEZ +GONZALEZ +GONZALO +GOOGLE +GORDA +GORDO +GOTA +GOTAS +GRABACION +GRABACIONES +GRABADO +GRABAR +GRACIA +GRACIAS +GRADO +GRADOS +GRAFICA +GRAFICO +GRAMOS +GRAN +GRANADA +GRAND +GRANDE +GRANDES +GRANDEZA +GRANO +GRANOS +GRASA +GRASAS +GRATIS +GRATUITA +GRATUITO +GRAVE +GRAVEDAD +GRAVES +GRECIA +GREGORIO +GREMIO +GRIEGA +GRIEGO +GRIEGOS +GRIPE +GRIS +GRISES +GRITA +GRITABA +GRITANDO +GRITAR +GRITO +GRITOS +GRUESA +GRUESO +GRUPO +GRUPOS +GUADALAJARA +GUANTES +GUAPA +GUAPO +GUARDA +GUARDABA +GUARDAR +GUARDIA +GUARDIAS +GUARDO +GUATEMALA +GUAYAQUIL +GUBERNAMENTAL +GUBERNAMENTALES +GUERRA +GUERRAS +GUERRERO +GUERRILLA +GUERRILLEROS +GUIA +GUIAS +GUILLERMO +GUION +GUITARRA +GUSTA +GUSTABA +GUSTABAN +GUSTADO +GUSTAN +GUSTARIA +GUSTAVO +GUSTE +GUSTO +GUSTOS +GUTIERREZ +HA +HABER +HABERLE +HABERLO +HABERME +HABERSE +HABIA +HABIAMOS +HABIAN +HABIAS +HABIDO +HABIENDO +HABILIDAD +HABILIDADES +HABITACION +HABITACIONES +HABITAN +HABITANTES +HABITAT +HABITO +HABITOS +HABITUAL +HABITUALES +HABITUALMENTE +HABLA +HABLABA +HABLABAN +HABLADO +HABLAMOS +HABLAN +HABLANDO +HABLAR +HABLARON +HABLE +HABLO +HABRA +HABRAN +HABRIA +HABRIAN +HACE +HACEMOS +HACEN +HACER +HACERLA +HACERLE +HACERLO +HACERME +HACERNOS +HACERSE +HACES +HACIA +HACIAMOS +HACIAN +HACIENDA +HACIENDO +HAGA +HAGAN +HAGAS +HAGO +HAITI +HALLA +HALLABA +HALLAR +HALLAZGO +HALLAZGOS +HAMBRE +HAN +HARA +HARAN +HARE +HAREMOS +HARIA +HARINA +HARRY +HARTO +HAS +HASTA +HAY +HAYA +HAYAN +HAZ +HE +HECHA +HECHAS +HECHO +HECHOS +HECTAREAS +HECTOR +HEGEMONIA +HELADO +HELENA +HELICOPTERO +HEMBRA +HEMBRAS +HEMOS +HENRY +HERENCIA +HERIDA +HERIDAS +HERIDO +HERIDOS +HERMANA +HERMANAS +HERMANO +HERMANOS +HERMOSA +HERMOSO +HERNAN +HERNANDEZ +HEROE +HEROES +HERRAMIENTA +HERRAMIENTAS +HICE +HICIERA +HICIERAN +HICIERON +HICIMOS +HICISTE +HIDROCARBUROS +HIELO +HIERBA +HIERBAS +HIERRO +HIGADO +HIGIENE +HIJA +HIJAS +HIJO +HIJOS +HILO +HILOS +HINCHAS +HIPERTENSION +HIPOTESIS +HISTORIA +HISTORIADOR +HISTORIADORES +HISTORIAS +HISTORICA +HISTORICAMENTE +HISTORICAS +HISTORICO +HISTORICOS +HITLER +HITO +HIZO +HOGAR +HOGARES +HOJA +HOJAS +HOLA +HOLANDA +HOLANDES +HOLLYWOOD +HOMBRE +HOMBRES +HOMBRO +HOMBROS +HOMENAJE +HOMICIDIO +HONDO +HONDURAS +HONGOS +HONOR +HORA +HORACIO +HORARIO +HORARIOS +HORAS +HORIZONTAL +HORIZONTE +HORMONAS +HORNO +HORRIBLE +HORROR +HOSPITAL +HOSPITALES +HOTEL +HOTELES +HOY +HTTP +HUBIERA +HUBIERAN +HUBIESE +HUBIESEN +HUBO +HUECO +HUELE +HUELGA +HUELLA +HUELLAS +HUESO +HUESOS +HUEVO +HUEVOS +HUGO +HUIDA +HUIR +HUMANA +HUMANAS +HUMANIDAD +HUMANO +HUMANOS +HUMBERTO +HUMEDA +HUMEDAD +HUMEDO +HUMILDE +HUMO +HUMOR +HURACAN +IBA +IBAMOS +IBAN +IDA +IDEA +IDEAL +IDEALES +IDEAS +IDENTIDAD +IDENTIDADES +IDENTIFICA +IDENTIFICACION +IDENTIFICADO +IDENTIFICADOS +IDENTIFICAR +IDEOLOGIA +IDEOLOGICA +IDEOLOGICO +IDIOMA +IDIOMAS +IDIOTA +IDO +IGLESIA +IGLESIAS +IGNACIO +IGNORANCIA +IGUAL +IGUALDAD +IGUALES +IGUALMENTE +II +III +ILEGAL +ILEGALES +ILUMINACION +ILUSION +ILUSIONES +IMAGEN +IMAGENES +IMAGINA +IMAGINABA +IMAGINACION +IMAGINADO +IMAGINAR +IMAGINARIO +IMAGINO +IMBECIL +IMPACTO +IMPACTOS +IMPECABLE +IMPEDIR +IMPERIO +IMPIDE +IMPIDIO +IMPLANTACION +IMPLEMENTACION +IMPLEMENTAR +IMPLICA +IMPLICACIONES +IMPLICADOS +IMPONE +IMPONER +IMPORTA +IMPORTABA +IMPORTACION +IMPORTACIONES +IMPORTANCIA +IMPORTANTE +IMPORTANTES +IMPORTAR +IMPORTE +IMPOSIBILIDAD +IMPOSIBLE +IMPOSIBLES +IMPOSICION +IMPOTENCIA +IMPRESCINDIBLE +IMPRESION +IMPRESIONANTE +IMPUESTO +IMPUESTOS +IMPULSADO +IMPULSAR +IMPULSO +IMPUNIDAD +IMPUSO +IN +INAUGURACION +INAUGURO +INCAPACIDAD +INCAPAZ +INCENDIO +INCENDIOS +INCENTIVOS +INCERTIDUMBRE +INCIDENCIA +INCIDENTE +INCIDENTES +INCLINACION +INCLUIA +INCLUIDA +INCLUIDAS +INCLUIDO +INCLUIDOS +INCLUIR +INCLUSION +INCLUSIVE +INCLUSO +INCLUYE +INCLUYEN +INCLUYENDO +INCLUYO +INCOMODO +INCONSCIENTE +INCONVENIENTE +INCONVENIENTES +INCORPORA +INCORPORACION +INCORPORADO +INCORPORAR +INCORPORO +INCREIBLE +INCREMENTA +INCREMENTADO +INCREMENTAR +INCREMENTO +INCUMPLIMIENTO +INDEPENDENCIA +INDEPENDIENTE +INDEPENDIENTES +INDIA +INDICA +INDICACIONES +INDICADO +INDICADOR +INDICADORES +INDICAN +INDICAR +INDICARON +INDICE +INDICES +INDICIOS +INDICO +INDIFERENCIA +INDIFERENTE +INDIGENA +INDIGENAS +INDIGNACION +INDIO +INDIOS +INDISPENSABLE +INDIVIDUAL +INDIVIDUALES +INDIVIDUO +INDIVIDUOS +INDOLE +INDUSTRIA +INDUSTRIAL +INDUSTRIALES +INDUSTRIAS +INES +INESPERADA +INESPERADO +INESTABILIDAD +INEVITABLE +INFANCIA +INFANTIL +INFANTILES +INFARTO +INFECCION +INFECCIONES +INFERIOR +INFERIORES +INFIERNO +INFINITA +INFINITO +INFLACION +INFLAMACION +INFLUENCIA +INFLUENCIAS +INFLUIR +INFLUYE +INFLUYEN +INFORMA +INFORMACION +INFORMACIONES +INFORMADO +INFORMAL +INFORMAR +INFORMARON +INFORMATICA +INFORME +INFORMES +INFORMO +INFRAESTRUCTURA +INGENIERIA +INGENIERO +INGENIEROS +INGENIO +INGESTA +INGLATERRA +INGLES +INGLESA +INGLESES +INGREDIENTES +INGRESAR +INGRESO +INGRESOS +INICIA +INICIADO +INICIAL +INICIALES +INICIALMENTE +INICIAR +INICIARA +INICIARON +INICIATIVA +INICIATIVAS +INICIO +INICIOS +INJUSTICIA +INJUSTO +INMEDIATA +INMEDIATAMENTE +INMEDIATO +INMENSA +INMENSO +INMIGRACION +INMIGRANTES +INMINENTE +INMOVIL +INMUEBLE +INNOVACION +INNOVACIONES +INNUMERABLES +INOCENCIA +INOCENTE +INOCENTES +INOLVIDABLE +INQUIETANTE +INQUIETUD +INQUIETUDES +INSCRIPCION +INSECTOS +INSEGURIDAD +INSERCION +INSISTE +INSISTENCIA +INSISTIO +INSISTIR +INSOPORTABLE +INSPECCION +INSPECTOR +INSPIRACION +INSPIRADO +INSTAGRAM +INSTALACION +INSTALACIONES +INSTALADA +INSTALADO +INSTALAR +INSTALO +INSTANCIA +INSTANCIAS +INSTANTE +INSTANTES +INSTINTO +INSTITUCION +INSTITUCIONAL +INSTITUCIONALES +INSTITUCIONES +INSTITUTO +INSTRUCCION +INSTRUCCIONES +INSTRUMENTO +INSTRUMENTOS +INSUFICIENTE +INSULINA +INSULTOS +INSUMOS +INT +INTEGRA +INTEGRACION +INTEGRADA +INTEGRADO +INTEGRAL +INTEGRAN +INTEGRANTE +INTEGRANTES +INTEGRAR +INTEGRIDAD +INTELECTUAL +INTELECTUALES +INTELIGENCIA +INTELIGENTE +INTELIGENTES +INTENCION +INTENCIONES +INTENSA +INTENSIDAD +INTENSO +INTENTA +INTENTABA +INTENTADO +INTENTAN +INTENTANDO +INTENTAR +INTENTARON +INTENTO +INTENTOS +INTERACCION +INTERACCIONES +INTERCAMBIO +INTERES +INTERESA +INTERESABA +INTERESADO +INTERESADOS +INTERESANTE +INTERESANTES +INTERESES +INTERIOR +INTERIORES +INTERMEDIO +INTERMINABLE +INTERNA +INTERNACIONAL +INTERNACIONALES +INTERNAS +INTERNET +INTERNO +INTERNOS +INTERPRETA +INTERPRETACION +INTERPRETADO +INTERPRETAR +INTERPRETE +INTERRUMPIO +INTERVENCION +INTERVENCIONES +INTERVENIR +INTERVINO +INTIMA +INTIMIDAD +INTIMO +INTRODUCCION +INTRODUCE +INTRODUCIR +INTRODUJO +INTUICION +INUNDACIONES +INUSUAL +INUTIL +INVASION +INVENCION +INVENTADO +INVENTAR +INVENTARIO +INVENTO +INVERNADERO +INVERSION +INVERSIONES +INVERSIONISTAS +INVERSORES +INVERTIDO +INVERTIR +INVESTIGA +INVESTIGACION +INVESTIGACIONES +INVESTIGADOR +INVESTIGADORA +INVESTIGADORES +INVESTIGAR +INVIERNO +INVISIBLE +INVITA +INVITACION +INVITADO +INVITADOS +INVITO +INVOLUCRA +INVOLUCRADOS +IPHONE +IR +IRA +IRAK +IRAN +IRENE +IRIA +IRLANDA +IRME +IRONIA +IRREGULAR +IRREGULARIDADES +IRSE +ISABEL +ISLA +ISLAS +ISMAEL +ISRAEL +ISRAELI +ITALIA +ITALIANA +ITALIANO +ITALIANOS +IV +IVA +IVAN +IZQUIERDA +IZQUIERDO +JA +JABON +JACK +JAIME +JAMAS +JAMES +JAMON +JAPON +JAPONES +JAPONESA +JAPONESES +JARDIN +JARDINES +JAVIER +JAZZ +JEAN +JEFA +JEFE +JEFES +JERARQUIA +JESUS +JIMENEZ +JOAN +JOAQUIN +JODER +JOE +JOHN +JONATHAN +JORDI +JORGE +JORNADA +JORNADAS +JOSE +JOSEPH +JOURNAL +JOVEN +JOVENES +JOYAS +JUAN +JUANA +JUBILACION +JUDICIAL +JUDICIALES +JUDIO +JUDIOS +JUECES +JUEGA +JUEGAN +JUEGO +JUEGOS +JUEVES +JUEZ +JUGABA +JUGADA +JUGADO +JUGADOR +JUGADORES +JUGANDO +JUGAR +JUGARA +JUGO +JUGUETES +JUICIO +JUICIOS +JULIA +JULIAN +JULIETA +JULIO +JUNIO +JUNTA +JUNTAS +JUNTO +JUNTOS +JURADO +JURIDICA +JURIDICAS +JURIDICO +JURISDICCION +JURO +JUSTA +JUSTAMENTE +JUSTICIA +JUSTIFICA +JUSTIFICACION +JUSTIFICAR +JUSTO +JUVENIL +JUVENILES +JUVENTUD +JUZGADO +JUZGAR +LA +LABERINTO +LABIOS +LABOR +LABORAL +LABORALES +LABORATORIO +LABORATORIOS +LABORES +LACTANCIA +LADO +LADOS +LADRONES +LAGO +LAGRIMAS +LAGUNA +LAMENTABLE +LAMENTO +LAMPARA +LANA +LANZA +LANZADO +LANZAMIENTO +LANZAR +LANZO +LAPIZ +LAPSO +LARA +LARGA +LARGAS +LARGO +LARGOS +LAS +LASTIMA +LATA +LATERAL +LATERALES +LATIN +LATINA +LATINOAMERICA +LATINOAMERICANA +LATINOAMERICANO +LATINOS +LAURA +LAVADO +LAVAR +LAZOS +LE +LEALTAD +LECCION +LECCIONES +LECHE +LECHO +LECTOR +LECTORES +LECTURA +LECTURAS +LEE +LEER +LEGADO +LEGAL +LEGALES +LEGALIDAD +LEGALMENTE +LEGISLACION +LEGISLADOR +LEGISLADORES +LEGISLATIVA +LEGISLATIVO +LEGISLATURA +LEGITIMIDAD +LEI +LEIA +LEIDO +LEJANA +LEJANO +LEJOS +LEMA +LENA +LENGUA +LENGUAJE +LENGUAS +LENTA +LENTAMENTE +LENTES +LENTITUD +LENTO +LEO +LEON +LEONARDO +LES +LESION +LESIONES +LETRA +LETRAS +LEVANTA +LEVANTABA +LEVANTADO +LEVANTAMIENTO +LEVANTAR +LEVANTARSE +LEVANTO +LEVE +LEVEMENTE +LEY +LEYENDA +LEYENDAS +LEYENDO +LEYES +LEYO +LIBERACION +LIBERAL +LIBERALES +LIBERAR +LIBERTAD +LIBERTADES +LIBERTADORES +LIBRAS +LIBRE +LIBREMENTE +LIBRERIA +LIBRES +LIBRETA +LIBRO +LIBROS +LICENCIA +LICENCIADO +LICENCIAS +LICITACION +LICOR +LIDER +LIDERAZGO +LIDERES +LIGA +LIGADA +LIGADO +LIGERA +LIGERAMENTE +LIGERO +LIMA +LIMITA +LIMITACION +LIMITACIONES +LIMITADA +LIMITADO +LIMITAR +LIMITE +LIMITES +LIMITO +LIMON +LIMPIA +LIMPIAR +LIMPIAS +LIMPIEZA +LIMPIO +LINDA +LINDO +LINEA +LINEAL +LINEAS +LIQUIDO +LIQUIDOS +LISTA +LISTADO +LISTAS +LISTO +LISTOS +LITERALMENTE +LITERARIA +LITERARIAS +LITERARIO +LITERARIOS +LITERATURA +LITORAL +LITRO +LITROS +LLAMA +LLAMABA +LLAMABAN +LLAMADA +LLAMADAS +LLAMADO +LLAMADOS +LLAMAMOS +LLAMAN +LLAMANDO +LLAMAR +LLAMARON +LLAMAS +LLAME +LLAMO +LLANTO +LLAVE +LLAVES +LLEGA +LLEGABA +LLEGABAN +LLEGADA +LLEGADO +LLEGAMOS +LLEGAN +LLEGANDO +LLEGAR +LLEGARA +LLEGARIA +LLEGARON +LLEGO +LLEGUE +LLEGUEN +LLENA +LLENAR +LLENAS +LLENO +LLENOS +LLEVA +LLEVABA +LLEVABAN +LLEVADA +LLEVADO +LLEVAMOS +LLEVAN +LLEVANDO +LLEVAR +LLEVARA +LLEVARIA +LLEVARLO +LLEVARON +LLEVARSE +LLEVE +LLEVO +LLORA +LLORABA +LLORANDO +LLORAR +LLUVIA +LLUVIAS +LO +LOBO +LOCA +LOCAL +LOCALES +LOCALIDAD +LOCALIDADES +LOCALIZACION +LOCO +LOCOS +LOCURA +LOGICA +LOGICO +LOGRA +LOGRABA +LOGRADO +LOGRAN +LOGRANDO +LOGRAR +LOGRARLO +LOGRARON +LOGRO +LOGROS +LOLA +LOMO +LONDRES +LONGITUD +LOPEZ +LORENZO +LOS +LUCAS +LUCES +LUCHA +LUCHANDO +LUCHAR +LUCHAS +LUCIA +LUCRO +LUEGO +LUGAR +LUGARES +LUIS +LUISA +LUJO +LUNA +LUNES +LUZ +MACHO +MACHOS +MADERA +MADRE +MADRES +MADRID +MADRILENO +MADRUGADA +MADUREZ +MAESTRA +MAESTRIA +MAESTRO +MAESTROS +MAGDALENA +MAGIA +MAGICA +MAGICO +MAGISTRADO +MAGISTRADOS +MAGNIFICO +MAGNITUD +MAIZ +MAL +MALA +MALAGA +MALAS +MALDITA +MALDITO +MALES +MALESTAR +MALETA +MALETAS +MALO +MALOS +MALTRATO +MAMA +MAMIFEROS +MANAGUA +MANANA +MANANAS +MANCHA +MANCHAS +MANCHESTER +MANDA +MANDAR +MANDATARIO +MANDATO +MANDO +MANEJA +MANEJAN +MANEJAR +MANEJO +MANERA +MANERAS +MANGA +MANIFESTACION +MANIFESTACIONES +MANIFESTADO +MANIFESTANTES +MANIFESTO +MANIFIESTA +MANIFIESTAN +MANIFIESTO +MANIOBRA +MANIPULACION +MANO +MANOLO +MANOS +MANTENDRA +MANTENER +MANTENERSE +MANTENGA +MANTENIA +MANTENIDO +MANTENIENDO +MANTENIMIENTO +MANTEQUILLA +MANTIENE +MANTIENEN +MANTUVIERON +MANTUVO +MANUAL +MANUEL +MANUELA +MANZANA +MANZANAS +MAPA +MAPAS +MAQUILLAJE +MAQUINA +MAQUINARIA +MAQUINAS +MAR +MARAVILLA +MARAVILLOSA +MARAVILLOSO +MARC +MARCA +MARCADA +MARCADO +MARCADOR +MARCAN +MARCAR +MARCAS +MARCELO +MARCHA +MARCHARSE +MARCHO +MARCO +MARCOS +MAREA +MARES +MARGARITA +MARGEN +MARGENES +MARIA +MARIANA +MARIANO +MARIDO +MARIHUANA +MARINA +MARINO +MARINOS +MARIO +MARK +MARKETING +MARMOL +MARRON +MARRUECOS +MARTA +MARTE +MARTES +MARTIN +MARTINEZ +MARY +MARZO +MAS +MASA +MASAS +MASCARA +MASCULINA +MASCULINO +MASIVA +MASIVO +MATA +MATADO +MATAR +MATARON +MATE +MATEMATICA +MATEMATICAS +MATEMATICO +MATEO +MATERIA +MATERIAL +MATERIALES +MATERIAS +MATERNA +MATERNIDAD +MATIAS +MATICES +MATO +MATRICULA +MATRIMONIO +MATRIZ +MAURICIO +MAX +MAXIMA +MAXIMO +MAXIMOS +MAYO +MAYOR +MAYORES +MAYORIA +ME +MECANICA +MECANICO +MECANISMO +MECANISMOS +MEDALLA +MEDALLAS +MEDELLIN +MEDIA +MEDIACION +MEDIADOS +MEDIANA +MEDIANO +MEDIANOCHE +MEDIANTE +MEDIAS +MEDICA +MEDICAMENTO +MEDICAMENTOS +MEDICAS +MEDICINA +MEDICINAS +MEDICION +MEDICO +MEDICOS +MEDIDA +MEDIDAS +MEDIO +MEDIODIA +MEDIOS +MEDIR +MEDITERRANEO +MEJILLA +MEJILLAS +MEJOR +MEJORA +MEJORADO +MEJORAMIENTO +MEJORANDO +MEJORAR +MEJORAS +MEJORES +MEJORIA +MELANCOLIA +MELODIA +MEMORIA +MEMORIAS +MENCION +MENCIONA +MENCIONADA +MENCIONADO +MENCIONADOS +MENCIONAR +MENCIONO +MENDOZA +MENOR +MENORES +MENOS +MENSAJE +MENSAJES +MENSUAL +MENSUALES +MENTAL +MENTALES +MENTALIDAD +MENTE +MENTIRA +MENTIRAS +MENU +MENUDO +MERA +MERCADO +MERCADOS +MERCANCIA +MERCANCIAS +MERCEDES +MERECE +MERECEN +MERECIA +MERITO +MERITOS +MERO +MES +MESA +MESAS +MESES +MESSI +META +METAFORA +METAL +METALES +METAS +METE +METER +METERSE +METIDO +METIO +METODO +METODOLOGIA +METODOS +METRO +METROPOLITANA +METROS +MEXICANA +MEXICANAS +MEXICANO +MEXICANOS +MEXICO +MEZCLA +MG +MI +MIA +MIAMI +MICHAEL +MICHELLE +MICRO +MICROFONO +MICROORGANISMOS +MICROSOFT +MIDE +MIEDO +MIEDOS +MIEL +MIEMBRO +MIEMBROS +MIENTRAS +MIERCOLES +MIERDA +MIGRACION +MIGRANTES +MIGUEL +MIKE +MIL +MILAGRO +MILAN +MILES +MILITANTES +MILITAR +MILITARES +MILLON +MILLONES +MINA +MINAS +MINERAL +MINERALES +MINERIA +MINEROS +MINIMA +MINIMAS +MINIMO +MINIMOS +MINISTERIO +MINISTERIOS +MINISTRA +MINISTRO +MINISTROS +MINORIA +MINUTO +MINUTOS +MIO +MIOS +MIRA +MIRABA +MIRABAN +MIRADA +MIRADAS +MIRAN +MIRANDA +MIRANDO +MIRAR +MIRARON +MIRE +MIRO +MIS +MISA +MISERIA +MISION +MISIONES +MISMA +MISMAS +MISMO +MISMOS +MISS +MISTERIO +MISTERIOSO +MITAD +MITICO +MITO +MITOS +MM +MMM +MOCHILA +MODA +MODALIDAD +MODALIDADES +MODELO +MODELOS +MODERADA +MODERADO +MODERNA +MODERNAS +MODERNIDAD +MODERNIZACION +MODERNO +MODERNOS +MODIFICACION +MODIFICACIONES +MODIFICAR +MODO +MODOS +MOLECULAS +MOLESTA +MOLESTIA +MOLESTIAS +MOLESTO +MOMENTO +MOMENTOS +MONARCA +MONEDA +MONEDAS +MONETARIA +MONICA +MONITOREO +MONO +MONSTRUO +MONTADO +MONTAJE +MONTANA +MONTANAS +MONTAR +MONTE +MONTERREY +MONTEVIDEO +MONTO +MONTON +MONUMENTO +MONUMENTOS +MORAL +MORALES +MORENO +MORIR +MORTAL +MORTALES +MORTALIDAD +MOSCU +MOSTRABA +MOSTRADO +MOSTRADOR +MOSTRANDO +MOSTRAR +MOSTRARON +MOSTRO +MOTIVACION +MOTIVO +MOTIVOS +MOTO +MOTOR +MOTORES +MOVER +MOVERSE +MOVIA +MOVIENDO +MOVIL +MOVILES +MOVILIDAD +MOVILIZACION +MOVIMIENTO +MOVIMIENTOS +MOVIO +MUCHA +MUCHACHA +MUCHACHAS +MUCHACHO +MUCHACHOS +MUCHAS +MUCHISIMO +MUCHO +MUCHOS +MUEBLES +MUECA +MUERE +MUEREN +MUERTA +MUERTAS +MUERTE +MUERTES +MUERTO +MUERTOS +MUESTRA +MUESTRAN +MUESTRAS +MUEVE +MUEVEN +MUJER +MUJERES +MULTA +MULTIPLE +MULTIPLES +MULTITUD +MUNDIAL +MUNDIALES +MUNDO +MUNDOS +MUNECA +MUNECAS +MUNICIPAL +MUNICIPALES +MUNICIPIO +MUNICIPIOS +MURCIA +MURIERON +MURIO +MURO +MUROS +MUSCULAR +MUSCULO +MUSCULOS +MUSEO +MUSEOS +MUSICA +MUSICAL +MUSICALES +MUSICO +MUSICOS +MUSLOS +MUY +NACE +NACEN +NACER +NACHO +NACIDO +NACIDOS +NACIMIENTO +NACIO +NACION +NACIONAL +NACIONALES +NACIONALIDAD +NACIONALISMO +NACIONALISTA +NACIONALISTAS +NACIONES +NADA +NADIE +NALGAS +NARANJA +NARCOTRAFICO +NARICES +NARIZ +NARRA +NARRACION +NARRADOR +NARRATIVA +NASA +NATAL +NATALIA +NATIONAL +NATIVOS +NATURAL +NATURALES +NATURALEZA +NATURALIDAD +NATURALMENTE +NAVARRA +NAVE +NAVEGACION +NAVES +NAVIDAD +NBA +NECESARIA +NECESARIAMENTE +NECESARIAS +NECESARIO +NECESARIOS +NECESIDAD +NECESIDADES +NECESITA +NECESITABA +NECESITAMOS +NECESITAN +NECESITAS +NECESITO +NEGADO +NEGAR +NEGATIVA +NEGATIVAS +NEGATIVO +NEGATIVOS +NEGO +NEGOCIACION +NEGOCIACIONES +NEGOCIAR +NEGOCIO +NEGOCIOS +NEGRA +NEGRAS +NEGRO +NEGROS +NELSON +NERVIOS +NERVIOSA +NERVIOSO +NESTOR +NEURONAS +NEVERA +NEW +NI +NICARAGUA +NICO +NICOLAS +NIEBLA +NIEGA +NIETO +NIETOS +NIEVE +NINA +NINAS +NINEZ +NINGUN +NINGUNA +NINGUNO +NINO +NINOS +NIVEL +NIVELES +NO +NOBEL +NOBLE +NOCHE +NOCHES +NOCION +NOCTURNA +NOCTURNO +NOMAS +NOMBRADO +NOMBRAMIENTO +NOMBRAR +NOMBRE +NOMBRES +NOMINA +NORMA +NORMAL +NORMALES +NORMALIDAD +NORMALMENTE +NORMAS +NORMATIVA +NORTE +NORTEAMERICANA +NORTEAMERICANO +NORTEAMERICANOS +NOS +NOSOTRAS +NOSOTROS +NOSTALGIA +NOTA +NOTABA +NOTABLE +NOTABLEMENTE +NOTABLES +NOTAR +NOTAS +NOTICIA +NOTICIAS +NOTO +NOVEDAD +NOVEDADES +NOVELA +NOVELAS +NOVELISTA +NOVENTA +NOVIA +NOVIEMBRE +NOVIO +NOVIOS +NUBE +NUBES +NUCA +NUCLEAR +NUCLEARES +NUCLEO +NUCLEOS +NUDO +NUESTRA +NUESTRAS +NUESTRO +NUESTROS +NUEVA +NUEVAMENTE +NUEVAS +NUEVE +NUEVO +NUEVOS +NUMERO +NUMEROS +NUMEROSAS +NUMEROSOS +NUNCA +NUTRICION +NUTRICIONAL +NUTRIENTES +OAXACA +OBAMA +OBEDECE +OBESIDAD +OBISPO +OBJETIVO +OBJETIVOS +OBJETO +OBJETOS +OBLIGA +OBLIGACION +OBLIGACIONES +OBLIGADA +OBLIGADO +OBLIGADOS +OBLIGATORIA +OBLIGATORIO +OBLIGO +OBRA +OBRAS +OBREROS +OBSERVA +OBSERVABA +OBSERVACION +OBSERVACIONES +OBSERVADO +OBSERVAN +OBSERVANDO +OBSERVAR +OBSERVATORIO +OBSERVO +OBSESION +OBSTACULO +OBSTACULOS +OBTENCION +OBTENER +OBTENIDO +OBTENIDOS +OBTIENE +OBTIENEN +OBTUVIERON +OBTUVO +OBVIAMENTE +OBVIO +OCASION +OCASIONES +OCCIDENTAL +OCCIDENTALES +OCCIDENTE +OCEANO +OCHENTA +OCHO +OCIO +OCTAVIO +OCTAVO +OCTUBRE +OCULTA +OCULTAR +OCULTO +OCUPA +OCUPABA +OCUPACION +OCUPADA +OCUPADO +OCUPADOS +OCUPAN +OCUPAR +OCUPO +OCURRA +OCURRE +OCURREN +OCURRENCIA +OCURRIA +OCURRIDO +OCURRIENDO +OCURRIO +OCURRIR +ODIO +OEA +OESTE +OF +OFENSIVA +OFERTA +OFERTAS +OFICIAL +OFICIALES +OFICIALMENTE +OFICINA +OFICINAS +OFICIO +OFRECE +OFRECEN +OFRECER +OFRECERA +OFRECIA +OFRECIDO +OFRECIENDO +OFRECIERON +OFRECIO +OH +OI +OIA +OIDO +OIDOS +OIR +OJALA +OJO +OJOS +OLA +OLAS +OLGA +OLIMPICO +OLIMPICOS +OLIVA +OLLA +OLOR +OLORES +OLVIDA +OLVIDADO +OLVIDAR +OLVIDO +OMAR +OMS +ON +ONCE +ONDA +ONDAS +ONG +ONLINE +ONU +OPCION +OPCIONES +OPERA +OPERACION +OPERACIONES +OPERADORES +OPERAN +OPERAR +OPERATIVO +OPERATIVOS +OPINA +OPINION +OPINIONES +OPINO +OPORTUNIDAD +OPORTUNIDADES +OPORTUNO +OPOSICION +OPOSITORES +OPTAR +OPTICA +OPTIMISMO +OPTIMISTA +OPTO +OPUESTO +ORACION +ORAL +ORBITA +ORDEN +ORDENA +ORDENADO +ORDENADOR +ORDENADORES +ORDENAMIENTO +ORDENAR +ORDENES +ORDENO +OREJA +OREJAS +ORGANICA +ORGANICOS +ORGANISMO +ORGANISMOS +ORGANIZA +ORGANIZACION +ORGANIZACIONES +ORGANIZADA +ORGANIZADO +ORGANIZADORES +ORGANIZADOS +ORGANIZAR +ORGANIZO +ORGANO +ORGANOS +ORGULLO +ORGULLOSO +ORIENTACION +ORIENTAL +ORIENTE +ORIGEN +ORIGENES +ORIGINAL +ORIGINALES +ORILLA +ORILLAS +ORINA +ORLANDO +ORO +ORQUESTA +ORTEGA +OS +OSCAR +OSCURA +OSCURAS +OSCURIDAD +OSCURO +OSCUROS +OTONO +OTORGA +OTORGADO +OTORGAR +OTRA +OTRAS +OTRO +OTROS +OXIGENO +OYE +OYO +PA +PABLO +PACIENCIA +PACIENTE +PACIENTES +PACIFICA +PACIFICO +PACO +PACTO +PADECE +PADECEN +PADECER +PADRE +PADRES +PAGA +PAGADO +PAGAN +PAGANDO +PAGAR +PAGINA +PAGINAS +PAGO +PAGOS +PAIS +PAISAJE +PAISAJES +PAISES +PAJA +PAJARO +PAJAROS +PALABRA +PALABRAS +PALACIO +PALESTINOS +PALMA +PALMAS +PALO +PALOS +PAN +PANAMA +PANCHO +PANDEMIA +PANICO +PANORAMA +PANTALLA +PANTALLAS +PANTALON +PANTALONES +PANUELO +PAPA +PAPAS +PAPEL +PAPELES +PAQUETE +PAQUETES +PAR +PARA +PARADA +PARADIGMA +PARADO +PARADOJA +PARAGUAY +PARAGUAYO +PARAISO +PARALELA +PARALELO +PARAMETROS +PARAR +PARCIAL +PARCIALMENTE +PARECE +PARECEN +PARECER +PARECIA +PARECIAN +PARECIDA +PARECIDO +PARECIERA +PARECIO +PARED +PAREDES +PAREJA +PAREJAS +PARES +PAREZCA +PARIENTES +PARIS +PARLAMENTARIA +PARLAMENTARIO +PARLAMENTARIOS +PARLAMENTO +PARO +PARPADOS +PARQUE +PARQUES +PARRAFO +PARROQUIA +PARTE +PARTES +PARTICIPA +PARTICIPACION +PARTICIPADO +PARTICIPAN +PARTICIPANTES +PARTICIPAR +PARTICIPARAN +PARTICIPARON +PARTICIPO +PARTICULAR +PARTICULARES +PARTICULARMENTE +PARTICULAS +PARTIDA +PARTIDARIOS +PARTIDAS +PARTIDO +PARTIDOS +PARTIO +PARTIR +PARTO +PASA +PASABA +PASABAN +PASADA +PASADAS +PASADO +PASADOS +PASAJE +PASAJEROS +PASAJES +PASAMOS +PASAN +PASANDO +PASAPORTE +PASAR +PASARA +PASARIA +PASARON +PASE +PASEAR +PASEO +PASEOS +PASES +PASILLO +PASILLOS +PASION +PASIONES +PASO +PASOS +PASTA +PASTILLAS +PASTO +PASTOR +PATA +PATAS +PATATAS +PATENTE +PATENTES +PATIO +PATOLOGIA +PATOLOGIAS +PATRIA +PATRICIA +PATRICIO +PATRIMONIO +PATRON +PATRONES +PAUL +PAULA +PAUSA +PAUTAS +PAZ +PC +PECADO +PECES +PECHO +PECHOS +PECULIAR +PEDAZO +PEDAZOS +PEDI +PEDIA +PEDIDO +PEDIR +PEDIRLE +PEDRO +PEGA +PEGADO +PEGO +PEKIN +PELEA +PELEAR +PELEAS +PELICULA +PELICULAS +PELIGRO +PELIGROS +PELIGROSA +PELIGROSO +PELIGROSOS +PELO +PELOS +PELOTA +PENA +PENAL +PENALES +PENAS +PENDIENTE +PENDIENTES +PENETRACION +PENINSULA +PENSABA +PENSADO +PENSAMIENTO +PENSAMIENTOS +PENSAMOS +PENSANDO +PENSAR +PENSARLO +PENSE +PENSION +PENSIONES +PENSO +PENUMBRA +PEOR +PEORES +PEPE +PEQUENA +PEQUENAS +PEQUENO +PEQUENOS +PER +PERCEPCION +PERCIBE +PERCIBEN +PERCIBIR +PERDER +PERDERSE +PERDIA +PERDIDA +PERDIDAS +PERDIDO +PERDIDOS +PERDIENDO +PERDIERON +PERDIO +PERDON +PEREZ +PERFECCION +PERFECTA +PERFECTAMENTE +PERFECTO +PERFIL +PERFILES +PERFUME +PERIODICO +PERIODICOS +PERIODISMO +PERIODISTA +PERIODISTAS +PERIODO +PERIODOS +PERJUICIO +PERMANECE +PERMANECEN +PERMANECER +PERMANECIA +PERMANECIO +PERMANENCIA +PERMANENTE +PERMANENTEMENTE +PERMANENTES +PERMISO +PERMISOS +PERMITA +PERMITAN +PERMITE +PERMITEN +PERMITIA +PERMITIDO +PERMITIENDO +PERMITIERON +PERMITIO +PERMITIR +PERMITIRA +PERMITIRIA +PERO +PERRA +PERRO +PERROS +PERSECUCION +PERSIGUE +PERSONA +PERSONAJE +PERSONAJES +PERSONAL +PERSONALES +PERSONALIDAD +PERSONALIDADES +PERSONALMENTE +PERSONAS +PERSPECTIVA +PERSPECTIVAS +PERTENECE +PERTENECEN +PERTENECER +PERTENECIA +PERTENECIENTES +PERTENENCIA +PERTINENTE +PERU +PERUANA +PERUANO +PERUANOS +PESA +PESADA +PESADILLA +PESADO +PESADOS +PESAR +PESCA +PESCADO +PESCADORES +PESE +PESETAS +PESO +PESOS +PETER +PETICION +PETICIONES +PETROLEO +PETROLERA +PEZ +PIANISTA +PIANO +PIB +PICADO +PICO +PIDE +PIDEN +PIDIENDO +PIDIERON +PIDIO +PIDO +PIE +PIEDAD +PIEDRA +PIEDRAS +PIEL +PIENSA +PIENSAN +PIENSAS +PIENSO +PIERDA +PIERDE +PIERDEN +PIERNA +PIERNAS +PIES +PIEZA +PIEZAS +PILAR +PILARES +PILOTO +PILOTOS +PIMIENTA +PINTA +PINTADO +PINTAR +PINTOR +PINTORES +PINTURA +PINTURAS +PISCINA +PISO +PISOS +PISTA +PISTAS +PISTOLA +PLACA +PLACAS +PLACER +PLAGAS +PLAN +PLANA +PLANES +PLANETA +PLANETAS +PLANIFICACION +PLANO +PLANOS +PLANTA +PLANTACIONES +PLANTAS +PLANTEA +PLANTEADO +PLANTEAMIENTO +PLANTEAMIENTOS +PLANTEAN +PLANTEAR +PLANTEL +PLANTEO +PLANTILLA +PLASTICA +PLASTICO +PLASTICOS +PLATA +PLATAFORMA +PLATAFORMAS +PLATO +PLATOS +PLAYA +PLAYAS +PLAZA +PLAZAS +PLAZO +PLAZOS +PLENA +PLENAMENTE +PLENITUD +PLENO +PLOMO +PLUMA +PLUMAS +POBLACION +POBLACIONAL +POBLACIONES +POBLADO +POBLADORES +POBRE +POBRES +POBREZA +POCA +POCAS +POCO +POCOS +PODAMOS +PODEMOS +PODER +PODERES +PODEROSA +PODEROSO +PODEROSOS +PODIA +PODIAMOS +PODIAN +PODIDO +PODRA +PODRAN +PODRAS +PODREMOS +PODRIA +PODRIAMOS +PODRIAN +POEMA +POEMAS +POESIA +POETA +POETAS +POETICA +POLEMICA +POLICIA +POLICIAL +POLICIALES +POLICIAS +POLITICA +POLITICAMENTE +POLITICAS +POLITICO +POLITICOS +POLLO +POLONIA +POLVO +PONDRA +PONE +PONEMOS +PONEN +PONER +PONERLE +PONERME +PONERSE +PONGA +PONGAN +PONGO +PONIA +PONIAN +PONIENDO +POP +POPULAR +POPULARES +POPULARIDAD +POQUITO +POR +PORCENTAJE +PORCENTAJES +PORCION +PORQUE +PORTADA +PORTAL +PORTATIL +PORTAVOZ +PORTERO +PORTUGAL +PORTUGUES +POSEE +POSEEN +POSEER +POSEIA +POSESION +POSIBILIDAD +POSIBILIDADES +POSIBLE +POSIBLEMENTE +POSIBLES +POSICION +POSICIONES +POSITIVA +POSITIVAS +POSITIVO +POSITIVOS +POST +POSTERIOR +POSTERIORES +POSTERIORMENTE +POSTRE +POSTURA +POSTURAS +POTABLE +POTENCIA +POTENCIAL +POTENCIALES +POTENCIALMENTE +POTENCIAR +POTENCIAS +POTENTE +POZO +PP +PRACTICA +PRACTICAMENTE +PRACTICAR +PRACTICAS +PRACTICO +PRADO +PRD +PRE +PRECAUCION +PRECEDENTE +PRECEDENTES +PRECIO +PRECIOS +PRECIOSA +PRECISA +PRECISAMENTE +PRECISAR +PRECISION +PRECISO +PRECOZ +PREFERENCIA +PREFERENCIAS +PREFERIA +PREFERIDO +PREFIERE +PREFIEREN +PREFIERO +PREFIRIO +PREGUNTA +PREGUNTABA +PREGUNTADO +PREGUNTAN +PREGUNTAR +PREGUNTARLE +PREGUNTARSE +PREGUNTAS +PREGUNTE +PREGUNTO +PREJUICIOS +PREMIO +PREMIOS +PREMISA +PRENDA +PRENDAS +PRENSA +PREOCUPA +PREOCUPACION +PREOCUPACIONES +PREOCUPADA +PREOCUPADO +PREOCUPANTE +PREOCUPARSE +PREOCUPE +PREOCUPES +PREPARA +PREPARABA +PREPARACION +PREPARADA +PREPARADO +PREPARADOS +PREPARAN +PREPARANDO +PREPARAR +PRESA +PRESENCIA +PRESENTA +PRESENTABA +PRESENTACION +PRESENTACIONES +PRESENTADA +PRESENTADAS +PRESENTADO +PRESENTADOS +PRESENTAN +PRESENTANDO +PRESENTAR +PRESENTARA +PRESENTARON +PRESENTARSE +PRESENTE +PRESENTES +PRESENTO +PRESERVACION +PRESERVAR +PRESIDE +PRESIDENCIA +PRESIDENCIAL +PRESIDENCIALES +PRESIDENTA +PRESIDENTE +PRESIDENTES +PRESION +PRESIONES +PRESO +PRESOS +PRESTA +PRESTACION +PRESTACIONES +PRESTADO +PRESTAMO +PRESTAMOS +PRESTAR +PRESTIGIO +PRESUNTO +PRESUPUESTO +PRESUPUESTOS +PRETENDE +PRETENDEN +PRETENDIA +PRETENSION +PRETEXTO +PREVALENCIA +PREVE +PREVENCION +PREVENIR +PREVENTIVA +PREVIA +PREVIAMENTE +PREVIAS +PREVIO +PREVIOS +PREVISIBLE +PREVISION +PREVISIONES +PREVISTA +PREVISTO +PRI +PRIMA +PRIMARIA +PRIMARIAS +PRIMAS +PRIMAVERA +PRIMER +PRIMERA +PRIMERAS +PRIMERO +PRIMEROS +PRIMO +PRIMORDIAL +PRIMOS +PRINCESA +PRINCIPAL +PRINCIPALES +PRINCIPALMENTE +PRINCIPE +PRINCIPIO +PRINCIPIOS +PRIORIDAD +PRIORIDADES +PRISA +PRISION +PRISIONEROS +PRIVACIDAD +PRIVADA +PRIVADAS +PRIVADO +PRIVADOS +PRIVILEGIO +PRIVILEGIOS +PRO +PROBABILIDAD +PROBABILIDADES +PROBABLE +PROBABLEMENTE +PROBADO +PROBAR +PROBLEMA +PROBLEMAS +PROBLEMATICA +PROCEDE +PROCEDENCIA +PROCEDENTE +PROCEDENTES +PROCEDER +PROCEDIMIENTO +PROCEDIMIENTOS +PROCESAMIENTO +PROCESO +PROCESOS +PROCURADURIA +PRODUCCION +PRODUCCIONES +PRODUCE +PRODUCEN +PRODUCIA +PRODUCIDA +PRODUCIDO +PRODUCIDOS +PRODUCIENDO +PRODUCIR +PRODUCIRSE +PRODUCTIVA +PRODUCTIVAS +PRODUCTIVIDAD +PRODUCTIVO +PRODUCTIVOS +PRODUCTO +PRODUCTOR +PRODUCTORA +PRODUCTORES +PRODUCTOS +PRODUJERON +PRODUJO +PRODUZCA +PROFESION +PROFESIONAL +PROFESIONALES +PROFESOR +PROFESORA +PROFESORADO +PROFESORES +PROFUNDA +PROFUNDAMENTE +PROFUNDAS +PROFUNDIDAD +PROFUNDIZAR +PROFUNDO +PROFUNDOS +PROGRAMA +PROGRAMACION +PROGRAMADO +PROGRAMAS +PROGRESIVA +PROGRESIVAMENTE +PROGRESO +PROHIBICION +PROHIBIDO +PROLIFERACION +PROLONGADO +PROMEDIO +PROMESA +PROMESAS +PROMETE +PROMETIDO +PROMETIO +PROMOCION +PROMOVER +PROMUEVE +PRONOSTICO +PRONTO +PRONUNCIAR +PRONUNCIO +PROPAGANDA +PROPIA +PROPIAMENTE +PROPIAS +PROPIEDAD +PROPIEDADES +PROPIETARIO +PROPIETARIOS +PROPIO +PROPIOS +PROPONE +PROPONEN +PROPONER +PROPORCION +PROPORCIONA +PROPORCIONAR +PROPORCIONES +PROPOSITO +PROPOSITOS +PROPUESTA +PROPUESTAS +PROPUESTO +PROPUSO +PROSA +PROSTITUCION +PROTAGONISMO +PROTAGONISTA +PROTAGONISTAS +PROTECCION +PROTECTOR +PROTEGE +PROTEGER +PROTEGIDA +PROTEGIDAS +PROTEGIDO +PROTEINA +PROTEINAS +PROTESTA +PROTESTAS +PROTOCOLO +PROTOCOLOS +PROVECHO +PROVEEDORES +PROVENIENTE +PROVENIENTES +PROVIENE +PROVIENEN +PROVINCIA +PROVINCIAL +PROVINCIAS +PROVISIONAL +PROVOCA +PROVOCADO +PROVOCAN +PROVOCANDO +PROVOCAR +PROVOCO +PROXIMA +PROXIMAS +PROXIMIDAD +PROXIMO +PROXIMOS +PROYECCION +PROYECCIONES +PROYECTA +PROYECTO +PROYECTOS +PRUDENCIA +PRUDENTE +PRUEBA +PRUEBAS +PSICOLOGIA +PSICOLOGICA +PSICOLOGICO +PSOE +PUBLICA +PUBLICACION +PUBLICACIONES +PUBLICADA +PUBLICADO +PUBLICADOS +PUBLICAMENTE +PUBLICAR +PUBLICAS +PUBLICIDAD +PUBLICO +PUBLICOS +PUDE +PUDIERA +PUDIERAN +PUDIERON +PUDIESE +PUDIMOS +PUDO +PUEBLA +PUEBLO +PUEBLOS +PUEDA +PUEDAN +PUEDAS +PUEDE +PUEDEN +PUEDES +PUEDO +PUENTE +PUENTES +PUERTA +PUERTAS +PUERTO +PUERTOS +PUES +PUESTA +PUESTAS +PUESTO +PUESTOS +PULGADAS +PULMON +PULMONES +PULSO +PUNADO +PUNO +PUNTA +PUNTAS +PUNTO +PUNTOS +PUNTUAL +PUNTUALIZO +PURA +PURO +PUSE +PUSIERA +PUSIERON +PUSO +PUTA +QUE +QUEDA +QUEDABA +QUEDABAN +QUEDADO +QUEDAMOS +QUEDAN +QUEDANDO +QUEDAR +QUEDARA +QUEDARIA +QUEDARME +QUEDARON +QUEDARSE +QUEDE +QUEDEN +QUEDO +QUEHACER +QUEJA +QUEJAS +QUEMA +QUEREMOS +QUERER +QUERES +QUERIA +QUERIAMOS +QUERIAN +QUERIDA +QUERIDO +QUERIDOS +QUERIENDO +QUESO +QUIEBRA +QUIEN +QUIENES +QUIERA +QUIERAN +QUIERAS +QUIERE +QUIEREN +QUIERES +QUIERO +QUIETO +QUIJOTE +QUIMICA +QUIMICAS +QUIMICO +QUIMICOS +QUINCE +QUINTA +QUINTO +QUISE +QUISIERA +QUISIERON +QUISO +QUITA +QUITAR +QUITO +QUIZA +QUIZAS +RABIA +RACHA +RACING +RACIONAL +RACIONALIDAD +RADIACION +RADICA +RADICAL +RADICALES +RADICALMENTE +RADIO +RAFA +RAFAEL +RAICES +RAIZ +RAJOY +RAMA +RAMAS +RAMIREZ +RAMIRO +RAMON +RANGO +RANKING +RAPIDA +RAPIDAMENTE +RAPIDEZ +RAPIDO +RAPIDOS +RAQUEL +RARA +RARAS +RARO +RASGO +RASGOS +RASTRO +RATAS +RATO +RATONES +RATOS +RAUL +RAYA +RAYO +RAYOS +RAZA +RAZON +RAZONABLE +RAZONES +REACCION +REACCIONAR +REACCIONES +REAL +REALES +REALICE +REALIDAD +REALIDADES +REALISMO +REALISTA +REALIZA +REALIZACION +REALIZADA +REALIZADAS +REALIZADO +REALIZADOS +REALIZAN +REALIZANDO +REALIZAR +REALIZARA +REALIZARAN +REALIZARON +REALIZARSE +REALIZO +REALMENTE +REBECA +REBELDE +REBELDES +REBELION +REBOTES +RECALCO +RECAUDACION +RECEPCION +RECEPTOR +RECEPTORES +RECESION +RECETA +RECETAS +RECHAZA +RECHAZADO +RECHAZAR +RECHAZO +RECIBE +RECIBEN +RECIBIA +RECIBIDA +RECIBIDO +RECIBIENDO +RECIBIERON +RECIBIO +RECIBIR +RECIBIRA +RECIEN +RECIENTE +RECIENTEMENTE +RECIENTES +RECINTO +RECIPIENTE +RECLAMA +RECLAMAR +RECLAMO +RECLAMOS +RECOGE +RECOGER +RECOGIDA +RECOGIDO +RECOGIO +RECOLECCION +RECOMENDABLE +RECOMENDACION +RECOMENDACIONES +RECOMENDO +RECOMIENDA +RECOMPENSA +RECONOCE +RECONOCEN +RECONOCER +RECONOCIDA +RECONOCIDO +RECONOCIDOS +RECONOCIMIENTO +RECONOCIO +RECONSTRUCCION +RECONSTRUIR +RECORD +RECORDABA +RECORDADO +RECORDANDO +RECORDAR +RECORDO +RECORRE +RECORRER +RECORRIDO +RECORRIO +RECORTE +RECORTES +RECTA +RECTOR +RECUERDA +RECUERDAN +RECUERDO +RECUERDOS +RECUPERA +RECUPERACION +RECUPERADO +RECUPERAR +RECUPERO +RECURRENTE +RECURRIR +RECURSO +RECURSOS +RED +REDACCION +REDES +REDONDA +REDUCCION +REDUCE +REDUCIDA +REDUCIDO +REDUCIR +REDUJO +REELECCION +REFERENCIA +REFERENCIAS +REFERENDUM +REFERENTE +REFERENTES +REFERIA +REFERIDO +REFERIRSE +REFIERE +REFIEREN +REFIERO +REFIRIO +REFLEJA +REFLEJAN +REFLEJO +REFLEXION +REFLEXIONAR +REFLEXIONES +REFORMA +REFORMAS +REFORZAR +REFUGIADOS +REFUGIO +REGALO +REGALOS +REGIMEN +REGIMENES +REGION +REGIONAL +REGIONALES +REGIONES +REGISTRA +REGISTRADO +REGISTRADOS +REGISTRAN +REGISTRAR +REGISTRARON +REGISTRO +REGISTROS +REGLA +REGLAMENTO +REGLAS +REGRESA +REGRESAR +REGRESO +REGULA +REGULACION +REGULAR +REHABILITACION +REIA +REINA +REINO +REIR +REITERO +RELACION +RELACIONA +RELACIONADA +RELACIONADAS +RELACIONADO +RELACIONADOS +RELACIONES +RELATA +RELATIVA +RELATIVAMENTE +RELATIVO +RELATIVOS +RELATO +RELATOS +RELEVANCIA +RELEVANTE +RELEVANTES +RELEVO +RELIEVE +RELIGION +RELIGIOSA +RELIGIOSAS +RELIGIOSO +RELIGIOSOS +RELLENO +RELOJ +RELOJES +REMATE +REMEDIO +REMESAS +REMOTO +RENCOR +RENDICION +RENDIMIENTO +RENDIR +RENE +RENOVABLES +RENOVACION +RENOVAR +RENTA +RENTABILIDAD +RENTAS +RENUNCIA +RENUNCIAR +REOJO +REPARACION +REPARAR +REPARTO +REPENTE +REPERCUSION +REPERTORIO +REPETIA +REPETICION +REPETIR +REPITE +REPITIO +REPLICO +REPORTAJE +REPORTE +REPORTO +REPOSO +REPRESENTA +REPRESENTABA +REPRESENTACION +REPRESENTADO +REPRESENTAN +REPRESENTANTE +REPRESENTANTES +REPRESENTAR +REPRESENTO +REPRESION +REPRODUCCION +REPRODUCIR +REPUBLICA +REPUBLICANO +REPUBLICANOS +REPUTACION +REQUERIMIENTOS +REQUIERE +REQUIEREN +REQUISITO +REQUISITOS +RESALTA +RESALTAR +RESALTO +RESCATAR +RESCATE +RESERVA +RESERVADO +RESERVAS +RESIDE +RESIDENCIA +RESIDENTE +RESIDENTES +RESIDUOS +RESISTENCIA +RESISTIR +RESOLUCION +RESOLUCIONES +RESOLVER +RESOLVIO +RESPALDO +RESPECTA +RESPECTIVAMENTE +RESPECTIVAS +RESPECTIVOS +RESPECTO +RESPETAR +RESPETO +RESPIRACION +RESPIRAR +RESPONDE +RESPONDEN +RESPONDER +RESPONDI +RESPONDIA +RESPONDIO +RESPONSABILIDAD +RESPONSABLE +RESPONSABLES +RESPUESTA +RESPUESTAS +RESTANTE +RESTANTES +RESTAURACION +RESTAURANTE +RESTAURANTES +RESTO +RESTOS +RESTRICCION +RESTRICCIONES +RESUELTO +RESUELVE +RESULTA +RESULTABA +RESULTADO +RESULTADOS +RESULTAN +RESULTAR +RESULTARON +RESULTE +RESULTO +RESUME +RESUMEN +RETIRADA +RETIRADO +RETIRAR +RETIRARSE +RETIRO +RETO +RETOMAR +RETORICA +RETORNO +RETOS +RETRASO +RETRATO +RETRATOS +REUNE +REUNIDO +REUNIERON +REUNIO +REUNION +REUNIONES +REUNIR +REUNIRSE +REVELA +REVELACION +REVELAN +REVELAR +REVELO +REVERTIR +REVES +REVISAR +REVISION +REVISTA +REVISTAS +REVOLUCION +REVOLUCIONARIA +REVOLUCIONARIO +REVOLUCIONARIOS +REY +REYES +RICA +RICARDO +RICHARD +RICO +RICOS +RIDICULO +RIE +RIEGO +RIESGO +RIESGOS +RIGOR +RINCON +RINCONES +RIO +RIOS +RIQUEZA +RISA +RISAS +RITMO +RITMOS +RITUAL +RITUALES +RIVAL +RIVALES +RIVER +RIVERA +ROBADO +ROBAR +ROBERT +ROBERTO +ROBO +ROBOT +ROCA +ROCAS +ROCK +RODAJE +RODAR +RODEA +RODEADA +RODEADO +RODEAN +RODILLA +RODILLAS +RODOLFO +RODRIGO +RODRIGUEZ +ROGER +ROJA +ROJAS +ROJO +ROJOS +ROL +ROLES +ROLLO +ROMA +ROMANTICA +ROMANTICO +ROMERO +ROMPE +ROMPER +ROMPIO +RON +RONDA +ROPA +ROPAS +ROQUE +ROSA +ROSARIO +ROSAS +ROSTRO +ROSTROS +ROTACION +ROTO +RUBEN +RUBIA +RUBIO +RUBRO +RUEDA +RUEDAS +RUIDO +RUIDOS +RUINAS +RUIZ +RUMBO +RUMOR +RUMORES +RUPTURA +RURAL +RURALES +RUSA +RUSIA +RUSO +RUSOS +RUTA +RUTAS +RUTH +RUTINA +SABADO +SABADOS +SABANAS +SABE +SABEMOS +SABEN +SABER +SABERLO +SABES +SABIA +SABIAMOS +SABIAN +SABIDO +SABIDURIA +SABIENDO +SABIO +SABOR +SABORES +SACA +SACABA +SACADO +SACANDO +SACAR +SACARON +SACERDOTE +SACERDOTES +SACO +SACRIFICIO +SAGA +SAGRADO +SAINT +SAL +SALA +SALAMANCA +SALARIAL +SALARIO +SALARIOS +SALAS +SALDO +SALDRA +SALE +SALEN +SALGA +SALI +SALIA +SALIAN +SALIDA +SALIDAS +SALIDO +SALIENDO +SALIERA +SALIERON +SALIMOS +SALIO +SALIR +SALIVA +SALON +SALONES +SALSA +SALTAR +SALTO +SALTOS +SALUD +SALUDABLE +SALUDABLES +SALUDAR +SALUDO +SALVACION +SALVADOR +SALVAJE +SALVAJES +SALVAR +SALVO +SAMSUNG +SAMUEL +SAN +SANA +SANCHEZ +SANCION +SANCIONES +SANDRA +SANGRE +SANIDAD +SANITARIA +SANITARIAS +SANITARIO +SANITARIOS +SANO +SANOS +SANTA +SANTANDER +SANTIAGO +SANTO +SANTOS +SAQUE +SARA +SARGENTO +SARTEN +SATELITE +SATISFACCION +SATISFACER +SATISFECHO +SE +SEA +SEAN +SEAS +SEBASTIAN +SECA +SECAS +SECCION +SECCIONES +SECO +SECOS +SECRETA +SECRETARIA +SECRETARIO +SECRETO +SECRETOS +SECTOR +SECTORES +SECUENCIA +SECUESTRO +SECUNDARIA +SECUNDARIO +SECUNDARIOS +SED +SEDA +SEDE +SEGMENTO +SEGMENTOS +SEGUI +SEGUIA +SEGUIAN +SEGUIDA +SEGUIDO +SEGUIDORES +SEGUIDOS +SEGUIMIENTO +SEGUIMOS +SEGUIR +SEGUIRA +SEGUIRAN +SEGUN +SEGUNDA +SEGUNDO +SEGUNDOS +SEGURA +SEGURAMENTE +SEGURIDAD +SEGURO +SEGUROS +SEIS +SELECCION +SELECCIONADO +SELECCIONADOS +SELECCIONAR +SELLO +SELVA +SEMANA +SEMANAS +SEMEJANTE +SEMEJANTES +SEMESTRE +SEMIFINALES +SEMILLA +SEMILLAS +SEMINARIO +SENADO +SENADOR +SENADORES +SENAL +SENALA +SENALABA +SENALADO +SENALAN +SENALANDO +SENALAR +SENALARON +SENALES +SENALO +SENAS +SENCILLA +SENCILLAMENTE +SENCILLO +SENCILLOS +SENDERO +SENO +SENOR +SENORA +SENORAS +SENORES +SENORITA +SENOS +SENSACION +SENSACIONES +SENSIBILIDAD +SENSIBLE +SENSIBLES +SENTADA +SENTADO +SENTADOS +SENTARSE +SENTE +SENTENCIA +SENTENCIO +SENTI +SENTIA +SENTIDO +SENTIDOS +SENTIMENTAL +SENTIMIENTO +SENTIMIENTOS +SENTIMOS +SENTIR +SENTIRSE +SENTO +SEPA +SEPARA +SEPARACION +SEPARADO +SEPARADOS +SEPARAR +SEPTIEMBRE +SEPTIMO +SEQUIA +SER +SERA +SERAN +SERENIDAD +SERES +SERGIO +SERIA +SERIAMENTE +SERIAN +SERIAS +SERIE +SERIEDAD +SERIES +SERIO +SERIOS +SERLO +SERPIENTE +SERVIA +SERVICIO +SERVICIOS +SERVIDO +SERVIDORES +SERVIR +SERVIRA +SESENTA +SESION +SESIONES +SET +SETENTA +SEVERA +SEVILLA +SEXO +SEXTA +SEXTO +SEXUAL +SEXUALES +SEXUALIDAD +SHOW +SI +SIDA +SIDO +SIEMBRA +SIEMPRE +SIENDO +SIENTA +SIENTAN +SIENTE +SIENTEN +SIENTES +SIENTO +SIERRA +SIESTA +SIETE +SIGA +SIGAN +SIGLAS +SIGLO +SIGLOS +SIGNIFICA +SIGNIFICABA +SIGNIFICACION +SIGNIFICADO +SIGNIFICADOS +SIGNIFICAR +SIGNIFICATIVA +SIGNIFICATIVAS +SIGNIFICATIVO +SIGNIFICATIVOS +SIGNIFICO +SIGNO +SIGNOS +SIGO +SIGUE +SIGUEN +SIGUIENDO +SIGUIENTE +SIGUIENTES +SIGUIERON +SIGUIO +SILENCIO +SILENCIOSA +SILLA +SILLAS +SILLON +SILUETA +SILVA +SILVIA +SIMBOLICA +SIMBOLICO +SIMBOLO +SIMBOLOS +SIMILAR +SIMILARES +SIMON +SIMPATIA +SIMPLE +SIMPLEMENTE +SIMPLES +SIMULTANEAMENTE +SIN +SINCERO +SINDICAL +SINDICALES +SINDICATO +SINDICATOS +SINDROME +SINGULAR +SINIESTRO +SINO +SINONIMO +SINTESIS +SINTIENDO +SINTIO +SINTOMA +SINTOMAS +SIQUIERA +SIRIA +SIRVA +SIRVE +SIRVEN +SIRVIO +SISTEMA +SISTEMAS +SISTEMATICA +SITIO +SITIOS +SITUA +SITUACION +SITUACIONES +SITUADA +SITUADO +SOBERANIA +SOBRA +SOBRE +SOBREPESO +SOBREVIVIR +SOBRINO +SOCIAL +SOCIALES +SOCIALISMO +SOCIALISTA +SOCIALISTAS +SOCIALMENTE +SOCIEDAD +SOCIEDADES +SOCIO +SOCIOS +SOFA +SOFIA +SOFTWARE +SOJA +SOL +SOLA +SOLAMENTE +SOLAR +SOLARES +SOLAS +SOLDADO +SOLDADOS +SOLEDAD +SOLIA +SOLICITADO +SOLICITAR +SOLICITO +SOLICITUD +SOLICITUDES +SOLIDA +SOLIDARIDAD +SOLIDO +SOLIDOS +SOLITARIO +SOLO +SOLOS +SOLTAR +SOLTO +SOLUCION +SOLUCIONAR +SOLUCIONES +SOMBRA +SOMBRAS +SOMBRERO +SOMETERSE +SOMETIDO +SOMETIDOS +SOMOS +SON +SONABA +SONAR +SONIA +SONIDO +SONIDOS +SONO +SONORA +SONREIA +SONREIR +SONRIE +SONRIENDO +SONRIENTE +SONRIO +SONRISA +SONY +SOPA +SOPORTAR +SOPORTE +SORPRENDE +SORPRENDENTE +SORPRENDIDO +SORPRENDIO +SORPRESA +SORPRESAS +SOS +SOSPECHA +SOSPECHAS +SOSPECHOSO +SOSPECHOSOS +SOSTENER +SOSTENIA +SOSTENIBILIDAD +SOSTENIBLE +SOSTENIDO +SOSTIENE +SOSTIENEN +SOSTUVO +SOTANO +SOY +SU +SUAREZ +SUAVE +SUAVEMENTE +SUAVES +SUB +SUBE +SUBIA +SUBIDA +SUBIDO +SUBIENDO +SUBIERON +SUBIO +SUBIR +SUBRAYA +SUBRAYO +SUBSIDIO +SUBSIDIOS +SUCEDE +SUCEDEN +SUCEDER +SUCEDIA +SUCEDIDO +SUCEDIENDO +SUCEDIO +SUCESION +SUCESO +SUCESOS +SUCIA +SUCIO +SUCRE +SUDAFRICA +SUDAMERICA +SUDOR +SUECIA +SUELDO +SUELDOS +SUELE +SUELEN +SUELO +SUELOS +SUELTA +SUENA +SUENO +SUENOS +SUERTE +SUFICIENTE +SUFICIENTEMENTE +SUFICIENTES +SUFRE +SUFREN +SUFRIDO +SUFRIENDO +SUFRIERON +SUFRIMIENTO +SUFRIO +SUFRIR +SUGIERE +SUGIEREN +SUGIRIO +SUICIDA +SUICIDIO +SUIZA +SUIZO +SUJETO +SUJETOS +SUMA +SUMADO +SUMAMENTE +SUMAN +SUMAR +SUMARON +SUMINISTRO +SUMO +SUPE +SUPER +SUPERA +SUPERACION +SUPERADO +SUPERAN +SUPERAR +SUPERFICIAL +SUPERFICIE +SUPERFICIES +SUPERIOR +SUPERIORES +SUPERIORIDAD +SUPERMERCADO +SUPERO +SUPERVISION +SUPERVIVENCIA +SUPIERA +SUPO +SUPONE +SUPONEN +SUPONER +SUPONGO +SUPONIA +SUPREMA +SUPREMO +SUPUESTA +SUPUESTAMENTE +SUPUESTO +SUPUESTOS +SUPUSO +SUR +SURGE +SURGEN +SURGIDO +SURGIERON +SURGIMIENTO +SURGIO +SURGIR +SUS +SUSANA +SUSPENDER +SUSPENDIDO +SUSPENSION +SUSTANCIA +SUSTANCIAL +SUSTANCIAS +SUSTENTABLE +SUSTENTO +SUSTITUCION +SUSTITUIR +SUSTO +SUTIL +SUYA +SUYAS +SUYO +SUYOS +TABACO +TABLA +TABLAS +TABLERO +TACTO +TAL +TALENTO +TALENTOS +TALES +TALLA +TALLER +TALLERES +TAMANO +TAMANOS +TAMBIEN +TAMPOCO +TAN +TANGO +TANTA +TANTAS +TANTO +TANTOS +TAPA +TARDE +TARDES +TARDO +TAREA +TAREAS +TARIFA +TARIFAS +TARJETA +TARJETAS +TASA +TASAS +TAXI +TAXISTA +TAZA +TAZAS +TE +TEATRAL +TEATRO +TECHO +TECHOS +TECNICA +TECNICAS +TECNICO +TECNICOS +TECNOLOGIA +TECNOLOGIAS +TECNOLOGICA +TECNOLOGICAS +TECNOLOGICO +TECNOLOGICOS +TEJIDO +TEJIDOS +TELA +TELAS +TELE +TELEFONIA +TELEFONICA +TELEFONO +TELEFONOS +TELEVISION +TELEVISOR +TEMA +TEMAS +TEMATICA +TEMATICAS +TEMBLOR +TEME +TEMIA +TEMO +TEMOR +TEMORES +TEMPERATURA +TEMPERATURAS +TEMPLO +TEMPORADA +TEMPORADAS +TEMPORAL +TEMPORALES +TEMPRANA +TEMPRANO +TENDENCIA +TENDENCIAS +TENDIDO +TENDRA +TENDRAN +TENDRAS +TENDREMOS +TENDRIA +TENDRIAN +TENEMOS +TENER +TENERLO +TENES +TENGA +TENGAMOS +TENGAN +TENGAS +TENGO +TENIA +TENIAMOS +TENIAN +TENIAS +TENIDO +TENIENDO +TENIENTE +TENIS +TENOR +TENSION +TENSIONES +TENTACION +TEORIA +TEORIAS +TEORICA +TEORICO +TEORICOS +TERAPIA +TERAPIAS +TERCER +TERCERA +TERCERO +TERCEROS +TERCIO +TERESA +TERMINA +TERMINABA +TERMINADO +TERMINAL +TERMINAN +TERMINAR +TERMINARON +TERMINE +TERMINO +TERMINOS +TERNURA +TERRAZA +TERREMOTO +TERRENO +TERRENOS +TERRESTRE +TERRIBLE +TERRIBLES +TERRITORIAL +TERRITORIALES +TERRITORIO +TERRITORIOS +TERROR +TERRORISMO +TERRORISTA +TERRORISTAS +TESIS +TESORO +TEST +TESTIGO +TESTIGOS +TESTIMONIO +TESTIMONIOS +TEXAS +TEXTO +TEXTOS +TEXTURA +THE +THOMAS +TI +TIA +TIC +TIEMPO +TIEMPOS +TIENDA +TIENDAS +TIENDE +TIENDEN +TIENE +TIENEN +TIENES +TIERRA +TIERRAS +TIGRES +TIMBRE +TIMES +TINTA +TIO +TIOS +TIPICA +TIPICO +TIPO +TIPOS +TIRA +TIRADO +TIRAR +TIRO +TIROS +TITO +TITULADO +TITULAR +TITULARES +TITULO +TITULOS +TO +TOALLA +TOCA +TOCABA +TOCADO +TOCANDO +TOCAR +TOCO +TODA +TODAS +TODAVIA +TODO +TODOS +TOKIO +TOLEDO +TOLERANCIA +TOM +TOMA +TOMABA +TOMADA +TOMADAS +TOMADO +TOMAMOS +TOMAN +TOMANDO +TOMAR +TOMARON +TOMARSE +TOMAS +TOMATE +TOMATES +TOME +TOMEN +TOMO +TONELADAS +TONO +TONOS +TONTA +TONTO +TONY +TOPE +TOQUE +TORMENTA +TORMENTAS +TORNEO +TORNEOS +TORO +TOROS +TORRE +TORRES +TORTURA +TOS +TOTAL +TOTALES +TOTALIDAD +TOTALMENTE +TOUR +TRABAJA +TRABAJABA +TRABAJABAN +TRABAJADO +TRABAJADOR +TRABAJADORAS +TRABAJADORES +TRABAJAN +TRABAJANDO +TRABAJAR +TRABAJO +TRABAJOS +TRADICION +TRADICIONAL +TRADICIONALES +TRADICIONES +TRADUCCION +TRADUCE +TRAE +TRAEN +TRAER +TRAFICO +TRAGEDIA +TRAGICO +TRAGO +TRAIA +TRAICION +TRAIDO +TRAJE +TRAJES +TRAJO +TRAMA +TRAMITE +TRAMITES +TRAMO +TRAMOS +TRAMPA +TRANQUILA +TRANQUILIDAD +TRANQUILO +TRANQUILOS +TRANSACCIONES +TRANSCURRIDO +TRANSCURSO +TRANSFERENCIA +TRANSFERENCIAS +TRANSFORMA +TRANSFORMACION +TRANSFORMADO +TRANSFORMAR +TRANSFORMO +TRANSICION +TRANSITO +TRANSMISION +TRANSMITE +TRANSMITIR +TRANSPARENCIA +TRANSPARENTE +TRANSPORTE +TRAS +TRASCENDENCIA +TRASERA +TRASERO +TRASLADADO +TRASLADAR +TRASLADO +TRASTORNO +TRASTORNOS +TRATA +TRATABA +TRATADO +TRATADOS +TRATAMIENTO +TRATAMIENTOS +TRATAN +TRATANDO +TRATAR +TRATARA +TRATARSE +TRATE +TRATO +TRAVESIA +TRAYECTO +TRAYECTORIA +TRAZADO +TRECE +TREGUA +TREINTA +TREMENDA +TREMENDO +TREN +TRENES +TRES +TRIBUNAL +TRIBUNALES +TRIBUTARIA +TRIGO +TRIMESTRE +TRINIDAD +TRIO +TRIPLE +TRISTE +TRISTES +TRISTEZA +TRIUNFO +TRIUNFOS +TRONCO +TROPAS +TROPICAL +TROPICALES +TROZO +TROZOS +TRUMP +TU +TUBERCULOSIS +TUBO +TUMBA +TUMOR +TUMORES +TUNEL +TURISMO +TURISTA +TURISTAS +TURISTICA +TURISTICO +TURISTICOS +TURNO +TURQUIA +TUS +TUVE +TUVIERA +TUVIERAN +TUVIERON +TUVIMOS +TUVO +TUYA +TUYO +TV +TWITTER +UBICA +UBICACION +UBICADA +UBICADAS +UBICADO +UBICADOS +UBICAR +UCRANIA +UE +ULISES +ULTIMA +ULTIMAMENTE +ULTIMAS +ULTIMO +ULTIMOS +UMBRAL +UN +UNA +UNAM +UNAS +UNE +UNEN +UNICA +UNICAMENTE +UNICAS +UNICO +UNICOS +UNIDAD +UNIDADES +UNIDAS +UNIDO +UNIDOS +UNIFORME +UNION +UNIR +UNITED +UNIVERSAL +UNIVERSIDAD +UNIVERSIDADES +UNIVERSITARIA +UNIVERSITARIO +UNIVERSITARIOS +UNIVERSO +UNO +UNOS +URBANA +URBANAS +URBANIZACION +URBANO +URBANOS +URGENCIA +URGENCIAS +URGENTE +URIBE +URNAS +URUGUAY +URUGUAYO +US$ +USA +USABA +USADO +USADOS +USAN +USANDO +USAR +USO +USOS +USTED +USTEDES +USUARIO +USUARIOS +UTIL +UTILES +UTILIDAD +UTILIZA +UTILIZACION +UTILIZADA +UTILIZADAS +UTILIZADO +UTILIZADOS +UTILIZAN +UTILIZANDO +UTILIZAR +UTILIZARON +UTILIZO +VA +VACA +VACACIONES +VACAS +VACIA +VACIAS +VACIO +VACIOS +VACUNA +VACUNACION +VACUNAS +VALE +VALENCIA +VALIA +VALIDEZ +VALIENTE +VALIOSO +VALLADOLID +VALLE +VALOR +VALORACION +VALORAR +VALORES +VALPARAISO +VAMOS +VAN +VANGUARDIA +VANO +VAPOR +VARGAS +VARIA +VARIABLE +VARIABLES +VARIACION +VARIACIONES +VARIADAS +VARIADOS +VARIANTE +VARIANTES +VARIAR +VARIAS +VARIEDAD +VARIEDADES +VARIOS +VARON +VARONES +VAS +VASCO +VASO +VASOS +VATICANO +VAYA +VAYAN +VAYAS +VE +VEA +VEAN +VECES +VECINA +VECINO +VECINOS +VEGETACION +VEGETAL +VEGETALES +VEHICULO +VEHICULOS +VEIA +VEIAN +VEINTE +VEINTICINCO +VEINTICUATRO +VEJEZ +VELA +VELADA +VELAS +VELOCIDAD +VEMOS +VEN +VENAS +VENCER +VENCIDO +VENCIO +VENDE +VENDEDOR +VENDEDORES +VENDEN +VENDER +VENDIDO +VENDIO +VENDRA +VENDRIA +VENECIA +VENENO +VENEZOLANA +VENEZOLANO +VENEZOLANOS +VENEZUELA +VENGA +VENGANZA +VENGO +VENIA +VENIAN +VENIDO +VENIR +VENTA +VENTAJA +VENTAJAS +VENTANA +VENTANAS +VENTANILLA +VENTAS +VEO +VER +VERA +VERACRUZ +VERAN +VERANO +VERAS +VERBAL +VERDAD +VERDADERA +VERDADERAMENTE +VERDADERAS +VERDADERO +VERDADEROS +VERDADES +VERDE +VERDES +VERDURAS +VEREDA +VEREMOS +VERGUENZA +VERIFICAR +VERLA +VERLE +VERLO +VERLOS +VERME +VERNOS +VERONICA +VERSE +VERSION +VERSIONES +VERSO +VERSOS +VERTE +VERTICAL +VERTIGO +VES +VESTIDA +VESTIDO +VESTIDOS +VESTIR +VESTUARIO +VETERANO +VEZ +VI +VIA +VIABLE +VIAJA +VIAJABA +VIAJAR +VIAJE +VIAJERO +VIAJEROS +VIAJES +VIAJO +VIAL +VIAS +VICENTE +VICEPRESIDENTA +VICEPRESIDENTE +VICTIMA +VICTIMAS +VICTOR +VICTORIA +VICTORIAS +VIDA +VIDAS +VIDEO +VIDEOJUEGOS +VIDEOS +VIDRIO +VIEJA +VIEJAS +VIEJO +VIEJOS +VIENA +VIENDO +VIENE +VIENEN +VIENTO +VIENTOS +VIENTRE +VIERA +VIERNES +VIERON +VIETNAM +VIGENCIA +VIGENTE +VIGENTES +VIGILANCIA +VIGOR +VIH +VII +VILLA +VIMOS +VINAGRE +VINCULACION +VINCULADA +VINCULADAS +VINCULADO +VINCULADOS +VINCULO +VINCULOS +VINIERON +VINO +VINOS +VIO +VIOLACION +VIOLACIONES +VIOLENCIA +VIOLENTA +VIOLENTO +VIOLENTOS +VIOLETA +VIOLIN +VIRGEN +VIRGINIA +VIRTUAL +VIRTUALES +VIRTUD +VIRTUDES +VIRUS +VISIBILIDAD +VISIBLE +VISIBLES +VISION +VISIONES +VISITA +VISITADO +VISITANTE +VISITANTES +VISITAR +VISITAS +VISITO +VISPERA +VISTA +VISTAS +VISTAZO +VISTE +VISTO +VISUAL +VISUALES +VITAL +VITALES +VITAMINA +VITAMINAS +VIUDA +VIVA +VIVAS +VIVE +VIVEN +VIVENCIAS +VIVIA +VIVIAN +VIVIDO +VIVIENDA +VIVIENDAS +VIVIENDO +VIVIERON +VIVIMOS +VIVIO +VIVIR +VIVO +VIVOS +VOCACION +VOCERO +VOCES +VOLANDO +VOLANTE +VOLAR +VOLCAN +VOLUMEN +VOLUMENES +VOLUNTAD +VOLUNTARIA +VOLUNTARIO +VOLUNTARIOS +VOLVER +VOLVERA +VOLVERIA +VOLVERSE +VOLVI +VOLVIA +VOLVIENDO +VOLVIERA +VOLVIERON +VOLVIO +VOS +VOSOTROS +VOTACION +VOTANTES +VOTAR +VOTO +VOTOS +VOY +VOZ +VS +VUELO +VUELOS +VUELTA +VUELTAS +VUELTO +VUELVA +VUELVE +VUELVEN +VUELVO +VULNERABILIDAD +VULNERABLE +VULNERABLES +XIX +XVI +XVII +XVIII +XX +XXI +YA +YENDO +YO +YOUTUBE +ZAPATERO +ZAPATILLAS +ZAPATOS +ZARAGOZA +ZONA +ZONAS \ No newline at end of file diff --git a/tests/test_all.py b/tests/test_all.py new file mode 100644 index 0000000..6ecb5b0 --- /dev/null +++ b/tests/test_all.py @@ -0,0 +1,95 @@ +import pytest +from pathlib import Path +from scrabbleable.cli import main +from scrabbleable.wordlist import WordList + +ASSETS = Path(__file__).parent.parent / "tests" / "assets" +TXT_RAW = ASSETS / "corpes_10000_formas_ortograficas.txt" +TXT_OUT = ASSETS / "wordlist_corpes.txt" + + +def assert_out(capsys, msg, *args): + """Asserts that message is in STDOUT or STDERR""" + args = tuple(map(lambda a: str(a), args)) + if isinstance(msg, str): + try: + main(args) + except SystemExit: + pass + res = capsys.readouterr().out + capsys.readouterr().err + elif "Error" in str(msg): + with pytest.raises(msg) as info: + main(args) + res = str(info.type) + str(info.value) + else: + with pytest.warns(UserWarning) as info: + main(args) + res = str(info.expected_warning) + str([str(e.message) for e in info]) + assert str(msg) in res + + +def test_cli(capsys): + cmds = [ + (OSError, "fail"), + (IOError, ASSETS), + (ValueError, "-l", "fail", TXT_RAW), + (UserWarning, "-i", 99999, TXT_RAW), + (UserWarning, "-l", "es", "-o", TXT_OUT, TXT_RAW), + ("usage", "-h"), + ("ABAJO", "-s", TXT_RAW), + ("DE", "-s", "-i", 1, TXT_RAW), + ("Y", "-s", "-i", 1, "-w", 1, 1, TXT_RAW), + ] + [assert_out(capsys, args[0], *args[1:]) for args in cmds] + + +def test_class_attrs_defaults(): + wlist = WordList([TXT_RAW]) + assert wlist.paths == [TXT_RAW] + assert wlist.lang == "en" + assert wlist.max == 0 + assert wlist.size == (2, 15) + + +def test_class_attrs_custom(): + wlist = WordList([TXT_RAW]) + wlist.paths = [TXT_OUT] + wlist.lang = "es" + wlist.max = 1 + wlist.size = (1, 1) + wlist2 = WordList([TXT_OUT], lang="es", max_items=1, word_size=(1, 1)) + assert wlist.paths == [TXT_OUT] + assert wlist.lang == "es" + assert wlist.max == 1 + assert wlist.size == (1, 1) + assert wlist.paths == wlist2.paths + assert wlist.lang == wlist2.lang + assert wlist.max == wlist2.max + assert wlist.size == wlist2.size + + +def test_class_results_default(): + wlist = WordList([TXT_RAW]) + wlist.make() + assert len(wlist.words) == 8797 + + +def test_class_results_lang(): + wlist = WordList([TXT_RAW], lang="es") + wlist.make() + assert len(wlist.words) == 8780 + assert WordList.TILES["es"] in str(wlist.tiles) + assert not WordList.TILES["en"] in str(wlist.tiles) + assert wlist.max == 0 + + +def test_class_results_max(): + wlist = WordList([TXT_RAW], max_items=1) + wlist.make() + assert len(wlist.words) == 1 + + +def test_class_results_size(): + wlist = WordList([TXT_RAW], word_size=(1, 1)) + wlist.make() + assert len(wlist.words) == 23